@import url("https://fonts.googleapis.com/css?family=Lato:900");
@CHARSET "UTF-8";
/* This is imported only for the Blackout Splash page; remove when splash page is no longer used. */
/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
/* line 149, _variables.scss */
.her-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

/* line 160, _variables.scss */
.her-ripple-out:before {
  content: '';
  position: absolute;
  border: #C82606 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

/* line 171, _variables.scss */
.her-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}

/* Icon Forward */
/* line 179, _variables.scss */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

/* line 193, _variables.scss */
.hvr-icon-forward:before {
  content: "\f138";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 208, _variables.scss */
.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

/* #Fonts */
@font-face {
  font-family: 'gotham-thingotham-thin';
  src: url("/fonts/gothmthi-webfont.eot");
  src: url("/fonts/gothmthi-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/gothmthi-webfont.woff") format("woff"), url("/fonts/gothmthi-webfont.ttf") format("truetype"), url("/fonts/gothmthi-webfont.svg#gotham-thingotham-thin") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gotham-lightgotham-light';
  src: url("/fonts/gothmlig-webfont.eot");
  src: url("/fonts/gothmlig-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/gothmlig-webfont.woff") format("woff"), url("/fonts/gothmlig-webfont.ttf") format("truetype"), url("/fonts/gothmlig-webfont.svg#gotham-lightgotham-light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gotham-mediumgotham-medium';
  src: url("/fonts/gothmmed-webfont.eot");
  src: url("/fonts/gothmmed-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/gothmmed-webfont.woff") format("woff"), url("/fonts/gothmmed-webfont.ttf") format("truetype"), url("/fonts/gothmmed-webfont.svg#gotham-mediumgotham-medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gotham-bookgotham-book';
  src: url("/fonts/gothmbok-webfont.eot");
  src: url("/fonts/gothmbok-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/gothmbok-webfont.woff") format("woff"), url("/fonts/gothmbok-webfont.ttf") format("truetype"), url("/fonts/gothmbok-webfont.svg#gotham-bookgotham-book") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gotham-boldgotham-bold';
  src: url("/fonts/gothmbol-webfont.eot");
  src: url("/fonts/gothmbol-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/gothmbol-webfont.woff") format("woff"), url("/fonts/gothmbol-webfont.ttf") format("truetype"), url("/fonts/gothmbol-webfont.svg#gotham-boldgotham-bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* additional bootstrap column layout for 5 columns  */
/* line 65, base.scss */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

/* line 75, base.scss */
.color01 {
  color: #FFFFFF;
}

/* line 78, base.scss */
.color02 {
  color: #F2F1F0;
}

/* line 81, base.scss */
.color03 {
  color: #E8E6E4;
}

/* line 84, base.scss */
.color04 {
  color: #DFDCD9;
}

/* line 87, base.scss */
.color05 {
  color: #D9D5D0;
}

/* line 90, base.scss */
.color06 {
  color: #959391;
}

/* line 93, base.scss */
.color07 {
  color: #676563;
}

/* line 96, base.scss */
.color08 {
  color: #4F4E4D;
}

/* line 99, base.scss */
.color09 {
  color: #232323;
}

/* line 102, base.scss */
.color10 {
  color: #141414;
}

/* line 105, base.scss */
.color11 {
  color: #A69364;
}

/* line 108, base.scss */
.color12 {
  color: #C82606;
}

/* line 111, base.scss */
.color13 {
  color: #000000;
}

/* line 114, base.scss */
.color14 {
  color: #e0dcd9;
}

/* removes margins when needed
.no-padding-left
.no-padding-right
.no-padding-bottom
.no-padding-top
.no-padding - to remove padding from all sides
*/
/* line 132, base.scss */
.no-padding-left {
  padding-left: 0 !important;
}

/* line 132, base.scss */
.no-padding-right {
  padding-right: 0 !important;
}

/* line 132, base.scss */
.no-padding-top {
  padding-top: 0 !important;
}

/* line 132, base.scss */
.no-padding-bottom {
  padding-bottom: 0 !important;
}

/* line 128, base.scss */
.no-padding {
  padding: 0 !important;
}

/* line 145, base.scss */
.grid_list .col-xs-1, .grid_list .col-sm-1, .grid_list .col-md-1, .grid_list .col-lg-1, .grid_list .col-xs-2, .grid_list .col-sm-2, .grid_list .col-md-2, .grid_list .col-lg-2, .grid_list .col-xs-3, .grid_list .col-sm-3, .grid_list .col-md-3, .grid_list .col-lg-3, .grid_list .col-xs-4, .grid_list .col-sm-4, .grid_list .col-md-4, .grid_list .col-lg-4, .grid_list .col-xs-5, .grid_list .col-sm-5, .grid_list .col-md-5, .grid_list .col-lg-5, .grid_list .col-xs-6, .grid_list .col-sm-6, .grid_list .col-md-6, .grid_list .col-lg-6, .grid_list .col-xs-7, .grid_list .col-sm-7, .grid_list .col-md-7, .grid_list .col-lg-7, .grid_list .col-xs-8, .grid_list .col-sm-8, .grid_list .col-md-8, .grid_list .col-lg-8, .grid_list .col-xs-9, .grid_list .col-sm-9, .grid_list .col-md-9, .grid_list .col-lg-9, .grid_list .col-xs-10, .grid_list .col-sm-10, .grid_list .col-md-10, .grid_list .col-lg-10, .grid_list .col-xs-11, .grid_list .col-sm-11, .grid_list .col-md-11, .grid_list .col-lg-11, .grid_list .col-xs-12, .grid_list .col-sm-12, .grid_list .col-md-12, .grid_list .col-lg-12, .image_gallery_box_container .col-xs-1, .image_gallery_box_container .col-sm-1, .image_gallery_box_container .col-md-1, .image_gallery_box_container .col-lg-1, .image_gallery_box_container .col-xs-2, .image_gallery_box_container .col-sm-2, .image_gallery_box_container .col-md-2, .image_gallery_box_container .col-lg-2, .image_gallery_box_container .col-xs-3, .image_gallery_box_container .col-sm-3, .image_gallery_box_container .col-md-3, .image_gallery_box_container .col-lg-3, .image_gallery_box_container .col-xs-4, .image_gallery_box_container .col-sm-4, .image_gallery_box_container .col-md-4, .image_gallery_box_container .col-lg-4, .image_gallery_box_container .col-xs-5, .image_gallery_box_container .col-sm-5, .image_gallery_box_container .col-md-5, .image_gallery_box_container .col-lg-5, .image_gallery_box_container .col-xs-6, .image_gallery_box_container .col-sm-6, .image_gallery_box_container .col-md-6, .image_gallery_box_container .col-lg-6, .image_gallery_box_container .col-xs-7, .image_gallery_box_container .col-sm-7, .image_gallery_box_container .col-md-7, .image_gallery_box_container .col-lg-7, .image_gallery_box_container .col-xs-8, .image_gallery_box_container .col-sm-8, .image_gallery_box_container .col-md-8, .image_gallery_box_container .col-lg-8, .image_gallery_box_container .col-xs-9, .image_gallery_box_container .col-sm-9, .image_gallery_box_container .col-md-9, .image_gallery_box_container .col-lg-9, .image_gallery_box_container .col-xs-10, .image_gallery_box_container .col-sm-10, .image_gallery_box_container .col-md-10, .image_gallery_box_container .col-lg-10, .image_gallery_box_container .col-xs-11, .image_gallery_box_container .col-sm-11, .image_gallery_box_container .col-md-11, .image_gallery_box_container .col-lg-11, .image_gallery_box_container .col-xs-12, .image_gallery_box_container .col-sm-12, .image_gallery_box_container .col-md-12, .image_gallery_box_container .col-lg-12, .video_gallery_container_row .col-xs-1, .video_gallery_container_row .col-sm-1, .video_gallery_container_row .col-md-1, .video_gallery_container_row .col-lg-1, .video_gallery_container_row .col-xs-2, .video_gallery_container_row .col-sm-2, .video_gallery_container_row .col-md-2, .video_gallery_container_row .col-lg-2, .video_gallery_container_row .col-xs-3, .video_gallery_container_row .col-sm-3, .video_gallery_container_row .col-md-3, .video_gallery_container_row .col-lg-3, .video_gallery_container_row .col-xs-4, .video_gallery_container_row .col-sm-4, .video_gallery_container_row .col-md-4, .video_gallery_container_row .col-lg-4, .video_gallery_container_row .col-xs-5, .video_gallery_container_row .col-sm-5, .video_gallery_container_row .col-md-5, .video_gallery_container_row .col-lg-5, .video_gallery_container_row .col-xs-6, .video_gallery_container_row .col-sm-6, .video_gallery_container_row .col-md-6, .video_gallery_container_row .col-lg-6, .video_gallery_container_row .col-xs-7, .video_gallery_container_row .col-sm-7, .video_gallery_container_row .col-md-7, .video_gallery_container_row .col-lg-7, .video_gallery_container_row .col-xs-8, .video_gallery_container_row .col-sm-8, .video_gallery_container_row .col-md-8, .video_gallery_container_row .col-lg-8, .video_gallery_container_row .col-xs-9, .video_gallery_container_row .col-sm-9, .video_gallery_container_row .col-md-9, .video_gallery_container_row .col-lg-9, .video_gallery_container_row .col-xs-10, .video_gallery_container_row .col-sm-10, .video_gallery_container_row .col-md-10, .video_gallery_container_row .col-lg-10, .video_gallery_container_row .col-xs-11, .video_gallery_container_row .col-sm-11, .video_gallery_container_row .col-md-11, .video_gallery_container_row .col-lg-11, .video_gallery_container_row .col-xs-12, .video_gallery_container_row .col-sm-12, .video_gallery_container_row .col-md-12, .video_gallery_container_row .col-lg-12 {
  padding-left: 7px;
  padding-right: 7px;
}

/* #Basic Styles

================================================== */
/* line 155, base.scss */
body {
  padding: 0;
  margin: 0;
  font-family: "gotham-lightgotham-light", sans-serif;
  font-size: 15px;
  line-height: 1.2em;
  text-align: left;
  background-color: #FFFFFF;
  height: 100%;
  color: #000000;
}

/* line 167, base.scss */
html {
  height: 100%;
}

/* #Typography

================================================== */
/* line 174, base.scss */
a:link, a:visited, a:hover {
  color: #000000;
  text-decoration: none;
}

/* line 179, base.scss */
a:hover {
  color: #B3B6BD;
}

/* line 183, base.scss */
p {
  margin-bottom: 20px;
}

/* line 187, base.scss */
h4 {
  font-size: 38px;
  font-family: "gotham-thingotham-thin", sans-serif;
  text-transform: uppercase;
}

/* line 195, base.scss */
h1, h2, h3, h4, h5 {
  font-family: "gotham-lightgotham-light", sans-serif;
  text-transform: uppercase;
}

/* line 200, base.scss */
h4 {
  font-size: 38px;
  font-family: "gotham-thingotham-thin", sans-serif;
}

/* line 205, base.scss */
:focus {
  outline: 0;
}

/* line 207, base.scss */
.img-responsive {
  width: 100%;
}

/* line 211, base.scss */
.img-thumbnail {
  padding: 15px;
  border: 0px;
  border-radius: 0px;
}

/* line 217, base.scss */
label {
  font-weight: inherit;
}

/* line 221, base.scss */
em {
  font-style: italic;
}

/* line 225, base.scss */
strong {
  font-weight: bold !important;
}

/* #Site Styles

================================================== */
/* Header Area */
/* line 236, base.scss */
#hd {
  position: relative;
  padding: 0;
  margin: 0;
  height: 43px;
}

/* line 242, base.scss */
.user_notification_container.level_red {
  height: 40px;
  font-size: 12px;
  text-align: left;
  color: #FFFFFF;
  font-weight: bold;
  position: relative;
  padding-left: 45px;
  padding-right: 30px;
  background: #e78586;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e78586 1%, #d17978 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #e78586), color-stop(100%, #d17978));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e78586 1%, #d17978 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e78586 1%, #d17978 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e78586 1%, #d17978 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e78586 1%, #d17978 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e78586', endColorstr='#d17978',GradientType=0 );
  /* IE6-9 */
}

/* line 261, base.scss */
.user_notification_container a {
  color: #FFFFFF !important;
}

/* line 265, base.scss */
.user_notification_container.level_red .user_notification_div {
  height: 30px;
  max-width: 1240px;
  padding-left: 40px;
  margin: 0 auto;
  padding-top: 12px;
  background: url("//cdn.ontourmedia.io/u2/images/skins/layout/icon_emergency2.png") no-repeat scroll 0px 7px;
}

/* line 274, base.scss */
.user_notification_container.level_green {
  height: 40px;
  font-size: 12px;
  text-align: left;
  color: #000000;
  font-weight: bold;
  position: relative;
  padding-left: 45px;
  padding-right: 30px;
  background: #9cc674;
  /* Old browsers */
  background: -moz-linear-gradient(top, #9cc674 1%, #90b96a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #9cc674), color-stop(100%, #90b96a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #9cc674 1%, #90b96a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #9cc674 1%, #90b96a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #9cc674 1%, #90b96a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #9cc674 1%, #90b96a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cc674', endColorstr='#90b96a',GradientType=0 );
  /* IE6-9 */
}

/* line 292, base.scss */
.user_notification_container.level_green .user_notification_div {
  height: 30px;
  max-width: 1240px;
  padding-left: 40px;
  margin: 0 auto;
  padding-top: 12px;
  background: url("//cdn.ontourmedia.io/u2/images/skins/layout/icon_updates.png") no-repeat scroll 0px 7px;
}

/* line 301, base.scss */
.user_notification_container.level_orange {
  height: 40px;
  font-size: 12px;
  text-align: left;
  color: #000000;
  font-weight: bold;
  position: relative;
  padding-left: 45px;
  padding-right: 30px;
  background: #eacf7e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eacf7e 1%, #ebc654 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eacf7e), color-stop(100%, #ebc654));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eacf7e 1%, #ebc654 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eacf7e 1%, #ebc654 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eacf7e 1%, #ebc654 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eacf7e 1%, #ebc654 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eacf7e', endColorstr='#ebc654',GradientType=0 );
  /* IE6-9 */
}

/* line 321, base.scss */
.user_notification_container.level_orange .user_notification_div {
  height: 30px;
  max-width: 1240px;
  padding-left: 40px;
  margin: 0 auto;
  padding-top: 12px;
  background: url("//cdn.ontourmedia.io/u2/images/skins/layout/icon_notifications.png") no-repeat scroll 0px 7px;
}

/* line 331, base.scss */
.notification_close {
  width: 20px;
  height: 20px;
  background: url("//cdn.ontourmedia.io/u2/images/skins/layout/close3.png") no-repeat scroll 0px 0px;
  position: relative;
  right: 10px;
  top: 0px;
  display: block;
  float: right;
  margin-top: -2px;
  cursor: pointer;
  cursor: hand;
}

/* line 344, base.scss */
.user_notification_container.level_red .user_notification_div .notification_close {
  width: 20px;
  height: 20px;
  background: url("//cdn.ontourmedia.io/u2/images/skins/layout/close3wh.png") no-repeat scroll 0px 0px;
  position: relative;
  right: 10px;
  top: 0px;
  display: block;
  float: right;
  margin-top: -2px;
  cursor: pointer;
  cursor: hand;
}

/* line 356, base.scss */
.close_permanently {
  text-decoration: underline;
  color: #FFFFFF;
}

/* line 360, base.scss */
#logo {
  display: block;
  float: left;
  margin-right: 126px;
}

/* line 366, base.scss */
#main_logo {
  background: url("//cdn.ontourmedia.io/u2/non_secure/images/bootstrap/logo.png") no-repeat scroll 15px 0 transparent;
  display: block;
  height: 80px;
  width: 77px;
  text-indent: -9999px;
}

/* line 374, base.scss */
#home_user_state {
  display: none;
}

/* Footer */
/* line 383, base.scss */
#ft {
  display: block;
  float: right;
  clear: inherit;
}

/* line 389, base.scss */
#ft ul {
  display: inline-block;
  margin-top: 14px;
}

