@charset "UTF-8";
/*! normalize.css v3.0.1 | 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,
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: 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: 0; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  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"] {
  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 */
  /* 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 */ }

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

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  margin: 0; }

img {
  border-style: none; }

img, object, embed, video {
  height: auto;
  max-width: 100%; }

h1, h2, h3, h4 {
  color: #444444; }

h1 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500; }

h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 10px 0 10px 0; }

h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  margin: 10px 0 20px 0; }

h4 {
  margin: 0 0 13px 0; }

a {
  text-decoration: none;
  color: #1abc9c; }

th, td {
  text-align: left;
  vertical-align: top; }

b,
strong {
  font-weight: 400; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #444444 !important; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #444444 !important; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #444444 !important; }

.select-box {
  position: relative;
  z-index: 5;
  margin-left: 10px;
  padding: 2px;
  background: #FFFFFF;
  width: 160px;
  border: 1px solid #DDDDDD; }
  .select-box:after {
    display: block;
    content: "";
    clear: both; }
  .select-box .label {
    padding: 5px 10px;
    position: relative;
    cursor: pointer; }
    .select-box .label:after {
      position: absolute;
      right: 10px;
      top: 10px;
      content: '';
      display: block;
      position: absolute;
      height: 0;
      width: 0;
      border-top: 8px solid #222;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top-width: 12px; }
  .select-box ul {
    position: absolute;
    top: 36px;
    left: -1px;
    width: 160px;
    margin: 0;
    padding: 0;
    border: 1px solid #DDDDDD;
    background: #FFFFFF;
    overflow: hidden;
    list-style: none;
    display: none; }
    .select-box ul li a {
      padding: 0;
      color: #777777;
      display: block;
      line-height: 28px;
      text-align: center; }
      .select-box ul li a:hover {
        color: #FFFFFF;
        background: #0072bb; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* Slick Slider CSS */
/*** Slick Slider ***/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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-loading .slick-list {
  background: #fff url("../Icons/ajax-loader.gif") center center no-repeat; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track {
  -webkit-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; }

/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }

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

.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: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px; }

.slick-prev:before {
  content: "←"; }

[dir="rtl"] .slick-prev:before {
  content: "→"; }

.slick-next {
  right: -25px; }

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto; }

.slick-next:before {
  content: "→"; }

[dir="rtl"] .slick-next:before {
  content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 0px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }

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

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer; }

.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; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 38px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75; }

.slick-slider .csc-textpic-imagecolumn {
  float: none !important; }
  .slick-slider .csc-textpic-imagecolumn figure.csc-textpic-imagewrap {
    display: block !important; }

.slick-next,
.slick-next:hover,
.slick-next:focus {
  right: 0;
  top: -25px;
  width: 24px;
  height: 16px;
  background: url("../Svgs/chevron_right.svg") no-repeat;
  background-size: 100%; }

.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
  left: auto;
  right: 24px;
  top: -25px;
  width: 24px;
  height: 16px;
  background: url("../Svgs/chevron_left.svg") no-repeat;
  background-size: 100%; }

.slick-prev:before, .slick-next:before {
  display: none;
  font-family: Roboto, sans-serif; }

body {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  background: #F1F1F1;
  color: #676767; }

body > .page {
  position: relative;
  margin: auto;
  padding-top: 90px;
  background: #eeeeee url("../Images/bg_main.jpg") repeat scroll center top/100% auto; }
  body > .page.small-header {
    padding-top: 60px; }

@media screen and (max-width: 830px) {
  body > .page {
    margin-top: 0; }
    body > .page.small-header {
      margin-top: 0; } }

@media screen and (max-width: 430px) {
  body > .page {
    margin: 0;
    padding-top: 0; } }

.ce-uploads-fileName {
  padding-right: 10px; }

.row:after {
  display: block;
  content: "";
  clear: both; }

.row .col-30,
.row .col-33,
.row .col-40,
.row .col-60,
.row .col-70 {
  float: left; }

.row .col-33 {
  width: 33.3333333%;
  padding-left: 20px; }
  .row .col-33:first-child {
    padding-left: 0; }

.row .col-40 {
  width: 40%; }

.row .col-60 {
  width: 60%; }

.row .col-70 {
  width: 70%; }

.row .col-30 {
  width: 30%; }

.row .gutter-right {
  padding-right: 40px; }

.row .gutter-left {
  padding-left: 40px; }

@media screen and (max-width: 1000px) {
  .row .col-33 {
    float: none;
    width: 66.666667%;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto; }
    .row .col-33:first-child {
      padding-left: 0; } }

@media screen and (max-width: 720px) {
  .row .col-33 {
    width: auto; } }

header.header-main {
  position: fixed;
  top: 0;
  background: #1c1c1c;
  z-index: 9;
  height: 90px;
  width: 100%;
  border-bottom: 1px solid #E8E8E8;
  -webkit-transition: height 0.3s;
  transition: height 0.3s; }

.header-top {
  max-width: 1400px;
  margin: auto;
  padding: 10px 0 5px 0; }
  .header-top .logo-special-event {
    float: right;
    width: 150px;
    margin: 22px 0 0 30px; }
  .header-top .logo {
    width: 110px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  @media screen and (max-width: 1460px) {
    .header-top {
      padding-left: 20px;
      padding-right: 20px; } }

.small-header header.header-main {
  height: 60px; }

.small-header .header-top .logo-special-event {
  float: right;
  width: 90px;
  margin: 10px 0 0 30px; }

.small-header .header-top .logo {
  width: 60px; }

@media screen and (max-width: 950px) {
  .header-top .logo-special-event {
    width: 110px;
    margin-top: 27px; } }

@media screen and (max-width: 830px) {
  header.header-main {
    height: 60px;
    position: relative; }
  .header-top .logo-special-event {
    margin: 8px 20px 0 0; }
  .header-top .logo {
    width: 60px; } }

.hero-image {
  max-width: 1920px;
  margin: auto; }
  .hero-image figure {
    margin: 0;
    position: relative; }
    .hero-image figure img {
      display: block;
      width: 100%; }
    .hero-image figure figcaption {
      position: absolute;
      bottom: 28px;
      left: 0;
      right: 0;
      text-align: center;
      color: #FFFFFF;
      z-index: 3; }
      .hero-image figure figcaption h1 {
        font-size: 48px;
        font-size: 3rem;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1;
        margin-bottom: 10px; }
      .hero-image figure figcaption h3 {
        font-size: 28px;
        font-size: 1.75rem;
        font-weight: 600;
        color: #FFFFFF;
        margin: 5px 0 15px 0; }
    .hero-image figure a {
      background-color: #1abc9c;
      color: #FFFFFF;
      border-radius: 6px;
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 600;
      padding: 0 15px; }
    .hero-image figure:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.3);
      /*Safari 5.1-6*/
      /*Opera 11.1-12*/
      /*Fx 3.6-15*/
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.45)));
      background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45));
      /*Standard*/ }
  @media screen and (max-width: 830px) {
    .hero-image figure figcaption {
      bottom: 20px; }
      .hero-image figure figcaption h1 {
        font-size: 38px;
        font-size: 2.375rem;
        margin-bottom: 5px; }
      .hero-image figure figcaption h3 {
        font-size: 20px;
        font-size: 1.25rem;
        margin: 5px 0 10px 0; } }
  @media screen and (max-width: 550px) {
    .hero-image figure figcaption {
      bottom: 15px; }
      .hero-image figure figcaption h1 {
        font-size: 26px;
        font-size: 1.625rem;
        margin-bottom: 5px; }
      .hero-image figure figcaption h3 {
        font-size: 18px;
        font-size: 1.125rem;
        margin: 5px 0 10px 0; } }
  @media screen and (max-width: 480px) {
    .hero-image figure figcaption {
      bottom: 10px; }
      .hero-image figure figcaption h1 {
        font-size: 22px;
        font-size: 1.375rem;
        margin-bottom: 5px; }
      .hero-image figure figcaption h3 {
        font-size: 16px;
        font-size: 1rem;
        margin: 5px 0 5px 0; } }

