@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling user zoom.
*/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/*** Remove default margin. */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
*/
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
*/
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
*/
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
*/
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
*/
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
*/
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
*/
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type `input` and others.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
*/
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
*/
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
*/
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
/* legend {
    border: 0; /* 1
    padding: 0; /* 2
} */
legend {
  float: left;
  width: 100%;
  margin-bottom: 0.5rem;
  font-size: calc(2.2rem + 0.3vw);
  line-height: inherit;
  border: 0;
  padding: 0 0 20px 0; }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/*  Syntax Quick Reference
  --------------------------
  column($ratios: 1, $offset: 0, $cycle: 0, $uncycle: 0, $gutter: $jeet-gutter)
  span($ratio: 1, $offset: 0)
  shift($ratios: 0, $col_or_span: column, $gutter: $jeet-gutter)
  unshift()
  edit()
  center($max_width: 1410px, $pad: 0)
  stack($pad: 0, $align: false)
  unstack()
  align($direction: both)
  cf()
*/
/**
 * Grid settings.
 * All values are defaults and can therefore be easily overidden.
 */
/**
 * List functions courtesy of the wonderful folks at Team Sass.
 * Check out their awesome grid: Singularity.
 */
/**
 * Get  percentage from a given ratio.
 * @param {number} [$ratio=1] - The column ratio of the element.
 * @returns {number} - The percentage value.
 */
/**
 * Work out the column widths based on the ratio and gutter sizes.
 * @param {number} [$ratios=1] - The column ratio of the element.
 * @param {number} [$gutter=$jeet-gutter] - The gutter for the column.
 * @returns {list} $width $gutter - A list containing the with and gutter for the element.
 */
/**
 * Get the set layout direction for the project.
 * @returns {string} $direction - The layout direction.
 */
/**
 * Replace a specified list value with a new value (uses built in set-nth() if available)
 * @param {list} $list - The list of values you want to alter.
 * @param {number} $index - The index of the list item you want to replace.
 * @param {*} $value - The value you want to replace $index with.
 * @returns {list} $list - The list with the value replaced or removed.
 * @warn if an invalid index is supplied.
 */
/**
 * Reverse a list (progressively enhanced for Sass 3.3)
 * @param {list} $list - The list of values you want to reverse.
 * @returns {list} $result - The reversed list.
 */
/**
 * Get the opposite direction to a given value.
 * @param {string} $dir - The direction you want the opposite of.
 * @returns {string} - The opposite direction to $dir.
 * @warn if an incorrect string is provided.
 */
/**
 * Perform a value into a percentage value.
 * @param {number} $value - The value which should be converted.
 * @returns {number} $value - The percentage.
 */
/**
 * Style an element as a column with a gutter.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$offset=0] - A offset specified as a fraction (see $ratios).
 * @param {number} [$cycle=0] - Easily create an nth column grid where $cycle equals the number of columns.
 * @param {number} [$uncycle=0] - Undo a previous cycle value to allow for a new one.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * Aliases for j-column().
 */
/**
 * Get the width of a column and nothing else.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * Aliases for j-column-width().
 */
/**
 * Get the gutter size of a column and nothing else.
 * @param {number} [ratios=1] - A width relative to its container as a fraction.
 * @param {number} [gutter=jeet.gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * Alias for j-column-gutter().
 */
/**
 * Style an element as a column without any gutters for a seamless row.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$offset=0] - A offset specified as a fraction (see $ratios).
 * @param {number} [cycle=0] - Easily create an nth column grid where cycle equals the number of columns.
 * @param {number} [uncycle=0] - Undo a previous cycle value to allow for a new one.
 */
/**
 * Alias for j-span().
 */
/**
 * Reorder columns without altering the HTML.
 * @param {number} [$ratios=0] - Specify how far along you want the element to move.
 * @param {string} [$col-or-span=column] - Specify whether the element has a gutter or not.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * Alias for j-shift().
 */
/**
 * Reset an element that has had shift() applied to it.
 */
/**
 * Alias for j-unshift().
 */
/**
 * View the grid and its layers for easy debugging.
 * @param {string} [$color=black] - The background tint applied.
 * @param {boolean} [$important=false] - Whether to apply the style as !important.
 */
/**
 * Aliases for j-edit().
 */
/**
 * Horizontally center an element.
 * @param {number} [$max-width=1410px] - The max width the element can be.
 * @param {number} [$pad=0] - Specify the element's left and right padding.
 */
/**
 * Alias for j-center().
 */
/**
 * Uncenter an element.
 */
/**
 * Alias for j-uncenter().
 */
/**
 * Stack an element so that nothing is either side of it.
 * @param {number} [$pad=0] - Specify the element's left and right padding.
 * @param {boolean/string} [$align=false] - Specify the text align for the element.
 */
/**
 * Alias for j-stack().
 */
/**
 * Unstack an element.
 */
/**
 * Alias for j-unstack().
 */
/**
 * Center an element on either or both axes.
 * @requires A parent container with relative positioning.
 * @param {string} [$direction=both] - Specify which axes to center the element on.
 */
/**
 * Alias for j-align().
 */
/**
 * Apply a clearfix to an element.
 */
/**
 * Alias for j-cf().
 */
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr; }

.royalSlider > * {
  float: left; }

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0); }

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden; }

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none; }

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0; }

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

.rsThumb {
  float: left;
  position: relative; }

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear; }

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center; }

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important; }

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none; }

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto; }

.rsContent {
  width: 100%;
  height: 100%;
  position: relative; }

.rsPreloader {
  position: absolute;
  z-index: 0; }

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22; }

.rsTabs {
  float: left;
  background: none !important; }

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVideoContainer {
  width: auto;
  height: auto;
  line-height: 0;
  position: relative; }

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s; }

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px; }

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15; }

img.rsImg {
  max-width: none; }

.grab-cursor {
  cursor: url("https://d1og0s8nlbd0hm.cloudfront.net/images/grab.png") 8 8, move; }

.grabbing-cursor {
  cursor: url("https://d1og0s8nlbd0hm.cloudfront.net/images/grabbing.png") 8 8, move; }

.rsNoDrag {
  cursor: auto; }

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif); }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/*  ==========================================================================
    Break Points
    ========================================================================== */
/* ==========================================================================
   Typography
   ========================================================================== */
/* ==========================================================================
   Colours
   ========================================================================== */
/* ==========================================================================
   Icons sprites sheet
   ========================================================================== */
/* ==========================================================================
   Easing animation bezier curves
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden, .skip-to-main {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active, .focusable.skip-to-main:active, .visuallyhidden.focusable:focus, .focusable.skip-to-main:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* html, body, .wrapper, main {
    height: 100%;
} */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

.wrapper {
  background: #1F1F1F;
  /* For browsers that do not support gradients */
  /* background: -webkit-linear-gradient(#ffffff, #0D0D0D); // For Safari 5.1 to 6.0
    background: -o-linear-gradient(#ffffff, #0D0D0D); // For Opera 11.1 to 12.0
    background: -moz-linear-gradient(#ffffff, #0D0D0D); // For Firefox 3.6 to 15
    background: linear-gradient(#ffffff, #0D0D0D); // Standard syntax */ }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #cecece;
  text-shadow: none; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

img, picture {
  margin: 0;
  max-width: 100%;
  height: auto; }

img {
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality; }

.content {
  padding: 20px; }

main {
  /* -webkit-font-smoothing: antialiased; */
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }

@font-face {
  font-family: tg4regular;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/tg4-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/tg4-regular-webfont.woff2") format("woff2"), url("../fonts/tg4-regular-webfont.woff") format("woff"), url("../fonts/tg4-regular-webfont.ttf") format("truetype"), url("../fonts/tg4-regular-webfont.svg#tg4regular") format("svg"); }

@font-face {
  font-family: tg4bold;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/tg4-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/tg4-bold-webfont.woff2") format("woff2"), url("../fonts/tg4-bold-webfont.woff") format("woff"), url("../fonts/tg4-bold-webfont.ttf") format("truetype"), url("../fonts/tg4-bold-webfont.svg#tg4bold") format("svg"); }

@font-face {
  font-family: tg4italic;
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/tg4-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/tg4-italic-webfont.woff2") format("woff2"), url("../fonts/tg4-italic-webfont.woff") format("woff"), url("../fonts/tg4-italic-webfont.ttf") format("truetype"), url("../fonts/tg4-italic-webfont.svg#tg4italic") format("svg"); }

@font-face {
  font-family: proxima-nova;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ProximaNova-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular-webfont.woff2") format("woff2"), url("../fonts/ProximaNova-Regular-webfont.woff") format("woff"), url("../fonts/ProximaNova-Regular-webfont.ttf") format("truetype"), url("../fonts/ProximaNova-Regular-webfont.svg#proxima-nova") format("svg"); }

@font-face {
  font-family: proxima-nova;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ProximaNova-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Semibold-webfont.woff2") format("woff2"), url("../fonts/ProximaNova-Semibold-webfont.woff") format("woff"), url("../fonts/ProximaNova-Semibold-webfont.ttf") format("truetype"), url("../fonts/ProximaNova-Semibold-webfont.svg#proxima-nova") format("svg"); }

@font-face {
  font-family: proxima-nova;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ProximaNova-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold-webfont.woff2") format("woff2"), url("../fonts/ProximaNova-Bold-webfont.woff") format("woff"), url("../fonts/ProximaNova-Bold-webfont.ttf") format("truetype"), url("../fonts/ProximaNova-Bold-webfont.svg#proxima-nova") format("svg"); }

@font-face {
  font-family: proxima-nova-condensed;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ProximaNovaCond-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaCond-Bold-webfont.woff2") format("woff2"), url("../fonts/ProximaNovaCond-Bold-webfont.woff") format("woff"), url("../fonts/ProximaNovaCond-Bold-webfont.ttf") format("truetype"), url("../fonts/ProximaNovaCond-Bold-webfont.svg#proxima-nova-condensed") format("svg"); }

@font-face {
  font-family: proxima-nova-medium;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ProximaSansMedium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaSansMedium-webfont.woff2") format("woff2"), url("../fonts/ProximaSansMedium-webfont.woff") format("woff"), url("../fonts/ProximaSansMedium-webfont.ttf") format("truetype"), url("../fonts/ProximaSansMedium-webfont.svg#proxima-nova-medium") format("svg"); }

@font-face {
  font-family: fslucasregular;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/FSLucasPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/FSLucasPro-Regular.woff2") format("woff2"), url("../fonts/FSLucasPro-Regular.woff") format("woff"), url("../fonts/FSLucasPro-Regular.ttf") format("truetype"), url("../fonts/FSLucasPro-Regular.svg#fslucasregular") format("svg"); }

@font-face {
  font-family: fslucasbold;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/FSLucasPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FSLucasPro-Bold.woff2") format("woff2"), url("../fonts/FSLucasPro-Bold.woff") format("woff"), url("../fonts/FSLucasPro-Bold.ttf") format("truetype"), url("../fonts/FSLucasPro-Bold.svg#fslucasbold") format("svg"); }

.ssoregular, .ssoheader-wrapper, .sso-main, .sso-main label, .sso-main input, .sso-login, .sso-login label, .sso-login input, .sso-mainCell, #first-name, #last-name, #display-name, #nationality, #residence, .modal-content, .modal-content input {
  font-family: "fslucasregular", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-style: normal; }

.ssosemibold {
  font-family: "fslucasregular", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-style: normal; }

.ssobold {
  font-family: "fslucasbold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  font-style: normal; }

.ssoitalic {
  font-family: "fslucasregular", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-style: italic; }

.regular, body, input,
label,
select, textarea,
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"],
select[multiple=multiple], .para-medium, .para-regular, .sched-date {
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-style: normal; }

.semibold {
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-style: normal; }

.bold, strong, .selMore, #main-menu, #sso-menu, .section-panel-rail-13 .player-title, .section-panel-rail-13 .player-title-lg, .para-bold, .view-btn, .lang-btn, .prog-episode-title, .section-title, .section-title-corporate, .section-title-bloc, .section-submenu-list li, .section-submenu-list-foghlaim li, .day-link, .sched-lists-title, .sched-item-sub, .sched-now-time, .news-art-title, .news-item-title, .news-item-sub, .news-btn, .award-year li, .showing-day, .plyrmods-wrapper .mod-1 div.white, .player-title, .foghlaim-title, .pagination, .genre-btn, .plyrText, .dvr-btn1, .dvr-btn2, .dvr-btn3, .dvrtitle, .player-title-md, .search-term, .comm-headtitle, .comm-date, .comm-head, .shop-title, .vote-constituency, .election-party-mnemonic-FF-seats span, .election-party-mnemonic-FG-seats span, .election-party-mnemonic-LAB-seats span, .election-party-mnemonic-LO-seats span, .election-party-mnemonic-D-P-seats span, .election-party-mnemonic-SOL-seats span, .election-party-mnemonic-SF-seats span, .election-party-mnemonic-IND-seats span, .election-party-mnemonic-NS-seats span, .election-party-mnemonic-SD span, .election-party-mnemonic-SD-seats span, .election-party-mnemonic-IFP-seats span, .election-party-mnemonic-DS-seats span, .election-party-mnemonic-WP-seats span, .election-party-mnemonic-GP-seats span, .election-party-mnemonic-CG-seats span, .election-party-mnemonic-AON-seats span, .election-party-mnemonic-IDP-seats span, .election-party-mnemonic-I4C-seats span, .election-party-mnemonic-NP-seats span, .election-party-mnemonic-UP-seats span, .election-party-mnemonic-II-seats span, .election-party-mnemonic-IP-seats span, .election-party-mnemonic-RTC-seats span, .election-party-mnemonic-REN-seats span, .election-party-mnemonic-WUA-seats span, .election-party-mnemonic-KIA-seats span, .election-party-mnemonic-DDI-seats span, .election-party-mnemonic-EIR-seats span, .election-party-mnemonic-PAW-seats span, .election-party-mnemonic-IF-seats span, .election-party-mnemonic-HRRA-seats span, .election-party-mnemonic-GLÓR-seats span, .election-party-mnemonic-100-RED-seats span {
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  font-style: normal; }

.italic, .prog-desc-en {
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-style: italic; }

.condensed, .player-genre {
  font-family: "proxima-nova-condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-style: normal; }

.medium {
  font-family: "proxima-nova-medium", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-style: normal; }

.tg4regular, .othersites-title, .header-title, .banner-title, .header-genre, .title-block, .hero-title, .headbox-title, .headplyr-title, .highlight-title {
  font-family: "tg4regular", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  font-style: normal; }

.tg4italic, em {
  font-family: "tg4italic", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  font-style: italic; }

.tg4bold {
  font-family: "tg4bold", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  font-style: normal; }

html {
  font-size: 62.5%; }

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  /* -webkit-font-smoothing: antialiased; */
  background-color: #1F1F1F;
  color: #353c40;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.5px; }
  @media (max-width: 450px) {
    body {
      font-size: 14px;
      font-size: 1.4rem; } }

h1, h2, h3, h4, h5, h6 {
  /* font-family: $header-font-family; */
  line-height: 1.25;
  font-weight: normal; }

h1 {
  font-size: 37px;
  font-size: 3.7rem; }
  @media (max-width: 450px) {
    h1 {
      font-size: 22px;
      font-size: 2.2rem; } }

h2 {
  font-size: 23px;
  font-size: 2.3rem; }
  @media (max-width: 450px) {
    h2 {
      font-size: 20px;
      font-size: 2rem; } }

h3 {
  font-size: 20px;
  font-size: 2rem; }
  @media (max-width: 450px) {
    h3 {
      font-size: 16px;
      font-size: 1.6rem; } }

h4 {
  font-size: 16px;
  font-size: 1.6rem; }
  @media (max-width: 450px) {
    h4 {
      font-size: 15px;
      font-size: 1.5rem; } }

h5 {
  font-size: 16px;
  font-size: 1.6rem; }

h6 {
  font-size: 16px;
  font-size: 1.6rem; }

p {
  margin: 0 0 0.8rem; }

a {
  color: #1F1F1F;
  text-decoration: none; }
  a:hover {
    color: black; }
  a:active, a:focus {
    color: black;
    outline: none; }

/* Boilerplate horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #1F1F1F;
  margin: 1.6rem 0;
  padding: 0; }

blockquote {
  /* border-left: 2px solid $base-border-color; */
  color: #58636a;
  margin: 1.6rem 0;
  padding-left: 0.8rem; }

cite {
  color: #6f7d86;
  font-style: italic; }
  cite:before {
    content: "\2014 \00A0"; }

.burger-menu:before, .search-btn-toggle:before, .search-btn:before, .search-btn-toggle:after, .facebook-share:after, .twitter-share:after, .email-share:after, .whatsapp-share:after, .signal-share:after, .telegram-share:after, .viber-share:after, .prog-panel .btn-nl-playbox:after, .no-player:after, .ireland-only:after, .worldwide:after, .prog-panel .arrow-box:after, .file-btnImg:before, .press-footer .arrow-box:after, .slick-prev:before,
.slick-next:before, .sched-lists-top span:after, .featvp-prev:before, .featvp-next:before {
  background: url("https://d1og0s8nlbd0hm.cloudfront.net/images/sprite-icons-webTG4-2021@2x.png") no-repeat 0 0 transparent;
  background-size: 500px auto;
  display: block; }

/* 	==========================================================================
   	Nav / Search icons
   	========================================================================== */
.burger-menu:before {
  background-position: -6px -10px;
  width: 21px;
  height: 15px; }

.search-btn-toggle:before, .search-btn:before {
  background-position: -40px -7px;
  width: 20px;
  height: 20px; }

.search-btn-toggle:after {
  background-position: -74px -8px;
  width: 18px;
  height: 18px; }

/* 	==========================================================================
   	Share icons
   	========================================================================== */
.facebook-share:after {
  background-position: -8px -35px;
  width: 30px;
  height: 35px; }

.twitter-share:after {
  background-position: -36px -38px;
  width: 30px;
  height: 30px; }

.email-share:after {
  background-position: -72px -38px;
  width: 30px;
  height: 30px; }

.whatsapp-share:after {
  background-position: -36px -69px;
  width: 30px;
  height: 35px; }

.signal-share:after {
  background-position: -72px -69px;
  width: 30px;
  height: 35px; }

.telegram-share:after {
  background-position: -6px -69px;
  width: 30px;
  height: 35px; }

.viber-share:after {
  background-position: -108px -69px;
  width: 30px;
  height: 35px; }

/* 	==========================================================================
   	Player icons
   	========================================================================== */
.prog-panel .btn-nl-playbox:after {
  background-position: 0 -34px;
  width: 32px;
  height: 32px; }

.no-player:after {
  content: '';
  background-position: -254px -4px;
  display: inline-block;
  width: 30px;
  height: 21px; }

.ireland-only:after {
  content: '';
  background-position: -254px -35px;
  display: inline-block;
  width: 30px;
  height: 21px; }

.worldwide:after {
  content: '';
  background-position: -284px -35px;
  display: inline-block;
  width: 30px;
  height: 21px; }

.prog-panel .arrow-box:after, .file-btnImg:before, .press-footer .arrow-box:after {
  content: '';
  background-position: -110px -7px;
  display: inline-block;
  width: 20px;
  height: 16px; }

fieldset {
  border: 1px solid #1F1F1F;
  margin: 0 0 0.8rem 0;
  padding: 1.6rem; }

input,
label,
select {
  display: block;
  font-size: 16px;
  font-size: 1.6rem; }

label {
  font-weight: bold;
  margin-bottom: 0.4rem; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea,
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple] {
  -webkit-transition: border-color;
  -moz-transition: border-color;
  -o-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: 1px solid #1F1F1F;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
  padding: 0px 10px 0px 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  textarea:hover,
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple=multiple]:hover {
    border-color: #060606; }
  textarea:focus,
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  select[multiple=multiple]:focus {
    border-color: #1F1F1F;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(18, 18, 18, 0.7);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(18, 18, 18, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 0.4rem; }

input[type="file"] {
  padding-bottom: 0.8rem;
  width: 100%; }

select {
  margin-bottom: 1.6rem;
  max-width: 100%;
  width: auto; }

/* Simple Membership CSS Overrides */
input.swpm-text {
  width: 50% !important;
  padding: 5px !important;
  font-size: 14px !important; }
  @media (max-width: 600px) {
    input.swpm-text {
      width: 80% !important;
      font-size: 12px !important;
      padding: 3px !important; } }

textarea.swpm-textarea {
  width: 70% !important;
  padding: 5px !important;
  font-size: 14px !important; }
  @media (max-width: 600px) {
    textarea.swpm-textarea {
      width: 80% !important;
      font-size: 12px !important;
      padding: 3px !important; } }

input.swpm-pw-reset-text {
  width: 50% !important;
  padding: 5px !important;
  font-size: 14px !important; }

label.swpm-desc, .swpm-pw-reset-email-label {
  font-size: 14px !important; }

input.swpm-submit, .swpm-pw-reset-submit {
  margin-top: 20px !important;
  background-color: #FF126C !important;
  border: 1px solid #1F1F1F !important;
  min-width: 100px !important;
  min-height: 30px !important;
  font-size: 14px !important;
  color: #ffffff !important; }

.swpm-legend h3 {
  color: #FF126C !important;
  font-weight: bold !important; }

.swpm-logged-label {
  background-color: #646464;
  width: 75%;
  color: #ffffff;
  padding-left: 5px;
  font-weight: normal !important; }

.swpm-logged-value {
  padding-left: 5px;
  margin: 5px 0 18px;
  width: 75%;
  border-bottom: 1px solid #cccccc; }

.swpm-edit-profile-link {
  margin-top: 20px;
  background-color: #FF126C;
  border: 1px solid #1F1F1F;
  max-width: 110px;
  min-height: 30px;
  font-size: 14px;
  padding-top: 2px; }
  .swpm-edit-profile-link a {
    color: #ffffff;
    font-size: 14px;
    padding: 18px; }

.swpm-logged-logout-link {
  margin-top: 10px;
  background-color: #FF126C;
  border: 1px solid #1F1F1F;
  max-width: 110px;
  min-height: 30px;
  font-size: 14px;
  padding-top: 2px; }
  .swpm-logged-logout-link a {
    color: #ffffff;
    font-size: 14px;
    padding: 28px; }

.swpm-login-form-submit {
  background-color: #FF126C;
  border: 1px solid #1F1F1F;
  min-width: 60px;
  font-size: 14px;
  padding: 4px;
  color: #ffffff; }

.swpm-forgot-pass-link {
  float: left;
  padding-right: 10px; }

.swpm-login-form-pw-reset-link {
  margin-top: 10px;
  background-color: #FF126C;
  border: 1px solid #1F1F1F;
  min-height: 30px;
  font-size: 14px;
  padding: 4px;
  color: #ffffff; }

.swpm-join-us-link {
  float: left; }

.swpm-login-widget-action-msg {
  margin-left: 10px;
  color: #e64747 !important; }

.swpm-login-form-register-link {
  background-color: #FF126C;
  border: 1px solid #1F1F1F;
  min-height: 30px;
  font-size: 14px;
  padding: 4px;
  color: #ffffff; }

.swpm-yellow-box {
  border-color: #FF126C !important; }

div.swpm-warning p {
  color: #e64747 !important; }

/* Foghlaim Tabs CSS */
@media (max-width: 600px) {
  .arconix-toggle-content {
    margin-left: 5px !important;
    padding: 5px !important; } }

.arconix-toggle-content ul {
  margin-left: -20px !important; }

.frmMore {
  padding-top: 15px; }

.selMore {
  font-size: 16px !important;
  color: #FF126C;
  padding: 0 15px 0 3px;
  margin-bottom: 5px; }

.form-control {
  display: block;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 25px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

.form-check, .form-check-input {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  margin-right: 24px; }

.feedback, .profile {
  background: #1F1F1F;
  padding: 3rem; }

.form-group {
  padding: 5px 0; }

.form-check-label {
  margin-left: 5px; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 20px; }

.toggle {
  cursor: pointer;
  display: inline-block; }

.toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 48px;
  height: 20px;
  position: relative;
  vertical-align: middle;
  -webkit-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s; }

.toggle-switch:before, .toggle-switch:after {
  content: ""; }

.toggle-switch:before {
  display: block;
  background: #414141;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  width: 14px;
  height: 14px;
  position: absolute;
  top: 3px;
  left: 3px;
  -webkit-transition: left 0.25s;
  -o-transition: left 0.25s;
  transition: left 0.25s; }

.toggle:hover .toggle-switch:before {
  background: #414141;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5); }

.toggle-checkbox:checked + .toggle-switch {
  background: #FF126C; }

.toggle-checkbox:checked + .toggle-switch:before {
  left: 30px; }

.toggle-checkbox {
  position: absolute;
  visibility: hidden; }

.toggle-label {
  margin-left: 5px;
  position: relative;
  top: 2px; }

.form-check-input:checked:after {
  width: 15px;
  border-radius: 15px;
  position: relative;
  background-color: #FF126C;
  content: '';
  visibility: visible;
  border: 1px solid #414141; }

.alert-danger {
  color: #D21404;
  padding-bottom: 10px;
  background-color: #c3c5c6;
  padding: 2px 10px;
  border: 2px solid #D21404; }
  .alert-danger button {
    background-color: #990f02 !important;
    color: #FFFFFF !important;
    padding: 2px 10px !important;
    margin: 5px 10px 5px 0 !important; }

#updated-info {
  color: #3CB371;
  padding-bottom: 10px;
  background-color: #c3c5c6;
  padding: 2px 10px;
  border: 2px solid #D21404; }
  #updated-info button {
    background-color: #990f02 !important;
    color: #FFFFFF !important;
    padding: 2px 10px !important;
    margin: 5px 10px 5px 0 !important; }

.form-control.is-invalid {
  border: 2px solid #D21404; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.8rem 0;
  table-layout: fixed;
  width: 100%; }

th {
  font-weight: bold;
  padding: 0.8rem 0;
  text-align: left; }

td {
  padding: 0.8rem 0; }

tr, td, th {
  vertical-align: top; }

/*  ==========================================================================
    ZURB Responsive Tables
    ========================================================================== */
table th {
  font-weight: bold; }

table td, table th {
  padding: 5px 10px 5px 0;
  text-align: left; }

@media only screen and (max-width: 767px) {
  table.responsive {
    margin-bottom: 0; }
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc; }
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%; }
  .pinned table th, .pinned table td {
    white-space: nowrap; }
  .pinned td:last-child {
    border-bottom: 0; }
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc; }
  div.table-wrapper div.scrollable table {
    margin-left: 35%; }
  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden; }
  table.responsive td, table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden; }
  table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
    display: none; } }

/* ==========================================================================
   Main Nav
   ========================================================================== */
@media (max-width: 1024px) {
  #main-menu {
    display: none; } }

.icon-plus {
  background: url("https://d1og0s8nlbd0hm.cloudfront.net/images/sprite-icons-web-2021@2x.png") no-repeat 0 0 transparent;
  background-size: 400px auto;
  display: block;
  content: '';
  display: inline-block;
  background-position: -80px -23px;
  width: 22px;
  height: 24px;
  cursor: pointer;
  margin: 0 10px; }

.burger-menu {
  display: none;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 3px;
  right: 60px;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  color: white;
  padding-top: 36px;
  padding-left: 1px;
  -webkit-box-pack: .burger-menu;
  -ms-flex-pack: .burger-menu;
  justify-content: .burger-menu; }
  .burger-menu :hover, .burger-menu:focus {
    color: white; }
  .burger-menu:before {
    content: '';
    position: absolute;
    top: 19px;
    right: 19px; }
  @media (max-width: 1024px) {
    .burger-menu {
      display: block; } }

/* ==========================================================================
   Desktop Nav
   ========================================================================== */
#main-menu .main-menu-list > li > ul.sub-menu > li, .column-list ul .menu-item, #sso-menu .main-menu-list > li > ul.sub-menu > li {
  width: 164px;
  padding: 0;
  margin: 0; }
  #main-menu .main-menu-list > li > ul.sub-menu > li > a, .column-list ul .menu-item > a, #sso-menu .main-menu-list > li > ul.sub-menu > li > a {
    color: #1F1F1F;
    padding: 10px 12px 6px 0;
    line-height: 1.2;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear; }
    #main-menu .main-menu-list > li > ul.sub-menu > li > a:hover, .column-list ul .menu-item > a:hover, #sso-menu .main-menu-list > li > ul.sub-menu > li > a:hover {
      color: #FF126C; }

#main-menu {
  position: absolute;
  background-color: #414141;
  height: 100px;
  left: 200px; }
  #main-menu .main-menu-list {
    margin: 0;
    padding: 0 0 0 30px;
    list-style: none; }
    #main-menu .main-menu-list a {
      display: block;
      font-size: 14px;
      font-size: 1.4rem; }
    #main-menu .main-menu-list > li {
      float: left;
      text-transform: uppercase;
      position: relative; }
      #main-menu .main-menu-list > li.current-menu-ancestor {
        color: #FF126C; }
      #main-menu .main-menu-list > li > a {
        padding: 25px 20px;
        color: white;
        height: 100px;
        line-height: 45px;
        font-size: 18px;
        font-size: 1.8rem;
        -webkit-transition: color 0.1s linear;
        -moz-transition: color 0.1s linear;
        -o-transition: color 0.1s linear;
        transition: color 0.1s linear; }
        #main-menu .main-menu-list > li > a:after {
          height: 0; }
        #main-menu .main-menu-list > li > a:hover, #main-menu .main-menu-list > li > a:focus {
          color: #FF126C; }
          #main-menu .main-menu-list > li > a:hover:after, #main-menu .main-menu-list > li > a:focus:after {
            background-color: white; }
        #main-menu .main-menu-list > li > a:after {
          background-color: white; }
      #main-menu .main-menu-list > li.current-menu-item a:after, #main-menu .main-menu-list > li.current-menu-item a:hover:after {
        color: #FF126C; }
      #main-menu .main-menu-list > li:hover > ul.sub-menu {
        display: block; }
      #main-menu .main-menu-list > li:hover.menu-item-has-children {
        color: #FF126C; }
        #main-menu .main-menu-list > li:hover.menu-item-has-children > a {
          color: #FF126C; }
        #main-menu .main-menu-list > li:hover.menu-item-has-children > a:after {
          color: #FF126C; }
      #main-menu .main-menu-list > li.menu-item-has-children > a:after {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none; }
      #main-menu .main-menu-list > li.menu-item-has-children > a:focus:after {
        -webkit-transition: height 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        -moz-transition: height 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: height 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        transition: height 0.4s cubic-bezier(0.19, 1, 0.22, 1); }
      #main-menu .main-menu-list > li.current-menu-parent > a {
        color: #FF126C; }
    #main-menu .main-menu-list > li > ul.sub-menu {
      display: none;
      position: absolute;
      top: 100px;
      left: 0;
      list-style: none;
      background: #c3c5c6;
      padding: 20px;
      margin: 0; }

/*  ==========================================================================
    Drop nav multi-columns
    ========================================================================== */
/* 
	second level navigation drop downs can be divided into columns.
	This uses the jquery.columnlist.js and is initalised in the main.js.
	A column list class needs to be added to the top level nav item in
	WP custom menus, e.g. 'col-3-list'.
*/
.column-list {
  margin-right: 10px !important; }
  .column-list:last-child {
    margin-right: 0 !important; }

.column-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.col-4-list > ul.sub-menu {
  width: 726px; }

.col-4-list .column-list {
  float: left;
  clear: none;
  width: 25%;
  margin-left: 0;
  margin-right: 0; }

.col-3-list > ul.sub-menu {
  width: 552px; }

.col-3-list .column-list {
  float: left;
  clear: none;
  width: 33.33333%;
  margin-left: 0;
  margin-right: 0; }

.col-2-list > ul.sub-menu {
  width: 378px; }

.col-2-list .column-list {
  float: left;
  clear: none;
  width: 50%;
  margin-left: 0;
  margin-right: 0; }

/* ==========================================================================
   PR Listing Menu
   ========================================================================== */
.pr-menu li {
  margin-left: -10px;
  width: 300px;
  background-color: #aac4cf;
  margin-bottom: 1px;
  list-style: none;
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 3px 15px 3px 15px;
  text-align: left; }

/* ==========================================================================
   Submenu on Secondary nav
   ========================================================================== */
@media (min-width: 1025px) {
  .section-submenu-list li:hover .children {
    max-width: 350px;
    position: absolute;
    list-style: none;
    background-color: #c3c5c6;
    padding: 20px;
    margin: 0;
    z-index: 1;
    display: block;
    border-top: 15px solid #FF126C;
    /* box-shadow: 0px 3px 13px -2px rgba(0, 0, 0, 0.5);
		    border-bottom-right-radius: 3px;
		    border-bottom-left-radius: 3px; */ }
    .section-submenu-list li:hover .children a {
      font-size: 14px;
      font-size: 1.4rem;
      color: #000; }
      .section-submenu-list li:hover .children a:hover, .section-submenu-list li:hover .children a:focus {
        color: #FF126C; } }

@media (max-width: 1024px) {
  .section-submenu-list {
    display: block !important; } }

@media (min-width: 1025px) {
  .section-submenu-list-foghlaim li:hover .children {
    max-width: 350px;
    position: absolute;
    list-style: none;
    background-color: #c3c5c6;
    padding: 20px;
    margin: 0;
    z-index: 1;
    display: block; }
    .section-submenu-list-foghlaim li:hover .children a {
      font-size: 14px;
      font-size: 1.4rem;
      color: #000; }
      .section-submenu-list-foghlaim li:hover .children a:hover, .section-submenu-list-foghlaim li:hover .children a:focus {
        color: #FF126C; } }

@media (max-width: 1024px) {
  .section-submenu-list-foghlaim {
    display: block !important; } }

ul.children {
  -webkit-padding-start: 0 !important;
  padding-inline-start: 0 !important;
  line-height: 1.4 !important;
  float: left;
  clear: none;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  list-style-position: inside;
  display: none; }
  ul.children:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    ul.children {
      display: block;
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      margin-left: 15px; }
      ul.children:last-child {
        margin-right: 0; } }

ul.children li {
  display: inline-block;
  float: left;
  width: 150px;
  border: 0px solid #ccc; }
  @media (max-width: 1024px) {
    ul.children li {
      display: block;
      width: 100%;
      padding-top: 5px !important; } }
  ul.children li a {
    text-transform: capitalize !important; }

ul.children li:nth-child(odd) {
  float: left;
  margin: 0 10px; }
  @media (max-width: 1024px) {
    ul.children li:nth-child(odd) {
      float: none; } }

ul.children li:nth-child(even) {
  float: right; }
  @media (max-width: 1024px) {
    ul.children li:nth-child(even) {
      float: none;
      margin: 0 10px; } }

.genreSub {
  padding-left: 20px !important; }

#sso-menu {
  background-color: #414141;
  left: 160px; }
  #sso-menu .main-menu-list {
    margin: 0;
    padding: 0 0 0 30px;
    list-style: none; }
    #sso-menu .main-menu-list a {
      display: block;
      font-size: 14px;
      font-size: 1.4rem; }
    #sso-menu .main-menu-list > li {
      float: left;
      text-transform: uppercase;
      position: relative; }
      #sso-menu .main-menu-list > li.current-menu-ancestor {
        color: #FF126C; }
      #sso-menu .main-menu-list > li > a {
        padding: 25px 20px;
        color: white;
        height: 100px;
        line-height: 45px;
        font-size: 18px;
        font-size: 1.8rem;
        -webkit-transition: color 0.1s linear;
        -moz-transition: color 0.1s linear;
        -o-transition: color 0.1s linear;
        transition: color 0.1s linear; }
        #sso-menu .main-menu-list > li > a:after {
          height: 0; }
        #sso-menu .main-menu-list > li > a:hover, #sso-menu .main-menu-list > li > a:focus {
          color: #FF126C; }
          #sso-menu .main-menu-list > li > a:hover:after, #sso-menu .main-menu-list > li > a:focus:after {
            background-color: white; }
        #sso-menu .main-menu-list > li > a:after {
          background-color: white; }
      #sso-menu .main-menu-list > li.current-menu-item a:after, #sso-menu .main-menu-list > li.current-menu-item a:hover:after {
        color: #FF126C; }
      #sso-menu .main-menu-list > li:hover > ul.sub-menu {
        display: block; }
      #sso-menu .main-menu-list > li:hover.menu-item-has-children {
        color: #FF126C; }
        #sso-menu .main-menu-list > li:hover.menu-item-has-children > a {
          color: #FF126C; }
        #sso-menu .main-menu-list > li:hover.menu-item-has-children > a:after {
          color: #FF126C; }
      #sso-menu .main-menu-list > li.menu-item-has-children > a:after {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none; }
      #sso-menu .main-menu-list > li.menu-item-has-children > a:focus:after {
        -webkit-transition: height 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        -moz-transition: height 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: height 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        transition: height 0.4s cubic-bezier(0.19, 1, 0.22, 1); }
      #sso-menu .main-menu-list > li.current-menu-parent > a {
        color: #FF126C; }
    #sso-menu .main-menu-list > li > ul.sub-menu {
      text-align: right;
      display: none;
      position: absolute;
      top: 95px;
      right: 0;
      list-style: none;
      background: #c3c5c6;
      padding: 20px;
      margin: 0; }
      @media (max-width: 1024px) {
        #sso-menu .main-menu-list > li > ul.sub-menu {
          top: 70px; } }

