.view-splash .views-field-field-lightbox, .view-splash .views-field-field-display-rate, .view-splash .lightBox {
	display: none;
}
.honeypot-textfield,.url-textfield, .homepage-textfield{ display:none !important; }
/* icomoon */
/*******[For nodes with less content to have fixed footer]********/
@font-face {
  font-family: 'musicicomoon';
  src: url("/sites/g/files/g2000007436/f/201804/musicicomoon.eot?h8rnga");
  src: url("/sites/g/files/g2000007436/f/201804/musicicomoon.eot?h8rnga#iefix") format("embedded-opentype"), url("/sites/g/files/g2000007436/f/201804/musicicomoon.ttf?h8rnga") format("truetype"), url("/sites/g/files/g2000007436/f/201804/musicicomoon.woff?h8rnga") format("woff"), url("/sites/g/files/g2000007436/f/201804/musicicomoon.svg?h8rnga#musicicomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="micon-"], [class*=" micon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'musicicomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.micon-deezer:before {
  content: "\e901";
}

.micon-soundcloud:before {
  content: "\e900";
}

.micon-spotify:before {
  content: "\ea94";
}

.micon-youtube:before {
  content: "\ea9d";
}

.micon-appleinc:before {
  content: "\eabe";
}

input,
select,
textarea,
button {
  font-family: inherit;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0;
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  display: inline-block;
  overflow: visible;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
  width: auto;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  font-size: 12px;
  font-weight: 700;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  opacity: 0.25;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  cursor: default;
}

textarea {
  min-height: 50px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

input:invalid,
button:invalid,
select:invalid,
textarea:invalid {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input::-moz-focus-inner,
button::-moz-focus-inner,
select::-moz-focus-inner,
textarea::-moz-focus-inner {
  border: 0;
  padding: 0;
}

select {
  -webkit-appearance: none;
  /* border: 1px solid #000000; */
  border-radius: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

.isotope-item {
  z-index: 0;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope.no-transition .isotope-item {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* 
 *  Owl Carousel - Video Plugin
 */
/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container {
  width: auto;
  margin-right: 30px;
  overflow: hidden;
}

.mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
}

.mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar {
  margin-right: 30px;
}

.mCustomScrollBox > .mCSB_scrollTools {
  width: 16px;
  height: 100%;
  top: 0;
  right: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: relative;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  top: 100%;
  margin-top: -40px;
}

/* horizontal scrollbar */
.mCSB_horizontal > .mCSB_container {
  height: auto;
  margin-right: 0;
  margin-bottom: 30px;
  overflow: hidden;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-bottom: 0;
}

.mCS_disabled > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
  width: 100%;
  height: 16px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.mCSB_horizontal > .mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger {
  width: 30px;
  height: 100%;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  display: block;
  position: relative;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  float: left;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  margin-left: -40px;
  float: right;
}

.mCustomScrollBox {
  -ms-touch-action: none;
  /*MSPointer events - direct all pointer events to js*/
}

/* default scrollbar colors and backgrounds (default theme) */
.mCustomScrollBox > .mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}

.mCustomScrollBox:hover > .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  /*background-image:url(mCSB_buttons.png);
  background-repeat:no-repeat;*/
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
  sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark) 
  */
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
  sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark) 
  */
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
  sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark) 
  */
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
  sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark) 
  */
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */
}

/*scrollbar themes*/
/*dark (dark colored scrollbar)*/
.mCS-dark > .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.15);
}

.mCS-dark > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
}

.mCS-dark > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}

.mCS-dark > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}

.mCS-dark > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/*light-2*/
.mCS-light-2 > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

/*dark-2*/
.mCS-dark-2 > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

/*light-thick*/
.mCS-light-thick > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

/*dark-thick*/
.mCS-dark-thick > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/*light-thin*/
.mCS-light-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/*dark-thin*/
.mCS-dark-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
}

.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #000000 !important;
  width: 6px;
}

.mCustomScrollBox > .mCSB_scrollTools {
  /*background: url($up-arrow) no-repeat;
  background-position: -1px 5px;*/
  opacity: 1 !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000000;
  background: black;
  width: 4px;
}

a.mCSB_buttonUp {
  display: none;
}

.block h2, #main h2, #postcontent-first h2, .page-music #main .view-display-id-page .block-title, .page-music-old #main .view-display-id-page .block-title, .page-node.node-type-page #page-title, .page-filter.page-filter-tips #page-title, .page-user #page-title, .wrapper-header, .item-list .pager li, .block ul, .stack-preheader, .stack-content-inner, .stack-navigation, .page, body .region-content ul.flippy, .wrapper-footer, .wrapper-content .stack, .wrapper-footer .stack {
  border: none;
  padding: 0;
  margin: 0;
}

ul, li, .item-list ul, .action-links {
  list-style-type: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
}

.view-home-one-page-masonry .views-row .media-embed-resize .media-embed-wrapper {
  position: static;
}

.stack-breadcrumb, .profile, .messages.notice, #block-block-61, #breadcrumb-region, .node-comment-counter, .page-home-onepage #sidebar-a, #block-menu-menu-home-one-page-menu h2, #block-menu-menu-home-one-page-linked h2, #block-menu-menu-menu-fixed h2, #block-menu-menu-one-page-anchored h2, #block-menu-menu-home-one-page-menu .content ul.menu, #block-menu-menu-home-one-page-linked .content ul.menu, #block-menu-menu-menu-fixed .content ul.menu, #block-menu-menu-one-page-anchored .content ul.menu, #block-menu-menu-user-menu, #block-views-user-profile-block-3 .hover-user-menu, #block-block-26 .signinCommLink, #block-block-321 .bit-description-links, #block-views-home-one-page-carousel-block-1 .views-field-field-auto-rotate, #block-views-home-one-page-carousel-block-2 .views-field-field-auto-rotate, #block-views-home-one-page-carousel-block-3 .views-field-field-auto-rotate, #block-views-home-one-page-carousel-block-1 .config-carousel, #block-views-home-one-page-carousel-block-2 .config-carousel, #block-views-home-one-page-carousel-block-3 .config-carousel, .node-type-blog #page-title, .page-photo-v1 .mfp-gallery > .mfp-close, .page-music #block-system-main .sc-player .sc-artwork-list, #block-views-music-block-1 .sc-player .sc-artwork-list, #block-views-music-block-2 .sc-player .sc-artwork-list, .view-music.view-display-id-block_2 .sc-player .sc-artwork-list, .page-music #block-system-main .sc-player .sc-info, #block-views-music-block-1 .sc-player .sc-info, #block-views-music-block-2 .sc-player .sc-info, .view-music.view-display-id-block_2 .sc-player .sc-info, .page-music #block-system-main .sc-player .sc-scrubber, #block-views-music-block-1 .sc-player .sc-scrubber, #block-views-music-block-2 .sc-player .sc-scrubber, .view-music.view-display-id-block_2 .sc-player .sc-scrubber, .page-music #block-system-main .sc-player .sc-trackslist, #block-views-music-block-1 .sc-player .sc-trackslist, #block-views-music-block-2 .sc-player .sc-trackslist, .view-music.view-display-id-block_2 .sc-player .sc-trackslist, .page-music #block-system-main .sc-player .sc-info-toggle, #block-views-music-block-1 .sc-player .sc-info-toggle, #block-views-music-block-2 .sc-player .sc-info-toggle, .view-music.view-display-id-block_2 .sc-player .sc-info-toggle, .page-music #block-system-main .sc-player .sc-song-title, #block-views-music-block-1 .sc-player .sc-song-title, #block-views-music-block-2 .sc-player .sc-song-title, .view-music.view-display-id-block_2 .sc-player .sc-song-title, .page-music #block-system-main .sc-player .sc-time-float, #block-views-music-block-1 .sc-player .sc-time-float, #block-views-music-block-2 .sc-player .sc-time-float, .view-music.view-display-id-block_2 .sc-player .sc-time-float, .page-music #block-system-main .sc-player .sc-prev, #block-views-music-block-1 .sc-player .sc-prev, #block-views-music-block-2 .sc-player .sc-prev, .view-music.view-display-id-block_2 .sc-player .sc-prev, .page-music #block-system-main .sc-player .sc-next, #block-views-music-block-1 .sc-player .sc-next, #block-views-music-block-2 .sc-player .sc-next, .view-music.view-display-id-block_2 .sc-player .sc-next, .page-music #block-system-main .sc-player .sc-controls a.sc-pause.hidden, #block-views-music-block-1 .sc-player .sc-controls a.sc-pause.hidden, #block-views-music-block-2 .sc-player .sc-controls a.sc-pause.hidden, .view-music.view-display-id-block_2 .sc-player .sc-controls a.sc-pause.hidden, .page-music #block-system-main .sc-player .sc-controls a.sc-play.hidden, #block-views-music-block-1 .sc-player .sc-controls a.sc-play.hidden, #block-views-music-block-2 .sc-player .sc-controls a.sc-play.hidden, .view-music.view-display-id-block_2 .sc-player .sc-controls a.sc-play.hidden, .page-music #block-system-main .sc-player.playing .sc-controls a.sc-play, #block-views-music-block-1 .sc-player.playing .sc-controls a.sc-play, #block-views-music-block-2 .sc-player.playing .sc-controls a.sc-play, .view-music.view-display-id-block_2 .sc-player.playing .sc-controls a.sc-play, .page-music #page-title, .page-music-old #page-title, #block-block-611 .content .sc-player .sc-artwork-list, #block-block-611 .content .sc-player .sc-info, #block-block-611 .content .sc-player .sc-scrubber, #block-block-611 .content .sc-player .sc-trackslist, #block-block-611 .content .sc-player .sc-info-toggle, #block-block-611 .content .sc-player .sc-song-title, #block-block-611 .content .sc-player .sc-time-float, #block-block-611 .content .sc-player .sc-prev, #block-block-611 .content .sc-player .sc-next, #block-block-611 .content .sc-player .sc-controls a.sc-pause.hidden, #block-block-611 .content .sc-player .sc-controls a.sc-play.hidden, #block-block-611 .content .sc-player.playing .sc-controls a.sc-play, .view-content .musicWrapper .rightMusicWrapper .selectDown .dropdown a.active, .view-content .musicWrapper .rightMusicWrapper .selectDown .dropdown a.trackList, .view-content .musicWrapper .rightMusicWrapper .selectDown .dropdown a.empty, .view-content .musicWrapper .rightMusicWrapper .selectDown .dropdown .trackdetails, .view-content .musicWrapper .rightMusicWrapper .embedSection > div, .view-content .musicWrapper .rightMusicWrapper .trackLyricsContent.active ~ p.lyricalView, .view-content .musicWrapper .rightMusicWrapper .trackdetails .lyricsTitle span, .view-content .musicWrapper .rightMusicWrapper .trackdetails .lyricsContent, .view-content .musicWrapper .track-no, .lightboxWrapper, .lightboxWrapper span.track-no, body.scrollHidden .lightboxWrapper .LyricsDetailLightox, body.scrollHidden .lightboxWrapper .trackListLightbox, body.scrollHidden .lightboxWrapper .LyricsDetailLightox.LyricsDetailLightoxOpen span.tracktitle span, body.scrollHidden .lightboxWrapper .trackListLightbox.trackListLightboxOpen .lyricsContent, .page-music .tabs, .page-music-old .tabs, #block-system-main .view-music .view-footer, .view-music.view-display-id-block_3, .views-field.views-field-nid, .page-node-24076 #page #content #main #page-title, #wsk-widget .widget_row > div.special-event.plain_text:empty,
#wsk-widget .widget_row > div.event_links a.no-link, .page-tour #main h1.title#page-title, .node-type-photo .node > div, .node-type-photo .node > ul.links.inline, .node-type-blog .node > div, .node-type-blog .node > ul.links.inline, .node-type-video .node > div, .node-type-video .node > ul.links.inline, .node-type-audio .node > div, .node-type-audio .node > ul.links.inline, .node-type-forum .node > div, .node-type-forum .node > ul.links.inline, .node-type-album .node > div, .node-type-album .node > ul.links.inline, .page-node #page-title, .page-node .oembed-title, .page-node.node-type-page.page-node-17741 #page-title, .page-node.node-type-page.page-node-17741 ul.tabs.primary, .page-node.node-type-page.page-node-17746 #page-title, .page-node.node-type-page.page-node-17746 ul.tabs.primary, .page-node.node-type-page.page-node-17751 #page-title, .page-node.node-type-page.page-node-17751 ul.tabs.primary, .page-node.node-type-page.page-node-17756 #page-title, .page-node.node-type-page.page-node-17756 ul.tabs.primary, .page-node.node-type-page.page-node-17896 #page-title, .page-node.node-type-page.page-node-17896 ul.tabs.primary, .view-home-one-page-masonry .views-row .views-field-nothing-1, .view-home-one-page-masonry .views-row .field-name-field-license, .view-home-one-page-masonry .views-row .oembed-title, .page-user #page-title, .page-user .edit-comment-body-und-0-value--2, .page-user #block-views-user-profile-block-2 .views-field, .page-user #block-views-user-profile-block-2 .view-footer, .page-user .view-user-activity-feed li.views-row .field-name-field-license, .page-user .view-user-activity-feed li.views-row.video-entry .views-field-body, .page-user .view-user-activity-feed li.views-row.photo-entry .views-field-body, .page-node-20091.node-type-page #page #content #main h1.title#page-title, .page-node-20096.node-type-page #page #content #main h1.title#page-title, .page-user.node-type-page #page #content #main h1.title#page-title {
  display: none;
}

.block {
  margin-bottom: 1em;
}

#block-menu-menu-home-one-page-menu, #block-menu-menu-home-one-page-linked, #block-menu-menu-menu-fixed, #block-menu-menu-one-page-anchored {
  margin-bottom: 0;
}

input.form-submit, #themebuilder-live-preview-theme-picker-form #edit-switch, #edit-submit, #edit-delete, #block-block-26 .joinCommLink, #block-block-26 .mailButton, #photoCarousel .pc-link, #block-views-home-one-page-carousel-block-1 .views-field-field-slide-link-url a, #block-views-home-one-page-carousel-block-2 .views-field-field-slide-link-url a, #block-views-home-one-page-carousel-block-3 .views-field-field-slide-link-url a, #block-views-home-one-page-carousel-block-1 .config-carousel, #block-views-home-one-page-carousel-block-2 .config-carousel, #block-views-home-one-page-carousel-block-3 .config-carousel, #tklbContainer #lightBoxContent.lightBoxContent .turnKeyTextWrapper .turnKeyMerchData .merchLink a, #tklbContainer #lightBoxContent.lightBoxContent .turnKeyTextWrapper .turnKeyGeneric .genericCTA a, .genericCTA a, .turnKeyMerchData .merchLink a, .mlist-outer-wrapper .mlist-wrapper input.submit, .mlist-outer-wrapper .mlist-wrapper input.submit-new, .mlist-outer-wrapper.sidebar-variants.embedded-inline-list .mlist-wrapper .mlist-popup, .mlist-outer-wrapper.sidebar-variants .mlist-join, .sph-con .sph-action, .page-user #block-views-user-profile-block-2 .view-footer a, .page-user.page-user-edit-profile .form-submit, .page-user.page-user-edit .form-submit, #user-login-dialog #edit-submit-dialog, #user-login-dialog #edit-submit--2-dialog, #user-register-form-dialog #edit-submit-dialog, #user-register-form-dialog #edit-submit--2-dialog, #user-pass-dialog #edit-submit-dialog, #user-pass-dialog #edit-submit--2-dialog, #user-login #edit-submit-dialog, #user-login #edit-submit--2-dialog, #user-register-form #edit-submit-dialog, #user-register-form #edit-submit--2-dialog, #user-pass #edit-submit-dialog, #user-pass #edit-submit--2-dialog, #user-login--2-dialog #edit-submit-dialog, #user-login--2-dialog #edit-submit--2-dialog {
  background: #ed3d3d;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
input.form-submit:hover, #themebuilder-live-preview-theme-picker-form #edit-switch:hover, #edit-submit:hover, #edit-delete:hover, #block-block-26 .joinCommLink:hover, #block-block-26 .mailButton:hover, #photoCarousel .pc-link:hover, #block-views-home-one-page-carousel-block-1 .views-field-field-slide-link-url a:hover, #block-views-home-one-page-carousel-block-2 .views-field-field-slide-link-url a:hover, #block-views-home-one-page-carousel-block-3 .views-field-field-slide-link-url a:hover, #block-views-home-one-page-carousel-block-1 .config-carousel:hover, #block-views-home-one-page-carousel-block-2 .config-carousel:hover, #block-views-home-one-page-carousel-block-3 .config-carousel:hover, #tklbContainer #lightBoxContent.lightBoxContent .turnKeyTextWrapper .turnKeyMerchData .merchLink a:hover, #tklbContainer #lightBoxContent.lightBoxContent .turnKeyTextWrapper .turnKeyGeneric .genericCTA a:hover, .genericCTA a:hover, .turnKeyMerchData .merchLink a:hover, .mlist-outer-wrapper .mlist-wrapper input.submit:hover, .mlist-outer-wrapper .mlist-wrapper input.submit-new:hover, .mlist-outer-wrapper.sidebar-variants.embedded-inline-list .mlist-wrapper .mlist-popup:hover, .mlist-outer-wrapper.sidebar-variants .mlist-join:hover, .sph-con .sph-action:hover, .page-user #block-views-user-profile-block-2 .view-footer a:hover, .page-user.page-user-edit-profile .form-submit:hover, .page-user.page-user-edit .form-submit:hover, #user-login-dialog #edit-submit-dialog:hover, #user-login-dialog #edit-submit--2-dialog:hover, #user-register-form-dialog #edit-submit-dialog:hover, #user-register-form-dialog #edit-submit--2-dialog:hover, #user-pass-dialog #edit-submit-dialog:hover, #user-pass-dialog #edit-submit--2-dialog:hover, #user-login #edit-submit-dialog:hover, #user-login #edit-submit--2-dialog:hover, #user-register-form #edit-submit-dialog:hover, #user-register-form #edit-submit--2-dialog:hover, #user-pass #edit-submit-dialog:hover, #user-pass #edit-submit--2-dialog:hover, #user-login--2-dialog #edit-submit-dialog:hover, #user-login--2-dialog #edit-submit--2-dialog:hover {
  background: #a1a1a1;
}

#block-block-516 .nav_header_meta a, #block-views-home-one-page-news-block-2 .nav_header_meta a, #block-views-home-one-page-photos-block-1 .nav_header_meta a, #block-views-home-one-page-video-block-1 .nav_header_meta a, .item-list .pager .pager-next.first.last a, #block-block-321 .more-link a {
  background: #fff;
  border: 2x solid #ed3d3d;
  color: #ed3d3d;
  cursor: pointer;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #ed3d3d;
}
#block-block-516 .nav_header_meta a:hover, #block-views-home-one-page-news-block-2 .nav_header_meta a:hover, #block-views-home-one-page-photos-block-1 .nav_header_meta a:hover, #block-views-home-one-page-video-block-1 .nav_header_meta a:hover, .item-list .pager .pager-next.first.last a:hover, #block-block-321 .more-link a:hover {
  background: #a1a1a1;
}

.block h2, #main h2, #postcontent-first h2, .page-music #main .view-display-id-page .block-title, .page-music-old #main .view-display-id-page .block-title, .page-node.node-type-page #page-title, .page-filter.page-filter-tips #page-title, .page-user #page-title {
  color: #a1a1a1;
  font-size: 24px;
  border-bottom: 3px solid #a1a1a1;
  margin: 1em 0;
  line-height: 2.5em;
}

div#block-block-851 .inner.tb-terminal .sectionTitle, #block-views-merch-block-1 .view-merch .sectionTitle, .view-home-one-page-photos .sectionTitle, div#block-views-home-one-page-video-block-1 .inner.tb-terminal .sectionTitle, .front #page #content .stack .stack-width div#block-views-albums-block-1 .inner.tb-terminal .view-header .sectionTitle, .front #page #content .stack .stack-width div#block-views-albums-block-7 .inner.tb-terminal .view-header .sectionTitle, #block-system-main .view-music > .view-header .sectionTitle, div#block-block-836 .inner .sectionTitle {
  font-size: 60px;
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  line-height: 1;
  letter-spacing: 17px;
  padding-top: 75px;
  padding-bottom: 35px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  div#block-block-851 .inner.tb-terminal .sectionTitle, #block-views-merch-block-1 .view-merch .sectionTitle, .view-home-one-page-photos .sectionTitle, div#block-views-home-one-page-video-block-1 .inner.tb-terminal .sectionTitle, .front #page #content .stack .stack-width div#block-views-albums-block-1 .inner.tb-terminal .view-header .sectionTitle, .front #page #content .stack .stack-width div#block-views-albums-block-7 .inner.tb-terminal .view-header .sectionTitle, #block-system-main .view-music > .view-header .sectionTitle, div#block-block-836 .inner .sectionTitle {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 15px;
    font-size: 50px;
    text-indent: 17px;
  }
}

.page-node-24151 #page #content #main h1.title#page-title, .page-news-v1 #page #content #main h1.title#page-title, #block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row h1, .page-photo-v1 #page #content #main h1.title#page-title, .page-photo #page #content #main h1.title#page-title, .page-tour div#content-inner .sectionTitle {
  font-size: 60px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 15px;
  border-bottom: none;
  margin: 60px 0 6px;
  line-height: normal;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .page-node-24151 #page #content #main h1.title#page-title, .page-news-v1 #page #content #main h1.title#page-title, #block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row h1, .page-photo-v1 #page #content #main h1.title#page-title, .page-photo #page #content #main h1.title#page-title, .page-tour div#content-inner .sectionTitle {
    text-align: center;
    line-height: normal;
    margin: 45px 0 6px;
    font-size: 50.01px;
  }
}

#block-views-home-one-page-news-detail-block .views-row .views-field-title span, #block-views-home-one-page-news-detail-block .views-row .views-field-title span a, .view-home-one-page-masonry .views-row .views-field-title a {
  color: #fff;
  display: block;
  font-size: 1.1em;
  line-height: 1.25em;
  margin: 0.3125em 0 0.625em;
}
#block-views-home-one-page-news-detail-block .views-row .views-field-title span:hover, #block-views-home-one-page-news-detail-block .views-row .views-field-title span a:hover, .view-home-one-page-masonry .views-row .views-field-title a:hover {
  color: #ed3d3d;
}

#block-block-431 .content {
  width: 100%;
}
#block-block-431 .content > div {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
#block-block-431 .content iframe,
#block-block-431 .content object,
#block-block-431 .content embed {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#block-views-home-one-page-news-detail-block .views-row .views-field-title {
  margin-bottom: 0.5em;
}
#block-views-home-one-page-news-detail-block .views-row .views-field-title span, #block-views-home-one-page-news-detail-block .views-row .views-field-title span a {
  font-size: 1.5em;
  margin: 0;
}
#block-views-home-one-page-news-detail-block .views-row .views-field-created {
  margin-bottom: 1.5em;
  font-size: 1.05em;
}
@media only screen and (max-width: 767px) {
  #block-views-home-one-page-news-detail-block .views-row .views-field-created {
    font-size: 1em;
  }
}
#block-views-home-one-page-news-detail-block .views-row .views-field-created em {
  font-style: normal;
}
#block-views-home-one-page-news-detail-block .views-row .views-field.views-field-body p {
  margin-top: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .node-type-blog #block-block-26 {
    width: 100%;
  }
  .node-type-blog #block-block-26 .description {
    margin: 0 auto;
  }
  .node-type-blog #block-block-96 {
    float: left;
    width: 50%;
  }
  .node-type-blog #block-block-91 {
    clear: none;
    float: right;
    width: 40%;
  }
}

.view-categories .view-content ul li {
  width: 100%;
  margin: 0 0 0.5em;
}
.view-categories h3 {
  font-size: 1em;
  margin-bottom: 0.5em;
}
.view-categories p {
  margin: 0 0 0.5em;
}
.view-categories a.active {
  color: #a1a1a1;
}
.view-categories a.active:hover {
  color: #a1a1a1;
}

#block-block-516, #block-views-home-one-page-news-block-2, #block-views-home-one-page-photos-block-1, #block-views-home-one-page-video-block-1 {
  position: relative;
}
#block-block-516 .nav_header_meta, #block-views-home-one-page-news-block-2 .nav_header_meta, #block-views-home-one-page-photos-block-1 .nav_header_meta, #block-views-home-one-page-video-block-1 .nav_header_meta {
  position: absolute;
  right: 0;
  top: 3px;
}
#block-block-516 .nav_header_meta a, #block-views-home-one-page-news-block-2 .nav_header_meta a, #block-views-home-one-page-photos-block-1 .nav_header_meta a, #block-views-home-one-page-video-block-1 .nav_header_meta a {
  padding: 0.75em;
  font-size: 0.8em;
}

@media only screen and (min-width: 768px) {
  .node-type-blog .pane {
    margin-top: 29px;
  }
}

.page-node-20091 #content, .page-node-20096 #content {
  min-height: calc(100vh - 390px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page-node-20091 #content, .page-node-20096 #content {
    min-height: calc(100vh - 450px);
  }
}

* {
  outline: none;
}

@-o-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-webkit-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
body {
  color: #fff;
  font-size: 16px;
  font-family: "Josefin Sans", sans-serif;
  background-color: #000000;
  line-height: 1.35;
  font-weight: 700;
  -webkit-text-size-adjust: 100%;
}

a, .sidebar a, li a.active {
  color: #ed3d3d;
  text-decoration: none;
}
a:hover, .sidebar a:hover, li a.active:hover {
  color: #a1a1a1;
}
a:active, .sidebar a:active, li a.active:active {
  color: #ed3d3d;
}
a:hover, .sidebar a:hover, li a.active:hover {
  text-decoration: none;
  color: #fff;
}

ul, li, .item-list ul, .action-links {
  padding: 0 0 4px 1px;
}

/**********[===== RESETS ======]***************/
.msie8 img {
  max-width: none;
}

.wrapper-content .block + .block, .views-row, .pane {
  margin: 0;
}

input.form-submit {
  padding: 0.5em;
}

.stack-preheader .col {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}
.stack-preheader .col.col-first {
  background: #000000;
}
.stack-preheader .col .block {
  margin: 0;
}
.stack-preheader .col-second {
  background: #000000;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .stack-preheader .col-second {
    background: transparent;
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    float: none;
    text-align: center;
  }
}
.stack-preheader .col-second.sticky {
  position: fixed;
  width: 100%;
  left: 50%;
  top: 0;
  z-index: 20000;
  border-top: 0;
  background: #000000;
}
@media only screen and (min-width: 768px) {
  .stack-preheader .col-second #preheader-second-region {
    max-width: 718px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .stack-preheader .col-second #preheader-second-region {
    max-width: 993px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1403px) {
  .stack-preheader .col-second #preheader-second-region {
    max-width: 1203px;
    margin: 0 auto;
  }
}

.col-c {
  min-height: auto !important;
}

.stack, .stack-width, .wrapper {
  position: static;
}

.stack .box {
  padding-left: 0;
  padding-right: 0;
}

.region-header .page-element {
  max-height: 50px;
  max-width: 100%;
  width: auto;
}

#content .stack .stack-width {
  margin: 0 3.6%;
}

#content > .tb-terminal > div {
  padding: 0;
}

.fb_iframe_widget span {
  height: 20px !important;
  width: 80px !important;
  vertical-align: top !important;
}

.fb_iframe_widget span iframe {
  min-height: 20px !important;
  min-width: 80px !important;
}

.fb_iframe_widget {
  vertical-align: top;
}

.ui-dialog .form-submit {
  font-family: "Josefin Sans", sans-serif;
}

/* Global */
.msie8 .item-list ul li {
  margin-left: 0;
}

div.messages.status {
  background-color: #363938;
  color: #FFFFFF;
}

.item-list .pager {
  text-align: right;
}
.item-list .pager .pager-next.first.last {
  right: 0;
}
.item-list .pager .pager-next.first.last a {
  float: right;
  padding: 10px;
  font-size: 12.16px;
}

#themebuilder-live-preview-theme-picker-form #edit-switch {
  padding: 10px;
  font-size: 0.8em;
}

#edit-submit, #edit-delete {
  padding: 10px;
  font-size: 0.8em;
  float: left;
  margin-right: 1em;
}

/*Fixing node detail pages's SEO*/
.page-node-add .node-forum-form div > .vertical-tabs {
  display: none;
}

/*Mobile equalize column fix*/
@media only screen and (max-width: 1023px) {
  .col-a.sidebar.right.tb-height-balance.tb-region.tb-scope.tb-sidebar.tb-right, .col-c.tb-height-balance.tb-region.tb-scope.tb-primary {
    min-height: 0 !important;
  }
}
/*VIEW ALL STYLINGS */
#block-views-home-one-page-photos-block-1 .content .nav_header_meta, #block-views-home-one-page-video-block-1 .content .nav_header_meta {
  top: 3;
}
@media only screen and (min-width: 768px) {
  #block-views-home-one-page-photos-block-1 .content .nav_header_meta, #block-views-home-one-page-video-block-1 .content .nav_header_meta {
    top: 27px;
  }
}

.stack-precontent .field-type-file {
  float: none;
  margin-right: 0;
}

/*banner default hiding  */
#block-views-banners-block {
  width: 720px;
  margin: 0px auto;
}

.view-banners .view-filters, .view-banners .view-content {
  display: none;
}

input:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}

/*HoneyPot fix*/
.honeypot-textfield, .url-textfield, .homepage-textfield {
  display: none !important;
}

#page #content #main h1.title#page-title {
  margin: 1em 0;
  line-height: 2.5em;
}

/*ajax Throbber*/
.throbber,
.ajax-progress .throbber {
  background: none;
}

.ajax-progress-throbber {
  position: absolute;
}

.throbber:before {
  content: "";
  display: "inline-block";
  background-color: #fff;
  position: absolute;
  left: 10px;
}

.throbber:after {
  content: "";
  display: "inline-block";
  background-color: #fff;
  position: absolute;
  right: 10px;
}

.throbber {
  position: absolute;
  margin-left: 10px;
  width: 18px;
  height: 18px;
}

.throbber:after,
.throbber:before {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.3s infinite ease-in-out;
  animation: bouncedelay 1.3s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.throbber:after {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
#dialog .ajax-progress {
  display: block;
  margin: 0 auto;
  width: 20px;
}

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

.fade-content > * {
  transition: ease opacity .25s, ease transform .25s;
}

.block + .block, form {
  margin: 0;
}

#copyright {
  display: none;
}

.not-front .tabs {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .not-front #main {
    margin: 122px 0 0 0;
  }
}
.not-front #block-block-831 {
  background-color: #000000;
}
.not-front #block-block-831 .logoWrapper {
  margin: 30px auto 10px;
  margin-bottom: 0;
  line-height: 42px;
}
.not-front #block-block-831 .navLinks.open ul.menu li, .not-front #block-block-831 ul.menu li.expanded ul.menu {
  height: auto;
  line-height: normal;
}
.not-front .stack-preheader .col-second {
  height: 122px;
  line-height: 122px;
  background: #000000;
  top: 0;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  .not-front .stack-preheader .col-second {
    height: 100px;
    line-height: 100px;
    left: 0;
  }
}
.not-front #block-menu-menu-home-one-page-linked ul.menu li.expanded ul.menu {
  height: auto;
  line-height: normal;
}
.not-front #block-menu-menu-home-one-page-menu .content ul.menu, .not-front #block-menu-menu-home-one-page-linked .content ul.menu,
.not-front #block-menu-menu-menu-fixed .content ul.menu, .not-front #block-menu-menu-one-page-anchored .content ul.menu {
  padding: 0px;
  text-align: center;
}
.not-front #block-menu-menu-home-one-page-menu .content ul.menu li a,
.not-front #block-menu-menu-home-one-page-linked .content ul.menu li a,
.not-front #block-menu-menu-menu-fixed .content ul.menu li a,
.not-front #block-menu-menu-one-page-anchored .content ul.menu li a {
  text-align: center;
}

/**********[===== LAYOUT ======]***************/
.page-width {
  width: 100%;
  margin: 0;
}

#content .stack .stack-width, #prefooter, #header-inner {
  margin: 0 3.6%;
}
@media only screen and (min-width: 768px) {
  #content .stack .stack-width, #prefooter, #header-inner {
    max-width: 718px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  #content .stack .stack-width, #prefooter, #header-inner {
    max-width: 993px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1403px) {
  #content .stack .stack-width, #prefooter, #header-inner {
    max-width: 1203px;
    margin: 0 auto;
  }
}

.front #content {
  padding: 0;
  margin-top: 20px;
  /* 
   * Region selector and Region background color are mandatory params.
   * Region's header color and Region's font color can be passed as third and final param respectively.
   * If not passed third and final param will be set to site defaults. 
  */
}
.front #content #content-top {
  background: #363938;
}
.front #content #content-top .block h2 {
  color: #a1a1a1;
  border-bottom: 3px solid #a1a1a1;
}
.front #content #content-top .content div, .front #content #content-top .content span, .front #content #content-top .content p {
  color: #FFFFFF;
}
.front #content #content-top .content div#errorMsg, .front #content #content-top .content div#serverError, .front #content #content-top .content span#errorMsg, .front #content #content-top .content span#serverError, .front #content #content-top .content p#errorMsg, .front #content #content-top .content p#serverError {
  color: red;
}
.front #content #postcontent-first {
  background: #D6D6D6;
}
.front #content #postcontent-first .block h2 {
  color: #a1a1a1;
  border-bottom: 3px solid #a1a1a1;
}
.front #content #postcontent-first .content div, .front #content #postcontent-first .content span, .front #content #postcontent-first .content p {
  color: #FFFFFF;
}
.front #content #postcontent-first .content div#errorMsg, .front #content #postcontent-first .content div#serverError, .front #content #postcontent-first .content span#errorMsg, .front #content #postcontent-first .content span#serverError, .front #content #postcontent-first .content p#errorMsg, .front #content #postcontent-first .content p#serverError {
  color: red;
}

.page-node #main .pane .tabs, .page-home-onepage #main .pane .tabs, .page-home-onepage-a #main .pane .tabs, .page-home-onepage-b #main .pane .tabs, .page-node-17741 #main .pane .tabs, .page-home-onepage-isotope #main .pane .tabs, .front #main .pane .tabs, .page-forum #main .pane .tabs {
  display: block;
  margin: 0;
}

.sidebar .block, .block-aggregator ul li + li {
  border: none;
}

@media only screen and (min-width: 768px) {
  body.node-type-photo #block-views-home-one-page-photos-block {
    width: 100%;
    float: none;
  }
}
.body-layout-fixed-ca #main {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .body-layout-fixed-ca #main {
    float: left;
  }
}
.body-layout-fixed-ca #sidebar-a {
  width: 100%;
  margin: 1.8em 0 0;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .body-layout-fixed-ca #main {
    width: 66%;
    margin: 0 1% 0 0;
  }
  .body-layout-fixed-ca #sidebar-a {
    width: 32%;
    margin: 1.5em 0 0 1%;
  }
}

/**********[===== HOME ONE PAGE B ======]***************/
.page-node-17741 #header {
  background: none;
  position: relative;
  margin: 0px;
}
.page-node-17741 #header-inner {
  position: absolute;
  left: 14%;
  top: 3.5%;
  z-index: 1;
  width: 100%;
}

