@CHARSET "UTF-8";
/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
/* line 146, _variables.scss */
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

/* line 157, _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 168, _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 176, _variables.scss */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

/* line 190, _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 205, _variables.scss */
.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* #Basic Styles

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

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

/* #Typography

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

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

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

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

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

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

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

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

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

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

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

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

/* #Site Styles

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

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

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

/* line 265, base.scss */
.user_notification_container.level_red .user_notification_div {
  height: 30px;
  max-width: 1240px;
  padding-left: 40px;
  margin: 0 auto;
  padding-top: 12px;
  background: url("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: #000000;
  font-weight: bold;
  position: relative;
  padding-left: 45px;
  padding-right: 30px;
  background: #9cc674;
  /* Old browsers */
  background: -moz-linear-gradient(top, #9cc674 1%, #90b96a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #9cc674), color-stop(100%, #90b96a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #9cc674 1%, #90b96a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #9cc674 1%, #90b96a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #9cc674 1%, #90b96a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #9cc674 1%, #90b96a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cc674', endColorstr='#90b96a',GradientType=0 );
  /* IE6-9 */
}

/* line 292, base.scss */
.user_notification_container.level_green .user_notification_div {
  height: 30px;
  max-width: 1240px;
  padding-left: 40px;
  margin: 0 auto;
  padding-top: 12px;
  background: url("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: #000000;
  font-weight: bold;
  position: relative;
  padding-left: 45px;
  padding-right: 30px;
  background: #eacf7e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eacf7e 1%, #ebc654 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eacf7e), color-stop(100%, #ebc654));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eacf7e 1%, #ebc654 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eacf7e 1%, #ebc654 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eacf7e 1%, #ebc654 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eacf7e 1%, #ebc654 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eacf7e', endColorstr='#ebc654',GradientType=0 );
  /* IE6-9 */
}

/* line 321, base.scss */
.user_notification_container.level_orange .user_notification_div {
  height: 30px;
  max-width: 1240px;
  padding-left: 40px;
  margin: 0 auto;
  padding-top: 12px;
  background: url("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: #FFFFFF;
}

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

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

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

/* line 423, base.scss */
.footer_logo {
  display: block;
  height: 30px;
  width: 121px;
  text-indent: -9999px;
  background: url("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: #000000;
  background-color: #D9D5D0;
}

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

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

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

/* 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: #000000;
  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: #FFFFFF;
  -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% #FFFFFF;
  appearance: none;
  -moz-appearance: none;
}

/* ie 11 */
@media all and (-ms-high-contrast: none) {
  /* line 860, base.scss */
  .responsive_form_element select {
    background-image: none;
  }
}
/* line 864, base.scss */
.responsive_form_element select:optoin {
  color: #000000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 926, base.scss */
.responsive_form_element.form_element_full.form_checkbox {
  margin-top: 20px;
}
/* line 927, base.scss */
.responsive_form_element.form_element_full.form_checkbox input[type=checkbox] {
  position: relative;
  top: 0px;
}
/* line 931, base.scss */
.responsive_form_element.form_element_full.form_checkbox a {
  color: #C82606;
}

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

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

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

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

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

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

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

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

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

/* line 982, 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 #FFFFFF;
  background-size: 100%;
  height: 13px;
  width: 100%;
}

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

/* line 995, 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 1004, base.scss */
.fb_subscription iframe {
  clear: both;
  padding: 20px 0;
}

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

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

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

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

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

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

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

/* line 1037, 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 1042, 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 1048, 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 1053, base.scss */
.validator_container {
  color: #FFFF00;
  float: inherit;
  height: 40px;
  width: 20px;
  display: none;
}

/* line 1060, 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 1066, 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 1073, base.scss */
.panel {
  -webkit-box-shadow: 0 0px 0px transparent;
  box-shadow: 0 0px 0px transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1166, base.scss */
.bootstrap_offer_element li.offer_selected {
  background-color: #000000;
}

/* line 1169, base.scss */
.bootstrap_offer_element li.offer_selected .offer_detail_content li {
  background-color: #000000;
}

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

/* line 1177, base.scss */
.bootstrap_offer_element li.offer_selected a {
  color: #FFFFFF;
}

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

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

/* line 1191, 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 1194, 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 1207, 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 1211, 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 1228, 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 1232, 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 1236, 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 1240, 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 1243, 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 1246, 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 1249, 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 1257, 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 #FFFFFF;
  float: left;
  width: 40%;
  padding-bottom: 6px;
}
/* line 1263, 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 1268, 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 #FFFFFF;
  width: 40%;
  float: right;
  padding-bottom: 6px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1491, 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 1500, 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 1514, 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 1523, 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 1536, 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 1550, base.scss */
.news_detail_headline .glyphicon.hamburger_grey {
  margin: 0px -2px 0px 0px;
}

/* #Links

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* #Page Styles

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

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

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

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

/* line 1666, base.scss */
.slides img {
  border: 0px !important;
}
/* line 1669, base.scss */
.slides a:hover {
  color: inherit;
}
/* line 1673, base.scss */
.slides .slides_text {
  z-index: 100;
  padding: 34px;
  /* Fallback for web browsers that doesn't support RGBa */
  background: white;
  /* RGBa with 0.6 opacity */
  background: rgba(255, 255, 255, 0.6);
}
/* line 1680, 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 1686, 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 1692, base.scss */
.slides .slides_text .slides_text_secondary:hover {
  text-decoration: underline;
}
/* line 1695, base.scss */
.slides .slides_text .slides_text_normal {
  font-size: 16px;
  font-family: "gotham-lightgotham-light", sans-serif;
  line-height: 16px;
}
/* line 1700, 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 1714, 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;
}
@-moz-document url-prefix() {
  /* line 1725, base.scss */
  .slides .slides_text .slides_text_calltoaction:after {
    background: url("http://cdn.u2.com/non_secure/images/bootstrap/arrow_right.png") 18px 0 transparent;
  }
}
/* line 1730, base.scss */
.slides .carousel-indicators li {
  width: 15px;
  height: 15px;
  border: 0px;
  background-color: #554d50;
}
/* line 1738, base.scss */
.slides .promo_upper_left {
  margin-bottom: -210px;
  position: relative;
  top: 30px;
}
/* line 1744, base.scss */
.slides .promo_upper_right {
  margin-bottom: -240px;
  position: relative;
  top: 30px;
}
/* line 1750, base.scss */
.slides .promo_bottom_left {
  position: relative;
  top: -250px;
  margin-bottom: -200px;
}
/* line 1756, base.scss */
.slides .promo_bottom_right {
  position: relative;
  top: -250px;
  margin-bottom: -200px;
}
/* line 1761, base.scss */
.slides .promo_bottom_center {
  position: relative;
  top: -250px;
  margin-bottom: -200px;
  text-align: center;
}
/* line 1766, base.scss */
.slides .promo_bottom_center .slides_text_calltoaction {
  margin: 10px auto 0px auto;
}
/* line 1771, 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 1779, 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 1787, 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 1796, base.scss */
.slides .flex-control-paging li a {
  width: 16px;
  height: 16px;
  display: block;
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}
/* line 1811, base.scss */
.slides .flex-control-paging li a.flex-active {
  background: #ccc;
  background: rgba(204, 204, 204, 0.9);
  cursor: default;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1946, base.scss */
.pds-box {
  background-color: #000000 !important;
  color: #FFFFFF !important;
  width: 100% !important;
  min-height: 500px;
}
/* line 1951, base.scss */
.pds-box .pds-question-top {
  color: #FFFFFF !important;
  background-color: transparent !important;
  font-family: "gotham-mediumgotham-medium", sans-serif !important;
  font-size: 24px !important;
  font-weight: normal !important;
  line-height: 26px !important;
}
/* line 1959, base.scss */
.pds-box .pds-input-label {
  color: #959391 !important;
  font-family: "gotham-bookgotham-book", sans-serif !important;
  font-size: 15px !important;
}
/* line 1964, base.scss */
.pds-box .pds-input-label:hover {
  color: #FFFFFF !important;
}
/* line 1967, 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 1981, 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 1991, base.scss */
.pds-box .pds-view-results {
  color: #FFFFFF !important;
  padding: 16px 20px 0px 0px !important;
  font-family: "gotham-bookgotham-book", sans-serif !important;
  font-size: 14px !important;
  position: absolute !important;
  right: 20px !important;
}
/* line 2000, base.scss */
.pds-box .pds-answer-text {
  font-family: "gotham-mediumgotham-medium", sans-serif !important;
  color: #FFFFFF !important;
}
/* line 2004, base.scss */
.pds-box .pds-feedback-per {
  font-family: "gotham-mediumgotham-medium", sans-serif !important;
  color: #FFFFFF !important;
}
/* line 2009, base.scss */
.pds-box .pds-box A {
  font-family: "gotham-mediumgotham-medium", sans-serif !important;
  color: #FFFFFF !important;
}

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

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

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

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

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

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

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

/* line 2056, 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 2060, 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 2064, 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 2068, 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 2072, 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 2076, 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 2080, base.scss */
.feed_sign_up {
  text-align: left;
  width: 360px;
  height: 44px;
  background: rgba(0, 0, 0, 0.4);
  float: left;
}
/* line 2086, base.scss */
.feed_sign_up .panel-group {
  margin-bottom: inherit;
}
/* line 2089, base.scss */
.feed_sign_up .panel-group .panel {
  margin-bottom: inherit;
  border-radius: 0px;
}
/* line 2093, base.scss */
.feed_sign_up .panel-default {
  border: 0px;
}
/* line 2096, 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 2104, base.scss */
.feed_sign_up .panel-default > .panel-heading {
  color: inherit;
  background-color: transparent;
  border: 0px;
  padding: 15px 13px 0px 13px;
}
/* line 2110, base.scss */
.feed_sign_up .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: 0px;
  background-color: #DFDCD9;
}
/* line 2114, base.scss */
.feed_sign_up input[type=submit] {
  background-color: #C82606;
  border-radius: 0px;
}
/* line 2118, base.scss */
.feed_sign_up .responsive_form_element {
  margin-bottom: 20px;
}

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

/* line 2131, 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 2142, base.scss */
.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] {
  width: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * COMMENTS
 */
/* line 2374, 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: #000000;
  display: block;
  float: right;
  font-size: 10px;
  height: 17px;
  line-height: 12px;
  margin-right: 20px;
  text-align: center;
  width: 24px;
}

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

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

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

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

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

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

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

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

/* Hearts and Minds */
/* line 2450, base.scss */
#heartsandminds .heartsandminds_promotop h4 {
  font-family: "gotham-boldgotham-bold", sans-serif;
  font-size: 40px;
  color: #000000;
  margin: 40px 0px 40px 0px;
}
/* line 2456, base.scss */
#heartsandminds .heartsandminds_promotop .heartsandminds_promotop_text {
  font-family: "gotham-lightgotham-light", sans-serif;
  font-size: 16px;
  color: #676563;
  margin-bottom: 90px;
}
/* line 2463, base.scss */
#heartsandminds .band.home_watch {
  background-color: #ffffff;
  background: inherit;
}
/* line 2467, base.scss */
#heartsandminds #home_video {
  height: 1100px;
  max-height: 1100px;
}
/* line 2471, base.scss */
#heartsandminds .heartsandminds_organizations {
  color: #FFFFFF;
}
/* line 2473, base.scss */
#heartsandminds .heartsandminds_organizations h4 {
  font-size: 26px;
  font-family: "gotham-lightgotham-light", sans-serif;
  color: #FFFFFF;
  margin-bottom: 45px;
}
/* line 2479, base.scss */
#heartsandminds .heartsandminds_organizations .org_title {
  font-family: "gotham-mediumgotham-medium", sans-serif;
  font-size: 16px;
  margin-bottom: 17px;
  display: block;
}
/* line 2485, base.scss */
#heartsandminds .heartsandminds_organizations .heartsandminds_org {
  font-family: "gotham-lightgotham-light", sans-serif;
  font-size: 15px;
  height: 490px;
}
/* line 2488, base.scss */
#heartsandminds .heartsandminds_organizations .heartsandminds_org .img_container {
  height: 120px;
  margin-bottom: 17px;
  max-height: 120px;
  overflow: hidden;
}
/* line 2494, base.scss */
#heartsandminds .heartsandminds_organizations .heartsandminds_org img {
  height: auto;
  width: 100%;
}
/* line 2501, base.scss */
#heartsandminds #home_video iframe {
  height: 800px;
}
/* line 2504, base.scss */
#heartsandminds .news_teaser h4 {
  margin-bottom: 25px;
  font-size: 28px;
  font-family: "gotham-lightgotham-light", sans-serif;
}
/* line 2509, base.scss */
#heartsandminds .band.news_allnews {
  padding-bottom: 90px;
}
/* line 2512, base.scss */
#heartsandminds .view_more a, #heartsandminds .view_more a:link, #heartsandminds .view_more a:hover {
  margin-top: -40px;
}
/* line 2515, base.scss */
#heartsandminds #home_video h4 {
  font-family: "gotham-lightgotham-light", sans-serif;
  font-size: 26px;
}
/* line 2519, base.scss */
#heartsandminds #home_video {
  overflow: inherit;
}
/* line 2523, base.scss */
#heartsandminds .home_watch h4 {
  margin-bottom: 30px;
  font-size: 28px;
  font-family: "gotham-lightgotham-light", sans-serif;
  color: #000000;
}
/* line 2529, base.scss */
#heartsandminds .home_watch .title_area {
  display: none;
}
/* line 2532, base.scss */
#heartsandminds .home_watch .grid_list_cell {
  width: 155px;
  height: 155px;
  margin-right: 10px;
}
/* line 2537, base.scss */
#heartsandminds .home_watch .grid_list_image {
  width: 155px;
  height: 155px;
}
/* line 2541, base.scss */
#heartsandminds .home_watch .grid_list_image img {
  width: 155px;
  height: 155px;
}
/* line 2545, base.scss */
#heartsandminds .home_watch .grid_list_image .grid_list_name {
  width: 155px;
  height: 155px;
}
/* line 2549, base.scss */
#heartsandminds .home_watch .media_scroller_left a {
  border: 0px;
  position: relative;
  left: -50px;
  top: 90px;
}
/* line 2555, base.scss */
#heartsandminds .home_watch .media_scroller_right a {
  border: 0px;
  position: relative;
  left: 50px;
  top: 90px;
}
/* line 2561, 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 2564, 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 2567, base.scss */
#heartsandminds .home_watch .scrolling_box {
  position: relative;
  top: -35px;
  height: 200px;
}
/* line 2573, base.scss */
#heartsandminds .home_watch #video_player_widget #video_player_wrapper {
  max-width: 100%;
  height: 640px;
}
/* line 2577, base.scss */
#heartsandminds .home_watch #video_player_widget .media_scroller_left {
  display: none;
}
/* line 2580, base.scss */
#heartsandminds .home_watch #video_player_widget .title_area {
  display: none;
}
/* line 2583, base.scss */
#heartsandminds .home_watch #video_player_widget .media_scroller_right {
  display: none;
}
/* line 2586, base.scss */
#heartsandminds .home_watch #video_player_widget .scroller_list_outside {
  margin: 56px auto 0px auto;
  width: 880px;
  height: inherit;
  overflow: hidden;
}
/* line 2592, 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 2599, base.scss */
#heartsandminds .home_watch #video_player_widget .grid_list_cell:hover {
  border-bottom: 6px solid #000000;
}
/* line 2602, base.scss */
#heartsandminds .home_watch #video_player_widget .grid_list_video {
  width: 140px;
  overflow: hidden;
  height: 80px;
}
/* line 2603, base.scss */
#heartsandminds .home_watch #video_player_widget .grid_list_video img {
  width: 140px;
  height: auto;
}
/* line 2610, base.scss */
#heartsandminds .home_watch #video_player_widget .grid_list_video .grid_list_name {
  width: 140px;
  font-size: 12px;
  line-height: 12px;
}
/* line 2611, base.scss */
#heartsandminds .home_watch #video_player_widget .grid_list_video .grid_list_name a {
  color: #FFFFFF;
}

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

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