/* line 393, base.scss */
#ft li {
  display: inline-block;
}

/* line 397, base.scss */
#ft ul li a {
  font-family: "gotham-bookgotham-book", sans-serif;
  color: #D9D5D0;
  display: block;
  float: left;
  margin-right: 21px;
  margin-top: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}

/* line 408, base.scss */
#ft ul li a:hover {
  color: #FFFFFF;
}

/* line 413, base.scss */
#ft li.last a {
  margin-right: 0px;
}

/* line 417, base.scss */
#footer_top {
  height: 130px;
  padding-top: 80px;
  border-bottom: 1px solid #333333;
}

/* line 423, base.scss */
.footer_logo {
  display: block;
  height: 30px;
  width: 121px;
  text-indent: -9999px;
  background: url("//cdn.ontourmedia.io/u2/non_secure/images/bootstrap/logo_footer.gif") no-repeat scroll 0 0 transparent;
  float: left;
}

/* line 432, base.scss */
.footer_social_links {
  display: block;
  margin-left: 40px;
  float: left;
}

/* line 437, base.scss */
.home_social_links {
  text-align: center;
}

/* line 441, base.scss */
.footer_social_links_list {
  display: inline;
}

/* line 445, base.scss */
.footer_social_links_list li {
  float: left;
  padding-right: 5px;
}

/* line 449, base.scss */
.home_social_links_list {
  display: inline-table;
}

/* line 453, base.scss */
.home_social_links_list li {
  float: left;
  padding-right: 5px;
}

/* line 458, base.scss */
.footer_social_icon {
  display: block;
  height: 31px;
  width: 31px;
  text-indent: -9999px;
  background: url("//cdn.ontourmedia.io/u2/non_secure/images/bootstrap/logo_footer.gif") no-repeat scroll 0 0 transparent;
  float: left;
}

/* line 466, base.scss */
.home_social_icon {
  display: block;
  height: 40px;
  width: 40px;
  text-indent: -9999px;
  float: left;
}

/* line 475, base.scss */
.social_facebook {
  background: url("//cdn.ontourmedia.io/u2/non_secure/images/bootstrap/facebook_off_51x51.png") no-repeat scroll 0 0 transparent;
  background-size: cover;
}

/* line 480, base.scss */
.social_twitter {
  background: url("//cdn.ontourmedia.io/u2/non_secure/images/bootstrap/twitter_off_51x51.png") no-repeat scroll 0 0 transparent;
  background-size: cover;
}

/* line 485, base.scss */
.social_instagram {
  background: url("//cdn.ontourmedia.io/u2/non_secure/images/bootstrap/instagram_off_51x51.png") no-repeat scroll 0 0 transparent;
  background-size: cover;
}

/* line 490, base.scss */
.social_youtube {
  background: url("//cdn.ontourmedia.io/u2/non_secure/images/bootstrap/youtube_off_51x51.png") no-repeat scroll 0 0 transparent;
  background-size: cover;
}

/* line 495, base.scss */
.social_googleplus {
  background: url("//cdn.ontourmedia.io/u2/non_secure/images/bootstrap/google_off_51x51.png") no-repeat scroll 0 0 transparent;
  background-size: cover;
}

/* line 500, base.scss */
.social_tumblr {
  background: url("//cdn.ontourmedia.io/u2/non_secure/images/bootstrap/tumblr_off_51x51.png") no-repeat scroll 0 0 transparent;
  background-size: cover;
}

/* line 504, base.scss */
.social_facebook:hover {
  background: url("//cdn.ontourmedia.io/u2/non_secure/images/bootstrap/facebook_on_51x51.png") no-repeat scroll 0 0 transparent;
  background-size: cover;
}

/* line 509, base.scss */
.social_twitter:hover {
  background: url("//cdn.ontourmedia.io/u2/non_secure/images/bootstrap/twitter_on_51x51.png") no-repeat scroll 0 0 transparent;
  background-size: cover;
}

/* line 514, base.scss */
.social_instagram:hover {
  background: url("//cdn.ontourmedia.io/u2/non_secure/images/bootstrap/instagram_on_51x51.png") no-repeat scroll 0 0 transparent;
  background-size: cover;
}

/* line 519, base.scss */
.social_youtube:hover {
  background: url("//cdn.ontourmedia.io/u2/non_secure/images/bootstrap/youtube_on_51x51.png") no-repeat scroll 0 0 transparent;
  background-size: cover;
}

/* line 524, base.scss */
.social_googleplus:hover {
  background: url("//cdn.ontourmedia.io/u2/non_secure/images/bootstrap/google_on_51x51.png") no-repeat scroll 0 0 transparent;
  background-size: cover;
}

/* line 529, base.scss */
.social_tumblr:hover {
  background: url("//cdn.ontourmedia.io/u2/non_secure/images/bootstrap/tumblr_on_51x51.png") no-repeat scroll 0 0 transparent;
  background-size: cover;
}

/* line 534, base.scss */
#footer_bottom {
  width: 100%;
}

/* line 538, base.scss */
#footer_bottom {
  display: block;
  float: right;
  clear: inherit;
}

/* line 544, base.scss */
.copyright {
  display: block;
  float: left;
  font-family: "gotham-lightgotham-light", sans-serif;
  font-size: 13px;
  color: #676563;
  margin-top: 20px;
}

/* line 553, base.scss */
.copyright a {
  color: #676563;
}

/* line 557, base.scss */
.copyright a:hover {
  color: #676563;
}

/* line 561, base.scss */
#ft_submain {
  display: block;
  float: right;
}

/* line 566, base.scss */
#ft_submain ul {
  display: inline-block;
  margin-top: 20px;
}

/* line 570, base.scss */
#ft_submain li {
  display: inline-block;
}

/* line 574, base.scss */
#ft_submain ul li a {
  font-family: "gotham-bookgotham-book", sans-serif;
  color: #676563;
  display: block;
  float: left;
  margin-right: 21px;
  margin-top: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
}

/* line 585, base.scss */
#ft_submain li.last a {
  margin-right: 0px;
}

/* Pagination */
/* line 592, base.scss */
#paginationControl {
  margin-top: 45px;
  height: 20px;
  margin-bottom: 110px;
  text-align: center;
}

/* line 599, base.scss */
#paginationControl ul {
  height: 20px;
}

/* line 603, base.scss */
#paginationControl li {
  list-style-type: none;
  display: inline-block;
}

/* line 607, base.scss */
#paginationControl li a {
  padding: 3px 8px;
  font-family: "gotham-mediumgotham-medium", sans-serif;
  color: #A69364;
}

