@CHARSET "UTF-8";
/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  /* line 121, _variables.scss */
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out {
  /* line 131, _variables.scss */
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

/* line 140, _variables.scss */
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

/* line 151, _variables.scss */
.hvr-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 162, _variables.scss */
.hvr-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 170, _variables.scss */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -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 184, _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 199, _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 68, 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: white;
}

/* 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: black;
}

/* 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: white;
  height: 100%;
  color: black;
}

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

/* #Typography

================================================== */
/* line 174, base.scss */
a:link, a:visited, a:hover {
  color: black;
  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: white;
  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: white !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("http://cdn.u2.com/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: black;
  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("http://cdn.u2.com/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: black;
  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("http://cdn.u2.com/images/skins/layout/icon_notifications.png") no-repeat scroll 0px 7px;
}

/* line 331, base.scss */
.notification_close {
  width: 20px;
  height: 20px;
  background: url("http://cdn.u2.com/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("http://cdn.u2.com/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: white;
}

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

/* line 366, base.scss */
#main_logo {
  background: url("http://cdn.u2.com/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: white;
}

/* 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("http://cdn.u2.com/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("http://cdn.u2.com/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("http://cdn.u2.com/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("http://cdn.u2.com/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("http://cdn.u2.com/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("http://cdn.u2.com/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("http://cdn.u2.com/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("http://cdn.u2.com/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("http://cdn.u2.com/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("http://cdn.u2.com/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("http://cdn.u2.com/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("http://cdn.u2.com/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("http://cdn.u2.com/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("http://cdn.u2.com/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: black;
  background-color: #d9d5d0;
}

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

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

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

/* Login */
/* line 630, base.scss */
.login_top {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 634, base.scss */
.login_top .fb_connect_message {
  display: none;
}
/* line 637, base.scss */
.login_top .login_seperator {
  margin-bottom: 40px;
}
/* line 640, base.scss */
.login_top .login_seperator_top {
  border-bottom: 1px solid #dfdcd9;
  display: block;
  float: left;
  width: 45%;
  padding-top: 6px;
}
/* line 647, base.scss */
.login_top .login_seperator_middle {
  display: block;
  float: left;
  width: 10%;
}
/* line 652, base.scss */
.login_top .login_seperator_bottom {
  border-bottom: 1px solid #dfdcd9;
  display: block;
  width: 45%;
  float: right;
  padding-top: 6px;
}
/* line 659, base.scss */
.login_top .fanclub_login {
  width: 50%;
  margin: 80px auto 0px auto;
}
/* line 662, base.scss */
.login_top .fanclub_login .form_input {
  text-align: right;
  display: table-cell;
  margin: 0 auto;
}
/* line 666, base.scss */
.login_top .fanclub_login .form_input .errors {
  padding-left: 0px;
  display: table-caption;
  margin-top: 40px;
  position: absolute;
}
/* line 671, base.scss */
.login_top .fanclub_login .form_input .errors li {
  padding-left: 0px;
}
/* line 676, base.scss */
.login_top .fanclub_login label {
  display: table-cell;
  float: left;
  margin-bottom: inherit;
  width: 25%;
  height: 40px;
  float: left;
  vertical-align: middle;
  text-align: right;
  padding-top: 10px;
  position: relative;
  left: -20px;
}
/* line 689, base.scss */
.login_top .fanclub_login .validator_container {
  float: inherit;
}
/* line 692, base.scss */
.login_top .fanclub_login input {
  width: 286px;
  float: right;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #dfdcd9;
}
/* line 700, base.scss */
.login_top .fanclub_login .optional {
  width: inherit;
  float: left;
  margin-bottom: 30px;
  width: 80%;
  text-align: left;
  padding-left: 35%;
}
/* line 708, base.scss */
.login_top .fanclub_login #proceed {
  background-color: #c82606;
  border-radius: 0px;
  font-family: "gotham-mediumgotham-medium", sans-serif;
  position: relative;
  float: none;
  width: 150px;
}
/* line 716, base.scss */
.login_top .fanclub_login input[type=checkbox] {
  width: 20px;
  margin-top: 10px;
  position: relative;
  left: -65%;
  top: 3px;
}
/* line 723, base.scss */
.login_top .fanclub_login .validator_container {
  position: relative;
  left: -20px;
}
/* line 727, base.scss */
.login_top .fanclub_login #loginForm_container .form_element_full {
  margin-bottom: 20px;
}

/* Login */
/* line 734, base.scss */
.band_resetpassword {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 738, base.scss */
.band_resetpassword .top_cats_header {
  text-align: left;
}
/* line 741, base.scss */
.band_resetpassword p {
  text-align: left;
}
/* line 745, base.scss */
.band_resetpassword .resetpassword_middle {
  width: 50%;
  margin: 80px auto 0px auto;
}
/* line 748, base.scss */
.band_resetpassword .resetpassword_middle .form_input {
  text-align: right;
  display: table-cell;
  margin: 0 auto;
}
/* line 753, base.scss */
.band_resetpassword .resetpassword_middle label {
  display: table-cell;
  float: left;
  margin-bottom: inherit;
  width: 25%;
  height: 40px;
  float: left;
  vertical-align: middle;
  text-align: right;
  padding-top: 10px;
  position: relative;
  left: -20px;
}
/* line 766, base.scss */
.band_resetpassword .resetpassword_middle .validator_container {
  float: inherit;
}
/* line 769, base.scss */
.band_resetpassword .resetpassword_middle input {
  width: 286px;
  float: right;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #dfdcd9;
}
/* line 780, base.scss */
.band_resetpassword .resetpassword_middle #proceed {
  background-color: #c82606;
  border-radius: 0px;
  font-family: "gotham-mediumgotham-medium", sans-serif;
  position: relative;
  float: none;
  width: 150px;
}
/* line 788, base.scss */
.band_resetpassword .resetpassword_middle input[type=checkbox] {
  width: 20px;
  margin-top: 10px;
  position: relative;
  left: -65%;
  top: 3px;
}
/* line 795, base.scss */
.band_resetpassword .resetpassword_middle .validator_container {
  position: relative;
  left: -20px;
}

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

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

/* Forms  */
/* line 812, base.scss */
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #99a0a0;
}

/* line 815, base.scss */
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #99a0a0;
}

/* line 818, base.scss */
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #99a0a0;
}

/* line 821, base.scss */
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #99a0a0;
}

/* line 824, base.scss */
.form_label {
  font-family: "gotham-bookgotham-book", sans-serif;
  font-size: 14px;
  color: #676563;
  text-transform: uppercase;
}

/* line 831, base.scss */
#comments .form_label {
  font-size: 15px;
}

/* line 836, base.scss */
.responsive_form_element input, .responsive_form_element select, .responsive_form_element textarea {
  height: 33px;
  transition: all 0.25s ease-in-out 0s;
  padding: 2px 5px;
  font-size: 15px;
  color: black;
  margin-bottom: 4px;
  border: 1px solid #B3B6BD;
}