/* Service Pages */
/* line 2674, base.scss */
#profile h2 {
  margin-bottom: 20px;
  font-family: "gotham-boldgotham-bold", sans-serif;
  font-size: 34px;
  color: #000000;
}
/* line 2681, base.scss */
#profile .profile_left h4 {
  font-family: "gotham-lightgotham-light", sans-serif;
  color: #000000;
  font-size: 20px;
  margin-bottom: 17px;
}
/* line 2688, base.scss */
#profile .profile_left .user-info .container_box {
  background-color: #DFDCD9;
  padding: 40px 30px 40px 30px;
  margin-bottom: 55px;
}
/* line 2692, 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: #000000;
}
/* line 2699, base.scss */
#profile .profile_left .user-info .container_box .div_val {
  font-family: "gotham-bookgotham-book", sans-serif;
  font-size: 14px;
  color: #676563;
}
/* line 2706, base.scss */
#profile .profile_left .coupon_container .coupon_image {
  margin: 20px 0;
}
/* line 2708, base.scss */
#profile .profile_left .coupon_container .coupon_image img {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 17px;
}
/* line 2714, base.scss */
#profile .profile_left .coupon_container .coupon_image p {
  float: none;
  width: 100%;
}
/* line 2720, base.scss */
#profile .profile_left .download_links .container_box {
  background-color: #232323;
  padding: 25px;
  color: #FFFFFF;
  font-family: "gotham-lightgotham-light", sans-serif;
  font-size: 15px;
}
/* line 2726, base.scss */
#profile .profile_left .download_links .container_box p {
  float: none !important;
  width: 100% !important;
}
/* line 2730, base.scss */
#profile .profile_left .download_links .container_box img {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 17px;
}
/* line 2736, base.scss */
#profile .profile_left .download_links .container_box a {
  font-family: "gotham-mediumgotham-medium", sans-serif;
  color: #A69364;
}
/* line 2740, base.scss */
#profile .profile_left .download_links .container_box .download_container {
  margin-bottom: 30px;
}
/* line 2742, base.scss */
#profile .profile_left .download_links .container_box .download_container li {
  margin-bottom: 10px;
}
/* line 2750, base.scss */
#profile .profile_right h4 {
  font-family: "gotham-lightgotham-light", sans-serif;
  color: #000000;
  font-size: 20px;
  margin-bottom: 17px;
}
/* line 2756, base.scss */
#profile .profile_right .container_box {
  background-color: #DFDCD9;
  padding: 38px 50px 50px 50px;
}
/* line 2759, 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 2765, 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: #000000;
  font-family: "gotham-bookgotham-book", sans-serif;
  margin-bottom: 20px;
  background-color: #FFFFFF;
  border: 0px;
}
/* line 2776, base.scss */
#profile .profile_right .container_box input[type=submit] {
  background-color: #C82606;
  border-radius: 0px;
  color: #FFFFFF;
}
/* line 2781, 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 2785, 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 2791, base.scss */
#profile .profile_right .container_box a {
  font-family: "gotham-mediumgotham-medium", sans-serif;
  color: #A69364;
}
/* line 2795, base.scss */
#profile .profile_right .container_box .download_container {
  margin-bottom: 30px;
}
/* line 2797, base.scss */
#profile .profile_right .container_box .download_container li {
  margin-bottom: 10px;
}

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

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

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

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

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

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