/* line 612, base.scss */
#paginationControl li a:hover {
  color: #000000;
  background-color: #D9D5D0;
}

/* line 616, base.scss */
#paginationControl li .disabled {
  color: #000000;
}

/* line 619, base.scss */
#paginationControl li .currentPage {
  color: #000000;
  font-family: "gotham-mediumgotham-medium", sans-serif;
  background-color: #D9D5D0;
  padding: 3px 8px;
}

/* line 625, base.scss */
.paginationLegend {
  padding: 3px;
}

/* form */
/* line 630, base.scss */
.section-heading {
  font-size: 20px;
  font-weight: 400%;
}

/* line 634, base.scss */
#profilepurchaseForm_container .section-heading {
  display: none;
}

/* line 638, base.scss */
.errors {
  color: red;
}

/* line 642, base.scss */
.dataInput.element_has_error {
  border: 1px solid red;
}

/* line 646, base.scss */
.checkbox .hint a {
  color: #c82606;
}

/* line 650, base.scss */
.btn.btn-primary.btn-red, #proceed {
  background-color: #c82606;
  background-image: none;
  background-clip: border-box;
  background-origin: padding-box;
  border: none;
  font-size: 14px;
  font-family: "gotham-mediumgotham-medium", sans-serif;
  text-transform: uppercase;
  color: white;
  display: table;
  padding: 10px 60px 10px 60px;
  text-align: left;
  font-weight: normal;
  border-radius: 0px;
  margin: 20px auto 20px auto;
}

/* form */
/* Login */
/* line 671, base.scss */
.login_top {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 674, base.scss */
.login_top .fb_connect_message {
  display: none;
}
/* line 677, base.scss */
.login_top .login_seperator {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 681, base.scss */
.login_top .login_seperator_top {
  display: block;
  float: left;
  width: 45%;
  padding-top: 6px;
}
/* line 687, base.scss */
.login_top .login_seperator_middle {
  display: block;
  float: left;
  text-align: center;
  width: 10%;
}
/* line 693, base.scss */
.login_top .login_seperator_bottom {
  display: block;
  width: 45%;
  float: right;
  padding-top: 6px;
}
/* line 699, base.scss */
.login_top .checkbox {
  display: none;
}

/* line 704, base.scss */
.inputButton--ticketmaster {
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: #1892E3;
  width: 100%;
  cursor: pointer;
  border: none;
  border-radius: 0;
  color: #fff !important;
  margin: 0;
  line-height: 20px;
  padding: 15px 5px;
  transition-duration: .3s;
  transition-property: background;
  font-size: 14px;
  font-family: "gotham-mediumgotham-medium", sans-serif;
  text-transform: uppercase;
}
/* line 722, base.scss */
.inputButton--ticketmaster:hover {
  background: #46B1E6;
  color: #fff;
}
/* line 726, base.scss */
.inputButton--ticketmaster .icon--facebook {
  font-size: 16px;
  margin-right: 5px;
}

/* line 733, base.scss */
.connect_error .band.home_footer {
  position: absolute;
  bottom: 0px;
}

/* line 739, base.scss */
.inputButton--ticketmasterlogo {
  width: 100px;
  margin-top: -6px;
}

/* line 744, base.scss */
.icon--ticketmastericon {
  width: 50px;
  margin-bottom: 15px;
}

/* line 749, base.scss */
.inputButton--facebook {
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: #39579d;
  width: 100%;
  cursor: pointer;
  border: none;
  border-radius: 0;
  color: #fff !important;
  margin: 0;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 15px 5px;
  transition-duration: .3s;
  transition-property: background;
  font-size: 14px;
  font-family: "gotham-mediumgotham-medium", sans-serif;
  text-transform: uppercase;
}
/* line 768, base.scss */
.inputButton--facebook:hover {
  background: #6179b1;
  color: #fff;
}
/* line 772, base.scss */
.inputButton--facebook .icon--facebook {
  font-size: 16px;
  margin-right: 5px;
}

/* Login */
/* line 780, base.scss */
.fancybox-type-iframe .fancybox-inner {
  overflow: hidden !important;
}

/* line 783, base.scss */
.fancybox-title-u2-name {
  font-family: "gotham-boldgotham-bold", sans-serif;
}

/* line 787, base.scss */
.validator_container {
  color: #FFFF00;
  float: inherit;
  height: 40px;
  width: 20px;
  display: none;
}

/* line 794, base.scss */
.validator_container.invalid_input {
  background: url("//cdn.ontourmedia.io/u2/non_secure/images/responsive/forms/invalid.png") no-repeat scroll 0 50% transparent;
  background-size: cover;
}

/* line 800, base.scss */
.validator_container.valid_input {
  background: url("//cdn.ontourmedia.io/u2/non_secure/images/responsive/forms/valid.png") no-repeat scroll 0 50% transparent;
  background-size: cover;
}

/* line 807, base.scss */
.panel {
  -webkit-box-shadow: 0 0px 0px transparent;
  box-shadow: 0 0px 0px transparent;
}

/* Additional Subscription Styling */
/*offer styling */
/* VIDEO PLAYER */
/* line 819, base.scss */
.mr_player_wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* line 824, base.scss */
.mr_player, #mr_player {
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
  position: relative;
}

/* line 830, base.scss */
.mr_player .mpc {
  position: absolute;
}

/* line 834, base.scss */
#video_player_wrapper {
  max-width: 100%;
  margin: 0 auto;
}

/* line 839, base.scss */
.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

/* line 845, base.scss */
.youtube-container iframe,
.youtube-container object,
.youtube-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Other */
/* line 857, base.scss */
#breadcrumb {
  color: #B3B6BD;
  font-size: 10px;
  font-weight: 700;
  height: 20px;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding: 0;
  text-transform: uppercase;
}

/* line 868, base.scss */
#breadcrumb a {
  color: #B3B6BD;
}

/* line 872, base.scss */
.border_bottom {
  border-bottom: 1px solid #e7e7e7;
}

/* line 876, base.scss */
.no_border {
  border: none;
}

/* line 880, base.scss */
.container_spacing_bottom {
  margin-bottom: 10px;
}

/* line 884, base.scss */
.clear_both {
  clear: both;
}

/* line 887, base.scss */
.strike_through {
  text-decoration: line-through;
}

/* line 890, base.scss */
.hide_content {
  display: none;
}

/* line 893, base.scss */
.push_right {
  float: right !important;
}

/* line 897, base.scss */
.disco_box a {
  text-decoration: underline;
  color: #CA0A3B;
}

/* line 901, base.scss */
.disco_box a:hover {
  text-decoration: underline;
  color: #555555;
}

/* line 905, base.scss */
.article_box a {
  color: #CA0A3B;
  text-decoration: underline;
}

/* line 910, base.scss */
.article_box a:hover {
  color: #AAAAAA;
  text-decoration: underline;
}

/* line 914, base.scss */
.div_label {
  font-weight: bold;
}

/* line 917, base.scss */
.user-infolabel {
  font-size: 14px;
  font-family: "gotham-mediumgotham-medium", sans-serif;
}

/* line 922, base.scss */
.tmot-priority {
  font-size: 16px;
  font-family: "gotham-bookgotham-book", sans-serif;
}

/* line 926, base.scss */
.div_val {
  margin-bottom: 10px;
}

/* line 930, base.scss */
.div_val_ticketmaster {
  margin-bottom: 20px;
}

/* line 933, base.scss */
.img_cover img {
  width: 100%;
  height: auto;
}

/* line 940, base.scss */
.component_box {
  border: 0 solid red;
  margin: 10px 0 0;
}

/* line 945, base.scss */
.paginatioin_box {
  padding: 20px 10px;
  margin-bottom: 20px;
}

/* line 949, base.scss */
.comment_link, #home_tour_table .show_date .td_M {
  font-size: 10px;
  font-weight: 700;
}

/* line 954, base.scss */
.text_fb_blue {
  color: #587abc;
}

/* line 960, base.scss */
.color_black {
  /*background-color: $primary13!important;
  color: $primary1;
  */
}

/* line 965, base.scss */
.color_grey {
  background-color: #B3B6BD !important;
  color: #FFFFFF;
}

/* line 969, base.scss */
.color_red {
  background-color: #ca0a3b !important;
  color: #FFFFFF;
}

/* line 973, base.scss */
.color_orange {
  background-color: #EC7318 !important;
  color: #FFFFFF;
}

/* line 980, base.scss */
.seperator_3px {
  height: 5px;
  width: 100% "";
}

/* line 984, base.scss */
.padding_20 {
  padding: 0 20px;
}

/* line 987, base.scss */
.bottom_padding_20 {
  padding: 20px 0;
}

/* line 990, base.scss */
.content_center {
  text-align: center;
}

/* line 993, base.scss */
.border_top {
  border-top: 1px solid #b3b6bd;
}

/* line 996, base.scss */
.is_a_link:hover {
  cursor: pointer;
  color: #b3b6bd;
}

/* line 1000, base.scss */
.text_underline, .text_underline:link {
  text-decoration: underline;
}

/* line 1004, base.scss */
.text_underline:link {
  color: #0093cb;
}

/* line 1008, base.scss */
.text_underline--red, .text_underline--red:link, .text_underline--red a {
  color: #0093cb;
}

/* line 1012, base.scss */
.tm_connect_container {
  margin-bottom: 30px;
}

/* line 1015, base.scss */
.fb_connect_button, #fb_connect_button {
  min-height: 46px;
  display: block;
  cursor: pointer;
  margin-bottom: 34px;
}
/* line 1021, base.scss */
.fb_connect_button img, #fb_connect_button img {
  max-width: 276px;
}

/* line 1025, base.scss */
#profile .fb_connect_button, #profile #fb_connect_button {
  margin-bottom: 10px;
}

/* line 1028, base.scss */
.connected_container {
  float: left;
  margin: 20px;
}

/* line 1032, base.scss */
.pluginFaviconButton {
  background-color: green !important;
}