/* line 845, base.scss */
.responsive_form_element select {
  height: 40px;
  width: 98.6%;
  border-radius: 0px;
  border: 0px solid #B3B6BD;
  background-color: white;
  -webkit-appearance: none;
  padding: 0.5em 5px;
  background: url(http://cdn.u2.com/non_secure/images/responsive/buttons/dropdownarrow_grey.png) no-repeat 97% 50% white;
  appearance: none;
  -moz-appearance: none;
}

/* line 857, base.scss */
.responsive_form_element select:optoin {
  color: black;
}

/* line 860, base.scss */
.responsive_form_element textarea {
  height: 120px;
  resize: vertical;
}

/* line 864, base.scss */
.responsive_form_element input[type=file] {
  border: 0px solid white;
}

/* line 867, base.scss */
.responsive_form_element input[type=checkbox], .responsive_form_element input[type=radio] {
  border: 0px solid white;
  margin-right: 5px;
  margin-left: 3px;
  height: auto;
}

/* line 874, base.scss */
.responsive_form_element input:focus, .responsive_form_element select:focus {
  color: black;
  border: 1px solid black;
}

/* line 879, base.scss */
.placeholder {
  color: #9f9f9f !important;
}

/* line 882, base.scss */
input[type=submit] {
  -webkit-appearance: none;
  width: 200px;
  height: 33px;
  background-color: #B3B6BD;
  color: white;
  border-radius: 7px;
  border: 0px;
  margin: 20px 0px;
  text-transform: uppercase;
}

/* line 895, base.scss */
input[type=text], input[type=password], input[type=email], textarea, select {
  height: 34px;
  border: 0px;
}

/* line 899, base.scss */
input[type="text"]#birthDay {
  background-color: #EEEEEE;
  border-color: #EEEEEE;
}

/* line 903, base.scss */
.form-errors {
  display: none;
}

/* line 907, base.scss */
#resetpasswordForm_container .form-errors, #loginForm_container .form-errors {
  display: block;
}

/* line 910, base.scss */
.element_has_error {
  border: 1px solid red !important;
}

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

/* line 916, base.scss */
.errors a {
  text-decoration: underline;
}

/* line 919, base.scss */
.responsive_form_element.form_element_full.form_checkbox {
  margin-top: 20px;
}
/* line 920, base.scss */
.responsive_form_element.form_element_full.form_checkbox input[type=checkbox] {
  position: relative;
  top: 0px;
}
/* line 924, base.scss */
.responsive_form_element.form_element_full.form_checkbox a {
  color: #c82606;
}

/* line 930, base.scss */
#home .responsive_form_element.form_element_full.form_checkbox input[type=checkbox] {
  position: relative;
}

/* line 935, base.scss */
#service .responsive_form_element.form_element_full.form_checkbox input[type=checkbox] {
  position: relative;
  top: -17px;
}

/* line 941, base.scss */
#service #SubscribeBootstrapOneForm_container .responsive_form_element.form_element_full.form_checkbox input[type=checkbox] {
  top: 0px;
}

/* line 946, base.scss */
#service .SubscribeBootstrapOneForm_container .responsive_form_element.form_element_full.form_checkbox input[type=checkbox] {
  position: relative;
  top: 0px;
}

/* line 952, base.scss */
#commentupload .responsive_form_element.form_element_full.form_checkbox input[type=checkbox] {
  position: relative;
  top: 1px;
}

/* line 957, base.scss */
.login_top .responsive_form_element.form_element_full.form_checkbox {
  display: none;
}

/* line 961, base.scss */
#SubscribeBootstrapOneForm_container input[type=checkbox] {
  display: block;
  float: left;
}

/* line 967, base.scss */
.responsive_form_element label {
  max-width: 90%;
}

/* line 970, base.scss */
.form_checkbox_input {
  text-align: right;
}

/* line 975, base.scss */
.offer_detail_top {
  background: url("http://cdn.u2.com/non_secure/images/responsive/forms/offer_detail_up.png") no-repeat scroll 0 0 white;
  background-size: 100%;
  height: 13px;
  width: 100%;
}

/* line 981, base.scss */
.offer_detail_close {
  background: url("http://cdn.u2.com/non_secure/images/responsive/forms/close.png") no-repeat scroll 0 0 white;
  background-size: 100%;
  width: 20px;
  height: 20px;
  margin-top: -4px;
}