.page-home-onepage-b #preheader, .page-home-onepage-a #preheader, .page-node-17741 #preheader {
  background: #fff;
}
.page-home-onepage-b #preheader #block-block-126, .page-home-onepage-a #preheader #block-block-126, .page-node-17741 #preheader #block-block-126 {
  margin-bottom: 0;
}
.page-home-onepage-b .stack-preheader .col-second, .page-home-onepage-a .stack-preheader .col-second, .page-node-17741 .stack-preheader .col-second {
  max-width: 100%;
  margin: 0;
}
.page-home-onepage-b .stack-preheader .col-second #preheader-second-region, .page-home-onepage-a .stack-preheader .col-second #preheader-second-region, .page-node-17741 .stack-preheader .col-second #preheader-second-region {
  float: none;
}
.page-home-onepage-b #block-menu-menu-home-one-page-menu .content ul.menu, .page-home-onepage-b #block-menu-menu-home-one-page-linked .content ul.menu, .page-home-onepage-b #block-menu-menu-menu-fixed .content ul.menu, .page-home-onepage-b #block-menu-menu-one-page-anchored .content ul.menu, .page-home-onepage-a #block-menu-menu-home-one-page-menu .content ul.menu, .page-home-onepage-a #block-menu-menu-home-one-page-linked .content ul.menu, .page-home-onepage-a #block-menu-menu-menu-fixed .content ul.menu, .page-home-onepage-a #block-menu-menu-one-page-anchored .content ul.menu, .page-node-17741 #block-menu-menu-home-one-page-menu .content ul.menu, .page-node-17741 #block-menu-menu-home-one-page-linked .content ul.menu, .page-node-17741 #block-menu-menu-menu-fixed .content ul.menu, .page-node-17741 #block-menu-menu-one-page-anchored .content ul.menu {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .page-home-onepage-b #block-menu-menu-home-one-page-menu .content ul.menu, .page-home-onepage-b #block-menu-menu-home-one-page-linked .content ul.menu, .page-home-onepage-b #block-menu-menu-menu-fixed .content ul.menu, .page-home-onepage-b #block-menu-menu-one-page-anchored .content ul.menu, .page-home-onepage-a #block-menu-menu-home-one-page-menu .content ul.menu, .page-home-onepage-a #block-menu-menu-home-one-page-linked .content ul.menu, .page-home-onepage-a #block-menu-menu-menu-fixed .content ul.menu, .page-home-onepage-a #block-menu-menu-one-page-anchored .content ul.menu, .page-node-17741 #block-menu-menu-home-one-page-menu .content ul.menu, .page-node-17741 #block-menu-menu-home-one-page-linked .content ul.menu, .page-node-17741 #block-menu-menu-menu-fixed .content ul.menu, .page-node-17741 #block-menu-menu-one-page-anchored .content ul.menu {
    padding: 8.5px 0;
    text-align: center;
  }
}
.page-home-onepage-b #block-views-user-profile-block-3, .page-home-onepage-a #block-views-user-profile-block-3, .page-node-17741 #block-views-user-profile-block-3 {
  float: right;
  padding-right: 14%;
  color: #A1A1A1;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .page-home-onepage-b #block-views-user-profile-block-3, .page-home-onepage-a #block-views-user-profile-block-3, .page-node-17741 #block-views-user-profile-block-3 {
    right: 20%;
  }
}
.page-home-onepage-b #block-views-home-one-page-carousel-block-2, .page-home-onepage-a #block-views-home-one-page-carousel-block-2, .page-node-17741 #block-views-home-one-page-carousel-block-2 {
  margin: 0px;
  background: #fff;
}
.page-home-onepage-b #block-views-home-one-page-carousel-block-2 .view-home-one-page-carousel, .page-home-onepage-a #block-views-home-one-page-carousel-block-2 .view-home-one-page-carousel, .page-node-17741 #block-views-home-one-page-carousel-block-2 .view-home-one-page-carousel {
  position: relative;
}
@media only screen and (min-width: 320px) {
  .page-home-onepage-b #header-inner, .page-home-onepage-a #header-inner, .page-node-17741 #header-inner {
    overflow: visible;
  }
}

/* *********[===== LOGO AND MENU ======]***************/
.site-name a {
  width: 172px;
  height: 27px;
  background-size: contain;
  padding: 10px 0;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url(/sites/g/files/g2000007436/f/201306/home-onepage-logo.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
}
.site-name a span {
  display: none;
}
@media only screen and (min-width: 768px) {
  .site-name a {
    margin-top: 0px;
  }
}

.msie8 .site-name a {
  background-image: url("/sites/g/files/g2000007436/f/201306/home-onepage-logo.png");
}

#header {
  background: #fff;
  margin: 0 0 1em 0;
}

#header-inner {
  overflow: hidden;
  clear: both;
}

#header-inner, #navigation {
  clear: none;
}
#header-inner:after, #navigation:after {
  clear: none;
}

.page-element.site-name-wrapper {
  float: left;
  margin-left: 0.8em;
}
.page-element.site-name-wrapper #site-name {
  line-height: 1em;
  font-size: 0;
}
@media only screen and (min-width: 768px) {
  .page-element.site-name-wrapper {
    margin: 0;
  }
}

#block-menu-menu-home-one-page-menu, #block-menu-menu-home-one-page-linked, #block-menu-menu-menu-fixed, #block-menu-menu-one-page-anchored {
  clear: none;
  float: right;
  margin-top: 0.8em;
  margin-right: 0.8em;
  width: auto;
  display: none;
}
@media only screen and (min-width: 768px) {
  #block-menu-menu-home-one-page-menu, #block-menu-menu-home-one-page-linked, #block-menu-menu-menu-fixed, #block-menu-menu-one-page-anchored {
    margin-right: 0;
    display: block;
  }
}

#block-menu-menu-home-one-page-menu .content, #block-menu-menu-home-one-page-linked .content, #block-menu-menu-menu-fixed .content, #block-menu-menu-one-page-anchored .content {
  background: url("/sites/g/files/g2000007436/f/201306/home-onepage-mobile_menu.png") no-repeat scroll right 0 transparent;
  cursor: pointer;
  height: 1.25em;
  margin-top: 13%;
  width: 1.5625em;
}
#block-menu-menu-home-one-page-menu .content ul.menu, #block-menu-menu-home-one-page-linked .content ul.menu, #block-menu-menu-menu-fixed .content ul.menu, #block-menu-menu-one-page-anchored .content ul.menu {
  position: absolute;
  left: 0;
  top: 70px;
  z-index: 100000;
  margin-top: 0;
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  #block-menu-menu-home-one-page-menu .content ul.menu, #block-menu-menu-home-one-page-linked .content ul.menu, #block-menu-menu-menu-fixed .content ul.menu, #block-menu-menu-one-page-anchored .content ul.menu {
    margin-top: 0;
    margin-bottom: 0;
    padding: 13.5px 0;
  }
}
@media only screen and (min-width: 768px) {
  #block-menu-menu-home-one-page-menu .content ul.menu, #block-menu-menu-home-one-page-linked .content ul.menu, #block-menu-menu-menu-fixed .content ul.menu, #block-menu-menu-one-page-anchored .content ul.menu {
    padding: 11.5px 0;
  }
}
#block-menu-menu-home-one-page-menu .content ul.menu li, #block-menu-menu-home-one-page-linked .content ul.menu li, #block-menu-menu-menu-fixed .content ul.menu li, #block-menu-menu-one-page-anchored .content ul.menu li {
  background: #fff;
  border-top: 1px solid #a1a1a1;
  text-align: center;
  width: 100%;
  margin: 0;
  padding-left: 0;
}
#block-menu-menu-home-one-page-menu .content ul.menu li a, #block-menu-menu-home-one-page-linked .content ul.menu li a, #block-menu-menu-menu-fixed .content ul.menu li a, #block-menu-menu-one-page-anchored .content ul.menu li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  position: relative;
  letter-spacing: 4px;
  min-width: 60px;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #block-menu-menu-home-one-page-menu, #block-menu-menu-home-one-page-linked, #block-menu-menu-menu-fixed, #block-menu-menu-one-page-anchored {
    float: right;
  }
  #block-menu-menu-home-one-page-menu ul.menu, #block-menu-menu-home-one-page-linked ul.menu, #block-menu-menu-menu-fixed ul.menu, #block-menu-menu-one-page-anchored ul.menu {
    margin-bottm: 1.3em;
  }
  #block-menu-menu-home-one-page-menu ul.menu li a, #block-menu-menu-home-one-page-linked ul.menu li a, #block-menu-menu-menu-fixed ul.menu li a, #block-menu-menu-one-page-anchored ul.menu li a {
    font-size: 1.4em;
  }
}

#block-menu-menu-home-one-page-menu .content ul.menu {
  position: absolute;
  left: 0;
  top: 43px;
  padding: 0;
}

#block-menu-menu-one-page-anchored .content ul.menu {
  position: absolute;
  left: 0;
  top: 43px;
  padding: 0;
}

#block-menu-menu-menu-fixed {
  margin-bottom: 0.8em;
}
#block-menu-menu-menu-fixed .content ul.menu {
  position: absolute;
  left: 0;
  top: 43px;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  #block-menu-menu-home-one-page-menu, #block-menu-menu-home-one-page-linked, #block-menu-menu-menu-fixed, #block-menu-menu-one-page-anchored {
    margin-top: 0;
    float: none;
    text-align: center;
  }
  #block-menu-menu-home-one-page-menu .content, #block-menu-menu-home-one-page-linked .content, #block-menu-menu-menu-fixed .content, #block-menu-menu-one-page-anchored .content {
    background: none;
    cursor: default;
    height: auto;
    margin-top: 0;
    width: auto;
  }
  #block-menu-menu-home-one-page-menu .content ul.menu, #block-menu-menu-home-one-page-linked .content ul.menu, #block-menu-menu-menu-fixed .content ul.menu, #block-menu-menu-one-page-anchored .content ul.menu {
    display: block;
    position: static;
  }
  #block-menu-menu-home-one-page-menu .content ul.menu li, #block-menu-menu-home-one-page-linked .content ul.menu li, #block-menu-menu-menu-fixed .content ul.menu li, #block-menu-menu-one-page-anchored .content ul.menu li {
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    float: left;
    height: auto;
    margin-right: 1em;
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  #block-menu-menu-home-one-page-menu .content ul.menu li, #block-menu-menu-home-one-page-linked .content ul.menu li, #block-menu-menu-menu-fixed .content ul.menu li, #block-menu-menu-one-page-anchored .content ul.menu li {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
  #block-menu-menu-home-one-page-menu .content ul.menu li, #block-menu-menu-home-one-page-linked .content ul.menu li, #block-menu-menu-menu-fixed .content ul.menu li, #block-menu-menu-one-page-anchored .content ul.menu li {
    margin-right: 24px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1403px) {
  #block-menu-menu-home-one-page-menu .content ul.menu li, #block-menu-menu-home-one-page-linked .content ul.menu li, #block-menu-menu-menu-fixed .content ul.menu li, #block-menu-menu-one-page-anchored .content ul.menu li {
    margin-right: 85px;
  }
}
@media only screen and (min-width: 768px) {
  #block-menu-menu-home-one-page-menu .content ul.menu li.last, #block-menu-menu-home-one-page-linked .content ul.menu li.last, #block-menu-menu-menu-fixed .content ul.menu li.last, #block-menu-menu-one-page-anchored .content ul.menu li.last {
    margin-right: 0;
  }
  #block-menu-menu-home-one-page-menu .content ul.menu li a, #block-menu-menu-home-one-page-linked .content ul.menu li a, #block-menu-menu-menu-fixed .content ul.menu li a, #block-menu-menu-one-page-anchored .content ul.menu li a {
    line-height: 1;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
  #block-menu-menu-home-one-page-menu .content ul.menu li a, #block-menu-menu-home-one-page-linked .content ul.menu li a, #block-menu-menu-menu-fixed .content ul.menu li a, #block-menu-menu-one-page-anchored .content ul.menu li a {
    font-size: 11px;
  }
}
@media only screen and (min-width: 768px) {
  #block-menu-menu-home-one-page-menu .content ul.menu li a:before, #block-menu-menu-home-one-page-linked .content ul.menu li a:before, #block-menu-menu-menu-fixed .content ul.menu li a:before, #block-menu-menu-one-page-anchored .content ul.menu li a:before {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  #block-menu-menu-home-one-page-menu .content ul.menu li a:hover:before, #block-menu-menu-home-one-page-linked .content ul.menu li a:hover:before, #block-menu-menu-menu-fixed .content ul.menu li a:hover:before, #block-menu-menu-one-page-anchored .content ul.menu li a:hover:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 12px;
    left: -18px;
    border-radius: 50px;
    top: -2px;
    height: 12px;
    background: red;
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
  #block-menu-menu-home-one-page-menu .content ul.menu li a:hover:before, #block-menu-menu-home-one-page-linked .content ul.menu li a:hover:before, #block-menu-menu-menu-fixed .content ul.menu li a:hover:before, #block-menu-menu-one-page-anchored .content ul.menu li a:hover:before {
    left: -16px;
  }
}
@media only screen and (min-width: 768px) {
  #block-menu-menu-home-one-page-menu .content ul.menu li a.active:before, #block-menu-menu-home-one-page-linked .content ul.menu li a.active:before, #block-menu-menu-menu-fixed .content ul.menu li a.active:before, #block-menu-menu-one-page-anchored .content ul.menu li a.active:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 12px;
    left: -18px;
    border-radius: 50px;
    top: -2px;
    height: 12px;
    background: red;
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
  #block-menu-menu-home-one-page-menu .content ul.menu li a.active:before, #block-menu-menu-home-one-page-linked .content ul.menu li a.active:before, #block-menu-menu-menu-fixed .content ul.menu li a.active:before, #block-menu-menu-one-page-anchored .content ul.menu li a.active:before {
    left: -16px;
  }
}

@media only screen and (min-width: 768px) {
  #header-inner, #navigation {
    clear: none;
  }

  #header-inner {
    margin-top: 0.35em;
  }

  .stack-navigation .menu a {
    padding: 0 1em;
  }
}
#navigation .content > .menu > li.last > a {
  padding-right: 0.7em;
}

.stack-navigation .menu {
  background: none;
}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 20000;
  border-top: 0;
}

h1#site-name {
  font-size: 0;
}

div#block-block-761 {
  float: left;
}

#block-block-821 div#outerBannerWrapper {
  width: 100%;
  height: 100%;
  padding-top: 0%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #block-block-821 div#outerBannerWrapper {
    font-size: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #block-block-821 div#outerBannerWrapper {
    overflow: hidden;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
  #block-block-821 div#outerBannerWrapper {
    height: auto;
  }
}
#block-block-821 div#outerBannerWrapper .bannerWrapper img {
  width: 100%;
  height: auto;
}
#block-block-821 div#outerBannerWrapper .bannerWrapper img.desktopOnly {
  display: none;
}
@media only screen and (min-width: 768px) {
  #block-block-821 div#outerBannerWrapper .bannerWrapper img.desktopOnly {
    display: block;
  }
}
#block-block-821 div#outerBannerWrapper .bannerWrapper img.mobileOnly {
  display: block;
}
@media only screen and (min-width: 768px) {
  #block-block-821 div#outerBannerWrapper .bannerWrapper img.mobileOnly {
    display: none;
  }
}
#block-block-821 div#outerBannerWrapper .logoWrapper {
  display: none;
}
@media only screen and (min-width: 768px) {
  #block-block-821 div#outerBannerWrapper .logoWrapper {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#block-block-821 div#outerBannerWrapper .logoWrapper a {
  display: block;
}
#block-block-821 div#outerBannerWrapper .headerBottom {
  position: absolute;
  bottom: 50px;
  width: 100%;
  left: 0px;
  max-width: 998px;
  right: 0;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #block-block-821 div#outerBannerWrapper .headerBottom {
    position: static;
    background: #000000;
    padding: 20px 0 15px;
  }
}
#block-block-821 div#outerBannerWrapper .headerBottom a {
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  #block-block-821 div#outerBannerWrapper .headerBottom a {
    text-shadow: 0px 0px 15px #fff;
    padding: 10px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 768px) {
  #block-block-821 div#outerBannerWrapper .headerBottom a:hover {
    opacity: 0.8;
  }
}
#block-block-821 div#outerBannerWrapper .headerBottom img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
  margin-top: -6px;
}
#block-block-821 div#outerBannerWrapper .headerBottom span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 14px;
}
#block-block-821 div#outerBannerWrapper .headerBottom span.watchSpan {
  font-weight: 100;
}

#block-block-831 {
  display: block;
}
@media only screen and (min-width: 768px) {
  #block-block-831 {
    display: none;
  }
}
#block-block-831 .logoWrapper {
  text-align: center;
  max-width: 250px;
  margin: 20px auto 10px;
}
#block-block-831 a#mobileMenu {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 4px;
  max-width: 57px;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  line-height: 1;
  margin-bottom: 15px;
  box-sizing: border-box;
}
#block-block-831 a#mobileMenu.sticky {
  max-width: none;
  border: none;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 0 6px;
  background: #000000;
}
#block-block-831 a#menuClose {
  display: none;
}
#block-block-831 .navLinks.open {
  position: fixed;
  width: 100%;
  height: 101vh;
  background: rgba(0, 0, 0, 0.88);
  display: block;
  overflow-y: scroll;
  top: 0px;
  z-index: 20001;
}
#block-block-831 .navLinks.open a#menuClose {
  letter-spacing: 0px;
  font-size: 45px;
  color: #fff;
  text-align: right;
  position: absolute;
  right: 10px;
  top: 5px;
  line-height: 1;
  display: block;
  font-weight: 400;
}
#block-block-831 .navLinks.open ul.menu {
  float: none;
  text-align: center;
  padding: 15px 0 30px;
}
#block-block-831 .navLinks.open ul.menu li {
  display: block;
  margin: 35px 0 0;
  float: none;
  text-align: center;
  padding: 0;
}
#block-block-831 .navLinks.open ul.menu li a {
  color: #fff;
  font-size: 14px;
  position: relative;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}
#block-block-831 .navLinks.open ul.menu li a:before {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#block-block-831 .navLinks.open ul.menu li a:hover:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 13px;
  left: -22px;
  border-radius: 50px;
  top: 0px;
  height: 13px;
  background: red;
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #block-block-831 .navLinks.open ul.menu li a:hover:before {
    left: -16px;
  }
}
#block-block-831 .navLinks.open ul.menu li a.active:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 13px;
  left: -22px;
  border-radius: 50px;
  top: 0px;
  height: 13px;
  background: red;
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #block-block-831 .navLinks.open ul.menu li a.active:before {
    left: -16px;
  }
}
#block-block-831 .navLinks.open ul.menu li a.main {
  display: none;
}

.touch #block-menu-menu-home-one-page-linked .content ul.menu li a.hover:before {
  opacity: 0;
}

#block-block-831 ul.menu li.expanded, #block-menu-menu-home-one-page-linked ul.menu li.expanded {
  position: relative;
}
#block-block-831 ul.menu li.expanded ul.menu, #block-menu-menu-home-one-page-linked ul.menu li.expanded ul.menu {
  position: absolute;
  top: 25px;
  left: -25px;
  text-align: center;
  display: none;
  z-index: 9999;
  width: 130px;
  padding: 10px;
  background: #000000;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #block-block-831 ul.menu li.expanded ul.menu, #block-menu-menu-home-one-page-linked ul.menu li.expanded ul.menu {
    left: -30px;
    width: 110px;
  }
}
@media only screen and (max-width: 767px) {
  #block-block-831 ul.menu li.expanded ul.menu, #block-menu-menu-home-one-page-linked ul.menu li.expanded ul.menu {
    position: static;
    transform: none;
    margin: 0 auto;
    padding: 0;
    display: block;
    background: transparent;
  }
}
#block-block-831 ul.menu li.expanded ul.menu li, #block-menu-menu-home-one-page-linked ul.menu li.expanded ul.menu li {
  margin: 20px 0;
  border: none;
}
@media only screen and (max-width: 767px) {
  #block-block-831 ul.menu li.expanded ul.menu li, #block-menu-menu-home-one-page-linked ul.menu li.expanded ul.menu li {
    margin: 35px 0 0;
  }
}
#block-block-831 ul.menu li.expanded ul.menu li a, #block-menu-menu-home-one-page-linked ul.menu li.expanded ul.menu li a {
  text-align: center;
  min-width: auto;
}
#block-block-831 ul.menu li.expanded span.showsubmenu, #block-menu-menu-home-one-page-linked ul.menu li.expanded span.showsubmenu {
  position: absolute;
  right: -20px;
  top: -5px;
  cursor: pointer;
  text-indent: -99999px;
  background: url("/sites/g/files/g2000007436/f/201804/dropdown.png") no-repeat right 0 center transparent;
  padding-right: 5px;
  background-size: 85% auto;
  height: 20px;
  width: 15px;
}
@media only screen and (max-width: 767px) {
  #block-block-831 ul.menu li.expanded span.showsubmenu, #block-menu-menu-home-one-page-linked ul.menu li.expanded span.showsubmenu {
    display: none;
  }
}
#block-block-831 ul.menu li.expanded span.showsubmenu.less, #block-menu-menu-home-one-page-linked ul.menu li.expanded span.showsubmenu.less {
  transform: rotate(180deg);
}

/***********[===== LOGGED OUT ======]***********/
#block-block-126 .content li {
  float: right;
  margin-left: 1em;
  margin-top: 4px;
  padding-bottom: 0;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  #block-block-126 .content li {
    font-size: 13px;
  }
}
#block-block-126 .content li.join-link {
  border-right: 1px solid #a1a1a1;
  margin-right: 0;
  padding-right: 1em;
  margin-left: 0;
}
#block-block-126 .content li a {
  color: #a1a1a1;
}
#block-block-126 .content li a:hover {
  color: #ed3d3d;
}

.region-preheader-first {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .region-preheader-first {
    max-width: 718px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .region-preheader-first {
    max-width: 993px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1403px) {
  .region-preheader-first {
    max-width: 1203px;
    margin: 0 auto;
  }
}
.region-preheader-first #block-block-126 ul, .region-preheader-first #block-views-user-profile-block-3 ul {
  text-align: right;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .region-preheader-first #block-block-126 ul, .region-preheader-first #block-views-user-profile-block-3 ul {
    max-width: 718px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .region-preheader-first #block-block-126 ul, .region-preheader-first #block-views-user-profile-block-3 ul {
    max-width: 993px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1403px) {
  .region-preheader-first #block-block-126 ul, .region-preheader-first #block-views-user-profile-block-3 ul {
    max-width: 1203px;
    margin: 0 auto;
  }
}

#preheader-first-region {
  background: #000000;
}

.page-node-17751 .region-preheader-first, .page-node-17746 .region-preheader-first, .page-node-17756 .region-preheader-first {
  margin: 0 auto;
}

/***********[===== LOGGED IN ======]***********/
#block-views-user-profile-block-3 {
  color: #a1a1a1;
}
#block-views-user-profile-block-3 .hover-user-menu {
  background: #fff;
  position: absolute;
  right: 0;
  width: 9em;
  z-index: 10;
}
#block-views-user-profile-block-3 .hover-user-menu li {
  border-top: 1px solid #a1a1a1;
  padding: 0.2em;
  text-align: center;
}
#block-views-user-profile-block-3 .hover-user-menu li:first-child {
  border-top: none;
}
#block-views-user-profile-block-3 .hoverme {
  position: relative;
}
#block-views-user-profile-block-3 .hoverme:hover .hover-user-menu {
  display: block;
}
#block-views-user-profile-block-3 .views-field {
  display: inline-block;
  vertical-align: top;
}
#block-views-user-profile-block-3 .views-field:first-child {
  border-right: 1px solid #a1a1a1;
  margin-right: 0.5em;
  padding-right: 0.8em;
}
#block-views-user-profile-block-3 .views-field a {
  color: #a1a1a1;
}
#block-views-user-profile-block-3 .views-field a:hover, #block-views-user-profile-block-3 .views-field a.active {
  color: #ed3d3d;
}

/* Twitter Embed */
#block-block-436 {
  margin-top: 0;
}
#block-block-436 #ss-twitter {
  margin: 0 auto;
  max-width: 520px;
}

/***********[===== LOGIN OR REGISTER TO POST COMMENTS ======]***********/
#block-views-75371943969990e40c3f407c5df9390a {
  border-bottom: 1px solid #a0a0a0;
  padding-bottom: 0.5em;
}

/*****[==== HOME PAGE FULL CAROUSAL =======] *******/
#block-views-home-one-page-carousel-block-2 {
  clear: both;
}

/*****[==== AD module =======] *******/
#block-block-91 .content span {
  display: block !important;
  margin: 0 auto !important;
  max-width: 300px;
  width: 100%;
  height: auto;
}
#block-block-91 .content span img {
  display: block;
  height: auto;
  width: 100%;
}

/******[==== categories =====] *******/
/******* Home-Page equal spacing After Title in Blocks*******/
@media only screen and (min-width: 768px) {
  .front #block-views-home-one-page-news-block-2 .item-list {
    margin-top: 0;
  }
}
.front #block-block-516 {
  padding-top: 8px;
}
.front #block-block-516 .content .nav_header_meta {
  top: 7px;
}
@media only screen and (min-width: 768px) {
  .front #block-block-516 .content .nav_header_meta {
    top: 34px;
  }
}
.front #block-block-516 h2 {
  margin-bottom: 8px;
}
.front #block-block-516 .content table {
  margin-top: 0;
}

/*********** youtube-background *************/
.page-node-19021 #main .field-type-text-with-summary .field-item div {
  color: #a1a1a1;
}

/******************** banner-block *********************/
#block-block-726 {
  max-width: 320px;
  margin: 0 auto;
}

.media-thumbnail-frame .gardens-features-video-indicator {
  display: none;
}

/******  Socials Block  ******/
div#block-block-851 {
  background: url("/sites/g/files/g2000007436/f/201808/socials-bg-desk.jpg") top right no-repeat #0c301c;
  background-size: auto 100%;
  font-size: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  div#block-block-851 {
    background: url("/sites/g/files/g2000007436/f/201805/socialsBG_ipad.jpg") top right no-repeat #0c301c;
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 767px) {
  div#block-block-851 {
    background: url("/sites/g/files/g2000007436/f/201805/socialsBG_mob.jpg") top right no-repeat #0c301c;
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 768px) {
  div#block-block-851 .inner.tb-terminal {
    max-width: 718px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  div#block-block-851 .inner.tb-terminal {
    max-width: 993px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1403px) {
  div#block-block-851 .inner.tb-terminal {
    max-width: 1203px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  div#block-block-851 .inner.tb-terminal {
    margin: 0 3.6%;
  }
}
div#block-block-851 .inner.tb-terminal .sectionTitle {
  padding: 75px 0 55px;
}
div#block-block-851 .inner.tb-terminal .content {
  max-width: 840px;
  margin: 0 0 46px;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  div#block-block-851 .inner.tb-terminal .content {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  div#block-block-851 .inner.tb-terminal .content {
    margin: 0 0 22px;
  }
}
div#block-block-851 .inner.tb-terminal .content .feed-wrapper {
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  div#block-block-851 .inner.tb-terminal .content .livefyre-container {
    height: 983px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  div#block-block-851 .inner.tb-terminal .content .livefyre-container {
    height: 770px;
  }
}
div#block-block-851 .inner.tb-terminal .content #wall a.hub-list-more {
  position: relative;
  text-decoration: none;
  display: inline-block;
  color: black;
  padding: 0 1px;
  font-size: 12.16px;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
  color: #fff;
  letter-spacing: 2px;
  height: 27px;
  padding-right: 33px;
  margin: 45px 0 25px;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  background: transparent;
  width: auto;
  border: none;
}
@media only screen and (max-width: 767px) {
  div#block-block-851 .inner.tb-terminal .content #wall a.hub-list-more {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
}
div#block-block-851 .inner.tb-terminal .content #wall a.hub-list-more::before, div#block-block-851 .inner.tb-terminal .content #wall a.hub-list-more::after {
  content: '';
  position: absolute;
  background-color: #ec4b5e;
  height: 4px;
}
div#block-block-851 .inner.tb-terminal .content #wall a.hub-list-more::before {
  width: 0%;
  left: 0;
  bottom: 0;
  -webkit-transition: width ease 0.4s;
  transition: width ease 0.4s;
}
div#block-block-851 .inner.tb-terminal .content #wall a.hub-list-more::after {
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
div#block-block-851 .inner.tb-terminal .content #wall a.hub-list-more:hover::after {
  left: 100%;
  width: 0%;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
div#block-block-851 .inner.tb-terminal .content #wall a.hub-list-more:hover::before {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  div#block-block-851 .inner.tb-terminal .content #wall a.hub-list-more {
    max-width: 140px;
    margin: 40px auto 20px;
    text-align: center;
  }
}
div#block-block-851 .inner.tb-terminal .content #wall .hub-modals .hub-modal {
  z-index: 10000;
}
div#block-block-851 .inner.tb-terminal .content button.hub-modal-close:focus {
  outline: none;
}
@media only screen and (max-width: 767px) {
  div#block-block-851 .inner.tb-terminal .content #wall .streamhub-wall-component {
    text-align: center;
  }
}
div#block-block-851 .inner.tb-terminal .content #wall section.content-body {
  padding: 0;
  transition: opacity .5s;
  display: block;
  cursor: pointer;
  overflow: hidden;
  font-size: 22px;
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  text-decoration: none;
  background: #000000;
  height: 100%;
  width: 100%;
  letter-spacing: 3px;
}
div#block-block-851 .inner.tb-terminal .content #wall section.content-body p, div#block-block-851 .inner.tb-terminal .content #wall section.content-body a {
  font-size: 15.15px;
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  text-decoration: none;
  background: #000000;
  height: 100%;
  width: 100%;
  letter-spacing: 3px;
  cursor: default;
}
div#block-block-851 .inner.tb-terminal .content #wall section.content-body a {
  cursor: pointer;
  opacity: 0.5;
}
div#block-block-851 .inner.tb-terminal .content #wall section.content-body a:before, div#block-block-851 .inner.tb-terminal .content #wall section.content-body a:after {
  display: none;
}
div#block-block-851 .inner.tb-terminal .content #wall section.content-body a:hover {
  opacity: 1;
}
div#block-block-851 .inner.tb-terminal .content #wall section.content-body a p:first-child {
  margin-right: 0;
}
div#block-block-851 .inner.tb-terminal .content #wall .content-author-name, div#block-block-851 .inner.tb-terminal .content #wall .content-source-logo {
  display: inline-block;
  vertical-align: middle;
  top: initial !important;
  color: #fff;
}
div#block-block-851 .inner.tb-terminal .content #wall .content-author-name, div#block-block-851 .inner.tb-terminal .content #wall .content-author-username {
  width: 85%;
  display: inline-block;
  vertical-align: middle;
}
div#block-block-851 .inner.tb-terminal .content #wall .content-source-logo:hover,
div#block-block-851 .inner.tb-terminal .content #wall .hub-list .hub-content-container .content.content-default .content-author-name a:hover,
div#block-block-851 .inner.tb-terminal .content #wall .content-author-username a:hover {
  text-decoration: none;
  opacity: 0.5;
}
div#block-block-851 .inner.tb-terminal .content #wall .streamhub-content-list-view.hub-wall-column {
  padding: 0;
}
div#block-block-851 .inner.tb-terminal .content #wall article {
  margin-bottom: 46px;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  background: #000000;
}
div#block-block-851 .inner.tb-terminal .content #wall article .content-header {
  box-shadow: none;
  border: 0;
  border-radius: 0;
}
div#block-block-851 .inner.tb-terminal .content #wall article.content-instagram .content-source-logo {
  width: 18px;
  background: url("/sites/g/files/g2000007436/f/201805/instagram.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  float: right;
  margin: 0px;
  text-align: right;
  color: #fff;
  position: absolute;
  bottom: 10px;
  right: 16px;
}
div#block-block-851 .inner.tb-terminal .content #wall article.content-instagram .content-source-logo:before {
  display: none;
}
div#block-block-851 .inner.tb-terminal .content #wall .hub-content-container {
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  div#block-block-851 .inner.tb-terminal .content #wall .hub-content-container {
    margin-right: 0;
  }
}
div#block-block-851 .inner.tb-terminal .content #wall .hub-list .hub-content-container .content.content-default.content-with-image {
  display: block;
  padding-bottom: 100%;
  height: 0;
  cursor: pointer;
  /*@media only screen and (min-width:480px) and (max-width:767px){
    padding-bottom: 50%;
  }*/
}
@media only screen and (max-width: 767px) {
  div#block-block-851 .inner.tb-terminal .content #wall .hub-list .hub-content-container .content.content-default.content-with-image {
    padding-bottom: 300px;
  }
}
div#block-block-851 .inner.tb-terminal .content #wall .hub-list .hub-content-container .content.content-default.content-with-image .content-byline {
  position: absolute;
  left: 0;
  bottom: 0;
}
div#block-block-851 .inner.tb-terminal .content #wall .hub-list .hub-content-container .content.content-default.content-with-image section.content-body {
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  div#block-block-851 .inner.tb-terminal .content #wall .hub-list .hub-content-container .content.content-default {
    max-width: 270px;
    margin: 20px auto;
  }
}
div#block-block-851 .inner.tb-terminal .content #wall .hub-list .hub-content-container .content.content-default .content-author-name a {
  display: inline-block;
  font-size: 12px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 3px;
  text-decoration: none;
  color: #fff;
}
div#block-block-851 .inner.tb-terminal .content #wall .content-author-username a {
  display: none;
}
div#block-block-851 .inner.tb-terminal .content #wall a.content-author-avatar {
  display: none;
}
div#block-block-851 .inner.tb-terminal .content #wall .content-header-inner {
  padding-top: 92%;
  padding-top: 0;
}
div#block-block-851 .inner.tb-terminal .content #wall .content-byline {
  background: #000000;
  padding: 0;
  width: 100%;
  margin: 0;
  width: calc(100% - 20px);
  padding: 15px 10px 10px;
}
div#block-block-851 .inner.tb-terminal .content #wall .hub-list .hub-content-container .content.content-default.content-with-image:hover section.content-body {
  opacity: 1;
}
div#block-block-851 .inner.tb-terminal .content #wall article .content-header {
  z-index: 11;
  background: #000000;
  bottom: 0;
  top: initial;
  height: auto;
}
div#block-block-851 .inner.tb-terminal .content #wall .streamhub-wall-component menu {
  display: none;
}
div#block-block-851 .inner.tb-terminal .content .hashtag {
  font-size: 32px;
  text-align: center;
  color: #acd2e1;
  letter-spacing: 3px;
  font-size: 32px;
  text-align: center;
  color: #acd2e1;
  letter-spacing: 3px;
  margin-bottom: 50px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  div#block-block-851 .inner.tb-terminal .content .hashtag {
    margin-bottom: 18px;
    font-size: 28px;
  }
}
div#block-block-851 .inner.tb-terminal .content .hashtag:after, div#block-block-851 .inner.tb-terminal .content .hashtag:before {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 36%;
  height: 1px;
  content: '\a0';
  background-color: #295a6f;
}
@media only screen and (max-width: 767px) {
  div#block-block-851 .inner.tb-terminal .content .hashtag:after, div#block-block-851 .inner.tb-terminal .content .hashtag:before {
    display: none;
  }
}
div#block-block-851 .inner.tb-terminal .content .hashtag:before {
  margin-left: -36%;
  text-align: right;
}
div#block-block-851 .inner.tb-terminal .content .content-attachments-stacked {
  display: none;
}
div#block-block-851 .inner.tb-terminal .content section.content-footer {
  display: none !important;
}
div#block-block-851 .inner.tb-terminal .content .livefyre-wall .content-attachment-controls.content-attachment-controls-play {
  z-index: 0 !important;
}

.hub-modals .hub-modal .hub-modal-close,
.hub-modal .hub-modal-content-view .content-attachments-meta {
  top: 60px;
}