/* line 2862, base.scss */
#service .login_grey {
  padding-top: 30px;
  color: #FFFFFF;
  font-family: "gotham-bookgotham-book", sans-serif;
  font-size: 15px;
}
/* line 2867, base.scss */
#service .login_grey h3 {
  color: #FFFFFF;
  font-family: "gotham-boldgotham-bold", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}
/* line 2874, base.scss */
#service .login_grey .container_box {
  width: 100%;
  text-align: center;
}
/* line 2878, base.scss */
#service .login_grey .login_text_calltoaction {
  background: #4F4E4D !important;
  background-image: none !important;
  border: none !important;
  font-size: 14px !important;
  font-family: "gotham-mediumgotham-medium", sans-serif;
  text-transform: uppercase !important;
  color: #FFFFFF !important;
  width: 280px;
  padding: 10px 20px 10px 20px;
  text-align: left !important;
  font-weight: normal !important;
  margin-top: 22px;
  margin: 20px auto;
}
/* line 2894, 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 2908, base.scss */
#service .emailsignup .color_grey {
  background-color: transparent !important;
}
/* line 2911, base.scss */
#service .emailsignup .container_box {
  background-color: #DFDCD9;
  padding: 40px 30px 40px 30px;
  width: 40%;
}
/* line 2916, 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 2920, base.scss */
#service .emailsignup .responsive_form_element.form_element_full.form_checkbox input[type=checkbox] {
  top: inherit;
}
/* line 2923, base.scss */
#service .emailsignup .responsive_form_element.form_element_full.form_checkbox a {
  color: #A69364;
}
/* line 2926, 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 2936, base.scss */
#service .emailsignup .emailunsub {
  margin-top: 20px;
}
/* line 2942, base.scss */
#service .general .white_container a {
  color: #A69364;
  font-family: "gotham-mediumgotham-medium", sans-serif;
  font-weight: bold;
}

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