/* line 988, base.scss */
.form_disable_wrapper {
  position: absolute;
  top: 412px;
  width: 100%;
  height: 422px;
  background-color: white;
  background: rgba(255, 255, 255, 0.4);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

/* line 997, base.scss */
.fb_subscription iframe {
  clear: both;
  padding: 20px 0;
}

/* line 1001, base.scss */
.form_messaging {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: bold;
}

/* line 1006, base.scss */
.form_message h4 {
  font-family: "gotham-lightgotham-light", sans-serif;
  font-size: 28px;
  margin-bottom: 30px;
}

/* line 1011, base.scss */
.offer_notes {
  clear: both;
  padding: 40px 0 20px;
}

/* line 1015, base.scss */
select.month {
  width: 48% !important;
}

/* line 1019, base.scss */
select.year {
  width: 24.3% !important;
}

/* line 1022, base.scss */
select.day {
  width: 24.3% !important;
}

/* line 1025, base.scss */
.reg_step_one, .reg_step_two, .upgrade_renew_process {
  width: 100%;
  height: 75px;
  margin-bottom: 10px;
}

/* line 1030, base.scss */
.reg_step_one {
  background: url("http://cdn.u2.com/non_secure/images/bootstrap/reg_step1.png") no-repeat scroll 0 0 transparent;
  background-size: 100%;
  text-indent: -9999px;
}

/* line 1035, base.scss */
.reg_step_two {
  background: url("http://cdn.u2.com/non_secure/images/bootstrap/reg_step2.png") no-repeat scroll 0 0 transparent;
  background-size: 100%;
  text-indent: -9999px;
}

/* line 1041, base.scss */
.upgrade_renew_process {
  background: url("http://cdn.u2.com/non_secure/images/responsive/forms/purchase_process1.png") no-repeat scroll 0 0 transparent;
  background-size: 100%;
  height: 95px;
}

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

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

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

/* line 1066, base.scss */
.panel {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

/* Additional Subscription Styling */
/*offer styling */
/* line 1079, base.scss */
.package_title {
  font-family: "gotham-lightgotham-light", sans-serif;
  font-size: 26px;
  margin-bottom: 20px;
  border-bottom: 0px;
  text-transform: uppercase;
}

/* line 1087, base.scss */
.offer_container {
  margin-bottom: 10px;
  display: table;
}
/* line 1090, base.scss */
.offer_container .offer_label_text {
  display: block;
  float: left;
  width: 85%;
}
/* line 1095, base.scss */
.offer_container .form_offer input[type="radio"] {
  display: block;
  float: left;
}
/* line 1099, base.scss */
.offer_container .offer_label_price {
  display: block;
}

/* line 1106, base.scss */
.offer_detail_top {
  height: 13px;
}

/* line 1110, base.scss */
.offer_detail_content {
  padding: 0px 17px 17px 17px;
  font-family: "gotham-bookgotham-book", sans-serif;
  font-size: 16px;
  line-height: 20px;
}

/* line 1116, base.scss */
.offer_detail_content li {
  margin-bottom: 6px;
  list-style-type: square;
  margin-left: 28px;
  color: white;
  font-family: "gotham-bookgotham-book", sans-serif;
  font-size: 16px;
}

/* line 1124, base.scss */
.offer_selected .offer_detail_content li {
  color: #adaba8;
}

/* line 1128, base.scss */
.offer_notes {
  clear: both;
  padding: 40px 0 20px;
}

/* line 1133, base.scss */
.form_offer label {
  display: block;
  padding: 19px 17px 17px 25px;
  font-family: "gotham-boldgotham-bold", sans-serif;
  font-size: 16px;
  color: white;
  margin-bottom: 0px;
}

/* line 1141, base.scss */
.offer_label_price {
  margin-left: 33px;
  font-family: "gotham-mediumgotham-medium", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

/* line 1147, base.scss */
.offer_label_text {
  text-transform: uppercase;
  font-family: "gotham-boldgotham-bold", sans-serif;
  font-weight: normal;
}

/* line 1153, base.scss */
.bootstrap_offer_element li {
  background-color: #959391;
}

/* line 1156, base.scss */
.bootstrap_offer_element li.offer_detail_item {
  background-color: transparent;
}

/* line 1159, base.scss */
.bootstrap_offer_element li.offer_selected {
  background-color: black;
}

/* line 1162, base.scss */
.bootstrap_offer_element li.offer_selected .offer_detail_content li {
  background-color: black;
}

/* line 1165, base.scss */
.bootstrap_offer_element li a {
  color: white;
  text-decoration: underline;
  margin-left: 10px;
}

/* line 1170, base.scss */
.bootstrap_offer_element li.offer_selected a {
  color: white;
}

/* line 1173, base.scss */
.form_offer input[type="radio"] {
  margin-left: 6px;
  margin-right: 10px;
}

/* line 1177, base.scss */
.update_address .form_messaging {
  background-color: #f2f1f0;
  padding: 20px;
  margin-bottom: 20px;
  display: table;
}

/* line 1184, base.scss */
#SubscribeBootstrapOneForm_container .form_element_container, #SubscribeBootstrapTwoForm_container .form_element_container, #profilepurchaseForm_container .form_element_container, #updatepasswordForm_container {
  padding: 37px 98px 37px 98px;
  background-color: #dfdcd9;
}
/* line 1187, base.scss */
#SubscribeBootstrapOneForm_container .form_element_container input[type=text], #SubscribeBootstrapOneForm_container .form_element_container input[type=password], #SubscribeBootstrapOneForm_container .form_element_container input[type=email], #SubscribeBootstrapOneForm_container .form_element_container textarea, #SubscribeBootstrapOneForm_container .form_element_container select, #SubscribeBootstrapTwoForm_container .form_element_container input[type=text], #SubscribeBootstrapTwoForm_container .form_element_container input[type=password], #SubscribeBootstrapTwoForm_container .form_element_container input[type=email], #SubscribeBootstrapTwoForm_container .form_element_container textarea, #SubscribeBootstrapTwoForm_container .form_element_container select, #profilepurchaseForm_container .form_element_container input[type=text], #profilepurchaseForm_container .form_element_container input[type=password], #profilepurchaseForm_container .form_element_container input[type=email], #profilepurchaseForm_container .form_element_container textarea, #profilepurchaseForm_container .form_element_container select, #updatepasswordForm_container input[type=text], #updatepasswordForm_container input[type=password], #updatepasswordForm_container input[type=email], #updatepasswordForm_container textarea, #updatepasswordForm_container select {
  width: 100%;
  height: inherit;
  font-family: "gotham-bookgotham-book", sans-serif;
  font-size: 14px;
  color: #959391;
  margin-bottom: 16px;
  padding: 10px;
  border: 0px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 1200, base.scss */
#SubscribeBootstrapOneForm_container .form_element_container .validator_container, #SubscribeBootstrapTwoForm_container .form_element_container .validator_container, #profilepurchaseForm_container .form_element_container .validator_container, #updatepasswordForm_container .validator_container {
  width: inherit;
  height: inherit;
}
/* line 1204, base.scss */
#SubscribeBootstrapOneForm_container .form_element_container input[type=submit], #SubscribeBootstrapTwoForm_container .form_element_container input[type=submit], #profilepurchaseForm_container .form_element_container input[type=submit], #updatepasswordForm_container input[type=submit] {
  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 60px 10px 60px;
  text-align: left !important;
  font-weight: normal !important;
  border-radius: 0px;
  height: inherit;
  width: inherit;
  margin: 20px auto 0px auto;
}
/* line 1221, base.scss */
#SubscribeBootstrapOneForm_container .form_element_container ::-webkit-input-placeholder, #SubscribeBootstrapTwoForm_container .form_element_container ::-webkit-input-placeholder, #profilepurchaseForm_container .form_element_container ::-webkit-input-placeholder, #updatepasswordForm_container ::-webkit-input-placeholder {
  color: transparent;
}
/* line 1225, base.scss */
#SubscribeBootstrapOneForm_container .form_element_container :-moz-placeholder, #SubscribeBootstrapTwoForm_container .form_element_container :-moz-placeholder, #profilepurchaseForm_container .form_element_container :-moz-placeholder, #updatepasswordForm_container :-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}
/* line 1229, base.scss */
#SubscribeBootstrapOneForm_container .form_element_container ::-moz-placeholder, #SubscribeBootstrapTwoForm_container .form_element_container ::-moz-placeholder, #profilepurchaseForm_container .form_element_container ::-moz-placeholder, #updatepasswordForm_container ::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}
/* line 1233, base.scss */
#SubscribeBootstrapOneForm_container .form_element_container :-ms-input-placeholder, #SubscribeBootstrapTwoForm_container .form_element_container :-ms-input-placeholder, #profilepurchaseForm_container .form_element_container :-ms-input-placeholder, #updatepasswordForm_container :-ms-input-placeholder {
  color: transparent;
}
/* line 1236, base.scss */
#SubscribeBootstrapOneForm_container .form_element_container .bootstrap_offer_element li, #SubscribeBootstrapTwoForm_container .form_element_container .bootstrap_offer_element li, #profilepurchaseForm_container .form_element_container .bootstrap_offer_element li, #updatepasswordForm_container .bootstrap_offer_element li {
  background-color: transparent;
}
/* line 1239, base.scss */
#SubscribeBootstrapOneForm_container .form_element_container label, #SubscribeBootstrapTwoForm_container .form_element_container label, #profilepurchaseForm_container .form_element_container label, #updatepasswordForm_container label {
  font-size: 14px;
}
/* line 1242, base.scss */
#SubscribeBootstrapOneForm_container .form_element_container .subscribe_seperator, #SubscribeBootstrapTwoForm_container .form_element_container .subscribe_seperator, #profilepurchaseForm_container .form_element_container .subscribe_seperator, #updatepasswordForm_container .subscribe_seperator {
  margin-top: 32px;
  margin-bottom: 32px;
  font-family: "gotham-bookgotham-book", sans-serif;
  color: #959391;
  font-size: 18px;
  text-align: center;
  height: 20px;
}
/* line 1250, base.scss */
#SubscribeBootstrapOneForm_container .form_element_container .subscribe_seperator .subscribe_seperator_left, #SubscribeBootstrapTwoForm_container .form_element_container .subscribe_seperator .subscribe_seperator_left, #profilepurchaseForm_container .form_element_container .subscribe_seperator .subscribe_seperator_left, #updatepasswordForm_container .subscribe_seperator .subscribe_seperator_left {
  border-bottom: 2px solid white;
  float: left;
  width: 40%;
  padding-bottom: 6px;
}
/* line 1256, base.scss */
#SubscribeBootstrapOneForm_container .form_element_container .subscribe_seperator .subscribe_seperator_middle, #SubscribeBootstrapTwoForm_container .form_element_container .subscribe_seperator .subscribe_seperator_middle, #profilepurchaseForm_container .form_element_container .subscribe_seperator .subscribe_seperator_middle, #updatepasswordForm_container .subscribe_seperator .subscribe_seperator_middle {
  float: left;
  text-align: center;
  width: 20%;
}
/* line 1261, base.scss */
#SubscribeBootstrapOneForm_container .form_element_container .subscribe_seperator .subscribe_seperator_right, #SubscribeBootstrapTwoForm_container .form_element_container .subscribe_seperator .subscribe_seperator_right, #profilepurchaseForm_container .form_element_container .subscribe_seperator .subscribe_seperator_right, #updatepasswordForm_container .subscribe_seperator .subscribe_seperator_right {
  border-bottom: 2px solid white;
  width: 40%;
  float: right;
  padding-bottom: 6px;
}