.page-node-24151 {
  /* #block-block-831{
     background-color: $pre-header-color;
   }
   #block-block-831 .logoWrapper {
       margin: 30px auto 10px;
       margin-bottom: 0;
       line-height: 42px;
   }
   #block-block-831 .navLinks.open ul.menu li {
     @media only screen and (max-width : 767px){
       height: auto;
       line-height: normal;
     }
   }*/
}
.page-node-24151 div#node-24151 .content {
  font-size: 14px;
  width: 65%;
  padding-bottom: 34px;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 767px) {
  .page-node-24151 div#node-24151 .content {
    width: 100%;
  }
}
.page-node-24151 div#node-24151 .content p {
  margin: 20px 0;
  line-height: 1.5;
}
.page-node-24151 div#node-24151 .col.left:first-child, .page-node-24151 div#node-24151 .sidebar.left {
  display: none;
}
.page-node-24151 div#content-inner {
  background: url("/sites/g/files/g2000007436/f/201805/biobackground.png");
  background-position: right 120px;
  background-size: cover;
  background-color: #012359;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media only screen and (max-width: 767px) {
  .page-node-24151 div#content-inner {
    background: url("/sites/g/files/g2000007436/f/201805/MobileBioBg.jpg");
    background-position: 0 0;
    background-size: 100% auto;
    background-color: #012359;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page-node-24151 div#content-inner {
    background-position: right 105px;
  }
}

#block-block-26 .joinCommLink {
  padding: 10px;
  font-size: 0.8em;
  margin-bottom: 0.5em;
}
#block-block-26 .mailButton {
  padding: 10px;
  font-size: 0.8em;
  background: none repeat scroll 0 0 #A1A1A1;
}
#block-block-26 .mailButton:hover {
  background: #ed3d3d;
}

/**********[===== PHOTO CAROUSEL - STATIC ======]***************/
#photoCarousel {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  #photoCarousel {
    max-height: 400px;
  }
}
@media only screen and (min-width: 1403px) {
  #photoCarousel {
    max-height: 600px;
  }
}
#photoCarousel .pc-title-con {
  overflow: hidden;
  *zoom: 1;
  position: absolute;
  left: auto;
  bottom: 0.3125em;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  width: 100%;
}
#photoCarousel .pc-title {
  margin-right: 8.125em;
}
@media only screen and (min-width: 768px) {
  #photoCarousel .pc-title {
    font-size: 1.5em;
  }
}
#photoCarousel .pc-link {
  float: right;
  padding: 10px;
  font-size: 1em;
  margin-top: 0em;
  padding: 0.3em;
  width: 6.25em;
}
#photoCarousel .pc-wrap {
  overflow: hidden;
  padding: 0.5em;
}

#block-block-321 .more-link a {
  padding: 10px;
  font-size: 0.8em;
}

/***********[===== PHOTO CAROUSEL - VIEW ======]***********/
#block-views-home-one-page-carousel-block-1 .view-content .item-list li, #block-views-home-one-page-carousel-block-2 .view-content .item-list li, #block-views-home-one-page-carousel-block-3 .view-content .item-list li {
  padding-left: 0;
  position: relative;
}
#block-views-home-one-page-carousel-block-1 .view-content .item-list li:hover .views-field-field-slide-description, #block-views-home-one-page-carousel-block-1 .view-content .item-list li:hover .views-field-field-slide-link-url, #block-views-home-one-page-carousel-block-2 .view-content .item-list li:hover .views-field-field-slide-description, #block-views-home-one-page-carousel-block-2 .view-content .item-list li:hover .views-field-field-slide-link-url, #block-views-home-one-page-carousel-block-3 .view-content .item-list li:hover .views-field-field-slide-description, #block-views-home-one-page-carousel-block-3 .view-content .item-list li:hover .views-field-field-slide-link-url {
  opacity: 1;
}
#block-views-home-one-page-carousel-block-1 .views-field-field-slide-link-url, #block-views-home-one-page-carousel-block-2 .views-field-field-slide-link-url, #block-views-home-one-page-carousel-block-3 .views-field-field-slide-link-url {
  position: absolute;
  right: 2%;
  bottom: 5%;
  z-index: 0;
}
#block-views-home-one-page-carousel-block-1 .views-field-field-slide-link-url a, #block-views-home-one-page-carousel-block-2 .views-field-field-slide-link-url a, #block-views-home-one-page-carousel-block-3 .views-field-field-slide-link-url a {
  padding: 10px;
  font-size: 0.8em;
  padding: 3px;
}
@media only screen and (min-width: 1024px) {
  #block-views-home-one-page-carousel-block-1 .views-field-field-slide-link-url a, #block-views-home-one-page-carousel-block-2 .views-field-field-slide-link-url a, #block-views-home-one-page-carousel-block-3 .views-field-field-slide-link-url a {
    background-color: #ed3d3d;
    color: #fff;
    cursor: pointer;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    font-size: 1em;
  }
}
@media only screen and (min-width: 768px) {
  #block-views-home-one-page-carousel-block-1 .views-field-field-slide-link-url, #block-views-home-one-page-carousel-block-2 .views-field-field-slide-link-url, #block-views-home-one-page-carousel-block-3 .views-field-field-slide-link-url {
    bottom: 5%;
  }
}
@media only screen and (min-width: 1024px) {
  #block-views-home-one-page-carousel-block-1 .views-field-field-slide-link-url, #block-views-home-one-page-carousel-block-2 .views-field-field-slide-link-url, #block-views-home-one-page-carousel-block-3 .views-field-field-slide-link-url {
    bottom: 5%;
  }
}
@media only screen and (min-width: 1403px) {
  #block-views-home-one-page-carousel-block-1 .views-field-field-slide-link-url, #block-views-home-one-page-carousel-block-2 .views-field-field-slide-link-url, #block-views-home-one-page-carousel-block-3 .views-field-field-slide-link-url {
    bottom: 3%;
  }
}
#block-views-home-one-page-carousel-block-1 .config-carousel, #block-views-home-one-page-carousel-block-2 .config-carousel, #block-views-home-one-page-carousel-block-3 .config-carousel {
  z-index: 10000;
  padding: 10px;
  font-size: 0.8em;
  padding: 3px;
}
@media only screen and (min-width: 1024px) {
  #block-views-home-one-page-carousel-block-1 .config-carousel, #block-views-home-one-page-carousel-block-2 .config-carousel, #block-views-home-one-page-carousel-block-3 .config-carousel {
    background-color: #ed3d3d;
    color: #fff;
    cursor: pointer;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    font-size: 1em;
    padding: 7px;
  }
}
@media only screen and (min-width: 768px) {
  #block-views-home-one-page-carousel-block-1 .config-carousel, #block-views-home-one-page-carousel-block-2 .config-carousel, #block-views-home-one-page-carousel-block-3 .config-carousel {
    display: block;
  }
}
#block-views-home-one-page-carousel-block-1 .views-field-field-slide-description, #block-views-home-one-page-carousel-block-2 .views-field-field-slide-description, #block-views-home-one-page-carousel-block-3 .views-field-field-slide-description {
  position: absolute;
  right: auto;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  max-height: 38%;
  overflow: hidden;
  padding: 2%;
  text-transform: uppercase;
  width: 96%;
  min-height: 40px;
}
@media only screen and (min-width: 1403px) {
  #block-views-home-one-page-carousel-block-1 .views-field-field-slide-description, #block-views-home-one-page-carousel-block-2 .views-field-field-slide-description, #block-views-home-one-page-carousel-block-3 .views-field-field-slide-description {
    max-height: 12%;
    padding: 1.5%;
    width: 97%;
  }
}
#block-views-home-one-page-carousel-block-1 .views-field-field-slide-description p, #block-views-home-one-page-carousel-block-2 .views-field-field-slide-description p, #block-views-home-one-page-carousel-block-3 .views-field-field-slide-description p {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0;
  width: 65%;
}
@media only screen and (min-width: 1024px) {
  #block-views-home-one-page-carousel-block-1 .views-field-field-slide-description p, #block-views-home-one-page-carousel-block-2 .views-field-field-slide-description p, #block-views-home-one-page-carousel-block-3 .views-field-field-slide-description p {
    font-size: 1.5em;
    width: 80%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  #block-views-home-one-page-carousel-block-1 .views-field-field-slide-description p, #block-views-home-one-page-carousel-block-2 .views-field-field-slide-description p, #block-views-home-one-page-carousel-block-3 .views-field-field-slide-description p {
    font-size: 0.7em;
  }
}

#block-views-merch-block-1 {
  background: url("/sites/g/files/g2000007436/f/201805/merchBg-desk.jpg") top right no-repeat #000000;
  background-size: auto 100%;
  font-size: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #block-views-merch-block-1 {
    background: url("/sites/g/files/g2000007436/f/201805/merchBg-ipad.jpg") top right no-repeat #000000;
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 767px) {
  #block-views-merch-block-1 {
    background: url("/sites/g/files/g2000007436/f/201805/merchBg-mobile.jpg") top right no-repeat #000000;
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 768px) {
  #block-views-merch-block-1 .inner.tb-terminal {
    max-width: 718px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  #block-views-merch-block-1 .inner.tb-terminal {
    max-width: 993px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1403px) {
  #block-views-merch-block-1 .inner.tb-terminal {
    max-width: 1203px;
    margin: 0 auto;
  }
}
#block-views-merch-block-1 .view-merch .sectionTitle {
  padding: 50px 0 25px;
}
#block-views-merch-block-1 .view-merch ul.merchitems {
  font-size: 0;
}
#block-views-merch-block-1 .view-merch ul.merchitems li {
  background: #000000;
  width: 31.5%;
  margin-right: 2.5%;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  #block-views-merch-block-1 .view-merch ul.merchitems li {
    width: 100%;
    margin: 0;
    text-align: center;
    display: block;
  }
}
#block-views-merch-block-1 .view-merch ul.merchitems li .productImage {
  background: #fff;
}
#block-views-merch-block-1 .view-merch ul.merchitems li .downWrapper {
  padding: 13px 10px 21px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #block-views-merch-block-1 .view-merch ul.merchitems li .downWrapper {
    text-align: center;
  }
}
#block-views-merch-block-1 .view-merch ul.merchitems li a {
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #block-views-merch-block-1 .view-merch ul.merchitems li a {
    min-height: 40px;
  }
}
#block-views-merch-block-1 .view-merch ul.merchitems li:last-child {
  margin-right: 0;
}
#block-views-merch-block-1 .view-merch ul.merchitems li .downWrapper > div {
  letter-spacing: 2px;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  #block-views-merch-block-1 .view-merch ul.merchitems li .downWrapper > div {
    display: inline-block;
    vertical-align: top;
    margin-top: 13px;
  }
}
@media only screen and (min-width: 768px) {
  #block-views-merch-block-1 .view-merch ul.merchitems li .downWrapper .productName {
    width: calc(100% - 115px);
    margin-right: 10px;
  }
}
#block-views-merch-block-1 .view-merch ul.merchitems li .downWrapper .buy-button {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #block-views-merch-block-1 .view-merch ul.merchitems li .downWrapper .buy-button {
    width: 105px;
  }
}
#block-views-merch-block-1 .view-merch ul.merchitems li .downWrapper .buy-button a.hoverbutton {
  width: 100% !important;
}
#block-views-merch-block-1 .view-merch .view-footer .moreLink {
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  #block-views-merch-block-1 .view-merch .view-footer .moreLink {
    display: block;
    max-width: 140px;
    margin: 20px auto 0;
  }
}
#block-views-merch-block-1 .view-merch .view-footer .moreLink a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  color: black;
  padding: 0 1px;
  font-size: 12.16px;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
  color: #fff;
  letter-spacing: 2px;
  height: 27px;
  padding-right: 33px;
  margin: 30px 0;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
}
@media only screen and (max-width: 767px) {
  #block-views-merch-block-1 .view-merch .view-footer .moreLink a {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
}
#block-views-merch-block-1 .view-merch .view-footer .moreLink a::before, #block-views-merch-block-1 .view-merch .view-footer .moreLink a::after {
  content: '';
  position: absolute;
  background-color: #9a1c34;
  height: 4px;
}
#block-views-merch-block-1 .view-merch .view-footer .moreLink a::before {
  width: 0%;
  left: 0;
  bottom: 0;
  -webkit-transition: width ease 0.4s;
  transition: width ease 0.4s;
}
#block-views-merch-block-1 .view-merch .view-footer .moreLink a::after {
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
#block-views-merch-block-1 .view-merch .view-footer .moreLink a:hover::after {
  left: 100%;
  width: 0%;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
#block-views-merch-block-1 .view-merch .view-footer .moreLink a:hover::before {
  width: 100%;
}

body:not(.touch-device) #block-views-merch-block-1 .hoverbutton .hoverText:before, body:not(.touch-device) #block-views-merch-block-1 .hoverbutton .hoverText:after {
  border-bottom: 5px solid #9a1c34;
}

body.touch-device #block-views-merch-block-1 .buttonAnimation .hoverText {
  border-bottom: 5px solid #9a1c34;
}

body .region-content ul.flippy {
  float: left;
  clear: both;
  width: 100%;
}
body .region-content ul.flippy li {
  width: 43%;
  display: block;
  white-space: normal;
  position: relative;
}
@media only screen and (max-width: 767px) {
  body .region-content ul.flippy li {
    width: 37%;
  }
}
body .region-content ul.flippy li a {
  width: 100%;
  height: auto;
  display: block;
}
body .region-content ul.flippy li img {
  height: auto;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  body .region-content ul.flippy li img {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
body .region-content ul.flippy li.next.empty {
  display: none;
}
body .region-content ul.flippy li.prev {
  padding: 0;
  text-align: left;
  float: left;
}
body .region-content ul.flippy li.prev a img {
  padding-left: 10%;
  background: url("/sites/g/files/g2000007436/f/201310/previous_flip.jpg") no-repeat scroll 0 center transparent;
}
@media only screen and (max-width: 767px) {
  body .region-content ul.flippy li.prev a img {
    padding-left: 20%;
  }
}
body .region-content ul.flippy li.prev a span {
  padding-left: 10%;
  display: block;
}
@media only screen and (max-width: 767px) {
  body .region-content ul.flippy li.prev a span {
    width: 100%;
    position: static;
    padding-left: 20%;
  }
}
body .region-content ul.flippy li.next {
  float: right;
  padding: 0;
  text-align: right;
}
body .region-content ul.flippy li.next a img {
  padding-right: 10%;
  background: url("/sites/g/files/g2000007436/f/201310/next_flip.jpg") no-repeat scroll 100% center transparent;
}
@media only screen and (max-width: 767px) {
  body .region-content ul.flippy li.next a img {
    padding-right: 20%;
  }
}
body .region-content ul.flippy li.next a span {
  padding-right: 10%;
  display: block;
}
@media only screen and (max-width: 767px) {
  body .region-content ul.flippy li.next a span {
    width: 100%;
    position: static;
    padding-right: 20%;
  }
}

body.node-type-forum .region-content ul.flippy li.prev {
  background-size: 7%;
  background-position: left 6px;
}
body.node-type-forum .region-content ul.flippy li.next {
  background-size: 7%;
  background-position: right 6px;
}

.node-type-photo #block-flippy-flippy-pager .prevImage .igImage, .node-type-photo #block-flippy-flippy-pager .prevImage .igTitle, .node-type-photo #block-flippy-flippy-pager .nextImage .igImage, .node-type-photo #block-flippy-flippy-pager .nextImage .igTitle {
  display: none;
}
.node-type-photo #block-flippy-flippy-pager .prevImage.Instagram .igImage, .node-type-photo #block-flippy-flippy-pager .prevImage.Instagram .igTitle, .node-type-photo #block-flippy-flippy-pager .nextImage.Instagram .igImage, .node-type-photo #block-flippy-flippy-pager .nextImage.Instagram .igTitle {
  display: block;
}
.node-type-photo #block-flippy-flippy-pager .prevImage.Instagram .regImage, .node-type-photo #block-flippy-flippy-pager .prevImage.Instagram .regTitle, .node-type-photo #block-flippy-flippy-pager .nextImage.Instagram .regImage, .node-type-photo #block-flippy-flippy-pager .nextImage.Instagram .regTitle {
  display: none;
}

#lightBoxContent.lightBoxContent.tkt {
  top: auto !important;
  right: 24px !important;
  left: auto !important;
  color: #000000;
  max-width: 360px;
  background-color: #0a62b3;
  z-index: 1002;
  transition: all 500ms cubic-bezier(0.815, -0.46, 0.095, 1.48);
  position: fixed;
  height: auto !important;
  -moz-box-shadow: 0.5px 0.5px 1px 0.5px #000;
  -webkit-box-shadow: 0.5px 0.5px 1px 0.5px #000;
  box-shadow: 0.5px 0.5px 1px 0.5px #000;
  padding: 15px;
  display: block;
  bottom: -500px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#lightBoxContent.lightBoxContent.tkt.show_toaster {
  bottom: 0 !important;
}
#lightBoxContent.lightBoxContent.tkt.hide_toaster {
  bottom: -500px !important;
}
#lightBoxContent.lightBoxContent.tkt input:-webkit-autofill, #lightBoxContent.lightBoxContent.tkt textarea:-webkit-autofill, #lightBoxContent.lightBoxContent.tkt select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #0a62b3 inset;
}
#lightBoxContent.lightBoxContent.tkt select::-ms-expand {
  display: none;
}
#lightBoxContent.lightBoxContent.tkt .thankswelcome-msg {
  font-size: 10px;
  line-height: 14px;
}
#lightBoxContent .mlist-wrapper {
  margin-top: 0;
}
#lightBoxContent .mlist-wrapper div {
  color: #fff;
}
#lightBoxContent .mlist-wrapper div#errorMsg, #lightBoxContent .mlist-wrapper div#serverError {
  color: #ed3d3d;
}
#lightBoxContent .mlist-wrapper fieldset {
  padding: 0;
}
#lightBoxContent .mlist-wrapper fieldset .mlist-field.email {
  margin: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #lightBoxContent .mlist-wrapper fieldset .mlist-field.email {
    display: inline-block;
  }
}
#lightBoxContent .mlist-wrapper fieldset .mlist-field label.error {
  top: -20px;
}
#lightBoxContent .mlist-wrapper fieldset .mlist-submit {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  #lightBoxContent .mlist-wrapper fieldset .mlist-submit {
    width: 21.5%;
  }
}
#lightBoxContent .mlist-wrapper fieldset .mlist-submit input {
  margin: 0;
  padding: 12px;
  width: 100%;
  line-height: 16px;
}
#lightBoxContent .mlist-wrapper fieldset .mlist-submit.hoverbutton .hoverText {
  background: transparent;
}
#lightBoxContent .mlist-wrapper fieldset .emailTitle {
  font-size: 22px;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
}
#lightBoxContent .mlist-wrapper fieldset .mlist-header {
  padding-bottom: 20px;
  font-size: 12px;
}
#lightBoxContent .mlist-wrapper .termsWrapper {
  padding: 0;
  font-size: 11px;
  max-width: 350px;
}
#lightBoxContent .mlist-wrapper .termsWrapper .termsContent {
  margin: 0;
  padding: 8px 0;
  background: transparent;
  position: static;
  text-align: left;
}
#lightBoxContent .mlist-wrapper .termsWrapper .terms {
  position: static;
  margin: 5px 00 0;
}
#lightBoxContent .mlist-wrapper .termsWrapper a {
  font-weight: bold;
}
#lightBoxContent .mlist-wrapper .termsWrapper a.terms {
  text-transform: uppercase;
  text-decoration: underline;
}
#lightBoxContent .mlist-wrapper #thankyouBlock {
  padding: 0;
}
#lightBoxContent .mlist-wrapper #thankyouBlock .thankyou-message.embed {
  text-align: center;
}
#lightBoxContent .mlist-wrapper #thankyouBlock #errorLabelContainer2 {
  color: #ed3d3d;
}
#lightBoxContent .mlist-wrapper #thankyouBlock .mlist-checks {
  clear: both;
  padding: 20px 0 10px 0;
  color: #fff;
  text-align: left;
  font-size: 12px;
}
#lightBoxContent .mlist-wrapper #thankyouBlock .mlist-submit-new {
  margin: 10px auto;
}
#lightBoxContent .mlist-wrapper #thankyouBlock .mlist-submit-new input {
  margin: 0;
}
#lightBoxContent .mlist-wrapper #thankyouBlock .mlist-submit-new.hoverbutton .hoverText {
  background: transparent;
}
#lightBoxContent .mlist-wrapper #thankyouBlock select#dobMonth {
  float: left;
  padding-left: 0.5em;
  width: 47%;
}
#lightBoxContent .mlist-wrapper #thankyouBlock select#dobDay {
  float: right;
  padding-left: 0.5em;
  width: 47%;
  margin-right: 0;
}
#lightBoxContent .mlist-outer-wrapper [type="checkbox"]:not(:checked) + label:before,
#lightBoxContent .mlist-outer-wrapper [type="checkbox"]:checked + label:before {
  border: 2px solid #fff;
}

@media only screen and (max-width: 767px) {
  body.toaster {
    padding-top: 0px !important;
  }

  .toaster #lightBoxContent.lightBoxContent {
    width: 100%;
    right: 0 !important;
    max-width: 100%;
  }
}
body:not(.touch-device) #lightBoxContent .mlist-submit.hoverbutton .hoverText:before, body:not(.touch-device) #lightBoxContent .mlist-submit.hoverbutton .hoverText:after,
body:not(.touch-device) #lightBoxContent .mlist-submit-new.hoverbutton .hoverText:before,
body:not(.touch-device) #lightBoxContent .mlist-submit-new.hoverbutton .hoverText:after {
  border-bottom: 5px solid #f581a3;
}

#tklbContainer #lightBoxContent.lightBoxContent .turnKeyTextWrapper, #tklbContainer #lightBoxContent.lightBoxContent .turnKeyTextWrapper .mlist-outer-wrapper, #tklbContainer #lightBoxContent.lightBoxContent .turnKeyTextWrapper .mlist-outer-wrapper .mlist-wrapper {
  height: 100%;
  display: table;
  width: 100%;
}

#tklbContainer #lightBoxContent.lightBoxContent .turnKeyTextWrapper .mlist-outer-wrapper .mlist-wrapper form, #tklbContainer #lightBoxContent.lightBoxContent .turnKeyTextWrapper .mlist-outer-wrapper .mlist-wrapper #thankyouBlock.final-screen, #tklbContainer #lightBoxContent.lightBoxContent .turnKeyTextWrapper .turnKeyMerchData, #tklbContainer #lightBoxContent.lightBoxContent .turnKeyTextWrapper .turnKeyGeneric {
  display: table-cell;
  vertical-align: middle;
}

#lightBoxContent.lightBoxContent.tkt .lightBoxClose a, #tklbContainer #lightBoxContent.lightBoxContent .lightBoxClose.turnKeyClose a {
  display: block;
  height: 17px;
  position: absolute;
  right: 5px;
  top: 8px;
  width: 17px;
  cursor: pointer;
  z-index: 1;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
}
#lightBoxContent.lightBoxContent.tkt .lightBoxClose a:hover, #tklbContainer #lightBoxContent.lightBoxContent .lightBoxClose.turnKeyClose a:hover {
  color: #f581a3;
}

.view-turnkey-lightbox-toaster {
  display: none;
}

#tklbContainer #lightBoxContent.lightBoxContent {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #fff;
  padding: 0;
  position: fixed;
  z-index: 10001;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #tklbContainer #lightBoxContent.lightBoxContent .lightBoxClose.turnKeyClose a {
    right: 20px;
  }
}
#tklbContainer #lightBoxContent.lightBoxContent .turnKeyImageWrapper {
  width: 100%;
  float: none;
  overflow: hidden;
  max-height: 100%;
}
@media only screen and (min-width: 768px) {
  #tklbContainer #lightBoxContent.lightBoxContent .turnKeyImageWrapper {
    float: left;
    width: 50%;
  }
}
#tklbContainer #lightBoxContent.lightBoxContent .turnKeyImageWrapper img {
  height: auto;
  width: 100%;
}
#tklbContainer #lightBoxContent.lightBoxContent .turnKeyTextWrapper {
  box-sizing: border-box;
  padding: 12px;
  width: 100%;
  float: none;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  #tklbContainer #lightBoxContent.lightBoxContent .turnKeyTextWrapper {
    float: left;
    width: 50%;
  }
}
#tklbContainer #lightBoxContent.lightBoxContent .turnKeyTextWrapper .mlist-outer-wrapper .mlist-wrapper {
  margin-top: 0;
}
#tklbContainer #lightBoxContent.lightBoxContent .turnKeyTextWrapper .mlist-outer-wrapper .mlist-wrapper form .emailTitle {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  font-family: F "Josefin Sans", sans-serif;
  padding-bottom: 20px;
}
#tklbContainer #lightBoxContent.lightBoxContent .turnKeyTextWrapper .mlist-outer-wrapper .mlist-wrapper form .mlist-header {
  color: #fff;
  font-family: F "Josefin Sans", sans-serif;
  padding-bottom: 14px;
  text-align: center;
  text-transform: uppercase;
}
#tklbContainer #lightBoxContent.lightBoxContent .turnKeyTextWrapper .mlist-outer-wrapper .mlist-wrapper form .mlist-submit {
  margin: 0;
}
#tklbContainer #lightBoxContent.lightBoxContent .turnKeyTextWrapper .mlist-outer-wrapper .mlist-wrapper form .mlist-submit input {
  margin: 0;
}
#tklbContainer #lightBoxContent.lightBoxContent .turnKeyTextWrapper .mlist-outer-wrapper .mlist-wrapper #thankyouBlock {
  padding: 0;
  color: #fff;
}
#tklbContainer #lightBoxContent.lightBoxContent .turnKeyTextWrapper .mlist-outer-wrapper .mlist-wrapper #thankyouBlock #errorLabelContainer2 {
  color: #ed3d3d;
}
#tklbContainer #lightBoxContent.lightBoxContent .turnKeyTextWrapper .mlist-outer-wrapper .mlist-wrapper #thankyouBlock .mlist-checks {
  clear: both;
  padding-top: 20px;
  padding-bottom: 10px;
}
#tklbContainer #lightBoxContent.lightBoxContent .turnKeyTextWrapper .mlist-outer-wrapper .mlist-wrapper #thankyouBlock .mlist-submit-new {
  padding: 10px 0 20px 0;
}
#tklbContainer #lightBoxContent.lightBoxContent .turnKeyTextWrapper .mlist-outer-wrapper .mlist-wrapper #thankyouBlock .mlist-submit-new input {
  margin: 0;
}
#tklbContainer #lightBoxContent.lightBoxContent .turnKeyTextWrapper .mlist-outer-wrapper .mlist-wrapper #thankyouBlock select#dobMonth {
  float: left;
  width: 47%;
  margin-right: 0;
}
#tklbContainer #lightBoxContent.lightBoxContent .turnKeyTextWrapper .mlist-outer-wrapper .mlist-wrapper #thankyouBlock select#dobDay {
  float: right;
  width: 47%;
  margin-right: 0;
}
#tklbContainer #lightBoxContent.lightBoxContent .turnKeyTextWrapper .mlist-outer-wrapper .mlist-wrapper .termsWrapper a.terms {
  text-transform: uppercase;
  text-decoration: underline;
}
#tklbContainer #lightBoxContent.lightBoxContent .turnKeyTextWrapper .turnKeyMerchData {
  width: 100%;
  text-align: center;
}
#tklbContainer #lightBoxContent.lightBoxContent .turnKeyTextWrapper .turnKeyMerchData .merchTitle {
  font-size: 24px;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  margin: 0 0 15px;
}
#tklbContainer #lightBoxContent.lightBoxContent .turnKeyTextWrapper .turnKeyMerchData .merchDesc {
  margin: 0 0 15px;
}
#tklbContainer #lightBoxContent.lightBoxContent .turnKeyTextWrapper .turnKeyMerchData .merchPrice {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
}
#tklbContainer #lightBoxContent.lightBoxContent .turnKeyTextWrapper .turnKeyMerchData .merchLink a {
  padding: 10px;
  font-size: 1em;
}
#tklbContainer #lightBoxContent.lightBoxContent .turnKeyTextWrapper .turnKeyGeneric {
  text-align: center;
}
#tklbContainer #lightBoxContent.lightBoxContent .turnKeyTextWrapper .turnKeyGeneric .genericTitle {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  padding-bottom: 20px;
}
#tklbContainer #lightBoxContent.lightBoxContent .turnKeyTextWrapper .turnKeyGeneric .genericDesc {
  padding-bottom: 12px;
  font-family: "Josefin Sans", sans-serif;
}
#tklbContainer #lightBoxContent.lightBoxContent .turnKeyTextWrapper .turnKeyGeneric .genericCTA {
  margin-top: 10px;
}
#tklbContainer #lightBoxContent.lightBoxContent .turnKeyTextWrapper .turnKeyGeneric .genericCTA a {
  padding: 10px;
  font-size: 1em;
  padding: 0.75em;
}

@media only screen and (max-width: 767px) {
  body, html {
    height: 100%;
  }

  body {
    padding-top: 0px !important;
  }

  .tklb ~ .region #toolbar {
    display: none !important;
  }

  .tklb ~ div#page {
    display: none;
  }

  #lightBoxContent.lightBoxContent.tklb {
    height: 100%;
    position: fixed;
    z-index: 20;
    overflow-y: scroll;
    background-color: rgba(255, 255, 255, 0.1);
    width: 100%;
    /*Hack for the close button*/
  }
  #lightBoxContent.lightBoxContent.tklb .lightBoxClose.turnKeyClose a {
    bottom: 0px;
    width: 100%;
    color: #000;
    text-indent: 0px;
    background-color: #999;
    text-align: right;
    font-style: italic;
    background-image: none;
    position: fixed;
    padding-right: 20px;
    opacity: 0.9;
    z-index: 60;
    height: 20px;
  }
  #lightBoxContent.lightBoxContent.tklb .backGroundImage {
    position: fixed;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
    background-position: center center;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: .25;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
  }
  #lightBoxContent.lightBoxContent.tklb .turnKeyTextWrapper {
    background-color: transparent;
    height: auto;
    padding: 12px;
    padding-bottom: 100px;
  }
  #lightBoxContent.lightBoxContent.tklb .turnKeyTextWrapper .mlist-outer-wrapper .mlist-wrapper form .mlist-submit {
    margin: 0;
  }
  #lightBoxContent.lightBoxContent.tklb .turnKeyTextWrapper .mlist-outer-wrapper .mlist-wrapper form .mlist-submit input {
    margin: 0;
  }
  #lightBoxContent.lightBoxContent.tklb .turnKeyTextWrapper .emailTitle, #lightBoxContent.lightBoxContent.tklb .turnKeyTextWrapper .genericTitle, #lightBoxContent.lightBoxContent.tklb .turnKeyTextWrapper .merchTitle {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    font-family: Futura, Verdana, sans-serif;
    padding-bottom: 20px;
  }
  #lightBoxContent.lightBoxContent.tklb .turnKeyTextWrapper .genericDesc {
    font-size: 14px;
    text-align: center;
  }
  #lightBoxContent.lightBoxContent.tklb .turnKeyTextWrapper .merchPrice {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px;
    text-align: center;
  }
  #lightBoxContent.lightBoxContent.tklb .turnKeyTextWrapper .termsWrapper.second {
    margin-bottom: 10px;
  }
  #lightBoxContent.lightBoxContent.tklb .turnKeyTextWrapper .merchDesc {
    text-align: center;
    margin: 0 0 15px;
  }
  #lightBoxContent.lightBoxContent.tklb .turnKeyImageWrapper {
    max-height: none;
    margin: 50px auto 0px;
    width: 50%;
    box-sizing: border-box;
    border: 5px solid #fff;
  }
  #lightBoxContent.lightBoxContent.tklb .turnKeyImageWrapper .turnKeyImage {
    font-size: 0px;
  }
}
.genericCTA, .turnKeyMerchData .merchLink {
  margin-top: 10px;
}
.genericCTA a, .turnKeyMerchData .merchLink a {
  padding: 10px;
  font-size: 1em;
  padding: 0.75em;
}

