@charset "UTF-8";
@charset "UTF-8";
.ima-ad-container {
  visibility: hidden;
  width: 100%;
  height: 100%; }

.ima-ad-container.ima-ad-playing,
.ima-ad-container.ima-ad-loading {
  visibility: visible; }

.ima-ad-container.ima-ad-loading {
  position: absolute;
  top: 0;
  left: 0;
  background-color: black; }

.ima-ad-container iframe {
  width: 100% !important; }

.ima-ad-container .ima-loading-spinner {
  /* Should be hidden by default */
  display: none;
  /* ensure animation doesn't continue while hidden */
  animation: none;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  line-height: 40px;
  width: 1em;
  height: 40px;
  margin-left: -0.5em;
  margin-top: -0.5em;
  opacity: 0.75; }

.ima-ad-container.ima-ad-loading .ima-loading-spinner {
  display: block;
  font-family: MolVideo;
  /* only animate when showing because it can be processor heavy */
  animation: spin 1.5s infinite linear; }

.ima-ad-container .ima-loading-spinner:before {
  content: "v";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  text-align: center;
  text-shadow: 0em 0em 0.1em #000; }

.ima-ad-container.ima-ad-loading .ima-controls-div,
.ima-ad-container.ima-ad-playing .ima-controls-div {
  display: block; }

.vjs-fullscreen .ima-ad-container .ima-controls-div {
  bottom: 53px; }

.ima-ad-container .ima-controls-div {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 53px;
  z-index: 1001;
  opacity: 1;
  background-color: #07141E !important;
  background: -moz-linear-gradient(bottom, rgba(7, 20, 30, 0.7) 0%, rgba(7, 20, 30, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(7, 20, 30, 0.7)), color-stop(100%, rgba(7, 20, 30, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(bottom, rgba(7, 20, 30, 0.7) 0%, rgba(7, 20, 30, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, rgba(7, 20, 30, 0.7) 0%, rgba(7, 20, 30, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom, rgba(7, 20, 30, 0.7) 0%, rgba(7, 20, 30, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to top, rgba(7, 20, 30, 0.7) 0%, rgba(7, 20, 30, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0007141E', endColorstr='#07141E', GradientType=0);
  /* IE6-9 */ }

.ima-control {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: top;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.2); }

.ima-control:before {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1em;
  height: 100%;
  line-height: 50px;
  margin-left: -0.5em;
  font-family: MolVideo;
  font-size: 24px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }

.ima-control:hover:before {
  text-shadow: 0 0 1em #fff; }

.ima-play-pause-div {
  border-left: none; }

.ima-play-pause-div:before {
  content: "e"; }

.ima-play:before {
  content: "f"; }

.ima-fullscreen-div {
  float: right; }

.ima-fullscreen-div:before {
  content: "t"; }

.vjs-fullscreen .ima-fullscreen-div:before {
  content: "u"; }

.ima-seek-bar-div {
  height: 3px;
  background-color: rgba(51, 51, 51, 0.9); }

.ima-progress-div {
  height: 100%;
  width: 0;
  background-color: yellow; }

.ima-control.ima-countdown-div {
  width: auto;
  padding-left: 10px;
  font-size: 14px;
  line-height: 50px;
  color: #FFFFFF;
  text-shadow: 0 0 0.2em #000; }

.ima-volume-div {
  position: relative; }

.ima-volume-slider {
  position: absolute;
  height: 100px;
  bottom: 50px;
  width: 50px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7); }

.ima-ad-container .ima-volume-slider {
  padding: 8px; }

.ima-volume-slider {
  display: none; }

.ima-volume-div:hover .ima-volume-slider,
.ima-volume-interact .ima-volume-slider {
  display: block; }

.ima-volume-track, .ima-volume-progress {
  width: 0.6em; }

.ima-volume-track {
  cursor: pointer;
  position: relative;
  bottom: 0;
  left: 50%;
  height: 100%;
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.9); }

.ima-ad-container .ima-volume-track {
  margin-left: -0.3em; }

.ima-volume-progress {
  position: absolute;
  bottom: 0;
  height: 100%;
  background-color: yellow; }

.ima-volume-handler {
  position: absolute;
  bottom: 100%;
  left: 0.3em;
  background: red;
  width: 0;
  height: 0; }
  .ima-volume-handler:before {
    color: white;
    content: 'w';
    font-family: MolVideo;
    line-height: 1em;
    position: absolute;
    font-size: 1em;
    left: -.55em;
    top: -.5em; }

.ima-sound:before,
.ima-sound--loud:before {
  content: "d"; }

.ima-sound--medium:before {
  content: "c"; }

.ima-sound--low:before {
  content: "b"; }

.ima-sound--muted:before {
  content: "a"; }

.video-js.ima-ad-playing {
  padding-bottom: 53px; }

.video-js.ima-ad-playing .vjs-big-play-button {
  visibility: hidden; }

.ima-control:before,
.ima-volume-handler:before,
.ima-ad-container.ima-ad-loading .ima-loading-spinner,
.ima-volume-handler:before {
  font-family: VideoJS; }

.ima-ad-container.ima-ad-playing {
  position: absolute;
  top: 0px;
  height: 100%; }

.ima-play-pause-div:before {
  content: "\f103"; }

.ima-play:before {
  content: "\f101"; }

.ima-fullscreen-div:before {
  content: "\f108"; }

.ima-fullscreen:before {
  content: "\f109"; }

.ima-ad-container .ima-loading-spinner:before {
  content: '\f10b'; }

.ima-sound:before,
.ima-sound--loud:before {
  content: "\f107"; }

.ima-sound--medium:before {
  content: "\f106"; }

.ima-sound--low:before {
  content: "\f105"; }

.ima-sound--muted:before {
  content: "\f104"; }

.ima-volume-handler:before {
  content: '\f111'; }

/*
Column size

One column – 308
Two column – 636
Three column – 964
Mobile – 312 minimum (does this scale on larger phones?)
*/
/*main caption + 2 images*/
.vjs-title {
  font-family: ScoutBold, Arial, Helvetica, sans-serif;
  position: absolute;
  padding: 0 10px !important;
  font-size: 26px;
  line-height: 36px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 36px;
  overflow: hidden;
  color: #fff;
  background-color: #000;
  z-index: 1; }
  .vjs-playing .vjs-title {
    opacity: 0.8; }

/* one col layout overrides */
.vjs-fixed.vjs-span-one-col .vjs-title {
  overflow: hidden;
  font-size: 1.5em;
  line-height: 1.3em;
  white-space: normal;
  font-weight: 600; }

.vjs-fixed.vjs-span-one-col .vjs-title p {
  height: inherit;
  vertical-align: middle;
  display: table-cell; }

.vjs-one-col-title-single.vjs-fixed.vjs-span-one-col .vjs-title {
  height: 40px;
  line-height: 40px; }

.vjs-one-col-title-multi.vjs-fixed.vjs-span-one-col .vjs-title {
  width: 306px;
  height: 40px;
  overflow: hidden;
  position: relative;
  margin-top: 5px;
  display: block; }
  .vjs-one-col-title-multi.vjs-fixed.vjs-span-one-col .vjs-title:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 1.2em; }

.vjs-video-container {
  background-color: #000; }

.vjs-video-container .vjs-chrome-poster-bug video {
  z-index: -1; }

.vjs-chrome-poster-bug.video-js {
  z-index: 0; }

.vjs-video-container div,
.vjs-video-container video,
.vjs-video-container object,
.vjs-video-container p {
  margin: 0;
  padding: 0; }

.video-js {
  position: relative;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, sans-serif;
  color: #B1B1B1;
  vertical-align: middle;
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* transition */
  -webkit-transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out; }

.vjs-tech {
  display: block;
  width: 100%; }

.vjs-hidden {
  display: none !important; }

.vjs-shown {
  display: block !important; }

/* one col layout overrides */
.vjs-flyout-on + .vjs-flyout-wrapper-fixed .vjs-flyout-wrapper-absolute .vjs-title {
  display: none !important; }

.vjs-flyout-on + .vjs-flyout-wrapper-fixed .vjs-flyout-wrapper-absolute.vjs-video-container video,
.vjs-flyout-on + .vjs-flyout-wrapper-fixed .vjs-flyout-wrapper-absolute.vjs-video-container object,
.vjs-flyout-on + .vjs-flyout-wrapper-fixed .vjs-flyout-wrapper-absolute .vjs-video-container .VPAID-container {
  top: 25px;
  bottom: 40px;
  position: absolute;
  margin: auto; }

/* Custom Icon Font
--------------------------------------------------------------------------------
*/
@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,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ATcuAScjBh8BHgEXDgEFMz8BFTMRIwYDJRUnAxyEzZRbCA2rgketCAEBqlRoCglxYwF+IiEOIysBAkswHQEECiQ0AgE+YyIhDiIsAQJLMB4BBQokNAE/YyIhDiIsAQJLMB4BBQokNAEBPvmD7kHhqs0s0gEnjgHJAv0FD2a9gIrADwUFAwPDAlVMZ3MF/pUHwgc1HTyWV325PgsJED+oY3G9TAc1HTyWV325PgsJED+oY3G9TAc1HTyWV325PgsJED+oY3G9UmQBZQMMR/61g/kBAAAAAAAQAMYAAQAAAAAAAQAHAAAAAQAAAAAAAgAHAAcAAQAAAAAAAwAHAA4AAQAAAAAABAAHABUAAQAAAAAABQALABwAAQAAAAAABgAHACcAAQAAAAAACgArAC4AAQAAAAAACwATAFkAAwABBAkAAQAOAGwAAwABBAkAAgAOAHoAAwABBAkAAwAOAIgAAwABBAkABAAOAJYAAwABBAkABQAWAKQAAwABBAkABgAOALoAAwABBAkACgBWAMgAAwABBAkACwAmAR5WaWRlb0pTUmVndWxhclZpZGVvSlNWaWRlb0pTVmVyc2lvbiAxLjBWaWRlb0pTR2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20AVgBpAGQAZQBvAEoAUwBSAGUAZwB1AGwAYQByAFYAaQBkAGUAbwBKAFMAVgBpAGQAZQBvAEoAUwBWAGUAcgBzAGkAbwBuACAAMQAuADAAVgBpAGQAZQBvAEoAUwBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAACAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4AAAECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgAAAAAA) format("truetype");
  font-weight: normal;
  font-style: normal; }

.vjs-poster {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  cursor: pointer;
  background-color: #000; }

.vjs-poster {
  /*centering the poster in the canvas*/
  background-position: 50% 50%;
  /*ie8*/
  background-position: 50% calc(50% - 7px);
  /*ie9+*/ }

.vjs-video-container.vjs-one-col-title-single .vjs-poster,
.vjs-video-container.vjs-one-col-title-multi .vjs-poster {
  background-position: 50% 50%; }

.vjs-has-started .vjs-poster {
  display: none; }

/* one col layout overrides */
.vjs-video-container.vjs-responsive {
  /*ie8*/ }
  .vjs-video-container.vjs-responsive .vjs-poster img {
    top: 0;
    bottom: 40px; }

/*ie8*/
.vjs-poster img {
  position: absolute;
  margin: auto;
  display: block;
  top: 36px;
  bottom: 50px;
  width: 100%; }

.vjs-fullscreen.vjs-user-inactive {
  cursor: none; }

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible; }

/* IE8 is flakey with fonts, and you have to change the actual content to force
fonts to show/hide properly.
  - "\9" IE8 hack didn't work for this
  - Found in XP IE8 from http://modern.ie. Does not show up in "IE8 mode" in IE9
*/
/* Move captions down when controls aren't being shown */
.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em; }

.vjs-user-active .vjs-progress-control {
  font-size: 10px; }

.vjs-user-active.vjs-ad-playing .vjs-progress-control {
  font-size: 3px; }

.vjs-control {
  position: relative;
  float: left;
  width: 50px;
  height: 50px;
  outline: none; }

.vjs-control:before {
  font-family: VideoJS;
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  margin-left: -0.5em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }

.vjs-control.vjs-volume-menu-button:before {
  font-size: 25px; }

.vjs-control:focus:before,
.vjs-control:hover:before {
  color: #fff; }

.vjs-control-text {
  /* hide-visually */
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.vjs-embed-video-popup-content {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: -25px; }
  .vjs-embed-video-popup-content .vjs-popup-content textarea {
    width: 80%; }
  .vjs-embed-video-popup-content .vjs-copy-code-button {
    border: 0;
    font-family: ScoutBold, Arial, Helvetica, sans-serif;
    width: 200px;
    cursor: pointer;
    margin: 0 0 10px;
    padding: 15px 0 20px;
    text-align: center;
    box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.2) !important;
    font-size: 20px;
    font-size: 1.25rem;
    transition: background-color .5s ease-in-out;
    color: #fff;
    background-color: rgba(255, 0, 130, 0.8);
    box-shadow: 10px 0 0 rgba(255, 0, 130, 0.8), -10px 0 0 rgba(255, 0, 130, 0.8); }
    .vjs-embed-video-popup-content .vjs-copy-code-button:hover {
      background-color: rgba(153, 0, 78, 0.8);
      box-shadow: 10px 0 0 rgba(153, 0, 78, 0.8), -10px 0 0 rgba(153, 0, 78, 0.8); }

.vjs-full-width-popup {
  width: 100%;
  height: 100%;
  background-color: #353434;
  text-align: center;
  z-index: 1000; }

.vjs-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 26px;
  height: 26px;
  font-family: sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  color: #fff;
  /* border-radius */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  background-color: transparent;
  border: 0; }

.vjs-fullscreen-control {
  float: right;
  cursor: pointer; }

.vjs-fullscreen-control:before {
  content: ""; }

.vjs-fullscreen .vjs-fullscreen-control:before {
  content: ""; }

/* one col layout overrides */
.no-full-width-control .vjs-fullscreen-control {
  display: none; }

.vjs-play-control {
  cursor: pointer; }

.vjs-play-control:before {
  content: "";
  text-shadow: none; }

.vjs-has-started .vjs-play-control:before {
  color: #fff; }

.vjs-playing .vjs-play-control:before {
  content: ""; }

.vjs-video-finished .vjs-play-control:before {
  content: ""; }

/* one col layout overrides */
.vjs-progress-control {
  position: absolute;
  bottom: 50px;
  font-size: 3px;
  width: 100%;
  height: 1em;
  /* transition */
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  -o-transition: height 0.4s;
  transition: height 0.4s; }

.vjs-progress-holder {
  height: 100%; }

.vjs-play-progress,
.vjs-load-progress,
.vjs-load-progress div {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%; }

.vjs-play-progress {
  background: #EA6500 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC") -50% 0 repeat; }

.vjs-load-progress {
  background: #646464;
  background: rgba(255, 255, 255, 0.2); }

.vjs-load-progress div {
  background: #787878;
  background: rgba(255, 255, 255, 0.1); }

.vjs-seek-handle {
  width: 1.5em;
  height: 100%; }

/* one col layout overrides */
.video-js:not(.vjs-has-started) .vjs-progress-control,
.vjs-has-started.vjs-video-finished .vjs-progress-control {
  pointer-events: none;
  cursor: default;
  font-size: 3px; }

.vjs-timer-controls {
  width: auto;
  text-align: center;
  font-size: 14px;
  line-height: 50px; }

.vjs-current-time,
.vjs-duration,
.vjs-time-divider {
  float: left; }

.vjs-remaining-time {
  display: none;
  float: left; }

.vjs-ad-playing .vjs-timer-controls {
  border: 0; }

/* one col layout overrides */
.vjs-volume-menu-button {
  float: left; }

.vjs-volume-menu-button:before {
  content: ""; }

.vjs-volume-menu-button.vjs-vol-0:before {
  content: ""; }

.vjs-volume-menu-button.vjs-vol-1:before {
  content: ""; }

.vjs-volume-menu-button.vjs-vol-2:before {
  content: ""; }

.vjs-volume-bar {
  width: 5em;
  height: 0.6em;
  margin: 1.1em auto 0; }

.vjs-volume-level {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.5em;
  /* assuming volume starts at 1.0 */
  width: 100%;
  background: #EA6500 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC") -50% 0 repeat; }

.vjs-volume-bar .vjs-volume-handle {
  width: 0.5em;
  height: 0.5em;
  /* Assumes volume starts at 1.0. If you change the size of the
     handle relative to the volume bar, you'll need to update this value
     too. */
  left: 4.5em; }

.vjs-volume-handle:before {
  font-size: 0.9em; }

/* The volume menu button is like menu buttons (captions/subtitles) but works
    a little differently. It needs to be possible to tab to the volume slider
    without hitting space bar on the menu button. To do this we're not using
    display:none to hide the slider menu by default, and instead setting the
    width and height to zero. */
.vjs-volume-menu-button .vjs-menu {
  display: none; }

.vjs-control-bar .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
  display: none;
  height: 0;
  width: 0;
  position: absolute;
  overflow: hidden;
  /* transform */
  -webkit-transform: rotate(-90deg) translateX(-100px);
  -moz-transform: rotate(-90deg) translateX(-100px);
  -ms-transform: rotate(-90deg) translateX(-100px);
  -o-transform: rotate(-90deg) translateX(-100px);
  transform: rotate(-90deg) translateX(-100px);
  transform-origin: 0 0;
  margin-left: 0;
  margin-top: -100px; }
  .vjs-control-bar .vjs-volume-menu-button .vjs-menu .vjs-menu-content .vjs-volume-bar {
    margin: 22px auto 0;
    width: 8.4em; }

.vjs-volume-menu-button:hover .vjs-menu .vjs-menu-content,
.vjs-volume-menu-button .vjs-menu.vjs-lock-showing .vjs-menu-content {
  display: block;
  height: 50px;
  width: 10em;
  z-index: 9999; }

.vjs-paused.vjs-has-started .vjs-volume-menu-button {
  border-left: 1px solid transparent; }

/* one col layout overrides */
.vjs-responsive .no-volume-slider .vjs-volume-menu-button .vjs-menu-content {
  display: none; }

.vjs-iphone .vjs-volume-menu-button {
  display: none; }

.vjs-video-quality-control {
  float: right;
  cursor: pointer; }
  .vjs-video-quality-control.active {
    background-color: #353434; }
    .vjs-video-quality-control.active:before {
      color: #fff; }
  .vjs-video-quality-control:before {
    content: "g"; }
  .vjs-video-quality-control .vjs-menu {
    display: block;
    visibility: hidden;
    border: none;
    height: auto;
    width: 120px;
    left: -70px;
    position: absolute;
    bottom: 50px;
    background-color: #353434;
    padding: 10px 0;
    opacity: 0.8;
    z-index: 9999; }
    .vjs-video-quality-control .vjs-menu.vjs-lock-showing {
      visibility: visible; }
    .vjs-video-quality-control .vjs-menu .vjs-menu-content {
      text-align: left; }
      .vjs-video-quality-control .vjs-menu .vjs-menu-content .vjs-menu-title,
      .vjs-video-quality-control .vjs-menu .vjs-menu-content .vjs-menu-item {
        font-size: 14px;
        padding: 0 10px 0 15px;
        line-height: 20px; }
        .vjs-video-quality-control .vjs-menu .vjs-menu-content .vjs-menu-title:focus,
        .vjs-video-quality-control .vjs-menu .vjs-menu-content .vjs-menu-item:focus {
          outline: none; }
      .vjs-video-quality-control .vjs-menu .vjs-menu-content .vjs-menu-title {
        font-weight: bolder; }
      .vjs-video-quality-control .vjs-menu .vjs-menu-content .vjs-menu-item.vjs-selected, .vjs-video-quality-control .vjs-menu .vjs-menu-content .vjs-menu-item:hover {
        color: #fff;
        font-weight: bold; }

.vjs-ad-playing .vjs-video-quality-control {
  display: none !important; }

/* one col layout overrides */
.vjs-control-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: #000;
  z-index: 1001; }

.vjs-paused.vjs-has-started .vjs-progress-control {
  opacity: 0.4; }

@media only screen and (min-width: 964px) {
  .vjs-fullscreen .vjs-control-bar {
    width: 964px;
    left: 50%;
    margin-left: -482px; } }

.vjs-ad-playing .vjs-video-quality-control,
.vjs-controls-disabled .vjs-social-controls,
.vjs-error .vjs-control-bar {
  display: none; }

.vjs-volume-menu-button,
.vjs-timer-controls,
.vjs-social-controls,
.vjs-video-quality-control,
.vjs-fullscreen-control {
  border-left: 1px solid rgba(255, 255, 255, 0.2); }

/* one col layout overrides */
.vjs-timer-controls {
  width: auto;
  text-align: center;
  font-size: 14px;
  line-height: 50px; }

.vjs-current-time,
.vjs-duration,
.vjs-time-divider {
  float: left; }

.vjs-remaining-time {
  display: none;
  float: left; }

.vjs-ad-playing .vjs-timer-controls {
  border: 0; }

/* one col layout overrides */
.vjs-social-icon {
  font-family: MolVideo;
  cursor: pointer;
  /* border-radius */
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.vjs-mail-button-icon:before {
  content: "h"; }

.vjs-embed-button-icon:before {
  content: "i"; }

.vjs-facebook-button-icon:before {
  content: "j"; }

.vjs-link-button-icon:before {
  content: "k"; }

.vjs-pinterest-button-icon:before {
  content: "l"; }

.vjs-share-button-icon:before {
  content: "m"; }

.vjs-twitter-button-icon:before {
  content: "n"; }

.vjs-google-plus-button-icon:before {
  content: "z"; }

.vjs-digg-button-icon:before {
  content: "o"; }

.vjs-linkedin-button-icon:before {
  content: "q"; }

.vjs-reddit-button-icon:before {
  content: "r"; }

.vjs-stumble-upon-button-icon:before {
  content: "s"; }

.vjs-fark-button-icon:before {
  content: "p"; }

div.vjs-social-controls {
  padding: 0 5px; }

.vjs-social-controls.vjs-control {
  float: right;
  width: auto; }

.vjs-social-share-control {
  color: #B1B1B1;
  display: inline-block;
  width: 40px; }
  .vjs-social-share-control.vjs-social-share-control-share-button {
    border: 0;
    margin: 5px 3px;
    height: 40px; }
    .vjs-social-share-control.vjs-social-share-control-share-button.code {
      background-color: #666; }

.vjs-social-share-control .vjs-social-icon {
  border: 1px solid #B1B1B1;
  font-size: 28px;
  line-height: 1em;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.vjs-social-share-control .vjs-social-icon:before {
  font-weight: lighter; }

.vjs-social-share-control .vjs-social-icon:hover {
  border-color: #fff; }

.vjs-social-share-control.active .vjs-social-icon:before,
.vjs-social-icon:hover:before {
  color: #fff; }

/* one col layout overrides */
.vjs-full-width-popup {
  display: table;
  position: absolute !important;
  top: 0;
  left: 0; }
  .vjs-full-width-popup :focus {
    outline: none; }
  .vjs-full-width-popup .vjs-popup-title {
    font-size: 2.7em;
    color: #fff;
    line-height: 2.3em; }
  .vjs-full-width-popup .vjs-popup-content {
    margin-bottom: 15px; }
    .vjs-full-width-popup .vjs-popup-content ::-webkit-input-placeholder {
      color: #B1B1B1; }
    .vjs-full-width-popup .vjs-popup-content :-moz-placeholder {
      color: #B1B1B1; }
    .vjs-full-width-popup .vjs-popup-content ::-moz-placeholder {
      color: #B1B1B1; }
    .vjs-full-width-popup .vjs-popup-content :-ms-input-placeholder {
      color: #B1B1B1; }
    .vjs-full-width-popup .vjs-popup-content input, .vjs-full-width-popup .vjs-popup-content textarea {
      background-color: transparent;
      border: solid thin #666666;
      overflow: hidden;
      color: #B1B1B1;
      font-size: 1.3em; }
    .vjs-full-width-popup .vjs-popup-content textarea {
      padding: 10px; }
  .vjs-full-width-popup .vjs-popup-helper-msg {
    font-size: 2.2em; }
  .vjs-full-width-popup .vjs-popup-buttons .vjs-popup-button {
    padding: 10px;
    width: 110px;
    height: 35px;
    border: 1px solid #666666;
    font-size: 13px;
    line-height: 0.5em;
    vertical-align: middle;
    font-weight: normal;
    background-color: transparent;
    color: #ffffff;
    margin: 0 10px;
    /* border-radius */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer; }
    .vjs-full-width-popup .vjs-popup-buttons .vjs-popup-button:hover, .vjs-full-width-popup .vjs-popup-buttons .vjs-popup-button.zeroclipboard-is-hover {
      opacity: 0.7; }
    .vjs-full-width-popup .vjs-popup-buttons .vjs-popup-button:active, .vjs-full-width-popup .vjs-popup-buttons .vjs-popup-button.zeroclipboard-is-active {
      opacity: 0.8;
      box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); }

.vjs-embed-popup-content .vjs-popup-content textarea,
.vjs-link-popup-content .vjs-popup-content textarea {
  width: 92%; }

.vjs-social-popup-content .vjs-popup-title {
  font-size: 2.7em;
  line-height: 1.4em; }

.vjs-social-popup-content .vjs-popup-content {
  max-width: 255px;
  margin: 0 auto; }
  .vjs-social-popup-content .vjs-popup-content .vjs-social-share-control {
    width: 45px;
    height: 40px;
    margin: 5px 2px; }

.vjs-span-one-col .vjs-mail-form-popup-content .vjs-popup-title,
.vjs-span-one-col .vjs-mail-sent-popup-content .vjs-popup-title {
  font-size: 1.7em; }

.vjs-popup-content .vjs-social-icon {
  width: 39px;
  height: 39px;
  border: none;
  color: #fff; }
  .vjs-popup-content .vjs-social-icon:hover {
    opacity: 0.7; }
    .vjs-popup-content .vjs-social-icon:hover.vjs-mail-button-icon:before, .vjs-popup-content .vjs-social-icon:hover.vjs-link-button-icon:before, .vjs-popup-content .vjs-social-icon:hover.vjs-embed-button-icon:before {
      color: #333; }
  .vjs-popup-content .vjs-social-icon:before {
    font-size: 38px;
    line-height: 1em; }
  .vjs-popup-content .vjs-social-icon.vjs-facebook-button-icon {
    background-color: #3B5998; }
  .vjs-popup-content .vjs-social-icon.vjs-pinterest-button-icon {
    background-color: #EA1514; }
  .vjs-popup-content .vjs-social-icon.vjs-twitter-button-icon {
    background-color: #28AAE1; }
  .vjs-popup-content .vjs-social-icon.vjs-mail-button-icon, .vjs-popup-content .vjs-social-icon.vjs-link-button-icon, .vjs-popup-content .vjs-social-icon.vjs-embed-button-icon {
    background-color: #ECECEC;
    color: #666; }
  .vjs-popup-content .vjs-social-icon.vjs-google-plus-button-icon {
    background-color: #D34836;
    color: #fff; }
  .vjs-popup-content .vjs-social-icon.vjs-linkedin-button-icon {
    background-color: #4875B4;
    color: #fff; }
  .vjs-popup-content .vjs-social-icon.vjs-digg-button-icon {
    background-color: #474747;
    color: #fff; }
  .vjs-popup-content .vjs-social-icon.vjs-reddit-button-icon {
    background-color: #ffffff;
    color: #000000; }
    .vjs-popup-content .vjs-social-icon.vjs-reddit-button-icon:hover:before {
      color: inherit; }
  .vjs-popup-content .vjs-social-icon.vjs-fark-button-icon {
    background-color: #e3e3e3;
    color: #177bc9; }
  .vjs-popup-content .vjs-social-icon.vjs-stumble-upon-button-icon {
    background-color: #eb4823;
    color: #fff; }

.vjs-mail-form-popup-content .vjs-popup-title {
  width: 85%;
  margin: 0 auto;
  font-size: 2.1em;
  line-height: 2.3em; }

.vjs-mail-sent-popup-content .vjs-popup-title {
  margin-top: 30px; }

.vjs-mail-sent-popup-content .vjs-popup-buttons .vjs-popup-button {
  width: 140px; }

.vjs-popup-wrapper {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: -25px;
  /*I should consider the control bar when I center vertically*/ }

/* one col layout overrides */
.grecaptcha-validator {
  background-color: #ff0000;
  padding: 1px 0 0 1px; }

.vjs-has-started.vjs-paused .vjs-big-play-button {
  box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.7); }

div.vjs-has-started.vjs-paused .vjs-big-play-button {
  /* box-shadow */
  -webkit-box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0.7); }

.vjs-big-play-button {
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  font-size: 80px;
  text-align: center;
  cursor: pointer;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -40px;
  border: 0;
  background-color: #EA6400;
  padding: 0; }
  .vjs-big-play-button:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-family: VideoJS;
    line-height: 80px;
    color: #fff;
    text-align: center; }
  .vjs-big-play-button:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center; }
  .vjs-playing .vjs-big-play-button,
  .vjs-ad-playing .vjs-big-play-button,
  .vjs-video-finished .vjs-big-play-button,
  .vjs-using-native-controls .vjs-big-play-button,
  .vjs-error .vjs-big-play-button {
    display: none; }

.vjs-ad-playing.vjs-paused .vjs-big-play-button {
  display: block; }

.vjs-has-started.vjs-paused .vjs-big-play-button:before {
  top: -5px; }

.vjs-has-started.vjs-paused .vjs-big-play-button:after {
  content: "Resume"; }

/* one col layout overrides */
.vjs-fullscreen .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin: -40px 0 -40px; }
  .vjs-fullscreen .vjs-big-play-button:before {
    top: -5px; }
  .vjs-fullscreen .vjs-big-play-button:after {
    content: "Play"; }

.vjs-iphone.vjs-ios-old .vjs-big-play-button,
.vjs-ad-playing.vjs-paused.vjs-iphone.vjs-ios-old .vjs-big-play-button {
  display: none; }

/* vjs-video-container set size and proportion of the container */
.vjs-video-container {
  position: relative;
  width: 100%;
  /* desired width */
  overflow: hidden; }

.vjs-video-container:before {
  content: "";
  display: block;
  padding-top: 56.2%;
  /* initial ratio of 16:9*/
  padding-bottom: 86px;
  /* control bar and title*/ }

.vjs-video-container > * {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

.vjs-video-container video,
.vjs-video-container object,
.vjs-video-container .VPAID-container {
  top: 36px;
  bottom: 50px;
  position: absolute; }

.vjs-video-container .VPAID-container > * {
  height: 100%;
  width: 100%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute; }

@media screen and (max-width: 420px) {
  .share-button.code {
    display: none; }
  .vjs-video-container.vjs-responsive .vjs-poster {
    background-position: 50% calc(50% - 20px);
    /*ie9+*/ }
  .vjs-video-container.vjs-responsive .vjs-title {
    display: none; }
  .vjs-video-container.vjs-responsive video,
  .vjs-video-container.vjs-responsive object,
  .vjs-video-container.vjs-responsive .VPAID-container {
    top: 0px; }
  .vjs-video-container.vjs-responsive:before {
    padding-bottom: 50px;
    /* control bar and title*/ } }

.vjs-video-container .video-js.vjs-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10050; }
  .vjs-video-container .video-js.vjs-fullscreen .vjs-title {
    /* transition */
    -webkit-transition: transform 200ms;
    -moz-transition: transform 200ms;
    -o-transition: transform 200ms;
    transition: transform 200ms; }
  .vjs-video-container .video-js.vjs-fullscreen.vjs-playing .vjs-title {
    /* transform */
    -webkit-transform: translateY(-36px);
    -moz-transform: translateY(-36px);
    -ms-transform: translateY(-36px);
    -o-transform: translateY(-36px);
    transform: translateY(-36px); }
  .vjs-video-container .video-js.vjs-fullscreen.video-js {
    background-color: #000; }

.vjs-video-container .vjs-fullscreen video,
.vjs-video-container .vjs-fullscreen object {
  height: 100% !important;
  top: 0;
  bottom: 0; }

.vjs-fullscreen.vjs-user-active .vjs-title {
  /* transform */
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.vjs-video-container {
  position: relative;
  width: 100%;
  /* desired width */
  overflow: hidden;
  margin-bottom: 20px; }

.vjs-video-container:before {
  content: "";
  display: block;
  padding-top: 56.2%;
  /* initial ratio of 16:9*/ }

.video-js.ima-ad-playing {
  padding-bottom: 0 !important; }

.vjs-tech {
  right: 0;
  bottom: 0;
  margin: auto; }

.video-js.vjs-ad-playing .vjs-big-play-button {
  display: none; }

.video-js.vjs-has-started.vjs-ad-playing .vjs-share-bar {
  display: none; }

.video-js.vjs-has-started.vjs-ad-playing .vjs-control-bar {
  visibility: visible;
  opacity: 1;
  bottom: -30px;
  background-color: black; }

.video-js.vjs-share-bar-enabled {
  margin-bottom: 60px; }
  .video-js.vjs-share-bar-enabled .vjs-share-bar {
    display: block; }

.vjs-button {
  border: 0;
  color: inherit;
  background-color: transparent; }

.ima-progress-div, .ima-volume-progress {
  background-color: #EA6500 !important; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

h1, h2, h3 { font-weight: normal; }


article, aside, details, figcaption, figure, footer, header, menu, nav, section { display: block; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

@font-face { font-family: ScoutLight; src: url(/wp-content/themes/vip/metrouk/css/../fonts/scout-light/scout-light.eot); src: url(/wp-content/themes/vip/metrouk/css/../fonts/scout-light/scout-light.eot?) format("embedded-opentype"), url(/wp-content/themes/vip/metrouk/css/../fonts/scout-light/scout-light.woff) format("woff"), url(/wp-content/themes/vip/metrouk/css/../fonts/scout-light/scout-light.ttf) format("truetype"), url(/wp-content/themes/vip/metrouk/css/../fonts/scout-light/scout-light.svg) format("svg"); font-style: normal; font-weight: normal; }

@font-face { font-family: ScoutBold; src: url(/wp-content/themes/vip/metrouk/css/../fonts/scout-bold/scout-bold.eot); src: url(/wp-content/themes/vip/metrouk/css/../fonts/scout-bold/scout-bold.eot?) format("embedded-opentype"), url(/wp-content/themes/vip/metrouk/css/../fonts/scout-bold/scout-bold.woff) format("woff"), url(/wp-content/themes/vip/metrouk/css/../fonts/scout-bold/scout-bold.ttf) format("truetype"), url(/wp-content/themes/vip/metrouk/css/../fonts/scout-bold/scout-bold.svg) format("svg"); font-style: normal; font-weight: normal; }


.clearfix:before, .clearfix:after { content: ""; display: table; }

.clearfix:after { clear: both; }

.clearfix { zoom: 1; }


.flt-r { float: right; }

.flt-l { float: left; }

.clear { clear: both; }


.p10t { padding-top: 10px; }

.p10b { padding-bottom: 10px; }

.p10l { padding-left: 10px; }

.p10r { padding-right: 10px; }

.p10y { padding-top: 10px; padding-bottom: 10px; }

.p10x { padding-left: 10px; padding-right: 10px; }

.p20t { padding-top: 20px; }

.p20b { padding-bottom: 20px; }

.p20l { padding-left: 20px; }

.p20r { padding-right: 20px; }

.p20y { padding-top: 20px; padding-bottom: 20px; }

.p20x { padding-left: 20px; padding-right: 20px; }


.m10t { margin-top: 10px; }

.m10b { margin-bottom: 10px; }

.m10l { margin-left: 10px; }

.m10r { margin-right: 10px; }

.m10y { margin-top: 10px; margin-bottom: 10px; }

.m10x { margin-left: 10px; margin-right: 10px; }

.m20t { margin-top: 20px; }

.m20b { margin-bottom: 20px; }

.m20l { margin-left: 20px; }

.m20r { margin-right: 20px; }

.m20y { margin-top: 20px; margin-bottom: 20px; }

.m20x { margin-left: 20px; margin-right: 20px; }

.m60l { margin-left: 60px; }

.m85l { margin-left: 85px; }


.hidden, .display-none { display: none !important; }

.display-block { display: block; }

.display-table-cell { display: table-cell; }

@media (max-width: 767px) { .hidden-sm-down { display: none !important; } }

@media (min-width: 768px) { .hidden-md-up { display: none !important; } }

@media (max-width: 1023px) { .hidden-md-down { display: none !important; } }

@media (min-width: 1024px) { .hidden-lg-up { display: none !important; } }


.hide-text { font: 0px/0px a !important; text-shadow: none !important; color: transparent !important; }

.f_12 { font-size: 1.2em; }

.lh_13 { line-height: 1.3em; }

.small-grey { font-size: 12px; color: #aaa; }

.alt-font-bold { font-family: ScoutBold, Arial, Helvetica, sans-serif; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }


.no-underline, .no-underline:hover { text-decoration: none; }


.overflow-y-off { overflow-y: hidden; }

html.overflow-y-off { overflow-y: hidden; }

html.overflow-y-off body { overflow-y: hidden; }


.error { font-size: 12px; padding: 0 0 5px 0; color: #FF0000; }

input.error, textarea.error { background: #FFD2D2; color: #000000; }

.alert-danger { color: #a94442; background-color: #f2dede; border-color: #ebccd1; }


@font-face { font-family: 'icomoon'; src: url(/wp-content/themes/vip/metrouk/css/../fonts/icomoon/icomoon.eot?wdftn0); src: url(/wp-content/themes/vip/metrouk/css/../fonts/icomoon/icomoon.eot?wdftn0#iefix) format("embedded-opentype"), url(/wp-content/themes/vip/metrouk/css/../fonts/icomoon/icomoon.ttf?wdftn0) format("truetype"), url(/wp-content/themes/vip/metrouk/css/../fonts/icomoon/icomoon.woff?wdftn0) format("woff"), url(/wp-content/themes/vip/metrouk/css/../fonts/icomoon/icomoon.svg?wdftn0#icomoon) format("svg"); font-weight: normal; font-style: normal; }

.icon { font-family: 'icomoon'; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.related-posts-main .icon, .mosaic-item .icon, .md-close .icon, .game-again .icon { position: absolute; bottom: 0; left: 0; background-color: #020202; background-color: rgba(0, 0, 0, 0.7); color: #fff; }

.icon-external:before { content: "\e901"; }

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

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

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

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

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

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

.icon-sad:before { content: "\e60c"; }

.icon-shocked:before { content: "\e60d"; }

.icon-smile:before { content: "\e60e"; }

.icon-tongue:before { content: "\e60f"; }

.icon-wondering:before { content: "\e610"; }

.icon-happy:before { content: "\e611"; }

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

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

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

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

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

.icon-camera:before { content: "\e002"; }

.icon-gallery:before { content: "\e002"; }

.icon-star:before { content: "\e000"; }

.icon-star-2:before { content: "\e003"; }

.icon-star-3:before { content: "\e004"; }

.icon-play:before { content: "\e005"; }

.icon-user:before { content: "\e001"; }

.icon-home:before { content: "\e006"; }

.icon-pencil:before { content: "\e007"; }

.icon-pencil-2:before { content: "\e008"; }

.icon-file:before { content: "\e009"; }

.icon-file-2:before { content: "\e00a"; }

.icon-email:before { content: "\e00b"; }

.icon-email-2:before { content: "\e900"; }

.icon-expand:before { content: "\e00c"; }

.icon-cog:before { content: "\e00d"; }

.icon-contract:before { content: "\e00e"; }

.icon-bubble:before { content: "\e00f"; }

.icon-undo:before { content: "\e010"; }

.icon-redo:before { content: "\e011"; }

.icon-bookmark:before { content: "\e013"; }

.icon-bookmarks:before { content: "\e014"; }

.icon-link:before { content: "\e015"; }

.icon-checkmark:before { content: "\e017"; }

.icon-minus:before { content: "\e018"; }

.icon-plus:before { content: "\e019"; }

.icon-loop:before { content: "\e01a"; }

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

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

.icon-google-plus:before { content: "\e01c"; }

.icon-google-plus-2:before { content: "\e01d"; }

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

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

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

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

.icon-wordpress:before { content: "\e023"; }

.icon-pinterest:before { content: "\e022"; }

.icon-pinterest-2:before { content: "\e024"; }

.icon-trashcan:before { content: "\e025"; }

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

.icon-pencil-3:before { content: "\e026"; }

.icon-info:before { content: "\e027"; }

.icon-search:before { content: "\e028"; }

.icon-attachment:before { content: "\e029"; }

.icon-share:before { content: "\e02a"; }

.icon-arrow-left:before { content: "\e02b"; }

.icon-arrow-down-left:before { content: "\e02c"; }

.icon-arrow-down:before { content: "\e02d"; }

.icon-arrow-down-right:before { content: "\e02e"; }

.icon-arrow-right:before { content: "\e02f"; }

.icon-arrow-up-right:before { content: "\e030"; }

.icon-arrow-up:before { content: "\e031"; }

.icon-arrow-up-left:before { content: "\e032"; }

.icon-volume-mute:before { content: "\e034"; }

.icon-earth:before { content: "\e035"; }

.icon-youtube:before { content: "\e033"; }

.icon-youtube-2:before { content: "\e037"; }

.icon-video:before { content: "\e037"; }

.icon-volume-medium:before { content: "\e038"; }

.icon-pencil-4:before { content: "\e036"; }

.icon-flickr:before { content: "\e039"; }

.icon-flickr-2:before { content: "\e03a"; }

.icon-feed:before { content: "\e03b"; }

.icon-feed-2:before { content: "\e03c"; }

.icon-linkedin:before { content: "\e047"; }

.icon-code:before { content: "\e048"; }

.icon-screen:before { content: "\e04b"; }

.icon-laptop:before { content: "\e04c"; }

.icon-mobile:before { content: "\e04d"; }

.icon-mobile-2:before { content: "\e04e"; }

.icon-tablet:before { content: "\e04f"; }

.icon-print:before { content: "\e049"; }

.icon-calendar:before { content: "\e050"; }

.icon-quotes-left:before { content: "\e053"; }

.icon-tag:before { content: "\e054"; }

.icon-spinner:before { content: "\e055"; }

.icon-clock:before { content: "\e056"; }

.icon-uniF000:before { content: "\f000"; }
body { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-size-adjust: 100%; height: 100%; font-family: ScoutLight, Arial, Helvetica, sans-serif; font-size: 62.5%; color: black; background: white; min-width: 320px; }

b, strong, .bold { font-weight: bold; }

p em { font-style: italic; }

#topBar, #page-bottom { margin: 0 auto; }

#pageBody { position: relative; margin: 0 auto; min-height: 720px; }

#pageBody[style] { overflow: hidden !important; }

.col-a { float: none; clear: both; width: 100%; }

.col-b { float: none; clear: both; width: 100%; }

.col-abc { clear: both; }

.col-abc .centred-block { font-size: 16px; }

.percent100 { max-width: 100%; }

#pageTop { position: relative; z-index: 10; padding-left: 10px; padding-right: 10px; background-color: #fff; }

.ie7 #pageTop, .ie8 #pageTop, .ie9 #pageTop { padding-bottom: 60px !important; }

.content { position: relative; font-size: 1.4em; }

.side-by-side { overflow: hidden; font-size: 16px; margin: 20px 0 0; }

.sbs-article { margin-bottom: 20px; }

.side-by-side > a { display: block; position: relative; float: left; width: 49%; }

.sbs-thumb-link { margin-right: 2%; }

.side-by-side img { display: block; max-width: 100%; height: auto; margin-bottom: 5px; }

.widget .mor-static a { color: #ea6400; }

.widget .mor-static a:visited, .widget .mor-static a:hover { color: #a34600; text-decoration: none; }

.sbs-title { font-family: ScoutBold, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 1.1; }

.sbs-title:hover { text-decoration: none; }

#page-bottom-container { visibility: hidden; display: none; background: #fff; position: relative; z-index: 0; max-width: 988px; margin: 0 auto; }

.page #page-bottom-container, .tag #page-bottom-container, .author #page-bottom-container, .archive #page-bottom-container, .newsfeed-end #page-bottom-container { visibility: visible; display: block; }

.page .metro-spinner.feed, .tag .metro-spinner.feed, .author .metro-spinner.feed, .archive .metro-spinner.feed, .newsfeed-end .metro-spinner.feed { display: none; }

.category #page-bottom-container { visibility: hidden; }

.category.newsfeed-end #page-bottom-container { visibility: visible; }

a { font-family: ScoutBold, Arial, Helvetica, sans-serif; color: #ea6400; text-decoration: none; }

a:hover { color: #a34600; }

#content blockquote { font-family: ScoutBold, Arial, Helvetica, sans-serif; width: 100%; margin: 1em 0; padding: 0 25px; line-height: 1.2; float: none; font-style: italic; position: relative; box-sizing: border-box; }

#content blockquote:before, #content blockquote:after { font-size: 60px; color: #8e8e8e; font-style: normal; }

#content blockquote:before { content: '\201C'; position: absolute; top: -15px; left: -2px; }

#content blockquote:after { content: '\201D'; position: absolute; margin-left: 8px; margin-top: -11px; }

#content blockquote p:last-child { display: inline; }

.article-body blockquote p:last-child { margin-bottom: 0; }

.ie7 blockquote p, .ie8 blockquote p { margin-bottom: 0 !important; }


.type-post ol { margin: 0 0 1em 1em; padding-left: 2em; list-style: decimal outside; }

.type-post ol ol { margin-bottom: 0; }

.type-post ul { margin: 0 0 1em 1em; padding-left: 2em; list-style: disc outside; }

.type-post ul ul { margin-bottom: 0; list-style: circle; }

.type-post li { margin: 0; padding: 0; }

.box { display: inline-block; padding: 15px; margin-bottom: 20px; border: 1px solid #dedede; background: #f3f3f3; line-height: 1.2em; font-size: 1em; }

.ie7 .box { display: inline; zoom: 1; }

.content .title-link, .sidebar .title-link { color: black; }

.content .title-link:hover, .sidebar .title-link:hover { background: inherit; color: black; }

li { margin-bottom: 0.5em; }

.small_link { font-size: 1.4em; }


.tiles { clear: both; margin: 0 -10px 20px 0; }

.tiles .teaser { position: relative; margin: 0 2.8% 10px 0; float: left; height: auto !important; border-top: 3px solid #666; }

.tiles .teaser a { text-decoration: none; }

.tiles .teaser a.post { color: black; }

.tiles .teaser a:hover { text-decoration: underline; }

.tiles .teaser.highlight { background-color: #ddd; }

.tiles .teaser.wide, .tiles .teaser.hero_large { border-top: 0; }

.tiles .teaser img { width: 100% !important; }

.tiles .teaser.wide .category { display: none; }

.tiles .teaser.quote-container { box-sizing: border-box; padding: 10px; background: #f3f3f3; border-top-color: #f3f3f3; }

.tiles .quote-container a:hover { text-decoration: none; }

.has-hover .tiles .quote-container a:hover .quote { text-decoration: underline; }

.tiles .teaser .quote { font-size: 24px; line-height: 24px; font-family: ScoutBold, Arial, Helvetica, sans-serif; font-style: italic; color: black; margin: 0; }

a:hover .quote { text-decoration: none; }

.tiles .teaser.highlight .quote { padding: 20px 10px 0 10px; }

.tiles .teaser .attrib { font-size: 12px; color: #666; padding-top: 10px; text-align: right; font-style: italic; }

.excerpt .post-type { margin-right: 5px; margin-bottom: 0; }

h1 .post-type, h2 .post-type, h3 .post-type { position: relative; top: -1px; vertical-align: middle; margin-right: 5px; margin-bottom: 0; font-family: Arial, Helvetica, sans-serif; }

.tiles .teaser .title { font-size: 16px; font-family: ScoutBold, Arial, Helvetica, sans-serif; line-height: 16px; padding: 8px 0 0 0; }

.tiles .teaser.wide .title { font-size: 24px; line-height: 24px; }

.tiles .teaser.highlight .title { font-size: 18px; line-height: 20px; color: black; padding: 8px 10px 0 10px; }

.tiles .teaser .excerpt { padding: 5px 0 10px 0; }

.tiles .teaser.highlight .excerpt { color: black; padding: 8px 10px 10px 10px; }

.tiles .teaser.hero_large .excerpt { padding: 10px 0; font-size: 14px; }

.tiles .teaser img { display: block; }

.tiles .rating { margin-top: 5px; }

.tiles .highlight .rating { margin-left: 10px; }


.cat-parent-news.teaser { border-top-color: #193989; }

.cat-parent-news.teaser .category { background-color: #193989; }

.cat-parent-news.teaser .quote { color: #193989; background-position: 0px 0px; }

.cat-parent-sport.teaser { border-top-color: #ba001f; }

.cat-parent-sport.teaser .category { background-color: #ba001f; }

.cat-parent-sport.teaser .quote { color: #ba001f; background-position: -1250px 0px; }

.cat-parent-entertainment.teaser { border-top-color: #0081c7; }

.cat-parent-entertainment.teaser .category { background-color: #0081c7; }

.cat-parent-entertainment.teaser .quote { color: #0081c7; background-position: -1000px 0px; }

.cat-parent-lifestyle.teaser { border-top-color: #6d1f80; }

.cat-parent-lifestyle.teaser .category { background-color: #6d1f80; }

.cat-parent-lifestyle.teaser .quote { color: #6d1f80; background-position: -750px 0px; }

hr { border: 0; border-bottom: 1px dotted #869bd2; }


.widget_metro_brightcove_video_carousel_widget { height: 380px; }


.ad-slot-container > * { margin: 0 auto; }

.ad-slot { display: none; text-align: center; }

#ad-special { height: 1px; }


.jobs { width: 300px; overflow: hidden; margin: 20px auto 0; }

.job { float: left; max-width: 144px; margin: 0 auto 20px; font-size: 12px; }

.job.odd { margin-right: 10px; }

.jobs a { text-decoration: none; }

.jobs .logo { width: 144px; height: 84px; margin-bottom: 5px; border: 1px solid #ccc; background-position: center center; background-repeat: no-repeat; text-indent: -9999px; }

.jobs .title { margin-bottom: 5px; font-size: 12px; }

.jobs a:hover .title { text-decoration: underline; }

.jobs .salary { margin-bottom: 5px; color: black; }

.jobs .location { color: #999; }

#jobs-content .link-list-inline { width: 90%; margin: 20px auto 0; text-align: center; }

#jobs-content .link-list-inline a { display: inline-block; padding-right: 10px; margin-right: 10px; margin-bottom: 10px; border-right: 1px solid #ccc; font-size: 14px; }

#jobs-content .link-list-inline a:last-child { padding-right: 0; margin-right: 0; border-right: none; }

#jobs-content .centred-block { margin: 10px auto; line-height: 1.2; font-size: 14px; color: #666; }

.ie8 .author-box { background-image: none !important; }

#sticky-elements { width: 300px; }

.flyer-story { display: none; position: fixed; -webkit-backface-visibility: hidden; backface-visibility: hidden; display: block; bottom: 0; width: 260px; padding: 10px 10px 20px 10px; min-height: 73px; font-size: 16px; line-height: 1.1; color: #999; background-color: #fff; border-top: 1px solid #999; border-left: 1px solid #999; -webkit-transition: right .5s ease-in-out; transition: right .5s ease-in-out; z-index: 999; }

.flyer-story a { color: inherit; }

.flyer-story h2 { position: relative; overflow: hidden; margin-bottom: 10px; }

.flyer-story h2:after { position: absolute; bottom: 0; left: 0; width: 100%; content: ""; border-bottom: 3px solid #939598; }

.flyer-story.flyer-hidden { right: -100%; }

.flyer-story.flyer-visible { right: 0; }

.flyer-story .text { position: relative; display: inline-block; font-size: 16px; line-height: 1.3; border-bottom: 3px solid #e40135; padding: 0 15px 0 0; color: #e40135; z-index: 2; }

.flyer-story .text:before, .flyer-story .text:after { position: absolute; content: ""; width: 0px; height: 0px; border-style: solid; }

.flyer-story .text:before { right: -8px; bottom: -8px; border-width: 8px 8px 0 0; border-color: #fff transparent transparent transparent; z-index: 2; color: #fff; }

.flyer-story .text:after { right: -3px; bottom: -3px; border-style: solid; border-width: 3px 3px 0 0; border-color: #e40135 transparent transparent transparent; z-index: 3; }

.close-flyer { position: absolute; display: block; top: 3px; right: 0; font-size: 11px; width: 11px; background-color: transparent; color: #999; padding: 10px; z-index: 1000; text-align: center; cursor: pointer; }

.remove-flyer { font-size: 10px; cursor: pointer; margin-top: 10px; }

.remove-flyer:hover { text-decoration: underline; }

.next:hover .next-story-full { display: block; }

.next-story-full { display: none; position: absolute; top: -10px; right: 28px; width: 250px; padding: 9px; height: 63px; font-size: 12px; line-height: 1.2em; color: #999; background-color: #fff; border: 1px solid #999; border-right: none; }

.next-story-full img { float: left; width: 114px; height: 63px; }

.next-story-full .text { margin-left: 124px; }

.metro-tweet:hover { background-color: #069eec; color: #fff; text-decoration: none; }

.metro-tweet:hover span { background: url(/wp-content/themes/vip/metrouk/css/../img/sprite_tweet_quote.png?10) -22px 0 no-repeat; }

.metro-tweet span { position: relative; top: 2px; margin-left: 2px; padding: 0 7px; background: url(/wp-content/themes/vip/metrouk/css/../img/sprite_tweet_quote.png?10) 1px 0 no-repeat; -webkit-transition: all .3s ease-out; transition: all .3s ease-out; }

.met-homescreen-prompt { background-color: #ddd; color: #000; font-size: 17px; height: 50px; }

.mhp-icon { display: inline-block; width: 40px; height: 40px; margin: 0 7px 0px 10px; vertical-align: middle; }

.mhp-msg { display: inline-block; padding-top: 14px; }

.mhp-btn { display: inline-block; float: right; margin-top: 9px; margin-right: 10px; margin-left: 5px; position: relative; background: #eee; background-image: -webkit-linear-gradient(top, #fff, #ddd); background-image: linear-gradient(to bottom, #fff, #ddd); border-radius: 7px; font-size: 16px; padding: 5px 15px; border: 1px solid #aaa; }

.mhp-instructions { display: none; font-size: 20px; color: #000; }

.mhp-step { padding: 10px 12px 9px; border-bottom: 1px solid #ccc; margin: 0; min-width: 250px; }

.mhp-step:nth-of-type(1) { padding-top: 4px; padding-bottom: 7px; }

.mhp-step1-icon { width: 20px; height: 29px; vertical-align: text-bottom; margin-left: 3px; }

.mhp-bullet1 { margin-right: 3px; }

#actionbar { display: none; }
@charset "UTF-8";

#masthead { box-sizing: border-box; position: fixed; left: 0; width: 100%; top: 0; height: 50px; min-width: 320px; margin-top: 50px; background-color: #fff; z-index: 1001; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transform: translateX(0); transform: translateX(0); -webkit-transition: -webkit-transform .5s ease; transition: transform .5s ease; }

#masthead.isHidden { -webkit-transform: translate3d(0, -50px, 0) !important; transform: translate3d(0, -50px, 0) !important; }

#page-container { margin-top: 10px; padding-top: 100px; }

.show-legals #masthead { margin-top: 70px; }

.show-legals #page-container { margin-top: 30px; }

.admin-bar #masthead { z-index: 1000000; }

.metro_ads_leaderboard_all_off #masthead, .metro_ads_leaderboard_small_off #masthead { top: 0; margin-top: 0; }

.metro_ads_leaderboard_all_off #page-container, .metro_ads_leaderboard_small_off #page-container { margin-top: 10px; padding-top: 50px; }

.metro_ads_leaderboard_all_off.show-legals #masthead, .metro_ads_leaderboard_small_off.show-legals #masthead { margin-top: 20px; }

.metro_ads_leaderboard_all_off.show-legals #page-container, .metro_ads_leaderboard_small_off.show-legals #page-container { margin-top: 30px; }

.metro_ads_leaderboard_all_off.admin-bar #page-container, .metro_ads_leaderboard_small_off.admin-bar #page-container { margin-top: 10px; padding-top: 50px; }

.metro_ads_leaderboard_all_off.show-legals.admin-bar #page-container, .metro_ads_leaderboard_small_off.show-legals.admin-bar #page-container { margin-top: 30px; }

.metro-nav-open { position: fixed; overflow: hidden; }

.metro-nav-open #masthead { min-height: 100%; overflow-y: scroll; }

.metro-phone-app #masthead { display: none; }

#metro-logo { display: block; position: relative; float: none; width: 100px; max-height: 100px; margin-right: 10px; margin-bottom: 10px; background-position: left 0; float: left; }


#date { display: block; float: right; clear: none; font-family: ScoutBold, Arial, Helvetica, sans-serif; text-transform: uppercase; text-align: left; }

#date .day { display: block; padding-top: 5px; font-size: 30px; color: #AAA; }

#date .month { font-size: 20px; }


.nav-control { background-color: #f1f1f1; height: 50px; cursor: pointer; width: 50px; line-height: 50px; color: #999; text-align: center; font-size: 2em; position: absolute; top: 0; right: 0; left: initial; }

.nav-control:hover { color: black; }

nav.main-nav-container-mobile { height: 50px; background-color: #f1f1f1; margin-right: 50px; }

nav.main-nav-container-mobile a { width: 49%; text-transform: uppercase; line-height: 50px; text-align: center; display: inline-block; float: left; font-size: 14px; border-right: 1px solid white; }

nav.main-nav-container-mobile a:nth-child(1) { border-left: 1px solid white; color: #fc1049; }

nav.main-nav-container-mobile a:nth-child(1):hover { color: white; background-color: #fc1049; }

nav.main-nav-container-mobile a:nth-child(1).active { color: white; background-color: #fc1049; }

nav.main-nav-container-mobile a:nth-child(2) { color: #f78b25; }

nav.main-nav-container-mobile a:nth-child(2):hover { color: white; background-color: #f78b25; }

nav.main-nav-container-mobile a:nth-child(2).active { color: white; background-color: #f78b25; }

.main-nav-container { margin-left: 100px; margin-bottom: 10px; height: 50px; -webkit-transform: translateX(0); transform: translateX(0); -webkit-transition: -webkit-transform 0.3s ease; transition: transform 0.3s ease; }

.nav-strap { padding-left: 10px; background: #ffc000; line-height: 40px; display: none; }

.nav-strap-text { font-family: ScoutBold, Arial, Helvetica, sans-serif; font-size: 15px; text-transform: uppercase; }

.nav-strap-logo { display: none; width: 70px; height: 40px; line-height: 40px; background: url(/wp-content/themes/vip/metrouk/css/../img/branding/metro-logo-black.svg) no-repeat 0 12px; background-size: 61px; }

.ie8 .nav-strap-logo { background: url(/wp-content/themes/vip/metrouk/css/../img/branding/metro-logo-black-56x15.png) no-repeat 0 12px; }

.nav-strap-shares { display: none; }

.nav-menu { display: none; background: #f1f1f1; margin-left: -110px; }

.nav-menu > li { margin-right: 0; margin-bottom: 0; vertical-align: middle; background: transparent; }

.nav-menu > li > a { display: block; overflow: hidden; box-sizing: border-box; padding: 0 20px; font-family: ScoutBold, Arial, Helvetica, sans-serif; font-size: 18px; line-height: 35px; color: black; text-decoration: none; text-transform: uppercase; }

.nav-menu > .menu-item-home { background: #292929; }

.ie7 .nav-menu a, .ie8 .nav-menu a { background-color: inherit; }

.metro-nav-open .nav-control { color: black; }

.metro-nav-open .nav-control:hover { color: black; }

.metro-nav-open .nav-control:before { content: "\e604"; }

.metro-nav-open .main-nav-container { top: 0; right: 10px; bottom: -2px; left: 10px; height: auto; }

.metro-nav-open .main-nav-container { top: 50px; }

.metro-nav-open .nav-menu { display: block; }

.main-nav-container .sub-menu, .footer-nav .sub-menu { display: block; overflow: hidden; background: white; font-size: 15px; text-transform: uppercase; }

.main-nav-container .sub-menu a, .footer-nav .sub-menu a { display: block; padding: 0 20px; font-size: 14px; line-height: 30px; color: black; text-decoration: none; }

.main-nav-container .sub-menu li, .footer-nav .sub-menu li { display: block; float: left; width: 50%; margin-bottom: 0; }

.main-nav-container .sub-menu li.nav-menu-item-tablet, .footer-nav .sub-menu li.nav-menu-item-tablet { display: none; }

.has-hover .nav-menu a:hover, .nav-menu ul li.current-menu-item > a, ul li ul li.current-menu-item > a, .has-hover .nav-menu .more:hover > a { text-decoration: none; }

.subnav-filler { display: none; }

.menu-item-more > a:after { content: '»'; display: inline-block; margin-left: 10px; vertical-align: middle; -webkit-transform: rotate(90deg); transform: rotate(90deg); }

.ie8 .menu-item-more > a:after { display: none; }

#masthead .search > a:before, .footer-nav .search > a:before { content: "\e028"; display: inline-block; position: static; float: left; line-height: 35px; margin-right: 7px; font-family: 'icomoon'; font-weight: normal; -webkit-font-smoothing: antialiased; color: black; bottom: 0; left: 0; }

.no-js #masthead, .no-js .main-nav-container { position: static; }

.no-js .nav-control { display: none; }

.no-js .nav-menu { display: block; position: static; margin-top: 10px; }

.follow-icon { display: block; float: left; color: white !important; text-align: center; }

.follow-icon .icon { vertical-align: middle; font-size: 24px; }

.follow-icon.facebook { background: #3b5998; }

.follow-icon.facebook:hover { background: #1f3666 !important; }

.follow-icon.twitter { background: #17abed; }

.follow-icon.twitter:hover { background: #0e88bf !important; }

.follow-icon.instagram { background: #125688; }

.follow-icon.instagram:hover { background: #003D6F !important; }

.follow-icon.pinterest { background: #cb2027; }

.follow-icon.pinterest:hover { background: #B2070E !important; }

.nav-follow { overflow: hidden; padding: 20px 20px 30px; }

.nav-follow > span { display: block; font-family: ScoutBold, Arial, Helvetica, sans-serif; font-size: 18px; line-height: 35px; color: black; text-transform: uppercase; }

.nav-follow .follow-icon { width: 25%; height: 50px; padding: 0; }

.nav-follow .follow-icon .icon { line-height: 50px; }

.cookie-notice { display: none; position: fixed; top: 0; right: 0; left: 0; z-index: 10000000000; padding: 5px 0 5px 10px; background: #eaeaea; }

#masthead-follow { display: none; position: absolute; top: 88px; right: 10px; text-align: center; }

#masthead-follow .follow-icon { width: 35px; height: 35px; margin-left: 5px; }

#masthead-follow .follow-icon:first-child { margin-left: 0; }

#masthead-follow .follow-icon .icon { line-height: 35px; }

.browsehappy { margin: 0 0 10px; background: #f1f1f1; color: #000; padding: 10px; font-size: 16px; text-align: center; }

.browsehappy a { text-decoration: underline; }

.browsehappy .icon { position: static; margin-right: 2px; vertical-align: middle; font-size: 18px; color: #666; background: transparent; }
#page-bottom { position: relative; }

#ad-choices { height: 14px; padding-left: 16px; background: url(/wp-content/themes/vip/metrouk/css/../img/sprite.png?10) no-repeat -46px -48px; }

.met-breadcrumb { margin-bottom: 20px; font-size: 17px; font-family: ScoutBold, Arial, Helvetica, sans-serif; }

.met-crumb-text { color: #ea6400; }

a.met-crumb-text:hover, a.met-crumb-text:visited { color: #a34600; }

.footer-links { position: relative; background: #f1f1f1; }

.footer-links .main-nav-container-mobile { display: none; }

.powered-by:after { content: ' | '; display: inline-block; margin: 0 10px; }

.footer-follow a { display: block; float: left; width: 50%; padding: 15px 0; text-align: center; color: white; cursor: pointer; font-family: ScoutBold, Arial, Helvetica, sans-serif; font-size: 16px; }

.footer-follow .icon { margin-right: 0.5em; font-size: 20px; vertical-align: middle; }

.footer-follow span { vertical-align: middle; }

.footer-follow .facebook { background: #3b5998; }

.footer-follow .facebook:hover { background-color: #1f3666; }

.footer-follow .twitter { background: #17abed; }

.footer-follow .twitter:hover { background-color: #0e88bf; }

.footer-promo .widget_text { margin: 0; }

.foo-left { display: none; }

#back-to-top { display: block; line-height: 40px; text-align: center; color: black; font-size: 16px; text-transform: uppercase; }

#back-to-top:after { display: inline-block; content: "\00BB"; font-family: ScoutBold, Arial, Helvetica, sans-serif; font-size: 16px; padding: 0 3px; -webkit-transform: rotate(270deg); transform: rotate(270deg); }

@media screen and (min-width: 768px) { #back-to-top { position: absolute; top: -40px; right: 0; } }

@media screen and (min-width: 1024px) { .foo-left { display: block; float: left; width: 50%; min-height: 160px; box-sizing: border-box; }
  .foo-right { float: left; width: 50%; box-sizing: border-box; } }

#wpstats { position: fixed; bottom: 10px; left: 10px; visibility: hidden; }