/* VIDEO PLAYER */
/* line 1271, base.scss */
.mr_player_wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

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

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

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

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

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

/* Other */
/* line 1309, 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 1320, base.scss */
#breadcrumb a {
  color: #B3B6BD;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1404, base.scss */
.color_grey {
  background-color: #b3b6bd !important;
  color: white;
}

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

/* line 1412, base.scss */
.color_orange {
  background-color: #ec7318 !important;
  color: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1484, base.scss */
.glyphicon.arrow_right_skinny {
  background-image: url("http://cdn.u2.com/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 1493, base.scss */
.glyphicon.arrow_left_skinny {
  background-image: url("http://cdn.u2.com/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 1507, base.scss */
.glyphicon.arrow_right_skinny_brown {
  background-image: url("http://cdn.u2.com/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 1516, base.scss */
.glyphicon.arrow_left_skinny_brown {
  background-image: url("http://cdn.u2.com/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 1529, base.scss */
.glyphicon.hamburger_grey {
  background-image: url("http://cdn.u2.com/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 1543, base.scss */
.news_detail_headline .glyphicon.hamburger_grey {
  margin: 0px -2px 0px 0px;
}

/* #Links

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

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

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

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

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

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

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

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

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

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

/* line 1621, base.scss */
.welcomeContainer, .welcomeContainer a {
  color: white;
}

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

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

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

/* #Page Styles

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

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

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

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

/* line 1659, base.scss */
.slides img {
  border: 0px !important;
}
/* line 1662, base.scss */
.slides a:hover {
  color: inherit;
}
/* line 1666, 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);
  @-moz-document url-prefix() {
    /* line 1718, base.scss */
    .slides_text_calltoaction:after {
      background: url("http://cdn.u2.com/non_secure/images/bootstrap/arrow_right.png") 18px 0 transparent;
    }
}

}
/* line 1673, 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 1679, 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 1685, base.scss */
.slides .slides_text .slides_text_secondary:hover {
  text-decoration: underline;
}
/* line 1688, base.scss */
.slides .slides_text .slides_text_normal {
  font-size: 16px;
  font-family: "gotham-lightgotham-light", sans-serif;
  line-height: 16px;
}
/* line 1693, 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 1707, base.scss */
.slides .slides_text .slides_text_calltoaction:after {
  content: "";
  background: url("http://cdn.u2.com/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 1723, base.scss */
.slides .carousel-indicators li {
  width: 15px;
  height: 15px;
  border: 0px;
  background-color: #554d50;
}
/* line 1731, base.scss */
.slides .promo_upper_left {
  margin-bottom: -210px;
  position: relative;
  top: 30px;
}
/* line 1737, base.scss */
.slides .promo_upper_right {
  margin-bottom: -240px;
  position: relative;
  top: 30px;
}
/* line 1743, base.scss */
.slides .promo_bottom_left {
  position: relative;
  top: -250px;
  margin-bottom: -200px;
}
/* line 1749, base.scss */
.slides .promo_bottom_right {
  position: relative;
  top: -250px;
  margin-bottom: -200px;
}
/* line 1754, base.scss */
.slides .slides_gradient_black {
  text-indent: -9999px;
  height: 220px;
  position: absolute;
  width: 100%;
  bottom: 0px;
  background: url("http://cdn.u2.com/non_secure/images/bootstrap/gradient_black.png") repeat-x 0 0 transparent;
}
/* line 1762, base.scss */
.slides .slides_gradient_white {
  text-indent: -9999px;
  height: 220px;
  position: absolute;
  width: 100%;
  bottom: 0px;
  background: url("http://cdn.u2.com/non_secure/images/bootstrap/gradient_white.png") repeat-x 0 0 transparent;
}
/* line 1770, base.scss */
.slides .slides_gradient_grey {
  text-indent: -9999px;
  height: 220px;
  position: absolute;
  width: 100%;
  bottom: 0px;
  background: url("http://cdn.u2.com/non_secure/images/bootstrap/gradient_grey.png") repeat-x 0 0 transparent;
}
/* line 1779, base.scss */
.slides .flex-control-paging li a {
  width: 16px;
  height: 16px;
  display: block;
  background: white;
  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 1794, base.scss */
.slides .flex-control-paging li a.flex-active {
  background: #ccc;
  background: rgba(204, 204, 204, 0.9);
  cursor: default;
}

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

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

/* line 1814, base.scss */
#home_news a {
  color: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1929, base.scss */
.pds-box {
  background-color: black !important;
  color: white !important;
  width: 100% !important;
  min-height: 500px;
}
/* line 1934, base.scss */
.pds-box .pds-question-top {
  color: white !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 1942, base.scss */
.pds-box .pds-input-label {
  color: #959391 !important;
  font-family: "gotham-bookgotham-book", sans-serif !important;
  font-size: 15px !important;
}
/* line 1947, base.scss */
.pds-box .pds-input-label:hover {
  color: white !important;
}
/* line 1950, 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 1964, base.scss */
.pds-box .pds-vote-button:after {
  content: "";
  background: url("http://cdn.u2.com/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 1974, base.scss */
.pds-box .pds-view-results {
  color: white !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 1983, base.scss */
.pds-box .pds-answer-text {
  font-family: "gotham-mediumgotham-medium", sans-serif !important;
  color: white !important;
}
/* line 1987, base.scss */
.pds-box .pds-feedback-per {
  font-family: "gotham-mediumgotham-medium", sans-serif !important;
  color: white !important;
}
/* line 1992, base.scss */
.pds-box .pds-box A {
  font-family: "gotham-mediumgotham-medium", sans-serif !important;
  color: white !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 2063, base.scss */
.feed_sign_up {
  text-align: left;
  width: 360px;
  height: 44px;
  background: rgba(0, 0, 0, 0.4);
  float: left;
}
/* line 2069, base.scss */
.feed_sign_up .panel-group {
  margin-bottom: inherit;
}
/* line 2072, base.scss */
.feed_sign_up .panel-group .panel {
  margin-bottom: inherit;
  border-radius: 0px;
}
/* line 2076, base.scss */
.feed_sign_up .panel-default {
  border: 0px;
}
/* line 2079, 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 2087, base.scss */
.feed_sign_up .panel-default > .panel-heading {
  color: inherit;
  background-color: transparent;
  border: 0px;
  padding: 15px 13px 0px 13px;
}
/* line 2093, base.scss */
.feed_sign_up .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: 0px;
  background-color: #dfdcd9;
}
/* line 2097, base.scss */
.feed_sign_up input[type=submit] {
  background-color: #c82606;
  border-radius: 0px;
}
/* line 2101, base.scss */
.feed_sign_up .responsive_form_element {
  margin-bottom: 20px;
}

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

/* line 2114, base.scss */
a.feed_sign_up_button:after {
  content: "";
  background: url("http://cdn.u2.com/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 2125, base.scss */
.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] {
  width: 100% !important;
}

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

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

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

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

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

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

/* line 2166, 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: black;
  -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 2181, base.scss */
.feed_tabs_nav > li > a:hover, .feed_tabs_nav > li > a:focus {
  background-color: #dfdcd9;
}

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

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

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

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

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

/* line 2214, 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 2224, base.scss */
#home .more a:link {
  color: white;
  text-decoration: underline;
  text-transform: lowercase;
  float: none;
  font-weight: normal;
  padding-left: 10px;
  font-size: 11px;
}

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

/* line 2234, base.scss */
#home_shows h4 {
  color: white;
}

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

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

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

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

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

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

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

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

/* line 2288, base.scss */
#top_nav .dropdown {
  display: block;
  width: 222px;
  font-family: helvetica,arial,san-serif;
  font-size: 11px;
  font-weight: bold;
  color: white;
  background-color: black;
  -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 2306, base.scss */
#top_nav .dropdown:hover {
  background-color: #CA0A3B;
  border: 1px solid #CA0A3B;
}

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

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

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

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

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

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

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

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

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

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

/**
 * GUEST
 */
/* line 2388, base.scss */
.dynamic_link.current a {
  color: white !important;
}

/* line 2392, 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: white;
  -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 2407, base.scss */
#nav_handm.dynamic_link.current a:after {
  top: 55px;
}

/* line 2411, base.scss */
.dynamic_hover a:hover {
  color: white !important;
}

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

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

/* Hearts and Minds */
/* line 2433, base.scss */
#heartsandminds .heartsandminds_promotop h4 {
  font-family: "gotham-boldgotham-bold", sans-serif;
  font-size: 40px;
  color: black;
  margin: 40px 0px 40px 0px;
}
/* line 2439, base.scss */
#heartsandminds .heartsandminds_promotop .heartsandminds_promotop_text {
  font-family: "gotham-lightgotham-light", sans-serif;
  font-size: 16px;
  color: #676563;
  margin-bottom: 90px;
}
/* line 2446, base.scss */
#heartsandminds .band.home_watch {
  background-color: #ffffff;
  background: inherit;
}
/* line 2450, base.scss */
#heartsandminds #home_video {
  height: 1100px;
  max-height: 1100px;
}
/* line 2454, base.scss */
#heartsandminds .heartsandminds_organizations {
  color: white;
}
/* line 2456, base.scss */
#heartsandminds .heartsandminds_organizations h4 {
  font-size: 26px;
  font-family: "gotham-lightgotham-light", sans-serif;
  color: white;
  margin-bottom: 45px;
}
/* line 2462, base.scss */
#heartsandminds .heartsandminds_organizations .org_title {
  font-family: "gotham-mediumgotham-medium", sans-serif;
  font-size: 16px;
  margin-bottom: 17px;
  display: block;
}
/* line 2468, base.scss */
#heartsandminds .heartsandminds_organizations .heartsandminds_org {
  font-family: "gotham-lightgotham-light", sans-serif;
  font-size: 15px;
  height: 490px;
}
/* line 2471, base.scss */
#heartsandminds .heartsandminds_organizations .heartsandminds_org .img_container {
  height: 120px;
  margin-bottom: 17px;
  max-height: 120px;
  overflow: hidden;
}
/* line 2477, base.scss */
#heartsandminds .heartsandminds_organizations .heartsandminds_org img {
  height: auto;
  width: 100%;
}
/* line 2484, base.scss */
#heartsandminds #home_video iframe {
  height: 800px;
}
/* line 2487, base.scss */
#heartsandminds .news_teaser h4 {
  margin-bottom: 25px;
  font-size: 28px;
  font-family: "gotham-lightgotham-light", sans-serif;
}
/* line 2492, base.scss */
#heartsandminds .band.news_allnews {
  padding-bottom: 90px;
}
/* line 2495, base.scss */
#heartsandminds .view_more a, #heartsandminds .view_more a:link, #heartsandminds .view_more a:hover {
  margin-top: -40px;
}
/* line 2498, base.scss */
#heartsandminds #home_video h4 {
  font-family: "gotham-lightgotham-light", sans-serif;
  font-size: 26px;
}
/* line 2502, base.scss */
#heartsandminds #home_video {
  overflow: inherit;
}
/* line 2506, base.scss */
#heartsandminds .home_watch h4 {
  margin-bottom: 30px;
  font-size: 28px;
  font-family: "gotham-lightgotham-light", sans-serif;
  color: black;
}
/* line 2512, base.scss */
#heartsandminds .home_watch .title_area {
  display: none;
}
/* line 2515, base.scss */
#heartsandminds .home_watch .grid_list_cell {
  width: 155px;
  height: 155px;
  margin-right: 10px;
}
/* line 2520, base.scss */
#heartsandminds .home_watch .grid_list_image {
  width: 155px;
  height: 155px;
}
/* line 2524, base.scss */
#heartsandminds .home_watch .grid_list_image img {
  width: 155px;
  height: 155px;
}
/* line 2528, base.scss */
#heartsandminds .home_watch .grid_list_image .grid_list_name {
  width: 155px;
  height: 155px;
}
/* line 2532, base.scss */
#heartsandminds .home_watch .media_scroller_left a {
  border: 0px;
  position: relative;
  left: -50px;
  top: 90px;
}
/* line 2538, base.scss */
#heartsandminds .home_watch .media_scroller_right a {
  border: 0px;
  position: relative;
  left: 50px;
  top: 90px;
}
/* line 2544, base.scss */
#heartsandminds .home_watch .media_scroller_left a {
  background: url("http://cdn.u2.com/non_secure/images/bootstrap/arrow_left_skinny_scroll_dark.png") no-repeat scroll center center transparent;
}
/* line 2547, base.scss */
#heartsandminds .home_watch .media_scroller_right a {
  background: url("http://cdn.u2.com/non_secure/images/bootstrap/arrow_right_skinny_scroll_dark.png") no-repeat scroll center center transparent;
}
/* line 2550, base.scss */
#heartsandminds .home_watch .scrolling_box {
  position: relative;
  top: -35px;
  height: 200px;
}
/* line 2556, base.scss */
#heartsandminds .home_watch #video_player_widget #video_player_wrapper {
  max-width: 100%;
  height: 640px;
}
/* line 2560, base.scss */
#heartsandminds .home_watch #video_player_widget .media_scroller_left {
  display: none;
}
/* line 2563, base.scss */
#heartsandminds .home_watch #video_player_widget .title_area {
  display: none;
}
/* line 2566, base.scss */
#heartsandminds .home_watch #video_player_widget .media_scroller_right {
  display: none;
}
/* line 2569, base.scss */
#heartsandminds .home_watch #video_player_widget .scroller_list_outside {
  margin: 56px auto 0px auto;
  width: 880px;
  height: inherit;
  overflow: hidden;
}
/* line 2575, 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 2582, base.scss */
#heartsandminds .home_watch #video_player_widget .grid_list_cell:hover {
  border-bottom: 6px solid black;
}
/* line 2585, base.scss */
#heartsandminds .home_watch #video_player_widget .grid_list_video {
  width: 140px;
  overflow: hidden;
  height: 80px;
}
/* line 2586, base.scss */
#heartsandminds .home_watch #video_player_widget .grid_list_video img {
  width: 140px;
  height: auto;
}
/* line 2593, base.scss */
#heartsandminds .home_watch #video_player_widget .grid_list_video .grid_list_name {
  width: 140px;
  font-size: 12px;
  line-height: 12px;
}
/* line 2594, base.scss */
#heartsandminds .home_watch #video_player_widget .grid_list_video .grid_list_name a {
  color: white;
}

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