.page-news-v1 #page #content .stack .stack-width {
  margin: 0 auto;
}
.page-news-v1 #page #content #main h1.title#page-title {
  margin: 77px 1.25% 35px;
}
@media only screen and (max-width: 767px) {
  .page-news-v1 #page #content #main h1.title#page-title {
    margin: 30px 0 40px;
  }
}
.page-news-v1 #page #content .tabs {
  margin: 0;
}
.page-news-v1 div#content-inner {
  background: url("/sites/g/files/g2000007436/f/201805/news-landing-bg.jpg") no-repeat;
  background-position: right top;
  background-size: 100% auto;
  background-color: #042b3b;
}
@media only screen and (max-width: 767px) {
  .page-news-v1 div#content-inner {
    background: url("/sites/g/files/g2000007436/f/201805/news-landing-bg-mobile.jpg") no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    background-color: #042b3b;
  }
}
.page-news-v1 div#content-inner #block-system-main, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-content, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content {
    margin: 0 3.6%;
  }
}
.page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-content ul, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul {
  position: relative;
  padding: 0;
  font-size: 0;
  margin: 0 auto;
}
.page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-content ul ul, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul ul {
  max-width: none;
  width: 100%;
  left: 0;
  margin: 0;
}
.page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-content ul li.views-row, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row {
  display: inline-block;
  vertical-align: top;
  width: 47.5%;
  overflow: hidden;
  text-transform: uppercase;
  margin: 25px 1.25% 0;
  font-size: 0;
  background: #000000;
}
@media only screen and (max-width: 767px) {
  .page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-content ul li.views-row, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row {
    width: 100%;
    padding: 0;
    margin: 0 0 40px;
  }
}
.page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-content ul li.views-row .latestNews, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row .latestNews {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 4px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-content ul li.views-row .latestNews, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row .latestNews {
    margin: 25px 0 15px;
  }
}
.page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-content ul li.views-row.views-row-first, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row.views-row-first {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-content ul li.views-row.views-row-first, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row.views-row-first {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-content ul li.views-row.views-row-first, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row.views-row-first {
    margin: 0 1.25% 15px;
    width: 97.5%;
    padding: 0;
  }
  .page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-content ul li.views-row.views-row-first a.blog-media, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row.views-row-first a.blog-media {
    float: right;
    width: 50%;
    font-size: 0;
  }
  .page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-content ul li.views-row.views-row-first a.blog-media ul, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row.views-row-first a.blog-media ul {
    width: 100%;
  }
  .page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-content ul li.views-row.views-row-first a.blog-media .media-thumbnail-frame, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row.views-row-first a.blog-media .media-thumbnail-frame {
    padding-top: 65.9%;
  }
  .page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-content ul li.views-row.views-row-first .wrapper, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row.views-row-first .wrapper {
    float: left;
    width: 41.8%;
    padding: 31px 10px 5px 31px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-content ul li.views-row.views-row-first .wrapper, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row.views-row-first .wrapper {
    padding-left: 2%;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-content ul li.views-row.views-row-first .wrapper .title, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row.views-row-first .wrapper .title {
    margin-top: 17px;
    min-height: 197px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
  .page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-content ul li.views-row.views-row-first .wrapper .title, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row.views-row-first .wrapper .title {
    min-height: 120px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1403px) {
  .page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-content ul li.views-row.views-row-first .wrapper .title, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row.views-row-first .wrapper .title {
    min-height: 262px;
  }
}

.page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-content ul li.views-row a.blog-media, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row a.blog-media {
  display: block;
  overflow: hidden;
}
.page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-content ul li.views-row a.blog-media ul li, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row a.blog-media ul li {
  display: none;
}
.page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-content ul li.views-row a.blog-media ul li:first-child, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row a.blog-media ul li:first-child {
  display: block;
}
.page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-content ul li.views-row a.blog-media .media-thumbnail-frame, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row a.blog-media .media-thumbnail-frame {
  position: relative;
  height: 0;
  padding-top: 45%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-content ul li.views-row a.blog-media .media-thumbnail-frame, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row a.blog-media .media-thumbnail-frame {
    padding-top: 61%;
  }
}
.page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-content ul li.views-row a.blog-media img, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row a.blog-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-width: none;
  width: 100%;
}
.page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-content ul li.views-row .wrapper, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row .wrapper {
  box-sizing: border-box;
  padding: 0 28px;
}
@media only screen and (max-width: 767px) {
  .page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-content ul li.views-row .wrapper, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row .wrapper {
    padding: 10px 5px 25px 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-content ul li.views-row .wrapper, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row .wrapper {
    padding: 0 25px 0;
  }
}
.page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-content ul li.views-row .wrapper a.readmore, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row .wrapper a.readmore {
  position: relative;
  text-decoration: none;
  display: inline-block;
  color: black;
  padding: 0 1px;
  font-size: 12.16px;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
  color: #fff;
  letter-spacing: 2px;
  height: 27px;
  padding-right: 33px;
  margin: 4px 0 27px 0px;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  font-size: 11.94px;
  letter-spacing: 4px;
}
@media only screen and (max-width: 767px) {
  .page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-content ul li.views-row .wrapper a.readmore, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row .wrapper a.readmore {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
}
.page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-content ul li.views-row .wrapper a.readmore::before, .page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-content ul li.views-row .wrapper a.readmore::after, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row .wrapper a.readmore::before, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row .wrapper a.readmore::after {
  content: '';
  position: absolute;
  background-color: #79ffff;
  height: 4px;
}
.page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-content ul li.views-row .wrapper a.readmore::before, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row .wrapper a.readmore::before {
  width: 0%;
  left: 0;
  bottom: 0;
  -webkit-transition: width ease 0.4s;
  transition: width ease 0.4s;
}
.page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-content ul li.views-row .wrapper a.readmore::after, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row .wrapper a.readmore::after {
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-content ul li.views-row .wrapper a.readmore:hover::after, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row .wrapper a.readmore:hover::after {
  left: 100%;
  width: 0%;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-content ul li.views-row .wrapper a.readmore:hover::before, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row .wrapper a.readmore:hover::before {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-content ul li.views-row .wrapper a.readmore, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row .wrapper a.readmore {
    padding-left: 0px;
    display: inline-block;
  }
}
.page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-content ul li.views-row .wrapper .title, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row .wrapper .title {
  margin-top: 35px;
  min-height: 120px;
}
@media only screen and (max-width: 1023px) {
  .page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-content ul li.views-row .wrapper .title, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row .wrapper .title {
    margin-top: 17px;
  }
}
.page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-content ul li.views-row .wrapper .title a, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row .wrapper .title a {
  color: #fff;
  font-size: 30.03px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 33px;
  display: inline-block;
  margin-bottom: 23px;
  letter-spacing: 4px;
}
@media only screen and (max-width: 1300px) {
  .page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-content ul li.views-row .wrapper .title a, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row .wrapper .title a {
    font-size: 24px;
    line-height: 27px;
  }
}
.page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-content ul li.views-row .wrapper .title a:hover, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row .wrapper .title a:hover {
  color: #a1a1a1;
}
.page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-footer, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-footer {
  padding: 30px;
  box-sizing: border-box;
  background: #000000;
  margin: 40px 1.25% 0;
}
@media only screen and (max-width: 767px) {
  .page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-footer, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-footer {
    padding: 30px 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-footer, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-footer {
    padding: 15px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-footer .parent-mail, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-footer .parent-mail {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-footer .left-wrap, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-footer .left-wrap {
    width: 45%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-footer .left-wrap, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-footer .left-wrap {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) {
  .page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-footer .right-wrap, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-footer .right-wrap {
    width: 52%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-footer .right-wrap, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-footer .right-wrap {
    width: 57%;
  }
}
.page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-footer .right-wrap .mlist-outer-wrapper, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-footer .right-wrap .mlist-outer-wrapper {
  margin: 0 auto;
}
.page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-footer .right-wrap .mlist-outer-wrapper .termsWrapper.first, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-footer .right-wrap .mlist-outer-wrapper .termsWrapper.first {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-footer .right-wrap .mlist-outer-wrapper .termsWrapper.first, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-footer .right-wrap .mlist-outer-wrapper .termsWrapper.first {
    text-align: center;
  }
}
.page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-footer .right-wrap .mlist-outer-wrapper .termsWrapper.first .terms, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-footer .right-wrap .mlist-outer-wrapper .termsWrapper.first .terms {
  top: -14px;
  right: -12px;
}
@media only screen and (max-width: 767px) {
  .page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .view-footer input#email, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-footer input#email {
    text-align: center;
  }
}
.page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .item-list .pager, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .item-list .pager {
  margin-top: 25px;
  padding: 0;
  overflow: hidden;
  text-transform: uppercase;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .item-list .pager, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .item-list .pager {
    margin: 0 3.6%;
  }
}
@media only screen and (max-width: 767px) {
  .page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .item-list .pager .ajax-progress .throbber, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .item-list .pager .ajax-progress .throbber {
    position: relative;
    left: 10px;
  }
}
.page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .item-list .pager .pager-next.first.last, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .item-list .pager .pager-next.first.last {
  float: none;
}
.page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .item-list .pager .pager-next.first.last a, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .item-list .pager .pager-next.first.last a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  color: black;
  padding: 0 1px;
  font-size: 12.16px;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
  color: #fff;
  letter-spacing: 2px;
  height: 27px;
  padding-right: 33px;
  margin: 5px 1.25% 50px;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  float: none;
  background: transparent;
  border: none;
  text-align: left;
  width: 140px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .item-list .pager .pager-next.first.last a, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .item-list .pager .pager-next.first.last a {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
}
.page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .item-list .pager .pager-next.first.last a::before, .page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .item-list .pager .pager-next.first.last a::after, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .item-list .pager .pager-next.first.last a::before, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .item-list .pager .pager-next.first.last a::after {
  content: '';
  position: absolute;
  background-color: #79ffff;
  height: 4px;
}
.page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .item-list .pager .pager-next.first.last a::before, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .item-list .pager .pager-next.first.last a::before {
  width: 0%;
  left: 0;
  bottom: 0;
  -webkit-transition: width ease 0.4s;
  transition: width ease 0.4s;
}
.page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .item-list .pager .pager-next.first.last a::after, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .item-list .pager .pager-next.first.last a::after {
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .item-list .pager .pager-next.first.last a:hover::after, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .item-list .pager .pager-next.first.last a:hover::after {
  left: 100%;
  width: 0%;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .item-list .pager .pager-next.first.last a:hover::before, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .item-list .pager .pager-next.first.last a:hover::before {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .page-news-v1 div#content-inner #block-system-main .view-home-one-page-news .item-list .pager .pager-next.first.last a, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .item-list .pager .pager-next.first.last a {
    padding: 0;
    text-align: left;
  }
}
.page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row.views-row-first, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row:nth-child(3n+1) {
  margin: 10px 0 20px;
}
@media only screen and (max-width: 767px) {
  .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row.views-row-first, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row:nth-child(3n+1) {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row.views-row-first, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row:nth-child(3n+1) {
    margin: 40px 1.25% 15px;
    width: 97.5%;
  }
  .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row.views-row-first a.blog-media, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row:nth-child(3n+1) a.blog-media {
    float: right;
    width: 50%;
    font-size: 0;
  }
  .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row.views-row-first a.blog-media ul, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row:nth-child(3n+1) a.blog-media ul {
    width: 100%;
  }
  .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row.views-row-first a.blog-media .media-thumbnail-frame, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row:nth-child(3n+1) a.blog-media .media-thumbnail-frame {
    padding-top: 65.9%;
  }
  .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row.views-row-first .wrapper, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row:nth-child(3n+1) .wrapper {
    float: left;
    width: 50%;
    padding: 31px 10px 5px 31px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row.views-row-first .wrapper, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row:nth-child(3n+1) .wrapper {
    padding-left: 2%;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row.views-row-first .wrapper .title, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row:nth-child(3n+1) .wrapper .title {
    margin-top: 0;
    min-height: 224px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
  .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row.views-row-first .wrapper .title, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row:nth-child(3n+1) .wrapper .title {
    min-height: 165px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1403px) {
  .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row.views-row-first .wrapper .title, .page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row:nth-child(3n+1) .wrapper .title {
    min-height: 290px;
  }
}

.page-news-v1 div#content-inner #block-views-home-one-page-news-block-6 .view-home-one-page-news .view-content ul li.views-row.views-row-first {
  margin-top: 40px;
}

body:not(.touch-device) .view-home-one-page-news .mlist-submit.hoverbutton .hoverText:before, body:not(.touch-device) .view-home-one-page-news .mlist-submit.hoverbutton .hoverText:after, body:not(.touch-device) .view-home-one-page-news form#secondForm .mlist-submit-new.hoverbutton .hoverText:before, body:not(.touch-device) .view-home-one-page-news form#secondForm .mlist-submit-new.hoverbutton .hoverText:after {
  border-bottom: 5px solid #79ffff;
}

@media only screen and (max-width: 767px) {
  body.touch-device .view-home-one-page-news .buttonAnimation {
    margin: 12px auto;
    display: block;
  }
}
body.touch-device .view-home-one-page-news .buttonAnimation .hoverText {
  border-bottom: 5px solid #79ffff;
}

.node-type-blog {
  /*div#block-block-831 .inner.tb-terminal {
    max-width: 810px;
  }
  
  div#block-block-831,div#block-block-461 .inner.tb-terminal {
      max-width: 996px;
  }*/
}
.node-type-blog .splash_overall {
  display: none !important;
}
.node-type-blog .hoverbutton .hoverText {
  background-color: transparent;
}
.node-type-blog .thankswelcome-msg {
  padding: 6px 0 10px 0;
  position: relative;
}
.node-type-blog div#thankyoublock-innerwrapper input, .node-type-blog div#thankyoublock-innerwrapper select {
  height: 38px;
}
.node-type-blog .media-youtube-video.media-image {
  text-align: center;
}
.node-type-blog div#content-inner {
  background: url("/sites/g/files/g2000007436/f/201805/news-landing-bg.jpg") no-repeat;
  background-position: right top;
  background-size: 100% auto;
  background-color: #042b3b;
}
@media only screen and (max-width: 767px) {
  .node-type-blog div#content-inner {
    background: url("/sites/g/files/g2000007436/f/201805/news-landing-bg-mobile.jpg") no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    background-color: #042b3b;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .node-type-blog div#content-inner {
    background: url("/sites/g/files/g2000007436/f/201805/news-landing-bg-mobile.jpg") no-repeat;
    background-position: center -36px;
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 1403px) {
  .node-type-blog div#content-inner {
    background-position: 54% top;
  }
}
@media only screen and (min-width: 768px) {
  .node-type-blog .stack-preheader .col-second {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .node-type-blog iframe.media-youtube-player {
    width: 100%;
    height: auto;
  }
}
.node-type-blog #block-block-856 .mlist-field label.error {
  text-align: center;
  width: auto;
  top: 39px;
  /* position: relative; */
}
.node-type-blog #block-block-856 div#thankyoublock-innerwrapper {
  padding: 0 10px;
}
.node-type-blog #block-block-856 div#thankyoublock-innerwrapper .thankyou-message {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .node-type-blog #block-block-856 div#thankyoublock-innerwrapper .thankyou-message {
    font-size: 25px;
  }
}
.node-type-blog #block-block-856 .mlist-outer-wrapper .mlist-wrapper .mlist-field {
  position: relative;
}
.node-type-blog #block-block-856 .mlist-outer-wrapper .mlist-wrapper .mlist-field.email {
  display: block;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .node-type-blog #block-block-856 .mlist-outer-wrapper #thankyoublock-innerwrapper {
    /*position: fixed;
    z-index: 1000002;
    background-color: #363938;
    padding: 10px;
    width: 500px;
    max-width: 600px;
    top: -60% !important;
    left: 0 !important;
    transform: translateX(-80%);
    margin: 0 auto;*/
    background-color: #363938;
    padding: 10px;
    width: 500px;
    max-width: 600px;
    margin: 0 auto;
  }
  .node-type-blog #block-block-856 .mlist-outer-wrapper body:not(.touch-device) .buttonAnimation {
    margin-top: -6px;
  }
  .node-type-blog #block-block-856 .mlist-outer-wrapper .mlist-checks {
    padding: 0px 0 4px;
  }
  .node-type-blog #block-block-856 .mlist-outer-wrapper .mlist-wrapper .mlist-field select#dobMonth, .node-type-blog #block-block-856 .mlist-outer-wrapper .mlist-wrapper .mlist-field select#dobDay {
    height: 38px;
  }
  .node-type-blog #block-block-856 .mlist-outer-wrapper .termsWrapper.second {
    position: relative;
  }
  .node-type-blog #block-block-856 .mlist-outer-wrapper .termsWrapper.second .termsContent {
    top: -60px;
    z-index: 2;
  }
  .node-type-blog #block-block-856 .mlist-outer-wrapper .secondFormCloseWrap a {
    top: -7px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .node-type-blog #block-block-856 .mlist-outer-wrapper {
    margin: 0 auto;
  }
  .node-type-blog #block-block-856 .mlist-outer-wrapper .mlist-wrapper fieldset {
    margin: 0 auto;
  }
}
.node-type-blog #block-block-856 fieldset {
  margin: 0 auto;
}
.node-type-blog #content .stack-width, .node-type-blog div#navigation {
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .node-type-blog #content .stack-width, .node-type-blog div#navigation {
    max-width: 718px;
  }
}
@media only screen and (min-width: 1024px) {
  .node-type-blog #content .stack-width, .node-type-blog div#navigation {
    max-width: 993px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .node-type-blog #content .stack-width, .node-type-blog div#navigation {
    max-width: 718px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .node-type-blog #content .stack-width, .node-type-blog div#navigation {
    max-width: 993px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1403px) {
  .node-type-blog #content .stack-width, .node-type-blog div#navigation {
    max-width: 1203px;
    margin: 0 auto;
  }
}
.node-type-blog #main {
  overflow: visible;
}
.node-type-blog #navigation {
  border-bottom: 1px solid #a1a1a1;
  padding-top: 55px;
  margin: 0 5px;
}
@media only screen and (min-width: 768px) {
  .node-type-blog #navigation {
    margin: 0;
  }
}
.node-type-blog #navigation .back-to-news {
  padding-bottom: 10px;
  position: relative;
}
.node-type-blog #navigation .back-to-news a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  color: #fff;
  padding-left: 20px;
}
.node-type-blog #navigation .back-to-news a:after {
  content: '<';
  font-size: 18px;
  position: absolute;
  left: 0;
  line-height: 22px;
}
.node-type-blog #navigation body.touch-device .buttonAnimation .hoverText {
  border-bottom: 5px solid #79ffff;
}
.node-type-blog #block-block-681 {
  background: #a1a1a1;
  padding: 25px 0;
}
@media only screen and (min-width: 768px) {
  .node-type-blog #block-block-681 {
    padding: 25px 20px;
  }
}
.node-type-blog #block-block-681 .left-mail-wrap {
  margin-right: 0;
}
.node-type-blog #block-block-681 .left-mail-wrap .title-tour {
  font-size: 30px;
  line-height: 26px;
  padding-bottom: 15px;
}
.node-type-blog #block-block-681 .left-mail-wrap .mlist-header {
  font-weight: 100;
}
.node-type-blog #block-block-681 .right-mail-wrap {
  max-width: 100%;
  margin: 15px 0 0;
}
.node-type-blog #block-block-681 .right-mail-wrap fieldset .mlist-field.email {
  max-width: 180px;
}
.node-type-blog #block-system-main .node .comment-wrapper {
  display: none;
}

.node-type-page .node > div, .node-type-page .node > ul.links.inline {
  display: block;
}

@media only screen and (min-width: 768px) {
  #block-views-home-one-page-news-detail-block .views-row .media-thumbnail-frame {
    border: none;
  }
}

@media only screen and (min-width: 1024px) {
  #block-views-home-one-page-news-detail-block {
    width: 63.1%;
    margin: 0 1.7% 0 0;
    display: inline-block;
    vertical-align: top;
  }
}
@media only screen and (max-width: 767px) {
  #block-views-home-one-page-news-detail-block .mobile-container, #block-views-home-one-page-news-detail-block .views-field-nothing-3 {
    margin: 0 20px;
  }
}
#block-views-home-one-page-news-detail-block ul {
  padding: 0;
}
#block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row h1 {
  margin-bottom: 38px;
}
@media only screen and (max-width: 767px) {
  #block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row h1 {
    padding: 29px 0 0px;
    margin-bottom: 22px;
    font-size: 50.01px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row h1 {
    margin-bottom: 84px;
    padding-top: 65px;
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  #block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row h1 {
    margin-top: 75px;
  }
}
#block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row h1 .views-field.views-field-nothing .social-share .sharewrap .shareTitle.tumblr iframe {
  min-width: 80px;
}
#block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .mobile-container {
  padding: 3px 35px 25px;
  background-color: #000000;
}
@media only screen and (min-width: 1024px) {
  #block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .mobile-container {
    min-height: 700px;
  }
}
#block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .view-more-news a, #block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-more-link, #block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .back-news a {
  font-size: 16.01px;
  text-transform: uppercase;
  text-decoration: none;
  color: #a1a1a1;
  letter-spacing: 1px;
  line-height: 16px;
  border-bottom: 1px solid;
  display: inline-block;
}
#block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .view-more-news a:hover, #block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-more-link:hover, #block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .back-news a:hover {
  border-color: transparent;
}
#block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .view-more-news a, #block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .back-news a {
  color: #fff;
  font-size: 11.94px;
  letter-spacing: 3px;
  border-bottom: 0;
  position: relative;
  text-decoration: none;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
  border-bottom: 0;
  height: 27px;
  padding-right: 33px;
}
@media only screen and (max-width: 767px) {
  #block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .view-more-news a, #block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .back-news a {
    font-size: 12.16px;
  }
}
#block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .view-more-news a:after, #block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .back-news a:after {
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
#block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .view-more-news a:before, #block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .back-news a:before {
  width: 0%;
  left: 0;
  bottom: 0;
  -webkit-transition: width ease 0.4s;
  transition: width ease 0.4s;
}
#block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .view-more-news a:before, #block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .view-more-news a:after, #block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .back-news a:before, #block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .back-news a:after {
  content: '';
  position: absolute;
  background-color: #79ffff;
  height: 4px;
}
#block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .view-more-news a:hover:before, #block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .back-news a:hover:before {
  width: 100%;
}
#block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .view-more-news a:hover:after, #block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .back-news a:hover:after {
  left: 100%;
  width: 0%;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
#block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .back-news a {
  margin-bottom: 21px;
}
@media only screen and (max-width: 767px) {
  #block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .back-news a {
    margin: 8px 0 20px 12px;
  }
}
#block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field.views-field-nothing {
  color: #fff;
}
#block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field.views-field-nothing .detail-date {
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 0;
  padding: 0;
  display: inline-block;
  text-transform: uppercase;
}
#block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field.views-field-nothing .blog-media {
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  #block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field.views-field-nothing .blog-media {
    margin: 0 20px;
  }
}
#block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field.views-field-nothing .blog-media ul, #block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field.views-field-nothing .blog-media li {
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field.views-field-nothing .blog-media ul {
    padding: 0 20px;
  }
}
#block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field.views-field-nothing .social-share {
  margin-left: 8px;
  display: inline-block;
  position: relative;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}
#block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field.views-field-nothing .social-share .share-text {
  background: url("/sites/g/files/g2000007436/f/201805/share-icon.svg") no-repeat;
  width: 19px;
  height: 16px;
  display: block;
  cursor: pointer;
}
#block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field.views-field-nothing .social-share .sharewrap {
  display: none;
  position: absolute;
  border: 1px solid #fff;
  padding: 12px 23px 0;
  background: #000000;
  top: -13px;
  left: -24px;
  z-index: 1;
  width: 100px;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  #block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field.views-field-nothing .social-share .sharewrap {
    left: -105px;
  }
}
#block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field.views-field-nothing .social-share .sharewrap .share-hover {
  background: url("/sites/g/files/g2000007436/f/201805/share-icon.svg") no-repeat;
  background-position: left bottom;
  color: #fff;
  width: 85px;
  height: 16px;
  margin-bottom: 26px;
  padding-left: 30px;
  display: block;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 22px;
}
#block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field.views-field-nothing .social-share .sharewrap .shareTitle {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  min-height: 20px;
  margin: 5px 0 10px;
}
#block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field.views-field-nothing .social-share .sharewrap .shareTitle:hover:before {
  opacity: 0.5;
}
#block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field.views-field-nothing .social-share .sharewrap .shareTitle:before {
  content: 'Email';
  display: inline-block;
  width: auto;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  border-bottom: 1px solid rgba(68, 65, 65, 0.2);
  padding-bottom: 1px;
  position: absolute;
  line-height: 1;
}
#block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field.views-field-nothing .social-share .sharewrap .shareTitle div, #block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field.views-field-nothing .social-share .sharewrap .shareTitle iframe, #block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field.views-field-nothing .social-share .sharewrap .shareTitle span {
  opacity: 0;
  height: 15px !important;
}
#block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field.views-field-nothing .social-share .sharewrap .shareTitle.facebook:before {
  content: 'Facebook';
}
#block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field.views-field-nothing .social-share .sharewrap .shareTitle.twitter a.twittersharelink {
  cursor: pointer;
  display: block;
  width: 100%;
  line-height: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field.views-field-nothing .social-share .sharewrap .shareTitle.twitter:before {
  content: 'Twitter';
}
#block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field.views-field-nothing .social-share .sharewrap .shareTitle.tumblr:before {
  content: 'Tumblr';
}
#block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field.views-field-nothing .social-share .sharewrap .shareTitle a.mlistShare {
  position: absolute;
  display: block;
  width: 40px;
  height: 15px;
}
#block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field.views-field-nothing .detail-title {
  color: #fff;
  font-size: 30.03px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 3px;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 14px;
}
@media only screen and (min-width: 1024px) {
  #block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field.views-field-nothing .detail-title {
    max-width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  #block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field.views-field-nothing .detail-title {
    font-size: 24px;
  }
}
#block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field.views-field-nothing .blog-media img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field.views-field-nothing .blog-media img {
    width: auto;
    text-align: center;
  }
}
#block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field.views-field-nothing .blog-media img ul {
  padding: 0;
}
#block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field.views-field-nothing .detail-body {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
  margin-top: 22px;
  width: 100%;
  line-height: 21px;
}
#block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field.views-field-nothing .detail-body .media-thumbnail-frame {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  #block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field.views-field-nothing .detail-body {
    max-width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  #block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field.views-field-nothing .detail-body {
    margin-top: 20px;
  }
}
#block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field.views-field-nothing .detail-body a {
  color: #a1a1a1;
  font-size: 11px;
  text-decoration: underline;
  letter-spacing: 1px;
}
#block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field.views-field-nothing .detail-body a:hover {
  color: #fff;
}
#block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field.views-field-nothing .detail-body a.views-more-link {
  margin-top: 25px;
  display: block;
}
#block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field.views-field-nothing .detail-body .body-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  margin-bottom: 10px;
}
#block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field.views-field-nothing .detail-body .body-embed iframe, #block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field.views-field-nothing .detail-body .body-embed object, #block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field.views-field-nothing .detail-body .body-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field-nothing-3 {
  padding: 36px 35px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field-nothing-3 {
    padding: 28px 35px 38px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  #block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field-nothing-3 {
    padding: 36px 24px 0 36px;
    text-align: left;
  }
}

.leftwrapper .subscribeFollowCallout {
  font-size: 30.1px;
  letter-spacing: 9px;
}
.leftwrapper #thankyouBlock.final-screen .mlistOverlay {
  display: none;
}
.leftwrapper .termsWrapper.first {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.leftwrapper .termsWrapper.first .termsContent {
  width: calc(100% - 16px);
  margin-left: 0;
  left: 0;
  text-align: center;
  margin-bottom: 10px;
  z-index: 2;
  border: 1px solid #ffff;
}
.leftwrapper .termsWrapper.first .terms {
  position: relative;
  top: 0;
  right: auto;
}
.leftwrapper .termsWrapper.first .terms a.terms {
  position: relative;
  top: 0;
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .leftwrapper .termsWrapper.first .terms a.terms {
    margin-top: 5px;
  }
}
.leftwrapper div#follow-spotify a {
  margin: 0;
  font-family: "Josefin Sans", sans-serif !important;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 15px 26px 11px 55px;
  color: #fff;
  cursor: pointer;
  border: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .leftwrapper div#follow-spotify a {
    padding: 16px 17px 0px 48px;
    letter-spacing: 1px;
    font-size: 12px;
  }
}
.leftwrapper .icon-spotify:before {
  font-size: 18px;
  font-family: 'icomoon-new' !important;
  position: absolute;
  top: 10px;
  margin-right: 4px;
  left: 9%;
}
@media only screen and (max-width: 767px) {
  .leftwrapper .icon-spotify:before {
    left: 8.2%;
  }
}
.leftwrapper .mlist-outer-wrapper {
  top: 0 !important;
  left: 0 !important;
}
@media only screen and (min-width: 1024px) {
  .leftwrapper {
    width: 32%;
    margin: 9px 0 0 2.5%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: 56%;
  }
  .leftwrapper .mlist-outer-wrapper.lightboxActive {
    position: fixed;
    z-index: 1000002;
    background-color: #363938;
    padding: 10px;
    width: 100%;
    max-width: 100%;
    top: 0% !important;
    left: 0 !important;
    margin: 0 auto;
  }
  .leftwrapper .mlistOverlay {
    left: 0;
    top: 0;
    position: fixed;
    height: 100%;
    background: #131313;
    opacity: 0.95;
    width: 100%;
  }
}
.leftwrapper div#follow-spotify .animate:before, .leftwrapper div#follow-spotify .animate:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  width: 50%;
  height: 36px;
  border-top: 1px solid #fff;
  border-bottom: 5px solid #79ffff;
  transition: all .5s 0s;
}
.leftwrapper div#follow-spotify .animate:after {
  right: 0;
  border-right: 1px solid #fff;
}
.leftwrapper div#follow-spotify .animate:before {
  left: 0;
  border-left: 1px solid #fff;
}
.leftwrapper div#follow-spotify .animate:hover:before {
  left: -20px;
  transition: all .5s .2s;
  opacity: 0;
}
.leftwrapper div#follow-spotify .animate:hover:after {
  right: -20px;
  transition: all .5s .2s;
  opacity: 0;
}
.leftwrapper div#follow-spotify:before {
  content: '';
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  width: 1px;
  height: 80px;
  margin: auto;
  background: #fff;
  visibility: hidden;
  opacity: 0;
}
.leftwrapper div#follow-spotify {
  display: inline-block;
  position: relative;
  margin: 26px 0;
  text-align: center;
  width: 318px;
}
@media only screen and (max-width: 767px) {
  .leftwrapper div#follow-spotify {
    width: 280px;
  }
}
.leftwrapper div#follow-spotify:hover:before {
  animation: sword .5s;
}

#block-block-856 {
  background: #000;
  text-align: center;
  padding: 2px 0px 28px;
  margin-top: 33px;
}
@media only screen and (min-width: 768px) {
  #block-block-856 {
    padding: 27px 0;
  }
}
@media only screen and (min-width: 1403px) {
  #block-block-856 {
    margin-top: 4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #block-block-856 {
    margin: 0 0 50px;
  }
}
#block-block-856 .mlist-field label.error {
  text-align: center;
  position: absolute;
  top: 40px;
}
#block-block-856 #thankyouBlock.final-screen .thankyou-message.embed {
  text-align: center;
  padding-top: 0;
  font-size: 25px;
  line-height: 25px;
}
@media only screen and (max-width: 767px) {
  #block-block-856 #thankyouBlock.final-screen .thankyou-message.embed {
    margin-bottom: 8px;
  }
}
#block-block-856 .mlist-field.email-field {
  width: 100%;
  margin-right: 0;
}
#block-block-856 .mlist-field.email-field input {
  text-align: center;
}
#block-block-856 .footerMlistCallout .mlistCallout .form-area {
  max-width: 295px;
}
#block-block-856 .mlist-header {
  font-size: 12.04px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 17px;
  font-family: "Josefin Sans", sans-serif;
  margin: 11px auto 18px;
  font-weight: 400;
  width: 295px;
}
#block-block-856 input#email {
  text-align: center;
  height: 40px;
  line-height: 42px;
  border: 1px solid #ededed;
  margin-bottom: 20px;
  letter-spacing: 3px;
  padding: 0;
  box-sizing: border-box;
}
#block-block-856 .mlist-submit.submit-field {
  display: block;
  margin: 20px auto 18px;
}
@media only screen and (max-width: 767px) {
  #block-block-856 .mlist-submit.submit-field {
    margin-bottom: 0;
  }
}
#block-block-856 .footerMlistCallout .subscribeFollowCallout {
  width: 90%;
  font-size: 19.92px;
  line-height: 22px;
  letter-spacing: 4px;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}
#block-block-856 .footerMlistCallout .socialMlsitWrap {
  width: 100%;
}

div#block-flippy-flippy-pager-node-type-blog {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  div#block-flippy-flippy-pager-node-type-blog {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  div#block-flippy-flippy-pager-node-type-blog {
    margin-top: 30px;
    padding: 0 20px;
  }
}
div#block-flippy-flippy-pager-node-type-blog ul.flippy {
  padding: 0;
  background-color: #000;
}
div#block-flippy-flippy-pager-node-type-blog ul.flippy li {
  padding: 0;
  white-space: initial;
  width: 100%;
}
div#block-flippy-flippy-pager-node-type-blog ul.flippy li.next {
  display: none;
}
div#block-flippy-flippy-pager-node-type-blog ul.flippy li a {
  display: block;
  padding-bottom: 32px;
  text-align: left;
}
div#block-flippy-flippy-pager-node-type-blog ul.flippy li a span {
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  letter-spacing: 1px;
}
div#block-flippy-flippy-pager-node-type-blog ul.flippy li a .next {
  font-size: 11.94px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 3px;
  padding: 30px 30px 0;
}
div#block-flippy-flippy-pager-node-type-blog ul.flippy li a .prev-story {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  color: #fff;
  padding: 0 0 8px;
  display: block;
}
div#block-flippy-flippy-pager-node-type-blog ul.flippy li a .prev-story:hover {
  color: #a1a1a1;
}
div#block-flippy-flippy-pager-node-type-blog ul.flippy li a img {
  width: 100%;
  display: block;
  padding-left: 0;
  background: none;
  /*@media only screen and (max-width : 767px) {
    text-align: center;
    margin: 0 0 0 12px;
    width:auto;
  }*/
}
div#block-flippy-flippy-pager-node-type-blog ul.flippy li a span.title {
  color: #fff;
  font-size: 20.04px;
  font-weight: 700;
  line-height: 27px;
  padding: 0px 30px 14px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: normal;
  text-align: left;
}
div#block-flippy-flippy-pager-node-type-blog ul.flippy li a span.title:hover {
  color: #a1a1a1;
}
@media only screen and (max-width: 767px) {
  div#block-flippy-flippy-pager-node-type-blog ul.flippy li a span.title {
    margin: 12px 0px 8px;
    width: calc(100% - 60px);
  }
}
div#block-flippy-flippy-pager-node-type-blog ul.flippy li a .blog-media img.original {
  display: block;
}
div#block-flippy-flippy-pager-node-type-blog ul.flippy li a span.readmore {
  margin: 0 30px;
  font-size: 11.94px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: left;
  padding-left: 0;
  color: #fff;
  line-height: 16px;
  display: inline-block;
  height: 27px;
  color: #fff;
  position: relative;
  text-decoration: none;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
  border-bottom: 0;
  padding-right: 33px;
}
@media only screen and (max-width: 767px) {
  div#block-flippy-flippy-pager-node-type-blog ul.flippy li a span.readmore {
    margin: 0 30px;
    width: auto;
    padding: 0 30px 0 0;
  }
}
div#block-flippy-flippy-pager-node-type-blog ul.flippy li a span.readmore:before {
  width: 0%;
  left: 0;
  bottom: 0;
  -webkit-transition: width ease 0.4s;
  transition: width ease 0.4s;
}
div#block-flippy-flippy-pager-node-type-blog ul.flippy li a span.readmore:after {
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
div#block-flippy-flippy-pager-node-type-blog ul.flippy li a span.readmore:before, div#block-flippy-flippy-pager-node-type-blog ul.flippy li a span.readmore:after {
  content: '';
  position: absolute;
  background-color: #79ffff;
  height: 4px;
}
div#block-flippy-flippy-pager-node-type-blog ul.flippy li a span.readmore:hover:after {
  left: 100%;
  width: 0%;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
div#block-flippy-flippy-pager-node-type-blog ul.flippy li a span.readmore:hover:before {
  width: 100%;
}

body.node-type-blog:not(.touch-device) #block-views-home-one-page-news-detail-block .view-home-one-page-news-detail li.views-row .views-field.views-field-nothing .social-share:hover .sharewrap {
  display: block;
}
body.node-type-blog:not(.touch-device) .leftwrapper .mlist-submit.hoverbutton .hoverText:before, body.node-type-blog:not(.touch-device) .leftwrapper .mlist-submit.hoverbutton .hoverText:after {
  border-bottom: 4px solid #79ffff;
}
@media only screen and (max-width: 767px) {
  body.node-type-blog:not(.touch-device) .leftwrapper .mlist-submit.buttonAnimation.hoverbutton {
    margin-top: 0px;
  }
}

body.node-type-blog.touch-device #block-views-home-one-page-news-detail-block .buttonAnimation .hoverText, body.node-type-blog.touch-device #block-block-856 .buttonAnimation .hoverText {
  border-bottom-color: #79ffff;
}

.page-photo-v1, .page-photo {
  background: #210237;
}
.page-photo-v1 #page #content #main h1.title#page-title, .page-photo #page #content #main h1.title#page-title {
  margin: 77px 1.25% 35px;
}
@media only screen and (max-width: 767px) {
  .page-photo-v1 #page #content #main h1.title#page-title, .page-photo #page #content #main h1.title#page-title {
    margin: 30px 0 40px;
  }
}