/* line 1035, base.scss */
.fb_connect_message {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 1039, base.scss */
.disc_list li {
  display: list-item;
  float: none;
  list-style: disc outside none;
  margin-left: 15px;
}

/* line 1046, base.scss */
ul.padded_list {
  padding: 5px 30px;
}

/* line 1050, base.scss */
.padded_list li {
  display: list-item;
  float: none;
  list-style: disc outside none;
}

/* line 1056, base.scss */
.glyphicon.arrow_right_skinny {
  background-image: url("//cdn.ontourmedia.io/u2/non_secure/images/bootstrap/arrow_right_skinny.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 90% 100%;
  width: 20px;
  height: 20px;
  margin: 0px 0px 0px 5px;
}

/* line 1065, base.scss */
.glyphicon.arrow_left_skinny {
  background-image: url("//cdn.ontourmedia.io/u2/non_secure/images/bootstrap/arrow_right_skinny.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: 0px 9px 0px 0px;
}

/* line 1079, base.scss */
.glyphicon.arrow_right_skinny_brown {
  background-image: url("//cdn.ontourmedia.io/u2/non_secure/images/bootstrap/arrow_right_skinny_brown.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 90% 100%;
  width: 30px;
  height: 25px;
}

/* line 1088, base.scss */
.glyphicon.arrow_left_skinny_brown {
  background-image: url("//cdn.ontourmedia.io/u2/non_secure/images/bootstrap/arrow_right_skinny_brown.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 25px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: 0px 9px 0px 0px;
}

/* line 1101, base.scss */
.glyphicon.hamburger_grey {
  background-image: url("//cdn.ontourmedia.io/u2/non_secure/images/bootstrap/hamburger_grey.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 26px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: 0px 5px 0px 0px;
}

/* line 1115, base.scss */
.news_detail_headline .glyphicon.hamburger_grey {
  margin: 0px -2px 0px 0px;
}

/* #Links

================================================== */
/* #Navigation

================================================== */
/* line 1129, base.scss */
.toggleMenu {
  display: none;
  background: url("//cdn.ontourmedia.io/u2/non_secure/images/responsive/buttons/menu_icon.png") no-repeat;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  width: 36px;
  height: 36px;
  text-indent: -9999px;
  position: absolute;
  top: -16px;
  /* original -32 px */
  left: -10px;
}

/* line 1143, base.scss */
#top_nav {
  background: none repeat scroll 0 0 #000000;
  color: #FFFFFF;
  height: 45px;
  padding: 20px 0px 20px 0px;
  position: relative;
  margin-bottom: 1px;
}

/* line 1151, base.scss */
#heartsandminds #top_nav {
  margin-bottom: 10px;
}

/* Member navigation */
/* line 1157, base.scss */
.login-button {
  font-family: "gotham-boldgotham-bold", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 15px 10px 15px;
  background-color: #FFFFFF;
  text-align: center;
}

/* line 1166, base.scss */
.paid .login-button, .free .login-button, .incomplete .login-button, .expired .login-button, .trial .login-button {
  display: none;
}

/* line 1170, base.scss */
.member_name {
  font-size: 1.2em;
  color: #BF2127;
}

/* line 1175, base.scss */
.member_text {
  font-size: .9em;
  /*color:#BF2127;*/
  text-align: center;
  display: block;
  clear: both;
}

/* line 1182, base.scss */
.member_text a {
  text-decoration: underline !important;
}

/* line 1186, base.scss */
.welcome_message {
  text-align: right;
  display: block;
  position: relative;
  height: 80px;
  float: right;
}

/* line 1193, base.scss */
.welcomeContainer, .welcomeContainer a {
  color: #FFFFFF;
}

/* line 1197, base.scss */
.welcomeFacebook {
  display: none;
}

/* line 1201, base.scss */
.free .welcomeFacebook img {
  display: none;
}

/* line 1205, base.scss */
.guest #member_nav .nav {
  display: none;
}

/* #Page Styles

================================================== */
/* Home */
/* line 1215, base.scss */
#home_top_promo img {
  width: 100%;
}

/* line 1219, base.scss */
.carousel-control {
  display: none;
}

/* line 1222, base.scss */
.flex-direction-nav {
  display: none !important;
}

/* line 1225, base.scss */
.flexslider {
  padding-bottom: 0px !important;
}

/* line 1231, base.scss */
.slides img {
  border: 0px !important;
}
/* line 1234, base.scss */
.slides a:hover {
  color: inherit;
}
/* line 1238, base.scss */
.slides .slides_text {
  z-index: 100;
  padding: 34px;
  /* Fallback for web browsers that doesn't support RGBa */
  background: white;
  /* RGBa with 0.6 opacity */
  background: rgba(255, 255, 255, 0.6);
}
/* line 1245, base.scss */
.slides .slides_text .slides_text_primary {
  font-size: 16px;
  font-family: "gotham-mediumgotham-medium", sans-serif;
  text-transform: uppercase;
  line-height: 16px;
}
/* line 1251, base.scss */
.slides .slides_text .slides_text_secondary {
  font-size: 42px;
  font-family: "gotham-mediumgotham-medium", sans-serif;
  text-transform: uppercase;
  line-height: 42px;
}
/* line 1257, base.scss */
.slides .slides_text .slides_text_secondary:hover {
  text-decoration: underline;
}
/* line 1260, base.scss */
.slides .slides_text .slides_text_normal {
  font-size: 16px;
  font-family: "gotham-lightgotham-light", sans-serif;
  line-height: 16px;
}
/* line 1265, base.scss */
.slides .slides_text .slides_text_calltoaction {
  background: #c82606 !important;
  background-image: none !important;
  border: none !important;
  font-size: 14px !important;
  font-family: "gotham-mediumgotham-medium", sans-serif;
  text-transform: uppercase !important;
  color: white !important;
  display: table;
  padding: 10px 20px 10px 20px;
  text-align: left !important;
  font-weight: normal !important;
  margin-top: 22px;
}
/* line 1279, base.scss */
.slides .slides_text .slides_text_calltoaction:after {
  content: "";
  background: url("//cdn.ontourmedia.io/u2/non_secure/images/bootstrap/arrow_right.png") 17px 0 transparent;
  height: 16px;
  width: 8px;
  margin-left: 50px !important;
  display: inline-block;
  position: relative;
  top: 2px;
}
@-moz-document url-prefix() {
  /* line 1290, base.scss */
  .slides .slides_text .slides_text_calltoaction:after {
    background: url("//cdn.ontourmedia.io/u2/non_secure/images/bootstrap/arrow_right.png") 18px 0 transparent;
  }
}
/* line 1295, base.scss */
.slides .carousel-indicators li {
  width: 15px;
  height: 15px;
  border: 0px;
  background-color: #554d50;
}
/* line 1303, base.scss */
.slides .promo_upper_left {
  margin-bottom: -210px;
  position: relative;
  top: 30px;
}
/* line 1309, base.scss */
.slides .promo_upper_right {
  margin-bottom: -240px;
  position: relative;
  top: 30px;
}
/* line 1315, base.scss */
.slides .promo_bottom_left {
  position: relative;
  top: -250px;
  margin-bottom: -200px;
}
/* line 1321, base.scss */
.slides .promo_bottom_right {
  position: relative;
  top: -250px;
  margin-bottom: -200px;
}
/* line 1326, base.scss */
.slides .promo_bottom_center {
  position: relative;
  top: -250px;
  margin-bottom: -200px;
  text-align: center;
}
/* line 1331, base.scss */
.slides .promo_bottom_center .slides_text_calltoaction {
  margin: 10px auto 0px auto;
}
/* line 1336, base.scss */
.slides .slides_gradient_black {
  text-indent: -9999px;
  height: 220px;
  position: absolute;
  width: 100%;
  bottom: 0px;
  background: url("//cdn.ontourmedia.io/u2/non_secure/images/bootstrap/gradient_black.png") repeat-x 0 0 transparent;
}
/* line 1344, base.scss */
.slides .slides_gradient_white {
  text-indent: -9999px;
  height: 220px;
  position: absolute;
  width: 100%;
  bottom: 0px;
  background: url("//cdn.ontourmedia.io/u2/non_secure/images/bootstrap/gradient_white.png") repeat-x 0 0 transparent;
}
/* line 1352, base.scss */
.slides .slides_gradient_grey {
  text-indent: -9999px;
  height: 220px;
  position: absolute;
  width: 100%;
  bottom: 0px;
  background: url("//cdn.ontourmedia.io/u2/non_secure/images/bootstrap/gradient_grey.png") repeat-x 0 0 transparent;
}
/* line 1361, base.scss */
.slides .flex-control-paging li a {
  width: 16px;
  height: 16px;
  display: block;
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}
/* line 1376, base.scss */
.slides .flex-control-paging li a.flex-active {
  background: #ccc;
  background: rgba(204, 204, 204, 0.9);
  cursor: default;
}

/* line 1384, base.scss */
.flex-control-nav {
  bottom: 0px;
}

/* home news */
/* line 1390, base.scss */
#home_news {
  padding-top: 30px;
  overflow: hidden;
  color: #FFFFFF;
}

/* line 1396, base.scss */
#home_news a {
  color: #FFFFFF;
}

/* line 1400, base.scss */
#home_news .view_more a, #home_news .view_more a:link, #home_news .view_more a:hover {
  color: #A69364;
}

/* line 1404, base.scss */
#home_news h4 {
  color: #FFFFFF;
  margin-bottom: 20px;
}

/* home watch */
/* line 1412, base.scss */
#home_video, #home_coveritlive {
  height: 860px;
  max-height: 860px;
  overflow: hidden;
}

/* line 1417, base.scss */
#home_video_dimensions {
  height: 860px;
}

/* line 1420, base.scss */
#home_video_large_dimensions {
  height: 860px;
}

/* line 1424, base.scss */
#home_video h4 {
  color: #FFFFFF;
  background: transparent;
  margin-bottom: 20px;
}

/* line 1430, base.scss */
#home_coveritlive h4 {
  color: #000000;
  background: transparent;
  margin-bottom: 20px;
}

/* line 1436, base.scss */
#home_video_dimensions .responsive_home_video_container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

/* line 1442, base.scss */
#home_video_dimensions .responsive_home_video_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1450, base.scss */
#home .instansive-widget {
  margin-top: 20px;
}

/* line 1454, base.scss */
#home .ig-follow {
  float: right;
}

/* line 1458, base.scss */
#home_comments {
  background: #FCFCFC;
  border: 1px solid #FFFFFF;
}

/* line 1464, base.scss */
#home_photos {
  height: 406px;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #FFFFFF;
  background: #FFFFFF !important;
}

/* line 1472, base.scss */
#home_photos #ipsFanPhotos {
  width: 100%;
}

/* line 1476, base.scss */
#home_photos #ipsFanPhotos .gallery_img {
  padding: 1px 1px 0px 0px;
  height: 114px;
  width: 133px;
}

/* line 1482, base.scss */
#home_photos h4 {
  color: #FFFFFF;
  background: #b3b6bd !important;
}

/* line 1487, base.scss */
#home_player {
  overflow: hidden;
  margin-bottom: 110px;
}

/* line 1492, base.scss */
#home_player h4 {
  color: #FFFFFF;
  margin-bottom: 22px;
}

/* line 1497, base.scss */
#home_player #bg {
  background-size: 100% 100%;
  height: 307px;
  width: 100%;
}

/* line 1503, base.scss */
#home #player {
  overflow: hidden;
  margin-top: 307px;
}

/* line 1509, base.scss */
#home_highlights {
  background: url("//cdn.ontourmedia.io/u2/images/skins/layout/homehighlightsbg.gif") repeat-y scroll 0 0 transparent;
  border: 1px solid #FFFFFF;
}

/* Home Poll */
/* line 1516, base.scss */
#home_poll {
  overflow: hidden;
  margin-bottom: 80px;
}

/* line 1521, base.scss */
#home_poll h4 {
  color: #FFFFFF;
  margin-bottom: 20px;
}