/* line 2612, base.scss */
.band_content {
  margin-top: 15px;
  color: #676563;
  font-size: 16px;
  line-height: 22px;
}
/* line 2614, base.scss */
.band_content blockquote {
  text-transform: uppercase;
  line-height: 26px;
  border-left: 0px;
  color: black;
  font-size: 22px;
  font-family: "gotham-boldgotham-bold", sans-serif;
  padding-top: 20px;
  padding-bottom: 40px;
  border-top: 10px solid black;
  border-bottom: 10px solid black;
  margin-top: 200px;
}
/* line 2625, base.scss */
.band_content blockquote footer {
  font-family: "gotham-bookgotham-book", sans-serif;
  padding-top: 24px;
}
/* line 2631, base.scss */
.band_content p {
  margin-bottom: 20px;
}
/* line 2634, base.scss */
.band_content h1 {
  margin-top: 40px;
  margin-bottom: 60px;
  font-family: "gotham-boldgotham-bold", sans-serif;
  font-size: 40px;
  color: black;
}
/* line 2641, base.scss */
.band_content a {
  font-family: "gotham-mediumgotham-medium", sans-serif;
  color: #a69364;
}
/* line 2648, base.scss */
.band_content .promo_image img {
  width: 100%;
  display: block;
}

/* Service Pages */
/* line 2657, base.scss */
#profile h2 {
  margin-bottom: 20px;
  font-family: "gotham-boldgotham-bold", sans-serif;
  font-size: 34px;
  color: black;
}
/* line 2664, base.scss */
#profile .profile_left h4 {
  font-family: "gotham-lightgotham-light", sans-serif;
  color: black;
  font-size: 20px;
  margin-bottom: 17px;
}
/* line 2671, base.scss */
#profile .profile_left .user-info .container_box {
  background-color: #dfdcd9;
  padding: 40px 30px 40px 30px;
  margin-bottom: 55px;
}
/* line 2675, 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: 14px;
  color: black;
}
/* line 2682, base.scss */
#profile .profile_left .user-info .container_box .div_val {
  font-family: "gotham-bookgotham-book", sans-serif;
  font-size: 14px;
  color: #676563;
}
/* line 2690, base.scss */
#profile .profile_left .download_links .container_box {
  background-color: #232323;
  padding: 25px;
  color: white;
  font-family: "gotham-lightgotham-light", sans-serif;
  font-size: 15px;
}
/* line 2696, base.scss */
#profile .profile_left .download_links .container_box p {
  float: none !important;
  width: 100% !important;
}
/* line 2700, base.scss */
#profile .profile_left .download_links .container_box img {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 17px;
}
/* line 2706, base.scss */
#profile .profile_left .download_links .container_box a {
  font-family: "gotham-mediumgotham-medium", sans-serif;
  color: #a69364;
}
/* line 2710, base.scss */
#profile .profile_left .download_links .container_box .download_container {
  margin-bottom: 30px;
}
/* line 2712, base.scss */
#profile .profile_left .download_links .container_box .download_container li {
  margin-bottom: 10px;
}
/* line 2720, base.scss */
#profile .profile_right h4 {
  font-family: "gotham-lightgotham-light", sans-serif;
  color: black;
  font-size: 20px;
  margin-bottom: 17px;
}
/* line 2726, base.scss */
#profile .profile_right .container_box {
  background-color: #dfdcd9;
  padding: 38px 50px 50px 50px;
}
/* line 2729, base.scss */
#profile .profile_right .container_box .form_label {
  font-family: "gotham-bookgotham-book", sans-serif;
  font-size: 14px;
  color: #676563;
  text-transform: uppercase;
}
/* line 2735, base.scss */
#profile .profile_right .container_box .responsive_form_element input, #profile .profile_right .container_box .responsive_form_element select, #profile .profile_right .container_box .responsive_form_element textarea {
  height: 41px;
  transition: all 0.25s ease-in-out 0s;
  padding: 10px;
  font-size: 16px;
  color: black;
  font-family: "gotham-bookgotham-book", sans-serif;
  margin-bottom: 20px;
  background-color: white;
  border: 0px;
}
/* line 2746, base.scss */
#profile .profile_right .container_box input[type=submit] {
  background-color: #c82606;
  border-radius: 0px;
  color: white;
}
/* line 2751, base.scss */
#profile .profile_right .container_box input[type=text], #profile .profile_right .container_box input[type=password], #profile .profile_right .container_box input[type=email], #profile .profile_right .container_box textarea, #profile .profile_right .container_box select {
  width: 100%;
  border: 0px;
}
/* line 2755, base.scss */
#profile .profile_right .container_box .form_element_half, #profile .profile_right .container_box .form_element_full {
  width: 45%;
  float: left;
  margin-right: 20px;
}
/* line 2761, base.scss */
#profile .profile_right .container_box a {
  font-family: "gotham-mediumgotham-medium", sans-serif;
  color: #a69364;
}
/* line 2765, base.scss */
#profile .profile_right .container_box .download_container {
  margin-bottom: 30px;
}
/* line 2767, base.scss */
#profile .profile_right .container_box .download_container li {
  margin-bottom: 10px;
}