.view-home-one-page-photos {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .view-home-one-page-photos {
    margin-bottom: 58px;
  }
}
.view-home-one-page-photos .view-content .item-list ul {
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .view-home-one-page-photos .view-content .item-list ul {
    font-size: 0px;
  }
  .view-home-one-page-photos .view-content .item-list ul.block {
    margin-bottom: 16px;
  }
  .view-home-one-page-photos .view-content .item-list ul .views-row {
    font-size: 16px;
    display: inline-block;
    margin-right: 0%;
    margin-bottom: 5%;
    vertical-align: top;
    width: 100%;
    font-size: 16px;
  }
  .view-home-one-page-photos .view-content .item-list ul .views-row:nth-child(1n) {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .view-home-one-page-photos .view-content .item-list ul li.views-row {
    position: relative;
    font-size: 0;
    width: 31.8%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 16px;
  }
  .view-home-one-page-photos .view-content .item-list ul li.views-row:nth-child(3n) {
    margin-right: 0;
  }
}
.view-home-one-page-photos .view-content .item-list ul li.views-row img {
  display: block;
  height: auto;
  width: 100%;
}
.view-home-one-page-photos .item-list ul.pager.pager-load-more li a {
  position: relative;
  text-decoration: none;
  display: none;
  color: black;
  padding: 0 1px;
  font-size: 12.16px;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
  color: #fff;
  letter-spacing: 2px;
  height: 27px;
  padding-right: 33px;
  margin: 30px 0 50px;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
}
@media only screen and (max-width: 767px) {
  .view-home-one-page-photos .item-list ul.pager.pager-load-more li a {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
}
.view-home-one-page-photos .item-list ul.pager.pager-load-more li a::before, .view-home-one-page-photos .item-list ul.pager.pager-load-more li a::after {
  content: '';
  position: absolute;
  background-color: #9a1c34;
  height: 4px;
}
.view-home-one-page-photos .item-list ul.pager.pager-load-more li a::before {
  width: 0%;
  left: 0;
  bottom: 0;
  -webkit-transition: width ease 0.4s;
  transition: width ease 0.4s;
}
.view-home-one-page-photos .item-list ul.pager.pager-load-more li a::after {
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.view-home-one-page-photos .item-list ul.pager.pager-load-more li a:hover::after {
  left: 100%;
  width: 0%;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.view-home-one-page-photos .item-list ul.pager.pager-load-more li a:hover::before {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .view-home-one-page-photos .sectionTitle {
    max-width: 718px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .view-home-one-page-photos .sectionTitle {
    max-width: 993px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1403px) {
  .view-home-one-page-photos .sectionTitle {
    max-width: 1203px;
    margin: 0 auto;
  }
}

/*Magnific popup stylings*/
.page-photo-v1 .mfp-gallery .mfp-image-holder .mfp-figure {
  position: relative;
  background: #000000;
}
.page-photo-v1 .mfp-gallery .mfp-image-holder .mfp-figure .mfp-bottom-bar {
  margin-top: 0;
  top: 25px;
  left: 10px;
  width: calc(100% - 50px);
  display: inline-block;
  position: absolute;
  background: none;
}
.page-photo-v1 .mfp-gallery .mfp-image-holder .mfp-figure .mfp-bottom-bar .mfp-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #fff;
  padding: 0;
}
.page-photo-v1 .mfp-gallery .mfp-image-holder .mfp-figure > .mfp-close {
  font-size: 0;
  /* font-weight: bold; */
  display: inline-block;
  width: auto;
  margin: 0 0 0 auto;
  text-align: right;
  background: url("/sites/g/files/g2000007436/f//201805/close.png") no-repeat center center;
  text-indent: -99999px;
  width: 19px;
  height: 18px;
  /* float: right; */
  cursor: pointer;
  position: absolute;
  top: 13px;
  right: 3px;
  opacity: 1;
  cursor: pointer !important;
}
.page-photo-v1 .mfp-gallery .mfp-image-holder .mfp-figure > .mfp-close:hover {
  opacity: 0.5;
}
.page-photo-v1 img.mfp-img {
  padding: 60px 0 0;
}
.page-photo-v1 .mfp-gallery .mfp-arrow {
  opacity: 1;
}
.page-photo-v1 .mfp-gallery .mfp-arrow:hover {
  opacity: 0.5;
}

/**********[===== VIDEO ======]***************/
#block-block-431 .content {
  width: 100%;
  margin: 0 auto;
}

div#block-views-home-one-page-video-block-1 {
  background: url("/sites/g/files/g2000007436/f/201805/videoBG.jpg") top right no-repeat #048855;
  background-size: auto 100%;
  font-size: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  div#block-views-home-one-page-video-block-1 {
    background: url("/sites/g/files/g2000007436/f/201805/videoBG-ipad.jpg") top right no-repeat #048855;
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 767px) {
  div#block-views-home-one-page-video-block-1 {
    background: url("/sites/g/files/g2000007436/f/201805/videoBG_mob.jpg") top right no-repeat #048855;
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 768px) {
  div#block-views-home-one-page-video-block-1 .inner.tb-terminal {
    max-width: 718px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  div#block-views-home-one-page-video-block-1 .inner.tb-terminal {
    max-width: 993px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1403px) {
  div#block-views-home-one-page-video-block-1 .inner.tb-terminal {
    max-width: 1203px;
    margin: 0 auto;
  }
}
div#block-views-home-one-page-video-block-1 .inner.tb-terminal .sectionTitle {
  padding: 53px 0 27px;
}
@media only screen and (max-width: 767px) {
  div#block-views-home-one-page-video-block-1 .inner.tb-terminal .sectionTitle {
    padding: 60px 0 40px;
  }
}
div#block-views-home-one-page-video-block-1 .inner.tb-terminal .view-content {
  max-width: 738px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  div#block-views-home-one-page-video-block-1 .inner.tb-terminal .view-content {
    margin: 0 3.6%;
  }
}
div#block-views-home-one-page-video-block-1 .inner.tb-terminal .view-content .media-thumbnail-frame {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 0 auto;
  z-index: 100;
}
div#block-views-home-one-page-video-block-1 .inner.tb-terminal .view-content .media-thumbnail-frame img {
  width: 100%;
}
div#block-views-home-one-page-video-block-1 .inner.tb-terminal .view-content .media-thumbnail-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
div#block-views-home-one-page-video-block-1 .inner.tb-terminal .view-content .views-field.views-field-field-video-asset .field-content {
  position: relative;
  font-size: 0;
}
div#block-views-home-one-page-video-block-1 .inner.tb-terminal .view-content .views-field.views-field-field-video-asset .field-content span.video-play.fun-btn {
  position: absolute;
  z-index: 1001;
  left: 0;
  padding: 10px;
  min-width: 100%;
  box-sizing: border-box;
  text-transform: uppercase;
  top: auto;
  bottom: 0;
  background: transparent;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  div#block-views-home-one-page-video-block-1 .inner.tb-terminal .view-content .views-field.views-field-field-video-asset .field-content span.video-play.fun-btn {
    padding: 5px;
    font-size: 10px;
  }
}
div#block-views-home-one-page-video-block-1 .inner.tb-terminal .view-content .views-field.views-field-field-video-asset .field-content span.video-play.fun-btn.featured {
  font-size: 14px;
  letter-spacing: 4px;
  word-spacing: 2px;
  font-weight: 300;
  top: 30px;
  left: 30px;
}
@media only screen and (max-width: 767px) {
  div#block-views-home-one-page-video-block-1 .inner.tb-terminal .view-content .views-field.views-field-field-video-asset .field-content span.video-play.fun-btn.featured {
    padding: 7px 5px 3px;
    top: 10px;
    left: 10px;
  }
}
div#block-views-home-one-page-video-block-1 .inner.tb-terminal .view-content .views-field.views-field-field-video-asset .field-content span.video-play.fun-btn.featured span {
  font-weight: 500;
}
div#block-views-home-one-page-video-block-1 .inner.tb-terminal .view-content .views-field.views-field-field-video-asset .field-content span.video-play.fun-btn img {
  margin-bottom: -6px;
  margin-right: 5px;
  width: auto;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  div#block-views-home-one-page-video-block-1 .inner.tb-terminal .view-content .views-field.views-field-field-video-asset .field-content span.video-play.fun-btn img {
    margin-bottom: -2px;
    width: 10px;
    height: 12px;
  }
}
div#block-views-home-one-page-video-block-1 .inner.tb-terminal .view-content .views-field.views-field-field-video-asset .overlay {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: 100;
  cursor: pointer;
}
div#block-views-home-one-page-video-block-1 .inner.tb-terminal .view-footer {
  max-width: 738px;
  margin: 5px  0 0;
}
@media only screen and (min-width: 768px) {
  div#block-views-home-one-page-video-block-1 .inner.tb-terminal .view-footer .view-display-id-block_4 .item-list ul {
    font-size: 0px;
  }
  div#block-views-home-one-page-video-block-1 .inner.tb-terminal .view-footer .view-display-id-block_4 .item-list ul.block {
    margin-bottom: 16px;
  }
  div#block-views-home-one-page-video-block-1 .inner.tb-terminal .view-footer .view-display-id-block_4 .item-list ul .views-row {
    font-size: 16px;
    display: inline-block;
    margin-right: 2.5%;
    margin-bottom: 0.5%;
    vertical-align: top;
    width: 31.66667%;
    font-size: 16px;
  }
  div#block-views-home-one-page-video-block-1 .inner.tb-terminal .view-footer .view-display-id-block_4 .item-list ul .views-row:nth-child(3n) {
    margin-right: 0px;
  }
}
div#block-views-home-one-page-video-block-1 .inner.tb-terminal .view-footer .view-display-id-block_4 .moreLink {
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  div#block-views-home-one-page-video-block-1 .inner.tb-terminal .view-footer .view-display-id-block_4 .moreLink {
    display: block;
    max-width: 140px;
    margin: 20px auto 0;
  }
}
div#block-views-home-one-page-video-block-1 .inner.tb-terminal .view-footer .view-display-id-block_4 .moreLink a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  color: black;
  padding: 0 1px;
  font-size: 12.16px;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
  color: #fff;
  letter-spacing: 2px;
  height: 27px;
  padding-right: 33px;
  margin: 30px 0;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
}
@media only screen and (max-width: 767px) {
  div#block-views-home-one-page-video-block-1 .inner.tb-terminal .view-footer .view-display-id-block_4 .moreLink a {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
}
div#block-views-home-one-page-video-block-1 .inner.tb-terminal .view-footer .view-display-id-block_4 .moreLink a::before, div#block-views-home-one-page-video-block-1 .inner.tb-terminal .view-footer .view-display-id-block_4 .moreLink a::after {
  content: '';
  position: absolute;
  background-color: #dc406d;
  height: 4px;
}
div#block-views-home-one-page-video-block-1 .inner.tb-terminal .view-footer .view-display-id-block_4 .moreLink a::before {
  width: 0%;
  left: 0;
  bottom: 0;
  -webkit-transition: width ease 0.4s;
  transition: width ease 0.4s;
}
div#block-views-home-one-page-video-block-1 .inner.tb-terminal .view-footer .view-display-id-block_4 .moreLink a::after {
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
div#block-views-home-one-page-video-block-1 .inner.tb-terminal .view-footer .view-display-id-block_4 .moreLink a:hover::after {
  left: 100%;
  width: 0%;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
div#block-views-home-one-page-video-block-1 .inner.tb-terminal .view-footer .view-display-id-block_4 .moreLink a:hover::before {
  width: 100%;
}
div#block-views-home-one-page-video-block-1 .inner.tb-terminal .view-footer .view-display-id-block_4 .view-content {
  margin: 0;
}
div#block-views-home-one-page-video-block-1 .inner.tb-terminal .view-footer .view-display-id-block_4 .view-content .media-thumbnail-frame {
  padding: 0;
  height: auto;
}
div#block-views-home-one-page-video-block-1 .inner.tb-terminal .view-footer .view-display-id-block_4 .view-footer {
  margin: 0;
}
div#block-views-home-one-page-video-block-1 .inner.tb-terminal .views-field-field-video-asset-1 .field-content {
  display: none;
}

.page-music #block-system-main .sc-player .sc-controls a.sc-play, #block-views-music-block-1 .sc-player .sc-controls a.sc-play, #block-views-music-block-2 .sc-player .sc-controls a.sc-play, .view-music.view-display-id-block_2 .sc-player .sc-controls a.sc-play {
  background: url("/sites/g/files/g2000007436/f/201312/play-button-new.png") no-repeat 0px -62px transparent;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
  display: block;
}
.page-music #block-system-main .sc-player .sc-controls a.sc-play:hover, #block-views-music-block-1 .sc-player .sc-controls a.sc-play:hover, #block-views-music-block-2 .sc-player .sc-controls a.sc-play:hover, .view-music.view-display-id-block_2 .sc-player .sc-controls a.sc-play:hover {
  background-position: 0 0;
}
.page-music #block-system-main .sc-player .sc-controls a.sc-pause, #block-views-music-block-1 .sc-player .sc-controls a.sc-pause, #block-views-music-block-2 .sc-player .sc-controls a.sc-pause, .view-music.view-display-id-block_2 .sc-player .sc-controls a.sc-pause {
  background: url("/sites/g/files/g2000007436/f/201312/pausebutton_new.png") no-repeat 0px 0px transparent;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  display: block;
}
.page-music #block-system-main .sc-player .sc-controls a.sc-pause:hover, #block-views-music-block-1 .sc-player .sc-controls a.sc-pause:hover, #block-views-music-block-2 .sc-player .sc-controls a.sc-pause:hover, .view-music.view-display-id-block_2 .sc-player .sc-controls a.sc-pause:hover {
  background-position: 0px 0px;
}
.page-music #block-system-main .sc-player.playing .sc-controls a.sc-pause, #block-views-music-block-1 .sc-player.playing .sc-controls a.sc-pause, #block-views-music-block-2 .sc-player.playing .sc-controls a.sc-pause, .view-music.view-display-id-block_2 .sc-player.playing .sc-controls a.sc-pause {
  background: url("/sites/g/files/g2000007436/f/201312/pausebutton_new.png") no-repeat 0px 0px transparent;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
  display: block;
}
.page-music #block-system-main .sc-player.playing .sc-controls a.sc-pause:hover, #block-views-music-block-1 .sc-player.playing .sc-controls a.sc-pause:hover, #block-views-music-block-2 .sc-player.playing .sc-controls a.sc-pause:hover, .view-music.view-display-id-block_2 .sc-player.playing .sc-controls a.sc-pause:hover {
  background-position: 0px 0px;
}
.page-music #block-system-main .views-row .views-field-nothing-3 .lcv-wrapper ul, #block-views-music-block-1 .views-row .views-field-nothing-3 .lcv-wrapper ul, #block-views-music-block-2 .views-row .views-field-nothing-3 .lcv-wrapper ul, .view-music.view-display-id-block_2 .views-row .views-field-nothing-3 .lcv-wrapper ul {
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .page-music #block-system-main .views-row .views-field-nothing-3 .lcv-wrapper ul, #block-views-music-block-1 .views-row .views-field-nothing-3 .lcv-wrapper ul, #block-views-music-block-2 .views-row .views-field-nothing-3 .lcv-wrapper ul, .view-music.view-display-id-block_2 .views-row .views-field-nothing-3 .lcv-wrapper ul {
    padding-top: 1em;
  }
}
.page-music #block-system-main .views-row:first-child, #block-views-music-block-1 .views-row:first-child, #block-views-music-block-2 .views-row:first-child, .view-music.view-display-id-block_2 .views-row:first-child {
  border-top: none;
}

.page-music #main .view-display-id-page .block-title, .page-music-old #main .view-display-id-page .block-title {
  margin: 1em 0;
  line-height: 2.5em;
}

.sc-player-engine-container {
  display: block;
  height: 0;
  overflow: hidden;
}

#block-block-611 .content .sc-player .sc-controls a.sc-play {
  background: url("/sites/g/files/g2000007436/f/201312/play-button-new.png") no-repeat 0px -62px transparent;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
  display: block;
}
#block-block-611 .content .sc-player .sc-controls a.sc-play:hover {
  background-position: 0 0;
}
#block-block-611 .content .sc-player .sc-controls a.sc-pause {
  background: url("/sites/g/files/g2000007436/f/201312/pausebutton_new.png") no-repeat 0px 0px transparent;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  display: block;
}
#block-block-611 .content .sc-player .sc-controls a.sc-pause:hover {
  background-position: 0px 0px;
}
#block-block-611 .content .sc-player.playing .sc-controls a.sc-pause {
  background: url("/sites/g/files/g2000007436/f/201312/pausebutton_new.png") no-repeat 0px 0px transparent;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
  display: block;
}
#block-block-611 .content .sc-player.playing .sc-controls a.sc-pause:hover {
  background-position: 0px 0px;
}

.front #page #content .stack .stack-width {
  max-width: none;
  margin: 0px auto;
}
.front #page #content .stack .stack-width div#block-views-albums-block-1, .front #page #content .stack .stack-width div#block-views-albums-block-7 {
  margin: 0px;
  padding: 0px;
  background: url("/sites/g/files/g2000007436/f/201804/musicbg.jpg") top right no-repeat #dc406d;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .front #page #content .stack .stack-width div#block-views-albums-block-1, .front #page #content .stack .stack-width div#block-views-albums-block-7 {
    background: url("/sites/g/files/g2000007436/f/201805/MusicBG-ipad.jpg") top right no-repeat #dc406d;
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 767px) {
  .front #page #content .stack .stack-width div#block-views-albums-block-1, .front #page #content .stack .stack-width div#block-views-albums-block-7 {
    background: url("/sites/g/files/g2000007436/f/201805/MusicBG-mob.jpg") top right no-repeat #dc406d;
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 768px) {
  .front #page #content .stack .stack-width div#block-views-albums-block-1 .inner.tb-terminal, .front #page #content .stack .stack-width div#block-views-albums-block-7 .inner.tb-terminal {
    max-width: 718px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .front #page #content .stack .stack-width div#block-views-albums-block-1 .inner.tb-terminal, .front #page #content .stack .stack-width div#block-views-albums-block-7 .inner.tb-terminal {
    max-width: 993px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1403px) {
  .front #page #content .stack .stack-width div#block-views-albums-block-1 .inner.tb-terminal, .front #page #content .stack .stack-width div#block-views-albums-block-7 .inner.tb-terminal {
    max-width: 1203px;
    margin: 0 auto;
  }
}
.front #page #content .stack .stack-width div#block-views-albums-block-1 .inner.tb-terminal h2, .front #page #content .stack .stack-width div#block-views-albums-block-1 .inner.tb-terminal .view-footer .embedSection, .front #page #content .stack .stack-width div#block-views-albums-block-7 .inner.tb-terminal h2, .front #page #content .stack .stack-width div#block-views-albums-block-7 .inner.tb-terminal .view-footer .embedSection {
  display: none;
}

/*Music Section Common Stylings*/
.view-content .musicWrapper {
  font-size: 0px;
  max-width: 738px;
  padding-bottom: 72px;
}
@media only screen and (max-width: 1023px) {
  .view-content .musicWrapper {
    margin: 0px auto;
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .view-content .musicWrapper .moreLink {
    display: block;
    max-width: 140px;
    margin: 0px auto;
    margin-top: 20px;
  }
}
.view-content .musicWrapper .moreLink a {
  position: relative;
  text-decoration: none;
  display: none;
  color: black;
  padding: 0 1px;
  font-size: 12.16px;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
  color: #fff;
  letter-spacing: 2px;
  height: 27px;
  padding-right: 33px;
  margin: 30px 0 0 0;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
}
@media only screen and (max-width: 767px) {
  .view-content .musicWrapper .moreLink a {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
}
.view-content .musicWrapper .moreLink a::before, .view-content .musicWrapper .moreLink a::after {
  content: '';
  position: absolute;
  background-color: #3957a7;
  height: 4px;
}
.view-content .musicWrapper .moreLink a::before {
  width: 0%;
  left: 0;
  bottom: 0;
  -webkit-transition: width ease 0.4s;
  transition: width ease 0.4s;
}
.view-content .musicWrapper .moreLink a::after {
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.view-content .musicWrapper .moreLink a:hover::after {
  left: 100%;
  width: 0%;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.view-content .musicWrapper .moreLink a:hover::before {
  width: 100%;
}
.view-content .musicWrapper .leftMusicWrapper, .view-content .musicWrapper .rightMusicWrapper {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .view-content .musicWrapper .leftMusicWrapper, .view-content .musicWrapper .rightMusicWrapper {
    display: block;
    width: 100%;
  }
}
.view-content .musicWrapper .rightMusicWrapper {
  margin-left: 4%;
}
@media only screen and (max-width: 767px) {
  .view-content .musicWrapper .rightMusicWrapper {
    max-width: 300px;
    margin: 0px auto;
  }
}
.view-content .musicWrapper .rightMusicWrapper .streamTitle {
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  letter-spacing: 2px;
  width: calc(100% - 110px);
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .view-content .musicWrapper .rightMusicWrapper .streamTitle {
    font-size: 10px;
  }
}
.view-content .musicWrapper .rightMusicWrapper .selectDown {
  position: relative;
  width: 110px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
.view-content .musicWrapper .rightMusicWrapper .selectDown .text {
  display: none;
}
.view-content .musicWrapper .rightMusicWrapper .selectDown .text.trackLists {
  display: block;
}
.view-content .musicWrapper .rightMusicWrapper .selectDown a {
  display: block;
  width: 100%;
  background: transparent;
  text-align: left;
  text-transform: uppercase;
  padding: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  letter-spacing: 2.5px;
}
.view-content .musicWrapper .rightMusicWrapper .selectDown a#showText {
  background: url("/sites/g/files/g2000007436/f/201804/dropdown_0.png") no-repeat scroll transparent 0 0;
  background-position: calc(100% - 19px);
  max-width: 70px;
  margin-left: auto;
}
.view-content .musicWrapper .rightMusicWrapper .selectDown a#showText.trackList {
  max-width: 100%;
}
.view-content .musicWrapper .rightMusicWrapper .selectDown a#showText.trackList .text {
  display: block;
  height: 18px;
  font-size: 10px;
  letter-spacing: 1.2px;
  text-indent: -9999px;
  line-height: 20px;
}
.view-content .musicWrapper .rightMusicWrapper .selectDown a#showText.noarrow {
  background: transparent;
}
.view-content .musicWrapper .rightMusicWrapper .selectDown .dropdown {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10;
  margin-top: 0;
  border: 0px none;
  border-bottom: 0;
  box-sizing: border-box;
  top: 27px;
}
@media only screen and (max-width: 767px) {
  .view-content .musicWrapper .rightMusicWrapper .selectDown .dropdown {
    width: 75px;
    left: initial;
    right: 0;
  }
}
.view-content .musicWrapper .rightMusicWrapper .selectDown .dropdown a {
  display: block;
  width: 100%;
  background: transparent;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  letter-spacing: 2.5px;
  background: #3957a7;
  border-bottom: 0px none;
  box-sizing: border-box;
  padding: 6px 10px;
}
@media only screen and (max-width: 767px) {
  .view-content .musicWrapper .rightMusicWrapper .selectDown .dropdown a {
    padding: 6px 0px 6px 20px;
  }
}
.view-content .musicWrapper .rightMusicWrapper .selectDown .dropdown a:hover:before {
  opacity: 0.5;
}
.view-content .musicWrapper .rightMusicWrapper .selectDown .dropdown a .trackName {
  font-size: 10px;
  text-indent: -20px;
}
.view-content .musicWrapper .rightMusicWrapper .selectDown .dropdown a .trackName:hover {
  opacity: 0.5;
}
.view-content .musicWrapper .rightMusicWrapper .embedSection {
  margin-top: 10px;
}
.view-content .musicWrapper .rightMusicWrapper .embedSection .lyricalView {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 14px;
  letter-spacing: 1.5px;
  cursor: pointer;
}
.view-content .musicWrapper .rightMusicWrapper .embedSection .lyricalView span {
  text-decoration: underline;
}
.view-content .musicWrapper .rightMusicWrapper .embedSection .lyricalView span:before {
  content: "<";
  display: inline-block;
  margin-right: 5px;
}
.view-content .musicWrapper .rightMusicWrapper .embedSection .lyricalView:hover {
  opacity: 0.5;
}
.view-content .musicWrapper .rightMusicWrapper .embedSection > div.active {
  display: block;
}
.view-content .musicWrapper .rightMusicWrapper .embedSection > div iframe {
  width: 100%;
}
.view-content .musicWrapper .rightMusicWrapper .embedSection > div .youtubeWrapper {
  position: relative;
  padding: 56.25% 0 0 0;
  height: 0;
  left: 0;
  display: block;
}
.view-content .musicWrapper .rightMusicWrapper .embedSection > div .youtubeWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.view-content .musicWrapper .rightMusicWrapper .trackLyricsContent {
  background: #dc406d;
  position: relative;
}
.view-content .musicWrapper .rightMusicWrapper .trackLyricsContent .ribbonWrapper, .view-content .musicWrapper .rightMusicWrapper .trackLyricsContent .geniusribbonWrapper {
  position: absolute;
  top: 15px;
  right: -31px;
}
.view-content .musicWrapper .rightMusicWrapper .trackLyricsContent .ribbonWrapper .ribbon, .view-content .musicWrapper .rightMusicWrapper .trackLyricsContent .geniusribbonWrapper .ribbon {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background: #3957a7;
  padding: 0;
  z-index: 1;
  height: 40px;
  line-height: 43px;
  width: 78px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.view-content .musicWrapper .rightMusicWrapper .trackLyricsContent .ribbonWrapper .ribbon:after, .view-content .musicWrapper .rightMusicWrapper .trackLyricsContent .geniusribbonWrapper .ribbon:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-top: 10px solid #2B3B89;
  border-right: 31px solid transparent;
}
.view-content .musicWrapper .rightMusicWrapper .trackLyricsContent .ribbonWrapper .ribbon:hover, .view-content .musicWrapper .rightMusicWrapper .trackLyricsContent .geniusribbonWrapper .ribbon:hover {
  opacity: 0.9;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .view-content .musicWrapper .rightMusicWrapper .trackLyricsContent .ribbonWrapper, .view-content .musicWrapper .rightMusicWrapper .trackLyricsContent .geniusribbonWrapper {
    right: -16px;
  }
  .view-content .musicWrapper .rightMusicWrapper .trackLyricsContent .ribbonWrapper .ribbon:after, .view-content .musicWrapper .rightMusicWrapper .trackLyricsContent .geniusribbonWrapper .ribbon:after {
    border-right: 16px solid transparent;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .view-content .musicWrapper .rightMusicWrapper .trackLyricsContent .ribbonWrapper, .view-content .musicWrapper .rightMusicWrapper .trackLyricsContent .geniusribbonWrapper {
    right: -7px;
  }
  .view-content .musicWrapper .rightMusicWrapper .trackLyricsContent .ribbonWrapper .ribbon:after, .view-content .musicWrapper .rightMusicWrapper .trackLyricsContent .geniusribbonWrapper .ribbon:after {
    border-right: 7px solid transparent;
  }
}
.view-content .musicWrapper .rightMusicWrapper .trackdetails {
  border: 1px solid #F9799A;
  padding: 12px 20px;
  box-sizing: border-box;
  position: relative;
}
.view-content .musicWrapper .rightMusicWrapper .trackdetails ul {
  list-style-type: decimal-leading-zero;
  padding: 0;
  margin: 0;
  border: none;
}
.view-content .musicWrapper .rightMusicWrapper .trackdetails ul li {
  text-transform: uppercase;
  font-size: 12px;
  list-style-type: decimal-leading-zero;
  list-style-position: inside;
  letter-spacing: 1px;
  margin: 0;
  border: none;
  border-bottom: 1px solid #F9799A;
  letter-spacing: 1.5px;
  padding: 7px 0 3px;
}
.view-content .musicWrapper .rightMusicWrapper .trackdetails ul li:last-child {
  border: none;
}
.view-content .musicWrapper .rightMusicWrapper .trackdetails ul li .views-field.views-field-nothing {
  display: inline-block;
  width: 88%;
  vertical-align: top;
}
.view-content .musicWrapper .rightMusicWrapper .trackdetails ul li:nth-child(-n+2) .views-field.views-field-nothing {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .view-content .musicWrapper .leftMusicWrapper {
    width: 90%;
    max-width: 406px;
    margin: 0px auto;
  }
}
.view-content .musicWrapper .leftMusicWrapper .moreLink a {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .view-content .musicWrapper .leftMusicWrapper .moreLink a {
    display: none;
  }
}
.view-content .musicWrapper .leftMusicWrapper .album-image {
  width: 100%;
  margin-bottom: 14px;
}
.view-content .musicWrapper .leftMusicWrapper .album-image img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .view-content .musicWrapper .leftMusicWrapper .album-image img {
    max-width: 140px;
    display: block;
    margin: 0 auto;
  }
}
.view-content .musicWrapper .leftMusicWrapper .albumTitle {
  font-size: 20px;
  letter-spacing: 5px;
  line-height: 1.5;
  width: calc(100% - 140px);
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .view-content .musicWrapper .leftMusicWrapper .albumTitle {
    width: 100%;
    text-align: center;
  }
}
.view-content .musicWrapper .leftMusicWrapper .albumTitle, .view-content .musicWrapper .leftMusicWrapper .getItNow {
  display: inline-block;
  vertical-align: top;
  margin: 0px;
}
@media only screen and (max-width: 767px) {
  .view-content .musicWrapper .leftMusicWrapper .albumTitle {
    margin: 5px 0 0;
  }
}
.view-content .musicWrapper .lyricsWrapper .lyricsTitle {
  cursor: pointer;
}
.view-content .musicWrapper .lyricsWrapper .lyricsTitle:hover {
  opacity: 0.5;
}
.view-content .musicWrapper .view-download-stream-links {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .view-content .musicWrapper .view-download-stream-links {
    display: block;
    margin: 17px auto 28px;
    width: 140px;
  }
}
.view-content .musicWrapper .view-download-stream-links .views-label {
  font-size: 12px;
  color: #fff;
  border: 2px solid #fff;
  border-bottom: 5px solid #3957a7;
  width: 140px;
  padding: 0;
  margin: 0 auto;
  cursor: pointer;
  letter-spacing: 3px;
  box-sizing: border-box;
  text-align: center;
  height: 40px;
  line-height: 37px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .view-content .musicWrapper .view-download-stream-links .views-label {
    width: 140px;
    font-size: 12px;
  }
}
.view-content .musicWrapper .view-download-stream-links .views-label.hovered {
  background: transparent;
  color: #fff;
}
.view-content .musicWrapper .view-download-stream-links .field-content.music-links {
  visibility: hidden;
  background: #3957a7;
  position: absolute;
  width: 100%;
  opacity: 0;
  top: 100%;
  left: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
}
.view-content .musicWrapper .view-download-stream-links .field-content.music-links.hovered {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  top: 35px;
  z-index: 10;
}
.view-content .musicWrapper .view-download-stream-links .field-content.music-links.hovered a {
  display: block;
  font-size: 10px;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  padding: 0 0 7px;
  margin: 10px 0 0 0;
  font-weight: 700;
}
.view-content .musicWrapper .view-download-stream-links .field-content.music-links.hovered a:hover {
  opacity: 0.5;
}

/*Genius tracks styling*/
.trackdetails {
  font-size: 0;
}
.trackdetails h3 {
  font-size: 0;
}
.trackdetails .views-field.views-field-nothing-1 {
  width: 80%;
  display: inline-block;
  vertical-align: top;
}
.trackdetails .views-field.views-field-nothing-1 span.link-wrapper.noLyrics {
  pointer-events: none;
  opacity: 0.5;
  cursor: none;
}
.trackdetails .views-field.views-field-nothing-1 span.link-wrapper span.track-title {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .trackdetails .views-field.views-field-nothing-1 {
    width: 71%;
  }
}

.lyricsWrapper .lyricsTitle {
  font-size: 12px;
  color: #fff;
  display: inline-block;
}

.lightboxWrapper .closeButton {
  font-size: 0;
  /* font-weight: bold; */
  display: inline-block;
  width: auto;
  margin: 0 0 0 auto;
  text-align: right;
  background: url("/sites/g/files/g2000007436/f//201805/close.png") no-repeat center center;
  text-indent: -99999px;
  width: 19px;
  height: 18px;
  float: right;
  cursor: pointer;
}
.lightboxWrapper .closeButton:hover {
  opacity: 0.5;
}
.lightboxWrapper .path {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.lightboxWrapper .title {
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: 12px;
  line-height: 1;
  margin-top: 28px;
}
@media only screen and (max-width: 767px) {
  .lightboxWrapper .title {
    font-size: 30px;
    letter-spacing: 5px;
  }
}
.lightboxWrapper ul {
  margin-top: 15px;
}
.lightboxWrapper ul li {
  list-style-type: decimal-leading-zero;
  list-style-position: inside;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  padding: 14px 0 9px;
  border-bottom: 1px solid;
}
@media only screen and (max-width: 767px) {
  .lightboxWrapper ul li {
    font-size: 12px;
  }
}
.lightboxWrapper ul li .views-field.views-field-nothing {
  display: inline-block;
  width: 88%;
  vertical-align: top;
}
.lightboxWrapper ul li .views-field.views-field-nothing .lyricsWrapper .lyricsTitle {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .lightboxWrapper ul li .views-field.views-field-nothing .lyricsWrapper .lyricsTitle {
    font-size: 12px;
  }
}
.lightboxWrapper ul li .views-field.views-field-nothing .lyricsWrapper .lyricsTitle span {
  font-weight: normal;
  font-size: 10px;
  cursor: pointer;
  display: inline-block;
  border-bottom: 1px solid;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .lightboxWrapper ul li .views-field.views-field-nothing .lyricsWrapper .lyricsTitle span {
    font-size: 10px;
  }
}
.lightboxWrapper ul li .views-field.views-field-nothing .lyricsWrapper .lyricsTitle span:hover {
  opacity: 0.5;
}
.lightboxWrapper ul li:last-child {
  border: none;
}
.lightboxWrapper .lyricsoftracks span.view-lyrics {
  font-weight: normal;
  font-size: 10px;
  cursor: pointer;
  display: inline-block;
  border-bottom: 1px solid;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .lightboxWrapper .lyricsoftracks span.view-lyrics {
    font-size: 10px;
  }
}
.lightboxWrapper .lyricsoftracks span.view-lyrics:hover {
  opacity: 0.5;
}
.lightboxWrapper .lyricsoftracks span.view-lyrics:after {
  content: "view lyrics";
}

body.scrollHidden {
  overflow-y: hidden;
}
body.scrollHidden .stack-preheader .col-second.sticky.scrollHidden {
  z-index: 10;
}
body.scrollHidden .lightboxWrapper.lightboxOpen {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 200001;
  background: rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
}
body.scrollHidden .lightboxWrapper.lightboxOpen .innerWrapper {
  background: #000000;
  width: 90%;
  max-width: 800px;
  margin: 30px auto;
  padding: 30px;
  border: 1px solid #fff;
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  body.scrollHidden .lightboxWrapper.lightboxOpen .innerWrapper {
    padding: 11px;
    height: 90vh;
    overflow-y: scroll;
  }
}
body.scrollHidden .lightboxWrapper .LyricsDetailLightox > div, body.scrollHidden .lightboxWrapper .trackListLightbox > div {
  width: 90%;
  max-width: 510px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.scrollHidden .lightboxWrapper .LyricsDetailLightox > div, body.scrollHidden .lightboxWrapper .trackListLightbox > div {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body.scrollHidden .lightboxWrapper .LyricsDetailLightox > div, body.scrollHidden .lightboxWrapper .trackListLightbox > div {
    max-width: 100%;
  }
}
body.scrollHidden .lightboxWrapper .LyricsDetailLightox > div.details, body.scrollHidden .lightboxWrapper .trackListLightbox > div.details {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
}
body.scrollHidden .lightboxWrapper .LyricsDetailLightox.LyricsDetailLightoxOpen {
  display: block;
}
body.scrollHidden .lightboxWrapper .LyricsDetailLightox.LyricsDetailLightoxOpen .path .albumName {
  cursor: pointer;
}
body.scrollHidden .lightboxWrapper .LyricsDetailLightox.LyricsDetailLightoxOpen .path .albumName:hover {
  opacity: 0.5;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.scrollHidden .lightboxWrapper .LyricsDetailLightox.LyricsDetailLightoxOpen .details {
    height: 62vh;
    overflow-y: scroll;
  }
}
@media only screen and (max-width: 767px) {
  body.scrollHidden .lightboxWrapper .LyricsDetailLightox.LyricsDetailLightoxOpen .details {
    overflow-y: scroll;
  }
}
body.scrollHidden .lightboxWrapper .LyricsDetailLightox.LyricsDetailLightoxOpen .details iframe {
  width: 100%;
  height: calc(100vh - 360px);
  overflow: hidden;
  min-height: 525px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.scrollHidden .lightboxWrapper .LyricsDetailLightox.LyricsDetailLightoxOpen .details iframe {
    min-height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body.scrollHidden .lightboxWrapper .LyricsDetailLightox.LyricsDetailLightoxOpen .details iframe {
    min-height: 100%;
  }
}
@media mq-tablet-narrower {
  body.scrollHidden .lightboxWrapper .LyricsDetailLightox.LyricsDetailLightoxOpen {
    display: block;
    height: 100%;
    overflow: hidden;
  }
}
body.scrollHidden .lightboxWrapper .LyricsDetailLightox .lyricsContent {
  font-size: 14px;
  line-height: 1.4;
}
body.scrollHidden .lightboxWrapper .LyricsDetailLightox .details {
  margin-top: 18px;
}
body.scrollHidden .lightboxWrapper .trackListLightbox.trackListLightboxOpen {
  display: block;
}

.page-music #content .stack .stack-width, .page-music-old #content .stack .stack-width {
  max-width: 100%;
  margin: 0 auto;
}
.page-music #block-system-main, .page-music-old #block-system-main {
  margin: 0;
}
.page-music .col-c, .page-music-old .col-c {
  overflow: visible;
}

body:not(.touch-device).page-music #content .view-content .buttonAnimation {
  width: 138px;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
body:not(.touch-device).page-music #content .view-content .hoverbutton .hoverText {
  background: transparent;
}
body:not(.touch-device).page-music #content .view-content .hoverbutton .hoverText:before, body:not(.touch-device).page-music #content .view-content .hoverbutton .hoverText:after {
  border-bottom-color: #3957a7;
}

