@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.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-left {
  float: left; }

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

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

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

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

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

@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: 'latoregular';
  src: url("https://cdn.ontourmedia.io/sting/fonts/lato-regular-webfont.eot");
  src: url("https://cdn.ontourmedia.io/sting/fonts/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("https://cdn.ontourmedia.io/sting/fonts/lato-regular-webfont.woff2") format("woff2"), url("https://cdn.ontourmedia.io/sting/fonts/lato-regular-webfont.woff") format("woff"), url("https://cdn.ontourmedia.io/sting/fonts/lato-regular-webfont.ttf") format("truetype"), url("https://cdn.ontourmedia.io/sting/fonts/lato-regular-webfont.svg#latoregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latoitalic';
  src: url("https://cdn.ontourmedia.io/sting/fonts/lato-italic-webfont.eot");
  src: url("https://cdn.ontourmedia.io/sting/fonts/lato-italic-webfont.eot?#iefix") format("embedded-opentype"), url("https://cdn.ontourmedia.io/sting/fonts/lato-italic-webfont.woff2") format("woff2"), url("https://cdn.ontourmedia.io/sting/fonts/lato-italic-webfont.woff") format("woff"), url("https://cdn.ontourmedia.io/sting/fonts/lato-italic-webfont.ttf") format("truetype"), url("https://cdn.ontourmedia.io/sting/fonts/lato-italic-webfont.svg#latoitalic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latobold';
  src: url("https://cdn.ontourmedia.io/sting/fonts/lato-bold-webfont.eot");
  src: url("https://cdn.ontourmedia.io/sting/fonts/lato-bold-webfont.eot?#iefix") format("embedded-opentype"), url("https://cdn.ontourmedia.io/sting/fonts/lato-bold-webfont.woff2") format("woff2"), url("https://cdn.ontourmedia.io/sting/fonts/lato-bold-webfont.woff") format("woff"), url("https://cdn.ontourmedia.io/sting/fonts/lato-bold-webfont.ttf") format("truetype"), url("https://cdn.ontourmedia.io/sting/fonts/lato-bold-webfont.svg#latobold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ofl_sorts_mill_goudyregular';
  src: url("https://cdn.ontourmedia.io/sting/fonts/oflgoudystm-webfont.eot");
  src: url("https://cdn.ontourmedia.io/sting/fonts/oflgoudystm-webfont.eot?#iefix") format("embedded-opentype"), url("https://cdn.ontourmedia.io/sting/fonts/oflgoudystm-webfont.woff2") format("woff2"), url("https://cdn.ontourmedia.io/sting/fonts/oflgoudystm-webfont.woff") format("woff"), url("https://cdn.ontourmedia.io/sting/fonts/oflgoudystm-webfont.ttf") format("truetype"), url("https://cdn.ontourmedia.io/sting/fonts/oflgoudystm-webfont.svg#ofl_sorts_mill_goudyregular") format("svg");
  font-weight: normal;
  font-style: normal; }

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

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

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

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

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

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

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

a:hover {
  border-bottom-color: tran d t tsparent; }

a:hover:before {
  color: #333333; }

h1, h2, h3, h4, h5, h6 {
  color: #333333;
  font-family: "latoregular", Helvetica, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.25em;
  line-height: 1.65;
  margin: 0 0 1em 0;
  text-transform: uppercase; }

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

h2 {
  font-size: 1.5rem; }

h3 {
  font-size: 0.9rem; }

h4 {
  font-size: 0.8rem; }

h5 {
  font-size: 0.7rem; }

h6 {
  font-size: 0.6rem; }

i, cite, em, var, address, dfn {
  font-style: italic; }

b, strong {
  font-weight: 700; }

.l-pageContainer {
  height: 100%;
  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: center;
        align-items: center;
        flex: 0 1 100%; }
        @media (min-width: 56rem) {
          .l-pageContainer .l-pageHeader .l-navContainer .l-logoContainer {
            justify-content: flex-start;
            flex: 0 1 100px; } }
    .l-pageContainer .l-pageHeader .l-menuWrapper {
      flex: 1;
      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;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0; }
        @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: none; }
        @media (min-width: 56rem) {
          .l-pageContainer .l-pageHeader .l-menuWrapper .l-menuContainer.js-l-mobile {
            display: block; } }
  .l-pageContainer .l-pageContentWrapper {
    flex: 1;
    flex-basis: 100%;
    width: 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: #fff;
  color: #000;
  padding: 10px 15px;
  position: relative;
  margin: 0 auto; }
  @media (min-width: 56rem) {
    .pageContainer .pageHeader {
      padding: 10px 20px; } }
  @media (min-width: 76.5rem) {
    .pageContainer .pageHeader {
      max-width: 78rem; } }
  .pageContainer .pageHeader .navContainer {
    min-height: 60px;
    position: relative; }
  @media (min-width: 56rem) {
    .pageContainer .pageHeader .logoContainer {
      padding: 10px 35px 0 0; } }
  .pageContainer .pageHeader .logoContainer .imageFrame {
    flex: 2; }
    .pageContainer .pageHeader .logoContainer .imageFrame a {
      display: flex;
      justify-content: center; }
  .pageContainer .pageHeader .menuWrapper {
    padding: 5px; }
    @media (min-width: 56rem) {
      .pageContainer .pageHeader .menuWrapper {
        border: none; } }
    .pageContainer .pageHeader .menuWrapper .menuContainer {
      background-color: #3e3e3e;
      flex: 1;
      overflow: hidden; }
      @media (min-width: 56rem) {
        .pageContainer .pageHeader .menuWrapper .menuContainer {
          background-color: #fff; } }
      .pageContainer .pageHeader .menuWrapper .menuContainer .menuList {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        width: 100%; }
        @media (min-width: 56rem) {
          .pageContainer .pageHeader .menuWrapper .menuContainer .menuList {
            flex-direction: row; } }
        .pageContainer .pageHeader .menuWrapper .menuContainer .menuList .menuItem {
          margin: 0;
          padding: 0;
          width: 90%;
          text-transform: uppercase;
          text-align: center; }
          @media (min-width: 25.875rem) {
            .pageContainer .pageHeader .menuWrapper .menuContainer .menuList .menuItem {
              width: 95%; } }
          @media (min-width: 56rem) {
            .pageContainer .pageHeader .menuWrapper .menuContainer .menuList .menuItem {
              width: 100%;
              margin-left: 40px; } }
          .pageContainer .pageHeader .menuWrapper .menuContainer .menuList .menuItem a {
            display: inline-block;
            color: #fff;
            letter-spacing: 2.5px;
            font-size: 14px;
            font-family: "ofl_sorts_mill_goudyregular", Arial, Tahoma, sans-serif;
            font-weight: 500;
            line-height: 45px;
            border: none;
            padding: 0 2px;
            text-align: center;
            transition: all 0.3s ease-in-out; }
            @media (min-width: 56rem) {
              .pageContainer .pageHeader .menuWrapper .menuContainer .menuList .menuItem a {
                letter-spacing: 1.0px;
                line-height: 25px; } }
            @media (min-width: 64rem) {
              .pageContainer .pageHeader .menuWrapper .menuContainer .menuList .menuItem a {
                letter-spacing: 3px; } }
            .pageContainer .pageHeader .menuWrapper .menuContainer .menuList .menuItem a span {
              padding: 20px 10px;
              letter-spacing: normal;
              white-space: nowrap;
              border-color: rgba(0, 0, 0, 0.1); }
              @media (min-width: 56rem) {
                .pageContainer .pageHeader .menuWrapper .menuContainer .menuList .menuItem a span {
                  padding: 5px; } }
              @media (min-width: 64rem) {
                .pageContainer .pageHeader .menuWrapper .menuContainer .menuList .menuItem a span {
                  padding: 15px; } }
            @media (min-width: 56rem) {
              .pageContainer .pageHeader .menuWrapper .menuContainer .menuList .menuItem a {
                color: #777; } }
          @media (min-width: 56rem) {
            .pageContainer .pageHeader .menuWrapper .menuContainer .menuList .menuItem a.currentSelection {
              background: linear-gradient(to bottom, #bbbab8 0%, #888785 100%);
              color: #fff; }
              .pageContainer .pageHeader .menuWrapper .menuContainer .menuList .menuItem a.currentSelection span {
                color: #fff !important; } }
          @media (min-width: 56rem) {
            .pageContainer .pageHeader .menuWrapper .menuContainer .menuList .menuItem {
              margin-left: 1px;
              color: #777;
              border-bottom: 0;
              width: auto; } }
        .pageContainer .pageHeader .menuWrapper .menuContainer .menuList.menuList__mainNav .menuItem {
          /*
			a{
				&:hover, &:active {
          background: linear-gradient(to bottom,  $color-grey-04 0%,$color-friar-grey 100%);
				}
			}  */ }
          .pageContainer .pageHeader .menuWrapper .menuContainer .menuList.menuList__mainNav .menuItem:active, .pageContainer .pageHeader .menuWrapper .menuContainer .menuList.menuList__mainNav .menuItem:hover {
            background: linear-gradient(to bottom, #bbbab8 0%, #888785 100%); }
          .pageContainer .pageHeader .menuWrapper .menuContainer .menuList.menuList__mainNav .menuItem.menuItem--hassubmenu {
            background-image: none; }
            .pageContainer .pageHeader .menuWrapper .menuContainer .menuList.menuList__mainNav .menuItem.menuItem--hassubmenu > a {
              display: none;
              /* @TODO Fix here to remove Store above Official and Tour Store in Mobile dropdown */ }
              @media (min-width: 56rem) {
                .pageContainer .pageHeader .menuWrapper .menuContainer .menuList.menuList__mainNav .menuItem.menuItem--hassubmenu > a {
                  display: flex; } }
        @media (min-width: 56rem) {
          .pageContainer .pageHeader .menuWrapper .menuContainer .menuList.menuList__mainNav .menuItem a {
            font-family: "ofl_sorts_mill_goudyregular", Garamond, serif;
            padding: 10px;
            letter-spacing: normal; }
            .pageContainer .pageHeader .menuWrapper .menuContainer .menuList.menuList__mainNav .menuItem a:active, .pageContainer .pageHeader .menuWrapper .menuContainer .menuList.menuList__mainNav .menuItem a:hover {
              background: linear-gradient(to bottom, #bbbab8 0%, #888785 100%); }
              .pageContainer .pageHeader .menuWrapper .menuContainer .menuList.menuList__mainNav .menuItem a:active span, .pageContainer .pageHeader .menuWrapper .menuContainer .menuList.menuList__mainNav .menuItem a:hover span {
                color: #fff; }
            .pageContainer .pageHeader .menuWrapper .menuContainer .menuList.menuList__mainNav .menuItem a span {
              color: #777;
              font-size: 15px;
              padding: 15px 10px; } }
    @media (min-width: 56rem) and (min-width: 56rem) {
      .pageContainer .pageHeader .menuWrapper .menuContainer .menuList.menuList__mainNav .menuItem a span {
        font-size: 12px;
        padding: initial; } }
    @media (min-width: 56rem) and (min-width: 64rem) {
      .pageContainer .pageHeader .menuWrapper .menuContainer .menuList.menuList__mainNav .menuItem a span {
        font-size: 15px;
        padding: initial; } }
    @media (min-width: 56rem) and (min-width: 76.5rem) {
      .pageContainer .pageHeader .menuWrapper .menuContainer .menuList.menuList__mainNav .menuItem a span {
        font-size: 15px;
        padding: 15px 10px; } }
        @media (min-width: 56rem) {
          .pageContainer .pageHeader .menuWrapper .menuContainer .menuList.menuList__mainNav .menuItem:first-of-type {
            margin-left: 15px; }
          .pageContainer .pageHeader .menuWrapper .menuContainer .menuList.menuList__mainNav .menuItem.menuItem--hassubmenu {
            display: block; }
            .pageContainer .pageHeader .menuWrapper .menuContainer .menuList.menuList__mainNav .menuItem.menuItem--hassubmenu ul {
              position: absolute;
              background-color: #fff;
              max-width: 200px;
              box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
              border-radius: 4px;
              border: 1px solid rgba(0, 0, 0, 0.15);
              padding: 5px 0;
              z-index: 1;
              display: none; }
              .pageContainer .pageHeader .menuWrapper .menuContainer .menuList.menuList__mainNav .menuItem.menuItem--hassubmenu ul li {
                border-bottom: 1px solid #fff;
                margin: 0 auto; }
                .pageContainer .pageHeader .menuWrapper .menuContainer .menuList.menuList__mainNav .menuItem.menuItem--hassubmenu ul li:last-child {
                  border-bottom: 0 solid #fff; }
                .pageContainer .pageHeader .menuWrapper .menuContainer .menuList.menuList__mainNav .menuItem.menuItem--hassubmenu ul li a {
                  font-size: 0.688rem;
                  padding: 7px 15px; }
                  .pageContainer .pageHeader .menuWrapper .menuContainer .menuList.menuList__mainNav .menuItem.menuItem--hassubmenu ul li a:hover {
                    display: block; } }
    @media (min-width: 56rem) and (min-width: null) {
      .pageContainer .pageHeader .menuWrapper .menuContainer .menuList.menuList__mainNav .menuItem.menuItem--hassubmenu ul {
        position: absolute;
        background-color: #fff;
        max-width: 200px;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.175);
        border-radius: 4px;
        border: 1px solid rgba(0, 0, 0, 0.15);
        padding: 5px 0;
        z-index: 1;
        display: none; }
        .pageContainer .pageHeader .menuWrapper .menuContainer .menuList.menuList__mainNav .menuItem.menuItem--hassubmenu ul li {
          border-bottom: 1px solid #fff;
          margin: 0 auto; }
          .pageContainer .pageHeader .menuWrapper .menuContainer .menuList.menuList__mainNav .menuItem.menuItem--hassubmenu ul li:last-child {
            border-bottom: 0 solid #fff; }
          .pageContainer .pageHeader .menuWrapper .menuContainer .menuList.menuList__mainNav .menuItem.menuItem--hassubmenu ul li a {
            font-size: 0.75rem;
            padding: 7px 15px;
            display: block; } }
        @media (min-width: 56rem) {
            .pageContainer .pageHeader .menuWrapper .menuContainer .menuList.menuList__mainNav .menuItem.menuItem--hassubmenu:hover {
              background: transparent; }
              .pageContainer .pageHeader .menuWrapper .menuContainer .menuList.menuList__mainNav .menuItem.menuItem--hassubmenu:hover ul {
                display: block; }
                .pageContainer .pageHeader .menuWrapper .menuContainer .menuList.menuList__mainNav .menuItem.menuItem--hassubmenu:hover ul li {
                  border-bottom: 1px solid #fff;
                  border-top: 0 solid #fff; }
                  .pageContainer .pageHeader .menuWrapper .menuContainer .menuList.menuList__mainNav .menuItem.menuItem--hassubmenu:hover ul li:last-child {
                    border-bottom: 0 solid #fff; } }
        @media (min-width: 56rem) {
          .pageContainer .pageHeader .menuWrapper .menuContainer .menuList.menuList__memberNav {
            padding-bottom: 2px;
            border-bottom: 1px solid #bbbab8; }
            .pageContainer .pageHeader .menuWrapper .menuContainer .menuList.menuList__memberNav .menuItem {
              background-color: #ce4218; }
              .pageContainer .pageHeader .menuWrapper .menuContainer .menuList.menuList__memberNav .menuItem a {
                color: #fff;
                text-transform: capitalize;
                font-family: "latoregular", Helvetica, Arial, sans-serif;
                letter-spacing: normal; }
                .pageContainer .pageHeader .menuWrapper .menuContainer .menuList.menuList__memberNav .menuItem a span {
                  padding: 10px; } }

/** this is for mobile menu icon */
.toggleMenuContainer {
  display: flex;
  padding-top: 15px; }
  @media (min-width: 56rem) {
    .toggleMenuContainer {
      display: none; } }
  .toggleMenuContainer a {
    border: none;
    font-size: 16px;
    color: #888;
    opacity: 0.75; }

.menuList__memberNav--mobile {
  display: flex;
  padding-top: 15px; }
  @media (min-width: 25.875rem) {
    .menuList__memberNav--mobile {
      padding-bottom: 2px; } }
  .menuList__memberNav--mobile .menuItem {
    background-color: #ce4218;
    line-height: 18px; }
    @media (min-width: 25.875rem) {
      .menuList__memberNav--mobile .menuItem {
        line-height: inherit; } }
    .menuList__memberNav--mobile .menuItem a {
      color: #fff;
      text-transform: capitalize;
      font-family: "latoregular", Helvetica, Arial, sans-serif;
      letter-spacing: normal; }
      .menuList__memberNav--mobile .menuItem a span {
        padding: 1px;
        font-size: 12px; }
        @media (min-width: 25.875rem) {
          .menuList__memberNav--mobile .menuItem a span {
            font-size: 14px;
            padding: 10px; } }
    .menuList__memberNav--mobile .menuItem:last-of-type {
      border-left: 1px solid #fff; }
  @media (min-width: 56rem) {
    .menuList__memberNav--mobile {
      display: none; } }

ul.menuList.menuList__memberNav.menuList__memberNav--desktop {
  order: 1;
  padding-top: 50px; }
  @media (min-width: 56rem) {
    ul.menuList.menuList__memberNav.menuList__memberNav--desktop {
      display: flex !important;
      padding-top: initial; } }
  ul.menuList.menuList__memberNav.menuList__memberNav--desktop .menuItem a {
    border: 1px solid #6d6d6b !important;
    width: 100%;
    margin-bottom: 5px; }
    ul.menuList.menuList__memberNav.menuList__memberNav--desktop .menuItem a:hover {
      background: linear-gradient(to bottom, #bbbab8 0%, #888785 100%); }
    @media (min-width: 56rem) {
      ul.menuList.menuList__memberNav.menuList__memberNav--desktop .menuItem a {
        border: 0 solid !important;
        margin-bottom: initial; }
        ul.menuList.menuList__memberNav.menuList__memberNav--desktop .menuItem a:hover {
          background: transparent; } }

.l-menuWrapper.menuWrapper.js-menuWrapper {
  position: absolute;
  z-index: 2000;
  top: 95px;
  width: 70%;
  left: -5px; }
  @media (min-width: 56rem) {
    .l-menuWrapper.menuWrapper.js-menuWrapper {
      z-index: initial;
      position: inherit;
      top: 0;
      width: 100%;
      left: initial; } }

.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: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
  .swisyMobileMenu span:nth-child(1),
  .swisyMobileMenu span:nth-child(2) {
    top: 0; }
  .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 {
  /*
  I didnt find contentHeaderContainer anywhere
  .contentHeaderContainer {
    // background-color: lightgray;
    .header {
      background-color: rgba($background-color, 1);
    }
  }
  */ }

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

.contentFooterContainer {
  background-color: #000;
  color: #666669; }
  .contentFooterContainer .footerPanelContainer {
    padding: initial;
    margin: 0 auto; }
    @media (min-width: 56rem) {
      .contentFooterContainer .footerPanelContainer {
        padding: 10px 20px; } }
    @media (min-width: 76.5rem) {
      .contentFooterContainer .footerPanelContainer {
        max-width: 78rem;
        padding: 10px 20px; } }
  .contentFooterContainer .footerPanel .footerPanel__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .contentFooterContainer .footerPanel .footerPanel__item ul {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      font-family: "ofl_sorts_mill_goudyregular", serif, Arial, sans-serif;
      text-transform: uppercase; }
      @media (min-width: 25.875rem) {
        .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: 0.875rem;
        line-height: 25px;
        color: #666669;
        margin-right: 5px;
        margin-left: 5px; }
        .contentFooterContainer .footerPanel .footerPanel__item ul li a {
          color: #666666;
          padding-left: initial; }
          @media (min-width: 25.875rem) {
            .contentFooterContainer .footerPanel .footerPanel__item ul li a {
              padding-left: 15px; } }
    .contentFooterContainer .footerPanel .footerPanel__item.footerPanel__item--main {
      display: none;
      margin-bottom: 10px; }
      .contentFooterContainer .footerPanel .footerPanel__item.footerPanel__item--main ul li {
        font-family: "ofl_sorts_mill_goudyregular", serif, Arial, sans-serif;
        font-size: 0.875rem; }
        .contentFooterContainer .footerPanel .footerPanel__item.footerPanel__item--main ul li a {
          color: #fff; }
      @media (min-width: 56rem) {
        .contentFooterContainer .footerPanel .footerPanel__item.footerPanel__item--main {
          display: flex; } }
    .contentFooterContainer .footerPanel .footerPanel__item.footerPanel__item--footerNav {
      border-top: 2px solid #434343;
      padding-top: 25px; }
    .contentFooterContainer .footerPanel .footerPanel__item.footerPanel__item--social {
      display: flex;
      margin: 20px; }
      .contentFooterContainer .footerPanel .footerPanel__item.footerPanel__item--social .menuItem {
        background-color: #5B5B5B;
        border-radius: 40px;
        padding: 5px; }
        .contentFooterContainer .footerPanel .footerPanel__item.footerPanel__item--social .menuItem a {
          font-size: 12px;
          padding: 5px;
          color: #000; }
          .contentFooterContainer .footerPanel .footerPanel__item.footerPanel__item--social .menuItem a .fa.fa-facebook {
            padding: 0 5px; }
          @media (min-width: 56rem) {
            .contentFooterContainer .footerPanel .footerPanel__item.footerPanel__item--social .menuItem a .fa-custom-social {
              font-size: 2em; } }
    .contentFooterContainer .footerPanel .footerPanel__item.footerPanel__item--copyright {
      font-size: 0.875rem;
      font-family: "latoregular", Helvetica, Arial, sans-serif;
      display: flex;
      color: #4E4E4E; }
      @media (min-width: 25.875rem) {
        .contentFooterContainer .footerPanel .footerPanel__item.footerPanel__item--copyright {
          flex-direction: row; } }
      .contentFooterContainer .footerPanel .footerPanel__item.footerPanel__item--copyright .poweredBy {
        color: #fff;
        padding-left: 3px; }
  .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; }
    .hoverEffect .overlay h2 {
      text-transform: uppercase;
      color: #fff;
      text-align: center;
      position: relative;
      font-size: 17px;
      padding: 10px;
      background: rgba(0, 0, 0, 0.6); }
    .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 {
  color: #000;
  border: 1px solid #cccccc;
  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: #fac43d; }

.inputGroup {
  position: relative; }
  .inputGroup--country {
    width: 45%; }
  .inputGroup--state {
    width: 35%; }
  .inputGroup--zip {
    width: 20%;
    height: 70px;
    margin-top: 0; }
  .inputGroup--textAreaWrapper {
    border: 1px solid #cccccc;
    padding: 35px 10px 5px 10px; }
    .inputGroup--textAreaWrapper textArea.dataInput {
      border: none;
      outline: none; }
    .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; }
  .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 .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: #000;
  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;
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 70px;
  color: #000;
  border-radius: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .inputCheckbox .checkboxInline {
    padding-left: 40px;
    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: 5px;
      line-height: normal;
      height: auto;
      width: auto;
      transform: none;
      padding: 0;
      margin: 0; }
    .inputCheckbox .checkboxInline p.checkboxInline__label {
      font-size: 16px;
      line-height: 1.2rem;
      margin: 2px 0 10px 2px;
      display: block; }

.inputButtonGroup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px; }
  .inputButtonGroup .inputButton {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff;
    background: #c82606;
    padding: 10px 40px;
    text-transform: uppercase;
    border: 1px solid #c82606; }

.inputRecatchaContainer {
  padding: 15px;
  display: flex;
  justify-content: center; }

.inputError {
  color: #DC143C; }

.tmot-offer-detail a.sizeSelectionBtn {
  color: #fff; }

.tmot-offer-detail a.sizeSelectionBtn {
  cursor: default; }

.tmot-offer-detail a.sizeSelectionBtn:hover {
  color: #fff !important;
  background-color: #000 !important; }

.tmot-offer-detail a.sizeSelectionBtn:focus {
  outline: none;
  outline-offset: 0; }

.tmot-offer-detail a.sizeSelectionBtn:active {
  box-shadow: none; }

.sizeSelectorContainer {
  background-color: #bcbcbc;
  margin-left: auto;
  margin-right: auto;
  padding: 0; }
  .sizeSelectorContainer h2.sizeSelectorLabel {
    font-size: 16px;
    font: inherit;
    font-weight: 700;
    text-align: left; }
  .sizeSelectorContainer .cart__itemSizePanel {
    color: #666666;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    background-color: #000; }
    .sizeSelectorContainer .cart__itemSizePanel ul {
      padding: 0;
      overflow: auto;
      list-style-type: none;
      display: flex;
      justify-content: space-between; }
    .sizeSelectorContainer .cart__itemSizePanel li {
      border-collapse: collapse;
      border: solid 1px #fac43d;
      flex: 1 1 100%; }
    .sizeSelectorContainer .cart__itemSizePanel li:hover {
      cursor: pointer;
      cursor: hand; }
  .sizeSelectorContainer .sizeBlock {
    padding: 2%;
    color: #fac43d;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .125em; }
    .sizeSelectorContainer .sizeBlock--chosen {
      background-color: #fac43d;
      color: #000; }
    .sizeSelectorContainer .sizeBlock--faded {
      opacity: 0.3; }
  .sizeSelectorContainer .sizeBlock:hover {
    background-color: #fac43d;
    border-color: #fac43d;
    color: #000; }

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

.contentContainer--newsContent {
  display: block;
  clear: both;
  min-height: calc(100vh - 278px);
  width: 100%;
  margin: 0px auto 0px auto;
  color: #000;
  padding: 0px 15px 0px 15px;
  /*
  .divider {
    display: inline-block;
    width: 100%;
    color: $content-divider-color;
    height: 1px;
    border-top-width: 1px;
    &.divider--solid {
      border-top-style: solid;
    }
  }
  */ }
  .contentContainer--newsContent .contentNewsContainer {
    display: flex;
    flex-direction: column; }
    @media (min-width: 64rem) {
      .contentContainer--newsContent .contentNewsContainer {
        flex-direction: row; } }
    @media (min-width: 76.5rem) {
      .contentContainer--newsContent .contentNewsContainer {
        max-width: 78rem;
        padding: 15px;
        margin: 0 auto; } }
    .contentContainer--newsContent .contentNewsContainer .contentSidebarContainer {
      display: none; }
      @media (min-width: 47.12rem) {
        .contentContainer--newsContent .contentNewsContainer .contentSidebarContainer {
          display: flex;
          flex-direction: column;
          padding: 0px 10px;
          order: 2; } }
      @media (min-width: 56rem) {
        .contentContainer--newsContent .contentNewsContainer .contentSidebarContainer {
          flex-basis: 30%; } }
      @media (min-width: 64rem) {
        .contentContainer--newsContent .contentNewsContainer .contentSidebarContainer {
          order: 1; } }
      .contentContainer--newsContent .contentNewsContainer .contentSidebarContainer h2 {
        color: #fff;
        letter-spacing: 0.04em;
        font-family: "ofl_sorts_mill_goudyregular", serif;
        font-size: 18px;
        font-weight: normal; }
      .contentContainer--newsContent .contentNewsContainer .contentSidebarContainer .newsCategories {
        background: #3c3c3c;
        margin-bottom: 20px;
        padding: 35px 25px; }
        .contentContainer--newsContent .contentNewsContainer .contentSidebarContainer .newsCategories ul li {
          padding: 7px 0px;
          border-top: 1px solid #555;
          text-decoration: none; }
          .contentContainer--newsContent .contentNewsContainer .contentSidebarContainer .newsCategories ul li:last-child {
            border-bottom: 1px solid #555; }
          .contentContainer--newsContent .contentNewsContainer .contentSidebarContainer .newsCategories ul li a {
            color: #fff;
            font-family: "latoregular", Helvetica, Arial, sans-serif;
            font-size: 16px; }
            .contentContainer--newsContent .contentNewsContainer .contentSidebarContainer .newsCategories ul li a:hover {
              color: #fff;
              text-decoration: none; }
          .contentContainer--newsContent .contentNewsContainer .contentSidebarContainer .newsCategories ul li span {
            padding-left: 15px;
            color: #959595; }
          .contentContainer--newsContent .contentNewsContainer .contentSidebarContainer .newsCategories ul li .newsTagCount {
            font-family: "ofl_sorts_mill_goudyregular", Garamond, serif;
            font-size: 18px; }
      .contentContainer--newsContent .contentNewsContainer .contentSidebarContainer .newsArchive {
        background: #b3b1af;
        padding: 35px 25px;
        font-family: "latoregular", Helvetica, Arial, sans-serif; }
        .contentContainer--newsContent .contentNewsContainer .contentSidebarContainer .newsArchive ul li.news-archive-year {
          border-bottom: 1px solid #cccccc;
          padding: 5px 15px;
          color: #333333; }
          .contentContainer--newsContent .contentNewsContainer .contentSidebarContainer .newsArchive ul li.news-archive-year a {
            color: #333333; }
            .contentContainer--newsContent .contentNewsContainer .contentSidebarContainer .newsArchive ul li.news-archive-year a:hover {
              text-decoration: none; }
        .contentContainer--newsContent .contentNewsContainer .contentSidebarContainer .newsArchive .news-archive-month {
          padding-top: 5px;
          padding-bottom: 5px;
          border-top: 1px solid #dddddd;
          margin-left: -15px;
          margin-right: -15px; }
          .contentContainer--newsContent .contentNewsContainer .contentSidebarContainer .newsArchive .news-archive-month li {
            margin-left: 15px;
            margin-right: 15px; }
          .contentContainer--newsContent .contentNewsContainer .contentSidebarContainer .newsArchive .news-archive-month span {
            padding-left: 15px;
            color: #4F4E4C;
            font-family: "ofl_sorts_mill_goudyregular", Garamond, serif;
            font-size: 18px; }
        .contentContainer--newsContent .contentNewsContainer .contentSidebarContainer .newsArchive .news_tree_link {
          border-top: 1px solid #dddddd;
          padding: 5px 15px; }
          .contentContainer--newsContent .contentNewsContainer .contentSidebarContainer .newsArchive .news_tree_link:first-child {
            border-top: 0px solid #dddddd; }
    .contentContainer--newsContent .contentNewsContainer .contentTeasersContainer {
      order: 1; }
      @media (min-width: 56rem) {
        .contentContainer--newsContent .contentNewsContainer .contentTeasersContainer {
          flex-basis: 70%;
          padding-right: 10px; } }
      @media (min-width: 56rem) {
        .contentContainer--newsContent .contentNewsContainer .contentTeasersContainer .otherNewsPanel {
          padding: 0px 0px 0px 15px; } }
      .contentContainer--newsContent .contentNewsContainer .contentTeasersContainer .otherNewsPanel .newsList .newsListItem {
        background: #eceae8;
        padding: 40px 40px 90px 40px;
        margin-bottom: 30px; }
        .contentContainer--newsContent .contentNewsContainer .contentTeasersContainer .otherNewsPanel .newsList .newsListItem .newsListItemDate {
          font-weight: bold;
          color: #787878;
          font-size: 14px; }
        .contentContainer--newsContent .contentNewsContainer .contentTeasersContainer .otherNewsPanel .newsList .newsListItem .newsListItemTitle {
          padding: 10px 0; }
          .contentContainer--newsContent .contentNewsContainer .contentTeasersContainer .otherNewsPanel .newsList .newsListItem .newsListItemTitle a {
            color: #333333;
            font-family: "ofl_sorts_mill_goudyregular", Garamond, serif;
            font-size: 30px;
            line-height: 30px; }
            .contentContainer--newsContent .contentNewsContainer .contentTeasersContainer .otherNewsPanel .newsList .newsListItem .newsListItemTitle a:hover {
              color: #333333; }
        .contentContainer--newsContent .contentNewsContainer .contentTeasersContainer .otherNewsPanel .newsList .newsListItem .newsListItemImage {
          text-align: center; }
          .contentContainer--newsContent .contentNewsContainer .contentTeasersContainer .otherNewsPanel .newsList .newsListItem .newsListItemImage img {
            max-width: 100%;
            width: auto;
            height: auto;
            vertical-align: center; }
        .contentContainer--newsContent .contentNewsContainer .contentTeasersContainer .otherNewsPanel .newsList .newsListItem .newsListItemContentTeaser p {
          font-size: 14px;
          color: #333333; }
        .contentContainer--newsContent .contentNewsContainer .contentTeasersContainer .otherNewsPanel .newsList .newsListItem .newsListItemMore a {
          font-style: italic;
          font-weight: bold;
          font-family: initial; }
  @media (min-width: 56rem) {
    .contentContainer--newsContent .contentContainer {
      max-width: 60rem;
      padding: 15px;
      padding-bottom: 50px;
      margin: 0 auto; } }
  @media (min-width: 76.5rem) {
    .contentContainer--newsContent .contentContainer {
      max-width: 78rem;
      padding: 15px;
      padding-bottom: 50px;
      margin: 0 auto; } }
  .contentContainer--newsContent .newHeaderPanel {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding: 0px;
    color: #000; }
    .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; } }
  .contentContainer--newsContent .otherNewsPanel {
    width: 100%;
    padding: 5px 0px;
    color: #000;
    /*
    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-black;
    }
    h2 {
      display: block;
      color: $color-black;
      //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-black;
        margin-right: 15px;
      }
      @include break(md) {
        color: $color-black;
        //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;
      flex-direction: column;
      width: 100%;
      justify-content: center;
      align-items: center; }
      @media (min-width: 56rem) {
        .contentContainer--newsContent .otherNewsPanel .otherNewsPanel--header {
          flex-direction: row;
          align-items: center;
          background-color: transparent;
          justify-content: center; } }
      .contentContainer--newsContent .otherNewsPanel .otherNewsPanel--header h2 {
        color: #000;
        font-family: "ofl_sorts_mill_goudyregular", Garamond, serif;
        font-size: 22px;
        font-weight: 300;
        letter-spacing: normal; }
      .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: "\f04b";
            font-family: FontAwesome;
            padding-left: 10px;
            font-size: 0.75rem;
            display: inline;
            float: right;
            margin-top: 3px; }
    .contentContainer--newsContent .otherNewsPanel .otherNewsPanel--divider {
      width: 45px;
      height: 2px;
      background-color: #000;
      margin: 0px auto 50px; }
    .contentContainer--newsContent .otherNewsPanel .otherNewsPanel--footer {
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      margin-bottom: 40px; }
      @media (min-width: 56rem) {
        .contentContainer--newsContent .otherNewsPanel .otherNewsPanel--footer {
          flex-direction: row;
          align-items: center;
          margin-bottom: 25px; } }
      .contentContainer--newsContent .otherNewsPanel .otherNewsPanel--footer .otherNewsPanel--footer--viewmore {
        display: flex;
        justify-content: center; }
        .contentContainer--newsContent .otherNewsPanel .otherNewsPanel--footer .otherNewsPanel--footer--viewmore a {
          font-weight: 500;
          font-size: 1.5rem;
          padding: 10px 40px;
          color: #000; }
          .contentContainer--newsContent .otherNewsPanel .otherNewsPanel--footer .otherNewsPanel--footer--viewmore a:hover {
            text-decoration: none; }
          .contentContainer--newsContent .otherNewsPanel .otherNewsPanel--footer .otherNewsPanel--footer--viewmore a .viewMore {
            background: none repeat scroll 0 0 #ce4218;
            color: #fff;
            font-family: "ofl_sorts_mill_goudyregular", Garamond, serif;
            font-size: 16px;
            line-height: 40px;
            padding: 6px 11px;
            text-align: center;
            text-transform: uppercase;
            width: 260px; }
            .contentContainer--newsContent .otherNewsPanel .otherNewsPanel--footer .otherNewsPanel--footer--viewmore a .viewMore:hover {
              background-color: #141414; }
        .contentContainer--newsContent .otherNewsPanel .otherNewsPanel--footer .otherNewsPanel--footer--viewmore:hover {
          text-decoration: none; }
        .contentContainer--newsContent .otherNewsPanel .otherNewsPanel--footer .otherNewsPanel--footer--viewmore:hover a {
          color: #000; }
    .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; } }
      @media (min-width: 56rem) {
        .contentContainer--newsContent .otherNewsPanel .newsList.newsList--boxed .newsTeaser {
          display: block; } }
      @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 .2s ease, border-bottom-color .2s ease;
      text-decoration: none;
      border-bottom: none; }
      .contentContainer--newsContent .otherNewsPanel .newsList .newsListItem a:hover {
        text-decoration: none; }
    .contentContainer--newsContent .otherNewsPanel .newsList .newsListItem p {
      /*
          @include break(xl) {
            margin-bottom: 0px;
            margin-top: 5px;
          }
          */ }
    .contentContainer--newsContent .otherNewsPanel .newsList .newsListItem img {
      width: 100%;
      height: auto; }
    .contentContainer--newsContent .otherNewsPanel .newsList .newsListItem .newsImage {
      padding-bottom: 20px; }
    .contentContainer--newsContent .otherNewsPanel .newsList .newsListItem .newsDate {
      font-size: 0.875rem;
      font-family: "latobold", Helvetica, Arial, sans-serif;
      color: #888;
      margin-bottom: 10px;
      padding-left: 20px;
      /*
          @include break(xl) {
            font-size: $size-p2;
          }
          */ }
    .contentContainer--newsContent .otherNewsPanel .newsList .newsListItem .newsTitle a {
      font-size: 1.25rem;
      color: #888;
      line-height: 28px;
      font-weight: 500;
      display: block;
      text-transform: uppercase; }
      @media (min-width: 76.5rem) {
        .contentContainer--newsContent .otherNewsPanel .newsList .newsListItem .newsTitle a {
          margin-bottom: 0px; } }
    .contentContainer--newsContent .otherNewsPanel .newsList .newsListItem .newsTeaser {
      font-size: 1rem;
      color: #fff;
      line-height: 18px;
      padding: 0 20px; }
      @media (min-width: 56rem) {
        .contentContainer--newsContent .otherNewsPanel .newsList .newsListItem .newsTeaser {
          height: 430px;
          overflow: hidden; } }
      @media (min-width: 64rem) {
        .contentContainer--newsContent .otherNewsPanel .newsList .newsListItem .newsTeaser {
          height: 350px;
          overflow: hidden; } }
      @media (min-width: 76.5rem) {
        .contentContainer--newsContent .otherNewsPanel .newsList .newsListItem .newsTeaser {
          line-height: 18px;
          font-size: 1rem;
          line-height: 1.375rem;
          font-weight: 400; } }
    .contentContainer--newsContent .otherNewsPanel .newsList .newsListItem .newsBody {
      margin-left: 150px;
      font-size: 0.875rem;
      font-weight: 400; }
      .contentContainer--newsContent .otherNewsPanel .newsList .newsListItem .newsBody img {
        width: auto; }
    .contentContainer--newsContent .otherNewsPanel .newsList .newsListItem .newsReadMore a {
      display: flex;
      width: 100%;
      color: #000;
      justify-content: end;
      font-weight: normal;
      text-transform: uppercase;
      font-size: 1rem; }
      @media (min-width: 76.5rem) {
        .contentContainer--newsContent .otherNewsPanel .newsList .newsListItem .newsReadMore a {
          padding-top: 20px;
          padding-bottom: 20px; } }
      .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: #edece8;
      margin-bottom: 20px; }
      @media (min-width: 56rem) {
        .contentContainer--newsContent .otherNewsPanel .newsList .newsListItem.newsListItem--boxed {
          flex-basis: 31.8%;
          margin-bottom: 25px; } }
      .contentContainer--newsContent .otherNewsPanel .newsList .newsListItem.newsListItem--boxed .newsImage {
        padding-bottom: 10px; }
      .contentContainer--newsContent .otherNewsPanel .newsList .newsListItem.newsListItem--boxed .newsDate {
        font-size: 0.75rem;
        font-family: "latobold", Helvetica, Arial, sans-serif;
        font-weight: 700;
        color: #000;
        margin-bottom: 10px;
        padding-left: 20px; }
      .contentContainer--newsContent .otherNewsPanel .newsList .newsListItem.newsListItem--boxed .newsTitle {
        font-family: "ofl_sorts_mill_goudyregular", Garamond, serif;
        font-size: 1.375rem;
        margin-bottom: 10px; }
        .contentContainer--newsContent .otherNewsPanel .newsList .newsListItem.newsListItem--boxed .newsTitle a {
          color: #333333;
          text-transform: none;
          font-size: 1.25rem; }
      .contentContainer--newsContent .otherNewsPanel .newsList .newsListItem.newsListItem--boxed .newsTeaser {
        color: #666666;
        font-family: "latoregular", Helvetica, Arial, sans-serif; }
        .contentContainer--newsContent .otherNewsPanel .newsList .newsListItem.newsListItem--boxed .newsTeaser p {
          font-family: "latoregular", Helvetica, Arial, sans-serif; }
      .contentContainer--newsContent .otherNewsPanel .newsList .newsListItem.newsListItem--boxed .newsOthersLinks {
        display: flex;
        justify-content: space-between;
        padding: 0 15px;
        margin-bottom: 30px; }
      .contentContainer--newsContent .otherNewsPanel .newsList .newsListItem.newsListItem--boxed .newsReadMore {
        color: #000;
        padding: 15px 0 0 0; }
        @media (min-width: 56rem) {
          .contentContainer--newsContent .otherNewsPanel .newsList .newsListItem.newsListItem--boxed .newsReadMore {
            padding: initial; } }
        .contentContainer--newsContent .otherNewsPanel .newsList .newsListItem.newsListItem--boxed .newsReadMore a {
          color: #ce4218;
          text-transform: none;
          font-style: italic;
          font-weight: bold;
          font-size: 15px;
          padding: initial; }
          .contentContainer--newsContent .otherNewsPanel .newsList .newsListItem.newsListItem--boxed .newsReadMore a .newsReadMoreBg {
            background: url(//cdn.ontourmedia.io/sting/images/v2/read_more.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
            display: inline-block;
            height: 12px;
            width: 12px;
            margin-top: 6px;
            margin-left: 5px; }
          .contentContainer--newsContent .otherNewsPanel .newsList .newsListItem.newsListItem--boxed .newsReadMore a:hover {
            text-decoration: none; }
    .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: '\02588';
          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--newsContentContainer {
  padding: initial; }
  @media (min-width: 56rem) {
    .contentContainer--newsContentContainer {
      padding: 0 15px; } }

.contentContainer--newsContentDetails {
  border-top: 5px solid #cccccc; }
  .contentContainer--newsContentDetails .contentNewsContainer--newsDetails {
    padding-top: 30px;
    padding-bottom: 30px; }
  @media (min-width: 56rem) {
    .contentContainer--newsContentDetails .contentDetailsContainer {
      flex-basis: 70%;
      order: 1; } }
  .contentContainer--newsContentDetails .contentDetailsContainer h2 {
    font-size: 40px;
    font-family: "ofl_sorts_mill_goudyregular", Garamond, serif;
    color: #000;
    text-transform: none; }
  .contentContainer--newsContentDetails .contentDetailsContainer h3 {
    font-family: "latoregular", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #787878;
    text-transform: none;
    padding: 15px;
    letter-spacing: 0.04em; }
  .contentContainer--newsContentDetails .contentDetailsContainer p {
    font-family: "latoregular", Arial, sans-serif;
    color: #666666;
    font-size: 16px; }
  .contentContainer--newsContentDetails .contentDetailsContainer .newsRecent {
    display: flex;
    flex-direction: column; }
    .contentContainer--newsContentDetails .contentDetailsContainer .newsRecent--headingTitle {
      height: 38px; }
      .contentContainer--newsContentDetails .contentDetailsContainer .newsRecent--headingTitle h3 {
        color: #000;
        font-family: "ofl_sorts_mill_goudyregular", Garamond, serif;
        font-size: 22px;
        font-weight: 500;
        padding: initial; }
    .contentContainer--newsContentDetails .contentDetailsContainer .newsRecent__listBox {
      display: flex;
      flex-direction: column; }
      @media (min-width: 56rem) {
        .contentContainer--newsContentDetails .contentDetailsContainer .newsRecent__listBox {
          flex-direction: row;
          justify-content: space-between; } }
      .contentContainer--newsContentDetails .contentDetailsContainer .newsRecent__listBox .newsListItem--boxed {
        background-color: #edece8;
        margin-bottom: 20px;
        padding: 0 20px; }
        @media (min-width: 56rem) {
          .contentContainer--newsContentDetails .contentDetailsContainer .newsRecent__listBox .newsListItem--boxed {
            flex-basis: 48%;
            margin-bottom: 25px; } }
      .contentContainer--newsContentDetails .contentDetailsContainer .newsRecent__listBox .newsImage {
        padding-bottom: 10px;
        text-align: center;
        padding-top: 10px; }
        @media (min-width: 56rem) {
          .contentContainer--newsContentDetails .contentDetailsContainer .newsRecent__listBox .newsImage {
            padding-top: initial; } }
      .contentContainer--newsContentDetails .contentDetailsContainer .newsRecent__listBox .newsDate {
        font-size: 0.75rem;
        font-family: "latobold", Helvetica, Arial, sans-serif;
        font-weight: 700;
        color: #666666;
        margin-bottom: 10px; }
      .contentContainer--newsContentDetails .contentDetailsContainer .newsRecent__listBox .newsTitle {
        font-family: "ofl_sorts_mill_goudyregular", Garamond, serif;
        font-size: 22px;
        margin-bottom: 10px;
        line-height: 1.1; }
        .contentContainer--newsContentDetails .contentDetailsContainer .newsRecent__listBox .newsTitle a {
          color: #333333;
          text-transform: uppercase; }
          .contentContainer--newsContentDetails .contentDetailsContainer .newsRecent__listBox .newsTitle a:hover {
            color: #000; }
      .contentContainer--newsContentDetails .contentDetailsContainer .newsRecent__listBox .newsTeaser {
        color: #666666;
        font-family: "latoregular", Helvetica, Arial, sans-serif;
        margin-bottom: 15px; }
        @media (min-width: 56rem) {
          .contentContainer--newsContentDetails .contentDetailsContainer .newsRecent__listBox .newsTeaser {
            height: 430px;
            overflow: hidden; } }
        @media (min-width: 64rem) {
          .contentContainer--newsContentDetails .contentDetailsContainer .newsRecent__listBox .newsTeaser {
            height: 350px; } }
        .contentContainer--newsContentDetails .contentDetailsContainer .newsRecent__listBox .newsTeaser p {
          font-family: "latoregular", Helvetica, Arial, sans-serif;
          line-height: 1.5; }
      .contentContainer--newsContentDetails .contentDetailsContainer .newsRecent__listBox .newsOthersLinks {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px; }
      .contentContainer--newsContentDetails .contentDetailsContainer .newsRecent__listBox .newsReadMore {
        color: #000;
        padding: 15px 0 0 0; }
        @media (min-width: 56rem) {
          .contentContainer--newsContentDetails .contentDetailsContainer .newsRecent__listBox .newsReadMore {
            padding: initial; } }
        .contentContainer--newsContentDetails .contentDetailsContainer .newsRecent__listBox .newsReadMore a {
          color: #ce4218;
          text-transform: none;
          font-style: italic;
          font-weight: bold;
          font-size: 15px;
          padding: initial; }
          .contentContainer--newsContentDetails .contentDetailsContainer .newsRecent__listBox .newsReadMore a .newsReadMoreBg {
            background: url(//cdn.ontourmedia.io/sting/images/v2/read_more.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
            display: inline-block;
            height: 12px;
            width: 12px;
            margin-top: 6px;
            margin-left: 5px; }
          .contentContainer--newsContentDetails .contentDetailsContainer .newsRecent__listBox .newsReadMore a:hover {
            text-decoration: none; }

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

.contentContainer--instagramContent {
  display: block;
  clear: both;
  width: 100%;
  margin: 0px auto 0px auto;
  color: #000;
  padding: 0px 15px 0px 15px; }
  .contentContainer--instagramContent .contentContainer {
    display: flex;
    flex-direction: column; }
    @media (min-width: 76.5rem) {
      .contentContainer--instagramContent .contentContainer {
        max-width: 78rem;
        padding: 15px;
        margin: 0 auto; } }

.homeInstagram--header {
  display: flex;
  background-color: #f9f9f9;
  font-family: "ofl_sorts_mill_goudyregular";
  width: 100%;
  font-size: 1.375rem;
  justify-content: center;
  color: #000;
  text-transform: uppercase;
  align-items: center;
  line-height: 60px;
  font-weight: 400; }

.homeInstagram {
  background-color: #f9f9f9;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0px 10px 90px 10px; }

.instagramPanel {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .instagramPanel--image {
    width: 49.3%;
    position: relative;
    border-top: 20px solid #f9f9f9;
    border-left: 10px solid #f9f9f9;
    border-right: 10px solid #f9f9f9;
    position: relative;
    display: inline-block;
    text-decoration: none;
    position: relative;
    display: inline-block; }
    @media (min-width: 56rem) {
      .instagramPanel--image {
        width: 33.3%;
        position: relative; } }
    @media (min-width: 76.5rem) {
      .instagramPanel--image {
        width: 16.66%;
        position: relative; } }
    .instagramPanel--image img {
      width: 100%;
      height: auto; }
    .instagramPanel--image a {
      display: block;
      height: auto;
      width: 100%;
      background: #000; }
      .instagramPanel--image a:hover {
        text-decoration: none; }
    .instagramPanel--image img {
      vertical-align: top; }
    .instagramPanel--image .magnifying-glass-icon {
      color: #505050;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      line-height: 1;
      opacity: 0; }
      .instagramPanel--image .magnifying-glass-icon i:before {
        font-size: 80px; }
      .instagramPanel--image .magnifying-glass-icon:hover {
        background: rgba(0, 0, 0, 0.5);
        color: #505050;
        text-decoration: none; }
    .instagramPanel--image:hover .magnifying-glass-icon {
      opacity: 1;
      text-decoration: none; }
    .instagramPanel--image .overlay {
      position: relative;
      height: 100%;
      top: -100%; }
  .instagramPanel .instagramPanel--imagePanel {
    height: 0px;
    width: 100%;
    padding-bottom: 100%;
    background-position: center center;
    background-size: cover; }

.contentContainer--tourContent {
  display: block;
  clear: both;
  min-height: 80vh;
  width: 100%;
  margin: 10px auto 20px auto;
  background-color: #fff;
  /*
   .couponContainer{
		padding: 15px;
		border-top: 5px solid $color-very-light-grey;
		margin-top: 20px;
		h1, h2, h3, h4, h5, h6 {
			color: $color-mine_shaft;
			letter-spacing: 1.2px;
		}
		@include break(md){
			padding: 10px;
			border-top: 0px solid $color-very-light-grey;
			margin-top: initial;
		}

   }
	 */
  /*EDP PAGE */
  /*
	.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--tourContent {
      margin: -20px auto 20px auto; } }
  .contentContainer--tourContent .tourPanel {
    border: 10px;
    clear: both;
    padding: 10px; }
    .contentContainer--tourContent .tourPanel:after {
      content: '';
      clear: right; }
  .contentContainer--tourContent #map_canvas {
    display: none; }
    @media (min-width: 56rem) {
      .contentContainer--tourContent #map_canvas {
        display: block;
        width: 100%;
        height: 400px;
        border: 1px solid;
        margin-bottom: 20px; } }
  .contentContainer--tourContent .tourEventPanel {
    padding: 15px;
    display: flex;
    flex-direction: column; }
    @media (min-width: 56rem) {
      .contentContainer--tourContent .tourEventPanel {
        flex-direction: row;
        padding: inherit; } }
    .contentContainer--tourContent .tourEventPanel .tourEventPamelMain {
      display: flex;
      flex-direction: column;
      flex: 4; }
    .contentContainer--tourContent .tourEventPanel .tourEventPamelSide {
      display: flex;
      flex-direction: column;
      flex: 2; }
  .contentContainer--tourContent .date_segment {
    display: inline-block; }
    .contentContainer--tourContent .date_segment .top_cats_header {
      font-size: 42px;
      font-family: "ofl_sorts_mill_goudyregular", Garamond, serif;
      font-weight: 100;
      letter-spacing: normal;
      text-transform: capitalize;
      margin-bottom: initial; }
    .contentContainer--tourContent .date_segment .tour_event {
      display: flex;
      justify-content: space-between; }
    .contentContainer--tourContent .date_segment .date {
      padding-left: 10px;
      font-family: "latoregular", Arial, sans-serif;
      color: #000;
      text-align: center;
      border-right: 1px solid #BEBCB2;
      padding-right: 40px;
      height: 60px;
      margin-bottom: 20px; }
      .contentContainer--tourContent .date_segment .date .td_M {
        font-size: 14px;
        height: 15px;
        text-transform: uppercase; }
      .contentContainer--tourContent .date_segment .date .td_j {
        font-weight: bold;
        font-size: 20px;
        height: 25px; }
      .contentContainer--tourContent .date_segment .date .td_Y {
        font-size: 14px;
        text-transform: uppercase; }
    .contentContainer--tourContent .date_segment .location {
      flex: 1;
      padding-left: 20px;
      padding-top: 10px; }
      .contentContainer--tourContent .date_segment .location .citystate {
        font-family: "latobold", Arial, sans-serif;
        font-weight: bold;
        font-size: 16px;
        height: 22px; }
    .contentContainer--tourContent .date_segment .venue {
      color: #333333; }
      .contentContainer--tourContent .date_segment .venue span.places {
        margin-right: 5px;
        font-weight: normal;
        font-family: "latoregular", Arial, sans-serif;
        font-size: 16px; }
    .contentContainer--tourContent .date_segment .commentsCountBox {
      padding-top: 32px;
      padding-left: 20px; }
      .contentContainer--tourContent .date_segment .commentsCountBox a.comment_bubble {
        color: #333333; }
    .contentContainer--tourContent .date_segment .tour_pagination {
      font-size: 18px;
      font-family: "ofl_sorts_mill_goudyregular", Garamond, serif;
      font-weight: 100;
      font-style: italic;
      margin-bottom: 30px; }
      .contentContainer--tourContent .date_segment .tour_pagination a {
        margin-right: 8px; }
        .contentContainer--tourContent .date_segment .tour_pagination a:hover {
          color: #333333; }
      .contentContainer--tourContent .date_segment .tour_pagination a.list {
        display: inline-block;
        padding: 0 14px;
        border-left: 1px solid #666666;
        border-right: 1px solid #666666; }
        .contentContainer--tourContent .date_segment .tour_pagination a.list-last {
          display: inline-block;
          padding: 0 14px;
          border-left: 1px solid #666666; }
      .contentContainer--tourContent .date_segment .tour_pagination a.next, .contentContainer--tourContent .date_segment .tour_pagination a.list {
        margin-left: 4px; }
      .contentContainer--tourContent .date_segment .tour_pagination .caret {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 4px solid;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent; }
      .contentContainer--tourContent .date_segment .tour_pagination .tour-next {
        margin-left: 3px; }
      .contentContainer--tourContent .date_segment .tour_pagination .caret-right {
        border-left: 6px solid !important;
        border-bottom: 6px solid transparent !important;
        border-top: 6px solid transparent !important;
        margin-right: 5px; }
      .contentContainer--tourContent .date_segment .tour_pagination .tour-prev {
        margin-top: -3px;
        margin-right: 3px; }
      .contentContainer--tourContent .date_segment .tour_pagination .caret-left {
        border-right: 6px solid !important;
        border-bottom: 6px solid transparent !important;
        border-top: 6px solid transparent !important; }
  @media (min-width: 56rem) {
    .contentContainer--tourContent {
      max-width: 60rem;
      padding: 15px; } }
  @media (min-width: 76.5rem) {
    .contentContainer--tourContent {
      max-width: 78rem;
      padding: 15px; } }
  .contentContainer--tourContent .tourHeaderPanel {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding: 5px; }
    .contentContainer--tourContent .tourHeaderPanel h2 {
      font-size: 18px;
      font-weight: 500;
      font-family: "latoregular", Helvetica, Arial, sans-serif;
      color: #333333;
      margin: 15px 0 0 0;
      width: 100%;
      text-align: center;
      text-transform: none;
      letter-spacing: 0.04em; }
      @media (min-width: 56rem) {
        .contentContainer--tourContent .tourHeaderPanel h2 {
          padding: 0 5px 0 5px; } }
  .contentContainer--tourContent .tourListing {
    display: flex;
    flex-wrap: wrap; }
    .contentContainer--tourContent .tourListing:hover .tourListPanel {
      border: 1px solid; }
      @media (min-width: 56rem) {
        .contentContainer--tourContent .tourListing:hover .tourListPanel {
          border: 0px solid; } }
  .contentContainer--tourContent .tourListPanelHeading {
    display: none; }
    @media (min-width: 56rem) {
      .contentContainer--tourContent .tourListPanelHeading {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background: #3c3c3c;
        color: #fff;
        padding: 10px;
        font-family: "ofl_sorts_mill_goudyregular", Garamond, serif;
        font-size: 14px;
        text-transform: uppercase;
        width: 100%; }
        .contentContainer--tourContent .tourListPanelHeading .tourHeadingDate {
          flex-basis: 50%;
          text-align: center; }
        .contentContainer--tourContent .tourListPanelHeading .tourHeadingVenue {
          flex-basis: 100%;
          padding-left: 20px; }
        .contentContainer--tourContent .tourListPanelHeading .tourHeadingTicketes {
          flex-basis: 100%; }
        .contentContainer--tourContent .tourListPanelHeading .tourHeadingModal {
          flex-basis: 100%;
          text-align: center; } }
  .contentContainer--tourContent .tourListPanel:nth-of-type(odd) {
    background-color: #f9f9f9; }
    .contentContainer--tourContent .tourListPanel:nth-of-type(odd):hover {
      background-color: transparent; }
  .contentContainer--tourContent .tourListPanel {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border: 1px solid #dcdcdc;
    margin-bottom: 30px;
    padding: 15px;
    width: 100%; }
    @media (min-width: 56rem) {
      .contentContainer--tourContent .tourListPanel {
        flex-direction: row;
        align-items: center;
        border-top: 2px solid #dcdcdc !important;
        padding: initial;
        margin-bottom: 0px;
        border: 0px solid; }
        .contentContainer--tourContent .tourListPanel:hover .tourLocation__city, .contentContainer--tourContent .tourListPanel:hover .tourLocation__name {
          color: #676563; } }
    .contentContainer--tourContent .tourListPanel .tourItem {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center; }
      @media (min-width: 56rem) {
        .contentContainer--tourContent .tourListPanel .tourItem {
          flex-basis: 10%; } }
    .contentContainer--tourContent .tourListPanel .tourDate {
      line-height: 1.825rem;
      font-size: 17px;
      font-weight: bold;
      color: #333333;
      background: transparent;
      flex-direction: row;
      letter-spacing: 0.04em; }
      @media (min-width: 56rem) {
        .contentContainer--tourContent .tourListPanel .tourDate {
          background: #8C8C8C;
          color: #fff;
          padding: 15px;
          flex-direction: column;
          flex-basis: 50%; } }
      .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, .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 {
            font-size: 20px;
            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; } }
    .contentContainer--tourContent .tourListPanel .tourLocation {
      font-weight: 300;
      line-height: 1.725rem;
      font-size: 14px;
      align-items: flex-start; }
      @media (min-width: 56rem) {
        .contentContainer--tourContent .tourListPanel .tourLocation {
          padding-left: 10px;
          flex-basis: 100%; } }
    .contentContainer--tourContent .tourListPanel .tourItemExtra {
      padding-right: 10px; }
      @media (min-width: 56rem) {
        .contentContainer--tourContent .tourListPanel .tourItemExtra {
          flex-basis: 100%; } }
      .contentContainer--tourContent .tourListPanel .tourItemExtra .tourgrid_button.tour_red {
        background: #ce4218; }
        @media (min-width: 56rem) {
          .contentContainer--tourContent .tourListPanel .tourItemExtra .tourgrid_button.tour_red {
            width: 150px; } }
        .contentContainer--tourContent .tourListPanel .tourItemExtra .tourgrid_button.tour_red a {
          font-size: 14px;
          text-transform: uppercase;
          color: #fff;
          padding: 10px 100px;
          text-align: center;
          font-weight: normal;
          display: block; }
          @media (min-width: 56rem) {
            .contentContainer--tourContent .tourListPanel .tourItemExtra .tourgrid_button.tour_red a {
              padding: 10px 30px; } }

.tourButton {
  display: inline-block;
  margin-bottom: 0;
  font-size: 20px;
  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;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.tourButton--default {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0; }
  .tourButton--default:hover {
    color: #ce4218; }
    .tourButton--default:hover span {
      color: #ce4218; }
  .tourButton--default span {
    color: #939393; }
    .tourButton--default span:hover {
      color: #ce4218; }

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

/**Tour landing archipe content styling */
.contentContainer--tourDateContent {
  background: #aaaaaa;
  color: #fff;
  max-width: 100%;
  margin-bottom: -10px; }
  .contentContainer--tourDateContent .tour-date-section {
    padding: 15px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    /*
		.col-md-12 {
			padding: 10px;
		}
		*/ }
    @media (min-width: 56rem) {
      .contentContainer--tourDateContent .tour-date-section {
        max-width: 60rem;
        padding: 15px; } }
    @media (min-width: 76.5rem) {
      .contentContainer--tourDateContent .tour-date-section {
        max-width: 78rem;
        padding: 15px; } }
    .contentContainer--tourDateContent .tour-date-section .past-tours-heading {
      text-align: center;
      text-transform: uppercase;
      font-family: "ofl_sorts_mill_goudyregular", Garamond, serif;
      font-size: 28px; }
    .contentContainer--tourDateContent .tour-date-section .past-tours-block {
      margin: 10px 0px;
      background: #202020;
      color: #fff;
      height: 100px;
      overflow: hidden; }
    .contentContainer--tourDateContent .tour-date-section span.past-tour-img img {
      height: 100%;
      padding: 5px; }
    .contentContainer--tourDateContent .tour-date-section span.past-tour-img {
      min-height: 30px;
      float: left;
      margin-left: -50%;
      margin-right: 5px; }
      @media (min-width: 25.875rem) {
        .contentContainer--tourDateContent .tour-date-section span.past-tour-img {
          margin-left: -20%;
          margin-right: 7px; } }
      @media (min-width: 47.12rem) {
        .contentContainer--tourDateContent .tour-date-section span.past-tour-img {
          margin-left: auto; } }
    .contentContainer--tourDateContent .tour-date-section span.past-tour-body {
      margin-left: 10px;
      font-family: "ofl_sorts_mill_goudyregular", Garamond, serif;
      font-size: 16px;
      display: block;
      line-height: 20px;
      margin-top: 5px; }
      @media (min-width: 25.875rem) {
        .contentContainer--tourDateContent .tour-date-section span.past-tour-body {
          left: 7px; } }
      @media (min-width: 56rem) {
        .contentContainer--tourDateContent .tour-date-section span.past-tour-body {
          float: left;
          margin-top: 20px;
          font-size: 24px; } }
    @media (min-width: 56rem) {
      .contentContainer--tourDateContent .tour-date-section span.past-tour-date {
        margin-right: 28px;
        position: relative;
        top: 25px; } }
    .contentContainer--tourDateContent .tour-date-section .past-tour-date-f, .contentContainer--tourDateContent .tour-date-section .past-tour-date-s {
      text-align: left;
      font-family: "latoregular", Helvetica, Arial, sans-serif; }
      @media (min-width: 56rem) {
        .contentContainer--tourDateContent .tour-date-section .past-tour-date-f, .contentContainer--tourDateContent .tour-date-section .past-tour-date-s {
          text-align: right; } }
    .contentContainer--tourDateContent .tour-date-section .past-tour-date-f {
      font-size: 16px;
      position: relative;
      display: block;
      line-height: 20px; }
      @media (min-width: 56rem) {
        .contentContainer--tourDateContent .tour-date-section .past-tour-date-f {
          float: right;
          position: inherit;
          top: 0px;
          left: 0px; } }
    .contentContainer--tourDateContent .tour-date-section .past-tour-date-s {
      font-size: 12px;
      font-weight: 100;
      color: #D0CFCF;
      position: relative;
      display: inherit;
      line-height: 15px; }
      @media (min-width: 56rem) {
        .contentContainer--tourDateContent .tour-date-section .past-tour-date-s {
          position: inherit;
          top: 0px;
          left: 0px;
          float: right; } }
    .contentContainer--tourDateContent .tour-date-section a {
      color: #ce4218; }
      .contentContainer--tourDateContent .tour-date-section a:hover {
        color: #fff; }

/**Tour landing archipe content styling */
.contentContainer--offerContent {
  display: block;
  clear: both;
  width: 100%;
  margin: 20px auto 20px auto;
  background-color: #fff;
  font-family: "latoregular", sans-serif;
  border-top: 5px solid #cccccc; }
  .contentContainer--offerContent .offerContentContainer {
    margin: 0 auto;
    display: flex;
    flex-direction: column; }
    @media (min-width: 56rem) {
      .contentContainer--offerContent .offerContentContainer {
        max-width: 60rem;
        padding: 30px; } }
    @media (min-width: 76.5rem) {
      .contentContainer--offerContent .offerContentContainer {
        max-width: 78rem;
        padding: 30px; } }
  .contentContainer--offerContent .divider {
    display: none;
    width: 100%;
    color: #e2e2e2;
    height: 1px;
    border-top-width: 1px; }
    .contentContainer--offerContent .divider.divider--solid {
      border-top-style: solid; }
  .contentContainer--offerContent .headerPanel {
    display: none; }
    .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-around;
    flex-wrap: nowrap; }
    @media (min-width: 56rem) {
      .contentContainer--offerContent .offerSection {
        flex-direction: row;
        justify-content: left; } }
  .contentContainer--offerContent .offerPanel {
    background-color: #777;
    padding: 15px;
    margin: 10px 5px;
    color: #fff;
    /*
    &:first-of-type {
			margin-left: initial;
    }
    &:last-of-type {
        margin-right: initial;
    }
		*/
    /*
    a.purchaseButton:hover {
			color: $color-white;
			background: transparent;
    }
		*/ }
    @media (min-width: 56rem) {
      .contentContainer--offerContent .offerPanel {
        flex-basis: 32%; } }
    .contentContainer--offerContent .offerPanel h3, .contentContainer--offerContent .offerPanel h4 {
      color: #000;
      letter-spacing: 0.04em; }
    .contentContainer--offerContent .offerPanel .purchaseButton {
      width: 50%;
      display: block;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      color: #777;
      background: #fff;
      padding: 10px 40px;
      text-transform: uppercase;
      border: 1px solid #dddddd;
      font-weight: 700; }
      .contentContainer--offerContent .offerPanel .purchaseButton :hover {
        color: #fff;
        background: transparent; }
    .contentContainer--offerContent .offerPanel .imageFrame img {
      max-width: 100%;
      margin-right: auto;
      margin-left: auto; }
    .contentContainer--offerContent .offerPanel .offerPanel__detail {
      margin: 0;
      max-width: 100%;
      border: 1px solid #777;
      background: #777; }
      .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 h2 {
        letter-spacing: 1.2px;
        line-height: 3rem;
        font-size: 24px;
        font-weight: 300;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;
        color: #fff; }
      .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: #777;
        background: #fff;
        padding: 10px 40px;
        text-transform: uppercase;
        border: 1px solid #dddddd; }
      .contentContainer--offerContent .offerPanel .offerPanel__detail ul.featureList {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 30px 0 30px 0;
        list-style: disc;
        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 ul.featureList li {
          color: #fff;
          margin-bottom: 15px;
          font-size: 18px;
          font-weight: 300;
          line-height: 1.5; }
  .contentContainer--offerContent .noticeSection p {
    font-family: "latoregular", 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 #777;
    background-color: #777; }
    @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;
  /*
  .form_message { 
      float:left;margin-bottom:30px;width:100%;height:auto;clear:both;
   }
   
  
   p {
       float:left;margin-bottom:30px;width:100%;height:auto;
   }
	*/
  min-height: 80vh;
  width: 100%;
  margin: 20px auto 20px auto;
  background-color: #fff;
  font-family: "latoregular", sans-serif;
  /*
	.offerPanel {
    .imageFrame {
      img {
        max-width: 100%;
        @include break(md) {
          max-width: 460px;
        }
        margin-right: auto;
        margin-left: auto;
      }
    }

    .offerPanel__detail {
      margin: 0;
      max-width: 100%;
      @include break(md) {
        margin: 10px auto 10px auto;
        max-width: 460px;
      }
      border: 1px solid $offer-detail-border-color;
      background: $offer-detail-background-color;

      h2 {
        letter-spacing: 1.2px;
        line-height: 3rem;
        font-size: $section-font-size * 1.5;
        font-weight: 300;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;
        color: $offer-h2-font-color;
      }

      .offerPrice {
        width: 75%;
        margin-left:auto;
        margin-right:auto;
        margin-bottom: 40px;
        padding: 25px 0;
        color: $offer-font-color;
        border-top: 1px solid rgba($offer-price-border-color, .2);
        border-bottom: 1px solid rgba($offer-price-border-color, .2);

        .offerPrice__amount {
          font-size: $section-font-size * 2.125;
          font-weight: 300;
          text-align: center;
          span {
            font-size: $section-font-size * 0.8125;
          }
        }
      }

      .purchaseButton {
        width: 50%;
        display: block;
        margin-left:auto;
        margin-right:auto;
        text-align: center;
        color: $offer-purchase-font-color;
        background: $offer-purchase-background-color;
        padding: 10px 40px;
        text-transform: uppercase;
        border: 1px solid $offer-purchase-border-color;
      }

      ul.featureList {
        width: 75%;
        margin-left:auto;
        margin-right:auto;
        display: block;
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 30px 0 30px 0;
        list-style: none;
        color: $offer-feature-list-font-color;
        border-top: 1px solid rgba($offer-feature-list-border-color, .2);
        border-bottom: 1px solid rgba($offer-feature-list-border-color, .2);

        li {
          color: $offer-feature-font-color;;
          margin-bottom: 15px;
          font-size: $section-font-size * 1.125;
          font-weight: 300;
          line-height: 1.5;
        }
      }
    }
	}

  .noticeSection {
    p {
      font-family: $section-font-family;
      font-weight: 400;
      font-size: $section-font-size * 1.5;
      line-height: 1.25;
      letter-spacing: 1px;
      margin-bottom: 15px;
    }
  }

  .dataEntryFormContainer {
    margin: 0;
    max-width: 100%;
    padding: 15px;

    @include break(md) {
      margin: 10px auto 10px auto;
      max-width: 460px;
    }

    border: 1px solid $offer-data-entry-border-color;
    background-color: $offer-data-entry-background-color;
  }

  .thankyouMsg {
      background-color: $thankyou-background-color;
      color: $thankyou-font-color;
      border: 1px solid $thankyou-border-color;
      border-radius: 0;
      margin:20px;
      padding:10px;
  }
  
   .thxNewsLetterMsg {
       margin:0 auto;
       text-align:center;
       padding:10px;
  }
*/ }
  .contentContainer--sectionContent .sectionWrapper {
    display: flex;
    flex-direction: column; }
    @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; }
  @media (min-width: 56rem) {
    .contentContainer--sectionContent {
      max-width: 60rem;
      padding: 15px; } }
  @media (min-width: 76.5rem) {
    .contentContainer--sectionContent {
      max-width: 70rem;
      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; } }

.contentContainer--signOnContent {
  display: block;
  clear: both;
  min-height: 80vh;
  width: 100%;
  margin: 20px auto 20px auto;
  background-color: #fff;
  font-family: "latoregular", sans-serif;
  border-top: 5px solid #cccccc;
  max-width: 100%; }
  .contentContainer--signOnContent .loginSection, .contentContainer--signOnContent .registerContentContainer, .contentContainer--signOnContent .thankyouContentContainer {
    margin: 0 auto;
    padding: initial; }
    @media (min-width: 56rem) {
      .contentContainer--signOnContent .loginSection, .contentContainer--signOnContent .registerContentContainer, .contentContainer--signOnContent .thankyouContentContainer {
        max-width: 56rem;
        padding: 30px; } }
    @media (min-width: 64rem) {
      .contentContainer--signOnContent .loginSection, .contentContainer--signOnContent .registerContentContainer, .contentContainer--signOnContent .thankyouContentContainer {
        max-width: 78rem;
        padding: 30px; } }
  .contentContainer--signOnContent .loginSection .headerPanel, .contentContainer--signOnContent .registerContentContainer .headerPanel {
    display: none; }
  .contentContainer--signOnContent .loginSection .divider, .contentContainer--signOnContent .registerContentContainer .divider {
    display: none; }
  .contentContainer--signOnContent .thankyouContentContainer .offerPanel {
    text-align: center; }
  .contentContainer--signOnContent .divider {
    display: inline-block;
    width: 100%;
    color: #e2e2e2;
    height: 1px;
    border-top-width: 1px; }
    .contentContainer--signOnContent .divider.divider--solid {
      border-top-style: solid; }
  .contentContainer--signOnContent .headerPanel h1 {
    text-align: center;
    font-weight: 300;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-size: 32px;
    color: #333333; }
    @media (min-width: 56rem) {
      .contentContainer--signOnContent .headerPanel h1 {
        letter-spacing: 5px;
        font-size: 56px; } }
  .contentContainer--signOnContent .headerPanel h2 {
    font-weight: 300;
    text-align: center;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    font-size: 19px;
    color: #333333; }
    @media (min-width: 56rem) {
      .contentContainer--signOnContent .headerPanel h2 {
        letter-spacing: 1.2px;
        font-size: 27px; } }
  .contentContainer--signOnContent .formPanel {
    margin: 0;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 100%;
    color: #333333; }
    @media (min-width: 56rem) {
      .contentContainer--signOnContent .formPanel {
        margin: 10px auto 10px auto;
        max-width: 460px; } }
    .contentContainer--signOnContent .formPanel h2 {
      letter-spacing: 1.2px;
      font-size: 24px;
      line-height: 2.0rem;
      font-weight: 300;
      text-align: left;
      margin-top: 20px;
      margin-bottom: 20px;
      padding-left: 15px;
      color: #333333; }
    .contentContainer--signOnContent .formPanel--dividerText {
      text-align: center; }
  .contentContainer--signOnContent .noticeSection p {
    font-family: "latoregular", 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;
    font-family: "ofl_sorts_mill_goudyregular", Garamond, serif;
    font-size: 14px; }
    @media (min-width: 56rem) {
      .contentContainer--signOnContent .dataEntryFormContainer {
        margin: 10px auto 10px auto;
        max-width: 460px; } }
    .contentContainer--signOnContent .dataEntryFormContainer .inputButton--facebook, .contentContainer--signOnContent .dataEntryFormContainer .inputButton--ticketmaster {
      margin: 0.5rem auto; }
    .contentContainer--signOnContent .dataEntryFormContainer .checkboxInline {
      padding-left: 20px; }
      .contentContainer--signOnContent .dataEntryFormContainer .checkboxInline p {
        margin-bottom: 0;
        font-size: 14px; }
    .contentContainer--signOnContent .dataEntryFormContainer .note--request {
      margin-top: 10px;
      padding: 0;
      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;
      font-weight: 400;
      font-size: 14px;
      width: 100%;
      letter-spacing: 0.85px;
      line-height: 2.725rem;
      text-decoration: underline;
      border: none;
      font-family: "ofl_sorts_mill_goudyregular", Garamond, serif; }
    .contentContainer--signOnContent .dataEntryFormContainer .linkForgotPassword {
      display: inline-block;
      font-weight: 400;
      font-size: 14px;
      color: #d6b161;
      margin-top: 15px;
      margin-bottom: 25px;
      width: 100%;
      text-align: center;
      text-decoration: none;
      border: none; }
    .contentContainer--signOnContent .dataEntryFormContainer .inputPanel {
      margin-bottom: 10px;
      letter-spacing: .2em;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 400; }
    .contentContainer--signOnContent .dataEntryFormContainer .inputCheckbox p {
      color: #333333; }
    .contentContainer--signOnContent .dataEntryFormContainer .inputButtonGroup {
      padding: 15px 0; }
      .contentContainer--signOnContent .dataEntryFormContainer .inputButtonGroup .inputButton {
        margin: 0;
        color: #fff;
        background-color: #c82606;
        font-size: 0.875rem;
        border-color: #c82606;
        width: 100%; }
        @media (min-width: 25.875rem) {
          .contentContainer--signOnContent .dataEntryFormContainer .inputButtonGroup .inputButton {
            width: 50%; } }

.contentContainer--profileContent {
  display: block;
  clear: both;
  min-height: 80vh;
  width: 100%;
  margin: 20px auto 20px auto;
  background-color: #fff;
  font-family: "latoregular", sans-serif;
  border-top: 5px solid #cccccc;
  max-width: 100%; }
  .contentContainer--profileContent .profileContentContainer {
    margin: 0 auto; }
    @media (min-width: 56rem) {
      .contentContainer--profileContent .profileContentContainer {
        max-width: 60rem;
        padding: 15px; } }
    @media (min-width: 76.5rem) {
      .contentContainer--profileContent .profileContentContainer {
        max-width: 78rem;
        padding: 15px; } }
  .contentContainer--profileContent .divider {
    display: inline-block;
    width: 100%;
    background-color: #cccccc;
    height: 1px;
    border-top-width: 1px; }
    .contentContainer--profileContent .divider.divider--solid {
      border-top-style: solid;
      display: none; }
  .contentContainer--profileContent .formPanelSection {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap; }
    @media (min-width: 56rem) {
      .contentContainer--profileContent .formPanelSection {
        flex-direction: row;
        justify-content: space-between; } }
    .contentContainer--profileContent .formPanelSection .formPanel {
      flex: 1;
      border: 1px solid #EDECEA;
      background: #EDECEA;
      margin: 0;
      padding-right: 15px;
      padding-left: 15px; }
      @media (min-width: 56rem) {
        .contentContainer--profileContent .formPanelSection .formPanel {
          margin: 10px auto 10px auto; } }
      .contentContainer--profileContent .formPanelSection .formPanel h2 {
        letter-spacing: 1.2px;
        font-size: 24px;
        line-height: 2.0rem;
        font-weight: 300;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
        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: "latoregular", 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%;
    padding: 15px;
    border: 1px solid #EDECEA;
    background-color: #EDECEA;
    /*
        .inputButton--registerNow {
            margin-top: 10px;
            padding: 0;
            color: $register-font-color;
            background: $register-background-color;
            font-weight: 400;
            font-size: $profile-font-size;
            width: 100%;
            letter-spacing: 0.85px;
            line-height: 2.725rem;
            text-decoration: none;
            border: none;
            display: inline-block;
            text-align: center;
            // text-transform: uppercase;
            // cursor: pointer;
        }

        .linkForgotPassword {
            display: inline-block;
            font-weight: 400;
            font-size: $profile-font-size * 0.875;
            color: $forgot-password-font-color;
            margin-top: 15px;
            margin-bottom: 25px;
            width: 100%;
            text-align: center;
            text-decoration: none;
            border: none;
        }

        .inputPanel {
            margin-bottom: 10px;
            letter-spacing: .2em;
            text-transform: uppercase;
            font-size: $profile-font-size * 0.875;
            font-weight: 400;
        }

      	.inputButtonGroup {
      		padding: 15px 0;
      		.inputButton {
      			margin-left: 0;
      		}
      	}
        */ }
    @media (min-width: 56rem) {
      .contentContainer--profileContent .dataEntryFormContainer {
        margin: 10px auto 10px auto;
        max-width: 460px; } }
    .contentContainer--profileContent .dataEntryFormContainer h4, .contentContainer--profileContent .dataEntryFormContainer h5, .contentContainer--profileContent .dataEntryFormContainer .inputCheckbox {
      color: #000; }
    .contentContainer--profileContent .dataEntryFormContainer .checkboxInline {
      padding-left: 20px; }
      .contentContainer--profileContent .dataEntryFormContainer .checkboxInline p {
        margin-bottom: 0;
        font-size: 14px; }
    .contentContainer--profileContent .dataEntryFormContainer .headingSectionTitle {
      letter-spacing: 1.2px;
      font-size: 1.5rem;
      line-height: 2.0rem;
      font-weight: 300;
      text-align: center;
      margin-top: 20px;
      margin-bottom: 20px;
      color: #000; }
    .contentContainer--profileContent .dataEntryFormContainer .giftOrder h4 {
      text-transform: uppercase; }
    .contentContainer--profileContent .dataEntryFormContainer .giftOrder .giftMsg {
      padding-top: 5px;
      padding-bottom: 15px;
      line-height: normal; }
    .contentContainer--profileContent .dataEntryFormContainer .giftOrder .orderList {
      display: flex;
      flex-direction: column; }
      .contentContainer--profileContent .dataEntryFormContainer .giftOrder .orderList .orderListHeading {
        display: flex;
        font-weight: bold; }
        .contentContainer--profileContent .dataEntryFormContainer .giftOrder .orderList .orderListHeading .headingDate {
          flex-basis: 70%; }
        .contentContainer--profileContent .dataEntryFormContainer .giftOrder .orderList .orderListHeading .headingOrder {
          flex-basis: 30%; }
      .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 {
            flex-basis: 70%; }
          .contentContainer--profileContent .dataEntryFormContainer .giftOrder .orderList .orderListItemsContainer .orderListItem .itemOrder {
            flex-basis: 30%; }
          .contentContainer--profileContent .dataEntryFormContainer .giftOrder .orderList .orderListItemsContainer .orderListItem a {
            font-weight: 700; }
    .contentContainer--profileContent .dataEntryFormContainer .note--request {
      margin-top: 10px;
      padding: 0;
      color: #000;
      background: #EDECEA;
      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--mediaContent {
  display: block;
  clear: both;
  box-sizing: border-box;
  width: 100%;
  margin-top: 60px;
  padding-bottom: 60px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 56rem) {
    .contentContainer--mediaContent {
      max-width: 60rem; } }
  @media (min-width: 76.5rem) {
    .contentContainer--mediaContent {
      max-width: 78rem; } }
  .contentContainer--mediaContent .galleryContainer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch; }
    .contentContainer--mediaContent .galleryContainer .videoGallery, .contentContainer--mediaContent .galleryContainer .photoGallery {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-content: space-between;
      margin-top: 10px;
      margin-bottom: 10px;
      width: 100%;
      background-color: #fff; }
      .contentContainer--mediaContent .galleryContainer .videoGallery .title, .contentContainer--mediaContent .galleryContainer .photoGallery .title {
        width: 100%;
        margin-top: 15px;
        padding-left: 10px;
        line-height: 2.5rem;
        text-transform: uppercase; }
      .contentContainer--mediaContent .galleryContainer .videoGallery .imagePanel, .contentContainer--mediaContent .galleryContainer .photoGallery .imagePanel {
        flex: 1;
        background-color: #DC143C;
        border: 10px solid #fff;
        padding: 0;
        position: relative;
        height: 150px;
        overflow: hidden;
        background-position: 50%;
        background-size: cover;
        border-radius: 15px;
        text-align: center;
        min-width: 50%;
        max-width: 50%; }
        @media (min-width: 56rem) {
          .contentContainer--mediaContent .galleryContainer .videoGallery .imagePanel, .contentContainer--mediaContent .galleryContainer .photoGallery .imagePanel {
            min-width: 20%;
            max-width: 20%; } }
        .contentContainer--mediaContent .galleryContainer .videoGallery .imagePanel .imagePanel__frame, .contentContainer--mediaContent .galleryContainer .photoGallery .imagePanel .imagePanel__frame {
          position: relative;
          background-color: rgba(0, 0, 0, 0.15);
          transition: background-color .2s ease-in-out;
          width: 100%;
          height: 100%; }
          .contentContainer--mediaContent .galleryContainer .videoGallery .imagePanel .imagePanel__frame a.frammeLink:hover .frammeTitle, .contentContainer--mediaContent .galleryContainer .photoGallery .imagePanel .imagePanel__frame a.frammeLink:hover .frammeTitle {
            color: #111; }
          .contentContainer--mediaContent .galleryContainer .videoGallery .imagePanel .imagePanel__frame a.frammeLink:active, .contentContainer--mediaContent .galleryContainer .videoGallery .imagePanel .imagePanel__frame a.frammeLink:hover, .contentContainer--mediaContent .galleryContainer .photoGallery .imagePanel .imagePanel__frame a.frammeLink:active, .contentContainer--mediaContent .galleryContainer .photoGallery .imagePanel .imagePanel__frame a.frammeLink:hover {
            outline: 0; }
          .contentContainer--mediaContent .galleryContainer .videoGallery .imagePanel .imagePanel__frame a.frammeLink, .contentContainer--mediaContent .galleryContainer .photoGallery .imagePanel .imagePanel__frame a.frammeLink {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            padding: 18px 20px 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            color: #999;
            transition: color .2s ease-in-out,opacity .2s ease-in-out;
            background-color: transparent; }
            .contentContainer--mediaContent .galleryContainer .videoGallery .imagePanel .imagePanel__frame a.frammeLink .frammeTitle, .contentContainer--mediaContent .galleryContainer .photoGallery .imagePanel .imagePanel__frame a.frammeLink .frammeTitle {
              display: inline-block;
              max-width: 100%;
              font-size: 18px;
              line-height: 1.3;
              flex: 1;
              margin: 0;
              color: #fff;
              text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              letter-spacing: .04em;
              text-transform: uppercase; }
    .contentContainer--mediaContent .galleryContainer .videoGallery .imagePanel {
      border-radius: 0;
      height: 150px; }
      @media (min-width: 56rem) {
        .contentContainer--mediaContent .galleryContainer .videoGallery .imagePanel {
          min-width: 33.3%;
          max-width: 33.3%;
          height: 250px; } }

/**Media landing page meadiafeature Content */
.contentContainer--mediaFeaturedContent {
  display: block;
  clear: both;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding-bottom: 60px;
  background-color: #d4d1d0; }
  .contentContainer--mediaFeaturedContent .videoFeatured {
    margin: 0 auto;
    padding: 40px 0px;
    display: flex;
    flex-direction: column; }
    @media (min-width: 56rem) {
      .contentContainer--mediaFeaturedContent .videoFeatured {
        max-width: 60rem;
        padding: 40px 15px; } }
    @media (min-width: 76.5rem) {
      .contentContainer--mediaFeaturedContent .videoFeatured {
        max-width: 78rem; } }
    .contentContainer--mediaFeaturedContent .videoFeatured .headingTitle, .contentContainer--mediaFeaturedContent .videoFeatured .video-title {
      font-family: "latoregular"; }
    .contentContainer--mediaFeaturedContent .videoFeatured .headingTitle {
      padding-left: 15px; }
      .contentContainer--mediaFeaturedContent .videoFeatured .headingTitle span {
        font-size: 24px;
        text-transform: uppercase; }
    .contentContainer--mediaFeaturedContent .videoFeatured__content {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      padding: 15px 15px 0px; }
      @media (min-width: 56rem) {
        .contentContainer--mediaFeaturedContent .videoFeatured__content {
          flex-direction: row; } }
      @media (min-width: 56rem) {
        .contentContainer--mediaFeaturedContent .videoFeatured__content--featuredVideoPlayer {
          flex: 1;
          flex-basis: 60%; } }
      .contentContainer--mediaFeaturedContent .videoFeatured__content--featuredVideoPlayer #video_player {
        height: 0;
        margin: 0 auto;
        overflow: hidden;
        padding-bottom: 55%;
        padding-top: 0px;
        position: relative; }
      .contentContainer--mediaFeaturedContent .videoFeatured__content--featuredVideoPlayer .video_player {
        border: 5px solid #fff; }
      .contentContainer--mediaFeaturedContent .videoFeatured__content--featuredVideoPlayer .video-detail {
        padding-top: 15px;
        color: #333333; }
        .contentContainer--mediaFeaturedContent .videoFeatured__content--featuredVideoPlayer .video-detail .video-title {
          font-size: 18px; }
        .contentContainer--mediaFeaturedContent .videoFeatured__content--featuredVideoPlayer .video-detail .video-description {
          font-size: 14px; }
      .contentContainer--mediaFeaturedContent .videoFeatured__content--featuredVideoList {
        flex: 1; }
        @media (min-width: 56rem) {
          .contentContainer--mediaFeaturedContent .videoFeatured__content--featuredVideoList {
            flex-basis: 40%;
            padding-left: 30px; } }
        .contentContainer--mediaFeaturedContent .videoFeatured__content--featuredVideoList .imagePanel {
          margin-bottom: 15px;
          flex: 1;
          display: flex; }
          .contentContainer--mediaFeaturedContent .videoFeatured__content--featuredVideoList .imagePanel img {
            height: 70px; }
          .contentContainer--mediaFeaturedContent .videoFeatured__content--featuredVideoList .imagePanel__frame {
            display: flex;
            align-items: center;
            padding-left: 15px; }
            .contentContainer--mediaFeaturedContent .videoFeatured__content--featuredVideoList .imagePanel__frame .frammeLink {
              color: #000;
              font-family: "latoregular"; }
              .contentContainer--mediaFeaturedContent .videoFeatured__content--featuredVideoList .imagePanel__frame .frammeLink .frammeTitle {
                color: #000;
                font-size: 14px; }
      .contentContainer--mediaFeaturedContent .videoFeatured__content .featuredVideoListContent__seeAllVideos {
        padding: 3px 0;
        background-color: #ce4218;
        color: #fff;
        text-transform: uppercase;
        border-radius: 3px;
        text-align: center; }
        .contentContainer--mediaFeaturedContent .videoFeatured__content .featuredVideoListContent__seeAllVideos--btnSeeAll {
          color: #fff; }
          .contentContainer--mediaFeaturedContent .videoFeatured__content .featuredVideoListContent__seeAllVideos--btnSeeAll:hover {
            color: #333333; }
      .contentContainer--mediaFeaturedContent .videoFeatured__content .featuredVideoListContent .video-snippet {
        margin-bottom: 15px;
        cursor: pointer; }
        .contentContainer--mediaFeaturedContent .videoFeatured__content .featuredVideoListContent .video-snippet:after, .contentContainer--mediaFeaturedContent .videoFeatured__content .featuredVideoListContent .video-snippet:before {
          content: '';
          display: table;
          clear: both; }
      .contentContainer--mediaFeaturedContent .videoFeatured__content .featuredVideoListContent .selected {
        background-color: #fff; }
      .contentContainer--mediaFeaturedContent .videoFeatured__content .featuredVideoListContent .thumbnails-text {
        display: table;
        padding: 15px;
        font-size: 14px;
        color: #333333; }
      .contentContainer--mediaFeaturedContent .videoFeatured__content .featuredVideoListContent .thumbnails-image {
        height: 70px;
        float: left; }
      .contentContainer--mediaFeaturedContent .videoFeatured__content .featuredVideoListContent .video_description {
        padding: 15px;
        font-size: 14px;
        color: #333333; }
      .contentContainer--mediaFeaturedContent .videoFeatured__content .featuredVideoListContent .hide_me {
        display: none; }

/** VIDOE GALLERY PAGE */
.contentContainer--videoGalleryContent {
  margin-top: initial;
  padding-bottom: initial;
  width: 100%;
  max-width: 100%;
  border-top: 5px solid #cccccc; }
  .contentContainer--videoGalleryContent .videoGalleryContainer {
    padding: 0 15px; }
    @media (min-width: 56rem) {
      .contentContainer--videoGalleryContent .videoGalleryContainer {
        padding: initial; } }
    .contentContainer--videoGalleryContent .videoGalleryContainer .videoGallery {
      margin: 0 auto;
      display: flex;
      flex-direction: column; }
      @media (min-width: 56rem) {
        .contentContainer--videoGalleryContent .videoGalleryContainer .videoGallery {
          max-width: 60rem;
          padding: 15px 30px; } }
      @media (min-width: 76.5rem) {
        .contentContainer--videoGalleryContent .videoGalleryContainer .videoGallery {
          max-width: 78rem;
          padding: 15px 30px; } }
      .contentContainer--videoGalleryContent .videoGalleryContainer .videoGallery--heading {
        text-transform: uppercase;
        padding: 30px 0px 15px; }
      .contentContainer--videoGalleryContent .videoGalleryContainer .videoGallery .headingTitle {
        text-align: left;
        font-size: 24px;
        line-height: 1.2;
        letter-spacing: normal;
        color: #333333;
        font-weight: normal; }
      .contentContainer--videoGalleryContent .videoGalleryContainer .videoGallery .galleryTitle {
        padding-bottom: initial;
        text-transform: none; }
      .contentContainer--videoGalleryContent .videoGalleryContainer .videoGallery__content {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-top: 15px;
        margin: 0 -15px 15px; }
        .contentContainer--videoGalleryContent .videoGalleryContainer .videoGallery__content--galleryBox {
          padding: 15px; }
          @media (min-width: 47.12rem) {
            .contentContainer--videoGalleryContent .videoGalleryContainer .videoGallery__content--galleryBox {
              flex-basis: 33.33%; } }
          @media (min-width: 64rem) {
            .contentContainer--videoGalleryContent .videoGalleryContainer .videoGallery__content--galleryBox {
              flex-basis: 25%; } }
          .contentContainer--videoGalleryContent .videoGalleryContainer .videoGallery__content--galleryBox .imagePanel {
            width: 100%;
            height: auto;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 1px;
            background-color: #fff; }
            .contentContainer--videoGalleryContent .videoGalleryContainer .videoGallery__content--galleryBox .imagePanel img {
              width: 100%; }
              @media (min-width: 47.12rem) {
                .contentContainer--videoGalleryContent .videoGalleryContainer .videoGallery__content--galleryBox .imagePanel img {
                  display: none; } }
            @media (min-width: 47.12rem) {
              .contentContainer--videoGalleryContent .videoGalleryContainer .videoGallery__content--galleryBox .imagePanel {
                height: 150px;
                background-size: cover; } }
            .contentContainer--videoGalleryContent .videoGalleryContainer .videoGallery__content--galleryBox .imagePanel__videoGalleryContent {
              margin: 10px 0 0px; }
              .contentContainer--videoGalleryContent .videoGalleryContainer .videoGallery__content--galleryBox .imagePanel__videoGalleryContent .videoGalleryLink:hover .videoGalleryTitle {
                color: #333333; }
              .contentContainer--videoGalleryContent .videoGalleryContainer .videoGallery__content--galleryBox .imagePanel__videoGalleryContent .videoGalleryTitle, .contentContainer--videoGalleryContent .videoGalleryContainer .videoGallery__content--galleryBox .imagePanel__videoGalleryContent .videoGalleryDescription {
                font-size: 14px;
                overflow: hidden;
                line-height: 1.42857143; }
              .contentContainer--videoGalleryContent .videoGalleryContainer .videoGallery__content--galleryBox .imagePanel__videoGalleryContent .videoGalleryDescription {
                height: 6em;
                color: #333333; }
        .contentContainer--videoGalleryContent .videoGalleryContainer .videoGallery__content--videoImageBox {
          padding: 15px; }
          @media (min-width: 47.12rem) {
            .contentContainer--videoGalleryContent .videoGalleryContainer .videoGallery__content--videoImageBox {
              flex-basis: 33.33333333%; } }
          @media (min-width: 56rem) {
            .contentContainer--videoGalleryContent .videoGalleryContainer .videoGallery__content--videoImageBox {
              flex-basis: 16.66666667%; } }
          .contentContainer--videoGalleryContent .videoGalleryContainer .videoGallery__content--videoImageBox .videoImage {
            width: 100%;
            max-width: 100%;
            height: auto; }

.contentContainer--discographyContent {
  display: block;
  clear: both;
  width: 100%;
  margin: 0px auto 0px auto;
  color: #000;
  padding: 0px 15px 0px 15px;
  border-top: 5px solid #cccccc;
  font-family: "latoregular", sans-serif; }
  .contentContainer--discographyContent .discographyContent__OthersSection {
    display: flex;
    margin: 0 auto;
    flex-direction: column; }
    @media (min-width: 56rem) {
      .contentContainer--discographyContent .discographyContent__OthersSection {
        max-width: 60rem;
        margin: 0 auto;
        flex-direction: row; } }
    @media (min-width: 76.5rem) {
      .contentContainer--discographyContent .discographyContent__OthersSection {
        max-width: 78rem;
        margin: 0 auto;
        flex-direction: row; } }
    @media (min-width: 64rem) {
      .contentContainer--discographyContent .discographyContent__OthersSection--left {
        flex-basis: 60%; } }
    .contentContainer--discographyContent .discographyContent__OthersSection--left .albumSection__albumInfo {
      width: 100%;
      padding-right: 15px;
      padding-left: 30px;
      padding-bottom: 30px; }
      @media (min-width: 64rem) {
        .contentContainer--discographyContent .discographyContent__OthersSection--left .albumSection__albumInfo {
          flex: 0 0 50%; } }
      .contentContainer--discographyContent .discographyContent__OthersSection--left .albumSection__albumInfo .infoLabel {
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1.65rem;
        margin-top: 30px; }
        .contentContainer--discographyContent .discographyContent__OthersSection--left .albumSection__albumInfo .infoLabel h4 {
          color: #000;
          font-size: 21px;
          font-weight: normal;
          font-family: "ofl_sorts_mill_goudyregular";
          margin-bottom: 0px;
          letter-spacing: 0.04em; }
      .contentContainer--discographyContent .discographyContent__OthersSection--left .albumSection__albumInfo .infoDetail {
        font-weight: 300;
        font-size: 16px;
        line-height: 1.65rem; }
    .contentContainer--discographyContent .discographyContent__OthersSection--right {
      padding-left: initial; }
      @media (min-width: 64rem) {
        .contentContainer--discographyContent .discographyContent__OthersSection--right {
          flex-basis: 40%;
          padding-left: 30px;
          padding-right: 30px; } }
  .contentContainer--discographyContent .discographySection {
    margin: 0 auto;
    padding: 15px;
    /**LYRICS PAGE **/ }
    @media (min-width: 56rem) {
      .contentContainer--discographyContent .discographySection {
        max-width: 60rem; } }
    @media (min-width: 76.5rem) {
      .contentContainer--discographyContent .discographySection {
        max-width: 78rem; } }
    .contentContainer--discographyContent .discographySection__albumContent {
      padding: 15px;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap; }
      @media (min-width: 56rem) {
        .contentContainer--discographyContent .discographySection__albumContent {
          max-width: 60rem;
          margin: 0 auto;
          flex-direction: row; } }
      @media (min-width: 76.5rem) {
        .contentContainer--discographyContent .discographySection__albumContent {
          max-width: 78rem;
          margin: 0 auto;
          flex-direction: row; } }
    .contentContainer--discographyContent .discographySection .lyricsPanel__headingSection--headingTitle {
      color: #000;
      text-align: center;
      text-transform: none;
      margin-bottom: 30px;
      margin-top: 15px;
      font-weight: 500;
      font-size: 18px;
      letter-spacing: normal; }
    .contentContainer--discographyContent .discographySection .lyricsPanel__headingSection #paginationControl {
      text-align: center;
      font-size: 12px; }
      .contentContainer--discographyContent .discographySection .lyricsPanel__headingSection #paginationControl .paginationLink:after {
        content: ",";
        color: #9E9E9E; }
      .contentContainer--discographyContent .discographySection .lyricsPanel__headingSection #paginationControl a:hover {
        color: #9E9E9E; }
    .contentContainer--discographyContent .discographySection .lyricsPanel__contentSection {
      display: flex;
      margin-top: 100px;
      padding: 15px;
      flex-direction: column; }
      @media (min-width: 64rem) {
        .contentContainer--discographyContent .discographySection .lyricsPanel__contentSection {
          flex-direction: row; } }
      @media (min-width: 64rem) {
        .contentContainer--discographyContent .discographySection .lyricsPanel__contentSection--left {
          flex-basis: 60%; } }
      .contentContainer--discographyContent .discographySection .lyricsPanel__contentSection--left .contentTitle {
        color: #000; }
      .contentContainer--discographyContent .discographySection .lyricsPanel__contentSection--left h4 {
        font-family: "ofl_sorts_mill_goudyregular", Garamond, serif;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: normal; }
      .contentContainer--discographyContent .discographySection .lyricsPanel__contentSection--left h5 {
        font-family: "ofl_sorts_mill_goudyregular", Garamond, serif;
        font-weight: 500;
        color: #9E9E9E;
        font-size: 18px;
        letter-spacing: normal;
        text-transform: none;
        line-height: 1.1; }
      .contentContainer--discographyContent .discographySection .lyricsPanel__contentSection--left .contentComposer p, .contentContainer--discographyContent .discographySection .lyricsPanel__contentSection--left .contentArtist p {
        font-size: 18px; }
      .contentContainer--discographyContent .discographySection .lyricsPanel__contentSection--left .contentLyrics p {
        font-size: 14px;
        font-family: "latoregular", Helvetica, Arial, sans-serif; }
      @media (min-width: 64rem) {
        .contentContainer--discographyContent .discographySection .lyricsPanel__contentSection--right {
          flex-basis: 40%; } }
      .contentContainer--discographyContent .discographySection .lyricsPanel__contentSection--right .lyricsAlbumsTitle {
        font-family: "ofl_sorts_mill_goudyregular", Garamond, serif;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: normal;
        font-style: italic;
        color: #000; }
      .contentContainer--discographyContent .discographySection .lyricsPanel__contentSection--right .lyricsFoundBox {
        background-color: #EDECEA;
        display: flex;
        flex-wrap: wrap;
        padding: 15px; }
        .contentContainer--discographyContent .discographySection .lyricsPanel__contentSection--right .lyricsFoundBox .featuredInAlbum {
          padding: 7px; }
          @media (min-width: 47.12rem) {
            .contentContainer--discographyContent .discographySection .lyricsPanel__contentSection--right .lyricsFoundBox .featuredInAlbum {
              padding: 26px; } }
          .contentContainer--discographyContent .discographySection .lyricsPanel__contentSection--right .lyricsFoundBox .featuredInAlbum .albumImage {
            padding: initial; }
            @media (min-width: 47.12rem) {
              .contentContainer--discographyContent .discographySection .lyricsPanel__contentSection--right .lyricsFoundBox .featuredInAlbum .albumImage {
                padding: 0 10px; } }
            .contentContainer--discographyContent .discographySection .lyricsPanel__contentSection--right .lyricsFoundBox .featuredInAlbum .albumImage img {
              width: 100px;
              height: auto; }
              @media (min-width: 64rem) {
                .contentContainer--discographyContent .discographySection .lyricsPanel__contentSection--right .lyricsFoundBox .featuredInAlbum .albumImage img {
                  width: 150px; } }
  .contentContainer--discographyContent .headerPanel {
    display: flex;
    justify-content: space-between;
    padding: 15px; }
    .contentContainer--discographyContent .headerPanel--headingTitle {
      font-size: 21px;
      text-transform: uppercase;
      font-family: "ofl_sorts_mill_goudyregular";
      font-weight: normal;
      margin-bottom: -25px; }
    .contentContainer--discographyContent .headerPanel .album-subnav {
      display: block;
      width: 100%;
      font-family: "ofl_sorts_mill_goudyregular"; }
      @media (min-width: 47.12rem) {
        .contentContainer--discographyContent .headerPanel .album-subnav {
          display: none; } }
      .contentContainer--discographyContent .headerPanel .album-subnav .subnav-title {
        text-transform: uppercase;
        font-size: 27px;
        color: #000; }
      .contentContainer--discographyContent .headerPanel .album-subnav .fa-caret-down {
        color: #CA421A; }
      .contentContainer--discographyContent .headerPanel .album-subnav .album-submenu {
        display: none; }
      .contentContainer--discographyContent .headerPanel .album-subnav ul.dropdown-menu {
        background-color: #3e3e3e;
        width: 100%; }
        .contentContainer--discographyContent .headerPanel .album-subnav ul.dropdown-menu a.close {
          font-size: 40px;
          font-weight: bold;
          line-height: 40px;
          color: #fff;
          text-shadow: 0 1px 0 #fff;
          opacity: 0.2;
          text-decoration: none;
          display: block;
          text-align: right;
          margin-right: 20px;
          cursor: pointer; }
        .contentContainer--discographyContent .headerPanel .album-subnav ul.dropdown-menu li {
          margin: 3px 20px;
          border-top: 1px solid #6D6D6B; }
          .contentContainer--discographyContent .headerPanel .album-subnav ul.dropdown-menu li a {
            color: #fff;
            font-size: 24px;
            text-transform: uppercase; }
    .contentContainer--discographyContent .headerPanel ul.headerPanel__subMenu {
      display: none; }
      @media (min-width: 47.12rem) {
        .contentContainer--discographyContent .headerPanel ul.headerPanel__subMenu {
          display: flex;
          justify-content: space-between; } }
      .contentContainer--discographyContent .headerPanel ul.headerPanel__subMenu li {
        font-size: 15px;
        font-family: "ofl_sorts_mill_goudyregular";
        text-transform: uppercase;
        color: #9E9E9E;
        font-weight: normal;
        padding-right: 15px; }
        @media (min-width: 56rem) {
          .contentContainer--discographyContent .headerPanel ul.headerPanel__subMenu li {
            padding-right: 25px; } }
        .contentContainer--discographyContent .headerPanel ul.headerPanel__subMenu li a {
          color: #9E9E9E; }
          @media (min-width: 47.12rem) {
            .contentContainer--discographyContent .headerPanel ul.headerPanel__subMenu li a {
              font-size: 9px; } }
          @media (min-width: 76.5rem) {
            .contentContainer--discographyContent .headerPanel ul.headerPanel__subMenu li a {
              font-size: 15px; } }
        .contentContainer--discographyContent .headerPanel ul.headerPanel__subMenu li a.current {
          border-bottom: 3px solid #D04119; }
    .contentContainer--discographyContent .headerPanel h1 {
      font-weight: 300;
      margin-bottom: 5px;
      letter-spacing: 1px;
      font-size: 40px; }
      @media (min-width: 56rem) {
        .contentContainer--discographyContent .headerPanel h1 {
          letter-spacing: 5px;
          font-size: 56px; } }
    .contentContainer--discographyContent .headerPanel h2 {
      margin-bottom: 5px;
      letter-spacing: normal;
      font-size: 19px;
      font-weight: 300;
      color: #000;
      font-family: "ofl_sorts_mill_goudyregular";
      text-transform: none; }
      @media (min-width: 56rem) {
        .contentContainer--discographyContent .headerPanel h2 {
          font-size: 40px; } }
    .contentContainer--discographyContent .headerPanel--albumDate {
      font-weight: bold;
      font-size: 14px;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      color: #000;
      line-height: 10px; }
  .contentContainer--discographyContent .albumList {
    display: flex;
    padding: 15px;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .contentContainer--discographyContent .albumList .imageGridContainer--customGrid {
      width: 100%;
      height: auto;
      margin-right: 25px;
      margin-bottom: 25px; }
      @media (min-width: 56rem) {
        .contentContainer--discographyContent .albumList .imageGridContainer--customGrid {
          width: 200px;
          height: 260px; } }
      .contentContainer--discographyContent .albumList .imageGridContainer--customGrid .albumImage {
        background-repeat: no-repeat; }
        @media (min-width: 56rem) {
          .contentContainer--discographyContent .albumList .imageGridContainer--customGrid .albumImage {
            height: 200px; } }
        .contentContainer--discographyContent .albumList .imageGridContainer--customGrid .albumImage img {
          width: 100%;
          height: auto; }
          @media (min-width: 56rem) {
            .contentContainer--discographyContent .albumList .imageGridContainer--customGrid .albumImage img {
              max-width: 200px;
              max-height: 200px;
              display: none; } }
      .contentContainer--discographyContent .albumList .imageGridContainer--customGrid .albumTitle {
        color: #000;
        font-size: 14px;
        font-family: "ofl_sorts_mill_goudyregular"; }
      .contentContainer--discographyContent .albumList .imageGridContainer--customGrid a {
        cursor: pointer; }
    .contentContainer--discographyContent .albumList .imageGridContainer--otherAlbums {
      width: 120px;
      height: 180px;
      margin-right: initial; }
      .contentContainer--discographyContent .albumList .imageGridContainer--otherAlbums .otherAlbums--albumImage img {
        max-width: 110px;
        padding-bottom: 5px; }
  .contentContainer--discographyContent .albumSection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%; }
    @media (min-width: 64rem) {
      .contentContainer--discographyContent .albumSection {
        flex-direction: row; } }
    .contentContainer--discographyContent .albumSection .albumSection__albumInfo {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      padding-bottom: 30px; }
      @media (min-width: 64rem) {
        .contentContainer--discographyContent .albumSection .albumSection__albumInfo {
          flex: 0 0 50%; } }
    .contentContainer--discographyContent .albumSection .albumSection__albumInfo--default .imagePanel {
      flex: 1;
      padding: 0;
      min-width: 100%;
      max-width: 100%; }
      .contentContainer--discographyContent .albumSection .albumSection__albumInfo--default .imagePanel img {
        width: 100%;
        max-width: 100%; }
        @media (min-width: 64rem) {
          .contentContainer--discographyContent .albumSection .albumSection__albumInfo--default .imagePanel img {
            float: right;
            max-width: 100%;
            width: 360px;
            height: auto; } }
      .contentContainer--discographyContent .albumSection .albumSection__albumInfo--default .imagePanel .imageFrame {
        background: tomato;
        padding: 0 3% 20px; }
        .contentContainer--discographyContent .albumSection .albumSection__albumInfo--default .imagePanel .imageFrame .imageFrame__inner {
          position: relative; }
          .contentContainer--discographyContent .albumSection .albumSection__albumInfo--default .imagePanel .imageFrame .imageFrame__inner .imageFrame__mask {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
            box-shadow: inset 0 0 5px 2px #000; }
    .contentContainer--discographyContent .albumSection .albumSection__albumInfo--trackList .heading {
      margin-top: 10px;
      margin-bottom: 15px;
      display: none;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .15em;
      line-height: 1.65rem; }
    .contentContainer--discographyContent .albumSection .albumSection__albumInfo--trackList ol.trackList {
      counter-reset: item;
      list-style-type: none;
      border-top: 1px solid #9E9E9E;
      padding-top: 10px;
      padding-left: 7px;
      font-family: Verdana, Arial, Helvetica, sans-serif; }
      .contentContainer--discographyContent .albumSection .albumSection__albumInfo--trackList ol.trackList li {
        list-style-position: inside;
        list-style-type: none;
        font-size: 14px;
        height: 2.0rem;
        display: table; }
        .contentContainer--discographyContent .albumSection .albumSection__albumInfo--trackList ol.trackList li:before {
          content: counter(item) " ";
          counter-increment: item;
          display: inline-block;
          position: relative;
          left: -15px;
          width: 22px;
          text-align: right;
          font-size: 14px;
          color: #9E9E9E;
          font-size: 14px; }
        .contentContainer--discographyContent .albumSection .albumSection__albumInfo--trackList ol.trackList li .lyrics a {
          color: #EC5006;
          font-size: 14px;
          font-style: italic;
          text-transform: lowercase;
          padding-left: 5px;
          font-size: 14px; }
  .contentContainer--discographyContent .albumInfoPanel {
    padding-top: 20px;
    display: none; }
    .contentContainer--discographyContent .albumInfoPanel .infoLabel {
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .15em;
      line-height: 1.65rem; }
    .contentContainer--discographyContent .albumInfoPanel .infoDetail {
      font-weight: 300;
      font-size: 16px;
      line-height: 1.65rem; }
  .contentContainer--discographyContent .imageGallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    background: none;
    width: 100%; }
    .contentContainer--discographyContent .imageGallery .imageFrame {
      padding: 0 3% 20px; }
      .contentContainer--discographyContent .imageGallery .imageFrame .imageFrame__inner {
        position: relative; }
        .contentContainer--discographyContent .imageGallery .imageFrame .imageFrame__inner .imageFrame__mask {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 2;
          box-shadow: inset 0 0 5px 2px #000; }
    .contentContainer--discographyContent .imageGallery .imagePanel {
      background: tomato;
      flex: 1;
      padding: 0;
      min-width: 50%;
      max-width: 50%; }
      @media (min-width: 56rem) {
        .contentContainer--discographyContent .imageGallery .imagePanel {
          min-width: 33.33%;
          max-width: 33.33%; } }

.contentContainer--discographyAlbumContent {
  background-color: #d4d1d0;
  border-top: 0px; }

.contentContainer--mediaPhotoContent {
  display: block;
  clear: both;
  box-sizing: border-box;
  width: 100%;
  margin-top: 60px;
  padding-bottom: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 56rem) {
    .contentContainer--mediaPhotoContent {
      max-width: 60rem;
      padding: 0 30px; } }
  @media (min-width: 76.5rem) {
    .contentContainer--mediaPhotoContent {
      max-width: 78rem;
      padding: 0 30px; } }
  .contentContainer--mediaPhotoContent .galleryTitle {
    text-align: left;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: normal;
    color: #333333;
    font-weight: normal; }
  .contentContainer--mediaPhotoContent .gridSizer,
  .contentContainer--mediaPhotoContent .grid {
    width: calc( ( 100% - 20px ) / 2);
    /* vertical gutter */
    margin-bottom: 20px; }
    @media (min-width: 25.875rem) {
      .contentContainer--mediaPhotoContent .gridSizer,
      .contentContainer--mediaPhotoContent .grid {
        width: calc( ( 100% - 60px ) / 4); } }
    @media (min-width: 56rem) {
      .contentContainer--mediaPhotoContent .gridSizer,
      .contentContainer--mediaPhotoContent .grid {
        width: calc( ( 100% - 80px ) / 5); } }
    @media (min-width: 64rem) {
      .contentContainer--mediaPhotoContent .gridSizer,
      .contentContainer--mediaPhotoContent .grid {
        width: calc( ( 100% - 100px ) / 6); } }
    @media (min-width: 76.5rem) {
      .contentContainer--mediaPhotoContent .gridSizer,
      .contentContainer--mediaPhotoContent .grid {
        width: calc( ( 100% - 140px ) / 8); } }
  .contentContainer--mediaPhotoContent .imageGallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    background: none;
    width: 100%; }
    .contentContainer--mediaPhotoContent .imageGallery .imageFrame {
      padding: 0 3% 20px; }
      .contentContainer--mediaPhotoContent .imageGallery .imageFrame .imageFrame__inner {
        position: relative; }
        .contentContainer--mediaPhotoContent .imageGallery .imageFrame .imageFrame__inner .imageFrame__mask {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 2;
          box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 0.07); }
    .contentContainer--mediaPhotoContent .imageGallery .imagePanel {
      flex: 1;
      padding: 0;
      min-width: 50%;
      max-width: 50%; }
      @media (min-width: 56rem) {
        .contentContainer--mediaPhotoContent .imageGallery .imagePanel {
          min-width: 33.33%;
          max-width: 33.33%; } }
  .contentContainer--mediaPhotoContent .imageGridContainer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .contentContainer--mediaPhotoContent .imageGridContainer--customGrid {
      flex-basis: 45%;
      margin-bottom: 30px; }
      @media (min-width: 25.875rem) {
        .contentContainer--mediaPhotoContent .imageGridContainer--customGrid {
          flex-basis: 30%;
          margin-bottom: 35px; } }
      @media (min-width: 47.12rem) {
        .contentContainer--mediaPhotoContent .imageGridContainer--customGrid {
          margin-bottom: 35px; } }
      @media (min-width: 56rem) {
        .contentContainer--mediaPhotoContent .imageGridContainer--customGrid {
          flex-basis: 15%;
          margin-bottom: 20px; } }
      .contentContainer--mediaPhotoContent .imageGridContainer--customGrid:nth-child(n+19) {
        display: none; }
      .contentContainer--mediaPhotoContent .imageGridContainer--customGrid .js-lbImage {
        width: 100%;
        height: 175px;
        -o-object-fit: cover;
           object-fit: cover; }
    .contentContainer--mediaPhotoContent .imageGridContainer__footer {
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 30px; }
      .contentContainer--mediaPhotoContent .imageGridContainer__footer--link {
        background-color: #ce4218;
        padding: 6px 12px;
        color: #fff;
        border-radius: 4px;
        text-transform: uppercase;
        margin-top: 20px;
        margin-bottom: 50px; }
        .contentContainer--mediaPhotoContent .imageGridContainer__footer--link .photos-galleries-link {
          color: #fff; }

.contentContainer--photoGalleryContent {
  margin-top: initial;
  padding-bottom: initial;
  width: 100%;
  max-width: 100%;
  border-top: 5px solid #cccccc; }
  .contentContainer--photoGalleryContent .photoGallery {
    margin: 0 auto; }
    @media (min-width: 56rem) {
      .contentContainer--photoGalleryContent .photoGallery {
        max-width: 60rem;
        padding: 15px 30px; } }
    @media (min-width: 76.5rem) {
      .contentContainer--photoGalleryContent .photoGallery {
        max-width: 78rem;
        padding: 15px 30px; } }
    .contentContainer--photoGalleryContent .photoGallery--heading {
      text-transform: uppercase;
      padding: 30px 0px 15px; }
    .contentContainer--photoGalleryContent .photoGallery .headingTitle {
      text-align: left;
      font-size: 24px;
      line-height: 1.2;
      letter-spacing: normal;
      color: #333333;
      font-weight: normal; }
    .contentContainer--photoGalleryContent .photoGallery__content {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      padding-top: 15px;
      margin: 0 -15px 15px; }
      .contentContainer--photoGalleryContent .photoGallery__content--galleryBox {
        flex-basis: 50%;
        padding: 15px; }
        @media (min-width: 47.12rem) {
          .contentContainer--photoGalleryContent .photoGallery__content--galleryBox {
            flex-basis: 33.33%; } }
        @media (min-width: 64rem) {
          .contentContainer--photoGalleryContent .photoGallery__content--galleryBox {
            flex-basis: 25%; } }
        .contentContainer--photoGalleryContent .photoGallery__content--galleryBox .imagePanel {
          width: 100%;
          height: 150px;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: cover; }
          .contentContainer--photoGalleryContent .photoGallery__content--galleryBox .imagePanel__photoGalleryContent {
            margin: 10px 0 20px; }
            .contentContainer--photoGalleryContent .photoGallery__content--galleryBox .imagePanel__photoGalleryContent .photoGalleryLink:hover .photoGalleryTitle {
              color: #333333; }
            .contentContainer--photoGalleryContent .photoGallery__content--galleryBox .imagePanel__photoGalleryContent .photoGalleryTitle, .contentContainer--photoGalleryContent .photoGallery__content--galleryBox .imagePanel__photoGalleryContent .photoGalleryDescription {
              font-size: 14px;
              overflow: hidden;
              line-height: 1.42857143; }
            .contentContainer--photoGalleryContent .photoGallery__content--galleryBox .imagePanel__photoGalleryContent .photoGalleryTitle {
              height: 3em; }
            .contentContainer--photoGalleryContent .photoGallery__content--galleryBox .imagePanel__photoGalleryContent .photoGalleryDescription {
              height: 6em;
              color: #333333; }

.mediaPhotoContentContainer {
  margin-top: 40px; }
  .mediaPhotoContentContainer__headingPanel {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding-bottom: 10px; }
    @media (min-width: 56rem) {
      .mediaPhotoContentContainer__headingPanel {
        flex-direction: row;
        padding-bottom: initial; } }
    .mediaPhotoContentContainer__headingPanel--headingTitle {
      padding-bottom: 10px; }
      @media (min-width: 56rem) {
        .mediaPhotoContentContainer__headingPanel--headingTitle {
          flex-basis: 80%; } }
      .mediaPhotoContentContainer__headingPanel--headingTitle .galleryTitle {
        text-transform: none;
        margin: 0; }
      .mediaPhotoContentContainer__headingPanel--headingTitle .galleryDescription {
        color: #666666; }
    .mediaPhotoContentContainer__headingPanel--navigation {
      font-family: "ofl_sorts_mill_goudyregular", Garamond, serif;
      font-size: 18px;
      font-weight: 100;
      font-style: italic; }
      @media (min-width: 56rem) {
        .mediaPhotoContentContainer__headingPanel--navigation {
          flex-basis: 20%; } }
      .mediaPhotoContentContainer__headingPanel--navigation .prev {
        padding-right: 10px; }
        .mediaPhotoContentContainer__headingPanel--navigation .prev:hover {
          color: #333333; }
        .mediaPhotoContentContainer__headingPanel--navigation .prev .fa-caret-left {
          padding-right: 2px; }
      .mediaPhotoContentContainer__headingPanel--navigation .list {
        padding: 0 10px;
        border-left: 1px solid #666666;
        border-right: 1px solid #666666; }
        .mediaPhotoContentContainer__headingPanel--navigation .list:hover {
          color: #333333; }
  .mediaPhotoContentContainer__contentPanel .imageGridContainer {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px; }
    .mediaPhotoContentContainer__contentPanel .imageGridContainer--customBoxGrid {
      flex-basis: 50%;
      position: relative;
      padding: 15px 15px 0px; }
      @media (min-width: 25.875rem) {
        .mediaPhotoContentContainer__contentPanel .imageGridContainer--customBoxGrid {
          flex-basis: 33.33333333%; } }
      @media (min-width: 56rem) {
        .mediaPhotoContentContainer__contentPanel .imageGridContainer--customBoxGrid {
          flex-basis: 16.66666667%; } }
      .mediaPhotoContentContainer__contentPanel .imageGridContainer--customBoxGrid .js-lbImage {
        width: 100%;
        height: 175px;
        -o-object-fit: cover;
           object-fit: cover; }

/*Home page content styling like video, store box, instagram and also biography page*/
.contentContainer--staticContent {
  display: block;
  clear: both;
  min-height: calc(100vh - 278px);
  width: 100%;
  margin: 0px auto 0px auto;
  padding: 0px 15px 0px 15px;
  font-family: "ofl_sorts_mill_goudyregular", Garamond, serif; }
  .contentContainer--staticContent .staticContentContainer {
    color: #fff;
    width: 100%;
    display: flex;
    /*
		b {
      font-weight: $global-weight-bold;
    }
    i {
      font-style: italic;
    }

    blockquote {
	    padding: 10px 20px;
	    margin: 0 0 20px;
	    font-size: 17.5px;
	    border-left: 5px solid $color-white-smoke;
    }
    */
    /*
		.this_day_mobile {
			display: block;
			@include break(md){
				display: none;
			}

			.img-responsive {
				display: block;
				max-width: 100%;
				height: auto;
			}
		}
    */ }
    @media (min-width: 56rem) {
      .contentContainer--staticContent .staticContentContainer {
        max-width: 60rem;
        padding: 15px;
        padding-bottom: 50px;
        margin: 0 auto; } }
    @media (min-width: 76.5rem) {
      .contentContainer--staticContent .staticContentContainer {
        max-width: 78rem; } }

.contentContainer--thisDayContainer {
  background-color: #676563; }
  .contentContainer--thisDayContainer .staticContentContainer {
    flex-direction: column; }
    .contentContainer--thisDayContainer .staticContentContainer .this_day {
      display: flex;
      flex-direction: column; }
      @media (min-width: 56rem) {
        .contentContainer--thisDayContainer .staticContentContainer .this_day {
          flex-direction: row; } }
    .contentContainer--thisDayContainer .staticContentContainer .this_day_date {
      font-size: 26px;
      font-weight: normal; }
      @media (min-width: 56rem) {
        .contentContainer--thisDayContainer .staticContentContainer .this_day_date {
          flex-basis: 16.66666667%; } }
    .contentContainer--thisDayContainer .staticContentContainer .this_day_dates {
      font-size: 18px;
      color: #cccccc;
      font-family: "latoregular", Helvetica, Arial, sans-serif !important; }
      .contentContainer--thisDayContainer .staticContentContainer .this_day_dates b {
        font-family: "ofl_sorts_mill_goudyregular", Garamond, serif; }
      @media (min-width: 56rem) {
        .contentContainer--thisDayContainer .staticContentContainer .this_day_dates {
          flex-basis: 50%; } }
    @media (min-width: 56rem) {
      .contentContainer--thisDayContainer .staticContentContainer .this_day_quotes {
        flex-basis: 33.33333333%; } }
    .contentContainer--thisDayContainer .staticContentContainer .this_day_quotes blockquote {
      font-size: 20px;
      color: #fff;
      padding: 10px 20px;
      margin: 0 0 20px;
      border-left: 5px solid #f9f9f9; }

.contentContainer--homeVideoTwitterContainer {
  background-color: #141414; }
  .contentContainer--homeVideoTwitterContainer .homeVideoTwitterContentContainer {
    display: flex;
    flex-direction: column;
    padding-bottom: 75px;
    padding-top: 15px; }
    @media (min-width: 56rem) {
      .contentContainer--homeVideoTwitterContainer .homeVideoTwitterContentContainer {
        flex-direction: row; } }
  .contentContainer--homeVideoTwitterContainer .homeVideoContainer {
    padding-right: initial; }
    @media (min-width: 56rem) {
      .contentContainer--homeVideoTwitterContainer .homeVideoContainer {
        flex-basis: 66.66666667%;
        padding-right: 15px; } }
    .contentContainer--homeVideoTwitterContainer .homeVideoContainer p {
      font-family: "latoregular", Arial, sans-serif; }
  .contentContainer--homeVideoTwitterContainer .homeTwitterContainer {
    padding-left: initial; }
    @media (min-width: 56rem) {
      .contentContainer--homeVideoTwitterContainer .homeTwitterContainer {
        flex-basis: 33.33333333%;
        padding-left: 15px; } }

.contentContainer--homeStoreContainer {
  background-color: #fff;
  color: #000; }
  .contentContainer--homeStoreContainer .homeStoreContentContainer {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 40px; }
    @media (min-width: 56rem) {
      .contentContainer--homeStoreContainer .homeStoreContentContainer {
        margin-top: 40px;
        margin-bottom: 60px; } }
  .contentContainer--homeStoreContainer h2 {
    color: #000;
    font-family: "ofl_sorts_mill_goudyregular", Garamond, serif;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: normal;
    font-weight: 500; }
  .contentContainer--homeStoreContainer .homeStoreContentBody {
    display: flex;
    justify-content: space-around;
    flex-direction: column; }
    @media (min-width: 56rem) {
      .contentContainer--homeStoreContainer .homeStoreContentBody {
        flex-direction: row; } }
    .contentContainer--homeStoreContainer .homeStoreContentBody .col-md-4 {
      /*
        &:nth-of-type(3) {
  				@include break(md){
            margin-right: 30px;
            margin-left: 30px;
          }
  				@include break(xl){
            margin-right: 40px;
            margin-left: 40px;
          }
  				@include break(xx){
            margin-right: 60px;
            margin-left: 60px;
          }

  			}
        */ }
      @media (min-width: 56rem) {
        .contentContainer--homeStoreContainer .homeStoreContentBody .col-md-4 {
          flex-basis: 32%;
          margin-bottom: 30px; } }
      .contentContainer--homeStoreContainer .homeStoreContentBody .col-md-4 .intheStore_listBlock {
        background: none repeat scroll 0 0 #504f4d;
        display: block;
        float: left;
        height: auto;
        width: 100%;
        padding: 15px 30px;
        margin-bottom: 15px; }
        @media (min-width: 64rem) {
          .contentContainer--homeStoreContainer .homeStoreContentBody .col-md-4 .intheStore_listBlock {
            padding: 30px; } }
        .contentContainer--homeStoreContainer .homeStoreContentBody .col-md-4 .intheStore_listBlock p {
          color: #b5b4b2;
          font-size: 15px;
          height: 85px;
          font-family: "latoregular", Helvetica, Arial, sans-serif; }
        .contentContainer--homeStoreContainer .homeStoreContentBody .col-md-4 .intheStore_listBlock span {
          color: #f68a64;
          line-height: 32px;
          font-size: 14px;
          font-family: "latoregular", Helvetica, Arial, sans-serif; }
        .contentContainer--homeStoreContainer .homeStoreContentBody .col-md-4 .intheStore_listBlock img {
          width: 35%;
          float: left;
          margin-right: 20px; }
          @media (min-width: 56rem) {
            .contentContainer--homeStoreContainer .homeStoreContentBody .col-md-4 .intheStore_listBlock img {
              width: 100%;
              float: none; } }
        .contentContainer--homeStoreContainer .homeStoreContentBody .col-md-4 .intheStore_listBlock strong {
          color: #fffffd;
          display: block;
          font-family: "latoregular", Helvetica, Arial, sans-serif;
          font-size: 18px;
          line-height: 32px; }

iframe#twitter-widget-0.twitter-timeline.twitter-timeline-rendered {
  width: 100% !important; }

.contentContainer--biographyContent {
  border-top: 5px solid #cccccc; }
  .contentContainer--biographyContent .biographyContentContainer {
    color: #000;
    font-family: "latoregular", Helvetica, Arial, sans-serif;
    display: block; }
    .contentContainer--biographyContent .biographyContentContainer h2 {
      letter-spacing: normal;
      text-transform: none;
      color: #000;
      line-height: 0.04em;
      margin-top: 50px; }
    .contentContainer--biographyContent .biographyContentContainer p {
      font-size: 14px; }

.contentContainer--helpContent {
  padding-top: inherit; }
  @media (min-width: 56rem) {
    .contentContainer--helpContent {
      max-width: 60rem; } }
  @media (min-width: 76.5rem) {
    .contentContainer--helpContent {
      max-width: 78rem; } }
  .contentContainer--helpContent .headerPanel {
    display: none; }
  .contentContainer--helpContent .divider--solid {
    display: none; }
  .contentContainer--helpContent .sectionPanel {
    width: 100%;
    display: flex;
    flex-direction: column; }
    @media (min-width: 64rem) {
      .contentContainer--helpContent .sectionPanel {
        flex-direction: row; } }
    .contentContainer--helpContent .sectionPanel--left {
      padding: 15px; }
      @media (min-width: 64rem) {
        .contentContainer--helpContent .sectionPanel--left {
          flex-basis: 70%; } }
    .contentContainer--helpContent .sectionPanel--right {
      padding: 15px; }
      @media (min-width: 64rem) {
        .contentContainer--helpContent .sectionPanel--right {
          flex-basis: 30%; } }
    .contentContainer--helpContent .sectionPanel__faq {
      color: #333333;
      padding-right: 30px; }
      .contentContainer--helpContent .sectionPanel__faq--header .faq-heading {
        color: #000;
        font-size: 1rem;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 10px;
        letter-spacing: normal; }
      .contentContainer--helpContent .sectionPanel__faq dl {
        margin-bottom: 15px; }
      .contentContainer--helpContent .sectionPanel__faq dt {
        font-weight: 700; }
      .contentContainer--helpContent .sectionPanel__faq dd, .contentContainer--helpContent .sectionPanel__faq dt {
        line-height: 1.42; }
      .contentContainer--helpContent .sectionPanel__faq p {
        color: #333333;
        font-size: 0.875rem; }
      .contentContainer--helpContent .sectionPanel__faq a {
        color: #ce4218; }
        .contentContainer--helpContent .sectionPanel__faq a:hover {
          color: #333333; }
    .contentContainer--helpContent .sectionPanel .offerPanel__detail h2 {
      font-size: 1.25rem;
      font-weight: 400;
      color: #676563;
      font-family: "ofl_sorts_mill_goudyregular", Garamond, serif;
      letter-spacing: normal; }
    .contentContainer--helpContent .sectionPanel .dataEntryFormContainer {
      margin: 10px auto;
      max-width: 100%;
      background-color: #EDECEA;
      padding: 15px; }
      .contentContainer--helpContent .sectionPanel .dataEntryFormContainer .inputGroup .dataInput {
        background-color: #fff;
        border-color: #cccccc;
        border-radius: 4px; }
      .contentContainer--helpContent .sectionPanel .dataEntryFormContainer .inputGroup label {
        color: #555555;
        font-weight: 300;
        font-style: inherit;
        font-size: 0.875rem; }
      @media (min-width: 64rem) {
        .contentContainer--helpContent .sectionPanel .dataEntryFormContainer .inputGrouping {
          display: flex; }
          .contentContainer--helpContent .sectionPanel .dataEntryFormContainer .inputGrouping .inputGroup {
            width: 50%; }
            .contentContainer--helpContent .sectionPanel .dataEntryFormContainer .inputGrouping .inputGroup:last-of-type {
              margin-left: 30px; } }
      .contentContainer--helpContent .sectionPanel .dataEntryFormContainer .inputRecatchaContainer {
        justify-content: flex-start;
        padding-left: inherit; }
      .contentContainer--helpContent .sectionPanel .dataEntryFormContainer .inputButtonGroup {
        justify-content: flex-start;
        padding: 15px 0; }
        .contentContainer--helpContent .sectionPanel .dataEntryFormContainer .inputButtonGroup .inputButton {
          margin: 0;
          color: #fff;
          background-color: #c82606;
          font-size: 0.875rem;
          width: 100%; }
          @media (min-width: 25.875rem) {
            .contentContainer--helpContent .sectionPanel .dataEntryFormContainer .inputButtonGroup .inputButton {
              width: 50%; } }
  .contentContainer--helpContent .headerPanel--help .section-heading {
    margin-top: 0;
    color: #cccccc;
    font-size: 1.875rem;
    font-weight: 400;
    padding-right: 30px; }

.contentContainer--newsletterContent {
  border-top: 5px solid #cccccc;
  max-width: 100%;
  display: block;
  font-family: "ofl_sorts_mill_goudyregular", Garamond, serif; }
  .contentContainer--newsletterContent .newsletterContentContainer {
    font-family: "ofl_sorts_mill_goudyregular", Garamond, serif;
    margin: 0 auto;
    padding: 15px; }
    @media (min-width: 56rem) {
      .contentContainer--newsletterContent .newsletterContentContainer {
        max-width: 60rem;
        padding: 30px; } }
    @media (min-width: 76.5rem) {
      .contentContainer--newsletterContent .newsletterContentContainer {
        max-width: 78rem; } }
    .contentContainer--newsletterContent .newsletterContentContainer .sectionPanel {
      display: flex;
      width: 100%;
      color: #333333;
      font-family: "ofl_sorts_mill_goudyregular", Garamond, serif; }
      .contentContainer--newsletterContent .newsletterContentContainer .sectionPanel .offerPanel {
        display: none;
        flex-basis: 100%; }
        @media (min-width: 56rem) {
          .contentContainer--newsletterContent .newsletterContentContainer .sectionPanel .offerPanel {
            flex-basis: 50%; } }
        .contentContainer--newsletterContent .newsletterContentContainer .sectionPanel .offerPanel__detail h2 {
          color: #000; }
      .contentContainer--newsletterContent .newsletterContentContainer .sectionPanel .dataEntryFormContainer {
        background-color: #EDECEA;
        color: #333333;
        font-family: "ofl_sorts_mill_goudyregular", Garamond, serif;
        flex-basis: 100%;
        padding: 20px; }
        @media (min-width: 56rem) {
          .contentContainer--newsletterContent .newsletterContentContainer .sectionPanel .dataEntryFormContainer {
            flex-basis: 50%; } }
        .contentContainer--newsletterContent .newsletterContentContainer .sectionPanel .dataEntryFormContainer .inputGroup .dataInput {
          border: 0px;
          background-color: #fff;
          color: #333333; }
        .contentContainer--newsletterContent .newsletterContentContainer .sectionPanel .dataEntryFormContainer .inputGroup select {
          background: url("//cdn.ontourmedia.io/sting//non_secure/images/website/form/dropdownarrow_grey.png") no-repeat scroll 97% 50% #fff; }
        .contentContainer--newsletterContent .newsletterContentContainer .sectionPanel .dataEntryFormContainer .inputCheckbox .checkboxInline {
          padding-left: 20px; }
          .contentContainer--newsletterContent .newsletterContentContainer .sectionPanel .dataEntryFormContainer .inputCheckbox .checkboxInline p {
            color: #333333; }
        .contentContainer--newsletterContent .newsletterContentContainer .sectionPanel .dataEntryFormContainer .inputRecatchaContainer {
          padding: initial;
          justify-content: flex-start; }
        .contentContainer--newsletterContent .newsletterContentContainer .sectionPanel .dataEntryFormContainer .inputButtonGroup {
          padding: 15px 0; }
          .contentContainer--newsletterContent .newsletterContentContainer .sectionPanel .dataEntryFormContainer .inputButtonGroup .inputButton {
            margin: 0;
            color: #fff;
            background-color: #c82606;
            font-size: 0.875rem;
            border-color: #c82606;
            cursor: pointer;
            width: 100%; }
            @media (min-width: 25.875rem) {
              .contentContainer--newsletterContent .newsletterContentContainer .sectionPanel .dataEntryFormContainer .inputButtonGroup .inputButton {
                width: 50%; } }

.contentContainer--termsContent {
  border-top: 5px solid #cccccc;
  max-width: 100%;
  font-family: "latoregular", Helvetica, Arial, sans-serif; }
  .contentContainer--termsContent .termsContentContainer {
    color: #333333;
    font-family: "latoregular", Helvetica, Arial, sans-serif;
    margin: 0 auto;
    padding: 15px; }
    @media (min-width: 56rem) {
      .contentContainer--termsContent .termsContentContainer {
        max-width: 60rem;
        padding: 30px; } }
    @media (min-width: 76.5rem) {
      .contentContainer--termsContent .termsContentContainer {
        max-width: 78rem; } }
    .contentContainer--termsContent .termsContentContainer h2 {
      color: #333333;
      font-size: 1.875rem;
      font-weight: 500;
      text-transform: initial;
      letter-spacing: normal;
      line-height: normal;
      margin-bottom: 15px; }
    .contentContainer--termsContent .termsContentContainer p {
      font-size: 0.875rem;
      line-height: 1.5rem;
      margin-bottom: 15px; }
    .contentContainer--termsContent .termsContentContainer ul {
      list-style: disc;
      margin-left: 30px;
      margin-bottom: 15px; }

.contentContainer--privacyContent {
  border-top: 5px solid #cccccc;
  max-width: 100%;
  font-family: "latoregular", Helvetica, Arial, sans-serif; }
  .contentContainer--privacyContent .privacyContentContainer {
    color: #333333;
    font-family: "latoregular", Helvetica, Arial, sans-serif;
    margin: 0 auto;
    padding: 15px; }
    @media (min-width: 56rem) {
      .contentContainer--privacyContent .privacyContentContainer {
        max-width: 60rem;
        padding: 30px; } }
    @media (min-width: 76.5rem) {
      .contentContainer--privacyContent .privacyContentContainer {
        max-width: 78rem; } }
    .contentContainer--privacyContent .privacyContentContainer h2 {
      color: #333333;
      font-size: 1.875rem;
      font-weight: 500;
      text-transform: initial;
      letter-spacing: normal;
      line-height: normal;
      margin-bottom: 15px; }
    .contentContainer--privacyContent .privacyContentContainer p {
      font-size: 0.875rem;
      line-height: 1.5rem;
      margin-bottom: 15px; }
    .contentContainer--privacyContent .privacyContentContainer ul {
      list-style: disc;
      margin-left: 30px;
      margin-bottom: 15px; }
    .contentContainer--privacyContent .privacyContentContainer .highlight {
      font-weight: 700; }
    .contentContainer--privacyContent .privacyContentContainer table {
      margin: 15px 0; }
      .contentContainer--privacyContent .privacyContentContainer table th, .contentContainer--privacyContent .privacyContentContainer table td {
        border: 1px solid black;
        padding: 0px 5px; }
    .contentContainer--privacyContent .privacyContentContainer a {
      text-decoration: none; }
      .contentContainer--privacyContent .privacyContentContainer a:hover {
        color: #333333;
        text-decoration: underline; }

.contentContainer--communityContent {
  display: block;
  clear: both;
  min-height: calc(100vh - 278px);
  width: 100%;
  margin: 0px auto 0px auto;
  color: #000;
  padding: 0px 15px 0px 15px;
  border-top: 5px solid #cccccc; }
  .contentContainer--communityContent .contentCommunityContainer {
    display: flex;
    flex-direction: column; }
    @media (min-width: 64rem) {
      .contentContainer--communityContent .contentCommunityContainer {
        flex-direction: row; } }
    @media (min-width: 76.5rem) {
      .contentContainer--communityContent .contentCommunityContainer {
        max-width: 78rem;
        padding: 15px;
        margin: 0 auto; } }
    .contentContainer--communityContent .contentCommunityContainer__contentBox {
      padding: 15px;
      width: 100%; }
      @media (min-width: 64rem) {
        .contentContainer--communityContent .contentCommunityContainer__contentBox {
          padding: 15px 5px; } }
      .contentContainer--communityContent .contentCommunityContainer__contentBox .upperBlockContainer {
        display: flex;
        flex-direction: column; }
      .contentContainer--communityContent .contentCommunityContainer__contentBox .upperBlock__featured {
        display: flex;
        flex-direction: column; }
        @media (min-width: 64rem) {
          .contentContainer--communityContent .contentCommunityContainer__contentBox .upperBlock__featured {
            flex-direction: row; } }
        @media (min-width: 64rem) {
          .contentContainer--communityContent .contentCommunityContainer__contentBox .upperBlock__featured--default {
            flex-basis: 33.33%; } }
        @media (min-width: 64rem) {
          .contentContainer--communityContent .contentCommunityContainer__contentBox .upperBlock__featured--default .comments-suggestion-top-block {
            padding-left: 10px;
            padding-right: 10px; } }
    .contentContainer--communityContent .contentCommunityContainer .text-up {
      text-transform: uppercase; }
    .contentContainer--communityContent .contentCommunityContainer .text-red {
      color: #e22d2d !important; }
    .contentContainer--communityContent .contentCommunityContainer .bg-gray-line {
      background-color: #cccccc;
      height: 5px;
      margin-bottom: 40px; }
    .contentContainer--communityContent .contentCommunityContainer .middle {
      margin-top: 20px;
      height: 1px; }
    @media (min-width: 64rem) {
      .contentContainer--communityContent .contentCommunityContainer .displayFan {
        margin: 20px 150px; } }
    .contentContainer--communityContent .contentCommunityContainer .fan-container {
      display: flex;
      flex-direction: column; }
      @media (min-width: 64rem) {
        .contentContainer--communityContent .contentCommunityContainer .fan-container {
          flex-direction: row;
          justify-content: space-between; } }
      .contentContainer--communityContent .contentCommunityContainer .fan-container .fan-image-container {
        padding-left: 0;
        margin-right: 0; }
        @media (min-width: 64rem) {
          .contentContainer--communityContent .contentCommunityContainer .fan-container .fan-image-container {
            flex-basis: 33.33%;
            padding-left: 15px;
            margin-right: -25px; } }
      @media (min-width: 64rem) {
        .contentContainer--communityContent .contentCommunityContainer .fan-container .fan-info-container {
          flex-basis: 66%; } }
    .contentContainer--communityContent .contentCommunityContainer .fe-fan-t1.text-up.top-t1 {
      font-family: "ofl_sorts_mill_goudyregular", Garamond, serif;
      font-size: 16px;
      padding-left: 25px; }
    .contentContainer--communityContent .contentCommunityContainer .fe-fan-t1 {
      margin-right: 84px; }
    .contentContainer--communityContent .contentCommunityContainer .news_image {
      display: block;
      width: 100%;
      text-align: center; }
    .contentContainer--communityContent .contentCommunityContainer .fan_image img, .contentContainer--communityContent .contentCommunityContainer .fe-fan-img img {
      width: 225px; }
    .contentContainer--communityContent .contentCommunityContainer .text-bold {
      font-weight: bold;
      color: #000; }
    .contentContainer--communityContent .contentCommunityContainer .community-middle-block {
      background: #eceae8;
      margin-top: 50px; }
      .contentContainer--communityContent .contentCommunityContainer .community-middle-block .middleBlockContainer__box {
        display: flex;
        flex-direction: column; }
        @media (min-width: 64rem) {
          .contentContainer--communityContent .contentCommunityContainer .community-middle-block .middleBlockContainer__box {
            flex-direction: row; } }
        .contentContainer--communityContent .contentCommunityContainer .community-middle-block .middleBlockContainer__box--default {
          padding: 15px; }
          @media (min-width: 64rem) {
            .contentContainer--communityContent .contentCommunityContainer .community-middle-block .middleBlockContainer__box--default {
              flex-basis: 50%; } }
        .contentContainer--communityContent .contentCommunityContainer .community-middle-block .middleBlockContainer__box .front ul {
          display: flex;
          justify-content: center;
          flex-direction: row;
          flex-wrap: wrap; }
          .contentContainer--communityContent .contentCommunityContainer .community-middle-block .middleBlockContainer__box .front ul .fan_item {
            padding: 0px 0px 25px 0px;
            margin-right: 10px;
            list-style: none;
            display: inline-block; }
            .contentContainer--communityContent .contentCommunityContainer .community-middle-block .middleBlockContainer__box .front ul .fan_item img {
              width: 225px; }
        .contentContainer--communityContent .contentCommunityContainer .community-middle-block .middleBlockContainer__box .fan-archive-pagination {
          text-align: center; }
        .contentContainer--communityContent .contentCommunityContainer .community-middle-block .middleBlockContainer__box p {
          margin: 0 0 10px; }
    .contentContainer--communityContent .contentCommunityContainer .community-landing-top {
      text-align: center;
      margin-bottom: 40px; }
    .contentContainer--communityContent .contentCommunityContainer .co-la-top-heading {
      font-family: "ofl_sorts_mill_goudyregular";
      font-weight: 100;
      font-size: 20px;
      color: #fff;
      background: #3c3c3c; }
    .contentContainer--communityContent .contentCommunityContainer .top-t1 {
      font-family: "ofl_sorts_mill_goudyregular";
      font-weight: 100;
      font-size: 18px;
      margin-bottom: 8px;
      color: #333333; }
    .contentContainer--communityContent .contentCommunityContainer .top-t2 {
      font-size: 14px; }
    .contentContainer--communityContent .contentCommunityContainer .co-la-top-body {
      background: #EDECEA;
      height: 150px; }
    .contentContainer--communityContent .contentCommunityContainer .community-landing-top.text-bold div {
      padding: 12px; }
    .contentContainer--communityContent .contentCommunityContainer .co-la-top-t1 {
      font-family: "latoregular"; }
      .contentContainer--communityContent .contentCommunityContainer .co-la-top-t1 a {
        font-size: 14px; }
    .contentContainer--communityContent .contentCommunityContainer .co-la-top-t2 {
      font-family: "latobold"; }
    .contentContainer--communityContent .contentCommunityContainer .pa-5 {
      padding: 5px; }
    .contentContainer--communityContent .contentCommunityContainer b {
      color: #000; }
    .contentContainer--communityContent .contentCommunityContainer p {
      color: #333333;
      font-size: 14px; }

.contentContainer--communityContentContainer {
  padding: initial; }
  @media (min-width: 56rem) {
    .contentContainer--communityContentContainer {
      padding: 0 15px; } }

.contentContainer--prContent {
  padding-top: inherit; }
  @media (min-width: 56rem) {
    .contentContainer--prContent {
      max-width: 60rem; } }
  @media (min-width: 76.5rem) {
    .contentContainer--prContent {
      max-width: 78rem; } }
  .contentContainer--prContent .headerPanel {
    display: none; }
  .contentContainer--prContent .divider--solid {
    display: none; }
  .contentContainer--prContent .sectionPanel {
    width: 100%;
    display: flex;
    flex-direction: column; }
    @media (min-width: 64rem) {
      .contentContainer--prContent .sectionPanel {
        flex-direction: row; } }
    .contentContainer--prContent .sectionPanel--left {
      padding: 15px; }
      @media (min-width: 64rem) {
        .contentContainer--prContent .sectionPanel--left {
          flex-basis: 30%;
          order: 0; } }
    .contentContainer--prContent .sectionPanel--right {
      padding: 15px; }
      @media (min-width: 64rem) {
        .contentContainer--prContent .sectionPanel--right {
          flex-basis: 70%;
          order: 1; } }

.paginationControl {
  font-size: 12px;
  margin-top: 80px;
  margin-bottom: 120px;
  width: 100%;
  text-align: center;
  font-family: "latoregular", Helvetica, Arial, sans-serif;
  color: #333333; }

.pagination-separator {
  font-size: 12px;
  color: #333333;
  padding-left: 3px;
  padding-right: 3px; }

.current-page {
  padding-right: 8px; }

.pagination-number, .disabled, .totalCount {
  padding: 8px; }

.pagination-number:hover {
  color: #333333; }

.enabled {
  background: #ce4218;
  color: #fff;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 14px;
  margin-left: 15px; }
  .enabled:hover {
    color: #333333; }

.totalCount {
  color: #ce4218; }

.comments-container {
  padding-top: 30px;
  padding-bottom: 30px; }

.comment-head {
  display: flex; }

.comment_heading {
  flex: 1; }

.comment_headtitle {
  font-size: 22px;
  font-family: "ofl_sorts_mill_goudyregular", Garamond, serif;
  color: #000;
  text-transform: uppercase; }

.icon-comment {
  background: url(//cdn.ontourmedia.io/sting/images/v2/comments.png) 0px 11px no-repeat;
  padding: 10px;
  margin-right: 5px; }

.count-number {
  color: #333333;
  font-size: 14px; }

.commentBox {
  padding: 15px 0 0 0; }
  @media (min-width: 56rem) {
    .commentBox {
      padding: initial; } }
  .commentBox a {
    color: #ce4218; }

.newsListItemContentTeaser--commentBox {
  display: flex;
  justify-content: flex-end; }
  .newsListItemContentTeaser--commentBox a {
    color: #ce4218;
    font-size: 14px; }
    .newsListItemContentTeaser--commentBox a:hover {
      color: #333333; }

.signin_text {
  padding-bottom: 15px; }

.comment_list_item {
  background-color: #eee;
  margin-bottom: 2px;
  padding: 15px 20px;
  color: #777; }

.comment_attribution {
  font-size: 13px; }

.posted_by {
  font-weight: 600; }

.comment_title {
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 5px; }

.comment_form .inputCheckbox .checkboxInline {
  padding-left: 20px; }

.contentContainer--couponContent {
  display: block;
  clear: both;
  margin: 0px auto;
  max-width: 400px; }
  .contentContainer--couponContent .couponPanel {
    max-width: 22rem;
    margin: 0 auto 20px;
    border: 1px solid #000;
    padding: 10px 10px;
    text-align: center;
    clear: both; }
    .contentContainer--couponContent .couponPanel:after {
      content: '';
      clear: right; }
    .contentContainer--couponContent .couponPanel .couponHeaderPanel h4 {
      text-transform: uppercase;
      font-weight: 500;
      text-decoration: underline; }
    .contentContainer--couponContent .couponPanel .couponListPanel {
      text-align: center; }
      .contentContainer--couponContent .couponPanel .couponListPanel h2 {
        display: inline;
        font-weight: 500;
        text-transform: none; }
  @media (min-width: 56rem) {
    .contentContainer--couponContent {
      max-width: 60rem;
      padding: 15px; } }
  @media (min-width: 76.5rem) {
    .contentContainer--couponContent {
      max-width: 70rem;
      padding: 15px; } }

.couponcodeBlock {
  font-weight: 600; }

.downloadContainer .downloadContent {
  margin: 20px auto;
  display: flex;
  justify-content: flex-start; }
  .downloadContainer .downloadContent .downloadImage {
    margin-right: 15px; }
    .downloadContainer .downloadContent .downloadImage img {
      width: 100px;
      height: auto; }

.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%; }

.video_player {
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative; }
  .video_player .mpc {
    position: absolute;
    top: 0;
    left: 0; }
  .video_player embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 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: #888; }

.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; }

.sp-button {
  border: 1px solid #fff !important;
  margin: 4px 2px !important; }

.sp-selected-button {
  background-color: #fff !important; }

.sp-horizontal {
  margin-top: 20px !important; }
  @media (min-width: 56rem) {
    .sp-horizontal {
      margin-top: initial !important; } }

.contentContainer--promoContent {
  margin-top: 20px; }
  @media (min-width: 56rem) {
    .contentContainer--promoContent {
      margin-top: initial; } }

.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;
      -ms-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;
  margin: 0.5rem;
  letter-spacing: 1px;
  line-height: 56px;
  padding: 0;
  transition-duration: 0.3s;
  transition-property: background; }
  .inputButton--facebook .icon--facebook {
    font-size: 1.0rem;
    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: 1.0rem;
    margin-right: 5px; }
  .inputButton--ticketmaster:hover {
    background: #6179b1;
    color: #fff; }

.user_notification_container {
  font-size: 12px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  padding: 10px; }
  .user_notification_container a {
    color: #fff; }
  .user_notification_container .user_notification_div {
    padding-left: 40px;
    min-height: 25px; }
    @media (min-width: 47.12rem) {
      .user_notification_container .user_notification_div {
        line-height: 2rem; } }
  .user_notification_container.level_red {
    background: linear-gradient(to bottom, #e78586 1%, #d17978 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff; }
    .user_notification_container.level_red .user_notification_div {
      background: url("//cdn.ontourmedia.io/sting/non_secure/images/website/notification/icon_emergency2.png") no-repeat scroll 0 0px rgba(0, 0, 0, 0); }
  .user_notification_container.level_green {
    background: linear-gradient(to bottom, #9cc674 1%, #90b96a 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #000; }
    .user_notification_container.level_green .user_notification_div {
      background: url("//cdn.ontourmedia.io/sting/non_secure/images/website/notification/icon_updates.png") no-repeat scroll 0 0px rgba(0, 0, 0, 0); }
  .user_notification_container.level_orange {
    background: linear-gradient(to bottom, #eacf7e 1%, #ebc654 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #000; }
    .user_notification_container.level_orange .user_notification_div {
      background: url("//cdn.ontourmedia.io/sting/non_secure/images/website/notification/icon_notifications.png") no-repeat scroll 0 0px rgba(0, 0, 0, 0); }
  .user_notification_container .notification_close {
    background: url("//cdn.ontourmedia.io/sting/non_secure/images/website/notification/close3.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    height: 20px;
    width: 20px;
    margin-right: 10px; }
  .user_notification_container .close_permanently {
    color: #fff;
    text-decoration: underline; }

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

.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 .lightboxContentMain {
      display: flex; }
      .lightboxContainer .lightboxContent .lightboxContentMain .lightboxHTML {
        width: 80%;
        margin: 0 auto;
        padding: 20px;
        color: #fff;
        overflow-y: auto; }
    .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;
  margin-bottom: -30px; }
  @media (min-width: 56rem) {
    .slider-pro {
      margin-bottom: inherit; } }

.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: "latoregular";
  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: latoitalic;
  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: latoitalic;
  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: latoitalic;
  font-size: 18px;
  text-transform: none;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: inherit; }

.sp-yellow {
  color: #000;
  background: #fff;
  padding: 6px 10px;
  font-size: 16px;
  font-family: latoitalic;
  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: '\2195'; }

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

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

/* Buttons
--------------------------------------------------*/
.sp-buttons {
  display: none;
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  top: -60px; }
  @media (min-width: 56rem) {
    .sp-buttons {
      display: block; } }

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

.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/sting/non_secure/assets/slider-pro/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/sting/non_secure/assets/slider-pro/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: '\25B6';
  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;
  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; }

/**
 * 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/sting/non_secure/assets/flags/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/sting/non_secure/assets/flags/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*/