/* line 2956, base.scss */
#help .help_foundbox {
  margin-top: 96px;
}
/* line 2958, base.scss */
#help .help_foundbox .section_title h4 {
  font-family: "gotham-lightgotham-light", sans-serif;
  font-size: 20px;
  color: #676563;
  margin-bottom: 15px;
}
/* line 2964, base.scss */
#help .help_foundbox .container_box {
  background-color: #e8e6e4;
  padding: 30px 31px 30px 31px;
  display: inline-block;
  width: 100%;
}
/* line 2970, base.scss */
#help .help_foundbox .responsive_form_element.form_element_half {
  float: inherit;
  width: 100%;
}
/* line 2974, base.scss */
#help .help_foundbox .validator_container {
  width: inherit;
}
/* line 2977, 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 2983, base.scss */
#help .help_foundbox .responsive_form_element select {
  WIDTH: 100%;
}
/* line 2986, 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 3010, 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 3018, base.scss */
.news_specialmenu .col-1 {
  width: 8.33%;
}
/* line 3021, base.scss */
.news_specialmenu .col-2 {
  width: 16.66%;
}
/* line 3024, base.scss */
.news_specialmenu .col-3 {
  width: 25%;
}
/* line 3027, base.scss */
.news_specialmenu .col-4 {
  width: 33.33%;
}
/* line 3030, base.scss */
.news_specialmenu .col-5 {
  width: 41.66%;
}
/* line 3033, base.scss */
.news_specialmenu .col-6 {
  width: 50%;
}
/* line 3036, base.scss */
.news_specialmenu .col-7 {
  width: 58.33%;
}
/* line 3039, base.scss */
.news_specialmenu .col-8 {
  width: 66.66%;
}
/* line 3042, base.scss */
.news_specialmenu .col-9 {
  width: 75%;
}
/* line 3045, base.scss */
.news_specialmenu .col-10 {
  width: 83.33%;
}
/* line 3048, base.scss */
.news_specialmenu .col-12 {
  width: 100%;
}
/* line 3051, base.scss */
.news_specialmenu .col-11 {
  width: 91.66%;
}
/* line 3054, base.scss */
.news_specialmenu [class*="col-"] {
  float: left;
  padding: 0 10px;
}
/* line 3058, base.scss */
.news_specialmenu .row-section {
  margin-left: -10px;
  margin-right: -10px;
}
/* line 3062, base.scss */
.news_specialmenu .inline-list {
  margin: 0;
  padding: 0;
  text-align: center;
}
/* line 3067, base.scss */
.news_specialmenu .inline-list li {
  display: inline-block;
}
/* line 3070, base.scss */
.news_specialmenu .menu-list {
  margin: 0;
  padding: 0;
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  width: 60%;
}
/* line 3080, base.scss */
.news_specialmenu .menu-list li {
  display: block;
  width: 100%;
}
/* line 3084, base.scss */
.news_specialmenu .nav > li > a:hover, .news_specialmenu .nav > li.selected > a, .news_specialmenu .nav > li.has-submenu > a {
  color: #FFFFFF;
}
/* line 3087, base.scss */
.news_specialmenu .nav .level1 a {
  color: #7c7b77;
}
/* line 3090, base.scss */
.news_specialmenu .level1 li {
  position: inherit;
}
/* line 3093, base.scss */
.news_specialmenu .nav .level2 > li {
  padding: 0 12px;
}
/* line 3096, base.scss */
.news_specialmenu .nav .level2 > li > a {
  color: #000000;
  line-height: 50px;
  text-transform: uppercase;
}
/* line 3101, base.scss */
.news_specialmenu .nav .level2 > li.selected {
  background: #D9D5D0;
}
/* line 3104, 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 3111, base.scss */
.news_specialmenu .nav .level2 > .all > a.tmot_recent {
  padding-right: 15px;
}
/* line 3114, base.scss */
.news_specialmenu .nav .level2 > li.selected.all {
  background: none;
}
/* line 3117, 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 3126, 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 3137, 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 3150, 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 3158, 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 3162, base.scss */
.news_specialmenu .tmot_recent:after {
  display: none !important;
}
/* line 3166, base.scss */
.news_specialmenu .nav .level3 li {
  border-left: 1px solid #3c3c3c;
  padding: 6px 0 6px 20px;
}
/* line 3171, base.scss */
.news_specialmenu .nav .level3 li a {
  color: #FFFFFF;
  display: block;
}
/* line 3175, base.scss */
.news_specialmenu .nav .level3 li a:hover {
  color: #FFFFFF;
  display: block;
}
/* line 3179, base.scss */
.news_specialmenu .dropdown {
  position: absolute;
  left: 0;
  right: 0;
  display: none;
  z-index: 999;
}
/* line 3186, base.scss */
.news_specialmenu .dropdown.right-menu {
  left: auto;
  top: 0;
  height: 100%;
  background: #4b4a48;
  width: 457px;
  padding: 38px 97px;
}
/* line 3194, base.scss */
.news_specialmenu .dropdown.right-menu:before {
  border-style: solid;
  border-width: 26px 0 26px 26px;
  border-color: transparent transparent transparent #000000;
  content: '';
  width: 26px;
  height: 52px;
  left: 0;
  position: absolute;
  top: 38px;
}
/* line 3205, base.scss */
.news_specialmenu .selected > .dropdown {
  display: block;
}
/* line 3217, base.scss */
.news_specialmenu .filter-bar {
  background: #FFFFFF;
  height: 50px;
  text-align: center;
}
/* line 3222, base.scss */
.news_specialmenu .nav > li.has-submenu > a {
  position: relative;
}
/* line 3225, base.scss */
.news_specialmenu .nav > li.has-submenu > a:after {
  border-style: solid;
  border-width: 0 17px 17px 17px;
  border-color: transparent transparent #FFFFFF transparent;
  content: '';
  position: absolute;
  bottom: -31px;
  width: 34px;
  height: 17px;
  left: 0;
}
/* line 3236, base.scss */
.news_specialmenu .filtered-content {
  background: #222222;
  text-align: left;
}
/* line 3240, base.scss */
.news_specialmenu .filtered-content .container {
  background: #000000;
  padding: 38px 97px;
  position: relative;
}
/* line 3245, base.scss */
.news_specialmenu .filtered-content .left-menu ul {
  width: 100%;
}
/* line 3248, base.scss */
.news_specialmenu .filtered-content .left-menu ul li {
  padding-left: 25px;
  line-height: 26px;
}
/* line 3252, base.scss */
.news_specialmenu .filtered-content .left-menu > ul > li:hover, .news_specialmenu .filtered-content .left-menu > ul > li.selected {
  background: #3c3c3c;
  color: #000000;
}
/* line 3256, base.scss */
.news_specialmenu .filtered-content li:hover, .news_specialmenu .filtered-content li.selected {
  background: #3c3c3c;
  color: #FFFFFF;
}
/* line 3260, base.scss */
.news_specialmenu .filtered-content .left-menu > ul > li:hover > a, .news_specialmenu .filtered-content .left-menu > ul > li.selected > a {
  color: #FFFFFF;
}
/* line 3264, base.scss */
.news_specialmenu .filtered-content li:hover > a, .news_specialmenu .filtered-content li.selected > a {
  color: #A69364;
}
/* line 3268, base.scss */
.news_specialmenu .article_count {
  color: #A69364;
}
/* line 3272, base.scss */
.news_specialmenu .dropdown.filter-bar {
  display: block !important;
}
/* line 3275, base.scss */
.news_specialmenu .band.news_specialmenu {
  position: relative;
}