/* line 1525, base.scss */
.pds-box {
  background-color: #000000 !important;
  color: #FFFFFF !important;
  width: 100% !important;
  min-height: 500px;
}
/* line 1530, base.scss */
.pds-box .pds-question-top {
  color: #FFFFFF !important;
  background-color: transparent !important;
  font-family: "gotham-mediumgotham-medium", sans-serif !important;
  font-size: 24px !important;
  font-weight: normal !important;
  line-height: 26px !important;
}
/* line 1538, base.scss */
.pds-box .pds-input-label {
  color: #959391 !important;
  font-family: "gotham-bookgotham-book", sans-serif !important;
  font-size: 15px !important;
}
/* line 1543, base.scss */
.pds-box .pds-input-label:hover {
  color: #FFFFFF !important;
}
/* line 1546, base.scss */
.pds-box .pds-vote-button {
  background: #c82606 !important;
  background-image: none !important;
  border: none !important;
  font-size: 14px !important;
  font-family: "gotham-mediumgotham-medium", sans-serif !important;
  text-transform: uppercase !important;
  color: white !important;
  display: table;
  padding: 10px 20px 10px 20px !important;
  text-align: left !important;
  font-weight: normal !important;
  margin-top: 22px;
}
/* line 1560, base.scss */
.pds-box .pds-vote-button:after {
  content: "";
  background: url("//cdn.ontourmedia.io/u2/non_secure/images/bootstrap/arrow_right.png") 17px 0 transparent;
  height: 16px;
  width: 8px;
  margin-left: 50px !important;
  display: inline-block;
  position: relative;
  top: 2px;
}
/* line 1570, base.scss */
.pds-box .pds-view-results {
  color: #FFFFFF !important;
  padding: 16px 20px 0px 0px !important;
  font-family: "gotham-bookgotham-book", sans-serif !important;
  font-size: 14px !important;
  position: absolute !important;
  right: 20px !important;
}
/* line 1579, base.scss */
.pds-box .pds-answer-text {
  font-family: "gotham-mediumgotham-medium", sans-serif !important;
  color: #FFFFFF !important;
}
/* line 1583, base.scss */
.pds-box .pds-feedback-per {
  font-family: "gotham-mediumgotham-medium", sans-serif !important;
  color: #FFFFFF !important;
}
/* line 1588, base.scss */
.pds-box .pds-box A {
  font-family: "gotham-mediumgotham-medium", sans-serif !important;
  color: #FFFFFF !important;
}

/* line 1594, base.scss */
.pds-links {
  padding: 0px !important;
}

/* line 1597, base.scss */
.pds-links a {
  padding-left: 20px !important;
}

/* home feed */
/* line 1606, base.scss */
#home_feed h4 {
  color: #FFFFFF;
  margin-bottom: 15px;
  margin-top: -4px;
}

/* line 1612, base.scss */
.feed_social_links {
  display: block;
  float: left;
  margin-bottom: 40px;
}

/* line 1618, base.scss */
.feed_social_links_list {
  display: inline;
}

/* line 1622, base.scss */
.feed_social_links_list li {
  float: left;
  padding-right: 10px;
}

/* line 1627, base.scss */
.feed_social_icon {
  display: block;
  height: 42px;
  width: 42px;
  text-indent: -9999px;
  float: left;
}

/* line 1635, base.scss */
.feed_social_facebook {
  background: url("//cdn.ontourmedia.io/u2/non_secure/images/bootstrap/feed_social_facebook.png") no-repeat scroll 0 0 transparent;
}

/* line 1639, base.scss */
.feed_social_twitter {
  background: url("//cdn.ontourmedia.io/u2/non_secure/images/bootstrap/feed_social_twitter.png") no-repeat scroll 0 0 transparent;
}

/* line 1643, base.scss */
.feed_social_instagram {
  background: url("//cdn.ontourmedia.io/u2/non_secure/images/bootstrap/feed_social_instagram.png") no-repeat scroll 0 0 transparent;
}

/* line 1647, base.scss */
.feed_social_youtube {
  background: url("//cdn.ontourmedia.io/u2/non_secure/images/bootstrap/feed_social_youtube.png") no-repeat scroll 0 0 transparent;
}

/* line 1651, base.scss */
.feed_social_googleplus {
  background: url("//cdn.ontourmedia.io/u2/non_secure/images/bootstrap/feed_social_googleplus.png") no-repeat scroll 0 0 transparent;
}

/* line 1655, base.scss */
.feed_social_tumblr {
  background: url("//cdn.ontourmedia.io/u2/non_secure/images/bootstrap/feed_social_tumblr.png") no-repeat scroll 0 0 transparent;
}

/* line 1659, base.scss */
.feed_sign_up {
  text-align: left;
  width: 360px;
  height: 44px;
  background: rgba(0, 0, 0, 0.4);
  float: left;
}
/* line 1665, base.scss */
.feed_sign_up .panel-group {
  margin-bottom: inherit;
}
/* line 1668, base.scss */
.feed_sign_up .panel-group .panel {
  margin-bottom: inherit;
  border-radius: 0px;
}
/* line 1672, base.scss */
.feed_sign_up .panel-default {
  border: 0px;
}
/* line 1675, base.scss */
.feed_sign_up .panel {
  margin-bottom: inherit;
  background-color: transparent;
  border: 0px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
}
/* line 1683, base.scss */
.feed_sign_up .panel-default > .panel-heading {
  color: inherit;
  background-color: transparent;
  border: 0px;
  padding: 15px 13px 0px 13px;
}
/* line 1689, base.scss */
.feed_sign_up .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: 0px;
  background-color: #DFDCD9;
}
/* line 1693, base.scss */
.feed_sign_up input[type=submit] {
  background-color: #C82606;
  border-radius: 0px;
}
/* line 1697, base.scss */
.feed_sign_up .responsive_form_element {
  margin-bottom: 20px;
}

/* line 1702, base.scss */
a.feed_sign_up_button {
  color: #FFFFFF;
  font-family: "gotham-lightgotham-light", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
}

/* line 1710, base.scss */
a.feed_sign_up_button:after {
  content: "";
  background: url("//cdn.ontourmedia.io/u2/non_secure/images/bootstrap/icon_envelope.png") 24px 0 transparent;
  height: 16px;
  width: 24px;
  margin-left: 50px !important;
  display: inline-block;
  position: relative;
  top: 2px;
}

/* line 1721, base.scss */
.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] {
  width: 100% !important;
}

/* line 1724, base.scss */
#facebook {
  background-color: #FFFFFF;
}

/* Feeds tab panes */
/* line 1730, base.scss */
.feed_tabs_nav {
  border-bottom: 0px;
  margin-bottom: 5px;
}

/* line 1735, base.scss */
.feed_tabs_nav > li {
  width: 32.5%;
  text-align: center;
  margin-right: 3px;
}

/* line 1740, base.scss */
.feed_tabs_nav > li:nth-child(3) {
  margin-right: 0px;
}

/* line 1744, base.scss */
.feed_tabs_nav > li > a {
  background: rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  font-family: "gotham-mediumgotham-medium", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  border: 0px solid;
  border-radius: 0px;
}

/* line 1756, base.scss */
.feed_tabs_nav > li.active > a, .feed_tabs_nav > li.active > a:hover, .feed_tabs_nav > li.active > a:focus {
  background-color: #000000;
  color: #FFFFFF;
  font-family: "gotham-mediumgotham-medium", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  border: 0px solid;
}

/* line 1764, base.scss */
.feed_tabs_nav > li.active > a:after {
  font-family: 'Glyphicons Halflings';
  content: "\e072" !important;
  display: inline-block;
  position: absolute;
  left: 46%;
  top: 30px;
  font-size: 20px;
  color: #000000;
  -ms-transform: scale(2, 1) rotate(90deg);
  /* IE 9 */
  -webkit-transform: scale(2, 1) rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: scale(2, 1) rotate(90deg);
  /* Standard syntax */
  z-index: 1;
}

/* line 1779, base.scss */
.feed_tabs_nav > li > a:hover, .feed_tabs_nav > li > a:focus {
  background-color: #DFDCD9;
}

/* line 1783, base.scss */
.feed_tabs_content {
  min-height: 600px;
}

/* line 1787, base.scss */
.feed_tabs_pane {
  min-height: 600px;
}

/* line 1791, base.scss */
.feed_tabs_content #twitter iframe {
  width: 100% !important;
  min-height: 600px !important;
}

/* line 1798, base.scss */
.feed_tabs_content #zootopia h4 {
  background-color: #FFFFFF;
  color: #000000;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-left: 8px;
  font-size: 24px;
}

/* home galley */
/* line 1810, base.scss */
.home_gallery_title {
  margin-bottom: 20px;
}

/* line 1812, base.scss */
.view_more a, .view_more a:link, .view_more a:hover {
  float: right;
  color: #A69364;
  font-family: "gotham-mediumgotham-medium", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 20px;
}

/* line 1822, base.scss */
#home .more a:link {
  color: #FFFFFF;
  text-decoration: underline;
  text-transform: lowercase;
  float: none;
  font-weight: normal;
  padding-left: 10px;
  font-size: 11px;
}

/* line 1824, base.scss */
#home_shows {
  height: 406px;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
}

/* line 1832, base.scss */
#home_shows h4 {
  color: #FFFFFF;
}

/* line 1836, base.scss */
#home_shows img {
  width: 100%;
}

/* line 1840, base.scss */
#home_shows .more {
  font-size: 11px;
  padding-left: 5px;
  padding-left: 5px\9;
  font-weight: normal;
}

/* line 1846, base.scss */
#home_shows .more a {
  text-transform: lowercase;
  text-decoration: underline;
}

/* line 1850, base.scss */
#home_shows .more a:visited {
  color: #FFFFFF;
}

/* line 1854, base.scss */
.home_news_table {
  width: inherit;
}

/* Discography */
/* Discography Navigation */
/* line 1863, base.scss */
.top_cats_header {
  font-size: 28px;
  color: #000000;
  text-transform: uppercase;
}

/* line 1873, base.scss */
#top_cats_ul li {
  display: inline;
  list-style-type: none;
  margin-right: 10px;
}

/* line 1879, base.scss */
#top_cats_ul li a {
  color: #B3B6BD;
  display: inline;
  font-size: 11px;
  text-transform: uppercase;
}

/* line 1886, base.scss */
#top_nav .dropdown {
  display: block;
  width: 222px;
  font-family: helvetica,arial,san-serif;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #000000;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid #727579;
  padding: 10px;
  position: absolute;
  top: 18px;
  right: 10px;
  border-radius: 10px;
  z-index: 2;
}

/* line 1904, base.scss */
#top_nav .dropdown:hover {
  background-color: #CA0A3B;
  border: 1px solid #CA0A3B;
}

/* line 1910, base.scss */
#top_nav .dropdown ul {
  display: none;
  padding: 0;
  list-style: none;
}

/* line 1916, base.scss */
#top_nav .dropdown li a {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  margin-top: 0px;
}

/* line 1923, base.scss */
#top_nav #sub_menu li a {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  color: #FFFFFF;
  display: block;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 3px 20px;
}

/* line 1934, base.scss */
#top_nav .dropdown li a:hover {
  color: #000000;
}

/* line 1939, base.scss */
.dda {
  float: right;
}

/* line 1943, base.scss */
#top_nav a:hover {
  color: #000000;
}

/* line 1947, base.scss */
.jumphead {
  float: left;
}

/**
 * COMMENTS
 */
/* line 1955, base.scss */
.comment_bubble, .comment_bubble:link {
  background: url("//cdn.ontourmedia.io/u2/images/skins/media/commentcountbubble.png") no-repeat scroll 0 0 transparent;
  border: 0 solid red;
  color: #000000;
  display: block;
  float: left;
  font-size: 10px;
  height: 17px;
  line-height: 12px;
  margin-right: 20px;
  text-align: center;
  width: 24px;
}

/* line 1969, base.scss */
.count {
  float: left;
  padding-right: 10px;
  color: #676563;
  font-weight: 600;
  text-align: center;
}