.header-secondary {
  background-image: -webkit-gradient(linear, left top, right top, from(#1abc9c), to(#477FAE));
  background-image: linear-gradient(to right, #1abc9c, #477FAE);
  min-height: 70px;
  overflow: hidden; }
  .header-secondary .header-secondary-inner {
    margin: auto;
    padding: 18px 0 0 0;
    max-width: 1400px; }
  .header-secondary h1 {
    color: #FFFFFF;
    font-weight: 300;
    margin: 0; }

@media screen and (max-width: 1460px) {
  .header-secondary {
    padding-left: 20px;
    padding-right: 20px; }
  main .header-secondary {
    margin: 0 -20px;
    padding-left: 20px;
    padding-right: 20px; } }

@media screen and (max-width: 550px) {
  .header-secondary {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px; }
    .header-secondary h1 {
      font-size: 24px;
      font-size: 1.5rem; }
  main .header-secondary {
    margin: 0 -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px; }
    main .header-secondary h1 {
      font-size: 24px;
      font-size: 1.5rem; } }

.header-secondary-nav {
  background-image: -webkit-gradient(linear, left top, right top, from(#1abc9c), to(#477FAE));
  background-image: linear-gradient(to right, #1abc9c, #477FAE);
  min-height: 70px;
  padding-bottom: 15px; }
  .header-secondary-nav:after {
    display: block;
    content: "";
    clear: both; }
  .header-secondary-nav .header-secondary-nav-inner {
    margin: auto;
    max-width: 1400px;
    padding-top: 18px; }
  .header-secondary-nav h1 {
    color: #FFFFFF;
    font-weight: 300;
    margin: 0;
    padding-bottom: 10px;
    float: left; }
  @media screen and (max-width: 1460px) {
    .header-secondary-nav {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 550px) {
    .header-secondary-nav {
      padding-left: 15px;
      padding-right: 15px; }
      .header-secondary-nav h1 {
        font-size: 24px;
        font-size: 1.5rem; } }
  @media screen and (max-width: 480px) {
    .header-secondary-nav .select-box:first-child {
      margin-left: 0; } }
  @media screen and (max-width: 360px) {
    .header-secondary-nav h1 {
      float: none; }
    .header-secondary-nav .select-box {
      float: none;
      margin-bottom: 10px; }
    .header-secondary-nav .nav-sub-area {
      float: none;
      width: auto; }
      .header-secondary-nav .nav-sub-area .select-box {
        width: auto;
        margin-left: 0; } }

.nav-main {
  float: right;
  padding: 10px 0 0 0; }
  .nav-main ul {
    margin: 0;
    padding-left: 0;
    overflow: hidden;
    list-style: none; }
    .nav-main ul li {
      float: left;
      margin-left: 40px; }
      .nav-main ul li a {
        text-transform: uppercase;
        padding: 0;
        color: #FFFFFF;
        display: block;
        line-height: 60px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        .nav-main ul li a:hover {
          color: #1abc9c; }
      .nav-main ul li:first-child {
        margin-left: 0; }
      @media screen and (max-width: 950px) {
        .nav-main ul li {
          margin-left: 30px; } }

.small-header .nav-main ul li a {
  line-height: 1.3; }

@media screen and (max-width: 830px) {
  .nav-main {
    display: none;
    position: absolute;
    width: 320px;
    right: 0;
    top: 60px;
    background: #252525;
    padding-bottom: 10px; }
    .nav-main ul {
      padding: 0; }
      .nav-main ul li {
        float: none;
        border-top: 1px solid #444444;
        margin: 0; }
        .nav-main ul li:first-child {
          border: none; }
        .nav-main ul li a {
          padding: 0 40px; } }

@media screen and (min-width: 830px) {
  .nav-main {
    display: block !important; } }

.burger-icon {
  float: right;
  width: 40px;
  margin: 0;
  cursor: pointer;
  display: none;
  border: none;
  padding: 0;
  background: none; }
  .burger-icon div {
    background: #FFFFFF;
    height: 6px;
    margin: 6px 0; }
  @media screen and (max-width: 830px) {
    .burger-icon {
      display: block; } }

.nav-sub-area {
  float: right; }

.nav-sub {
  float: left;
  position: relative;
  z-index: 5;
  padding: 2px;
  background: #FFFFFF;
  width: 160px;
  border: 1px solid #DDDDDD; }
  .nav-sub .label {
    padding: 5px 10px;
    position: relative;
    cursor: pointer; }
    .nav-sub .label:after {
      position: absolute;
      right: 10px;
      top: 10px;
      content: '';
      display: block;
      position: absolute;
      height: 0;
      width: 0;
      border-top: 8px solid #222;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top-width: 12px; }
  .nav-sub ul {
    position: absolute;
    top: 36px;
    left: -1px;
    width: 160px;
    margin: 0;
    padding: 0;
    border: 1px solid #DDDDDD;
    background: #FFFFFF;
    overflow: hidden;
    list-style: none;
    display: none; }
    .nav-sub ul li a {
      padding: 0;
      color: #777777;
      display: block;
      line-height: 28px;
      text-align: center; }
      .nav-sub ul li a:hover {
        color: #FFFFFF;
        background: #0072bb; }

.nav-sub2 {
  float: right;
  position: relative;
  z-index: 5;
  margin-left: 10px;
  padding: 2px;
  background: #FFFFFF;
  width: 160px;
  border: 1px solid #DDDDDD; }
  .nav-sub2 .label {
    padding: 5px 10px;
    position: relative;
    cursor: pointer; }
    .nav-sub2 .label:after {
      position: absolute;
      right: 10px;
      top: 10px;
      content: '';
      display: block;
      position: absolute;
      height: 0;
      width: 0;
      border-top: 8px solid #222;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top-width: 12px; }
  .nav-sub2 ul {
    position: absolute;
    top: 36px;
    left: -1px;
    width: 160px;
    margin: 0;
    padding: 0;
    border: 1px solid #DDDDDD;
    background: #FFFFFF;
    overflow: hidden;
    list-style: none;
    display: none; }
    .nav-sub2 ul li a {
      padding: 0;
      color: #777777;
      display: block;
      line-height: 28px;
      text-align: center; }
      .nav-sub2 ul li a:hover {
        color: #FFFFFF;
        background: #0072bb; }

main {
  max-width: 1400px;
  margin: auto;
  padding: 30px 0; }
  main.one-col-narrow {
    max-width: 650px; }
    main.one-col-narrow h1 {
      margin: 25px -70px 50px -70px;
      padding: 0 70px 35px 70px;
      border-bottom: 2px solid #999999;
      text-align: center; }
  main.with-header-sub-nav {
    padding-top: 30px; }
  main.full-width {
    max-width: none;
    padding-top: 0; }

@media screen and (max-width: 1460px) {
  main {
    padding-left: 20px;
    padding-right: 20px; } }

@media screen and (max-width: 830px) {
  main {
    padding-left: 15px;
    padding-right: 15px; } }

@media screen and (max-width: 720px) {
  main {
    padding-top: 20px;
    padding-bottom: 20px; } }

@media screen and (max-width: 550px) {
  main {
    padding: 10px 15px; } }

.page > footer {
  background: #252525; }

.footer-inner {
  max-width: 1400px;
  margin: auto;
  padding: 75px 0; }
  .footer-inner nav ul {
    margin: 0;
    list-style: none; }
  .footer-inner a {
    display: block;
    color: #cccccc;
    padding: 4px 0; }
    .footer-inner a:hover, .footer-inner a.active {
      color: #1abc9c; }
  .footer-inner .col-25 {
    float: left;
    width: 25%; }
    .footer-inner .col-25:first-child {
      margin: 0; }
    .footer-inner .col-25:last-child {
      margin-top: -40px; }

.footer-top-bar {
  background-image: -webkit-gradient(linear, left top, right top, from(#1abc9c), to(#477FAE));
  background-image: linear-gradient(to right, #1abc9c, #477FAE);
  height: 15px; }

.footer-bottom {
  background: #1c1c1c; }
  .footer-bottom .copyright {
    max-width: 1400px;
    margin: auto;
    padding: 20px 0 20px 40px; }

@media screen and (max-width: 1000px) {
  footer .footer-inner {
    padding-top: 30px;
    padding-bottom: 10px; }
    footer .footer-inner .col-25 {
      width: 50%;
      margin-bottom: 40px; }
    footer .footer-inner .social-media {
      padding-left: 40px; } }

@media screen and (max-width: 430px) {
  footer .footer-inner {
    padding-top: 30px;
    padding-bottom: 10px; }
    footer .footer-inner .social-media {
      float: none;
      clear: left;
      width: auto;
      margin-bottom: 0; }
    footer .footer-inner .logo-footer {
      display: none; } }

.social-media ul {
  list-style: none;
  max-width: 220px;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .social-media ul li {
    float: left;
    width: 50px;
    margin: 0 20px 15px 0; }
    .social-media ul li img {
      width: 50px; }

.secondary {
  padding: 40px 30px 20px 30px;
  background: url("../Images/bg-scanlines.png"); }
  .secondary h3 {
    margin: 0 0 15px 0; }
  @media screen and (max-width: 1300px) {
    .secondary {
      margin: 0 -20px;
      padding: 30px 20px 10px 20px; } }
  @media screen and (max-width: 550px) {
    .secondary {
      margin: 0 -15px;
      padding: 30px 15px 10px 15px; } }
  @media screen and (max-width: 380px) {
    .secondary h3 {
      font-size: 18px;
      font-size: 1.125rem; } }

.sponsors-premium {
  margin: 20px 0;
  overflow: hidden; }
  .sponsors-premium img {
    display: block; }

.sponsors-gold {
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden; }
  .sponsors-gold img {
    display: block; }

.news-list-view {
  overflow: hidden; }
  .news-list-view .news-list-items-wrap {
    overflow: hidden; }
  .news-list-view .article {
    float: left;
    width: 25%; }
    .news-list-view .article a:hover {
      color: #676767; }
    .news-list-view .article .news-img-wrap {
      overflow: hidden; }
      .news-list-view .article .news-img-wrap a {
        display: block;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
        .news-list-view .article .news-img-wrap a:hover {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
    .news-list-view .article h3 {
      font-size: 16px;
      font-size: 1rem;
      font-weight: 400;
      margin: 5px 0 10px 0; }
    .news-list-view .article .news-list-date {
      font-size: 12px;
      font-size: 0.75rem; }
    .news-list-view .article .teaser-text p {
      line-height: 1.5em;
      font-weight: 300; }
  .news-list-view .article-item {
    margin: 1px;
    background: #FFFFFF;
    height: 440px; }
  .news-list-view .news-list-text {
    padding: 10px 20px 20px; }
  @media screen and (max-width: 1000px) {
    .news-list-view .article {
      width: 50%; }
    .news-list-view .article-item {
      height: 510px; } }
  @media screen and (max-width: 830px) {
    .news-list-view .article-item {
      height: 440px; } }
  @media screen and (max-width: 550px) {
    .news-list-view .article {
      width: 100%; }
    .news-list-view .article-item {
      height: 510px; } }
  @media screen and (max-width: 480px) {
    .news-list-view .article-item {
      height: 440px; } }

.page-navigation {
  clear: both; }
  .page-navigation ul.f3-widget-paginator {
    list-style: none;
    overflow: hidden;
    font-weight: 400;
    padding: 0; }
    .page-navigation ul.f3-widget-paginator li {
      float: left; }
      .page-navigation ul.f3-widget-paginator li a {
        padding: 0 10px; }
        .page-navigation ul.f3-widget-paginator li a:hover {
          background: #1abc9c;
          color: #FFFFFF; }
      .page-navigation ul.f3-widget-paginator li.current {
        padding: 0 10px; }

.page-id-35 main {
  padding-top: 0;
  max-width: none; }

.news-single .news-content-wrap {
  max-width: 1400px;
  margin: auto;
  overflow: hidden;
  padding-top: 30px; }

.news-single .news-content {
  float: left;
  width: 70%;
  padding-right: 40px; }
  .news-single .news-content img {
    display: block; }

.news-single .news-content-inner {
  background: #FFFFFF;
  padding: 15px 20px 30px 20px; }

.news-single .news-content-text-info {
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem; }

.news-single .sidebar {
  float: left;
  width: 30%; }

.news-single .header {
  padding-bottom: 30px;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 30px; }

.news-single .shariff {
  margin-top: 30px; }

.news-single .additional-media .mediaelement {
  background: #FFFFFF;
  margin-top: 15px; }
  .news-single .additional-media .mediaelement figcaption {
    padding: 10px 20px; }

.news-single .related-event-link {
  display: inline-block;
  margin: 20px 0; }

@media screen and (max-width: 720px) {
  .news-single .sidebar {
    display: none; }
  .news-single .news-content {
    float: none;
    width: auto;
    padding-right: 0; } }

@media screen and (max-width: 400px) {
  main > .news {
    margin-left: -15px;
    margin-right: -15px; } }

.pwa-ranking-top10 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #FFFFFF; }
  .pwa-ranking-top10 ul li {
    overflow: hidden;
    line-height: 46px;
    height: 46px;
    overflow: hidden;
    font-size: 16px;
    font-size: 1rem; }
    .pwa-ranking-top10 ul li div {
      float: left; }
      .pwa-ranking-top10 ul li div.rank {
        width: 10%;
        padding-left: 10px; }
      .pwa-ranking-top10 ul li div.name {
        width: 60%; }
      .pwa-ranking-top10 ul li div.sail-no {
        width: 30%; }
    .pwa-ranking-top10 ul li:nth-child(odd) {
      background: #EEEEEE; }
    .pwa-ranking-top10 ul li:hover {
      background: #F3F3F3; }

.pwa-ranking-top10 a {
  color: #676767; }
  .pwa-ranking-top10 a:hover {
    color: #1abc9c; }

.overall-ranking-top {
  padding-bottom: 25px; }
  .overall-ranking-top ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .overall-ranking-top ul:after {
      display: block;
      content: "";
      clear: both; }
    .overall-ranking-top ul li {
      float: left;
      width: 20%; }
      .overall-ranking-top ul li .overall-ranking-top-item {
        background: #FFFFFF;
        margin: 1px; }
      .overall-ranking-top ul li .overall-ranking-top-info {
        padding: 10px 15px; }
  .overall-ranking-top .overall-ranking-top-image {
    position: relative; }
  .overall-ranking-top .overall-ranking-top-rank {
    position: absolute;
    top: 0;
    left: 8px;
    color: #FFFFFF;
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 500;
    z-index: 8; }
  .overall-ranking-top .sailor-country-flag {
    float: right;
    margin: 0; }
  @media screen and (max-width: 1180px) {
    .overall-ranking-top ul li .overall-ranking-top-info {
      padding: 10px;
      position: relative; }
    .overall-ranking-top .sailor-country-flag {
      position: absolute;
      right: 10px;
      bottom: 2px; } }
  @media screen and (max-width: 1050px) {
    .overall-ranking-top .overall-ranking-top-info {
      font-size: 12px;
      font-size: 0.75rem; }
    .overall-ranking-top .sailor-country-flag {
      width: 20px;
      height: 20px;
      bottom: 8px; } }
  @media screen and (max-width: 900px) {
    .overall-ranking-top ul li .overall-ranking-top-info {
      padding: 5px; }
    .overall-ranking-top .sailor-country-flag {
      width: 20px;
      height: 20px;
      bottom: 0; } }
  @media screen and (max-width: 760px) {
    .overall-ranking-top ul li {
      width: 33.3333333%; } }
  @media screen and (max-width: 430px) {
    .overall-ranking-top ul li {
      width: 50%; }
      .overall-ranking-top ul li:last-child {
        display: none; } }

.overall-ranking {
  padding-bottom: 30px;
  /*
  @media screen and (max-width: $size-L) {

    td,
    th {
      display: none;

      &:nth-child(1),
      &:nth-child(2),
      &:nth-child(3),
      &:last-child {
        display: table-cell;
      }
    }

  }
  */ }
  .overall-ranking .overall-ranking-full {
    width: 100%;
    overflow: auto; }
  .overall-ranking table {
    width: 100%;
    margin-bottom: 20px;
    background: #FFFFFF;
    min-width: 950px; }
  .overall-ranking tr td {
    padding: 6px 12px 6px 3px;
    white-space: nowrap; }
    .overall-ranking tr td:first-child {
      padding-left: 10px;
      padding-right: 6px; }
    .overall-ranking tr td.rank-name-sponsors {
      padding: 0 10px 10px 0;
      min-width: 200px; }
    .overall-ranking tr td .rank-name {
      padding: 6px 10px;
      background: #676767;
      color: #FFFFFF; }
      .overall-ranking tr td .rank-name a {
        color: #FFFFFF; }
    .overall-ranking tr td .rank-sponsors {
      font-size: 10px;
      font-size: 0.625rem;
      padding: 3px 0 0 10px; }
  .overall-ranking tr:nth-child(odd) td {
    background: #EEEEEE; }
  .overall-ranking tr th {
    padding: 5px 12px 5px 3px;
    background: #1c1c1c;
    text-transform: uppercase;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF; }
    .overall-ranking tr th:first-child {
      padding-left: 10px; }
  @media screen and (max-width: 480px) {
    .overall-ranking {
      position: relative;
      margin-left: -15px;
      margin-right: -15px; } }

table.constructors-rank {
  width: 100%;
  margin-bottom: 40px; }
  table.constructors-rank tr td {
    padding: 6px 12px 6px 3px;
    white-space: nowrap; }
    table.constructors-rank tr td:first-child {
      padding-left: 15px; }
  table.constructors-rank tr:nth-child(odd) td {
    background: #EEEEEE; }
  table.constructors-rank tr th {
    padding: 5px 12px 5px 3px;
    background: #1c1c1c;
    text-transform: uppercase;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF; }
    table.constructors-rank tr th:first-child {
      padding-left: 10px; }

table.nation-rank {
  width: 100%;
  margin-bottom: 40px; }
  table.nation-rank tr td {
    padding: 6px 12px 6px 3px;
    white-space: nowrap; }
    table.nation-rank tr td:first-child {
      padding-left: 15px; }
  table.nation-rank tr:nth-child(odd) td {
    background: #EEEEEE; }
  table.nation-rank tr th {
    padding: 5px 12px 5px 3px;
    background: #1c1c1c;
    text-transform: uppercase;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF; }
    table.nation-rank tr th:first-child {
      padding-left: 10px; }

/*
@media screen and (max-width: $size-MMS) {
  .overall-ranking {
    tr th {
      &:nth-child(4) {
        display: none;
      }
    }
    tr .rank-score {
      display: none;
    }
  }
}
*/
/*** latest ***/
.latest-images {
  margin-top: 30px;
  padding: 10px 0; }
  @media screen and (max-width: 400px) {
    .latest-images {
      margin-left: -15px;
      margin-right: -15px; }
      .latest-images h2,
      .latest-images h3 {
        padding-left: 15px; } }

.pwa-gallery-latest-images {
  margin-left: 0; }
  .pwa-gallery-latest-images:after {
    display: block;
    content: "";
    clear: both; }
  .pwa-gallery-latest-images a {
    display: block;
    padding-left: 1px;
    float: left;
    width: 16.66666666667%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .pwa-gallery-latest-images a:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .pwa-gallery-latest-images a:first-child {
      padding-left: 0; }
    .pwa-gallery-latest-images a img {
      display: block; }
  @media screen and (max-width: 720px) {
    .pwa-gallery-latest-images a {
      width: 33.3333333%; }
      .pwa-gallery-latest-images a:nth-child(4) {
        clear: left; } }

.pwa-gallery-pi1 .image-gallery-link {
  text-align: right;
  padding: 12px 5px 5px 5px; }

/*** list ***/
.pwa-gallery-list {
  padding: 0 0 0 0; }
  .pwa-gallery-list .page-browser {
    overflow: hidden;
    font-weight: 400;
    padding: 15px 0 0 0;
    margin-bottom: 20px; }
    .pwa-gallery-list .page-browser a {
      float: left;
      padding: 0 10px;
      box-shadow: none; }
      .pwa-gallery-list .page-browser a.active, .pwa-gallery-list .page-browser a:hover {
        background: #1abc9c;
        color: #FFFFFF; }

.pwa-gallery-list-images {
  margin: 20px 0 0 0;
  padding: 0 0 5px 0;
  list-style: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap; }
  .pwa-gallery-list-images:after {
    display: block;
    content: "";
    clear: both; }
  .pwa-gallery-list-images li {
    display: -webkit-box;
    display: flex;
    width: calc(100% / 5);
    margin: 0 0 2px 0;
    padding-left: 1px; }
    @media screen and (max-width: 1000px) {
      .pwa-gallery-list-images li {
        width: calc(100% / 4); } }
    @media screen and (max-width: 830px) {
      .pwa-gallery-list-images li {
        width: calc(100% / 3); } }
    @media screen and (max-width: 550px) {
      .pwa-gallery-list-images li {
        width: calc(100% / 2); } }
    @media screen and (max-width: 430px) {
      .pwa-gallery-list-images li {
        width: 100%; } }

.pwa-gallery-item {
  background-color: #FFFFFF;
  text-align: center;
  margin: 0; }
  .pwa-gallery-item > a {
    background: #FAFAFA; }
  .pwa-gallery-item a {
    display: block;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .pwa-gallery-item a img {
      display: block;
      margin: auto; }
    .pwa-gallery-item a:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
  .pwa-gallery-item figcaption {
    padding: 8px 10px 10px 10px; }

.image-gallery-menu {
  padding-bottom: 20px; }
  .image-gallery-menu ul {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0; }
    .image-gallery-menu ul:after {
      display: block;
      content: "";
      clear: both; }
    .image-gallery-menu ul li {
      float: left;
      width: 20%;
      margin: 0 0 1px 0;
      padding-left: 1px; }
      .image-gallery-menu ul li .image-gallery-menu-item {
        background: #FFFFFF; }
      .image-gallery-menu ul li .image-gallery-menu-image {
        max-height: 380px;
        overflow: hidden;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
        .image-gallery-menu ul li .image-gallery-menu-image:hover {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
      .image-gallery-menu ul li h3 {
        padding: 0 10px;
        margin: 10px 0 0 0;
        height: 56px;
        color: #1abc9c; }
      .image-gallery-menu ul li a {
        display: block;
        font-size: 18px;
        font-size: 1.125rem; }
      .image-gallery-menu ul li:nth-child(5n+1) {
        clear: left; }
    @media screen and (max-width: 1300px) {
      .image-gallery-menu ul li {
        width: 25%; }
        .image-gallery-menu ul li:nth-child(5n+1) {
          clear: none; }
        .image-gallery-menu ul li:nth-child(4n+1) {
          clear: left; } }
    @media screen and (max-width: 1000px) {
      .image-gallery-menu ul li {
        width: 33.333333%; }
        .image-gallery-menu ul li:nth-child(4n+1) {
          clear: none; }
        .image-gallery-menu ul li:nth-child(3n+1) {
          clear: left; } }
    @media screen and (max-width: 550px) {
      .image-gallery-menu ul li {
        width: 50%; }
        .image-gallery-menu ul li:nth-child(3n+1) {
          clear: none; }
        .image-gallery-menu ul li:nth-child(2n+1) {
          clear: left; } }
    @media screen and (max-width: 430px) {
      .image-gallery-menu ul li {
        width: auto;
        float: none; } }

.pwasailor-searchbox {
  overflow: hidden;
  margin-bottom: 70px; }

.pwasailor-searchbox-sword {
  float: left;
  width: 79%;
  margin-right: 1%;
  border: none;
  padding: 15px;
  background: #F3F3F3;
  color: #444444;
  font-size: 26px;
  font-size: 1.625rem; }
  .pwasailor-searchbox-sword::-moz-placeholder {
    color: #FFFFFF; }

.pwasailor-searchbox-button {
  float: left;
  width: 20%;
  border: none;
  padding: 15px;
  background: #1abc9c;
  color: #FFFFFF;
  font-size: 26px;
  font-size: 1.625rem;
  text-transform: uppercase;
  font-weight: 400; }

.sailor-country-flag {
  width: 30px;
  height: 30px;
  margin: 0 20px; }

.sailor-list ul {
  overflow: hidden;
  list-style: none;
  margin: 0 0 40px -2%;
  padding: 0; }
  .sailor-list ul li {
    overflow: hidden;
    float: left;
    background: #FFFFFF;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    width: 48%;
    margin-left: 2%; }
    .sailor-list ul li:first-child, .sailor-list ul li:nth-child(2) {
      border-top: 1px solid #DDDDDD; }
    .sailor-list ul li div {
      float: left;
      line-height: 30px; }
  .sailor-list ul .sailor-sail-no {
    border-left: 1px solid #DDDDDD;
    padding: 0 10px;
    width: 25%; }
  .sailor-list ul .sailor-name {
    border-left: 1px solid #DDDDDD;
    padding: 0 10px; }

.sailor-list .page-browser {
  overflow: hidden;
  font-weight: 400; }
  .sailor-list .page-browser a {
    display: block;
    float: left;
    margin-left: 5px;
    padding: 0 10px; }
    .sailor-list .page-browser a:first-child {
      margin-left: 0; }
    .sailor-list .page-browser a:hover {
      background: #1abc9c;
      color: #FFFFFF; }

.sailor-details {
  overflow: hidden; }
  .sailor-details .sailor-info-main .sponsors {
    padding-top: 20px; }
  .sailor-details .sailor-details-info-top {
    background: rgba(255, 255, 255, 0.65);
    overflow: hidden; }
    .sailor-details .sailor-details-info-top h2 {
      background: #1c1c1c;
      color: #FFFFFF;
      padding: 12px 20px;
      margin: 0; }
    .sailor-details .sailor-details-info-top .sailor-profile-image {
      float: left;
      margin-right: 20px; }
      .sailor-details .sailor-details-info-top .sailor-profile-image img {
        display: block; }
    .sailor-details .sailor-details-info-top .sail-no {
      font-size: 22px;
      font-size: 1.375rem;
      padding-bottom: 10px; }
  .sailor-details .sailor-details-info-base {
    padding: 20px 20px 20px 20px; }
    .sailor-details .sailor-details-info-base .label {
      font-weight: 400;
      padding-right: 8px; }
    .sailor-details .sailor-details-info-base .country-flag {
      float: right;
      width: 50px;
      height: 42px; }
    @media screen and (max-width: 1000px) {
      .sailor-details .sailor-details-info-base {
        clear: left; } }
    @media screen and (max-width: 720px) {
      .sailor-details .sailor-details-info-base {
        clear: none; } }
  .sailor-details .sailor-info-external {
    padding: 10px 15px;
    background: #dcdcdc; }
    .sailor-details .sailor-info-external .website a {
      color: #477FAE; }
  .sailor-details .biography {
    background: #FFFFFF;
    padding: 20px 20px 20px 20px; }
  .sailor-details .sponsors {
    background: #FFFFFF;
    padding: 0 20px 20px 20px; }
  @media screen and (max-width: 720px) {
    .sailor-details .col-40 {
      float: none;
      padding: 0;
      width: auto; }
    .sailor-details .col-60 {
      float: none;
      padding: 0;
      width: auto; } }

@media screen and (max-width: 1000px) {
  .pwasailor-searchbox .pwasailor-searchbox-sword {
    width: 76%;
    padding: 10px; }
  .pwasailor-searchbox .pwasailor-searchbox-button {
    width: 23%;
    padding: 10px; }
  .sailor-list .sailors .sailor-list-row .sailor-name {
    padding-left: 20px;
    line-height: 1.3;
    border: none; } }

@media screen and (max-width: 720px) {
  .pwasailor-searchbox {
    margin-bottom: 40px; }
    .pwasailor-searchbox .pwasailor-searchbox-sword {
      width: 63%;
      padding: 4px; }
    .pwasailor-searchbox .pwasailor-searchbox-button {
      width: 36%;
      padding: 4px; }
  .sailor-list ul {
    margin-left: 0; }
    .sailor-list ul li {
      float: none;
      width: auto;
      margin-left: 0; }
      .sailor-list ul li:nth-child(2) {
        border-top: none; } }

@media screen and (max-width: 430px) {
  .sailor-country-flag {
    margin: 0 10px; } }

@media screen and (max-width: 400px) {
  .sailor-list ul {
    margin-left: -15px;
    margin-right: -15px; } }

.ticker-detail .liveticker-refresh {
  float: right;
  border: none;
  text-transform: none;
  cursor: pointer;
  display: block;
  margin-left: 5px;
  padding: 1px 5px;
  text-decoration: none;
  text-indent: -99999px;
  overflow: hidden;
  width: 22px;
  height: 22px;
  background: url("../Svgs/refresh.svg") no-repeat;
  opacity: .8; }
  .ticker-detail .liveticker-refresh.inactive {
    opacity: .3; }

.ticker-detail .liveticker-new-window {
  display: block;
  float: right;
  margin-left: 5px;
  text-decoration: none;
  text-indent: -99999px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background: url("../Svgs/external1.svg") no-repeat;
  background-size: 100%; }

.ticker-detail .liveticker-headline {
  margin-bottom: 3px;
  overflow: hidden;
  text-transform: uppercase; }

.ticker-detail .iveticker-discipline {
  clear: both;
  padding: 10px 7px 0; }

.ticker-detail .liveticker-note {
  color: #999; }

.ticker-detail .liveticker-text {
  padding: 10px 0; }

.ticker-detail .liveticker-text p {
  margin-bottom: 10px; }

.pwa-event .ticker-detail {
  margin-top: 15px;
  background: #FFFFFF;
  padding: 10px 15px;
  font-size: 14px;
  font-size: 0.875rem;
  height: 285px;
  overflow-y: auto; }

.ticker-archive ul {
  margin: 0;
  list-style: none;
  padding: 0; }
  .ticker-archive ul li {
    margin-bottom: 10px;
    max-width: 600px; }
    .ticker-archive ul li a {
      display: block;
      padding: 5px 10px;
      background: #FAFAFA;
      border: 1px solid #DDDDDD; }

.page-id-919 {
  padding: 15px; }

.pwa-event-detail {
  max-width: 1400px;
  margin: auto; }
  .pwa-event-detail .pwa-event-core-info {
    padding: 15px 0; }
    .pwa-event-detail .pwa-event-core-info .label {
      font-weight: 500; }
  .pwa-event-detail .twitter-embedded {
    height: 250px; }
    .pwa-event-detail .twitter-embedded iframe {
      height: 250px; }
    .pwa-event-detail .twitter-embedded #twitter-widget-0 {
      height: 250px !important; }
  .pwa-event-detail .video-player {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    overflow: hidden; }
    .pwa-event-detail .video-player iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .pwa-event-detail .pwa-event-additional {
    margin-top: 15px; }
  .pwa-event-detail .pwa-event-additional-content {
    padding: 15px 0 0 0; }
  .pwa-event-detail .pwa-event-related-news ul {
    margin: 0;
    list-style: none;
    padding: 0; }
    .pwa-event-detail .pwa-event-related-news ul li {
      margin-bottom: 10px; }
      .pwa-event-detail .pwa-event-related-news ul li a {
        display: block;
        padding: 5px 10px;
        background: #FAFAFA;
        border: 1px solid #DDDDDD; }

.pwa-event-detail.event-live-scoring-on .twitter-embedded {
  height: 400px; }
  .pwa-event-detail.event-live-scoring-on .twitter-embedded iframe {
    height: 400px; }
  .pwa-event-detail.event-live-scoring-on .twitter-embedded #twitter-widget-0 {
    height: 400px !important; }

.pwa-event-detail.event-live-scoring-on .ticker-detail {
  height: 523px; }

@media screen and (max-width: 1460px) {
  .pwa-event-detail .row .gutter-left {
    padding-left: 15px; }
  .pwa-event-detail .row .col-70 {
    width: 75%; }
  .pwa-event-detail .row .col-30 {
    width: 25%; } }

@media screen and (max-width: 1180px) {
  .pwa-event-detail .row .gutter-left {
    padding-left: 0; }
  .pwa-event-detail .row .col-70 {
    width: auto;
    float: none; }
  .pwa-event-detail .row .col-30 {
    margin-top: 20px;
    width: auto;
    float: none;
    overflow: hidden; }
  .pwa-event-detail .row .twitter-embedded {
    float: left;
    width: 50%;
    padding-right: 15px; }
    .pwa-event-detail .row .twitter-embedded iframe {
      height: 400px; }
    .pwa-event-detail .row .twitter-embedded #twitter-widget-0 {
      height: 400px !important; }
  .pwa-event-detail .row .ticker-detail {
    float: left;
    width: 50%;
    margin-top: 0;
    padding-left: 15px;
    height: 400px; } }

@media screen and (max-width: 480px) {
  .pwa-event-detail .row .twitter-embedded {
    float: none;
    width: auto;
    padding-right: 0;
    height: 300px; }
    .pwa-event-detail .row .twitter-embedded iframe {
      height: 300px; }
    .pwa-event-detail .row .twitter-embedded #twitter-widget-0 {
      height: 300px !important; }
  .pwa-event-detail .row .ticker-detail {
    float: none;
    width: auto;
    height: 300px;
    padding-left: 0;
    margin-top: 10px; } }

.nav-pwa-event ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #FAFAFA;
  border: 2px solid #FFFFFF; }
  .nav-pwa-event ul:after {
    display: block;
    content: "";
    clear: both; }
  .nav-pwa-event ul li {
    float: left;
    width: 16.66666666666667%;
    padding-right: 2px; }
    .nav-pwa-event ul li:last-child {
      padding-right: 0; }
    .nav-pwa-event ul li a {
      display: block;
      background: #DDDDDD;
      color: #676767;
      padding: 10px;
      text-align: center;
      font-weight: 400; }
      .nav-pwa-event ul li a:hover, .nav-pwa-event ul li a.active {
        background: #F3F3F3; }

@media screen and (max-width: 1000px) {
  .nav-pwa-event ul {
    border-top: none; }
    .nav-pwa-event ul li {
      width: 33.3333333%;
      border-top: 2px solid #FFFFFF; }
      .nav-pwa-event ul li:nth-child(3n) {
        padding-right: 0; } }

@media screen and (max-width: 550px) {
  .nav-pwa-event ul li {
    width: 50%; }
    .nav-pwa-event ul li:nth-child(3n) {
      padding-right: 2px; }
    .nav-pwa-event ul li:nth-child(even) {
      padding-right: 0; } }

@media screen and (max-width: 360px) {
  .nav-pwa-event ul li {
    float: none;
    width: auto;
    padding-right: 0; } }

.pwa-event i {
  display: block;
  float: left;
  margin-right: 3px;
  opacity: .65; }
  .pwa-event i.icon-discipline-1 {
    background: url("../Svgs/wave.svg") no-repeat scroll 100% center/100% auto;
    width: 42px;
    height: 41px; }
  .pwa-event i.icon-discipline-5 {
    background: url("../Svgs/slalom.svg") no-repeat scroll 100% center/100% auto;
    width: 34px;
    height: 42px; }
  .pwa-event i.icon-discipline-2 {
    background: url("../Svgs/freestyle.svg") no-repeat scroll 100% center/100% auto;
    width: 42px;
    height: 42px; }
  .pwa-event i.icon-discipline-6 {
    background: url("../Svgs/foil.svg") no-repeat scroll 100% center/100% auto;
    width: 42px;
    height: 42px; }

.event-calendar {
  padding-bottom: 30px; }
  .event-calendar table {
    width: 100%; }
  .event-calendar tr td {
    line-height: 42px;
    padding: 6px 12px 6px 3px; }
  .event-calendar tr:nth-child(odd) td {
    background: #EEEEEE; }
  .event-calendar tr th {
    padding: 0 12px 0 3px;
    background: #1c1c1c;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 44px; }
  .event-calendar .event-flag {
    vertical-align: middle; }
    .event-calendar .event-flag img {
      width: 32px;
      display: block; }
  @media screen and (max-width: 1000px) {
    .event-calendar tr td {
      line-height: inherit; } }
  @media screen and (max-width: 590px) {
    .event-calendar tr th:nth-child(2) {
      font-size: 0px;
      font-size: 0rem; }
    .event-calendar tr th:nth-child(5) {
      font-size: 0px;
      font-size: 0rem; }
    .event-calendar tr .event-disciplines .icon-discipline-1, .event-calendar tr .event-disciplines .icon-discipline-2, .event-calendar tr .event-disciplines .icon-discipline-5 {
      width: 20px; } }

.event-calendar-grid:nth-child(2) {
  margin-top: 30px; }

.event-calendar-grid ul {
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .event-calendar-grid ul li {
    float: left;
    width: 25%;
    overflow: hidden; }
    .event-calendar-grid ul li:nth-child(4n+1) {
      clear: left; }
    .event-calendar-grid ul li .event-calendar-item {
      margin: 1px;
      background: #FFFFFF; }
    .event-calendar-grid ul li .event-image {
      overflow: hidden;
      width: 100%; }
      .event-calendar-grid ul li .event-image img {
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
        .event-calendar-grid ul li .event-image img:hover {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
    @media screen and (max-width: 830px) {
      .event-calendar-grid ul li {
        width: 33.333333%; }
        .event-calendar-grid ul li:nth-child(4n+1) {
          clear: none; }
        .event-calendar-grid ul li:nth-child(3n+1) {
          clear: left; } }
    @media screen and (max-width: 550px) {
      .event-calendar-grid ul li {
        width: 50%; }
        .event-calendar-grid ul li:nth-child(3n+1) {
          clear: none; }
        .event-calendar-grid ul li:nth-child(2n+1) {
          clear: left; } }
    @media screen and (max-width: 430px) {
      .event-calendar-grid ul li {
        width: auto;
        float: none; } }

.event-calendar-grid .event-country-flag img {
  float: right;
  width: 32px;
  display: block; }

.event-calendar-grid .event-title {
  margin: 5px 0 0 0;
  min-height: 50px;
  font-size: 18px;
  font-size: 1.125rem; }

.event-calendar-grid .event-list-info {
  padding: 10px 20px 20px 20px;
  overflow: hidden; }

.page-id-2208 .event-calendar-grid ul li .event-calendar-item.event-competition-state-0 .event-date::after {
  content: "";
  display: inline-block;
  float: right;
  background: url("../Svgs/time7.svg") no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  margin-top: 2px;
  opacity: .8; }

.page-id-2208 .event-calendar-grid ul li .event-calendar-item.event-competition-state-4 .event-date {
  color: #777777; }
  .page-id-2208 .event-calendar-grid ul li .event-calendar-item.event-competition-state-4 .event-date::after {
    content: "";
    display: inline-block;
    float: right;
    background: url("../Svgs/checkered2.svg") no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    margin-top: 2px;
    opacity: .8; }

.page-id-2208 .event-calendar-grid ul li .event-calendar-item.event-competition-state-4 .event-title {
  color: #777777; }

.page-id-2208 .event-calendar-grid ul li .event-calendar-item.event-competition-state-4 .event-image {
  position: relative; }
  .page-id-2208 .event-calendar-grid ul li .event-calendar-item.event-competition-state-4 .event-image::before {
    content: 'completed';
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 34px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: rgba(255, 255, 255, 0.4); }

.pwa-event .event-calendar-grid i {
  display: block;
  float: left;
  margin-right: 5px;
  opacity: .65; }
  .pwa-event .event-calendar-grid i.icon-discipline-1 {
    background: url("../Svgs/wave.svg") no-repeat scroll 100% center/100% auto;
    width: 32px;
    height: 30px; }
  .pwa-event .event-calendar-grid i.icon-discipline-5 {
    background: url("../Svgs/slalom.svg") no-repeat scroll 100% center/100% auto;
    width: 24px;
    height: 32px; }
  .pwa-event .event-calendar-grid i.icon-discipline-2 {
    background: url("../Svgs/freestyle.svg") no-repeat scroll 100% center/100% auto;
    width: 32px;
    height: 32px; }
  .pwa-event .event-calendar-grid i.icon-discipline-6 {
    background: url("../Svgs/foil.svg") no-repeat scroll 100% center/100% auto;
    width: 32px;
    height: 32px; }

.event-calendar-compact ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #FFFFFF; }
  .event-calendar-compact ul li {
    font-size: 16px;
    font-size: 1rem; }
    .event-calendar-compact ul li a {
      display: block;
      overflow: hidden;
      padding: 20px 15px 18px 15px; }
      .event-calendar-compact ul li a div {
        float: left; }
        .event-calendar-compact ul li a div.event-country-flag {
          float: right;
          padding-bottom: 8px;
          width: 30px; }
        .event-calendar-compact ul li a div.event-date {
          width: 70%; }
        .event-calendar-compact ul li a div.event-title {
          width: 70%;
          padding-bottom: 8px; }
        .event-calendar-compact ul li a div.event-disciplines {
          width: 30%;
          overflow: hidden;
          margin-top: -8px; }
          .event-calendar-compact ul li a div.event-disciplines i {
            float: right;
            margin-left: 5px;
            width: 20px;
            height: 20px; }
    .event-calendar-compact ul li:nth-child(odd) {
      background: #EEEEEE; }
    .event-calendar-compact ul li:hover {
      background: #F3F3F3; }

.pwa-event .select-box {
  margin-left: 0;
  margin-bottom: 15px; }

.pwa-event-entrans-total {
  padding: 0 10px 8px; }

.pwa-event-results {
  padding-bottom: 30px;
  /*
  @media screen and (max-width: $size-L) {

    td,
    th {
      display: none;

      &:nth-child(1),
      &:nth-child(2),
      &:nth-child(3),
      &:last-child {
        display: table-cell;
      }
    }
  }
  */
  /*
  @media screen and (max-width: $size-MS) {

    table {
      position: relative;
      margin-left: -15px;
      margin-right: -15px;
    }
  }
  */ }
  .pwa-event-results .pwa-event-result-list {
    width: 100%;
    overflow: auto; }
  .pwa-event-results table {
    width: 100%;
    min-width: 900px;
    margin-bottom: 20px;
    background: #FFFFFF; }
  .pwa-event-results tr td {
    padding: 6px 12px 6px 3px;
    white-space: nowrap; }
    .pwa-event-results tr td:first-child {
      padding-left: 10px;
      padding-right: 6px; }
    .pwa-event-results tr td.rank-name-sponsors {
      padding: 0 10px 10px 0;
      min-width: 200px; }
    .pwa-event-results tr td .rank-name {
      padding: 6px 10px;
      background: #676767;
      color: #FFFFFF; }
      .pwa-event-results tr td .rank-name a {
        color: #FFFFFF; }
    .pwa-event-results tr td .rank-sponsors {
      font-size: 10px;
      font-size: 0.625rem;
      padding: 3px 0 0 10px; }
  .pwa-event-results tr:nth-child(odd) td {
    background: #EEEEEE; }
  .pwa-event-results tr th {
    padding: 5px 12px 5px 3px;
    background: #1c1c1c;
    text-transform: uppercase;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF; }
    .pwa-event-results tr th:first-child {
      padding-left: 10px; }

/* Generated by http://css.spritegen.com CSS Sprite Generator */
.ad, .ae, .af, .ag, .ai,
.al, .am, .an, .ao, .aq,
.ar, .aru, .arg, .a, .as, .at, .aut, .oe, .au, .aus, .aw, .ka,
.az, .ba, .bb, .bd, .be, .b, .bel,
.bf, .bg, .bul, .bh, .bi, .bj,
.bm, .bn, .bo, .br, .bra, .bs,
.bt, .bw, .by, .bz, .ca, .kc, .can,
.cd, .cf, .cg, .ch, .sui, .ci,
.ck, .cl, .cm, .cn, .co,
.cr, .cu, .cur, .cv, .cy, .cz, .cze,
.de, .ger, .g, .dj, .dk, .d, .den, .den, .dm, .do,
.dz, .ec, .ee, .est, .eg, .eh,
.er, .es, .e, .esp, .cat, .tf, .et, .fi, .fin, .fj,
.fm, .fo, .fr, .f, .fra, .sxm, .ga, .gb, .k, .gbr,
.gd, .ge, .gg, .gh, .gi,
.gl, .gm, .gn, .gp, .gpe, .gq,
.gr, .gre, .gt, .gu, .gw, .gy,
.hk, .hn, .hr, .ht, .hu,
.id, .ie, .il, .isr, .im, .in,
.iq, .ir, .is, .it, .i, .ita, .je,
.jm, .jo, .jp, .j, .jpn, .ke, .kg,
.kh, .ki, .km, .kn, .kp,
.kr, .kor, .kw, .ky, .kz, .la,
.lb, .lc, .li, .lk, .lr,
.ls, .lt, .ltu, .lu, .lv, .lat, .ly,
.ma, .m, .mc, .md, .me, .mg,
.mh, .mk, .ml, .mm, .mn,
.mo, .mq, .mr, .ms, .mt,
.mu, .mri, .mv, .mw, .mx, .my,
.mz, .na, .nb, .nc, .ne, .ng,
.ni, .nl, .h, .ned, .no, .nor, .n, .np, .nr,
.nz, .nzl, .om, .pa, .pe, .per, .pf,
.pg, .ph, .pk, .pl, .pol, .pr,
.ps, .pt, .por, .pw, .py, .qa,
.re, .ro, .rs, .ru, .rus, .rw,
.sa, .sb, .sc, .sd, .se, .swe, .s,
.sg, .si, .slo, .sk, .sl, .sm,
.sn, .so, .sr, .st, .sv,
.sy, .sz, .tc, .td, .tg,
.th, .tj, .tl, .tm, .tkm, .trm, .tn,
.to, .tr, .tur, .tt, .tv, .tw,
.tz, .ua, .ug, .us, .usa, .hi, .awt, .uy,
.uz, .va, .vc, .ve, .v, .vg,
.vi, .vn, .vu, .ws, .ye,
.za, .sa, .zm, .zw,
.cro, .ven, .ukr, .isv, .tah, .bvi, .kba, .chi, .mda {
  display: inline-block;
  max-width: 100%;
  background-size: 100%;
  background-image: url("../Images/flag_sprite2.png"); }

.ad {
  background-position: 0 0%;
  background-size: 100%; }

.ae {
  background-position: 0 0.45045%;
  background-size: 100%; }

.af {
  background-position: 0 0.900901%;
  background-size: 100%; }

.ag {
  background-position: 0 1.351351%;
  background-size: 100%; }

.ai {
  background-position: 0 1.801802%;
  background-size: 100%; }

.al {
  background-position: 0 2.252252%;
  background-size: 100%; }

.am {
  background-position: 0 2.702703%;
  background-size: 100%; }

.an {
  background-position: 0 3.153153%;
  background-size: 100%; }

.ao {
  background-position: 0 3.603604%;
  background-size: 100%; }

.aq {
  background-position: 0 4.054054%;
  background-size: 100%; }

.ar, .arg, .a {
  background-position: 0 4.504505%;
  background-size: 100%; }

.as {
  background-position: 0 4.954955%;
  background-size: 100%; }

.at, .aut, .oe {
  background-position: 0 5.405405%;
  background-size: 100%; }

.au, .aus, .ka {
  background-position: 0 5.855856%;
  background-size: 100%; }

.aw, .aru {
  background-position: 0 6.306306%;
  background-size: 100%; }

.az {
  background-position: 0 6.756757%;
  background-size: 100%; }

.ba {
  background-position: 0 7.207207%;
  background-size: 100%; }

.bb, .kba {
  background-position: 0 7.657658%;
  background-size: 100%; }

.bd {
  background-position: 0 8.108108%;
  background-size: 100%; }

.be, .b, .bel {
  background-position: 0 8.558559%;
  background-size: 100%; }

.bf {
  background-position: 0 9.009009%;
  background-size: 100%; }

.bg, .bul {
  background-position: 0 9.459459%;
  background-size: 100%; }

.bh {
  background-position: 0 9.90991%;
  background-size: 100%; }

.bi {
  background-position: 0 10.36036%;
  background-size: 100%; }

.bj {
  background-position: 0 10.810811%;
  background-size: 100%; }

.bm {
  background-position: 0 11.261261%;
  background-size: 100%; }

.bn {
  background-position: 0 11.711712%;
  background-size: 100%; }

.bo, .nb {
  background-position: 0 12.162162%;
  background-size: 100%; }

.br, .bra {
  background-position: 0 12.612613%;
  background-size: 100%; }

.bs {
  background-position: 0 13.063063%;
  background-size: 100%; }

.bt {
  background-position: 0 13.513514%;
  background-size: 100%; }

.bw {
  background-position: 0 13.963964%;
  background-size: 100%; }

.by {
  background-position: 0 14.414414%;
  background-size: 100%; }

.bz {
  background-position: 0 14.864865%;
  background-size: 100%; }

.ca, .kc, .can {
  background-position: 0 15.315315%;
  background-size: 100%; }

.cd, .cur {
  background-position: 0 15.765766%;
  background-size: 100%; }

.cf {
  background-position: 0 16.216216%;
  background-size: 100%; }

.cg {
  background-position: 0 16.666667%;
  background-size: 100%; }

.ch, .sui {
  background-position: 0 17.117117%;
  background-size: 100%; }

.ci {
  background-position: 0 17.567568%;
  background-size: 100%; }

.ck {
  background-position: 0 18.018018%;
  background-size: 100%; }

.cl, .chi {
  background-position: 0 18.468468%;
  background-size: 100%; }

.cm {
  background-position: 0 18.918919%;
  background-size: 100%; }

.cn {
  background-position: 0 19.369369%;
  background-size: 100%; }

.co {
  background-position: 0 19.81982%;
  background-size: 100%; }

.cr {
  background-position: 0 20.27027%;
  background-size: 100%; }

.cu {
  background-position: 0 20.720721%;
  background-size: 100%; }

.cv {
  background-position: 0 21.171171%;
  background-size: 100%; }

.cy {
  background-position: 0 21.621622%;
  background-size: 100%; }

.cz, .cze {
  background-position: 0 22.072072%;
  background-size: 100%; }

.de, .ger, .g {
  background-position: 0 22.522523%;
  background-size: 100%; }

.dj {
  background-position: 0 22.972973%;
  background-size: 100%; }

.dk, .d, .den {
  background-position: 0 23.423423%;
  background-size: 100%; }

.dm {
  background-position: 0 23.873874%;
  background-size: 100%; }

.do {
  background-position: 0 24.324324%;
  background-size: 100%; }

.dz {
  background-position: 0 24.774775%;
  background-size: 100%; }

.ec {
  background-position: 0 25.225225%;
  background-size: 100%; }

.ee, .est {
  background-position: 0 25.675676%;
  background-size: 100%; }

.eg {
  background-position: 0 26.126126%;
  background-size: 100%; }

.eh {
  background-position: 0 26.576577%;
  background-size: 100%; }

.er {
  background-position: 0 27.027027%;
  background-size: 100%; }

.es, .e, .esp, .cat, .tf, .gc {
  background-position: 0 27.477477%;
  background-size: 100%; }

.et {
  background-position: 0 27.927928%;
  background-size: 100%; }

.fi, .fin {
  background-position: 0 28.378378%;
  background-size: 100%; }

.fj {
  background-position: 0 28.828829%;
  background-size: 100%; }

.fm {
  background-position: 0 29.279279%;
  background-size: 100%; }

.fo {
  background-position: 0 29.72973%;
  background-size: 100%; }

.fr, .f, .fra, .sxm, .nc {
  background-position: 0 30.18018%;
  background-size: 100%; }

.ga {
  background-position: 0 30.630631%;
  background-size: 100%; }

.gb, .k, .gbr {
  background-position: 0 31.081081%;
  background-size: 100%; }

.gd {
  background-position: 0 31.531532%;
  background-size: 100%; }

.ge {
  background-position: 0 31.981982%;
  background-size: 100%; }

.gg {
  background-position: 0 32.432432%;
  background-size: 100%; }

.gh {
  background-position: 0 32.882883%;
  background-size: 100%; }

.gi {
  background-position: 0 33.333333%;
  background-size: 100%; }

.gl {
  background-position: 0 33.783784%;
  background-size: 100%; }

.gm {
  background-position: 0 34.234234%;
  background-size: 100%; }

.gn {
  background-position: 0 34.684685%;
  background-size: 100%; }

.gp, .gpe {
  background-position: 0 35.135135%;
  background-size: 100%; }

.gq {
  background-position: 0 35.585586%;
  background-size: 100%; }

.gr, .gre {
  background-position: 0 36.036036%;
  background-size: 100%; }

.gt {
  background-position: 0 36.486486%;
  background-size: 100%; }

.gu {
  background-position: 0 36.936937%;
  background-size: 100%; }

.gw {
  background-position: 0 37.387387%;
  background-size: 100%; }

.gy {
  background-position: 0 37.837838%;
  background-size: 100%; }

.hk {
  background-position: 0 38.288288%;
  background-size: 100%; }

.hn {
  background-position: 0 38.738739%;
  background-size: 100%; }

.hr, .cro {
  background-position: 0 39.189189%;
  background-size: 100%; }

.ht {
  background-position: 0 39.63964%;
  background-size: 100%; }

.hu {
  background-position: 0 40.09009%;
  background-size: 100%; }

.id {
  background-position: 0 40.540541%;
  background-size: 100%; }

.ie {
  background-position: 0 40.990991%;
  background-size: 100%; }

.il, .isr {
  background-position: 0 41.441441%;
  background-size: 100%; }

.im {
  background-position: 0 41.891892%;
  background-size: 100%; }

.in {
  background-position: 0 42.342342%;
  background-size: 100%; }

.iq {
  background-position: 0 42.792793%;
  background-size: 100%; }

.ir {
  background-position: 0 43.243243%;
  background-size: 100%; }

.is {
  background-position: 0 43.693694%;
  background-size: 100%; }

.it, .ita, .i {
  background-position: 0 44.144144%;
  background-size: 100%; }

.je {
  background-position: 0 44.594595%;
  background-size: 100%; }

.jm {
  background-position: 0 45.045045%;
  background-size: 100%; }

.jo {
  background-position: 0 45.495495%;
  background-size: 100%; }

.jp, .j, .jpn {
  background-position: 0 45.945946%;
  background-size: 100%; }

.ke {
  background-position: 0 46.396396%;
  background-size: 100%; }

.kg {
  background-position: 0 46.846847%;
  background-size: 100%; }

.kh {
  background-position: 0 47.297297%;
  background-size: 100%; }

.ki {
  background-position: 0 47.747748%;
  background-size: 100%; }

.km {
  background-position: 0 48.198198%;
  background-size: 100%; }

.kn {
  background-position: 0 48.648649%;
  background-size: 100%; }

.kp {
  background-position: 0 49.099099%;
  background-size: 100%; }

.kr, .kor {
  background-position: 0 49.54955%;
  background-size: 100%; }

.kw {
  background-position: 0 50%;
  background-size: 100%; }

.ky {
  background-position: 0 50.45045%;
  background-size: 100%; }

.kz {
  background-position: 0 50.900901%;
  background-size: 100%; }

.la {
  background-position: 0 51.351351%;
  background-size: 100%; }

.lb {
  background-position: 0 51.801802%;
  background-size: 100%; }

.lc {
  background-position: 0 52.252252%;
  background-size: 100%; }

.li {
  background-position: 0 52.702703%;
  background-size: 100%; }

.lk {
  background-position: 0 53.153153%;
  background-size: 100%; }

.lr {
  background-position: 0 53.603604%;
  background-size: 100%; }

.ls {
  background-position: 0 54.054054%;
  background-size: 100%; }

.lt, .ltu {
  background-position: 0 54.504505%;
  background-size: 100%; }

.lu {
  background-position: 0 54.954955%;
  background-size: 100%; }

.lv, .lat {
  background-position: 0 55.405405%;
  background-size: 100%; }

.ly {
  background-position: 0 55.855856%;
  background-size: 100%; }

.ma, .m {
  background-position: 0 56.306306%;
  background-size: 100%; }

.mc {
  background-position: 0 56.756757%;
  background-size: 100%; }

.md, .mda {
  background-position: 0 57.207207%;
  background-size: 100%; }

.me {
  background-position: 0 57.657658%;
  background-size: 100%; }

.mg {
  background-position: 0 58.108108%;
  background-size: 100%; }

.mh {
  background-position: 0 58.558559%;
  background-size: 100%; }

.mk {
  background-position: 0 59.009009%;
  background-size: 100%; }

.ml {
  background-position: 0 59.459459%;
  background-size: 100%; }

.mm {
  background-position: 0 59.90991%;
  background-size: 100%; }

.mn {
  background-position: 0 60.36036%;
  background-size: 100%; }

.mo {
  background-position: 0 60.810811%;
  background-size: 100%; }

.mq {
  background-position: 0 61.261261%;
  background-size: 100%; }

.mr {
  background-position: 0 61.711712%;
  background-size: 100%; }

.ms {
  background-position: 0 62.162162%;
  background-size: 100%; }

.mt {
  background-position: 0 62.612613%;
  background-size: 100%; }

.mu, .mri {
  background-position: 0 63.063063%;
  background-size: 100%; }

.mv {
  background-position: 0 63.513514%;
  background-size: 100%; }

.mw {
  background-position: 0 63.963964%;
  background-size: 100%; }

.mx {
  background-position: 0 64.414414%;
  background-size: 100%; }

.my {
  background-position: 0 64.864865%;
  background-size: 100%; }

.mz {
  background-position: 0 65.315315%;
  background-size: 100%; }

.na {
  background-position: 0 65.765766%;
  background-size: 100%; }

.ne {
  background-position: 0 66.666667%;
  background-size: 100%; }

.ng {
  background-position: 0 67.117117%;
  background-size: 100%; }

.ni {
  background-position: 0 67.567568%;
  background-size: 100%; }

.nl, .h, .ned {
  background-position: 0 68.018018%;
  background-size: 100%; }

.no, .nor, .n {
  background-position: 0 68.468468%;
  background-size: 100%; }

.np {
  background-position: 0 68.918919%;
  background-size: 100%; }

.nr {
  background-position: 0 69.369369%;
  background-size: 100%; }

.nz, .nzl {
  background-position: 0 69.81982%;
  background-size: 100%; }

.om {
  background-position: 0 70.27027%;
  background-size: 100%; }

.pa {
  background-position: 0 70.720721%;
  background-size: 100%; }

.pe, .per {
  background-position: 0 71.171171%;
  background-size: 100%; }

.pf, .tah {
  background-position: 0 71.621622%;
  background-size: 100%; }

.pg {
  background-position: 0 72.072072%;
  background-size: 100%; }

.ph {
  background-position: 0 72.522523%;
  background-size: 100%; }

.pk {
  background-position: 0 72.972973%;
  background-size: 100%; }

.pl, .pol {
  background-position: 0 73.423423%;
  background-size: 100%; }

.pr {
  background-position: 0 73.873874%;
  background-size: 100%; }

.ps {
  background-position: 0 74.324324%;
  background-size: 100%; }

.pt, .por {
  background-position: 0 74.774775%;
  background-size: 100%; }

.pw {
  background-position: 0 75.225225%;
  background-size: 100%; }

.py {
  background-position: 0 75.675676%;
  background-size: 100%; }

.qa {
  background-position: 0 76.126126%;
  background-size: 100%; }

.re {
  background-position: 0 76.576577%;
  background-size: 100%; }

.ro {
  background-position: 0 77.027027%;
  background-size: 100%; }

.rs {
  background-position: 0 77.477477%;
  background-size: 100%; }

.ru, .rus {
  background-position: 0 77.927928%;
  background-size: 100%; }

.rw {
  background-position: 0 78.378378%;
  background-size: 100%; }

.sa {
  background-position: 0 78.828829%;
  background-size: 100%; }

.sb {
  background-position: 0 79.279279%;
  background-size: 100%; }

.sc {
  background-position: 0 79.72973%;
  background-size: 100%; }

.sd {
  background-position: 0 80.18018%;
  background-size: 100%; }

.se, .swe, .s {
  background-position: 0 80.630631%;
  background-size: 100%; }

.sg {
  background-position: 0 81.081081%;
  background-size: 100%; }

.si, .slo {
  background-position: 0 81.531532%;
  background-size: 100%; }

.sk {
  background-position: 0 81.981982%;
  background-size: 100%; }

.sl {
  background-position: 0 82.432432%;
  background-size: 100%; }

.sm {
  background-position: 0 82.882883%;
  background-size: 100%; }

.sn {
  background-position: 0 83.333333%;
  background-size: 100%; }

.so {
  background-position: 0 83.783784%;
  background-size: 100%; }

.sr {
  background-position: 0 84.234234%;
  background-size: 100%; }

.st {
  background-position: 0 84.684685%;
  background-size: 100%; }

.sv {
  background-position: 0 85.135135%;
  background-size: 100%; }

.sy {
  background-position: 0 85.585586%;
  background-size: 100%; }

.sz {
  background-position: 0 86.036036%;
  background-size: 100%; }

.tc {
  background-position: 0 86.486486%;
  background-size: 100%; }

.td {
  background-position: 0 86.936937%;
  background-size: 100%; }

.tg {
  background-position: 0 87.387387%;
  background-size: 100%; }

.th {
  background-position: 0 87.837838%;
  background-size: 100%; }

.tj {
  background-position: 0 88.288288%;
  background-size: 100%; }

.tl {
  background-position: 0 88.738739%;
  background-size: 100%; }

.tm, .trm, .tkm {
  background-position: 0 89.189189%;
  background-size: 100%; }

.tn {
  background-position: 0 89.63964%;
  background-size: 100%; }

.to {
  background-position: 0 90.09009%;
  background-size: 100%; }

.tr, .tur {
  background-position: 0 90.540541%;
  background-size: 100%; }

.tt {
  background-position: 0 90.990991%;
  background-size: 100%; }

.tv {
  background-position: 0 91.441441%;
  background-size: 100%; }

.tw {
  background-position: 0 91.891892%;
  background-size: 100%; }

.tz {
  background-position: 0 92.342342%;
  background-size: 100%; }

.ua, .ukr {
  background-position: 0 92.792793%;
  background-size: 100%; }

.ug {
  background-position: 0 93.243243%;
  background-size: 100%; }

.us, .usa, .hi, .awt {
  background-position: 0 93.693694%;
  background-size: 100%; }

.uy {
  background-position: 0 94.144144%;
  background-size: 100%; }

.uz {
  background-position: 0 94.594595%;
  background-size: 100%; }

.va {
  background-position: 0 95.045045%;
  background-size: 100%; }

.vc {
  background-position: 0 95.495495%;
  background-size: 100%; }

.ve, .v, .ven {
  background-position: 0 95.945946%;
  background-size: 100%; }

.vg, .bvi {
  background-position: 0 96.396396%;
  background-size: 100%; }

.vi, .isv {
  background-position: 0 96.846847%;
  background-size: 100%; }

.vn {
  background-position: 0 97.297297%;
  background-size: 100%; }

.vu {
  background-position: 0 97.747748%;
  background-size: 100%; }

.ws {
  background-position: 0 98.198198%;
  background-size: 100%; }

.ye {
  background-position: 0 98.648649%;
  background-size: 100%; }

.za, .sa {
  background-position: 0 99.099099%;
  background-size: 100%; }

.zm {
  background-position: 0 99.54955%;
  background-size: 100%; }

.zw {
  background-position: 0 100%;
  background-size: 100%; }

.page-id-389 main,
.pid-2119 main {
  max-width: 1000px; }

.pid-2119 main iframe {
  width: 100%;
  height: 564px; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* ratio 16x9 */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto; }

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

.pv-csv-data-display {
  margin-bottom: 20px;
  background: #FFFFFF; }
  .pv-csv-data-display tr td {
    padding: 10px; }
  .pv-csv-data-display tr:nth-child(odd) {
    background: #EEEEEE; }
  .pv-csv-data-display tr:first-child {
    font-weight: 700;
    background: #1c1c1c;
    color: #FFFFFF; }

.pwa-event-ladder-switch {
  float: left;
  margin-right: 15px; }
  .pwa-event-ladder-switch.select-box {
    width: 450px; }
    .pwa-event-ladder-switch.select-box ul {
      width: 450px; }

.ladder-refresh {
  border: none;
  text-transform: none;
  cursor: pointer;
  display: block;
  padding: 1px 5px;
  text-decoration: none;
  text-indent: -99999px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background: url("../Svgs/refresh.svg") no-repeat;
  opacity: .8; }
  .ladder-refresh.inactive {
    opacity: .3; }

/* PWA Ladder */
.pwa-event-elimination-ladder {
  clear: both;
  overflow: hidden;
  font-size: 14px;
  font-size: 0.875rem; }

.pwa-event-ladders h3 {
  margin-bottom: 15px; }

.pwa-event-ladders .round {
  float: left;
  width: 180px;
  margin-right: 20px; }
  .pwa-event-ladders .round:last-child {
    margin-right: 0; }

.pwa-event-ladders .slalom .round {
  width: 180px; }

.pwa-event-ladders .heat-group {
  margin-bottom: 15px; }

.pwa-event-ladders .heat {
  border: 1px solid #ccc;
  padding: 0 3px;
  margin-bottom: 2px;
  background-color: #FFFFFF; }

.pwa-event-ladders .heat-name {
  font-weight: 500; }
  .pwa-event-ladders .heat-name::before {
    content: "Heat "; }

.pwa-event-ladders .sailor {
  overflow: hidden;
  min-height: 15px;
  border-top: 1px solid #EFEFEF; }

.pwa-event-ladders .sailor .sailor-name,
.pwa-event-ladders .sailor .sailor-name .place {
  color: #666; }

.pwa-event-ladders .sailor .sail-number {
  float: right;
  margin-left: 5px;
  color: #666; }

.pwa-event-ladders .sailor.advancing .sailor-name,
.pwa-event-ladders .sailor.advancing .sailor-name .place,
.pwa-event-ladders .sailor.advancing .sail-number,
.pwa-event-ladders .round.last .sailor .sailor-name,
.pwa-event-ladders .round.last .sailor .sailor-name .place,
.pwa-event-ladders .round.last .sailor .sail-number {
  color: #1c1c1c; }

.pwa-event-ladders .sailor.disqualified .sailor-name,
.pwa-event-ladders .sailor.disqualified .sail-number,
.pwa-event-ladders .round.last .sailor.disqualified .sailor-name,
.pwa-event-ladders .round.last .sailor.disqualified .sail-number {
  color: red; }

.pwa-event-ladders #pwa-event-selector-box #ediscs {
  margin-bottom: 25px; }

.pwa-event-ladders [data-heatsheet] {
  cursor: pointer; }

#heat-sheet-overlay-background {
  display: none; }

.live-scoring,
.heat-sheet {
  margin-top: 20px;
  overflow: hidden;
  background: #FFFFFF; }
  .live-scoring .heat,
  .heat-sheet .heat {
    float: left;
    width: 50%;
    background: #ccc;
    overflow: hidden; }
    .live-scoring .heat.men-heat-4,
    .heat-sheet .heat.men-heat-4 {
      width: 100%; }
    .live-scoring .heat .heat-number,
    .heat-sheet .heat .heat-number {
      font-weight: 500;
      padding: 2px 10px;
      border: 1px solid #FFFFFF; }
    .live-scoring .heat .sailor,
    .heat-sheet .heat .sailor {
      float: left;
      width: 50%;
      overflow: hidden;
      border-left: 1px solid #FFFFFF; }
    .live-scoring .heat.men-heat-4 .sailor,
    .heat-sheet .heat.men-heat-4 .sailor {
      width: 25%; }
    .live-scoring .heat h4,
    .heat-sheet .heat h4 {
      text-align: center;
      margin: 0;
      line-height: 1.4;
      font-weight: 400; }
    .live-scoring .heat:first-child .sailor:first-child,
    .heat-sheet .heat:first-child .sailor:first-child {
      border-left: none; }
  .live-scoring .sailor-info,
  .heat-sheet .sailor-info {
    overflow: hidden; }
    .live-scoring .sailor-info .image,
    .heat-sheet .sailor-info .image {
      float: left;
      width: 60px;
      height: 60px;
      background: black; }
    .live-scoring .sailor-info .sailnumber-country,
    .heat-sheet .sailor-info .sailnumber-country {
      overflow: hidden;
      background: #FFFFFF; }
    .live-scoring .sailor-info .sailor-country-flag,
    .heat-sheet .sailor-info .sailor-country-flag {
      float: right;
      margin: -2px 5px 0 0;
      width: 36px;
      height: 32px; }
    .live-scoring .sailor-info .sail-number,
    .heat-sheet .sailor-info .sail-number {
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 500;
      line-height: 30px;
      padding-left: 10px; }
    .live-scoring .sailor-info .name,
    .heat-sheet .sailor-info .name {
      background: #F3F3F3;
      height: 30px;
      overflow: hidden;
      line-height: 30px;
      padding: 0 5px 0 10px;
      white-space: nowrap; }
  .live-scoring .score-summary,
  .heat-sheet .score-summary {
    padding: 0 5px;
    overflow: hidden; }
    .live-scoring .score-summary .col,
    .heat-sheet .score-summary .col {
      float: left;
      width: 25%;
      text-align: center; }
    .live-scoring .score-summary .header,
    .heat-sheet .score-summary .header {
      line-height: 24px; }
    .live-scoring .score-summary .score,
    .heat-sheet .score-summary .score {
      background: #FFFFFF;
      text-align: center;
      line-height: 50px;
      margin-right: 1px; }
    .live-scoring .score-summary .position-final,
    .heat-sheet .score-summary .position-final {
      background: red;
      text-align: center;
      line-height: 50px;
      color: #FFFFFF;
      font-size: 36px;
      font-size: 2.25rem; }
      .live-scoring .score-summary .position-final.leader,
      .heat-sheet .score-summary .position-final.leader {
        background: green; }
  .live-scoring.score-type-freestyle .score-summary .label-tack,
  .heat-sheet.score-type-freestyle .score-summary .label-tack {
    float: left;
    background: #F3F3F3;
    line-height: 24px;
    padding: 0 3px; }
  .live-scoring.score-type-freestyle .score-summary .score-port,
  .heat-sheet.score-type-freestyle .score-summary .score-port {
    line-height: 24px;
    margin-bottom: 1px; }
  .live-scoring.score-type-freestyle .score-summary .score-star,
  .heat-sheet.score-type-freestyle .score-summary .score-star {
    line-height: 25px; }
  .live-scoring.score-type-wave .score-board, .live-scoring.score-type-Wave .score-board,
  .heat-sheet.score-type-wave .score-board,
  .heat-sheet.score-type-Wave .score-board {
    padding: 0 5px 5px 5px; }
    .live-scoring.score-type-wave .score-board .header, .live-scoring.score-type-Wave .score-board .header,
    .heat-sheet.score-type-wave .score-board .header,
    .heat-sheet.score-type-Wave .score-board .header {
      color: #FFFFFF;
      text-align: center;
      line-height: 24px; }
    .live-scoring.score-type-wave .score-board .scores, .live-scoring.score-type-Wave .score-board .scores,
    .heat-sheet.score-type-wave .score-board .scores,
    .heat-sheet.score-type-Wave .score-board .scores {
      overflow: hidden; }
    .live-scoring.score-type-wave .score-board .score-block, .live-scoring.score-type-Wave .score-board .score-block,
    .heat-sheet.score-type-wave .score-board .score-block,
    .heat-sheet.score-type-Wave .score-board .score-block {
      float: left;
      width: 20%;
      height: 46px;
      background: #FFFFFF;
      text-align: center;
      border-left: 1px solid #cccccc;
      border-bottom: 1px solid #cccccc; }
      .live-scoring.score-type-wave .score-board .score-block:nth-child(1), .live-scoring.score-type-wave .score-board .score-block:nth-child(6), .live-scoring.score-type-Wave .score-board .score-block:nth-child(1), .live-scoring.score-type-Wave .score-board .score-block:nth-child(6),
      .heat-sheet.score-type-wave .score-board .score-block:nth-child(1),
      .heat-sheet.score-type-wave .score-board .score-block:nth-child(6),
      .heat-sheet.score-type-Wave .score-board .score-block:nth-child(1),
      .heat-sheet.score-type-Wave .score-board .score-block:nth-child(6) {
        border-left: 0; }
      .live-scoring.score-type-wave .score-board .score-block.counting, .live-scoring.score-type-Wave .score-board .score-block.counting,
      .heat-sheet.score-type-wave .score-board .score-block.counting,
      .heat-sheet.score-type-Wave .score-board .score-block.counting {
        color: green; }
    .live-scoring.score-type-wave .score-board .waves .score-block, .live-scoring.score-type-Wave .score-board .waves .score-block,
    .heat-sheet.score-type-wave .score-board .waves .score-block,
    .heat-sheet.score-type-Wave .score-board .waves .score-block {
      line-height: 46px; }
    .live-scoring.score-type-wave .score-board .jumps .score-block, .live-scoring.score-type-Wave .score-board .jumps .score-block,
    .heat-sheet.score-type-wave .score-board .jumps .score-block,
    .heat-sheet.score-type-Wave .score-board .jumps .score-block {
      padding-top: 2px; }
  .live-scoring.score-type-freestyle .score-board,
  .heat-sheet.score-type-freestyle .score-board {
    padding: 0 5px 5px 5px; }
    .live-scoring.score-type-freestyle .score-board .header,
    .heat-sheet.score-type-freestyle .score-board .header {
      color: #FFFFFF;
      text-align: center;
      line-height: 26px;
      overflow: hidden;
      padding: 0 2px; }
      .live-scoring.score-type-freestyle .score-board .header .tack-label,
      .heat-sheet.score-type-freestyle .score-board .header .tack-label {
        float: right;
        width: 70%;
        text-align: left;
        font-weight: 400; }
      .live-scoring.score-type-freestyle .score-board .header .style-label,
      .heat-sheet.score-type-freestyle .score-board .header .style-label {
        float: left;
        font-size: 14px;
        font-size: 0.875rem;
        cursor: help;
        padding: 0 7px; }
      .live-scoring.score-type-freestyle .score-board .header .variety-label,
      .heat-sheet.score-type-freestyle .score-board .header .variety-label {
        float: left;
        font-size: 14px;
        font-size: 0.875rem;
        padding-left: 20px;
        cursor: help; }
    .live-scoring.score-type-freestyle .score-board .scores,
    .heat-sheet.score-type-freestyle .score-board .scores {
      overflow: hidden; }
    .live-scoring.score-type-freestyle .score-board .score-block,
    .heat-sheet.score-type-freestyle .score-board .score-block {
      float: left;
      width: 25%;
      height: 50px;
      background: #FFFFFF;
      text-align: center;
      border-left: 1px solid #cccccc;
      border-bottom: 2px solid #cccccc;
      font-size: 12px;
      font-size: 0.75rem; }
      .live-scoring.score-type-freestyle .score-board .score-block:nth-child(1), .live-scoring.score-type-freestyle .score-board .score-block:nth-child(5),
      .heat-sheet.score-type-freestyle .score-board .score-block:nth-child(1),
      .heat-sheet.score-type-freestyle .score-board .score-block:nth-child(5) {
        border-left: 0; }
      .live-scoring.score-type-freestyle .score-board .score-block:nth-child(6),
      .heat-sheet.score-type-freestyle .score-board .score-block:nth-child(6) {
        border-left: 1px solid #cccccc; }
      .live-scoring.score-type-freestyle .score-board .score-block.counting,
      .heat-sheet.score-type-freestyle .score-board .score-block.counting {
        color: green; }
      .live-scoring.score-type-freestyle .score-board .score-block .style,
      .heat-sheet.score-type-freestyle .score-board .score-block .style {
        float: left;
        width: 50%;
        line-height: 25px; }
      .live-scoring.score-type-freestyle .score-board .score-block .variety,
      .heat-sheet.score-type-freestyle .score-board .score-block .variety {
        float: left;
        width: 50%;
        line-height: 25px; }
      .live-scoring.score-type-freestyle .score-board .score-block .score-name,
      .heat-sheet.score-type-freestyle .score-board .score-block .score-name {
        clear: both;
        position: relative;
        border-top: 1px solid #cccccc;
        line-height: 22px;
        cursor: pointer; }
        .live-scoring.score-type-freestyle .score-board .score-block .score-name span,
        .heat-sheet.score-type-freestyle .score-board .score-block .score-name span {
          display: none;
          position: absolute;
          left: 5px;
          bottom: 5px;
          background: #676767;
          color: #FFFFFF;
          border: 1px solid #676767;
          padding: 2px 10px;
          z-index: 9; }
        .live-scoring.score-type-freestyle .score-board .score-block .score-name.cat-US,
        .heat-sheet.score-type-freestyle .score-board .score-block .score-name.cat-US {
          background: rgba(186, 0, 186, 0.13); }
        .live-scoring.score-type-freestyle .score-board .score-block .score-name.cat-DP,
        .heat-sheet.score-type-freestyle .score-board .score-block .score-name.cat-DP {
          background: rgba(114, 140, 49, 0.31); }
        .live-scoring.score-type-freestyle .score-board .score-block .score-name.cat-UN,
        .heat-sheet.score-type-freestyle .score-board .score-block .score-name.cat-UN {
          background: rgba(254, 116, 2, 0.31); }
        .live-scoring.score-type-freestyle .score-board .score-block .score-name.cat-DS,
        .heat-sheet.score-type-freestyle .score-board .score-block .score-name.cat-DS {
          background: rgba(255, 217, 77, 0.31); }
        .live-scoring.score-type-freestyle .score-board .score-block .score-name.cat-UP,
        .heat-sheet.score-type-freestyle .score-board .score-block .score-name.cat-UP {
          background: rgba(181, 200, 215, 0.31); }
        .live-scoring.score-type-freestyle .score-board .score-block .score-name:hover span,
        .heat-sheet.score-type-freestyle .score-board .score-block .score-name:hover span {
          display: block; }
    .live-scoring.score-type-freestyle .score-board .waves .score-block,
    .heat-sheet.score-type-freestyle .score-board .waves .score-block {
      line-height: 46px; }
    .live-scoring.score-type-freestyle .score-board .jumps .score-block,
    .heat-sheet.score-type-freestyle .score-board .jumps .score-block {
      padding-top: 2px; }
  @media screen and (max-width: 900px) {
    .live-scoring.score-type-freestyle .score-summary .label-tack,
    .heat-sheet.score-type-freestyle .score-summary .label-tack {
      font-size: 12px;
      font-size: 0.75rem; }
    .live-scoring.score-type-freestyle .score-summary .score-port,
    .heat-sheet.score-type-freestyle .score-summary .score-port {
      font-size: 12px;
      font-size: 0.75rem; }
    .live-scoring.score-type-freestyle .score-summary .score-star,
    .heat-sheet.score-type-freestyle .score-summary .score-star {
      font-size: 12px;
      font-size: 0.75rem; }
    .live-scoring.score-type-freestyle .score-board .header,
    .heat-sheet.score-type-freestyle .score-board .header {
      color: #FFFFFF;
      text-align: center;
      line-height: 26px;
      overflow: hidden;
      padding: 0 2px; }
      .live-scoring.score-type-freestyle .score-board .header .tack-label,
      .heat-sheet.score-type-freestyle .score-board .header .tack-label {
        font-size: 14px;
        font-size: 0.875rem; }
      .live-scoring.score-type-freestyle .score-board .header .style-label,
      .heat-sheet.score-type-freestyle .score-board .header .style-label {
        padding: 0 3px; } }
  @media screen and (max-width: 760px) {
    .live-scoring .heat,
    .heat-sheet .heat {
      float: none;
      width: auto; }
      .live-scoring .heat.men-heat-4 .sailor,
      .heat-sheet .heat.men-heat-4 .sailor {
        width: 50%; }
      .live-scoring .heat:first-child,
      .heat-sheet .heat:first-child {
        margin-bottom: 3px; } }
  @media screen and (max-width: 480px) {
    .live-scoring .heat .sailor,
    .heat-sheet .heat .sailor {
      float: none;
      width: auto; }
    .live-scoring .heat.men-heat-4 .sailor,
    .heat-sheet .heat.men-heat-4 .sailor {
      width: 100%; } }

#heat-sheet-overlay-background {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 8; }

#heat-sheet {
  display: none;
  position: absolute;
  width: 500px;
  height: 397px;
  z-index: 9; }
  #heat-sheet.wide-version {
    width: 900px; }
  #heat-sheet .heat {
    float: none;
    width: auto; }
  #heat-sheet.score-type-freestyle {
    height: 417px; }

@media screen and (max-width: 760px) {
  #heat-sheet.wide-version {
    width: 500px;
    height: 768px; } }

@media screen and (max-width: 480px) {
  #heat-sheet {
    width: 250px;
    height: 768px; }
    #heat-sheet.wide-version {
      width: 250px;
      height: 1504px; }
    #heat-sheet.score-type-freestyle {
      height: 808px; } }

.pwa-standalone .page {
  background: none; }

.pwa-standalone main {
  padding: 0;
  margin: 0; }

.pwa-standalone .live-scoring, .pwa-standalone .heat-sheet {
  margin: 15px; }

.pwa-event-status {
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .pwa-event-status .pwa-event-status-inner {
    display: inline-block;
    background: rgba(26, 188, 156, 0.7);
    overflow: hidden;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 0;
    border-radius: 0 0 5px 5px; }
    .pwa-event-status .pwa-event-status-inner:hover {
      background: #1abc9c; }
    .pwa-event-status .pwa-event-status-inner a {
      color: #FFFFFF; }
  .pwa-event-status .call-to-action {
    clear: both;
    padding: 5px; }
  .pwa-event-status .pwa-event-status-main {
    float: left;
    font-size: 12px;
    font-size: 0.75rem;
    white-space: nowrap;
    padding: 2px 10px 0 10px;
    text-align: left; }
  .pwa-event-status .pwa-event-status-title {
    font-size: 16px;
    font-size: 1rem; }
  .pwa-event-status .pwa-event-status-discipline {
    float: left;
    padding: 0 5px;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF; }
  .pwa-event-status .pwa-event-status-competition-state {
    float: left;
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
    padding: 2px 10px 0 10px;
    line-height: 35px; }
  @media screen and (max-width: 830px) {
    .pwa-event-status {
      top: 60px;
      position: absolute; } }
  @media screen and (max-width: 480px) {
    .pwa-event-status {
      position: relative;
      background: #1abc9c;
      top: 0 !important; } }

.pwa-event .pwa-event-status .icon-discipline-1 {
  background-image: url("../Svgs/wave_white.svg"); }

.pwa-event .pwa-event-status .icon-discipline-2 {
  background-image: url("../Svgs/freestyle_white.svg"); }

.pwa-event .pwa-event-status .icon-discipline-3 {
  background: url("../Svgs/slalom_white.svg") no-repeat scroll 100% center/100% auto;
  width: 34px;
  height: 42px; }

.small-header .pwa-event-status {
  top: 60px; }

.pwa-event-registration {
  /*
  @media screen and (max-width: $size-L) {

    td,
    th {
      display: none;

      &:nth-child(1),
      &:nth-child(2),
      &:nth-child(3),
      &:last-child {
        display: table-cell;
      }
    }
  }
  */
  /*
  @media screen and (max-width: $size-MS) {

    table {
      position: relative;
      margin-left: -15px;
      margin-right: -15px;
    }
  }
  */ }
  .pwa-event-registration ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .pwa-event-registration h3 {
    font-size: 16px;
    font-size: 1rem;
    margin: 30px 0 15px 0; }
  .pwa-event-registration .notification {
    border: 1px solid;
    padding: 10px;
    margin-bottom: 20px; }
    .pwa-event-registration .notification.success {
      border-color: green;
      color: green;
      background: rgba(0, 128, 0, 0.4); }
    .pwa-event-registration .notification.warning {
      border-color: #c80000;
      color: #c80000;
      background: rgba(200, 0, 0, 0.4); }
    .pwa-event-registration .notification.information {
      border-color: #e08700;
      color: #e08700;
      background: rgba(255, 165, 0, 0.4); }
      .pwa-event-registration .notification.information a {
        color: #e08700;
        text-decoration: underline;
        font-weight: 700; }
  .pwa-event-registration .open-registrations {
    margin-bottom: 40px; }
  .pwa-event-registration .no-options {
    margin: 20px 0 100px 0; }
  .pwa-event-registration .event-title-wrap {
    padding-top: 4px;
    padding-right: 20px;
    width: 450px; }
  .pwa-event-registration .back-link {
    float: right;
    margin-left: 15px; }
  .pwa-event-registration .event-registration-item {
    display: -webkit-box;
    display: flex; }
  .pwa-event-registration .event-registration-detail-link {
    padding-top: 5px; }
    .pwa-event-registration .event-registration-detail-link a {
      display: block;
      background: #252525;
      color: #FFFFFF;
      padding: 8px 16px; }
      .pwa-event-registration .event-registration-detail-link a:hover {
        background: #1c1c1c; }
  .pwa-event-registration .event-core-info h2 {
    padding-top: 4px; }
  .pwa-event-registration .event-core-info-sub {
    margin-left: 68px; }
  .pwa-event-registration .event-country-flag {
    float: left;
    margin-right: 20px; }
  .pwa-event-registration .event-disciplines {
    margin-top: 12px; }
    .pwa-event-registration .event-disciplines .label {
      font-weight: 500;
      margin-bottom: 4px; }
  .pwa-event-registration .event-title {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700; }
  .pwa-event-registration input[type='submit'] {
    border: none;
    background: #252525;
    color: #FFFFFF;
    padding: 10px 20px;
    cursor: pointer;
    margin-left: 68px; }
    .pwa-event-registration input[type='submit']:hover {
      background: #1c1c1c; }
  .pwa-event-registration .event-registration-options li {
    position: relative;
    margin-top: 20px;
    border: 2px solid #777777;
    padding: 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    background: #FAFAFA;
    max-width: 800px; }
    .pwa-event-registration .event-registration-options li .label {
      display: block;
      text-transform: uppercase;
      font-weight: 500; }
    .pwa-event-registration .event-registration-options li .note {
      color: #c80000;
      text-transform: none;
      padding-left: 5px; }
    .pwa-event-registration .event-registration-options li a {
      display: block;
      background: #1abc9c;
      color: #FFFFFF;
      padding: 10px 20px;
      font-weight: 400;
      text-align: center;
      width: 120px; }
      .pwa-event-registration .event-registration-options li a:hover {
        background: #28e1bd; }
    .pwa-event-registration .event-registration-options li:first-child {
      margin-top: 0; }
    .pwa-event-registration .event-registration-options li.has-registered .note {
      color: #1abc9c; }
    .pwa-event-registration .event-registration-options li.has-registered::before {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      content: "";
      width: 10px;
      background: #1abc9c; }
    .pwa-event-registration .event-registration-options li.has-registered a {
      background: #777777; }
      .pwa-event-registration .event-registration-options li.has-registered a:hover {
        background: #919191; }
  .pwa-event-registration .additional-info {
    margin-top: 30px; }
  .pwa-event-registration .event-registration-confirmation {
    min-height: 350px; }
  .pwa-event-registration .wildcard-application-link {
    margin: 40px 0 20px 0; }
    .pwa-event-registration .wildcard-application-link a {
      display: inline-block;
      text-align: left;
      padding: 15px 60px 15px 40px;
      color: #FFFFFF;
      font-weight: 700;
      font-size: 20px;
      font-size: 1.25rem;
      background: #676767;
      position: relative; }
      .pwa-event-registration .wildcard-application-link a span {
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0; }
        .pwa-event-registration .wildcard-application-link a span::before {
          content: "";
          position: absolute;
          top: 18px;
          right: 0;
          width: 30px;
          height: 3px;
          background: #FFFFFF;
          -webkit-transform: rotate(35deg);
                  transform: rotate(35deg); }
        .pwa-event-registration .wildcard-application-link a span::after {
          content: "";
          position: absolute;
          bottom: 18px;
          right: 0;
          width: 30px;
          height: 3px;
          background: #FFFFFF;
          -webkit-transform: rotate(-35deg);
                  transform: rotate(-35deg); }
      .pwa-event-registration .wildcard-application-link a:hover {
        background: #818181; }
    .pwa-event-registration .wildcard-application-link .home-link {
      display: inline-block;
      color: #FFFFFF;
      text-decoration: none;
      font-weight: 700;
      background: #1abc9c;
      padding: 10px 20px; }
      .pwa-event-registration .wildcard-application-link .home-link:hover {
        background: #28e1bd; }

.tx-felogin-pi1 fieldset {
  border: none;
  padding: 0;
  margin-top: 20px; }

.tx-felogin-pi1 legend {
  display: none; }

.tx-felogin-pi1 input[type="text"],
.tx-felogin-pi1 input[type="password"] {
  border: 1px solid #DDDDDD;
  background: #F3F3F3;
  padding: 4px 10px;
  margin-bottom: 10px; }
  .tx-felogin-pi1 input[type="text"]:focus,
  .tx-felogin-pi1 input[type="password"]:focus {
    background: #FAFAFA; }

.tx-felogin-pi1 input[type='submit'] {
  border: none;
  background: #252525;
  color: #FFFFFF;
  padding: 10px 20px;
  cursor: pointer;
  margin-top: 15px; }
  .tx-felogin-pi1 input[type='submit']:hover {
    background: #1c1c1c; }

.csc-mailform,
.frame-type-form_formframework form {
  max-width: 800px;
  background: #FFFFFF;
  padding: 30px 40px; }
  .csc-mailform fieldset,
  .frame-type-form_formframework form fieldset {
    border: none;
    padding: 0;
    margin-top: 20px; }
  .csc-mailform legend,
  .frame-type-form_formframework form legend {
    display: none; }
  .csc-mailform .form-group,
  .frame-type-form_formframework form .form-group {
    overflow: hidden;
    margin-top: 15px; }
  .csc-mailform label,
  .frame-type-form_formframework form label {
    float: left;
    width: 200px;
    margin-right: 15px;
    display: block;
    padding-top: 3px;
    margin-bottom: 3px;
    text-align: right; }
  .csc-mailform .csc-form-element,
  .frame-type-form_formframework form .csc-form-element {
    margin-top: 10px; }
  .csc-mailform input[type="text"],
  .csc-mailform input[type="number"],
  .csc-mailform input[type="email"],
  .frame-type-form_formframework form input[type="text"],
  .frame-type-form_formframework form input[type="number"],
  .frame-type-form_formframework form input[type="email"] {
    border: 1px solid #DDDDDD;
    background: #F3F3F3;
    padding: 4px 10px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 420px; }
    .csc-mailform input[type="text"]:focus,
    .csc-mailform input[type="number"]:focus,
    .csc-mailform input[type="email"]:focus,
    .frame-type-form_formframework form input[type="text"]:focus,
    .frame-type-form_formframework form input[type="number"]:focus,
    .frame-type-form_formframework form input[type="email"]:focus {
      background: #FAFAFA; }
  .csc-mailform input[type="number"],
  .frame-type-form_formframework form input[type="number"] {
    width: 80px; }
  .csc-mailform input[type='submit'],
  .csc-mailform .submit button,
  .frame-type-form_formframework form input[type='submit'],
  .frame-type-form_formframework form .submit button {
    border: none;
    background: #252525;
    color: #FFFFFF;
    padding: 10px 20px;
    cursor: pointer;
    margin-top: 15px; }
    .csc-mailform input[type='submit']:hover,
    .csc-mailform .submit button:hover,
    .frame-type-form_formframework form input[type='submit']:hover,
    .frame-type-form_formframework form .submit button:hover {
      background: #1c1c1c; }
  .csc-mailform select,
  .frame-type-form_formframework form select {
    border: 1px solid #DDDDDD;
    background: #F3F3F3;
    padding: 4px 10px;
    margin-bottom: 10px; }
    .csc-mailform select:focus,
    .frame-type-form_formframework form select:focus {
      background: #FAFAFA; }
  .csc-mailform textarea,
  .frame-type-form_formframework form textarea {
    border: 1px solid #DDDDDD;
    background: #F3F3F3;
    padding: 4px 10px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 420px;
    height: 150px; }
    .csc-mailform textarea:focus,
    .frame-type-form_formframework form textarea:focus {
      background: #FAFAFA; }
  .csc-mailform .form-navigation,
  .frame-type-form_formframework form .form-navigation {
    padding-left: 215px; }
  @media screen and (max-width: 830px) {
    .csc-mailform label,
    .frame-type-form_formframework form label {
      text-align: left;
      float: none !important;
      width: auto !important; }
    .csc-mailform .form-navigation,
    .frame-type-form_formframework form .form-navigation {
      padding-left: 0; } }

.livestream-view #ladder {
  background: white;
  overflow: hidden;
  color: black; }
  .livestream-view #ladder .heat,
  .livestream-view #ladder .sailor {
    border-width: 5px;
    border-color: black; }
  .livestream-view #ladder .sailor {
    border-width: 4px; }
  .livestream-view #ladder .heat-name {
    background: #ccc;
    text-align: center; }
  .livestream-view #ladder .heat {
    padding: 0; }
    .livestream-view #ladder .heat > div {
      padding: 0 5px; }

/*# sourceMappingURL=main.css.map */