.page-music #content .view-content .musicWrapper .view-download-stream-links .views-label {
  border: 0;
  background-color: transparent;
}

#block-system-main .view-music {
  position: relative;
  z-index: 0;
}
#block-system-main .view-music > .view-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  #block-system-main .view-music > .view-header .sectionTitle {
    max-width: 718px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  #block-system-main .view-music > .view-header .sectionTitle {
    max-width: 993px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1403px) {
  #block-system-main .view-music > .view-header .sectionTitle {
    max-width: 1203px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  #block-system-main .view-music > .view-header .sectionTitle {
    padding-top: 27px;
  }
}
#block-system-main .view-music > .view-content ul.music-list > li {
  padding-top: 60px;
  background: url("/sites/g/files/g2000007436/f/201804/musicbg.jpg") top right no-repeat #dc406d;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #block-system-main .view-music > .view-content ul.music-list > li > div {
    max-width: 718px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  #block-system-main .view-music > .view-content ul.music-list > li > div {
    max-width: 993px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1403px) {
  #block-system-main .view-music > .view-content ul.music-list > li > div {
    max-width: 1203px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  #block-system-main .view-music > .view-content ul.music-list > li {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #block-system-main .view-music > .view-content ul.music-list > li {
    background: url("/sites/g/files/g2000007436/f/201805/MusicBG-ipad.jpg") top right no-repeat #dc406d;
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 767px) {
  #block-system-main .view-music > .view-content ul.music-list > li {
    background: url("/sites/g/files/g2000007436/f/201805/MusicBG-mob.jpg") top right no-repeat #dc406d;
    background-size: 100% auto;
  }
}
#block-system-main .view-music > .view-content ul.music-list > li:first-child {
  padding-top: 170px;
}
@media only screen and (max-width: 767px) {
  #block-system-main .view-music > .view-content ul.music-list > li:first-child {
    padding-top: 91px;
  }
}
#block-system-main .view-music > .view-content ul.music-list > li:nth-child(n+2) {
  background: #0D1427;
}
#block-system-main .view-music > .view-content ul.music-list > li:nth-child(n+2) .musicWrapper .rightMusicWrapper .trackdetails {
  border-color: #373F51;
}
#block-system-main .view-music > .view-content ul.music-list > li:nth-child(n+2) .musicWrapper .rightMusicWrapper .trackdetails ul li {
  border-color: #373F51;
}
#block-system-main .view-music > .view-content ul.music-list > li:nth-child(n+2) .musicWrapper .rightMusicWrapper .trackLyricsContent {
  background: #0D1427;
}

/* *********[===== FOOTER ======]***************/
#footer {
  overflow: hidden;
  background: #000000;
  color: white;
}
#footer a:hover {
  color: #FFFFFF;
}

#block-block-51 .footer-social {
  background: url("/sites/g/files/g2000007436/f/201306/home-onepage-footer-social.png") no-repeat scroll 0 0 transparent;
  width: 12.1875em;
  height: 1.6875em;
  margin: 0 auto;
  clear: both;
}
#block-block-51 li {
  float: left;
}
#block-block-51 li a {
  text-indent: -9999px;
  display: block;
  height: 1.875em;
  margin-right: 1.25em;
}
#block-block-51 li a.fs-fb-link {
  width: 0.875em;
}
#block-block-51 li a.fs-tw-link {
  width: 1.6875em;
}
#block-block-51 li a.fs-yt-link {
  width: 1.375em;
}
#block-block-51 li a.fs-ig-link {
  width: 1.5em;
}
#block-block-51 li a.fs-sp-link {
  margin-right: 0;
  width: 1.75em;
}

#block-block-461 {
  font-size: 0.718em;
  text-align: center;
}

#prefooter div#block-block-701 {
  margin: 0;
  margin-bottom: 15px;
  margin-top: 50px;
  padding-bottom: 54px;
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  #prefooter div#block-block-701 {
    margin-top: 25px;
    padding-bottom: 35px;
  }
}
#prefooter div#block-block-701:after {
  content: '';
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  height: 2px;
  width: 100%;
  visibility: visible;
  position: absolute;
  left: 0;
  margin-top: 52px;
}
@media only screen and (max-width: 767px) {
  #prefooter div#block-block-701:after {
    margin-top: 25px;
  }
}
#prefooter div#block-block-701 ul.socialsIconsHeader {
  margin-bottom: 12px;
  margin-top: 0;
  padding: 0;
  margin-left: -5px;
}
@media only screen and (max-width: 767px) {
  #prefooter div#block-block-701 ul.socialsIconsHeader {
    margin-top: 36px;
    margin-left: auto;
  }
}
#prefooter div#block-block-701 ul.socialsIconsHeader li {
  display: inline-block;
  font-size: 17px;
  margin-right: 14px;
  vertical-align: middle;
  padding-left: 0;
}
#prefooter div#block-block-701 ul.socialsIconsHeader li a {
  color: #fff;
}
#prefooter div#block-block-701 ul.socialsIconsHeader li:last-child {
  font-size: 26px;
  line-height: 20px;
  padding: 8px 0;
  margin-right: 0;
}
#prefooter div#block-block-701 form#signupForm2 {
  margin-top: 0;
}
#prefooter div#block-block-701 form#signupForm2 .mlist-outer-wrapper {
  margin: 0;
}
#prefooter div#block-block-701 form#signupForm2 .mlist-outer-wrapper .mlist-wrapper fieldset {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  #prefooter div#block-block-701 form#signupForm2 .termsWrapper.first .terms {
    position: absolute;
    top: -13px;
    right: -7px;
  }
}
#prefooter div#block-block-701 form#signupForm2 .mlist-field.email {
  margin-right: 4px;
}
@media only screen and (max-width: 767px) {
  #prefooter div#block-block-701 form#signupForm2 .mlist-field.email {
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  #prefooter div#block-block-701 form#signupForm2 .mlist-submit.buttonAnimation.hoverbutton {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 767px) {
  #prefooter div#block-block-701 form#signupForm2 .termsWrapper.first .terms {
    text-align: center;
  }
}
#prefooter div#block-block-701 form#signupForm2 .termsWrapper.first .termsContent {
  max-width: 342px;
  margin-left: 0;
  padding-left: 0;
}
#prefooter div#block-block-701 .left-wrap {
  vertical-align: middle;
}
#prefooter div#block-block-701 .left-wrap .header1 {
  padding-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #prefooter div#block-block-701 .left-wrap .header1 {
    text-align: center;
    letter-spacing: 7px;
  }
}
#prefooter div#block-block-701 .left-wrap .header2 {
  text-align: left;
  margin-left: 4px;
}
@media only screen and (max-width: 767px) {
  #prefooter div#block-block-701 .left-wrap .header2 {
    text-align: center;
    margin-left: 0;
    margin-top: 12px;
    font-size: 11px;
    letter-spacing: 2px;
  }
}
#prefooter div#block-block-701 .mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock.final-screen .thankyou-message {
  text-align: left;
  margin-left: 80px;
}
@media only screen and (max-width: 767px) {
  #prefooter div#block-block-701 .mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock.final-screen .thankyou-message {
    text-align: center;
    margin-left: auto;
  }
}

.wrapper-content {
  padding-bottom: 0;
}
.wrapper-content div#block-block-461 {
  margin-bottom: 0;
}

div#block-block-461 {
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-bottom: 0;
  font-size: 10px;
}

.copyright {
  margin: 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.copyright a.photos {
  text-decoration: underline;
}
.copyright a.photos:hover {
  text-decoration: none;
}
.copyright a {
  text-decoration: none;
  margin: 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.copyright a:hover {
  text-decoration: underline;
}

ul.socialsIconsHeader li:last-child {
  width: 92px;
}

.copyri {
  display: inline-block;
  vertical-align: middle;
}

span.ATL {
  display: inline-block;
  vertical-align: middle;
  padding-right: 14px;
}

span.sep {
  padding: 0 7px;
}

@media only screen and (max-width: 1023px) {
  .copyright {
    text-align: center;
    font-weight: bold;
  }
  .copyright a {
    text-align: center;
    font-weight: bold;
  }

  span.ATL {
    padding-right: 0px;
    padding-bottom: 14px;
    display: block;
  }

  .copyri {
    line-height: 2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  span.sep.tos {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  span.desktop.sep {
    display: none;
  }

  span.sep.tos {
    display: none;
  }

  span.copy {
    display: block;
  }

  span.pp-mob {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .copyright {
    text-align: left;
    font-weight: bold;
  }
  .copyright a {
    text-align: left;
    font-weight: bold;
  }
}
body:not(.touch-device) form#secondForm .hoverbutton .hoverText:before,
body:not(.touch-device) form#secondForm .hoverbutton .hoverText:after {
  border-bottom: 5px solid #2ebd59;
}

body form#secondForm .hoverbutton .hoverText:before,
body form#secondForm .hoverbutton .hoverText:after {
  border-bottom: 5px solid #2ebd59;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
  content: "\e600";
}

.icon-twitter:before {
  content: "\e601";
}

.icon-twitter2:before {
  content: "\e602";
}

.icon-facebook:before {
  content: "\e603";
}

.icon-facebook2:before {
  content: "\e604";
}

.icon-facebook3:before {
  content: "\e605";
}

.icon-googleplus:before {
  content: "\e606";
}

.icon-googleplus2:before {
  content: "\e607";
}

.icon-tumblr:before {
  content: "\e608";
}

.icon-spotify:before {
  content: "\e609";
}

.icon-spotify2:before {
  content: "\e60a";
}

.icon-instagram:before {
  content: "\e60b";
}

/* mailinglist labels*/
.mlist-outer-wrapper .mlist-wrapper .mlist-field label, .mlist-outer-wrapper.sidebar-variants .mlist-wrapper fieldset .mlist-field label {
  width: 100%;
  margin: 0.5em 0;
  color: #000000;
  font: 0.88em "Josefin Sans", sans-serif;
  text-transform: uppercase;
}

.mlist-outer-wrapper .mlist-wrapper .mlist-field {
  margin-bottom: 0.7em;
}
.mlist-outer-wrapper .mlist-wrapper .mlist-field label:before {
  content: '* ';
  color: #ed3d3d;
}
.mlist-outer-wrapper .mlist-wrapper .mlist-field2.mlist-field label:before {
  content: none;
}
.mlist-outer-wrapper .mlist-wrapper .mlist-field select, .mlist-outer-wrapper .mlist-wrapper .mlist-field input {
  background: #fff;
  color: #000000;
  width: 100%;
  padding: 0.5em;
  height: 2.5em;
  display: block;
  text-align: center;
  text-transform: uppercase;
  text-transform: none;
  text-align: left;
  margin: 0;
  border: 1px solid #000000;
  text-indent: 0.01px;
  text-overflow: "";
}
.mlist-outer-wrapper .mlist-wrapper .mlist-field select:hover, .mlist-outer-wrapper .mlist-wrapper .mlist-field input:hover {
  background: #fff;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .mlist-outer-wrapper .mlist-wrapper .mlist-field select, .mlist-outer-wrapper .mlist-wrapper .mlist-field input {
    font-size: 16px;
  }
}
.mlist-outer-wrapper .mlist-wrapper .mlist-field select#dobDay, .mlist-outer-wrapper .mlist-wrapper .mlist-field select#dobMonth, .mlist-outer-wrapper .mlist-wrapper .mlist-field select#dobYear {
  margin: 0 5% 0 0;
  width: 30%;
  display: inline;
}
.mlist-outer-wrapper .mlist-wrapper .mlist-field select#dobDay {
  padding-left: 10%;
}
@media only screen and (min-width: 768px) {
  .mlist-outer-wrapper .mlist-wrapper .mlist-field select#dobDay {
    padding-left: 11%;
  }
}
.mlist-outer-wrapper .mlist-wrapper .mlist-field select#dobMonth, .mlist-outer-wrapper .mlist-wrapper .mlist-field select#dobYear {
  padding-left: 7%;
}
@media only screen and (min-width: 768px) {
  .mlist-outer-wrapper .mlist-wrapper .mlist-field select#dobMonth, .mlist-outer-wrapper .mlist-wrapper .mlist-field select#dobYear {
    padding-left: 10%;
  }
}
.mlist-outer-wrapper .mlist-wrapper .mlist-field select#dobYear {
  margin-right: 0;
}

/*thank you pop up stylings */
.mlist-outer-wrapper .mlist-wrapper #thankyouBlock, .mlist-outer-wrapper.sidebar-variants .mlist-wrapper #thankyouBlock {
  padding: 0.8em;
  border: 1px solid #fff;
}
.mlist-outer-wrapper .mlist-wrapper #thankyouBlock .thankyou-message {
  text-align: center;
}
.mlist-outer-wrapper .mlist-wrapper #thankyouBlock #mlist-checks {
  margin: 1.5em 0;
  text-align: left;
  overflow: hidden;
}
.mlist-outer-wrapper .mlist-wrapper #thankyouBlock #mlist-checks input {
  display: block;
  text-align: left;
  float: left;
  width: 15px;
  margin-top: 2px;
}
.mlist-outer-wrapper .mlist-wrapper #thankyouBlock #mlist-checks .agree {
  display: block;
  float: left;
  margin-left: 10px;
  width: 250px;
  color: #000000;
  font: normal 0.9em "Josefin Sans", sans-serif;
  text-transform: none;
}

.embedded-list.contest-page #thankyouBlock, .embedded-list #thankyouBlock.final-screen {
  height: 50px;
  left: calc(50% - 410px / 2);
  position: fixed;
  top: calc(50% - 50px / 2);
  width: 410px;
}

/*webpage mailinglist common styligs starts*/
.mlist-outer-wrapper {
  margin: 0 auto;
  max-width: 550px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .mlist-outer-wrapper {
    margin: 0;
  }
}
.mlist-outer-wrapper .welcomeMsg {
  width: 100%;
  margin-bottom: 0.5em;
}
.mlist-outer-wrapper input[type="checkbox"] {
  margin-right: 0.5em;
}
.mlist-outer-wrapper .mlist-wrapper .mlist-close a {
  color: #ed3d3d;
}
.mlist-outer-wrapper .mlist-wrapper .mlist-close a:hover {
  color: #a1a1a1;
}
.mlist-outer-wrapper .mlist-wrapper fieldset {
  padding: 0;
}
.mlist-outer-wrapper .mlist-wrapper .mlist-close {
  position: absolute;
  right: 14px;
  top: 14px;
}
.mlist-outer-wrapper .mlist-wrapper input.error, .mlist-outer-wrapper .mlist-wrapper select.error {
  border: 1px solid #ed3d3d;
  color: #ed3d3d;
}
.mlist-outer-wrapper .mlist-wrapper input.submit, .mlist-outer-wrapper .mlist-wrapper input.submit-new {
  padding: 10px;
  font-size: 0.9375em;
  width: 100%;
  margin: 1.01em 0 0.5em;
  height: auto;
}
.mlist-outer-wrapper .mlist-wrapper #privacyText, .mlist-outer-wrapper .mlist-wrapper .privacyText {
  font-size: 0.7em;
  text-align: left;
  color: #fff;
}
.mlist-outer-wrapper .mlist-wrapper #privacyText a:hover, .mlist-outer-wrapper .mlist-wrapper .privacyText a:hover {
  color: #fff;
}
.mlist-outer-wrapper .mlist-wrapper #ajaxLoader {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: auto;
  opacity: 0.3;
  background: #cccccc;
  text-align: center;
}

#errorMsg, #serverError, #errorLabelContainer2, .mlist-outer-wrapper.embedded-inline-list .mlist-wrapper form label.error, .front #content #content-top .content #errorLabelContainer2 {
  color: #ed3d3d;
  font: 12px "Josefin Sans", sans-serif;
  text-transform: none;
}

/*webpage mailinglist common styligs ends*/
/*sidebar mailinglist block styligs start*/
.mlist-outer-wrapper.sidebar-variants {
  color: #fff;
  /*video page mailinglist stylings start*/
  /*video page mailinglist stylings ends */
  /* Email sign up mailinglist starts*/
  /* Email sign up mailinglist ends*/
}
.mlist-outer-wrapper.sidebar-variants.embedded-mlist .mlist-wrapper {
  display: block;
}
.mlist-outer-wrapper.sidebar-variants.embedded-mlist .mlist-join-wrap, .mlist-outer-wrapper.sidebar-variants.embedded-mlist .mlist-close {
  display: none;
}
.mlist-outer-wrapper.sidebar-variants.embedded-inline-list .mlist-wrapper {
  display: block;
  background: none repeat scroll 0 0 transparent;
}
.mlist-outer-wrapper.sidebar-variants.embedded-inline-list .mlist-wrapper fieldset {
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .mlist-outer-wrapper.sidebar-variants.embedded-inline-list .mlist-wrapper .mlist-field {
    float: left;
    width: 71%;
  }
}
.mlist-outer-wrapper.sidebar-variants.embedded-inline-list .mlist-wrapper .mlist-field label {
  display: none;
}
.mlist-outer-wrapper.sidebar-variants.embedded-inline-list .mlist-wrapper .mlist-field input {
  display: inline;
  padding: 11px 10px;
  width: 98%;
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #000000;
  color: #000000;
  height: auto;
}
.mlist-outer-wrapper.sidebar-variants.embedded-inline-list .mlist-wrapper .mlist-popup {
  margin: 0 auto;
  padding: 10px;
  width: 22%;
  padding: 10px;
  font-size: 0.9375em;
}
@media only screen and (min-width: 1024px) {
  .mlist-outer-wrapper.sidebar-variants.embedded-inline-list .mlist-wrapper .mlist-popup {
    display: inline-block;
    margin: 0;
  }
}
.mlist-outer-wrapper.sidebar-variants.embedded-inline-list .mlist-wrapper .agreepopup {
  background: none repeat scroll 0 0 #fff;
  margin-top: 0.5em;
  padding: 15px;
}
.mlist-outer-wrapper.sidebar-variants.embedded-inline-list .mlist-wrapper .agreepopup .mlist-submit {
  float: right;
}
.mlist-outer-wrapper.sidebar-variants.embedded-inline-list .mlist-wrapper .agreepopup .mlist-submit input {
  width: auto;
}
.mlist-outer-wrapper.sidebar-variants.embedded-inline-list .mlist-wrapper .agreepopup .mlist-disagree {
  cursor: pointer;
  float: right;
  margin: 23px 1em 0 0;
}
.mlist-outer-wrapper.sidebar-variants.embedded-inline-list .mlist-wrapper .agreepopup .mlist-disagree:hover {
  color: #a1a1a1;
}
.mlist-outer-wrapper.sidebar-variants.embedded-inline-list .mlist-wrapper #thankyouBlock {
  min-height: 0;
  background: none repeat scroll 0 0 #fff;
}
.mlist-outer-wrapper.sidebar-variants .mlist-wrapper {
  background: #fff;
  z-index: 10;
  display: none;
  min-height: 0;
}
.mlist-outer-wrapper.sidebar-variants .mlist-wrapper form {
  margin: 0px;
}
.mlist-outer-wrapper.sidebar-variants .mlist-wrapper p {
  overflow: hidden;
}
.mlist-outer-wrapper.sidebar-variants .mlist-wrapper fieldset {
  border: none;
}
.mlist-outer-wrapper.sidebar-variants .mlist-wrapper fieldset .mlist-field label {
  color: #fff;
  font-weight: bold;
}
.mlist-outer-wrapper.sidebar-variants .mlist-wrapper #privacyText a {
  color: #ed3d3d;
}
.mlist-outer-wrapper.sidebar-variants .mlist-wrapper #privacyText a:hover {
  color: #a1a1a1;
}
.mlist-outer-wrapper.sidebar-variants .mlist-wrapper #thankyouBlock #mlist-checks .agree {
  color: #fff;
  font-size: 0.8em;
}
.mlist-outer-wrapper.sidebar-variants .mlist-wrapper #thankyouBlock .thankswelcome-msg {
  margin: 1em 0;
}
.mlist-outer-wrapper.sidebar-variants .mlist-join {
  padding: 10px;
  font-size: 0.8em;
}
.mlist-outer-wrapper.sidebar-variants .mlist-download {
  background: none repeat scroll 0 0 #ED3D3D;
  font-weight: bold;
  padding: 0.8em;
  text-align: center;
  text-transform: uppercase;
}

/*sidebar mailinglist block styligs ends*/
/*#block-views-user-profile-block-3 .subscribe-hat {
  float:left;
}

#block-block-126 li.subscribe-hat, #block-views-user-profile-block-3 .subscribe-hat{
  background: #ed3d3d;
  padding: 3px 16px 0;
  color: $text-color;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 14px;
  overflow: hidden;
  margin: 0 10px 0 10px;
  @media only screen and (min-width : 768px) {
    margin: 0 0 0 1em;
  }
  @media only screen and (min-width : 320px) and (max-width : 480px){
    font-size: 13px;
  }
  a{
    color: $text-color;
    &:hover{
      color: $text-color;
    }
  }
  .icon-mail{
    font-size: 25px;
    color: $text-color;
    float: left;
    margin-right: 10px;
  }
  .text{
    padding-top: 2px;
    float: left;
    color: $text-color;
  }
  &:hover{
    background: #a1a1a1;
  }
}*/
/* Country detect mailing list variant - ends */
@media (-webkit-min-device-pixel-ratio: 0) {
  .mlist-outer-wrapper .mlist-wrapper .mlist-field select,
  .mlist-outer-wrapper .mlist-wrapper .mlist-field select[size="0"],
  .mlist-outer-wrapper .mlist-wrapper .mlist-field select[size="1"] {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 18px;
  }
  .mlist-outer-wrapper .mlist-wrapper .mlist-field select:hover,
  .mlist-outer-wrapper .mlist-wrapper .mlist-field select[size="0"]:hover,
  .mlist-outer-wrapper .mlist-wrapper .mlist-field select[size="1"]:hover {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 18px;
  }
}
@media (min--moz-device-pixel-ratio: 0) {
  .mlist-outer-wrapper .mlist-wrapper .mlist-field select,
  .mlist-outer-wrapper .mlist-wrapper .mlist-field select[size="0"],
  .mlist-outer-wrapper .mlist-wrapper .mlist-field select[size="1"] {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 18px;
  }
  .mlist-outer-wrapper .mlist-wrapper .mlist-field select:hover,
  .mlist-outer-wrapper .mlist-wrapper .mlist-field select[size="0"]:hover,
  .mlist-outer-wrapper .mlist-wrapper .mlist-field select[size="1"]:hover {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 18px;
  }
}
/*.mlist-outer-wrapper.splash-variant {
  .mlist-wrapper {
    .privacyText {
      color: $text-color;
      a:hover {
        color: $text-color;
      }
    }
  }
}

#node-18236 #thankyouBlock .thankyou-message {
  text-align: center;
}*/
.page-node-24076 #page #content {
  min-height: calc(100vh - 176px);
}
@media only screen and (max-width: 767px) {
  .page-node-24076 #page #content {
    min-height: calc(100vh - 240px);
  }
}
.page-node-24076 div#node-24076 {
  margin: 50px 0 80px;
}
.page-node-24076 div#node-24076 .mlist-outer-wrapper {
  margin: 0 auto;
}
.page-node-24076 div#node-24076 .mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock .thankyou-message.embed {
  display: block;
}
@media only screen and (max-width: 767px) {
  .page-node-24076 div#node-24076 .mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock .thankyou-message.embed {
    font-size: 30px;
    margin: 50px auto 0;
  }
}
.page-node-24076 div#node-24076 .mlist-outer-wrapper fieldset {
  margin: 0 auto;
  max-width: 450px;
}
.page-node-24076 div#node-24076 .mlist-outer-wrapper .mlist-field label {
  text-align: left;
  color: #fff;
}
.page-node-24076 div#node-24076 .mlist-outer-wrapper .mlist-field label.error {
  color: red;
}
.page-node-24076 div#node-24076 .mlist-outer-wrapper .mlist-field input, .page-node-24076 div#node-24076 .mlist-outer-wrapper .mlist-field select {
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  line-height: 32px;
  height: 42px;
}
.page-node-24076 div#node-24076 .mlist-outer-wrapper .mlist-field input:hover, .page-node-24076 div#node-24076 .mlist-outer-wrapper .mlist-field select:hover {
  background: transparent;
}
.page-node-24076 div#node-24076 .mlist-outer-wrapper label.global-list {
  text-transform: uppercase;
}
.page-node-24076 div#node-24076 .mlist-outer-wrapper .termsWrapper.first {
  max-width: none;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-node-24076 div#node-24076 .mlist-outer-wrapper .termsWrapper.first {
    padding-top: 0;
  }
}
.page-node-24076 div#node-24076 .mlist-outer-wrapper .termsWrapper.first .terms {
  position: relative;
  top: 0;
  right: 0;
  margin-top: 10px;
}
.page-node-24076 div#node-24076 .mlist-outer-wrapper .termsWrapper.first div.termsContent {
  position: relative;
  max-width: none;
  margin: 0;
}
.page-node-24076 div#node-24076 .mlist-outer-wrapper .welcomeMsg {
  text-transform: uppercase;
  margin: 20px 0;
}

body:not(.touch-device) div#node-24076 .mlist-submit.hoverbutton .hoverText:before, body:not(.touch-device) div#node-24076 .mlist-submit.hoverbutton .hoverText:after {
  border-bottom: 5px solid #f581a3;
}

/* new styles*/
body.touch-device #block-block-701 .mlist-wrapper .buttonAnimation .hoverText {
  border-bottom-color: green;
}

.front #content #content-top {
  background: #000000;
}

.mlist-wrap {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}

input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  line-height: 42px;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
  line-height: 2.5;
  height: 42px;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  line-height: 2.5;
  opacity: 1;
  height: 42px;
}
input:-ms-input-placeholder {
  color: #fff;
  line-height: 42px;
  opacity: 1;
}

select::-ms-expand {
  display: none;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  color: #fff;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0 1000px #000000 inset;
}

.headText2 {
  letter-spacing: 2px;
  margin-top: 25px;
}

.mlist-submit.submit-field, .mlist-field.email-field {
  display: inline-block;
  vertical-align: top;
}

label.error {
  font-size: 11px;
  margin: 9px 0px 0px;
  display: block;
  color: #fe0000;
  text-align: left;
  padding-bottom: 0;
  position: absolute;
}

.email-submit-wrap {
  font-size: 0;
}

.mlist-field.email-field {
  width: 72%;
}

.mlist-submit.submit-field {
  width: 33%;
  /*margin-left: 2%;*/
}

input#email {
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  height: 42px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 42px;
  background: transparent;
  border: 1px solid #fff;
}

.inputWrapper .mlist-field {
  width: 65.5%;
  display: inline-block;
  vertical-align: top;
  margin: 0 2% 0 0;
}
.inputWrapper .mlist-submit {
  width: 30.5%;
  display: inline-block;
  vertical-align: top;
}

input, select {
  -moz-appearance: none;
  color: #fff;
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-appearance: none;
  outline: none;
  height: 42px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 10px 0 10px;
  font-size: 12px;
  width: 100%;
  text-transform: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: none;
  border: 1px solid #fff;
}

input.submit {
  border: none;
  position: relative;
  z-index: 2;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
}

  /* input.submit {
   font-weight: 700;
   background-color: transparent;
   padding: 0px 0 0 0;
   cursor: pointer;
   font-size: 16px;
   text-transform: uppercase;
   color: $text-color;
   border: 2px solid #fff;

   border-bottom: 6px solid #Eeb3d4;
   box-sizing: border-box;
   letter-spacing: 2px;
   height:42px;
   line-height: 1;
   transition: all 0.5s ease-in-out 0s;
   -webkit-transition: all 0.5s ease-in-out 0s;
   -moz-transition: all 0.5s ease-in-out 0s;
   -o-transition: all 0.5s ease-in-out 0s;
   } */
select {
  background: url("/sites/g/files/g2000007361/f/201804/dropdown.png") no-repeat right 6px center transparent;
  padding-right: 20px;
  background-size: 14px auto;
}

fieldset {
  border: medium none;
  padding: 0;
  margin: 0;
  max-width: 350px;
  margin: 0;
}

/*form#secondForm {
 max-width: 330px;
 margin: 0 auto;
 }*/
.terms a {
  border: none;
  font-size: 10px;
  color: #fff;
  border-bottom: none;
  display: inline-block;
  text-transform: uppercase;
}
.terms a:hover {
  text-decoration: underline;
  /*border-bottom:1px solid $pre-header-color;*/
}

.termsContent {
  text-align: left;
  clear: both;
  padding-top: 5px;
  display: none;
  position: absolute;
  background: #000000;
  padding: 8px;
}

.termsWrapper a.terms:after {
  content: "Terms";
}
.termsWrapper a.terms.showing:after {
  content: "Hide";
}

.termsContent {
  font-size: 9px;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 1.5;
  text-transform: uppercase;
}
.termsContent a {
  font-size: 9px;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #fff;
  text-decoration: underline;
  display: inline-block;
}
.termsContent a:hover {
  text-decoration: none;
}

input.error, select.error {
  border: 1px solid #fe0000;
  box-shadow: 1px solid azure;
}

#errorMsg, #serverError {
  color: #fe0000;
  font-size: 10px;
  padding-bottom: 10px;
}

.termsWrapper {
  margin: 0;
  padding: 0;
  font-size: 10px;
  line-height: normal;
  text-align: left;
  padding-top: 5px;
  padding-left: 0;
}
.termsWrapper.first {
  text-align: left;
  max-width: 350px;
  margin: 0;
  position: relative;
}

#thankyouBlock {
  display: block;
  height: auto;
  padding: 0;
  color: #fff;
  max-width: 565px;
  margin: 0 auto;
  position: relative;
  text-transform: uppercase;
}

/*div#thankyoublock-innerwrapper {
 position: absolute;
 bottom: -70px;
 background: #f4f8fd;
 padding: 20px;
 z-index: 2;
 max-width: 565px;
 }*/
div#thankyoublock-innerwrapper input, div#thankyoublock-innerwrapper select {
  height: 42px;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 42px;
  background-color: transparent;
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 0 5px;
}
div#thankyoublock-innerwrapper input.submit {
  font-size: 12px;
  height: 42px;
  line-height: 17px;
  border: none !important;
  margin: 0;
}

/* div#thankyoublock-innerwrapper .mlist-submit-new input.submit {
 height: 45px;
 } */
.thankyou-message-user.embed {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

.secondFormCloseWrap a {
  font-size: 15px;
  text-decoration: none;
  box-sizing: border-box;
  float: right;
  position: relative;
  top: -20px;
  margin-bottom: 0px;
  right: 0px;
  display: block;
  color: #fff;
}

.thankswelcome-msg {
  clear: both;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  padding: 10px 0 20px 0;
}

div#thankyoublock-innerwrapper .mlist-field label {
  display: block;
  text-align: left;
  font-size: 12px;
  padding: 5px 0;
  font-weight: 700;
  margin: 0;
}

.mlist-field {
  margin-bottom: 0px !important;
}
.mlist-field.country, .mlist-field.postalcode, .mlist-field.bdayfield select {
  display: inline-block;
  width: 48%;
  font-weight: 700;
}
.mlist-field.country, .mlist-field.postalcode {
  display: inline-block;
  width: 100%;
  margin-right: 0;
}
.mlist-field.country select {
  background-size: 14px auto;
}
.mlist-field.bdayfield #dobMonth, .mlist-field.postalcode {
  margin-right: 3%;
}

.mnt-date, .zip-country {
  font-size: 0;
}

.mlist-field {
  padding: 0 0 15px 0;
}
.mlist-field.bdayfield, .mlist-field.mlist-fname {
  padding-bottom: 10px;
}

.zip-country {
  padding-bottom: 10px;
}

.mlist-checks {
  text-align: left;
  position: relative;
  padding: 10px 0;
}

select#dobMonth {
  margin: 0 2% 0 0;
  width: 49%;
}
select#dobDay {
  width: 49%;
}

.mlist-submit-new {
  max-width: 100%;
  margin: 0 auto;
  width: 30.5%;
}

.termsWrapper.second {
  text-align: center;
  margin-top: 15px;
}

/*.termsWrapper.second .termsContent {
 background: #f4f8fd;
 }*/
.mlist-submit-new input.submit {
  height: 45px;
}

input.global-list-checkbox {
  width: 15px;
  height: 15px;
  padding: 0;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  border: 0;
  margin: 0;
  background: #fff;
  border: 2px solid #fff;
  margin-right: 5px;
  display: none;
}
input.global-list-checkbox:checked:after {
  content: '\2713';
  color: #000000;
  display: block;
  text-align: center;
  font-size: 9px;
  line-height: 11px;
  box-sizing: border-box;
}

label.global-list {
  font-size: 9px;
  vertical-align: middle;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 1px;
}
label.global-list span {
  display: inline-block;
  vertical-align: middle;
}
label.global-list:before {
  content: '\2713';
  width: 17px;
  height: 17px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #fff;
  margin-right: 5px;
  text-indent: -9999px;
  font-size: 11px;
  text-align: center;
  line-height: 15px;
  box-sizing: border-box;
  color: #000000;
  font-weight: bold;
  margin-top: -3px;
}

input.global-list-checkbox:checked + label:before {
  text-indent: 0;
}

.mllister {
  max-width: 580px;
  margin: 0 auto;
  margin-top: 57px;
  color: #d71819;
}

.thankyou-message.embed {
  text-align: left;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.2;
  width: 90%;
}

.final-screen .thankyou-message.embed {
  margin-left: auto;
  margin-right: auto;
}

span.emailAddress {
  font-weight: bold;
}

div#errorLabelContainer2 {
  color: red;
  text-align: center;
  font-size: 12px;
  padding: 10px 0 10px 0;
}
div#thankyoublock-innerwrapper .mlist-field label.error {
  font-size: 11px;
  margin-top: 0;
  padding-bottom: 0;
}

.mlist-field.country, .mlist-field.postalcode {
  vertical-align: top;
}

.secondFormCloseWrap a:hover {
  opacity: 0.5;
  color: #fff;
  text-decoration: none;
}

.mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock .thankyou-message {
  display: none;
}
.mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock #thankyoublock-innerwrapper .thankyou-message {
  display: block;
}
.mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock.final-screen .thankyou-message {
  display: block;
  padding: 0;
  letter-spacing: 2px;
  margin: 5px auto 0;
  font-size: 26px;
}

.mlist-field.country, .mlist-field.postalcode {
  font-weight: 700;
}

.mlist-outer-wrapper [type="checkbox"]:not(:checked) + label:before, .mlist-outer-wrapper [type="checkbox"]:checked + label:before {
  left: 0;
  border: 2px solid #000000;
  background: #f6f6f8;
}

option {
  background: #000000;
}

.mlist-outer-wrapper [type="checkbox"]:not(:checked) + label:after, .mlist-outer-wrapper [type="checkbox"]:checked + label:after {
  left: 0;
}