/* line 1978, base.scss */
.facebook_share_button {
  position: absolute;
  right: 30px;
  top: 15px;
  display: none;
}

/* timeline*/
/* line 1986, base.scss */
#essentials .ten {
  font-size: 15px;
  line-height: 24px;
}

/**
 * GUEST
 */
/* line 1995, base.scss */
.dynamic_link.current a {
  color: #FFFFFF !important;
}

/* line 1999, base.scss */
.dynamic_link.current a:after {
  font-family: 'Glyphicons Halflings';
  content: "\e072" !important;
  margin-left: -50% !important;
  display: inline-block;
  position: absolute;
  top: 65px;
  width: 25%;
  font-size: 20px;
  color: #FFFFFF;
  -ms-transform: scale(2, 1) rotate(-90deg);
  /* IE 9 */
  -webkit-transform: scale(2, 1) rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: scale(2, 1) rotate(-90deg);
  /* Standard syntax */
}

/* line 2014, base.scss */
#nav_handm.dynamic_link.current a:after {
  top: 55px;
}

/* line 2018, base.scss */
.dynamic_hover a:hover {
  color: #FFFFFF !important;
}

/* line 2022, base.scss */
.help .general a {
  font-family: "gotham-mediumgotham-medium", sans-serif;
  color: #0093cb;
  text-decoration: underline;
}

/**
 * Fancam
 */
/* line 2032, base.scss */
#fancam_frame {
  height: 79%;
}

/* Hearts and Minds */
/* line 2040, base.scss */
#heartsandminds .heartsandminds_promotop h4 {
  font-family: "gotham-boldgotham-bold", sans-serif;
  font-size: 40px;
  color: #000000;
  margin: 40px 0px 40px 0px;
}
/* line 2046, base.scss */
#heartsandminds .heartsandminds_promotop .heartsandminds_promotop_text {
  font-family: "gotham-lightgotham-light", sans-serif;
  font-size: 16px;
  color: #676563;
  margin-bottom: 90px;
}
/* line 2053, base.scss */
#heartsandminds .band.home_watch {
  background-color: #ffffff;
  background: inherit;
}
/* line 2057, base.scss */
#heartsandminds #home_video {
  height: 1100px;
  max-height: 1100px;
}
/* line 2061, base.scss */
#heartsandminds .heartsandminds_organizations {
  color: #FFFFFF;
}
/* line 2063, base.scss */
#heartsandminds .heartsandminds_organizations h4 {
  font-size: 26px;
  font-family: "gotham-lightgotham-light", sans-serif;
  color: #FFFFFF;
  margin-bottom: 45px;
}
/* line 2069, base.scss */
#heartsandminds .heartsandminds_organizations .org_title {
  font-family: "gotham-mediumgotham-medium", sans-serif;
  font-size: 16px;
  margin-bottom: 17px;
  display: block;
}
/* line 2075, base.scss */
#heartsandminds .heartsandminds_organizations .heartsandminds_org {
  font-family: "gotham-lightgotham-light", sans-serif;
  font-size: 15px;
  height: 490px;
}
/* line 2078, base.scss */
#heartsandminds .heartsandminds_organizations .heartsandminds_org .img_container {
  height: 120px;
  margin-bottom: 17px;
  max-height: 120px;
  overflow: hidden;
}
/* line 2084, base.scss */
#heartsandminds .heartsandminds_organizations .heartsandminds_org img {
  height: auto;
  width: 100%;
}
/* line 2091, base.scss */
#heartsandminds #home_video iframe {
  height: 800px;
}
/* line 2094, base.scss */
#heartsandminds .news_teaser h4 {
  margin-bottom: 25px;
  font-size: 28px;
  font-family: "gotham-lightgotham-light", sans-serif;
}
/* line 2099, base.scss */
#heartsandminds .band.news_allnews {
  padding-bottom: 90px;
}
/* line 2102, base.scss */
#heartsandminds .view_more a, #heartsandminds .view_more a:link, #heartsandminds .view_more a:hover {
  margin-top: -40px;
}
/* line 2105, base.scss */
#heartsandminds #home_video h4 {
  font-family: "gotham-lightgotham-light", sans-serif;
  font-size: 26px;
}
/* line 2109, base.scss */
#heartsandminds #home_video {
  overflow: inherit;
}
/* line 2113, base.scss */
#heartsandminds .home_watch h4 {
  margin-bottom: 30px;
  font-size: 28px;
  font-family: "gotham-lightgotham-light", sans-serif;
  color: #000000;
}
/* line 2119, base.scss */
#heartsandminds .home_watch .title_area {
  display: none;
}
/* line 2122, base.scss */
#heartsandminds .home_watch .grid_list_cell {
  width: 155px;
  height: 155px;
  margin-right: 10px;
}
/* line 2127, base.scss */
#heartsandminds .home_watch .grid_list_image {
  width: 155px;
  height: 155px;
}
/* line 2131, base.scss */
#heartsandminds .home_watch .grid_list_image img {
  width: 155px;
  height: 155px;
}
/* line 2135, base.scss */
#heartsandminds .home_watch .grid_list_image .grid_list_name {
  width: 155px;
  height: 155px;
}
/* line 2139, base.scss */
#heartsandminds .home_watch .media_scroller_left a {
  border: 0px;
  position: relative;
  left: -50px;
  top: 90px;
}
/* line 2145, base.scss */
#heartsandminds .home_watch .media_scroller_right a {
  border: 0px;
  position: relative;
  left: 50px;
  top: 90px;
}
/* line 2151, base.scss */
#heartsandminds .home_watch .media_scroller_left a {
  background: url("//cdn.ontourmedia.io/u2/non_secure/images/bootstrap/arrow_left_skinny_scroll_dark.png") no-repeat scroll center center transparent;
}
/* line 2154, base.scss */
#heartsandminds .home_watch .media_scroller_right a {
  background: url("//cdn.ontourmedia.io/u2/non_secure/images/bootstrap/arrow_right_skinny_scroll_dark.png") no-repeat scroll center center transparent;
}
/* line 2157, base.scss */
#heartsandminds .home_watch .scrolling_box {
  position: relative;
  top: -35px;
  height: 200px;
}
/* line 2163, base.scss */
#heartsandminds .home_watch #video_player_widget #video_player_wrapper {
  max-width: 100%;
  height: 640px;
}
/* line 2167, base.scss */
#heartsandminds .home_watch #video_player_widget .media_scroller_left {
  display: none;
}
/* line 2170, base.scss */
#heartsandminds .home_watch #video_player_widget .title_area {
  display: none;
}
/* line 2173, base.scss */
#heartsandminds .home_watch #video_player_widget .media_scroller_right {
  display: none;
}
/* line 2176, base.scss */
#heartsandminds .home_watch #video_player_widget .scroller_list_outside {
  margin: 56px auto 0px auto;
  width: 880px;
  height: inherit;
  overflow: hidden;
}
/* line 2182, base.scss */
#heartsandminds .home_watch #video_player_widget .grid_list_cell {
  width: 140px;
  height: 90px;
  margin-right: 10px;
  padding-bottom: 30px;
  padding-left: 0px;
}
/* line 2189, base.scss */
#heartsandminds .home_watch #video_player_widget .grid_list_cell:hover {
  border-bottom: 6px solid #000000;
}
/* line 2192, base.scss */
#heartsandminds .home_watch #video_player_widget .grid_list_video {
  width: 140px;
  overflow: hidden;
  height: 80px;
}
/* line 2193, base.scss */
#heartsandminds .home_watch #video_player_widget .grid_list_video img {
  width: 140px;
  height: auto;
}
/* line 2200, base.scss */
#heartsandminds .home_watch #video_player_widget .grid_list_video .grid_list_name {
  width: 140px;
  font-size: 12px;
  line-height: 12px;
}
/* line 2201, base.scss */
#heartsandminds .home_watch #video_player_widget .grid_list_video .grid_list_name a {
  color: #FFFFFF;
}

/* Band Content */
/* line 2215, base.scss */
#band .band .top_cats_header {
  display: none;
}

/* line 2219, base.scss */
.band_content {
  margin-top: 15px;
  color: #676563;
  font-size: 16px;
  line-height: 22px;
}
/* line 2221, base.scss */
.band_content blockquote {
  text-transform: uppercase;
  line-height: 26px;
  border-left: 0px;
  color: #000000;
  font-size: 22px;
  font-family: "gotham-boldgotham-bold", sans-serif;
  padding-top: 20px;
  padding-bottom: 40px;
  border-top: 10px solid #000000;
  border-bottom: 10px solid #000000;
  margin-top: 200px;
}
/* line 2232, base.scss */
.band_content blockquote footer {
  font-family: "gotham-bookgotham-book", sans-serif;
  padding-top: 24px;
}
/* line 2238, base.scss */
.band_content p {
  margin-bottom: 20px;
}
/* line 2241, base.scss */
.band_content h1 {
  margin-top: 40px;
  margin-bottom: 60px;
  font-family: "gotham-boldgotham-bold", sans-serif;
  font-size: 40px;
  color: #000000;
}
/* line 2248, base.scss */
.band_content a {
  font-family: "gotham-mediumgotham-medium", sans-serif;
  color: #0093cb;
}
/* line 2255, base.scss */
.band_content .promo_image img {
  width: 100%;
  display: block;
}

/* Service Pages */
/* line 2263, base.scss */
#SubscribeSteponev2Form_container h2.section-heading, #SubscribeSteptwov2Form_container h2.section-heading {
  text-align: center;
  margin-bottom: 10px;
}

