@import "../Common/fonts.css";
/* Showcase: Image Gallery */
/* This class is removed after the showcase is loaded */
/* Assign the correct showcase height to prevent loading jumps in IE */
@import 'bootstrap-datepicker.min.css';
.image-gallery .showcase-load {
  height: 470px;
  /* Same as showcase javascript option */
  overflow: hidden;
}
/* Container when content is shown in slider */
.image-gallery .showcase {
  position: relative;
  *position: inherit;
  margin: auto;
  border: 1px solid white;
}
.image-gallery .showcase-content-container {
  background-color: #F7F7F7;
}
/* Navigation arrows */
.image-gallery .showcase-arrow-previous,
.image-gallery .showcase-arrow-next {
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  height: 400px;
  width: 33px;
  top: 77px;
  cursor: pointer;
  z-index: 25;
}
.image-gallery .showcase-arrow-previous {
  background-image: url("/content/images/showcaseslider/prev.png");
  opacity: 1;
  left: 0;
  /*left: -60px;*/
}
.image-gallery .showcase-arrow-previous:hover {
  opacity: 0.7;
  /*background-position: 0px -34px;*/
}
.image-gallery .showcase-arrow-next {
  right: 0;
  /*background-position: -34px 0;*/
  background-image: url("/content/images/showcaseslider/next.png");
  opacity: 1;
}
.image-gallery .showcase-arrow-next:hover {
  /*background-position: -34px -34px;*/
  opacity: 0.7;
}
/* Content */
.image-gallery .showcase-content {
  background-color: #F7F7F7;
  text-align: center;
}
.image-gallery .showcase-content-wrapper {
  text-align: center;
  height: 470px;
  width: 700px;
  display: table-cell;
  vertical-align: middle;
}
/* Styling the tooltips */
.image-gallery .showcase-plus-anchor {
  background-image: url("/content/images/showcaseslider/plus.png");
  background-repeat: no-repeat;
}
.image-gallery .showcase-plus-anchor:hover {
  background-position: -32px 0;
}
.image-gallery div.showcase-tooltip {
  background-color: #fff;
  color: #000;
  text-align: left;
  padding: 5px 8px;
  background-image: url("/content/images/showcaseslider/white-opacity-80.png");
}
/* Styling the caption */
.image-gallery .showcase-caption {
  color: #F7F7F7;
  padding: 10px 15px;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  background: #252525;
  border-top: 1px solid white;
  height: 190px;
  overflow: hidden;
}
.image-gallery .showcase-onepage .showcase-content {
  margin-bottom: 10px;
}
/* Button Wrapper */
.image-gallery .showcase-button-wrapper {
  position: absolute;
  text-align: center;
  bottom: 185px;
  width: 590px;
}
.image-gallery .showcase-button-wrapper span {
  margin-right: 3px;
  padding: 2px 1px 0 1px;
  cursor: pointer;
  font-size: 12px;
  color: #444444;
}
.image-gallery .showcase-button-wrapper span.active {
  color: #fff;
}
/* Thumbnails */
.image-gallery .showcase-thumbnail-container {
  /* Used for backgrounds, no other styling!!! */
  background-color: #F7F7F7;
}
.image-gallery .showcase-thumbnail-wrapper {
  overflow: hidden;
}
.image-gallery .showcase-thumbnail {
  width: 110px;
  height: 75px;
  cursor: pointer;
  border: solid 1px #999;
  position: relative;
}
.image-gallery .showcase-thumbnail-caption {
  position: absolute;
  bottom: 2px;
  padding-left: 10px;
  padding-bottom: 5px;
}
.image-gallery .showcase-thumbnail-content {
  padding: 10px;
  text-align: center;
  padding-top: 25px;
}
.image-gallery .showcase-thumbnail-cover {
  background-image: url("/content/images/showcaseslider/black-opacity-40.png");
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.image-gallery .showcase-thumbnail:hover {
  border: solid 1px #666;
}
.image-gallery .showcase-thumbnail:hover .showcase-thumbnail-cover {
  display: none;
}
.image-gallery .showcase-thumbnail.active {
  border: solid 1px #000;
}
.image-gallery .showcase-thumbnail.active .showcase-thumbnail-cover {
  display: none;
}
.image-gallery .showcase-thumbnail-wrapper-horizontal {
  padding: 0 1px 1px 1px;
}
.image-gallery .showcase-thumbnail-wrapper-horizontal .showcase-thumbnail {
  margin-right: 1px;
}
.image-gallery .showcase-thumbnail-wrapper-vertical {
  padding: 1px 1px 0 0;
}
.image-gallery .showcase-thumbnail-wrapper-vertical .showcase-thumbnail {
  margin-bottom: 1px;
}
.image-gallery .showcase-thumbnail-button-backward,
.image-gallery .showcase-thumbnail-button-forward {
  padding: 0;
  cursor: pointer;
}
.image-gallery .showcase-thumbnail-button-backward {
  padding-bottom: 0;
  padding-right: 0;
}
.image-gallery .showcase-thumbnail-button-forward .showcase-thumbnail-horizontal,
.image-gallery .showcase-thumbnail-button-backward .showcase-thumbnail-horizontal {
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 17px;
  height: 77px;
}
.image-gallery .showcase-thumbnail-button-backward .showcase-thumbnail-vertical,
.image-gallery .showcase-thumbnail-button-forward .showcase-thumbnail-vertical {
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 112px;
  height: 17px;
}
.image-gallery .showcase-thumbnail-button-backward .showcase-thumbnail-vertical {
  background-image: url("/content/images/showcaseslider/up-thumbnail.png");
  opacity: 1;
}
.image-gallery .showcase-thumbnail-button-backward:hover .showcase-thumbnail-vertical {
  opacity: 0.7;
}
.image-gallery .showcase-thumbnail-button-forward .showcase-thumbnail-vertical {
  background-image: url("/content/images/showcaseslider/down-thumbnail.png");
  opacity: 1;
}
.image-gallery .showcase-thumbnail-button-forward:hover .showcase-thumbnail-vertical {
  opacity: 0.7;
}
.image-gallery .showcase-thumbnail-button-backward .showcase-thumbnail-horizontal {
  background-image: url("/content/images/showcaseslider/prev-thumbnail.png");
  opacity: 1;
}
.image-gallery .showcase-thumbnail-button-backward:hover .showcase-thumbnail-horizontal {
  opacity: 0.7;
}
.image-gallery .showcase-thumbnail-button-forward .showcase-thumbnail-horizontal {
  background-image: url("/content/images/showcaseslider/next-thumbnail.png");
  opacity: 1;
}
.image-gallery .showcase-thumbnail-button-forward:hover .showcase-thumbnail-horizontal {
  opacity: 0.7;
}
.image-gallery .showcase-thumbnail-button-backward.showcase-thumbnail-button-disabled,
.image-gallery .showcase-thumbnail-button-forward.showcase-thumbnail-button-disabled {
  cursor: default;
}
.image-gallery .showcase-thumbnail-button-backward.showcase-thumbnail-button-disabled .showcase-thumbnail-vertical,
.image-gallery .showcase-thumbnail-button-backward.showcase-thumbnail-button-disabled:hover .showcase-thumbnail-vertical,
.image-gallery .showcase-thumbnail-button-forward.showcase-thumbnail-button-disabled .showcase-thumbnail-vertical,
.image-gallery .showcase-thumbnail-button-forward.showcase-thumbnail-button-disabled:hover .showcase-thumbnail-vertical,
.image-gallery .showcase-thumbnail-button-backward.showcase-thumbnail-button-disabled .showcase-thumbnail-horizontal,
.image-gallery .showcase-thumbnail-button-backward.showcase-thumbnail-button-disabled:hover .showcase-thumbnail-horizontal,
.image-gallery .showcase-thumbnail-button-forward.showcase-thumbnail-button-disabled .showcase-thumbnail-horizontal,
.image-gallery .showcase-thumbnail-button-forward.showcase-thumbnail-button-disabled:hover .showcase-thumbnail-horizontal {
  opacity: 1;
}
/* Hide button text */
.image-gallery .showcase-thumbnail-button-forward span span,
.image-gallery .showcase-thumbnail-button-backward span span {
  display: none;
}
/* caption styles */
.image-gallery .showcase-caption h2 {
  display: block;
  line-height: normal;
  text-transform: none;
  font-weight: bold;
  font-size: 1.75em;
  padding: 12px 0;
  color: #FFF;
}
.image-gallery .showcase-caption .description {
  height: 120px;
  font-size: 0.95em;
  width: 570px;
  *width: 255px;
}
.image-gallery .showcase-caption .placeholder {
  position: absolute;
  right: 20px;
  top: 5px;
  font-size: 0.725em;
}
.image-gallery .showcase-caption .placeholder .photo-credit {
  display: block;
}
.image-gallery .showcase-caption .placeholder .high-res {
  color: #828181;
}
.image-gallery .showcase-caption .count {
  text-align: center;
  font-size: 1em;
}
.image-gallery .showcase-caption .ad-content {
  float: right;
  width: 300px;
  height: 125px;
  margin-left: 15px;
  overflow: hidden;
}
.image-gallery .showcase-caption-social {
  position: absolute;
  left: 15px;
  bottom: 185px;
}
.image-gallery .showcase-caption-social a {
  opacity: 1;
}
.image-gallery .showcase-caption-social a:hover {
  opacity: 1;
}
.image-gallery .showcase-ad-content {
  width: 300px;
  height: 125px;
  overflow: hidden;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.image-gallery .showcase.vertical-left .showcase-arrow-previous,
.image-gallery .showcase.vertical-left .showcase-arrow-next,
.image-gallery .showcase.vertical-right .showcase-arrow-previous,
.image-gallery .showcase.vertical-right .showcase-arrow-next,
.image-gallery .no-thumbnail .showcase-arrow-previous,
.image-gallery .no-thumbnail .showcase-arrow-next {
  top: 0;
}
.image-gallery .showcase.vertical-left .showcase-button-wrapper {
  left: 112px;
}
.image-gallery .showcase.vertical-left .showcase-caption-social {
  left: 127px;
}
.image-gallery .showcase.vertical-left .showcase-arrow-previous {
  left: 113px;
}
.image-gallery .showcase-thumbnail-button-forward .showcase-thumbnail-vertical {
  border-top: 1px solid #F7F7F7;
}
.image-gallery .showcase.vertical-right .showcase-arrow-next {
  right: 113px;
}
.image-gallery .showcase.vertical-right .showcase-thumbnail-wrapper-vertical {
  padding: 1px 0 0 1px;
}
.image-gallery .showcase.vertical-right .showcase-thumbnail-button-backward .showcase-thumbnail-vertical,
.image-gallery .showcase.vertical-right .showcase-thumbnail-button-forward .showcase-thumbnail-vertical {
  border-left: 1px solid #F7F7F7;
}
/* Clear (used for horizontal thumbnails) */
.image-gallery .clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  float: none;
}
/* Showcase: Carousel */
/* This class is removed after the showcase is loaded */
/* Assign the correct showcase height to prevent loading jumps in IE */
.home-carousel .showcase-load {
  height: 0;
  /* Same as showcase javascript option */
  overflow: hidden;
}
/* Container when content is shown in slider */
.home-carousel .showcase {
  position: relative;
  *position: inherit;
  margin: auto;
  border: 0;
}
.home-carousel .showcase-content-container {
  background-color: #F7F7F7;
}
/* Navigation arrows */
.home-carousel .showcase-arrow-previous,
.home-carousel .showcase-arrow-next {
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  height: 375px;
  width: 33px;
  top: 0;
  cursor: pointer;
  z-index: 25;
}
.home-carousel .showcase-arrow-previous {
  background-image: url("/content/images/showcaseslider/prev.png");
  opacity: 1;
  left: 0;
}
.home-carousel .showcase-arrow-previous:hover {
  opacity: 0.7;
}
.home-carousel .showcase-arrow-next {
  right: 0;
  background-image: url("/content/images/showcaseslider/next.png");
  opacity: 1;
}
.home-carousel .showcase-arrow-next:hover {
  opacity: 0.7;
}
/* Content */
.home-carousel .showcase-content {
  background-color: #F7F7F7;
  opacity: 1;
  height: 100%;
  width: 100%;
  /*text-align: left;*/
}
.home-carousel .showcase-content a {
  display: block;
  height: 100%;
  text-decoration: none;
  width: 100%;
}
.home-carousel .showcase-content .caption-background {
  background: url('/content/images/backgrounds/module-gradient-overlay.png') repeat-x scroll 0 -10px transparent;
  bottom: 0;
  color: #FFFFFF;
  padding: 0;
  position: absolute;
  width: 100%;
}
.home-carousel .showcase-content .caption-details {
  padding: 70px 10px 20px 10px;
  border: 0;
  position: relative;
}
.home-carousel .showcase-content .caption-details h4 {
  color: #00BFF3;
  font-family: Arial, Verdana, sans-serif;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
}
.home-carousel .showcase-content .caption-details h3 {
  color: #FFFFFF;
  font-family: 'HelveticaNeueW02-Thin', Arial, Verdana, sans-serif;
  font-size: 2.083em;
  font-weight: normal;
  line-height: 1em;
  text-transform: none;
}
.home-carousel .showcase-content-wrapper {
  text-align: center;
  height: 470px;
  width: 700px;
  display: table-cell;
  vertical-align: middle;
}
/* Styling the tooltips */
.home-carousel .showcase-plus-anchor {
  background-image: url("/content/images/showcaseslider/plus.png");
  background-repeat: no-repeat;
}
.home-carousel .showcase-plus-anchor:hover {
  background-position: -32px 0;
}
.home-carousel div.showcase-tooltip {
  background-color: #fff;
  color: #000;
  text-align: left;
  padding: 5px 8px;
  background-image: url("/content/images/showcaseslider/white-opacity-80.png");
}
/* Styling the caption */
.home-carousel .showcase-caption {
  color: #F7F7F7;
  padding: 10px 10px;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  border-top: 1px solid #000000;
  height: 74px;
  overflow: hidden;
  background-image: url("/content/images/showcaseslider/black-opacity-80.png");
}
.home-carousel .showcase-onepage .showcase-content {
  margin-bottom: 10px;
}
/* Button Wrapper */
.home-carousel .showcase-button-wrapper {
  position: absolute;
  text-align: center;
  bottom: 5px;
  width: 300px;
}
.home-carousel .showcase-button-wrapper span {
  margin-right: 3px;
  padding: 2px 1px 0 1px;
  cursor: pointer;
  font-size: 12px;
  color: #444444;
}
.home-carousel .showcase-button-wrapper span.active {
  color: #fff;
}
/* Thumbnails */
.home-carousel .showcase-thumbnail-container {
  /* Used for backgrounds, no other styling!!! */
  background-color: #ffffff;
}
.home-carousel .showcase-thumbnail-wrapper {
  overflow: hidden;
}
.home-carousel .showcase-thumbnail {
  width: 300px;
  height: 74px;
  cursor: pointer;
  border: 0;
  position: relative;
  background: #FFFFFF;
  color: #152C53;
}
.home-carousel .showcase-thumbnail img {
  padding: 5px 0 0 5px;
  /*height: 65px;
    width: 105px;*/
}
.home-carousel .showcase-thumbnail-caption {
  position: absolute;
  top: 0;
  left: 110px;
  margin: 8px 5px;
  overflow: hidden;
  height: 58px;
}
.home-carousel .showcase-thumbnail-caption .feature-type {
  font-size: 0.9em;
  font-weight: bold;
}
.home-carousel .showcase-thumbnail-caption .feature-title {
  font-size: 0.9em;
  font-weight: bold;
  height: 58px;
  display: table-cell;
  vertical-align: middle;
}
.home-carousel .showcase-thumbnail-caption .feature-blurb {
  padding-top: 2px;
  font-size: 0.9em;
}
.home-carousel .showcase-thumbnail-content {
  padding: 10px;
  text-align: center;
  padding-top: 25px;
}
.home-carousel .showcase-thumbnail-cover {
  background-image: url("/content/images/showcaseslider/white-opacity-40.png");
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.home-carousel .showcase-thumbnail:hover {
  border: 0;
}
.home-carousel .showcase-thumbnail:hover .showcase-thumbnail-cover {
  display: none;
}
.home-carousel .showcase-thumbnail.active {
  border: 0;
  color: #FFFFFF;
  background-color: #152C53;
}
.home-carousel .showcase-thumbnail.active .showcase-thumbnail-cover {
  display: none;
}
.home-carousel .showcase-thumbnail-wrapper-horizontal {
  padding: 0 1px 1px 1px;
}
.home-carousel .showcase-thumbnail-wrapper-horizontal .showcase-thumbnail {
  margin-right: 1px;
}
.home-carousel .showcase-thumbnail-wrapper-vertical {
  padding: 0;
}
.home-carousel .showcase-thumbnail-wrapper-vertical .showcase-thumbnail {
  /* margin-bottom: 1px; */
  box-shadow: 0 0 12px -8px #152C53;
  border-bottom: 1px solid #f7f7f7;
  margin: 0;
}
.home-carousel .showcase-thumbnail-button-backward,
.home-carousel .showcase-thumbnail-button-forward {
  padding: 0;
  cursor: pointer;
}
.home-carousel .showcase-thumbnail-button-backward {
  padding-bottom: 0;
  padding-right: 0;
}
.home-carousel .showcase-thumbnail-button-forward .showcase-thumbnail-horizontal,
.home-carousel .showcase-thumbnail-button-backward .showcase-thumbnail-horizontal {
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 17px;
  height: 77px;
}
.home-carousel .showcase-thumbnail-button-backward .showcase-thumbnail-vertical,
.home-carousel .showcase-thumbnail-button-forward .showcase-thumbnail-vertical {
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 112px;
  height: 17px;
}
.home-carousel .showcase-thumbnail-button-backward .showcase-thumbnail-vertical {
  background-image: url("/content/images/showcaseslider/up-thumbnail.png");
  opacity: 1;
}
.home-carousel .showcase-thumbnail-button-backward:hover .showcase-thumbnail-vertical {
  opacity: 0.7;
}
.home-carousel .showcase-thumbnail-button-forward .showcase-thumbnail-vertical {
  background-image: url("/content/images/showcaseslider/down-thumbnail.png");
  opacity: 1;
}
.home-carousel .showcase-thumbnail-button-forward:hover .showcase-thumbnail-vertical {
  opacity: 0.7;
}
.home-carousel .showcase-thumbnail-button-backward .showcase-thumbnail-horizontal {
  background-image: url("/content/images/showcaseslider/prev-thumbnail.png");
  opacity: 1;
}
.home-carousel .showcase-thumbnail-button-backward:hover .showcase-thumbnail-horizontal {
  opacity: 0.7;
}
.home-carousel .showcase-thumbnail-button-forward .showcase-thumbnail-horizontal {
  background-image: url("/content/images/showcaseslider/next-thumbnail.png");
  opacity: 1;
}
.home-carousel .showcase-thumbnail-button-forward:hover .showcase-thumbnail-horizontal {
  opacity: 0.7;
}
.home-carousel .showcase-thumbnail-button-backward.showcase-thumbnail-button-disabled,
.home-carousel .showcase-thumbnail-button-forward.showcase-thumbnail-button-disabled {
  cursor: default;
}
.home-carousel .showcase-thumbnail-button-backward.showcase-thumbnail-button-disabled .showcase-thumbnail-vertical,
.home-carousel .showcase-thumbnail-button-backward.showcase-thumbnail-button-disabled:hover .showcase-thumbnail-vertical,
.home-carousel .showcase-thumbnail-button-forward.showcase-thumbnail-button-disabled .showcase-thumbnail-vertical,
.home-carousel .showcase-thumbnail-button-forward.showcase-thumbnail-button-disabled:hover .showcase-thumbnail-vertical,
.home-carousel .showcase-thumbnail-button-backward.showcase-thumbnail-button-disabled .showcase-thumbnail-horizontal,
.home-carousel .showcase-thumbnail-button-backward.showcase-thumbnail-button-disabled:hover .showcase-thumbnail-horizontal,
.home-carousel .showcase-thumbnail-button-forward.showcase-thumbnail-button-disabled .showcase-thumbnail-horizontal,
.home-carousel .showcase-thumbnail-button-forward.showcase-thumbnail-button-disabled:hover .showcase-thumbnail-horizontal {
  opacity: 0.5;
}
/* Hide button text */
.home-carousel .showcase-thumbnail-button-forward span span,
.home-carousel .showcase-thumbnail-button-backward span span {
  display: none;
}
/* caption styles */
.home-carousel .showcase-caption a {
  color: #F7F7F7;
  text-decoration: none;
}
.home-carousel .showcase-caption a:hover {
  color: #F7F7F7;
  text-decoration: none;
}
.home-carousel .showcase-caption h2 {
  display: block;
  line-height: normal;
  text-transform: none;
  font-weight: bold;
  font-size: 1.25em;
  padding: 0;
}
.home-carousel .showcase-caption .description {
  height: 50px;
  font-size: 0.95em;
  margin-top: 5px;
  width: 280px;
}
.home-carousel .showcase.vertical-left .showcase-arrow-previous,
.home-carousel .showcase.vertical-left .showcase-arrow-next,
.home-carousel .showcase.vertical-right .showcase-arrow-previous,
.home-carousel .showcase.vertical-right .showcase-arrow-next,
.home-carousel .no-thumbnail .showcase-arrow-previous,
.home-carousel .no-thumbnail .showcase-arrow-next {
  top: 0;
}
.home-carousel .showcase.vertical-left .showcase-button-wrapper {
  left: 112px;
}
.home-carousel .showcase.vertical-left .showcase-arrow-previous {
  left: 300px;
}
.home-carousel .showcase-thumbnail-button-forward .showcase-thumbnail-vertical {
  border-top: 1px solid #F7F7F7;
}
.home-carousel .showcase.vertical-right .showcase-arrow-next {
  right: 300px;
}
.home-carousel .showcase.vertical-right .showcase-thumbnail-wrapper-vertical {
  padding: 0;
}
.home-carousel .showcase.vertical-right .showcase-thumbnail-button-backward .showcase-thumbnail-vertical,
.home-carousel .showcase.vertical-right .showcase-thumbnail-button-forward .showcase-thumbnail-vertical {
  border-left: 1px solid #F7F7F7;
}
.home-carousel .showcase.no-thumbnail-image .showcase-thumbnail img {
  display: none;
}
.home-carousel .showcase.no-thumbnail-image .showcase-thumbnail-caption {
  left: 0;
}
.home-carousel .showcase.no-thumbnail-caption .showcase-thumbnail {
  width: 120px;
}
.home-carousel .showcase.no-thumbnail-caption .showcase-thumbnail img {
  padding: 5px 0 0 8px;
}
.home-carousel .showcase.no-thumbnail-caption .showcase-thumbnail-caption {
  display: none;
}
.home-carousel .showcase.vertical-left.no-thumbnail-caption .showcase-arrow-previous {
  left: 120px;
}
.home-carousel .showcase.vertical-right.no-thumbnail-caption .showcase-arrow-next {
  right: 120px;
}
.home-carousel .showcase-thumbnail-button-backward,
.home-carousel .showcase-thumbnail-button-forward {
  display: none;
  height: 0;
  width: 0;
}
/* Clear (used for horizontal thumbnails) */
.home-carousel .clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  float: none;
}
/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.login-container-background-extended {
  background: #002464;
  width: 100%;
}
html {
  font-size: inherit;
}
.btn {
  /*.ellipsis();
    appearance: none;*/
  background: transparent;
  border: 2px solid transparent;
  border-radius: 0;
  color: inherit;
  font-family: 'urw-din-semi-condensed', Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  height: 36px;
  line-height: 1;
  max-width: 100%;
  min-width: 100px;
  padding: 6px 16px;
  position: relative;
  text-decoration: none !important;
  text-transform: uppercase;
}
.btn.btn-rounded {
  border-radius: 18px;
}
.btn.btn-lg {
  font-size: 20px;
  height: 48px;
  min-width: 128px;
  padding: 12px 20px;
}
.btn.btn-lg.btn-rounded {
  border-radius: 24px;
}
.btn.btn-xl {
  font-size: 20px;
  height: 60px;
  min-width: 144px;
  padding: 18px 24px;
}
.btn.btn-xl.btn-rounded {
  border-radius: 30px;
}
.btn.btn-sm {
  border-width: 1px;
  font-size: 16px;
  height: 32px;
  min-width: 80px;
  padding: 7px 12px;
}
.btn.btn-sm.btn-rounded {
  border-radius: 16px;
}
@media (max-width: 991px) {
  .btn.btn-lg-mobile {
    font-size: 20px;
    height: 48px;
    min-width: 128px;
    padding: 12px 20px;
  }
  .btn.btn-lg-mobile.btn-rounded {
    border-radius: 24px;
  }
  .btn.btn-xl-mobile {
    font-size: 20px;
    height: 60px;
    min-width: 144px;
    padding: 18px 24px;
  }
  .btn.btn-xl-mobile.btn-rounded {
    border-radius: 30px;
  }
}
.btn.btn-link {
  border: 0;
  font-size: 20px;
  font-weight: 700;
  height: 24px;
  line-height: 24px;
  min-width: 1em;
  padding: 0;
}
.btn.btn-link.btn-link-blue {
  color: #002464;
}
.btn.btn-link.btn-link-red {
  color: #c42032;
}
.btn.btn-red-white {
  background: #c42032;
  color: #fff;
}
.btn.btn-red-white:hover,
.btn.btn-red-white:focus {
  background: #fff;
  color: #c42032;
}
.btn.btn-red-white.hover-outline:hover,
.btn.btn-red-white.hover-outline:focus {
  border-color: #c42032;
}
.btn.btn-red-white.no-hover:hover,
.btn.btn-red-white.no-hover:focus {
  background: #c42032;
  color: #fff;
}
.btn.btn-blue-white {
  background: #002464;
  color: #fff;
}
.btn.btn-blue-white:hover,
.btn.btn-blue-white:focus {
  background: #fff;
  color: #002464;
}
.btn.btn-blue-white.hover-outline:hover,
.btn.btn-blue-white.hover-outline:focus {
  border-color: #002464;
}
.btn.btn-blue-white.no-hover:hover,
.btn.btn-blue-white.no-hover:focus {
  background: #002464;
  color: #fff;
}
.btn.btn-white-red {
  background: #fff;
  color: #c42032;
}
.btn.btn-white-red:hover,
.btn.btn-white-red:focus {
  background: #c42032;
  color: #fff;
}
.btn.btn-white-red.no-hover:hover,
.btn.btn-white-red.no-hover:focus {
  background: #fff;
  color: #c42032;
}
.btn.btn-white-blue {
  background: #fff;
  color: #002464;
}
.btn.btn-white-blue:hover,
.btn.btn-white-blue:focus {
  background: #002464;
  color: #fff;
}
.btn.btn-white-blue.no-hover:hover,
.btn.btn-white-blue.no-hover:focus {
  background: #fff;
  color: #c42032;
}
.btn.btn-white-red.hover-outline:hover,
.btn.btn-white-blue.hover-outline:hover,
.btn.btn-white-red.hover-outline:focus,
.btn.btn-white-blue.hover-outline:focus {
  border-color: #fff;
}
.btn.btn-outline-white-red {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.btn.btn-outline-white-red:hover,
.btn.btn-outline-white-red:focus {
  background: #fff;
  color: #c42032;
}
.btn.btn-outline-white-red.no-hover:hover,
.btn.btn-outline-white-red.no-hover:focus {
  background: transparent;
  color: #fff;
}
.btn.btn-outline-white-blue {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.btn.btn-outline-white-blue:hover,
.btn.btn-outline-white-blue:focus {
  background: #fff;
  color: #002464;
}
.btn.btn-outline-white-blue.no-hover:hover,
.btn.btn-outline-white-blue.no-hover:focus {
  background: transparent;
  color: #fff;
}
.btn.btn-outline-red {
  background: transparent;
  border-color: #c42032;
  color: #c42032;
}
.btn.btn-outline-red:hover,
.btn.btn-outline-red:focus {
  background: #c42032;
  color: #fff;
}
.btn.btn-outline-red.no-hover:hover,
.btn.btn-outline-red.no-hover:focus {
  background: transparent;
  border-color: #c42032;
  color: #c42032;
}
.btn.btn-outline-blue {
  background: transparent;
  border-color: #002464;
  color: #002464;
}
.btn.btn-outline-blue:hover,
.btn.btn-outline-blue:focus {
  background: #002464;
  color: #fff;
}
.btn.btn-outline-blue.no-hover:hover,
.btn.btn-outline-blue.no-hover:focus {
  background: transparent;
  border-color: #002464;
  color: #002464;
}
.btn.trans-border {
  border-color: transparent;
}
blockquote {
  font-size: 17px;
  font-weight: bold;
  margin: 0.25em 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: #002464;
  border: 0;
  border-left: 3px solid #c42032;
}
/***************************
* Sport Menu Icons *
****************************/
ul.sport-mega-menu {
  width: 960px;
  padding: 16px;
}
ul.sport-mega-menu li.sport-mega-menu-item:nth-child(8n) {
  border-right: none;
}
ul.sport-mega-menu li.sport-mega-menu-item {
  height: 115px;
  width: 115px;
  padding: 0;
  margin: 0;
  border-bottom: 4px solid #FFF;
  border-right: 4px solid #FFF;
}
ul.sport-mega-menu li.sport-mega-menu-item.no-bottom-border {
  border-bottom: none !important;
}
ul.sport-mega-menu li.sport-mega-menu-item a {
  height: 115px;
  width: 115px;
}
ul.sport-mega-menu li.sport-mega-menu-item a .thumb {
  text-align: center;
  padding-top: 10px;
}
ul.sport-mega-menu li.sport-mega-menu-item a .thumb .thumb-circle {
  background-color: #152c53;
  height: 55px;
  width: 55px;
  display: inline-block;
}
ul.sport-mega-menu li.sport-mega-menu-item a .thumb .thumb-circle img {
  height: 55px;
}
ul.sport-mega-menu li.sport-mega-menu-item a .thumb .thumb-text {
  text-align: center;
  white-space: normal;
  font-size: 12px;
  margin-top: 5px;
}
/*------------------------------------*\
   #GLOBAL STYLES
\*------------------------------------*/
/***************************
* HTML Elements overrides *
****************************/
ul.news,
ul.years,
ul.athletes,
ul.events,
ul.left-nav {
  padding: 0px;
  margin: 0 0 15px 0 !important;
  list-style: none !important;
}
body,
html {
  overflow-x: hidden;
  font-family: "HelveticaNeueW01-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
  color: #000;
  line-height: 1.5;
  font-size: 16px;
}
:focus {
  box-shadow: none;
  outline: 1px dotted currentColor;
  outline-offset: -2px;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a.more-link {
  font-weight: normal;
  text-transform: lowercase;
  font-size: 14px;
  float: right;
  color: #004C97;
}
a,
button,
.btn {
  fill: currentColor;
}
a,
button,
input,
select,
textarea,
.form-control,
.btn {
  box-shadow: none;
  outline: none;
}
a.whiteback,
button.whiteback,
input.whiteback,
select.whiteback,
textarea.whiteback,
.form-control.whiteback,
.btn.whiteback {
  background-color: #fff;
}
a.disabled,
button.disabled,
input.disabled,
select.disabled,
textarea.disabled,
.form-control.disabled,
.btn.disabled,
a[disabled],
button[disabled],
input[disabled],
select[disabled],
textarea[disabled],
.form-control[disabled],
.btn[disabled] {
  opacity: 0.25;
  pointer-events: none;
}
.small-inherit {
  font-size: 1rem;
  text-align: inherit;
}
.small {
  font-size: 1rem;
}
.large {
  font-size: 1.5rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "HelveticaNeueW01-77BdCn_692722", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1,
.h1 {
  font-size: 2.25rem;
}
h2,
.h2 {
  font-size: 1.8rem;
}
h3,
.h3 {
  font-size: 1.575rem;
}
h4,
.h4 {
  font-size: 1.35rem;
}
h4.red-text,
.h4.red-text {
  color: #c42032;
}
h5,
.h5 {
  font-size: 1.125rem;
}
h6,
.h6 {
  font-size: 0.9rem;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "HelveticaNeueW01-77BdCn_692722", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  text-transform: none;
  padding: 0;
  color: #152c53;
  font-weight: 500;
}
label {
  font-weight: bold;
}
label.small {
  font-size: 0.6em;
  color: #555;
  text-transform: uppercase;
}
label.smallNoColor {
  font-size: 0.6em;
  text-transform: uppercase;
}
img {
  display: inline-block;
  max-width: 100%;
}
p,
dl,
ol,
ul {
  margin-bottom: 1.5em;
  margin-top: 0.5em;
}
ol,
ul {
  padding-left: 2em;
}
dt,
dd,
li {
  margin-bottom: 0.5em;
}
.mb-025em {
  margin-bottom: 0.25em;
}
.mb-05em {
  margin-bottom: 0.5em;
}
.mb-075em {
  margin-bottom: 0.75em;
}
.mb-10em {
  margin-bottom: 1em;
}
.mb-15em {
  margin-bottom: 1.5em;
}
.mt-025em {
  margin-top: 0.25em;
}
.mt-05em {
  margin-top: 0.5em;
}
.mt-075em {
  margin-top: 0.75em;
}
.mt-10em {
  margin-top: 1em;
}
.mt-15em {
  margin-top: 1.5em;
}
.category-title,
.section-title,
.uppercase {
  text-transform: uppercase;
}
.category-title {
  margin-bottom: 5px;
}
.section-title,
.standard-section-title {
  margin-bottom: 20px;
}
.section-title.bordered,
.standard-section-title.bordered {
  border-bottom: 6px solid;
  margin-bottom: 30px;
  padding-bottom: 8px;
}
/******************
* ELEMENT SIZING *
*******************/
.dynamic-width {
  width: 100%;
  height: auto;
}
figure.dynamic-width img {
  width: 100%;
  height: auto;
}
.dynamic-height {
  width: auto;
  height: 100%;
}
/***********************
* ELEMENT POSITIONING *
************************/
/*Center child elements*/
.center-contents {
  text-align: center !important;
}
.center-contents div {
  display: inline-block;
}
.center-text-and-images {
  text-align: center !important;
}
.center-text-and-images * {
  text-align: center !important;
}
.center-text-and-images img {
  display: inline-block;
}
/***********************
* Bootstrap Overrides *
************************/
.col-full-width {
  padding-left: 0;
  padding-right: 0;
}
/**********
* LAYOUT *
***********/
.main-content {
  max-width: 100%;
  min-height: calc(100vh - 76px);
  overflow: hidden;
  padding-top: 0;
  position: relative;
  z-index: 100;
}
.main-content .main-content {
  padding-top: 0;
}
.main-content .main-content .main-content {
  padding-top: 0;
}
/**************
* HTML Units *
***************/
.html-unit {
  margin-bottom: 15px;
}
/**************
* TEMP FIXES *
***************/
.row > h1.article {
  padding-left: 15px;
}
.module.page-editor-html-unit {
  width: 100%;
  height: 21px;
}
.replace {
  text-indent: -9999px;
}
select.replace {
  text-indent: 0px;
  font-size: 0.6em;
}
.no-search-results {
  display: block;
  position: relative;
  left: 1px;
  margin-left: 15px;
  padding: 25px 0 25px 10px;
  font-size: 1.167em;
  font-style: italic;
  color: #959595;
  border-right: 1px solid #fff;
}
a:focus {
  outline: 1px dotted currentColor;
}
.gray {
  color: #555555;
}
.clear {
  clear: both;
}
.fill-height {
  min-height: 100%;
  height: 100%;
}
.form-control:focus {
  outline: 2px dotted transparent;
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/*------------------------------------*\
   #NAVIGATION
\*------------------------------------*/
#skip a {
  position: absolute;
  left: -10000px;
  z-index: 1001;
  background-color: #fff;
  padding: 5px;
  font-weight: 700;
  color: #152c53;
}
#skip a:focus {
  left: 0;
}
.navbar .navbar-toggle {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  padding: 10px;
}
.navbar .navbar-toggle-expanded {
  position: relative;
  float: right;
}
.navbar .icon-bar {
  background-color: #002464;
}
/* adjust body when menu is open */
body.slide-active {
  overflow-x: hidden;
}
.no-border {
  border: none !important;
}
.no-margin-top {
  margin-top: 0px !important;
}
.no-margin-right {
  margin-right: 0px !important;
}
.no-margin-bottom {
  margin-bottom: 0px !important;
}
.no-margin-left {
  margin-left: 0px !important;
}
.no-padding {
  padding: 0px !important;
}
.box-shadow {
  box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
}
/*wrap the entire page content but not nav inside this div if not a fixed top, don't add any top padding */
.slide-content {
  position: relative;
  left: 0;
}
.slide-content.slide-active {
  padding-top: 0;
}
/*wrap the entire page content but not nav inside this div if not a fixed top, don't add any top padding */
#slideheader {
  position: relative;
  left: 0;
}
#slideheader.slide-active {
  padding-top: 0;
}
#slide-nav #slide-menu .sign-up-phone {
  float: left;
  color: #fff;
  padding: 5px 10px;
  display: none;
}
#secondary-slide-nav #secondary-slide-menu .back-to-home {
  display: none;
}
.striped-grid-list {
  font-family: "HelveticaNeueW01-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  width: 100%;
  padding: 0;
  margin: 0;
  display: table;
}
.striped-grid-header {
  font-weight: bold;
  display: table;
  width: 100%;
}
.striped-grid-row {
  display: table-row;
  width: 100%;
}
.striped-grid-row.striped-grid-header > .striped-grid-item {
  border-bottom: 2px solid darkgray;
}
.striped-grid-row:not(.striped-grid-header) > .striped-grid-item {
  border-bottom: 1px solid darkgray;
}
.striped-grid-row:nth-child(even):not(.striped-grid-header) > .striped-grid-item {
  background: #FBFBFB;
}
.striped-grid-row:nth-child(odd):not(.striped-grid-header) > .striped-grid-item {
  background: #FFFFFF;
}
.striped-grid-item {
  display: table-cell;
  vertical-align: middle;
  min-height: 44px;
  height: 44px;
  padding: 0 8px;
}
.striped-grid-item > p {
  vertical-align: middle;
  margin: 0 !important;
}
.striped-grid-item > a {
  vertical-align: middle;
}
.striped-grid-item:nth-child(1) {
  min-width: 13px;
}
.striped-grid-item:nth-child(2) {
  min-width: 25px;
}
.striped-grid-item:nth-child(3) {
  min-width: 20px;
}
.striped-grid-item:nth-child(n+4) {
  min-width: 14px;
}
/* 1 items */
/* 1 items, match item 1: */
.striped-grid-item:first-of-type:nth-last-of-type(1) {
  width: 100%;
}
/* 3 items */
/* 3 items, match item 1: */
.striped-grid-item:first-of-type:nth-last-of-type(3) {
  width: 27%;
}
/* 3 items, match item 2: */
.striped-grid-item:first-of-type:nth-last-of-type(3) ~ .striped-grid-item:nth-of-type(2) {
  width: 43%;
}
/* 3 items, match item 3: */
.striped-grid-item:first-of-type:nth-last-of-type(3) ~ .striped-grid-item:nth-of-type(3) {
  width: 30%;
}
/* 4 items, match item 1: */
.striped-grid-item:first-of-type:nth-last-of-type(4) {
  width: 20%;
}
/* 4 items, match item 2: */
.striped-grid-item:first-of-type:nth-last-of-type(4) ~ .striped-grid-item:nth-of-type(2) {
  width: 26%;
}
/* 4 items, match item 3: */
.striped-grid-item:first-of-type:nth-last-of-type(4) ~ .striped-grid-item:nth-of-type(3) {
  width: 32%;
}
/* 4 items, match item 4: */
.striped-grid-item:first-of-type:nth-last-of-type(4) ~ .striped-grid-item:nth-of-type(4) {
  width: 22%;
}
/* 5 items, match item 1: */
.striped-grid-item:first-of-type:nth-last-of-type(5) {
  width: 16%;
}
/* 5 items, match item 2: */
.striped-grid-item:first-of-type:nth-last-of-type(5) ~ .striped-grid-item:nth-of-type(2) {
  width: 26%;
}
/* 5 items, match item 3: */
.striped-grid-item:first-of-type:nth-last-of-type(5) ~ .striped-grid-item:nth-of-type(3) {
  width: 18%;
}
/* 5 items, match item 4: */
.striped-grid-item:first-of-type:nth-last-of-type(5) ~ .striped-grid-item:nth-of-type(4) {
  width: 20%;
}
/* 5 items, match item 5: */
.striped-grid-item:first-of-type:nth-last-of-type(5) ~ .striped-grid-item:nth-of-type(5) {
  width: 20%;
}
.event-filter-table {
  display: table;
  width: 100%;
}
.event-filter-row {
  display: table-row;
  width: 100%;
}
.event-filter-cell {
  display: table-cell;
  width: 100%;
  white-space: nowrap;
}
/* any child of a cell*/
.event-filter-cell > * {
  display: inline-block;
}
/* 1 items, match item 1: */
.event-filter-cell > :first-child:nth-last-child(1) {
  width: 100%;
}
/* 2 items, match item 1: */
.event-filter-cell > :first-child:nth-last-child(2) {
  width: 50%;
}
/* 2 items, match item 2: */
.event-filter-cell > :first-child:nth-last-child(2) ~ :nth-child(2) {
  width: 50%;
}
/* 3 items */
.event-filter-cell > :first-child:nth-last-child(3),
.event-filter-cell > :first-child:nth-last-child(3) ~ :nth-child(-n+3) {
  text-align: center;
}
/* 3 items, match item 1: */
.event-filter-cell > :first-child:nth-last-child(3) {
  width: 45%;
}
/* 3 items, match item 2: */
.event-filter-cell > :first-child:nth-last-child(3) ~ :nth-child(2) {
  width: 10%;
}
/* 3 items, match item 3: */
.event-filter-cell > :first-child:nth-last-child(3) ~ :nth-child(3) {
  width: 45%;
}
#event-search-filter-advanced-area .search-section {
  border-bottom: 1px solid #808080;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