/* ==========================================================================
   Mmenu variables overrides
   ========================================================================== */
/* $mm_listitemPadding: $mm_padding; // The padding of the list items. */
/* $mm_subpanelOffset: 30%; // How far a panel slides out to the left when opening a subpanel as a percentage. From 0% (not moved) to 100% (fully moved out). */
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  .mm-panel.mm-opened {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }
  .mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0);
    -o-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0); }
  .mm-panel.mm-highest {
    z-index: 1; }

.mm-menu > .mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px; }
  .mm-menu > .mm-panel.mm-hasnavbar {
    padding-top: 50px; }
  .mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after {
    content: '';
    display: block;
    height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
  .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 50px;
  bottom: auto; }
  .mm-vertical .mm-listview > li > .mm-next:after,
  .mm-listview > li.mm-vertical > .mm-next:after {
    top: 21px;
    bottom: auto; }

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-navbar {
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 25px;
  height: 50px;
  padding: 0 50px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  .mm-navbar > * {
    display: block;
    padding: 12.5px 0; }
  .mm-navbar a, .mm-navbar a:hover {
    text-decoration: none; }
  .mm-navbar .mm-title {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .mm-navbar .mm-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    z-index: 1; }
    .mm-navbar .mm-btn:first-child {
      padding-left: 20px;
      left: 0; }
    .mm-navbar .mm-btn:last-child {
      padding-right: 20px;
      right: 0; }

.mm-panel .mm-navbar {
  display: none; }

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 16px; }
  .mm-listview a,
  .mm-listview a:hover {
    text-decoration: none; }
  .mm-listview > li {
    position: relative; }
    .mm-listview > li > a,
    .mm-listview > li > span {
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 30px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
      .mm-listview > li > a.mm-arrow,
      .mm-listview > li > span.mm-arrow {
        padding-right: 48px; }
    .mm-listview > li:not(.mm-divider):after {
      content: '';
      border-bottom-width: 1px;
      border-bottom-style: solid;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    .mm-listview > li:not(.mm-divider):after {
      left: 20px; }
  .mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 48px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
    .mm-listview .mm-next:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
    .mm-listview .mm-next + a,
    .mm-listview .mm-next + span {
      margin-right: 48px; }
    .mm-listview .mm-next.mm-fullsubopen {
      width: 100%; }
      .mm-listview .mm-next.mm-fullsubopen:before {
        border-left: none; }
      .mm-listview .mm-next.mm-fullsubopen + a,
      .mm-listview .mm-next.mm-fullsubopen + span {
        padding-right: 48px;
        margin-right: 0; }

.mm-menu > .mm-panel > .mm-listview {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-menu > .mm-panel > .mm-listview.mm-first {
    margin-top: -20px; }
  .mm-menu > .mm-panel > .mm-listview.mm-last {
    padding-bottom: 20px; }

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px; }

.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 20px; }

.mm-divider {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 30px; }

.mm-listview > li.mm-spacer {
  padding-top: 50px; }
  .mm-listview > li.mm-spacer > .mm-next {
    top: 50px; }
  .mm-listview > li.mm-spacer.mm-divider {
    padding-top: 30px; }

.mm-menu {
  background: #393939;
  color: white; }
  .mm-menu .mm-navbar {
    border-color: rgba(255, 255, 255, 0.2); }
    .mm-menu .mm-navbar > *,
    .mm-menu .mm-navbar a {
      color: rgba(255, 255, 255, 0.5); }
    .mm-menu .mm-navbar .mm-btn:before,
    .mm-menu .mm-navbar .mm-btn:after {
      border-color: rgba(255, 255, 255, 0.5); }
  .mm-menu .mm-listview > li:after {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu .mm-listview > li .mm-prev:before,
  .mm-menu .mm-listview > li .mm-next:after,
  .mm-menu .mm-listview > li .mm-arrow:after {
    border-color: rgba(255, 255, 255, 0.5); }
  .mm-menu .mm-listview > li .mm-prev:after,
  .mm-menu .mm-listview > li .mm-next:before {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
  .mm-menu .mm-listview > li.mm-selected > span {
    background: #414141; }
  .mm-menu.mm-vertical .mm-listview li.mm-opened > a.mm-next,
  .mm-menu.mm-vertical .mm-listview li.mm-opened > .mm-panel,
  .mm-menu .mm-listview li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu .mm-listview li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.4); }
  .mm-menu .mm-divider {
    background: rgba(255, 255, 255, 0.4); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }

.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }

@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }

/* ==========================================================================
   Mmenu variables overrides
   ========================================================================== */
#mm-main-menu a {
  text-transform: uppercase;
  color: white; }

.mm-listview > li:not(.mm-divider):after {
  /* make list items border full width. */
  left: 0; }

.mm-menu .mm-listview > li .mm-prev:before,
.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
  border-color: white; }

.mm-menu .mm-navbar .mm-btn:before,
.mm-menu .mm-navbar .mm-btn:after {
  border-color: white; }

/*  ==========================================================================
    Centered panels
    ========================================================================== */
.center-panel, .footer-wrapper {
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }

/*  ==========================================================================
    Coloured sectional panels
    ========================================================================== */
.section-panel, .section-panel-gray1, .section-panel-gray3, .section-panel-white, .section-panel-socmedia, .section-panel-vote, .section-panel-rail-1, .section-panel-rail-2, .section-panel-rail-3, .section-panel-rail-4, .section-panel-rail-5, .section-panel-rail-6, .section-panel-rail-7, .section-panel-rail-8, .section-panel-rail-9, .section-panel-rail-10, .section-panel-rail-11, .section-panel-rail-12, .section-panel-rail-13, .section-panel-rail-14, .section-panel-rail-15, .section-panel-rail-16, .section-panel-rail-23 {
  position: relative;
  padding: 0 20px 40px; }

.section-microsite, .section-panel-pink, .section-panel-weather, .section-panel-archive, .section-panel-microsite, .section-panel-more, .section-panel-peach, .section-panel-corporate, .section-panel-bloc, .section-panel-intro, .section-panel-highlight, .section-panel-rail-20, .section-panel-rail-21, .section-panel-rail-22, .section-panel-rail-30, .section-panel-rail-31 {
  position: relative; }

.section-panel-gray1 {
  background-color: #393939;
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  color: white; }
  @media (max-width: 600px) {
    .section-panel-gray1 {
      padding: 0 10px; } }

.section-panel-gray3 {
  background-color: #646464;
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  color: white; }
  @media (max-width: 600px) {
    .section-panel-gray3 {
      padding: 0 10px; } }

.section-panel-pink {
  padding: 15px;
  background-color: #FF126C;
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  color: white; }
  @media (max-width: 1024px) {
    .section-panel-pink {
      padding: 5px 0; } }

.section-panel-weather {
  background-color: #393939;
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  color: white; }
  @media (max-width: 600px) {
    .section-panel-weather {
      padding: 0 10px; } }

.section-panel-archive {
  background-color: #393939;
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  color: white; }
  @media (max-width: 600px) {
    .section-panel-archive {
      padding: 0 10px; } }