/*
.fb_iframe_widget {
	display: none !important;
}*/
/* Added recaptcha */
/* line 3287, 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 3298, base.scss */
  .g-recaptcha {
    transform: scale(0.67);
    transform-origin: left;
    margin: 0;
  }
}
/* Splash */
/* line 3311, base.scss */
.tmot_splash_main {
  background: url("http://cdn.u2.com/images/splash/2017_joshuatree_march/burst.jpg") no-repeat center center;
  background-size: contain;
}

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

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

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

/* line 3340, base.scss */
.tmot-splash_02 {
  padding-top: 10px;
  padding-bottom: 40px;
  margin: 0 auto;
  text-align: center;
  color: #FFFFFF;
  font-size: 32px;
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-weight: bold;
  line-height: 36px;
}

/* line 3352, base.scss */
.tmot-splash_03 {
  text-align: center;
  color: #8d734a;
  font-size: 26px;
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 30px;
}

/* line 3362, base.scss */
.tmot-splash_04 {
  text-align: center;
  margin-bottom: 30px;
}
/* line 3364, base.scss */
.tmot-splash_04 a {
  color: #FFFFFF;
  font-size: 26px;
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-weight: bold;
  padding: 10px 20px;
  background-color: #8d734a;
}

/* line 3375, base.scss */
.tmot-splash_05 {
  text-align: center;
  margin-bottom: 30px;
}
/* line 3377, base.scss */
.tmot-splash_05 a {
  color: #8d734a;
  font-size: 26px;
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 20px;
}

/* line 3388, base.scss */
.tmot-splash_06 {
  padding-bottom: 20px;
  margin: 0 auto;
  text-align: center;
  width: 50%;
}
/* line 3393, base.scss */
.tmot-splash_06 img {
  height: 30px;
  width: 166px;
  margin: 0 auto;
}

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

/* line 3410, base.scss */
.tmot-couponcode {
  padding: 10px;
  border: 1px solid grey;
  width: 320px;
  max-width: 100%;
}

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

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

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

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

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

  /* line 3449, base.scss */
  .tmot-splash_06 {
    width: 100%;
  }
}