#event-search-filter-advanced-area .search-section input[type=text],
#event-search-filter-advanced-area .search-section select {
  padding: 4px 2px;
  margin-top: 4px;
}
#event-search-filter-advanced-area .search-section .long {
  width: 100%;
}
#event-search-filter-advanced-area .search-section-zip {
  white-space: nowrap;
}
#event-search-filter-advanced-area .search-section-shorts {
  white-space: nowrap;
  width: 100%;
  display: table;
}
#event-search-filter-advanced-area .search-section .pair {
  width: 50%;
  width: -webkit-calc(48%);
  width: -moz-calc(48%);
  width: calc(50% - 2px);
}
#event-search-filter-advanced-area .search-section .drop {
  margin: 0 0 0 0;
  height: 32px;
}
#event-search-filter-advanced-area .search-section .short {
  width: 50%;
  width: -webkit-calc(49%);
  width: -moz-calc(49%);
  width: calc(50% - 1em);
}
#event-search-filter-advanced-area .search-section .short-left {
  float: left;
}
#event-search-filter-advanced-area .search-section .short-right {
  float: right;
}
#event-search-filter-advanced-area .search-section input[type=image] {
  margin-top: 4px;
}
#event-search-filter-advanced-area .search-section label {
  display: block;
  margin-bottom: 4px;
}
#event-search-filter .search-section .event-search-filter-checkbox {
  width: 20px;
}
.search-section-dates {
  display: table;
}
.search-section-dates-row {
  display: table-row;
}
.search-section-dates-item {
  display: table-cell;
}
#find-event-filter {
  padding: 10px;
  width: 210px;
  border-right: 2px solid #DEDEDE;
}
#find-event-filter #event-search-filter-title {
  text-align: center;
  font-size: 16px;
}
#find-event-filter .search-section {
  border-bottom: 1px solid #808080;
  padding-bottom: 4px;
  margin-bottom: 4px;
}
#find-event-filter .search-section input[type=text],
#event-search-filter .search-section select {
  padding: 4px 2px;
  margin-top: 4px;
}
#find-event-filter .search-section .long {
  width: 240px;
}
#find-event-filter .search-section .short {
  width: 82px;
}
#find-event-filter .search-section input[type=image] {
  margin-top: 4px;
}
#find-event-filter .search-section label {
  display: block;
  margin-bottom: 4px;
}
#find-event-filter .search-section .event-search-filter-checkbox {
  width: 20px;
}
#find-event-filter #btnEventTypeExpandCollapse {
  text-align: left;
  background-color: transparent;
  border: none;
}
#find-event-filter .EventTypeContainer {
  height: 42px;
  overflow: hidden;
}
#find-event-filter .EventTypeContainerExpanded {
  height: auto;
}
#middleman {
  margin: 0.5em 0 0 0.5em;
}
div#upcoming {
  width: 298px;
  height: 248px;
  border: 1px solid #DEDEDE;
}
div#upcoming h1 {
  margin: 8px 4px 12px 4px;
  padding: 0;
  font-weight: bold;
}
div#upcoming table {
  width: 100%;
}
div#upcoming table tr td {
  vertical-align: top;
}
div#upcoming table tr td.link a {
  line-height: normal;
  margin-right: 4px;
}
div#upcoming table tr td.link div {
  color: Gray;
  font-style: italic;
  margin-bottom: 8px;
  margin-right: 4px;
}
div#upcoming table tr td:first-child {
  width: 50px;
  color: White;
  font-weight: bold;
}
div#upcoming table tr td:first-child div {
  text-align: center;
  width: 40px;
  margin: 0 auto;
  padding: 2px;
  background-color: #002C5A;
}
div#upcoming div#seeall {
  float: right;
  margin: 12px 8px 10px 0;
}
/* search results */
.search-results {
  color: #000;
}
.search-results .search-box {
  width: 440px;
  margin-left: 40px;
}
.search-results input[type=text] {
  width: 405px;
  height: 34px;
  background: none;
  font-size: 1.25em;
  font-weight: bold;
  color: #002464;
  line-height: 34px;
}
.search-results input[type=image] {
  position: absolute;
  right: 12px;
  top: 8px;
  float: right;
}
.search-results h2 {
  margin-left: 35px;
  font-weight: 700;
  font-size: 30px;
}
.search-results h2,
.search-results h3 {
  color: #152c53;
}
.search-results a {
  display: block;
  margin: 9px 0 17px;
}
.search-results ul {
  margin: 16px 0 15px 0;
  list-style: none inside none;
}
.search-results ul li {
  border-top: 1px solid #ccc;
  overflow: auto;
}
.search-results ul li:first-child {
  border-top: 1px solid #b2b2b2;
}
input#resultSubmitButton {
  margin: 10px 0;
}
figure.fill-width img {
  width: 100%;
  height: auto;
}
.article-hero-meta {
  margin-top: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.article-hero-meta strong {
  font-family: Arial, Helvetica, Sans-Serif;
}
ul.gallery-previews {
  padding: 0;
}
ul.gallery-previews .image-wrapper img {
  width: 100%;
  height: auto;
}
#articleList {
  text-align: left;
}
#articleList ul.news,
#articleList ul.athletes,
#articleList ul.events {
  width: auto;
}
#articleList ul.news li a,
#articleList ul.athletes li a,
#articleList ul.events li a {
  display: block !important;
  font-size: 14px;
  line-height: 20px;
}
figure.img-hero img {
  width: 100%;
  height: auto;
}
.trademark-disclaimer {
  padding: 0 15px;
}
.full-nav-container {
  text-align: center;
}
.full-nav-container .full-nav-center {
  display: inline-block;
  min-width: 100%;
}
.full-nav-container .full-nav-center .full-nav-pad {
  margin: 6px 0 6px;
  height: 38px;
}
.full-nav-container .full-nav-center .full-nav-item {
  width: 100%;
  background-color: #002464;
  height: 38px;
  padding: 5px 0 5px 0;
  margin: 6px;
}
.full-nav-container .full-nav-center .full-nav-item a {
  font-family: "HelveticaNeueW01-77BdCn_692722", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  height: 28px;
  color: #FFF;
  font-size: 1.2em;
  text-align: center;
  line-height: 28px;
  font-family: HelveticaNeueW01-77BdCn_692722, Helvetica, sans-serif, Arial;
  text-transform: uppercase;
}
.full-nav-container .full-nav-center .full-nav-item a:focus,
.full-nav-container .full-nav-center .full-nav-item a:hover {
  text-decoration: underline;
}
.basic-image-module {
  margin-bottom: 10px;
  text-align: center;
}
.basic-image-module img.responsive-img {
  width: 100%;
  height: auto;
}
.basic-image-module img.non-responsive-img {
  display: inline-block;
  max-width: 100%;
}
.wffm-form .btn-default {
  background-color: #004C97;
  border-color: #004C97;
  color: white;
}
.wffm-form .btn-default:hover {
  background-color: #002464;
  border-color: #002464;
}
.no-border-row {
  border: none;
  padding-left: 0px;
  padding-right: 0px;
}
.border-row {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 2px dashed #5cb85c;
}
.textcolor-row {
  color: #5cb85c;
}
.no-border-column {
  border: none;
  padding-left: 0px;
}
.border-column {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 2px dashed #004C97;
}
.light-weight {
  font-weight: 200;
}
.med-weight {
  font-weight: 400;
}
.heavy-weight {
  font-weight: 700;
}
.textcolor-column {
  color: #004C97;
}
.text-gray {
  color: #717073;
}
.text-blue {
  color: #002464;
}
.text-red {
  color: #c42032;
}
.text-white {
  color: #fff;
}
.intro,
.lead {
  font-size: 1.25em;
}
.error,
.required {
  color: #c42032;
}
.GalleryImg {
  display: block;
  overflow: hidden;
  max-width: none;
  max-height: none;
}
.gallery-img-crop-horizontal {
  position: relative;
  height: 100%;
  width: auto;
}
.gallery-img-crop-vertical {
  position: relative;
  width: 100%;
  height: auto;
}
.gallery-img-crop-middle {
  height: 100%;
  width: 100%;
}
.BlurbText {
  font-family: 'HelveticaNeueW02-Thin', Arial, Verdana, sans-serif;
}
/*
    Athlete-Global.less
    Defines styles specific to Athlete pages for all screen sizes
*/
.athlete-bio-body .athlete-header-container {
  padding-top: 15px;
}
.athlete-bio-body .athlete-header-container .athlete-header img.athlete-headshot {
  width: 150px;
  height: 250px;
}
.athlete-bio-body .athlete-header-container .athlete-header .olympic-experience-container .center-content .athlete-type {
  color: darkgrey;
  font-family: "HelveticaNeueW01-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
}
.athlete-bio-body .athlete-header-container .athlete-header .olympic-experience-container .center-content .olympic-years {
  color: darkgrey;
  font-family: "HelveticaNeueW01-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
}
.athlete-bio-body .athlete-navigation {
  display: none;
}
.athlete-bio-body .athlete-navigation #liNews {
  display: none;
}
.athlete-bio-body .athlete-navigation #liPhoto {
  display: none;
}
.athlete-bio-body .athlete-navigation #liVideo {
  display: none;
}
.athlete-bio-body .athlete-navigation #liHallOfFame {
  display: none;
}
.athlete-bio-body #athlete-profile {
  background-repeat: no-repeat;
}
.athlete-bio-body .athlete-bio-profile {
  background-color: white;
  font-size: 1.2em;
}
.athlete-bio-body .athlete-bio-profile .athlete-profile-field-label {
  font-weight: bold;
}
.athlete-bio-body .athlete-bio-profile .athlete-profile-divider {
  height: 15px;
}
.athlete-bio-body #athlete-news {
  border-right: 1px solid #ccc;
}
.athlete-bio-body #athlete-news .search-bar-top {
  display: none;
}
.athlete-bio-body #athlete-videos .video-section-label {
  font-size: 2em;
}
.athlete-bio-body #athlete-photos #photos-container {
  margin-top: -35px;
}
.athlete-bio-body .athlete-bio-halloffame {
  background-color: white;
  font-size: 1.2em;
}
.follow-athlete {
  text-align: center;
  margin-bottom: 15px;
}
.follow-athlete .follow-athlete-name {
  display: inline-block;
  font-family: "HelveticaNeueW01-77BdCn_692722", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 35px;
  font-weight: 900;
  color: #152c53;
  text-transform: uppercase;
}
.follow-athlete .follow-athlete-website {
  font-size: 20px;
  text-decoration: underline;
}
.follow-athlete .athlete-social-icons {
  text-align: center;
}
.follow-athlete .athlete-social-icons .athlete-social-icon {
  display: inline-block;
  margin: 5px;
}
table#roster-table {
  width: 100%;
}
.athlete-module .module-contents {
  padding-left: 15px;
  padding-right: 15px;
}
.athlete-module .module-contents .athlete {
  margin-bottom: 15px;
}
.athlete-module .module-contents .athlete .athlete-headshot {
  height: 250px !important;
  width: 150px !important;
}
.search-bar-top-athletes {
  height: 53px;
  background: url(/content/images/backgrounds/search-bar-top.png);
}
.search-bar-top-athletes .search-bar-top-athletes-labeled {
  float: left;
  display: flex;
}
.search-bar-top-athletes .search-bar-top-athletes-labeled .search-bar-top-athletes-label-mandatory {
  text-align: center;
  margin-bottom: 0px;
}
.search-bar-top-athletes .search-bar-top-athletes-labeled .athlete-select {
  height: 29px;
  display: block;
  font-size: 0.6em;
  font-family: "HelveticaNeueW01-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #152c53;
  line-height: 1.2em;
  padding: 0.2em 1.4em 0.2em 0.8em;
  width: calc(100% - 5px);
  max-width: 100%;
  box-sizing: border-box;
  margin: 12px 5px 0 5px;
  border: 1px solid #959595;
  box-shadow: 2px 2px 0 1px rgba(0, 0, 0, 0.04) inset;
  border-radius: 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23465875%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #eeeeee 0%, #eeeeee 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  text-align-last: center;
}
.search-bar-top-athletes .search-bar-top-athletes-labeled .athlete-select:focus {
  outline: 2px dotted transparent;
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.search-bar-top-athletes .search-bar-top-athletes-labeled .athlete-select::-ms-expand {
  display: none;
}
.search-bar-top-athletes .search-bar-top-athletes-labeled .athlete-select:hover {
  cursor: pointer;
}
.search-bar-top-athletes .search-bar-top-athletes-labeled .athlete-select:hover:not(:focus) {
  border-color: #888;
}
.search-bar-top-athletes .search-bar-top-athletes-labeled .athlete-select:disabled,
.search-bar-top-athletes .search-bar-top-athletes-labeled .select-css[aria-disabled=true] {
  color: graytext;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #eeeeee 0%, #eeeeee 100%);
}
.search-bar-top-athletes .search-bar-top-athletes-labeled .athlete-select:disabled:hover,
.search-bar-top-athletes .search-bar-top-athletes-labeled .select-css[aria-disabled=true] {
  border-color: #aaa;
}
.search-bar-top-athletes .search-bar-top-athletes-labeled .athlete-searchbox {
  margin: 0;
  background: url(/content/images/backgrounds/search-box-small.png);
  background-repeat: no-repeat;
  background-size: 204px 29px;
  display: block;
}
.search-bar-top-athletes .search-bar-top-athletes-labeled .athlete-searchbox input[type=text] {
  top: 1px;
  display: block;
  font-size: 0.6em;
  width: 165px;
  background: none;
}
.search-bar-top-athletes .search-bar-top-athletes-labeled .athlete-searchbox input[type=text]:hover:not(:focus) {
  border-color: #888;
}
.search-bar-top-athletes .search-bar-top-athletes-labeled .athlete-searchbox input[type=text]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.search-bar-top-athletes .search-bar-top-athletes-labeled .athlete-searchbox .search {
  right: 30px;
}
.search-bar-top-athletes .search-bar-top-athletes-clear {
  float: right;
  margin-right: 12px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .search-bar-top-athletes .search-bar-top-athletes-labeled .season-label {
    margin-right: 10px;
  }
  .search-bar-top-athletes .search-bar-top-athletes-labeled .season-select {
    max-width: 110px;
  }
  .search-bar-top-athletes .search-bar-top-athletes-labeled .sport-select {
    max-width: 250px;
  }
}
/* Video Style */
.video-preview .video-play-icon {
  background: url("/content/images/media/thumbnail_play_overlay.png") no-repeat 50% 50% rgba(0, 0, 0, 0);
  bottom: 0;
  left: 0;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.video-preview a.video-play-link {
  cursor: pointer;
  display: block;
  position: relative;
  overflow: hidden;
}
.video-preview a.video-play-link:hover .video-play-icon {
  opacity: 1;
}
.video-preview .video-duration {
  background-color: black;
  background-image: linear-gradient(to bottom, #000000, #333333);
  color: white;
  font-size: 0.9em;
  font-weight: bold;
  bottom: 5px;
  padding: 2px;
  position: absolute;
  right: 2px;
}
.video-preview .video-details {
  height: 60px;
  margin-top: 5px;
  overflow: hidden;
  font-size: 12px;
}
.video-preview .video-details .video-details-title {
  font-weight: bold;
  height: 35px;
  margin-bottom: 10px;
  overflow: hidden;
  width: 100%;
  color: #002464;
}
.video-preview .video-details .video-details-count {
  float: left;
  width: 50%;
  color: gray;
  font-size: 0.9em;
  text-align: left;
}
.video-preview .video-details .video-details-timestamp {
  float: left;
  width: 50%;
  color: gray;
  font-size: 0.9em;
  text-align: right;
}
.video-preview .video-preview-image.clear a img {
  width: 100%;
  height: auto;
}
.video-landing table {
  border: 0 none;
  border-spacing: 0;
  margin: 0;
  padding: 0;
}
.video-landing .bottom-spacing {
  padding-bottom: 5em;
}
.video-landing .video-section {
  margin: 0 auto;
  padding: 20px 0 10px 0;
}
.video-landing .video-section .module.feature.video {
  margin: 0;
}
.video-landing .video-section div[id^="ooyalaplayer"] {
  margin: 0 auto 0 auto !important;
}
.video-landing .video-channel-label {
  font-size: 1.75em;
  font-weight: bold;
  padding: 0 0 5px 25px;
  text-transform: uppercase;
}
.video-landing .video-channel-name {
  font-size: 1.5em;
  height: 40px;
  overflow: hidden;
  padding: 50px 12px 12px 12px;
}
.video-landing .video-grid {
  padding-top: 15px;
}
.video-landing .video-search input[type="text"] {
  border: 1px solid #B7B7B7;
  padding: 4px 2px;
  width: 240px;
}
.video-landing .video-search input[type="image"] {
  margin: -3px 3px;
}
.video-search-and-sort {
  margin: 0 0 15px;
  float: left;
}
ul.video-sort {
  list-style: none outside none;
  padding-left: 20px;
}
ul.video-sort li {
  float: left;
  background-color: #F8F8F8;
  background-image: linear-gradient(to bottom, white, #dedede);
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  color: #333333;
  cursor: pointer;
  font-weight: bold;
  overflow: hidden;
  text-align: center;
  padding: 5px;
  margin-left: 40px;
  position: relative;
  width: 115px;
}
ul.video-sort li a,
ul.video-sort li a:focus,
ul.video-sort li a:hover,
ul.video-sort li a:active {
  text-decoration: none;
}
ul.video-sort li:focus,
ul.video-sort li:hover,
ul.video-sort li:active {
  background-image: linear-gradient(to bottom, #f8f8f8, #d9d9d9);
  border-color: #BBBBBB;
}
ul.video-sort li:active {
  background-color: #EFEFEF;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1) inset;
}
ul.video-sort li.selected {
  background-color: #0F203C;
  background-image: linear-gradient(to bottom, #0f203c, #234989);
  color: #FFFFFF;
}
ul.video-sort li.selected a,
ul.video-sort li.selected a:focus,
ul.video-sort li.selected a:hover,
ul.video-sort li.selected a:active {
  color: #FFFFFF;
}
ul.video-sort li.selected:focus,
ul.video-sort li.selected:hover,
ul.video-sort li.selected:active {
  background-image: linear-gradient(to bottom, #0f203c, #1b396b);
}
.video-section a.print {
  display: none;
}
.video-section-label {
  font-size: 2em;
  padding: 12px 0;
}
.video-paging {
  border-top: 1px solid #D6D6D6;
  clear: both;
  margin: 10px;
  padding: 10px 5px 40px 0;
  background: none;
  text-align: right;
}
.video-paging .pager-button {
  display: inline;
  color: #a6a6a6;
  font-size: 1em;
  border: 1px solid #D6D6D6;
  padding: 2px 10px;
  margin: 2px;
}
.video-paging .pager-button.viewing {
  border: none;
  padding-right: 5px;
}
.video-paging .pager-button.current {
  font-weight: bold;
  background-color: #234989;
  border: 1px solid #234989;
  color: #FFFFFF;
}
.video-paging .pager-button.current a {
  color: #efefef;
}
a.open-video {
  display: block;
  position: relative;
}
a.open-video:focus {
  outline: none;
}
a.open-video .play,
a.open-video .loading {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
a.open-video .loading {
  opacity: 0.75;
  filter: alpha(opacity=75);
  display: none;
}
a.open-video + iframe {
  border: none;
  position: absolute;
  left: 0;
  top: 0;
}
/* lox? */
#lox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
}
.lox-overlay {
  width: 100%;
  height: 100%;
  /*position: fixed;*/
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 9000;
}
.lox-content-wrapper {
  /*position: fixed;*/
  position: absolute;
  z-index: 9001;
  opacity: 0;
  filter: alpha(opacity=0);
}
.lox-content {
  /*position: fixed;*/
  position: absolute;
  z-index: 9001;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 0;
  background: #252525;
  color: #fff;
  border: 0 solid #fff;
  visibility: hidden;
  -moz-box-shadow: 0 0 20px 0 #000;
  -webkit-box-shadow: 0 0 20px 0 #000;
  box-shadow: 0 0 20px 0 #000;
}
.lox-close {
  width: 21px;
  height: 21px;
  display: block;
  position: absolute;
  right: -21px;
  top: -21px;
  background: url(/content/images/sprites/close-white-small.png) 0 0 no-repeat;
  opacity: 0.7;
  z-index: 9002;
  outline: none;
}
.lox-close:hover {
  opacity: 1;
}
.off-screen {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
}
.lox-content {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.lox-content * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.image-gallery .showcase-caption h2 {
  padding: 4px 0;
  display: inline;
}
.oo-logo img {
  -moz-transform: scale(2.25);
  -o-transform: scale(2.25);
  transform: scale(2.25);
  -ms-transform: scale(2.25);
  -webkit-transform: scale(2.25);
  width: auto !important;
}
/*
    Defines styles specific to the Events page for all screen sizes
*/
#EventSearchAdvancedPanel {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  display: none;
}
.event-filter-title {
  font-weight: bold;
  width: 100%;
  padding: 5px 0;
  margin-bottom: 0;
}
.event-filter-title-group {
  display: flex;
}
.event-filter-title-center {
  width: 50%;
  text-align: center;
}
.event-filter-control {
  height: 22px;
  width: 100%;
}
.event-filter-control-row {
  display: table-row;
}
#event-search-filter-advanced-area #btnEventTypeExpandCollapse {
  text-align: left;
  background-color: transparent;
  border: none;
  display: none;
}
#event-search-filter-advanced-area .EventTypeContainer {
  height: auto;
  margin-left: 8px;
}
#event-search-filter-advanced-area .EventTypeContainer .eventtypeblock {
  margin-left: 12px;
}
#event-search-filter-advanced-area .EventTypeContainer .eventtypecheckbox {
  display: inline;
  float: left;
}
#event-search-filter-advanced-area .EventTypeContainer .eventtypeexpander {
  display: inline;
  cursor: pointer;
}
#event-search-filter-advanced-area .EventTypeContainer .checkbox input {
  cursor: pointer;
}
#event-search-filter-advanced-area .EventTypeContainer .checkbox label {
  display: inline;
  padding-left: 0;
}
#event-search-filter-advanced-area .EventTypeContainer .checkbox button {
  background: none;
  border: none;
}
#event-search-filter-advanced-area .EventTypeContainer .checkbox .fa {
  vertical-align: middle;
  font-size: 18px;
  display: inline;
}
#MobileSearchControlRow {
  display: none;
}
.event-heading {
  display: block;
}
.event-heading h3 {
  margin-top: 0;
  font-weight: 300;
  color: #363636;
}
.event-heading h4 {
  margin: 0;
}
.event-heading .event-dates {
  text-transform: uppercase;
}
.event-sharing .social {
  border-top: solid 4px #999;
  border-bottom: solid 4px #999;
  padding: 0.5pc;
  padding-bottom: 0.3pc;
  height: auto !important;
}
.event-sharing .social .print {
  font-style: italic;
}
.event-sharing .social .print .fa-print::before {
  padding-left: 10px;
}
.event-badge {
  width: 100%;
  background-color: #fff;
  margin-bottom: 20px;
}
.event-badge .module-titlebar h3 {
  color: #fff;
  font-size: 21px;
  background-color: transparent;
  margin: 0;
  float: left;
}
.badge-registerbutton {
  text-align: center !important;
  width: 100%;
  margin-bottom: 0.5pc;
}
.badge-registerbutton a {
  background-color: #C42032;
  text-transform: uppercase;
  width: 63px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15) inset, 0px 1px 1px rgba(0, 0, 0, 0.075);
  background-image: linear-gradient(to bottom, #D9534F 0px, #C42032 100%);
  color: #fff;
}
.feed-list {
  list-style: none;
  padding: 0px;
  text-align: left;
}
.feed-list .list-item {
  margin-left: 0;
}
.feed-list .list-item .label {
  color: #333;
  font-family: "HelveticaNeueW01-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  width: 45%;
  text-align: left;
  vertical-align: top;
  line-height: 1.42857143;
}
.feed-list .list-item .detail {
  display: inline-block;
  width: 45%;
  vertical-align: top;
  text-transform: capitalize;
}
.event .list-item.upcoming-event a {
  display: block;
}
/*
    Ad-Interstitial-Global.less
    Defines styles specific to popup(Interstitial) ads on the site
*/
.popup-interstitial {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}
.popup-background-interstitial {
  background: none repeat scroll 0% 0% #000000;
  opacity: 0.75;
  z-index: 20000;
}
.popup-container-interstitial {
  z-index: 20001;
}
.popup-window-interstitial {
  position: relative;
  background: none repeat scroll 0% 0% #252525;
  color: #ffffff;
  border: 2px solid #ffffff;
  box-shadow: 0px 0px 20px 0px #000000;
  padding: 0px;
  margin: 25px auto;
  z-index: 20002;
}
.popup-window-interstitial-wide {
  width: 863px;
  height: 477px;
}
.popup-window-interstitial-tall {
  width: 605px;
  height: 605px;
}
.popup-close-button-interstitial {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -10px;
  margin-right: -10px;
  border: 1px solid white;
  color: white;
  background-color: black;
  font-family: Sans-Serif;
  font-size: 18px;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 25px;
}
.popup-close-button-interstitial:hover {
  cursor: pointer;
}
.module {
  float: left;
  position: relative;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  /* TODO: The following styles were brought over from usoc.less and reformatted but need to be tested before implementation

    .rollover-overlay {
        display: block;
        background: url(/content/images/backgrounds/1px-transparent-dark-2.png) 0 0 repeat;
        position: absolute;
        left: 0;
        top: 0;
        height: 360px;
        padding: 15px;
        opacity: 0;
        filter: alpha(opacity=0);
        z-index: 2;
        font-size: 1.5em;
        font-weight: bold;
        color: #fff;
        text-align: left;

        * {
            line-height: 22px;
        }

        span {
            display: block;
            color: #fcb131;
            font-size: 0.75em;
            margin-top: 0.75em;
        }

        > div {
            max-height: 70px;
            overflow: hidden;
        }

        .blind {
            position: absolute;
            bottom: -200px;
            padding: 0 10px 0 10px;
            background: url(/content/images/backgrounds/module-gradient-overlay.png) 0 -10px repeat-x;
            color: #fff;

            span, p {
                margin: 0;
                font-size: 1.333em;
                line-height: 1.5em;
            }

            span {
                font-weight: bold;
            }

            h3 {
                font-family: 'HelveticaNeueW02-Thin', Arial, Verdana, sans-serif;
                font-size: 2.083em;
                line-height: 1em;
                color: #fff;
                text-transform: none;
                font-weight: normal;
            }

            h4 {
                font-family: Arial, Verdana, sans-serif;
                font-weight: bold;
                font-size: 1.4em;
                color: #00bff3;
                font-size: 1em;
                text-transform: uppercase;

                span {
                    font-family: 'HelveticaNeueW02-Thin', Arial, Verdana, sans-serif;
                    font-size: 1em;
                    color: #fff;
                    text-transform: none;
                }
            }

            div.blind-gradient {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a3000000',GradientType=0 );
            }
        }
    }
    */
}
.module .module-contents ul.flip {
  padding: 12px;
}
.module.video .module-titlebar-container-padding {
  padding-left: 0px;
  padding-right: 0px;
}
.module.html-unit .module-titlebar-container-padding {
  padding-left: 0px;
  padding-right: 0px;
}
.module.html-unit.twitter .module-contents,
.module.html-unit.instagram .module-contents {
  text-align: center;
}
.module.html-unit .module-contents {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
/* TODO: The following styles were brought over from usoc.less and reformatted but need to be tested before implementation

.module.dim300x375 .rollover-overlay,
.module.dim300x250 .rollover-overlay {
    width: 270px;
}

.module.dim600x375 .rollover-overlay,
.module.dim600x250 .rollover-overlay {
    width: 570px;
}

.module.dim300x375 .rollover-overlay,
.module.dim600x375 .rollover-overlay {
    height: 375px;
}

.module.dim800x500 .rollover-overlay {
    height: 500px;
}

.module.dim300x250 .rollover-overlay,
.module.dim600x250 .rollover-overlay {
    height: 250px;
}

.blind {
    .title {
        position: relative;
        padding: 70px 0 20px;
        border: 0 solid red;
    }
 
    .detail {
        border: 0 solid red;
        padding-bottom: 300px;
    }
}

.dim600x375 .blind {
  width: 580px;
}

.dim300x375 .blind {
  width: 280px;
}

.module.dim300x250 .blind {
  width: 280px;
}

.module.dim600x250 .blind,
.module.dim600x375 .blind {
  width: 580px;
}

.module.dim800x500 .blind {
  width: 760px;
}
*/
/*
    Defines styles specific to dynamic ads for all screen sizes.
*/
.html-unit [id^=div-gpt-ad] {
  width: 100%;
  margin: 0 auto;
}
.sponsor-section-container .sponsor-section {
  color: #111111;
}
.sponsor-section-container .sponsor-section a {
  color: #111111;
}
.sponsor-section-container .sponsor-section.small {
  font-size: 100%;
}
.sponsor-section-container .sponsor-section h2 {
  background-color: transparent;
  border-bottom: 5px solid #002464;
  font-size: 3em;
  line-height: 1.2em;
  padding-left: 15px;
}
.sponsor-section-container .sponsor-section .sponsor-logo-item {
  margin: 10px 0;
  min-height: 120px;
  text-align: center;
}
.sponsor-section-container .sponsor-section .sponsor-item {
  padding-left: 2.5em;
  padding-top: 0.8em;
  padding-right: 1em;
}
.sponsor-section-container .sponsor-section .sponsor-item .sub-sponsor-item {
  font-size: 0.9em;
  padding-left: 2.5em;
  padding-top: 1.2em;
}
.sponsor-section-container .sponsor-section .name {
  font-size: 1.5em;
  text-decoration: underline;
}
.sponsor-section-container .sponsor-section .description {
  font-size: 1.3em;
}
.sponsor-section-container .sponsor-section .description a {
  text-decoration: none;
  color: #234989;
  font-style: italic;
}
/* Forums Styling */
.forums.header-section {
  margin-bottom: 2pc;
}
.forums.header-section .title {
  color: #152C53;
  margin-top: 0;
}
.forums.header-section .byline {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px !important;
}
.forums.header-section .timestamp {
  font-size: 12px;
  text-transform: uppercase;
}
.forums.header-section .description {
  color: #333;
  font-family: "HelveticaNeueW01-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5em;
  margin-top: 1em;
}
#CreateThreadForm label.error {
  border: none !important;
  color: #c42032;
}
.forums.content-list {
  padding: 0;
}
.forums.content-list .title {
  margin-top: 0;
}
.forums.content-list h3 {
  font-size: 24px;
}
.forums.content-list .list-header {
  list-style: outside none none;
  margin-left: 0 !important;
  margin-bottom: 0;
  padding: 0.5pc;
  transition: all 0.2s ease 0s;
  position: relative;
  background: #EFEFEF;
}
.forums.content-list .list-header .title {
  display: inline-block;
  margin-top: 0;
}
.forums.content-list .list-header .add-new-post-button {
  font-size: 14px !important;
  font-weight: bold;
  color: white;
  background: linear-gradient(#D9534F 50%, #c42032 50%);
  border: none;
  border-radius: 5px;
  height: 2pc;
  margin-bottom: 0.5pc;
  margin-top: 0.5pc;
}
.forums.content-list .list-header .add-new-post-button:hover {
  opacity: 0.8;
}
.forums.content-list .list-header .add-new-post-button:active {
  background: linear-gradient(#c42032 50%, #D9534F 50%);
}
.forums.content-list .list-header .new-post-title {
  width: 100%;
  margin-bottom: 0.25pc;
}
.forums.content-list .list-header .new-post-body {
  width: 100%;
  height: 100px;
  margin-bottom: 0.25pc;
}
.forums.content-list .list-header .pager {
  padding: 0;
  text-align: right;
}
.forums.content-list .writers-block {
  border-top: outset 2px #555;
  border-bottom: inset 2px #555;
  padding: 1pc;
}
.forums.content-list .pager-row {
  list-style: none;
}
.forums.content-list .pager-row .pager {
  padding: 0;
  text-align: right;
}
.forums.content-list .list-item {
  list-style: none;
  margin-left: 0 !important;
  padding: 0.5pc;
  transition: all 0.2s ease 0s;
  cursor: pointer;
  position: relative;
  min-height: 3.5pc;
}
.forums.content-list .list-item .item-details {
  width: 65% !important;
  height: 100%;
  position: relative;
  display: inline-block;
}
.forums.content-list .list-item .stats {
  font-size: 13px;
  color: #555;
  font-style: italic;
}
.forums.content-list .list-item .stats hr {
  margin-bottom: 0.25pc;
}
.forums.content-list .list-item .description-blurb,
.forums.content-list .list-item .description {
  font-size: 14px !important;
  margin: 0.25pc;
  margin-left: 0;
  color: #333;
  font-family: "HelveticaNeueW01-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5em;
}
.forums.content-list .list-item .timestamp {
  margin-right: 0.5pc;
  text-transform: uppercase;
}
.forums.content-list .list-item .thread-count,
.forums.content-list .list-item .view-count {
  margin-right: 1.5pc;
}
.forums.content-list .list-item .subitem {
  width: 33%;
  height: 100%;
  padding-left: 0.5pc;
  text-align: left;
  transition: all 0.2s ease 0s;
  position: absolute;
  cursor: pointer;
  display: inline-block;
  right: 0;
  top: 0;
  font-weight: normal;
  color: #000;
  font-size: 11px;
}
.forums.content-list .list-item .subitem .by-line {
  text-transform: uppercase;
}
.forums.content-list .list-item .subitem .timestamp {
  margin-bottom: 0.25pc;
  margin-left: 0;
  padding: 0.25pc;
  padding-left: 0;
  text-transform: uppercase;
  font-size: 11px;
}
.forums.content-list .list-item .subitem .title {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 11px;
}
.forums.content-list .list-item .subitem .blurb {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5em;
  font-style: italic;
  font-size: 11px;
}
.forums.content-list .list-item .author {
  font-size: 11px !important;
  font-style: italic;
  color: #152c53 !important;
  text-align: left;
  text-transform: uppercase;
}
.forums.content-list .list-item:hover {
  opacity: 0.8;
}
.forums.content-list .list-item:nth-child(odd) {
  background: #EFEFEF;
}
.forums.content-list .list-item:nth-child(even) {
  background: #fff;
}
/* End: Forums Style */
.pressbox h2 {
  display: none;
}
.pressbox .rss-widget {
  font-size: 1em;
  margin-top: 9px;
}
.pressbox .tabs {
  height: 30px;
}
.pressbox .tabs .pressbox-tab {
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}
.pressbox .tab-content {
  border: 1px solid #F7F7F7;
  border-width: 0 1px 0 1px;
}
.pressbox .pressbox-filters {
  clear: both;
  padding: 10px 0 10px 0;
  background-color: #DDD;
  border-bottom: 1px solid #bbb;
}
.pressbox .pressbox-filters #MobileFilterControlRow {
  display: none;
}
.pressbox .pressbox-filters #PressboxFilterAdvancedPanel {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
.pressbox .pressbox-filters #PressboxFilterAdvancedPanel .sport-dropdown {
  display: none;
  position: absolute;
  top: -9px;
  left: 15px;
  background-color: #EEE;
  width: 910px;
  border: 1px solid #CCC;
  border-width: 0 1px 1px 1px;
  padding: 20px;
  font-size: 0.8em;
  z-index: 99;
}
.pressbox .pressbox-filters #PressboxFilterAdvancedPanel .sport-dropdown .ok,
.pressbox .pressbox-filters #PressboxFilterAdvancedPanel .sport-dropdown .cancel {
  width: 75px;
  height: 35px;
}
.pressbox .pressbox-filters #PressboxFilterAdvancedPanel .sport-dropdown.active {
  display: block;
}
.pressbox .pressbox-filters #PressboxFilterAdvancedPanel #pressbox-filter-daterange {
  width: 400px;
  float: left;
}
.pressbox .pressbox-filters input[type=text],
.pressbox .pressbox-filters select {
  padding: 5px;
}
.pressbox .pressbox-filters input[type=button],
.pressbox .pressbox-filters input[type=submit] {
  height: 30px;
}
.pressbox .pressbox-filters .pressbox-filter-label {
  font-weight: bold;
  margin-top: 4px;
  font-size: 1.2em;
  padding-top: 5px;
}
.pressbox .pressbox-filters .filter {
  float: left;
  margin: 0px 5px;
  height: 35px;
}
.pressbox .pressbox-filters .filter .sport-button,
.pressbox .pressbox-filters .filter #eventId {
  height: 33px;
}
.pressbox .pressbox-filters .sport.filter select[disabled] {
  color: #000;
}
.pressbox .pressbox-filters .keyword.filter input[type="submit"],
.pressbox .pressbox-filters .event.filter input[type="button"] {
  margin-left: 5px;
}
.pressbox .pressbox-filters .clear-filter {
  font-weight: bold;
  font-size: 1.2em;
  padding-top: 5px;
}
.pressbox .pressbox-filters .filter.sport {
  position: relative;
}
.pressbox .pressbox-list {
  clear: both;
  text-align: left;
  margin-top: 5px;
}
.pressbox .pressbox-list .pressbox-list-title-row {
  height: 40px;
}
.pressbox .pressbox-list .pressbox-list-title-row .field {
  border-bottom: 1px solid #BBB;
  font-weight: bold;
  padding: 10px;
}
.pressbox .pressbox-list .pressbox-list-row .field {
  padding: 5px 0 5px 10px;
}
.pressbox .pressbox-list .pressbox-list-row .field.title .description {
  display: block;
  margin-top: 2px;
  padding: 0 15px 0 0;
  color: #777;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.pressbox .pressbox-list .pressbox-list-row:nth-child(even) {
  background-color: #F2F2F2;
}
.pressbox #pressboxCarousel {
  display: block;
  position: relative;
}
.pressbox #pressboxCarousel .carousel-indicators {
  bottom: 0;
}
.pressbox #pressboxCarousel .carousel-indicators li {
  border-color: #aaa;
  background-color: #aaa;
}
.pressbox #pressboxCarousel .carousel-indicators .active {
  background-color: black;
  border-color: black;
}
.pressbox #pressboxCarousel .pressbox-slide-container .pressbox-slide-box {
  border: 1px solid #808080;
}
.pressbox #pressboxCarousel .pressbox-slide-container .pressbox-slide-box .pressbox-slide-content {
  height: 300px;
  padding: 15px;
}
.pressbox #pressboxCarousel .pressbox-slide-container .pressbox-slide-box .pressbox-slide-content strong {
  font-family: sans-serif;
}
.pressbox #pressboxCarousel .pressbox-slide-container .pressbox-slide-box .pressbox-slide-content .feature-info {
  margin-bottom: 15px;
  margin-left: 15px;
}
.pressbox #pressboxCarousel .pressbox-slide-container .pressbox-slide-box .pressbox-slide-content h3 {
  font-size: 24px;
}
.pressbox #pressboxCarousel .pressbox-slide-container .pressbox-slide-box .pressbox-slide-content img {
  float: right;
  margin-left: 10px;
}
.pressbox #pressboxCarousel .pressbox-slide-container .pressbox-slide-indicators {
  height: 40px;
}
.pressbox .pagination {
  font-size: 0.8em;
}
.pressbox ul.pagination {
  padding: 5px 0 5px 0;
  background: none;
  border-top: 1px solid #BBB;
}
.pressbox-article .article-info {
  padding: 10px;
  line-height: 1.5em;
}
.pressbox-article .article-info h3 {
  margin: 15px 0 5px 0;
  font-size: 1.5em;
}
/*
    Signup-Form-Global.less
    Defines styles specific to The TeamUSA Signup Form
*/
form[id^=ModuleSignupForm] {
  padding: 10px;
}
form[id^=ModuleSignupForm] input[id^=ModuleSignupName],
form[id^=ModuleSignupForm] input[id^=ModuleSignupEmail] {
  margin-bottom: 10px;
}
#MobileSignupSubmit,
#DesktopSignupSubmit,
[id^=ModuleSignupSubmit] {
  color: white;
  background-color: #88B04B;
}
#MobileSignupSubmit:hover,
#DesktopSignupSubmit:hover,
[id^=ModuleSignupSubmit]:hover,
#MobileSignupSubmit:focus,
#DesktopSignupSubmit:focus,
[id^=ModuleSignupSubmit]:focus,
#MobileSignupSubmit.focus,
#DesktopSignupSubmit.focus,
[id^=ModuleSignupSubmit].focus,
#MobileSignupSubmit:active,
#DesktopSignupSubmit:active,
[id^=ModuleSignupSubmit]:active,
#MobileSignupSubmit.active,
#DesktopSignupSubmit.active,
[id^=ModuleSignupSubmit].active {
  background-color: #c42032;
}
.popup-confirmation {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}
.popup-confirmation .success,
.popup-confirmation .failure {
  display: none;
  text-align: center;
}
.popup-background-confirmation {
  background: none repeat scroll 0% 0% #000000;
  opacity: 0.75;
  z-index: 20000;
}
.popup-container-confirmation {
  z-index: 20001;
}
.popup-window-confirmation {
  position: relative;
  background: none repeat scroll 0% 0% #ffffff;
  color: #000000;
  border: 2px solid #ffffff;
  box-shadow: 0px 0px 20px 0px #000000;
  width: 90%;
  max-width: 863px;
  min-height: 400px;
  max-height: 477px;
  padding: 0px;
  margin: 150px auto;
  z-index: 20002;
}
.popup-close-button-confirmation {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -10px;
  margin-right: -10px;
  border: 1px solid white;
  color: white;
  background-color: black;
  font-family: Sans-Serif;
  font-size: 18px;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 25px;
}
.popup-close-button-confirmation:hover {
  cursor: pointer;
}
/*
    Accordion-Global.less
    Defines styles specific to the Accordion Rendering
*/
.accordion-pane {
  border: 1px solid #888;
  padding: 10px;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
}
.accordion-pane h3 {
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 20px;
}
.accordion-pane h3::after {
  content: ">";
  float: right;
  font-size: 24px;
}
.accordion-pane h3::after {
  content: ">";
  float: right;
}
.accordion-pane > div {
  display: none;
  padding-top: 10px;
}
.accordion-pane.active h3::after {
  content: "v";
  font-size: 18px;
}
.image-gallery-module .module-contents {
  padding: 15px;
}
.image-gallery-module .module-contents .image-gallery .image-wrapper {
  margin-bottom: 15px;
}
.image-gallery-module .module-contents .image-gallery .image-wrapper a.image-gallery {
  width: 100%;
}
.image-gallery-module .module-contents .image-gallery .image-wrapper a.image-gallery img {
  width: 100%;
}
/* Begin styles for large screens (laptops, computers) | RobC */
@media (min-width: 1200px) {
  /*****************
    * Display Utils *
    ******************/
  .no-border-desktop {
    border: none;
  }
  .no-border-desktop .module-contents {
    padding-left: 0;
    padding-right: 0;
  }
  .border-desktop {
    border: 1px solid #afb0b2;
    background-color: white;
  }
  body {
    Background: url('/content/images/teamusa-refresh/bg-watermark.png') left 700px no-repeat, url('/content/images/teamusa-refresh/bg-grit-left-lg.png') left 250px repeat-y, url('/content/images/teamusa-refresh/bg-grit-right-lg.png') right 250px repeat-y, #fff;
    min-width: 960px;
  }
  .container {
    max-width: none !important;
    width: 1200px;
  }
  /* Used to show/hide html elements when resizing layouts. */
  .fullsite {
    display: inline;
  }
  /* Used to show/hide html elements when resizing layouts. */
  .mobilesite {
    display: none;
  }
  .chevron {
    display: none;
  }
  .chevron-down-desktop {
    color: #8AADCF;
    float: right;
    margin-left: 5px !important;
    font-size: 20px;
  }
  .chevron-right-desktop {
    color: #8AADCF;
    margin-left: 5px !important;
    font-size: 20px;
  }
  .white {
    display: none;
  }
  .navsocialicons {
    display: none;
  }
  .carousel {
    display: none;
  }
  .dropdown yamm-fw {
    display: none;
  }
  .dropdown-menu {
    display: none;
  }
  .mobile-header {
    margin-right: -15px;
    margin-left: -15px;
  }
  .title {
    padding-top: 10px;
  }
  .feature-container {
    margin-bottom: 15px;
  }
  /**********************
     * SubLayout Elements *
     **********************/
  /*override bootstrap padding to create a 15px gutter for sidebars*/
  .right-sidebar {
    padding-left: 0;
    padding-top: 15px;
  }
  .left-sidebar {
    text-align: left;
    padding-right: 0;
    padding-top: 15px;
  }
  .main-content {
    padding-top: 15px;
  }
  .top-main-content {
    margin-top: 0px;
  }
  /*----------------------------------
        #NAVIGATION
    ------------------------------------*/
  /* breadcrumb */
  .breadcrumb {
    background: none !important;
  }
  .breadcrumb li a {
    color: #002464;
  }
  .breadcrumb .active {
    color: #717073;
  }
  .breadcrumb > li + li:before {
    content: " " !important;
    padding: 0;
  }
  .content-area .breadcrumb.ngb-breadcrumb,
  .content-area-container .breadcrumb.breadcrumb.ngb-breadcrumb {
    list-style: none;
    padding-left: 15px;
    color: #B2B2B2 !important;
    font-size: 0.8em;
    margin-bottom: 10px;
  }
  .content-area .breadcrumb.breadcrumb.ngb-breadcrumb a,
  .content-area-container .breadcrumb.breadcrumb.ngb-breadcrumb a {
    color: #B2B2B2 !important;
    text-decoration: underline;
  }
  .content-area .breadcrumb.breadcrumb.ngb-breadcrumb > li + li:before,
  .content-area-container .breadcrumb.breadcrumb.ngb-breadcrumb > li + li:before {
    color: #ccc;
    content: "/\00a0" !important;
    margin: 0 10px 0 10px;
  }
  .content-area .breadcrumb.breadcrumb.ngb-breadcrumb > li,
  .content-area-container .breadcrumb.breadcrumb.ngb-breadcrumb > li {
    padding: 0px;
    margin: 0px;
  }
  ul.breadcrumb {
    display: block;
    overflow: auto;
    padding-top: 10px;
    padding-left: 0px;
  }
  .breadcrumb > li > .icon {
    color: #002464;
    margin: auto 5px;
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
    vertical-align: 1px;
  }
  ul.breadcrumb li {
    float: left;
    padding-left: 0px;
    background-position: 5px 50%;
    background-repeat: no-repeat;
    color: #c42032;
    font-weight: bold;
  }
  ul.breadcrumb li:first-child {
    padding-left: 0;
    background-image: none;
  }
  ul.breadcrumb li a {
    margin-right: 0px;
    color: #c42032;
    font-weight: bold;
    text-transform: capitalize;
  }
  .primary ul.breadcrumb li a {
    color: #fff;
  }
  .secondary ul.breadcrumb li a {
    color: #111;
  }
  .primary ul.breadcrumb li {
    color: #bd2426;
    font-weight: bold;
  }
  .primary ul.breadcrumb li:first-child {
    background-image: none;
  }
  .secondary ul.breadcrumb li {
    color: #bd2426;
    font-weight: bold;
  }
  .secondary ul.breadcrumb li:first-child {
    background-image: none;
  }
  .navbar {
    min-height: 88px;
  }
  .navbar .top-bar {
    padding: 7px 0 7px 10px;
  }
  .navbar .top-bar .sponsor {
    margin-left: 10px;
  }
  .navbar .top-bar #DesktopSignupForm {
    float: right;
    margin-bottom: 0;
  }
  .navbar .top-bar #DesktopSignupForm #DesktopSignupName,
  .navbar .top-bar #DesktopSignupForm #DesktopSignupEmail {
    display: inline;
    width: 200px;
    height: 25px;
    margin-bottom: 0;
  }
  .navbar .top-bar #DesktopSignupForm #DesktopSignupSubmit {
    height: 25px;
    /*color: white;
                    background-color: @blue-responsive;*/
    padding: 0 5px;
    vertical-align: top;
  }
  .navbar .navbar-brand {
    height: auto;
    margin: 8px 0 0 -15px;
    padding: 0;
  }
  .navbar .white-strip {
    background-color: #fff;
    padding: 5px 0 6px 0;
    position: absolute;
    width: 100%;
    min-width: 1200px;
    z-index: -1;
    top: 36px;
  }
  .navbar .white-strip .invisible {
    visibility: hidden;
  }
  .navbar .navbar-nav li a {
    padding: 5px 10px;
    color: #002464;
    font-weight: bold;
    text-transform: uppercase;
  }
  .navbar .navbar-nav li a.donate-link {
    color: #c42032;
  }
  .navbar .navbar-nav li a:focus {
    outline: 0 none;
    text-decoration: underline;
    outline: 1px dotted currentColor;
  }
  .navbar .navbar-nav li a:hover {
    outline: 0 none;
    text-decoration: underline;
  }
  .navbar .navbar-portal {
    margin-top: 22px !important;
    width: 93%;
  }
  .navbar .navbar-portal .right {
    float: right;
  }
  .navbar .navbar-right li .navbar-form {
    margin-top: 0px;
  }
  .navbar .navbar-right li .navbar-form label .fa {
    color: black;
    position: relative;
    z-index: 300;
  }
  .navbar .navbar-right li button.btn-default {
    display: none;
  }
  .navbar .navbar-right li .form-control {
    -moz-transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
    -o-transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
    -webkit-transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
    transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
    cursor: pointer;
    width: 40px;
    height: 27px;
    right: -30px;
    position: relative;
    padding-left: 10px;
    padding-right: 30px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 2px;
    background: #fff;
    border: none;
    border-radius: 0;
    z-index: 200;
    left: 32px;
    top: -1.5px;
  }
  .navbar .navbar-right li .form-control.white {
    color: white;
  }
  .navbar .navbar-right li .form-control:hover {
    color: white;
    background: #eeeeee;
  }
  .navbar .navbar-right li .form-control:hover + label .search-icon {
    color: #fff;
  }
  .navbar .navbar-right li .form-control:focus {
    -moz-transition: width 0.6s cubic-bezier(0, 0, 1, 1), border-radius 0.6s, background 0.6s;
    -o-transition: width 0.6s cubic-bezier(0, 0, 1, 1), border-radius 0.6s, background 0.6s;
    -webkit-transition: width 0.6s cubic-bezier(0, 0, 1, 1), border-radius 0.6s, background 0.6s;
    transition: width 0.6s cubic-bezier(0, 0, 1, 1), border-radius 0.6s, background 0.6s;
    border: 1px solid #555555;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    padding-left: 5px;
    cursor: text;
    width: 175px;
    background: #fff;
    color: black;
  }
  .navbar .navbar-right li .form-control:focus + label .search-icon {
    color: black;
  }
  .navbar .navbar-right li .form-control:not(:focus) {
    text-indent: -5000px;
  }
  ul.header-secondary-nav {
    list-style: none;
    margin-top: 1em;
  }
  ul.header-secondary-nav li {
    float: left;
    padding-right: 15px;
  }
  ul.header-secondary-nav li a {
    font-size: 1.333em;
  }
  .slide-content {
    left: 0 !important;
  }
  .navbar.navbar-fixed-top.slide-active {
    position: fixed;
  }
  .navbar-header {
    left: 0 !important;
  }
  .navbar-header.secondary {
    width: 100%;
  }
  #NgbHeaderMenu {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* makes the dropdown menu sit below the main nav */
  .yamm .dropdown.yamm-fw .dropdown-menu {
    top: auto;
  }
  /* makes the dropdown menu sit below the main nav */
  .yamm .nav {
    float: left;
    margin: 4px 0 0 0;
  }
  /* styling and color for dropdowns
   modified multiple submenus code from http://stackoverflow.com/questions/18023493/bootstrap-3-dropdown-sub-menu-missing */
  .navbar .navbar-nav .divider {
    font-weight: bold;
    padding-top: 4px;
  }
  .navbar .navbar-nav .dropdown-toggle {
    display: inline-block;
  }
  .navbar .navbar-nav .open .dropdown-menu {
    background-color: #eeeeee;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    left: 90px;
  }
  .navbar .navbar-nav .open .dropdown-menu .dropdown-submenu {
    position: relative;
  }
  .navbar .navbar-nav .open .dropdown-menu .dropdown-submenu.dropdown-horizontal {
    display: inline-block;
  }
  .navbar .navbar-nav .open .dropdown-menu .dropdown-submenu > .dropdown-menu {
    box-shadow: none !important;
    margin: 0;
    top: 0 !important;
    left: 150px;
  }
  .navbar .navbar-nav .open .dropdown-menu .dropdown-submenu > .dropdown-menu li {
    list-style: none outside none;
  }
  .navbar .navbar-nav .open .dropdown-menu .dropdown-submenu > .dropdown-menu li ul {
    padding: 0;
  }
  .navbar .navbar-nav .open .dropdown-menu .dropdown-submenu > .dropdown-menu li ul li {
    list-style: none outside none;
    padding-bottom: 10px;
  }
  .navbar .navbar-nav .open .dropdown-menu .dropdown-submenu > .dropdown-menu li ul li a {
    color: #555555 !important;
    padding: 5px 0;
    width: auto;
  }
  .navbar .navbar-nav .open .dropdown-menu .dropdown-submenu > .dropdown-menu li ul li a:hover {
    background-color: transparent !important;
    color: #002464 !important;
    text-decoration: none;
  }
  .navbar .navbar-nav .open .dropdown-menu .dropdown-submenu > .dropdown-menu li ul li a:focus {
    outline: 1px dotted currentColor;
    background-color: transparent !important;
    color: #002464 !important;
    text-decoration: none;
  }
  .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #002464;
    background-image: none;
  }
  .navbar .navbar-nav .open .dropdown-menu > li > a:focus {
    outline: 0 none;
    text-decoration: underline;
    outline: 1px dotted currentColor;
  }
  .navbar .navbar-nav .open .dropdown-menu .open > a {
    color: #fff;
    background-color: #002464;
    background-image: none;
  }
  .navbar .navbar-nav .open .dropdown-menu .active > a,
  .navbar .navbar-nav .open .dropdown-menu .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu .active > a:focus {
    color: #fff;
    background-color: #002464;
  }
  .navbar .navbar-nav .open .dropdown-menu .active:focus {
    outline: 1px dotted currentColor;
  }
  .navbar .navbar-nav .open .dropdown-menu .disabled > a,
  .navbar .navbar-nav .open .dropdown-menu .disabled > a:hover,
  .navbar .navbar-nav .open .dropdown-menu .disabled > a:focus {
    color: #999 !important;
    background-color: transparent !important;
  }
  .navbar .navbar-nav .open .dropdown-menu .disabled:focus {
    outline: 1px dotted currentColor;
  }
  .ngb-nav {
    background-color: #fff;
  }
  .ngb-nav .ngb-navheader {
    overflow: auto;
    /* Selector specific to logo without title */
  }
  .ngb-nav .ngb-navheader .ngb-icon,
  .ngb-nav .ngb-navheader .microsite-icon {
    padding: 10px 25px;
    overflow: hidden;
  }
  .ngb-nav .ngb-navheader .ngb-icon img,
  .ngb-nav .ngb-navheader .microsite-icon img {
    float: right;
    max-height: 120px;
    width: auto;
  }
  .ngb-nav .ngb-navheader .ngb-icon.image-center,
  .ngb-nav .ngb-navheader .microsite-icon.image-center {
    height: auto;
    padding: 10px 25px;
    float: none;
  }
  .ngb-nav .ngb-navheader .ngb-icon.image-center img,
  .ngb-nav .ngb-navheader .microsite-icon.image-center img {
    display: block;
    float: none;
    margin: 0 auto;
    max-height: 185px;
    width: auto;
  }
  .ngb-nav .ngb-navheader .ngb-name,
  .ngb-nav .ngb-navheader .microsite-name {
    color: #002464;
    display: inline-block;
    font-family: "HelveticaNeueW01-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    vertical-align: middle;
    padding-left: 20px;
    margin-bottom: 0.67em;
    margin-top: 0.67em;
    float: left;
  }
  .ngb-nav .ngb-navheader .ngb-name span,
  .ngb-nav .ngb-navheader .microsite-name span {
    color: #c42032;
  }
  .ngb-nav .ngb-navheader .ngb-name {
    font-size: 3.9em;
  }
  .ngb-nav .ngb.navbar {
    min-height: 40px;
    margin: 0;
    position: inherit;
  }
  .ngb-nav .ngb.navbar .navbar-nav li.open > a:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 10px;
    margin-left: -10px;
  }
  .ngb-nav .ngb.navbar .navbar-nav li a {
    color: #555555;
    position: relative;
    z-index: 500;
  }
  .ngb-nav .ngb.navbar .navbar-nav li a:hover,
  .ngb-nav .ngb.navbar .navbar-nav li a:focus {
    background-color: #eee;
  }
  .ngb-nav .ngb.navbar .navbar-nav li a:focus {
    outline: 1px dotted currentColor;
  }
  .ngb-nav .ngb.navbar .navbar-nav li .dropdown-menu {
    background-color: #333333;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    padding: 20px 10px;
    margin-left: -1px;
    margin-right: -1px;
    z-index: 1000;
    left: 0;
  }
  .ngb-nav .ngb.navbar .navbar-nav li .dropdown-menu li ul {
    padding-left: 0;
  }
  .ngb-nav .ngb.navbar .navbar-nav li .dropdown-menu li ul li {
    padding-bottom: 10px;
  }
  .ngb-nav .ngb.navbar .navbar-nav li .dropdown-menu li ul li a {
    color: #fff;
    font-weight: normal;
    padding: 0;
  }
  .ngb-nav .ngb.navbar .navbar-nav li .dropdown-menu li ul li a:hover,
  .ngb-nav .ngb.navbar .navbar-nav li .dropdown-menu li ul li a:focus {
    background-color: transparent;
    text-decoration: underline;
  }
  .ngb-nav .ngb.navbar .navbar-nav li .dropdown-menu li ul li a:focus {
    outline: 1px dotted currentColor;
  }
  .ngb-nav .ngb.navbar .ngb-subnav {
    width: 92%;
  }
  /*------------------------------------*\
       #LAYOUT
    \*------------------------------------*/
  .content-header {
    padding: 0px 0px 15px 15px;
  }
  .content-header ul.breadcrumb {
    margin: 0;
    padding-left: 0px;
  }
  .content-header ul.breadcrumb > li {
    list-style: none;
    margin-left: 10px;
    color: #fff;
    background-image: url(/content/images/breadcrumb-separator-white.png);
  }
  .content-header ul.breadcrumb > li:first-child {
    margin-left: 0;
  }
  .content-header ul.breadcrumb > li:last-child {
    color: #afb0b2;
  }
  .content-header ul.breadcrumb > li a {
    color: #fff;
  }
  .content-header.primary {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0d1d33), color-stop(20%, #1f4275), to(#002464));
    background-image: -webkit-linear-gradient(#0d1d33, #1f4275 20%, #002464);
    background-image: -moz-linear-gradient(top, #0d1d33, #1f4275 20%, #002464);
    background-image: linear-gradient(#0d1d33, #1f4275 20%, #002464);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0d1d33', endColorstr='#ff002464', GradientType=0);
    color: #fff;
    margin-top: 15px;
    margin-bottom: 7px;
    padding: 10px 15px 10px 15px;
  }
  .content-header.primary h1 {
    color: #fff;
  }
  .content-header.secondary {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0d1d33), color-stop(20%, #1f4275), to(#002464));
    background-image: -webkit-linear-gradient(#0d1d33, #1f4275 20%, #002464);
    background-image: -moz-linear-gradient(top, #0d1d33, #1f4275 20%, #002464);
    background-image: linear-gradient(#0d1d33, #1f4275 20%, #002464);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0d1d33', endColorstr='#ff002464', GradientType=0);
    color: #fff;
    margin-top: 15px;
    margin-bottom: 7px;
    padding: 10px 15px 10px 15px;
  }
  .content-header.secondary h1 {
    color: #fff;
    float: none;
    display: inline;
  }
  .content-header.secondary h1.article {
    margin-left: 0;
  }
  .content-header.secondary h2 {
    color: #fff;
    display: inline;
    font-size: 24px;
  }
  .main-content .ad-container {
    display: table;
    width: 100%;
    border-top: #afb0b2;
    padding-top: 20px;
  }
  .content-area {
    padding-bottom: 5px;
    padding-top: 5px;
    margin: 20px 0;
  }
  .content-area .content-full-nav-row .content-full-nav-item {
    background-color: #002464;
  }
  .content-area .content-full-nav-row .content-full-nav-item a {
    font-family: "HelveticaNeueW01-77BdCn_692722", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.1em;
  }
  .content-full-nav-row {
    width: 1200px;
    text-align: center;
  }
  .content-full-nav-item {
    width: 200px;
    height: 38px;
    padding: 5px 0 5px 0;
    margin: 6px 0 6px 25px;
    display: inline-block;
    margin-left: 15px;
    background-color: #B0B1B2;
  }
  .content-full-nav-item a {
    display: block;
    height: 28px;
    color: #FFF;
    font-size: 1.2em;
    text-align: center;
    line-height: 28px;
    font-family: HelveticaNeueW01-77BdCn_692722, Helvetica, sans-serif, Arial;
    text-transform: uppercase;
  }
  .content-full-nav-item:first-child {
    margin-left: 0px;
  }
  .content-area-container .col-md-12 {
    padding-top: 15px;
  }
  .content-area-container img[width="800"] {
    width: 100%;
    height: auto;
  }
  .content-area-container i.fa.fa-print.fa-lg {
    padding: 0 5px;
  }
  #content-wrapper #content .content-area .main-content {
    border-right: 1px solid #ccc;
  }
  .sidebar .ad {
    margin-bottom: 20px;
  }
  .sidebar .content-area {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .sidebar .module {
    display: inline-block;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    float: none;
  }
  .sidebar .module * {
    text-align: left;
  }
  .sidebar .module a img {
    width: auto;
  }
  .sidebar .module .module-titlebar {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5e5e60), color-stop(20%, #9d9da0), to(#717073));
    background-image: -webkit-linear-gradient(#5e5e60, #9d9da0 20%, #717073);
    background-image: -moz-linear-gradient(top, #5e5e60, #9d9da0 20%, #717073);
    background-image: linear-gradient(#5e5e60, #9d9da0 20%, #717073);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5e5e60', endColorstr='#ff717073', GradientType=0);
  }
  .sidebar .module .module-titlebar a {
    color: #fff;
    background-color: transparent;
    float: right;
    margin-top: 3px;
  }
  .sidebar .module .module-titlebar.navy {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0d1d33), color-stop(20%, #1f4275), to(#002464));
    background-image: -webkit-linear-gradient(#0d1d33, #1f4275 20%, #002464);
    background-image: -moz-linear-gradient(top, #0d1d33, #1f4275 20%, #002464);
    background-image: linear-gradient(#0d1d33, #1f4275 20%, #002464);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0d1d33', endColorstr='#ff002464', GradientType=0);
    display: block;
  }
  .sidebar .module .module-titlebar.gray {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5e5e60), color-stop(20%, #9d9da0), to(#717073));
    background-image: -webkit-linear-gradient(#5e5e60, #9d9da0 20%, #717073);
    background-image: -moz-linear-gradient(top, #5e5e60, #9d9da0 20%, #717073);
    background-image: linear-gradient(#5e5e60, #9d9da0 20%, #717073);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5e5e60', endColorstr='#ff717073', GradientType=0);
    display: block;
  }
  .sidebar .module .module-titlebar.none {
    background-color: transparent;
    background-image: none;
    display: block;
  }
  .sidebar .module .module-titlebar.none h3 {
    color: #1f4275;
  }
  .sidebar .module .module-titlebar.none a {
    color: #1f4275;
  }
  /******************
     * DESKTOP FOOTER *
     ******************/
  .secondary-footer .desktopfooter .footer-links {
    color: #555555;
    font-size: 12px;
    list-style-type: none;
    padding-left: 0;
  }
  .secondary-footer .desktopfooter .footer-links .footer-header {
    font-weight: bold;
    font-size: 14px;
  }
  .secondary-footer .desktopfooter .footer-links li a {
    color: #555555;
  }
  .secondary-footer .desktopfooter .copyright-info {
    color: #555555;
    font-size: 10px;
  }
  .footer-portal {
    margin-left: 15px;
    margin-bottom: 8px;
  }
  /*------------------------------------*\
        #ADS
    \*------------------------------------*/
  .ad {
    display: inline-block;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    padding: 0 0 0 0 !important;
  }
  .ad > * {
    margin: 0 auto;
  }
  .ad-900x60 {
    background-color: #fff;
    padding: 10px !important;
    width: auto !important;
  }
  .ad.ad-728x90 {
    padding: 10px 0 !important;
    width: 100%;
  }
  /*------------------------------------
        #MODULES
    ------------------------------------*/
  /*div.module {
        margin-bottom: 20px;
        width: 100%;
    }*/
  .sidebar .event,
  .sidebar .follow,
  .sidebar .html-unit {
    border: 1px solid #afb0b2;
  }
  .module .feature-title {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0d1d33), color-stop(20%, #1f4275), to(#002464));
    background-image: -webkit-linear-gradient(#0d1d33, #1f4275 20%, #002464);
    background-image: -moz-linear-gradient(top, #0d1d33, #1f4275 20%, #002464);
    background-image: linear-gradient(#0d1d33, #1f4275 20%, #002464);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0d1d33', endColorstr='#ff002464', GradientType=0);
    padding: 20px;
    text-align: left;
  }
  .module .feature-title h3 {
    margin-bottom: 10px;
    margin-top: 0;
    color: #fff;
  }
  .module .feature-title p {
    margin-bottom: 0px;
    color: #fff;
  }
  .slider .bx-wrapper {
    margin-bottom: 20px;
    box-shadow: none;
  }
  .slider .bx-wrapper .bx-viewport {
    border: 0 none;
    box-shadow: none;
    left: 0;
    height: 560px;
  }
  .slider .bx-wrapper .bx-viewport .bxslider {
    margin-bottom: 0;
    padding: 0;
  }
  .slider .bx-wrapper .bx-viewport .bxslider .carousel-slide {
    text-align: center;
  }
  .slider .bx-wrapper .bx-viewport .bxslider .carousel-slide a {
    text-decoration: none;
  }
  .slider .bx-wrapper .bx-viewport .bxslider .carousel-slide a img {
    width: 100%;
    height: auto;
  }
  .slider .bx-wrapper .bx-viewport .bxslider .carousel-slide .feature-title {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0d1d33), color-stop(20%, #1f4275), to(#002464));
    background-image: -webkit-linear-gradient(#0d1d33, #1f4275 20%, #002464);
    background-image: -moz-linear-gradient(top, #0d1d33, #1f4275 20%, #002464);
    background-image: linear-gradient(#0d1d33, #1f4275 20%, #002464);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0d1d33', endColorstr='#ff002464', GradientType=0);
    color: #fff;
    padding: 20px;
    text-align: left;
    height: 123px;
  }
  .slider .bx-wrapper .bx-viewport .bxslider .carousel-slide .feature-title h3 {
    margin-top: 0;
    color: #fff;
  }
  .slider .bx-wrapper .bx-viewport .bxslider .carousel-slide .feature-title p {
    margin-bottom: 0;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .slider .bx-wrapper .bx-controls .bx-default-pager {
    position: static;
  }
  .slider .bx-wrapper .bx-controls .bx-custom-pager {
    bottom: -20px;
    margin-bottom: 5px;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    padding-top: 0;
    text-align: center;
    position: relative;
  }
  .slider .bx-wrapper .bx-controls .bx-custom-pager .bx-pager-link {
    border: 2px solid #eeeeee;
    display: block;
    margin: 0 5px;
    padding: 0;
  }
  .slider .bx-wrapper .bx-controls .bx-custom-pager .bx-pager-link .bx-pager-link-caption {
    background-color: #002464;
    color: #fff;
    padding: 5px;
    text-align: left;
    text-transform: uppercase;
  }
  .slider .bx-wrapper .bx-controls .bx-custom-pager .bx-pager-link:hover {
    border: 2px solid #002464;
    text-decoration: none;
  }
  .slider .bx-wrapper .bx-controls .bx-custom-pager .bx-pager-link.active {
    border: 2px solid #002464;
  }
  .slider .bx-wrapper .bx-controls .bx-custom-pager .bx-pager-link.active:after,
  .slider .bx-wrapper .bx-controls .bx-custom-pager .bx-pager-link.active:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .slider .bx-wrapper .bx-controls .bx-custom-pager .bx-pager-link.active:after {
    border-color: rgba(21, 44, 83, 0);
    border-bottom-color: #002464;
    border-width: 5px;
    margin-left: -5px;
    margin-bottom: 0;
  }
  .slider .bx-wrapper .bx-controls .bx-custom-pager .bx-pager-link.active:before {
    border-color: rgba(21, 44, 83, 0);
    border-bottom-color: #002464;
    border-width: 6px;
    margin-left: -5px;
    margin-bottom: 0;
  }
  .event .list-item {
    border-bottom: 1px solid #afb0b2;
    padding-bottom: 10px;
    margin: 0 15px 10px 15px;
    height: auto;
    background: none;
  }
  .event .list-item .date-box {
    color: #002464;
    font-family: "HelveticaNeueW01-77BdCn_692722", "Helvetica Neue", Helvetica, Arial, sans-serif;
    float: left;
    vertical-align: middle;
  }
  .event .list-item .date-box .event-date {
    font-size: 20px;
    text-align: center;
  }
  .event .list-item .date-box .event-month {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
  }
  .event .list-item:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .event .list-item a {
    display: inline-block;
    padding-left: 30px;
  }
  .event .list-item a h4 {
    color: #002464;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .event .list-item a p {
    color: #555555;
    font-weight: bold;
    margin-top: -1px;
    margin-bottom: 5px;
    text-transform: uppercase;
  }
  .latest-news {
    width: 100%;
  }
  .latest-news .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .latest-news .module-contents ul {
    list-style-type: none;
    padding: 0px 15px;
  }
  .latest-news .module-contents ul li {
    border-bottom: 1px solid #afb0b2;
    color: #002464;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  .latest-news .module-contents ul li:last-child {
    border-bottom: 0 none;
  }
  .poll .module-contents {
    padding: 0 15px 15px 15px;
  }
  .poll p {
    margin-bottom: 4px;
  }
  .poll p.poll-question {
    font-size: 1.1em;
    margin-bottom: 10px;
  }
  .poll .progress-bar {
    text-align: center !important;
  }
  .html-unit .module-titlebar {
    display: none;
  }
  .sidebar .html-unit .module-titlebar-container {
    padding: 0;
  }
  .sidebar .html-unit .module-titlebar {
    display: block;
  }
  .sidebar .html-unit.instagram {
    background: url('/Content/images/icons/frame-ig.png') no-repeat scroll center center transparent;
    border: none !important;
    padding: 60px 35px 35px 35px;
  }
  .sidebar .html-unit.twitter {
    background: url('/Content/images/icons/frame-tw.png') no-repeat scroll center center transparent;
    border: none !important;
    padding-top: 60px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 5px;
  }
  .sidebar .html-unit.no-border-desktop {
    border: none;
  }
  .sidebar .html-unit.no-border-desktop .module-contents {
    padding-left: 0;
    padding-right: 0;
  }
  .sidebar .html-unit.border-desktop {
    border: 1px solid #afb0b2;
  }
  .countdown {
    width: 100%;
  }
  .countdown .countdown-text {
    margin: 0 15px;
    text-align: center;
  }
  .countdown .countdown-image {
    padding: 10px 15px;
    text-align: center;
    margin: 0 auto;
  }
  .countdown .clock {
    width: 300px;
    height: 65px;
    margin: 15px auto;
  }
  .countdown.no-border-desktop {
    border: none;
  }
  .countdown.no-border-desktop .module-contents {
    padding-left: 0;
    padding-right: 0;
  }
  .countdown.border-desktop {
    border: 1px solid #afb0b2;
  }
  /*------------------------------------*\
        #PAGES
    \*------------------------------------*/
  /* sharing */
  .sharing .social {
    float: right;
  }
  .sharing .social .addthis_toolbox {
    display: inline;
  }
  .module.fullsite.athletes .img-responsive {
    width: 100%;
  }
  .alpha-nav {
    width: 10%;
    float: right;
    padding-left: 8px;
    background: url(/Content/images/backgrounds/alpha-nav.png) 100% 0 repeat-y;
    list-style: none;
    margin: 0;
    height: 1316px;
  }
  .alpha-nav li {
    height: 35px;
  }
  .alpha-nav li a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 1.667em;
    color: #959595;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    line-height: 35px;
  }
  .alpha-nav li a:hover,
  .alpha-nav li a.selected {
    background: url(/content/images/backgrounds/alpha-nav-selected.png) 0 0 repeat-x;
    color: #fff;
  }
  /**************/
  /* Search bar */
  /**************/
  .search-bar-top {
    height: 53px;
    position: relative;
    padding-left: 10px;
    font-size: 1.667em;
    color: #898989;
    background: url(/content/images/backgrounds/search-bar-top.png) 0 0 repeat-x;
    border-bottom: 1px solid #dbdada;
    line-height: 53px;
  }
  .search-bar-top .fa.fa-times {
    display: none;
  }
  .search-bar-top input[type=image] {
    margin-left: 140px;
    vertical-align: middle;
  }
  .search-bar-top {
    clear: both;
  }
  .search-bar-top .clear-link {
    font-size: 18px;
  }
  .content-area .search-input-wrapper {
    width: 224px;
    height: 31px;
    display: inline-block;
    position: relative;
    top: 12px;
    right: 0px;
    padding-left: 10px;
    background: url(/content/images/backgrounds/search-box-small.png) 0 0 no-repeat;
  }
  .content-area .search-input-wrapper input[type=text] {
    border: none;
    background: none;
    width: 190px;
    height: 27px;
    position: relative;
    font-family: "HelveticaNeueW01-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #002464;
    line-height: 27px;
    top: -15px;
  }
  .content-area .search-input-wrapper .search {
    width: 17px;
    height: 18px;
    position: absolute;
    right: 15px;
    top: 6px;
    display: block;
    float: right;
    background: url(/content/images/search.png) 0 0 no-repeat;
  }
  .select-replace {
    position: relative;
    top: -2px;
    display: inline-block;
    z-index: 100;
    font-size: 0.6em;
    line-height: 1em;
  }
  .select-replace a {
    width: 100%;
    height: 27px;
    display: block;
    position: relative;
    line-height: 27px;
    outline: none;
    text-decoration: none;
    color: #465875;
    text-indent: 8px;
    z-index: 11;
  }
  .select-replace > a {
    padding: 0 8px;
    background: #eeeeee;
    border: 1px solid #bebdbd;
    border-radius: 15px;
  }
  .select-replace > a:hover,
  .select-replace > a.selected {
    background-color: #fff;
    color: #000;
  }
  .select-replace ul {
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 11px;
    background: url(/content/images/backgrounds/select-replace.png) #eee 0 100% repeat-x;
    border: 1px solid #bebdbd;
    border-radius: 0 0 12px 12px;
    list-style: none;
    padding-left: 2px;
    z-index: 10;
  }
  .select-replace ul li {
    height: 27px;
    border-top: 1px solid #bebdbd;
  }
  .select-replace ul li:first-child {
    margin-top: 18px;
    border-top: none;
  }
  .search-bar-top .select-replace span {
    position: absolute;
    right: 2px;
  }
  /*----------------------------------
        Articles (news), events and
        results
    ------------------------------------*/
  ul.thumb-row.articles,
  ul.thumb-row.events,
  ul.thumb-row.results {
    float: left;
    padding-bottom: 7px;
    padding-left: 0px;
    width: 100%;
  }
  ul.thumb-row.articles img,
  ul.thumb-row.events img,
  ul.thumb-row.results img {
    width: 100%;
    height: auto;
  }
  ul.thumb-row.articles h3,
  ul.thumb-row.events h3,
  ul.thumb-row.results h3 {
    font-family: "HelveticaNeueW01-77BdCn_692722", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #002464;
    font-size: 21px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  ul.thumb-row.articles h4,
  ul.thumb-row.events h4,
  ul.thumb-row.results h4 {
    color: #717073;
    font-weight: normal;
    font-size: 1em;
    margin-top: 0px;
  }
  ul.thumb-row.articles h5,
  ul.thumb-row.events h5,
  ul.thumb-row.results h5 {
    font-size: 1.167em;
    line-height: 1.5em;
  }
  ul.thumb-row.articles p,
  ul.thumb-row.events p,
  ul.thumb-row.results p {
    color: #363636;
    font-family: "HelveticaNeueW01-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0;
    margin-top: 5px;
    padding-right: 30px;
  }
  ul.thumb-row.articles > li,
  ul.thumb-row.events > li,
  ul.thumb-row.results > li {
    height: 130px;
    position: relative;
    background: none;
    overflow: hidden;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  ul.thumb-row.results h4 {
    color: #363636;
    padding-top: 0;
    margin-bottom: 10px;
  }
  ul.thumb-row.events p {
    padding-right: 180px;
  }
  ul.thumb-row > li {
    height: 130px;
    position: relative;
    background: url(/Content/images/backgrounds/header-shadow.png) 0 -4px repeat-x;
    border-bottom: 1px solid #fff;
    overflow: hidden;
  }
  ul.thumb-row li > a {
    height: 100%;
    display: block;
    margin-top: -10px;
    color: #111;
    text-decoration: none;
  }
  ul.thumb-row li.selected > a {
    background: none;
  }
  ul.thumb-row li a img,
  ul.thumb-row li span.accordion-trigger img {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
  }
  ul.thumb-row > li.selected,
  ul.thumb-row > li:hover {
    background-color: #fafafa;
  }
  ul.thumb-row li p {
    margin-top: 0;
    padding-right: 30px;
  }
  ul.thumb-row.articles h3,
  ul.thumb-row.events h3,
  ul.thumb-row.results h3 {
    padding-top: 10px;
    font: 'HelveticaNeueW01-55Roma', Arial, Helvetica, sans-serif;
    color: #152c53;
    font-size: 21px;
  }
  ul.thumb-row.articles h4,
  ul.thumb-row.events h4,
  ul.thumb-row.results h4 {
    font-weight: normal;
    color: #959595;
    font-size: 1em;
  }
  ul.thumb-row.results h4 {
    color: #363636;
    padding-top: 0;
    margin-bottom: 10px;
  }
  ul.thumb-row.articles p,
  ul.thumb-row.events p,
  ul.thumb-row.results p {
    margin: 0;
    margin-top: 5px;
    padding-right: 30px;
    color: #363636;
  }
  ul.thumb-row.events p {
    padding-right: 180px;
  }
  ul.thumb-row.articles h5,
  ul.thumb-row.articles p,
  ul.thumb-row.events h5,
  ul.thumb-row.events p,
  ul.thumb-row.results h5,
  ul.thumb-row.results p {
    font-size: 1.167em;
    line-height: 1.5em;
    /*white-space: nowrap; overflow: hidden; text-overflow: ellipsis;*/
  }
  .years {
    width: 74px;
    position: absolute;
    right: 60px;
    top: 35px;
    padding-top: 40px;
    text-align: center;
  }
  .years li {
    width: 74px;
    display: block;
    font-weight: bold;
    color: #999999;
    border-right: none;
  }
  .years.two-col li {
    width: 37px;
    float: left;
    border-right: none;
  }
  .col {
    float: left;
  }
  .col > h3 {
    font-size: 1.5em;
  }
  .col > ul.news,
  .col > ul.athletes,
  .col > ul.events {
    margin-top: 10px !important;
    width: 250px;
  }
  .col > ul.news li a,
  .col > ul.athletes li a,
  .col > ul.events li a {
    display: block;
    font-weight: bold;
    font-size: 1.25em;
    line-height: 1.417em;
    padding-top: 0.5em;
  }
  .col > ul.news span,
  .col > ul.events span {
    color: #959595;
    line-height: 3em;
  }
  .col > ul.news li,
  .col > ul.events li {
    border-top: 1px solid #d9d9d9;
  }
  .col > ul.athletes li {
    margin-bottom: 25px;
  }
  .col > ul.athletes a {
    display: block;
    text-decoration: none;
    overflow: auto;
  }
  .col > ul.athletes img {
    float: left;
    margin-right: 10px;
  }
  .col > ul.athletes span {
    display: block;
    font: bold 1.5em 'HelveticaNeueW01-45Ligh', Arial, Helvetica, sans-serif;
    color: #252525;
  }
  .col > ul.athletes span.sport {
    font-weight: 300;
    font-size: 1em;
  }
  .col a.right {
    color: black;
    font-size: 0.833em;
  }
  /*------------------------------------*\
        #LOGIN
    \*------------------------------------*/
  /* TODO: Remove this once site is moved completely to Bootstrap */
  .login-container .btn,
  .login-page-container .btn,
  #personalizationBar .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .login-container .btn:hover,
  .login-page-container .btn:hover,
  #personalizationBar .btn:hover,
  .login-container .btn:focus,
  .login-page-container .btn:focus,
  #personalizationBar .btn:focus,
  .login-container .btn.focus,
  .login-page-container .btn.focus,
  #personalizationBar .btn.focus {
    color: #fff;
    text-decoration: none;
  }
  .login-container .btn:focus,
  .login-page-container .btn:focus,
  #personalizationBar .btn:focus,
  .login-container .btn.focus,
  .login-page-container .btn.focus,
  #personalizationBar .btn.focus {
    outline: 1px dotted currentColor;
  }
  .login-container .btn-default,
  .login-page-container .btn-default,
  #personalizationBar .btn-default {
    color: #333;
    background-color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #ccc;
  }
  .login-container .btn-default:hover,
  .login-page-container .btn-default:hover,
  #personalizationBar .btn-default:hover,
  .login-container .btn-default:focus,
  .login-page-container .btn-default:focus,
  #personalizationBar .btn-default:focus,
  .login-container .btn-default.focus,
  .login-page-container .btn-default.focus,
  #personalizationBar .btn-default.focus,
  .login-container .btn-default:active,
  .login-page-container .btn-default:active,
  #personalizationBar .btn-default:active,
  .login-container .btn-default.active,
  .login-page-container .btn-default.active,
  #personalizationBar .btn-default.active {
    color: #333;
    background-color: #e0e0e0;
    background-position: 0 -15px;
    border-color: #adadad;
  }
  .login-container .btn-default:focus,
  .login-page-container .btn-default:focus,
  #personalizationBar .btn-default:focus,
  .login-container .btn-default.focus,
  .login-page-container .btn-default.focus,
  #personalizationBar .btn-default.focus {
    outline: 1px dotted currentColor;
  }
  .login-container .btn-danger,
  .login-page-container .btn-danger,
  #personalizationBar .btn-danger {
    color: #fff;
    background-color: #d9534f;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
    background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
    background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #b92c28;
  }
  .login-container .btn-danger:hover,
  .login-page-container .btn-danger:hover,
  #personalizationBar .btn-danger:hover,
  .login-container .btn-danger:focus,
  .login-page-container .btn-danger:focus,
  #personalizationBar .btn-danger:focus,
  .login-container .btn-danger.focus,
  .login-page-container .btn-danger.focus,
  #personalizationBar .btn-danger.focus,
  .login-container .btn-danger:active,
  .login-page-container .btn-danger:active,
  #personalizationBar .btn-danger:active,
  .login-container .btn-danger.active,
  .login-page-container .btn-danger.active,
  #personalizationBar .btn-danger.active {
    color: #fff;
    background-color: #c12e2a;
    background-position: 0 -15px;
    border-color: #b92c28;
  }
  .login-container .btn-danger:focus,
  .login-page-container .btn-danger:focus,
  #personalizationBar .btn-danger:focus,
  .login-container .btn-danger.focus,
  .login-page-container .btn-danger.focus,
  #personalizationBar .btn-danger.focus {
    outline: 1px dotted currentColor;
  }
  .login-container .btn-sm,
  .login-page-container .btn-sm,
  #personalizationBar .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .login-container .btn-group,
  .login-page-container .btn-group,
  #personalizationBar .btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  /* END OF DELETE FOR TODO */
  .login-container {
    background: #002464;
    padding: 5px 20px 5px 20px;
  }
  .login-container .btn {
    text-transform: uppercase;
    width: 63px;
  }
  .login-container .btn-danger {
    background-color: #c42032;
    background-image: -webkit-linear-gradient(top, #d9534f 0, #c42032 100%);
    background-image: -o-linear-gradient(top, #d9534f 0, #c42032 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c42032));
    background-image: linear-gradient(to bottom, #d9534f 0, #c42032 100%);
  }
  .login-container .btn-danger:hover,
  .login-container .btn-danger:focus,
  .login-container .btn-danger.focus,
  .login-container .btn-danger:active,
  .login-container .btn-danger.active {
    background-color: #c42032;
  }
  .login-container .btn-danger:focus,
  .login-container .btn-danger.focus {
    outline: 1px dotted currentColor;
  }
  .login-container.fixed {
    width: 850px;
  }
  .login-container .help-button {
    color: #fff;
    font-size: 18px;
    padding: 1px;
    width: auto;
  }
  .login-container .help-button-dropdown {
    background: #002464;
  }
  .login-container .help-button-dropdown .help-button-dropdown-link {
    color: #fff;
  }
  .login-container .help-button-dropdown .help-button-dropdown-link:hover {
    background: none;
    text-decoration: underline;
  }
  .login-container .join-button {
    margin-left: 15px;
  }
  .login-container .login-failed {
    color: #f00;
    display: inline-block;
  }
  .login-container p {
    margin: 0;
  }
  .login-page-container .login-failed {
    margin: 10px 0 10px 0;
    color: #f00;
  }
  #loginFormShadow {
    height: 18px;
    display: none;
  }
  /*----------------------------------
        #PERSONALIZATION
    ------------------------------------*/
  #personalizationBar {
    background: #002464;
    padding: 5px 20px 5px 20px;
    position: relative;
  }
  #personalizationBar.fixed {
    position: fixed;
    top: 20px;
    z-index: 100000;
  }
  #personalizationBar .personalized-welcome-bar {
    display: block;
    font-size: 1.3em;
    color: #fff;
    cursor: pointer;
  }
  #personalizationBar .personalized-welcome-bar .membership-expiration {
    font-size: 0.8em;
  }
  #personalizationBar .personalized-welcome-bar .expired {
    font-style: italic;
    color: #ff0000;
  }
  #personalizationBar #expandedPersonalizationBar {
    display: none;
    padding-top: 45px;
    padding-bottom: 10px;
    color: #fff;
    position: absolute;
    top: 34px;
    left: 0;
    background: #002464;
  }
  #personalizationBar #expandedPersonalizationBar p {
    color: #fff;
  }
  #personalizationBar #expandedPersonalizationBar a,
  #personalizationBar #expandedPersonalizationBar input[type=submit] {
    color: #fff;
    padding: 0;
  }
  #personalizationBar #expandedPersonalizationBar a.personalLink,
  #personalizationBar #expandedPersonalizationBar input[type=submit].personalLink {
    font-weight: bold;
  }
  #personalizationBar #expandedPersonalizationBar a:hover,
  #personalizationBar #expandedPersonalizationBar input[type=submit]:hover {
    color: #fff;
  }
  #personalizationBar #expandedPersonalizationBar a.btn,
  #personalizationBar #expandedPersonalizationBar input[type=submit].btn {
    padding: 3px 7px;
  }
  #personalizationBar #expandedPersonalizationBar a.btn-default,
  #personalizationBar #expandedPersonalizationBar input[type=submit].btn-default {
    color: #000;
  }
  #personalizationBar #expandedPersonalizationBar .personalization-module-header {
    font-weight: bold;
    color: #fff;
    font-size: 1.2em;
  }
  #personalizationBar #expandedPersonalizationBar .message-spacer {
    margin-bottom: 20px;
  }
  #personalizationBar #expandedPersonalizationBar .message-spacer a {
    text-decoration: underline;
  }
  #personalizationBarShadow {
    height: 20px;
    display: none;
  }
  #powered_by_att {
    display: none;
  }
  ul[role="searchMobile"] {
    display: none;
  }
  .footerlink {
    font-weight: bold;
    font-size: 14px;
    color: #555;
    text-decoration: none;
    position: relative;
    float: left;
    width: 96%;
  }
  /*----------------------------------
        RSS Widget Style
    ------------------------------------*/
  .rss-widget {
    display: inline-block;
    float: right;
    padding-right: 10px;
    font-size: 0.6em;
  }
  .rss-widget a {
    text-decoration: none;
    color: #898989;
  }
  .rss-widget a:hover {
    color: #000;
  }
  .rss-button-outside {
    max-width: 100%;
    display: inline-block;
  }
  .rss-button-outside .rss-button {
    -moz-box-sizing: border-box;
    height: 20px;
    max-width: 100%;
    -moz-user-select: none;
    background-color: #F8F8F8;
    background-image: linear-gradient(to bottom, #FFFFFF, #DEDEDE);
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    color: #333333;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    padding: 2px;
    font-weight: bold;
  }
  .rss-button-outside .rss-button:focus,
  .rss-button-outside .rss-button:hover,
  .rss-button-outside .rss-button:active {
    background-color: #F8F8F8;
    background-image: linear-gradient(to bottom, #F8F8F8, #D9D9D9);
    border-color: #BBBBBB;
    box-shadow: none;
  }
  .rss-button-outside .rss-button:focus {
    outline: 1px dotted currentColor;
  }
  .rss-button-outside .rss-button:active {
    background-color: #EFEFEF;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1) inset;
  }
  .rss-button-outside .rss-button i {
    background: url("/content/images/icons/rss-icon.png") no-repeat scroll 0 0 transparent;
    height: 10px;
    left: 5px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 10px;
  }
  .rss-button-outside .rss-button .rss-label {
    padding: 0 3px 0 15px;
    white-space: nowrap;
  }
  .border-right {
    border-right: 1px solid #ccc;
  }
  .upcoming-events-container {
    width: 100%;
  }
  .col-lg-12 > .col-lg-12.html-unit {
    padding-right: 0;
  }
  .col-lg-12 > .col-lg-12.html-unit > a > img {
    margin-left: -30px;
  }
  .col-lg-12 > .col-lg-12.html-unit > a img[width="300"],
  .col-lg-12 > .col-lg-12.html-unit > a img[style="height: 163px; width: 300px;"] {
    width: 100% !important;
    height: auto !important;
    margin-left: 0 !important;
  }
  .standard-section-title {
    font-size: 36px;
  }
  .standard-section-header {
    background: rgba(255, 255, 255, 0.8);
    padding-bottom: 10px;
  }
  .POP-feature-title {
    font-size: 24px;
    margin-top: 1rem;
  }
  /* social commenting */
  .comment-group .panel.panel-default {
    border: none;
  }
  .comment-group .panel.panel-default .comment-header {
    width: 100%;
    border-top: 1px solid grey;
    margin-top: 3em;
    padding: 1em 0;
  }
  .comment-group .panel.panel-default .comment-header h5 {
    color: #002464;
    font-size: 2em;
    font-style: normal;
    float: left;
    width: 100%;
  }
  .comment-group .panel.panel-default .comment-header ul {
    float: right;
  }
  .comment-group .panel.panel-default .comment-header ul li {
    float: left;
    padding-left: 1em;
  }
  #goldmap #video-box {
    width: 100%;
    background: black;
  }
  #goldmap div[id^="ooyalaplayer"] {
    width: 100% !important;
    height: 660px !important;
  }
  #goldmap .logo-image {
    max-height: 350px;
    padding-bottom: 20px;
  }
  #goldmap .hero-overlay {
    background-color: #fff;
    padding: 20px;
    width: 70%;
    position: absolute;
    bottom: 30px;
    left: 30px;
  }
  #goldmap h2.section-header {
    background: #002464;
    color: #fff;
    padding: 10px 15px;
    font-size: 1.3em;
    font-weight: bold;
    margin: 30px 0 15px;
    font-family: "HelveticaNeueW01-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  #goldmap .secondary-title {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 22px;
  }
  #goldmap section a:hover,
  #goldmap section a:focus {
    color: #002464;
    background-color: #fff;
    text-decoration: underline;
  }
  #goldmap section span {
    display: inline-block;
    padding: 0 5px;
  }
  /*
    Module stylings for device sizes less than large/desktop.
*/
  .module {
    margin-bottom: 20px;
    width: 100%;
  }
  .module .module-titlebar {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0d1d33), color-stop(20%, #1f4275), to(#002464));
    background-image: -webkit-linear-gradient(#0d1d33, #1f4275 20%, #002464);
    background-image: -moz-linear-gradient(top, #0d1d33, #1f4275 20%, #002464);
    background-image: linear-gradient(#0d1d33, #1f4275 20%, #002464);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0d1d33', endColorstr='#ff002464', GradientType=0);
    padding: 8px 15px;
    margin-bottom: 15px;
  }
  .module .module-titlebar h3 {
    color: #fff;
    font-size: 21px;
    background-color: transparent;
    margin: 0;
    float: left;
  }
  .module .module-titlebar a {
    color: #fff;
    background-color: transparent;
    float: right;
    font-family: 'HelveticaNeueW01-45Ligh', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  .module .module-titlebar.default {
    display: block;
  }
  .module .module-titlebar.navy {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0d1d33), color-stop(20%, #1f4275), to(#002464));
    background-image: -webkit-linear-gradient(#0d1d33, #1f4275 20%, #002464);
    background-image: -moz-linear-gradient(top, #0d1d33, #1f4275 20%, #002464);
    background-image: linear-gradient(#0d1d33, #1f4275 20%, #002464);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0d1d33', endColorstr='#ff002464', GradientType=0);
    display: block;
  }
  .module .module-titlebar.gray {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5e5e60), color-stop(20%, #9d9da0), to(#717073));
    background-image: -webkit-linear-gradient(#5e5e60, #9d9da0 20%, #717073);
    background-image: -moz-linear-gradient(top, #5e5e60, #9d9da0 20%, #717073);
    background-image: linear-gradient(#5e5e60, #9d9da0 20%, #717073);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5e5e60', endColorstr='#ff717073', GradientType=0);
    display: block;
  }
  .module .module-titlebar.none {
    background-color: transparent;
    background-image: none;
    display: block;
  }
  .module .module-titlebar.none h3 {
    color: #1f4275;
  }
  .module .module-titlebar.none a {
    color: #1f4275;
  }
  .module .module-contents ul {
    padding-left: 25px;
  }
  .module .module-contents ul li {
    margin-bottom: 10px;
  }
  .module .module-contents ul a {
    color: #002464;
  }
  .module .module-contents .default-item a img {
    width: 100%;
    border: 1px solid #eeeeee;
    padding-left: 0;
    padding-right: 0;
  }
  .module .module-contents .default-item a h4,
  .module .module-contents .default-item a h5 {
    color: #002464;
  }
  .module .module-contents .default-item a p {
    color: #333333;
  }
  .module .module-contents .default-item a:hover {
    text-decoration: underline;
  }
  /*
    Athlete-Desktop.less
    Defines styles specific to Athlete pages for desktop (Bootstrap large) screen size 
*/
  .athlete-bio-body aside {
    padding: 15px;
    height: 100%;
  }
  .athlete-bio-body aside .right-column-container {
    margin: 0 15px;
    padding: 15px 0;
    background-color: #f4f4f4;
    min-height: 775px;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .athlete-hero-container {
    width: 1160px;
    height: 300px;
    overflow-y: hidden;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .athlete-hero-container img.athlete-hero {
    width: 1160px;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .athlete-headshot-container {
    padding: 3px;
    position: absolute;
    left: 45px;
    top: 125px;
    float: left;
    background-color: white;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .athlete-nameplate {
    float: left;
    margin-left: 200px;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .athlete-nameplate .athlete-name {
    font-family: "HelveticaNeueW01-77BdCn_692722", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 55px;
    font-weight: 900;
    color: #152c53;
    float: left;
    text-transform: uppercase;
    max-width: 480px;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .athlete-nameplate .athlete-flag-container {
    float: left;
    padding: 15px 5px 0;
    height: 60px;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .athlete-nameplate .athlete-flag-container img.athlete-flag {
    height: 50px;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .athlete-nameplate .athlete-sports {
    float: left;
    clear: both;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .athlete-nameplate .athlete-sports .athlete-sport-subtitle {
    font-size: 20px;
    text-transform: uppercase;
    height: 35px;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .athlete-nameplate .athlete-sports .athlete-sport-subtitle a {
    color: inherit;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .athlete-nameplate .athlete-sports .athlete-sport-subtitle .discipline-pictogram-container {
    display: inline-block;
    background-color: #002464;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 30px;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .athlete-nameplate .athlete-sports .athlete-sport-subtitle .discipline-pictogram-container img {
    height: 25px;
    width: 25px;
    vertical-align: middle;
    -webkit-filter: brightness(200%);
    margin-bottom: 4px;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .olympic-experience-container {
    float: right;
    padding: 0 15px;
    width: 364px;
    text-align: center;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .olympic-experience-container .center-content {
    display: inline-block;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .olympic-experience-container .center-content .athlete-medal-container {
    height: 110px;
    float: left;
    text-align: center;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .olympic-experience-container .center-content .athlete-medal-container .athlete-medal {
    height: 110px;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .olympic-experience-container .center-content .athlete-medal-container .medal-count {
    color: white;
    font-family: "HelveticaNeueW01-77BdCn_692722", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    position: relative;
    top: -55px;
    width: 85px;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .olympic-experience-container .center-content .athlete-type {
    padding-top: 10px;
  }
  .athlete-bio-body .athlete-navigation {
    margin-bottom: 20px;
  }
  .athlete-bio-body .athlete-navigation ul.left-nav {
    padding-bottom: 20px;
  }
  .athlete-bio-body .athlete-navigation ul.left-nav li a {
    float: left;
    padding: 0 15px 10px 0;
  }
  .athlete-bio-body .athlete-navigation ul.left-nav li .athlete-nav-divider {
    float: left;
    padding-right: 20px;
  }
  .athlete-bio-body .athlete-navigation ul.left-nav li.selected a {
    padding: 0 15px 10px 0;
    color: red;
  }
  .athlete-bio-body #athlete-profile .athlete-field {
    font-size: 18px;
    line-height: 24px;
  }
  .athlete-bio-body #athlete-profile .separator {
    color: #DFDFDF;
    background-color: #DFDFDF;
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .athlete-bio-body #athlete-profile .section {
    font-size: 14px;
    line-height: 20px;
  }
  .athlete-bio-body #athlete-profile .section .header {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .athlete-bio-body #athlete-profile .section .olympic-event {
    float: right;
    margin-bottom: 5px;
  }
  ul.thumb-row.athletes {
    background: none;
    float: left;
    padding: 5px 5px 7px 0;
    width: 90%;
  }
  ul.thumb-row.athletes h4 {
    font-size: 21px;
    color: #002464;
    padding-top: 10px;
    padding-left: 115px;
  }
  ul.thumb-row.athletes h5 {
    font-size: 18px;
    color: #717073;
    padding-left: 115px;
  }
  ul.thumb-row.athletes h5 .sport {
    color: #2b598d;
  }
  ul.thumb-row.athletes .image {
    float: left;
    height: 100%;
    width: auto;
  }
  ul.thumb-row.athletes .image img {
    padding-top: 0;
  }
  ul.thumb-row.athletes > li {
    height: 124px;
    position: relative;
    background: url(/Content/images/backgrounds/header-shadow.png) 0 -4px repeat-x;
    border-bottom: 1px solid #fff;
    margin: 5px 0;
    overflow: hidden;
  }
  ul.thumb-row.athletes > li.selected,
  ul.thumb-row.athletes > li:hover,
  ul.thumb-row.athletes > li:focus {
    background-color: #eeeeee;
  }
  .pager {
    clear: both;
    display: block;
    margin: 0 15px;
    padding: 20px 0 40px 0;
    background: url(/content/images/backgrounds/header-shadow.png) #fff 0 -4px repeat-x;
    text-align: center;
  }
  .pager a {
    display: inline;
    color: #a6a6a6;
    padding: 0 7px;
    font-size: 1.167em;
  }
  .pager a.current {
    font-weight: bold;
    color: #1f1f1f;
  }
  .pager a.pager-next {
    margin-left: 15px;
  }
  .pager a.pager-previous {
    margin-right: 15px;
  }
  .event-badge {
    border: 1px solid #AFB0B2;
  }
  .event-badge .module-titlebar {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5e5e60), color-stop(20%, #9d9da0), to(#717073));
    background-image: -webkit-linear-gradient(#5e5e60, #9d9da0 20%, #717073);
    background-image: -moz-linear-gradient(top, #5e5e60, #9d9da0 20%, #717073);
    background-image: linear-gradient(#5e5e60, #9d9da0 20%, #717073);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5e5e60', endColorstr='#ff717073', GradientType=0);
    padding: 10px 8px;
    margin-bottom: 15px;
  }
  .event-badge .module-titlebar h3 {
    color: #fff;
    font-size: 21px;
    margin: 0;
    float: left;
  }
  .event-badge .badge-ngb-icon {
    width: 100%;
    text-align: center !important;
    position: relative;
  }
  .event-badge .badge-ngb-icon img {
    max-height: 100px;
  }
  /* 
    Desktop/lg stylings for Microsite Content views 2x1 and 2x2.
*/
  #microsite-content-2x1-with-features #title-row h2 {
    color: #002464;
    margin-top: 0;
  }
  #microsite-content-2x1-with-features #title-row .hero-overlay {
    background-color: #fff;
    padding: 20px;
    width: 70%;
    position: absolute;
    bottom: 30px;
    left: 30px;
  }
  #microsite-content-2x1-with-features #title-row .section-header {
    background: #002464;
    color: #fff;
    padding: 10px;
    font-size: 1.3em;
    font-weight: bold;
    margin: 30px 0 15px;
  }
  #microsite-content-2x1-with-features #title-row img {
    height: auto;
    width: 100%;
    padding-top: 15px;
  }
  #microsite-content-2x1-with-features .section-header {
    background: #002464;
    color: #fff;
    padding: 10px 15px;
    font-size: 1.3em;
    font-weight: bold;
    margin: 30px 0 15px;
  }
  #microsite-content-2x1-with-features article a {
    color: #428bca;
  }
  #microsite-content-2x1-with-features article a:hover,
  #microsite-content-2x1-with-features article a:focus {
    color: #002464;
    background-color: #fff;
    text-decoration: underline;
  }
  #microsite-content-2x1-with-features article h2 {
    color: #428bca;
  }
  #microsite-content-2x1-with-features article img {
    width: 100%;
    height: auto;
  }
  .follow {
    width: 100%;
  }
  .follow .module-contents {
    padding-bottom: 15px;
  }
  .follow .module-contents .addthis_32x32_style {
    text-align: center !important;
  }
  .follow .module-contents .addthis_32x32_style .follow-icon {
    display: inline-block;
  }
  .follow .module-contents .addthis_32x32_style .follow-icon.follow-icon-instagram {
    vertical-align: top;
  }
  ul.left-nav > li {
    font-size: 1.25em;
  }
  ul.left-nav li {
    list-style: none;
    font-weight: bold;
  }
  ul.left-nav li a {
    display: block;
    height: 100%;
    color: #002464;
    position: relative;
    border-radius: 0 20px 20px 0;
    padding-left: 25px;
    padding-bottom: 7px;
    padding-top: 7px;
  }
  ul.left-nav li ul#nav-more-content {
    padding: 0;
  }
  ul.left-nav li.selected a {
    font-weight: bold;
    text-decoration: underline;
  }
  /* Video Landing */
  .video-landing {
    /*.oo-logo img {
        max-height: 60px !important;
        height: 60px !important;
        width: 60px !important;
    }

    .oo-player-container .oo-control-bar .oo-control-bar-items-wrapper {
        margin-top: 0 !important;
    }*/
  }
  .video-landing .video-preview {
    min-height: 250px;
  }
  .video-landing .video-section {
    width: 920px;
  }
  .video-landing .video-section .module.feature.video {
    margin: 0;
  }
  .video-landing .video-section .module.feature.video .video-details {
    display: none;
  }
  /* Video Display */
  .video-display {
    /*.oo-logo img {
        max-height: 60px !important;
        height: 60px !important;
        width: 60px !important;
    }

    .oo-player-container .oo-control-bar .oo-control-bar-items-wrapper {
        margin-top: 0 !important;
    }*/
  }
  .video-display #channel-strip {
    height: 570px;
    overflow-y: scroll;
  }
  .video-display #recommended-videos .video-preview {
    min-height: 380px;
  }
  .video-display #video-hero .module.feature.video {
    margin: 0;
  }
  .video-display #video-hero .module.feature.video .video-details {
    display: none;
  }
  .video-display #video-hero .ad-wrapper .ad.ad-900x60 {
    padding: 0 !important;
    position: relative;
    left: 15px;
    margin-bottom: 0;
  }
  .video-display #video-hero .ad-wrapper .ad.ad-900x60 div[id^=div-gpt-ad] {
    width: 100% !important;
  }
  .video-display #video-hero .ad-wrapper .ad.ad-900x60 div[id^=div-gpt-ad] iframe[id*=_900x60_] {
    -moz-transform: scale(0.96);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.96);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  #athlete-videos.video-landing .video-preview {
    min-height: 250px;
  }
  .oo-player-container .oo-player-skin {
    z-index: 99 !important;
  }
  .oo-player-container .oo-video-player > div:first-child {
    z-index: 98 !important;
  }
  /*
    Defines styles specific to dynamic ads for lg screen sizes.
*/
  .ad {
    width: 100%;
    margin-bottom: 15px;
  }
  .ad-container .ad-wrapper {
    display: table-cell;
  }
  /*
TODO: These Desktop Ad styles are needed because the bootstrap scaffolding has not been adhered to.
    This means that as Ads are rendered in different areas, they may not line up consistently.  These
    selectors target very specific scenarios to correct margins, padding and alignment of ads and should
    eventually be removed once the Boostrap framework is fully implemented.
*/
  .ad-900x60 {
    display: block;
  }
  .sponsor-section-container {
    padding: 50px;
  }
  .sponsor-section-container .content-before {
    padding: 1em 0 2.5em 0;
  }
  .sponsor-section-container .sponsor-section {
    padding: 100px 0 0 0;
  }
  .sponsor-section-container .sponsor-section:first-child {
    padding: 0;
  }
  .sponsor-section-container .content-after {
    padding: 2.5em 0 0 0;
  }
  div[class^="mosaic-grid-"] div[class^="mosaic-grid-layout"] {
    overflow: hidden;
  }
  div[class^="mosaic-grid-"] div[class^="mosaic-grid-layout"] .mosaic-viewport {
    overflow: hidden;
    border-radius: 10px;
  }
  div[class^="mosaic-grid-"] div[class^="mosaic-grid-layout"] .mosaic-viewport img.mosaic-img-crop-horizontal {
    position: relative;
    height: 100%;
    width: auto;
  }
  div[class^="mosaic-grid-"] div[class^="mosaic-grid-layout"] .mosaic-viewport img.mosaic-img-crop-vertical {
    position: relative;
    width: 100%;
    height: auto;
  }
  /*These are the grid layouts for when the mosaic is placed in a normal sized content area*/
  .mosaic-grid-6 {
    /* ---- grid-item theme 1 ---- */
    /* ---- grid-item theme 2 ---- */
    /* ---- grid-item theme 3 ---- */
    /* ---- grid-item theme 4 ---- */
    /* ---- grid-item theme 5 ---- */
  }
  .mosaic-grid-6 .mosaic-grid-layout1-sizer,
  .mosaic-grid-6 .mosaic-grid-layout1-item {
    width: 25%;
  }
  .mosaic-grid-6 .mosaic-grid-layout1-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-6 .mosaic-grid-layout1-item .mosaic-viewport {
    height: 171px;
  }
  .mosaic-grid-6 .mosaic-grid-layout1-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .mosaic-grid-6 .mosaic-grid-layout1-item1 {
    width: 50%;
    height: 350px;
  }
  .mosaic-grid-6 .mosaic-grid-layout1-item1 .mosaic-viewport {
    height: 346px;
  }
  .mosaic-grid-6 .mosaic-grid-layout1-item6 {
    display: none;
  }
  .mosaic-grid-6 .mosaic-grid-layout2-sizer,
  .mosaic-grid-6 .mosaic-grid-layout2-item {
    width: 25%;
  }
  .mosaic-grid-6 .mosaic-grid-layout2-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-6 .mosaic-grid-layout2-item .mosaic-viewport {
    height: 171px;
  }
  .mosaic-grid-6 .mosaic-grid-layout2-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .mosaic-grid-6 .mosaic-grid-layout2-item2 {
    width: 50%;
    height: 350px;
  }
  .mosaic-grid-6 .mosaic-grid-layout2-item2 .mosaic-viewport {
    height: 346px;
  }
  .mosaic-grid-6 .mosaic-grid-layout3-sizer,
  .mosaic-grid-6 .mosaic-grid-layout3-item {
    width: 33%;
  }
  .mosaic-grid-6 .mosaic-grid-layout3-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-6 .mosaic-grid-layout3-item .mosaic-viewport {
    height: 171px;
  }
  .mosaic-grid-6 .mosaic-grid-layout3-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .mosaic-grid-6 .mosaic-grid-layout3-item2 {
    width: 66%;
    height: 350px;
  }
  .mosaic-grid-6 .mosaic-grid-layout3-item2 .mosaic-viewport {
    height: 346px;
  }
  .mosaic-grid-6 .mosaic-grid-layout3-item4 {
    display: none;
  }
  .mosaic-grid-6 .mosaic-grid-layout3-item5 {
    display: none;
  }
  .mosaic-grid-6 .mosaic-grid-layout3-item6 {
    display: none;
  }
  .mosaic-grid-6 .mosaic-grid-layout4-sizer,
  .mosaic-grid-6 .mosaic-grid-layout4-item {
    width: 33%;
  }
  .mosaic-grid-6 .mosaic-grid-layout4-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-6 .mosaic-grid-layout4-item .mosaic-viewport {
    height: 171px;
  }
  .mosaic-grid-6 .mosaic-grid-layout4-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .mosaic-grid-6 .mosaic-grid-layout4-item1 {
    width: 66%;
    height: 350px;
  }
  .mosaic-grid-6 .mosaic-grid-layout4-item1 .mosaic-viewport {
    height: 346px;
  }
  .mosaic-grid-6 .mosaic-grid-layout4-item4 {
    display: none;
  }
  .mosaic-grid-6 .mosaic-grid-layout4-item5 {
    display: none;
  }
  .mosaic-grid-6 .mosaic-grid-layout4-item6 {
    display: none;
  }
  .mosaic-grid-6 .mosaic-grid-layout5-sizer,
  .mosaic-grid-6 .mosaic-grid-layout5-item {
    width: 33%;
  }
  .mosaic-grid-6 .mosaic-grid-layout5-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-6 .mosaic-grid-layout5-item .mosaic-viewport {
    height: 171px;
  }
  .mosaic-grid-6 .mosaic-grid-layout5-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .mosaic-grid-10 {
    /* ---- grid-item theme 1 ---- */
    /* ---- grid-item theme 2 ---- */
    /* ---- grid-item theme 3 ---- */
    /* ---- grid-item theme 4 ---- */
    /* ---- grid-item theme 5 ---- */
  }
  .mosaic-grid-10 .mosaic-grid-layout1-sizer,
  .mosaic-grid-10 .mosaic-grid-layout1-item {
    width: 25%;
  }
  .mosaic-grid-10 .mosaic-grid-layout1-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-10 .mosaic-grid-layout1-item .mosaic-viewport {
    height: 171px;
  }
  .mosaic-grid-10 .mosaic-grid-layout1-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .mosaic-grid-10 .mosaic-grid-layout1-item1 {
    width: 50%;
    height: 350px;
  }
  .mosaic-grid-10 .mosaic-grid-layout1-item1 .mosaic-viewport {
    height: 346px;
  }
  .mosaic-grid-10 .mosaic-grid-layout1-item7 {
    width: 50%;
    height: 350px;
  }
  .mosaic-grid-10 .mosaic-grid-layout1-item7 .mosaic-viewport {
    height: 346px;
  }
  .mosaic-grid-10 .mosaic-grid-layout2-sizer,
  .mosaic-grid-10 .mosaic-grid-layout2-item {
    width: 25%;
  }
  .mosaic-grid-10 .mosaic-grid-layout2-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-10 .mosaic-grid-layout2-item .mosaic-viewport {
    height: 171px;
  }
  .mosaic-grid-10 .mosaic-grid-layout2-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .mosaic-grid-10 .mosaic-grid-layout2-item3 {
    width: 50%;
    height: 350px;
  }
  .mosaic-grid-10 .mosaic-grid-layout2-item3 .mosaic-viewport {
    height: 346px;
  }
  .mosaic-grid-10 .mosaic-grid-layout2-item7 {
    width: 75%;
    height: 350px;
  }
  .mosaic-grid-10 .mosaic-grid-layout2-item7 .mosaic-viewport {
    height: 346px;
  }
  .mosaic-grid-10 .mosaic-grid-layout2-item9 {
    display: none;
  }
  .mosaic-grid-10 .mosaic-grid-layout2-item10 {
    display: none;
  }
  .mosaic-grid-10 .mosaic-grid-layout3-sizer,
  .mosaic-grid-10 .mosaic-grid-layout3-item {
    width: 33%;
  }
  .mosaic-grid-10 .mosaic-grid-layout3-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-10 .mosaic-grid-layout3-item .mosaic-viewport {
    height: 171px;
  }
  .mosaic-grid-10 .mosaic-grid-layout3-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .mosaic-grid-10 .mosaic-grid-layout3-item5 {
    width: 66%;
    height: 350px;
  }
  .mosaic-grid-10 .mosaic-grid-layout3-item5 .mosaic-viewport {
    height: 346px;
  }
  .mosaic-grid-10 .mosaic-grid-layout3-item10 {
    display: none;
  }
  .mosaic-grid-10 .mosaic-grid-layout4-sizer,
  .mosaic-grid-10 .mosaic-grid-layout4-item {
    width: 33%;
  }
  .mosaic-grid-10 .mosaic-grid-layout4-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-10 .mosaic-grid-layout4-item .mosaic-viewport {
    height: 171px;
  }
  .mosaic-grid-10 .mosaic-grid-layout4-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .mosaic-grid-10 .mosaic-grid-layout4-item1 {
    width: 66%;
    height: 350px;
  }
  .mosaic-grid-10 .mosaic-grid-layout4-item1 .mosaic-viewport {
    height: 346px;
  }
  .mosaic-grid-10 .mosaic-grid-layout4-item10 {
    display: none;
  }
  .mosaic-grid-10 .mosaic-grid-layout5-sizer,
  .mosaic-grid-10 .mosaic-grid-layout5-item {
    width: 33%;
  }
  .mosaic-grid-10 .mosaic-grid-layout5-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-10 .mosaic-grid-layout5-item .mosaic-viewport {
    height: 171px;
  }
  .mosaic-grid-10 .mosaic-grid-layout5-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .mosaic-grid-10 .mosaic-grid-layout5-item2 {
    width: 66%;
    height: 350px;
  }
  .mosaic-grid-10 .mosaic-grid-layout5-item2 .mosaic-viewport {
    height: 346px;
  }
  .mosaic-grid-10 .mosaic-grid-layout5-item10 {
    display: none;
  }
  .mosaic-grid-14 {
    /* ---- grid-item theme 1 ---- */
    /* ---- grid-item theme 2 ---- */
    /* ---- grid-item theme 3 ---- */
    /* ---- grid-item theme 4 ---- */
    /* ---- grid-item theme 5 ---- */
  }
  .mosaic-grid-14 .mosaic-grid-layout1-sizer,
  .mosaic-grid-14 .mosaic-grid-layout1-item {
    width: 25%;
  }
  .mosaic-grid-14 .mosaic-grid-layout1-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-14 .mosaic-grid-layout1-item .mosaic-viewport {
    height: 171px;
  }
  .mosaic-grid-14 .mosaic-grid-layout1-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .mosaic-grid-14 .mosaic-grid-layout1-item1 {
    width: 50%;
    height: 350px;
  }
  .mosaic-grid-14 .mosaic-grid-layout1-item1 .mosaic-viewport {
    height: 346px;
  }
  .mosaic-grid-14 .mosaic-grid-layout1-item7 {
    width: 50%;
    height: 350px;
  }
  .mosaic-grid-14 .mosaic-grid-layout1-item7 .mosaic-viewport {
    height: 346px;
  }
  .mosaic-grid-14 .mosaic-grid-layout2-sizer,
  .mosaic-grid-14 .mosaic-grid-layout2-item {
    width: 25%;
  }
  .mosaic-grid-14 .mosaic-grid-layout2-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-14 .mosaic-grid-layout2-item .mosaic-viewport {
    height: 171px;
  }
  .mosaic-grid-14 .mosaic-grid-layout2-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .mosaic-grid-14 .mosaic-grid-layout2-item3 {
    width: 50%;
    height: 350px;
  }
  .mosaic-grid-14 .mosaic-grid-layout2-item3 .mosaic-viewport {
    height: 346px;
  }
  .mosaic-grid-14 .mosaic-grid-layout2-item6 {
    width: 75%;
    height: 350px;
  }
  .mosaic-grid-14 .mosaic-grid-layout2-item6 .mosaic-viewport {
    height: 346px;
  }
  .mosaic-grid-14 .mosaic-grid-layout2-item13 {
    display: none;
  }
  .mosaic-grid-14 .mosaic-grid-layout2-item14 {
    display: none;
  }
  .mosaic-grid-14 .mosaic-grid-layout3-sizer,
  .mosaic-grid-14 .mosaic-grid-layout3-item {
    width: 33%;
  }
  .mosaic-grid-14 .mosaic-grid-layout3-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-14 .mosaic-grid-layout3-item .mosaic-viewport {
    height: 171px;
  }
  .mosaic-grid-14 .mosaic-grid-layout3-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .mosaic-grid-14 .mosaic-grid-layout3-item5 {
    width: 66%;
    height: 350px;
  }
  .mosaic-grid-14 .mosaic-grid-layout3-item5 .mosaic-viewport {
    height: 346px;
  }
  .mosaic-grid-14 .mosaic-grid-layout3-item13 {
    display: none;
  }
  .mosaic-grid-14 .mosaic-grid-layout3-item14 {
    display: none;
  }
  .mosaic-grid-14 .mosaic-grid-layout4-sizer,
  .mosaic-grid-14 .mosaic-grid-layout4-item {
    width: 33%;
  }
  .mosaic-grid-14 .mosaic-grid-layout4-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-14 .mosaic-grid-layout4-item .mosaic-viewport {
    height: 175px;
  }
  .mosaic-grid-14 .mosaic-grid-layout4-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .mosaic-grid-14 .mosaic-grid-layout4-item1 {
    width: 66%;
    height: 350px;
  }
  .mosaic-grid-14 .mosaic-grid-layout4-item1 .mosaic-viewport {
    height: 346px;
  }
  .mosaic-grid-14 .mosaic-grid-layout4-item6 {
    width: 66%;
    height: 350px;
  }
  .mosaic-grid-14 .mosaic-grid-layout4-item6 .mosaic-viewport {
    height: 346px;
  }
  .mosaic-grid-14 .mosaic-grid-layout4-item10 {
    display: none;
  }
  .mosaic-grid-14 .mosaic-grid-layout4-item11 {
    display: none;
  }
  .mosaic-grid-14 .mosaic-grid-layout4-item12 {
    display: none;
  }
  .mosaic-grid-14 .mosaic-grid-layout4-item13 {
    display: none;
  }
  .mosaic-grid-14 .mosaic-grid-layout4-item14 {
    display: none;
  }
  .mosaic-grid-14 .mosaic-grid-layout5-sizer,
  .mosaic-grid-14 .mosaic-grid-layout5-item {
    width: 33%;
  }
  .mosaic-grid-14 .mosaic-grid-layout5-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-14 .mosaic-grid-layout5-item .mosaic-viewport {
    height: 171px;
  }
  .mosaic-grid-14 .mosaic-grid-layout5-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .mosaic-grid-14 .mosaic-grid-layout5-item1 {
    width: 66%;
    height: 350px;
  }
  .mosaic-grid-14 .mosaic-grid-layout5-item1 .mosaic-viewport {
    height: 346px;
  }
  .mosaic-grid-14 .mosaic-grid-layout5-item8 {
    width: 66%;
    height: 350px;
  }
  .mosaic-grid-14 .mosaic-grid-layout5-item8 .mosaic-viewport {
    height: 346px;
  }
  .mosaic-grid-14 .mosaic-grid-layout5-item10 {
    display: none;
  }
  .mosaic-grid-14 .mosaic-grid-layout5-item11 {
    display: none;
  }
  .mosaic-grid-14 .mosaic-grid-layout5-item12 {
    display: none;
  }
  .mosaic-grid-14 .mosaic-grid-layout5-item13 {
    display: none;
  }
  .mosaic-grid-14 .mosaic-grid-layout5-item14 {
    display: none;
  }
  /*These are the layouts for the mosaic when it is placed in the left or right rail.  
  In this case we want to only use 3 column layouts due to the size constraint*/
  .sidebar .mosaic-grid-6 {
    /* ---- grid-item theme 1 ---- */
    /* ---- grid-item theme 2 ---- */
    /* ---- grid-item theme 3 ---- */
    /* ---- grid-item theme 4 ---- */
    /* ---- grid-item theme 5 ---- */
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout1-sizer,
  .sidebar .mosaic-grid-6 .mosaic-grid-layout1-item {
    width: 33%;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout1-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout1-item .mosaic-viewport {
    height: 171px;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout1-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout1-item1 {
    width: 66%;
    height: 350px;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout1-item1 .mosaic-viewport {
    height: 346px;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout1-item4 {
    display: none;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout1-item5 {
    display: none;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout1-item6 {
    display: none;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout2-sizer,
  .sidebar .mosaic-grid-6 .mosaic-grid-layout2-item {
    width: 33%;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout2-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout2-item .mosaic-viewport {
    height: 171px;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout2-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout3-sizer,
  .sidebar .mosaic-grid-6 .mosaic-grid-layout3-item {
    width: 33%;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout3-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout3-item .mosaic-viewport {
    height: 171px;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout3-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout3-item2 {
    width: 66%;
    height: 350px;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout3-item2 .mosaic-viewport {
    height: 346px;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout3-item4 {
    display: none;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout3-item5 {
    display: none;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout3-item6 {
    display: none;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout4-sizer,
  .sidebar .mosaic-grid-6 .mosaic-grid-layout4-item {
    width: 33%;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout4-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout4-item .mosaic-viewport {
    height: 171px;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout4-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout4-item1 {
    width: 66%;
    height: 350px;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout4-item1 .mosaic-viewport {
    height: 346px;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout4-item4 {
    display: none;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout4-item5 {
    display: none;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout4-item6 {
    display: none;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout5-sizer,
  .sidebar .mosaic-grid-6 .mosaic-grid-layout5-item {
    width: 33%;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout5-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout5-item .mosaic-viewport {
    height: 171px;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout5-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar .mosaic-grid-10 {
    /* ---- grid-item theme 1 ---- */
    /* ---- grid-item theme 2 ---- */
    /* ---- grid-item theme 3 ---- */
    /* ---- grid-item theme 4 ---- */
    /* ---- grid-item theme 5 ---- */
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout1-sizer,
  .sidebar .mosaic-grid-10 .mosaic-grid-layout1-item {
    width: 33%;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout1-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout1-item .mosaic-viewport {
    height: 171px;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout1-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout1-item1 {
    width: 66%;
    height: 350px;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout1-item1 .mosaic-viewport {
    height: 346px;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout1-item10 {
    display: none;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout2-sizer,
  .sidebar .mosaic-grid-10 .mosaic-grid-layout2-item {
    width: 33%;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout2-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout2-item .mosaic-viewport {
    height: 171px;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout2-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout2-item2 {
    width: 66%;
    height: 350px;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout2-item2 .mosaic-viewport {
    height: 346px;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout2-item10 {
    display: none;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout3-sizer,
  .sidebar .mosaic-grid-10 .mosaic-grid-layout3-item {
    width: 33%;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout3-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout3-item .mosaic-viewport {
    height: 171px;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout3-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout3-item5 {
    width: 66%;
    height: 350px;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout3-item5 .mosaic-viewport {
    height: 346px;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout3-item10 {
    display: none;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout4-sizer,
  .sidebar .mosaic-grid-10 .mosaic-grid-layout4-item {
    width: 33%;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout4-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout4-item .mosaic-viewport {
    height: 171px;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout4-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout4-item1 {
    width: 66%;
    height: 350px;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout4-item1 .mosaic-viewport {
    height: 346px;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout4-item10 {
    display: none;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout5-sizer,
  .sidebar .mosaic-grid-10 .mosaic-grid-layout5-item {
    width: 33%;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout5-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout5-item .mosaic-viewport {
    height: 171px;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout5-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout5-item2 {
    width: 66%;
    height: 350px;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout5-item2 .mosaic-viewport {
    height: 346px;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout5-item10 {
    display: none;
  }
  .sidebar .mosaic-grid-14 {
    /* ---- grid-item theme 1 ---- */
    /* ---- grid-item theme 2 ---- */
    /* ---- grid-item theme 3 ---- */
    /* ---- grid-item theme 4 ---- */
    /* ---- grid-item theme 5 ---- */
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout1-sizer,
  .sidebar .mosaic-grid-14 .mosaic-grid-layout1-item {
    width: 33%;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout1-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout1-item .mosaic-viewport {
    height: 175px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout1-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout1-item1 {
    width: 66%;
    height: 350px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout1-item1 .mosaic-viewport {
    height: 346px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout1-item6 {
    width: 66%;
    height: 350px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout1-item6 .mosaic-viewport {
    height: 346px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout1-item10 {
    display: none;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout1-item11 {
    display: none;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout1-item12 {
    display: none;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout1-item13 {
    display: none;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout1-item14 {
    display: none;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout2-sizer,
  .sidebar .mosaic-grid-14 .mosaic-grid-layout2-item {
    width: 33%;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout2-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout2-item .mosaic-viewport {
    height: 171px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout2-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout2-item1 {
    width: 66%;
    height: 350px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout2-item1 .mosaic-viewport {
    height: 346px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout2-item8 {
    width: 66%;
    height: 350px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout2-item8 .mosaic-viewport {
    height: 346px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout2-item10 {
    display: none;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout2-item11 {
    display: none;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout2-item12 {
    display: none;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout2-item13 {
    display: none;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout2-item14 {
    display: none;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout3-sizer,
  .sidebar .mosaic-grid-14 .mosaic-grid-layout3-item {
    width: 33%;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout3-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout3-item .mosaic-viewport {
    height: 171px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout3-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout3-item5 {
    width: 66%;
    height: 350px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout3-item5 .mosaic-viewport {
    height: 346px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout3-item13 {
    display: none;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout3-item14 {
    display: none;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout4-sizer,
  .sidebar .mosaic-grid-14 .mosaic-grid-layout4-item {
    width: 33%;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout4-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout4-item .mosaic-viewport {
    height: 175px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout4-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout4-item1 {
    width: 66%;
    height: 350px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout4-item1 .mosaic-viewport {
    height: 346px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout4-item6 {
    width: 66%;
    height: 350px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout4-item6 .mosaic-viewport {
    height: 346px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout4-item10 {
    display: none;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout4-item11 {
    display: none;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout4-item12 {
    display: none;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout4-item13 {
    display: none;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout4-item14 {
    display: none;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout5-sizer,
  .sidebar .mosaic-grid-14 .mosaic-grid-layout5-item {
    width: 33%;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout5-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout5-item .mosaic-viewport {
    height: 171px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout5-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout5-item1 {
    width: 66%;
    height: 350px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout5-item1 .mosaic-viewport {
    height: 346px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout5-item8 {
    width: 66%;
    height: 350px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout5-item8 .mosaic-viewport {
    height: 346px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout5-item10 {
    display: none;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout5-item11 {
    display: none;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout5-item12 {
    display: none;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout5-item13 {
    display: none;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout5-item14 {
    display: none;
  }
  .pressbox .tabs .pressbox-tab {
    margin-left: 5px;
    background-color: #EEE;
    border-radius: 5px 5px 0 0;
  }
  .pressbox .tabs .pressbox-tab:first-child {
    margin-left: 0;
  }
  .pressbox .tabs .pressbox-tab.selected {
    background-color: #DDD;
  }
  .pressbox .pressbox-filters #frmPressbox #pressbox-filter-go-btn {
    height: 35px;
    display: inline-block;
  }
  .pressbox .pressbox-filters #frmPressbox input#keyword {
    width: 150px;
  }
  .pressbox .pressbox-filters #frmPressbox select#eventId {
    width: 150px;
  }
  .accordion.border-desktop .accordion-module-body {
    padding: 15px;
  }
  .accordion.border-desktop .accordion-pane {
    margin-left: 15px;
    margin-right: 15px;
  }
  .feature.border-desktop .module-contents {
    padding: 15px;
  }
  /* Ticker Styles */
  .navbar-brand {
    position: relative;
    z-index: 1;
  }
  .navbar #slide-menu .second-white-strip {
    background-color: #fff;
    top: 68px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 2px;
    margin-bottom: 2px;
    left: 45px;
    width: 1140px;
    min-width: auto;
  }
  .navbar #slide-menu .ticker {
    margin-top: 8px;
    top: 67px;
    position: absolute;
    left: 45px;
    overflow: hidden;
    width: 1140px;
  }
  .navbar #slide-menu .ticker .scroller {
    height: 25px;
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
  .navbar #slide-menu .ticker .scroller .scrollingtext {
    white-space: nowrap;
    position: absolute;
  }
  .navbar #slide-menu .ticker .scroller .scrollingtext ul {
    padding: 0;
  }
  .navbar #slide-menu .ticker .scroller .scrollingtext li {
    display: inline;
    font-weight: 400;
    color: #152c53;
  }
  .navbar #slide-menu .ticker .scroller .scrollingtext li a {
    font-weight: 400;
    padding: 0;
    color: inherit;
    text-transform: none;
    text-decoration: underline;
  }
}
/* Begin styles for any device other than desktop | Ben */
@media (max-width: 1199px) {
  @charset "UTF-8";
  * {
    margin: 0;
    padding: 0;
  }
  .container {
    width: 100%;
  }
  /* Used to show/hide html elements when resizing layouts. */
  .fullsite {
    display: none;
  }
  /* Used to show/hide html elements when resizing layouts. */
  .mobilesite {
    display: inline;
  }
  .slider .module {
    display: none;
  }
  .slider .carousel {
    display: none;
  }
  .footer {
    height: 50px;
    background-color: #fff !important;
  }
  body {
    background: #fff no-repeat center top;
  }
  /*****************
    * Display Utils Even if the user wants a border in desktop that border is removed on Devices*
    ******************/
  .no-border-desktop {
    border: none;
  }
  .no-border-desktop .module-contents {
    padding-left: 0;
    padding-right: 0;
  }
  .border-desktop {
    border: none;
  }
  .border-desktop .module-contents {
    padding-left: 0;
    padding-right: 0;
  }
  /*------------------------------------*\
   #NAVIGATION
\*------------------------------------*/
  .navbar {
    margin-bottom: 0;
  }
  .navbar .top-bar {
    position: relative;
    display: block;
    top: -95px;
    margin-bottom: -55px;
    width: auto;
    float: right;
    height: 1px;
  }
  .navbar .top-bar .sponsor {
    color: #002464;
    margin-left: 10px;
    display: none;
  }
  .navbar .navbar-brand {
    height: auto;
    padding: 0;
    float: none;
  }
  .navbar .navbar-brand img {
    margin-left: auto;
    margin-right: auto;
    display: inline;
  }
  .navbar .white-strip {
    display: none;
  }
  .navbar .navbar-nav li #MobileSignupForm {
    padding: 5px;
  }
  .navbar .navbar-nav li #MobileSignupForm #MobileSignupName,
  .navbar .navbar-nav li #MobileSignupForm #MobileSignupEmail {
    margin-bottom: 5px;
  }
  .navbar .navbar-nav li .search-box {
    padding: 0 5px;
  }
  .navbar .navbar-nav li a {
    padding: 5px 10px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    background: none;
  }
  .navbar .navbar-nav li a.donate-link {
    color: #c42032;
  }
  .navbar .navbar-nav li a:focus {
    outline: 0 none;
    text-decoration: underline;
    outline: 1px dotted currentColor;
  }
  .navbar .navbar-nav li a:hover {
    background: #004C97;
    font-weight: 400;
    outline: 0 none;
    text-decoration: underline;
  }
  .navbar .navbar-portal {
    width: 93%;
  }
  .navbar .navbar-portal .right {
    float: right;
  }
  .navbar .navbar-right li .navbar-form {
    margin-top: 0;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar .navbar-right li .navbar-form label .fa {
    color: black;
    position: relative;
  }
  .navbar .navbar-right li .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar .navbar-right li button.btn-default {
    display: none;
  }
  .navbar .navbar-right li .form-control {
    -moz-transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
    -o-transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
    -webkit-transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
    transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
    cursor: pointer;
    width: 40px;
    height: 27px;
    right: -30px;
    position: relative;
    padding-left: 10px;
    padding-right: 30px;
    margin-left: 0;
    margin-right: 5px;
    margin-top: 2px;
    background: #fff;
    border: none;
    border-radius: 0;
  }
  .navbar .navbar-right li .form-control:hover {
    color: white;
    background: #eeeeee;
  }
  .navbar .navbar-right li .form-control:hover + label .search-icon {
    color: #fff;
  }
  .navbar .navbar-right li .form-control:focus {
    -moz-transition: width 0.6s cubic-bezier(0, 0, 1, 1), border-radius 0.6s, background 0.6s;
    -o-transition: width 0.6s cubic-bezier(0, 0, 1, 1), border-radius 0.6s, background 0.6s;
    -webkit-transition: width 0.6s cubic-bezier(0, 0, 1, 1), border-radius 0.6s, background 0.6s;
    transition: width 0.6s cubic-bezier(0, 0, 1, 1), border-radius 0.6s, background 0.6s;
    border: 1px solid #555555;
    border-radius: 0;
    outline: 1px dotted currentColor;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 5px;
    cursor: text;
    width: 175px;
    border-radius: auto;
    background: #fff;
    color: black;
  }
  .navbar .navbar-right li .form-control:focus + label .search-icon {
    color: black;
  }
  .navbar .navbar-right li .form-control:not(:focus) {
    text-indent: -5000px;
  }
  .navbar .navbar-right li .nav-search-box {
    left: -5px;
    position: relative;
  }
  .navbar.navbar-fixed-top.slide-active {
    position: fixed;
  }
  .navbar-header {
    left: 0 !important;
  }
  #NgbHeaderMenu {
    overflow-y: hidden;
    padding: 5px 0;
  }
  #NgbHeaderMenu ul#dropdownmenu {
    padding-left: 10px;
  }
  #NgbHeaderMenu ul#dropdownmenu ul.dropdown-menu li.dropdown a {
    padding: 5px 0;
  }
  /* makes the dropdown menu sit below the main nav */
  .yamm .dropdown.yamm-fw .dropdown-menu {
    top: auto;
    position: static;
    width: 100%;
  }
  /* styling and color for dropdowns
   modified multiple submenus code from http://stackoverflow.com/questions/18023493/bootstrap-3-dropdown-sub-menu-missing */
  .navbar .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar .navbar-nav .divider {
    display: none;
  }
  .navbar .navbar-nav .open .dropdown-menu {
    background-color: #004C97;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 5px 15px 5px 25px;
    float: none;
  }
  .navbar .navbar-nav .open .dropdown-menu .dropdown-submenu {
    position: relative;
  }
  .navbar .navbar-nav .open .dropdown-menu .dropdown-submenu.dropdown-horizontal {
    display: inline-block;
  }
  .navbar .navbar-nav .open .dropdown-menu .dropdown-submenu > .dropdown-menu {
    box-shadow: none !important;
    margin: 0;
    top: 0 !important;
    left: 20% !important;
  }
  .navbar .navbar-nav .open .dropdown-menu .dropdown-submenu > .dropdown-menu li {
    list-style: none outside none;
  }
  .navbar .navbar-nav .open .dropdown-menu .dropdown-submenu > .dropdown-menu li ul {
    padding: 0;
    margin-left: 25px;
  }
  .navbar .navbar-nav .open .dropdown-menu .dropdown-submenu > .dropdown-menu li ul li {
    list-style: none outside none;
    padding-bottom: 10px;
  }
  .navbar .navbar-nav .open .dropdown-menu .dropdown-submenu > .dropdown-menu li ul li a {
    color: #8AA9C8 !important;
    padding: 5px 0;
    width: auto;
    text-decoration: none;
  }
  .navbar .navbar-nav .open .dropdown-menu .dropdown-submenu > .dropdown-menu li ul li a:hover {
    background-color: transparent !important;
    color: #fff !important;
    text-decoration: none;
  }
  .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-image: none;
  }
  .navbar .navbar-nav .open .dropdown-menu > li > a:focus {
    outline: 0 none;
    text-decoration: underline;
    outline: 1px dotted currentColor;
  }
  .navbar .navbar-nav .open .dropdown-menu .open > a {
    color: #fff;
    background-color: #002464;
    background-image: none;
  }
  .navbar .navbar-nav .open .dropdown-menu .active > a,
  .navbar .navbar-nav .open .dropdown-menu .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu .active > a:focus {
    color: #fff;
    background-color: #002464;
    outline: 1px dotted currentColor;
  }
  .navbar .navbar-nav .open .dropdown-menu .disabled > a,
  .navbar .navbar-nav .open .dropdown-menu .disabled > a:hover,
  .navbar .navbar-nav .open .dropdown-menu .disabled > a:focus {
    color: #999 !important;
    background-color: transparent !important;
    outline: 1px dotted currentColor;
  }
  .ngb-nav {
    background-color: #fff;
  }
  .ngb-nav .ngb-navheader {
    margin: 0 auto;
    left: 0 !important;
    text-align: center;
    float: none;
  }
  .ngb-nav .ngb-navheader .ngb-icon {
    height: auto;
    padding: 0;
    float: none;
  }
  .ngb-nav .ngb-navheader .ngb-icon img {
    max-height: 120px;
    width: auto;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .ngb-nav .ngb-navheader .ngb-name,
  .ngb-nav .ngb-navheader .microsite-name {
    display: none;
  }
  .ngb-nav .ngb-navheader .microsite-icon img {
    height: auto;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
  }
  .ngb-nav .ngb.navbar {
    min-height: 40px;
  }
  .ngb-nav .ngb.navbar .navbar-nav li a.donate-link {
    color: #c42032;
  }
  .ngb-nav .ngb.navbar .navbar-nav li a:focus {
    outline: 0 none;
    text-decoration: underline;
  }
  .ngb-nav .ngb.navbar .navbar-nav li a:hover {
    background: #004C97;
    font-weight: 400;
    outline: 0 none;
    text-decoration: underline;
  }
  /*------------------------------------*\
   #LAYOUT
\*------------------------------------*/
  .main-content .ad-container {
    display: table;
    width: 100%;
    border-top: #afb0b2;
    padding-top: 20px;
  }
  .main-content ul {
    list-style: disc;
    padding-left: 40px;
  }
  .content-area {
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-bottom: 5px;
    padding-top: 5px;
    margin: 0;
  }
  .content-area-container img[width="800"] {
    width: 100%;
    height: auto;
  }
  .content-area-container ul {
    list-style: disc;
  }
  .right-sidebar {
    padding-top: 15px;
  }
  .sidebar {
    padding-top: 15px;
    text-align: center;
  }
  .sidebar .ad {
    margin-bottom: 20px;
  }
  .sidebar .content-area {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .sidebar .module {
    display: inline-block;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    float: none;
  }
  .sidebar .module * {
    text-align: left;
  }
  .sidebar .module a img {
    width: auto;
  }
  .sidebar .module .module-titlebar a {
    color: #fff;
    background-color: transparent;
    float: right;
    margin-top: 3px;
  }
  .two-column-layout {
    padding-left: 0px;
    padding-right: 0px;
  }
  .right-column-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .secondary-footer .footer-links {
    color: #555555;
    font-size: 12px;
    list-style-type: none;
    padding-left: 0;
  }
  .secondary-footer .footer-links .footer-header {
    font-weight: bold;
    font-size: 14px;
  }
  .secondary-footer .footer-links li a {
    color: #555555;
  }
  .secondary-footer .copyright-info {
    color: #555555;
    font-size: 10px;
  }
  .secondary-footer .dropdown-menu {
    background: none;
  }
  /*------------------------------------*\
   #ADS
\*------------------------------------*/
  .ad {
    display: inline-block;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
  .ad > * {
    margin: 0 auto;
  }
  .ad-900x60 {
    background-color: #fff;
    padding: 10px;
    width: auto !important;
  }
  .slider .bx-wrapper {
    margin-bottom: 50px;
    box-shadow: none;
  }
  .slider .bx-wrapper .bx-viewport {
    border: 0 none;
    box-shadow: none;
    left: 0;
  }
  .slider .bx-wrapper .bx-viewport .bxslider {
    margin-bottom: 0;
    padding: 0;
  }
  .slider .bx-wrapper .bx-viewport .bxslider .carousel-slide {
    text-align: left;
  }
  .slider .bx-wrapper .bx-viewport .bxslider .carousel-slide a {
    text-decoration: none;
  }
  .slider .bx-wrapper .bx-viewport .bxslider .carousel-slide a img {
    max-height: 100%;
    width: 100%;
  }
  .slider .bx-wrapper .bx-viewport .bxslider .carousel-slide .feature-title {
    color: #000;
    padding: 20px 0 5px 0;
    text-align: left;
  }
  .slider .bx-wrapper .bx-viewport .bxslider .carousel-slide .feature-title h3 {
    margin-top: 0;
    text-decoration: underline;
    text-align: center;
    color: #003049;
  }
  .slider .bx-wrapper .bx-viewport .bxslider .carousel-slide .feature-title p {
    margin-bottom: 0;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .slider .bx-wrapper .bx-controls .bx-custom-pager {
    bottom: -20px;
    margin-bottom: 5px;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    padding-top: 0;
    text-align: center;
    position: relative;
  }
  .slider .bx-wrapper .bx-controls .bx-custom-pager .bx-pager-link {
    border: 2px solid #eeeeee;
    display: block;
    margin: 0 5px;
    padding: 0;
  }
  .slider .bx-wrapper .bx-controls .bx-custom-pager .bx-pager-link .bx-pager-link-caption {
    background-color: #002464;
    color: #fff;
    padding: 5px;
    text-align: left;
    text-transform: uppercase;
  }
  .slider .bx-wrapper .bx-controls .bx-custom-pager .bx-pager-link:hover {
    border: 2px solid #002464;
    text-decoration: none;
  }
  .slider .bx-wrapper .bx-controls .bx-custom-pager .bx-pager-link.active {
    border: 2px solid #002464;
  }
  .slider .bx-wrapper .bx-controls .bx-custom-pager .bx-pager-link.active:after,
  .slider .bx-wrapper .bx-controls .bx-custom-pager .bx-pager-link.active:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .slider .bx-wrapper .bx-controls .bx-custom-pager .bx-pager-link.active:after {
    border-color: rgba(21, 44, 83, 0);
    border-bottom-color: #002464;
    border-width: 5px;
    margin-left: -5px;
    margin-bottom: 0;
  }
  .slider .bx-wrapper .bx-controls .bx-custom-pager .bx-pager-link.active:before {
    border-color: rgba(21, 44, 83, 0);
    border-bottom-color: #002464;
    border-width: 6px;
    margin-left: -5px;
    margin-bottom: 0;
  }
  .slider .bx-wrapper .bx-wrapper .bx-pager.bx-default-pager a {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    position: relative;
    margin: auto 10px;
    background: #142B53;
  }
  .slider .bx-wrapper .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .slider .bx-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #E5E5E5;
    border: 1px solid #142B53;
  }
  .event .list-item {
    border-bottom: 1px solid #afb0b2;
    padding-bottom: 10px;
    margin: 0 15px 10px 15px;
    height: auto;
    background: none;
  }
  .event .list-item .date-box {
    color: #002464;
    font-family: "HelveticaNeueW01-77BdCn_692722", "Helvetica Neue", Helvetica, Arial, sans-serif;
    float: left;
    vertical-align: middle;
  }
  .event .list-item .date-box .event-date {
    font-size: 20px;
    text-align: center;
  }
  .event .list-item .date-box .event-month {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
  }
  .event .list-item:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .event .list-item a {
    display: inline-block;
    padding-left: 30px;
  }
  .event .list-item a h4 {
    color: #002464;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .event .list-item a p {
    color: #555555;
    font-weight: bold;
    margin-top: -1px;
    margin-bottom: 5px;
    text-transform: uppercase;
  }
  .latest-news {
    width: 100%;
  }
  .latest-news .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .latest-news .module-contents ul {
    list-style-type: none;
    padding: 0;
  }
  .latest-news .module-contents ul li {
    /*border-bottom: 1px solid @usoc-gray-light;*/
    color: #002464;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  .latest-news .module-contents ul li:last-child {
    border-bottom: 0 none;
  }
  .poll .module-contents {
    padding: 0 15px 15px 15px;
  }
  .poll p {
    margin-bottom: 4px;
  }
  .poll p.poll-question {
    font-size: 1.1em;
    margin-bottom: 10px;
  }
  .poll .progress-bar {
    text-align: center !important;
  }
  .sidebar .html-unit .module-titlebar {
    display: block;
    padding: 0;
  }
  .sidebar .html-unit.instagram {
    background: url('/Content/images/icons/frame-ig.png') no-repeat scroll center center transparent;
    border: none !important;
    padding: 60px 35px 35px;
  }
  .sidebar .html-unit.twitter {
    background: url('/Content/images/icons/frame-tw.png') no-repeat scroll center center transparent;
    padding: 60px 5px 5px;
  }
  .countdown .module-titlebar.countdown-title h3 {
    float: none;
    text-align: center;
  }
  .countdown .countdown-text {
    margin: 0;
    text-align: left;
  }
  .countdown .countdown-image {
    padding: 10px 15px;
    text-align: center;
    margin: 0 auto;
  }
  .countdown .clock {
    width: 300px;
    height: 65px;
    margin: 0 auto;
  }
  .alpha-nav {
    width: 10%;
    height: 100%;
    float: right;
    margin-top: 20px;
    background: none;
  }
  ul.alpha-nav {
    padding-left: 20px;
    list-style: none;
  }
  .alpha-nav li {
    height: 35px;
    width: 20px;
  }
  .alpha-nav li a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 1.667em;
    color: #959595;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    line-height: 35px;
  }
  .alpha-nav li a:hover,
  .alpha-nav li a.selected {
    background-color: #002464;
    color: #fff;
  }
  /*--------------------
        Search bar
    ----------------------*/
  .select-replace a {
    width: 100%;
    height: 27px;
    display: block;
    position: relative;
    line-height: 27px;
    outline: none;
    text-decoration: none;
    color: #465875;
    text-indent: 8px;
    background: #fff;
  }
  .select-replace a:hover {
    color: #000;
  }
  .select-replace > a:hover,
  .select-replace > a.selected {
    background-color: #fff;
    color: #000;
  }
  .select-replace ul {
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 25px;
    background: white;
    border-radius: 0 0 12px 12px;
    list-style: none;
  }
  .dropdown-selected {
    border-bottom-style: solid;
    border-bottom-color: #eeeeee;
    border-right-style: solid;
    border-right-color: #eeeeee;
    border-left-style: solid;
    border-left-color: #eeeeee;
  }
  .search-results h2 {
    margin-left: 15px;
  }
  .search-results .search-box {
    width: 100%;
    background: none;
    padding-right: 25px;
    margin-left: 15px;
  }
  .search-results .search-box input[type=text] {
    width: 100%;
    padding-left: 5px;
  }
  .search-bar-top .select-replace:first-of-type {
    position: relative;
    top: -2px;
    display: inline-block;
    z-index: 110;
    font-size: 0.6em;
    line-height: 1em;
  }
  .search-bar-top .select-replace:first-of-type ul {
    z-index: 111;
    position: absolute;
  }
  .search-bar-top .select-replace:nth-of-type(3) {
    position: relative;
    top: -2px;
    display: inline-block;
    z-index: 100;
    font-size: 0.6em;
    line-height: 1em;
  }
  .search-bar-top .select-replace:nth-of-type(3) ul {
    position: absolute;
    z-index: 101;
  }
  .search-bar-top .select-replace span {
    position: absolute;
    right: 2px;
  }
  .select-replace ul li {
    height: 27px;
  }
  .select-replace ul li:first-child {
    margin-top: 18px;
    border-top: none;
  }
  .search-bar-top label,
  .search-bar-top .small {
    display: none;
  }
  .search-bar-top .row {
    border-bottom: 1px solid #dbdada;
  }
  .search-bar-top {
    height: 53px;
    position: relative;
    font-size: 1.667em;
    color: #898989;
    background: none;
    line-height: 53px;
  }
  .search-bar-top .fa.fa-times {
    display: none;
    color: #c42032;
  }
  .search-bar-top .clear-link {
    display: none;
  }
  .content-area .search-input-wrapper input[type=text] {
    border-radius: 12px;
    background: none;
    height: 31px;
    width: 190px;
    position: relative;
    font-family: "HelveticaNeueW01-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #002464;
    line-height: 27px;
    right: 0px;
    padding-left: 5px;
    background: url(/content/images/search.png) right center no-repeat;
  }
  .search-bar-top.articles {
    margin-top: 15px;
    background: url(/content/images/backgrounds/header-shadow.png) #fff 0 -4px repeat-x;
  }
  .search-bar-top.articles label {
    display: inline-block;
    font-family: "HelveticaNeueW01-77BdCn_692722", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #002464;
    font-size: 18px;
  }
  .search-bar-top.articles .select-replace:after {
    content: "\f107";
    font: 30px "FontAwesome";
    color: #002464;
    right: 5px;
    top: -5px;
    position: absolute;
    pointer-events: none;
  }
  .search-bar-top.articles select {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    padding: 2px 0px;
    border: none;
    width: 125px;
    color: #002464;
    font-family: "HelveticaNeueW01-77BdCn_692722", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    top: 2px;
  }
  .search-bar-top.articles select::-ms-expand {
    display: none;
  }
  /*------------------------
        Articles (news)
    --------------------------*/
  ul.thumb-row.articles,
  ul.thumb-row.events,
  ul.thumb-row.results {
    float: left;
    padding-bottom: 7px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
  ul.thumb-row.articles img,
  ul.thumb-row.events img,
  ul.thumb-row.results img {
    width: 100%;
    height: auto;
  }
  ul.thumb-row.articles h3,
  ul.thumb-row.events h3,
  ul.thumb-row.results h3 {
    font: "HelveticaNeueW01-77BdCn_692722", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #002464;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  ul.thumb-row.articles h4,
  ul.thumb-row.events h4,
  ul.thumb-row.results h4 {
    color: #717073;
    font-weight: normal;
    margin-top: 0px;
  }
  ul.thumb-row.articles h5,
  ul.thumb-row.events h5,
  ul.thumb-row.results h5 {
    line-height: 1.5em;
  }
  ul.thumb-row.articles p,
  ul.thumb-row.events p,
  ul.thumb-row.results p {
    color: #363636;
    font-family: "HelveticaNeueW01-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0;
    margin-top: 5px;
    padding-right: 30px;
  }
  ul.thumb-row.articles li.row,
  ul.thumb-row.events li.row,
  ul.thumb-row.results li.row {
    margin-bottom: 20px;
  }
  ul.thumb-row.results h4 {
    color: #363636;
    padding-top: 0;
    margin-bottom: 10px;
  }
  ul.thumb-row.events p {
    padding-right: 180px;
  }
  .thumb-row .image {
    width: 130px;
    float: left;
    margin-right: 10px;
  }
  ul.thumb-row > li {
    position: relative;
    overflow: hidden;
  }
  ul.thumb-row li > a {
    height: 100%;
    display: block;
    color: #111;
    text-decoration: none;
  }
  ul.thumb-row li.selected > a {
    background: none;
  }
  ul.thumb-row li a img,
  ul.thumb-row li span.accordion-trigger img {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  ul.thumb-row > li.selected,
  ul.thumb-row > li:hover {
    background-color: #fafafa;
  }
  ul.thumb-row li p {
    margin-top: 0;
    padding-right: 30px;
  }
  .years {
    width: 74px;
    position: absolute;
    right: 60px;
    top: 35px;
    padding-top: 40px;
    text-align: center;
  }
  .years li {
    width: 74px;
    display: block;
    font-weight: bold;
    color: #c7c7c7;
    border-right: none;
  }
  .years.two-col li {
    width: 37px;
    float: left;
    border-right: none;
  }
  /*-----------------------------------
   #PAGES
\*------------------------------------*/
  /* sharing */
  .social {
    display: none;
  }
  .sharing .social {
    float: right;
  }
  .sharing .social .addthis_toolbox {
    display: inline;
  }
  /* breadcrumb */
  .breadcrumb {
    background-color: #fff;
  }
  .breadcrumb li a {
    color: #002464;
  }
  .breadcrumb .active {
    color: #717073;
  }
  /*-----------------------------------
   #LOGIN
\*------------------------------------*/
  /* TODO: Remove this once site is moved completely to Bootstrap */
  .login-container .btn,
  .login-page-container .btn,
  #personalizationBar .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .login-container .btn:hover,
  .login-page-container .btn:hover,
  #personalizationBar .btn:hover {
    color: #fff;
    text-decoration: none;
  }
  .login-container .btn:focus,
  .login-page-container .btn:focus,
  #personalizationBar .btn:focus,
  .login-container .btn.focus,
  .login-page-container .btn.focus,
  #personalizationBar .btn.focus {
    outline: 1px dotted currentColor;
    color: #fff;
    text-decoration: none;
  }
  .login-container .btn-default,
  .login-page-container .btn-default,
  #personalizationBar .btn-default {
    color: #333;
    background-color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #ccc;
  }
  .login-container .btn-default:hover,
  .login-page-container .btn-default:hover,
  #personalizationBar .btn-default:hover,
  .login-container .btn-default:focus,
  .login-page-container .btn-default:focus,
  #personalizationBar .btn-default:focus,
  .login-container .btn-default.focus,
  .login-page-container .btn-default.focus,
  #personalizationBar .btn-default.focus,
  .login-container .btn-default:active,
  .login-page-container .btn-default:active,
  #personalizationBar .btn-default:active,
  .login-container .btn-default.active,
  .login-page-container .btn-default.active,
  #personalizationBar .btn-default.active {
    color: #333;
    background-color: #e0e0e0;
    background-position: 0 -15px;
    border-color: #adadad;
  }
  .login-container .btn-default:focus,
  .login-page-container .btn-default:focus,
  #personalizationBar .btn-default:focus,
  .login-container .btn-default.focus,
  .login-page-container .btn-default.focus,
  #personalizationBar .btn-default.focus {
    outline: 1px dotted currentColor;
  }
  .login-container .btn-danger,
  .login-page-container .btn-danger,
  #personalizationBar .btn-danger {
    color: #fff;
    background-color: #d9534f;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
    background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
    background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #b92c28;
  }
  .login-container .btn-danger:hover,
  .login-page-container .btn-danger:hover,
  #personalizationBar .btn-danger:hover,
  .login-container .btn-danger:focus,
  .login-page-container .btn-danger:focus,
  #personalizationBar .btn-danger:focus,
  .login-container .btn-danger.focus,
  .login-page-container .btn-danger.focus,
  #personalizationBar .btn-danger.focus,
  .login-container .btn-danger:active,
  .login-page-container .btn-danger:active,
  #personalizationBar .btn-danger:active,
  .login-container .btn-danger.active,
  .login-page-container .btn-danger.active,
  #personalizationBar .btn-danger.active {
    color: #fff;
    background-color: #c12e2a;
    background-position: 0 -15px;
    border-color: #b92c28;
  }
  .login-container .btn-danger:focus,
  .login-page-container .btn-danger:focus,
  #personalizationBar .btn-danger:focus,
  .login-container .btn-danger.focus,
  .login-page-container .btn-danger.focus,
  #personalizationBar .btn-danger.focus {
    outline: 1px dotted currentColor;
  }
  .login-container .btn-sm,
  .login-page-container .btn-sm,
  #personalizationBar .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
  .login-container .btn-group,
  .login-page-container .btn-group,
  #personalizationBar .btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  /* END OF DELETE FOR TODO */
  .login-container {
    background: #002464;
    padding: 5px 20px 5px 20px;
  }
  .login-container .btn {
    text-transform: uppercase;
    width: 63px;
  }
  .login-container .btn-danger {
    background-color: #c42032;
    background-image: -webkit-linear-gradient(top, #d9534f 0, #c42032 100%);
    background-image: -o-linear-gradient(top, #d9534f 0, #c42032 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c42032));
    background-image: linear-gradient(to bottom, #d9534f 0, #c42032 100%);
  }
  .login-container .btn-danger:hover,
  .login-container .btn-danger:focus,
  .login-container .btn-danger.focus,
  .login-container .btn-danger:active,
  .login-container .btn-danger.active {
    background-color: #c42032;
  }
  .login-container .btn-danger:focus,
  .login-container .btn-danger.focus {
    outline: 1px dotted currentColor;
  }
  .login-container .help-button {
    color: #fff;
    font-size: 18px;
    padding: 1px;
    width: auto;
  }
  .login-container .help-button-dropdown {
    background: #002464;
  }
  .login-container .help-button-dropdown .help-button-dropdown-link {
    color: #fff;
  }
  .login-container .help-button-dropdown .help-button-dropdown-link:hover {
    background: none;
    text-decoration: underline;
  }
  .login-container .join-button {
    margin-left: 15px;
  }
  .login-container .login-failed {
    color: #f00;
    display: inline-block;
  }
  .login-container p {
    margin: 0;
  }
  .login-page-container .login-failed {
    margin: 10px 0 10px 0;
    color: #f00;
  }
  #loginFormShadow {
    height: 18px;
    display: none;
  }
  /*------------------------------------*\
  #PERSONALIZATION
\*------------------------------------*/
  #personalizationBar {
    background: #002464;
    padding: 5px 20px 5px 20px;
    position: relative;
  }
  #personalizationBar.fixed {
    position: fixed;
    top: 0px;
    z-index: 100000;
  }
  #personalizationBar .personalized-welcome-bar {
    display: block;
    font-size: 1.3em;
    color: #fff;
    cursor: pointer;
  }
  #personalizationBar .personalized-welcome-bar .membership-expiration {
    font-size: 0.8em;
  }
  #personalizationBar .personalized-welcome-bar .expired {
    font-style: italic;
    color: #ff0000;
  }
  #personalizationBar #expandedPersonalizationBar {
    display: none;
    padding: 15px 15px 10px 15px;
    color: #fff;
    position: absolute;
    top: 34px;
    left: 0;
    z-index: 20000;
    background: #002464;
  }
  #personalizationBar #expandedPersonalizationBar p {
    color: #fff;
  }
  #personalizationBar #expandedPersonalizationBar a,
  #personalizationBar #expandedPersonalizationBar input[type=submit] {
    color: #fff;
    padding: 0;
  }
  #personalizationBar #expandedPersonalizationBar a.personalLink,
  #personalizationBar #expandedPersonalizationBar input[type=submit].personalLink {
    font-weight: bold;
  }
  #personalizationBar #expandedPersonalizationBar a:hover,
  #personalizationBar #expandedPersonalizationBar input[type=submit]:hover {
    color: #fff;
  }
  #personalizationBar #expandedPersonalizationBar a.btn,
  #personalizationBar #expandedPersonalizationBar input[type=submit].btn {
    padding: 3px 7px;
  }
  #personalizationBar #expandedPersonalizationBar a.btn-default,
  #personalizationBar #expandedPersonalizationBar input[type=submit].btn-default {
    color: #000;
  }
  #personalizationBar #expandedPersonalizationBar .personalization-module-header {
    font-weight: bold;
    color: #fff;
    font-size: 1.2em;
  }
  #personalizationBar #expandedPersonalizationBar .message-spacer {
    margin-bottom: 20px;
  }
  #personalizationBar #expandedPersonalizationBar .message-spacer a {
    text-decoration: underline;
  }
  #personalizationBar #expandedPersonalizationBar .message-spacer img {
    width: 100%;
    height: auto;
  }
  #personalizationBarShadow {
    height: 20px;
    display: none;
  }
  #slide-nav .container {
    margin: 0 !important;
    padding: 0 !important;
    height: 100%;
    width: 100%;
  }
  #slide-nav .navbar-header {
    margin: 0 auto;
    left: 0 !important;
    text-align: center;
    float: none;
  }
  #slide-nav .navbar.slide-active {
    position: absolute;
    width: 80%;
    top: -1px;
    z-index: 1000;
  }
  #slide-nav #slide-menu {
    background: #004C97;
    left: -290px;
    width: 290px;
    min-width: 0;
    position: absolute;
    padding-left: 0;
    z-index: 2;
    top: 0px;
    margin: 0;
  }
  #slide-nav #slide-menu nav ul li {
    background: none;
    font-weight: 400;
    width: 100%;
  }
  #slide-nav #slide-menu > .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    height: calc(100%);
  }
  #slide-nav #slide-menu .navbar-nav .dropdown-menu li a {
    width: 100%;
  }
  #slide-nav #slide-menu .icon-bar {
    background-color: #fff;
  }
  #slide-nav #slide-menu .navbar-nav {
    min-width: 0;
    width: 100%;
    margin: 0;
  }
  #slide-nav #slide-menu .navbar-nav .dropdown-menu li a {
    min-width: 0;
    width: 100%;
    white-space: normal;
  }
  #slide-nav {
    border-top: 0;
  }
  #slide-nav.navbar-inverse #slide-menu {
    background: #333;
  }
  #slide-nav .navbar-form {
    width: 100%;
    margin: 8px 0;
    text-align: center;
    overflow: hidden;
  }
  #slide-nav .navbar-form .form-control {
    text-align: center;
  }
  #slide-nav .navbar-form .btn {
    width: 100%;
  }
  #secondary-slide-nav .container {
    margin: 0 !important;
    padding: 0 !important;
    height: 100%;
    width: 100%;
  }
  #secondary-slide-nav .navbar-header {
    margin: 0 auto;
    left: 0 !important;
    text-align: center;
    float: none;
  }
  #secondary-slide-nav .navbar.slide-active {
    position: absolute;
    width: 100%;
    top: 25px;
    z-index: 1000;
  }
  #secondary-slide-nav #secondary-slide-menu {
    background: #004C97;
    left: -291px;
    width: 290px;
    min-width: 0;
    position: absolute;
    padding-left: 0;
    z-index: 2;
    top: 0px;
    margin: 0;
  }
  #secondary-slide-nav #secondary-slide-menu nav ul li {
    background: none;
    font-weight: 400;
    width: 100%;
  }
  #secondary-slide-nav #secondary-slide-menu > .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    height: calc(100%);
  }
  #secondary-slide-nav #secondary-slide-menu .navbar-nav .dropdown-menu li a {
    width: 100%;
  }
  #secondary-slide-nav #secondary-slide-menu .navbar-nav .dropdown-menu li ul li {
    padding-bottom: 10px;
  }
  #secondary-slide-nav #secondary-slide-menu .icon-bar {
    background-color: #fff;
  }
  #secondary-slide-nav #secondary-slide-menu .back-to-home {
    display: inline;
    float: left;
    color: #fff;
    padding: 5px 10px;
  }
  #secondary-slide-nav {
    border-top: 0;
  }
  #secondary-slide-nav.navbar-inverse #secondary-slide-menu {
    background: #333;
  }
  #secondary-slide-nav .navbar-form {
    width: 100%;
    margin: 8px 0;
    text-align: center;
    overflow: hidden;
    /*fast clearfixer*/
  }
  #secondary-slide-nav .navbar-form .form-control {
    text-align: center;
  }
  #secondary-slide-nav .navbar-form .btn {
    width: 100%;
  }
  /* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/
  #navbar-height-col {
    position: fixed;
    top: 0;
    height: 100%;
    bottom: 0;
    width: 80%;
    left: -80%;
    background: #f7f7f7;
  }
  #navbar-height-col.inverse {
    background: #333;
    z-index: 1;
    border: 0;
  }
  .nav .open > a,
  .nav .open > a:focus,
  .nav .open > a:hover {
    background: transparent;
  }
  .sidebar,
  .module-titlebar {
    display: block;
    background-image: none;
  }
  .sidebar h3,
  .module-titlebar h3 {
    color: #152c53;
  }
  .sponsor {
    display: none;
  }
  ul[role="search"] {
    display: none;
  }
  ul[role="searchMobile"] {
    display: inline-block;
    float: right !important;
    margin-right: -15px;
  }
  .searchMobile {
    margin-left: 0.625em;
    margin-right: 1em;
    height: 50px;
  }
  .ngb-searchMobile {
    position: absolute;
    top: 10px;
    right: 20px;
  }
  /**
    This style sets the base font size for the entire mobile site.
    This replaces the media queries
**/
  body {
    font-size: 12pt;
    min-width: 100%;
  }
  html {
    font-family: sans-serif;
    font-size: 1em;
  }
  /* Normalizes margin, padding */
  ul,
  li,
  h3 {
    margin: 0;
    padding: 0;
  }
  /* Removes list-style from lists */
  ul {
    list-style: none;
  }
  /* Removes border from fieldset and img */
  img {
    border: 0;
  }
  h1 {
    color: #003049;
  }
  h2 {
    color: #003049;
  }
  hr {
    border: 0;
    border-bottom: 2px solid #99999a;
    clear: both;
    height: 2px;
    margin: 0.3125em 0.625em 0.3125em 0.625em;
    padding: 0;
  }
  hr.thin {
    border-bottom: 1px solid #99999a;
    height: 1px;
    margin: 0.3125em 0.625em;
  }
  div > hr {
    margin: 0.3125em 0 0.3125em 0;
  }
  div.freeform {
    display: block;
    margin: 0.625em 0 0.625em 0;
    padding: 0 0.625em 0 0.625em;
  }
  .freeform img {
    float: left;
    margin: 0.3125em 0.625em 0.3125em 0;
    max-width: 100%;
    padding: 0;
  }
  .freeform img + * {
    clear: both;
  }
  .freeform img + img {
    float: left;
  }
  /*.freeform * {
    margin: 0.3125em;
}*/
  .freeform div {
    float: left;
    margin: 0;
    max-width: 100%;
    padding: 0;
  }
  .freeform ol {
    list-style: decimal inside;
  }
  .freeform ul {
    list-style: disc inside;
  }
  .freeform table {
    max-width: 100%;
  }
  .freeform div + * {
    clear: both;
  }
  .banner_ad {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
  }
  .banner_ad a {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .banner_ad img {
    display: block;
    width: 100%;
    height: 3.125em;
    margin: 0;
    padding: 0;
  }
  header {
    background-color: #fff;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .branding {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #powered_by_att {
    color: #000;
    display: inline-block;
    float: right;
    font-size: 0.8em;
    margin-left: 0.625em;
    margin-top: 0;
    margin-bottom: 0;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
  }
  #powered_by_att img {
    margin-right: auto;
    vertical-align: middle;
    width: 4em;
  }
  #powered_by_att + * {
    clear: both;
  }
  #team_usa {
    display: inline-block;
    float: left;
  }
  #team_usa img {
    background-color: #fff;
    float: left;
    height: 4.5em;
    margin: 0 0 0 0.45em;
  }
  #sochi {
    display: block;
    float: right;
  }
  #sochi img {
    float: right;
    padding: 0.125em;
    margin: 0.625em;
    height: 2.5em;
    width: auto;
  }
  .main_nav {
    background-color: #fff;
    /*border-bottom: 10px solid #af1e2d;*/
    display: block;
    /*margin-top: -1px;*/
    /* Hack to get rid of weird artifact in mobile safari */
    width: 100%;
  }
  .main_nav a {
    color: #003049;
    display: inline-block;
    font-size: 0.875em;
    /* 14px */
    font-weight: 900;
    line-height: 4em;
    margin: 0 0 0 0.625em;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
  }
  .main_nav a.nav-menu-btn {
    float: right;
    margin-right: 0.625em;
  }
  #menu-nav {
    /*background-color: #003049;*/
    padding: 0.625em 0;
    position: absolute;
    width: 100%;
    z-index: 900;
  }
  #menu-nav a {
    color: #fff;
    display: block;
    margin-bottom: 0.5em;
  }
  #menu-nav a:last-child {
    margin-bottom: 0;
  }
  .blue_border {
    height: 10px;
    /*background-color: #003049;*/
    width: 100%;
    clear: both;
  }
  .inline_ad {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
  }
  .inline_ad a {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  li.inline_ad + li {
    border-top: none;
  }
  li.inline_ad img {
    width: 100%;
  }
  .item_list li.inline_ad a img {
    display: block;
    width: 100%;
    height: 3.125em;
    margin: 0;
    padding: 0;
  }
  .featured_stories {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .featured_stories li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .featured_stories li > h1 {
    display: block;
    position: relative;
    bottom: 4em;
    height: 3em;
    /* This works because the padding is .5em which adds 1 em when multiplied by 2 and 4em - 1em = 3em */
    margin: 0;
    padding: 0.5em;
    text-align: left;
    font-weight: 500;
    color: #55565A;
    background-color: rgba(255, 255, 255, 0.85);
  }
  .featured_stories li > img {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .featured_stories + * {
    margin-top: -3em;
  }
  .featured_stories + hr {
    height: 2px;
    padding: 0;
    margin-left: 0.625em;
    margin-right: 0.625em;
    margin-bottom: 5px;
    border: none;
    background: linear-gradient(left, white, #D0D0D0, white);
    background: -webkit-linear-gradient(left, white, #D0D0D0, white);
    background: -moz-linear-gradient(left, white, #D0D0D0, white);
  }
  div.news {
    margin-top: 2em;
  }
  .news {
    display: block;
    padding: 0;
    margin: 0;
  }
  .events #view_full_site_link,
  .news #view_full_site_link,
  .sports #view_full_site_link {
    display: inline-block;
    float: right;
    font-size: 1.125em;
    font-weight: 600;
    padding: 0;
    margin: 1.375em 0.625em 1em 0;
    vertical-align: middle;
  }
  .athletes #view_full_site_link {
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    margin: 0 0 1em 0.625em;
  }
  /* featured story carousel */
  .swipe {
    overflow: hidden;
    visibility: hidden;
    position: relative;
  }
  .swipe-wrap {
    overflow: hidden;
    position: relative;
  }
  .swipe-wrap > a {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
  }
  .swipe-wrap > a > div {
    background-color: #f2f2f2;
    float: left;
    height: 240px;
    position: relative;
    width: 100%;
  }
  .swipe-wrap > a > div > img {
    position: relative;
    height: 240px;
    width: 100%;
    display: inline-block;
  }
  .swipe-wrap > a > div > h1.banner {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.5em;
    width: 98%;
    margin: 0;
    background: rgba(255, 255, 255, 0.75);
  }
  div.carousel {
    position: relative;
  }
  div.swipe .indicators {
    width: 90%;
    height: 0.5em;
    padding: 10px 0;
    margin: auto;
    text-align: center;
  }
  div.swipe .indicators .slideIndicator {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    position: relative;
    margin: auto 10px;
    background: #142B53;
  }
  div.swipe .indicators .currentSlide {
    background: #E5E5E5;
    border: 1px solid #142B53;
  }
  /* END carousel */
  .section_name {
    display: inline-block;
    float: left;
    padding: 0;
    margin: 1.375em 0 1em 0.625em;
    vertical-align: middle;
    font-size: 1.125em;
    font-weight: 600;
    color: #003049;
  }
  .events .section_name {
    float: none;
  }
  .section_name + hr {
    margin: 0.3125em 0.625em 0.3125em 0.625em;
  }
  .item_list {
    display: block;
    margin: 0;
    padding: 0 0.625em 0 0.625em;
  }
  .item_list li {
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    width: 50%;
  }
  .item_list li + .inline_ad {
    border-top: 0;
  }
  .item_list li > a,
  .item_list li > a > img,
  .item_list li > a > h1,
  .item_list li > a > h2,
  .item_list li > a > h3 {
    text-decoration: none;
  }
  .item_list li > img,
  .item_list li a > img {
    display: inline-block;
    float: left;
    max-height: 115px;
    width: 30%;
    padding: 0;
    margin: 0.625em 0.625em 0.625em 0;
  }
  .item_list li > h1,
  .item_list li a > h1 {
    display: block;
    padding: 0;
    margin: 0.625em 0 0.625em 0;
    text-align: left;
    font-weight: 600;
    color: #55565A;
  }
  .item_list li > h2,
  .item_list li a > h2 {
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0.3125em 0 0.625em 0;
    text-align: left;
    font-weight: 100;
    color: #55565A;
  }
  .item_list li > h3,
  .item_list li a > h3 {
    display: inline-block;
    float: right;
    padding: 0;
    margin: 0.3125em 0 0.625em 0;
    text-align: right;
    font-weight: 100;
    color: #99999a;
  }
  .item_list li > img + h1,
  .item_list li a > img + h1 {
    display: inline-block;
    width: 66%;
    float: right;
    padding: 0;
    margin: 0.625em 0 0.3125em 0;
    text-align: left;
  }
  .item_list li > img + h1 + h2,
  .item_list li a > img + h1 + h2 {
    display: inline-block;
    width: 66%;
    float: right;
    padding: 0;
    margin: 0.3125em 0 0.625em 0;
    text-align: left;
  }
  .item_list li > img + h1 + h2 + h3,
  .item_list li a > img + h1 + h2 + h3 {
    display: inline-block;
    width: 66%;
    float: right;
    padding: 0;
    margin: 0.3125em 0 0.625em 0;
    text-align: left;
  }
  .item_list li > div,
  .item_list li a > div {
    display: inline-block;
    float: left;
    width: 62%;
    padding: 0;
    margin: 0;
    margin-top: 0.625em;
    margin-bottom: 0.625em;
  }
  .item_list li > div > h1,
  .item_list li a > div > h1 {
    margin: 0 0 0.625em 0;
    font-weight: bold;
  }
  .item_list li > div > h2,
  .item_list li a > div > h2 {
    display: block;
    padding: 0;
    margin: 0.625em 0 0.625em 0;
    text-align: left;
    font-weight: 100;
    color: #99999a;
  }
  .item_list li > div > h3,
  .item_list li a > div > h3 {
    display: block;
    padding: 0;
    margin: 0.625em 0 0 0;
    text-align: left;
    font-weight: 100;
    color: #99999a;
  }
  .item_list .inline_ad {
    margin: 0 -0.625em 0 -0.625em !important;
  }
  /* sort, search, and comment */
  .athletes .section_name,
  .schedule .section_name {
    position: absolute;
  }
  .sortSearch.ui-field-contain {
    padding: 0;
  }
  .sortSearch.ui-field-contain .ui-select {
    clear: right;
    display: table-cell;
    float: right;
    padding: 0;
    margin: 1em 0.625em 1em 0;
    text-align: left;
    vertical-align: middle;
    width: 30%;
  }
  .sortSearch.ui-field-contain .ui-select .ui-btn {
    border: 1px solid #99999a;
    border-radius: 4px;
  }
  .sortSearch.ui-field-contain .ui-select .ui-shadow {
    box-shadow: none;
  }
  .sortSearch.ui-field-contain .ui-select .ui-btn .ui-btn-inner {
    border: 0 none;
    color: #55565a;
    font-size: 1em;
    padding: 0.5em 1.75em 0.375em 0;
  }
  .sortSearch.ui-field-contain .ui-select .ui-btn .ui-btn-inner .ui-icon-arrow-d {
    background-position: 0 0;
  }
  .sortSearch.ui-field-contain .ui-select .ui-btn .ui-btn-inner .ui-icon {
    background: url(/content/images/mobile/dropdown.png) no-repeat 0 0;
    border-radius: 0;
    height: 1em;
    width: 1.25em;
    right: 0.5em;
  }
  .sortSearch.ui-field-contain .ui-select .ui-btn select {
    font-size: 50px;
  }
  .sortSearch.ui-field-contain .ui-input-text {
    border-radius: 0;
    box-shadow: none;
    clear: both;
    margin: 0;
    padding: 0 0.625em 1em 0.625em;
    width: 97%;
  }
  .sortSearch.ui-field-contain input.ui-input-text {
    background-image: url(/content/images/mobile/magnifying_glass.png);
    background-color: #ffffff;
    background-size: 1.2em 1.2em;
    background-position: 98% 50%;
    background-repeat: no-repeat;
    border: 1px solid #99999a;
    border-radius: 4px;
    box-shadow: none;
    color: #99999a;
    font-family: sans-serif;
    font-size: 1em;
    padding: 0.375em 0;
    text-indent: 0.5em;
  }
  .sortSearch.ui-field-contain input.ui-input-text:focus {
    background: none;
  }
  .sortSearch.ui-field-contain.ui-body.ui-br fieldset {
    border: 0;
  }
  /*.comment-header h5 {
        font-size: 1.5em;
        float: left;
    }*/
  .comment label {
    width: 100%;
    font-size: 1em;
    font-weight: 600;
    color: #003049;
  }
  .comment input[type="text"] {
    padding: 0;
    margin: 0;
    margin-top: 0.625em;
    margin-bottom: 0.625em;
    margin-right: 5px;
    width: 80%;
    height: 1.5em;
    vertical-align: middle;
    font-size: 1em;
    color: #003049;
    border: 2px solid #99999a;
    border-radius: 3px;
  }
  .comment input[type="submit"] {
    padding-left: 1em;
    padding-right: 1em;
    height: 2em;
    vertical-align: middle;
    font-size: 0.825em;
    color: #fff;
    background-color: #003049;
    border: 2px solid #003049;
    border-radius: 3px;
  }
  /* END sort, search, and comment */
  /* sharing */
  .share_primary,
  .share_secondary,
  .comment-form {
    display: block;
    /*margin: 1em 0;*/
    padding: 0 0.625em;
  }
  .share_primary {
    margin-top: 1em;
  }
  .share_secondary h4 {
    width: 100%;
    font-weight: 600;
    color: #003049;
    margin: 0.75em 0;
  }
  .share_primary .container,
  .share_secondary .container {
    text-align: justify;
    /*font-size: 0.1px;*/
    /* IE 9/10 don't like font-size: 0; */
    min-width: 280px;
    margin-bottom: 0.5em;
  }
  .share_primary .container {
    height: 26px;
    margin-bottom: 1em;
  }
  .share_secondary .container {
    height: 46px;
  }
  .fb-primary,
  .twitter-share-button.twitter-tweet-button.twitter-count-horizontal {
    width: 30% !important;
  }
  .share_primary .container .mail {
    display: inline-block;
    height: 20px;
    text-align: right;
    width: 30%;
  }
  .share_primary .container .mail .share_btn {
    background: linear-gradient(top, white, #E5E5E5);
    background: -webkit-linear-gradient(top, white, #E5E5E5);
    background: -moz-linear-gradient(top, white, #E5E5E5);
    border: 1px solid #99999a;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    height: 20px;
  }
  .share_primary .container .mail img {
    float: left;
    height: 18px;
    margin-left: 0.5em;
  }
  .share_primary .share_btn a div {
    color: #55565a;
    display: inline-block;
    float: left;
    font-size: 0.875em;
    font-weight: 100;
    line-height: 20px;
    margin-left: 0.3125em;
    margin-right: 0.5em;
    padding: 0;
  }
  .share_secondary .container div {
    width: 2.5em;
    height: 2.5em;
    display: inline-block;
  }
  .share_secondary .container div img {
    width: 100%;
    height: 100%;
  }
  .share_primary .container:after,
  .share_secondary .container:after {
    content: '';
    width: 100%;
    /* Ensures there are at least 2 lines of text, so justification works */
    display: inline-block;
  }
  #modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 500;
  }
  #modal-window {
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    z-index: 600;
  }
  #modal-content {
    background: #000000;
    padding: 5px;
  }
  #modal-close {
    position: absolute;
    width: 24px;
    height: 27px;
    display: block;
    text-indent: -9999px;
    top: -7px;
    right: -7px;
  }
  #media-player .carousel .indicators {
    margin-top: -30px;
  }
  ul.pagination {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    clear: both;
    color: #99999a;
    display: block;
    list-style-type: none;
    padding: 1em;
    text-align: center;
  }
  ul.pagination li {
    display: inline;
    font-size: 0.875em;
    font-weight: 300;
    list-style-type: none;
  }
  ul.pagination li a {
    background-color: #55565a;
    border-radius: 3px;
    color: #fff;
    padding: 0.625em 1.25em;
    text-decoration: none;
  }
  ul.pagination li.next a {
    margin-left: 0.5em;
  }
  ul.pagination li.prev a {
    margin-right: 0.5em;
  }
  .secondary-footer {
    clear: both;
    padding: 0.625em 0;
    margin: 1em 0 0 0;
    text-align: center;
  }
  .secondary-footer a {
    color: #555555;
    padding-left: 0.5em;
    font-size: 1.5em;
    font-weight: 100;
    margin-right: 1em;
  }
  .secondary-footer a:last-child {
    margin-right: 0;
  }
  /* Layout Hacks for the Athletes and Latest News Lists */
  ul.item_list.with_images {
    clear: both;
    padding-left: 0;
    margin: 0;
    padding: 0;
  }
  .item_list.with_images li {
    position: relative;
    list-style: none;
    margin-bottom: 10px;
    *zoom: 1;
  }
  .item_list.with_images li:before,
  .item_list.with_images li:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .item_list.with_images li:after {
    clear: both;
  }
  .item_list.with_images li + li {
    padding-top: 9px;
  }
  .item_list.with_images li a {
    width: 100%;
    display: block;
    color: black;
  }
  .item_list.with_images li a > div {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    float: none;
    height: auto;
    margin: 0 0 0 0.625em;
    position: relative;
    width: 30%;
  }
  .item_list.with_images li a > div img {
    height: auto;
    width: 100%;
  }
  .item_list.with_images li a > div + div {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .item_list.with_images li a > div h1,
  .item_list.with_images li a > div h2,
  .item_list.with_images li a > div h3 {
    display: inline-block;
    width: 100%;
    color: #55565A;
    font-family: sans-serif;
  }
  .item_list.with_images li a > div h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
  }
  .item_list.with_images li a > div h2 {
    font-weight: 100;
  }
  .item_list.with_images li a > div h3 {
    font-weight: 100;
    color: #99999a;
    margin-bottom: 0;
    margin-top: 0;
  }
  div[id^="ooyalaplayer"] {
    width: 100% !important;
  }
  .ad {
    display: none !important;
  }
  .center-block {
    text-align: left;
    padding-left: 5%;
  }
  footer .footer-links {
    font-weight: bold;
    font-size: 14px;
  }
  .footer-header {
    line-height: 25px;
  }
  .pull-right,
  .copyright-info {
    text-align: left;
  }
  .follow {
    display: none !important;
  }
  .module-contents {
    padding-top: 10px;
  }
  .slider .bx-wrapper .bx-viewport .bxslider .carousel-slide .feature-title h3 {
    margin-top: 0;
    text-decoration: none;
    text-align: left;
    color: #003049;
  }
  .slider .bx-wrapper .bx-viewport .bxslider .carousel-slide .feature-title {
    color: #000;
    padding: 20px 0 5px 0;
    text-align: left;
  }
  .sidebar h3,
  .module-titlebar h3 {
    color: #152c53;
  }
  .h3tablet {
    padding-left: 15px;
  }
  .footerlink {
    font-weight: bold;
    font-size: 14px;
    color: #555;
    text-decoration: none;
    position: relative;
    float: left;
    width: 96%;
  }
  .module a .feature-title h3 {
    color: #003049;
  }
  .feature-container .module .img-responsive {
    width: 100%;
    height: auto;
  }
  /* RSS Widget */
  .rss-widget {
    display: inline-block;
    float: right;
    padding-right: 10px;
    font-size: 0.6em;
  }
  .rss-widget.rss-button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 20px;
    max-width: 100%;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    background-color: #F8F8F8;
    background-image: linear-gradient(to bottom, #FFFFFF, #DEDEDE);
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    color: #333333;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    padding: 2px;
    font-weight: bold;
  }
  .rss-widget .rss-label {
    display: none;
  }
  .pagerlarge {
    display: none;
  }
  .module {
    /* float: left; */
    /* position: relative; */
    /* overflow: hidden; */
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .small-center {
    text-align: center;
  }
  #articleList {
    width: 100%;
  }
  #articleList ul.news {
    margin-top: 10px;
  }
  #articleList ul.news li {
    border-top: 1px solid #d9d9d9;
  }
  #articleList ul.news li a {
    display: block;
    font-weight: bold;
    font-size: 1.25em;
    line-height: 1.417em;
    padding-top: 0.5em;
  }
  #articleList ul.news span {
    color: #002464;
    line-height: 3em;
  }
  .white,
  .white a {
    color: #fff;
    text-align: left;
    position: relative;
    float: left;
    margin: 15px;
  }
  .white:link,
  .white a:link,
  .white:visited,
  .white a:visited,
  .white:hover,
  .white a:hover,
  .white:active,
  .white a:active {
    color: #fff;
    text-decoration: none;
  }
  .navsocialicons {
    height: 50px;
  }
  .navsocialicons .fa-2x {
    margin: 15px 13px;
  }
  .col-lg-12 > .col-lg-12.html-unit {
    padding-left: 0;
    padding-right: 0;
  }
  .showcase .showcase-thumbnail-container {
    display: none;
  }
  .showcase .ad-content {
    display: none;
  }
  .image-wrapper a.image-gallery {
    width: 100%;
    position: relative;
  }
  .image-wrapper a.image-gallery img {
    width: 100%;
    height: auto;
  }
  /*
    Athlete-Global-Devices.less
    Defines styles specific to Athlete pages for mobile (Bootstrap medium, small and extra-small) screen sizes 
*/
  ul.thumb-row.athletes {
    float: left;
    background: none;
    padding: 0 0 7px 0;
    width: 90%;
  }
  ul.thumb-row.athletes h4 {
    font-size: 21px;
    color: #002464;
    padding-left: 115px;
  }
  ul.thumb-row.athletes h5 {
    font-size: 18px;
    color: #717073;
    padding-left: 115px;
  }
  ul.thumb-row.athletes .image {
    float: left;
    height: 100%;
    width: auto;
  }
  ul.thumb-row.athletes .image img {
    padding-top: 0;
  }
  ul.thumb-row.athletes > li {
    margin: 20px 0;
    overflow: hidden;
  }
  ul.thumb-row.athletes > li.selected,
  ul.thumb-row.athletes > li:hover,
  ul.thumb-row.athletes > li:focus {
    background-color: #eeeeee;
  }
  /* Athlete Images */
  .athlete.ad {
    padding-left: 0px;
  }
  .athlete.athlete-hero.olympic ul {
    background: url(/content/images/logos/olympic-rings-navy.png) center 20px no-repeat;
  }
  .athlete.athlete-hero.para ul {
    background: url(/content/images/logos/USA_agitos_3_105x49.png) center 20px no-repeat;
  }
  .athlete.athlete-hero ul li {
    color: #363636;
    font-family: 'HelveticaNeueW02-Thin', Arial, Verdana, sans-serif;
    font-size: 1.5em;
    line-height: 1em;
    list-style: none;
  }
  #athlete-profile .athlete-profile-field ul {
    padding-left: 40px;
    margin-bottom: 10px;
    list-style: disc;
  }
  #athlete-profile .athlete-field {
    font-size: 18px;
    line-height: 24px;
  }
  #athlete-profile .separator {
    color: #DFDFDF;
    background-color: #DFDFDF;
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  #athlete-profile .section {
    font-size: 14px;
    line-height: 20px;
  }
  #athlete-profile .section .header {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #athlete-profile .section .olympic-event {
    float: right;
    margin-bottom: 5px;
  }
  #athlete-news {
    border-right-width: 0px;
  }
  #athlete-news div.search-bar-top {
    background: none;
  }
  #athlete-videos .video-preview .video-details {
    width: 100% !important;
  }
  #athlete-videos .video-section-label {
    display: none;
  }
  .search-bar-top-athletes {
    height: 53px;
    background: none;
  }
  .search-bar-top-athletes .search-bar-top-athletes-labeled .search-bar-top-athletes-label-mandatory {
    display: block;
    text-align: left;
    padding-left: 10px;
    margin-bottom: 0;
  }
  .search-bar-top-athletes .search-bar-top-athletes-labeled .athlete-select {
    border-radius: 12px;
    border: 2px inset #eeeeee;
    box-shadow: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23465875%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  }
  .search-bar-top-athletes .search-bar-top-athletes-labeled .athlete-searchbox {
    margin: 12px 5px 0 5px;
    background: none;
  }
  .search-bar-top-athletes .search-bar-top-athletes-labeled .athlete-searchbox input[type=text] {
    background: url(/content/images/search.png) 95% no-repeat;
    height: 29px;
  }
  .search-bar-top-athletes .search-bar-top-athletes-clear {
    float: left;
  }
  .search-bar-top-athletes .search-bar-top-athletes-clear .fa-times {
    margin-top: 16px;
  }
  #athleteList h3 {
    font-size: 1.5em;
  }
  #event-search-filter-advanced-area,
  #MobileEventSearchControls {
    background: #004C97;
  }
  #event-search-filter-advanced-area fieldset {
    width: max-content;
  }
  #event-search-filter-advanced-area .search-section {
    border: none;
  }
  #event-search-filter-advanced-area .eventtypeblock {
    margin: 15px;
  }
  #event-search-filter-advanced-area .eventtypeblock input[type=checkbox] {
    transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    padding: 10px;
    margin-right: 10px;
    margin-left: 0px;
    position: relative;
  }
  .event-filter-row {
    display: block;
  }
  .event-filter-cell {
    display: block;
    text-align: left;
    padding: 0 5px 0;
    color: #fff;
  }
  .event-filter-cell label,
  .event-filter-cell p,
  .event-filter-cell a,
  .event-filter-cell a:link {
    color: #fff;
  }
  .event-filter-cell .event-filter-control {
    width: 100%;
    display: block;
    margin: 5px 0 5px;
  }
  .event-filter-cell #zipcode,
  .event-filter-cell #Radius {
    display: inline;
    margin-right: 5px;
    margin-top: 5px;
    width: auto;
  }
  .event-filter-cell #date-range-seperator {
    display: inline;
    margin: 0 10px 0;
  }
  .event-filter-cell #StateId,
  .event-filter-cell #CountryId {
    display: block;
    margin-bottom: 5px;
  }
  #MobileSearchControlRow {
    display: block;
    height: 35px;
  }
  #MobileSearchControlRow #MobileEventSearchControls {
    display: block;
    padding-top: 5px;
  }
  #MobileSearchControlRow #MobileEventSearchControls .mobile-search-control {
    display: inline-block;
    margin: 0 5px 0;
    float: right;
  }
  #MobileSearchControlRow #MobileEventSearchControls label,
  #MobileSearchControlRow #MobileEventSearchControls p,
  #MobileSearchControlRow #MobileEventSearchControls a,
  #MobileSearchControlRow #MobileEventSearchControls a:link {
    color: #fff;
  }
  #MobileSearchControlRow #MobileEventSearchControls #MobileAdvancedExpandButton {
    display: block;
    text-align: right;
  }
  #MobileSearchControlRow #MobileEventSearchControls #MobileAdvancedExpandButton #MobileExpanderIcon {
    padding-left: 5px;
  }
  #DesktopSearchControls,
  #DesktopExpanderRow {
    display: none;
  }
  #AdvancedExpandButton {
    display: none;
  }
  #EventSearchAdvancedPanel {
    color: white;
  }
  #EventSearchAdvancedPanel a {
    color: white;
  }
  .event-badge {
    border: none;
    padding: 5px 15px;
  }
  .event-badge .module-titlebar {
    background-image: none;
    padding-bottom: 10px;
  }
  .event-badge .module-titlebar h3 {
    color: #002464;
    font-size: 1.5em;
    float: left;
    margin: 0;
  }
  .event-badge .feed-list .list-item .label {
    width: 45%;
  }
  .event-badge .feed-list .list-item .detail {
    width: 45%;
  }
  /* Social commenting - xs -> md sizes */
  .comment-group .panel.panel-default {
    border: none;
  }
  .comment-group .panel.panel-default .comment-header {
    width: 100%;
  }
  .comment-group .panel.panel-default .comment-header h5 {
    font-size: 1.5em;
    float: left;
    width: 100%;
  }
  .comment-group .panel.panel-default .comment-header h5 a i {
    padding-right: 15px;
  }
  #goldmap #video-box {
    width: 100%;
    background: black;
  }
  #goldmap .logo-image {
    max-height: 350px;
  }
  #goldmap .hero-overlay {
    background-color: #fff;
    position: relative;
    width: 100%;
    height: auto;
  }
  #goldmap h2.section-header {
    color: #002464;
    font-size: 1.3em;
    font-weight: bold;
    font-family: "HelveticaNeueW01-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  #goldmap section {
    padding-left: 15px;
  }
  #goldmap section span {
    display: inline-block;
    padding: 0 5px;
  }
  /* 
    Microsite content stylings for device sizes less than 
    desktop/lg. 
*/
  #microsite-content-2x1-with-features #title-row h2 {
    color: #002464;
    margin-top: 0;
  }
  #microsite-content-2x1-with-features #title-row .hero-overlay {
    background-color: #fff;
    position: relative;
    padding: 15px;
    width: 100%;
    height: auto;
  }
  #microsite-content-2x1-with-features #title-row img {
    height: auto;
    width: 100%;
  }
  #microsite-content-2x1-with-features h2.section-header {
    color: #002464;
    padding: 0 15px 5px 0px;
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 0;
  }
  #microsite-content-2x1-with-features article a {
    color: #428bca;
  }
  #microsite-content-2x1-with-features article a:hover,
  #microsite-content-2x1-with-features article a:focus {
    color: #002464;
    background-color: #fff;
    text-decoration: underline;
  }
  #microsite-content-2x1-with-features article h2 {
    color: #428bca;
  }
  #microsite-content-2x1-with-features article img {
    width: 100%;
    height: auto;
  }
  #microsite-content-2x2 article figure img {
    width: 100%;
    height: auto;
  }
  #microsite-content-2x2 header#main-content-header {
    display: block!important;
  }
  /*
    Module stylings for device sizes up to large/desktop.
*/
  .module .module-titlebar h3 {
    font-size: 21px;
    background-color: transparent;
    float: left;
  }
  .module .module-titlebar a {
    color: #fff;
    background-color: transparent;
    float: right;
    font-family: 'HelveticaNeueW01-45Ligh', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  .module .module-titlebar a.more-link {
    color: #004C97;
  }
  .module .module-contents ul li {
    margin-bottom: 10px;
  }
  .module .module-contents .col-xs-12 a img {
    width: 100% !important;
    height: auto !important;
  }
  .module .module-contents .default-item a img {
    width: 100%;
  }
  .module .module-contents .default-item a h4,
  .module .module-contents .default-item a h5 {
    color: #002464;
  }
  .module .module-contents .default-item a p {
    color: #333333;
  }
  .module .module-contents .default-item a:hover {
    text-decoration: underline;
  }
  .pager {
    clear: both;
    display: block;
    font-size: 1.2em;
    padding: 20px 0 40px 0;
    background: url(/content/images/backgrounds/header-shadow.png) #fff 0 -4px repeat-x;
    text-align: center;
  }
  .pager a {
    display: inline;
    font-size: 1.4em;
    padding: 0 7px;
  }
  .pager a.current {
    font-weight: bold;
  }
  .pager a.pager-next,
  .pager a.pager-previous {
    display: inline-block;
    padding: 0 12px;
  }
  .pager a.pager-next {
    margin-left: 10px;
  }
  .pager a.pager-previous {
    margin-right: 10px;
  }
  ul.left-nav > li {
    font-size: 1.25em;
  }
  ul.left-nav li {
    list-style: none;
    font-weight: bold;
  }
  ul.left-nav li a {
    display: block;
    height: 100%;
    color: #152c53;
    position: relative;
    border-radius: 0 20px 20px 0;
    padding-left: 25px;
    padding-bottom: 7px;
    padding-top: 7px;
  }
  ul.left-nav li.selected {
    background: url(/content/images/backgrounds/selected-arrow-navy-gradient.png) 0 0 no-repeat;
  }
  ul.left-nav li.selected a {
    color: #fff;
    text-decoration: none;
    z-index: 100;
  }
  /* Video Styles */
  .video-landing .video-search-and-sort {
    float: none;
  }
  .pressbox .pressbox-tabs-mobile-seperator {
    height: 5px;
    background-color: #DDD;
  }
  .pressbox .pressbox-tabs-mobile-seperator .selected {
    background-color: #004C97;
    height: 5px;
  }
  .pressbox .tab-content .pressbox-filters {
    background-color: white;
  }
  .pressbox .tab-content .pressbox-filters .filter.keyword {
    margin-bottom: 5px;
  }
  .pressbox .tab-content .pressbox-filters #pressbox-filter-advanced-area {
    background: #004C97;
  }
  .pressbox .tab-content .pressbox-filters #pressbox-filter-advanced-area #MobileFilterControlRow {
    display: block;
    height: 35px;
  }
  .pressbox .tab-content .pressbox-filters #pressbox-filter-advanced-area #MobileFilterControlRow #MobilePressboxFilterControls {
    background: #004C97;
    display: block;
    padding-top: 5px;
  }
  .pressbox .tab-content .pressbox-filters #pressbox-filter-advanced-area #MobileFilterControlRow #MobilePressboxFilterControls .mobile-filter-control {
    margin: 0 5px 0;
    float: right;
    display: inline-block;
  }
  .pressbox .tab-content .pressbox-filters #pressbox-filter-advanced-area #MobileFilterControlRow #MobilePressboxFilterControls a,
  .pressbox .tab-content .pressbox-filters #pressbox-filter-advanced-area #MobileFilterControlRow #MobilePressboxFilterControls a:link {
    color: white;
  }
  .pressbox .tab-content .pressbox-filters #pressbox-filter-advanced-area #MobileFilterControlRow #MobilePressboxFilterControls #MobileAdvancedExpandButton {
    display: block;
    text-align: right;
  }
  .pressbox .tab-content .pressbox-filters #pressbox-filter-advanced-area #MobileFilterControlRow #MobilePressboxFilterControls #MobileExpanderIcon {
    padding-left: 5px;
  }
  .pressbox .tab-content .pressbox-filters #pressbox-filter-advanced-area #PressboxFilterAdvancedPanel {
    color: white;
    display: none;
  }
  .pressbox .tab-content .pressbox-filters #pressbox-filter-advanced-area #PressboxFilterAdvancedPanel .sport-dropdown {
    width: 90%;
    color: black;
  }
  .pressbox .tab-content .pressbox-filters #pressbox-filter-advanced-area #PressboxFilterAdvancedPanel .filter {
    color: black;
    margin-bottom: 5px;
  }
  .pressbox .tab-content .pressbox-list-title-row .rss-widget {
    font-size: 0.7em;
    margin-top: 0;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .item_list li {
    display: block;
    padding: 0;
    margin: 0;
    float: none;
    width: 100%;
  }
}
/* Begin styles for medium screens (tablets) | Ben - screen-sm-min=768px and screen-md-max=1200px */
@media (min-width: 768px) and (max-width: 1199px) {
  /*****************************
     *  Basic SubLayout Elements *
     *****************************/
  /*override bootstrap padding to create a 15px gutter for sidebars*/
  .left-sidebar {
    text-align: left;
    padding-right: 0;
  }
  .navbar .navbar-toggle {
    display: block;
  }
  .image-padding {
    padding: 0 5px 0 0;
  }
  ul.dropdown-menu {
    position: static;
    border: none;
    box-shadow: none;
  }
  ul.dropdown-menu li a {
    padding-left: 0;
  }
  .chevron {
    float: right;
    color: #8AADCF;
    margin-right: 7px !important;
  }
  .chevron-right-desktop {
    float: right;
    color: #8AADCF;
    margin-right: 7px !important;
  }
  .chevron-down-desktop {
    float: right;
    color: #8AADCF;
    margin-right: 7px !important;
  }
  .event-cell-5 {
    display: none !important;
  }
  .striped-grid-item {
    padding: 0 4px;
  }
  /* hide the advanced area entirely: */
  .sidebar h3,
  .module-titlebar h3 {
    color: #152c53;
  }
  .dropdown-menu > li > a {
    white-space: normal;
  }
  .footer,
  .copyright-info {
    width: 75%;
    text-align: center;
  }
  .small,
  .pull-right,
  .copyright-info {
    text-align: center;
  }
  .shift-nav-left {
    left: 4%;
  }
  #mobile-footer {
    text-align: left;
  }
  /*
    Athlete-Tablet.less
    Defines styles specific to Athlete pages for tablet (Bootstrap small and medium) screen sizes 
*/
  .athlete-bio-body .athlete-header-container .athlete-header .athlete-hero-container {
    width: 100%;
    height: 275px;
    overflow-y: hidden;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .athlete-hero-container img.athlete-hero {
    width: 100%;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .athlete-headshot-container {
    padding: 3px;
    position: absolute;
    left: 45px;
    top: 100px;
    float: left;
    background-color: white;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .athlete-nameplate {
    margin-left: 200px;
    margin-right: 200px;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .athlete-nameplate .athlete-name {
    font-family: "HelveticaNeueW01-77BdCn_692722", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 35px;
    font-weight: 900;
    color: #152c53;
    float: left;
    text-transform: uppercase;
    margin-bottom: -10px;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .athlete-nameplate .athlete-flag-container {
    float: left;
    padding: 10px 5px 0;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .athlete-nameplate .athlete-flag-container img.athlete-flag {
    height: 35px;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .athlete-nameplate .athlete-sports {
    float: left;
    clear: both;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .athlete-nameplate .athlete-sports .athlete-sport-subtitle {
    font-size: 20px;
    text-transform: uppercase;
    height: 35px;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .athlete-nameplate .athlete-sports .athlete-sport-subtitle a {
    color: inherit;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .athlete-nameplate .athlete-sports .athlete-sport-subtitle .discipline-pictogram-container {
    display: inline-block;
    background-color: #002464;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 30px;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .athlete-nameplate .athlete-sports .athlete-sport-subtitle .discipline-pictogram-container img {
    height: 25px;
    width: 25px;
    vertical-align: middle;
    -webkit-filter: brightness(200%);
    margin-bottom: 4px;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .athlete-nameplate .athlete-discipline {
    font-size: 15px;
    text-transform: uppercase;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .olympic-experience-container {
    width: 180px;
    position: absolute;
    right: 50px;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .olympic-experience-container .medals {
    padding-left: 15px;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .olympic-experience-container .center-content .athlete-medal-container {
    height: 60px;
    float: left;
    text-align: center;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .olympic-experience-container .center-content .athlete-medal-container .athlete-medal {
    width: 50px;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .olympic-experience-container .center-content .athlete-medal-container .medal-count {
    color: white;
    font-family: "HelveticaNeueW01-77BdCn_692722", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    position: relative;
    top: -34px;
    width: 48px;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .olympic-experience-container .center-content .athlete-type {
    font-size: 15px;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .olympic-experience-container .center-content .olympic-years {
    font-size: 15px;
  }
  .athlete-bio-body .athlete-navigation {
    margin-bottom: 20px;
  }
  .athlete-bio-body .athlete-navigation ul.left-nav li a {
    float: left;
    padding: 0 15px 10px 0;
  }
  .athlete-bio-body .athlete-navigation ul.left-nav li .athlete-nav-divider {
    float: left;
    padding-right: 20px;
  }
  .athlete-bio-body .athlete-navigation ul.left-nav li.selected a {
    padding: 0 15px 10px 0;
    color: red;
  }
  .athlete-bio-body .follow-athlete {
    text-align: left;
  }
  .athlete-bio-body .follow-athlete .athlete-social-icons {
    text-align: left;
  }
  /*
    Defines styles specific to dynamic ads for sm and md screen sizes.
*/
  /*
TODO: These Tablet Ad styles are needed because the bootstrap scaffolding has not been adhered to.
    This means that as Ads are rendered in different areas, they may not line up consistently.  These
    selectors target very specific scenarios to correct margins, padding and alignment of ads and should
    eventually be removed once the Boostrap framework is fully implemented.
*/
  /*.ad-tablet {
    overflow: hidden;
    padding: 10px 2px;

    [id^=div-gpt-ad] {
        width: 100%;

        iframe[id*=_728x90_] {
            -moz-transform: scale(0.68);
            -moz-transform-origin: 0 0;
            -o-transform: scale(0.68);
            -o-transform-origin: 0 0;
            -webkit-transform: scale(0.68);
            transform: scale(0.68);
            -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
        }
    }
}
*/
  #home-inner-sublayout .ad-tablet {
    overflow: hidden;
    padding: 10px 2px;
  }
  #home-inner-sublayout .ad-tablet [id^=div-gpt-ad] {
    width: 100%;
    margin: 0 auto;
  }
  .ad-tablet-banner {
    text-align: center;
    margin-bottom: 15px;
  }
  .ad-tablet-banner [id^=div-gpt-ad] {
    margin: 0 auto;
  }
  /* Video Styles */
  .video-landing {
    /*.oo-logo img {
        max-height: 50px !important;
        height: 50px !important;
        width: 50px !important;
    }

    .oo-player-container .oo-control-bar .oo-control-bar-items-wrapper {
        margin-top: 0 !important;
    }*/
  }
  .video-landing .video-preview {
    min-height: 360px;
  }
  /* Video Display */
  .video-display {
    /*.oo-logo img {
        max-height: 50px !important;
        height: 50px !important;
        width: 50px !important;
    }

    .oo-player-container .oo-control-bar .oo-control-bar-items-wrapper {
        margin-top: 0 !important;
    }*/
  }
  div[class^="mosaic-grid-"] div[class^="mosaic-grid-layout"] {
    overflow: hidden;
  }
  div[class^="mosaic-grid-"] div[class^="mosaic-grid-layout"] .mosaic-viewport {
    overflow: hidden;
    border-radius: 10px;
  }
  div[class^="mosaic-grid-"] div[class^="mosaic-grid-layout"] .mosaic-viewport img.mosaic-img-crop-horizontal {
    position: relative;
    height: 100%;
    width: auto;
  }
  div[class^="mosaic-grid-"] div[class^="mosaic-grid-layout"] .mosaic-viewport img.mosaic-img-crop-vertical {
    position: relative;
    width: 100%;
    height: auto;
  }
  /*These are the grid layouts for when the mosaic is placed in a normal sized content area*/
  .mosaic-grid-6 {
    /* ---- grid-item theme 1 ---- */
    /* ---- grid-item theme 2 ---- */
    /* ---- grid-item theme 3 ---- */
    /* ---- grid-item theme 4 ---- */
    /* ---- grid-item theme 5 ---- */
  }
  .mosaic-grid-6 .mosaic-grid-layout1-sizer,
  .mosaic-grid-6 .mosaic-grid-layout1-item {
    width: 25%;
  }
  .mosaic-grid-6 .mosaic-grid-layout1-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-6 .mosaic-grid-layout1-item .mosaic-viewport {
    height: 171px;
  }
  .mosaic-grid-6 .mosaic-grid-layout1-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .mosaic-grid-6 .mosaic-grid-layout1-item1 {
    width: 50%;
    height: 350px;
  }
  .mosaic-grid-6 .mosaic-grid-layout1-item1 .mosaic-viewport {
    height: 346px;
  }
  .mosaic-grid-6 .mosaic-grid-layout1-item6 {
    display: none;
  }
  .mosaic-grid-6 .mosaic-grid-layout2-sizer,
  .mosaic-grid-6 .mosaic-grid-layout2-item {
    width: 25%;
  }
  .mosaic-grid-6 .mosaic-grid-layout2-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-6 .mosaic-grid-layout2-item .mosaic-viewport {
    height: 171px;
  }
  .mosaic-grid-6 .mosaic-grid-layout2-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .mosaic-grid-6 .mosaic-grid-layout2-item2 {
    width: 50%;
    height: 350px;
  }
  .mosaic-grid-6 .mosaic-grid-layout2-item2 .mosaic-viewport {
    height: 346px;
  }
  .mosaic-grid-6 .mosaic-grid-layout2-item6 {
    display: none;
  }
  .mosaic-grid-6 .mosaic-grid-layout3-sizer,
  .mosaic-grid-6 .mosaic-grid-layout3-item {
    width: 33%;
  }
  .mosaic-grid-6 .mosaic-grid-layout3-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-6 .mosaic-grid-layout3-item .mosaic-viewport {
    height: 171px;
  }
  .mosaic-grid-6 .mosaic-grid-layout3-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .mosaic-grid-6 .mosaic-grid-layout3-item2 {
    width: 66%;
    height: 350px;
  }
  .mosaic-grid-6 .mosaic-grid-layout3-item2 .mosaic-viewport {
    height: 346px;
  }
  .mosaic-grid-6 .mosaic-grid-layout3-item4 {
    display: none;
  }
  .mosaic-grid-6 .mosaic-grid-layout3-item5 {
    display: none;
  }
  .mosaic-grid-6 .mosaic-grid-layout3-item6 {
    display: none;
  }
  .mosaic-grid-6 .mosaic-grid-layout4-sizer,
  .mosaic-grid-6 .mosaic-grid-layout4-item {
    width: 33%;
  }
  .mosaic-grid-6 .mosaic-grid-layout4-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-6 .mosaic-grid-layout4-item .mosaic-viewport {
    height: 171px;
  }
  .mosaic-grid-6 .mosaic-grid-layout4-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .mosaic-grid-6 .mosaic-grid-layout4-item1 {
    width: 66%;
    height: 350px;
  }
  .mosaic-grid-6 .mosaic-grid-layout4-item1 .mosaic-viewport {
    height: 346px;
  }
  .mosaic-grid-6 .mosaic-grid-layout4-item4 {
    display: none;
  }
  .mosaic-grid-6 .mosaic-grid-layout4-item5 {
    display: none;
  }
  .mosaic-grid-6 .mosaic-grid-layout4-item6 {
    display: none;
  }
  .mosaic-grid-6 .mosaic-grid-layout5-sizer,
  .mosaic-grid-6 .mosaic-grid-layout5-item {
    width: 33%;
  }
  .mosaic-grid-6 .mosaic-grid-layout5-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-6 .mosaic-grid-layout5-item .mosaic-viewport {
    height: 171px;
  }
  .mosaic-grid-6 .mosaic-grid-layout5-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .mosaic-grid-10 {
    /* ---- grid-item theme 1 ---- */
    /* ---- grid-item theme 2 ---- */
    /* ---- grid-item theme 3 ---- */
    /* ---- grid-item theme 4 ---- */
    /* ---- grid-item theme 5 ---- */
  }
  .mosaic-grid-10 .mosaic-grid-layout1-sizer,
  .mosaic-grid-10 .mosaic-grid-layout1-item {
    width: 25%;
  }
  .mosaic-grid-10 .mosaic-grid-layout1-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-10 .mosaic-grid-layout1-item .mosaic-viewport {
    height: 171px;
  }
  .mosaic-grid-10 .mosaic-grid-layout1-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .mosaic-grid-10 .mosaic-grid-layout1-item1 {
    width: 50%;
    height: 350px;
  }
  .mosaic-grid-10 .mosaic-grid-layout1-item1 .mosaic-viewport {
    height: 346px;
  }
  .mosaic-grid-10 .mosaic-grid-layout1-item7 {
    width: 50%;
    height: 350px;
  }
  .mosaic-grid-10 .mosaic-grid-layout1-item7 .mosaic-viewport {
    height: 346px;
  }
  .mosaic-grid-10 .mosaic-grid-layout2-sizer,
  .mosaic-grid-10 .mosaic-grid-layout2-item {
    width: 25%;
  }
  .mosaic-grid-10 .mosaic-grid-layout2-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-10 .mosaic-grid-layout2-item .mosaic-viewport {
    height: 171px;
  }
  .mosaic-grid-10 .mosaic-grid-layout2-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .mosaic-grid-10 .mosaic-grid-layout2-item3 {
    width: 50%;
    height: 350px;
  }
  .mosaic-grid-10 .mosaic-grid-layout2-item3 .mosaic-viewport {
    height: 346px;
  }
  .mosaic-grid-10 .mosaic-grid-layout2-item7 {
    width: 75%;
    height: 350px;
  }
  .mosaic-grid-10 .mosaic-grid-layout2-item7 .mosaic-viewport {
    height: 346px;
  }
  .mosaic-grid-10 .mosaic-grid-layout2-item9 {
    display: none;
  }
  .mosaic-grid-10 .mosaic-grid-layout2-item10 {
    display: none;
  }
  .mosaic-grid-10 .mosaic-grid-layout3-sizer,
  .mosaic-grid-10 .mosaic-grid-layout3-item {
    width: 33%;
  }
  .mosaic-grid-10 .mosaic-grid-layout3-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-10 .mosaic-grid-layout3-item .mosaic-viewport {
    height: 171px;
  }
  .mosaic-grid-10 .mosaic-grid-layout3-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .mosaic-grid-10 .mosaic-grid-layout3-item5 {
    width: 66%;
    height: 350px;
  }
  .mosaic-grid-10 .mosaic-grid-layout3-item5 .mosaic-viewport {
    height: 346px;
  }
  .mosaic-grid-10 .mosaic-grid-layout3-item10 {
    display: none;
  }
  .mosaic-grid-10 .mosaic-grid-layout4-sizer,
  .mosaic-grid-10 .mosaic-grid-layout4-item {
    width: 33%;
  }
  .mosaic-grid-10 .mosaic-grid-layout4-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-10 .mosaic-grid-layout4-item .mosaic-viewport {
    height: 171px;
  }
  .mosaic-grid-10 .mosaic-grid-layout4-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .mosaic-grid-10 .mosaic-grid-layout4-item1 {
    width: 66%;
    height: 350px;
  }
  .mosaic-grid-10 .mosaic-grid-layout4-item1 .mosaic-viewport {
    height: 346px;
  }
  .mosaic-grid-10 .mosaic-grid-layout4-item10 {
    display: none;
  }
  .mosaic-grid-10 .mosaic-grid-layout5-sizer,
  .mosaic-grid-10 .mosaic-grid-layout5-item {
    width: 33%;
  }
  .mosaic-grid-10 .mosaic-grid-layout5-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-10 .mosaic-grid-layout5-item .mosaic-viewport {
    height: 171px;
  }
  .mosaic-grid-10 .mosaic-grid-layout5-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .mosaic-grid-10 .mosaic-grid-layout5-item2 {
    width: 66%;
    height: 350px;
  }
  .mosaic-grid-10 .mosaic-grid-layout5-item2 .mosaic-viewport {
    height: 346px;
  }
  .mosaic-grid-10 .mosaic-grid-layout5-item10 {
    display: none;
  }
  .mosaic-grid-14 {
    /* ---- grid-item theme 1 ---- */
    /* ---- grid-item theme 2 ---- */
    /* ---- grid-item theme 3 ---- */
    /* ---- grid-item theme 4 ---- */
    /* ---- grid-item theme 5 ---- */
  }
  .mosaic-grid-14 .mosaic-grid-layout1-sizer,
  .mosaic-grid-14 .mosaic-grid-layout1-item {
    width: 25%;
  }
  .mosaic-grid-14 .mosaic-grid-layout1-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-14 .mosaic-grid-layout1-item .mosaic-viewport {
    height: 171px;
  }
  .mosaic-grid-14 .mosaic-grid-layout1-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .mosaic-grid-14 .mosaic-grid-layout1-item1 {
    width: 50%;
    height: 350px;
  }
  .mosaic-grid-14 .mosaic-grid-layout1-item1 .mosaic-viewport {
    height: 346px;
  }
  .mosaic-grid-14 .mosaic-grid-layout1-item7 {
    width: 50%;
    height: 350px;
  }
  .mosaic-grid-14 .mosaic-grid-layout1-item7 .mosaic-viewport {
    height: 346px;
  }
  .mosaic-grid-14 .mosaic-grid-layout2-sizer,
  .mosaic-grid-14 .mosaic-grid-layout2-item {
    width: 25%;
  }
  .mosaic-grid-14 .mosaic-grid-layout2-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-14 .mosaic-grid-layout2-item .mosaic-viewport {
    height: 171px;
  }
  .mosaic-grid-14 .mosaic-grid-layout2-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .mosaic-grid-14 .mosaic-grid-layout2-item3 {
    width: 50%;
    height: 350px;
  }
  .mosaic-grid-14 .mosaic-grid-layout2-item3 .mosaic-viewport {
    height: 346px;
  }
  .mosaic-grid-14 .mosaic-grid-layout2-item6 {
    width: 75%;
    height: 350px;
  }
  .mosaic-grid-14 .mosaic-grid-layout2-item6 .mosaic-viewport {
    height: 346px;
  }
  .mosaic-grid-14 .mosaic-grid-layout2-item13 {
    display: none;
  }
  .mosaic-grid-14 .mosaic-grid-layout2-item14 {
    display: none;
  }
  .mosaic-grid-14 .mosaic-grid-layout3-sizer,
  .mosaic-grid-14 .mosaic-grid-layout3-item {
    width: 33%;
  }
  .mosaic-grid-14 .mosaic-grid-layout3-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-14 .mosaic-grid-layout3-item .mosaic-viewport {
    height: 171px;
  }
  .mosaic-grid-14 .mosaic-grid-layout3-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .mosaic-grid-14 .mosaic-grid-layout3-item5 {
    width: 66%;
    height: 350px;
  }
  .mosaic-grid-14 .mosaic-grid-layout3-item5 .mosaic-viewport {
    height: 346px;
  }
  .mosaic-grid-14 .mosaic-grid-layout3-item13 {
    display: none;
  }
  .mosaic-grid-14 .mosaic-grid-layout3-item14 {
    display: none;
  }
  .mosaic-grid-14 .mosaic-grid-layout4-sizer,
  .mosaic-grid-14 .mosaic-grid-layout4-item {
    width: 33%;
  }
  .mosaic-grid-14 .mosaic-grid-layout4-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-14 .mosaic-grid-layout4-item .mosaic-viewport {
    height: 175px;
  }
  .mosaic-grid-14 .mosaic-grid-layout4-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .mosaic-grid-14 .mosaic-grid-layout4-item1 {
    width: 66%;
    height: 350px;
  }
  .mosaic-grid-14 .mosaic-grid-layout4-item1 .mosaic-viewport {
    height: 346px;
  }
  .mosaic-grid-14 .mosaic-grid-layout4-item6 {
    width: 66%;
    height: 350px;
  }
  .mosaic-grid-14 .mosaic-grid-layout4-item6 .mosaic-viewport {
    height: 346px;
  }
  .mosaic-grid-14 .mosaic-grid-layout4-item10 {
    display: none;
  }
  .mosaic-grid-14 .mosaic-grid-layout4-item11 {
    display: none;
  }
  .mosaic-grid-14 .mosaic-grid-layout4-item12 {
    display: none;
  }
  .mosaic-grid-14 .mosaic-grid-layout4-item13 {
    display: none;
  }
  .mosaic-grid-14 .mosaic-grid-layout4-item14 {
    display: none;
  }
  .mosaic-grid-14 .mosaic-grid-layout5-sizer,
  .mosaic-grid-14 .mosaic-grid-layout5-item {
    width: 33%;
  }
  .mosaic-grid-14 .mosaic-grid-layout5-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-14 .mosaic-grid-layout5-item .mosaic-viewport {
    height: 171px;
  }
  .mosaic-grid-14 .mosaic-grid-layout5-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .mosaic-grid-14 .mosaic-grid-layout5-item1 {
    width: 66%;
    height: 350px;
  }
  .mosaic-grid-14 .mosaic-grid-layout5-item1 .mosaic-viewport {
    height: 346px;
  }
  .mosaic-grid-14 .mosaic-grid-layout5-item8 {
    width: 66%;
    height: 350px;
  }
  .mosaic-grid-14 .mosaic-grid-layout5-item8 .mosaic-viewport {
    height: 346px;
  }
  .mosaic-grid-14 .mosaic-grid-layout5-item10 {
    display: none;
  }
  .mosaic-grid-14 .mosaic-grid-layout5-item11 {
    display: none;
  }
  .mosaic-grid-14 .mosaic-grid-layout5-item12 {
    display: none;
  }
  .mosaic-grid-14 .mosaic-grid-layout5-item13 {
    display: none;
  }
  .mosaic-grid-14 .mosaic-grid-layout5-item14 {
    display: none;
  }
  /*These are the layouts for the mosaic when it is placed in the left or right rail.  
  In this case we want to only use 3 column layouts due to the size constraint*/
  .sidebar .mosaic-grid-6 {
    /* ---- grid-item theme 1 ---- */
    /* ---- grid-item theme 2 ---- */
    /* ---- grid-item theme 3 ---- */
    /* ---- grid-item theme 4 ---- */
    /* ---- grid-item theme 5 ---- */
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout1-sizer,
  .sidebar .mosaic-grid-6 .mosaic-grid-layout1-item {
    width: 33%;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout1-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout1-item .mosaic-viewport {
    height: 171px;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout1-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout1-item1 {
    width: 66%;
    height: 350px;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout1-item1 .mosaic-viewport {
    height: 346px;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout1-item4 {
    display: none;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout1-item5 {
    display: none;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout1-item6 {
    display: none;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout2-sizer,
  .sidebar .mosaic-grid-6 .mosaic-grid-layout2-item {
    width: 33%;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout2-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout2-item .mosaic-viewport {
    height: 171px;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout2-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout3-sizer,
  .sidebar .mosaic-grid-6 .mosaic-grid-layout3-item {
    width: 33%;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout3-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout3-item .mosaic-viewport {
    height: 171px;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout3-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout3-item2 {
    width: 66%;
    height: 350px;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout3-item2 .mosaic-viewport {
    height: 346px;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout3-item4 {
    display: none;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout3-item5 {
    display: none;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout3-item6 {
    display: none;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout4-sizer,
  .sidebar .mosaic-grid-6 .mosaic-grid-layout4-item {
    width: 33%;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout4-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout4-item .mosaic-viewport {
    height: 171px;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout4-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout4-item1 {
    width: 66%;
    height: 350px;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout4-item1 .mosaic-viewport {
    height: 346px;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout4-item4 {
    display: none;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout4-item5 {
    display: none;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout4-item6 {
    display: none;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout5-sizer,
  .sidebar .mosaic-grid-6 .mosaic-grid-layout5-item {
    width: 33%;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout5-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout5-item .mosaic-viewport {
    height: 171px;
  }
  .sidebar .mosaic-grid-6 .mosaic-grid-layout5-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar .mosaic-grid-10 {
    /* ---- grid-item theme 1 ---- */
    /* ---- grid-item theme 2 ---- */
    /* ---- grid-item theme 3 ---- */
    /* ---- grid-item theme 4 ---- */
    /* ---- grid-item theme 5 ---- */
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout1-sizer,
  .sidebar .mosaic-grid-10 .mosaic-grid-layout1-item {
    width: 33%;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout1-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout1-item .mosaic-viewport {
    height: 171px;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout1-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout1-item1 {
    width: 66%;
    height: 350px;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout1-item1 .mosaic-viewport {
    height: 346px;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout1-item10 {
    display: none;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout2-sizer,
  .sidebar .mosaic-grid-10 .mosaic-grid-layout2-item {
    width: 33%;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout2-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout2-item .mosaic-viewport {
    height: 171px;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout2-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout2-item2 {
    width: 66%;
    height: 350px;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout2-item2 .mosaic-viewport {
    height: 346px;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout2-item10 {
    display: none;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout3-sizer,
  .sidebar .mosaic-grid-10 .mosaic-grid-layout3-item {
    width: 33%;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout3-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout3-item .mosaic-viewport {
    height: 171px;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout3-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout3-item5 {
    width: 66%;
    height: 350px;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout3-item5 .mosaic-viewport {
    height: 346px;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout3-item10 {
    display: none;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout4-sizer,
  .sidebar .mosaic-grid-10 .mosaic-grid-layout4-item {
    width: 33%;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout4-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout4-item .mosaic-viewport {
    height: 171px;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout4-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout4-item1 {
    width: 66%;
    height: 350px;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout4-item1 .mosaic-viewport {
    height: 346px;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout4-item10 {
    display: none;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout5-sizer,
  .sidebar .mosaic-grid-10 .mosaic-grid-layout5-item {
    width: 33%;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout5-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout5-item .mosaic-viewport {
    height: 171px;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout5-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout5-item2 {
    width: 66%;
    height: 350px;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout5-item2 .mosaic-viewport {
    height: 346px;
  }
  .sidebar .mosaic-grid-10 .mosaic-grid-layout5-item10 {
    display: none;
  }
  .sidebar .mosaic-grid-14 {
    /* ---- grid-item theme 1 ---- */
    /* ---- grid-item theme 2 ---- */
    /* ---- grid-item theme 3 ---- */
    /* ---- grid-item theme 4 ---- */
    /* ---- grid-item theme 5 ---- */
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout1-sizer,
  .sidebar .mosaic-grid-14 .mosaic-grid-layout1-item {
    width: 33%;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout1-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout1-item .mosaic-viewport {
    height: 175px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout1-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout1-item1 {
    width: 66%;
    height: 350px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout1-item1 .mosaic-viewport {
    height: 346px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout1-item6 {
    width: 66%;
    height: 350px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout1-item6 .mosaic-viewport {
    height: 346px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout1-item10 {
    display: none;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout1-item11 {
    display: none;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout1-item12 {
    display: none;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout1-item13 {
    display: none;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout1-item14 {
    display: none;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout2-sizer,
  .sidebar .mosaic-grid-14 .mosaic-grid-layout2-item {
    width: 33%;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout2-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout2-item .mosaic-viewport {
    height: 171px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout2-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout2-item1 {
    width: 66%;
    height: 350px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout2-item1 .mosaic-viewport {
    height: 346px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout2-item8 {
    width: 66%;
    height: 350px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout2-item8 .mosaic-viewport {
    height: 346px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout2-item10 {
    display: none;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout2-item11 {
    display: none;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout2-item12 {
    display: none;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout2-item13 {
    display: none;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout2-item14 {
    display: none;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout3-sizer,
  .sidebar .mosaic-grid-14 .mosaic-grid-layout3-item {
    width: 33%;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout3-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout3-item .mosaic-viewport {
    height: 171px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout3-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout3-item5 {
    width: 66%;
    height: 350px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout3-item5 .mosaic-viewport {
    height: 346px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout3-item13 {
    display: none;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout3-item14 {
    display: none;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout4-sizer,
  .sidebar .mosaic-grid-14 .mosaic-grid-layout4-item {
    width: 33%;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout4-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout4-item .mosaic-viewport {
    height: 175px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout4-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout4-item1 {
    width: 66%;
    height: 350px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout4-item1 .mosaic-viewport {
    height: 346px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout4-item6 {
    width: 66%;
    height: 350px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout4-item6 .mosaic-viewport {
    height: 346px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout4-item10 {
    display: none;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout4-item11 {
    display: none;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout4-item12 {
    display: none;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout4-item13 {
    display: none;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout4-item14 {
    display: none;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout5-sizer,
  .sidebar .mosaic-grid-14 .mosaic-grid-layout5-item {
    width: 33%;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout5-item {
    height: 175px;
    float: left;
    padding: 2px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout5-item .mosaic-viewport {
    height: 171px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout5-item .mosaic-viewport img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout5-item1 {
    width: 66%;
    height: 350px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout5-item1 .mosaic-viewport {
    height: 346px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout5-item8 {
    width: 66%;
    height: 350px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout5-item8 .mosaic-viewport {
    height: 346px;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout5-item10 {
    display: none;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout5-item11 {
    display: none;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout5-item12 {
    display: none;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout5-item13 {
    display: none;
  }
  .sidebar .mosaic-grid-14 .mosaic-grid-layout5-item14 {
    display: none;
  }
  /* Ticker Styles */
  .navbar #slide-menu .second-white-strip {
    padding-bottom: 4px;
    margin-bottom: 2px;
    display: block;
    top: 88px;
    background-color: #152c53;
    position: absolute;
    left: 290px;
    width: calc(100vw - 67px);
    margin-left: 25px;
  }
  .navbar .slide-active #slide-menu .second-white-strip {
    display: none;
  }
  .navbar #slide-menu .ticker {
    margin-top: 8px;
    top: 82px;
    position: absolute;
    left: 315px;
    overflow: hidden;
    width: calc(100vw - 67px);
    color: #fff;
  }
  .navbar .slide-active #slide-menu .ticker {
    display: none;
  }
  .navbar #slide-menu .ticker .scroller {
    height: 25px;
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
  .navbar #slide-menu .ticker .scroller .scrollingtext {
    white-space: nowrap;
    position: absolute;
  }
  .navbar #slide-menu .ticker .scroller .scrollingtext li {
    display: inline;
    font-weight: 400;
  }
  .navbar #slide-menu .ticker .scroller .scrollingtext li a {
    font-weight: 400;
    padding: 0;
    color: inherit;
    text-transform: none;
    text-decoration: underline;
  }
}
/* Begin styles for medium screens (tablets) | Ben - screen-sm-min=768px and screen-md-min=992px */
@media (min-width: 768px) and (max-width: 992px) {
  /***********************
    * Bootstrap Overrides *
    ************************/
  .col-sm-full-width {
    padding-left: 0;
    padding-right: 0;
  }
  .popup-window-interstitial-wide {
    width: 734px;
    height: 406px;
    margin: 25px auto;
  }
  .popup-window-interstitial-wide iframe {
    -ms-zoom: 0.85;
    -moz-transform: scale(0.85);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.85);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.85);
    -webkit-transform-origin: 0 0;
  }
  .popup-window-interstitial-tall {
    width: 515px;
    height: 515px;
    margin: 25px auto;
  }
  .popup-window-interstitial-tall iframe {
    -ms-zoom: 0.85;
    -moz-transform: scale(0.85);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.85);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.85);
    -webkit-transform-origin: 0 0;
  }
  /* Video Styles */
  .video-landing {
    /*.oo-logo img {
        max-height: 50px !important;
        height: 50px !important;
        width: 50px !important;
    }

    .oo-player-container .oo-control-bar .oo-control-bar-items-wrapper {
        margin-top: 0 !important;
    }*/
  }
  .video-landing .video-preview {
    min-height: 300px;
  }
  .video-landing .video-search-and-sort input[type="text"] {
    width: 75%;
  }
  /* Video Display */
  .video-display {
    /*.oo-logo img {
        max-height: 50px !important;
        height: 50px !important;
        width: 50px !important;
    }

    .oo-player-container .oo-control-bar .oo-control-bar-items-wrapper {
        margin-top: 0 !important;
    }*/
  }
}
/* Begin styles for small screens (Phone) | Ben */
@media (max-width: 767px) {
  /***********************
     * Bootstrap Overrides *
    ************************/
  .col-xs-full-width {
    padding-left: 15px;
    padding-right: 15px;
  }
  .event-filter-cell .event-type-label {
    display: inline;
  }
  .event-filter-cell #startDate,
  .event-filter-cell #endDate,
  .event-filter-cell #zipcode,
  .event-filter-cell #Radius {
    width: 100%;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .event-filter-cell #date-range-seperator {
    width: 100%;
    display: block;
    text-align: center;
  }
  .event-filter-cell .event-filter-title {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 15px 0 0 0;
  }
  .event-cell-4 {
    display: none !important;
  }
  .event-cell-5 {
    display: none !important;
  }
  .striped-grid-item {
    padding: 0 2px;
  }
  .navbar .navbar-headertext {
    display: none;
  }
  .navbar .top-bar .sign-up {
    display: none;
  }
  .image-padding {
    padding-left: 0;
    padding-right: 0;
  }
  #slide-nav #slide-menu .sign-up-phone {
    display: inline;
  }
  .rotate.down {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .searchMobile {
    margin-left: 0.625em;
    margin-right: 1em;
    width: 200px;
  }
  #powered_by_att {
    color: #000;
    display: inline-block;
    font-size: 0.8em;
    margin-left: 9em;
    margin-right: 0.625em;
    text-decoration: none;
  }
  #powered_by_att.phone {
    margin-left: 0;
    margin-right: 0;
  }
  #NgbHeaderMenu {
    overflow-y: hidden;
    padding: 0 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .chevron {
    float: right;
    color: #8AADCF;
    margin-right: 7px;
  }
  .chevron-right-desktop {
    float: right;
    color: #8AADCF;
    margin-right: 7px;
  }
  .chevron-down-desktop {
    float: right;
    color: #8AADCF;
    margin-right: 7px;
  }
  /* Search elements*/
  .content-area .search-input-wrapper input[type=text] {
    border-radius: 12px;
    background: none;
    height: 31px;
    width: 90%;
    position: relative;
    font-family: "HelveticaNeueW01-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #002464;
    line-height: 27px;
    right: 0;
    padding-left: 5px;
    background: url(/content/images/search.png) right center no-repeat;
  }
  #slide-nav #slide-menu nav ul li {
    background: none;
    font-weight: 400;
  }
  #secondary-slide-nav #secondary-slide-menu nav ul li {
    background: none;
    font-weight: 400;
  }
  ul {
    list-style-type: none;
  }
  .main_nav {
    background-color: #fff;
    display: block;
    /* Hack to get rid of weird artifact in mobile safari */
    width: 100%;
  }
  #menu-nav {
    padding: 0.625em 0;
    position: absolute;
    width: 100%;
    z-index: 900;
  }
  .blue_border {
    height: 10px;
    width: 100%;
    clear: both;
  }
  .swipe-wrap > a > div > img {
    position: relative;
    height: 240px;
    width: 100%;
    display: inline-block;
  }
  div.swipe .indicators .slideIndicator {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    position: relative;
    margin: auto 10px;
    background: #142B53;
  }
  div.swipe .indicators .currentSlide {
    background: #E5E5E5;
    border: 1px solid #142B53;
  }
  .item_list li {
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    width: 50%;
  }
  .item_list.with_images li + li {
    padding-top: 9px;
  }
  .item_list.with_images li a > div + div {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .popup-window-interstitial-wide {
    width: 304px;
    height: 169px;
    margin: 25px auto;
  }
  .popup-window-interstitial-wide iframe {
    -moz-transform: scale(0.35);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.35);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.35);
    -ms-transform: scale(0.35);
    transform: scale(0.35);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .popup-window-interstitial-tall {
    width: 304px;
    height: 304px;
    margin: 25px auto;
  }
  .popup-window-interstitial-tall iframe {
    -moz-transform: scale(0.5);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.5);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .footerlink {
    z-index: 99;
  }
  #personalizationBar .personalized-welcome-bar .welcome-message,
  #personalizationBar .personalized-welcome-bar .membership-expiration {
    float: none !important;
  }
  #personalizationBar #expandedPersonalizationBar {
    top: inherit;
    padding: 15px 15px 10px 0;
  }
  #personalizationBar #expandedPersonalizationBar .message-spacer {
    display: none;
  }
  #personalizationBar #expandedPersonalizationBar #personalizationButtons {
    float: right;
    margin-left: -15px;
    top: 40px;
  }
  #personalizationBar #expandedPersonalizationBar #personalizationButtons input[type="submit"] {
    cursor: pointer;
    position: absolute;
    top: -40px;
  }
  #personalizationBar #expandedPersonalizationBar .personalization-module-header {
    font-size: 1.6em;
  }
  .map_box {
    -moz-transform: scale(0.45, 0.45);
    -ms-transform: scale(0.45, 0.45);
    -o-transform: scale(0.45, 0.45);
    -webkit-transform: scale(0.45, 0.45);
    transform: scale(0.45, 0.45);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  #mobile-footer {
    text-align: left;
  }
  #mobile-footer .nav.navbar-nav {
    margin: 7.5px 0;
  }
  .full-nav-container .full-nav-center #nav-more-content {
    display: none;
  }
  .full-nav-container .full-nav-center .full-nav-item {
    margin: 1px 0;
  }
  .lox-content {
    width: 100%;
    top: 35px !important;
  }
  .lox-content .lox-close {
    right: 10px;
  }
  .lox-content .showcase {
    width: 100% !important;
  }
  .lox-content .showcase .showcase-arrow-next,
  .lox-content .showcase .showcase-arrow-previous {
    top: 0px;
  }
  .lox-content .showcase .showcase-thumbnail-button-backward,
  .lox-content .showcase .showcase-thumbnail-button-forward {
    display: none;
  }
  .lox-content .showcase .showcase-thumbnail-restriction {
    width: auto !important;
  }
  .lox-content .showcase .showcase-content-container .showcase-content {
    background-color: #252525;
    width: 100% !important;
    position: relative !important;
  }
  .lox-content .showcase .showcase-content-container .showcase-content img {
    width: 100%;
  }
  .lox-content .showcase .showcase-caption {
    width: 100%;
    padding: 0px;
    position: static;
  }
  .lox-content .showcase .showcase-caption h2 {
    padding: 10px;
    color: #fff;
  }
  .lox-content .showcase .showcase-caption .description {
    width: auto;
    margin: 0 10px 0 10px;
  }
  .lox-content .showcase .showcase-caption .placeholder {
    position: relative;
    text-align: right;
  }
  /*
    Athlete-Phone.less
    Defines styles specific to Athlete pages for phone (Bootstrap extra-small) screen size 
*/
  .athlete-bio-body aside .right-column-container .follow-athlete {
    display: none;
  }
  .athlete-bio-body .athlete-header-container .athlete-header {
    text-align: left;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .athlete-hero-container {
    display: none;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .athlete-headshot-container {
    text-align: left;
    float: left;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .athlete-headshot-container img.athlete-headshot {
    float: left;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .mobile-nameplate-container {
    margin-left: 150px;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .mobile-nameplate-container #follow-athlete-container {
    overflow: hidden;
    float: left;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .mobile-nameplate-container #follow-athlete-container .follow-athlete .follow-athlete-name {
    display: none;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .mobile-nameplate-container #follow-athlete-container .athlete-social-icon {
    display: inline-block;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .mobile-nameplate-container .athlete-nameplate {
    display: inline-block;
    padding: 0 10px;
    float: left;
    width: 100%;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .mobile-nameplate-container .athlete-nameplate .athlete-name {
    font-family: "HelveticaNeueW01-77BdCn_692722", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 25px;
    font-weight: 900;
    color: #152c53;
    float: left;
    text-transform: uppercase;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .mobile-nameplate-container .athlete-nameplate .athlete-flag-container {
    float: left;
    padding: 5px;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .mobile-nameplate-container .athlete-nameplate .athlete-flag-container img.athlete-flag {
    height: 35px;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .mobile-nameplate-container .athlete-nameplate .athlete-sports {
    float: left;
    clear: both;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .mobile-nameplate-container .athlete-nameplate .athlete-sports .athlete-sport-subtitle {
    font-size: 15px;
    text-transform: uppercase;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .mobile-nameplate-container .athlete-nameplate .athlete-sports .athlete-sport-subtitle a {
    color: inherit;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .mobile-nameplate-container .athlete-nameplate .athlete-sports .athlete-sport-subtitle .discipline-pictogram-container {
    display: inline-block;
    background-color: #002464;
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 30px;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .mobile-nameplate-container .athlete-nameplate .athlete-sports .athlete-sport-subtitle .discipline-pictogram-container img {
    height: 15px;
    width: 15px;
    vertical-align: middle;
    -webkit-filter: brightness(200%);
    margin-bottom: 4px;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .olympic-experience-container {
    width: 150px;
    display: inline-block;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .olympic-experience-container .athlete-medal-container {
    line-height: normal;
    float: left;
    text-align: center;
    height: 60px;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .olympic-experience-container .athlete-medal-container .athlete-medal {
    width: 50px;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .olympic-experience-container .athlete-medal-container .medal-count {
    color: white;
    font-family: "HelveticaNeueW01-77BdCn_692722", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 25px;
    position: relative;
    top: -34px;
    width: 48px;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .olympic-experience-container .athlete-type {
    color: darkgrey;
    font-family: "HelveticaNeueW01-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
  }
  .athlete-bio-body .athlete-header-container .athlete-header .olympic-experience-container .olympic-years {
    margin-bottom: 15px;
    font-size: 18px;
    color: darkgrey;
    font-family: "HelveticaNeueW01-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .athlete-bio-body .athlete-navigation ul.left-nav {
    padding: 0;
  }
  .athlete-bio-body .athlete-navigation ul.left-nav li {
    background: none;
  }
  .athlete-bio-body .athlete-navigation ul.left-nav li a {
    color: #002464;
    background-color: white;
  }
  .athlete-bio-body .athlete-navigation ul.left-nav li.selected {
    color: white;
    background-color: #234989;
  }
  .athlete-bio-body .athlete-navigation ul.left-nav li.selected a {
    color: white;
    background-color: #234989;
  }
  .athlete-bio-body #athlete-news {
    position: relative;
    top: 20px;
  }
  .athlete-bio-body #athlete-news li div {
    padding: 0px;
  }
  .athlete-bio-body #athlete-news li div h3,
  .athlete-bio-body #athlete-news li div h4,
  .athlete-bio-body #athlete-news li div p {
    padding: 15px;
  }
  .athlete-bio-body #athlete-videos .video-preview .video-details {
    height: 60px;
  }
  .athlete-bio-body #athlete-videos .video-preview .video-details .video-details-title {
    height: 35px;
  }
  .athlete-bio-body #athlete-photos {
    padding: 0px;
  }
  .athlete-bio-body #athlete-photos #photos-container {
    margin: 0px;
  }
  .search-bar-top.athletes {
    min-height: 150px;
  }
  .athlete-module .column-sub-header .module-titlebar {
    padding-left: 15px;
  }
  ul.left-nav li {
    width: 100%;
    margin: 2px 0px;
  }
  ul.left-nav li a {
    text-indent: 0px;
    text-align: center;
    border-radius: 0px;
    background-color: white;
    color: #002464;
    left: 0px;
  }
  ul.left-nav li.selected a {
    background-color: #234989;
    color: white;
    left: 0px;
  }
  ul.left-nav a#nav-more-button i.chevron {
    margin-top: -5px;
  }
  ul.left-nav #nav-more-content {
    display: none;
  }
  /*
    Ad-Dynamic-Phone.less
    Defines styles specific to dynamic ads for xs/phone screen sizes.
*/
  /*
TODO: These Phone Ad styles are needed because the bootstrap scaffolding has not been adhered to.
    This means that as Ads are rendered in different areas, they may not line up consistently.  These
    selectors target very specific scenarios to correct margins, padding and alignment of ads and should
    eventually be removed once the Boostrap framework is fully implemented.
*/
  .ad-phone {
    width: 100%;
    overflow: hidden;
    padding: 10px 2px;
  }
  .ad-phone [id^=div-gpt-ad] {
    width: 100%;
    margin: 0 auto;
  }
  .pressbox .pressbox-filters #PressboxFilterAdvancedPanel #pressbox-filter-daterange {
    width: 100%;
    height: 105px;
    float: none;
  }
  .pressbox .pressbox-filters #PressboxFilterAdvancedPanel #pressbox-filter-daterange #DatePickerContainer .input-group {
    display: block;
  }
  .pressbox .pressbox-filters #PressboxFilterAdvancedPanel .filter {
    float: none;
    width: 100%;
    margin: 0 0 5px 0;
  }
  .pressbox .pressbox-filters #PressboxFilterAdvancedPanel .filter .sport-button,
  .pressbox .pressbox-filters #PressboxFilterAdvancedPanel .filter #eventId {
    width: 100%;
  }
  .pressbox .pressbox-list .pressbox-list-title-row {
    height: 80px;
  }
  .pressbox #pressboxCarousel .pressbox-slide-container .pressbox-slide-box .pressbox-slide-content {
    height: 275px;
  }
  .pressbox #pressboxCarousel .pressbox-slide-container .pressbox-slide-box .pressbox-slide-content img {
    float: none;
    margin: 5px auto;
    width: 150px;
    height: auto;
  }
  .pressbox #pressboxCarousel .pressbox-slide-container .pressbox-slide-box .pressbox-slide-content h3 {
    font-size: 100%;
  }
  .mosaic-grid-6 {
    /* ---- grid-item theme 1 ---- */
    /* ---- grid-item theme 2 ---- */
    /* ---- grid-item theme 3 ---- */
    /* ---- grid-item theme 4 ---- */
    /* ---- grid-item theme 5 ---- */
  }
  .mosaic-grid-6 .mosaic-grid-layout1-sizer,
  .mosaic-grid-6 .mosaic-grid-layout1-item {
    width: 100%;
  }
  .mosaic-grid-6 .mosaic-grid-layout1-item {
    width: 100%;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-6 .mosaic-grid-layout1-item img {
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
  }
  .mosaic-grid-6 .mosaic-grid-layout2-sizer,
  .mosaic-grid-6 .mosaic-grid-layout2-item {
    width: 100%;
  }
  .mosaic-grid-6 .mosaic-grid-layout2-item {
    width: 100%;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-6 .mosaic-grid-layout2-item img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    border-radius: 5px;
    padding: 5px;
    margin-right: auto;
  }
  .mosaic-grid-6 .mosaic-grid-layout3-sizer,
  .mosaic-grid-6 .mosaic-grid-layout3-item {
    width: 100%;
  }
  .mosaic-grid-6 .mosaic-grid-layout3-item {
    width: 100%;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-6 .mosaic-grid-layout3-item img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    border-radius: 5px;
    padding: 5px;
    margin-right: auto;
  }
  .mosaic-grid-6 .mosaic-grid-layout4-sizer,
  .mosaic-grid-6 .mosaic-grid-layout4-item {
    width: 100%;
  }
  .mosaic-grid-6 .mosaic-grid-layout4-item {
    width: 100%;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-6 .mosaic-grid-layout4-item img {
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
  }
  .mosaic-grid-6 .mosaic-grid-layout5-sizer,
  .mosaic-grid-6 .mosaic-grid-layout5-item {
    width: 100%;
  }
  .mosaic-grid-6 .mosaic-grid-layout5-item {
    width: 100%;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-6 .mosaic-grid-layout5-item img {
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
  }
  .mosaic-grid-10 {
    /* ---- grid-item theme 1 ---- */
    /* ---- grid-item theme 2 ---- */
    /* ---- grid-item theme 3 ---- */
    /* ---- grid-item theme 4 ---- */
    /* ---- grid-item theme 5 ---- */
  }
  .mosaic-grid-10 .mosaic-grid-layout1-sizer,
  .mosaic-grid-10 .mosaic-grid-layout1-item {
    width: 100%;
  }
  .mosaic-grid-10 .mosaic-grid-layout1-item {
    width: 100%;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-10 .mosaic-grid-layout1-item img {
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
  }
  .mosaic-grid-10 .mosaic-grid-layout2-sizer,
  .mosaic-grid-10 .mosaic-grid-layout2-item {
    width: 100%;
  }
  .mosaic-grid-10 .mosaic-grid-layout2-item {
    width: 100%;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-10 .mosaic-grid-layout2-item img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    border-radius: 5px;
    padding: 5px;
    margin-right: auto;
  }
  .mosaic-grid-10 .mosaic-grid-layout3-sizer,
  .mosaic-grid-10 .mosaic-grid-layout3-item {
    width: 100%;
  }
  .mosaic-grid-10 .mosaic-grid-layout3-item {
    width: 100%;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-10 .mosaic-grid-layout3-item img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    border-radius: 5px;
    padding: 5px;
    margin-right: auto;
  }
  .mosaic-grid-10 .mosaic-grid-layout4-sizer,
  .mosaic-grid-10 .mosaic-grid-layout4-item {
    width: 100%;
  }
  .mosaic-grid-10 .mosaic-grid-layout4-item {
    width: 100%;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-10 .mosaic-grid-layout4-item img {
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
  }
  .mosaic-grid-10 .mosaic-grid-layout5-sizer,
  .mosaic-grid-10 .mosaic-grid-layout5-item {
    width: 100%;
  }
  .mosaic-grid-10 .mosaic-grid-layout5-item {
    width: 100%;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-10 .mosaic-grid-layout5-item img {
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
  }
  .mosaic-grid-14 {
    /* ---- grid-item theme 1 ---- */
    /* ---- grid-item theme 2 ---- */
    /* ---- grid-item theme 3 ---- */
    /* ---- grid-item theme 4 ---- */
    /* ---- grid-item theme 5 ---- */
  }
  .mosaic-grid-14 .mosaic-grid-layout1-sizer,
  .mosaic-grid-14 .mosaic-grid-layout1-item {
    width: 100%;
  }
  .mosaic-grid-14 .mosaic-grid-layout1-item {
    width: 100%;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-14 .mosaic-grid-layout1-item img {
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
  }
  .mosaic-grid-14 .mosaic-grid-layout2-sizer,
  .mosaic-grid-14 .mosaic-grid-layout2-item {
    width: 100%;
  }
  .mosaic-grid-14 .mosaic-grid-layout2-item {
    width: 100%;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-14 .mosaic-grid-layout2-item img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    border-radius: 5px;
    padding: 5px;
    margin-right: auto;
  }
  .mosaic-grid-14 .mosaic-grid-layout3-sizer,
  .mosaic-grid-14 .mosaic-grid-layout3-item {
    width: 100%;
  }
  .mosaic-grid-14 .mosaic-grid-layout3-item {
    width: 100%;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-14 .mosaic-grid-layout3-item img {
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    border-radius: 5px;
    padding: 5px;
    margin-right: auto;
  }
  .mosaic-grid-14 .mosaic-grid-layout4-sizer,
  .mosaic-grid-14 .mosaic-grid-layout4-item {
    width: 100%;
  }
  .mosaic-grid-14 .mosaic-grid-layout4-item {
    width: 100%;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-14 .mosaic-grid-layout4-item img {
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
  }
  .mosaic-grid-14 .mosaic-grid-layout5-sizer,
  .mosaic-grid-14 .mosaic-grid-layout5-item {
    width: 100%;
  }
  .mosaic-grid-14 .mosaic-grid-layout5-item {
    width: 100%;
    float: left;
    padding: 2px;
  }
  .mosaic-grid-14 .mosaic-grid-layout5-item img {
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
  }
  [id^=mosaicGrid] {
    height: 300px!important;
  }
  div[class^="mosaic-grid-"] div[class^="mosaic-grid-layout"] {
    overflow: hidden;
    height: 300px;
  }
  div[class^="mosaic-grid-"] div[class^="mosaic-grid-layout"] .mosaic-viewport {
    overflow: hidden;
    border-radius: 10px;
    height: 296px;
  }
  div[class^="mosaic-grid-"] div[class^="mosaic-grid-layout"] .mosaic-viewport img.mosaic-img-crop-horizontal {
    position: relative;
    height: 100%;
    width: auto;
  }
  div[class^="mosaic-grid-"] div[class^="mosaic-grid-layout"] .mosaic-viewport img.mosaic-img-crop-vertical {
    position: relative;
    width: 100%;
    height: auto;
  }
  .event-badge .feed-list .list-item .label {
    width: 55%;
  }
  .event-badge .feed-list .list-item .detail {
    width: 40%;
  }
  /* Video Styles */
  .video-landing {
    /*.oo-logo img {
        max-height: 50px !important;
        height: 50px !important;
        width: 50px !important;
    }

    .oo-player-container .oo-control-bar .oo-control-bar-items-wrapper {
        margin-top: 0 !important;
    }*/
  }
  .video-landing .video-preview {
    min-height: 360px;
  }
  /* Video Display */
  .video-display {
    /*.oo-logo img {
        max-height: 50px !important;
        height: 50px !important;
        width: 50px !important;
    }

    .oo-player-container .oo-control-bar .oo-control-bar-items-wrapper {
        margin-top: 0 !important;
    }*/
  }
}