.section-panel-white {
  background-color: #FFFFFF;
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  color: #646464; }
  @media (max-width: 600px) {
    .section-panel-white {
      padding: 0 10px; } }

.section-panel-microsite {
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }

.section-panel-more {
  background-color: #646464;
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  color: #FFFFFF; }
  @media (max-width: 600px) {
    .section-panel-more {
      padding: 0 10px; } }

.section-panel-peach {
  background-color: #FFFFFF;
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  color: #646464; }
  .section-panel-peach .player-title {
    color: #646464; }
  @media (max-width: 600px) {
    .section-panel-peach {
      padding: 0 10px; } }

.section-panel-corporate {
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  background-color: #FF126C;
  color: white; }

.section-panel-bloc {
  background-color: #F8CA00;
  padding: 0 15px;
  color: white; }

.section-panel-socmedia {
  background-color: #414141;
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  padding: 20px;
  color: white; }
  .section-panel-socmedia img {
    height: 55px;
    margin: 0 10px; }
    @media (max-width: 600px) {
      .section-panel-socmedia img {
        height: 35px;
        margin: 0 4px; } }
    @media (max-width: 400px) {
      .section-panel-socmedia img {
        height: 25px;
        margin: 0 4px; } }

.section-panel-othersites {
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  background-color: #393939;
  height: 70px; }

.section-panel-vote {
  background-color: #FFFFFF;
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  color: #646464; }

.section-panel-intro {
  background-color: #646464;
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  color: white; }

.section-panel-highlight {
  background-color: #646464;
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  color: white; }
  @media (max-width: 600px) {
    .section-panel-highlight {
      padding: 0 10px; } }

.othersites-title {
  font-size: 40px;
  font-size: 4rem;
  color: #FFFFFF;
  text-align: center; }
  @media (max-width: 600px) {
    .othersites-title {
      font-size: 30px;
      font-size: 3rem;
      line-height: 60px; } }
  @media (max-width: 400px) {
    .othersites-title {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 60px; } }

/*  ==========================================================================
    Homepage Rails Layout - Homepage rails
    ========================================================================== */
.section-panel-rail-1 {
  background-color: #FFFFFF;
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 600px) {
    .section-panel-rail-1 {
      padding: 0 10px; } }
  .section-panel-rail-1 .player-title, .section-panel-rail-1 .player-title-md {
    color: #646464; }

.section-panel-rail-2 {
  background-color: #777777;
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  color: #FFFFFF; }
  @media (max-width: 600px) {
    .section-panel-rail-2 {
      padding: 0 10px; } }
  .section-panel-rail-2 .player-title, .section-panel-rail-2 .player-title-md {
    color: #FFFFFF; }

.section-panel-rail-3 {
  background-color: #393939;
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  color: #FFFFFF; }
  @media (max-width: 600px) {
    .section-panel-rail-3 {
      padding: 0 10px; } }

.section-panel-rail-4 {
  background-color: #646464;
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  color: #FFFFFF; }
  @media (max-width: 600px) {
    .section-panel-rail-4 {
      padding: 0 10px; } }

.section-panel-rail-5 {
  background-color: #FFFFFF;
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  color: #646464; }
  @media (max-width: 600px) {
    .section-panel-rail-5 {
      padding: 0 10px; } }

.section-panel-rail-6 {
  background-color: #777777;
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  color: #FFFFFF; }
  @media (max-width: 600px) {
    .section-panel-rail-6 {
      padding: 0 10px; } }
  .section-panel-rail-6 .player-title, .section-panel-rail-6 .player-title-md {
    color: #FFFFFF; }

.section-panel-rail-7 {
  background-color: #393939;
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  color: #FFFFFF; }
  @media (max-width: 600px) {
    .section-panel-rail-7 {
      padding: 0 10px; } }
  .section-panel-rail-7 .player-title, .section-panel-rail-7 .player-title-md {
    color: #FFFFFF; }

.section-panel-rail-8 {
  background-color: #646464;
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  color: #FFFFFF; }
  @media (max-width: 600px) {
    .section-panel-rail-8 {
      padding: 0 10px; } }

.section-panel-rail-9 {
  background-color: #FFFFFF;
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  color: #646464; }
  @media (max-width: 600px) {
    .section-panel-rail-9 {
      padding: 0 10px; } }
  .section-panel-rail-9 .player-title, .section-panel-rail-9 .player-title-md {
    color: #646464; }

.section-panel-rail-10 {
  background-color: #777777;
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  color: #FFFFFF; }
  @media (max-width: 600px) {
    .section-panel-rail-10 {
      padding: 0 10px; } }

.section-panel-rail-11 {
  background-color: #393939;
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  color: #FFFFFF; }
  @media (max-width: 600px) {
    .section-panel-rail-11 {
      padding: 0 10px; } }
  .section-panel-rail-11 .player-title, .section-panel-rail-11 .player-title-md {
    color: #FFFFFF; }

.section-panel-rail-12 {
  background-color: #646464;
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  color: #FFFFFF; }
  @media (max-width: 600px) {
    .section-panel-rail-12 {
      padding: 0 10px; } }
  .section-panel-rail-12 .player-title, .section-panel-rail-12 .player-title-md {
    color: #FFFFFF; }

.section-panel-rail-13 {
  background-color: #FFFFFF;
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  color: #646464; }
  @media (max-width: 600px) {
    .section-panel-rail-13 {
      padding: 0 10px; } }
  .section-panel-rail-13 .player-title, .section-panel-rail-13 .player-title-lg {
    color: #646464; }

.section-panel-rail-14 {
  background-color: #777777;
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  color: #FFFFFF; }
  @media (max-width: 600px) {
    .section-panel-rail-14 {
      padding: 0 10px; } }

.section-panel-rail-15 {
  background-color: #393939;
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  color: #FFFFFF; }
  @media (max-width: 600px) {
    .section-panel-rail-15 {
      padding: 0 10px; } }

.section-panel-rail-16 {
  background-color: #646464;
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  color: #FFFFFF; }
  @media (max-width: 600px) {
    .section-panel-rail-16 {
      padding: 0 10px; } }

.section-panel-rail-20 {
  background-color: #FF126C;
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  color: #FFFFFF; }

.section-panel-rail-21 {
  background-color: #FF126C;
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  color: #FFFFFF; }

.section-panel-rail-22 {
  background-color: #FF126C;
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  color: #FFFFFF; }

.section-panel-rail-23 {
  background-color: #FF126C;
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  color: #FFFFFF; }

.section-panel-rail-30 {
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  color: #FFFFFF; }

.section-panel-rail-31 {
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  color: #FFFFFF; }
  @media (max-width: 600px) {
    .section-panel-rail-31 {
      padding: 0 10px; } }

.soc-link {
  /* -webkit-filter: drop-shadow(0px 0px 0px rgba(255,255,255,0.80));
    -webkit-transition: all 0.5s linear; */
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.soc-link:hover {
  -webkit-filter: drop-shadow(0px 0px 8px #FF126C); }

/*  ==========================================================================
    Panel tabs
    ========================================================================== */
.panel-header {
  width: 100%; }
  @media (max-width: 1024px) {
    .panel-header {
      height: 80px; } }

.title-tab-wrap {
  *zoom: 1;
  float: left;
  width: 80%; }
  .title-tab-wrap:before, .title-tab-wrap:after {
    content: '';
    display: table; }
  .title-tab-wrap:after {
    clear: both; }
  @media (max-width: 600px) {
    .title-tab-wrap {
      width: 100%; } }

.header-title {
  position: relative;
  float: left;
  width: 100%;
  font-size: 60px;
  font-size: 6rem;
  padding: 0 40px;
  margin: 20px 0 8px 0;
  line-height: 60px; }
  @media (max-width: 1368px) {
    .header-title {
      font-size: 48px;
      font-size: 4.8rem;
      line-height: 48px; } }
  @media (max-width: 1024px) {
    .header-title {
      font-size: 36px;
      font-size: 3.6rem;
      line-height: 36px; } }
  @media (max-width: 600px) {
    .header-title {
      padding: 0;
      font-size: 30px;
      font-size: 3rem;
      line-height: 30px; } }

.para-medium {
  font-size: 20px;
  font-size: 2rem;
  padding: 0px 40px; }
  @media (max-width: 1024px) {
    .para-medium {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media (max-width: 600px) {
    .para-medium {
      padding: 0;
      font-size: 15px;
      font-size: 1.5rem; } }

.para-regular {
  font-size: 18px;
  font-size: 1.8rem; }
  @media (max-width: 1024px) {
    .para-regular {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media (max-width: 600px) {
    .para-regular {
      font-size: 14px;
      font-size: 1.4rem; } }

.para-bold {
  font-size: 18px;
  font-size: 1.8rem; }
  @media (max-width: 1024px) {
    .para-bold {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media (max-width: 600px) {
    .para-bold {
      font-size: 14px;
      font-size: 1.4rem; } }
  .para-bold.grayDesc {
    color: #c3c5c6; }

.banner-title {
  color: #FFFFFF;
  position: relative;
  font-size: 60px;
  font-size: 6rem;
  margin: 0 40px;
  line-height: 60px;
  bottom: 40px; }
  @media (max-width: 1368px) {
    .banner-title {
      font-size: 48px;
      font-size: 4.8rem;
      line-height: 48px; } }
  @media (max-width: 1024px) {
    .banner-title {
      font-size: 36px;
      font-size: 3.6rem;
      line-height: 36px; } }
  @media (max-width: 600px) {
    .banner-title {
      padding: 0px 14px;
      font-size: 30px;
      font-size: 3rem;
      line-height: 30px; } }

.header-genre {
  width: 100%;
  font-size: 36px;
  font-size: 3.6rem; }
  @media (max-width: 600px) {
    .header-genre {
      font-size: 30px;
      font-size: 3rem; } }

.view-btn-wrap {
  *zoom: 1;
  width: 20%;
  float: left; }
  .view-btn-wrap:before, .view-btn-wrap:after {
    content: '';
    display: table; }
  .view-btn-wrap:after {
    clear: both; }
  @media (max-width: 600px) {
    .view-btn-wrap {
      width: 100%;
      padding-bottom: 20px; } }

.view-btn {
  display: block;
  float: left;
  margin: 0 7px 0 0;
  width: 100px;
  text-align: center;
  color: #FFFFFF;
  background-color: #FF126C;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase; }
  .view-btn:hover {
    color: white; }
  .view-btn:focus {
    background-color: #FF126C;
    color: black; }
  @media (max-width: 600px) {
    .view-btn {
      float: left;
      height: 32px;
      line-height: 32px;
      width: 100%;
      margin: 10px 0 10px 0; }
      .view-btn:hover {
        color: white; }
      .view-btn:active {
        background-color: white;
        color: #414141; } }

.programme-wrap {
  display: inline-block;
  margin: 0 43px 40px;
  max-width: 100%;
  height: 100%; }
  @media (max-width: 600px) {
    .programme-wrap {
      margin: 0 3px 20px; } }

.series-text {
  float: left;
  clear: none;
  width: 47%;
  margin-left: 0;
  margin-right: 0;
  float: left; }
  .series-text:last-child {
    margin-right: 0; }
  @media (max-width: 800px) {
    .series-text {
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 0; }
      .series-text:last-child {
        margin-right: 0; } }

.programme-content {
  padding: 0 50px 0 0;
  float: left;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 16;
  line-height: 1.6; }
  @media (max-width: 800px) {
    .programme-content {
      padding-left: 0; } }

.programme-img {
  margin-top: 25px;
  float: left;
  clear: none;
  width: 53%;
  margin-left: 0;
  margin-right: 0;
  float: right; }
  .programme-img:last-child {
    margin-right: 0; }
  @media (max-width: 800px) {
    .programme-img {
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 0; }
      .programme-img:last-child {
        margin-right: 0; } }

.programme-info {
  float: left;
  display: block;
  max-width: 85%; }
  @media (max-width: 800px) {
    .programme-info {
      max-width: 100%; } }

.backtotg4-wrapper {
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  background-color: #1F1F1F;
  text-align: center;
  padding: 5px; }
  .backtotg4-wrapper a {
    color: #FFFFFF; }
    .backtotg4-wrapper a:hover {
      color: #FF126C; }

/*  ==========================================================================
    Main header elements
    ========================================================================== */
.header-nav {
  position: relative;
  z-index: 2;
  background-color: #414141;
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }

.navbar {
  position: relative;
  z-index: 2;
  background-color: #414141;
  /* @include center(1300px); */ }

.header-wrapper {
  position: relative; }
  .header-wrapper .logo-home {
    position: absolute;
    left: 0;
    top: 0;
    height: auto; }
  .header-wrapper .logo {
    display: block;
    width: 150px;
    height: auto;
    margin: 30px 0 30px 40px; }
    .header-wrapper .logo:focus {
      background-color: white; }
  .header-wrapper .sso_logo {
    display: block;
    width: 45px;
    cursor: pointer; }
  .header-wrapper::after {
    clear: both;
    content: "";
    display: table; }
  @media (max-width: 1024px) {
    .header-wrapper {
      z-index: 10; }
      .header-wrapper .logo {
        margin: 10px 20px;
        width: 150px; }
      .header-wrapper .sso_logo {
        width: 35px; } }
  @media (max-width: 350px) {
      .header-wrapper .logo {
        margin: 15px 10px;
        width: 110px; } }

.ssoheader-wrapper {
  position: relative;
  color: #FFFFFF;
  height: 100px; }
  .ssoheader-wrapper .header-holder {
    width: auto;
    max-width: 1300px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0; }
  .ssoheader-wrapper .ssologo-home {
    height: auto;
    float: left; }
  .ssoheader-wrapper .logout-home {
    cursor: pointer;
    height: auto;
    float: right;
    margin-top: 40px; }
    @media (max-width: 1320px) {
      .ssoheader-wrapper .logout-home {
        margin: 40px 20px 20px; } }
    @media (max-width: 1024px) {
      .ssoheader-wrapper .logout-home {
        margin: 16px 20px 20px; } }
  .ssoheader-wrapper .logo {
    display: block;
    width: 120px;
    height: auto;
    margin: 30px 0 30px 40px; }
    .ssoheader-wrapper .logo:focus {
      background-color: white; }
  .ssoheader-wrapper .tg4_logo {
    display: block;
    width: 120px;
    height: auto;
    padding-top: 30px;
    margin: 0 0 30px 0; }
    .ssoheader-wrapper .tg4_logo:focus {
      background-color: white; }
    @media (max-width: 1300px) {
      .ssoheader-wrapper .tg4_logo {
        margin: 0 0 30px 20px; } }
    @media (max-width: 1024px) {
      .ssoheader-wrapper .tg4_logo {
        padding-top: 0;
        margin: 13px 20px;
        width: 90px; } }
    @media (max-width: 550px) {
      .ssoheader-wrapper .tg4_logo {
        margin: 13px 15px; } }
    @media (max-width: 350px) {
      .ssoheader-wrapper .tg4_logo {
        margin: 13px 8px; } }
    @media (max-width: 330px) {
      .ssoheader-wrapper .tg4_logo {
        margin: 13px 8px 0; } }
  .ssoheader-wrapper .sso_logo {
    display: block;
    width: 45px;
    cursor: pointer; }
  .ssoheader-wrapper::after {
    clear: both;
    content: "";
    display: table; }
  @media (max-width: 1024px) {
    .ssoheader-wrapper {
      height: 60px;
      z-index: 10; }
      .ssoheader-wrapper .logo {
        margin: 13px 20px;
        width: 90px; }
      .ssoheader-wrapper .sso_logo {
        width: 35px; } }
  @media (max-width: 330px) {
    .ssoheader-wrapper {
      height: 100px; } }

.nav-wrapper {
  position: relative; }
  .nav-wrapper::after {
    clear: both;
    content: "";
    display: table; }
  @media (max-width: 1024px) {
    .nav-wrapper {
      z-index: 10; } }

.top-bar {
  background-color: #414141;
  height: 100px; }
  @media (max-width: 1024px) {
    .top-bar {
      height: 60px; } }

/* ==========================================================================
   Language selector
   ========================================================================== */
.languages {
  position: absolute;
  right: 110px;
  top: 30px; }
  @media (max-width: 1024px) {
    .languages {
      display: none; } }

.menu-item-language {
  display: none; }
  @media (max-width: 1024px) {
    .menu-item-language {
      display: inherit; } }

.lang-btn {
  display: block; }
  @media (min-width: 1025px) {
    .lang-btn {
      float: left;
      width: 90px;
      text-align: center;
      color: #FFFFFF;
      background-color: #FF126C;
      height: 45px;
      line-height: 45px;
      font-size: 16px;
      font-size: 1.6rem;
      text-transform: uppercase; }
      .lang-btn:hover {
        color: white; }
      .lang-btn:focus {
        background-color: white;
        color: black; } }
  @media (max-width: 1024px) {
    .lang-btn {
      height: 40px;
      padding: 0 15px;
      background-color: #FF126C;
      color: white;
      line-height: 40px;
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0.4);
      /* tap colour for iOS Safari */ }
      .lang-btn:hover {
        color: white; }
      .lang-btn:active {
        /* for non iOS Safari devices */
        background-color: white;
        color: #414141; } }
  @media (max-width: 400px) {
    .lang-btn {
      padding: 0 8px; } }

.lang-selected {
  color: white;
  background-color: #1F1F1F; }
  @media (max-width: 1024px) {
    .lang-selected {
      display: none; } }

/* ==========================================================================
   Search
   ========================================================================== */
.search-btn-toggle {
  display: block;
  width: 45px;
  height: 45px;
  overflow: hidden;
  background-color: #414141;
  position: absolute;
  right: 200px;
  top: 30px;
  z-index: 3; }
  .search-btn-toggle:hover, .search-btn-toggle:focus {
    background-color: #373737; }
  .search-btn-toggle:before {
    content: '';
    position: absolute;
    top: 13px;
    right: 13px;
    -webkit-transition: top 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: top 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: top 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: top 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .search-btn-toggle:after {
    content: '';
    position: absolute;
    top: 45px;
    right: 14px;
    -webkit-transition: top 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: top 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: top 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: top 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .search-btn-toggle.search-exp {
    background-color: #373737; }
    .search-btn-toggle.search-exp:before {
      top: -20px; }
    .search-btn-toggle.search-exp:after {
      top: 14px; }
  @media (max-width: 1024px) {
    .search-btn-toggle {
      top: 0;
      right: 105px;
      width: 60px;
      height: 60px;
      background-color: #414141; }
      .search-btn-toggle:hover {
        background-color: #414141; }
      .search-btn-toggle:before {
        top: 21px;
        right: 20px;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none; }
      .search-btn-toggle:after {
        top: 61px;
        right: 20px;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none; }
      .search-btn-toggle.search-exp {
        background-color: #373737; }
        .search-btn-toggle.search-exp:before {
          top: -20px; }
        .search-btn-toggle.search-exp:after {
          top: 21px; } }

.search-wrapper {
  position: absolute;
  right: 245px;
  top: 30px;
  width: 0px;
  height: 45px;
  overflow: hidden;
  background-color: #373737;
  z-index: 2; }
  @media (max-width: 1024px) {
    .search-wrapper {
      width: 100%;
      height: 60px;
      right: 0;
      top: 0;
      z-index: -1; } }

.search {
  position: relative;
  width: 100%;
  height: 45px;
  float: right; }
  @media (max-width: 1024px) {
    .search {
      height: 60px; } }

.search-form {
  width: 330px;
  height: 45px;
  position: absolute;
  right: 0px;
  top: 0; }
  @media (max-width: 1024px) {
    .search-form {
      height: 60px;
      width: 100%; } }

input.search-input {
  position: absolute;
  top: 0;
  right: 45px;
  border: none;
  height: 45px;
  margin: 0;
  width: 285px;
  background-color: transparent;
  color: #b8b7b7; }
  @media (max-width: 1024px) {
    input.search-input {
      right: 60px;
      height: 60px;
      width: calc(100% - 60px); } }

.search-btn {
  display: block;
  width: 45px;
  height: 45px;
  background-color: #373737;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  text-indent: 100%; }
  .search-btn:before {
    content: '';
    position: absolute;
    top: 13px;
    right: 13px; }
  @media (max-width: 1024px) {
    .search-btn {
      width: 60px;
      height: 60px; }
      .search-btn:before {
        top: 21px;
        right: 20px; } }

.nav-cover {
  display: none;
  width: 100%;
  height: 45px;
  position: absolute;
  top: 100px;
  background-color: black;
  opacity: 0;
  z-index: 1; }
  @media (max-width: 1024px) {
    .nav-cover.search-open {
      display: none; } }

.sso {
  position: absolute;
  right: 10px;
  top: 5px;
  /* &:hover, &:focus {
		background-color: $color-gray-9;
  		border-radius: 25px;
  		opacity: 0.7;
	} */ }
  @media (max-width: 1024px) {
    .sso {
      right: 0;
      top: -10px; } }

/* Angular Cloak - Hide elements until fully loaded */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

/* ==========================================================================
   Footer
   ========================================================================== */
.footer {
  color: white; }
  .footer h2 {
    font-size: 24px;
    font-size: 2.4rem; }
    @media (max-width: 450px) {
      .footer h2 {
        font-size: 18px;
        font-size: 1.8rem; } }
  .footer a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #FFFFFF; }
    .footer a:focus {
      color: white; }
      @media (max-width: 450px) {
        .footer a:focus {
          font-size: 13px;
          font-size: 1.3rem; } }
  .footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .footer li {
    margin-bottom: 6px; }

.footer-main {
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  background-color: black;
  padding: 10px 0; }
  @media (max-width: 900px) {
    .footer-main {
      padding-top: 35px; } }

.footer-wrapper {
  padding: 0 40px;
  *zoom: 1; }
  .footer-wrapper:before, .footer-wrapper:after {
    content: '';
    display: table; }
  .footer-wrapper:after {
    clear: both; }
  @media (max-width: 900px) {
    .footer-wrapper {
      padding: 0 20px; } }
  @media (max-width: 500px) {
    .footer-wrapper {
      padding: 0 10px; } }

/* ==========================================================================
   Footer social
   ========================================================================== */
@media (max-width: 900px) {
  .follow-item {
    display: inline-block;
    position: relative;
    margin-right: 2%;
    padding-top: 10px;
    width: 70px;
    text-align: center; } }

.follow-item span {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  position: relative;
  margin-right: 10px;
  background-color: white;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px; }
  @media (max-width: 900px) {
    .follow-item span {
      float: none;
      margin: 0 auto 5px; } }

.follow-item a {
  display: block; }
  .follow-item a:hover span, .follow-item a:focus span {
    background-color: #043244; }

@media (max-width: 900px) {
  .follow-item {
    display: inline-block; } }

.footer-programmes {
  float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 2%; }
  @media (max-width: 900px) {
    .footer-programmes {
      margin-right: 0 !important; } }

.footer-prog-block {
  float: left;
  clear: none;
  width: 25%;
  margin-left: 0;
  margin-right: 0; }
  .footer-prog-block:last-child {
    margin-right: 0; }
  @media (max-width: 700px) {
    .footer-prog-block {
      float: left;
      clear: none;
      width: 50%;
      margin-left: 0;
      margin-right: 0; }
      .footer-prog-block:last-child {
        margin-right: 0; }
      .footer-prog-block:nth-child(odd) {
        clear: both; }
      .footer-prog-block:nth-child(even) {
        margin-right: 0;
        float: right; } }

/* ==========================================================================
   Footer links
   ========================================================================== */
.footer-links {
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  background-color: black;
  min-height: 50px;
  padding: 18px;
  font-size: 14px;
  font-size: 1.4rem; }
  .footer-links ul {
    float: left; }
    @media (max-width: 900px) {
      .footer-links ul {
        float: none; } }
  .footer-links li {
    display: inline;
    margin: 0; }
  .footer-links a {
    color: rgba(255, 255, 255, 0.8);
    margin-right: 25px; }

.copyright {
  float: right;
  color: rgba(255, 255, 255, 0.5); }

/*  ==========================================================================
    General Slick Theme
    ========================================================================== */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("https://d1og0s8nlbd0hm.cloudfront.net/images/preloader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 190px;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1; }
  @media (max-width: 550px) {
    .slick-prev,
    .slick-next {
      bottom: 90px; } }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  top: 10px; }

.slick-prev {
  left: 0px; }

[dir='rtl'] .slick-prev {
  left: auto; }

.slick-prev:before {
  left: 10px;
  background-position: -190px 0; }

.slick-next {
  right: 5px; }

[dir='rtl'] .slick-next {
  right: auto; }

.slick-next:before {
  left: 65px;
  background-position: -219px 0; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0 20px 0 0;
  list-style: none;
  text-align: right;
  z-index: 0; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
  text-indent: 100%;
  color: transparent;
  border: 0;
  outline: none;
  background: white;
  opacity: 0.5; }

.slick-dots li.slick-active button {
  opacity: 1; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

/* ==========================================================================
   Homepage header royalslider
   ========================================================================== */
.slider-wrapper {
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  max-height: 453px;
  background-color: #414141;
  position: relative; }

.royalSlider > .rsContent {
  visibility: hidden; }

#full-width-slider {
  width: 100%;
  color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.rsContent {
  float: left;
  position: relative; }
  @media (max-width: 700px) {
    .rsContent .btn-header {
      padding: 0px 80px 0px 20px; } }

.blockContainer {
  position: absolute;
  left: 3%;
  margin-right: 7%;
  bottom: 40%;
  z-index: 2; }
  @media (max-width: 1260px) {
    .blockContainer {
      bottom: 35%; } }
  @media (max-width: 1150px) {
    .blockContainer {
      bottom: 30%; } }
  @media (max-width: 1100px) {
    .blockContainer {
      bottom: 27%; } }
  @media (max-width: 1024px) {
    .blockContainer {
      left: 4%;
      bottom: 22%; } }
  @media (max-width: 960px) {
    .blockContainer {
      bottom: 16%; } }
  @media (max-width: 900px) {
    .blockContainer {
      bottom: 12%; } }
  @media (max-width: 840px) {
    .blockContainer {
      bottom: 6%; } }
  @media (max-width: 800px) {
    .blockContainer {
      bottom: 3%; } }

.anotherBlock {
  position: absolute;
  left: 3%;
  margin-right: 7%;
  top: 56%; }
  @media (max-width: 1024px) {
    .anotherBlock {
      top: 68%; } }
  @media (max-width: 960px) {
    .anotherBlock {
      top: 80%; } }
  @media (max-width: 800px) {
    .anotherBlock {
      top: 84%; } }
  @media (max-width: 400px) {
    .anotherBlock {
      left: 10%;
      top: 86%; } }

.bannerContainer {
  position: absolute;
  top: 90%;
  /* @include breakpoint($break-400) {
        left: 10%;
        top: 70%;
    } */ }

.rsABlock {
  position: relative;
  display: block; }
  @media (max-width: 400px) {
    .rsABlock {
      display: none; } }

.title-block {
  position: relative;
  color: white;
  margin: 0;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1.2;
  float: left; }
  @media (max-width: 1024px) {
    .title-block {
      font-size: 36px;
      font-size: 3.6rem;
      padding-top: 15px; } }
  @media (max-width: 700px) {
    .title-block {
      padding: 15px 20px; } }

.content-block {
  position: relative;
  color: white;
  opacity: 0.75;
  max-width: 560px;
  clear: left;
  padding: 20px 40px 30px; }
  @media (max-width: 700px) {
    .content-block {
      padding: 20px; } }

.content-subtitle {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 15px; }

.heroSlider .rsOverflow,
.royalSlider.heroSlider {
  min-height: 453px; }

@media screen and (min-width: 0px) and (max-width: 800px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 300px !important; } }

/* 	==========================================================================
   	Common program panels
   	========================================================================== */
.micromods-wrapper {
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  *zoom: 1; }
  .micromods-wrapper:before, .micromods-wrapper:after {
    content: '';
    display: table; }
  .micromods-wrapper:after {
    clear: both; }
  .micromods-wrapper .mod-1 {
    max-height: 147px;
    max-width: 260px;
    float: left;
    clear: none;
    width: 20%;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .micromods-wrapper .mod-1:last-child {
      margin-right: 0; }
    @media (max-width: 650px) {
      .micromods-wrapper .mod-1 {
        float: left;
        clear: none;
        width: 50%;
        margin-left: 0;
        margin-right: 0;
        max-width: 325px; }
        .micromods-wrapper .mod-1:last-child {
          margin-right: 0; } }
    .micromods-wrapper .mod-1.white {
      max-height: 100%;
      background-color: #FFFFFF; }
    .micromods-wrapper .mod-1.yellow {
      max-height: 100%;
      background-color: #F8CA00; }
    .micromods-wrapper .mod-1.paleblue1 {
      max-height: 100%;
      background-color: #c5dde8; }
    .micromods-wrapper .mod-1.paleblue2 {
      max-height: 100%;
      background-color: #6dc6da; }
    .micromods-wrapper .mod-1.gray {
      max-height: 100%;
      background-color: #50545A; }
    .micromods-wrapper .mod-1.blue {
      max-height: 100%;
      background-color: #07467A; }

.micro-mod-wrap {
  *zoom: 1;
  float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 3%; }
  .micro-mod-wrap:before, .micro-mod-wrap:after {
    content: '';
    display: table; }
  .micro-mod-wrap:after {
    clear: both; }
  .micro-mod-wrap:last-child {
    margin-right: 0; }

.prog-module {
  margin: 0; }

.home-slide-wrap {
  margin: 0 auto;
  max-width: 1300px;
  max-height: 453px; }

.hero-image {
  max-width: 100%;
  margin: auto; }
  .hero-image:after {
    display: block;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    margin-top: -500px;
    height: 500px;
    width: 100%;
    content: '';
    z-index: 1; }
    @media (max-width: 1024px) {
      .hero-image:after {
        margin-top: -300px;
        height: 300px; } }
    @media (max-width: 900px) {
      .hero-image:after {
        margin-top: -200px;
        height: 200px; } }
    @media (max-width: 700px) {
      .hero-image:after {
        margin-top: -100px;
        height: 100px; } }

.hero-title {
  line-height: 84px;
  margin: 0;
  color: white;
  font-size: 72px;
  font-size: 7.2rem; }
  @media (max-width: 1024px) {
    .hero-title {
      line-height: 60px;
      font-size: 48px;
      font-size: 4.8rem; } }
  @media (max-width: 700px) {
    .hero-title {
      line-height: 52px;
      font-size: 40px;
      font-size: 4rem; } }
  @media (max-width: 600px) {
    .hero-title {
      line-height: 48px;
      font-size: 36px;
      font-size: 3.6rem; } }

.hero-subtitle {
  line-height: 30px;
  margin: 0;
  color: white;
  font-size: 22px;
  font-size: 2.2rem; }
  @media (max-width: 1024px) {
    .hero-subtitle {
      line-height: 18px;
      font-size: 18px;
      font-size: 1.8rem; } }
  @media (max-width: 700px) {
    .hero-subtitle {
      line-height: 16px;
      font-size: 16px;
      font-size: 1.6rem; } }
  @media (max-width: 600px) {
    .hero-subtitle {
      line-height: 14px;
      font-size: 14px;
      font-size: 1.4rem; } }

.hero-episode-title {
  margin: 0;
  color: white;
  background-color: #393939;
  opacity: 0.8;
  padding: 5px 22px;
  font-size: 18px;
  font-size: 1.8rem; }
  @media (max-width: 1024px) {
    .hero-episode-title {
      font-size: 14px;
      font-size: 1.4rem; } }

.slider-wrapper .slick-prev {
  display: none !important; }

.slider-wrapper .slick-next {
  display: none !important; }

.prog-slide-wrap {
  margin: 0 auto;
  max-width: 298px; }

.prog-panel {
  display: block;
  clear: both;
  position: relative; }

.prog-title {
  margin: 0;
  position: absolute;
  z-index: 1;
  background-color: #1F1F1F;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  color: white;
  min-height: 48px;
  padding: 7px 20px;
  font-size: 24px;
  font-size: 2.4rem; }
  .online-panel:hover .prog-title {
    background-color: #249acc; }

.prog-wrap {
  z-index: 0;
  display: block;
  margin: 0;
  opacity: 0;
  position: absolute;
  background-color: #1F1F1F;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  color: white;
  width: 100%;
  max-height: 100px;
  padding: 5px;
  font-size: 18px;
  font-size: 1.8rem; }

.prog-wrap:hover {
  opacity: 0.75; }

.prog-footer {
  position: relative;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  padding: 8px 0 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  height: 100%; }

.popular-footer {
  position: relative;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  padding: 8px 0 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  height: 100%; }

.prog-episode-title {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 3px; }
  .prog-episode-title span {
    color: #1F1F1F;
    margin-left: 5px; }
    .prog-panel:hover .prog-episode-title span {
      color: white; }

.prog-panel .arrow-box {
  position: absolute;
  top: -3px;
  right: 0;
  width: 60px;
  height: 100%;
  background-color: #1F1F1F;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear; }
  .prog-panel .arrow-box:after {
    position: absolute;
    top: calc( 50% - 8px);
    left: calc( 50% - 3px); }

.prog-panel .btn-nl-playbox {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  background-color: #1F1F1F;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear; }
  .prog-panel .btn-nl-playbox:after {
    content: '';
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 14px); }

.prog-panel:hover .arrow-box, .prog-panel:hover .btn-nl-playbox {
  background-color: black; }

.prog-desc {
  margin: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 3px; }

.prog-season {
  margin: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 3px; }

.prog-infobar {
  position: relative;
  background-color: #414141;
  padding: 0px;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  color: white;
  font-size: 11px;
  font-size: 1.1rem; }

/* Wrap that contains image mouseover */
.img_wrap {
  position: relative;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem; }

.img_description_layer {
  position: absolute;
  padding: 15px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(57, 57, 57, 0.8);
  color: #FFFFFF;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: normal;
  -webkit-transition: opacity .2s, visibility .2s;
  -o-transition: opacity .2s, visibility .2s;
  transition: opacity .2s, visibility .2s; }

.img_wrap:hover .img_description_layer {
  visibility: visible;
  opacity: 1; }

.img_description {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-transform: translateY(1em);
  -ms-transform: translateY(1em);
  transform: translateY(1em);
  line-height: 1.6;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box; }

.img_date {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-transform: translateY(1em);
  -ms-transform: translateY(1em);
  transform: translateY(1em); }

.img_wrap:hover .img_description {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.series-info {
  font-size: 18px;
  font-size: 1.8rem;
  color: #c3c5c6; }
  @media (max-width: 400px) {
    .series-info {
      font-size: 11px;
      font-size: 1.1rem; } }

.series-infolg {
  font-size: 24px;
  font-size: 2.4rem;
  color: #c3c5c6; }
  @media (max-width: 900px) {
    .series-infolg {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media (max-width: 600px) {
    .series-infolg {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 400px) {
    .series-infolg {
      font-size: 11px;
      font-size: 1.1rem; } }

.series-desc {
  font-size: 16px;
  font-size: 1.6rem; }
  @media (max-width: 600px) {
    .series-desc {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 400px) {
    .series-desc {
      font-size: 11px;
      font-size: 1.1rem; } }

.series-desclg {
  font-size: 20px;
  font-size: 2rem; }
  @media (max-width: 900px) {
    .series-desclg {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media (max-width: 600px) {
    .series-desclg {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 400px) {
    .series-desclg {
      font-size: 11px;
      font-size: 1.1rem; } }

.player-title-lg {
  margin: 0 10px 0 0;
  color: #FFFFFF;
  font-size: 26px;
  font-size: 2.6rem;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }
  @media (max-width: 900px) {
    .player-title-lg {
      font-size: 20px;
      font-size: 2rem; } }
  @media (max-width: 600px) {
    .player-title-lg {
      font-size: 14px;
      font-size: 1.4rem; } }

/* 	==========================================================================
   	Section headers
   	========================================================================== */
.section-header {
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  *zoom: 1;
  max-height: 72px;
  background-color: #FF126C;
  padding: 15px 40px 0;
  margin-top: 0;
  position: relative;
  *zoom: 1; }
  .section-header:before, .section-header:after {
    content: '';
    display: table; }
  .section-header:after {
    clear: both; }
  .section-header:before, .section-header:after {
    content: '';
    display: table; }
  .section-header:after {
    clear: both; }
  @media (max-width: 1024px) {
    .section-header {
      padding: 0 20px 0; } }

.section-header-mobileonly {
  display: none; }
  @media (max-width: 1024px) {
    .section-header-mobileonly {
      background-color: #FF126C;
      width: auto;
      max-width: 1300px;
      float: none;
      display: block;
      margin-right: auto;
      margin-left: auto;
      padding-left: 0;
      padding-right: 0;
      *zoom: 1;
      display: block;
      padding: 0px 20px 0px;
      margin-top: 0px;
      position: relative; }
      .section-header-mobileonly:before, .section-header-mobileonly:after {
        content: '';
        display: table; }
      .section-header-mobileonly:after {
        clear: both; } }

.section-header-bloc {
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  *zoom: 1;
  min-height: 72px;
  background-color: #F8CA00;
  padding: 10px 40px;
  margin-top: 0px;
  position: relative;
  *zoom: 1; }
  .section-header-bloc:before, .section-header-bloc:after {
    content: '';
    display: table; }
  .section-header-bloc:after {
    clear: both; }
  .section-header-bloc:before, .section-header-bloc:after {
    content: '';
    display: table; }
  .section-header-bloc:after {
    clear: both; }
  @media (max-width: 1024px) {
    .section-header-bloc {
      padding: 5px 20px; } }

.section-title {
  margin: 0;
  font-size: 36px;
  font-size: 3.6rem;
  color: white;
  line-height: 1;
  float: left; }
  @media (max-width: 1024px) {
    .section-title {
      font-size: 24px;
      font-size: 2.4rem;
      padding: 10px 0 0;
      margin: 0 20px 0 0; } }

.section-title-corporate {
  margin: 0;
  font-size: 36px;
  font-size: 3.6rem;
  color: white;
  line-height: 1;
  float: left; }
  @media (max-width: 1024px) {
    .section-title-corporate {
      font-size: 24px;
      font-size: 2.4rem;
      padding: 10px 0 0;
      margin: 0 20px 0 0; } }

.section-title-bloc {
  margin: 0 67px;
  font-size: 72px;
  font-size: 7.2rem;
  color: white;
  line-height: 1;
  float: left; }
  @media (max-width: 1024px) {
    .section-title-bloc {
      font-size: 36px;
      font-size: 3.6rem;
      padding: 5px 0px;
      margin: 0 20px 0 0; } }

.section-submenu {
  z-index: 1; }
  @media (max-width: 1024px) {
    .section-submenu {
      top: 0;
      left: 0;
      width: 100%; } }

.section-submenu-corporate {
  clear: both;
  position: relative;
  z-index: 1;
  top: -29px;
  left: 69px;
  width: calc(100% - 69px); }
  @media (max-width: 1024px) {
    .section-submenu-corporate {
      top: 0;
      left: 0;
      width: 100%; } }

.section-submenu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  *zoom: 1; }
  .section-submenu-list:before, .section-submenu-list:after {
    content: '';
    display: table; }
  .section-submenu-list:after {
    clear: both; }
  .section-submenu-list li {
    float: left; }
    .section-submenu-list li a {
      color: white;
      opacity: 0.7;
      display: block;
      padding: 7px 20px;
      -webkit-transition: opacity 0.1s linear;
      -moz-transition: opacity 0.1s linear;
      -o-transition: opacity 0.1s linear;
      transition: opacity 0.1s linear;
      text-transform: uppercase;
      font-size: 18px;
      font-size: 1.8rem; }
      @media (max-width: 1368px) {
        .section-submenu-list li a {
          font-size: 16px;
          font-size: 1.6rem; } }
      @media (max-width: 1024px) {
        .section-submenu-list li a {
          font-size: 15px;
          font-size: 1.5rem;
          padding: 3px 20px; } }
    .section-submenu-list li.current_page_item a, .section-submenu-list li:hover a, .section-submenu-list li:focus a {
      opacity: 1; }
    @media (max-width: 1024px) {
      .section-submenu-list li.current_page_item a {
        border-bottom: 0; } }
    .section-submenu-list li.current_page_parent a {
      opacity: 1; }
      @media (max-width: 1024px) {
        .section-submenu-list li.current_page_parent a {
          border-bottom: 0; } }
    .section-submenu-list li.current_page_parent li a {
      border-bottom: 0; }
    @media (max-width: 1024px) {
      .section-submenu-list li {
        float: none;
        list-style: none; } }
  @media (max-width: 1024px) {
    .section-submenu-list {
      display: -ms-inline-grid;
      display: inline-grid; } }

.section-submenu-list-foghlaim {
  list-style: none;
  padding: 0;
  margin: 0;
  *zoom: 1; }
  .section-submenu-list-foghlaim:before, .section-submenu-list-foghlaim:after {
    content: '';
    display: table; }
  .section-submenu-list-foghlaim:after {
    clear: both; }
  .section-submenu-list-foghlaim li {
    float: left; }
    .section-submenu-list-foghlaim li a {
      color: white;
      display: block;
      padding: 5px 5px;
      opacity: 0.7;
      -webkit-transition: opacity 0.1s linear;
      -moz-transition: opacity 0.1s linear;
      -o-transition: opacity 0.1s linear;
      transition: opacity 0.1s linear;
      font-size: 11px;
      font-size: 1.1rem; }
      @media (max-width: 1024px) {
        .section-submenu-list-foghlaim li a {
          padding: 5px 20px;
          font-size: 15px;
          font-size: 1.5rem; } }
    .section-submenu-list-foghlaim li.current_page_item a, .section-submenu-list-foghlaim li:hover a, .section-submenu-list-foghlaim li:focus a {
      opacity: 1; }
    @media (max-width: 1024px) {
      .section-submenu-list-foghlaim li.current_page_item a {
        border-bottom: 0; } }
    .section-submenu-list-foghlaim li.current_page_parent a {
      opacity: 1; }
      @media (max-width: 1024px) {
        .section-submenu-list-foghlaim li.current_page_parent a {
          border-bottom: 0; } }
    .section-submenu-list-foghlaim li.current_page_parent li a {
      border-bottom: 0; }
    @media (max-width: 1024px) {
      .section-submenu-list-foghlaim li {
        float: none;
        list-style: none; } }
  @media (max-width: 1024px) {
    .section-submenu-list-foghlaim {
      display: -ms-inline-grid;
      display: inline-grid;
      margin: 0; } }

.section-sub-page {
  display: none;
  color: white;
  padding: 0 20px;
  font-size: 15px;
  font-size: 1.5rem; }
  @media (max-width: 1024px) {
    .section-sub-page {
      display: block; }
      .section-sub-page span {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-left: 10px;
        position: relative; }
        .section-sub-page span:after {
          position: absolute;
          top: 3px;
          background: url("https://d1og0s8nlbd0hm.cloudfront.net/images/sprite-icons-webTG4-2021@2x.png") no-repeat 0 0 transparent;
          background-size: 500px auto;
          content: '';
          background-position: -235px -7px;
          width: 22px;
          height: 22px;
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg); } }

.section-submenu-wrap {
  overflow: hidden;
  height: auto;
  padding: 0 35px; }
  @media (max-width: 1024px) {
    .section-submenu-wrap {
      height: 0;
      padding: 0; } }

@media (max-width: 1024px) {
  .section-submenu-wrap.section-sub-open {
    height: auto; } }

/*!
Video.js Default Styles (http://videojs.com)
Version 4.12.0
*/
/* SKIN
================================================================================
The main class name for all skin-specific styles. To make your own skin,
replace all occurrences of 'vjs-default-skin' with a new name. Then add your new
skin name to your video tag instead of the default skin.
e.g. <video class="video-js my-skin-name">
*/
.vjs-default-skin {
  color: #cccccc; }

/* Custom Icon Font
--------------------------------------------------------------------------------
The control icons are from a custom font. Each icon corresponds to a character
(e.g. "\e001"). Font icons allow for easy scaling and coloring of icons.
*/
@font-face {
  font-family: 'VideoJS';
  src: url("https://d1og0s8nlbd0hm.cloudfront.net/fonts/vjs.eot");
  src: url("https://d1og0s8nlbd0hm.cloudfront.net/fonts/vjs.eot?#iefix") format("embedded-opentype"), url("https://d1og0s8nlbd0hm.cloudfront.net/fonts/vjs.woff") format("woff"), url("https://d1og0s8nlbd0hm.cloudfront.net/fonts/vjs.ttf") format("truetype"), url("https://d1og0s8nlbd0hm.cloudfront.net/fonts/vjs.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Base UI Component Classes
--------------------------------------------------------------------------------
*/
/* Slider - used for Volume bar and Seek bar */
.vjs-default-skin .vjs-slider {
  /* Replace browser focus highlight with handle highlight */
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  /* background-color-with-alpha */
  background-color: #333333;
  background-color: rgba(51, 51, 51, 0.9); }

.vjs-default-skin .vjs-slider:focus {
  /* box-shadow */
  -webkit-box-shadow: 0 0 2em #ffffff;
  -moz-box-shadow: 0 0 2em #ffffff;
  box-shadow: 0 0 2em #ffffff; }

.vjs-default-skin .vjs-slider-handle {
  position: absolute;
  /* Needed for IE6 */
  left: 0;
  top: 0; }

.vjs-default-skin .vjs-slider-handle:before {
  content: "\e009";
  font-family: VideoJS;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  text-shadow: 0em 0em 1em #fff;
  position: absolute;
  top: 0;
  left: 0;
  /* Rotate the square icon to make a diamond */
  /* transform */
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Control Bar
--------------------------------------------------------------------------------
The default control bar that is a container for most of the controls.
*/
.vjs-default-skin .vjs-control-bar {
  /* Start hidden */
  display: none;
  position: absolute;
  /* Place control bar at the bottom of the player box/video.
     If you want more margin below the control bar, add more height. */
  bottom: 0;
  /* Use left/right to stretch to 100% width of player div */
  left: 0;
  right: 0;
  /* Height includes any margin you want above or below control items */
  height: 3.0em;
  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7); }

/* Show the control bar only once the video has started playing */
.vjs-default-skin.vjs-has-started .vjs-control-bar {
  display: block;
  /* Visibility needed to make sure things hide in older browsers too. */
  visibility: visible;
  opacity: 1;
  /* transition */
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s; }

/* Hide the control bar when the video is playing and the user is inactive  */
.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  display: block;
  visibility: hidden;
  opacity: 0;
  /* transition */
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
  display: none; }

.vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
  display: none; }

/* The control bar shouldn't show after an error */
.vjs-default-skin.vjs-error .vjs-control-bar {
  display: none; }

/* Don't hide the control bar if it's audio */
.vjs-audio.vjs-default-skin.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
*/
@media \0screen {
  .vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar:before {
    content: ""; } }

/* General styles for individual controls. */
.vjs-default-skin .vjs-control {
  outline: none;
  position: relative;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 3.0em;
  width: 4em; }

/* Font button icons */
.vjs-default-skin .vjs-control:before {
  font-family: VideoJS;
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }

/* Replacement for focus outline */
.vjs-default-skin .vjs-control:focus:before,
.vjs-default-skin .vjs-control:hover:before {
  text-shadow: 0em 0em 1em #ffffff; }

.vjs-default-skin .vjs-control:focus {
  /*  outline: 0; */
  /* keyboard-only users cannot see the focus on several of the UI elements when
  this is set to 0 */ }

/* Hide control text visually, but have it available for screenreaders */
.vjs-default-skin .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; }

/* Play/Pause
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-play-control {
  width: 5em;
  cursor: pointer; }

.vjs-default-skin .vjs-play-control:before {
  content: "\e001"; }

.vjs-default-skin.vjs-playing .vjs-play-control:before {
  content: "\e002"; }

/* Playback toggle
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }

.vjs-default-skin .vjs-playback-rate.vjs-menu-button .vjs-menu .vjs-menu-content {
  width: 4em;
  left: -2em;
  list-style: none; }

/* Volume/Mute
-------------------------------------------------------------------------------- */
.vjs-default-skin .vjs-mute-control,
.vjs-default-skin .vjs-volume-menu-button {
  cursor: pointer;
  float: right; }

.vjs-default-skin .vjs-mute-control:before,
.vjs-default-skin .vjs-volume-menu-button:before {
  content: "\e006"; }

.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
  content: "\e003"; }

.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
  content: "\e004"; }

.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
  content: "\e005"; }

.vjs-default-skin .vjs-volume-control {
  width: 5em;
  float: right; }

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

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

.vjs-default-skin .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-default-skin .vjs-volume-handle:before {
  font-size: 0.9em;
  top: -0.2em;
  left: -0.2em;
  width: 1em;
  height: 1em; }

/* 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-default-skin .vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent; }

.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
  height: 0;
  width: 0; }

.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu,
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing {
  border-top-color: rgba(7, 40, 50, 0.5);
  /* Same as ul background */ }

.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu .vjs-menu-content,
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 10em; }

/* Progress
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-progress-control {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  font-size: 0.3em;
  height: 1em;
  /* Set above the rest of the controls. */
  top: -1em;
  /* Shrink the bar slower than it grows. */
  /* transition */
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

/* On hover, make the progress bar grow to something that's more clickable.
    This simply changes the overall font for the progress bar, and this
    updates both the em-based widths and heights, as wells as the icon font */
.vjs-default-skin:hover .vjs-progress-control {
  font-size: .9em;
  /* Even though we're not changing the top/height, we need to include them in
      the transition so they're handled correctly. */
  /* transition */
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

/* Box containing play and load progresses. Also acts as seek scrubber. */
.vjs-default-skin .vjs-progress-holder {
  height: 100%; }

/* Progress Bars */
.vjs-default-skin .vjs-progress-holder .vjs-play-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  /* updated by javascript during playback */
  width: 0;
  /* Needed for IE6 */
  left: 0;
  top: 0; }

.vjs-default-skin .vjs-play-progress {
  /*
    Using a data URI to create the white diagonal lines with a transparent
      background. Surprisingly works in IE8.
      Created using http://www.patternify.com
    Changing the first color value will change the bar color.
    Also using a paralax effect to make the lines move backwards.
      The -50% left position makes that happen.
    */
  background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat; }

.vjs-default-skin .vjs-load-progress {
  background: #646464;
  /* IE8- Fallback */
  background: rgba(255, 255, 255, 0.2); }

/* there are child elements of the load progress bar that represent the
   specific time ranges that have been buffered */
.vjs-default-skin .vjs-load-progress div {
  background: #787878;
  /* IE8- Fallback */
  background: rgba(255, 255, 255, 0.1); }

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

.vjs-default-skin .vjs-seek-handle:before {
  padding-top: 0.1em;
  /* Minor adjustment */ }

/* Live Mode
--------------------------------------------------------------------------------
*/
.vjs-default-skin.vjs-live .vjs-time-controls,
.vjs-default-skin.vjs-live .vjs-time-divider,
.vjs-default-skin.vjs-live .vjs-progress-control {
  display: none; }

.vjs-default-skin.vjs-live .vjs-live-display {
  display: block; }

/* Live Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-live-display {
  display: none;
  font-size: 1em;
  line-height: 3em; }

/* Time Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-time-controls {
  font-size: 1em;
  /* Align vertically by making the line height the same as the control bar */
  line-height: 3em; }

.vjs-default-skin .vjs-current-time {
  float: left; }

.vjs-default-skin .vjs-duration {
  float: left; }

/* Remaining time is in the HTML, but not included in default design */
.vjs-default-skin .vjs-remaining-time {
  display: none;
  float: left; }

.vjs-time-divider {
  float: left;
  line-height: 3em; }

/* Fullscreen
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-fullscreen-control {
  width: 3.8em;
  cursor: pointer;
  float: right; }

.vjs-default-skin .vjs-fullscreen-control:before {
  content: "\e000"; }

/* Switch to the exit icon when the player is in fullscreen */
.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\e00b"; }

/* Big Play Button (play button at start)
--------------------------------------------------------------------------------
Positioning of the play button in the center or other corners can be done more
easily in the skin designer. http://designer.videojs.com/
*/
#Subtitles .vjs-big-play-button {
  background: url("/cf-static/images/TG4_Player_PlayIcon_Normal.svg");
  background-color: #000000;
  font-size: 0em;
  opacity: .9;
  width: 60px;
  height: 60px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-style: solid;
  border-width: 0px;
  border-color: #ffffff; }

#Subtitles .vjs-big-play-button:hover {
  background: url("/cf-static/images/TG4_Player_PlayIcon_Hover.svg");
  font-size: 0em;
  opacity: .9;
  width: 60px;
  height: 60px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-style: solid;
  border-width: 0px;
  border-color: #ffffff; }

#Subtitles .vjs-text-track {
  background-color: red;
  font-size: large;
  font-weight: bold;
  font-family: "Comic Sans MS"; }

#PromoVideo .vjs-big-play-button {
  content: url("https://www.tg4.ie/TG4PlayerIcon.png");
  opacity: .9;
  width: 180px;
  height: 90px;
  top: 60px;
  left: 60px; }

.vjs-default-skin .vjs-big-play-button {
  left: 0.5em;
  top: 0.5em;
  font-size: 3em;
  display: block;
  z-index: 2;
  position: absolute;
  width: 4em;
  height: 2.6em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  /* Need a slightly gray bg so it can be seen on black backgrounds */
  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
  border: 0.1em solid #3b4249;
  /* border-radius */
  border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  /* box-shadow */
  -webkit-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  /* transition */
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

/* Optionally center */
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
  /* Center it horizontally */
  left: 50%;
  margin-left: -2.1em;
  /* Center it vertically */
  top: 50%;
  margin-top: -1.4000000000000001em; }

/* Hide if controls are disabled */
.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
  display: none; }

/* Hide when video starts playing */
.vjs-default-skin.vjs-has-started .vjs-big-play-button {
  display: none; }

/* Hide on mobile devices. Remove when we stop using native controls
    by default on mobile  */
.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
  display: none; }

.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  /* IE8 needs a non-glow hover state */
  background-color: #505050;
  background-color: rgba(50, 50, 50, 0.75);
  /* box-shadow */
  -webkit-box-shadow: 0 0 3em #ffffff;
  -moz-box-shadow: 0 0 3em #ffffff;
  box-shadow: 0 0 3em #ffffff;
  /* transition */
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }

.vjs-default-skin .vjs-big-play-button:before {
  content: "\e001";
  font-family: VideoJS;
  /* In order to center the play icon vertically we need to set the line height
     to the same as the button height */
  line-height: 2.6em;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  /* Needed for IE8 */
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%; }

.vjs-error .vjs-big-play-button {
  display: none; }

/* Error Display
--------------------------------------------------------------------------------
*/
.vjs-error-display {
  display: inherit; }

.vjs-error .vjs-error-display {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.vjs-error .vjs-error-display:before {
  content: 'X';
  font-family: Arial;
  font-size: 4em;
  color: #666666;
  /* In order to center the play icon vertically we need to set the line height
     to the same as the button height */
  line-height: 1;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  /* Needed for IE8 */
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
  width: 100%; }

.vjs-error-display div {
  /* position: absolute; */
  bottom: 1em;
  right: 0;
  left: 0;
  font-size: 1em;
  text-align: center;
  padding: 5px;
  /* background: #000000;
    background: rgba(0, 0, 0, 0.5); */ }

.vjs-error-display a,
.vjs-error-display a:visited {
  color: #F4A460; }

.vjs-errors-ok-button {
  background-color: #FF126C !important;
  border: 1px #FFFFFF solid !important;
  border-radius: 5px;
  color: #999;
  font-size: 14px;
  cursor: pointer; }

.vjs-errors-dialog {
  margin: 0 10px !important; }

/* Loading Spinner
--------------------------------------------------------------------------------
*/
.vjs-loading-spinner {
  /* Should be hidden by default */
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4em;
  line-height: 1;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: -0.5em;
  opacity: 0.75; }

/* Show the spinner when waiting for data and seeking to a new time */
.vjs-waiting .vjs-loading-spinner,
.vjs-seeking .vjs-loading-spinner {
  display: block;
  /* only animate when showing because it can be processor heavy */
  /* animation */
  -webkit-animation: spin 1.5s infinite linear;
  -moz-animation: spin 1.5s infinite linear;
  -o-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear; }

/* Errors are unrecoverable without user interaction so hide the spinner */
.vjs-error .vjs-loading-spinner {
  display: none;
  /* ensure animation doesn't continue while hidden */
  /* animation */
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none; }

.vjs-default-skin .vjs-loading-spinner:before {
  content: "\e01e";
  font-family: VideoJS;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  text-align: center;
  text-shadow: 0em 0em 0.1em #000; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Menu Buttons (Captions/Subtitles/etc.)
--------------------------------------------------------------------------------
*/
/* .vjs-ima3-ad-container iframe { width: 100%; height: 100%; } */
.vjs-default-skin .vjs-menu-button {
  float: right;
  cursor: pointer; }

.vjs-default-skin .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0em;
  /* (Width of vjs-menu - width of button) / 2 */
  width: 0em;
  height: 0em;
  margin-bottom: 3em;
  border-left: 2em solid transparent;
  border-right: 2em solid transparent;
  border-top: 1.55em solid #000000;
  /* Same width top as ul bottom */
  border-top-color: rgba(7, 40, 50, 0.5);
  /* Same as ul background */ }

/* Button Pop-up Menu */
.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 10em;
  bottom: 1.5em;
  /* Same bottom as vjs-menu border-top */
  max-height: 15em;
  overflow: auto;
  left: -5em;
  /* Width of menu - width of button / 2 */
  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
  /* box-shadow */
  -webkit-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  -moz-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2); }

.vjs-default-skin .vjs-menu-button:hover .vjs-control-content .vjs-menu,
.vjs-default-skin .vjs-control-content .vjs-menu.vjs-lock-showing {
  display: block; }

/* prevent menus from opening while scrubbing (FF, IE) */
.vjs-default-skin.vjs-scrubbing .vjs-menu-button:hover .vjs-control-content .vjs-menu {
  display: none; }

.vjs-default-skin .vjs-menu-button ul li {
  list-style: none;
  margin: 0;
  padding: 0.3em 0 0.3em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase; }

.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
  background-color: #000; }

.vjs-default-skin .vjs-menu-button ul li:focus,
.vjs-default-skin .vjs-menu-button ul li:hover,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
  outline: 0;
  color: #111;
  /* background-color-with-alpha */
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.75);
  /* box-shadow */
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff; }

.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default; }

/* Subtitles Button */
.vjs-default-skin .vjs-subtitles-button:before {
  content: "\e00c"; }

/* Captions Button */
.vjs-default-skin .vjs-captions-button:before {
  content: "\e008"; }

/* Chapters Button */
.vjs-default-skin .vjs-chapters-button:before {
  content: "\e00c"; }

.vjs-default-skin .vjs-chapters-button.vjs-menu-button .vjs-menu .vjs-menu-content {
  width: 24em;
  left: -12em; }

/* Replacement for focus outline */
.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,
.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
  /* box-shadow */
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff; }

/*
REQUIRED STYLES (be careful overriding)
================================================================================
When loading the player, the video tag is replaced with a DIV,
that will hold the video tag or object tag for other playback methods.
The div contains the video playback element (Flash or HTML5) and controls,
and sets the width and height of the video.

** If you want to add some kind of border/padding (e.g. a frame), or special
positioning, use another containing element. Otherwise you risk messing up
control positioning and full window mode. **
*/
.video-js {
  /* height:100% !important; */
  width: 100% !important;
  background-color: #000;
  position: relative;
  padding: 0;
  margin-top: -5px;
  /* Start with 10px for base font size so other dimensions can be em based and
     easily calculable. */
  font-size: 10px;
  /* Allow poster to be vertically aligned. */
  vertical-align: middle;
  /*  display: table-cell; */
  /*This works in Safari but not Firefox.*/
  /* Provide some basic defaults for fonts */
  font-weight: normal;
  font-style: normal;
  /* Avoiding helvetica: issue #376 */
  font-family: Arial, sans-serif;
  /* Turn off user selection (text highlighting) by default.
     The majority of player components will not be text blocks.
     Text areas will need to turn user selection back on. */
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Playback technology elements expand to the width/height of the containing div
    <video> or <object> */
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Fix for Firefox 9 fullscreen (only if it is enabled). Not needed when
   checking fullScreenEnabled. */
.video-js:-moz-full-screen {
  position: absolute; }

/* Fullscreen Styles */
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  /* Fix for IE6 full-window. http://www.cssplay.co.uk/layouts/fixed.html */
  overflow-y: auto; }

.video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  /* IE6 full-window (underscore hack) */
  _position: absolute; }

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important; }

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

.vjs-overlay-top-right {
  right: 8px;
  top: 28px !important; }

/* Poster Styles */
.vjs-poster {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.vjs-poster img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%; }

/* Hide the poster after the video has started playing */
.video-js.vjs-has-started .vjs-poster {
  display: none; }

/* Don't hide the poster if we're playing audio */
.video-js.vjs-audio.vjs-has-started .vjs-poster {
  display: block; }

/* Hide the poster when controls are disabled because it's clickable
    and the native poster can take over */
.video-js.vjs-controls-disabled .vjs-poster {
  display: none; }

/* Hide the poster when native controls are used otherwise it covers them */
.video-js.vjs-using-native-controls .vjs-poster {
  display: none; }

/* Text Track Styles */
/* Overall track holder for both captions and subtitles */
.video-js .vjs-text-track-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 3em;
  right: 0;
  pointer-events: none; }

/* Captions Settings Dialog */
.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #000;
  opacity: 0.75;
  color: #FFF;
  margin: 0 auto;
  padding: 0.5em;
  height: 15em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 40em; }

.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 2em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto; }

.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left; }

.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both; }

.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em; }

.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px; }

.vjs-caption-settings .vjs-tracksetting label {
  display: block;
  width: 100px;
  margin-bottom: 5px; }

.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px; }

.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px; }

.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0; }

.vjs-caption-settings label > input {
  margin-right: 10px; }

.vjs-caption-settings input[type="button"] {
  width: 40px;
  height: 40px; }

/* Hide disabled or unsupported controls */
.vjs-hidden {
  display: none !important; }

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible; }

/*  In IE8 w/ no JavaScript (no HTML5 shim), the video tag doesn't register.
    The .video-js classname on the video tag also isn't considered.
    This optional paragraph inside the video tag can provide a message to users
    about what's required to play video. */
.vjs-no-js {
  padding: 4em;
  color: #333333;
  background-color: #3e8eb4;
  font-size: 0.8em;
  font-family: Arial, sans-serif;
  text-align: center;
  /* width: 30em;
    height: 15em; */
  margin: 0 auto; }

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #ffffff; }

.vjs-ima3-ad-container > div,
.vjs-ima3-ad-container > div > iframe {
  /* height: 100% !important; */
  width: 100% !important; }

.vjs-ssai .vjs-ssai-overlay-countdown {
  position: absolute; }

/* -----------------------------------------------------------------------------
The original source of this file lives at
https://github.com/videojs/video.js/blob/master/src/css/video-js.less
*/
/* 	==========================================================================
   	Homepage modules
   	========================================================================== */
.home-mods {
  background-color: #c7dae2;
  padding: 62px 20px 65px; }
  @media (max-width: 1260px) {
    .home-mods {
      padding: 62px 20px 5px; } }

.mods-wrapper {
  width: auto;
  max-width: 1600px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  *zoom: 1; }
  .mods-wrapper:before, .mods-wrapper:after {
    content: '';
    display: table; }
  .mods-wrapper:after {
    clear: both; }
  .mods-wrapper .mod-1 {
    height: 360px;
    margin-bottom: 20px;
    float: left;
    clear: none;
    width: 48.77561%;
    margin-left: 0;
    margin-right: 2.44878%; }
    .mods-wrapper .mod-1:last-child {
      margin-right: 0; }
    @media (max-width: 1260px) {
      .mods-wrapper .mod-1 {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%;
        height: 100%; }
        .mods-wrapper .mod-1:last-child {
          margin-right: 0; } }
    @media (max-width: 1024px) {
      .mods-wrapper .mod-1 {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%;
        height: 100%; }
        .mods-wrapper .mod-1:last-child {
          margin-right: 0; } }
    @media (max-width: 700px) {
      .mods-wrapper .mod-1 {
        height: 100%;
        margin-bottom: 20px; } }
    @media (max-width: 400px) {
      .mods-wrapper .mod-1 {
        height: 100%;
        margin-bottom: 20px; } }
  .mods-wrapper .mod-2 {
    height: 360px;
    margin-bottom: 20px;
    float: left;
    clear: none;
    width: 48.77561%;
    margin-left: 0;
    margin-right: 2.44878%; }
    .mods-wrapper .mod-2:last-child {
      margin-right: 0; }
    @media (max-width: 1260px) {
      .mods-wrapper .mod-2 {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%;
        height: 460px; }
        .mods-wrapper .mod-2:last-child {
          margin-right: 0; } }
    @media (max-width: 1024px) {
      .mods-wrapper .mod-2 {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%;
        height: 100%; }
        .mods-wrapper .mod-2:last-child {
          margin-right: 0; } }
    @media (max-width: 700px) {
      .mods-wrapper .mod-2 {
        height: 100%;
        margin-bottom: 20px; } }
    @media (max-width: 500px) {
      .mods-wrapper .mod-2 {
        height: 100%; } }
    @media (max-width: 400px) {
      .mods-wrapper .mod-2 {
        height: 100%; } }
  .mods-wrapper .mod-ad {
    float: left;
    clear: none;
    width: 21.55625%;
    margin-left: 0;
    margin-right: 1.875%;
    float: right;
    height: 360px;
    min-width: 300px; }
    .mods-wrapper .mod-ad:last-child {
      margin-right: 0; }
    @media (max-width: 1435px) {
      .mods-wrapper .mod-ad {
        width: 300px;
        margin: 0; } }
    @media (max-width: 960px) {
      .mods-wrapper .mod-ad {
        display: none; } }

.home-mod-wrap {
  *zoom: 1;
  float: left;
  clear: none;
  width: 76.56875%;
  margin-left: 0;
  margin-right: 1.875%; }
  .home-mod-wrap:before, .home-mod-wrap:after {
    content: '';
    display: table; }
  .home-mod-wrap:after {
    clear: both; }
  .home-mod-wrap:last-child {
    margin-right: 0; }
  @media (max-width: 1435px) {
    .home-mod-wrap {
      width: calc(98% - 300px);
      margin: 0; } }
  @media (max-width: 960px) {
    .home-mod-wrap {
      width: 100%;
      margin-bottom: 120px; } }
  @media (max-width: 800px) {
    .home-mod-wrap {
      width: 100%;
      margin-bottom: 50px; } }

.mod-notice {
  position: relative;
  background-color: #c7dae2;
  height: 100%; }
  .mod-notice .notice {
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.5); }

.rowImg {
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  /* IE10 */
  flex-wrap: wrap;
  padding: 0; }

/* Create four equal columns that sits next to each other */
.columnImg1 {
  position: relative;
  -ms-flex: 50%;
  /* IE10 */
  -webkit-box-flex: 50%;
  flex: 50%;
  max-width: 50%;
  padding: 0; }
  @media (max-width: 800px) {
    .columnImg1 {
      -ms-flex: 100%;
      -webkit-box-flex: 100%;
      flex: 100%;
      max-width: 100%; } }

.columnTxt1 {
  background-color: #FF126C;
  padding: 10px 40px !important;
  position: relative;
  -ms-flex: 50%;
  /* IE10 */
  -webkit-box-flex: 50%;
  flex: 50%;
  max-width: 50%;
  padding: 0; }
  @media (max-width: 800px) {
    .columnTxt1 {
      padding: 10px 12px !important;
      -ms-flex: 100%;
      -webkit-box-flex: 100%;
      flex: 100%;
      max-width: 100%; } }

.columnImg2 {
  border: 0px solid #ff0000;
  position: relative;
  -ms-flex: 25%;
  /* IE10 */
  -webkit-box-flex: 25%;
  flex: 25%;
  max-width: 25%;
  padding: 0; }
  @media (max-width: 800px) {
    .columnImg2 {
      -ms-flex: 50%;
      -webkit-box-flex: 50%;
      flex: 50%;
      max-width: 50%; } }

.columnImg3 {
  position: relative;
  -ms-flex: 25%;
  /* IE10 */
  -webkit-box-flex: 25%;
  flex: 25%;
  max-width: 25%;
  padding: 0; }
  @media (max-width: 800px) {
    .columnImg3 {
      -ms-flex: 50%;
      -webkit-box-flex: 50%;
      flex: 50%;
      max-width: 50%; } }

.columnImg4 {
  position: relative;
  -ms-flex: 28%;
  /* IE10 */
  -webkit-box-flex: 28%;
  flex: 28%;
  max-width: 28%;
  padding: 0; }
  @media (max-width: 800px) {
    .columnImg4 {
      -ms-flex: 50%;
      -webkit-box-flex: 50%;
      flex: 50%;
      max-width: 50%; } }
  @media (max-width: 500px) {
    .columnImg4 {
      -ms-flex: 100%;
      -webkit-box-flex: 100%;
      flex: 100%;
      max-width: 100%; } }

.columnImg5 {
  position: relative;
  -ms-flex: 44%;
  /* IE10 */
  -webkit-box-flex: 44%;
  flex: 44%;
  max-width: 44%;
  padding: 0; }
  @media (max-width: 800px) {
    .columnImg5 {
      -ms-flex: 50%;
      -webkit-box-flex: 50%;
      flex: 50%;
      max-width: 50%; } }
  @media (max-width: 500px) {
    .columnImg5 {
      -ms-flex: 100%;
      -webkit-box-flex: 100%;
      flex: 100%;
      max-width: 100%; } }

.columnTxt5 {
  background-color: #FF126C;
  padding: 10px 40px !important;
  position: relative;
  -ms-flex: 44%;
  /* IE10 */
  -webkit-box-flex: 44%;
  flex: 44%;
  max-width: 44%;
  padding: 0; }
  @media (max-width: 800px) {
    .columnTxt5 {
      padding: 10px 12px !important;
      -ms-flex: 50%;
      -webkit-box-flex: 50%;
      flex: 50%;
      max-width: 50%; } }
  @media (max-width: 500px) {
    .columnTxt5 {
      -ms-flex: 100%;
      -webkit-box-flex: 100%;
      flex: 100%;
      max-width: 100%; } }

.columnImg6 {
  position: relative;
  -ms-flex: 28%;
  /* IE10 */
  -webkit-box-flex: 28%;
  flex: 28%;
  max-width: 28%;
  padding: 0; }
  @media (max-width: 800px) {
    .columnImg6 {
      display: none; } }

.columnImg1, .columnImg2, .columnImg3, .columnImg4, .columnImg5, .columnImg6 img {
  margin-top: 0;
  vertical-align: middle; }

.ImgContainer1 {
  position: absolute;
  left: 3%;
  margin-right: 7%;
  top: 10%; }

.ImgContainer2 {
  position: absolute;
  left: 3%;
  margin-right: 7%;
  top: 10%; }

.ImgContainer3 {
  position: absolute;
  left: 3%;
  margin-right: 7%;
  top: 10%; }

.img-titleLg {
  margin: 0;
  color: white;
  padding: 0px 20px;
  font-size: 36px;
  font-size: 3.6rem; }
  @media (max-width: 550px) {
    .img-titleLg {
      font-size: 24px;
      font-size: 2.4rem; } }

.img-titleSm {
  margin: 0;
  color: white;
  padding: 0px 20px;
  top: 20px;
  font-size: 24px;
  font-size: 2.4rem; }
  @media (max-width: 1024px) {
    .img-titleSm {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media (max-width: 550px) {
    .img-titleSm {
      font-size: 14px;
      font-size: 1.4rem; } }

.mosaic_container {
  max-width: 1300px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  -ms-grid-columns: 2fr 1fr 1fr;
  grid-template-areas: "main_image side_image_i side_image_ii"
 "main_image side_image_iii side_image_iv"; }
  @media (max-width: 1024px) {
    .mosaic_container {
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      -ms-grid-rows: 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr 1fr;
      -ms-grid-columns: 1fr 1fr;
      grid-template-areas: "main_image main_image"
 "main_image main_image"
 "side_image_i side_image_ii"
 "side_image_iii side_image_iv"; } }
  .mosaic_container img {
    vertical-align: middle;
    width: 100%; }

.item-0 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-row-start: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row-span: 2;
  grid-area: main_image; }
  @media (max-width: 1024px) {
    .item-0 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      -ms-grid-column: 1;
      grid-row-start: 1;
      grid-column-start: 1;
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      -ms-grid-row-span: 2;
      grid-area: main_image; } }
  .item-0 .ImgContainerText-0 {
    position: absolute;
    top: 4%;
    left: 0%; }

.item-1 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-row-start: 1;
  grid-column-start: 2;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: side_image_i; }
  @media (max-width: 1024px) {
    .item-1 {
      -ms-grid-row: 1;
      -ms-grid-column: 2;
      grid-row-start: 3;
      grid-column-start: 1;
      -ms-grid-row: 3;
      -ms-grid-column: 1;
      grid-area: side_image_i; } }
  .item-1 .ImgContainerText-1 {
    position: absolute;
    top: 4%;
    left: 50%; }
    @media (max-width: 1024px) {
      .item-1 .ImgContainerText-1 {
        top: 54%;
        left: 0%; } }

.item-2 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-row-start: 1;
  grid-column-start: 3;
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: side_image_ii; }
  @media (max-width: 1024px) {
    .item-2 {
      -ms-grid-row: 1;
      -ms-grid-column: 3;
      grid-row-start: 3;
      grid-column-start: 2;
      -ms-grid-row: 3;
      -ms-grid-column: 2;
      grid-area: side_image_ii; } }
  .item-2 .ImgContainerText-2 {
    position: absolute;
    top: 4%;
    left: 75%; }
    @media (max-width: 1024px) {
      .item-2 .ImgContainerText-2 {
        top: 54%;
        left: 50%; } }

.item-3 {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-row-start: 2;
  grid-column-start: 2;
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: side_image_iii; }
  @media (max-width: 1024px) {
    .item-3 {
      -ms-grid-row: 2;
      -ms-grid-column: 2;
      grid-row-start: 4;
      grid-column-start: 1;
      -ms-grid-row: 4;
      -ms-grid-column: 1;
      grid-area: side_image_iii; } }
  .item-3 .ImgContainerText-3 {
    position: absolute;
    top: 54%;
    left: 50%; }
    @media (max-width: 1024px) {
      .item-3 .ImgContainerText-3 {
        top: 79%;
        left: 0%; } }

.item-4 {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-row-start: 2;
  grid-column-start: 3;
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: side_image_iv; }
  @media (max-width: 1024px) {
    .item-4 {
      -ms-grid-row: 2;
      -ms-grid-column: 3;
      grid-row-start: 4;
      grid-column-start: 2;
      -ms-grid-row: 4;
      -ms-grid-column: 2;
      grid-area: side_image_iv; } }
  .item-4 .ImgContainerText-4 {
    position: absolute;
    top: 54%;
    left: 75%; }
    @media (max-width: 1024px) {
      .item-4 .ImgContainerText-4 {
        top: 79%;
        left: 50%; } }

.item-5 {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-row-start: 2;
  grid-column-start: 3;
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: side_image_iv; }
  @media (max-width: 1024px) {
    .item-5 {
      -ms-grid-row: 2;
      -ms-grid-column: 3;
      grid-row-start: 4;
      grid-column-start: 2;
      -ms-grid-row: 4;
      -ms-grid-column: 2;
      grid-area: side_image_iv; } }
  @media (max-width: 1024px){
    .item-0 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2; }
    .item-0 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2; }
    .item-1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
    .item-1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
    .item-2 {
    -ms-grid-row: 3;
    -ms-grid-column: 2; }
    .item-2 {
    -ms-grid-row: 3;
    -ms-grid-column: 2; }
    .item-3 {
    -ms-grid-row: 4;
    -ms-grid-column: 1; }
    .item-3 {
    -ms-grid-row: 4;
    -ms-grid-column: 1; }
    .item-4 {
    -ms-grid-row: 4;
    -ms-grid-column: 2; }
    .item-4 {
    -ms-grid-row: 4;
    -ms-grid-column: 2; }
    .item-5 {
    -ms-grid-row: 4;
    -ms-grid-column: 2; }
    .item-5 {
    -ms-grid-row: 4;
    -ms-grid-column: 2; } }
  .item-5 .ImgContainerText-5 {
    position: absolute;
    top: 54%;
    left: 75%; }
    @media (max-width: 1024px) {
      .item-5 .ImgContainerText-5 {
        top: 79%;
        left: 50%; } }

.sitemap-listing {
  padding: 10px 40px; }
  .sitemap-listing .pagenav {
    list-style: none; }
    .sitemap-listing .pagenav h4 {
      padding-left: 20px;
      text-transform: uppercase; }
  .sitemap-listing .page_item {
    list-style: square; }
    .sitemap-listing .page_item a {
      color: #c3c5c6; }
      .sitemap-listing .page_item a:hover {
        color: #FF126C; }

/* 	==========================================================================
   	Schedule page
   	========================================================================== */
.schedule-content {
  margin-top: 15px;
  font-size: 18px;
  font-size: 1.8rem; }

.schedule-mods {
  padding: 12px 0px 25px; }

.dailyschedule-mods {
  padding: 0px; }

.schedule-wrapper {
  *zoom: 1; }
  .schedule-wrapper:before, .schedule-wrapper:after {
    content: '';
    display: table; }
  .schedule-wrapper:after {
    clear: both; }
  @media (max-width: 600px) {
    .schedule-wrapper {
      padding: 0px; } }

.schedmods-wrapper {
  width: auto;
  max-width: 1200px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  *zoom: 1;
  padding-left: 42px;
  padding-right: 42px; }
  .schedmods-wrapper:before, .schedmods-wrapper:after {
    content: '';
    display: table; }
  .schedmods-wrapper:after {
    clear: both; }
  @media (max-width: 600px) {
    .schedmods-wrapper {
      padding: 0px; } }
  .schedmods-wrapper .mod-1 {
    height: 350px;
    max-width: 265px;
    float: left;
    clear: none;
    width: 24.56875%;
    margin-left: 0;
    margin-right: 0.575%; }
    .schedmods-wrapper .mod-1:last-child {
      margin-right: 0; }
    @media (max-width: 1316px) {
      .schedmods-wrapper .mod-1 {
        max-width: calc(24.4%);
        float: left;
        clear: none;
        width: 24.56875%;
        margin-left: 0;
        margin-right: 0.575%; }
        .schedmods-wrapper .mod-1:last-child {
          margin-right: 0; } }
    @media (max-width: 900px) {
      .schedmods-wrapper .mod-1 {
        max-width: calc(49.4%);
        float: left;
        clear: none;
        width: 200.575%;
        margin-left: 0;
        margin-right: 0.575%; }
        .schedmods-wrapper .mod-1:last-child {
          margin-right: 0; } }
  .schedmods-wrapper .mod-2 {
    max-width: 265px;
    float: left;
    clear: none;
    width: 24.56875%;
    margin-left: 0;
    margin-right: 0.575%; }
    .schedmods-wrapper .mod-2:last-child {
      margin-right: 0; }
    @media (max-width: 1316px) {
      .schedmods-wrapper .mod-2 {
        max-width: calc(24.4%);
        float: left;
        clear: none;
        width: 24.56875%;
        margin-left: 0;
        margin-right: 0.575%; }
        .schedmods-wrapper .mod-2:last-child {
          margin-right: 0; } }
    @media (max-width: 900px) {
      .schedmods-wrapper .mod-2 {
        max-width: calc(49.4%);
        float: left;
        clear: none;
        width: 200.575%;
        margin-left: 0;
        margin-right: 0.575%; }
        .schedmods-wrapper .mod-2:last-child {
          margin-right: 0; } }

.schedule-mod-wrap {
  *zoom: 1;
  float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 3%;
  width: 100%;
  margin: 0;
  padding: 20px 0 0 0; }
  .schedule-mod-wrap:before, .schedule-mod-wrap:after {
    content: '';
    display: table; }
  .schedule-mod-wrap:after {
    clear: both; }
  .schedule-mod-wrap:last-child {
    margin-right: 0; }
  @media (max-width: 600px) {
    .schedule-mod-wrap {
      padding: 0; } }

.sport-lists {
  margin-top: -40px; }
  @media (max-width: 1024px) {
    .sport-lists {
      margin-top: 0px; } }

.sched-days-wrap {
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  *zoom: 1;
  background-color: black; }
  .sched-days-wrap:before, .sched-days-wrap:after {
    content: '';
    display: table; }
  .sched-days-wrap:after {
    clear: both; }

.sched-days {
  height: 60px; }

.sched-slider {
  margin: 0 60px; }
  .sched-slider .slick-list {
    padding: 0; }
  .sched-slider .slick-prev, .sched-slider .slick-next {
    top: 0;
    margin-top: 0;
    height: 70px;
    background-color: transparent; }
  .sched-slider .slick-prev {
    left: -60px; }

.day-link {
  float: left;
  display: block;
  background-color: white;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  margin: 0 1px;
  height: 60px;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1; }
  .day-link:hover, .day-link:focus {
    background-color: #FF126C;
    color: white; }
  @media (max-width: 600px) {
    .day-link {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.3; } }

.day-selected, .day-selected:hover, .day-selected:focus {
  background-color: #FF126C;
  color: white; }

.sched-date {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1; }
  @media (max-width: 600px) {
    .sched-date {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1.3; } }

.sched-lists-title {
  background-color: black;
  margin: 0;
  color: white;
  text-align: center;
  padding: 30px 20px;
  font-size: 42px;
  font-size: 4.2rem; }
  @media (max-width: 1024px) {
    .sched-lists-title {
      font-size: 36px;
      font-size: 3.6rem; } }

.sched-list-day {
  margin: 0;
  background-color: #646464;
  text-align: center;
  color: white;
  padding: 20px 20px 30px;
  font-size: 24px;
  font-size: 2.4rem; }

.sched-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .sched-list li {
    background-color: #414141;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    margin-bottom: 1px; }
    .sched-list li:last-child {
      margin-bottom: 0px; }
    .sched-list li:nth-child(even) {
      background-color: #646464; }
    .sched-list li:hover {
      background-color: #FF126C; }

.sched-item-wrap {
  width: auto;
  max-width: 1190px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 5px 5px;
  *zoom: 1; }
  .sched-item-wrap:before, .sched-item-wrap:after {
    content: '';
    display: table; }
  .sched-item-wrap:after {
    clear: both; }

.sched-time {
  float: left;
  clear: none;
  width: 9.55%;
  margin-left: 0;
  margin-right: 0.5%;
  font-size: 15px;
  font-size: 1.5rem;
  background-color: #777777;
  position: relative;
  min-height: 25px; }
  .sched-time:last-child {
    margin-right: 0; }
  .sched-time span {
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  @media (max-width: 960px) {
    .sched-time {
      float: left;
      clear: none;
      width: 14.575%;
      margin-left: 0;
      margin-right: 0.5%; }
      .sched-time:last-child {
        margin-right: 0; } }
  @media (max-width: 700px) {
    .sched-time {
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      width: 100px;
      margin: 0; }
      .sched-time:last-child {
        margin-right: 0; } }

.sched-item-img {
  background-size: cover;
  background-position: center center;
  float: left; }

.sched-item-content {
  float: left;
  clear: none;
  width: 72.865%;
  margin-left: 0;
  margin-right: 0.5%;
  padding-left: 20px;
  /* @include breakpoint($break-700) {
		@include col(1, $gutter:0);
		padding-left: 0;
	} */ }
  .sched-item-content:last-child {
    margin-right: 0; }
  .sched-item-content hr {
    clear: both; }
  @media (max-width: 960px) {
    .sched-item-content {
      float: left;
      clear: none;
      width: 64.825%;
      margin-left: 0;
      margin-right: 0.5%; }
      .sched-item-content:last-child {
        margin-right: 0; } }

.sched-item-title {
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
  padding-bottom: 5px; }
  .sched-item-title span {
    margin-top: -5px; }

.sched-item-sub {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 5px 0 3px;
  color: #1F1F1F; }

.sched-item-desc {
  margin: 0;
  color: #1F1F1F; }

.sched-lists-top {
  display: block;
  background-color: black;
  padding: 30px 20px 26px;
  color: white;
  text-align: center; }
  .sched-lists-top:hover, .sched-lists-top:focus {
    background-color: #043244;
    color: white; }
  .sched-lists-top span {
    position: relative;
    display: inline-block;
    padding-right: 5px; }
    .sched-lists-top span:after {
      content: '';
      background-position: -214px -42px;
      width: 9px;
      height: 16px;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      position: absolute;
      right: 50%;
      top: -15px; }

.sched-now-time {
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 2px solid #c3c5c6; }
  @media (max-width: 800px) {
    .sched-now-time {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.4; } }

.sched-now-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8; }
  @media (max-width: 800px) {
    .sched-now-title {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.4; } }

.hide-schedule {
  cursor: pointer;
  color: #FFFFFF; }

.sched-list-sport {
  list-style: none;
  margin: 0;
  padding: 0; }
  .sched-list-sport li {
    background-color: #414141;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    margin-bottom: 1px; }
    .sched-list-sport li:last-child {
      margin-bottom: 0px; }
    .sched-list-sport li:nth-child(even) {
      background-color: #646464; }

.sched-item-wrap-sport {
  width: auto;
  max-width: 1190px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 15px 15px;
  *zoom: 1; }
  .sched-item-wrap-sport:before, .sched-item-wrap-sport:after {
    content: '';
    display: table; }
  .sched-item-wrap-sport:after {
    clear: both; }

.sched-item-content-sport {
  float: left;
  clear: none;
  width: 72.865%;
  margin-left: 0;
  margin-right: 0.5%;
  padding-left: 20px; }
  .sched-item-content-sport:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .sched-item-content-sport {
      float: left;
      clear: none;
      width: 64.825%;
      margin-left: 0;
      margin-right: 0.5%; }
      .sched-item-content-sport:last-child {
        margin-right: 0; } }
  @media (max-width: 800px) {
    .sched-item-content-sport {
      float: left;
      clear: none;
      width: 54.775%;
      margin-left: 0;
      margin-right: 0.5%; }
      .sched-item-content-sport:last-child {
        margin-right: 0; } }
  @media (max-width: 650px) {
    .sched-item-content-sport {
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 3%;
      padding-left: 0; }
      .sched-item-content-sport:last-child {
        margin-right: 0; } }

.schedule-event {
  color: #c3c5c6;
  font-size: 22px;
  font-size: 2.2rem; }

.tonight-live {
  float: right;
  height: 24px;
  background-color: #FFFFFF;
  color: #FF126C;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  text-align: center;
  padding: 0 7px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px; }

/* 	==========================================================================
   	10 Day Schedule page - Liam
   	========================================================================== */
.divRow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .divRow:nth-child(even) {
    background-color: #7E7E7E; }
  .divRow:nth-child(odd) {
    background-color: #50545A; }

.divDate {
  text-align: center;
  min-width: 200px;
  background-color: #414141;
  color: #FFFFFF;
  padding: 10px;
  font-size: 22px;
  font-size: 2.2rem;
  display: inline-block;
  border: 1px solid #646464;
  padding-top: 35px; }

.divCell {
  font-size: 16px;
  font-size: 1.6rem;
  min-width: 250px;
  color: #FFFFFF;
  border: 1px solid #646464;
  display: inline-block;
  padding: 10px; }

.divScroll {
  width: 100%;
  overflow-x: scroll; }

.FldTitle {
  font-size: 22px;
  font-size: 2.2rem; }

/* 	==========================================================================
   	News page
   	========================================================================== */
.news-feat {
  padding: 10px 40px;
  *zoom: 1; }
  .news-feat:before, .news-feat:after {
    content: '';
    display: table; }
  .news-feat:after {
    clear: both; }
  @media (max-width: 1024px) {
    .news-feat {
      padding: 10px; } }

.news-link {
  padding: 10px 0px 10px 0px;
  width: 300px;
  height: 250px; }

.news-item-wrap {
  width: auto;
  max-width: 1234px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 0 8px;
  *zoom: 1; }
  .news-item-wrap:before, .news-item-wrap:after {
    content: '';
    display: table; }
  .news-item-wrap:after {
    clear: both; }

.news-back {
  padding: 5px; }

.back-button {
  display: block;
  padding: 0px 10px 0px 10px;
  background-color: #FF126C;
  color: #FFFFFF;
  float: left; }

.news-src {
  display: block;
  margin: 10px 0;
  padding: 0 10px;
  background-color: #c7dae2;
  float: left;
  font-size: 14px; }

.news-art-img {
  float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0.5%;
  margin: 0 0 15px;
  background-color: black;
  background-size: cover;
  background-position: center center; }
  .news-art-img:last-child {
    margin-right: 0; }

.news-art-content {
  float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0.5%; }
  .news-art-content:last-child {
    margin-right: 0; }
  .news-art-content hr {
    clear: both; }

.news-art-title {
  color: #1F1F1F;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0;
  border-bottom: 0px solid #1F1F1F;
  padding-bottom: 8px; }
  .news-art-title span {
    margin-left: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase; }

.news-art-sub {
  color: #1F1F1F;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 10px; }

.news-art-desc {
  color: #043244;
  margin: 10px 0 0 0; }

.news-item-img {
  margin-top: 35px;
  float: left;
  clear: none;
  width: 16.585%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: black;
  background-size: cover;
  background-position: center center; }
  .news-item-img:last-child {
    margin-right: 0; }
  @media (max-width: 960px) {
    .news-item-img {
      float: left;
      clear: none;
      width: 19.6%;
      margin-left: 0;
      margin-right: 0.5%; }
      .news-item-img:last-child {
        margin-right: 0; } }
  @media (max-width: 700px) {
    .news-item-img {
      display: none; } }

.news-item-content {
  float: left;
  clear: none;
  width: 72.865%;
  margin-left: 0;
  margin-right: 0.5%;
  padding-left: 20px; }
  .news-item-content:last-child {
    margin-right: 0; }
  .news-item-content hr {
    clear: both; }
  @media (max-width: 960px) {
    .news-item-content {
      float: left;
      clear: none;
      width: 64.825%;
      margin-left: 0;
      margin-right: 0.5%; }
      .news-item-content:last-child {
        margin-right: 0; } }
  @media (max-width: 700px) {
    .news-item-content {
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      padding-left: 0; }
      .news-item-content:last-child {
        margin-right: 0; } }

.news-item-title {
  color: #1F1F1F;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding-bottom: 5px; }
  .news-item-title span {
    margin-left: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase; }
    @media (max-width: 700px) {
      .news-item-title span {
        display: block;
        margin-left: 0;
        padding-bottom: 8px; } }

.pr-list-title {
  color: #FFFFFF;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding-bottom: 5px; }
  .pr-list-title span {
    margin-left: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase; }
    @media (max-width: 700px) {
      .pr-list-title span {
        display: block;
        margin-left: 0;
        padding-bottom: 8px; } }
  @media (max-width: 450px) {
    .pr-list-title {
      font-size: 15px;
      font-size: 1.5rem; } }

.news-item-sub {
  color: #FFFFFF;
  font-size: 15px;
  font-size: 1.5rem;
  margin: 5px 0 3px; }

.news-item-desc {
  color: #043244;
  margin: 0; }

.news-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .news-list li {
    background-color: #414141;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    border-bottom: 1px solid #1F1F1F; }
    .news-list li:last-child {
      margin-bottom: 0px; }
    .news-list li:nth-child(even) {
      background-color: #646464; }
    .news-list li:hover {
      background-color: #FF126C; }

.news-feat-link {
  margin-top: 10px;
  width: 360px;
  float: right;
  padding-bottom: 20px; }
  @media (max-width: 1024px) {
    .news-feat-link {
      float: left;
      margin-left: 0; } }

.news-btn-wrap {
  float: left;
  margin: -22px 7px 10px 43px; }

.news-btn {
  display: block;
  float: left;
  padding: 0 10px;
  text-align: center;
  color: #FFFFFF;
  background-color: #FF126C;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase; }

.mod-link {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  height: 100%; }
  .mod-link .notice {
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.5); }

.link-content-wrap {
  float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 10px;
  *zoom: 1; }
  .link-content-wrap:last-child {
    margin-right: 0; }
  .link-content-wrap:before, .link-content-wrap:after {
    content: '';
    display: table; }
  .link-content-wrap:after {
    clear: both; }

.link-title {
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #1F1F1F;
  margin-bottom: 18px;
  text-transform: uppercase; }

.link-archive li a {
  color: #FFFFFF; }
  .link-archive li a:hover {
    color: #FF126C; }

/* Foghlaim */
.learn-feat-ad {
  width: 360px;
  float: right;
  padding-bottom: 20px; }
  @media (max-width: 1024px) {
    .learn-feat-ad {
      float: left; } }

.learn-link {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  height: 100%; }

.learn-file {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  height: 100%; }

/* Awards */
.award-year {
  margin: 0;
  padding-bottom: 80px;
  -webkit-padding-start: 0px !important;
  padding-inline-start: 0px !important; }

.award-year li {
  display: block;
  float: left;
  margin: 5px;
  padding: 5px;
  line-height: 1.8rem;
  text-align: center;
  background-color: #646464;
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em; }
  .award-year li a {
    color: #FFFFFF; }
  .award-year li:hover {
    background-color: #FF126C; }
  .award-year li.current_page_item {
    background-color: #FF126C !important; }

/* 	==========================================================================
   	General styles for the programme pages
   	========================================================================== */
.showing-times {
  float: left;
  *zoom: 1; }
  .showing-times:before, .showing-times:after {
    content: '';
    display: table; }
  .showing-times:after {
    clear: both; }

.showing-box {
  float: left;
  background-color: white;
  height: 60px;
  width: 80px;
  color: #1F1F1F;
  margin-right: 4px;
  margin-top: 5px;
  padding: 9px 0 0 5px; }
  @media (max-width: 1024px) {
    .showing-box {
      width: 50px;
      height: 40px;
      padding: 7px 0 0 3px; } }

.showing-day {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1; }
  @media (max-width: 1024px) {
    .showing-day {
      font-size: 14px;
      font-size: 1.4rem; } }

.showing-time {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1; }
  @media (max-width: 1024px) {
    .showing-time {
      font-size: 10px;
      font-size: 1rem;
      letter-spacing: -1; } }

.prog-head {
  background: no-repeat top center transparent;
  background-size: cover;
  min-height: 400px;
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 0; }
  .prog-head:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 37.5%; }
  .prog-head .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .prog-head .content {
    padding: 70px; }
  @media (max-width: 1024px) {
    .prog-head {
      margin-top: 0; }
      .prog-head .content {
        padding: 20px; } }

.prog-headcenter {
  background: no-repeat center center transparent;
  background-size: cover;
  min-height: 400px;
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 0; }
  .prog-headcenter:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 37.5%; }
  .prog-headcenter .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .prog-headcenter .content {
    padding: 70px; }
  @media (max-width: 1024px) {
    .prog-headcenter {
      margin-top: 0; }
      .prog-headcenter .content {
        padding: 20px; } }

/* 	==========================================================================
   	Featured Video
   	========================================================================== */
.prog-feat-section .section-panel-dark-3 {
  padding-bottom: 0; }

.prog-feat {
  padding: 10px 40px;
  *zoom: 1; }
  .prog-feat:before, .prog-feat:after {
    content: '';
    display: table; }
  .prog-feat:after {
    clear: both; }
  @media (max-width: 600px) {
    .prog-feat {
      padding: 15px; } }

.prog-feat-wrap {
  width: calc(100% - 380px);
  float: left; }
  @media (max-width: 1024px) {
    .prog-feat-wrap {
      width: 100%; } }

.prog-feat-ad {
  width: 360px;
  float: right;
  padding-bottom: 20px; }
  @media (max-width: 1024px) {
    .prog-feat-ad {
      display: none; } }

.prog-feat-ad-plyr {
  width: 340px;
  float: right;
  background-color: #393939;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (max-width: 1024px) {
    .prog-feat-ad-plyr {
      display: none; } }

.prog-feat-disc {
  width: 360px;
  float: right;
  margin-bottom: 20px; }
  @media (max-width: 1150px) {
    .prog-feat-disc {
      width: 500px;
      float: left;
      margin-top: 10px; } }
  @media (max-width: 800px) {
    .prog-feat-disc {
      width: 100%; } }

.videoTest-js {
  padding-top: 28% !important;
  width: 50% !important; }

.video-js {
  padding-top: 56.25%; }

.vjs-fullscreen {
  padding-top: 0px; }

.prog-feat-intro-wrap {
  *zoom: 1; }
  .prog-feat-intro-wrap:before, .prog-feat-intro-wrap:after {
    content: '';
    display: table; }
  .prog-feat-intro-wrap:after {
    clear: both; }

.prog-feat-intro {
  width: calc(100%); }
  @media (max-width: 1024px) {
    .prog-feat-intro {
      width: 100%; } }

.prog-feat-toolbar {
  background-color: #FF126C;
  *zoom: 1; }
  .prog-feat-toolbar:before, .prog-feat-toolbar:after {
    content: '';
    display: table; }
  .prog-feat-toolbar:after {
    clear: both; }

.prog-header {
  float: left;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  width: 100%;
  color: #FFFFFF; }
  @media (max-width: 600px) {
    .prog-header {
      font-size: 14px;
      font-size: 1.4rem; } }

.prog-remind {
  float: left;
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  width: 100%;
  color: #c3c5c6; }

.prog-remind-txt {
  padding: 12px 74px 10px 20px;
  line-height: 1.4; }

.prog-remind-count {
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
  height: 60px;
  background-color: #1F1F1F;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  padding: 6px 5px;
  line-height: 1; }
  .prog-remind-count span {
    font-size: 24px;
    font-size: 2.4rem;
    display: block;
    line-height: 1; }

.prog-share {
  width: 165px;
  float: right;
  *zoom: 1; }
  .prog-share:before, .prog-share:after {
    content: '';
    display: table; }
  .prog-share:after {
    clear: both; }
  @media (max-width: 450px) {
    .prog-share {
      float: left; } }

.facebook-share, .twitter-share, .email-share, .whatsapp-share, .signal-share, .telegram-share, .viber-share {
  display: block;
  float: left;
  text-indent: 110px;
  overflow: hidden;
  position: relative;
  cursor: pointer; }
  @media (max-width: 450px) {
    .facebook-share, .twitter-share, .email-share, .whatsapp-share, .signal-share, .telegram-share, .viber-share {
      margin: 0 1px 0 0; } }

.arcLink {
  color: #505050; }
  .arcLink:hover, .arcLink:focus {
    background-color: #249acc; }

.facebook-share {
  height: 45px;
  width: 25px; }
  .facebook-share:after {
    content: '';
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.twitter-share {
  height: 45px;
  width: 45px; }
  .twitter-share:after {
    content: '';
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.email-share {
  height: 45px;
  width: 45px; }
  .email-share:after {
    content: '';
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.whatsapp-share {
  height: 45px;
  width: 45px; }
  .whatsapp-share:after {
    content: '';
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.signal-share {
  height: 45px;
  width: 45px; }
  .signal-share:after {
    content: '';
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.telegram-share {
  height: 45px;
  width: 45px; }
  .telegram-share:after {
    content: '';
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.viber-share {
  height: 45px;
  width: 45px; }
  .viber-share:after {
    content: '';
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.prog-feat-txt {
  float: left;
  clear: none;
  width: 59.2%;
  margin-left: 0;
  margin-right: 2%;
  padding: 30px 0; }
  .prog-feat-txt:last-child {
    margin-right: 0; }
  @media (max-width: 700px) {
    .prog-feat-txt {
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 20%;
      padding-bottom: 0; }
      .prog-feat-txt:last-child {
        margin-right: 0; } }

.prog-feat-keyword {
  float: left;
  clear: none;
  width: 38.8%;
  margin-left: 0;
  margin-right: 2%;
  padding: 30px 0; }
  .prog-feat-keyword:last-child {
    margin-right: 0; }
  @media (max-width: 700px) {
    .prog-feat-keyword {
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 20%; }
      .prog-feat-keyword:last-child {
        margin-right: 0; } }

.keyword {
  display: block;
  float: left;
  padding: 5px 10px;
  background-color: white;
  margin: 0 1px 1px 0; }

.c2-feat-txt {
  float: left;
  padding: 30px 30px; }
  @media (max-width: 700px) {
    .c2-feat-txt {
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 20%;
      padding-bottom: 0; }
      .c2-feat-txt:last-child {
        margin-right: 0; } }

.prog-cuepoint {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-left: -10px; }

.arcSel-wrap {
  margin-top: 30px;
  display: inline-block; }
  @media (max-width: 760px) {
    .arcSel-wrap {
      float: left; } }
  @media (max-width: 700px) {
    .arcSel-wrap {
      margin: 0 0 10px;
      float: left; } }
  .arcSel-wrap select {
    color: #414141;
    margin-right: 5px;
    height: 26px; }
    @media (max-width: 1024px) {
      .arcSel-wrap select {
        height: 20px;
        font-size: 12px;
        font-size: 1.2rem; } }
    @media (max-width: 900px) {
      .arcSel-wrap select {
        margin-top: 3px;
        height: 20px; } }
    @media (max-width: 700px) {
      .arcSel-wrap select {
        margin-bottom: 0; } }
    @media (max-width: 450px) {
      .arcSel-wrap select {
        margin-top: 1px; } }

.arcform-wrap {
  margin-top: 30px;
  float: right; }
  @media (max-width: 760px) {
    .arcform-wrap {
      float: left; } }
  @media (max-width: 700px) {
    .arcform-wrap {
      margin-top: 0; } }

.arcform-text {
  color: #414141;
  font-size: 13px;
  font-size: 1.3rem;
  margin-left: 5px; }
  @media (max-width: 900px) {
    .arcform-text {
      font-size: 11px;
      font-size: 1.1rem; } }

.arcform-textbox {
  display: inline;
  width: 160px;
  color: black; }
  @media (max-width: 1024px) {
    .arcform-textbox {
      width: 128px;
      font-size: 12px;
      font-size: 1.2rem; } }
  @media (max-width: 900px) {
    .arcform-textbox {
      width: 100px; } }
  @media (max-width: 600px) {
    .arcform-textbox {
      width: 175px; } }

.arcform-btn {
  border: 1px solid #b2afaf;
  background: #ffffff;
  padding: 2px;
  margin-left: -1px;
  margin-right: 10px; }
  @media (max-width: 1024px) {
    .arcform-btn {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media (max-width: 900px) {
    .arcform-btn {
      margin-right: 5px; } }

.arcSel-btn {
  border: 1px solid #b2afaf;
  background: #ffffff;
  color: #000000;
  margin-right: 10px; }
  @media (max-width: 1024px) {
    .arcSel-btn {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media (max-width: 900px) {
    .arcSel-btn {
      margin-right: 5px; } }

.arcform-hint {
  display: inline-block;
  background-color: #151a1d;
  padding: 0 4px;
  border: 1px solid #fff;
  color: white;
  margin-top: -1px;
  cursor: help; }
  @media (max-width: 760px) {
    .arcform-hint {
      font-size: 12px;
      font-size: 1.2rem;
      margin-right: 5px; } }

.watch-btn {
  color: #FF126C;
  background: #ffffff;
  padding: 10px;
  margin: 20px 0; }
  @media (max-width: 900px) {
    .watch-btn {
      font-size: 12px;
      font-size: 1.2rem;
      margin-right: 5px; } }

/* 	==========================================================================
   	Misc
   	========================================================================== */
.prog-intro .mod-notice {
  padding: 20px 0px 40px 0px;
  background-color: white; }
  .prog-intro .mod-notice .notice {
    color: #1F1F1F; }
  @media (max-width: 1260px) {
    .prog-intro .mod-notice {
      padding: 20px 20px 40px 20px; } }

/* 	==========================================================================
   	Responsive divs in Content section
   	========================================================================== */
.content-mods {
  background-color: #FFFFFF;
  padding: 12px 20px 85px; }

.contentmods-wrapper {
  width: auto;
  max-width: 1250px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  *zoom: 1; }
  .contentmods-wrapper:before, .contentmods-wrapper:after {
    content: '';
    display: table; }
  .contentmods-wrapper:after {
    clear: both; }
  .contentmods-wrapper .mod-1 {
    height: 360px;
    max-width: 250px;
    margin-bottom: 20px;
    float: left;
    clear: none;
    width: 23.59375%;
    margin-left: 0;
    margin-right: 1.875%; }
    .contentmods-wrapper .mod-1:last-child {
      margin-right: 0; }
    @media (max-width: 960px) {
      .contentmods-wrapper .mod-1 {
        float: left;
        clear: none;
        width: 203%;
        margin-left: 0;
        margin-right: 3%; }
        .contentmods-wrapper .mod-1:last-child {
          margin-right: 0; } }
    @media (max-width: 600px) {
      .contentmods-wrapper .mod-1 {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%; }
        .contentmods-wrapper .mod-1:last-child {
          margin-right: 0; } }

.content-mod-wrap {
  *zoom: 1;
  float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 3%; }
  .content-mod-wrap:before, .content-mod-wrap:after {
    content: '';
    display: table; }
  .content-mod-wrap:after {
    clear: both; }
  .content-mod-wrap:last-child {
    margin-right: 0; }
  @media (max-width: 1435px) {
    .content-mod-wrap {
      width: 100%;
      margin: 0; } }
  @media (max-width: 960px) {
    .content-mod-wrap {
      width: 100%; } }

.content-box-1 {
  margin: 15px 0;
  padding: 12px 20px 12px 20px;
  color: white;
  background-color: #c3c5c6;
  float: left;
  width: 500px; }
  @media (max-width: 1024px) {
    .content-box-1 {
      margin-top: 10px; } }
  @media (max-width: 650px) {
    .content-box-1 {
      width: 100%; } }
  .content-box-1 a {
    color: #043244; }

@media (max-width: 700px) {
  .tdf-route {
    display: none; } }

.video-container-yt {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 32px;
  height: 0;
  overflow: hidden; }

.video-container-yt iframe, .video-container-yt object, .video-container-yt embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* 	==========================================================================
   	Player modules - Player Video Panel
   	========================================================================== */
.homerail-mods {
  padding: 0; }

.highlight-mods {
  padding: 0; }

.search-mods {
  padding: 12px 0 0; }

.press-mods {
  padding: 12px 40px 25px; }

.player-mods {
  padding: 12px 0px 25px; }

.plyrmods-wrapper {
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  *zoom: 1;
  padding-left: 42px;
  padding-right: 38px; }
  .plyrmods-wrapper:before, .plyrmods-wrapper:after {
    content: '';
    display: table; }
  .plyrmods-wrapper:after {
    clear: both; }
  @media (max-width: 600px) {
    .plyrmods-wrapper {
      padding: 0px; } }
  .plyrmods-wrapper .mod-home {
    height: 100%;
    max-width: 298px;
    margin-top: 8px;
    padding-bottom: 20px;
    float: left;
    clear: none;
    width: 24.56875%;
    margin-left: 0;
    margin-right: 0.575%; }
    .plyrmods-wrapper .mod-home:last-child {
      margin-right: 0; }
    @media (max-width: 900px) {
      .plyrmods-wrapper .mod-home {
        max-width: calc(49.4%);
        float: left;
        clear: none;
        width: 200.575%;
        margin-left: 0;
        margin-right: 0.575%; }
        .plyrmods-wrapper .mod-home:last-child {
          margin-right: 0; } }
    @media (max-width: 800px) {
      .plyrmods-wrapper .mod-home {
        margin-top: 2px; } }
  .plyrmods-wrapper .mod-more {
    height: 100%;
    max-width: 298px;
    margin-top: 8px;
    float: left;
    clear: none;
    width: 24.56875%;
    margin-left: 0;
    margin-right: 0.575%;
    margin-bottom: 60px; }
    .plyrmods-wrapper .mod-more:last-child {
      margin-right: 0; }
    @media (max-width: 900px) {
      .plyrmods-wrapper .mod-more {
        max-width: calc(49.4%);
        float: left;
        clear: none;
        width: 200.575%;
        margin-left: 0;
        margin-right: 0.575%;
        margin-bottom: 40px; }
        .plyrmods-wrapper .mod-more:last-child {
          margin-right: 0; } }
    @media (max-width: 800px) {
      .plyrmods-wrapper .mod-more {
        margin-top: 2px; } }
  .plyrmods-wrapper .mod-peach {
    height: 100%;
    max-width: 298px;
    margin-top: 8px;
    float: left;
    clear: none;
    width: 24.56875%;
    margin-left: 0;
    margin-right: 0.575%;
    margin-bottom: 40px; }
    .plyrmods-wrapper .mod-peach:last-child {
      margin-right: 0; }
    @media (max-width: 900px) {
      .plyrmods-wrapper .mod-peach {
        max-width: calc(49.4%);
        float: left;
        clear: none;
        width: 200.575%;
        margin-left: 0;
        margin-right: 0.575%;
        margin-bottom: 40px; }
        .plyrmods-wrapper .mod-peach:last-child {
          margin-right: 0; } }
    @media (max-width: 800px) {
      .plyrmods-wrapper .mod-peach {
        margin-top: 2px; } }
  .plyrmods-wrapper .mod-highlight {
    height: 100%;
    max-width: 298px;
    margin-top: 8px;
    margin-bottom: 25px;
    float: left;
    clear: none;
    width: 24.56875%;
    margin-left: 0;
    margin-right: 0.575%; }
    .plyrmods-wrapper .mod-highlight:last-child {
      margin-right: 0; }
    @media (max-width: 900px) {
      .plyrmods-wrapper .mod-highlight {
        max-width: calc(49.4%);
        float: left;
        clear: none;
        width: 200.575%;
        margin-left: 0;
        margin-right: 0.575%; }
        .plyrmods-wrapper .mod-highlight:last-child {
          margin-right: 0; } }
  .plyrmods-wrapper .mod-0 {
    height: 100%;
    max-width: 298px;
    margin-bottom: 20px;
    float: left;
    clear: none;
    width: 24.56875%;
    margin-left: 0;
    margin-right: 0.575%; }
    .plyrmods-wrapper .mod-0:last-child {
      margin-right: 0; }
    @media (max-width: 1316px) {
      .plyrmods-wrapper .mod-0 {
        max-width: calc(24.4%);
        float: left;
        clear: none;
        width: 24.56875%;
        margin-left: 0;
        margin-right: 0.575%; }
        .plyrmods-wrapper .mod-0:last-child {
          margin-right: 0; } }
    @media (max-width: 1024px) {
      .plyrmods-wrapper .mod-0 {
        max-width: calc(49.4%);
        float: left;
        clear: none;
        width: 200.575%;
        margin-left: 0;
        margin-right: 0.575%; }
        .plyrmods-wrapper .mod-0:last-child {
          margin-right: 0; } }
  .plyrmods-wrapper .mod-1 {
    height: 100%;
    max-width: 298px;
    margin-top: 8px;
    margin-bottom: 25px;
    float: left;
    clear: none;
    width: 24.56875%;
    margin-left: 0;
    margin-right: 0.575%; }
    .plyrmods-wrapper .mod-1:last-child {
      margin-right: 0; }
    @media (max-width: 900px) {
      .plyrmods-wrapper .mod-1 {
        max-width: calc(49.4%);
        float: left;
        clear: none;
        width: 200.575%;
        margin-left: 0;
        margin-right: 0.575%; }
        .plyrmods-wrapper .mod-1:last-child {
          margin-right: 0; } }
    @media (max-width: 400px) {
      .plyrmods-wrapper .mod-1 {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%;
        max-width: 100%; }
        .plyrmods-wrapper .mod-1:last-child {
          margin-right: 0; } }
    .plyrmods-wrapper .mod-1 div.white {
      max-height: 100%;
      background-color: #FFFFFF; }
      .plyrmods-wrapper .mod-1 div.white img {
        width: 100%; }
    .plyrmods-wrapper .mod-1 div.yellow {
      max-height: 100%;
      background-color: #F8CA00; }
      .plyrmods-wrapper .mod-1 div.yellow img {
        width: 100%; }
    .plyrmods-wrapper .mod-1 div.paleblue1 {
      max-height: 100%;
      background-color: #c5dde8; }
      .plyrmods-wrapper .mod-1 div.paleblue1 img {
        width: 100%; }
    .plyrmods-wrapper .mod-1 div.paleblue6 {
      max-height: 100%;
      background-color: #AADEE2; }
      .plyrmods-wrapper .mod-1 div.paleblue6 img {
        width: 100%; }
    .plyrmods-wrapper .mod-1 div.pink {
      max-height: 100%;
      background-color: #FF126C; }
      .plyrmods-wrapper .mod-1 div.pink img {
        width: 100%; }
    .plyrmods-wrapper .mod-1 div.black {
      max-height: 100%;
      background-color: #000000; }
      .plyrmods-wrapper .mod-1 div.black img {
        width: 100%; }
    .plyrmods-wrapper .mod-1 div.orange {
      max-height: 100%;
      background-color: #FF9500; }
      .plyrmods-wrapper .mod-1 div.orange img {
        width: 100%; }
  .plyrmods-wrapper .mod-2 {
    height: 100%;
    max-width: 195px;
    margin-bottom: 20px;
    float: left;
    clear: none;
    width: 16.10417%;
    margin-left: 0;
    margin-right: 0.675%; }
    .plyrmods-wrapper .mod-2:last-child {
      margin-right: 0; }
    @media (max-width: 1316px) {
      .plyrmods-wrapper .mod-2 {
        float: left;
        clear: none;
        width: 16.1875%;
        margin-left: 0;
        margin-right: 0.575%; }
        .plyrmods-wrapper .mod-2:last-child {
          margin-right: 0; } }
    @media (max-width: 840px) {
      .plyrmods-wrapper .mod-2 {
        max-width: calc(32.5%);
        float: left;
        clear: none;
        width: 32.95%;
        margin-left: 0;
        margin-right: 0.575%; }
        .plyrmods-wrapper .mod-2:last-child {
          margin-right: 0; } }
    @media (max-width: 500px) {
      .plyrmods-wrapper .mod-2 {
        max-width: calc(48.7%);
        float: left;
        clear: none;
        width: 49.3625%;
        margin-left: 0;
        margin-right: 1.275%; }
        .plyrmods-wrapper .mod-2:last-child {
          margin-right: 0; }
        .plyrmods-wrapper .mod-2:nth-child(5), .plyrmods-wrapper .mod-2:nth-child(6) {
          display: none; } }
  .plyrmods-wrapper .mod-3 {
    height: 100%;
    max-width: 596px;
    margin-bottom: 20px;
    float: left;
    clear: none;
    width: 49.0625%;
    margin-left: 0;
    margin-right: 1.875%; }
    .plyrmods-wrapper .mod-3:last-child {
      margin-right: 0; }
    @media (max-width: 1316px) {
      .plyrmods-wrapper .mod-3 {
        max-width: calc(49.4%);
        float: left;
        clear: none;
        width: 49.7125%;
        margin-left: 0;
        margin-right: 0.575%; }
        .plyrmods-wrapper .mod-3:last-child {
          margin-right: 0; } }
    @media (max-width: 900px) {
      .plyrmods-wrapper .mod-3 {
        max-width: calc(49.4%);
        float: left;
        clear: none;
        width: 200.575%;
        margin-left: 0;
        margin-right: 0.575%; }
        .plyrmods-wrapper .mod-3:last-child {
          margin-right: 0; } }
  .plyrmods-wrapper .mod-comp {
    height: 100%;
    max-width: 596px;
    margin-bottom: 20px;
    float: left;
    clear: none;
    width: 49.4375%;
    margin-left: 0;
    margin-right: 1.125%; }
    .plyrmods-wrapper .mod-comp:last-child {
      margin-right: 0; }
    @media (max-width: 1316px) {
      .plyrmods-wrapper .mod-comp {
        max-width: calc(49.4%);
        float: left;
        clear: none;
        width: 49.7125%;
        margin-left: 0;
        margin-right: 0.575%; }
        .plyrmods-wrapper .mod-comp:last-child {
          margin-right: 0; } }
    @media (max-width: 900px) {
      .plyrmods-wrapper .mod-comp {
        max-width: calc(49.4%);
        float: left;
        clear: none;
        width: 200.575%;
        margin-left: 0;
        margin-right: 0.575%; }
        .plyrmods-wrapper .mod-comp:last-child {
          margin-right: 0; } }
    @media (max-width: 700px) {
      .plyrmods-wrapper .mod-comp {
        max-width: 100%;
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%; }
        .plyrmods-wrapper .mod-comp:last-child {
          margin-right: 0; } }

.arc-logo {
  text-align: center; }
  .arc-logo img {
    margin: 50px 0;
    max-width: 300px; }
    @media (max-width: 450px) {
      .arc-logo img {
        max-width: 60%; } }

.arcmods-wrapper {
  width: auto;
  max-width: 1000px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  *zoom: 1; }
  .arcmods-wrapper:before, .arcmods-wrapper:after {
    content: '';
    display: table; }
  .arcmods-wrapper:after {
    clear: both; }
  @media (max-width: 600px) {
    .arcmods-wrapper {
      padding: 0px; } }
  .arcmods-wrapper .mod-arc-1 {
    height: 100%;
    max-width: 300px;
    margin-top: 8px;
    margin-bottom: 50px;
    float: left;
    clear: none;
    width: 32.26667%;
    margin-left: 1.7272%;
    margin-right: 1.6%; }
    .arcmods-wrapper .mod-arc-1:last-child {
      margin-right: 0; }
    @media (max-width: 1024px) {
      .arcmods-wrapper .mod-arc-1 {
        max-width: calc(47.9%);
        float: left;
        clear: none;
        width: 201%;
        margin-left: 1.01%;
        margin-right: 1%;
        margin-bottom: 20px; }
        .arcmods-wrapper .mod-arc-1:last-child {
          margin-right: 0; } }
    @media (max-width: 450px) {
      .arcmods-wrapper .mod-arc-1 {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%;
        max-width: 100%;
        margin-bottom: 20px; }
        .arcmods-wrapper .mod-arc-1:last-child {
          margin-right: 0; } }
    .arcmods-wrapper .mod-arc-1 div.black {
      max-height: 100%;
      background-color: #000000; }
      .arcmods-wrapper .mod-arc-1 div.black img {
        width: 100%; }
    .arcmods-wrapper .mod-arc-1 div.white {
      color: white;
      margin-top: 15px; }

.player-mod-wrap {
  *zoom: 1;
  float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 3%;
  width: 100%;
  margin: 0; }
  .player-mod-wrap:before, .player-mod-wrap:after {
    content: '';
    display: table; }
  .player-mod-wrap:after {
    clear: both; }
  .player-mod-wrap:last-child {
    margin-right: 0; }
  @media (max-width: 600px) {
    .player-mod-wrap {
      padding: 0; } }

.player-mod-notice {
  position: relative;
  height: 100%; }
  .player-mod-notice .notice {
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.5); }

.player-mod-block {
  position: relative;
  background-color: #393939;
  height: 100%; }
  .player-mod-block .notice {
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.51); }

.player-genre {
  color: #c3c5c6;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin: 0; }
  @media (max-width: 600px) {
    .player-genre {
      font-size: 14px;
      font-size: 1.4rem; } }

.player-title {
  margin: 0 10px 0 0;
  color: #c3c5c6;
  font-size: 18px;
  font-size: 1.8rem;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }
  @media (max-width: 760px) {
    .player-title {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media (max-width: 600px) {
    .player-title {
      font-size: 14px;
      font-size: 1.4rem; } }

.headbox-title {
  margin: 20px 0;
  font-size: 60px;
  font-size: 6rem;
  padding: 0;
  margin: 20px 0;
  line-height: 60px; }
  @media (max-width: 1368px) {
    .headbox-title {
      font-size: 48px;
      font-size: 4.8rem;
      line-height: 48px; } }
  @media (max-width: 1024px) {
    .headbox-title {
      font-size: 36px;
      font-size: 3.6rem;
      line-height: 36px; } }
  @media (max-width: 600px) {
    .headbox-title {
      font-size: 30px;
      font-size: 3rem;
      line-height: 30px; } }

.headplyr-title {
  margin: 20px 0;
  font-size: 60px;
  font-size: 6rem;
  padding: 0;
  margin: 20px 0;
  line-height: 60px; }
  @media (max-width: 1368px) {
    .headplyr-title {
      font-size: 48px;
      font-size: 4.8rem;
      line-height: 48px; } }
  @media (max-width: 1024px) {
    .headplyr-title {
      font-size: 36px;
      font-size: 3.6rem;
      line-height: 36px; } }
  @media (max-width: 600px) {
    .headplyr-title {
      font-size: 30px;
      font-size: 3rem;
      line-height: 30px; } }

.highlight-title {
  width: 100%;
  margin: 10px 40px;
  font-size: 36px;
  font-size: 3.6rem; }
  @media (max-width: 600px) {
    .highlight-title {
      font-size: 30px;
      font-size: 3rem;
      margin: 10px 0; } }

.player-subtitle {
  margin: 0 10px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }
  @media (max-width: 760px) {
    .player-subtitle {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 600px) {
    .player-subtitle {
      font-size: 11px;
      font-size: 1.1rem; } }

.foghlaim-title {
  font-size: 18px;
  font-size: 1.8rem; }

.player-wrapper {
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  *zoom: 1;
  padding: 0 100px; }
  .player-wrapper:before, .player-wrapper:after {
    content: '';
    display: table; }
  .player-wrapper:after {
    clear: both; }
  @media (max-width: 760px) {
    .player-wrapper {
      padding: 0 50px; } }
  @media (max-width: 600px) {
    .player-wrapper {
      padding: 0 20px; } }
  @media (max-width: 600px) {
    .player-wrapper {
      padding: 0 2px; } }

.plyr-feat-intro-wrap {
  padding: 0 100px 0;
  *zoom: 1; }
  .plyr-feat-intro-wrap:before, .plyr-feat-intro-wrap:after {
    content: '';
    display: table; }
  .plyr-feat-intro-wrap:after {
    clear: both; }
  @media (max-width: 900px) {
    .plyr-feat-intro-wrap {
      padding: 0 20px 0; } }
  @media (max-width: 600px) {
    .plyr-feat-intro-wrap {
      padding: 0 5px 0; } }

.dblplyr-feat-intro-wrap {
  padding: 20px 40px 0;
  *zoom: 1; }
  .dblplyr-feat-intro-wrap:before, .dblplyr-feat-intro-wrap:after {
    content: '';
    display: table; }
  .dblplyr-feat-intro-wrap:after {
    clear: both; }
  @media (max-width: 900px) {
    .dblplyr-feat-intro-wrap {
      padding: 0 20px 0; } }

.arcplyr-feat-wrap {
  float: left;
  width: 60%; }
  @media (max-width: 1150px) {
    .arcplyr-feat-wrap {
      width: 100%; } }

.plyr-live-section {
  margin-top: -40px; }
  .plyr-live-section .section-panel-gray3 {
    padding-bottom: 0; }

.plyr-feat-section .section-panel-gray3 {
  padding-bottom: 0; }

.plyr-feat {
  padding: 40px 100px 0;
  *zoom: 1; }
  .plyr-feat:before, .plyr-feat:after {
    content: '';
    display: table; }
  .plyr-feat:after {
    clear: both; }
  @media (max-width: 900px) {
    .plyr-feat {
      padding: 20px 20px 0; } }
  @media (max-width: 600px) {
    .plyr-feat {
      padding: 10px 5px 0; } }

.dblplyr-feat {
  padding: 20px 40px 0;
  *zoom: 1; }
  .dblplyr-feat:before, .dblplyr-feat:after {
    content: '';
    display: table; }
  .dblplyr-feat:after {
    clear: both; }
  @media (max-width: 900px) {
    .dblplyr-feat {
      padding: 10px 20px 0; } }

.plyr-feat-wrap {
  width: calc(100%);
  float: left; }
  @media (max-width: 1024px) {
    .plyr-feat-wrap {
      width: 100%; } }

.pagination {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  padding-left: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #ffffff; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #FF126C;
  border-color: #FF126C; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  cursor: default;
  background-color: #FF126C;
  border-color: #FF126C; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #cccccc;
  cursor: not-allowed; }

.pagination li:first-child, .pagination li:last-child {
  display: none; }

.genre-btn {
  display: block;
  float: left;
  margin: 3px 8px 3px 0;
  padding: 5px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8rem;
  text-align: center;
  color: #FFFFFF;
  background-color: #646464;
  cursor: pointer;
  border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em; }
  .genre-btn:hover {
    color: white;
    background-color: #FF126C; }

/* ==========================================================================
   Player DVR
   ========================================================================== */
#noPlayer {
  display: none;
  width: 100%;
  height: 618px;
  border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  background-color: #7E7E7E; }
  @media (max-width: 1100px) {
    #noPlayer {
      height: 497px; } }
  @media (max-width: 1000px) {
    #noPlayer {
      height: 441px; } }
  @media (max-width: 900px) {
    #noPlayer {
      height: 473px; } }
  @media (max-width: 800px) {
    #noPlayer {
      height: 418px; } }
  @media (max-width: 700px) {
    #noPlayer {
      height: 362px; } }
  @media (max-width: 600px) {
    #noPlayer {
      height: 310px; } }
  @media (max-width: 500px) {
    #noPlayer {
      height: 253px; } }

#noPlayerBG {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.plyrText {
  padding: 20px;
  color: #c3c5c6;
  font-size: 20px;
  font-size: 2rem; }

.catchup-btn {
  display: block;
  margin: 5px 0;
  padding: 5px 0;
  line-height: 2.8rem;
  text-align: center;
  color: #FFFFFF;
  background-color: #646464;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em; }
  .catchup-btn:hover {
    color: white;
    background-color: #FF126C; }

.dvr-btn1 {
  display: block;
  float: left;
  width: 100%;
  padding: 8px;
  line-height: 2.8rem;
  text-align: center;
  color: #FFFFFF;
  background-color: #646464;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 0.6em;
  -webkit-border-radius: 0.6em;
  -moz-border-radius: 0.6em;
  margin-bottom: 13px; }
  .dvr-btn1:hover {
    color: white;
    background-color: #FF126C; }
  @media (max-width: 450px) {
    .dvr-btn1 {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media (max-width: 350px) {
    .dvr-btn1 {
      font-size: 12px;
      font-size: 1.2rem; } }

.dvr-btn2 {
  display: block;
  float: left;
  padding: 8px;
  margin: 0 0 0 18px;
  line-height: 2.8rem;
  text-align: center;
  color: #FFFFFF;
  background-color: #646464;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 0.6em;
  -webkit-border-radius: 0.6em;
  -moz-border-radius: 0.6em; }
  .dvr-btn2:hover {
    color: white;
    background-color: #FF126C; }
  @media (max-width: 450px) {
    .dvr-btn2 {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media (max-width: 350px) {
    .dvr-btn2 {
      font-size: 12px;
      font-size: 1.2rem; } }

.dvr-btn3 {
  display: block;
  float: left;
  padding: 8px;
  margin: 10px 18px 0 18px;
  line-height: 2.8rem;
  text-align: center;
  color: #FFFFFF;
  background-color: #646464;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 0.6em;
  -webkit-border-radius: 0.6em;
  -moz-border-radius: 0.6em; }
  .dvr-btn3:hover {
    color: white;
    background-color: #FF126C; }
  @media (max-width: 650px) {
    .dvr-btn3 {
      font-size: 14px;
      font-size: 1.4rem;
      margin: 10px 10px 0 10px; } }
  @media (max-width: 550px) {
    .dvr-btn3 {
      font-size: 14px;
      font-size: 1.4rem;
      padding: 3px;
      margin: 0; } }
  @media (max-width: 400px) {
    .dvr-btn3 {
      font-size: 12px;
      font-size: 1.2rem; } }

.dvr-btnErr {
  display: block;
  float: left;
  padding: 8px;
  margin: 0 0 0 18px;
  line-height: 2.8rem;
  text-align: center;
  color: #FFFFFF;
  background-color: #e64747;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 0.6em;
  -webkit-border-radius: 0.6em;
  -moz-border-radius: 0.6em; }
  .dvr-btnErr:hover {
    color: white;
    background-color: #646464; }
  @media (max-width: 450px) {
    .dvr-btnErr {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media (max-width: 350px) {
    .dvr-btnErr {
      font-size: 12px;
      font-size: 1.2rem; } }

.dvr-play-button {
  background: url("https://d1og0s8nlbd0hm.cloudfront.net/images/Play-Icon-TG4.png");
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0em;
  width: 66px;
  height: 66px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0; }
  .dvr-play-button:hover {
    background: url("https://d1og0s8nlbd0hm.cloudfront.net/images/Play-Icon-TG4-On.png"); }

.dvr-title {
  padding: 10px;
  color: #c3c5c6;
  font-size: 26px;
  font-size: 2.6rem;
  background-color: #FF126C;
  border-radius: 0.6em;
  -webkit-border-radius: 0.6em;
  -moz-border-radius: 0.6em; }
  @media (max-width: 450px) {
    .dvr-title {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media (max-width: 350px) {
    .dvr-title {
      font-size: 14px;
      font-size: 1.4rem; } }

.dvrtime {
  color: #c3c5c6 !important; }

.dvrtitle {
  color: #c3c5c6 !important; }

.catchup-title {
  margin: 0px auto;
  color: #c3c5c6;
  font-size: 20px;
  font-size: 2rem;
  text-align: center; }

.hot {
  cursor: pointer;
  opacity: .5; }
  .hot:hover {
    opacity: 1; }

#catchupdiv {
  float: left; }
  @media (max-width: 800px) {
    #catchupdiv {
      float: left;
      width: 100%; } }

#catchupsceidiv {
  float: left;
  display: block;
  width: 100%; }

#scei {
  background: #646464 !important;
  padding: 10px;
  color: #FFFFFF;
  height: 420px;
  border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  width: 60%;
  margin: 0px auto;
  float: left; }
  @media (max-width: 800px) {
    #scei {
      width: 100%;
      margin-bottom: 10px; } }

#geodiv {
  float: right;
  width: 38%;
  height: 420px;
  background-color: #646464;
  padding: 10px;
  border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em; }
  @media (max-width: 800px) {
    #geodiv {
      width: 100%;
      float: left; } }

#sceiheader {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 10; }

#sceidata {
  overflow: auto;
  line-height: 1.6;
  height: 340px;
  width: 95%;
  margin: 0 auto; }

#desc {
  width: 90%; }

.dvrmods-wrapper {
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  *zoom: 1; }
  .dvrmods-wrapper:before, .dvrmods-wrapper:after {
    content: '';
    display: table; }
  .dvrmods-wrapper:after {
    clear: both; }
  .dvrmods-wrapper .mod-1 {
    max-width: 420px;
    float: left;
    clear: none;
    width: 32%;
    margin-left: 0;
    margin-right: 2%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .dvrmods-wrapper .mod-1:last-child {
      margin-right: 0; }
    @media (max-width: 800px) {
      .dvrmods-wrapper .mod-1 {
        max-width: calc(49.4%);
        float: left;
        clear: none;
        width: 49.7125%;
        margin-left: 0;
        margin-right: 0.575%;
        margin-bottom: 10px; }
        .dvrmods-wrapper .mod-1:last-child {
          margin-right: 0; } }
    @media (max-width: 500px) {
      .dvrmods-wrapper .mod-1 {
        max-width: calc(100%);
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%;
        margin-bottom: 10px; }
        .dvrmods-wrapper .mod-1:last-child {
          margin-right: 0; } }

.player-title-md {
  margin: 0 10px 0 0;
  color: #FFFFFF;
  font-size: 22px;
  font-size: 2.2rem;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.mod-disc {
  background-color: rgba(119, 119, 119, 0.8); }
  .mod-disc .mod-disc-title {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    color: #1F1F1F;
    margin-bottom: 18px;
    text-transform: uppercase; }
  .mod-disc .disclaimer {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 15px; }
    @media (max-width: 1150px) {
      .mod-disc .disclaimer {
        width: 500px; } }
    @media (max-width: 800px) {
      .mod-disc .disclaimer {
        width: 100%; } }

.disc-wrapper {
  font-size: 16px;
  font-size: 1.6rem;
  width: 70%; }

.nextEpNotice {
  font-size: 13px;
  font-size: 1.3rem;
  background-color: #FF126C;
  color: #FFFFFF;
  width: 100%;
  padding: 10px;
  margin: 10px;
  cursor: pointer; }
  @media (max-width: 500px) {
    .nextEpNotice {
      font-size: 11px;
      font-size: 1.1rem; } }
  @media (max-width: 500px) {
    .nextEpNotice {
      display: none; } }

.nextEpArchive {
  font-size: 13px;
  font-size: 1.3rem;
  background-color: #FF126C;
  color: #FFFFFF;
  padding: 10px;
  margin: 10px;
  cursor: pointer;
  float: right; }
  @media (max-width: 500px) {
    .nextEpArchive {
      font-size: 11px;
      font-size: 1.1rem; } }
  @media (max-width: 500px) {
    .nextEpArchive {
      display: none; } }

#forwardButton img {
  margin-top: -4px;
  height: 35px;
  width: 35px;
  cursor: pointer; }

#forwardArcBtn img {
  margin-top: 2px;
  height: 38px;
  width: 38px;
  cursor: pointer; }

.hide-overlay .vjs-overlay {
  display: none;
  -webkit-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  opacity: 0; }

.video-js .vjs-dock-text {
  font-size: 13px;
  font-size: 1.3rem; }
  @media (max-width: 500px) {
    .video-js .vjs-dock-text {
      font-size: 12px;
      font-size: 1.2rem; } }

.vjs-text-track-cue {
  z-index: 1 !important; }

.vjs-menu li {
  font-size: 1em !important;
  text-transform: capitalize !important;
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important; }

.catchup-btn {
  display: block;
  margin: 5px 0;
  padding: 5px 0;
  line-height: 2.8rem;
  text-align: center;
  color: #FFFFFF;
  background-color: #646464;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em; }
  .catchup-btn:hover {
    color: #FFFFFF;
    background-color: #FF126C; }

.dvrLeftPlyr {
  width: 49%;
  float: left; }
  @media (max-width: 800px) {
    .dvrLeftPlyr {
      width: 100%; } }

.dvrRightPlyr {
  width: 49%;
  float: right; }
  @media (max-width: 800px) {
    .dvrRightPlyr {
      width: 100%;
      float: left; } }

.bookmark-btn {
  display: block;
  margin: 0;
  padding: 0 5px;
  line-height: 2rem;
  text-align: center;
  color: #FFFFFF;
  background-color: #FF126C;
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem; }
  .bookmark-btn:hover {
    color: #FFFFFF;
    background-color: #646464; }

/* 	==========================================================================
   	Contact Form 7 Styles
   	========================================================================== */
div.wpcf7 {
  margin-top: 1.5em;
  border-top: 0px solid #6dc6da; }

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 input[type="email"] {
  background-color: #ffffff;
  color: #000;
  width: 35%;
  min-height: 25px; }
  @media (max-width: 600px) {
    .wpcf7 input[type="text"],
    .wpcf7 input[type="tel"],
    .wpcf7 input[type="date"],
    .wpcf7 input[type="email"] {
      width: 60%; } }

.wpcf7 textarea {
  background-color: #ffffff;
  color: #000;
  width: 70%;
  max-height: 200px;
  margin-bottom: 0px;
  padding: 10px 10px;
  border: 1px solid #3e8eb4; }
  @media (max-width: 600px) {
    .wpcf7 textarea {
      width: 95%; } }

.wpcf7 select {
  background-color: #ffffff;
  color: #000;
  width: 30%;
  margin-bottom: 7px;
  padding: 0px 10px;
  border: 1px solid #3e8eb4; }
  @media (max-width: 600px) {
    .wpcf7 select {
      width: 60%; } }

.wpcf7 input[type="radio"] {
  margin: 20px 3px 20px 15px; }

.wpcf7 input[type="submit"] {
  margin-top: 20px;
  background-color: #6dc6da;
  border: 1px solid #1F1F1F;
  min-width: 100px;
  min-height: 30px; }

div.wpcf7-validation-errors {
  border: 1px solid #ff0000;
  width: 70%;
  color: #ff0000; }

.rc-anchor-light {
  border: 1px solid #3e8eb4; }

/* Hide Contact Form 7 success message before thank you page redirect */
/* .wpcf7 .wpcf7-mail-sent-ok { visibility:hidden; } */
/* 	==========================================================================
   	Corporate pages
   	========================================================================== */
.prog-feat-file {
  width: 360px;
  float: left;
  background-color: #c3c5c6;
  margin-left: 20px; }
  @media (max-width: 1024px) {
    .prog-feat-file {
      margin-left: 0; } }
  @media (max-width: 650px) {
    .prog-feat-file {
      width: 100%; } }

.gradam-feat-file {
  width: 280px;
  float: left;
  background-color: #c3c5c6; }
  @media (max-width: 1024px) {
    .gradam-feat-file {
      margin-left: 0;
      width: 500px; } }
  @media (max-width: 650px) {
    .gradam-feat-file {
      width: 100%; } }

.file-content-wrap {
  float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  padding: 0px;
  *zoom: 1;
  border-bottom: 1px solid #FFFFFF; }
  .file-content-wrap:last-child {
    margin-right: 0; }
  .file-content-wrap:before, .file-content-wrap:after {
    content: '';
    display: table; }
  .file-content-wrap:after {
    clear: both; }
  .file-content-wrap:hover {
    background-color: #FF126C; }

.mod-file {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  height: 100%; }
  .mod-file .notice {
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.5); }

.file-btn {
  float: left;
  clear: none;
  width: 9.55%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #c3c5c6;
  background-size: cover;
  min-height: 40px;
  min-width: 40px;
  background-position: center center;
  padding: 12px; }
  .file-btn:last-child {
    margin-right: 0; }
  .file-btn:hover {
    background-color: #FF126C; }

.file-content {
  float: left;
  clear: none;
  width: 84.925%;
  margin-left: 0;
  margin-right: 0.5%;
  padding: 0px 15px 0px 5px;
  margin: auto;
  /* &:before {
		margin: auto;
		@extend %arrow-right;
		content: '';
	} */ }
  .file-content:last-child {
    margin-right: 0; }

.file-btnImg {
  margin: auto; }
  .file-btnImg:before {
    content: ''; }

.pressmods-wrapper {
  width: auto;
  max-width: 1250px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  *zoom: 1; }
  .pressmods-wrapper:before, .pressmods-wrapper:after {
    content: '';
    display: table; }
  .pressmods-wrapper:after {
    clear: both; }
  .pressmods-wrapper .mod-1 {
    height: 310px;
    max-width: 375px;
    margin-bottom: 20px;
    float: left;
    clear: none;
    width: 32.08333%;
    margin-left: 0;
    margin-right: 1.875%; }
    .pressmods-wrapper .mod-1:last-child {
      margin-right: 0; }
    @media (max-width: 1260px) {
      .pressmods-wrapper .mod-1 {
        float: left;
        clear: none;
        width: 203%;
        margin-left: 0;
        margin-right: 3%; }
        .pressmods-wrapper .mod-1:last-child {
          margin-right: 0; } }
    @media (max-width: 600px) {
      .pressmods-wrapper .mod-1 {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%; }
        .pressmods-wrapper .mod-1:last-child {
          margin-right: 0; } }

.press-mod-wrap {
  *zoom: 1;
  float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 3%; }
  .press-mod-wrap:before, .press-mod-wrap:after {
    content: '';
    display: table; }
  .press-mod-wrap:after {
    clear: both; }
  .press-mod-wrap:last-child {
    margin-right: 0; }
  @media (max-width: 1435px) {
    .press-mod-wrap {
      width: 100%;
      margin: 0; } }
  @media (max-width: 960px) {
    .press-mod-wrap {
      width: 100%; } }

.training-mod-notice {
  background-color: #c3c5c6;
  position: relative;
  height: 80%; }
  .training-mod-notice .notice {
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.5); }

.press-title {
  margin: 0;
  position: absolute;
  top: 147px;
  z-index: 1;
  background-color: #1F1F1F;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  color: white;
  padding: 7px 20px;
  font-size: 16px;
  font-size: 1.6rem; }
  .online-panel:hover .press-title {
    background-color: #249acc; }
  @media (max-width: 450px) {
    .press-title {
      top: 0px; } }

.press-footer {
  position: relative;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  color: white;
  min-height: 60px;
  background-color: #c3c5c6; }
  .press-footer .arrow-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background-color: #1F1F1F;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear; }
    .press-footer .arrow-box:hover {
      background-color: #FF126C; }
    .press-footer .arrow-box:after {
      position: absolute;
      top: calc(50% - 8px);
      left: calc(50% - 3px); }

.press-desc {
  margin: 20px;
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 34px;
  margin-bottom: 30px; }

.governance-mods {
  background-color: #FFFFFF;
  padding: 12px 20px 85px; }

.governancemods-wrapper {
  width: auto;
  max-width: 1250px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  *zoom: 1; }
  .governancemods-wrapper:before, .governancemods-wrapper:after {
    content: '';
    display: table; }
  .governancemods-wrapper:after {
    clear: both; }
  .governancemods-wrapper .mod-1 {
    height: 46px;
    max-width: 290px;
    margin-bottom: 10px;
    float: left;
    clear: none;
    width: 24.04375%;
    margin-left: 0;
    margin-right: 1.275%; }
    .governancemods-wrapper .mod-1:last-child {
      margin-right: 0; }
    @media (max-width: 960px) {
      .governancemods-wrapper .mod-1 {
        float: left;
        clear: none;
        width: 203%;
        margin-left: 0;
        margin-right: 3%; }
        .governancemods-wrapper .mod-1:last-child {
          margin-right: 0; } }
    @media (max-width: 600px) {
      .governancemods-wrapper .mod-1 {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%;
        max-width: 100%; }
        .governancemods-wrapper .mod-1:last-child {
          margin-right: 0; } }

.governance-mod-wrap {
  *zoom: 1;
  float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 3%; }
  .governance-mod-wrap:before, .governance-mod-wrap:after {
    content: '';
    display: table; }
  .governance-mod-wrap:after {
    clear: both; }
  .governance-mod-wrap:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .governance-mod-wrap {
      width: 100%; } }

.governance-mod-notice {
  position: relative;
  background-color: #c3c5c6;
  height: 100%; }
  .governance-mod-notice .notice {
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.5); }
  .governance-mod-notice:hover {
    background-color: #7E7E7E; }

.governance-title {
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  font-size: 13px;
  font-size: 1.3rem; }
  .online-panel:hover .governance-title {
    background-color: #249acc; }

.file-title {
  float: left;
  clear: none;
  width: 74.875%;
  margin-left: 0;
  margin-right: 0.5%;
  padding: 5px 8px 5px 8px;
  line-height: 16px; }
  .file-title:last-child {
    margin-right: 0; }

@media (max-width: 960px) {
  .archive-list {
    font-size: 12px;
    font-size: 1.2rem; } }

@media (max-width: 500px) {
  .archive-list {
    font-size: 11px;
    font-size: 1.1rem; } }

/* Suíomh Foghlaim */
.foghSectHeader {
  margin: 15px;
  font-size: 2.0em;
  font-weight: normal;
  vertical-align: middle;
  color: #1F1F1F; }
  @media (max-width: 600px) {
    .foghSectHeader {
      font-size: 16px;
      font-size: 1.6rem; } }

.toggleBlue {
  padding: 5px 0 0 0px;
  color: #1F1F1F;
  font-weight: normal;
  min-height: 55px; }

.toggleRed {
  padding: 5px 0 0 0px;
  color: #e64747;
  font-weight: normal;
  min-height: 40px; }

.toggleBlack {
  color: #000000;
  font-weight: normal; }

.social-mods {
  background-color: #FFFFFF;
  padding: 0 50px; }
  @media (max-width: 600px) {
    .social-mods {
      padding: 0 10px; } }

.search-result {
  color: #FFFFFF; }
  .search-result:hover, .search-result:focus {
    color: #FF126C; }

.search-term {
  color: #FF126C; }
  .search-term:hover, .search-term:focus {
    color: #FFFFFF; }

/* 	==========================================================================
   	Treoir page - Liam
   	========================================================================== */
.TreoirContainer {
  height: 750px; }

.SideList {
  width: 350px;
  height: 699px;
  float: left;
  padding-left: 30px;
  padding-top: 50px; }

.grid-container {
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  *zoom: 1; }
  .grid-container:before, .grid-container:after {
    content: '';
    display: table; }
  .grid-container:after {
    clear: both; }
  .grid-container .mod-1 {
    height: 60px;
    max-width: 300px;
    text-align: center;
    padding-bottom: 10px;
    background-color: #FF126C;
    float: left;
    clear: none;
    width: 49.7%;
    margin-left: 0.503%;
    margin-right: 0.6%; }
    .grid-container .mod-1:last-child {
      margin-right: 0; }
    @media (max-width: 1150px) {
      .grid-container .mod-1 {
        float: left;
        clear: none;
        width: 203%;
        margin-left: 0;
        margin-right: 3%; }
        .grid-container .mod-1:last-child {
          margin-right: 0; } }
    @media (max-width: 600px) {
      .grid-container .mod-1 {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%; }
        .grid-container .mod-1:last-child {
          margin-right: 0; } }
    .grid-container .mod-1:hover {
      background-color: #414141; }
      .grid-container .mod-1:hover h1 {
        color: #FF126C; }

.TreoirHeader h2 {
  padding-left: 530px; }

.TreoirHeader h1 {
  color: #FFFFFF;
  font-size: 26px; }

/* Commissioning */
.comm-link {
  margin: 0;
  padding-bottom: 40px;
  -webkit-padding-start: 0px !important;
  padding-inline-start: 0px !important; }

.comm-link li {
  display: block;
  float: left;
  margin: 5px 5px 0 0;
  padding: 5px;
  line-height: 1.8rem;
  text-align: center;
  background-color: #646464;
  font-size: 14px;
  font-size: 1.4rem; }
  .comm-link li a {
    color: #FFFFFF; }
  .comm-link li:hover {
    background-color: #FF126C; }
  .comm-link li.current_page_item {
    background-color: #FF126C !important; }

.comm-eqlink {
  margin: 0;
  padding-bottom: 40px;
  -webkit-padding-start: 0px !important;
  padding-inline-start: 0px !important;
  float: left;
  width: 100%; }

.comm-eqlink li {
  display: block;
  min-width: 400px;
  float: left;
  margin: 5px 5px 0 0;
  padding: 10px;
  line-height: 1.8rem;
  background-color: #646464;
  font-size: 14px;
  font-size: 1.4rem; }
  .comm-eqlink li a {
    color: #FFFFFF; }
  .comm-eqlink li:hover {
    background-color: #FF126C; }
  .comm-eqlink li.current_page_item {
    background-color: #FF126C !important; }
  @media (max-width: 450px) {
    .comm-eqlink li {
      min-width: 100%; } }

.comm-headtitle {
  color: #FF126C;
  width: 100%;
  border-bottom: 2px solid #FF126C;
  padding: 8px 0; }

.comm-title {
  width: 100%;
  border-bottom: 2px solid #646464;
  padding: 8px 0;
  margin-bottom: 0px; }

.comm-date {
  color: #e64747; }

.comm-head {
  color: #FF126C;
  padding-top: 20px; }

/* 	==========================================================================
   	Shop - HTML Page Panels
   	========================================================================== */
.shop-title {
  margin: 0 67px;
  font-size: 78px;
  font-size: 7.8rem;
  color: white;
  line-height: 1;
  float: left;
  vertical-align: middle;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (max-width: 1024px) {
    .shop-title {
      font-size: 36px;
      font-size: 3.6rem;
      padding: 5px 0;
      margin: 0 5px 0 0; } }

.shopblockContainer {
  position: absolute;
  left: 7%;
  margin-right: 7%;
  top: 17%; }
  @media (max-width: 1024px) {
    .shopblockContainer {
      top: 10%;
      left: 0; } }
  @media (max-width: 700px) {
    .shopblockContainer {
      top: 0;
      left: 0; } }

.shop-content-block {
  position: relative;
  color: #FFF;
  background: #000;
  opacity: 0.75;
  max-width: 560px;
  clear: left;
  padding: 20px 40px 30px; }
  @media (max-width: 700px) {
    .shop-content-block {
      padding: 15px;
      background-color: #1F1F1F; } }

.shop-content-title {
  font-size: 36px;
  font-size: 3.6rem; }
  @media (max-width: 700px) {
    .shop-content-title {
      font-size: 21px;
      font-size: 2.1rem; } }

.shop-content-subtitle {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 3px;
  color: #FFF; }
  @media (max-width: 700px) {
    .shop-content-subtitle {
      font-size: 16px;
      font-size: 1.6rem; } }

.shop-content-mods {
  padding: 40px; }

.shop-content {
  padding: 40px; }

.shop-mods {
  background-color: #7E7E7E;
  padding: 12px 20px 85px; }

.shopmods-wrapper {
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  *zoom: 1; }
  .shopmods-wrapper:before, .shopmods-wrapper:after {
    content: '';
    display: table; }
  .shopmods-wrapper:after {
    clear: both; }
  .shopmods-wrapper .mod-1 {
    max-width: 250px;
    padding-bottom: 20px;
    float: left;
    clear: none;
    width: 23.59375%;
    margin-left: 0;
    margin-right: 1.875%; }
    .shopmods-wrapper .mod-1:last-child {
      margin-right: 0; }
    @media (max-width: 960px) {
      .shopmods-wrapper .mod-1 {
        float: left;
        clear: none;
        width: 203%;
        margin-left: 0;
        margin-right: 3%; }
        .shopmods-wrapper .mod-1:last-child {
          margin-right: 0; } }
    @media (max-width: 600px) {
      .shopmods-wrapper .mod-1 {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%; }
        .shopmods-wrapper .mod-1:last-child {
          margin-right: 0; } }
  .shopmods-wrapper .mod-2 {
    border: 0px solid #ff0000;
    margin: 40px 0 20px 0;
    height: 140px;
    max-width: 75px;
    float: left;
    clear: none;
    width: 17.6%;
    margin-left: 0;
    margin-right: 3%; }
    .shopmods-wrapper .mod-2:last-child {
      margin-right: 0; }
    @media (max-width: 960px) {
      .shopmods-wrapper .mod-2 {
        width: 50px; } }
    @media (max-width: 670px) {
      .shopmods-wrapper .mod-2 {
        width: 40px;
        height: 70px; } }
    @media (max-width: 550px) {
      .shopmods-wrapper .mod-2 {
        width: 30px;
        height: 50px; } }
    @media (max-width: 450px) {
      .shopmods-wrapper .mod-2 {
        width: 23px;
        height: 30px; } }
  .shopmods-wrapper .mod-3 {
    border: 0px solid #ff0000;
    margin: 40px 0 20px 0;
    height: 160px;
    max-width: 128px;
    float: left;
    clear: none;
    width: 17.6%;
    margin-left: 0;
    margin-right: 3%; }
    .shopmods-wrapper .mod-3:last-child {
      margin-right: 0; }
    @media (max-width: 960px) {
      .shopmods-wrapper .mod-3 {
        width: 95px; } }
    @media (max-width: 670px) {
      .shopmods-wrapper .mod-3 {
        width: 75px;
        height: 70px; } }
    @media (max-width: 550px) {
      .shopmods-wrapper .mod-3 {
        width: 55px;
        height: 50px; } }
    @media (max-width: 450px) {
      .shopmods-wrapper .mod-3 {
        width: 42px;
        height: 30px; } }
  .shopmods-wrapper .mod-4 {
    border: 0px solid #ff0000;
    margin: 40px 0 20px 0;
    height: 140px;
    max-width: 145px;
    float: left;
    clear: none;
    width: 17.6%;
    margin-left: 0;
    margin-right: 3%; }
    .shopmods-wrapper .mod-4:last-child {
      margin-right: 0; }
    @media (max-width: 960px) {
      .shopmods-wrapper .mod-4 {
        width: 110px; } }
    @media (max-width: 670px) {
      .shopmods-wrapper .mod-4 {
        width: 90px;
        height: 70px; } }
    @media (max-width: 550px) {
      .shopmods-wrapper .mod-4 {
        width: 70px;
        height: 50px; } }
    @media (max-width: 450px) {
      .shopmods-wrapper .mod-4 {
        width: 50px;
        height: 30px; } }

.shop-mod-wrap {
  *zoom: 1;
  float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 3%; }
  .shop-mod-wrap:before, .shop-mod-wrap:after {
    content: '';
    display: table; }
  .shop-mod-wrap:after {
    clear: both; }
  .shop-mod-wrap:last-child {
    margin-right: 0; }
  @media (max-width: 1435px) {
    .shop-mod-wrap {
      width: 100%;
      margin: 0; } }
  @media (max-width: 960px) {
    .shop-mod-wrap {
      width: 100%; } }

.shop-mod-notice {
  position: relative;
  height: 100%;
  background-color: #7E7E7E; }
  .shop-mod-notice .notice {
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.5); }

/* 	==========================================================================
   	Shop - Icons
   	========================================================================== */
.shop-icon {
  width: 10%;
  display: block;
  position: absolute;
  top: 50%;
  left: 85%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

/* 	==========================================================================
   	Shop - HTML Page Panels
   	========================================================================== */
.shop-home-DVD {
  min-height: 230px;
  background-color: #043244;
  padding: 20px 20px 20px;
  position: relative;
  margin: 20px 20px;
  *zoom: 1; }
  .shop-home-DVD:before, .shop-home-DVD:after {
    content: '';
    display: table; }
  .shop-home-DVD:after {
    clear: both; }
  @media (max-width: 1024px) {
    .shop-home-DVD {
      padding: 20px 20px 20px;
      min-height: 94px; } }
  @media (max-width: 450px) {
    .shop-home-DVD {
      margin: 20px 0px; } }

.shop-home-books {
  min-height: 230px;
  background-color: #69acc7;
  padding: 20px 20px 20px;
  position: relative;
  margin: 20px 20px;
  *zoom: 1; }
  .shop-home-books:before, .shop-home-books:after {
    content: '';
    display: table; }
  .shop-home-books:after {
    clear: both; }
  @media (max-width: 1024px) {
    .shop-home-books {
      padding: 20px 20px 20px;
      min-height: 94px; } }
  @media (max-width: 450px) {
    .shop-home-books {
      margin: 0px; } }

.shop-home-others {
  min-height: 230px;
  background-color: #7E7E7E;
  padding: 20px 20px 20px;
  position: relative;
  margin: 20px 20px;
  *zoom: 1; }
  .shop-home-others:before, .shop-home-others:after {
    content: '';
    display: table; }
  .shop-home-others:after {
    clear: both; }
  @media (max-width: 1024px) {
    .shop-home-others {
      padding: 20px 20px 20px;
      min-height: 94px; } }
  @media (max-width: 450px) {
    .shop-home-others {
      margin: 20px 0px; } }

.bloc-wrap {
  width: calc(100% - 380px);
  float: left; }
  @media (max-width: 1260px) {
    .bloc-wrap {
      width: calc(100% - 140px); } }
  @media (max-width: 1024px) {
    .bloc-wrap {
      width: 100%; } }

/* 	==========================================================================
   	Newsletter - HTML Page Panels
   	========================================================================== */
.nlblockContainer {
  position: absolute;
  left: 7%;
  margin-right: 7%;
  top: 17%; }
  @media (max-width: 1024px) {
    .nlblockContainer {
      top: 10%;
      left: 0; } }
  @media (max-width: 700px) {
    .nlblockContainer {
      top: 0;
      left: 0; } }

.nlcontent-block {
  position: relative;
  color: #FFF;
  background: #000;
  opacity: 0.75;
  max-width: 560px;
  clear: left;
  padding: 20px 40px 30px; }
  @media (max-width: 700px) {
    .nlcontent-block {
      padding: 15px;
      background-color: #1F1F1F; } }

.nlcontent-title {
  font-size: 36px;
  font-size: 3.6rem; }
  @media (max-width: 700px) {
    .nlcontent-title {
      font-size: 21px;
      font-size: 2.1rem; } }

.nlcontent-subtitle {
  font-size: 24px;
  font-size: 2.4rem; }
  @media (max-width: 700px) {
    .nlcontent-subtitle {
      font-size: 18px;
      font-size: 1.8rem; } }

.newsletter-mods {
  background-color: #FFFFFF;
  padding: 12px 20px 85px; }
  @media (max-width: 700px) {
    .newsletter-mods {
      padding: 10px; } }
  @media (max-width: 400px) {
    .newsletter-mods {
      padding: 10px 0; } }

.nlmods-wrapper {
  width: auto;
  max-width: 1300px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  *zoom: 1; }
  .nlmods-wrapper:before, .nlmods-wrapper:after {
    content: '';
    display: table; }
  .nlmods-wrapper:after {
    clear: both; }
  .nlmods-wrapper .mod-1 {
    height: 550px;
    max-width: 406px;
    margin-bottom: 20px;
    float: left;
    clear: none;
    width: 32.93333%;
    margin-left: 0.503%;
    margin-right: 0.6%; }
    .nlmods-wrapper .mod-1:last-child {
      margin-right: 0; }
    @media (max-width: 1150px) {
      .nlmods-wrapper .mod-1 {
        float: left;
        clear: none;
        width: 203%;
        margin-left: 0;
        margin-right: 3%; }
        .nlmods-wrapper .mod-1:last-child {
          margin-right: 0; } }
    @media (max-width: 600px) {
      .nlmods-wrapper .mod-1 {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%; }
        .nlmods-wrapper .mod-1:last-child {
          margin-right: 0; } }

.newsletter-mod-wrap {
  *zoom: 1;
  float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 3%; }
  .newsletter-mod-wrap:before, .newsletter-mod-wrap:after {
    content: '';
    display: table; }
  .newsletter-mod-wrap:after {
    clear: both; }
  .newsletter-mod-wrap:last-child {
    margin-right: 0; }
  @media (max-width: 1435px) {
    .newsletter-mod-wrap {
      width: 100%;
      margin: 0; } }
  @media (max-width: 960px) {
    .newsletter-mod-wrap {
      width: 100%; } }

.newsletter-mod-notice {
  position: relative;
  background-color: #c3c5c6;
  height: 100%; }
  .newsletter-mod-notice .notice {
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.5); }

.newsletter-title {
  margin: 0;
  position: absolute;
  z-index: 1;
  background-color: #1F1F1F;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  color: white;
  padding: 7px 20px;
  font-size: 18px;
  font-size: 1.8rem; }
  .online-panel:hover .newsletter-title {
    background-color: #249acc; }

.nl-live-section {
  margin-top: -40px; }
  .nl-live-section .section-panel-dark-3 {
    padding-bottom: 0; }

.nl-feat-section {
  margin-top: -40px; }
  .nl-feat-section .section-panel-dark-3 {
    padding-bottom: 0; }

.nl-feat {
  padding: 45px 0 0;
  *zoom: 1; }
  .nl-feat:before, .nl-feat:after {
    content: '';
    display: table; }
  .nl-feat:after {
    clear: both; }

.nl-feat-wrap {
  width: calc(100% - 380px);
  float: left; }
  @media (max-width: 1024px) {
    .nl-feat-wrap {
      width: 100%; } }

.nl-feat-intro-wrap {
  background-color: #c7dae2;
  padding: 0 20px 20px;
  *zoom: 1; }
  .nl-feat-intro-wrap:before, .nl-feat-intro-wrap:after {
    content: '';
    display: table; }
  .nl-feat-intro-wrap:after {
    clear: both; }

.srch-feat-intro-wrap {
  background-color: #DCDCDC;
  padding: 0 40px 20px;
  *zoom: 1; }
  .srch-feat-intro-wrap:before, .srch-feat-intro-wrap:after {
    content: '';
    display: table; }
  .srch-feat-intro-wrap:after {
    clear: both; }
  @media (max-width: 1024px) {
    .srch-feat-intro-wrap {
      margin-top: 0px; } }
  @media (max-width: 600px) {
    .srch-feat-intro-wrap {
      padding: 0 10px 10px; } }

.srch-feat-intro {
  width: calc(95%); }
  @media (max-width: 1024px) {
    .srch-feat-intro {
      width: 100%; } }
  @media (max-width: 700px) {
    .srch-feat-intro {
      margin-bottom: 20px; } }

.srchSel-wrap {
  margin-top: 30px;
  display: inline-block;
  width: 200px; }

.srchSel {
  display: inline-block;
  width: 80%; }

.hot {
  cursor: pointer;
  opacity: .5; }

.hot:hover {
  opacity: 1; }

.srchText {
  margin-top: -42px;
  display: inline;
  float: right; }
  @media (max-width: 600px) {
    .srchText {
      margin-top: 0px;
      float: left; } }
  @media (max-width: 400px) {
    .srchText {
      display: false; } }

.srchTextCart {
  margin-top: -42px;
  display: inline;
  float: right; }
  @media (max-width: 600px) {
    .srchTextCart {
      margin-top: 0px;
      float: left; } }

.prog-desc-en {
  margin: 4px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #151a1d; }
  @media (max-width: 500px) {
    .prog-desc-en {
      font-size: 13px;
      font-size: 1.3rem; } }

.prog-desc-ie {
  margin: 4px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #1F1F1F; }
  @media (max-width: 500px) {
    .prog-desc-ie {
      font-size: 13px;
      font-size: 1.3rem; } }

.social-desc {
  margin: 0px 10px 0px 10px;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 3px; }

.footer-details-wrap {
  text-align: right;
  height: 150px;
  margin-top: -40px;
  background-color: #DCDCDC;
  *zoom: 1; }
  .footer-details-wrap:before, .footer-details-wrap:after {
    content: '';
    display: table; }
  .footer-details-wrap:after {
    clear: both; }
  @media (max-width: 1024px) {
    .footer-details-wrap {
      margin-top: 0px;
      height: 60px;
      text-align: left; } }

.nl-reg-btn {
  margin: 20px;
  float: left;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 3px;
  color: #1F1F1F; }

.footer-desc-ie {
  float: right;
  margin: 10px 60px 0px;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 3px;
  color: #1F1F1F; }
  @media (max-width: 1024px) {
    .footer-desc-ie {
      float: left;
      margin: 10px 20px 0px; } }

/* 	==========================================================================
   	Weather modules
   	========================================================================== */
.daily-weather-icons {
  background-color: #7E7E7E;
  padding: 0px 20px 40px;
  margin-top: -40px; }

.daily-weather-icons h2 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #FFFFFF;
  padding-bottom: 20px 20px 0px; }

.srch-weather-wrap {
  margin-top: -40px;
  background-color: #7E7E7E;
  padding-bottom: 20px;
  *zoom: 1; }
  .srch-weather-wrap:before, .srch-weather-wrap:after {
    content: '';
    display: table; }
  .srch-weather-wrap:after {
    clear: both; }
  @media (max-width: 1024px) {
    .srch-weather-wrap {
      margin-top: 0px; } }

.srch-weather {
  width: calc(95%); }
  @media (max-width: 1024px) {
    .srch-weather {
      width: 100%; } }

.srchSel-wrap {
  margin-top: 30px;
  display: inline-block;
  width: 200px; }

.srchSel {
  display: inline-block;
  width: 80%; }

/* Weather Cam CSS */
.wCamImage {
  position: relative;
  float: left;
  width: 470px;
  height: 276px;
  overflow: hidden; }

.wCamImage img {
  position: absolute;
  top: -60px; }

.wCamImage .wCamImageText {
  position: absolute;
  top: 245px;
  left: 0px;
  width: 470px;
  height: 30px;
  font-size: 1.0em;
  text-align: center;
  color: #000000;
  background-color: #fff;
  padding-top: 0px;
  /* for IE */
  filter: alpha(opacity=30);
  /* CSS3 standard */
  opacity: 0.3; }

.wCamImage .wCamImageText p.dateText {
  font-size: 1.0em;
  font-weight: bold;
  font-style: normal;
  text-align: center !important;
  color: #000000;
  margin-top: 7px; }

#weather-summary {
  font-size: 0;
  position: relative; }

h1.weather-summary {
  font-size: 12pt !important;
  color: #414141 !important;
  border: 0px !important;
  margin: 0px !important;
  padding-top: 100px; }
  @media (max-width: 1024px) {
    h1.weather-summary {
      padding-top: 70px; } }

.weather-day {
  float: left;
  position: relative;
  font-size: 0;
  max-width: 138px;
  height: 180px;
  margin-left: 10px;
  background-color: #367b97;
  color: #ffffff;
  float: left;
  clear: none;
  width: 24.175%;
  margin-left: 0;
  margin-right: 1.1%; }
  .weather-day:last-child {
    margin-right: 0; }
  @media (max-width: 650px) {
    .weather-day {
      float: left;
      clear: none;
      width: 203%;
      margin-left: 0;
      margin-right: 3%;
      margin-bottom: 10px; }
      .weather-day:last-child {
        margin-right: 0; } }
  @media (max-width: 400px) {
    .weather-day {
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 3%;
      margin-bottom: 10px; }
      .weather-day:last-child {
        margin-right: 0; } }

.weather-day.first {
  background-color: #7dc4e2;
  color: #ffffff; }

.weather-day.second {
  background-color: #367b97;
  color: #ffffff; }

.weather-day.third {
  background-color: #266884;
  color: #ffffff; }

.weather-day.fourth {
  background-color: #15516b;
  color: #ffffff; }

.weather-day .dploading {
  margin-left: 32px;
  width: 64px;
  height: 64px;
  background-image: url("https://d1og0s8nlbd0hm.cloudfront.net/images/Aimsir/weather-icons/loader_trans_1.gif");
  background-repeat: no-repeat;
  background-position: center; }

.weather-day.first .dploading {
  background-image: url("https://d1og0s8nlbd0hm.cloudfront.net/images/Aimsir/weather-icons/loader_trans_1.gif");
  background-repeat: no-repeat;
  background-position: center; }

.weather-day .day-title {
  padding: 5px 5px 12px 7px;
  font-size: 12pt; }

.weather-day .day-summary {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0px auto;
  margin-left: 30px;
  margin-top: -2px;
  width: 100%; }

.weather-day .temp-low {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 65px;
  font-size: 15pt;
  padding-top: 10px;
  padding-left: 7px; }

.weather-day .temp-high {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 65px;
  color: #ffffff;
  font-size: 15pt;
  padding-top: 10px;
  padding-left: 7px; }

.weather-day.first .temp-high {
  color: #ffffff; }

.searchText {
  color: #ffffff;
  font-size: 15px;
  font-size: 1.5rem; }

.highTempLabel {
  color: #7E7E7E;
  font-size: 15px;
  font-size: 1.5rem; }

.lowTempLabel {
  color: #7E7E7E;
  font-size: 15px;
  font-size: 1.5rem; }

.weather-day div {
  border: 0px solid blue; }

/* 
END: CSS for the 'Weather Day Summaries' 

START: CSS for the 'Weather City/Area Search' 
*/
#dpSrch_container {
  position: relative;
  float: left;
  margin-top: 30px; }
  @media (max-width: 1024px) {
    #dpSrch_container {
      margin-top: 0px; } }

#dpSrch_container h1 {
  text-align: right;
  text-decoration: none;
  font-size: 0.95em;
  font-weight: bold;
  font-style: normal;
  color: #fff;
  text-transform: none;
  border: 0px;
  line-height: 14px;
  padding: 0px;
  margin: 0px;
  margin-bottom: 4px; }

#wSrchTxt {
  position: relative;
  width: 218px;
  height: 20px;
  background-color: #000;
  border: 1px solid #838383;
  color: #fff;
  padding: 0px 5px;
  margin-right: 20px;
  font-size: 0.95em;
  font-family: 'tg4regular', Verdana, Arial, sans-serif; }

#wSrchList {
  position: absolute;
  top: 44px;
  left: 0px;
  width: 222px;
  height: auto;
  display: none;
  vertical-align: baseline;
  background-color: #fff;
  border: 1px solid #000;
  background-image: url("https://d1og0s8nlbd0hm.cloudfront.net/images/droplist_gradient.png");
  background-repeat: repeat-x;
  background-position: bottom;
  font-family: 'tg4regular', Verdana, Arial, sans-serif;
  padding: 1px 3px;
  text-align: left;
  z-index: 99;
  line-height: 22px;
  color: #000;
  font-size: 0.8em; }

#wSrchDtls {
  position: absolute;
  top: 70px;
  left: 0px;
  width: 222px;
  height: auto;
  display: none;
  vertical-align: baseline;
  background-color: #fff;
  border: 1px solid #000;
  background-image: url("https://d1og0s8nlbd0hm.cloudfront.net/images/droplist_gradient.png");
  background-repeat: repeat-x;
  background-position: bottom;
  font-family: 'tg4regular', Verdana, Arial, sans-serif;
  padding: 1px 3px;
  text-align: left;
  z-index: 99;
  line-height: 22px;
  color: #000;
  font-size: 0.8em; }

#wSrchDtlsIcon {
  float: right;
  width: 22px;
  height: 22px;
  background-color: #6f8fa4;
  text-align: center;
  font-family: 'tg4regular', Verdana, Arial, sans-serif;
  color: #fff !important;
  border: 1px solid #3e8eb4;
  font-size: 1.1em;
  margin-top: 1px; }

#wSrchList div {
  cursor: pointer; }

.dp_mouseover {
  text-decoration: underline;
  color: #414141; }

/* END: CSS for the 'Weather City/Area Search' 

START: CSS for the 'Weather Map Container elements'
Note 1: Additional styles directly relating to the 'slider' are contained in the file [jquery.ui.labeledslider.css]
*/
#wmap_header {
  height: 30px;
  margin: 0;
  position: relative; }

#wmap_header ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 590px;
  bottom: 0px; }
  @media (max-width: 650px) {
    #wmap_header ul {
      width: 100%; } }

#wmap_header li {
  display: block;
  position: relative;
  float: left;
  border: 0px solid;
  margin: 0 0 0 1px;
  padding-bottom: 0px;
  padding-left: 10px;
  font-size: 10pt;
  width: 24.86%;
  height: 30px;
  background-color: #414141;
  cursor: pointer; }
  @media (max-width: 650px) {
    #wmap_header li {
      width: 24.72%;
      font-size: 8pt;
      padding-left: 4px; } }
  #wmap_header li:hover {
    background-color: #FF126C; }

#wmap_header li div.wmap-ldr-sml {
  margin-top: 2px; }

#wmap_header li.first {
  margin-left: 0px; }

#wmap_header li.last {
  float: right; }

#wmap_header li a {
  padding: 0 0px;
  text-decoration: none;
  color: #FFFFFF; }

#wmap_header li.selected {
  padding-bottom: 0px;
  z-index: 1;
  background-color: #FF126C;
  border-bottom: 0px solid #FF126C; }

/* Small loader image for 'slider' tabs & for 'weather days' */
.wmap-ldr-sml {
  display: inline;
  position: absolute;
  right: 4px;
  width: 15px;
  height: 15px; }

#wmap_header li .wmap-ldr-sml {
  background-image: url("https://d1og0s8nlbd0hm.cloudfront.net/images/Aimsir/wMap/loader15x15C_838383.gif");
  background-repeat: no-repeat;
  background-position: center; }

#wmap_header li.selected .wmap-ldr-sml {
  background-image: url("https://d1og0s8nlbd0hm.cloudfront.net/images/Aimsir/wMap/loader15x15C_383838.gif");
  background-repeat: no-repeat;
  background-position: center; }

#wmap_content {
  border: 0px solid;
  height: 415px;
  max-width: 590px;
  background-color: #7E7E7E;
  margin-bottom: 10px; }

.wmap-wrapper {
  position: relative;
  height: 336px;
  margin-bottom: 30px;
  background-color: #414141;
  z-index: 0; }

#wmap-image {
  text-align: center;
  height: 100%; }

#wmap-image img {
  text-align: center;
  width: auto;
  height: 100%;
  sizingMethod: scale;
  -ms-interpolation-mode: bicubic; }

#wmap-tag {
  position: absolute;
  bottom: 5px;
  right: 10px;
  height: 18px;
  width: 250px;
  border: 1px solid #cdcdcd;
  background-color: #efefef;
  display: inline-block;
  padding: 1px 5px;
  text-align: right;
  font-size: 14px; }

#wmap-loader {
  z-index: 30;
  position: absolute;
  top: 0px;
  background-image: url("https://d1og0s8nlbd0hm.cloudfront.net/images/Aimsir/wMap/loader80x80C_383838.gif");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 336px;
  /* must match height defined in [ .wmap-wrapper ] */ }

#wmap-noinfo {
  z-index: 30;
  position: absolute;
  top: 0px;
  font-size: 1em;
  font-family: 'tg4regular', Verdana, Arial, sans-serif;
  padding-top: 50px;
  width: 100%;
  height: 336px;
  /* must match height defined in [ .wmap-wrapper ] */
  display: none;
  text-align: center; }

#wmap-slider-stuff {
  position: relative;
  margin-top: 7px; }

.wmap-slider-box {
  float: right;
  position: relative;
  display: none;
  margin-right: 10px; }

#wmap-slider-text {
  float: left;
  margin-top: 0px;
  background-color: #7E7E7E;
  width: 125px;
  height: 50px;
  font-size: 10pt;
  color: #fff;
  padding-left: 10px;
  padding-top: 4px;
  display: none; }

.wmap-slider0, .wmap-slider0 a, .wmap-slider1, .wmap-slider1 a, .wmap-slider2, .wmap-slider2 a, .wmap-slider3, .wmap-slider3 a {
  cursor: pointer; }

/* The nav buttons for the slider displayed when slider images are loaded */
#wmap-button-holder {
  position: relative;
  float: right;
  width: 38px;
  height: 50px;
  padding-left: 6px;
  display: block; }

.wmap-button {
  float: right;
  width: 15px;
  height: 50px;
  background-color: #414141;
  margin-top: 8px;
  display: none; }

.wmap-button-hover {
  background-color: #646464;
  cursor: pointer; }

#wmap-prev {
  background-image: url("https://d1og0s8nlbd0hm.cloudfront.net/images/Aimsir/wMap/Over_Back_Arrows-left.png");
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 2px; }

#wmap-next {
  background-image: url("https://d1og0s8nlbd0hm.cloudfront.net/images/Aimsir/wMap/Over_Back_Arrows-right.png");
  background-repeat: no-repeat;
  background-position: center; }

/* END: CSS for the 'Weather Map Container Elements' 

START: CSS for the 'Weather Map Slider Elements' 

 * Copyright (c) 2012 Ben Olson
 *
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions: 
 *
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * This script has been further developed by Adrian O Cualain on behalf of TG4
 */
.ui-slider-wrapper {
  position: relative;
  width: 360px;
  float: right;
  margin-right: 20px;
  border: 0px solid black;
  z-index: 10; }
  @media (max-width: 600px) {
    .ui-slider-wrapper {
      width: 250px; } }
  @media (max-width: 500px) {
    .ui-slider-wrapper {
      width: 160px; } }
  @media (max-width: 400px) {
    .ui-slider-wrapper {
      display: none; } }

.ui-slider-wrapper .ui-slider-horizontal {
  width: 100%;
  cursor: pointer; }

.ui-slider-label-ticks {
  border: 1px solid transparent;
  position: absolute;
  text-align: center;
  white-space: nowrap;
  font-size: 0.9em; }

.ui-slider-labels {
  position: absolute;
  border: 1px solid transparent; }

.ui-slider-wrapper.horizontal {
  height: 3.5em; }

.horizontal .ui-slider-labels {
  top: 11px;
  margin-top: -0.35em;
  left: 0.05em;
  width: 100%;
  font-size: 11pt; }

.horizontal .ui-slider-label-ticks {
  width: 1.2em;
  margin-left: -.7em;
  color: #fff; }

/* Override ticks/labels */
.horizontal .ui-slider-label-ticks span.notick {
  display: inline-block;
  border-left: 0px solid #fff;
  height: 16px;
  z-index: 0; }

.horizontal .ui-slider-label-ticks span.nolabel {
  display: inline-block;
  border-left: 2px solid #fff;
  height: 16px;
  z-index: 0; }

.horizontal .ui-slider-label-ticks span.label {
  display: inline-block;
  border-left: 5px solid #fff;
  height: 24px;
  z-index: 0;
  margin-bottom: 3px; }

.label-topfill {
  display: block;
  position: absolute;
  top: 0px;
  height: 5px;
  width: 8px;
  background-color: #838383;
  left: 4px; }

.ui-slider-wrapper.vertical {
  width: 4.5em;
  border: 1px solid black; }

.vertical .ui-slider-labels {
  left: 0.7em;
  top: 0.4em;
  margin-left: -0.15em;
  height: 100%; }

.vertical .ui-slider-label-ticks {
  height: 1.2em;
  margin-top: -.6em;
  color: #838383; }

.vertical .ui-slider-label-ticks span {
  display: inline-block;
  border-top: 1px solid #999;
  width: 0.7em;
  margin-bottom: 0.15em; }

/* inactive ticks*/
.horizontal .ui-slider-label-ticks span.nolabel.inactive {
  border-left: 2px solid #afafaf; }

.horizontal .ui-slider-label-ticks span.label.inactive {
  border-left: 4px solid #afafaf; }

/* override default pointer icon */
.ui-widget-content {
  padding-bottom: 20px;
  border: 0px;
  position: relative;
  top: 8px;
  border-top: 3px solid #ffffff;
  color: #222222;
  background: transparent; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  cursor: pointer;
  background: url("https://d1og0s8nlbd0hm.cloudfront.net/images/Aimsir/wMap/Slider.png") no-repeat scroll 50% 50%;
  background-size: 20px 20px;
  border: 0px;
  top: -14px; }

.ui-widget {
  font-family: 'tg4regular', Verdana, Arial, sans-serif;
  font-size: 10pt; }

/* Override slider Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  -khtml-border-top-left-radius: 0px;
  border-top-left-radius: 0px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  -khtml-border-top-right-radius: 0px;
  border-top-right-radius: 0px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -khtml-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -khtml-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px; }

/* END: CSS for the 'Weather Map Slider Elements' */
.wmap-slider0, .wmap-slider0 a, .wmap-slider1, .wmap-slider1 a, .wmap-slider2, .wmap-slider2 a, .wmap-slider3, .wmap-slider3 a {
  cursor: pointer; }

/* START: CSS for link bar on Aimsir homepage */
#aimsir-link {
  width: 600px;
  position: relative;
  background-color: #838383;
  padding: 5px;
  margin-bottom: 10px; }

#aimsir-link1 {
  float: left;
  width: 50px;
  height: 25px;
  background: url("https://d1og0s8nlbd0hm.cloudfront.net/images/aimsir/Icon1-Cliceail-anseo.png");
  background-repeat: no-repeat;
  margin-left: 10px; }

#aimsir-link2 {
  float: left;
  width: 480px;
  height: 25px;
  color: #fff;
  font-size: 14pt;
  padding-top: 3px;
  font-weight: normal;
  text-align: center; }

#aimsir-link3 {
  float: right;
  width: 25px;
  height: 25px;
  background: url("https://d1og0s8nlbd0hm.cloudfront.net/images/aimsir/Icon2-Cliceail-anseo.png");
  background-repeat: no-repeat;
  margin-right: 10px; }

#aimsir-link2 a {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

#aimsir-link2 a:hover {
  color: #414141 !important;
  text-decoration: none; }

.weather-camera {
  margin: 0;
  position: absolute;
  z-index: 1;
  background-color: #414141;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  color: white;
  min-height: 40px;
  padding: 7px 20px;
  font-size: 18px;
  font-size: 1.8rem; }
  .online-panel:hover .weather-camera {
    background-color: #414141; }

/* END: CSS for link bar on Aimsir homepage */
#focail_menu {
  width: 100%;
  position: relative;
  z-index: 0;
  float: left;
  margin-bottom: 20px;
  background-color: #FF126C; }

#focail_menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

#focail_menu ul li {
  float: left;
  position: relative; }

#focail_menu ul li a {
  display: block;
  text-decoration: none;
  height: 35px;
  color: #fff;
  border-left: 0px solid #ffffff;
  border-right: 1px solid #414141;
  border-bottom: 0px solid #ffffff;
  background: #FF126C;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  line-height: 35px;
  text-align: left; }
  @media (max-width: 400px) {
    #focail_menu ul li a {
      font-size: 12px;
      font-size: 1.2rem; } }

* html #focail_menu ul li a {
  width: auto; }

#focail_menu ul li ul {
  display: none; }

table {
  margin: -1px;
  border-collapse: collapse;
  font-size: 1em; }

/* specific to non IE browsers */
#focail_menu ul li:hover a,
#focail_menu ul li a:hover {
  text-decoration: none;
  color: #414141 !important; }

#focail_menu ul li a.navHere {
  background-color: #7E7E7E; }

#focail_menu ul li.navHere a {
  background: #7E7E7E; }

#focail_menu ul li.last.active a {
  background: #7E7E7E; }

#focail_menu ul li.navHere:hover a,
#focail_menu ul li a.navHere:hover {
  text-decoration: none;
  color: #414141 !important; }

/* END: CSS for Main Menu 
 
START: CSS for Sub Menus  */
.focail_submenu {
  position: relative;
  z-index: 0;
  width: 100%;
  float: left;
  margin-bottom: 0px;
  background-color: #FF126C; }

.focail_submenu ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.focail_submenu ul li {
  float: left;
  position: relative; }

.focail_submenu ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  border-left: 0px solid #ffffff;
  border-right: 1px solid #414141;
  border-bottom: 0px solid #ffffff;
  background: #FF126C;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0px;
  line-height: 32px;
  text-align: left; }
  @media (max-width: 400px) {
    .focail_submenu ul li a {
      font-size: 12px;
      font-size: 1.2rem; } }

* html .focail_submenu ul li a {
  width: auto; }

.focail_submenu ul li ul {
  display: none; }

.focail_submenu ul li:hover a,
.focail_submenu ul li a:hover {
  text-decoration: none;
  color: #414141 !important; }

.focail_submenu ul li a.navHere {
  background-color: #7E7E7E; }

.focail_submenu ul li.navHere a {
  background: #7E7E7E; }

.focail_submenu ul li.last.active a {
  background: #7E7E7E; }

.focail_submenu ul li.navHere:hover a,
.focail_submenu ul li a.navHere:hover {
  text-decoration: none;
  color: #414141 !important; }

/* END: CSS for Sub Menus 
 
START: CSS for other elements  */
.focail_box {
  margin-bottom: 10px; }

.focail_dtls {
  clear: both;
  background-color: #7E7E7E;
  padding-top: 20px;
  padding-bottom: 20px; }

.audio_img {
  float: left;
  width: 110px;
  height: 150px;
  border: 0px solid red;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
  text-decoration: none !important; }

.audio_img .img {
  height: 95px; }

.audio_img .img img {
  vertical-align: middle; }

.audio_img .audio, .audio_img .audio_play, .audio_img .audio_stop {
  margin-top: 3px; }

.audio_img a, .audio_img a:visited, .audio_img a:link {
  color: #fff;
  text-decoration: none !important; }

.audio_img a .txt_ie, .audio_img a:link .txt_ie, .audio_img a:visited .txt_ie {
  color: #fff;
  text-decoration: none !important; }

.audio_img a:hover .txt_ie {
  text-decoration: none;
  color: #414141 !important; }

.audio_img a .txt_en, .audio_img a:hover .txt_en, .audio_img a:visited .txt_en {
  color: #414141;
  text-decoration: none !important; }

/* [.audio_img2] icon & text 1/2 width*/
.audio_img2 {
  float: left;
  width: 280px;
  margin-left: 20px;
  margin-bottom: 8px;
  border: 0px solid red; }

.audio_img2 .audio_play, .audio_img2 .audio_stop {
  float: left;
  width: 25px; }

.audio_img2 .txt_ie {
  float: left;
  width: 255px; }

.audio_img2 a, .audio_img2 a:visited, .audio_img2 a:link {
  color: #fff;
  text-decoration: none !important; }

.audio_img2 a .txt_ie, .audio_img2 a:link .txt_ie, .audio_img2 a:visited .txt_ie {
  color: #fff;
  text-decoration: none !important; }

.audio_img2 a:hover .txt_ie {
  text-decoration: none;
  color: #414141 !important; }

/* [.audio_img3] icon & text full width*/
.audio_img3 {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 10px;
  border: 0px solid red; }

.audio_img3 .audio_play, .audio_img3 .audio_stop {
  margin-left: 20px !important;
  float: left;
  width: 25px; }

.audio_img3 .txt_ie {
  float: left;
  width: 480px; }
  @media (max-width: 600px) {
    .audio_img3 .txt_ie {
      font-size: 14px;
      font-size: 1.4rem;
      margin-left: 20px; } }
  @media (max-width: 450px) {
    .audio_img3 .txt_ie {
      width: 250px;
      font-size: 14px;
      font-size: 1.4rem; } }

.audio_img3 a, .audio_img3 a:visited, .audio_img3 a:link {
  color: #fff;
  text-decoration: none !important; }

.audio_img3 a .txt_ie, .audio_img3 a:link .txt_ie, .audio_img3 a:visited .txt_ie {
  color: #fff;
  text-decoration: none !important; }

.audio_img3 a:hover .txt_ie {
  text-decoration: none;
  color: #414141 !important; }

/* CSS for Seanfhocail slider overwrites some styles in [jquery.ui.css] and in [aimsir.css]*/
.jp-gui {
  margin-left: 20px !important;
  border: 0px solid red;
  position: relative;
  padding: 5px;
  width: 550px; }

.jp-gui ul {
  margin: 0;
  padding: 0; }

.jp-gui ul li {
  position: relative;
  float: left;
  list-style: none;
  margin-right: 3px;
  margin-top: 3px;
  padding: 0px 0;
  cursor: pointer;
  height: 14px; }

.jp-gui ul li a {
  margin: 0 0px; }

li.jp-pause,
.jp-no-solution {
  display: none; }

.jp-progress-slider {
  position: absolute;
  top: 13px;
  left: 85px;
  width: 300px; }

.jp-progress-slider .ui-slider-handle {
  cursor: pointer; }

.jp-current-time,
.jp-duration {
  position: absolute;
  top: 0px;
  font-size: 11px;
  font-weight: bold;
  cursor: default;
  color: #383838; }

.jp-current-time {
  left: 43px;
  top: 10px; }

.jp-duration {
  left: 395px;
  top: 10px; }

.jp-clearboth {
  clear: both; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #383838;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 0px;
  background: #3e8eb4;
  font-weight: normal;
  color: #212121; }

.ui-state-hover a, .ui-state-hover a:hover {
  color: #383838;
  text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 0px;
  background: #ffffff;
  font-weight: normal;
  color: #383838; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #383838;
  text-decoration: none; }

.ui-slider .ui-slider-handle {
  width: 14px;
  height: 14px;
  margin-top: 0px;
  margin-left: -1.4em; }

.ui-widget .ui-widget {
  font-size: 5px;
  cursor: pointer; }

ui-widget-content {
  padding-bottom: 20px;
  border: 0px;
  position: relative;
  top: 8px;
  border-top: 5px solid #838383;
  color: #222222;
  background: transparent; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  cursor: pointer;
  background: url("https://d1og0s8nlbd0hm.cloudfront.net/images/Aimsir/focail-aimsire/audio-slider.png") no-repeat scroll 50% 50%;
  background-size: 14px 14px;
  border: 0px;
  top: -10px; }

.ui-slider-wrapper.horizontal {
  height: 1.5em;
  cursor: pointer; }

.ui-slider-horizontal .ui-slider-range {
  height: 5px;
  cursor: pointer; }

.focail_button {
  background-color: #7E7E7E;
  cursor: pointer; }

.focail_button_hover {
  background-color: #7E7E7E;
  cursor: pointer; }

.weather-feat {
  padding: 0 40px;
  *zoom: 1; }
  .weather-feat:before, .weather-feat:after {
    content: '';
    display: table; }
  .weather-feat:after {
    clear: both; }
  @media (max-width: 700px) {
    .weather-feat {
      padding: 15px 45px; } }
  @media (max-width: 600px) {
    .weather-feat {
      padding: 2px; } }

/* Weather Presenters Slider */
.featv-wrap {
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 30px; }
  @media (max-width: 1024px) {
    .featv-wrap {
      margin-top: 0px; } }
  .featv-wrap .prog-title {
    min-height: 35px;
    font-size: 16px;
    font-size: 1.6rem; }

.featvp-prev, .featvp-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  display: block;
  width: 60px;
  height: 60px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-color: #FF126C;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1; }

.featvp-prev:hover, .featvp-prev:focus, .featvp-next:hover, .featvp-next:focus {
  outline: none;
  background: #646464; }

.featvp-prev:hover:before, .featvp-prev:focus:before, .featvp-next:hover:before, .featvp-next:focus:before {
  opacity: 1; }

.featvp-prev.slick-disabled:before, .featvp-next.slick-disabled:before {
  opacity: .25; }

.featvp-prev:before, .featvp-next:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  top: 16px; }

.featvp-prev {
  left: 0px; }

.featvp-prev:before {
  left: 20px;
  background-position: -136px -6px; }

.featvp-next {
  right: 0px; }

.featvp-next:before {
  left: 25px;
  background-position: -164px -6px; }

#tab_feed1 {
  width: 589px;
  height: 321px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 670px) {
    #tab_feed1 {
      width: 500px;
      height: 273px; } }
  @media (max-width: 550px) {
    #tab_feed1 {
      width: 450px;
      height: 245px; } }
  @media (max-width: 500px) {
    #tab_feed1 {
      width: 400px;
      height: 218px; } }
  @media (max-width: 450px) {
    #tab_feed1 {
      width: 350px;
      height: 191px; } }
  @media (max-width: 400px) {
    #tab_feed1 {
      width: 300px;
      height: 163px; } }

#tab_feed2 {
  display: none;
  width: 589px;
  height: 321px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 670px) {
    #tab_feed2 {
      width: 500px;
      height: 273px; } }
  @media (max-width: 550px) {
    #tab_feed2 {
      width: 450px;
      height: 245px; } }
  @media (max-width: 500px) {
    #tab_feed2 {
      width: 400px;
      height: 218px; } }
  @media (max-width: 450px) {
    #tab_feed2 {
      width: 350px;
      height: 191px; } }
  @media (max-width: 400px) {
    #tab_feed2 {
      width: 300px;
      height: 163px; } }

/* 	==========================================================================
   	Vóta modules
   	========================================================================== */
.vote-feat {
  padding: 10px 40px; }

.constituency-mods {
  background-color: #FFFFFF; }

.constituencymods-wrapper {
  width: auto;
  max-width: 1250px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  *zoom: 1; }
  .constituencymods-wrapper:before, .constituencymods-wrapper:after {
    content: '';
    display: table; }
  .constituencymods-wrapper:after {
    clear: both; }
  .constituencymods-wrapper .mod-1 {
    height: 170px;
    max-width: 200px;
    margin-bottom: 6px;
    float: left;
    clear: none;
    width: 24.56875%;
    margin-left: 0;
    margin-right: 0.575%; }
    .constituencymods-wrapper .mod-1:last-child {
      margin-right: 0; }
    @media (max-width: 960px) {
      .constituencymods-wrapper .mod-1 {
        float: left;
        clear: none;
        width: 203%;
        margin-left: 0;
        margin-right: 3%; }
        .constituencymods-wrapper .mod-1:last-child {
          margin-right: 0; } }
    @media (max-width: 600px) {
      .constituencymods-wrapper .mod-1 {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%; }
        .constituencymods-wrapper .mod-1:last-child {
          margin-right: 0; } }

.constituency-full-wrap {
  *zoom: 1;
  float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 3%;
  width: 100%; }
  .constituency-full-wrap:before, .constituency-full-wrap:after {
    content: '';
    display: table; }
  .constituency-full-wrap:after {
    clear: both; }
  .constituency-full-wrap:last-child {
    margin-right: 0; }
  @media (max-width: 1435px) {
    .constituency-full-wrap {
      width: 100%;
      margin: 0; } }
  @media (max-width: 960px) {
    .constituency-full-wrap {
      width: 100%; } }

.constituency-mod-wrap {
  *zoom: 1;
  float: left;
  clear: none;
  width: 100%;
  margin-left: 0;
  margin-right: 3%; }
  .constituency-mod-wrap:before, .constituency-mod-wrap:after {
    content: '';
    display: table; }
  .constituency-mod-wrap:after {
    clear: both; }
  .constituency-mod-wrap:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .constituency-mod-wrap {
      width: 100%; } }

.constituency-mod-notice {
  position: relative;
  background-color: #c3c5c6;
  height: 100%; }
  .constituency-mod-notice .notice {
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 0.5); }
  .constituency-mod-notice:hover {
    background-color: #DCDCDC; }

.constituency-title {
  margin: 0;
  position: absolute;
  z-index: 1;
  background-color: #1F1F1F;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  color: white;
  padding: 7px 20px;
  font-size: 18px;
  font-size: 1.8rem; }
  .online-panel:hover .constituency-title {
    background-color: #249acc; }

.constituency-live-section {
  margin-top: -40px; }
  .constituency-live-section .section-panel-dark-3 {
    padding-bottom: 0; }

.constituency-feat-section {
  margin-top: 0; }
  .constituency-feat-section .section-panel-dark-3 {
    padding-bottom: 0; }

.constituency-feat {
  padding: 0;
  *zoom: 1; }
  .constituency-feat:before, .constituency-feat:after {
    content: '';
    display: table; }
  .constituency-feat:after {
    clear: both; }

.constituency-feat-wrap {
  width: 68%;
  width: calc(100% - 380px);
  float: left; }
  @media (max-width: 1024px) {
    .constituency-feat-wrap {
      width: 100%; } }

.constituency-feat-intro-wrap {
  background-color: #c7dae2;
  padding: 0 20px 20px;
  *zoom: 1; }
  .constituency-feat-intro-wrap:before, .constituency-feat-intro-wrap:after {
    content: '';
    display: table; }
  .constituency-feat-intro-wrap:after {
    clear: both; }

.vote-constituency {
  color: #646464;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 5px;
  margin: 2px 5px; }

.vote-seats {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 5px;
  padding: 5px; }

.vote-electorate {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 5px;
  padding-left: 5px; }

.electionseats-wrap {
  margin-top: 0;
  padding: 30px 0;
  *zoom: 1; }
  .electionseats-wrap:before, .electionseats-wrap:after {
    content: '';
    display: table; }
  .electionseats-wrap:after {
    clear: both; }
  @media (max-width: 1024px) {
    .electionseats-wrap {
      padding: 15px 0; } }

.election-results-wrap {
  padding: 2px 5px;
  *zoom: 1; }
  .election-results-wrap:before, .election-results-wrap:after {
    content: '';
    display: table; }
  .election-results-wrap:after {
    clear: both; }

.election-party-mnemonic {
  float: left;
  clear: none;
  width: 9.55%;
  margin-left: 0;
  margin-right: 0.5%;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center; }
  .election-party-mnemonic:last-child {
    margin-right: 0; }

.election-party-mnemonic-FF {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #66BB66;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-FF:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-FF {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-FF {
      font-size: 10px;
      font-size: 1rem; } }

.election-party-mnemonic-FF-seats {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #66BB66;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-FF-seats:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-FF-seats {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 650px) {
    .election-party-mnemonic-FF-seats {
      float: left;
      clear: none;
      width: 19.6%;
      margin-left: 0;
      margin-right: 0.5%;
      margin-bottom: 2px; }
      .election-party-mnemonic-FF-seats:last-child {
        margin-right: 0; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-FF-seats {
      font-size: 10px;
      font-size: 1rem; } }
  .election-party-mnemonic-FF-seats span {
    font-size: 24px;
    font-size: 2.4rem; }
    @media (max-width: 700px) {
      .election-party-mnemonic-FF-seats span {
        font-size: 22px;
        font-size: 2.2rem; } }

.election-party-mnemonic-FG {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #6699FF;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-FG:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-FG {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-FG {
      font-size: 10px;
      font-size: 1rem; } }

.election-party-mnemonic-FG-seats {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #6699FF;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-FG-seats:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-FG-seats {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 650px) {
    .election-party-mnemonic-FG-seats {
      float: left;
      clear: none;
      width: 19.6%;
      margin-left: 0;
      margin-right: 0.5%;
      margin-bottom: 2px; }
      .election-party-mnemonic-FG-seats:last-child {
        margin-right: 0; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-FG-seats {
      font-size: 10px;
      font-size: 1rem; } }
  .election-party-mnemonic-FG-seats span {
    font-size: 24px;
    font-size: 2.4rem; }
    @media (max-width: 700px) {
      .election-party-mnemonic-FG-seats span {
        font-size: 22px;
        font-size: 2.2rem; } }

.election-party-mnemonic-LAB {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #EE3A46;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-LAB:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-LAB {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-LAB {
      font-size: 10px;
      font-size: 1rem; } }

.election-party-mnemonic-LAB-seats {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #EE3A46;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-LAB-seats:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-LAB-seats {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 650px) {
    .election-party-mnemonic-LAB-seats {
      float: left;
      clear: none;
      width: 19.6%;
      margin-left: 0;
      margin-right: 0.5%;
      margin-bottom: 2px; }
      .election-party-mnemonic-LAB-seats:last-child {
        margin-right: 0; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-LAB-seats {
      font-size: 10px;
      font-size: 1rem; } }
  .election-party-mnemonic-LAB-seats span {
    font-size: 24px;
    font-size: 2.4rem; }
    @media (max-width: 700px) {
      .election-party-mnemonic-LAB-seats span {
        font-size: 22px;
        font-size: 2.2rem; } }

.election-party-mnemonic-LO {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #CC0000;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-LO:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-LO {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-LO {
      font-size: 10px;
      font-size: 1rem; } }

.election-party-mnemonic-LO-seats {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #CC0000;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-LO-seats:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-LO-seats {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 650px) {
    .election-party-mnemonic-LO-seats {
      float: left;
      clear: none;
      width: 19.6%;
      margin-left: 0;
      margin-right: 0.5%;
      margin-bottom: 2px; }
      .election-party-mnemonic-LO-seats:last-child {
        margin-right: 0; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-LO-seats {
      font-size: 10px;
      font-size: 1rem; } }
  .election-party-mnemonic-LO-seats span {
    font-size: 24px;
    font-size: 2.4rem; }
    @media (max-width: 700px) {
      .election-party-mnemonic-LO-seats span {
        font-size: 22px;
        font-size: 2.2rem; } }

.election-party-mnemonic-D-P {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #8E2420;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-D-P:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-D-P {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-D-P {
      font-size: 10px;
      font-size: 1rem; } }

.election-party-mnemonic-D-P-seats {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #8E2420;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-D-P-seats:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-D-P-seats {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 650px) {
    .election-party-mnemonic-D-P-seats {
      float: left;
      clear: none;
      width: 19.6%;
      margin-left: 0;
      margin-right: 0.5%; }
      .election-party-mnemonic-D-P-seats:last-child {
        margin-right: 0; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-D-P-seats {
      font-size: 10px;
      font-size: 1rem; } }
  .election-party-mnemonic-D-P-seats span {
    font-size: 24px;
    font-size: 2.4rem; }
    @media (max-width: 700px) {
      .election-party-mnemonic-D-P-seats span {
        font-size: 22px;
        font-size: 2.2rem; } }

.election-party-mnemonic-SOL {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #8E2420;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-SOL:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-SOL {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-SOL {
      font-size: 10px;
      font-size: 1rem; } }

.election-party-mnemonic-SOL-seats {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #8E2420;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-SOL-seats:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-SOL-seats {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 650px) {
    .election-party-mnemonic-SOL-seats {
      float: left;
      clear: none;
      width: 19.6%;
      margin-left: 0;
      margin-right: 0.5%; }
      .election-party-mnemonic-SOL-seats:last-child {
        margin-right: 0; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-SOL-seats {
      font-size: 10px;
      font-size: 1rem; } }
  .election-party-mnemonic-SOL-seats span {
    font-size: 24px;
    font-size: 2.4rem; }
    @media (max-width: 700px) {
      .election-party-mnemonic-SOL-seats span {
        font-size: 22px;
        font-size: 2.2rem; } }

.election-party-mnemonic-SF {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #326760;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-SF:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-SF {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-SF {
      font-size: 10px;
      font-size: 1rem; } }

.election-party-mnemonic-SF-seats {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #326760;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-SF-seats:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-SF-seats {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 650px) {
    .election-party-mnemonic-SF-seats {
      float: left;
      clear: none;
      width: 19.6%;
      margin-left: 0;
      margin-right: 0.5%;
      margin-bottom: 2px; }
      .election-party-mnemonic-SF-seats:last-child {
        margin-right: 0; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-SF-seats {
      font-size: 10px;
      font-size: 1rem; } }
  .election-party-mnemonic-SF-seats span {
    font-size: 24px;
    font-size: 2.4rem; }
    @media (max-width: 700px) {
      .election-party-mnemonic-SF-seats span {
        font-size: 22px;
        font-size: 2.2rem; } }

.election-party-mnemonic-IND {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #FBB216;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-IND:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-IND {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-IND {
      font-size: 10px;
      font-size: 1rem; } }

.election-party-mnemonic-IND-seats {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #FBB216;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-IND-seats:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-IND-seats {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 650px) {
    .election-party-mnemonic-IND-seats {
      float: left;
      clear: none;
      width: 19.6%;
      margin-left: 0;
      margin-right: 0.5%;
      margin-bottom: 2px; }
      .election-party-mnemonic-IND-seats:last-child {
        margin-right: 0; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-IND-seats {
      font-size: 10px;
      font-size: 1rem; } }
  .election-party-mnemonic-IND-seats span {
    font-size: 24px;
    font-size: 2.4rem; }
    @media (max-width: 700px) {
      .election-party-mnemonic-IND-seats span {
        font-size: 22px;
        font-size: 2.2rem; } }

.election-party-mnemonic-NS {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #FBB216;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-NS:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-NS {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-NS {
      font-size: 10px;
      font-size: 1rem; } }

.election-party-mnemonic-NS-seats {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #FBB216;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-NS-seats:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-NS-seats {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 650px) {
    .election-party-mnemonic-NS-seats {
      float: left;
      clear: none;
      width: 19.6%;
      margin-left: 0;
      margin-right: 0.5%;
      margin-bottom: 2px; }
      .election-party-mnemonic-NS-seats:last-child {
        margin-right: 0; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-NS-seats {
      font-size: 10px;
      font-size: 1rem; } }
  .election-party-mnemonic-NS-seats span {
    font-size: 24px;
    font-size: 2.4rem; }
    @media (max-width: 700px) {
      .election-party-mnemonic-NS-seats span {
        font-size: 22px;
        font-size: 2.2rem; } }

.election-party-mnemonic-RN {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #FFA500;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-RN:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-RN {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-RN {
      font-size: 10px;
      font-size: 1rem; } }

.election-party-mnemonic-RN-seats {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #FFA500;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-RN-seats:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-RN-seats {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-RN-seats {
      font-size: 10px;
      font-size: 1rem; } }

.election-party-mnemonic-SD {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #752F8B;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-SD:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-SD {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 650px) {
    .election-party-mnemonic-SD {
      float: left;
      clear: none;
      width: 19.6%;
      margin-left: 0;
      margin-right: 0.5%;
      margin-bottom: 2px; }
      .election-party-mnemonic-SD:last-child {
        margin-right: 0; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-SD {
      font-size: 10px;
      font-size: 1rem; } }
  .election-party-mnemonic-SD span {
    font-size: 24px;
    font-size: 2.4rem; }
    @media (max-width: 700px) {
      .election-party-mnemonic-SD span {
        font-size: 22px;
        font-size: 2.2rem; } }

.election-party-mnemonic-SD-seats {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #752F8B;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-SD-seats:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-SD-seats {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 650px) {
    .election-party-mnemonic-SD-seats {
      float: left;
      clear: none;
      width: 19.6%;
      margin-left: 0;
      margin-right: 0.5%;
      margin-bottom: 2px; }
      .election-party-mnemonic-SD-seats:last-child {
        margin-right: 0; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-SD-seats {
      font-size: 10px;
      font-size: 1rem; } }
  .election-party-mnemonic-SD-seats span {
    font-size: 24px;
    font-size: 2.4rem; }
    @media (max-width: 700px) {
      .election-party-mnemonic-SD-seats span {
        font-size: 22px;
        font-size: 2.2rem; } }

.election-party-mnemonic-IFP-seats {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #0D6638;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-IFP-seats:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-IFP-seats {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 650px) {
    .election-party-mnemonic-IFP-seats {
      float: left;
      clear: none;
      width: 19.6%;
      margin-left: 0;
      margin-right: 0.5%; }
      .election-party-mnemonic-IFP-seats:last-child {
        margin-right: 0; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-IFP-seats {
      font-size: 10px;
      font-size: 1rem; } }
  .election-party-mnemonic-IFP-seats span {
    font-size: 24px;
    font-size: 2.4rem; }
    @media (max-width: 700px) {
      .election-party-mnemonic-IFP-seats span {
        font-size: 22px;
        font-size: 2.2rem; } }

.election-party-mnemonic-DS {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #752F8B;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-DS:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-DS {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-DS {
      font-size: 10px;
      font-size: 1rem; } }

.election-party-mnemonic-DS-seats {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #752F8B;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-DS-seats:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-DS-seats {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 650px) {
    .election-party-mnemonic-DS-seats {
      float: left;
      clear: none;
      width: 19.6%;
      margin-left: 0;
      margin-right: 0.5%;
      margin-bottom: 2px; }
      .election-party-mnemonic-DS-seats:last-child {
        margin-right: 0; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-DS-seats {
      font-size: 10px;
      font-size: 1rem; } }
  .election-party-mnemonic-DS-seats span {
    font-size: 24px;
    font-size: 2.4rem; }
    @media (max-width: 700px) {
      .election-party-mnemonic-DS-seats span {
        font-size: 22px;
        font-size: 2.2rem; } }

.election-party-mnemonic-WP {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #D73D3D;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-WP:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-WP {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-WP {
      font-size: 10px;
      font-size: 1rem; } }

.election-party-mnemonic-WP-seats {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #D73D3D;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-WP-seats:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-WP-seats {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 650px) {
    .election-party-mnemonic-WP-seats {
      float: left;
      clear: none;
      width: 19.6%;
      margin-left: 0;
      margin-right: 0.5%;
      margin-bottom: 2px; }
      .election-party-mnemonic-WP-seats:last-child {
        margin-right: 0; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-WP-seats {
      font-size: 10px;
      font-size: 1rem; } }
  .election-party-mnemonic-WP-seats span {
    font-size: 24px;
    font-size: 2.4rem; }
    @media (max-width: 700px) {
      .election-party-mnemonic-WP-seats span {
        font-size: 22px;
        font-size: 2.2rem; } }

.election-party-mnemonic-GP {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #99CC33;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-GP:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-GP {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-GP {
      font-size: 10px;
      font-size: 1rem; } }

.election-party-mnemonic-GP-seats {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #99CC33;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-GP-seats:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-GP-seats {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 650px) {
    .election-party-mnemonic-GP-seats {
      float: left;
      clear: none;
      width: 19.6%;
      margin-left: 0;
      margin-right: 0.5%;
      margin-bottom: 2px; }
      .election-party-mnemonic-GP-seats:last-child {
        margin-right: 0; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-GP-seats {
      font-size: 10px;
      font-size: 1rem; } }
  .election-party-mnemonic-GP-seats span {
    font-size: 24px;
    font-size: 2.4rem; }
    @media (max-width: 700px) {
      .election-party-mnemonic-GP-seats span {
        font-size: 22px;
        font-size: 2.2rem; } }

.election-party-mnemonic-CG {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #99CC33;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-CG:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-CG {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-CG {
      font-size: 10px;
      font-size: 1rem; } }

.election-party-mnemonic-CG-seats {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #99CC33;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-CG-seats:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-CG-seats {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 650px) {
    .election-party-mnemonic-CG-seats {
      float: left;
      clear: none;
      width: 19.6%;
      margin-left: 0;
      margin-right: 0.5%;
      margin-bottom: 2px; }
      .election-party-mnemonic-CG-seats:last-child {
        margin-right: 0; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-CG-seats {
      font-size: 10px;
      font-size: 1rem; } }
  .election-party-mnemonic-CG-seats span {
    font-size: 24px;
    font-size: 2.4rem; }
    @media (max-width: 700px) {
      .election-party-mnemonic-CG-seats span {
        font-size: 22px;
        font-size: 2.2rem; } }

.election-party-mnemonic-AON {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #4650B9;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-AON:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-AON {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-AON {
      font-size: 10px;
      font-size: 1rem; } }

.election-party-mnemonic-AON-seats {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #4650B9;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-AON-seats:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-AON-seats {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 650px) {
    .election-party-mnemonic-AON-seats {
      float: left;
      clear: none;
      width: 19.6%;
      margin-left: 0;
      margin-right: 0.5%;
      margin-bottom: 2px; }
      .election-party-mnemonic-AON-seats:last-child {
        margin-right: 0; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-AON-seats {
      font-size: 10px;
      font-size: 1rem; } }
  .election-party-mnemonic-AON-seats span {
    font-size: 24px;
    font-size: 2.4rem; }
    @media (max-width: 700px) {
      .election-party-mnemonic-AON-seats span {
        font-size: 22px;
        font-size: 2.2rem; } }

.election-party-mnemonic-IDP {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #DDDDDD;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-IDP:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-IDP {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-IDP {
      font-size: 10px;
      font-size: 1rem; } }

.election-party-mnemonic-IDP-seats {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #DDDDDD;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-IDP-seats:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-IDP-seats {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 650px) {
    .election-party-mnemonic-IDP-seats {
      float: left;
      clear: none;
      width: 19.6%;
      margin-left: 0;
      margin-right: 0.5%;
      margin-bottom: 2px; }
      .election-party-mnemonic-IDP-seats:last-child {
        margin-right: 0; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-IDP-seats {
      font-size: 10px;
      font-size: 1rem; } }
  .election-party-mnemonic-IDP-seats span {
    font-size: 24px;
    font-size: 2.4rem; }
    @media (max-width: 700px) {
      .election-party-mnemonic-IDP-seats span {
        font-size: 22px;
        font-size: 2.2rem; } }

.election-party-mnemonic-I4C {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #FFC0CB;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-I4C:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-I4C {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-I4C {
      font-size: 10px;
      font-size: 1rem; } }

.election-party-mnemonic-I4C-seats {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #FFC0CB;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-I4C-seats:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-I4C-seats {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 650px) {
    .election-party-mnemonic-I4C-seats {
      float: left;
      clear: none;
      width: 19.6%;
      margin-left: 0;
      margin-right: 0.5%;
      margin-bottom: 2px; }
      .election-party-mnemonic-I4C-seats:last-child {
        margin-right: 0; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-I4C-seats {
      font-size: 10px;
      font-size: 1rem; } }
  .election-party-mnemonic-I4C-seats span {
    font-size: 24px;
    font-size: 2.4rem; }
    @media (max-width: 700px) {
      .election-party-mnemonic-I4C-seats span {
        font-size: 22px;
        font-size: 2.2rem; } }

.election-party-mnemonic-NP {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #264A3C;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-NP:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-NP {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-NP {
      font-size: 10px;
      font-size: 1rem; } }

.election-party-mnemonic-NP-seats {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #264A3C;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-NP-seats:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-NP-seats {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 650px) {
    .election-party-mnemonic-NP-seats {
      float: left;
      clear: none;
      width: 19.6%;
      margin-left: 0;
      margin-right: 0.5%;
      margin-bottom: 2px; }
      .election-party-mnemonic-NP-seats:last-child {
        margin-right: 0; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-NP-seats {
      font-size: 10px;
      font-size: 1rem; } }
  .election-party-mnemonic-NP-seats span {
    font-size: 24px;
    font-size: 2.4rem; }
    @media (max-width: 700px) {
      .election-party-mnemonic-NP-seats span {
        font-size: 22px;
        font-size: 2.2rem; } }

.election-party-mnemonic-UP-seats {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #DDDDDD;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-UP-seats:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-UP-seats {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 650px) {
    .election-party-mnemonic-UP-seats {
      float: left;
      clear: none;
      width: 19.6%;
      margin-left: 0;
      margin-right: 0.5%;
      margin-bottom: 2px; }
      .election-party-mnemonic-UP-seats:last-child {
        margin-right: 0; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-UP-seats {
      font-size: 10px;
      font-size: 1rem; } }
  .election-party-mnemonic-UP-seats span {
    font-size: 24px;
    font-size: 2.4rem; }
    @media (max-width: 700px) {
      .election-party-mnemonic-UP-seats span {
        font-size: 22px;
        font-size: 2.2rem; } }

.election-party-candidate {
  float: left;
  clear: none;
  width: 37.69%;
  margin-left: 0;
  margin-right: 0.5%;
  padding: 2px 10px; }
  .election-party-candidate:last-child {
    margin-right: 0; }
  @media (max-width: 960px) {
    .election-party-candidate {
      float: left;
      clear: none;
      width: 34.675%;
      margin-left: 0;
      margin-right: 0.5%; }
      .election-party-candidate:last-child {
        margin-right: 0; } }
  @media (max-width: 700px) {
    .election-party-candidate {
      float: left;
      clear: none;
      width: 34.675%;
      margin-left: 0;
      margin-right: 0.5%;
      font-size: 12px;
      font-size: 1.2rem; }
      .election-party-candidate:last-child {
        margin-right: 0; } }
  @media (max-width: 500px) {
    .election-party-candidate {
      float: left;
      clear: none;
      width: 31.66%;
      margin-left: 0;
      margin-right: 0.5%; }
      .election-party-candidate:last-child {
        margin-right: 0; } }

.election-party-mnemonic-II {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #49E163;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-II:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-II {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-II {
      font-size: 10px;
      font-size: 1rem; } }

.election-party-mnemonic-II-seats {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #49E163;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-II-seats:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-II-seats {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 650px) {
    .election-party-mnemonic-II-seats {
      float: left;
      clear: none;
      width: 19.6%;
      margin-left: 0;
      margin-right: 0.5%;
      margin-bottom: 2px; }
      .election-party-mnemonic-II-seats:last-child {
        margin-right: 0; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-II-seats {
      font-size: 10px;
      font-size: 1rem; } }
  .election-party-mnemonic-II-seats span {
    font-size: 24px;
    font-size: 2.4rem; }
    @media (max-width: 700px) {
      .election-party-mnemonic-II-seats span {
        font-size: 22px;
        font-size: 2.2rem; } }

.election-party-mnemonic-IP {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #186142;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-IP:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-IP {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-IP {
      font-size: 10px;
      font-size: 1rem; } }

.election-party-mnemonic-IP-seats {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #186142;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-IP-seats:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-IP-seats {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 650px) {
    .election-party-mnemonic-IP-seats {
      float: left;
      clear: none;
      width: 19.6%;
      margin-left: 0;
      margin-right: 0.5%;
      margin-bottom: 2px; }
      .election-party-mnemonic-IP-seats:last-child {
        margin-right: 0; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-IP-seats {
      font-size: 10px;
      font-size: 1rem; } }
  .election-party-mnemonic-IP-seats span {
    font-size: 24px;
    font-size: 2.4rem; }
    @media (max-width: 700px) {
      .election-party-mnemonic-IP-seats span {
        font-size: 22px;
        font-size: 2.2rem; } }

.election-party-mnemonic-RTC {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #E34539;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-RTC:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-RTC {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-RTC {
      font-size: 10px;
      font-size: 1rem; } }

.election-party-mnemonic-RTC-seats {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #E34539;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-RTC-seats:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-RTC-seats {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 650px) {
    .election-party-mnemonic-RTC-seats {
      float: left;
      clear: none;
      width: 19.6%;
      margin-left: 0;
      margin-right: 0.5%;
      margin-bottom: 2px; }
      .election-party-mnemonic-RTC-seats:last-child {
        margin-right: 0; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-RTC-seats {
      font-size: 10px;
      font-size: 1rem; } }
  .election-party-mnemonic-RTC-seats span {
    font-size: 24px;
    font-size: 2.4rem; }
    @media (max-width: 700px) {
      .election-party-mnemonic-RTC-seats span {
        font-size: 22px;
        font-size: 2.2rem; } }

.election-party-mnemonic-REN {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #0000FF;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-REN:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-REN {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-REN {
      font-size: 10px;
      font-size: 1rem; } }

.election-party-mnemonic-REN-seats {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #0000FF;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-REN-seats:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-REN-seats {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 650px) {
    .election-party-mnemonic-REN-seats {
      float: left;
      clear: none;
      width: 19.6%;
      margin-left: 0;
      margin-right: 0.5%;
      margin-bottom: 2px; }
      .election-party-mnemonic-REN-seats:last-child {
        margin-right: 0; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-REN-seats {
      font-size: 10px;
      font-size: 1rem; } }
  .election-party-mnemonic-REN-seats span {
    font-size: 24px;
    font-size: 2.4rem; }
    @media (max-width: 700px) {
      .election-party-mnemonic-REN-seats span {
        font-size: 22px;
        font-size: 2.2rem; } }

.election-party-mnemonic-WUA {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #FA8072;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-WUA:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-WUA {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-WUA {
      font-size: 10px;
      font-size: 1rem; } }

.election-party-mnemonic-WUA-seats {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #FA8072;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-WUA-seats:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-WUA-seats {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 650px) {
    .election-party-mnemonic-WUA-seats {
      float: left;
      clear: none;
      width: 19.6%;
      margin-left: 0;
      margin-right: 0.5%;
      margin-bottom: 2px; }
      .election-party-mnemonic-WUA-seats:last-child {
        margin-right: 0; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-WUA-seats {
      font-size: 10px;
      font-size: 1rem; } }
  .election-party-mnemonic-WUA-seats span {
    font-size: 24px;
    font-size: 2.4rem; }
    @media (max-width: 700px) {
      .election-party-mnemonic-WUA-seats span {
        font-size: 22px;
        font-size: 2.2rem; } }

.election-party-mnemonic-KIA {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #97285B;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-KIA:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-KIA {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-KIA {
      font-size: 10px;
      font-size: 1rem; } }

.election-party-mnemonic-KIA-seats {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #97285B;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-KIA-seats:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-KIA-seats {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 650px) {
    .election-party-mnemonic-KIA-seats {
      float: left;
      clear: none;
      width: 19.6%;
      margin-left: 0;
      margin-right: 0.5%;
      margin-bottom: 2px; }
      .election-party-mnemonic-KIA-seats:last-child {
        margin-right: 0; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-KIA-seats {
      font-size: 10px;
      font-size: 1rem; } }
  .election-party-mnemonic-KIA-seats span {
    font-size: 24px;
    font-size: 2.4rem; }
    @media (max-width: 700px) {
      .election-party-mnemonic-KIA-seats span {
        font-size: 22px;
        font-size: 2.2rem; } }

.election-party-mnemonic-DDI {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #3333CC;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-DDI:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-DDI {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-DDI {
      font-size: 10px;
      font-size: 1rem; } }

.election-party-mnemonic-DDI-seats {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #3333CC;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-DDI-seats:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-DDI-seats {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 650px) {
    .election-party-mnemonic-DDI-seats {
      float: left;
      clear: none;
      width: 19.6%;
      margin-left: 0;
      margin-right: 0.5%;
      margin-bottom: 2px; }
      .election-party-mnemonic-DDI-seats:last-child {
        margin-right: 0; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-DDI-seats {
      font-size: 10px;
      font-size: 1rem; } }
  .election-party-mnemonic-DDI-seats span {
    font-size: 24px;
    font-size: 2.4rem; }
    @media (max-width: 700px) {
      .election-party-mnemonic-DDI-seats span {
        font-size: 22px;
        font-size: 2.2rem; } }

.election-party-mnemonic-EIR {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #568203;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-EIR:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-EIR {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-EIR {
      font-size: 10px;
      font-size: 1rem; } }

.election-party-mnemonic-EIR-seats {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #568203;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-EIR-seats:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-EIR-seats {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 650px) {
    .election-party-mnemonic-EIR-seats {
      float: left;
      clear: none;
      width: 19.6%;
      margin-left: 0;
      margin-right: 0.5%;
      margin-bottom: 2px; }
      .election-party-mnemonic-EIR-seats:last-child {
        margin-right: 0; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-EIR-seats {
      font-size: 10px;
      font-size: 1rem; } }
  .election-party-mnemonic-EIR-seats span {
    font-size: 24px;
    font-size: 2.4rem; }
    @media (max-width: 700px) {
      .election-party-mnemonic-EIR-seats span {
        font-size: 22px;
        font-size: 2.2rem; } }

.election-party-mnemonic-PAW, .election-party-mnemonic-IFP, .election-party-mnemonic-IF, .election-party-mnemonic-HRRA, .election-party-mnemonic-GLÓR, .election-party-mnemonic-100-RED {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #DDDDDD;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-PAW:last-child, .election-party-mnemonic-IFP:last-child, .election-party-mnemonic-IF:last-child, .election-party-mnemonic-HRRA:last-child, .election-party-mnemonic-GLÓR:last-child, .election-party-mnemonic-100-RED:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-PAW, .election-party-mnemonic-IFP, .election-party-mnemonic-IF, .election-party-mnemonic-HRRA, .election-party-mnemonic-GLÓR, .election-party-mnemonic-100-RED {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-PAW, .election-party-mnemonic-IFP, .election-party-mnemonic-IF, .election-party-mnemonic-HRRA, .election-party-mnemonic-GLÓR, .election-party-mnemonic-100-RED {
      font-size: 10px;
      font-size: 1rem; } }

.election-party-mnemonic-PAW-seats, .election-party-mnemonic-IFP-seats, .election-party-mnemonic-IF-seats, .election-party-mnemonic-HRRA-seats, .election-party-mnemonic-GLÓR-seats, .election-party-mnemonic-100-RED-seats {
  float: left;
  clear: none;
  width: 5.53%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #DDDDDD;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-party-mnemonic-PAW-seats:last-child, .election-party-mnemonic-IFP-seats:last-child, .election-party-mnemonic-IF-seats:last-child, .election-party-mnemonic-HRRA-seats:last-child, .election-party-mnemonic-GLÓR-seats:last-child, .election-party-mnemonic-100-RED-seats:last-child {
    margin-right: 0; }
  @media (max-width: 1024px) {
    .election-party-mnemonic-PAW-seats, .election-party-mnemonic-IFP-seats, .election-party-mnemonic-IF-seats, .election-party-mnemonic-HRRA-seats, .election-party-mnemonic-GLÓR-seats, .election-party-mnemonic-100-RED-seats {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 650px) {
    .election-party-mnemonic-PAW-seats, .election-party-mnemonic-IFP-seats, .election-party-mnemonic-IF-seats, .election-party-mnemonic-HRRA-seats, .election-party-mnemonic-GLÓR-seats, .election-party-mnemonic-100-RED-seats {
      float: left;
      clear: none;
      width: 19.6%;
      margin-left: 0;
      margin-right: 0.5%;
      margin-bottom: 2px; }
      .election-party-mnemonic-PAW-seats:last-child, .election-party-mnemonic-IFP-seats:last-child, .election-party-mnemonic-IF-seats:last-child, .election-party-mnemonic-HRRA-seats:last-child, .election-party-mnemonic-GLÓR-seats:last-child, .election-party-mnemonic-100-RED-seats:last-child {
        margin-right: 0; } }
  @media (max-width: 400px) {
    .election-party-mnemonic-PAW-seats, .election-party-mnemonic-IFP-seats, .election-party-mnemonic-IF-seats, .election-party-mnemonic-HRRA-seats, .election-party-mnemonic-GLÓR-seats, .election-party-mnemonic-100-RED-seats {
      font-size: 10px;
      font-size: 1rem; } }
  .election-party-mnemonic-PAW-seats span, .election-party-mnemonic-IFP-seats span, .election-party-mnemonic-IF-seats span, .election-party-mnemonic-HRRA-seats span, .election-party-mnemonic-GLÓR-seats span, .election-party-mnemonic-100-RED-seats span {
    font-size: 24px;
    font-size: 2.4rem; }
    @media (max-width: 700px) {
      .election-party-mnemonic-PAW-seats span, .election-party-mnemonic-IFP-seats span, .election-party-mnemonic-IF-seats span, .election-party-mnemonic-HRRA-seats span, .election-party-mnemonic-GLÓR-seats span, .election-party-mnemonic-100-RED-seats span {
        font-size: 22px;
        font-size: 2.2rem; } }

.election-party-spacer {
  float: left;
  clear: none;
  width: 9.55%;
  margin-left: 0;
  margin-right: 0.5%; }

.election-party-constituency {
  float: left;
  clear: none;
  width: 24.625%;
  margin-left: 0;
  margin-right: 0.5%;
  padding-left: 20px; }
  .election-party-constituency:last-child {
    margin-right: 0; }
  @media (max-width: 700px) {
    .election-party-constituency {
      float: left;
      clear: none;
      width: 34.675%;
      margin-left: 0;
      margin-right: 0.5%;
      font-size: 12px;
      font-size: 1.2rem; }
      .election-party-constituency:last-child {
        margin-right: 0; } }

.election-party-candidate-elected {
  background-color: #0FB23B;
  color: #ffffff;
  float: left;
  clear: none;
  width: 64.825%;
  margin-left: 0;
  margin-right: 0.5%;
  padding-left: 20px; }
  .election-party-candidate-elected:last-child {
    margin-right: 0; }
  @media (max-width: 960px) {
    .election-party-candidate-elected {
      float: left;
      clear: none;
      width: 49.75%;
      margin-left: 0;
      margin-right: 0.5%; }
      .election-party-candidate-elected:last-child {
        margin-right: 0; } }
  @media (max-width: 700px) {
    .election-party-candidate-elected {
      float: left;
      clear: none;
      width: 34.675%;
      margin-left: 0;
      margin-right: 0.5%;
      font-size: 12px;
      font-size: 1.2rem; }
      .election-party-candidate-elected:last-child {
        margin-right: 0; } }

.election-party-candidate-notelected {
  background-color: #FF0000;
  color: #ffffff;
  float: left;
  clear: none;
  width: 64.825%;
  margin-left: 0;
  margin-right: 0.5%;
  padding-left: 20px; }
  .election-party-candidate-notelected:last-child {
    margin-right: 0; }
  @media (max-width: 960px) {
    .election-party-candidate-notelected {
      float: left;
      clear: none;
      width: 49.75%;
      margin-left: 0;
      margin-right: 0.5%; }
      .election-party-candidate-notelected:last-child {
        margin-right: 0; } }
  @media (max-width: 700px) {
    .election-party-candidate-notelected {
      float: left;
      clear: none;
      width: 34.675%;
      margin-left: 0;
      margin-right: 0.5%;
      font-size: 12px;
      font-size: 1.2rem; }
      .election-party-candidate-notelected:last-child {
        margin-right: 0; } }

.election-party-prevvote {
  background-color: #000000;
  float: left;
  clear: none;
  width: 10.555%;
  margin-left: 0;
  margin-right: 0.5%;
  color: #FFFFFF;
  text-align: right;
  padding-right: 10px; }
  .election-party-prevvote:last-child {
    margin-right: 0; }
  @media (max-width: 700px) {
    .election-party-prevvote {
      font-size: 12px;
      font-size: 1.2rem; } }

.election-party-transfer {
  float: left;
  clear: none;
  width: 14.575%;
  margin-left: 0;
  margin-right: 0.5%;
  text-align: right;
  color: #000000; }
  .election-party-transfer:last-child {
    margin-right: 0; }
  @media (max-width: 700px) {
    .election-party-transfer {
      font-size: 12px;
      font-size: 1.2rem; } }

.election-party-vote {
  background-color: #494949;
  float: left;
  clear: none;
  width: 14.575%;
  margin-left: 0;
  margin-right: 0.5%;
  color: #FFFFFF;
  text-align: right;
  padding-right: 10px; }
  .election-party-vote:last-child {
    margin-right: 0; }
  @media (max-width: 700px) {
    .election-party-vote {
      font-size: 12px;
      font-size: 1.2rem;
      padding-right: 5px; } }
  @media (max-width: 400px) {
    .election-party-vote {
      font-size: 10px;
      font-size: 1rem;
      padding-right: 5px; } }

.election-party-elected {
  float: left;
  clear: none;
  width: 14.575%;
  margin-left: 0;
  margin-right: 0.5%;
  color: #ff0000;
  text-align: right;
  padding-right: 2px; }
  .election-party-elected:last-child {
    margin-right: 0; }
  @media (max-width: 700px) {
    .election-party-elected {
      font-size: 12px;
      font-size: 1.2rem; } }

.election-Count-bar {
  display: block;
  background-color: #727274;
  float: left;
  width: 100%;
  margin-bottom: 4px; }

.election-Quota {
  background-color: #929292;
  color: #ffffff;
  padding: 5px 15px 5px 15px;
  margin-bottom: 2px; }

.election-Count {
  background-color: #727274;
  color: #ffffff;
  padding: 5px 15px 5px 15px;
  float: left; }
  @media (max-width: 700px) {
    .election-Count {
      font-size: 13px;
      font-size: 1.3rem; } }

.constituency-count {
  background-color: #727274;
  padding: 5px 15px 5px 15px;
  color: #ffffff;
  float: right; }

.election-Seats {
  background-color: #494949;
  color: #ffffff;
  padding: 5px 15px 5px 15px;
  margin-top: 2px;
  min-height: 38px; }
  @media (max-width: 700px) {
    .election-Seats {
      font-size: 13px;
      font-size: 1.3rem; } }

.party-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .party-list li {
    background-color: #DDDDDD;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    margin-bottom: 1px; }
    .party-list li:last-child {
      margin-bottom: 0px; }
    .party-list li:nth-child(even) {
      background-color: #D0D0D0; }
    .party-list li:hover {
      background-color: #393939; }

.vote-side {
  width: 350px;
  float: right;
  background-color: transparent;
  padding-bottom: 20px; }
  @media (max-width: 1024px) {
    .vote-side {
      padding-top: 20px;
      float: left; } }
  .vote-side .mod-ad {
    margin-left: 20px;
    text-align: left; }

.election-counter {
  float: left;
  clear: none;
  width: 4.525%;
  margin-left: 0;
  margin-right: 0.5%;
  background-color: #FF126C;
  color: #FFFFFF;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }
  .election-counter:last-child {
    margin-right: 0; }

.vote-count {
  color: #FFFFFF; }

.vota_scroller {
  padding: 20px;
  border-top: 2px solid #D0D0D0;
  border-bottom: 2px solid #D0D0D0;
  margin-bottom: 15px; }
  .vota_scroller ul {
    list-style-type: none;
    font-size: 13px; }

.scroller_header {
  color: #FF126C; }

.ssolanguages {
  position: relative;
  right: 20px;
  top: 30px;
  float: right;
  /* @include breakpoint($break-350) {
		right: 0;
	} */ }
  @media (max-width: 1024px) {
    .ssolanguages {
      right: 20px;
      top: 12px; } }
  @media (max-width: 330px) {
    .ssolanguages {
      margin-left: 8px;
      float: left; } }

.sso-main {
  color: #FFFFFF;
  padding-top: 10px; }
  .sso-main a {
    color: #FFFFFF;
    text-decoration: underline; }
    .sso-main a:hover, .sso-main a:focus {
      color: #FF126C; }
  .sso-main button {
    padding: 2px 20px;
    background: #FF126C;
    margin: 15px 15px 0 0;
    border: 0px !important;
    color: #FFFFFF; }
    .sso-main button.bg-light {
      color: #FF126C;
      background: #FFFFFF;
      border-bottom: 15px solid #1F1F1F !important; }
  .sso-main fieldset {
    border: 0px;
    padding: 0 !important; }
  .sso-main input {
    color: #000000; }

.sso-login {
  color: #FFFFFF;
  padding-top: 10px; }
  .sso-login a {
    color: #FFFFFF;
    text-decoration: underline; }
    .sso-login a:hover, .sso-login a:focus {
      color: #FF126C; }
  .sso-login button {
    padding: 2px 20px;
    background: #FF126C;
    margin: 15px 15px 0 0;
    border: 0px !important;
    color: #FFFFFF; }
    .sso-login button.bg-light {
      color: #FF126C;
      background: #FFFFFF;
      border-bottom: 15px solid #1F1F1F !important; }
  .sso-login fieldset {
    border: 0px; }
  .sso-login input {
    color: #000000; }

#leftCol {
  width: 380px;
  float: left; }
  @media (max-width: 1316px) {
    #leftCol {
      width: 28%; } }
  @media (max-width: 1024px) {
    #leftCol {
      width: 33%; } }
  @media (max-width: 840px) {
    #leftCol {
      width: 100%; } }

#rightCol {
  background-color: #414141;
  margin-left: 10px;
  float: left;
  width: 910px; }
  @media (max-width: 1316px) {
    #rightCol {
      width: 71%; } }
  @media (max-width: 1024px) {
    #rightCol {
      width: 65.6%; } }
  @media (max-width: 840px) {
    #rightCol {
      margin-left: 0;
      margin-top: 10px;
      width: 100%; } }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  color: #D21404;
  background-color: #c3c5c6;
  padding: 2px 10px;
  border: 2px solid #D21404; }

.sso-avatar {
  background-color: #414141; }

.avatar-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.avatar-left {
  float: left;
  background-color: #414141;
  width: 120px;
  /* border-top-left-radius: 50% 50%;
 	border-bottom-left-radius:  50% 50%;
 	border-top-right-radius: 50% 50%;
 	border-bottom-right-radius:  50% 50%; */ }

.avatar-right {
  width: 260px;
  background-color: #414141;
  padding: 5px 15px;
  margin: 0 5px;
  float: left;
  font-size: calc(100% + 0.8vw);
  line-height: calc(100% + 0.25vw); }
  @media (max-width: 840px) {
    .avatar-right {
      width: 80%;
      font-size: calc(100% + 2.8vw);
      line-height: calc(100% + 1.8vw); } }

.avatar {
  width: 120px;
  height: auto;
  margin-left: -2px;
  margin-top: -10px;
  margin-bottom: -4px; }

.sso-overview {
  margin-top: 10px;
  background-color: #414141;
  padding: 15px 35px; }
  @media (max-width: 550px) {
    .sso-overview {
      padding: 15px; } }
  @media (max-width: 350px) {
    .sso-overview {
      padding: 15px 8px; } }

.sso-access {
  margin-top: 10px;
  background-color: #414141;
  padding: 15px 35px; }
  @media (max-width: 550px) {
    .sso-access {
      padding: 15px; } }
  @media (max-width: 350px) {
    .sso-access {
      padding: 15px 8px; } }

.sso-delete {
  margin-top: 10px;
  background-color: #414141;
  padding: 15px 35px;
  color: #D21404; }
  .sso-delete button {
    color: #FFFFFF; }
  @media (max-width: 550px) {
    .sso-delete {
      padding: 15px; } }
  @media (max-width: 350px) {
    .sso-delete {
      padding: 15px 8px; } }

.sso-maininfo {
  background-color: #414141;
  padding: 15px 35px; }
  @media (max-width: 550px) {
    .sso-maininfo {
      padding: 15px; } }
  @media (max-width: 350px) {
    .sso-maininfo {
      padding: 15px 8px; } }

.sso-profileform {
  display: none;
  background-color: #414141;
  padding: 15px 35px; }
  @media (max-width: 550px) {
    .sso-profileform {
      padding: 15px; } }
  @media (max-width: 350px) {
    .sso-profileform {
      padding: 15px 8px; } }

.sso-emailform {
  display: none;
  background-color: #414141;
  padding: 15px 35px; }
  @media (max-width: 550px) {
    .sso-emailform {
      padding: 15px; } }
  @media (max-width: 350px) {
    .sso-emailform {
      padding: 15px 8px; } }

.sso-paddCell {
  float: left;
  width: 25%; }
  @media (max-width: 800px) {
    .sso-paddCell {
      width: 10%; } }
  @media (max-width: 600px) {
    .sso-paddCell {
      display: none; } }

.sso-mainCell {
  float: left;
  width: 50%;
  background-image: url(../png/sso-bg-1.png);
  /* background-position: center; // Center the image
  	background-repeat: no-repeat; */ }
  @media (max-width: 800px) {
    .sso-mainCell {
      width: 80%; } }
  @media (max-width: 600px) {
    .sso-mainCell {
      width: 100%; } }

.last-link {
  margin-top: 10px; }

#first-name, #last-name, #display-name, #nationality, #residence {
  width: 99% !important;
  color: #000000; }

#bookmark {
  background-color: #1F1F1F;
  display: table; }
  #bookmark .mod-1 {
    height: 100%;
    max-width: calc(32%);
    margin-top: 8px;
    margin-bottom: 25px;
    float: left;
    clear: none;
    width: 32.5%;
    margin-left: 0;
    margin-right: 1.25%; }
    #bookmark .mod-1:last-child {
      margin-right: 0; }
    @media (max-width: 1024px) {
      #bookmark .mod-1 {
        max-width: calc(48%);
        float: left;
        clear: none;
        width: 201.25%;
        margin-left: 0;
        margin-right: 1.25%; }
        #bookmark .mod-1:last-child {
          margin-right: 0; } }
    @media (max-width: 600px) {
      #bookmark .mod-1 {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%;
        max-width: 100%; }
        #bookmark .mod-1:last-child {
          margin-right: 0; } }

#history {
  background-color: #1F1F1F;
  display: table; }
  #history .mod-1 {
    height: 100%;
    max-width: calc(32%);
    margin-top: 8px;
    margin-bottom: 25px;
    float: left;
    clear: none;
    width: 32.5%;
    margin-left: 0;
    margin-right: 1.25%; }
    #history .mod-1:last-child {
      margin-right: 0; }
    @media (max-width: 1024px) {
      #history .mod-1 {
        max-width: calc(48%);
        float: left;
        clear: none;
        width: 201.25%;
        margin-left: 0;
        margin-right: 1.25%; }
        #history .mod-1:last-child {
          margin-right: 0; } }
    @media (max-width: 600px) {
      #history .mod-1 {
        float: left;
        clear: none;
        width: 100%;
        margin-left: 0;
        margin-right: 3%;
        max-width: 100%; }
        #history .mod-1:last-child {
          margin-right: 0; } }

@media (max-width: 600px) {
  .badge {
    padding: 2px 5px !important; } }

@media (max-width: 400px) {
  .badge {
    margin: 15px 4px 0 0 !important; } }

.modal {
  display: none;
  position: fixed;
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

.modal-content {
  padding-top: 10px;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%; }
  .modal-content a {
    text-decoration: underline;
    cursor: pointer; }
    .modal-content a:hover, .modal-content a:focus {
      color: #FF126C; }
  .modal-content button {
    padding: 2px 20px;
    background: #FF126C;
    margin: 15px 15px 0 0;
    border: 0px !important;
    color: #FFFFFF; }
    .modal-content button.bg-light {
      color: #FF126C;
      background: #FFFFFF;
      border-bottom: 15px solid #1F1F1F !important; }
  .modal-content input {
    color: #000000; }
  @media (max-width: 1268px) {
    .modal-content {
      width: 50%; } }
  @media (max-width: 1024px) {
    .modal-content {
      width: 70%; } }
  @media (max-width: 600px) {
    .modal-content {
      width: 90%; } }

.hidden {
  display: none; }

.pagination-container {
  width: calc(100% - 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  padding: 1rem 0; }

.sendLink {
  cursor: pointer; }

.password-container input[type="password"],
.password-container input[type="text"] {
  width: 100%;
  padding: 12px 36px 12px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #FFF; }

.fa-eye {
  position: relative;
  margin-left: 95%;
  cursor: pointer;
  margin-top: -30px;
  color: #999; }

.password-container input[type="password"],
.password-container input[type="text"] {
  width: 100%;
  padding: 12px 36px 12px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #FFF; }

/* .pagination-number,
.pagination-button {
    font-size: 1.1rem;
    background-color: transparent;
    border: none;
    margin: 0.25rem 0.25rem;
    cursor: pointer;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: .2rem;
}

.pagination-number:hover,
.pagination-button:not(.disabled):hover {
    background: #fff;
}

.pagination-number.active {
    color: #fff;
    background: #0085b6;
}

.password-container {
    width: 100%;
    position: relative;
} */
/* ==========================================================================
   Shame custom styles
   ========================================================================== */
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

/* @include edit(); // uncomment this mixin to allow you to see block elements visually when developing */