/* line 2775, 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: white;
  padding: 10px;
  text-align: center;
  font-weight: normal;
  display: block;
}

/* line 2785, base.scss */
.tour_red {
  background: #c82606;
}

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

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

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

/* line 2811, base.scss */
#service .service_gradient {
  color: #adaba9;
  font-size: 16px;
  line-height: 20px;
  font-family: "gotham-lightgotham-light", sans-serif;
}
/* line 2812, 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 2823, base.scss */
#service .service_gradient .container_box {
  padding: 0px;
  margin: 0px;
}

/* line 2832, base.scss */
#service .login_grey {
  padding-top: 30px;
  color: white;
  font-family: "gotham-bookgotham-book", sans-serif;
  font-size: 15px;
}
/* line 2837, base.scss */
#service .login_grey h3 {
  color: white;
  font-family: "gotham-boldgotham-bold", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}
/* line 2844, base.scss */
#service .login_grey .container_box {
  width: 100%;
  text-align: center;
}
/* line 2848, 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: white !important;
  width: 280px;
  padding: 10px 20px 10px 20px;
  text-align: left !important;
  font-weight: normal !important;
  margin-top: 22px;
  margin: 20px auto;
}
/* line 2864, base.scss */
#service .login_grey .login_text_calltoaction:after {
  content: "";
  background: url("http://cdn.u2.com/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 2878, base.scss */
#service .emailsignup .color_grey {
  background-color: transparent !important;
}
/* line 2881, base.scss */
#service .emailsignup .container_box {
  background-color: #dfdcd9;
  padding: 40px 30px 40px 30px;
  width: 40%;
}
/* line 2886, base.scss */
#service .emailsignup input[type=text], #service .emailsignup input[type=password], #service .emailsignup input[type=email], #service .emailsignup textarea, #service .emailsignup select {
  width: 100%;
  margin-bottom: 20px;
}
/* line 2890, base.scss */
#service .emailsignup .responsive_form_element.form_element_full.form_checkbox input[type=checkbox] {
  top: inherit;
}
/* line 2893, base.scss */
#service .emailsignup .responsive_form_element.form_element_full.form_checkbox a {
  color: #a69364;
}
/* line 2896, base.scss */
#service .emailsignup input[type=submit] {
  background-color: #C82606;
  border-radius: 0px;
  color: #FFFFFF;
  height: 41px;
  font-family: "gotham-bookgotham-book", sans-serif;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 0px;
}
/* line 2906, base.scss */
#service .emailsignup .emailunsub {
  margin-top: 20px;
}
/* line 2912, base.scss */
#service .general .white_container a {
  color: #a69364;
  font-family: "gotham-mediumgotham-medium", sans-serif;
  font-weight: bold;
}

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