/* line 2269, base.scss */
#profile .steps-setupcomplete {
  color: green;
  width: 100%;
  display: flex;
  justify-content: center;
  border: 2px solid  green;
  padding: 20px;
  margin-bottom: 24px;
  margin-top: 38px;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  line-height: 28px;
}
/* line 2283, base.scss */
#profile .form-saved-successfully {
  color: green;
  font-size: 14px;
  margin-bottom: 25px;
}
/* line 2288, base.scss */
#profile .steps-setupincomplete {
  color: #C82606;
  width: 100%;
  display: flex;
  justify-content: center;
  border: 2px solid #C82606;
  padding: 20px;
  margin-bottom: 54px;
  margin-top: 38px;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  line-height: 28px;
}
/* line 2302, base.scss */
#profile h2 {
  margin-bottom: 20px;
  font-family: "gotham-boldgotham-bold", sans-serif;
  font-size: 34px;
  color: #000000;
}
/* line 2310, base.scss */
#profile .profile_left h4 {
  font-family: "gotham-lightgotham-light", sans-serif;
  color: #000000;
  font-size: 20px;
  padding-bottom: 23px;
}
/* line 2318, base.scss */
#profile .profile_left .user-info .container_box {
  padding-bottom: 46px;
  border-bottom: 1px solid #b7b7b7;
  margin-bottom: 23px;
}
/* line 2322, base.scss */
#profile .profile_left .user-info .container_box .div_label {
  font-weight: inherit;
  text-transform: capitalize;
  font-family: "gotham-mediumgotham-medium", sans-serif;
  font-size: 13px;
  color: #000000;
}
/* line 2328, base.scss */
#profile .profile_left .user-info .container_box .div_label.tmot-priority {
  font-family: "gotham-bookgotham-book", sans-serif;
  font-size: 16px;
  color: #232323;
}
/* line 2332, base.scss */
#profile .profile_left .user-info .container_box .div_label.tmot-priority .user-infolabel {
  color: #000000;
}
/* line 2337, base.scss */
#profile .profile_left .user-info .container_box .div_val {
  font-family: "gotham-lightgotham-light", sans-serif;
  font-size: 22px;
  color: #232323;
  margin-bottom: 30px;
}
/* line 2347, base.scss */
#profile .profile_left .user-info .container_connect .div_val {
  font-family: "gotham-bookgotham-book", sans-serif;
  font-size: 15px;
}
/* line 2352, base.scss */
#profile .profile_left .user-info .fb_connect_message {
  margin-bottom: 0px;
}
/* line 2357, base.scss */
#profile .profile_left .steps-info h4 {
  border-bottom: 0px;
  margin-bottom: 0px;
}
/* line 2361, base.scss */
#profile .profile_left .steps-info .steps-infoimg {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}
/* line 2365, base.scss */
#profile .profile_left .steps-info .steps-infoimg span {
  display: inline-block;
  text-align: left;
}
/* line 2368, base.scss */
#profile .profile_left .steps-info .steps-infoimg span img {
  width: 60%;
}
/* line 2374, base.scss */
#profile .profile_left .steps-info .container_box .div_val {
  font-size: initial;
  margin-bottom: 10px;
}
/* line 2379, base.scss */
#profile .profile_left .steps-info .steps-infosteps {
  margin-top: 36px;
}
/* line 2384, base.scss */
#profile .profile_left .steps-info .steps-infosteps .steps-info-step {
  padding-bottom: 10px;
}
/* line 2386, base.scss */
#profile .profile_left .steps-info .steps-infosteps .steps-info-step i {
  color: #C82606;
  font-size: 18px;
  margin-top: -4px;
}
/* line 2393, base.scss */
#profile .profile_left .steps-info .steps-setupdisconnect {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
/* line 2400, base.scss */
#profile .profile_left .presale_info.user-info {
  display: none;
}
/* line 2404, base.scss */
#profile .profile_left .coupon_container .coupon_image .img {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 17px;
}
/* line 2410, base.scss */
#profile .profile_left .coupon_container .coupon_image p {
  float: none;
  width: 100%;
  margin-bottom: 0px;
}
/* line 2417, base.scss */
#profile .profile_left .download_links .container_box {
  font-family: "gotham-lightgotham-light", sans-serif;
  font-size: 15px;
  display: flex;
  flex-direction: column;
}
/* line 2422, base.scss */
#profile .profile_left .download_links .container_box p {
  float: none !important;
  width: 100% !important;
  padding-top: 15px;
}
/* line 2427, base.scss */
#profile .profile_left .download_links .container_box img {
  width: 170px;
  height: 170px;
  float: left;
  margin-right: 17px;
}
/* line 2433, base.scss */
#profile .profile_left .download_links .container_box a {
  font-family: "gotham-bookgotham-book", sans-serif;
  color: #000000;
}
/* line 2437, base.scss */
#profile .profile_left .download_links .container_box .download_container {
  margin-bottom: 30px;
}
/* line 2439, base.scss */
#profile .profile_left .download_links .container_box .download_container li {
  margin-bottom: 10px;
}
/* line 2445, base.scss */
#profile .profile_left .download_links .download_links-download {
  padding-top: 10px;
  padding-bottom: 30px;
}
/* line 2449, base.scss */
#profile .profile_left .download_links .download_links-download a {
  color: #0093cb;
  font-family: "gotham-mediumgotham-medium", sans-serif;
}
/* line 2454, base.scss */
#profile .profile_left .download_links .download_links-title {
  font-family: "gotham-bookgotham-book", sans-serif;
}
/* line 2460, base.scss */
#profile .profile_left .subscriber_links .container_box {
  font-family: "gotham-lightgotham-light", sans-serif;
  font-size: 15px;
  display: flex;
  flex-direction: column;
}
/* line 2465, base.scss */
#profile .profile_left .subscriber_links .container_box p {
  float: none !important;
  width: 100% !important;
  padding-top: 15px;
}
/* line 2470, base.scss */
#profile .profile_left .subscriber_links .container_box img {
  width: 170px;
  height: 170px;
  float: left;
  margin-right: 17px;
}
/* line 2476, base.scss */
#profile .profile_left .subscriber_links .container_box a {
  font-family: "gotham-bookgotham-book", sans-serif;
  color: #000000;
}
/* line 2480, base.scss */
#profile .profile_left .subscriber_links .container_box .download_container {
  margin-bottom: 0px;
}
/* line 2482, base.scss */
#profile .profile_left .subscriber_links .container_box .download_container li {
  margin-bottom: 10px;
}
/* line 2488, base.scss */
#profile .profile_left .subscriber_links .download_links-download {
  padding-top: 10px;
  padding-bottom: 30px;
}
/* line 2492, base.scss */
#profile .profile_left .subscriber_links .download_links-download a {
  color: #A69364;
  font-family: "gotham-mediumgotham-medium", sans-serif;
}
/* line 2497, base.scss */
#profile .profile_left .subscriber_links .download_links-title {
  font-family: "gotham-bookgotham-book", sans-serif;
}
/* line 2504, base.scss */
#profile .profile_right h4 {
  font-family: "gotham-lightgotham-light", sans-serif;
  color: #000000;
  font-size: 20px;
  margin-bottom: 17px;
}
/* line 2510, base.scss */
#profile .profile_right .container_box {
  padding: 0px 50px 50px 50px;
}
/* line 2513, base.scss */
#profile .profile_right .container_box a {
  font-family: "gotham-mediumgotham-medium", sans-serif;
  color: #0093cb;
}
/* line 2517, base.scss */
#profile .profile_right .container_box .download_container {
  margin-bottom: 30px;
}
/* line 2519, base.scss */
#profile .profile_right .container_box .download_container li {
  margin-bottom: 10px;
}
/* line 2525, base.scss */
#profile .tm_connect {
  cursor: pointer;
}
/* line 2528, base.scss */
#profile .sms_click.text_underline--red {
  color: initial;
  text-decoration: none;
  pointer-events: none;
}
/* line 2533, base.scss */
#profile .mobile_click.text_underline--red {
  color: initial;
  text-decoration: none;
  pointer-events: none;
}

/* line 2541, base.scss */
.user-info-button a:link, .user-info-button a:visited, .user-info-button a:hover {
  font-size: 14px;
  font-family: "gotham-mediumgotham-medium", sans-serif;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 10px;
  text-align: center;
  font-weight: normal;
  display: block;
}

/* line 2551, base.scss */
.tour_red {
  background: #C82606;
}

/* line 2559, base.scss */
#help h4, #service h4 {
  margin-bottom: 60px;
  font-family: "gotham-boldgotham-bold", sans-serif;
  font-size: 34px;
  color: #000000;
}

/* line 2567, base.scss */
#service .update_address h4 {
  margin-bottom: 10px;
}

/* line 2572, base.scss */
#service .service_gradient h4 {
  color: #FFFFFF;
}

/* line 2577, base.scss */
#service .service_gradient {
  color: #adaba9;
  font-size: 16px;
  line-height: 20px;
  font-family: "gotham-lightgotham-light", sans-serif;
}
/* line 2578, base.scss */
#service .service_gradient h4 {
  font-family: "gotham-lightgotham-light", sans-serif;
  font-size: 26px;
  margin-bottom: 20px;
  border-bottom: 0px;
  text-transform: uppercase;
}
/* line 2589, base.scss */
#service .service_gradient .container_box {
  padding: 0px;
  margin: 0px;
}

/* line 2595, base.scss */
#service .login_grey {
  padding-top: 30px;
  color: #FFFFFF;
  font-family: "gotham-bookgotham-book", sans-serif;
  font-size: 15px;
}
/* line 2600, base.scss */
#service .login_grey h3 {
  color: #FFFFFF;
  font-family: "gotham-boldgotham-bold", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}
/* line 2607, base.scss */
#service .login_grey .container_box {
  width: 100%;
  text-align: center;
}
/* line 2611, base.scss */
#service .login_grey .login_text_calltoaction {
  background: #4F4E4D !important;
  background-image: none !important;
  border: none !important;
  font-size: 14px !important;
  font-family: "gotham-mediumgotham-medium", sans-serif;
  text-transform: uppercase !important;
  color: #FFFFFF !important;
  width: 280px;
  padding: 10px 20px 10px 20px;
  text-align: left !important;
  font-weight: normal !important;
  margin-top: 22px;
  margin: 20px auto;
}
/* line 2627, base.scss */
#service .login_grey .login_text_calltoaction:after {
  content: "";
  background: url("//cdn.ontourmedia.io/u2/non_secure/images/bootstrap/arrow_right.png") 18px 0 transparent;
  height: 16px;
  width: 9px;
  margin-left: 50px !important;
  display: inline-block;
  position: relative;
  top: 2px;
}
/* line 2637, base.scss */
#service .login_grey .login_text_calltoaction a {
  color: #FFFFFF;
}

/* line 2647, base.scss */
#service .emailsignup .color_grey {
  background-color: transparent !important;
}
/* line 2650, base.scss */
#service .emailsignup .container_box {
  width: 40%;
}
/* line 2655, base.scss */
#service .emailsignup .emailunsub {
  margin-top: 20px;
}
/* line 2661, base.scss */
#service .general .white_container a {
  color: #0093cb;
  font-family: "gotham-mediumgotham-medium", sans-serif;
  font-weight: bold;
}

/* line 2684, base.scss */
#logout img {
  max-width: 100%;
}

/* line 2689, base.scss */
#help .help_foundbox {
  margin-top: 96px;
}
/* line 2691, base.scss */
#help .help_foundbox .section_title h4 {
  font-family: "gotham-lightgotham-light", sans-serif;
  font-size: 20px;
  color: #676563;
  margin-bottom: 15px;
  padding-left: 30px;
}
/* line 2698, base.scss */
#help .help_foundbox .container_box {
  padding: 30px 31px 30px 31px;
  display: inline-block;
  width: 100%;
}