.mlist-submit, .mlist-submit-new {
  cursor: pointer;
}

/*end of mlist*/
@media all and (max-width: 767px) {
  label.global-list {
    font-size: 8px;
  }

  .head-2 br {
    display: none;
  }

  .mlist-wrap {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }

  input, select {
    font-size: 16px;
  }

  label.error {
    font-size: 10px;
    letter-spacing: 0;
    margin: 5px 0px 0px;
  }

  .footer1 .terms a, .footer1 .termsContent a {
    margin: 0;
  }

  .thankswelcome-msg {
    font-size: 12px;
  }

  .thankyou-message.embed {
    font-size: 12px;
    font-size: 18px;
    text-align: center;
  }

  label.global-list {
    font-size: 12px;
  }

  select {
    padding-right: 25px;
  }

  .copyrights-items span.sep.mob {
    display: none;
  }

  .inputWrapper .mlist-field, .inputWrapper .mlist-submit {
    display: block;
    /* text-align: center; */
    margin: 0 auto;
  }
  .inputWrapper .mlist-field input#email, .inputWrapper .mlist-submit input {
    font-size: 12px;
    text-align: center;
    letter-spacing: 3px;
  }
  .inputWrapper .mlist-field {
    width: 85%;
    margin-bottom: 5px;
  }

  .termsWrapper.first {
    padding-top: 20px;
  }

  .headText2 {
    font-size: 12px;
    width: 230px;
    margin: 20px auto 0;
    line-height: 1.5;
  }

  .mlist-outer-wrapper {
    margin-top: 40px;
  }
}
.footer1 .termsContent a:hover {
  /*text-decoration: underline;*/
  color: #fff;
}

.mListText:hover:before, .mlist-submit:hover:before, .mlist-submit-new:hover:before {
  text-decoration: line-through;
  color: #fff;
}

.mlist-head {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}

input.submit:hover {
  /* background-color: $pre-header-color; */
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .mlist-head {
    font-size: 18px;
  }

  div#thankyoublock-innerwrapper .mlist-field label.error, div#errorLabelContainer2 {
    font-size: 9px;
  }

  input.global-list-checkbox {
    border: none;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 36px;
    display: block;
  }
}
.termsWrapper.first .terms {
  letter-spacing: 1px;
  font-size: 10px;
}

input, select {
  height: 29px;
}

.mlist-field.bdayfield label, .mlist-field.mlist-fname label {
  padding-bottom: 4px;
}

.zip-country label {
  padding-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .termsWrapper.first, .termsContent {
    text-align: center;
  }

  .mlist-submit.submit-field {
    margin-left: 0;
    padding-top: 10px;
  }

  .mlist-outer-wrapper label.global-list {
    font-size: 8px;
  }

  input, select {
    font-size: 16px;
  }
}
.mlist-field.email {
  padding: 0;
  width: 220px;
  vertical-align: top;
  display: inline-block;
  margin-right: 10px;
}

.mlist-submit {
  display: inline-block;
  vertical-align: top;
}

body:not(.touch-device) .mlist-submit.hoverbutton .hoverText:before, body:not(.touch-device) .mlist-submit.hoverbutton .hoverText:after {
  border-bottom: 5px solid #2ebd59;
}

.mlist-field.mlist-field1 {
  width: 100%;
}

.secondFormCloseWrap {
  position: absolute;
  right: 3%;
  top: 3%;
}

@media only screen and (min-width: 768px) {
  .termsWrapper.first .terms {
    position: absolute;
    top: -20px;
    right: -18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .parent-mail {
    margin-left: 0px;
  }

  div.header1 {
    font-size: 30px;
    letter-spacing: 12px;
    text-align: left;
  }

  .header2 {
    font-size: 12px;
    letter-spacing: 2px;
    text-align: left;
  }

  .left-wrap {
    text-align: right;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  ul.socialsIconsHeader li {
    margin-right: 11px;
  }

  .parent-mail {
    margin-left: 2%;
  }

  div.header1 {
    letter-spacing: 7px;
  }

  .header2 {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 767px) {
  .left-wrap {
    width: 100%;
    display: block;
  }

  .right-wrap {
    width: 100%;
    display: block;
    vertical-align: middle;
    margin-left: 0;
  }

  div#block-block-701 {
    text-align: center;
  }
  div#block-block-976 {
    text-align: center;
    padding: 30px 0;
  }

  .header2 {
    font-size: 12px;
    letter-spacing: 1.5px;
    padding-bottom: 30px;
    text-align: center;
  }

  #block-block-976 .header2 {
    padding-bottom: 0px;
  }
  #block-block-976 .mlist-outer-wrapper {
    margin-top: 25px;
  }

  div.header1 {
    font-size: 30px;
    letter-spacing: 10px;
    padding-bottom: 20px;
  }

  ul.socialsIconsHeader li.follow {
    display: block;
    text-align: center;
    width: 94px;
    padding-top: 20px;
    margin: 0 auto;
  }
  ul.socialsIconsHeader li.sound {
    margin-right: 0px;
  }

  .mlist-field.email {
    margin-right: 0px;
    padding-bottom: 20px;
    margin: 0 auto;
    display: block;
  }

  .mlist-submit.buttonAnimation.hoverbutton input {
    font-size: 12px;
    outline: 0;
  }

  body.touch-device div#block-block-701 .buttonAnimation .hoverText {
    border-color: #fff;
    border-bottom-color: #2ebd59;
  }

  div#block-block-701 {
    margin-top: 37px;
    margin-bottom: 19px;
    padding-bottom: 30px;
  }

  fieldset, .termsWrapper.first {
    margin: 0 auto;
  }

  #block-block-976 .termsWrapper.first {
    padding-top: 25px;
  }

  .secondFormCloseWrap {
    position: absolute;
    right: 2%;
    top: -1%;
  }

  #block-block-701 .mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock.final-screen .thankyou-message {
    text-align: center;
  }

  .termsContent {
    position: static;
  }
  .termsContent a {
    position: static;
  }
}
.header1 {
  font-size: 40px;
  letter-spacing: 12.5px;
  padding-bottom: 8px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .header1 {
    text-align: center;
  }
}

.header2 {
  font-size: 14px;
  letter-spacing: 2.5px;
  text-align: left;
  line-height: 1.5;
}

.left-wrap {
  width: 39%;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}

.right-wrap {
  width: 58%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2%;
}

/*button Hover*/
.hoverbutton .hoverText {
  display: block;
  font-size: 12px;
  color: #fff;
  background: #000000;
  letter-spacing: 2px;
}

body:not(.touch-device) .hoverbutton {
  position: relative;
  width: 175px;
  height: 38px;
  margin: 0 auto;
  line-height: 42px;
  text-align: center;
  box-sizing: border-box;
}
body:not(.touch-device) .hoverbutton .hoverText:hover {
  background: none;
}
body:not(.touch-device) .hoverbutton:before {
  content: '';
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  width: 1px;
  height: 80px;
  margin: auto;
  background: #fff;
  visibility: hidden;
  opacity: 0;
}
body:not(.touch-device) .hoverbutton:hover:before {
  animation: sword .5s;
}
body:not(.touch-device) .hoverbutton .hoverText {
  display: block;
  color: #fff;
  text-decoration: none;
}
body:not(.touch-device) .hoverbutton .hoverText:before, body:not(.touch-device) .hoverbutton .hoverText:after {
  content: '';
  position: absolute;
  top: 0;
  width: 50%;
  height: 36px;
  border-top: 1px solid #fff;
  border-bottom: 5px solid #f581a3;
  transition: all .5s 0s;
  /*border-image: linear-gradient(#f9bf3d 0%, #a16e32 100%);
   border-image-slice: 1;*/
}
body:not(.touch-device) .hoverbutton .hoverText:before {
  left: 0;
  border-left: 1px solid #fff;
}
body:not(.touch-device) .hoverbutton .hoverText:after {
  right: 0;
  border-right: 1px solid #fff;
}
body:not(.touch-device) .hoverbutton .hoverText:hover:before {
  left: -20px;
  transition: all .5s .2s;
  opacity: 0;
}
body:not(.touch-device) .hoverbutton .hoverText:hover:after {
  right: -20px;
  transition: all .5s .2s;
  opacity: 0;
}
body:not(.touch-device) .buttonAnimation {
  margin-top: 24px;
}
body.touch-device .buttonAnimation .hoverText {
  height: 40px;
  font-size: 12px;
  border: 1px solid #fff;
  border-bottom: 5px solid #f581a3;
  line-height: 46px;
  display: block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  body.touch-device .buttonAnimation .hoverText {
    margin: 20px auto 0;
    width: 140px;
  }
}
body.touch-device #block-block-886 .buttonAnimation .hoverText {
  box-sizing: border-box;
  width: 140px;
  text-align: center;
  margin-top: 0px;
}
body .mlist-submit.hoverbutton {
  width: 30.5%;
  margin-top: 0;
}
body.touch-device .mlist-wrapper .buttonAnimation .hoverText {
  width: 100%;
  display: inline-block;
  margin: 0;
  height: 36px;
  line-height: 40px;
}

/* 
 .hoverbutton {
  display: inline-block;
  vertical-align: middle;
} */
@keyframes sword {
  0% {
    top: -100px;
    visibility: hidden;
    opacity: 0;
  }
  20% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    top: 100px;
    visibility: hidden;
    opacity: 0;
  }
}
.mlist-outer-wrapper .mlist-wrapper input.submit, .mlist-outer-wrapper .mlist-wrapper input.submit-new {
  padding: 13px;
  font-size: 12px;
  width: 100%;
  margin: 0.11em 0 0.5em;
  height: auto;
  background: transparent;
  font-weight: 700;
}
.mlist-outer-wrapper .mlist-wrapper input.submit:hover {
  background: transparent;
}

.termsWrapper {
  margin: 0;
  padding: 0;
  font-size: 10px;
  line-height: normal;
  text-align: left;
  padding-top: 5px;
  padding-left: 0;
}
.termsWrapper.first {
  text-align: left;
  max-width: 369px;
  margin: 0;
  position: relative;
}

input.error, select.error {
  border: 1px solid #fe0000 !important;
  box-shadow: 1px solid azure;
}

label.error {
  font-size: 11px;
  margin: 9px 0px 0px;
  display: block;
  color: #fe0000;
  text-align: left;
  padding-bottom: 0;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  label.error {
    top: -22px;
  }
}

.mlist-outer-wrapper .mlist-wrapper .mlist-field label:before {
  content: '';
}

div#thankyoublock-innerwrapper input, div#thankyoublock-innerwrapper select {
  height: 42px;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 42px;
  background-color: transparent;
  font-family: "Josefin Sans", sans-serif;
  border: 1px solid #fff;
  background-color: transparent !important;
}
@media only screen and (max-width: 767px) {
  div#thankyoublock-innerwrapper input, div#thankyoublock-innerwrapper select {
    font-size: 16px;
  }
}

option {
  background: #000000;
  color: #fff;
  text-transform: uppercase;
}

.mlist-wrapper .mlist-field select#dobMonth, .mlist-wrapper .mlist-field select#dobDay {
  width: 49% !important;
}
.mlist-wrapper .mlist-field select#dobMonth {
  margin: 0 2% 0 0 !important;
}

div#thankyoublock-innerwrapper .mlist-field label {
  color: #fff;
}

.mlist-outer-wrapper .mlist-wrapper .mlist-field label:before {
  content: '';
}
.mlist-outer-wrapper .mlist-wrapper div#thankyouBlock {
  display: block;
  height: auto;
  padding: 0;
  color: #fff;
  max-width: 565px;
  margin: 0 auto;
  position: relative;
  text-transform: uppercase;
  border: none;
}
.mlist-outer-wrapper .mlist-wrapper .mlist-field select#dobDay {
  margin-right: 0;
}
.mlist-outer-wrapper input[type="checkbox"] {
  display: contents !important;
}
.mlist-outer-wrapper .mlist-wrapper .mlist-field select#dobMonth, .mlist-outer-wrapper .mlist-wrapper .mlist-field select#dobDay {
  display: inline-block;
  vertical-align: middle;
  padding-left: 2%;
  height: 42px;
  line-height: 33px;
}

.termsWrapper.first .termsContent {
  max-width: 342px;
  margin-left: 10px;
}

select {
  background: url("/sites/g/files/g2000007436/f/201804/dropdown.png") no-repeat right 6px center transparent !important;
  padding-right: 20px;
  background-size: 14px auto !important;
}

div#thankyoublock-innerwrapper select#country {
  line-height: 30px;
}

div#block-block-821 {
  margin-bottom: 0;
}

.front #content {
  margin-top: 0;
}

/*mobile styles*/
@media only screen and (max-width: 767px) {
  .left-wrap {
    width: 100%;
    display: block;
  }

  .right-wrap {
    width: 100%;
    display: block;
    vertical-align: middle;
    margin-left: 0;
  }
  .right-wrap .mlist-outer-wrapper .mlist-wrapper div#thankyouBlock {
    margin-top: 25px;
    padding: 0 10px;
  }

  div#block-block-701 {
    text-align: center;
  }
  div#block-block-706 {
    text-align: center;
    padding: 30px 0px;
    position: relative;
    z-index: 1;
    margin: 0;
  }
  div#block-block-706 div#thankyoublock-innerwrapper {
    width: 90%;
    margin: 0 auto;
  }

  .header2 {
    font-size: 12px;
    letter-spacing: 1.5px;
    padding-bottom: 0px;
    text-align: center;
  }

  #block-block-706 .header2 {
    padding-bottom: 0px;
  }
  #block-block-706 .mlist-outer-wrapper {
    margin-top: 25px;
  }

  div.header1 {
    font-size: 30px;
    letter-spacing: 10px;
    padding-bottom: 20px;
  }

  .mlist-field.email {
    margin-right: 0px;
    padding-bottom: 20px;
    margin: 0 auto;
    display: block;
  }

  input#email {
    font-size: 16px;
    text-align: center;
  }

  .mlist-submit.buttonAnimation.hoverbutton input {
    font-size: 12px;
  }

  body.touch-device div#block-block-701 .buttonAnimation .hoverText {
    border-color: #fff;
    border-bottom-color: #2ebd59;
  }

  div#block-block-701 {
    margin-top: 37px;
    margin-bottom: 19px;
    padding-bottom: 30px;
  }

  fieldset, .termsWrapper.first {
    margin: 0 auto;
  }

  #block-block-706 .termsWrapper.first {
    padding-top: 25px;
    text-align: center;
  }

  .secondFormCloseWrap {
    position: absolute;
    right: 2%;
    top: -1%;
  }

  #block-block-701 .mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock.final-screen .thankyou-message {
    text-align: center;
  }

  .termsContent {
    position: static;
  }
  .termsContent a {
    position: static;
  }

  /*div#thankyoublock-innerwrapper {
    width: 90%;
    margin: 0 auto;
  }*/
  .mlist-field.email {
    padding: 0;
    margin: 0 auto;
  }

  form#homePageSignup {
    margin: 0;
  }

  .mlist-outer-wrapper .mlist-wrapper fieldset {
    padding: 0;
    margin-top: 25px;
  }

  .mlist-submit.buttonAnimation.hoverbutton {
    margin-top: 12px;
  }
}
@media all and (min-width: 768px) {
  body div#block-block-706 {
    text-align: center;
    padding: 40px 0px;
    position: relative;
    z-index: 1;
    margin: 0;
  }
}
div#block-block-706 {
  background: #000000;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  div#block-block-706 .inner {
    max-width: 718px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  div#block-block-706 .inner {
    max-width: 993px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1403px) {
  div#block-block-706 .inner {
    max-width: 1203px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  div#block-block-706 .inner .termsWrapper.first {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  div#block-block-706 .inner .termsWrapper.first .terms {
    position: absolute;
    top: -13px;
    right: -12px;
  }
}

body:not(.touch-device) div#block-block-706 .mlist-submit.hoverbutton .hoverText:before, body:not(.touch-device) div#block-block-706 .mlist-submit.hoverbutton .hoverText:after,
body:not(.touch-device) div#block-block-706 .mlist-submit-new.hoverbutton .hoverText:before,
body:not(.touch-device) div#block-block-706 .mlist-submit-new.hoverbutton .hoverText:after {
  border-bottom: 5px solid #dc406d;
}

#mlistsignupForm h1 {
  color: #fff;
  text-transform: uppercase;
}

div#block-block-836 {
  background: url("/sites/g/files/g2000007436/f/201808/tourbg-desk.jpg") top right no-repeat #0a62b3;
  background-size: auto 100%;
  font-size: 0;
}
@media only screen and (max-width: 1023px) {
  div#block-block-836 {
    background: url("/sites/g/files/g2000007436/f/201805/CB_TourBG_mob_0.jpg") top right no-repeat #0a62b3;
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 768px) {
  div#block-block-836 .inner {
    max-width: 718px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  div#block-block-836 .inner {
    max-width: 993px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1403px) {
  div#block-block-836 .inner {
    max-width: 1203px;
    margin: 0 auto;
  }
}
div#block-block-836 .inner .middle.tb-terminal h2 {
  display: none;
}

body.touch-device .event_links .buttonAnimation .hoverText {
  margin: 0;
  width: 118px;
  border-bottom-color: #ecac00;
}

body:not(.touch-device) .hoverbutton .hoverText:before, body:not(.touch-device) .hoverbutton .hoverText:after {
  border-bottom: 5px solid #ecac00;
}

.more-merch {
  margin: 0 0 35px;
}
@media only screen and (max-width: 767px) {
  .more-merch {
    width: 140px;
    margin: 0 auto;
    text-align: center;
  }
}
.more-merch a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  color: black;
  padding: 0 1px;
  font-size: 12.16px;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
  color: #fff;
  letter-spacing: 2px;
  height: 27px;
  padding-right: 33px;
  margin: 15px 0 40px 0;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
}
@media only screen and (max-width: 767px) {
  .more-merch a {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
}
.more-merch a::before, .more-merch a::after {
  content: '';
  position: absolute;
  background-color: #ecac00;
  height: 4px;
}
.more-merch a::before {
  width: 0%;
  left: 0;
  bottom: 0;
  -webkit-transition: width ease 0.4s;
  transition: width ease 0.4s;
}
.more-merch a::after {
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}
.more-merch a:hover::after {
  left: 100%;
  width: 0%;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.more-merch a:hover::before {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .more-merch a {
    text-align: center;
  }
}

div#wsk-widget .event_date .year.plain_text {
  display: block !important;
}

#wsk-widget {
  border: none;
  max-width: 560px;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  height: 100%;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  #wsk-widget {
    width: 90%;
    margin: 0 auto 0;
  }
}
#wsk-widget .widget_row > div.special-event.plain_text:empty, #wsk-widget #wsk-widget .widget_row > div.event_links a.no-link,
#wsk-widget a.view_more {
  display: none !important;
}
#wsk-widget .widget_row {
  border: none;
  font-family: "Josefin Sans", sans-serif;
  padding: 0;
  margin: 30px 0 40px;
  overflow: visible;
  display: block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #wsk-widget .widget_row {
    padding: 0 8px 47px;
    overflow: hidden;
    margin: 0;
  }
}
#wsk-widget .widget_row > div.event_links a, #wsk-widget a.view_more {
  border: 1px solid #fff;
  cursor: pointer;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  box-sizing: border-box;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  max-width: initial;
  background: transparent;
  padding: 0;
}
#wsk-widget .widget_row > div.event_links a:hover, #wsk-widget a.view_more:hover {
  color: #fff;
  background: transparent;
}
#wsk-widget .widget_row > div {
  padding: 0px;
  font-size: 17px;
  line-height: 17px;
  cursor: default;
  display: inline-block;
  vertical-align: middle;
  float: none;
}
@media only screen and (max-width: 767px) {
  #wsk-widget .widget_row > div {
    clear: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  #wsk-widget .widget_row > div {
    float: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #wsk-widget .widget_row > div {
    font-size: 14px;
    line-height: 14px;
  }
}
#wsk-widget .special-event.plain_text:not(empty) {
  padding-bottom: 5px;
}
#wsk-widget .widget_row > div.event_date {
  width: 17%;
  padding-right: 40px;
  line-height: 1.2;
  height: 40px;
  font-size: 24px;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 767px) {
  #wsk-widget .widget_row > div.event_date {
    width: 35%;
    padding-right: 0;
    font-size: 18px;
  }
}
#wsk-widget .widget_row > div.event_date span {
  display: block;
}
#wsk-widget .widget_row > div.event_location {
  width: 48%;
  padding-right: 2%;
}
@media only screen and (max-width: 767px) {
  #wsk-widget .widget_row > div.event_location {
    width: 65%;
    margin-bottom: 9px;
    padding-right: 0%;
  }
}
#wsk-widget .widget_row > div.event_location > div {
  vertical-align: top;
  display: inline-block;
  font-size: 24px;
  letter-spacing: 1.5px;
  line-height: 1.3;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  #wsk-widget .widget_row > div.event_location > div {
    font-size: 18px;
    line-height: 1.2;
  }
}
#wsk-widget .widget_row > div.event_location > div.location.plain_text {
  font-size: 16px;
  padding: 5px 0;
  line-height: 1.4;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#wsk-widget .widget_row > div.featuring-artists {
  padding: 0%;
  width: 30%;
  font-size: 16px;
  width: 46%;
  text-transform: uppercase;
  display: block;
  margin-left: calc(17% + 40px);
  max-width: 230px;
  padding-top: 5px;
  line-height: 1.5;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  #wsk-widget .widget_row > div.featuring-artists {
    font-size: 12px;
    line-height: 1.5;
    width: 65%;
    float: right;
    margin-left: 0;
    padding-top: 0;
    max-width: none;
  }
}
#wsk-widget .widget_row > div.event_links {
  width: 27%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  #wsk-widget .widget_row > div.event_links {
    width: 65%;
    float: right;
    margin: 0px;
    position: static;
    transform: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  #wsk-widget .widget_row > div.event_links {
    position: relative;
    top: 0px;
    right: 0px;
    transform: none;
  }
}
#wsk-widget .widget_row > div.event_links a {
  float: right;
  letter-spacing: 2px;
  border: 0;
}
@media only screen and (max-width: 767px) {
  #wsk-widget .widget_row > div.event_links a {
    width: 100%;
    margin: 15px 0px 0px;
  }
}
#wsk-widget .widget_row > div.event_links a.sold-out {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
#wsk-widget .widget_row > div.event_links a.additional_link {
  margin: 20px 0 0;
}
#wsk-widget .widget_row > div.event_links .hoverbutton .hoverText {
  background: none;
}

.page-tour div#content-inner {
  background: url("/sites/g/files/g2000007436/f/201805/TourInterior_BG.jpg") right -24% no-repeat #0a62b3;
  background-size: 100% auto;
  font-size: 0;
  background-attachment: fixed;
}
@media only screen and (max-width: 1023px) {
  .page-tour div#content-inner {
    background: url("/sites/g/files/g2000007436/f/201805/CB_TourBG_mob_0.jpg") top right no-repeat #0a62b3;
    background-size: 100% auto;
  }
}
.page-tour div#content-inner .sectionTitle {
  margin: 75px auto 35px;
}
@media only screen and (max-width: 767px) {
  .page-tour div#content-inner .sectionTitle {
    margin: 30px 0 40px;
  }
}

body:not(.touch-device) #block-block-666 .buttonAnimation {
  margin: 0;
}

/* Common styles for splash pages */
.node-type-splash-page-lightbox #header, .node-type-splash-page-lightbox #footer, .node-type-splash-page-lightbox .field {
  display: none;
}
.node-type-splash-page-lightbox .float-overflow.tb-terminal, .node-type-splash-page-lightbox .field-name-body {
  display: block;
}

.splash_overall {
  background-color: #7F7F7F;
  /*Consider changing this*/
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  display: none;
  cursor: pointer;
}

#block-block-406 {
  display: none;
}

/*To Hide Decision tree*/
#block-views-splash-block {
  display: none;
}

/*Lightbox common stylings */
/*Hiding all the views of this lock*/
.view-splash .views-field-field-lightbox, .view-splash .views-field-field-display-rate, .view-splash .lightBox {
  display: none;
}
.view-splash .lightBoxWrapper {
  background: none repeat scroll 0 0 transparent;
  display: none;
  height: auto;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .view-splash .lightBoxWrapper .lightBoxContent {
    width: 100%;
    height: auto;
    padding: 0px;
    position: static;
  }
}
.view-splash .lightBoxWrapper .lightBoxContent {
  display: none;
  background-color: #fff;
  height: 450px;
  padding: 25px 20px 20px;
  position: fixed;
  width: 740px;
  z-index: 99999;
  box-sizing: border-box;
}
.view-splash .lightBoxWrapper .lightBoxContent .lightBoxClose a {
  background-image: url("/sites/g/files/g2000004816/f/201401/bg_closebtn.png");
  background-repeat: no-repeat;
  display: block;
  height: 17px;
  position: absolute;
  right: 5px;
  text-indent: -9998px;
  top: 8px;
  width: 17px;
}
@media only screen and (max-width: 767px) {
  .view-splash .lightBoxWrapper .lightBoxContent .lightBoxClose a {
    position: static;
    width: 100%;
    background-position: 100% 0;
  }
}
.view-splash .lightBoxWrapper .lightBoxContent .grid_left {
  float: left;
}