/* line 2926, base.scss */
#help .help_foundbox {
  margin-top: 96px;
}
/* line 2928, base.scss */
#help .help_foundbox .section_title h4 {
  font-family: "gotham-lightgotham-light", sans-serif;
  font-size: 20px;
  color: #676563;
  margin-bottom: 15px;
}
/* line 2934, base.scss */
#help .help_foundbox .container_box {
  background-color: #e8e6e4;
  padding: 30px 31px 30px 31px;
  display: inline-block;
  width: 100%;
}
/* line 2940, base.scss */
#help .help_foundbox .responsive_form_element.form_element_half {
  float: inherit;
  width: 100%;
}
/* line 2944, base.scss */
#help .help_foundbox .validator_container {
  width: inherit;
}
/* line 2947, base.scss */
#help .help_foundbox input[type=text], #help .help_foundbox input[type=password], #help .help_foundbox input[type=email], #help .help_foundbox textarea, #help .help_foundbox select {
  width: 100%;
  height: inherit;
  padding: 8px;
  border: 0px;
}
/* line 2953, base.scss */
#help .help_foundbox .responsive_form_element select {
  WIDTH: 100%;
}
/* line 2956, base.scss */
#help .help_foundbox input[type=submit] {
  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;
  border-radius: 0px;
  width: inherit;
  height: inherit;
}

