@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-webfont.eot);
  src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(fonts/fontawesome-webfont.woff2) format("woff2"), url(fonts/fontawesome-webfont.woff) format("woff"), url(fonts/fontawesome-webfont.ttf) format("truetype"), url(fonts/fontawesome-webfont.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

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

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

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

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

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.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)";
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #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;
}

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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

@font-face {
  font-family: "Futura Std Medium";
  src: url("https://cdn.ontourmedia.io/madonna/non_secure/fonts/conv_futurastd/FuturaStd-Medium.eot");
  src: url("https://cdn.ontourmedia.io/madonna/non_secure/fonts/conv_futurastd/FuturaStd-Medium.eot?#iefix") format("embedded-opentype"), url("https://cdn.ontourmedia.io/madonna/non_secure/fonts/conv_futurastd/FuturaStd-Medium.woff") format("woff"), url("https://cdn.ontourmedia.io/madonna/non_secure/fonts/conv_futurastd/FuturaStd-Medium.ttf") format("truetype"), url("https://cdn.ontourmedia.io/madonna/non_secure/fonts/conv_futurastd/FuturaStd-Medium.svg#Conv_FuturaStd-Medium");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Futura Std Bold";
  src: url("https://cdn.ontourmedia.io/madonna/non_secure/fonts/FuturaStd-woff/FuturaStd-Bold.woff2") format("woff2"), url("https://cdn.ontourmedia.io/madonna/non_secure/fonts/FuturaStd-woff/FuturaStd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Futura Std Heavy";
  src: url("https://cdn.ontourmedia.io/madonna/non_secure/fonts/FuturaStd-woff/FuturaStd-Heavy.woff2") format("woff2"), url("https://cdn.ontourmedia.io/madonna/non_secure/fonts/FuturaStd-woff/FuturaStd-Heavy.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
/* Box Model */
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
}

html, body {
  min-width: 320px;
  height: 100%;
}

body {
  background: #fff;
  padding: 0;
}

body.is-loading *, body.is-loading *:before, body.is-loading *:after {
  animation: none;
  transition: none;
}

body, input, select, textarea {
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

a {
  transition: color 0.2s ease, border-bottom-color 0.2s ease;
  color: #ff0000;
  text-decoration: none;
}

a:before {
  transition: color 0.2s ease;
}

a:hover {
  border-bottom-color: transparent;
  color: #23527C;
}

a:hover:before {
  color: #23527C;
}

h1, h2, h3, h4, h5, h6 {
  color: #ff0000;
  font-family: "Futura Std Heavy", "Trebuchet MS", Arial, sans-serif;
  line-height: 1.65;
  margin: 0 0 1em 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  border-bottom: 0;
}

h2 {
  font-size: 1.3rem;
}

h3 {
  font-size: 0.9rem;
}

h4 {
  font-size: 0.8rem;
}

h5 {
  font-size: 0.7rem;
}

h6 {
  font-size: 0.6rem;
}

b, strong {
  font-weight: 700;
}

.l-pageContainer {
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: space-between;
}
.l-pageContainer .l-pageHeader {
  flex-grow: 1;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
}
@media (min-width: 56rem) {
  .l-pageContainer .l-pageHeader {
    flex-direction: row;
    justify-content: space-between;
  }
}
.l-pageContainer .l-pageHeader .l-navContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-pageContainer .l-pageHeader .l-navContainer .l-logoContainer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex: 1;
  height: 50px;
}
@media (min-width: 56rem) {
  .l-pageContainer .l-pageHeader .l-navContainer .l-logoContainer {
    flex: 1;
    height: 100px;
    align-items: center;
  }
}
.l-pageContainer .l-pageHeader .l-menuWrapper {
  flex: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
@media (min-width: 56rem) {
  .l-pageContainer .l-pageHeader .l-menuWrapper {
    flex-direction: row;
    justify-content: flex-end;
  }
}
.l-pageContainer .l-pageHeader .l-menuWrapper .l-menuContainer {
  flex: 1;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 56rem) {
  .l-pageContainer .l-pageHeader .l-menuWrapper .l-menuContainer {
    display: block;
  }
}
.l-pageContainer .l-pageHeader .l-menuWrapper .l-menuContainer.js-l-mobile {
  display: block;
  height: 1600px;
  min-height: 1600px;
}
@media (min-width: 56rem) {
  .l-pageContainer .l-pageHeader .l-menuWrapper .l-menuContainer.js-l-mobile {
    height: auto;
  }
}
.l-pageContainer .l-pageContentWrapper {
  flex: 1;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  display: block;
}
.l-pageContainer .l-pageContentWrapper .l-contentContainer {
  flex: 1;
}
.l-pageContainer .l-pageFooter {
  flex-basis: 100%;
}

.l-pageContainer.pageContainer.firefox_fixed_layout {
  /* fix for firefox autocomplete positioning */
  position: absolute;
  width: 100%;
  overflow-y: visible;
}

/*
DIsabled as not seen being used (2018-07-20)
.l-contentFooterContainer {
  margin: 0;
}

.l-fixed-header .l-pageContentWrapper {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.l-contentHeaderContainer {

	.l-header {
    min-height: 50px;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;

    padding: 30px 2px;

    @include break(md) {
      padding: 20px;
    }

    .l-container {
      display: flex;
      flex-direction: column;
      justify-content: center;


    }

	}
}
*/
/*
.l-paletteBlockContainer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;

  @include break(md) {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.l-paletteBlock {
 flex: 1 1 auto;

  @include break(md) {
    flex: 0 0 50%;
  }

  @include break(lg) {
    flex: 0 0 25%;
  }
}
*/
.pageContainer .pageHeader {
  background-color: #000;
  z-index: 10;
  color: #fff;
  position: fixed;
  width: 100%;
  height: 50px;
}
@media (min-width: 56rem) {
  .pageContainer .pageHeader {
    height: 100px;
  }
}
.pageContainer .pageHeader .navContainer {
  display: flex;
  height: 50px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media (min-width: 56rem) {
  .pageContainer .pageHeader .navContainer {
    height: 100px;
    width: 60rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 76.5rem) {
  .pageContainer .pageHeader .navContainer {
    width: 1170px;
  }
}
.pageContainer .pageHeader .navContainer .logoContainer .imageFrame {
  display: flex;
}
@media (min-width: 56rem) {
  .pageContainer .pageHeader .navContainer .logoContainer .imageFrame {
    align-items: center;
  }
}
.pageContainer .pageHeader .navContainer .logoContainer .imageFrame .imageResponsive {
  width: auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 10px;
}
@media (min-width: 56rem) {
  .pageContainer .pageHeader .navContainer .logoContainer .imageFrame .imageResponsive {
    position: static;
    margin: 0;
  }
}
.pageContainer .pageHeader .navContainer .menuWrapper {
  flex: 3;
}
@media (min-width: 56rem) {
  .pageContainer .pageHeader .navContainer .menuWrapper {
    border: none;
  }
}
.pageContainer .pageHeader .navContainer .menuWrapper .menuContainer {
  flex: 1;
}
.pageContainer .pageHeader .navContainer .menuWrapper .menuContainer .menuList {
  display: none;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  /* Main navigation specific block*/
}
.pageContainer .pageHeader .navContainer .menuWrapper .menuContainer .menuList.menuList__membernav {
  /*
  @include break(lg) {
    display: flex;
  }
  */
}
.pageContainer .pageHeader .navContainer .menuWrapper .menuContainer .menuList.menuList__membernav .menuItem {
  background-color: #404040;
  margin-right: 1px;
  margin-left: 1px;
}
.pageContainer .pageHeader .navContainer .menuWrapper .menuContainer .menuList.menuList__membernav .menuItem a {
  color: #fff;
}
@media (min-width: 16rem) {
  .pageContainer .pageHeader .navContainer .menuWrapper .menuContainer .menuList.menuList__membernav {
    display: none;
  }
  .pageContainer .pageHeader .navContainer .menuWrapper .menuContainer .menuList.menuList__membernav .menuItem__socialnav {
    display: none;
  }
}
@media (min-width: 56rem) {
  .pageContainer .pageHeader .navContainer .menuWrapper .menuContainer .menuList.menuList__membernav {
    position: absolute;
    top: 34px;
    right: 20px;
    display: flex;
  }
  .pageContainer .pageHeader .navContainer .menuWrapper .menuContainer .menuList.menuList__membernav .menuItem__socialnav {
    display: none;
  }
}
@media (min-width: 76.5rem) {
  .pageContainer .pageHeader .navContainer .menuWrapper .menuContainer .menuList.menuList__membernav {
    position: absolute;
    top: 26px;
    right: 20px;
    display: flex;
  }
  .pageContainer .pageHeader .navContainer .menuWrapper .menuContainer .menuList.menuList__membernav .menuItem__socialnav {
    display: block;
  }
}
.pageContainer .pageHeader .navContainer .menuWrapper .menuContainer .menuList.menuList__mainnav {
  display: none;
  position: absolute;
  top: 50px;
  left: 0px;
  width: 100%;
  color: #fff;
  background-clip: padding-box;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.pageContainer .pageHeader .navContainer .menuWrapper .menuContainer .menuList.menuList__mainnav .menuItem {
  background-color: #000;
}
.pageContainer .pageHeader .navContainer .menuWrapper .menuContainer .menuList.menuList__mainnav .menuItem.menuItem__membernav {
  display: flex;
  justify-content: space-between;
  background-color: #ff0000;
}
.pageContainer .pageHeader .navContainer .menuWrapper .menuContainer .menuList.menuList__mainnav .menuItem.menuItem__membernav a {
  color: #fff;
}
.pageContainer .pageHeader .navContainer .menuWrapper .menuContainer .menuList.menuList__mainnav .menuItem a {
  width: 100%;
  display: block;
  padding: 3px 10px;
  font-weight: 400;
  font-size: 1.125rem;
}
.pageContainer .pageHeader .navContainer .menuWrapper .menuContainer .menuList.menuList__mainnav .menuItem a img {
  vertical-align: middle;
}
@media (min-width: 56rem) {
  .pageContainer .pageHeader .navContainer .menuWrapper .menuContainer .menuList.menuList__mainnav {
    top: 70px;
    left: 20px;
    width: 240px;
    background-color: #fff;
    padding: 20px 20px 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
  .pageContainer .pageHeader .navContainer .menuWrapper .menuContainer .menuList.menuList__mainnav .menuItem {
    margin-bottom: 10px;
  }
  .pageContainer .pageHeader .navContainer .menuWrapper .menuContainer .menuList.menuList__mainnav .menuItem a {
    font-size: 0.875rem;
    color: #fff;
    padding: 5px 0px;
    font-weight: 100;
  }
  .pageContainer .pageHeader .navContainer .menuWrapper .menuContainer .menuList.menuList__mainnav .menuItem.menuItem__membernav {
    display: none;
  }
}
.pageContainer .pageHeader .navContainer .menuWrapper .menuContainer .menuList .menuItem {
  margin: 0;
  padding: 0;
}
.pageContainer .pageHeader .navContainer .menuWrapper .menuContainer .menuList .menuItem a {
  color: #9d9d9d;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Futura Std Medium", Tahoma, Arial, sans-serif;
  border: none;
  text-align: center;
  transition: all 0.3s ease-in-out;
  padding: 6px 15px;
}
.pageContainer .pageHeader .navContainer .menuWrapper .menuContainer .menuList .menuItem a:hover {
  background-color: #000;
}
.pageContainer .pageHeader .navContainer .menuWrapper .menuContainer .menuList .menuItem a span {
  white-space: nowrap;
}
.pageContainer .pageHeader .navContainer .menuWrapper .menuContainer .menuList .menuItem:hover {
  background-color: #404040;
}
.pageContainer .pageHeader .navContainer .menuWrapper .menuContainer .menuList .menuItem:hover a {
  color: #fff;
}
.pageContainer .pageHeader .navContainer .menuWrapper .menuContainer .menuList .menuItem.menuItem__start {
  margin-left: 10px;
}
.pageContainer .pageHeader .navContainer .menuWrapper .menuContainer .menuList .menuItem.menuItem__socialnav a {
  font-size: 12px;
  padding: 6px 12px;
}
.pageContainer .pageHeader .navContainer .menuWrapper .menuContainer .menuList .menuItem.menuItem__socialnav a .fa-2x {
  font-size: inherit;
}
.pageContainer .pageHeader .navContainer .menuWrapper .menuContainer .menuList .menuItem.menuItem__socialnav.menuItem__shoppingcart {
  background-color: #ff0000;
}
.pageContainer .pageHeader .navContainer .menuWrapper .menuContainer .menuList .menuItem.menuItem__charity {
  background-color: transparent;
  padding: 0px;
}
.pageContainer .pageHeader .navContainer .menuWrapper .menuContainer .menuList .menuItem.menuItem__charity a {
  padding: 0px 0px;
}
.pageContainer .pageHeader .navContainer .menuWrapper .menuContainer .menuList .menuItem.menuItem__charity img {
  vertical-align: middle;
  /*
  &:last-child{
    height: 52px;
  }
  */
}
.pageContainer .pageHeader .navContainer .menuWrapper .menuContainer.js-l-mobile .menuList.menuList__mainnav {
  display: block;
}

/** this is for mobile menu icon */
.toggleMenuContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 20px;
}
@media (min-width: 56rem) {
  .toggleMenuContainer {
    margin: 0 20px 0px 0px;
  }
}
.toggleMenuContainer a {
  border: none;
  font-size: 0.75rem;
  color: #ff0000;
}

.swisyMobileMenu {
  width: 32px;
  height: 32px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  cursor: pointer;
}
.swisyMobileMenu span {
  display: block;
  position: absolute;
  height: 6px;
  width: 50%;
  background: #ff0000;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.45s ease-in-out;
}
.swisyMobileMenu span:nth-child(even) {
  left: 50%;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.swisyMobileMenu span:nth-child(odd) {
  left: 0px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.swisyMobileMenu span:nth-child(1),
.swisyMobileMenu span:nth-child(2) {
  top: 0px;
}
.swisyMobileMenu span:nth-child(3),
.swisyMobileMenu span:nth-child(4) {
  top: 13px;
}
.swisyMobileMenu span:nth-child(5),
.swisyMobileMenu span:nth-child(6) {
  top: 26px;
}

.js-swisyMobileMenu.open span:nth-child(1),
.js-swisyMobileMenu.open span:nth-child(6) {
  transform: rotate(45deg);
}

.js-swisyMobileMenu.open span:nth-child(2),
.js-swisyMobileMenu.open span:nth-child(5) {
  transform: rotate(-45deg);
}

.js-swisyMobileMenu.open span:nth-child(1) {
  left: 2px;
  top: 7px;
}

.js-swisyMobileMenu.open span:nth-child(2) {
  left: calc(50% - 2px);
  top: 7px;
}

.js-swisyMobileMenu.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.js-swisyMobileMenu.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.js-swisyMobileMenu.open span:nth-child(5) {
  left: 3px;
  top: 20px;
}

.js-swisyMobileMenu.open span:nth-child(6) {
  left: calc(50% - 3px);
  top: 29px;
  top: 20px;
}

.pageContentWrapper {
  margin-top: 50px;
  /*
  I didnt find contentHeaderContainer anywhere
  .contentHeaderContainer {
    // background-color: lightgray;
    .header {
      background-color: rgba($background-color, 1);
    }
  }
  */
}
@media (min-width: 56rem) {
  .pageContentWrapper {
    margin-top: 100px;
  }
}
.pageContentWrapper .contentContainer {
  background-color: #fff;
}

.contentFooterContainer {
  padding: 15px;
  background-color: #fff;
  text-align: center;
}

.contentFooterContainer {
  background-color: #000;
  color: #fff;
}
.contentFooterContainer .footerPanel {
  letter-spacing: 2px;
}
.contentFooterContainer .footerPanel .footerPanel__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contentFooterContainer .footerPanel .footerPanel__item ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-family: "Futura Std Medium", "Trebuchet MS", Arial, sans-serif;
  text-transform: uppercase;
  flex-direction: column;
}
@media (min-width: 47.12rem) {
  .contentFooterContainer .footerPanel .footerPanel__item ul {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.contentFooterContainer .footerPanel .footerPanel__item ul li {
  list-style-type: none;
  font-size: 1.125rem;
  line-height: 25px;
  color: #9c1c1c;
  margin-right: 5px;
  margin-left: 5px;
}
.contentFooterContainer .footerPanel .footerPanel__item ul li a:hover {
  color: #404040;
}
.contentFooterContainer .footerPanel .footerPanel__item.footerPanel__item--main {
  display: none;
  margin-bottom: 10px;
}
.contentFooterContainer .footerPanel .footerPanel__item.footerPanel__item--main ul li {
  font-family: "Futura Std Heavy", "Trebuchet MS", Arial, sans-serif;
}
.contentFooterContainer .footerPanel .footerPanel__item.footerPanel__item--main ul li a {
  color: #fff;
}
.contentFooterContainer .footerPanel .footerPanel__item.footerPanel__item--main ul li a:hover {
  color: #404040;
}
@media (min-width: 56rem) {
  .contentFooterContainer .footerPanel .footerPanel__item.footerPanel__item--main {
    display: flex;
  }
}
.contentFooterContainer .footerPanel .footerPanel__item.footerPanel__item--social {
  display: flex;
  padding-top: 40px;
}
@media (min-width: 47.12rem) {
  .contentFooterContainer .footerPanel .footerPanel__item.footerPanel__item--social {
    padding-top: 10px;
  }
}
.contentFooterContainer .footerPanel .footerPanel__item.footerPanel__item--social .menuItem {
  background-color: #404040;
  margin: 5px 2px;
  margin-bottom: 40px;
  padding: 7px;
  border-radius: 3px;
  line-height: 12px;
}
@media (min-width: 47.12rem) {
  .contentFooterContainer .footerPanel .footerPanel__item.footerPanel__item--social .menuItem {
    margin: 0px 4px;
    padding: 7px;
    margin-bottom: inherit;
    line-height: 7px;
  }
}
.contentFooterContainer .footerPanel .footerPanel__item.footerPanel__item--social .menuItem a {
  font-size: 13px;
  color: #fff;
}
@media (min-width: 47.12rem) {
  .contentFooterContainer .footerPanel .footerPanel__item.footerPanel__item--social .menuItem a {
    font-size: 6px;
  }
}
.contentFooterContainer .footerPanel .footerPanel__item.footerPanel__item--social ul {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 47.12rem) {
  .contentFooterContainer .footerPanel .footerPanel__item.footerPanel__item--social ul {
    flex-direction: row;
  }
}
@media (min-width: 76.5rem) {
  .contentFooterContainer .footerPanel .footerPanel__item.footerPanel__item--social {
    display: none;
  }
}
.contentFooterContainer .footerPanel .footerPanel__item.footerPanel__item--copyright {
  font-size: 0.75rem;
  color: #d6d6d6;
  padding-top: 25px;
  font-family: "Futura Std Medium", "Trebuchet MS", Arial, sans-serif;
}
.contentFooterContainer .footerPanel.footerPanel--logo {
  display: none;
}
@media (min-width: 47.12rem) {
  .contentFooterContainer .footerPanel.footerPanel--logo {
    display: block;
  }
}

/* clear fix */
.js-imageGridContainer:after {
  content: "";
  display: block;
  clear: both;
}

.grid {
  float: left;
}
.grid a {
  cursor: zoom-in;
}

.grid img {
  display: block;
  max-width: 100%;
}

.hoverEffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.hoverEffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(460px, -100px) rotate(180deg);
  transition: all 0.2s 0.4s ease-in-out;
  /*
  opacity: 1;
  filter: alpha(opacity=100);
  transition-delay: 0s;
  transform: translate(0px, 0px);
  */
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.hoverEffect .overlay a {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  background-color: #000;
  background: rgba(0, 0, 0, 0.6);
}
.hoverEffect .overlay h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 12px;
  padding: 10px;
}
.hoverEffect .overlay a.info {
  position: absolute;
  top: 50%;
  left: 15%;
  width: 70%;
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 0 0 0 0;
  background-color: transparent;
  transform: translateY(-200px);
  transition: all 0.2s ease-in-out;
}
.hoverEffect img {
  display: block;
  position: relative;
  transition: all 0.2s ease-in;
}

a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hoverEffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  transition-delay: 0s;
  transform: translate(0px, 0px);
}

.hoverEffect :hover h2 {
  transform: translateY(0px);
  transition-delay: 0.5s;
}

.hoverEffect :hover a.info {
  transform: translateY(0px);
  transition-delay: 0.3s;
}

.dataForm {
  display: flex;
  flex-direction: column;
}
.dataForm__section {
  margin-top: 15px;
}
.dataForm__section--combo {
  display: flex;
}
.dataForm__buttonPanel {
  margin-top: 25px;
}

.dataInput {
  background-color: #fff;
  color: #222;
  border: 0px solid #333333;
  border-radius: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.dataInput:invalid {
  box-shadow: none;
}

.dataInput:-moz-submit-invalid {
  box-shadow: none;
}

.dataInput:-moz-ui-invalid {
  box-shadow: none;
}

input {
  margin-bottom: 8px;
  border: none;
  padding: 25px 25px 10px;
  font-size: 18px;
  max-width: 100%;
  border-width: 2px;
  border-style: inset;
  border-color: initial;
}

input:focus,
input:active {
  outline: none;
  border-color: #404040;
}

.inputGroup {
  position: relative;
}
.inputGroup--country {
  width: 45%;
}
.inputGroup--state {
  width: 35%;
}
.inputGroup--zip {
  width: 20%;
  height: 70px;
  margin-top: 0;
  background-color: #222;
}
.inputGroup--textAreaWrapper {
  margin-bottom: 10px;
}
.inputGroup--textAreaWrapper textArea.dataInput {
  border: none;
  outline: none;
  padding: 35px 10px 5px 10px;
}
.inputGroup--textAreaWrapper textArea + label.labelTextArea {
  top: 25px;
}
.inputGroup .selected-flag {
  margin-top: 7px;
  margin-left: 4px;
}
.inputGroup .dataInput--secondary {
  padding: 5px;
  font-size: 20px;
}
.inputGroup .inputGroup label.dataLabel--secondary {
  font-size: 14px;
}
.inputGroup .dataInput--bordered {
  border: 1px solid #999;
  border-radius: 0;
}
.inputGroup select.dataInput {
  height: 65px;
  padding-left: 25px;
  padding-top: 20px;
  margin-bottom: 10px;
  outline: none;
}
.inputGroup select.dataInput + label {
  top: 30%;
}

.inputGroup label {
  position: absolute;
  top: 50%;
  left: 0px;
  padding-left: 10px;
  padding-bottom: 10px;
  transform: translateY(-50%);
  font-style: italic;
  font-size: 18px;
  color: #999;
  pointer-events: none;
  transition: all 0.15s ease-out 0s;
}
.inputGroup label.dropdownlabel {
  top: 20px;
}

.inputGroup input[valid-input=false] ~ label {
  top: 37%;
}

.inputGroup select[valid-input=false] ~ label {
  top: 23%;
}

.inputGroup .psudoLabel {
  position: absolute;
  top: 50%;
  left: 0px;
  padding-left: 10px;
  padding-bottom: 10px;
  transform: translateY(-50%);
  font-style: italic;
  font-size: 18px;
  color: #999;
  pointer-events: none;
  transition: all 0.15s ease-out 0s;
}
.inputGroup .psudoLabel.dropdownlabel {
  top: 20px;
}

.inputGroup input:focus + label,
.inputGroup input.js-userData + label {
  top: 20px;
  font-size: 16px;
  color: #aaaaaa;
}

.dropdownPanel {
  background-color: #222;
  height: 70px;
  padding-top: 30px;
}

.dataForm__buttonPanel--secondary {
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
}

.dataForm__buttonPanel--tertiary {
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

.actionButton--bordered {
  border: 1px solid;
}
.actionButton--bordered:hover {
  border-bottom-color: inherit;
}

.inputCheckbox {
  position: relative;
  min-height: 70px;
  background-color: transparent;
  color: #222;
  border-radius: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.inputCheckbox .checkboxInline {
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.inputCheckbox .checkboxInline .checkboxInline__input {
  position: absolute;
  left: -1px;
  top: 0;
  line-height: normal;
  transform: scale(0.75, 0.75);
}
.inputCheckbox .checkboxInline p.checkboxInline__label {
  font-size: 16px;
  line-height: 1.2rem;
  margin: 2px 0 10px 25px;
  display: block;
}

.inputButtonGroup {
  display: flex;
  flex-direction: row;
  justify-content: left;
}
.inputButtonGroup .inputButton {
  display: block;
  text-align: center;
  color: #fff;
  background: #404040;
  padding: 10px 40px;
  text-transform: uppercase;
  border: 1px solid #e8e8e8;
}

#subscribeStep2Form .inputButton,
#profileForm .inputButton {
  margin-top: 10px;
}

.inputRecatchaContainer {
  display: flex;
  justify-content: left;
  margin-bottom: 10px;
}

.inputError {
  color: red;
  position: relative;
  top: -10px;
}

.inputCheckbox .inputError {
  top: -5px;
}

.newsArticle-image img {
  width: 100%;
  height: auto;
}

.contentContainer--sectionContent.contentContainer--newsContent {
  display: block;
}

.contentContainer--newsContent {
  display: block;
  clear: both;
  width: 100%;
  margin: 0px auto 0px auto;
  color: #000;
  padding: 0px 0 0px 0;
  /*
  .divider {
    display: inline-block;
    width: 100%;
    color: $content-divider-color;
    height: 1px;
    border-top-width: 1px;
    &.divider--solid {
      border-top-style: solid;
    }
  }
  */
}
@media (min-width: 56rem) {
  .contentContainer--newsContent {
    padding: 64px 0 0px 0;
  }
}
@media (min-width: 56rem) {
  .contentContainer--newsContent .contentContainer {
    padding: 15px;
    padding-bottom: 50px;
    margin: 0 auto;
    padding-top: 0px;
  }
}
@media (min-width: 76.5rem) {
  .contentContainer--newsContent .contentContainer {
    max-width: 80rem;
    padding: 15px;
    padding-bottom: 50px;
    margin: 0 auto;
    padding-top: 0px;
  }
}
.contentContainer--newsContent .newHeaderPanel {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding: 0px;
  color: #ff0000;
}
.contentContainer--newsContent .newHeaderPanel h2 {
  font-size: 24px;
  line-height: 1.5;
  margin: 15px 0 0 0;
  width: 100%;
  text-align: left;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 56rem) {
  .contentContainer--newsContent .newHeaderPanel h2 {
    padding: 0;
    margin-top: 0px;
  }
}
.contentContainer--newsContent .otherNewsPanel {
  width: 100%;
  padding: 0px 0px 30px 0px;
  color: #000;
  /*
  .otherNewsPanel--divider {
    width: 45px;
    height: 2px;
    background-color: $color-black;
    margin: 0px auto 50px;
  }

  .otherNewsPanel--footer {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 40px;
    @include break(md) {
      flex-direction: row;
      align-items: center;
      margin-bottom: 25px;
    }
    .otherNewsPanel--footer--viewmore {
      @include break(md) {
        margin-top: 20px;
      }
      display: flex;
      justify-content: center;
      a {
        //text-transform: uppercase;
        font-weight: 500;
        //font-family: $font-primary_1;
        font-size: $size-p4;
        padding: 10px 40px;
        color: $color-red;
        &:hover {
          text-decoration: none;
        }
      }
      &:hover {
        text-decoration: none;
      }
      &:hover {
        a {
          color: $color-black;
        }
      }
    }
  }

  h3 {
    font-size: $news-font-size * 1.1875;
    //font-family: $news-font-family-1;
    font-weight: 400;
    line-height: 1.65;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: $color-red;
  }
  h2 {
    display: block;
    color: $color-red;
    //font-family: $font-primary_2;
    font-size: $size-p4;
    text-transform: uppercase;
    line-height: initial;
    font-weight: 500;
    display: flex;
    &:before {
      content: "|";
      display: flex;
      width: 36px;
      background-color: $color-red;
      margin-right: 15px;
    }
    @include break(md) {
      color: $color-red;
      //font-family: $font-primary_2;
      text-transform: uppercase;
      line-height: initial;
      font-weight: 400;
      font-size: $size-p2;
    }
  }
  */
}
.contentContainer--newsContent .otherNewsPanel .otherNewsPanel--header {
  display: flex;
  align-items: left;
  flex-direction: column;
  width: 100%;
  justify-content: left;
  align-items: left;
}
@media (min-width: 56rem) {
  .contentContainer--newsContent .otherNewsPanel .otherNewsPanel--header {
    flex-direction: row;
    align-items: center;
    background-color: transparent;
  }
}
.contentContainer--newsContent .otherNewsPanel .otherNewsPanel--header .otherNewsPanel--header--viewmore {
  display: flex;
  justify-content: flex-end;
  margin-right: 20px;
}
@media (min-width: 56rem) {
  .contentContainer--newsContent .otherNewsPanel .otherNewsPanel--header .otherNewsPanel--header--viewmore {
    width: 200px;
  }
}
.contentContainer--newsContent .otherNewsPanel .otherNewsPanel--header .otherNewsPanel--header--viewmore a {
  margin-left: 20px;
  text-transform: uppercase;
  font-weight: 500;
}
.contentContainer--newsContent .otherNewsPanel .otherNewsPanel--header .otherNewsPanel--header--viewmore a:after {
  content: "";
  font-family: FontAwesome;
  padding-left: 10px;
  font-size: 0.75rem;
  display: inline;
  float: right;
  margin-top: 3px;
}
.contentContainer--newsContent .otherNewsPanel .newsList.newsList--boxed {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  justify-content: space-between;
}
.contentContainer--newsContent .otherNewsPanel .newsList.newsList--boxed .newsListItem .newsTitle a {
  padding-bottom: 10px;
}
@media (min-width: 56rem) {
  .contentContainer--newsContent .otherNewsPanel .newsList.newsList--boxed .newsListItem .newsTitle a {
    padding-bottom: 0px;
  }
}
.contentContainer--newsContent .otherNewsPanel .newsList.newsList--boxed .newsTeaser {
  display: none;
}
@media (min-width: 56rem) {
  .contentContainer--newsContent .otherNewsPanel .newsList.newsList--boxed .newsTeaser {
    display: block;
  }
}
.contentContainer--newsContent .otherNewsPanel .newsList.newsList--boxed .newsReadMore {
  display: none;
}
@media (min-width: 56rem) {
  .contentContainer--newsContent .otherNewsPanel .newsList.newsList--boxed .newsReadMore {
    display: block;
  }
}
@media (min-width: 25.875rem) {
  .contentContainer--newsContent .otherNewsPanel .newsList.newsList--boxed {
    padding: 0px;
    align-items: initial;
    flex: 1;
    flex-direction: row;
  }
}
.contentContainer--newsContent .otherNewsPanel .newsList .newsListItem a {
  transition: color 0.2s ease, border-bottom-color 0.2s ease;
  text-decoration: none;
  border-bottom: none;
}
.contentContainer--newsContent .otherNewsPanel .newsList .newsListItem p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  /*
  @include break(xl) {
    margin-bottom: 0px;
    margin-top: 5px;
  }
  */
}
.contentContainer--newsContent .otherNewsPanel .newsList .newsListItem img {
  width: 100%;
  height: auto;
}
.contentContainer--newsContent .otherNewsPanel .newsList .newsListItem .newsDate {
  font-size: 1.125rem;
  margin-bottom: 10px;
  margin-left: 75px;
  /*
  @include break(xl) {
    font-size: $size-p2;
  }
  */
}
.contentContainer--newsContent .otherNewsPanel .newsList .newsListItem .newsTitle {
  font-family: "Futura Std Heavy", "Trebuchet MS", Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
}
.contentContainer--newsContent .otherNewsPanel .newsList .newsListItem .newsTitle a {
  color: #ff0000;
  line-height: 28px;
  font-weight: 500;
  display: block;
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 20px;
}
.contentContainer--newsContent .otherNewsPanel .newsList .newsListItem .newsTitle a:hover {
  text-decoration: underline;
}
@media (min-width: 56rem) {
  .contentContainer--newsContent .otherNewsPanel .newsList .newsListItem .newsTitle a {
    font-size: inherit;
    text-align: inherit;
  }
}
@media (min-width: 76.5rem) {
  .contentContainer--newsContent .otherNewsPanel .newsList .newsListItem .newsTitle a {
    margin-bottom: 0px;
    font-size: inherit;
    text-align: inherit;
  }
}
.contentContainer--newsContent .otherNewsPanel .newsList .newsListItem .newsTeaser {
  font-size: 1rem;
  color: #fff;
  line-height: 18px;
  padding: 0 15px;
  font-weight: 300;
}
.contentContainer--newsContent .otherNewsPanel .newsList .newsListItem .newsTeaser p {
  letter-spacing: 1.2px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 76.5rem) {
  .contentContainer--newsContent .otherNewsPanel .newsList .newsListItem .newsTeaser {
    line-height: 18px;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 300;
  }
}
.contentContainer--newsContent .otherNewsPanel .newsList .newsListItem .newsBody {
  margin-left: 0px;
  font-size: 0.875rem;
  font-weight: 400;
}
@media (min-width: 56rem) {
  .contentContainer--newsContent .otherNewsPanel .newsList .newsListItem .newsBody {
    margin-left: 150px;
  }
}
.contentContainer--newsContent .otherNewsPanel .newsList .newsListItem .newsBody img {
  width: auto;
}
.contentContainer--newsContent .otherNewsPanel .newsList .newsListItem .newsReadMore {
  margin-bottom: 15px;
}
.contentContainer--newsContent .otherNewsPanel .newsList .newsListItem .newsReadMore:hover {
  text-decoration: underline;
}
.contentContainer--newsContent .otherNewsPanel .newsList .newsListItem .newsReadMore a {
  padding: 0 20px;
  display: flex;
  width: 100%;
  color: #ff0000;
  justify-content: flex-end;
  font-family: "Futura Std Heavy", "Trebuchet MS", Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.contentContainer--newsContent .otherNewsPanel .newsList .newsListItem .newsReadMore a:hover {
  text-decoration: underline;
}
@media (min-width: 76.5rem) {
  .contentContainer--newsContent .otherNewsPanel .newsList .newsListItem {
    flex-basis: 32%;
    /*
    .newsReadMore {
      padding-left: initial;
      padding-right: initial;
      position: absolute;
      bottom: 0px;
    }
    */
  }
  .contentContainer--newsContent .otherNewsPanel .newsList .newsListItem .newsReadMore a:hover {
    text-decoration: none;
  }
}
.contentContainer--newsContent .otherNewsPanel .newsList .newsListItem.newsListItem--boxed {
  background-color: #000;
  flex-basis: 100%;
  margin-bottom: 20px;
}
.contentContainer--newsContent .otherNewsPanel .newsList .newsListItem.newsListItem--boxed.newsListItem--boxed--promo {
  background-color: transparent;
}
@media (min-width: 56rem) {
  .contentContainer--newsContent .otherNewsPanel .newsList .newsListItem.newsListItem--boxed {
    flex-basis: 49%;
  }
}
.contentContainer--newsContent .otherNewsPanel .newsList .newsListItem.newsListItem--headline {
  margin-bottom: 5px;
}
.contentContainer--newsContent .otherNewsPanel .newsList .newsListItem.newsListItem--headline .newsTitle a {
  text-transform: none;
  color: #000;
  padding: 0px;
  font-size: 0.875rem;
}
.contentContainer--newsContent .otherNewsPanel .newsList .newsListItem.newsListItem--headline .newsTitle a::before {
  content: "█";
  color: #ff0000;
  margin-right: 10px;
  margin-bottom: 20px;
  display: inline;
  margin-left: 0px;
}
.contentContainer--newsContent .contentContainer--newsArticle {
  padding: 20px;
}
.contentContainer--newsContent .imageResponsive img {
  max-width: 100%;
}

.contentContainer--newsContentArchive {
  padding-top: 0px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 56rem) {
  .contentContainer--newsContentArchive .otherNewsPanel .newsList.newsList--boxed {
    display: inherit;
    -moz-columns: 2;
         columns: 2;
  }
  .contentContainer--newsContentArchive .otherNewsPanel .newsList .newsListItem.newsListItem--boxed {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  .contentContainer--newsContentArchive .otherNewsPanel .newsList .newsListItem .newsReadMore {
    padding-bottom: 15px;
  }
}

/* Ie 11 hack */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .contentContainer--newsContent .otherNewsPanel .newsListItem--boxed.newsListItem {
    flex-basis: 45%;
  }
}
.contentContainer--newsContentHome {
  padding: 0px;
}

.contentContainer--tourContent {
  display: block;
  clear: both;
  min-height: 80vh;
  width: 100%;
  margin: 20px auto 20px auto;
  background-color: #fff;
}
.contentContainer--tourContent .tourPanel {
  border: 10px;
  clear: both;
}
l .contentContainer--tourContent .tourPanel:after {
  content: "";
  clear: right;
}
@media (min-width: 56rem) {
  .contentContainer--tourContent {
    max-width: 60rem;
    padding: 15px;
  }
}
@media (min-width: 76.5rem) {
  .contentContainer--tourContent {
    max-width: 70rem;
    padding: 15px;
  }
}
.contentContainer--tourContent .tourHeaderPanel {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding: 5px;
}
.contentContainer--tourContent .tourHeaderPanel h2 {
  font-size: 1.1em;
  width: 100%;
  text-align: left;
  color: #D20C0C;
  font-size: 1.375rem;
  font-family: "Helvetica Neue";
  text-transform: uppercase;
  font-weight: 700;
}
.contentContainer--tourContent .tourHeaderPanel .secondary {
  display: flex;
}
.contentContainer--tourContent .tourHeaderPanel .secondary .tourDate {
  flex-direction: row;
  align-items: center;
  border-right: 1px solid #000;
  margin-right: 30px;
}
@media (min-width: 56rem) {
  .contentContainer--tourContent .tourHeaderPanel .secondary .tourDate {
    padding: 0px 15px;
    flex-direction: column;
    max-width: 120px;
  }
}
.contentContainer--tourContent .tourHeaderPanel .secondary .tourDate--D, .contentContainer--tourContent .tourHeaderPanel .secondary .tourDate--Y {
  font-size: 16px;
}
@media (min-width: 56rem) {
  .contentContainer--tourContent .tourHeaderPanel .secondary .tourDate--D, .contentContainer--tourContent .tourHeaderPanel .secondary .tourDate--Y {
    font-size: 13px;
    margin-bottom: 2px;
    text-transform: uppercase;
    line-height: normal;
  }
}
.contentContainer--tourContent .tourHeaderPanel .secondary .tourDate--Mj {
  font-weight: 700;
}
.contentContainer--tourContent .tourHeaderPanel .secondary .tourDate--Mj, .contentContainer--tourContent .tourHeaderPanel .secondary .tourDate--M, .contentContainer--tourContent .tourHeaderPanel .secondary .tourDate--j {
  font-size: 16px;
}
@media (min-width: 56rem) {
  .contentContainer--tourContent .tourHeaderPanel .secondary .tourDate--Mj, .contentContainer--tourContent .tourHeaderPanel .secondary .tourDate--M, .contentContainer--tourContent .tourHeaderPanel .secondary .tourDate--j {
    text-transform: uppercase;
    line-height: normal;
  }
}
.contentContainer--tourContent .tourHeaderPanel .secondary .tourDate--D:after, .contentContainer--tourContent .tourHeaderPanel .secondary .tourDate--Mj:after {
  content: ", ";
}
@media (min-width: 56rem) {
  .contentContainer--tourContent .tourHeaderPanel .secondary .tourDate--D:after, .contentContainer--tourContent .tourHeaderPanel .secondary .tourDate--Mj:after {
    content: "";
  }
}
.contentContainer--tourContent .tourHeaderPanel .secondary .tourDate--Mj, .contentContainer--tourContent .tourHeaderPanel .secondary .tourDate--Y {
  padding-left: 5px;
}
@media (min-width: 56rem) {
  .contentContainer--tourContent .tourHeaderPanel .secondary .tourDate--Mj, .contentContainer--tourContent .tourHeaderPanel .secondary .tourDate--Y {
    padding-left: initial;
  }
}
.contentContainer--tourContent .tourHeaderPanel .secondary .tourLocation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  vertical-align: middle;
}
.contentContainer--tourContent .tourListPanel:nth-of-type(odd) {
  background-color: #D9D9D9;
}
.contentContainer--tourContent .tourListPanel:nth-of-type(odd):hover {
  background-color: transparent;
}
.contentContainer--tourContent .tourListPanel:nth-of-type(even) {
  background-color: #BFBFBF;
}
.contentContainer--tourContent .tourListPanel:nth-of-type(even):hover {
  background-color: transparent;
}
.contentContainer--tourContent .tourListPanel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #7e7e7e;
}
@media (min-width: 56rem) {
  .contentContainer--tourContent .tourListPanel {
    flex-direction: row;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
    align-items: center;
    flex-wrap: nowrap;
    border-bottom: 0px;
    /*
    &:hover {
      background-color: $color-red;
      color: $color_white;
    }
    */
  }
}
.contentContainer--tourContent .tourListPanel.tourListPanel__Heading {
  display: none;
}
@media (min-width: 56rem) {
  .contentContainer--tourContent .tourListPanel.tourListPanel__Heading {
    display: flex;
    background-color: #D20C0C;
    font-weight: 700;
  }
}
.contentContainer--tourContent .tourListPanel.tourListPanel__Heading .tourItem__modal {
  text-transform: capitalize;
}
.contentContainer--tourContent .tourListPanel .tourItem {
  display: flex;
  flex-wrap: nowrap;
  flex-grow: 1;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 56rem) {
  .contentContainer--tourContent .tourListPanel .tourItem {
    margin-bottom: 0px;
    justify-content: space-between;
    flex-basis: 0;
    align-items: flex-start;
  }
}
.contentContainer--tourContent .tourListPanel .tourDate {
  flex-direction: row;
  align-items: center;
}
@media (min-width: 56rem) {
  .contentContainer--tourContent .tourListPanel .tourDate {
    padding: 0px 15px;
    flex-direction: column;
    max-width: 120px;
  }
}
.contentContainer--tourContent .tourListPanel .tourDate--D, .contentContainer--tourContent .tourListPanel .tourDate--Y {
  font-size: 16px;
}
@media (min-width: 56rem) {
  .contentContainer--tourContent .tourListPanel .tourDate--D, .contentContainer--tourContent .tourListPanel .tourDate--Y {
    font-size: 13px;
    margin-bottom: 2px;
    text-transform: uppercase;
    line-height: normal;
  }
}
.contentContainer--tourContent .tourListPanel .tourDate--Mj {
  font-weight: 700;
}
.contentContainer--tourContent .tourListPanel .tourDate--Mj, .contentContainer--tourContent .tourListPanel .tourDate--M, .contentContainer--tourContent .tourListPanel .tourDate--j {
  font-size: 16px;
}
@media (min-width: 56rem) {
  .contentContainer--tourContent .tourListPanel .tourDate--Mj, .contentContainer--tourContent .tourListPanel .tourDate--M, .contentContainer--tourContent .tourListPanel .tourDate--j {
    text-transform: uppercase;
    line-height: normal;
  }
}
.contentContainer--tourContent .tourListPanel .tourDate--D:after, .contentContainer--tourContent .tourListPanel .tourDate--Mj:after {
  content: ", ";
}
@media (min-width: 56rem) {
  .contentContainer--tourContent .tourListPanel .tourDate--D:after, .contentContainer--tourContent .tourListPanel .tourDate--Mj:after {
    content: "";
  }
}
.contentContainer--tourContent .tourListPanel .tourDate--Mj, .contentContainer--tourContent .tourListPanel .tourDate--Y {
  padding-left: 5px;
}
@media (min-width: 56rem) {
  .contentContainer--tourContent .tourListPanel .tourDate--Mj, .contentContainer--tourContent .tourListPanel .tourDate--Y {
    padding-left: initial;
  }
}
@media (min-width: 56rem) {
  .contentContainer--tourContent .tourListPanel .tourLocation {
    flex-grow: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: initial;
  }
}
.contentContainer--tourContent .tourListPanel .tourLocation .tourLocation__name {
  text-align: center;
  max-width: 100%;
  text-transform: capitalize;
}
.contentContainer--tourContent .tourListPanel .tourLocation .tourLocation__city {
  font-weight: 400;
  text-align: center;
  padding-bottom: 15px;
}
@media (min-width: 56rem) {
  .contentContainer--tourContent .tourListPanel .tourLocation .tourLocation__city {
    padding-bottom: initial;
  }
}
.contentContainer--tourContent .tourBodyPanel {
  display: flex;
  padding: 0 10px;
}
.contentContainer--tourContent .tourBodyPanel .header {
  font-size: 1.125rem;
  font-weight: 700;
}
.contentContainer--tourContent .tourBodyPanel .socialLinks .socialLinkList {
  display: flex;
}
.contentContainer--tourContent .tourBodyPanel .socialLinks .socialLinkList .socialLink {
  margin-right: 15px;
}
.contentContainer--tourContent .tourBodyPanel .socialLinks .socialLinkList .socialLink__twitter a {
  color: #38A1F3;
}

.tourButton {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #D20C0C;
  color: #000;
  border: 1px solid transparent;
  border-radius: 0px;
  max-width: 200px;
}

.tourButton--default {
  font-weight: 400;
}

.contentContainer--offerContent {
  display: block;
  clear: both;
  width: 100%;
  margin: 20px auto 20px auto;
  background-color: #fff;
  font-family: "Helvetica Neue", sans-serif;
}
@media (min-width: 56rem) {
  .contentContainer--offerContent {
    max-width: 60rem;
    padding: 15px;
  }
}
@media (min-width: 76.5rem) {
  .contentContainer--offerContent {
    max-width: 70rem;
    padding: 15px;
  }
}
.contentContainer--offerContent .divider {
  display: inline-block;
  width: 100%;
  color: #e2e2e2;
  height: 1px;
  border-top-width: 1px;
}
.contentContainer--offerContent .divider.divider--solid {
  border-top-style: solid;
}
.contentContainer--offerContent .headerPanel h1 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 5px;
  letter-spacing: 1px;
  font-size: 32px;
}
@media (min-width: 56rem) {
  .contentContainer--offerContent .headerPanel h1 {
    letter-spacing: 5px;
    font-size: 56px;
  }
}
.contentContainer--offerContent .headerPanel h2 {
  font-weight: 300;
  text-align: center;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
  font-size: 19px;
}
@media (min-width: 56rem) {
  .contentContainer--offerContent .headerPanel h2 {
    letter-spacing: 1.2px;
    font-size: 27px;
  }
}
.contentContainer--offerContent .offerSection {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media (min-width: 56rem) {
  .contentContainer--offerContent .offerSection {
    flex-direction: row;
    justify-content: space-around;
  }
}
.contentContainer--offerContent .offerPanel .imageFrame img {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 56rem) {
  .contentContainer--offerContent .offerPanel .imageFrame img {
    max-width: 460px;
  }
}
.contentContainer--offerContent .offerPanel .offerPanel__detail {
  margin: 0;
  max-width: 100%;
  border: 1px solid #eeedf2;
  background: #eeedf2;
  color: #141414;
}
.contentContainer--offerContent .offerPanel .offerPanel__detail .js-sizeSelectionBtn.sizeSelectionBtn {
  cursor: default;
  text-decoration: none;
}
@media (min-width: 56rem) {
  .contentContainer--offerContent .offerPanel .offerPanel__detail {
    margin: 10px auto 10px auto;
    max-width: 460px;
  }
}
.contentContainer--offerContent .offerPanel .offerPanel__detail p {
  padding: 15px;
}
.contentContainer--offerContent .offerPanel .offerPanel__detail h2 {
  letter-spacing: 1.2px;
  line-height: 3rem;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #d6b161;
}
.contentContainer--offerContent .offerPanel .offerPanel__detail .offerPrice {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  padding: 25px 0;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.contentContainer--offerContent .offerPanel .offerPanel__detail .offerPrice .offerPrice__amount {
  font-size: 34px;
  font-weight: 300;
  text-align: center;
}
.contentContainer--offerContent .offerPanel .offerPanel__detail .offerPrice .offerPrice__amount span {
  font-size: 13px;
}
.contentContainer--offerContent .offerPanel .offerPanel__detail .purchaseButton {
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #eeedf2;
  background: #404040;
  padding: 10px 40px;
  text-transform: uppercase;
  border: 1px solid #e8e8e8;
  margin-bottom: 20px;
}
.contentContainer--offerContent .offerPanel .offerPanel__detail ul.featureList {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  list-style-type: disc;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.contentContainer--offerContent .offerPanel .offerPanel__detail ul.featureList li {
  margin-bottom: 15px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
}
.contentContainer--offerContent .noticeSection p {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.contentContainer--offerContent .dataEntryFormContainer {
  margin: 0;
  max-width: 100%;
  padding: 15px;
  border: 1px solid #eeedf2;
  background-color: #eeedf2;
}
@media (min-width: 56rem) {
  .contentContainer--offerContent .dataEntryFormContainer {
    margin: 10px auto 10px auto;
    max-width: 460px;
  }
}

/*
$offer-font-color: $color-white;
$offer-price-border-color: $offer-font-color;
$offer-feature-list-font-color: $offer-price-border-color;
$offer-feature-list-border-color: $offer-feature-list-font-color;
$offer-feature-font-color: $color-gray_01;
$offer-h2-font-color: $color-jewel;
$offer-detail-background-color: $color-nero;
$offer-detail-border-color: $offer-detail-background-color;
$offer-data-entry-background-color: $offer-detail-border-color;
$offer-data-entry-border-color: $offer-data-entry-background-color;
$offer-purchase-background-color: $offer-feature-list-border-color;
$offer-purchase-font-color: $offer-data-entry-border-color;
$offer-purchase-border-color: $color-gainsboro;
$thankyou-background-color: $offer-data-entry-border-color;
$thankyou-font-color: $offer-purchase-background-color;
$thankyou-border-color: $color-mine_shaft;
*/
.contentContainer--sectionContent {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 20px auto 20px auto;
  background-color: #fff;
}
.contentContainer--sectionContent .sectionWrapper {
  display: flex;
  flex-direction: column;
}
.contentContainer--sectionContent .sectionWrapper .sectionPanel {
  padding: 0 15px;
}
@media (min-width: 56rem) {
  .contentContainer--sectionContent .sectionWrapper {
    flex-direction: row;
  }
}
@media (min-width: 56rem) {
  .contentContainer--sectionContent .sectionPanel {
    flex: 1;
  }
}
.contentContainer--sectionContent .welcomePanel {
  width: inherit;
}
.contentContainer--sectionContent .welcomePanel .welcomeHeader, .contentContainer--sectionContent .welcomePanel .welcomeMsg {
  margin: 0;
  max-width: 100%;
  padding: 15px;
  text-transform: uppercase;
}
@media (min-width: 56rem) {
  .contentContainer--sectionContent {
    max-width: 60rem;
    padding: 15px;
  }
}
@media (min-width: 76.5rem) {
  .contentContainer--sectionContent {
    max-width: 80rem;
    padding: 15px;
  }
}
.contentContainer--sectionContent .divider {
  display: inline-block;
  width: 100%;
  color: #e2e2e2;
  height: 1px;
  border-top-width: 1px;
}
.contentContainer--sectionContent .divider.divider--solid {
  border-top-style: solid;
}
.contentContainer--sectionContent .headerPanel h1 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 5px;
  letter-spacing: 1px;
  font-size: 32px;
}
@media (min-width: 56rem) {
  .contentContainer--sectionContent .headerPanel h1 {
    letter-spacing: 5px;
    font-size: 56px;
  }
}
.contentContainer--sectionContent .headerPanel h2 {
  font-weight: 300;
  text-align: center;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
  font-size: 19px;
}
@media (min-width: 56rem) {
  .contentContainer--sectionContent .headerPanel h2 {
    letter-spacing: 1.2px;
    font-size: 27px;
  }
}

.sectionWrapper {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media (min-width: 56rem) {
  .sectionWrapper {
    margin: 20px auto 0;
    max-width: 80rem;
    padding: 15px;
  }
}
.sectionWrapper .sectionPanel--home {
  margin-bottom: 15px;
  flex-basis: 100%;
  padding: 0;
}
@media (min-width: 56rem) {
  .sectionWrapper .sectionPanel--home {
    flex-basis: 49%;
  }
}

.contentContainer--privacyContent section {
  margin: 25px 0;
}
.contentContainer--privacyContent ul {
  list-style-type: disc;
  padding-left: 30px;
}
.contentContainer--privacyContent ul li {
  margin-bottom: 10px;
}
.contentContainer--privacyContent .highlight {
  font-weight: 700;
}
.contentContainer--privacyContent table {
  margin: 15px 0;
}
.contentContainer--privacyContent table th, .contentContainer--privacyContent table td {
  border: 1px solid black;
  padding: 0px 5px;
}

.contentContainer--signOnContent {
  display: block;
  clear: both;
  min-height: 80vh;
  width: 100%;
  margin: 20px auto 20px auto;
  background-color: #fff;
  font-family: "Helvetica Neue", sans-serif;
  padding: 15px;
}
@media (min-width: 56rem) {
  .contentContainer--signOnContent {
    max-width: 56rem;
    padding: 15px;
  }
}
.contentContainer--signOnContent .divider {
  display: inline-block;
  width: 100%;
  color: #e2e2e2;
  height: 1px;
  border-top-width: 1px;
  display: none;
}
.contentContainer--signOnContent .divider.divider--solid {
  border-top-style: solid;
}
.contentContainer--signOnContent .headerPanel h1 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
  font-size: 19px;
}
@media (min-width: 56rem) {
  .contentContainer--signOnContent .headerPanel h1 {
    letter-spacing: 1.2px;
    font-size: 27px;
  }
}
.contentContainer--signOnContent .headerPanel h2 {
  font-weight: 300;
  text-align: center;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
  font-size: 19px;
}
@media (min-width: 56rem) {
  .contentContainer--signOnContent .headerPanel h2 {
    letter-spacing: 1.2px;
    font-size: 27px;
  }
}
.contentContainer--signOnContent .formPanel-or {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contentContainer--signOnContent .formPanel {
  border: 1px solid #eeedf2;
  background: #eeedf2;
  margin: 0;
  margin: 10px auto 10px auto;
  max-width: 100%;
}
@media (min-width: 56rem) {
  .contentContainer--signOnContent .formPanel {
    margin: 10px auto 10px auto;
    max-width: 460px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.contentContainer--signOnContent .formPanel h2 {
  letter-spacing: 1.2px;
  font-size: 24px;
  line-height: 2rem;
  font-weight: 300;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 15px;
  color: #000;
}
@media (min-width: 56rem) {
  .contentContainer--signOnContent .formPanel h2 {
    padding-left: inherit;
  }
}
.contentContainer--signOnContent .formPanel .bulletTitle {
  margin-bottom: 5px;
}
@media (min-width: 56rem) {
  .contentContainer--signOnContent .formPanel .bulletTitle {
    padding-left: 0px;
    margin-bottom: inherit;
  }
}
.contentContainer--signOnContent .formPanel .formPanel-or-register {
  padding-top: 10px;
  padding-bottom: 10px;
}
.contentContainer--signOnContent .noticeSection p {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.contentContainer--signOnContent .dataEntryFormContainer {
  margin: 0;
  max-width: 100%;
  padding: 15px;
}
@media (min-width: 56rem) {
  .contentContainer--signOnContent .dataEntryFormContainer {
    margin: 10px auto 10px auto;
    max-width: 460px;
  }
}
.contentContainer--signOnContent .dataEntryFormContainer .checkboxInline p {
  margin-bottom: 0;
  font-size: 14px;
}
.contentContainer--signOnContent .dataEntryFormContainer .note--request {
  margin-top: 10px;
  padding: 0;
  color: #000;
  background: #eeedf2;
  font-weight: 400;
  font-size: 16px;
  width: 100%;
  letter-spacing: 0.85px;
  line-height: 1.2rem;
  text-decoration: none;
  border: none;
  display: inline-block;
  text-align: center;
}
.contentContainer--signOnContent .dataEntryFormContainer .inputButton--registerNow {
  margin-top: 10px;
  padding: 0;
  background: #eeedf2;
  font-weight: 400;
  font-size: 16px;
  width: 100%;
  letter-spacing: 0.85px;
  line-height: 2.725rem;
  text-decoration: none;
  border: none;
  display: inline-block;
  text-align: center;
}
.contentContainer--signOnContent .dataEntryFormContainer .inputButton--registerNow:hover {
  text-decoration: underline;
}
.contentContainer--signOnContent .dataEntryFormContainer .linkForgotPassword {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 25px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  border: none;
}
.contentContainer--signOnContent .dataEntryFormContainer .linkForgotPassword:hover {
  text-decoration: underline;
}
.contentContainer--signOnContent .dataEntryFormContainer .inputPanel {
  margin-bottom: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.contentContainer--profileContent {
  display: block;
  clear: both;
  min-height: 80vh;
  width: 100%;
  margin: 20px auto 20px auto;
  background-color: #fff;
  font-family: "Helvetica Neue", sans-serif;
  /*
  .download_links {
      .container_box {
          font-family: $font-secondary_4;
          font-size: 15px;
          display: flex;
          flex-direction: column;
          p {
              color: white;
              float: none !important;
              width: 100% !important;
              padding-top: 15px;
          }
          img {
              width: 100px;
              height: 100px;
              float: left;
              margin-right: 17px;
          }
          a {
              font-family: $font-secondary;
              color: white;
          }
          .download_container {
              margin-bottom: 20px;
              li {
                  margin-bottom: 10px;
              }
          }
      }

      .download_links-download {
          padding-top: 10px;
          padding-bottom: 30px;

          a {
              color: antiquewhite;
              font-family: $font-primary_1;
          }
      }
      .download_links-title {
          font-family: $font-secondary;
      }

  }
  */
}
@media (min-width: 56rem) {
  .contentContainer--profileContent {
    max-width: 60rem;
    padding: 15px;
  }
}
@media (min-width: 76.5rem) {
  .contentContainer--profileContent {
    max-width: 70rem;
    padding: 15px;
  }
}
.contentContainer--profileContent .divider {
  display: inline-block;
  width: 100%;
  color: #e2e2e2;
  height: 1px;
  border-top-width: 1px;
}
.contentContainer--profileContent .divider.divider--solid {
  border-top-style: solid;
}
.contentContainer--profileContent .headerPanel h1 {
  text-align: left;
  font-weight: 300;
  margin-bottom: 5px;
  letter-spacing: 1px;
  font-size: 2rem;
  color: #000;
}
@media (min-width: 56rem) {
  .contentContainer--profileContent .headerPanel h1 {
    letter-spacing: 5px;
    font-size: 56px;
  }
}
.contentContainer--profileContent .headerPanel h2 {
  font-weight: 300;
  text-align: left;
  margin-bottom: 5px;
  font-size: 1.2em;
  padding: 15px;
}
@media (min-width: 56rem) {
  .contentContainer--profileContent .headerPanel h2 {
    font-size: 27px;
    padding: inherit;
  }
}
.contentContainer--profileContent .formPanelSection {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media (min-width: 56rem) {
  .contentContainer--profileContent .formPanelSection {
    flex-direction: column;
    justify-content: space-between;
    max-width: 460px;
    margin: 0 auto;
  }
}
.contentContainer--profileContent .formPanelSection .formPanel {
  flex: 1;
  height: 100%;
  margin: 0px 15px 0px 15px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 56rem) {
  .contentContainer--profileContent .formPanelSection .formPanel {
    margin: 10px 0px 10px 0px;
  }
}
.contentContainer--profileContent .formPanelSection .formPanel h2 {
  letter-spacing: 1.2px;
  font-size: 24px;
  line-height: 2rem;
  font-weight: 300;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
}
.contentContainer--profileContent .formPanelSection .formPanel .inputGroup__title {
  text-transform: uppercase;
  color: #959391;
}
.contentContainer--profileContent .formPanelSection .formPanel.formPanel__plain {
  background-color: #fff;
  border: 0px;
  padding: 0px;
}
@media (min-width: 56rem) {
  .contentContainer--profileContent .formPanelSection .formPanel.formPanel__plain {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.contentContainer--profileContent .formPanelSection .formPanel.formPanel__plain h4 {
  font-size: 1.25rem;
  color: #000;
}
.contentContainer--profileContent .formPanelSection .formPanelGap {
  width: 100%;
  height: 20px;
}
@media (min-width: 56rem) {
  .contentContainer--profileContent .formPanelSection .formPanelGap {
    width: 10px;
    height: 100%;
  }
}
.contentContainer--profileContent .noticeSection p {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.contentContainer--profileContent .dataEntryFormContainer {
  margin: 0;
  max-width: 100%;
  border: 1px solid #eeedf2;
  background: #eeedf2;
}
@media (min-width: 56rem) {
  .contentContainer--profileContent .dataEntryFormContainer {
    margin: 10px auto 10px auto;
    padding: 15px;
  }
}
.contentContainer--profileContent .dataEntryFormContainer .checkboxInline {
  padding-left: 20px;
}
.contentContainer--profileContent .dataEntryFormContainer .checkboxInline p {
  margin-bottom: 0;
  font-size: 14px;
}
.contentContainer--profileContent .dataEntryFormContainer .giftOrder h4 {
  font-size: 1.5rem;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.contentContainer--profileContent .dataEntryFormContainer .giftOrder .orderList {
  display: flex;
  flex-direction: column;
}
.contentContainer--profileContent .dataEntryFormContainer .giftOrder .orderList .orderListHeading {
  display: flex;
}
.contentContainer--profileContent .dataEntryFormContainer .giftOrder .orderList .orderListHeading .headingDate, .contentContainer--profileContent .dataEntryFormContainer .giftOrder .orderList .orderListHeading .headingOrder {
  flex-basis: 50%;
  font-weight: bold;
}
.contentContainer--profileContent .dataEntryFormContainer .giftOrder .orderList .orderListItemsContainer {
  display: flex;
  flex-direction: column;
}
.contentContainer--profileContent .dataEntryFormContainer .giftOrder .orderList .orderListItemsContainer .orderListItem {
  display: flex;
  line-height: 1.5;
}
.contentContainer--profileContent .dataEntryFormContainer .giftOrder .orderList .orderListItemsContainer .orderListItem .itemDate, .contentContainer--profileContent .dataEntryFormContainer .giftOrder .orderList .orderListItemsContainer .orderListItem .itemOrder {
  flex-basis: 50%;
}
.contentContainer--profileContent .dataEntryFormContainer .giftOrder .orderList .orderListItemsContainer .orderListItem a {
  color: inherit;
  font-weight: 700;
}
.contentContainer--profileContent .dataEntryFormContainer .note--request {
  margin-top: 10px;
  padding: 0;
  color: #000;
  background: #eeedf2;
  font-weight: 400;
  font-size: 16px;
  width: 100%;
  letter-spacing: 0.85px;
  line-height: 1.2rem;
  text-decoration: none;
  border: none;
  display: inline-block;
  text-align: center;
}
.contentContainer--profileContent .dataEntryFormContainer .inputButton--registerNow {
  margin-top: 10px;
  padding: 0;
  color: #000;
  background: #eeedf2;
  font-weight: 400;
  font-size: 16px;
  width: 100%;
  letter-spacing: 0.85px;
  line-height: 2.725rem;
  text-decoration: none;
  border: none;
  display: inline-block;
  text-align: center;
}
.contentContainer--profileContent .dataEntryFormContainer .linkForgotPassword {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  margin-top: 15px;
  margin-bottom: 25px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  border: none;
}
.contentContainer--profileContent .dataEntryFormContainer .inputPanel {
  margin-bottom: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.contentContainer--profileContentHelp .formPanelSection {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.contentContainer--profileContentHelp .formPanelSection .faq_sectionContainer dl dt {
  font-weight: 700;
}
@media (min-width: 56rem) {
  .contentContainer--profileContentHelp .formPanelSection {
    flex-direction: row;
    justify-content: space-between;
    max-width: inherit;
    margin: 0 auto;
  }
}
.contentContainer--profileContentHelp .formPanelSection .formPanel h2 {
  padding-left: 0px;
}
@media (min-width: 56rem) {
  .contentContainer--profileContentHelp .formPanelSection .formPanel h2 {
    padding-left: inherit;
  }
}

.contentContainer--profileContentPage .formPanelSection {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media (min-width: 56rem) {
  .contentContainer--profileContentPage .formPanelSection {
    flex-direction: row;
    justify-content: space-between;
    max-width: inherit;
    margin: 0 auto;
  }
}
.contentContainer--profileContentPage .formPanelSection .formPanel h2 {
  padding-left: 0px;
}
@media (min-width: 56rem) {
  .contentContainer--profileContentPage .formPanelSection .formPanel h2 {
    padding-left: inherit;
  }
}

.commentsPanel {
  color: #fff;
}
.commentsPanel .commentsPanel--header {
  background-color: #959391;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Futura Std Heavy", "Trebuchet MS", Arial, sans-serif;
  display: flex;
  justify-content: space-between;
}
.commentsPanel .commentsPanel--dialogue {
  padding: 10px;
  background-color: #eeedf2;
  margin-bottom: 20px;
  color: #000;
}
.commentsPanel .commentsPanel--list .commentItem {
  font-size: 0.875rem;
  background-color: #5e5e5e;
  margin-bottom: 10px;
  padding: 10px;
}
.commentsPanel .commentsPanel--list .commentItem .commentItem__head {
  font-size: 0.75rem;
}
.commentsPanel .commentsPanel--list .commentItem .commentItem__title {
  font-size: 1rem;
}
body#discography,
#discography .pageContentWrapper {
  background-color: #000;
}

.l-contentContainer.contentContainer.contentContainer--discographyContent {
  display: block;
}

.pageContentWrapper .contentContainer--discographyContent {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  margin: 60px auto 10px auto;
  padding: 5px 15px 60px 15px;
  background-color: #000;
  font-family: "Helvetica Neue", sans-serif;
  width: 100%;
  color: #fff;
}
@media (min-width: 56rem) {
  .pageContentWrapper .contentContainer--discographyContent {
    max-width: 60rem;
  }
}
@media (min-width: 76.5rem) {
  .pageContentWrapper .contentContainer--discographyContent {
    max-width: 70rem;
  }
}
.pageContentWrapper .contentContainer--discographyContent .headerPanel {
  display: block;
  text-align: center;
}
.pageContentWrapper .contentContainer--discographyContent .headerPanel h1 {
  font-weight: 300;
  margin-bottom: 5px;
  letter-spacing: 1px;
  font-size: 40px;
}
@media (min-width: 56rem) {
  .pageContentWrapper .contentContainer--discographyContent .headerPanel h1 {
    letter-spacing: 5px;
    font-size: 56px;
  }
}
.pageContentWrapper .contentContainer--discographyContent .headerPanel h2 {
  margin-bottom: 5px;
  letter-spacing: 0.5px;
  font-size: 19px;
  font-weight: 300;
}
@media (min-width: 56rem) {
  .pageContentWrapper .contentContainer--discographyContent .headerPanel h2 {
    letter-spacing: 1.2px;
    font-size: 27px;
  }
}
.pageContentWrapper .contentContainer--discographyContent .albumSection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 56rem) {
  .pageContentWrapper .contentContainer--discographyContent .albumSection {
    flex-direction: row;
  }
}
.pageContentWrapper .contentContainer--discographyContent .albumSection .albumSection__albumInfo {
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 30px;
  flex-direction: column;
  width: 100%;
}
.pageContentWrapper .contentContainer--discographyContent .albumSection .albumSection__albumInfo .imagePanel {
  justify-content: center;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 56rem) {
  .pageContentWrapper .contentContainer--discographyContent .albumSection .albumSection__albumInfo .imagePanel {
    margin: 0;
    justify-content: flex-start;
  }
}
.pageContentWrapper .contentContainer--discographyContent .albumSection .albumSection__albumInfo .imagePanel img {
  display: block;
}
.pageContentWrapper .contentContainer--discographyContent .albumSection .albumSection__albumInfo--trackList .heading {
  margin-top: 10px;
  margin-bottom: 15px;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1.65rem;
}
.pageContentWrapper .contentContainer--discographyContent .albumSection .albumSection__albumInfo--trackList ol.trackList {
  counter-reset: item;
  list-style-type: none;
}
.pageContentWrapper .contentContainer--discographyContent .albumSection .albumSection__albumInfo--trackList ol.trackList li {
  list-style-position: inside;
  list-style-type: decimal;
  font-size: 16px;
  height: 2rem;
}
.pageContentWrapper .contentContainer--discographyContent .albumInfoPanel {
  padding-top: 20px;
}
.pageContentWrapper .contentContainer--discographyContent .albumInfoPanel .infoLabel {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1.65rem;
}
.pageContentWrapper .contentContainer--discographyContent .albumInfoPanel .infoDetail {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.65rem;
}
.pageContentWrapper .contentContainer--discographyContent .lyrics_found {
  margin-top: 20px;
}

.contentContainer.contentContainer--mediaPhotoContent {
  background-color: #000;
  /*
  display: block;
  clear: both;
   box-sizing: border-box;

  width: 100%;
   margin-top: 60px;
   padding-bottom: 60px;

  margin-right: auto;
  margin-left: auto;

  @include break(md) {
  	max-width: 60rem;
  }

  @include break(xl) {
  	max-width: 70rem;
  }

  */
  /*
  .imageGallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    background: none;

    width: 100%;

    .imageFrame {
      padding: 0 3% 20px;

      .imageFrame__inner {
        position: relative;

        .imageFrame__mask {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 2;
          box-shadow: inset 0 0 5px 2px rgba($media-image-box-color,.07);
        }
      }
    }

    .imagePanel {

      flex: 1;

      padding: 0;

      min-width: 50%;
      max-width: 50%;

      @include break(md) {
        min-width: 33.33%;
        max-width: 33.33%;
      }
    }

  }
  */
}
.contentContainer.contentContainer--mediaPhotoContent .galleryTitle {
  text-align: center;
  font-size: 32px;
  line-height: 1.2;
}
.contentContainer.contentContainer--mediaPhotoContent .imageGridContinaer {
  position: relative;
}
.contentContainer.contentContainer--mediaPhotoContent .gridSizer,
.contentContainer.contentContainer--mediaPhotoContent .grid {
  width: calc( ( 100% - 20px ) / 2 );
  /* vertical gutter */
  margin-bottom: 20px;
}
@media (min-width: 25.875rem) {
  .contentContainer.contentContainer--mediaPhotoContent .gridSizer,
.contentContainer.contentContainer--mediaPhotoContent .grid {
    width: calc( ( 100% - 60px ) / 4 );
  }
}
@media (min-width: 56rem) {
  .contentContainer.contentContainer--mediaPhotoContent .gridSizer,
.contentContainer.contentContainer--mediaPhotoContent .grid {
    width: calc( ( 100% - 80px ) / 5 );
  }
}
@media (min-width: 64rem) {
  .contentContainer.contentContainer--mediaPhotoContent .gridSizer,
.contentContainer.contentContainer--mediaPhotoContent .grid {
    width: calc( ( 100% - 100px ) / 6 );
  }
}
@media (min-width: 76.5rem) {
  .contentContainer.contentContainer--mediaPhotoContent .gridSizer,
.contentContainer.contentContainer--mediaPhotoContent .grid {
    width: calc( ( 100% - 140px ) / 8 );
  }
}

.video_player_wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video_player_wrapper iframe,
.video_player_wrapper object,
.video_player_wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.js-sliderContainer {
  overflow: hidden;
  position: relative;
}
.js-sliderContainer .slider-grid-nav {
  position: absolute;
  height: 100%;
  width: 40px;
}
.js-sliderContainer .slider-grid-nav.left {
  left: 0px;
}
.js-sliderContainer .slider-grid-nav.right {
  right: 0px;
}
.js-sliderContainer .slider-grid-nav:hover {
  background-color: #7e7e7e;
}

.js-sliderContent {
  background-color: #000;
  margin-left: 0px;
  overflow: hidden;
  width: 10000px;
}
.js-sliderContent .slider-grid {
  height: 150px;
  float: left;
  margin-right: 5px;
}
.js-sliderContent .slider-grid img {
  height: 100%;
  width: auto;
}

.l-contentContainer.contentContainer.contentContainer--featuredContent {
  flex: 1 0 100%;
}

.contentContainer.contentContainer--featuredContent {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  background-color: #fff;
}
.contentContainer.contentContainer--featuredContent a {
  background-color: #fff;
}
.contentContainer.contentContainer--featuredContent a img {
  width: 100%;
  height: auto;
}

.contentContainer.contentContainer--featuredContent-backup {
  overflow: hidden;
  position: fixed;
  z-index: -5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  width: 100%;
  background-color: #fff;
}
@media (min-width: 56rem) {
  .contentContainer.contentContainer--featuredContent-backup {
    padding-right: 15px;
  }
}
.contentContainer.contentContainer--featuredContent-backup a {
  background-color: #fff;
}
.contentContainer.contentContainer--featuredContent-backup a img {
  width: 100%;
  height: auto;
}

.newsArchive-container {
  background-color: #eeedf2;
  padding: 5px;
  margin-bottom: 30px;
  max-width: 450px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.newsArchive-container .newsArchive-year {
  background-color: #fff;
  margin: 5px;
  padding: 5px;
  color: #ff0000;
  font-weight: 600;
  flex: 1 1 calc(33% - 40px);
  min-width: 110px;
}
.newsArchive-container .newsArchive-year .newsArchive-month {
  margin: 5px;
  color: #ff0000;
}

.imageFrame .imageResponsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.siteButton {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.siteButton--default {
  color: #d6d6d6;
  background-color: #9c1c1c;
  border-radius: 0;
  border-color: #9c1c1c;
}

.inputButton--facebook {
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: #39579d;
  font-weight: 400;
  width: 100%;
  color: #fff;
  cursor: pointer;
  padding: 0;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
  line-height: 56px;
  padding: 0;
  transition-duration: 0.3s;
  transition-property: background;
}
.inputButton--facebook .icon--facebook {
  font-size: 1rem;
  margin-right: 5px;
}
.inputButton--facebook:hover {
  background: #6179b1;
  color: #fff;
}

.inputButton--ticketmaster {
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: #029BDE;
  font-weight: 400;
  width: 100%;
  color: #fff;
  cursor: pointer;
  padding: 0;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin: 0.5rem;
  letter-spacing: 1px;
  line-height: 56px;
  padding: 0;
  transition-duration: 0.3s;
  transition-property: background;
}
.inputButton--ticketmaster .icon--ticketmaster {
  font-size: 1rem;
  margin-right: 5px;
}
.inputButton--ticketmaster:hover {
  background: #6179b1;
  color: #fff;
}

.thankyouMsg {
  margin: 20px;
  padding: 10px;
  font-weight: 500;
}

.bulletTitle {
  display: flex;
  text-transform: uppercase;
}
.bulletTitle::before {
  content: "█";
  margin-top: 6px;
  margin-right: 10px;
  color: #000000;
  width: 50px;
  display: inline;
  background-color: #000000;
  font-size: 0px;
  height: 20px;
}
.bulletTitle.bulletTitle--wide::before {
  width: 80px;
}

.tmot-cms-red {
  color: #ff0000;
}

.lightboxContainer {
  border-radius: 10px;
  background-color: white;
  width: 100%;
  height: 100%;
  padding: 10px;
  box-shadow: 0px 0px 39px 12px rgba(0, 0, 0, 0.75);
  background-color: #fff;
}
.lightboxContainer .lightboxContent {
  width: 100%;
  height: 100%;
  background-color: #333333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.lightboxContainer .lightboxContent img {
  width: auto;
  height: 100%;
}
.lightboxContainer .lightboxContent .imageNavPanel {
  position: absolute;
  height: 90%;
  top: 0;
  width: 15%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lightboxContainer .lightboxContent .imageNavPanel--left {
  left: 0;
}
.lightboxContainer .lightboxContent .imageNavPanel--right {
  right: 0;
}
.lightboxContainer .lightboxContent .imageTitle {
  left: 20px;
  bottom: 0;
  width: 100%;
  text-align: left;
  display: none;
}

/*!
*  - v1.4.0
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/
/* Core
--------------------------------------------------*/
.slider-pro {
  position: relative;
  margin: 0 auto;
  box-sizing: content-box;
}
@media (min-width: 56rem) {
  .slider-pro {
    margin-bottom: 0px;
  }
}

.sp-slides-container {
  position: relative;
}

.sp-mask {
  position: relative;
  overflow: hidden;
}

.sp-slides {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.sp-slide {
  position: absolute;
}

.sp-image-container {
  overflow: hidden;
}

.sp-image {
  position: relative;
  display: block;
  border: none;
}

.sp-no-js {
  overflow: hidden;
  max-width: 100%;
  visibility: hidden;
}

/* Thumbnails
--------------------------------------------------*/
.sp-thumbnails-container {
  position: relative;
  overflow: hidden;
  direction: ltr;
}

.sp-top-thumbnails,
.sp-bottom-thumbnails {
  left: 0;
  margin: 0 auto;
}

.sp-top-thumbnails {
  position: absolute;
  top: 0;
  margin-bottom: 4px;
}

.sp-bottom-thumbnails {
  margin-top: 4px;
}

.sp-left-thumbnails,
.sp-right-thumbnails {
  position: absolute;
  top: 0;
}

.sp-right-thumbnails {
  right: 0;
  margin-left: 4px;
}

.sp-left-thumbnails {
  left: 0;
  margin-right: 4px;
}

.sp-thumbnails {
  position: relative;
}

.sp-thumbnail {
  border: none;
}

.sp-thumbnail-container {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  box-sizing: border-box;
}

.sp-rtl .sp-thumbnail-container {
  float: right;
}

/* Horizontal thumbnails
------------------------*/
.sp-top-thumbnails .sp-thumbnail-container,
.sp-bottom-thumbnails .sp-thumbnail-container {
  margin-left: 2px;
  margin-right: 2px;
}

.sp-top-thumbnails .sp-thumbnail-container:first-child,
.sp-bottom-thumbnails .sp-thumbnail-container:first-child {
  margin-left: 0;
}

.sp-top-thumbnails .sp-thumbnail-container:last-child,
.sp-bottom-thumbnails .sp-thumbnail-container:last-child {
  margin-right: 0;
}

/* Vertical thumbnails 
----------------------*/
.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
  margin-top: 2px;
  margin-bottom: 2px;
}

.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
  margin-top: 0;
}

.sp-left-thumbnails .sp-thumbnail-container:last-child,
.sp-right-thumbnails .sp-thumbnail-container:last-child {
  margin-bottom: 0;
}

/* Right thumbnails with pointer
--------------------------------*/
.sp-right-thumbnails.sp-has-pointer {
  margin-left: -13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  left: 18px;
  margin-left: 0 !important;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  left: 0;
  top: 0;
  margin-left: 13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  margin-top: -8px;
  border-right: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* Left thumbnails with pointer
-------------------------------*/
.sp-left-thumbnails.sp-has-pointer {
  margin-right: -13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  right: 18px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  right: 0;
  top: 0;
  margin-right: 13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%;
  margin-top: -8px;
  border-left: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* Bottom thumbnails with pointer
---------------------------------*/
.sp-bottom-thumbnails.sp-has-pointer {
  margin-top: -13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  top: 18px;
  margin-top: 0 !important;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  top: 0;
  margin-top: 13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0;
  margin-left: -8px;
  border-bottom: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

/* Top thumbnails with pointer
------------------------------*/
.sp-top-thumbnails.sp-has-pointer {
  margin-bottom: -13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  bottom: 18px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  bottom: 0;
  margin-bottom: 13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  margin-left: -8px;
  border-top: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

/* Layers
--------------------------------------------------*/
.sp-layer {
  position: absolute;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
}

.sp-black {
  color: #fff;
  background: black;
  background: rgba(0, 0, 0, 0.7);
}

.sp-red {
  color: #fff;
  background: #ff0000;
  padding: 10px 20px;
  font-size: 20px;
  font-family: "Helvetica Neue";
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: inherit;
  text-transform: uppercase;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media (min-width: 56rem) {
  .sp-red {
    font-size: 35px;
  }
}

.sp-red-thick {
  color: #fff;
  background: #ff0000;
  padding: 10px 20px;
  font-size: 20px;
  font-family: Helvetica;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: inherit;
  text-transform: uppercase;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media (min-width: 56rem) {
  .sp-red-thick {
    font-size: 35px;
  }
}

.sp-white {
  color: #000;
  background: white;
  background: rgba(255, 255, 255, 0.7);
}

.sp-plain {
  color: #fff;
  background: transparent;
  text-shadow: 2px 2px 4px #000000;
  font-family: Helvetica;
  text-transform: none;
  font-size: 18px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: inherit;
}

.sp-red-plain {
  color: #ff0000;
  background: transparent;
  text-shadow: 2px 2px 4px #000000;
  font-family: Helvetica;
  font-size: 18px;
  text-transform: none;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: inherit;
}

.sp-yellow {
  color: #000;
  background: #ff0000;
  padding: 6px 10px;
  font-size: 16px;
  font-family: Helvetica;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: inherit;
  text-transform: uppercase;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.sp-yellow a:hover {
  color: #000;
}

.sp-rounded {
  border-radius: 10px;
}

.sp-padding {
  padding: 10px;
}

/* Touch Swipe
--------------------------------------------------*/
.sp-grab {
  cursor: default;
}

.sp-grabbing {
  cursor: default;
}

.sp-selectable {
  cursor: default;
}

/* Caption
--------------------------------------------------*/
.sp-caption-container {
  text-align: center;
  margin-top: 10px;
}

/* Full Screen
--------------------------------------------------*/
.sp-full-screen {
  margin: 0 !important;
  background-color: #000;
}

.sp-full-screen-button {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transform: rotate(45deg);
}

.sp-full-screen-button:before {
  content: "↕";
}

.sp-fade-full-screen {
  opacity: 0;
  transition: opacity 0.5s;
}

.slider-pro:hover .sp-fade-full-screen {
  opacity: 1;
}

/* Buttons
--------------------------------------------------*/
.sp-buttons {
  position: relative;
  width: 100%;
  text-align: center;
  top: -60px;
  margin-bottom: -28px;
}

.sp-rtl .sp-buttons {
  direction: rtl;
}

.sp-full-screen .sp-buttons {
  display: none;
}

.sp-button {
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 50%;
  margin: 0px 4px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
}

.sp-selected-button {
  background-color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-button {
    width: 14px;
    height: 14px;
  }
}
@media only screen and (min-width: 568px) and (max-width: 768px) {
  .sp-button {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
  .sp-button {
    width: 18px;
    height: 18px;
  }
}
/* Arrows
--------------------------------------------------*/
.sp-arrows {
  position: absolute;
  display: none;
}

.sp-fade-arrows {
  opacity: 0;
  transition: opacity 0.5s;
}

.sp-slides-container:hover .sp-fade-arrows {
  opacity: 1;
}

.sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -15px;
}

.sp-vertical .sp-arrows {
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -10px;
}

.sp-arrow {
  position: absolute;
  display: block;
  width: 20px;
  height: 70px;
  cursor: pointer;
  text-shadow: 2px 2px 8px #272634;
}

.sp-vertical .sp-arrow {
  transform: rotate(90deg);
}

.sp-horizontal .sp-previous-arrow {
  left: 80px;
  right: auto;
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
  right: 80px;
  left: auto;
}

.sp-horizontal .sp-next-arrow {
  right: 80px;
  left: auto;
}

.sp-horizontal.sp-rtl .sp-next-arrow {
  left: 80px;
  right: auto;
}

.sp-vertical .sp-previous-arrow {
  top: 20px;
}

.sp-previous-arrow:before {
  content: url(https://cdn.ontourmedia.io/nkotb/images/slider-arrow_left.png);
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
  font-size: 40px;
}

.sp-next-arrow:before {
  content: url(https://cdn.ontourmedia.io/nkotb/images/slider-arrow_right.png);
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
  font-size: 40px;
}

.sp-vertical .sp-next-arrow {
  bottom: 20px;
  transform: rotate(270deg);
}

.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
  position: absolute;
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
  transform: rotate(180deg);
}

.sp-horizontal.sp-rtl .sp-next-arrow {
  transform: rotate(0deg);
}

.ie8 .sp-arrow,
.ie7 .sp-arrow {
  width: 0;
  height: 0;
}

.ie8 .sp-arrow:before,
.ie8 .sp-arrow:after,
.ie7 .sp-arrow:before,
.ie7 .sp-arrow:after {
  content: none;
}

.ie8.sp-horizontal .sp-previous-arrow,
.ie7.sp-horizontal .sp-previous-arrow {
  border-right: 20px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.ie8.sp-horizontal .sp-next-arrow,
.ie7.sp-horizontal .sp-next-arrow {
  border-left: 20px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.ie8.sp-vertical .sp-previous-arrow,
.ie7.sp-vertical .sp-previous-arrow {
  border-bottom: 20px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.ie8.sp-vertical .sp-next-arrow,
.ie7.sp-vertical .sp-next-arrow {
  border-top: 20px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

/* Thumbnail Arrows
--------------------------------------------------*/
.sp-thumbnail-arrows {
  position: absolute;
}

.sp-fade-thumbnail-arrows {
  opacity: 0;
  transition: opacity 0.5s;
}

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
  opacity: 1;
}

.sp-top-thumbnails .sp-thumbnail-arrows,
.sp-bottom-thumbnails .sp-thumbnail-arrows {
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -12px;
}

.sp-left-thumbnails .sp-thumbnail-arrows,
.sp-right-thumbnails .sp-thumbnail-arrows {
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -7px;
}

.sp-thumbnail-arrow {
  position: absolute;
  display: block;
  width: 15px;
  height: 25px;
  cursor: pointer;
}

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,
.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
  transform: rotate(90deg);
}

.sp-top-thumbnails .sp-previous-thumbnail-arrow,
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  left: 0px;
}

.sp-top-thumbnails .sp-next-thumbnail-arrow,
.sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  right: 0px;
}

.sp-left-thumbnails .sp-previous-thumbnail-arrow,
.sp-right-thumbnails .sp-previous-thumbnail-arrow {
  top: 0px;
}

.sp-left-thumbnails .sp-next-thumbnail-arrow,
.sp-right-thumbnails .sp-next-thumbnail-arrow {
  bottom: 0px;
}

.sp-previous-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-next-thumbnail-arrow:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #fff;
}

.sp-previous-thumbnail-arrow:before {
  left: 30%;
  top: 0;
  transform: skew(145deg, 0deg);
}

.sp-previous-thumbnail-arrow:after {
  left: 30%;
  top: 50%;
  transform: skew(-145deg, 0deg);
}

.sp-next-thumbnail-arrow:before {
  right: 30%;
  top: 0;
  transform: skew(35deg, 0deg);
}

.sp-next-thumbnail-arrow:after {
  right: 30%;
  top: 50%;
  transform: skew(-35deg, 0deg);
}

.ie8 .sp-thumbnail-arrow,
.ie7 .sp-thumbnail-arrow {
  width: 0;
  height: 0;
}

.ie8 .sp-thumbnail-arrow:before,
.ie8 .sp-thumbnail-arrow:after,
.ie7 .sp-thumbnail-arrow:before,
.ie7 .sp-thumbnail-arrow:after {
  content: none;
}

.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  border-right: 12px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  border-left: 12px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
  border-bottom: 12px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow {
  border-top: 12px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

/* Video
--------------------------------------------------*/
a.sp-video {
  text-decoration: none;
}

a.sp-video img {
  -webkit-backface-visibility: hidden;
  border: none;
}

a.sp-video:after {
  content: "▶";
  position: absolute;
  width: 45px;
  padding-left: 5px;
  height: 50px;
  border: 2px solid #fff;
  text-align: center;
  font-size: 30px;
  border-radius: 30px;
  top: 0;
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  margin: auto;
  line-height: 52px;
}

/* CSS for preventing styling issues in WordPress
--------------------------------------------------*/
.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
  max-width: none;
  max-height: none;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  -mox-box-shadow: none !important;
  box-shadow: none !important;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

.slider-pro a {
  position: static;
  display: block;
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
}

.slider-pro iframe,
.slider-pro object,
.slider-pro video,
.slider-pro embed,
.slider-pro canvas {
  max-width: none;
  max-height: none;
}

.slider-pro p.sp-layer {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: inherit;
}

.slider-pro h1.sp-layer {
  font-size: 32px;
  line-height: 1.4;
  margin: 0;
  justify-content: center;
  align-items: center;
  letter-spacing: inherit;
}

.slider-pro h2.sp-layer {
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
  justify-content: center;
  align-items: center;
  letter-spacing: inherit;
}

.slider-pro h3.sp-layer {
  font-size: 19px;
  line-height: 1.4;
  margin: 0;
  justify-content: center;
  align-items: center;
  letter-spacing: inherit;
}

.slider-pro h4.sp-layer {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  justify-content: center;
  align-items: center;
  letter-spacing: inherit;
}

.slider-pro h5.sp-layer {
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
  justify-content: center;
  align-items: center;
  letter-spacing: inherit;
}

.slider-pro h6.sp-layer {
  font-size: 11px;
  line-height: 1.4;
  margin: 0;
  justify-content: center;
  align-items: center;
  letter-spacing: inherit;
}

.slider-pro img.sp-layer {
  border: none;
}

#artistTwitterBox {
  padding: 0 10px;
  overflow-y: auto;
}
@media (min-width: 56rem) {
  #artistTwitterBox {
    padding: 0;
  }
}
#artistTwitterBox .twitterWidget .tweetWidgetHeader {
  display: flex;
  justify-content: space-between;
  color: #4AB3F4;
  margin-bottom: 25px;
}
#artistTwitterBox .twitterWidget .tweetWidgetHeader i {
  margin-right: 10px;
}
#artistTwitterBox .twitterWidget .tweetWidgetHeader a {
  background-color: #4AB3F4;
  color: #fff;
  padding: 0 10px;
  border-radius: 10px;
}
#artistTwitterBox .twitterWidget .tweet {
  display: flex;
  margin-bottom: 15px;
}
#artistTwitterBox .twitterWidget .tweet .tweetprofile {
  margin-right: 20px;
}
#artistTwitterBox .twitterWidget .tweet .tweetprofile .TweetAuthor {
  display: none;
}
#artistTwitterBox .twitterWidget .tweet .tweetContent .tweetHeader {
  display: flex;
}
#artistTwitterBox .twitterWidget .tweet .tweetContent .tweetHeader .TweetAuthor-avatar {
  display: none;
}
#artistTwitterBox .twitterWidget .tweet .tweetContent .tweetHeader .TweetAuthor-verifiedBadge .Icon.Icon--verified {
  display: inline;
}
#artistTwitterBox .twitterWidget .tweet .tweetContent .tweetHeader .tweetTime {
  padding-left: 20px;
}
#artistTwitterBox .twitterWidget .tweet .tweetContent .tweetBody {
  word-break: break-word;
}

.tonthisday .tonthisday__item {
  display: flex;
}
.tonthisday .tonthisday__item .tothisday__image {
  margin-right: 20px;
  width: 100px;
}
.tonthisday .tonthisday__item .tothisday__image img {
  width: 100%;
  height: auto;
}
.tonthisday .tonthisday__item .tothisday__content {
  font-size: 0.875rem;
}
.tonthisday .tonthisday__item .tothisday__content .tothisday__date {
  color: #ff0000;
}
.tonthisday .tonthisday__item .tothisday__content .tothisday__title, .tonthisday .tonthisday__item .tothisday__content .tothisday__title a {
  text-transform: capitalize;
  font-weight: 500;
  color: #000;
}

/**
 * Variables declared here can be overridden by consuming applications, with
 * the help of the `!default` flag.
 *
 * @example
 *     // overriding $hoverColor
 *     $hoverColor: rgba(red, 0.05);
 *
 *     // overriding image path
 *     $flagsImagePath: "images/";
 *
 *     // import the scss file after the overrides
 *     @import "bower_component/intl-tel-input/src/css/intlTelInput";
 */
.intl-tel-input {
  position: relative;
  display: inline-block;
  width: 100%;
}
.intl-tel-input label {
  top: 30%;
}
.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.intl-tel-input .hide {
  display: none;
}
.intl-tel-input .v-hide {
  visibility: hidden;
}
.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}
.intl-tel-input .selected-flag:focus {
  outline: none;
}
.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}
.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}
@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.intl-tel-input .country-list .country {
  padding: 5px 10px;
}
.intl-tel-input .country-list .country .dial-code {
  color: #999;
}
.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}
.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
  margin-right: 6px;
}
.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}
.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
  width: 46px;
}
.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}
.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 66px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
  padding-left: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 74px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
  padding-left: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 82px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
  padding-left: 92px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 90px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
  padding-left: 100px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}
.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.intl-tel-input.iti-container:hover {
  cursor: pointer;
}

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti-flag {
  width: 20px;
}
.iti-flag.be {
  width: 18px;
}
.iti-flag.ch {
  width: 15px;
}
.iti-flag.mc {
  width: 19px;
}
.iti-flag.ne {
  width: 18px;
}
.iti-flag.np {
  width: 13px;
}
.iti-flag.va {
  width: 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}
.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}
.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}
.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}
.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}
.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}
.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}
.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px;
}
.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}
.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}
.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}
.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}
.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}
.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}
.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}
.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}
.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}
.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}
.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}
.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}
.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}
.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("//cdn.ontourmedia.io/madonna/non_secure/images/bootstrap/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("//cdn.ontourmedia.io/madonna/non_secure/images/bootstrap/flags@2x.png");
  }
}

.iti-flag.np {
  background-color: transparent;
}

.iti-flag {
  width: 20px;
}
.iti-flag.be {
  width: 18px;
}
.iti-flag.ch {
  width: 15px;
}
.iti-flag.mc {
  width: 19px;
}
.iti-flag.ne {
  width: 18px;
}
.iti-flag.np {
  width: 13px;
}
.iti-flag.va {
  width: 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}
.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}
.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}
.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}
.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}
.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}
.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}
.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px;
}
.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}
.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}
.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}
.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}
.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}
.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}
.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}
.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}
.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}
.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}
.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}
.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}
.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}
.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}

@media (min-width: 56rem) {
  .desktop-hidden {
    visibility: hidden;
  }
}

@media (min-width: 16rem) {
  .mobile-hidden {
    visibility: show;
  }
}
@media (min-width: 56rem) {
  .mobile-hidden {
    visibility: show;
  }
}

/*# sourceMappingURL=main.css.map*/