/* Subnav Layout */
/* line 2712, base.scss */
.news_specialmenu .wrapper:after, .news_specialmenu .site-header:after, .news_specialmenu .site-content:after, .news_specialmenu .site-footer:after, .news_specialmenu .section:after, .news_specialmenu .row-section:after, .news_specialmenu .container:after, .news_specialmenu .left-menu:after, .news_specialmenu [class*="col-"]:after, .news_specialmenu .slick-list:after {
  clear: both;
  overflow: hidden;
  height: 0;
  line-height: 0;
  display: block;
  content: '';
}
/* line 2720, base.scss */
.news_specialmenu .col-1 {
  width: 8.33%;
}
/* line 2723, base.scss */
.news_specialmenu .col-2 {
  width: 16.66%;
}
/* line 2726, base.scss */
.news_specialmenu .col-3 {
  width: 25%;
}
/* line 2729, base.scss */
.news_specialmenu .col-4 {
  width: 33.33%;
}
/* line 2732, base.scss */
.news_specialmenu .col-5 {
  width: 41.66%;
}
/* line 2735, base.scss */
.news_specialmenu .col-6 {
  width: 50%;
}
/* line 2738, base.scss */
.news_specialmenu .col-7 {
  width: 58.33%;
}
/* line 2741, base.scss */
.news_specialmenu .col-8 {
  width: 66.66%;
}
/* line 2744, base.scss */
.news_specialmenu .col-9 {
  width: 75%;
}
/* line 2747, base.scss */
.news_specialmenu .col-10 {
  width: 83.33%;
}
/* line 2750, base.scss */
.news_specialmenu .col-12 {
  width: 100%;
}
/* line 2753, base.scss */
.news_specialmenu .col-11 {
  width: 91.66%;
}
/* line 2756, base.scss */
.news_specialmenu [class*="col-"] {
  float: left;
  padding: 0 10px;
}
/* line 2760, base.scss */
.news_specialmenu .row-section {
  margin-left: -10px;
  margin-right: -10px;
}
/* line 2764, base.scss */
.news_specialmenu .inline-list {
  margin: 0;
  padding: 0;
  text-align: center;
}
/* line 2769, base.scss */
.news_specialmenu .inline-list li {
  display: inline-block;
}
/* line 2772, base.scss */
.news_specialmenu .menu-list {
  margin: 0;
  padding: 0;
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  width: 60%;
}
/* line 2782, base.scss */
.news_specialmenu .menu-list li {
  display: block;
  width: 100%;
}
/* line 2786, base.scss */
.news_specialmenu .nav > li > a:hover, .news_specialmenu .nav > li.selected > a, .news_specialmenu .nav > li.has-submenu > a {
  color: #FFFFFF;
}
/* line 2789, base.scss */
.news_specialmenu .nav .level1 a {
  color: #7c7b77;
}
/* line 2792, base.scss */
.news_specialmenu .level1 li {
  position: inherit;
}
/* line 2795, base.scss */
.news_specialmenu .nav .level2 > li {
  padding: 0 12px;
}
/* line 2798, base.scss */
.news_specialmenu .nav .level2 > li > a {
  color: #000000;
  line-height: 50px;
  text-transform: uppercase;
}
/* line 2803, base.scss */
.news_specialmenu .nav .level2 > li.selected {
  background: #D9D5D0;
}
/* line 2806, base.scss */
.news_specialmenu .nav .level2 > .all > a, .news_specialmenu .nav .level2 > li.selected.all > a {
  background: #D9D5D0;
  border-radius: 0px;
  padding: 6px 15px;
}
/* line 2813, base.scss */
.news_specialmenu .nav .level2 > .all > a.tmot_recent {
  padding-right: 15px;
}
/* line 2816, base.scss */
.news_specialmenu .nav .level2 > li.selected.all {
  background: none;
}
/* line 2819, base.scss */
.news_specialmenu .nav .level2 > li > a:after {
  content: '';
  background: url("//cdn.ontourmedia.io/u2/non_secure/images/bootstrap/sprite.png") 0 0 no-repeat;
  width: 14px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
/* line 2828, base.scss */
.news_specialmenu .nav .level2 > li.all > a:after {
  content: '';
  background: url("//cdn.ontourmedia.io/u2/non_secure/images/bootstrap/sprite.png") 0 0 no-repeat;
  width: 14px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  margin-right: 8px;
}
/* line 2839, base.scss */
.news_specialmenu .nav .level2 > li.selected.all > a:after {
  content: '';
  background: url("//cdn.ontourmedia.io/u2/non_secure/images/bootstrap/sprite.png") 0 0 no-repeat;
  width: 14px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  margin-right: 8px;
}
/* line 2852, base.scss */
.news_specialmenu .nav .level2 > li.selected > a:after {
  content: '';
  background: url("//cdn.ontourmedia.io/u2/non_secure/images/bootstrap/sprite.png") 0 -34px no-repeat;
  width: 14px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
}
/* line 2860, base.scss */
.news_specialmenu .nav .level2 > li:first-child > a:after, .news_specialmenu .nav .level2 > li.all:first-child > a:after, .news_specialmenu .nav .level2 > li.selected.all:first-child > a:after, .news_specialmenu .nav .level2 > li.selected:first-child > a:after {
  display: none;
}
/* line 2864, base.scss */
.news_specialmenu .tmot_recent:after {
  display: none !important;
}
/* line 2868, base.scss */
.news_specialmenu .nav .level3 li {
  border-left: 1px solid #3c3c3c;
  padding: 6px 0 6px 20px;
}
/* line 2873, base.scss */
.news_specialmenu .nav .level3 li a {
  color: #FFFFFF;
  display: block;
}
/* line 2877, base.scss */
.news_specialmenu .nav .level3 li a:hover {
  color: #FFFFFF;
  display: block;
}
/* line 2881, base.scss */
.news_specialmenu .dropdown {
  position: absolute;
  left: 0;
  right: 0;
  display: none;
  z-index: 999;
}
/* line 2888, base.scss */
.news_specialmenu .dropdown.right-menu {
  left: auto;
  top: 0;
  height: 100%;
  background: #4b4a48;
  width: 457px;
  padding: 38px 97px;
}
/* line 2896, base.scss */
.news_specialmenu .dropdown.right-menu:before {
  border-style: solid;
  border-width: 26px 0 26px 26px;
  border-color: transparent transparent transparent #000000;
  content: '';
  width: 26px;
  height: 52px;
  left: 0;
  position: absolute;
  top: 38px;
}
/* line 2907, base.scss */
.news_specialmenu .selected > .dropdown {
  display: block;
}
/* line 2919, base.scss */
.news_specialmenu .filter-bar {
  background: #FFFFFF;
  height: 50px;
  text-align: center;
}
/* line 2924, base.scss */
.news_specialmenu .nav > li.has-submenu > a {
  position: relative;
}
/* line 2927, base.scss */
.news_specialmenu .nav > li.has-submenu > a:after {
  border-style: solid;
  border-width: 0 17px 17px 17px;
  border-color: transparent transparent #FFFFFF transparent;
  content: '';
  position: absolute;
  bottom: -31px;
  width: 34px;
  height: 17px;
  left: 0;
}
/* line 2938, base.scss */
.news_specialmenu .filtered-content {
  background: #222222;
  text-align: left;
}
/* line 2942, base.scss */
.news_specialmenu .filtered-content .container {
  background: #000000;
  padding: 38px 97px;
  position: relative;
}
/* line 2947, base.scss */
.news_specialmenu .filtered-content .left-menu ul {
  width: 100%;
}
/* line 2950, base.scss */
.news_specialmenu .filtered-content .left-menu ul li {
  padding-left: 25px;
  line-height: 26px;
}
/* line 2954, base.scss */
.news_specialmenu .filtered-content .left-menu > ul > li:hover, .news_specialmenu .filtered-content .left-menu > ul > li.selected {
  background: #3c3c3c;
  color: #000000;
}
/* line 2958, base.scss */
.news_specialmenu .filtered-content li:hover, .news_specialmenu .filtered-content li.selected {
  background: #3c3c3c;
  color: #FFFFFF;
}
/* line 2962, base.scss */
.news_specialmenu .filtered-content .left-menu > ul > li:hover > a, .news_specialmenu .filtered-content .left-menu > ul > li.selected > a {
  color: #FFFFFF;
}
/* line 2966, base.scss */
.news_specialmenu .filtered-content li:hover > a, .news_specialmenu .filtered-content li.selected > a {
  color: #A69364;
}
/* line 2970, base.scss */
.news_specialmenu .article_count {
  color: #A69364;
}
/* line 2974, base.scss */
.news_specialmenu .dropdown.filter-bar {
  display: block !important;
}
/* line 2977, base.scss */
.news_specialmenu .band.news_specialmenu {
  position: relative;
}

/*
.fb_iframe_widget {
	display: none !important;
}*/
/* Added recaptcha */
/* line 2989, base.scss */
.g-recaptcha {
  float: left;
  width: 100%;
  padding-bottom: 8px;
  transform: scale(0.8);
  transform-origin: left;
}

@media (min-width: 270px) and (max-width: 480px) {
  /* line 3000, base.scss */
  .g-recaptcha {
    transform: scale(0.67);
    transform-origin: left;
    margin: 0;
  }
}
/* Splash */
/* line 3013, base.scss */
.tmot_splash_main {
  /*background: url("//cdn.ontourmedia.io/u2/images/splash/2017_blackout/blackoutbg.jpg") no-repeat center center;
  background-size: contain;*/
}

/* line 3018, base.scss */
.tmot-splash-full {
  background-color: #000000;
  background-image: none !important;
}

/* line 3023, base.scss */
.tmot-splash {
  height: 100%;
  background: url("//cdn.ontourmedia.io/u2/images/splash/2017_blackout/blackoutbg.jpg") no-repeat center center;
  background-size: cover;
}

/* line 3030, base.scss */
.tmot-splash_01 {
  margin: 0 auto;
  padding-top: 30px;
}
/* line 3033, base.scss */
.tmot-splash_01 img {
  text-align: center;
  margin: 0 auto;
}
/* line 3038, base.scss */
.tmot-splash_01 .img-responsive {
  width: 100%;
  margin: 0 auto;
}

/* line 3044, base.scss */
.tmot-splash_02 {
  padding-top: 10px;
  padding-bottom: 40px;
  margin: 0 auto;
  text-align: center;
  color: #FFFFFF;
  font-size: 32px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  line-height: 36px;
}

/* line 3056, base.scss */
.tmot-splash_03 {
  text-align: center;
  color: #8d734a;
  font-size: 26px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 30px;
}

/* line 3066, base.scss */
.tmot-splash_04 {
  text-align: center;
  margin-bottom: 30px;
}
/* line 3068, base.scss */
.tmot-splash_04 a {
  color: #FFFFFF;
  font-size: 26px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  padding: 10px 20px;
  background-color: #8d734a;
}

/* line 3079, base.scss */
.tmot-splash_05 {
  text-align: center;
  margin-bottom: 30px;
}
/* line 3081, base.scss */
.tmot-splash_05 a {
  color: #FFFFFF;
  font-size: 30px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

/* line 3093, base.scss */
.tmot-splash_06 {
  padding-bottom: 20px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}
/* line 3100, base.scss */
.tmot-splash_06 img {
  height: 30px;
  width: 166px;
  margin: 0 auto;
}

/* line 3112, base.scss */
.tmot-splash_07 img {
  margin-bottom: 20px;
}

/* line 3117, base.scss */
.tmot-couponcode {
  width: 320px;
  max-width: 100%;
  color: #232323;
}

@media (max-width: 991px) {
  /* line 3126, base.scss */
  .tmot-splash {
    background-color: #000000;
  }

  /* line 3130, base.scss */
  .tmot-splash_02 {
    font-size: 26px;
    line-height: 30px;
  }

  /* line 3135, base.scss */
  .tmot-splash_03 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  /* line 3141, base.scss */
  .tmot-splash_04 {
    margin-bottom: 30px;
  }
  /* line 3142, base.scss */
  .tmot-splash_04 a {
    font-size: 20px;
    padding: 5px 10px;
  }

  /* line 3149, base.scss */
  .tmot-splash_05 {
    margin-bottom: 20px;
  }
  /* line 3150, base.scss */
  .tmot-splash_05 a {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  /* line 3157, base.scss */
  .tmot-splash_06 {
    width: 100%;
  }
}
/* line 3163, base.scss */
.loginWrap {
  /* Fallback for web browsers that doesn't support RGBa */
  background: black;
  /* RGBa with 0.6 opacity */
  background: rgba(0, 0, 0, 0.8);
  /* For IE 5.5 - 7*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