/* Subnav Layout */
/* line 2980, 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 2988, base.scss */
.news_specialmenu .col-1 {
  width: 8.33%;
}
/* line 2991, base.scss */
.news_specialmenu .col-2 {
  width: 16.66%;
}
/* line 2994, base.scss */
.news_specialmenu .col-3 {
  width: 25%;
}
/* line 2997, base.scss */
.news_specialmenu .col-4 {
  width: 33.33%;
}
/* line 3000, base.scss */
.news_specialmenu .col-5 {
  width: 41.66%;
}
/* line 3003, base.scss */
.news_specialmenu .col-6 {
  width: 50%;
}
/* line 3006, base.scss */
.news_specialmenu .col-7 {
  width: 58.33%;
}
/* line 3009, base.scss */
.news_specialmenu .col-8 {
  width: 66.66%;
}
/* line 3012, base.scss */
.news_specialmenu .col-9 {
  width: 75%;
}
/* line 3015, base.scss */
.news_specialmenu .col-10 {
  width: 83.33%;
}
/* line 3018, base.scss */
.news_specialmenu .col-12 {
  width: 100%;
}
/* line 3021, base.scss */
.news_specialmenu .col-11 {
  width: 91.66%;
}
/* line 3024, base.scss */
.news_specialmenu [class*="col-"] {
  float: left;
  padding: 0 10px;
}
/* line 3028, base.scss */
.news_specialmenu .row-section {
  margin-left: -10px;
  margin-right: -10px;
}
/* line 3032, base.scss */
.news_specialmenu .inline-list {
  margin: 0;
  padding: 0;
  text-align: center;
}
/* line 3037, base.scss */
.news_specialmenu .inline-list li {
  display: inline-block;
}
/* line 3040, base.scss */
.news_specialmenu .menu-list {
  margin: 0;
  padding: 0;
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  width: 60%;
}
/* line 3050, base.scss */
.news_specialmenu .menu-list li {
  display: block;
  width: 100%;
}
/* line 3054, base.scss */
.news_specialmenu .nav > li > a:hover, .news_specialmenu .nav > li.selected > a, .news_specialmenu .nav > li.has-submenu > a {
  color: white;
}
/* line 3057, base.scss */
.news_specialmenu .nav .level1 a {
  color: #7c7b77;
}
/* line 3060, base.scss */
.news_specialmenu .level1 li {
  position: inherit;
}
/* line 3063, base.scss */
.news_specialmenu .nav .level2 > li {
  padding: 0 12px;
}
/* line 3066, base.scss */
.news_specialmenu .nav .level2 > li > a {
  color: black;
  line-height: 50px;
  text-transform: uppercase;
}
/* line 3071, base.scss */
.news_specialmenu .nav .level2 > li.selected {
  background: #d9d5d0;
}
/* line 3074, 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 3081, base.scss */
.news_specialmenu .nav .level2 > .all > a.tmot_recent {
  padding-right: 15px;
}
/* line 3084, base.scss */
.news_specialmenu .nav .level2 > li.selected.all {
  background: none;
}
/* line 3087, base.scss */
.news_specialmenu .nav .level2 > li > a:after {
  content: '';
  background: url("../../images/sprite.png") 0 0 no-repeat;
  width: 14px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
/* line 3096, base.scss */
.news_specialmenu .nav .level2 > li.all > a:after {
  content: '';
  background: url("../../images/sprite.png") 0 0 no-repeat;
  width: 14px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  margin-right: 8px;
}
/* line 3107, base.scss */
.news_specialmenu .nav .level2 > li.selected.all > a:after {
  content: '';
  background: url("../../images/sprite.png") 0 0 no-repeat;
  width: 14px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  margin-right: 8px;
}
/* line 3120, base.scss */
.news_specialmenu .nav .level2 > li.selected > a:after {
  content: '';
  background: url("../../images/sprite.png") 0 -34px no-repeat;
  width: 14px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
}
/* line 3128, 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 3132, base.scss */
.news_specialmenu .tmot_recent:after {
  display: none !important;
}
/* line 3136, base.scss */
.news_specialmenu .nav .level3 li {
  border-left: 1px solid #3c3c3c;
  padding: 6px 0 6px 20px;
}
/* line 3141, base.scss */
.news_specialmenu .nav .level3 li a {
  color: white;
  display: block;
}
/* line 3145, base.scss */
.news_specialmenu .nav .level3 li a:hover {
  color: white;
  display: block;
}
/* line 3149, base.scss */
.news_specialmenu .dropdown {
  position: absolute;
  left: 0;
  right: 0;
  display: none;
  z-index: 999;
}
/* line 3156, base.scss */
.news_specialmenu .dropdown.right-menu {
  left: auto;
  top: 0;
  height: 100%;
  background: #4b4a48;
  width: 457px;
  padding: 38px 97px;
}
/* line 3164, base.scss */
.news_specialmenu .dropdown.right-menu:before {
  border-style: solid;
  border-width: 26px 0 26px 26px;
  border-color: transparent transparent transparent black;
  content: '';
  width: 26px;
  height: 52px;
  left: 0;
  position: absolute;
  top: 38px;
}
/* line 3175, base.scss */
.news_specialmenu .selected > .dropdown {
  display: block;
}
/* line 3187, base.scss */
.news_specialmenu .filter-bar {
  background: white;
  height: 50px;
  text-align: center;
}
/* line 3192, base.scss */
.news_specialmenu .nav > li.has-submenu > a {
  position: relative;
}
/* line 3195, base.scss */
.news_specialmenu .nav > li.has-submenu > a:after {
  border-style: solid;
  border-width: 0 17px 17px 17px;
  border-color: transparent transparent white transparent;
  content: '';
  position: absolute;
  bottom: -31px;
  width: 34px;
  height: 17px;
  left: 0;
}
/* line 3206, base.scss */
.news_specialmenu .filtered-content {
  background: #222222;
  text-align: left;
}
/* line 3210, base.scss */
.news_specialmenu .filtered-content .container {
  background: black;
  padding: 38px 97px;
  position: relative;
}
/* line 3215, base.scss */
.news_specialmenu .filtered-content .left-menu ul {
  width: 100%;
}
/* line 3218, base.scss */
.news_specialmenu .filtered-content .left-menu ul li {
  padding-left: 25px;
  line-height: 26px;
}
/* line 3222, base.scss */
.news_specialmenu .filtered-content .left-menu > ul > li:hover, .news_specialmenu .filtered-content .left-menu > ul > li.selected {
  background: #3c3c3c;
  color: black;
}
/* line 3226, base.scss */
.news_specialmenu .filtered-content li:hover, .news_specialmenu .filtered-content li.selected {
  background: #3c3c3c;
  color: white;
}
/* line 3230, base.scss */
.news_specialmenu .filtered-content .left-menu > ul > li:hover > a, .news_specialmenu .filtered-content .left-menu > ul > li.selected > a {
  color: white;
}
/* line 3234, base.scss */
.news_specialmenu .filtered-content li:hover > a, .news_specialmenu .filtered-content li.selected > a {
  color: #a69364;
}
/* line 3238, base.scss */
.news_specialmenu .article_count {
  color: #a69364;
}
/* line 3242, base.scss */
.news_specialmenu .dropdown.filter-bar {
  display: block !important;
}
/* line 3245, base.scss */
.news_specialmenu .band.news_specialmenu {
  position: relative;
}

/*
.fb_iframe_widget {
	display: none !important;
}*/
/* Added recaptcha */
/* line 3257, 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 3268, base.scss */
  .g-recaptcha {
    transform: scale(0.67);
    transform-origin: left;
    margin: 0;
  }
}
/* Splash */
/* line 3281, base.scss */
.tmot-splash-full {
  background: url("http://cdn.u2.com/images/liveinparisdvd/splash_background_051216.jpg") no-repeat 50% 50% fixed;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
}

/* line 3289, base.scss */
.tmot-splash {
  height: 100%;
}

/* line 3294, base.scss */
.tmot-splash_01 {
  margin: 0 auto;
  padding-top: 30px;
}
/* line 3297, base.scss */
.tmot-splash_01 img {
  text-align: center;
}

/* line 3303, base.scss */
.tmot-splash_02 {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 auto;
  text-align: center;
}
/* line 3308, base.scss */
.tmot-splash_02 img {
  height: 150px;
  width: 84px;
  margin: 0 auto;
}

/* line 3316, base.scss */
.tmot-splash_03 img {
  margin: 0 auto;
}

/* line 3322, base.scss */
.tmot-splash_04 {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 auto;
  text-align: center;
}
/* line 3327, base.scss */
.tmot-splash_04 img {
  height: 30px;
  width: 166px;
  margin: 0 auto;
}

/* line 3335, base.scss */
.tmot-splash_05 img {
  height: 80px;
  width: 166px;
  margin: 0 auto;
}

/* line 3342, base.scss */
.tmot-splash_06 {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 auto;
  text-align: center;
}
/* line 3347, base.scss */
.tmot-splash_06 img {
  height: 14px;
  width: 150px;
  margin: 0 auto;
}

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

@media (max-width: 991px) {
  /* line 3362, base.scss */
  .tmot-splash {
    background-size: auto 100%;
    background-position: top center;
    height: initial;
  }
}