/* Responsive splash page. Use this for development */
/*Must handle orientation as well*/
.sph-con {
  padding: 0 20px 20px;
}
.sph-con .sph-lt > * {
  margin-bottom: 15px;
}
.sph-con .sph-title {
  font-size: 34px;
}
.sph-con .sph-price,
.sph-con .sph-sub-title {
  font-size: 26px;
  font-weight: bold;
}
.sph-con .sph-feature-list {
  margin-bottom: 25px;
}
.sph-con .sph-feature-list li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: disc;
  margin: 0 0 0 21px;
}
.sph-con .sph-action {
  padding: 10px;
  font-size: 0.8em;
  display: inline-block;
}
.sph-con .sph-img-wrapper img {
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px), only screen and (max-width: 767px) and (orientation: landscape) {
  .sph-con {
    overflow: hidden;
    *zoom: 1;
    padding: 0px;
  }
  .sph-con .sph-lt {
    width: 45%;
    margin-right: 5%;
    float: left;
  }
  .sph-con .sph-rt {
    width: 50%;
    float: right;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .sph-con {
    padding: 0 20px 20px;
  }
}
[class^="wmg-sl"], [class*="wmg-sl"] {
  font-family: 'wmg-standard-library';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wmg-sl-facebook:before {
  content: "\e909";
}

.wmg-sl-googleplus:before {
  content: "\e90a";
}

.wmg-sl-Instagramofficial-standard:before {
  content: "\e90b";
}

.wmg-sl-tumblr:before {
  content: "\e90c";
}

.wmg-sl-twitter:before {
  content: "\e90d";
}

.wmg-sl-vimeo:before {
  content: "\e90e";
}

.wmg-sl-Youtube:before {
  content: "\e90f";
}

.wmg-sl-minimize-standard:before {
  content: "\e910";
}

.wmg-sl-X_-close-standard:before {
  content: "\e911";
}

.wmg-sl-doublechevron-left-standard:before {
  content: "\e912";
}

.wmg-sl-doublechevron-right-standard:before {
  content: "\e913";
}

.wmg-sl-downarrow-standard:before {
  content: "\e914";
}

.wmg-sl-leftarrow-standard:before {
  content: "\e915";
}

.wmg-sl-menu-standard:before {
  content: "\e916";
}

.wmg-sl-plussign-standard:before {
  content: "\e917";
}

.wmg-sl-rightarrow-standard:before {
  content: "\e918";
}

.wmg-sl-uparrow-standard:before {
  content: "\e919";
}

.wmg-sl-calendar-standard:before {
  content: "\e91a";
}

.wmg-sl-cart-standard:before {
  content: "\e91b";
}

.wmg-sl-comment-standard:before {
  content: "\e91c";
}

.wmg-sl-eventticket-standard:before {
  content: "\e91d";
}

.wmg-sl-headphones-standards:before {
  content: "\e91e";
}

.wmg-sl-linkicon-standard:before {
  content: "\e91f";
}

.wmg-sl-message-envelope:before {
  content: "\e920";
}

.wmg-sl-news-standard:before {
  content: "\e921";
}

.wmg-sl-searchmagnifyingglass-standard:before {
  content: "\e922";
}

.wmg-sl-settings-gear-standard:before {
  content: "\e923";
}

.wmg-sl-share-standard:before {
  content: "\e924";
}

.wmg-sl-useravatar-standard:before {
  content: "\e925";
}

.wmg-sl-videosicon-standard:before {
  content: "\e926";
}

.wmg-sl-equalizer-standard:before {
  content: "\e927";
}

.wmg-sl-fastback-standard:before {
  content: "\e928";
}

.wmg-sl-fastforward-standard:before {
  content: "\e929";
}

.wmg-sl-pause-standard:before {
  content: "\e92a";
}

.wmg-sl-play-standard:before {
  content: "\e92b";
}

.wmg-sl-skipback-standard:before {
  content: "\e92c";
}

.wmg-sl-skipforward-standard:before {
  content: "\e92d";
}

.wmg-sl-stop-square-standard:before {
  content: "\e92e";
}

.wmg-sl-volume-standard:before {
  content: "\e92f";
}

.wmg-sl-volume:before {
  content: "\e930";
}

.wmg-sl-amazon-standardlarge:before {
  content: "\e900";
}

.wmg-sl-amazonprime:before {
  content: "\e901";
}

.wmg-sl-applemusic:before {
  content: "\e902";
}

.wmg-sl-googleplay:before {
  content: "\e903";
}

.wmg-sl-itunes:before {
  content: "\e904";
}

.wmg-sl-pandora:before {
  content: "\e905";
}

.wmg-sl-rdio:before {
  content: "\e906";
}

.wmg-sl-Soundcloud:before {
  content: "\e907";
}

.wmg-sl-Spotify:before {
  content: "\e908";
}

.wmg-sl-record-cricle-standard:before {
  content: "\e655";
}

.wmg-sl-arrows1-down:before {
  content: "\e600";
}

.wmg-sl-arrows1-left:before {
  content: "\e601";
}

.wmg-sl-arrows1-right:before {
  content: "\e602";
}

.wmg-sl-arrows1-up:before {
  content: "\e603";
}

.wmg-sl-arrows2-down:before {
  content: "\e604";
}

.wmg-sl-arrows2-left:before {
  content: "\e605";
}

.wmg-sl-arrows2-right:before {
  content: "\e606";
}

.wmg-sl-arrows2-up:before {
  content: "\e607";
}

.wmg-sl-carousel-next:before {
  content: "\e609";
}

.wmg-sl-carousel-previous:before {
  content: "\e60a";
}

.wmg-sl-chevron-arrows-left:before {
  content: "\e60b";
}

.wmg-sl-chevron-arrows-right:before {
  content: "\e60c";
}

.wmg-sl-close:before {
  content: "\e60d";
}

.wmg-sl-collapse:before {
  content: "\e60e";
}

.wmg-sl-comments:before {
  content: "\e60f";
}

.wmg-sl-double-chevron-left:before {
  content: "\e610";
}

.wmg-sl-double-chevron-right:before {
  content: "\e611";
}

.wmg-sl-events:before {
  content: "\e612";
}

.wmg-sl-expand:before {
  content: "\e613";
}

.wmg-sl-facebook2:before {
  content: "\e614";
}

.wmg-sl-fast-backward:before {
  content: "\e615";
}

.wmg-sl-fast-forward:before {
  content: "\e616";
}

.wmg-sl-googleplus2:before {
  content: "\e617";
}

.wmg-sl-link:before {
  content: "\e618";
}

.wmg-sl-mail:before {
  content: "\e619";
}

.wmg-sl-menu:before {
  content: "\e61a";
}

.wmg-sl-music:before {
  content: "\e61b";
}

.wmg-sl-news:before {
  content: "\e61c";
}

.wmg-sl-next-track:before {
  content: "\e61d";
}

.wmg-sl-pagination-left:before {
  content: "\e61e";
}

.wmg-sl-pagination-right:before {
  content: "\e61f";
}

.wmg-sl-pause:before {
  content: "\e620";
}

.wmg-sl-play:before {
  content: "\e621";
}

.wmg-sl-previous-track:before {
  content: "\e622";
}

.wmg-sl-search:before {
  content: "\e624";
}

.wmg-sl-settings:before {
  content: "\e625";
}

.wmg-sl-share:before {
  content: "\e626";
}

.wmg-sl-stop:before {
  content: "\e629";
}

.wmg-sl-tickets:before {
  content: "\e62a";
}

.wmg-sl-tumblr2:before {
  content: "\e62b";
}

.wmg-sl-twitter2:before {
  content: "\e62c";
}

.wmg-sl-volume-high:before {
  content: "\e62e";
}

.wmg-sl-volume-low:before {
  content: "\e62f";
}

.wmg-sl-volume-mute:before {
  content: "\e630";
}

.wmg-sl-youtube:before {
  content: "\e631";
}

.wmg-sl-instagram:before {
  content: "\e932";
}

.wmg-sl-vk:before {
  content: "\e931";
}

[class^="wmg-cl"], [class*=" wmg-cl"] {
  font-family: 'wmg-circular-library';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wmg-cl-Facebook-circle:before {
  content: "\e900";
}

.wmg-cl-GooglePlus-circle:before {
  content: "\e901";
}

.wmg-cl-Instagram-circle:before {
  content: "\e902";
}

.wmg-cl-tumblr-circle:before {
  content: "\e903";
}

.wmg-cl-Twitter-circle:before {
  content: "\e904";
}

.wmg-cl-Vimeo-circle:before {
  content: "\e905";
}

.wmg-cl-YouTube-circle:before {
  content: "\e906";
}

.wmg-cl-DobleChevRight-circle:before {
  content: "\e907";
}

.wmg-cl-DoubleChev-Left-circle:before {
  content: "\e908";
}

.wmg-cl-DownArrow-circle:before {
  content: "\e909";
}

.wmg-cl-LeftArrow-circle:before {
  content: "\e90a";
}

.wmg-cl-Minimize-circular:before {
  content: "\e90b";
}

.wmg-cl-MobileMenu-circle:before {
  content: "\e90c";
}

.wmg-cl-Plus-expand-circle:before {
  content: "\e90d";
}

.wmg-cl-rightarrow-circular:before {
  content: "\e90e";
}

.wmg-cl-UpArrow-circularcopy:before {
  content: "\e90f";
}

.wmg-cl-X-Close-circle:before {
  content: "\e910";
}

.wmg-cl-calendar-circular:before {
  content: "\e911";
}

.wmg-cl-cart-circular:before {
  content: "\e912";
}

.wmg-cl-comment-circular:before {
  content: "\e913";
}

.wmg-cl-eventticket-circular:before {
  content: "\e914";
}

.wmg-cl-headphones-circular:before {
  content: "\e915";
}

.wmg-cl-linkicon-circular:before {
  content: "\e916";
}

.wmg-cl-message-envelope-circular:before {
  content: "\e917";
}

.wmg-cl-news-circular:before {
  content: "\e918";
}

.wmg-cl-searchmagnifyingglass-circular:before {
  content: "\e919";
}

.wmg-cl-settings-gear-circular:before {
  content: "\e91a";
}

.wmg-cl-share-circular:before {
  content: "\e91b";
}

.wmg-cl-useravatar-circular:before {
  content: "\e91c";
}

.wmg-cl-videoicon-circular:before {
  content: "\e91d";
}

.wmg-cl-Equalizer-circle:before {
  content: "\e91e";
}

.wmg-cl-fastback-circle:before {
  content: "\e91f";
}

.wmg-cl-FastForward-circle:before {
  content: "\e920";
}

.wmg-cl-Pause-circle:before {
  content: "\e921";
}

.wmg-cl-Play-circle:before {
  content: "\e922";
}

.wmg-cl-RecordCirlce-circle:before {
  content: "\e923";
}

.wmg-cl-SkipBack-circle:before {
  content: "\e924";
}

.wmg-cl-SkipForward-circle:before {
  content: "\e925";
}

.wmg-cl-Volume-circle:before {
  content: "\e926";
}

.wmg-cl-Amazon-circular:before {
  content: "\e927";
}

.wmg-cl-AmazonPrime-circular:before {
  content: "\e928";
}

.wmg-cl-AppleMusic-circular:before {
  content: "\e929";
}

.wmg-cl-GooglePlay-circular:before {
  content: "\e92a";
}

.wmg-cl-iTunes-Circularv2:before {
  content: "\e92b";
}

.wmg-cl-iTunes-circularv3:before {
  content: "\e92c";
}

.wmg-cl-iTunes-Circular:before {
  content: "\e92d";
}

.wmg-cl-Pandora-circular:before {
  content: "\e92f";
}

.wmg-cl-Rdio-circular:before {
  content: "\e930";
}

.wmg-cl-Soundcloud-circular:before {
  content: "\e931";
}

.wmg-cl-Spotify-circular:before {
  content: "\e932";
}

[class^="wmg-rs"], [class*=" wmg-rs"] {
  font-family: 'wmg-roundedsquare-library';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wmg-rs-facebook-rs:before {
  content: "\e900";
}

.wmg-rs-googleplus-rs:before {
  content: "\e902";
}

.wmg-rs-instagram-rs:before {
  content: "\e903";
}

.wmg-rs-tumblr-rs:before {
  content: "\e904";
}

.wmg-rs-twitter-rs:before {
  content: "\e905";
}

.wmg-rs-vimeo-rs:before {
  content: "\e906";
}

.wmg-rs-Youtube-rs:before {
  content: "\e907";
}

.wmg-rs-minimize-rs:before {
  content: "\e908";
}

.wmg-rs-X_-close-rs:before {
  content: "\e909";
}

.wmg-rs-doublechevron-left-rs:before {
  content: "\e90a";
}

.wmg-rs-doublechevron-right-rs:before {
  content: "\e90b";
}

.wmg-rs-downarrow-rs:before {
  content: "\e90c";
}

.wmg-rs-leftarrow-rs:before {
  content: "\e90d";
}

.wmg-rs-menu-rs:before {
  content: "\e90e";
}

.wmg-rs-plussign-rs:before {
  content: "\e90f";
}

.wmg-rs-rightarrow-rs:before {
  content: "\e910";
}

.wmg-rs-uparrow-rs:before {
  content: "\e911";
}

.wmg-rs-calendar-rs:before {
  content: "\e912";
}

.wmg-rs-cart-rs:before {
  content: "\e913";
}

.wmg-rs-comment-rs:before {
  content: "\e914";
}

.wmg-rs-email-envelope-rs:before {
  content: "\e915";
}

.wmg-rs-eventticket-rs:before {
  content: "\e916";
}

.wmg-rs-headphones-rs:before {
  content: "\e917";
}

.wmg-rs-linkicon-rs:before {
  content: "\e918";
}

.wmg-rs-newsicon-rs:before {
  content: "\e919";
}

.wmg-rs-photoicon:before {
  content: "\e91a";
}

.wmg-rs-searchmagnifyingglass-rs:before {
  content: "\e91b";
}

.wmg-rs-settings-gear-rs:before {
  content: "\e91c";
}

.wmg-rs-share-rs:before {
  content: "\e91d";
}

.wmg-rs-useravatar-rs:before {
  content: "\e91e";
}

.wmg-rs-videosicon-rs:before {
  content: "\e91f";
}

.wmg-rs-equalizer-rs:before {
  content: "\e920";
}

.wmg-rs-fastback-rs:before {
  content: "\e921";
}

.wmg-rs-fastforward-rs:before {
  content: "\e922";
}

.wmg-rs-pause-rs:before {
  content: "\e923";
}

.wmg-rs-play-rs:before {
  content: "\e924";
}

.wmg-rs-record-cricle-rs:before {
  content: "\e925";
}

.wmg-rs-skipback-rs:before {
  content: "\e926";
}

.wmg-rs-skipforward-rs:before {
  content: "\e927";
}

.wmg-rs-stop-square-rs:before {
  content: "\e928";
}

.wmg-rs-volume-rs:before {
  content: "\e929";
}

.wmg-rs-Amazon-RoundedSquarelarge:before {
  content: "\e92a";
}

.wmg-rs-applemusic-rs:before {
  content: "\e92b";
}

.wmg-rs-googleplay-rs:before {
  content: "\e92c";
}

.wmg-rs-itunes-rs:before {
  content: "\e92d";
}

.wmg-rs-pandora-rs:before {
  content: "\e92e";
}

.wmg-rs-rdio-rs:before {
  content: "\e92f";
}

.wmg-rs-Soundcloud-rs:before {
  content: "\e930";
}

.wmg-rs-Spotify-rs:before {
  content: "\e931";
}

.wmg-rs-amazon-primeRoundedSquare:before {
  content: "\e901";
}

/***************[===== PAGES ======]***************/
/*To Hide the default drupal node add the page class here in $hideNodePages*/
.node-type-photo .node .comment-wrapper {
  display: block;
  padding: 0;
}

.node-type-blog .node .comment-wrapper {
  display: block;
  padding: 0;
}

.node-type-video .node .comment-wrapper {
  display: block;
  padding: 0;
}

.node-type-audio .node .comment-wrapper {
  display: block;
  padding: 0;
}

.node-type-forum .node .comment-wrapper {
  display: block;
  padding: 0;
}

.node-type-album .node .comment-wrapper {
  display: block;
  padding: 0;
}

.page-node.node-type-page #page-title {
  display: block;
  margin: 1em 0;
  line-height: 2.5em;
}
.page-node.node-type-page.page-node-17741 #page-title, .page-node.node-type-page.page-node-17741 ul.tabs.primary, .page-node.node-type-page.page-node-17746 #page-title, .page-node.node-type-page.page-node-17746 ul.tabs.primary, .page-node.node-type-page.page-node-17751 #page-title, .page-node.node-type-page.page-node-17751 ul.tabs.primary, .page-node.node-type-page.page-node-17756 #page-title, .page-node.node-type-page.page-node-17756 ul.tabs.primary, .page-node.node-type-page.page-node-17896 #page-title, .page-node.node-type-page.page-node-17896 ul.tabs.primary {
  margin: 0;
}

.page-filter.page-filter-tips #page-title {
  margin-top: 1em;
}

.page .item-list .pager {
  text-align: center;
  position: relative;
}
.page .item-list .pager li.pager-item, .page .item-list .pager .pager-current {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.page .item-list .pager .pager-first.first, .page .item-list .pager .pager-last.last, .page .item-list .pager .pager-next, .page .item-list .pager .pager-previous {
  position: absolute;
}
.page .item-list .pager.pager-load-more .pager-next.first.last {
  position: static;
}
.page .item-list .pager.pager-load-more .pager-next.first.last a {
  float: none;
  background: transparent;
  border: 0;
  padding: 0;
  color: #fff;
  max-width: 142px;
  text-align: left;
}
.page .item-list .pager .pager-first.first {
  left: 0;
}
.page .item-list .pager .pager-previous {
  left: 10%;
}
.page .item-list .pager .pager-next {
  right: 10%;
}
.page .item-list .pager .pager-last.last {
  right: 0;
}
.page .item-list .pager .pager-next a, .page .item-list .pager .pager-previous a, .page .item-list .pager .pager-last.last a, .page .item-list .pager .pager-first.first a {
  color: #ed3d3d;
  background-color: #fff;
  padding: 0.3em 0.8em 0.4em;
  border: 2px solid #ed3d3d;
}
.page .item-list .pager .pager-next a:hover, .page .item-list .pager .pager-previous a:hover, .page .item-list .pager .pager-last.last a:hover, .page .item-list .pager .pager-first.first a:hover {
  background-color: #a1a1a1;
}
.page .item-list .pager .pager-current {
  border: 1px solid #808080;
  padding: 0.3em 0.7em;
}
@media only screen and (max-width: 767px) {
  .page .item-list .pager .pager-first.first, .page .item-list .pager .pager-last.last, .page .item-list .pager .pager-next, .page .item-list .pager .pager-previous {
    position: static;
  }
  .page .item-list .pager.pager-load-more .pager-next.first.last {
    float: none;
  }
  .page .item-list .pager.pager-load-more .pager-next.first.last a {
    text-align: center;
    margin: 20px auto 0;
  }
  .page .item-list .pager .pager-last.last, .page .item-list .pager .pager-first.first, .page .item-list .pager .pager-item {
    display: none;
  }
  .page .item-list .pager li.pager-item {
    margin-right: 0;
  }
  .page .item-list .pager .pager-item a {
    padding: 0.1em 0.5em;
  }
  .page .item-list .pager .pager-current + li, .page .item-list .pager .pager-current {
    display: inline;
  }
  .page .item-list .pager .pager-current {
    padding: 0.3em 0.7em;
    margin-right: 0;
  }
  .page .item-list .pager .pager-next {
    float: right;
    margin-right: 0;
  }
  .page .item-list .pager .pager-previous {
    float: left;
  }
}

.view-home-one-page-masonry .views-row {
  border-bottom: 3px solid #a1a1a1;
  margin-bottom: 3%;
  padding-bottom: 3%;
}
@media only screen and (min-width: 768px) {
  .view-home-one-page-masonry .views-row {
    width: 31%;
    padding: 1%;
    margin: 1% 0;
    background: #ccc;
  }
}
@media only screen and (min-width: 1403px) {
  .view-home-one-page-masonry .views-row {
    width: 24.5%;
  }
}
.view-home-one-page-masonry .views-row img {
  display: inline;
  height: auto;
  width: 100%;
}
.view-home-one-page-masonry .views-row .media-thumbnail-frame {
  height: 0;
  overflow: hidden;
  padding-bottom: 55%;
  background-color: #a1a1a1;
}
@media only screen and (min-width: 768px) {
  .view-home-one-page-masonry .views-row .media-thumbnail-frame {
    height: auto;
    background: none;
    padding-bottom: 0;
  }
}
.view-home-one-page-masonry .views-row .views-field-name {
  font-size: 75%;
}
.view-home-one-page-masonry .views-row .views-field-body, .view-home-one-page-masonry .views-row .views-field-field-blog-media, .view-home-one-page-masonry .views-row .views-field-nothing-1 {
  margin-top: 1em;
}
.view-home-one-page-masonry .views-row.highlighted {
  background-color: #fff;
  color: #fff;
  padding: 0 2%;
}
.view-home-one-page-masonry .views-row.highlighted a {
  color: #ed3d3d;
}

.page-user .block h2 {
  text-transform: capitalize;
}
.page-user #page-title {
  text-transform: uppercase;
}
.page-user #block-views-user-profile-block-5 .views-field-picture {
  text-align: center;
}
.page-user #block-views-user-profile-block-5 .views-field-picture img {
  width: auto;
  height: auto;
}
.page-user #block-views-user-profile-block-2 .views-row > div {
  margin-bottom: 1em;
  clear: both;
}
.page-user #block-views-user-profile-block-2 .views-row > div .views-label {
  float: left;
  font-weight: bold;
  margin-right: 0.3em;
}
@media only screen and (min-width: 768px) {
  .page-user #block-views-user-profile-block-2 .views-field {
    display: block;
  }
}
.page-user #block-views-user-profile-block-2 .views-field-field-about-me {
  display: block;
}
.page-user #block-views-user-profile-block-2 .view-footer a {
  padding: 0.5em;
}
.page-user #block-views-user-profile-block-2 .view-footer a:after {
  content: "show more";
}
.page-user #block-views-user-profile-block-2 .view-footer a.expanded:after {
  content: "show less";
}
.page-user #block-views-user-profile-block-6 h2 {
  margin-top: 1em;
}
.page-user #block-views-user-profile-block-6 .comment_on_anything-header {
  visibility: hidden;
}
.page-user .view-user-activity-feed li.views-row {
  border-bottom: 1px solid #a0a0a0;
  float: left;
  padding: 1em 0;
  width: 100%;
}
.page-user .view-user-activity-feed li.views-row:first-child {
  padding-top: 0;
}
.page-user .view-user-activity-feed li.views-row .views-field-title {
  font-size: 1.1em;
  margin-bottom: 13px;
}
.page-user .view-user-activity-feed li.views-row .views-field-posted-date {
  font-size: 0.9em;
  margin: 0 0 1.2em;
}
.page-user .view-user-activity-feed li.views-row .views-field-body p {
  margin: 0;
}
.page-user .view-user-activity-feed li.views-row .views-field-comment-count {
  float: left;
  margin: 1.2em 0 0;
}
.page-user .view-user-activity-feed li.views-row .views-field-node-link {
  float: right;
  margin: 1.2em 0 0;
}
.page-user .view-user-activity-feed ul.pager {
  margin-top: 1em;
}
.page-user.page-user-edit-profile #page-title {
  display: block;
  margin-top: 1em;
}
.page-user.page-user-edit-profile input[type="text"], .page-user.page-user-edit-profile textarea, .page-user.page-user-edit-profile select {
  border: 1px solid #a0a0a0;
  padding: 0.8em;
  width: 100%;
}
.page-user.page-user-edit-profile select {
  padding: 0.8em 0.5em;
}
.page-user.page-user-edit-profile .form-submit {
  padding: 10px;
  font-size: 0.8em;
}
.page-user.page-user-edit #page-title {
  display: block;
  margin-top: 1em;
}
.page-user.page-user-edit .form-item .description {
  font-size: 75%;
}
.page-user.page-user-edit fieldset label.option, .page-user.page-user-edit fieldset .webform-container-inline label {
  width: auto;
}
.page-user.page-user-edit input[type="text"], .page-user.page-user-edit textarea, .page-user.page-user-edit select {
  border: 1px solid #a0a0a0;
}
.page-user.page-user-edit input[type="password"], .page-user.page-user-edit input[type="text"] {
  width: 60%;
}
.page-user.page-user-edit .form-submit {
  padding: 10px;
  font-size: 0.8em;
}
.page-user.page-user-edit .password-strength {
  width: 38%;
  margin-top: 0.8em;
}
.page-user.page-user-edit div.password-confirm {
  width: 38%;
}

/*Implementing the sticky footer*/
/*All versions of sticky footer require the height of the html to be set as 100%. Hence thinking twice about that.
* Two other versions of sticky footer - http://mystrd.at/modern-clean-css-sticky-footer/
* https://code.google.com/p/cleanstickyfooter/ 
* */
.page-node-1191 #content, .page-node-1196 #content {
  min-height: 500px;
}

.page-node-1101 .contactBlock {
  margin: 10px 0 0;
}

.page-node-20091 .not-authorized, div#node-20096 {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1.5px;
  padding-top: 1%;
  line-height: 20.8px;
}
@media only screen and (max-width: 767px) {
  .page-node-20091 .not-authorized, div#node-20096 {
    padding: 0 10px;
    line-height: 1.6;
    padding-top: 7%;
    text-align: center;
  }
}

body.page-node.page-node-20096 div#block-system-main {
  line-height: 20.8px;
}
body.page-node.page-node-20096 div#block-system-main .field-item p:first-child {
  font-size: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body.page-node.page-node-20096 div#block-system-main p.linkList {
    font-size: 12px;
  }
}
body.page-node.page-node-20096 div#block-system-main p.linkList a {
  color: #fff;
  line-height: 30px;
  position: relative;
  top: 2px;
}
body.page-node.page-node-20096 div#block-system-main p.linkList a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  body.page-node.page-node-20096 div#node-20096 span.merch {
    display: none;
  }
  body.page-node.page-node-20096 div#node-20096 span.mobile {
    display: block;
  }
}

input[type="password"], input[type="text"], select {
  background: #e9e9e9;
  padding: 0.8em;
}

#ui-dialog-title-dialog {
  display: block;
  text-align: center;
}

.ui-dialog .form-item .description, .ui-dialog .tos-and-disclaimer, #user-register-form .form-item .description, #user-register-form .tos-and-disclaimer {
  font-size: 80%;
  clear: both;
  padding-top: 1em;
}
.ui-dialog .form-item .description a:hover, .ui-dialog .tos-and-disclaimer a:hover, #user-register-form .form-item .description a:hover, #user-register-form .tos-and-disclaimer a:hover {
  color: #a1a1a1;
}

div.messages {
  padding: 0.5em 2.5em;
  margin-bottom: 1em;
}
div.messages.status {
  background-position: 14px 5px;
}
div.messages ul {
  padding: 0;
}
div.messages ul li {
  font-size: 0.8em;
  margin-top: 0;
}

#user-login-dialog a {
  color: #ed3d3d;
}
#user-login-dialog a:hover {
  color: #a1a1a1;
}
#user-login-dialog label, #user-login-dialog .fieldset-legend {
  font-size: 0.8em;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 31px;
}
#user-login-dialog input, #user-login-dialog select {
  display: block;
}
#user-login-dialog .field-name-field-postal-code input {
  right: 0;
  width: 68%;
  clear: both;
}
#user-login-dialog #edit-submit-dialog, #user-login-dialog #edit-submit--2-dialog {
  padding: 10px;
  font-size: 0.8em;
}
#user-login-dialog #edit-submit {
  height: auto;
}
#user-login-dialog .user-fields {
  margin: 0 auto;
}
#user-login-dialog .user-fields .form-item, #user-login-dialog .user-fields .form-wrapper {
  float: left;
  min-height: 2em;
  width: 100%;
}
#user-login-dialog .user-fields .form-item .description, #user-login-dialog .user-fields .form-wrapper .description {
  margin-top: 1em;
}
#user-login-dialog .user-fields .form-item.form-type-select.form-item-field-birthdate-und-0-value-month, #user-login-dialog .user-fields .form-item.form-type-select.form-item-field-birthdate-und-0-value-day, #user-login-dialog .user-fields .form-item.form-type-select.form-item-field-birthdate-und-0-value-year, #user-login-dialog .user-fields .form-wrapper.form-type-select.form-item-field-birthdate-und-0-value-month, #user-login-dialog .user-fields .form-wrapper.form-type-select.form-item-field-birthdate-und-0-value-day, #user-login-dialog .user-fields .form-wrapper.form-type-select.form-item-field-birthdate-und-0-value-year {
  width: auto;
}
#user-login-dialog .user-fields .form-item .date-month, #user-login-dialog .user-fields .form-wrapper .date-month {
  width: 82%;
}
#user-login-dialog .user-fields #edit-actions-dialog {
  float: left;
  width: 100%;
}

#user-register-form-dialog a {
  color: #ed3d3d;
}
#user-register-form-dialog a:hover {
  color: #a1a1a1;
}
#user-register-form-dialog label, #user-register-form-dialog .fieldset-legend {
  font-size: 0.8em;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 31px;
}
#user-register-form-dialog input, #user-register-form-dialog select {
  display: block;
}
#user-register-form-dialog .field-name-field-postal-code input {
  right: 0;
  width: 68%;
  clear: both;
}
#user-register-form-dialog #edit-submit-dialog, #user-register-form-dialog #edit-submit--2-dialog {
  padding: 10px;
  font-size: 0.8em;
}
#user-register-form-dialog #edit-submit {
  height: auto;
}
#user-register-form-dialog .user-fields {
  margin: 0 auto;
}
#user-register-form-dialog .user-fields .form-item, #user-register-form-dialog .user-fields .form-wrapper {
  float: left;
  min-height: 2em;
  width: 100%;
}
#user-register-form-dialog .user-fields .form-item .description, #user-register-form-dialog .user-fields .form-wrapper .description {
  margin-top: 1em;
}
#user-register-form-dialog .user-fields .form-item.form-type-select.form-item-field-birthdate-und-0-value-month, #user-register-form-dialog .user-fields .form-item.form-type-select.form-item-field-birthdate-und-0-value-day, #user-register-form-dialog .user-fields .form-item.form-type-select.form-item-field-birthdate-und-0-value-year, #user-register-form-dialog .user-fields .form-wrapper.form-type-select.form-item-field-birthdate-und-0-value-month, #user-register-form-dialog .user-fields .form-wrapper.form-type-select.form-item-field-birthdate-und-0-value-day, #user-register-form-dialog .user-fields .form-wrapper.form-type-select.form-item-field-birthdate-und-0-value-year {
  width: auto;
}
#user-register-form-dialog .user-fields .form-item .date-month, #user-register-form-dialog .user-fields .form-wrapper .date-month {
  width: 82%;
}
#user-register-form-dialog .user-fields #edit-actions-dialog {
  float: left;
  width: 100%;
}

#user-pass-dialog a {
  color: #ed3d3d;
}
#user-pass-dialog a:hover {
  color: #a1a1a1;
}
#user-pass-dialog label, #user-pass-dialog .fieldset-legend {
  font-size: 0.8em;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 31px;
}
#user-pass-dialog input, #user-pass-dialog select {
  display: block;
}
#user-pass-dialog .field-name-field-postal-code input {
  right: 0;
  width: 68%;
  clear: both;
}
#user-pass-dialog #edit-submit-dialog, #user-pass-dialog #edit-submit--2-dialog {
  padding: 10px;
  font-size: 0.8em;
}
#user-pass-dialog #edit-submit {
  height: auto;
}
#user-pass-dialog .user-fields {
  margin: 0 auto;
}
#user-pass-dialog .user-fields .form-item, #user-pass-dialog .user-fields .form-wrapper {
  float: left;
  min-height: 2em;
  width: 100%;
}
#user-pass-dialog .user-fields .form-item .description, #user-pass-dialog .user-fields .form-wrapper .description {
  margin-top: 1em;
}
#user-pass-dialog .user-fields .form-item.form-type-select.form-item-field-birthdate-und-0-value-month, #user-pass-dialog .user-fields .form-item.form-type-select.form-item-field-birthdate-und-0-value-day, #user-pass-dialog .user-fields .form-item.form-type-select.form-item-field-birthdate-und-0-value-year, #user-pass-dialog .user-fields .form-wrapper.form-type-select.form-item-field-birthdate-und-0-value-month, #user-pass-dialog .user-fields .form-wrapper.form-type-select.form-item-field-birthdate-und-0-value-day, #user-pass-dialog .user-fields .form-wrapper.form-type-select.form-item-field-birthdate-und-0-value-year {
  width: auto;
}
#user-pass-dialog .user-fields .form-item .date-month, #user-pass-dialog .user-fields .form-wrapper .date-month {
  width: 82%;
}
#user-pass-dialog .user-fields #edit-actions-dialog {
  float: left;
  width: 100%;
}

#user-login a {
  color: #ed3d3d;
}
#user-login a:hover {
  color: #a1a1a1;
}
#user-login label, #user-login .fieldset-legend {
  font-size: 0.8em;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 31px;
}
#user-login input, #user-login select {
  display: block;
}
#user-login .field-name-field-postal-code input {
  right: 0;
  width: 68%;
  clear: both;
}
#user-login #edit-submit-dialog, #user-login #edit-submit--2-dialog {
  padding: 10px;
  font-size: 0.8em;
}
#user-login #edit-submit {
  height: auto;
}
#user-login .user-fields {
  margin: 0 auto;
}
#user-login .user-fields .form-item, #user-login .user-fields .form-wrapper {
  float: left;
  min-height: 2em;
  width: 100%;
}
#user-login .user-fields .form-item .description, #user-login .user-fields .form-wrapper .description {
  margin-top: 1em;
}
#user-login .user-fields .form-item.form-type-select.form-item-field-birthdate-und-0-value-month, #user-login .user-fields .form-item.form-type-select.form-item-field-birthdate-und-0-value-day, #user-login .user-fields .form-item.form-type-select.form-item-field-birthdate-und-0-value-year, #user-login .user-fields .form-wrapper.form-type-select.form-item-field-birthdate-und-0-value-month, #user-login .user-fields .form-wrapper.form-type-select.form-item-field-birthdate-und-0-value-day, #user-login .user-fields .form-wrapper.form-type-select.form-item-field-birthdate-und-0-value-year {
  width: auto;
}
#user-login .user-fields .form-item .date-month, #user-login .user-fields .form-wrapper .date-month {
  width: 82%;
}
#user-login .user-fields #edit-actions-dialog {
  float: left;
  width: 100%;
}

#user-register-form a {
  color: #ed3d3d;
}
#user-register-form a:hover {
  color: #a1a1a1;
}
#user-register-form label, #user-register-form .fieldset-legend {
  font-size: 0.8em;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 31px;
}
#user-register-form input, #user-register-form select {
  display: block;
}
#user-register-form .field-name-field-postal-code input {
  right: 0;
  width: 68%;
  clear: both;
}
#user-register-form #edit-submit-dialog, #user-register-form #edit-submit--2-dialog {
  padding: 10px;
  font-size: 0.8em;
}
#user-register-form #edit-submit {
  height: auto;
}
#user-register-form .user-fields {
  margin: 0 auto;
}
#user-register-form .user-fields .form-item, #user-register-form .user-fields .form-wrapper {
  float: left;
  min-height: 2em;
  width: 100%;
}
#user-register-form .user-fields .form-item .description, #user-register-form .user-fields .form-wrapper .description {
  margin-top: 1em;
}
#user-register-form .user-fields .form-item.form-type-select.form-item-field-birthdate-und-0-value-month, #user-register-form .user-fields .form-item.form-type-select.form-item-field-birthdate-und-0-value-day, #user-register-form .user-fields .form-item.form-type-select.form-item-field-birthdate-und-0-value-year, #user-register-form .user-fields .form-wrapper.form-type-select.form-item-field-birthdate-und-0-value-month, #user-register-form .user-fields .form-wrapper.form-type-select.form-item-field-birthdate-und-0-value-day, #user-register-form .user-fields .form-wrapper.form-type-select.form-item-field-birthdate-und-0-value-year {
  width: auto;
}
#user-register-form .user-fields .form-item .date-month, #user-register-form .user-fields .form-wrapper .date-month {
  width: 82%;
}
#user-register-form .user-fields #edit-actions-dialog {
  float: left;
  width: 100%;
}

#user-pass a {
  color: #ed3d3d;
}
#user-pass a:hover {
  color: #a1a1a1;
}
#user-pass label, #user-pass .fieldset-legend {
  font-size: 0.8em;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 31px;
}
#user-pass input, #user-pass select {
  display: block;
}
#user-pass .field-name-field-postal-code input {
  right: 0;
  width: 68%;
  clear: both;
}
#user-pass #edit-submit-dialog, #user-pass #edit-submit--2-dialog {
  padding: 10px;
  font-size: 0.8em;
}
#user-pass #edit-submit {
  height: auto;
}
#user-pass .user-fields {
  margin: 0 auto;
}
#user-pass .user-fields .form-item, #user-pass .user-fields .form-wrapper {
  float: left;
  min-height: 2em;
  width: 100%;
}
#user-pass .user-fields .form-item .description, #user-pass .user-fields .form-wrapper .description {
  margin-top: 1em;
}
#user-pass .user-fields .form-item.form-type-select.form-item-field-birthdate-und-0-value-month, #user-pass .user-fields .form-item.form-type-select.form-item-field-birthdate-und-0-value-day, #user-pass .user-fields .form-item.form-type-select.form-item-field-birthdate-und-0-value-year, #user-pass .user-fields .form-wrapper.form-type-select.form-item-field-birthdate-und-0-value-month, #user-pass .user-fields .form-wrapper.form-type-select.form-item-field-birthdate-und-0-value-day, #user-pass .user-fields .form-wrapper.form-type-select.form-item-field-birthdate-und-0-value-year {
  width: auto;
}
#user-pass .user-fields .form-item .date-month, #user-pass .user-fields .form-wrapper .date-month {
  width: 82%;
}
#user-pass .user-fields #edit-actions-dialog {
  float: left;
  width: 100%;
}

#user-login--2-dialog a {
  color: #ed3d3d;
}
#user-login--2-dialog a:hover {
  color: #a1a1a1;
}
#user-login--2-dialog label, #user-login--2-dialog .fieldset-legend {
  font-size: 0.8em;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 31px;
}
#user-login--2-dialog input, #user-login--2-dialog select {
  display: block;
}
#user-login--2-dialog .field-name-field-postal-code input {
  right: 0;
  width: 68%;
  clear: both;
}
#user-login--2-dialog #edit-submit-dialog, #user-login--2-dialog #edit-submit--2-dialog {
  padding: 10px;
  font-size: 0.8em;
}
#user-login--2-dialog #edit-submit {
  height: auto;
}
#user-login--2-dialog .user-fields {
  margin: 0 auto;
}
#user-login--2-dialog .user-fields .form-item, #user-login--2-dialog .user-fields .form-wrapper {
  float: left;
  min-height: 2em;
  width: 100%;
}
#user-login--2-dialog .user-fields .form-item .description, #user-login--2-dialog .user-fields .form-wrapper .description {
  margin-top: 1em;
}
#user-login--2-dialog .user-fields .form-item.form-type-select.form-item-field-birthdate-und-0-value-month, #user-login--2-dialog .user-fields .form-item.form-type-select.form-item-field-birthdate-und-0-value-day, #user-login--2-dialog .user-fields .form-item.form-type-select.form-item-field-birthdate-und-0-value-year, #user-login--2-dialog .user-fields .form-wrapper.form-type-select.form-item-field-birthdate-und-0-value-month, #user-login--2-dialog .user-fields .form-wrapper.form-type-select.form-item-field-birthdate-und-0-value-day, #user-login--2-dialog .user-fields .form-wrapper.form-type-select.form-item-field-birthdate-und-0-value-year {
  width: auto;
}
#user-login--2-dialog .user-fields .form-item .date-month, #user-login--2-dialog .user-fields .form-wrapper .date-month {
  width: 82%;
}
#user-login--2-dialog .user-fields #edit-actions-dialog {
  float: left;
  width: 100%;
}

#user-login input {
  width: 100%;
}

#user-register-form input {
  width: 100%;
}

#user-pass input {
  width: 100%;
}

#user-register-form-dialog select, #user-register-form select {
  padding: 0.625em;
}
#user-register-form-dialog select#edit-field-birthdate-und-0-value-year, #user-register-form-dialog select#edit-field-birthdate-und-0-value-day, #user-register-form select#edit-field-birthdate-und-0-value-year, #user-register-form select#edit-field-birthdate-und-0-value-day {
  padding-right: 2em;
}

#user-register-form fieldset {
  padding: 0;
  margin-top: 2em;
  border: 0;
}
#user-register-form fieldset .fieldset-legend {
  padding: 0;
}
#user-register-form #edit-field-country-und {
  clear: both;
}
#user-register-form #edit-field-birthdate-und-0-value {
  padding-left: 0;
  padding-right: 0;
}
#user-register-form #edit-field-birthdate-und-0-value .form-item-field-birthdate-und-0-value-month, #user-register-form #edit-field-birthdate-und-0-value .form-item-field-birthdate-und-0-value-day {
  margin-right: .8em;
}
#user-register-form #edit-field-country-und {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #user-register-form #edit-field-country-und {
    width: auto;
  }
}

#user-login > div > div, #user-register-form > div > div {
  overflow: hidden;
  clear: both;
}
#user-login > div > div label, #user-register-form > div > div label {
  float: left;
  margin-right: 2em;
}
#user-login > div > div input, #user-register-form > div > div input {
  float: left;
}
#user-login > div > div.form-item-pass .description, #user-register-form > div > div.form-item-pass .description {
  clear: both;
  padding-top: 1em;
}
#user-login .form-navigation-wrapper.form-control, #user-register-form .form-navigation-wrapper.form-control {
  margin-top: 0.5em;
  margin-left: 1.5em;
}
#user-login .form-navigation-wrapper.form-control a, #user-register-form .form-navigation-wrapper.form-control a {
  margin-left: 1em;
}
#user-login #edit-submit, #user-register-form #edit-submit {
  width: 35%;
}
@media only screen and (min-width: 768px) {
  #user-login #edit-submit, #user-register-form #edit-submit {
    width: auto;
  }
}

@media only screen and (min-width: 768px) {
  #user-pass-dialog label {
    word-wrap: break-word;
    width: 50%;
  }
}
#user-pass-dialog .user-fields {
  width: 500px;
}

@media only screen and (min-width: 768px) {
  #user-pass #edit-submit {
    width: auto;
  }
}

#user-pass-reset #edit-submit {
  height: auto;
}

/*Unhide the Required Field Astrix - override*/
#user-login-dialog .user-fields label > span.form-required,
.user-register-form-dialog .user-fields label > span.form-required {
  display: inline;
}

.user-login-dialog, .user-register-form-dialog, .user-pass-dialog {
  padding-bottom: 37px;
}
.user-login-dialog .ui-widget-header .ui-icon, .user-register-form-dialog .ui-widget-header .ui-icon, .user-pass-dialog .ui-widget-header .ui-icon {
  background: url("/sites/g/files/g2000007436/f/201401/bg_closebtn.png") no-repeat 0 0 transparent;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  display: block;
}
.user-login-dialog .ui-widget-header .ui-icon:hover, .user-register-form-dialog .ui-widget-header .ui-icon:hover, .user-pass-dialog .ui-widget-header .ui-icon:hover {
  background-position: 0 -28px;
}

#user-register-form-dialog #edit-field-birthdate-dialog .form-item:nth-child(2):before, #user-register-form-dialog #edit-field-birthdate-dialog .form-item:nth-child(3):before {
  left: 0;
}
#user-register-form-dialog #edit-field-birthdate-dialog .form-item-field-birthdate-und-0-value-month {
  width: 35%;
}
#user-register-form-dialog #edit-field-birthdate-dialog .form-item-field-birthdate-und-0-value-month .date-month {
  width: 100%;
}
#user-register-form-dialog #edit-field-birthdate-dialog .form-item-field-birthdate-und-0-value-day {
  width: 30%;
}
#user-register-form-dialog #edit-field-birthdate-dialog .form-item-field-birthdate-und-0-value-day .date-day {
  width: 85%;
}
#user-register-form-dialog #edit-field-birthdate-dialog .form-item-field-birthdate-und-0-value-year {
  width: 30%;
}
#user-register-form-dialog #edit-field-birthdate-dialog .form-item-field-birthdate-und-0-value-year .date-year {
  width: 85%;
}

.user-register-form-dialog {
  top: 11.3% !important;
  top: calc(50% - 254px) !important;
}

.user-login-dialog {
  top: 26.3% !important;
  top: calc(50% - 156px) !important;
}

.user-pass-dialog {
  top: 33.5% !important;
  top: calc(50% - 109px) !important;
}

@media only screen and (min-width: 768px) {
  #edit-account > .form-item {
    margin-top: 4px;
  }

  #user-login, #user-pass {
    margin-top: 25px;
  }
}
.description.mollom-privacy {
  display: none;
}

#user-register-form-dialog .tos-and-disclaimer {
  left: 0;
  width: 100%;
  color: #666666;
  font-size: 12px;
}

#user-register-form-dialog .form-item-field-yes-i-want-to-discover-mor-und label {
  line-height: 1;
  float: right;
  max-width: 95%;
  text-transform: none;
  border: none;
  margin-right: 0;
}

#user-register-form-dialog .form-item-field-yes-i-want-to-discover-mor-und input {
  float: left;
}

#user-register-form-dialog .user-fields #edit-actions-dialog .submit-button-wrapper .form-navigation-wrapper {
  display: block;
  float: none;
  margin: 0;
  text-align: center;
  padding-top: 10px;
}

#user-register-form-dialog .user-fields #edit-actions-dialog .submit-button-wrapper input {
  padding: 10px 60px;
  margin: 0 auto;
  float: none;
}

#user-register-form-dialog .user-fields #edit-actions-dialog .submit-button-wrapper {
  left: 0;
  width: 100%;
}
