@charset "UTF-8";
/* generated with grunt-sass-globbing */
/* Chosen v1.4.2 | (c) 2011-2015 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999; }

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/chosen-sprite.png) no-repeat 0 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: #fff url(../images/chosen-sprite.png) no-repeat 100% -20px;
  background: url(../images/chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(#eee 1%, #fff 15%);
  background-image: -o-linear-gradient(#eee 1%, #fff 15%);
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
  background-image: -moz-linear-gradient(#eee 20%, #fff 80%);
  background-image: -o-linear-gradient(#eee 20%, #fff 80%);
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: 0;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important; }

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: 0; }

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: #fff url(../images/chosen-sprite.png) no-repeat -30px -20px;
  background: url(../images/chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type=text], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
    background-image: url(../images/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

div.fancy-select {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  color: #46565D; }

div.fancy-select.disabled {
  opacity: 0.5; }

div.fancy-select div.trigger {
  cursor: pointer;
  padding: 8px 35px 8px 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  background: white;
  color: black;
  width: 100%;
  transition: all 240ms ease-out;
  -webkit-transition: all 240ms ease-out;
  -moz-transition: all 240ms ease-out;
  -ms-transition: all 240ms ease-out;
  -o-transition: all 240ms ease-out; }

div.fancy-select div.trigger:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #4B5468;
  top: 20px;
  right: 9px; }

div.fancy-select div.trigger.open:after {
  border-top-color: #989898; }

div.fancy-select ul.options {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 1px;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  max-height: 200px;
  overflow: auto;
  background: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
  min-width: 200px;
  width: 100%;
  border: 1px solid white;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out false;
  -o-transition: all 0.3s ease-out false;
  transition: all 0.3s ease-out; }

div.fancy-select ul.options.open {
  visibility: visible;
  opacity: 1;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4); }

div.fancy-select ul.options.overflowing {
  top: auto;
  bottom: 40px;
  transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out; }

div.fancy-select ul.options.overflowing.open {
  top: auto;
  bottom: 50px;
  transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -o-transition: opacity 300ms ease-out, bottom 300ms ease-out; }

div.fancy-select ul.options li {
  padding: 8px 25px;
  color: #989898;
  cursor: pointer;
  white-space: nowrap;
  transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out; }

div.fancy-select ul.options li.selected {
  background-color: #e7e7e7;
  color: black; }

div.fancy-select ul.options li.hover {
  background-color: #f7f7f7;
  color: black; }

/* !FOCUSED IMAGES */
/*-----------------------------------------*/
.focuspoint {
  position: relative;
  /*Any position but static should work*/
  overflow: hidden; }

.focuspoint img {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  display: block;
  /* fill and maintain aspect ratio */
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-height: none;
  max-width: none; }

.mCustomScrollbar {
  -ms-touch-action: none;
  touch-action: none; }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr; }

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto; }

.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px; }

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out,background-color .2s ease-in-out; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
  transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0; }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px; }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px; }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px; }

.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0; }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: .3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%); }

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

/*!
 * jQVMap Version 1.0 
 *
 * http://jqvmap.com
 *
 * Copyright 2012, Peter Schmalfeldt <manifestinteractive@gmail.com>
 * Licensed under the MIT license.
 *
 * Fork Me @ https://github.com/manifestinteractive/jqvmap
 */
.jqvmap-label {
  position: absolute;
  display: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px; }

.jqvmap-zoomin, .jqvmap-zoomout {
  position: absolute;
  left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #000000;
  padding: 3px;
  color: white;
  width: 10px;
  height: 10px;
  cursor: pointer;
  line-height: 10px;
  text-align: center; }

.jqvmap-zoomin {
  top: 10px; }

.jqvmap-zoomout {
  top: 30px; }

.jqvmap-region {
  cursor: pointer; }

.jqvmap-ajax_response {
  width: 100%;
  height: 500px; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/loading_gray.gif") center center no-repeat; }

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

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: 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: .25; }

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

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

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

.slick-prev:before {
  content: '\xE2\x86\x90'; }

[dir='rtl'] .slick-prev:before {
  content: '\xE2\x86\x92'; }

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

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

.slick-next:before {
  content: '\xE2\x86\x90'; }

[dir='rtl'] .slick-next:before {
  content: '\xE2\x86\x92'; }

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

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

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

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

.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 {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\xE2\x80\xA2';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

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

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

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

/* generated with grunt-sass-globbing */
/* generated with grunt-sass-globbing */
@-webkit-keyframes background-pulse {
  0% {
    opacity: 0; }
  50% {
    opacity: .5; }
  100% {
    opacity: 0; } }

@-moz-keyframes background-pulse {
  0% {
    opacity: 0; }
  50% {
    opacity: .5; }
  100% {
    opacity: 0; } }

@-o-keyframes background-pulse {
  0% {
    opacity: 0; }
  50% {
    opacity: .5; }
  100% {
    opacity: 0; } }

@keyframes background-pulse {
  0% {
    opacity: 0; }
  50% {
    opacity: .5; }
  100% {
    opacity: 0; } }

/* generated with grunt-sass-globbing */
.contextual-links-wrapper {
  right: 0;
  top: 0;
  background-color: #fff; }

.panels-ipe-editing .panels-ipe-dragbar-admin-title {
  float: left;
  padding-top: 10px; }

.panels-ipe-editing .ega-basic-page .panels-ipe-portlet-wrapper .service-links {
  position: relative !important;
  top: auto !important;
  right: auto !important; }

.panels-ipe-editing .node--poll,
.panels-ipe-editing .node--poll .node__title a {
  color: #000000; }

.panels-ipe-editing .ega-forum-poll-wrapper .ez-radio,
.panels-ipe-editing .ega-forum-poll-wrapper .ez-radio.ez-selected {
  border-color: #000000; }

.panels-ipe-editing .ega-forum-poll-wrapper .ez-radio.ez-selected {
  background-color: #ffffff; }

.panels-ipe-editing .ega-forum-poll-wrapper .ez-radio.ez-selected:after {
  background-color: #000000; }

.node-type-page .ctools-modal-content fieldset .fieldset-legend {
  position: relative;
  margin-top: 0;
  padding-left: 0;
  text-transform: none; }

.mCustomScrollbar .mCSB_scrollTools {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }
  .mCustomScrollbar .mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  .mCustomScrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #0199fa;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }

.flickity-viewport {
  overflow: hidden; }

input {
  outline: none; }

.base-theme-form {
  padding-top: 20px;
  *zoom: 1; }
  .base-theme-form:after {
    content: "";
    display: table;
    clear: both; }
  .base-theme-form fieldset {
    margin: 0;
    padding: 0;
    border: none; }
  .base-theme-form .form-item,
  .base-theme-form .fieldset-description {
    margin-bottom: 15px; }
  .base-theme-form div.form-item {
    max-width: none;
    *zoom: 1; }
    .base-theme-form div.form-item:after {
      content: "";
      display: table;
      clear: both; }
  .base-theme-form .form-actions {
    margin-top: 20px;
    margin-bottom: 0; }
  .base-theme-form .form-text,
  .base-theme-form .form-submit {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .base-theme-form .form-text {
    width: 100%;
    height: 55px;
    border: 2px solid #ececec;
    padding: 5px 1.25rem;
    font-size: 0.875rem;
    font-family: "Helvetica";
    color: #1e1e1e;
    background-color: #fff; }
  .base-theme-form label {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1rem; }
    .base-theme-form label.error {
      font-size: 0.75rem;
      color: #ff0a0a; }
  .base-theme-form .description,
  .base-theme-form .fieldset-description {
    margin-top: 5px;
    font-family: "Helvetica";
    font-size: 0.75rem;
    color: #595959;
    white-space: normal; }
    .base-theme-form .description a,
    .base-theme-form .fieldset-description a {
      color: #0199fa;
      -webkit-transition: color 0.2s false;
      -moz-transition: color 0.2s false false;
      -o-transition: color 0.2s false false;
      transition: color 0.2s; }
  .base-theme-form .form-required {
    color: #000; }
  .base-theme-form .form-submit {
    overflow: visible;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    margin-right: 0;
    margin-bottom: 0;
    border: none;
    padding: 0 0.625rem;
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    font-family: "Helvetica Neue Heavy Condensed";
    color: #fff;
    background-color: #0199fa;
    background-image: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: background-color 0.25s ease, color 0.25s ease;
    -moz-transition: background-color 0.25s ease false, color 0.25s ease false;
    -o-transition: background-color 0.25s ease false, color 0.25s ease false;
    transition: background-color 0.25s ease, color 0.25s ease; }
    .base-theme-form .form-submit:link {
      color: #fff; }
  .base-theme-form input[type="checkbox"],
  .base-theme-form input[type="radio"] {
    display: none; }
    .base-theme-form input[type="checkbox"].ez-hide,
    .base-theme-form input[type="radio"].ez-hide {
      display: block; }
  .base-theme-form .ez-hide {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    cursor: pointer; }
    .base-theme-form .ez-hide[disabled] {
      cursor: default; }
  .base-theme-form .ez-checkbox,
  .base-theme-form .ez-radio {
    display: block;
    position: relative;
    width: 48px;
    height: 40px;
    background-color: #fff;
    border: 2px solid #ececec;
    -webkit-transition: all 0.2s 0s;
    -webkit-transition-delay: ease-in-out;
    -moz-transition: all 0.2s 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out; }
    .base-theme-form .ez-checkbox:after, .base-theme-form .ez-checkbox:before,
    .base-theme-form .ez-radio:after,
    .base-theme-form .ez-radio:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      content: '';
      width: 12px;
      height: 2px;
      background-color: #dfe1e3;
      pointer-events: none;
      -webkit-transition: all 0.2s 0s;
      -webkit-transition-delay: ease-in-out;
      -moz-transition: all 0.2s 0s ease-in-out;
      -o-transition: all 0.2s 0s ease-in-out;
      transition: all 0.2s 0s ease-in-out; }
    .base-theme-form .ez-checkbox:after,
    .base-theme-form .ez-radio:after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .base-theme-form .ez-checkbox:before,
    .base-theme-form .ez-radio:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .base-theme-form .ez-checkbox.ez-selected, .base-theme-form .ez-checkbox.ez-checked,
    .base-theme-form .ez-radio.ez-selected,
    .base-theme-form .ez-radio.ez-checked {
      background-color: #0199fa;
      border-color: #0199fa; }
      .base-theme-form .ez-checkbox.ez-selected:after, .base-theme-form .ez-checkbox.ez-selected:before, .base-theme-form .ez-checkbox.ez-checked:after, .base-theme-form .ez-checkbox.ez-checked:before,
      .base-theme-form .ez-radio.ez-selected:after,
      .base-theme-form .ez-radio.ez-selected:before,
      .base-theme-form .ez-radio.ez-checked:after,
      .base-theme-form .ez-radio.ez-checked:before {
        background-color: #fff; }
      .base-theme-form .ez-checkbox.ez-selected:before, .base-theme-form .ez-checkbox.ez-checked:before,
      .base-theme-form .ez-radio.ez-selected:before,
      .base-theme-form .ez-radio.ez-checked:before {
        width: 8px;
        left: -7px;
        top: 3px; }
      .base-theme-form .ez-checkbox.ez-selected:after, .base-theme-form .ez-checkbox.ez-checked:after,
      .base-theme-form .ez-radio.ez-selected:after,
      .base-theme-form .ez-radio.ez-checked:after {
        width: 14px;
        right: -7px; }
  .base-theme-form .chosen-container,
  .base-theme-form .chosen-container-single {
    width: 100% !important;
    font-size: 1rem; }
    .base-theme-form .chosen-container.chosen-container-single-nosearch .chosen-search,
    .base-theme-form .chosen-container-single.chosen-container-single-nosearch .chosen-search {
      padding: 0;
      position: absolute; }
    .base-theme-form .chosen-container.chosen-container-active .chosen-single,
    .base-theme-form .chosen-container-single.chosen-container-active .chosen-single {
      border: 2px solid #ececec;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      background: #fff; }
    .base-theme-form .chosen-container.chosen-container-active .chosen-choices li.search-field:after,
    .base-theme-form .chosen-container-single.chosen-container-active .chosen-choices li.search-field:after {
      -webkit-transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      transform: rotate(-180deg); }
    .base-theme-form .chosen-container.chosen-with-drop .chosen-drop,
    .base-theme-form .chosen-container-single.chosen-with-drop .chosen-drop {
      visibility: visible;
      opacity: 1;
      -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4); }
    .base-theme-form .chosen-container.chosen-with-drop .chosen-single > div b:after,
    .base-theme-form .chosen-container.chosen-with-drop .chosen-choices > div b:after,
    .base-theme-form .chosen-container-single.chosen-with-drop .chosen-single > div b:after,
    .base-theme-form .chosen-container-single.chosen-with-drop .chosen-choices > div b:after {
      -webkit-transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      transform: rotate(-180deg); }
    .base-theme-form .chosen-container .chosen-single,
    .base-theme-form .chosen-container .chosen-choices,
    .base-theme-form .chosen-container-single .chosen-single,
    .base-theme-form .chosen-container-single .chosen-choices {
      font-size: 0.875rem;
      font-family: "Helvetica";
      padding: 19px 2.5rem 19px 1.25rem;
      height: auto;
      line-height: 1;
      border: 2px solid #ececec;
      border-radius: 0;
      box-shadow: none;
      background: #fff;
      *zoom: 1; }
      .base-theme-form .chosen-container .chosen-single::-webkit-input-placeholder,
      .base-theme-form .chosen-container .chosen-choices::-webkit-input-placeholder,
      .base-theme-form .chosen-container-single .chosen-single::-webkit-input-placeholder,
      .base-theme-form .chosen-container-single .chosen-choices::-webkit-input-placeholder {
        color: #1e1e1e; }
      .base-theme-form .chosen-container .chosen-single:-moz-placeholder,
      .base-theme-form .chosen-container .chosen-choices:-moz-placeholder,
      .base-theme-form .chosen-container-single .chosen-single:-moz-placeholder,
      .base-theme-form .chosen-container-single .chosen-choices:-moz-placeholder {
        color: #1e1e1e; }
      .base-theme-form .chosen-container .chosen-single::-moz-placeholder,
      .base-theme-form .chosen-container .chosen-choices::-moz-placeholder,
      .base-theme-form .chosen-container-single .chosen-single::-moz-placeholder,
      .base-theme-form .chosen-container-single .chosen-choices::-moz-placeholder {
        color: #1e1e1e; }
      .base-theme-form .chosen-container .chosen-single:-ms-input-placeholder,
      .base-theme-form .chosen-container .chosen-choices:-ms-input-placeholder,
      .base-theme-form .chosen-container-single .chosen-single:-ms-input-placeholder,
      .base-theme-form .chosen-container-single .chosen-choices:-ms-input-placeholder {
        color: #1e1e1e; }
      .base-theme-form .chosen-container .chosen-single:after,
      .base-theme-form .chosen-container .chosen-choices:after,
      .base-theme-form .chosen-container-single .chosen-single:after,
      .base-theme-form .chosen-container-single .chosen-choices:after {
        content: "";
        display: table;
        clear: both; }
      .base-theme-form .chosen-container .chosen-single li,
      .base-theme-form .chosen-container .chosen-choices li,
      .base-theme-form .chosen-container-single .chosen-single li,
      .base-theme-form .chosen-container-single .chosen-choices li {
        position: relative;
        width: 100%;
        font-size: 0.875rem;
        font-family: "Helvetica"; }
        .base-theme-form .chosen-container .chosen-single li.search-choice,
        .base-theme-form .chosen-container .chosen-choices li.search-choice,
        .base-theme-form .chosen-container-single .chosen-single li.search-choice,
        .base-theme-form .chosen-container-single .chosen-choices li.search-choice {
          float: left;
          width: auto;
          border-color: #a6a6a6;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0;
          border-radius: 0;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
          background: #efefef;
          padding-top: 7px;
          padding-bottom: 7px;
          margin-left: 0.125rem;
          margin-right: 0.125rem; }
          .base-theme-form .chosen-container .chosen-single li.search-choice .search-choice-close,
          .base-theme-form .chosen-container .chosen-choices li.search-choice .search-choice-close,
          .base-theme-form .chosen-container-single .chosen-single li.search-choice .search-choice-close,
          .base-theme-form .chosen-container-single .chosen-choices li.search-choice .search-choice-close {
            top: 8px; }
          .base-theme-form .chosen-container .chosen-single li.search-choice + .search-field,
          .base-theme-form .chosen-container .chosen-choices li.search-choice + .search-field,
          .base-theme-form .chosen-container-single .chosen-single li.search-choice + .search-field,
          .base-theme-form .chosen-container-single .chosen-choices li.search-choice + .search-field {
            background-color: #ececec !important; }
        .base-theme-form .chosen-container .chosen-single li.search-field input[type="text"],
        .base-theme-form .chosen-container .chosen-choices li.search-field input[type="text"],
        .base-theme-form .chosen-container-single .chosen-single li.search-field input[type="text"],
        .base-theme-form .chosen-container-single .chosen-choices li.search-field input[type="text"] {
          cursor: pointer;
          padding-top: 0;
          padding-bottom: 0;
          padding-right: 0.3125rem !important;
          padding-left: 0.3125rem !important;
          margin-left: 0.125rem;
          margin-right: 0.125rem;
          font-size: 0.875rem;
          font-family: "Helvetica";
          color: #1e1e1e;
          text-transform: uppercase; }
        .base-theme-form .chosen-container .chosen-single li.search-field:after,
        .base-theme-form .chosen-container .chosen-choices li.search-field:after,
        .base-theme-form .chosen-container-single .chosen-single li.search-field:after,
        .base-theme-form .chosen-container-single .chosen-choices li.search-field:after {
          position: absolute;
          display: block;
          top: 0;
          right: 0.3125rem;
          bottom: 0;
          width: 10px;
          height: 0;
          margin-top: auto;
          margin-bottom: auto;
          border: none;
          line-height: 0;
          font-family: FontAwesome;
          font-weight: normal;
          font-style: normal;
          text-decoration: inherit;
          -webkit-font-smoothing: antialiased;
          *margin-right: .3em;
          content: "";
          -webkit-transition: -webkit-transform 0.3s false;
          -moz-transition: -moz-transform 0.3s false false;
          -o-transition: -o-transform 0.3s false false;
          transition: transform 0.3s; }
      .base-theme-form .chosen-container .chosen-single input,
      .base-theme-form .chosen-container .chosen-choices input,
      .base-theme-form .chosen-container-single .chosen-single input,
      .base-theme-form .chosen-container-single .chosen-choices input {
        width: 100% !important;
        color: #1e1e1e; }
      .base-theme-form .chosen-container .chosen-single span,
      .base-theme-form .chosen-container .chosen-choices span,
      .base-theme-form .chosen-container-single .chosen-single span,
      .base-theme-form .chosen-container-single .chosen-choices span {
        margin-right: 0;
        font-size: 0.875rem;
        font-family: "Helvetica";
        text-transform: uppercase;
        color: #1e1e1e; }
      .base-theme-form .chosen-container .chosen-single > div,
      .base-theme-form .chosen-container .chosen-choices > div,
      .base-theme-form .chosen-container-single .chosen-single > div,
      .base-theme-form .chosen-container-single .chosen-choices > div {
        width: 30px; }
        .base-theme-form .chosen-container .chosen-single > div b,
        .base-theme-form .chosen-container .chosen-choices > div b,
        .base-theme-form .chosen-container-single .chosen-single > div b,
        .base-theme-form .chosen-container-single .chosen-choices > div b {
          background-image: none !important; }
          .base-theme-form .chosen-container .chosen-single > div b:after,
          .base-theme-form .chosen-container .chosen-choices > div b:after,
          .base-theme-form .chosen-container-single .chosen-single > div b:after,
          .base-theme-form .chosen-container-single .chosen-choices > div b:after {
            position: absolute;
            display: block;
            top: 0;
            right: 1.25rem;
            bottom: 0;
            width: 10px;
            height: 0;
            margin-top: auto;
            margin-bottom: auto;
            border: none;
            line-height: 0;
            font-family: FontAwesome;
            font-weight: normal;
            font-style: normal;
            text-decoration: inherit;
            -webkit-font-smoothing: antialiased;
            *margin-right: .3em;
            content: "";
            -webkit-transition: -webkit-transform 0.3s false;
            -moz-transition: -moz-transform 0.3s false false;
            -o-transition: -o-transform 0.3s false false;
            transition: transform 0.3s; }
    .base-theme-form .chosen-container .chosen-choices,
    .base-theme-form .chosen-container-single .chosen-choices {
      padding-top: 10px;
      padding-bottom: 10px;
      padding-right: 1.25rem; }
    .base-theme-form .chosen-container .chosen-search,
    .base-theme-form .chosen-container-single .chosen-search {
      padding: 5px 0.3125rem;
      position: relative; }
      .base-theme-form .chosen-container .chosen-search:after,
      .base-theme-form .chosen-container-single .chosen-search:after {
        position: absolute;
        color: #dfe1e3;
        right: 21px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        height: 0;
        line-height: 0;
        font-size: 1rem;
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        *margin-right: .3em;
        content: ""; }
      .base-theme-form .chosen-container .chosen-search input[type="text"],
      .base-theme-form .chosen-container-single .chosen-search input[type="text"] {
        height: 45px;
        line-height: 45px;
        border-width: 1px;
        padding-left: 0.3125rem;
        padding-right: 0.3125rem;
        margin-top: 0;
        margin-bottom: 0;
        background-image: none !important; }
    .base-theme-form .chosen-container .chosen-results,
    .base-theme-form .chosen-container-single .chosen-results {
      max-height: 200px; }
      .base-theme-form .chosen-container .chosen-results li,
      .base-theme-form .chosen-container-single .chosen-results li {
        color: #989898;
        padding: 19px 25px;
        font-family: "Helvetica";
        font-size: 0.875rem;
        text-transform: uppercase; }
        .base-theme-form .chosen-container .chosen-results li.highlighted,
        .base-theme-form .chosen-container-single .chosen-results li.highlighted {
          color: #000;
          background: #f7f7f7; }
    .base-theme-form .chosen-container .chosen-drop,
    .base-theme-form .chosen-container-single .chosen-drop {
      visibility: hidden;
      opacity: 0;
      left: 0;
      margin-top: 1px;
      background: #fff;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      min-width: 200px;
      width: 100%;
      border: 1px solid #fff;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out false;
      -o-transition: all 0.3s ease-out false;
      transition: all 0.3s ease-out; }
  .base-theme-form input.error {
    border-color: #ff0a0a; }

div.fancy-select {
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
  div.fancy-select div.trigger {
    font-size: 0.875rem;
    font-family: "Helvetica";
    padding: 18px 2.5rem 17px 1.25rem;
    border: 2px solid #ececec; }
    div.fancy-select div.trigger:after {
      top: 0;
      right: 1.25rem;
      bottom: 0;
      width: 10px;
      height: 0;
      margin-top: auto;
      margin-bottom: auto;
      border: none;
      line-height: 0;
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      text-decoration: inherit;
      -webkit-font-smoothing: antialiased;
      *margin-right: .3em;
      content: "";
      -webkit-transition: -webkit-transform 0.3s false;
      -moz-transition: -moz-transform 0.3s false false;
      -o-transition: -o-transform 0.3s false false;
      transition: transform 0.3s; }
    div.fancy-select div.trigger.open:after {
      -webkit-transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  div.fancy-select ul.options li {
    padding: 19px 25px;
    font-family: "Helvetica";
    font-size: 0.875rem; }

#ui-datepicker-div {
  width: 250px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0; }
  #ui-datepicker-div select {
    color: #000;
    font-size: 0.875rem;
    font-weight: normal;
    height: 24px;
    line-height: 24px;
    border: none; }
  #ui-datepicker-div .ui-datepicker-header {
    height: 35px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 0;
    line-height: 35px;
    text-transform: uppercase;
    color: #fff;
    background: #0199fa; }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
      height: 35px;
      margin: 0 auto;
      padding-top: 5px;
      padding-right: 35px;
      padding-left: 35px;
      line-height: 35px; }
    #ui-datepicker-div .ui-datepicker-header a {
      top: 0;
      width: 35px;
      height: 35px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      background: none;
      -webkit-transition: background-color 0.25s ease;
      -moz-transition: background-color 0.25s ease false;
      -o-transition: background-color 0.25s ease false;
      transition: background-color 0.25s ease; }
    #ui-datepicker-div .ui-datepicker-header .ui-icon {
      cursor: pointer;
      overflow: hidden;
      text-indent: -10000px;
      background: none; }
      #ui-datepicker-div .ui-datepicker-header .ui-icon:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        margin-top: -8px;
        text-align: center;
        text-indent: 0;
        line-height: 1;
        font-size: 1rem;
        color: #fff; }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
      left: 0; }
      #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev .ui-icon:after {
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        *margin-right: .3em;
        content: "";
        margin-left: -6px; }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
      right: 0; }
      #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next .ui-icon:after {
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        *margin-right: .3em;
        content: "";
        margin-left: -4px; }
  #ui-datepicker-div .ui-datepicker-calendar {
    margin: 0; }
    #ui-datepicker-div .ui-datepicker-calendar thead,
    #ui-datepicker-div .ui-datepicker-calendar tr {
      height: 25px;
      line-height: 25px; }
    #ui-datepicker-div .ui-datepicker-calendar th {
      text-transform: uppercase;
      font-size: 0.75rem;
      color: #595959;
      background-color: #ececec; }
    #ui-datepicker-div .ui-datepicker-calendar th,
    #ui-datepicker-div .ui-datepicker-calendar td {
      width: 14.28%;
      border: 1px solid #eeeeee;
      padding: 5px 0; }
    #ui-datepicker-div .ui-datepicker-calendar td {
      cursor: pointer;
      background-color: #fff;
      -webkit-transition: background-color 0.25s ease, border 0.25s ease;
      -moz-transition: background-color 0.25s ease false, border 0.25s ease false;
      -o-transition: background-color 0.25s ease false, border 0.25s ease false;
      transition: background-color 0.25s ease, border 0.25s ease; }
      #ui-datepicker-div .ui-datepicker-calendar td > *,
      #ui-datepicker-div .ui-datepicker-calendar td > *.ui-state-active {
        width: 25px;
        height: 25px;
        margin: 0 auto;
        border: none;
        text-align: center;
        line-height: 20px;
        font-size: 1rem;
        color: #0a2d75;
        background: none;
        -webkit-transition: border 0.25s ease, color 0.25s ease;
        -moz-transition: border 0.25s ease false, color 0.25s ease false;
        -o-transition: border 0.25s ease false, color 0.25s ease false;
        transition: border 0.25s ease, color 0.25s ease; }

@media (min-width: 940px) {
  .base-theme-form .description a:hover,
  .base-theme-form .fieldset-description a:hover {
    color: #021a4a; }
  .base-theme-form .form-submit:hover {
    background-color: #021a4a; }
  #ui-datepicker-div .ui-datepicker-header a:hover {
    border: none;
    background-color: #126da8; }
  #ui-datepicker-div .ui-datepicker-calendar td:hover {
    background-color: #0199fa; }
    #ui-datepicker-div .ui-datepicker-calendar td:hover > *,
    #ui-datepicker-div .ui-datepicker-calendar td:hover > *.ui-state-active {
      color: #fff; }
  #ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled:hover {
    background-color: transparent; } }

.page-results h1,
.page-livescoring h1,
.page-calendar h1,
.page-handicapping h1,
.node-type-page h1,
.page-search h1 {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.section-members .ega-menu-tabs ~ h2,
.ega-forum-page > .panels-ipe-region h2 {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

@media (min-width: 768px) {
  .page-results h1,
  .page-livescoring h1,
  .page-calendar h1,
  .page-handicapping h1,
  .node-type-page h1,
  .page-search h1 {
    padding-left: 1.09375rem;
    padding-right: 1.09375rem; }
  .section-members .ega-menu-tabs ~ h2,
  .ega-forum-page > .panels-ipe-region h2 {
    padding-left: 1.09375rem;
    padding-right: 1.09375rem; } }

@media (min-width: 940px) {
  .page-results h1,
  .page-livescoring h1,
  .page-calendar h1,
  .page-handicapping h1,
  .node-type-page h1,
  .page-search h1 {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0; }
  .section-members .ega-menu-tabs ~ h2,
  .ega-forum-page > .panels-ipe-region h2 {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0; } }

.spinner {
  margin: 100px auto 0;
  width: 70px;
  height: 18px;
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s false;
  -moz-transition: opacity 0.2s false false;
  -o-transition: opacity 0.2s false false;
  transition: opacity 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 0; }
  .spinner.show {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  margin-right: 2px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  .spinner > div:last-child {
    margin-right: 0; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

img,
media {
  max-width: 100%; }

img.countryicon {
  border: 1px solid #e9e9e9; }

img[style*="float:left"], img[style*="float: left"] {
  margin-right: 0.625rem; }

img[style*="float:right"], img[style*="float: right"] {
  margin-left: 0.625rem; }

.ajax-progress-throbber {
  display: none;
  float: left;
  width: 100%;
  margin-top: 10px; }
  .ajax-progress-throbber .throbber {
    height: 16px;
    width: 16px;
    margin: 0; }

.progress-disabled {
  position: relative; }
  .progress-disabled:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 0.15 ease;
    -moz-transition: opacity 0.15 ease false;
    -o-transition: opacity 0.15 ease false;
    transition: opacity 0.15 ease;
    -webkit-animation: background-pulse 1s ease-in-out infinite;
    -moz-animation: background-pulse 1s ease-in-out infinite;
    -ms-animation: background-pulse 1s ease-in-out infinite;
    -o-animation: background-pulse 1s ease-in-out infinite;
    animation: background-pulse 1s ease-in-out infinite; }

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Helvetica Neue Heavy Condensed";
  src: url("../fonts/HelveticaNeueLTPro-HvCn.eot");
  src: url("../fonts/HelveticaNeueLTPro-HvCn.eot#iefix&") format("embedded-opentype"), url("../fonts/HelveticaNeueLTPro-HvCn.woff") format("woff"), url("../fonts/HelveticaNeueLTPro-HvCn.ttf") format("truetype"), url("../fonts/HelveticaNeueLTPro-HvCn.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "HelveticaNeueLTPro-HvCn";
  src: "../font/"; }

body {
  font-family: "Helvetica Neue Heavy Condensed";
  font-size: 16px;
  line-height: 1.2; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.2;
  text-transform: uppercase; }

h1 {
  font-size: 1.75rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.3125rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 1rem; }

p {
  font-family: "Helvetica";
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px; }

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

a {
  text-decoration: none;
  -webkit-transition: color 0.2s false;
  -moz-transition: color 0.2s false false;
  -o-transition: color 0.2s false false;
  transition: color 0.2s; }
  a:hover {
    color: #0199fa;
    text-decoration: none; }

@media (min-width: 768px) {
  h1 {
    font-size: 2.0625rem; }
  h2 {
    font-size: 1.5625rem; }
  h3 {
    font-size: 1.5625rem; }
  h4 {
    font-size: 1.375rem; }
  h5 {
    font-size: 1.0625rem; }
  h6 {
    font-size: 1rem; } }

@media (min-width: 940px) {
  h1 {
    font-size: 2.375rem; }
  h2 {
    font-size: 1.875rem; }
  h3 {
    font-size: 1.625rem; }
  h4 {
    font-size: 1.4375rem; }
  h5 {
    font-size: 1.125rem; }
  h6 {
    font-size: 1rem; } }

/* generated with grunt-sass-globbing */
.accordion-item,
.view-black-books .grouped,
.view-black-books .not-grouped {
  margin-bottom: 10px;
  *zoom: 1; }
  .accordion-item:after,
  .view-black-books .grouped:after,
  .view-black-books .not-grouped:after {
    content: "";
    display: table;
    clear: both; }

.accordion-item .question,
.view-black-books .views-field-title h4,
.view-black-books .grouped h3 {
  cursor: pointer;
  position: relative;
  padding: 15px 3.75rem 15px 2.1875rem;
  text-align: left;
  text-transform: uppercase;
  font-family: "Helvetica";
  font-size: 0.875rem;
  color: #000;
  background-color: #efefef;
  -webkit-transition: color 0.2s false, background-color 0.2s false;
  -moz-transition: color 0.2s false false, background-color 0.2s false false;
  -o-transition: color 0.2s false false, background-color 0.2s false false;
  transition: color 0.2s, background-color 0.2s; }
  .accordion-item .question:after,
  .view-black-books .views-field-title h4:after,
  .view-black-books .grouped h3:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "";
    overflow: hidden;
    position: absolute;
    top: 17px;
    right: 1.5625rem;
    display: block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    border: 2px solid #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding-left: 1px;
    text-align: center;
    line-height: 12px;
    font-size: 15px;
    color: inherit;
    -webkit-transition: -webkit-transform 0.2s false, border 0.2s false;
    -moz-transition: -moz-transform 0.2s false false, border 0.2s false false;
    -o-transition: -o-transform 0.2s false false, border 0.2s false false;
    transition: transform 0.2s, border 0.2s; }

.view-black-books .views-field-title h4,
.view-black-books .grouped h3 {
  display: block;
  margin-top: 0;
  margin-bottom: 0; }

.accordion-item.active .question,
.view-black-books .views-field-title.opened h4,
.view-black-books .grouped h3.opened {
  color: #fff;
  background-color: #0199fa; }
  .accordion-item.active .question:after,
  .view-black-books .views-field-title.opened h4:after,
  .view-black-books .grouped h3.opened:after {
    border-color: #fff;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.accordion-item .answer {
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  border-left: 1px solid #efefef;
  padding: 30px 2.1875rem;
  *zoom: 1; }
  .accordion-item .answer:after {
    content: "";
    display: table;
    clear: both; }
  .accordion-item .answer p:last-child {
    margin-bottom: 0; }

.banner-wrapper {
  border: 5px solid #f7f7f7; }
  .banner-wrapper a,
  .banner-wrapper img {
    display: block; }
  .banner-wrapper a {
    height: 100%; }
  .banner-wrapper img {
    position: static;
    max-height: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 0; }

@media (min-width: 768px) {
  .banner-wrapper {
    border-width: 12px; } }

.ega-basic-page .two-columns {
  clear: both;
  *zoom: 1; }
  .ega-basic-page .two-columns:after {
    content: "";
    display: table;
    clear: both; }

@media (min-width: 768px) {
  .ega-basic-page .two-columns .left,
  .ega-basic-page .two-columns .right {
    width: 48%; }
  .ega-basic-page .two-columns .left {
    float: left;
    margin-right: 4%; }
  .ega-basic-page .two-columns .right {
    float: right; } }

@media (min-width: 940px) {
  .ega-basic-page .two-columns .left {
    width: 60%;
    margin-right: 6.6666%; }
  .ega-basic-page .two-columns .right {
    width: 33.3333%; } }

.editor-enabled ul,
.editor-enabled ol,
.body ul,
.body ol {
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 2rem;
  font-family: "Helvetica"; }
  .editor-enabled ul,
  .editor-enabled ul li,
  .editor-enabled ol,
  .editor-enabled ol li,
  .body ul,
  .body ul li,
  .body ol,
  .body ol li {
    clear: both;
    *zoom: 1; }
    .editor-enabled ul:after,
    .editor-enabled ul li:after,
    .editor-enabled ol:after,
    .editor-enabled ol li:after,
    .body ul:after,
    .body ul li:after,
    .body ol:after,
    .body ol li:after {
      content: "";
      display: table;
      clear: both; }
  .editor-enabled ul ul,
  .editor-enabled ul ol,
  .editor-enabled ol ul,
  .editor-enabled ol ol,
  .body ul ul,
  .body ul ol,
  .body ol ul,
  .body ol ol {
    margin-bottom: 10px; }

.editor-enabled .image img,
.ega-basic-page .image img {
  width: 100%; }

.editor-enabled .media-element,
.editor-enabled .editor-file-wrapper,
.ega-basic-page .media-element,
.ega-basic-page .editor-file-wrapper {
  margin-bottom: 30px; }

.editor-enabled img.media-element,
.ega-basic-page img.media-element {
  margin-top: 10px;
  margin-bottom: 10px; }

.editor-enabled img.media-element[style*="float: left"],
.ega-basic-page img.media-element[style*="float: left"] {
  margin-right: 15px; }

.editor-enabled img.media-element[style*="float: right"],
.ega-basic-page img.media-element[style*="float: right"] {
  margin-left: 15px; }

.editor-enabled blockquote,
.ega-basic-page blockquote {
  position: relative;
  min-height: 51px;
  margin: 0 0 30px 0;
  padding-left: 6.25rem;
  font-style: italic; }
  .editor-enabled blockquote:before,
  .ega-basic-page blockquote:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 61px;
    height: 51px;
    background-image: url(../images/generated/spritesheet-1567005678655.png);
    background-position: -59px -76px;
    width: 65px;
    height: 51px; }

@media (min-width: 940px) {
  .ega-basic-page .right blockquote {
    padding-left: 5.3125rem; } }

.responsive-table-outer-wrapper {
  width: 100%;
  position: relative; }
  .responsive-table-outer-wrapper.show-right-shadow .shadows:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  .responsive-table-outer-wrapper.show-left-shadow .shadows:before {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  .responsive-table-outer-wrapper .shadows {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none; }
    .responsive-table-outer-wrapper .shadows:before, .responsive-table-outer-wrapper .shadows:after {
      position: absolute;
      top: 0;
      bottom: 0;
      content: '';
      width: 50px;
      z-index: 1;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      -webkit-transition: opacity 0.25s false;
      -moz-transition: opacity 0.25s false false;
      -o-transition: opacity 0.25s false false;
      transition: opacity 0.25s; }
    .responsive-table-outer-wrapper .shadows:before {
      left: 0;
      background: -owg-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 90%);
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 90%);
      background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 90%);
      background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 90%);
      -pie-background: -pie-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 90%);
      background: linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 90%); }
    .responsive-table-outer-wrapper .shadows:after {
      right: 0;
      background: -owg-linear-gradient(left, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.5));
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.5));
      background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.5));
      background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.5));
      -pie-background: -pie-linear-gradient(left, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.5));
      background: linear-gradient(left, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.5)); }

.responsive-table-wrapper {
  width: 100%;
  overflow-x: auto; }
  .responsive-table-wrapper .sticky-header {
    display: none !important; }
  .responsive-table-wrapper table {
    width: 100%;
    margin-bottom: 20px; }
    .responsive-table-wrapper table th,
    .responsive-table-wrapper table td {
      padding: 15px 0.9375rem;
      text-align: center;
      text-transform: uppercase;
      font-family: "Helvetica";
      font-size: 0.8125rem;
      color: #1e1e1e; }
    .responsive-table-wrapper table th {
      border: 1px solid #f0f041;
      background-color: #e5e52d; }
      .responsive-table-wrapper table th .sort {
        text-indent: -1000px;
        overflow: hidden;
        display: inline-block;
        width: 8px;
        height: 12px;
        position: relative;
        margin-left: 0.625rem; }
        .responsive-table-wrapper table th .sort:after {
          color: inherit;
          margin-left: 5px;
          display: block;
          text-indent: 0;
          position: absolute;
          top: 0;
          right: 0; }
        .responsive-table-wrapper table th .sort.descending:after {
          font-family: FontAwesome;
          font-weight: normal;
          font-style: normal;
          text-decoration: inherit;
          -webkit-font-smoothing: antialiased;
          *margin-right: .3em;
          content: ""; }
        .responsive-table-wrapper table th .sort.ascending:after {
          font-family: FontAwesome;
          font-weight: normal;
          font-style: normal;
          text-decoration: inherit;
          -webkit-font-smoothing: antialiased;
          *margin-right: .3em;
          content: ""; }
    .responsive-table-wrapper table td {
      border-top: 2px solid #fff;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
      border-left: 1px solid #fff;
      background-color: #f7f7f7; }
      .responsive-table-wrapper table td a {
        color: #1e1e1e; }

.ega-basic-page table {
  width: 100% !important; }

.editor-3col-table tr td:first-child,
.editor-3col-table tr td:last-child {
  width: 15% !important; }

.editor-3col-table tr td:nth-child(2) {
  width: 70% !important; }

.editor-enabled,
.editor-enabled p,
.ega-basic-page,
.ega-basic-page p {
  line-height: 1.5;
  font-size: 0.875rem;
  /* This is needed to override style tags and preserve aspect ratio */ }
  .editor-enabled img,
  .editor-enabled p img,
  .ega-basic-page img,
  .ega-basic-page p img {
    height: auto !important; }

.editor-enabled a,
.ega-basic-page a {
  color: #0199fa; }

.editor-enabled [class|="editor-highlighted"],
.editor-enabled [class|="editor-button"],
.ega-basic-page [class|="editor-highlighted"],
.ega-basic-page [class|="editor-button"] {
  display: inline-block;
  padding: 7px 0.625rem; }

.editor-enabled [class|="editor-menu"],
.ega-basic-page [class|="editor-menu"] {
  display: block;
  padding: 7px 0.625rem;
  text-decoration: none; }

.editor-enabled .editor-highlighted-blue,
.editor-enabled .editor-button-blue,
.ega-basic-page .editor-highlighted-blue,
.ega-basic-page .editor-button-blue {
  color: #fff; }
  .editor-enabled .editor-highlighted-blue a,
  .editor-enabled .editor-button-blue a,
  .ega-basic-page .editor-highlighted-blue a,
  .ega-basic-page .editor-button-blue a {
    color: #fff; }

.editor-enabled .editor-highlighted-blue-medium,
.editor-enabled .editor-highlighted-blue-dark,
.ega-basic-page .editor-highlighted-blue-medium,
.ega-basic-page .editor-highlighted-blue-dark {
  color: #fff; }
  .editor-enabled .editor-highlighted-blue-medium a,
  .editor-enabled .editor-highlighted-blue-dark a,
  .ega-basic-page .editor-highlighted-blue-medium a,
  .ega-basic-page .editor-highlighted-blue-dark a {
    color: #fff; }

.editor-enabled .editor-menu-blue a,
.editor-enabled .editor-menu-blue-medium a,
.editor-enabled .editor-menu-blue-dark a,
.ega-basic-page .editor-menu-blue a,
.ega-basic-page .editor-menu-blue-medium a,
.ega-basic-page .editor-menu-blue-dark a {
  display: block;
  padding: 10px 0.625rem 5px 0.625rem;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  color: #fff; }

.editor-enabled .editor-highlighted-blue,
.editor-enabled .editor-button-blue,
.editor-enabled .editor-menu-blue,
.ega-basic-page .editor-highlighted-blue,
.ega-basic-page .editor-button-blue,
.ega-basic-page .editor-menu-blue {
  background-color: #0199fa; }

.editor-enabled .editor-highlighted-blue-medium,
.editor-enabled .editor-menu-blue-medium,
.ega-basic-page .editor-highlighted-blue-medium,
.ega-basic-page .editor-menu-blue-medium {
  background-color: #0a2d75; }

.editor-enabled .editor-highlighted-blue-dark,
.editor-enabled .editor-menu-blue-dark,
.ega-basic-page .editor-highlighted-blue-dark,
.ega-basic-page .editor-menu-blue-dark {
  background-color: #021a4a; }

.editor-enabled .editor-highlighted-yellow,
.editor-enabled .editor-highlighted-yellow-border,
.ega-basic-page .editor-highlighted-yellow,
.ega-basic-page .editor-highlighted-yellow-border {
  color: #000; }
  .editor-enabled .editor-highlighted-yellow a,
  .editor-enabled .editor-highlighted-yellow-border a,
  .ega-basic-page .editor-highlighted-yellow a,
  .ega-basic-page .editor-highlighted-yellow-border a {
    color: #000; }

.editor-enabled .editor-highlighted-gray,
.editor-enabled .editor-button-yellow,
.ega-basic-page .editor-highlighted-gray,
.ega-basic-page .editor-button-yellow {
  color: #000; }
  .editor-enabled .editor-highlighted-gray a,
  .editor-enabled .editor-button-yellow a,
  .ega-basic-page .editor-highlighted-gray a,
  .ega-basic-page .editor-button-yellow a {
    color: #000; }

.editor-enabled .editor-highlighted-gray,
.ega-basic-page .editor-highlighted-gray {
  background-color: #dfe1e3; }

.editor-enabled .editor-highlighted-yellow,
.editor-enabled .editor-button-yellow,
.ega-basic-page .editor-highlighted-yellow,
.ega-basic-page .editor-button-yellow {
  background-color: #e5e52d; }

.editor-enabled .editor-highlighted-yellow-border,
.ega-basic-page .editor-highlighted-yellow-border {
  border: 3px solid #e5e52d; }

.ega-basic-page h2,
.ega-basic-page h3,
.ega-basic-page h4,
.ega-basic-page h5 {
  margin-top: 20px;
  margin-bottom: 20px; }

.ega-basic-page h2 {
  font-size: 1.5rem; }

.ega-basic-page h3 {
  font-size: 1.25rem; }

.ega-basic-page h4 {
  font-size: 1.125rem; }

.ega-basic-page h5 {
  font-size: 1rem; }

@media (min-width: 940px) {
  .editor-enabled a:hover,
  .ega-basic-page a:hover {
    color: #0189e1; }
  .editor-enabled .editor-highlighted-blue:hover a,
  .editor-enabled .editor-highlighted-blue-medium:hover a,
  .editor-enabled .editor-highlighted-blue-dark:hover a,
  .ega-basic-page .editor-highlighted-blue:hover a,
  .ega-basic-page .editor-highlighted-blue-medium:hover a,
  .ega-basic-page .editor-highlighted-blue-dark:hover a {
    color: #fff; }
  .editor-enabled .editor-menu-blue:hover a,
  .editor-enabled .editor-menu-blue-medium:hover a,
  .editor-enabled .editor-menu-blue-dark:hover a,
  .ega-basic-page .editor-menu-blue:hover a,
  .ega-basic-page .editor-menu-blue-medium:hover a,
  .ega-basic-page .editor-menu-blue-dark:hover a {
    text-decoration: none;
    color: #fff; }
  .editor-enabled .editor-highlighted-yellow:hover a,
  .editor-enabled .editor-highlighted-yellow-border:hover a,
  .editor-enabled .editor-highlighted-gray:hover a,
  .ega-basic-page .editor-highlighted-yellow:hover a,
  .ega-basic-page .editor-highlighted-yellow-border:hover a,
  .ega-basic-page .editor-highlighted-gray:hover a {
    color: #000; } }

#breadcrumb {
  display: none; }

@media (min-width: 768px) {
  .page-user-register #page-wrapper {
    overflow-x: hidden; }
  .page-user-register #breadcrumb {
    display: block;
    margin-right: -3000px;
    margin-left: -3000px; }
  #breadcrumb {
    display: block;
    background-color: #efefef;
    *zoom: 1; }
    #breadcrumb:after {
      content: "";
      display: table;
      clear: both; }
    #breadcrumb ul,
    #breadcrumb ol {
      font-family: "Helvetica"; }
      #breadcrumb ul,
      #breadcrumb ul li,
      #breadcrumb ol,
      #breadcrumb ol li {
        margin: 0;
        padding: 0;
        list-style: none; }
      #breadcrumb ul li,
      #breadcrumb ol li {
        display: block; }
    .section-news #breadcrumb,
    .section-calendar #breadcrumb,
    .section-rankings #breadcrumb {
      background-color: #f7f7f7; }
    .section-media #breadcrumb,
    .section-members #breadcrumb,
    .section-entry-forms #breadcrumb {
      background-color: #f7f7f7; }
    .section-history-log #breadcrumb,
    .section-validation #breadcrumb,
    .section-users #breadcrumb {
      background-color: #f7f7f7; }
    .section-players-list #breadcrumb,
    .section-teams-list #breadcrumb,
    .section-event-details #breadcrumb {
      background-color: #f7f7f7; }
    #breadcrumb ul {
      max-width: 60rem;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      *zoom: 1; }
      #breadcrumb ul:after {
        content: "";
        display: table;
        clear: both; }
      #breadcrumb ul li {
        position: relative;
        float: left;
        padding-right: 5px; }
        #breadcrumb ul li:after {
          content: '/';
          position: absolute;
          top: 50%;
          right: 0;
          margin-top: -9px;
          font-size: 0.9375rem; }
      #breadcrumb ul .home:after,
      #breadcrumb ul .last:after {
        display: none; }
      #breadcrumb ul .home a {
        position: relative;
        padding-right: 2.375rem;
        padding-left: 2.375rem;
        text-indent: -10000px;
        background-color: #dfe1e3; }
        #breadcrumb ul .home a:after {
          font-family: FontAwesome;
          font-weight: normal;
          font-style: normal;
          text-decoration: inherit;
          -webkit-font-smoothing: antialiased;
          *margin-right: .3em;
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: -12px;
          margin-left: -0.5rem;
          text-indent: 0;
          font-size: 1.0625rem; }
      #breadcrumb ul a,
      #breadcrumb ul li > span {
        display: block;
        padding: 28px 1.25rem;
        text-transform: uppercase;
        font-family: "Helvetica";
        font-size: 0.875rem;
        color: #022240; }
      #breadcrumb ul a {
        -webkit-transition: color 0.2s false;
        -moz-transition: color 0.2s false false;
        -o-transition: color 0.2s false false;
        transition: color 0.2s; } }

@media (min-width: 940px) {
  #breadcrumb ul a:hover {
    color: #0199fa; } }

.calendar-calendar {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  .calendar-calendar table {
    min-width: 940px;
    margin-bottom: 0; }
    .calendar-calendar table thead {
      border-bottom: 4px solid #eeeeee; }
    .calendar-calendar table th,
    .calendar-calendar table td {
      width: 14.28% !important;
      text-align: left;
      text-transform: none; }
    .calendar-calendar table th {
      background-color: transparent;
      border-color: transparent;
      padding: 15px 0.25rem;
      font-size: 0.875rem;
      color: #dfe1e3;
      position: relative;
      -webkit-transition: color 0.2s 0s;
      -webkit-transition-delay: ease;
      -moz-transition: color 0.2s 0s ease;
      -o-transition: color 0.2s 0s ease;
      transition: color 0.2s 0s ease; }
      .calendar-calendar table th.active {
        color: #0199fa; }
        .calendar-calendar table th.active .day {
          color: #0199fa; }
        .calendar-calendar table th.active:after {
          background-color: #0199fa; }
      .calendar-calendar table th:first-child {
        padding-left: 0; }
        .calendar-calendar table th:first-child:before, .calendar-calendar table th:first-child:after {
          left: 0; }
      .calendar-calendar table th:last-child {
        padding-right: 0; }
        .calendar-calendar table th:last-child:before, .calendar-calendar table th:last-child:after {
          right: 0; }
      .calendar-calendar table th:before, .calendar-calendar table th:after {
        position: absolute;
        left: 0.25rem;
        right: 0.25rem;
        content: '';
        display: block;
        background-color: #eeeeee; }
      .calendar-calendar table th:before {
        bottom: 6px;
        height: 1px; }
      .calendar-calendar table th:after {
        bottom: -4px;
        height: 4px;
        -webkit-transition: background-color 0.2s 0s;
        -webkit-transition-delay: ease;
        -moz-transition: background-color 0.2s 0s ease;
        -o-transition: background-color 0.2s 0s ease;
        transition: background-color 0.2s 0s ease; }
      .calendar-calendar table th .day {
        font-size: 1.25rem;
        color: #000;
        -webkit-transition: color 0.2s 0s;
        -webkit-transition-delay: ease;
        -moz-transition: color 0.2s 0s ease;
        -o-transition: color 0.2s 0s ease;
        transition: color 0.2s 0s ease; }
    .calendar-calendar table tbody {
      border-bottom: 1px solid #eeeeee; }
      .calendar-calendar table tbody tr:first-child td {
        padding-top: 30px; }
      .calendar-calendar table tbody tr:last-child td {
        padding-bottom: 30px; }
    .calendar-calendar table td {
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: 0;
      padding-right: 0;
      font-family: "Helvetica Neue Heavy Condensed";
      font-size: 1rem;
      background-color: transparent;
      border: none; }
      .calendar-calendar table td .inner,
      .calendar-calendar table td .item {
        display: table;
        width: 100%; }
      .calendar-calendar table td .item {
        min-height: 50px; }
      .calendar-calendar table td .calendar {
        width: auto;
        position: relative; }
      .calendar-calendar table td .cutoff {
        display: none; }
      .calendar-calendar table td .continues,
      .calendar-calendar table td .continuation {
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        text-indent: -1000px;
        overflow: hidden;
        width: 20px;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
        opacity: 0.3; }
        .calendar-calendar table td .continues:after,
        .calendar-calendar table td .continuation:after {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          height: 0;
          line-height: 0;
          text-indent: 0;
          text-align: center;
          font-size: 1.125rem; }
      .calendar-calendar table td .continues {
        right: -1.5625rem; }
        .calendar-calendar table td .continues:after {
          font-family: FontAwesome;
          font-weight: normal;
          font-style: normal;
          text-decoration: inherit;
          -webkit-font-smoothing: antialiased;
          *margin-right: .3em;
          content: ""; }
      .calendar-calendar table td .continuation {
        left: -1.5625rem; }
        .calendar-calendar table td .continuation:after {
          font-family: FontAwesome;
          font-weight: normal;
          font-style: normal;
          text-decoration: inherit;
          -webkit-font-smoothing: antialiased;
          *margin-right: .3em;
          content: ""; }
      .calendar-calendar table td .view-item {
        display: table-cell;
        vertical-align: middle;
        border-bottom: 1px solid #fff;
        padding-top: 15px;
        padding-right: 0.9375rem;
        padding-bottom: 11px;
        padding-left: 0.9375rem; }
        .calendar-calendar table td .view-item a {
          display: block;
          color: inherit; }
        .calendar-calendar table td .view-item.ega {
          background-color: #4db7fb;
          color: #fff; }
        .calendar-calendar table td .view-item.non-ega {
          background-color: #eded6c;
          color: #000; }
  .calendar-calendar .month-view table td.date-box,
  .calendar-calendar .month-view table td.single-day,
  .calendar-calendar .month-view table td.multi-day,
  .calendar-calendar .month-view table td.no-entry {
    border: 1px solid #eeeeee; }
  .calendar-calendar .month-view table .date-box td.date-box {
    vertical-align: top; }
    .calendar-calendar .month-view table .date-box td.date-box.has_event {
      border: none; }
  .calendar-calendar .month-view table tr td.multi-day,
  .calendar-calendar .month-view table tr td.date-box {
    border-bottom: 0; }
  .calendar-calendar .month-view table tr td.single-day,
  .calendar-calendar .month-view table tr td.multi-day,
  .calendar-calendar .month-view table tr td.no-entry {
    border-top: 0; }
    .calendar-calendar .month-view table tr td.single-day.has_event,
    .calendar-calendar .month-view table tr td.multi-day.has_event,
    .calendar-calendar .month-view table tr td.no-entry.has_event {
      border: none; }
  .calendar-calendar .month-view table td.empty .inner div.day {
    color: #dfe1e3; }
  .calendar-calendar .month-view table tr:first-child td {
    padding-top: 0; }
  .calendar-calendar .month-view table tr:last-child td {
    padding-bottom: 0; }
  .calendar-calendar .month-view table th {
    color: #000; }
  .calendar-calendar .month-view table td {
    padding-top: 1px;
    padding-bottom: 1px; }
    .calendar-calendar .month-view table td .month.day {
      font-size: 0.75rem;
      padding: 10px; }

.ega-liability {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 20px;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

@media (min-width: 940px) {
  .calendar-calendar {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; }
    .calendar-calendar table {
      min-width: 0; }
  .ega-liability {
    padding-right: 0;
    padding-left: 0; } }

.date-nav-wrapper {
  display: block;
  max-width: 64.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  .date-nav-wrapper ul,
  .date-nav-wrapper ol {
    font-family: "Helvetica"; }
    .date-nav-wrapper ul,
    .date-nav-wrapper ul li,
    .date-nav-wrapper ol,
    .date-nav-wrapper ol li {
      margin: 0;
      padding: 0;
      list-style: none; }
    .date-nav-wrapper ul li,
    .date-nav-wrapper ol li {
      display: block; }
  .date-nav-wrapper .pager {
    background-color: #eeeeee;
    position: relative;
    padding: 20px 3.75rem; }
  .date-nav-wrapper .date-prev,
  .date-nav-wrapper .date-next {
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 30px;
    height: 100%;
    border: none; }
    .date-nav-wrapper .date-prev a,
    .date-nav-wrapper .date-next a {
      z-index: 0;
      position: relative;
      cursor: pointer;
      overflow: hidden;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      -o-transform-style: preserve-3d;
      transform-style: preserve-3d;
      display: block;
      text-indent: -10000px;
      overflow: hidden;
      background-color: #0199fa;
      height: 100%; }
      .date-nav-wrapper .date-prev a:before,
      .date-nav-wrapper .date-next a:before {
        content: '';
        z-index: -1;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 400%;
        height: 0;
        background-color: #0084d8;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        -o-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -moz-transform 0.3s ease-in-out false;
        -o-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -o-transform 0.3s ease-in-out false;
        transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out; }
      @media all and (min-width: 940px) {
        .date-nav-wrapper .date-prev a:hover:before,
        .date-nav-wrapper .date-next a:hover:before {
          opacity: 1;
          height: 800%; } }
      .date-nav-wrapper .date-prev a:after,
      .date-nav-wrapper .date-next a:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        height: 0;
        line-height: 0.1;
        text-indent: 0;
        text-align: center;
        font-size: 1.125rem;
        color: #fff;
        z-index: 1; }
  .date-nav-wrapper .date-prev {
    left: 0; }
    .date-nav-wrapper .date-prev a:after {
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      text-decoration: inherit;
      -webkit-font-smoothing: antialiased;
      *margin-right: .3em;
      content: ""; }
  .date-nav-wrapper .date-next {
    right: 0; }
    .date-nav-wrapper .date-next a:after {
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      text-decoration: inherit;
      -webkit-font-smoothing: antialiased;
      *margin-right: .3em;
      content: ""; }
  .date-nav-wrapper .date-heading {
    *zoom: 1;
    background-color: transparent;
    color: #000;
    border: none;
    height: auto;
    line-height: 1; }
    .date-nav-wrapper .date-heading:after {
      content: "";
      display: table;
      clear: both; }
    .date-nav-wrapper .date-heading h3 {
      float: left;
      width: 100%;
      margin-top: 0;
      margin-bottom: 0; }
    .date-nav-wrapper .date-heading span {
      display: block;
      color: #1e1e1e;
      text-align: left; }
    .date-nav-wrapper .date-heading .date-week-number,
    .date-nav-wrapper .date-heading .date-month {
      font-size: 1rem;
      font-family: "Helvetica"; }
    .date-nav-wrapper .date-heading .date-week-from-to {
      font-size: 0.75rem;
      font-family: 'Helvetica';
      margin-top: 5px; }

@media (min-width: 940px) {
  .date-nav-wrapper {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; }
    .date-nav-wrapper ul,
    .date-nav-wrapper ol {
      font-family: "Helvetica"; }
      .date-nav-wrapper ul,
      .date-nav-wrapper ul li,
      .date-nav-wrapper ol,
      .date-nav-wrapper ol li {
        margin: 0;
        padding: 0;
        list-style: none; }
      .date-nav-wrapper ul li,
      .date-nav-wrapper ol li {
        display: block; }
    .date-nav-wrapper .pager {
      padding: 25px 4.375rem; }
    .date-nav-wrapper .date-prev,
    .date-nav-wrapper .date-next {
      width: 40px; }
      .date-nav-wrapper .date-prev a:after,
      .date-nav-wrapper .date-next a:after {
        line-height: 0;
        font-size: 1.375rem; }
    .date-nav-wrapper .date-heading:hover {
      background-color: transparent;
      color: #000; }
    .date-nav-wrapper .date-heading .date-week-number,
    .date-nav-wrapper .date-heading .date-month {
      font-size: 1.25rem; }
    .date-nav-wrapper .date-heading .date-week-from-to {
      font-size: 0.875rem; } }

.view-event-calendar .view-calendar-export-links {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  .view-event-calendar .view-calendar-export-links ul,
  .view-event-calendar .view-calendar-export-links ol {
    font-family: "Helvetica"; }
    .view-event-calendar .view-calendar-export-links ul,
    .view-event-calendar .view-calendar-export-links ul li,
    .view-event-calendar .view-calendar-export-links ol,
    .view-event-calendar .view-calendar-export-links ol li {
      margin: 0;
      padding: 0;
      list-style: none; }
    .view-event-calendar .view-calendar-export-links ul li,
    .view-event-calendar .view-calendar-export-links ol li {
      display: block; }
  .view-event-calendar .view-calendar-export-links ul li {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-top: 10px; }
    .view-event-calendar .view-calendar-export-links ul li:first-child {
      margin-top: 0; }
  .view-event-calendar .view-calendar-export-links .current-selection,
  .view-event-calendar .view-calendar-export-links .calendar-export-container {
    margin-bottom: 15px; }
  .view-event-calendar .view-calendar-export-links .calendar-export-container {
    position: relative; }
    .view-event-calendar .view-calendar-export-links .calendar-export-container .list-wrapper {
      position: absolute;
      top: 55px;
      left: 0;
      z-index: 3;
      width: 100%; }
    .view-event-calendar .view-calendar-export-links .calendar-export-container ul {
      display: block;
      box-shadow: 5px 1px 10px #dfe1e3; }
      .view-event-calendar .view-calendar-export-links .calendar-export-container ul li {
        display: block;
        width: 100%;
        margin-top: 0;
        padding-right: 0;
        padding-left: 0; }
        .view-event-calendar .view-calendar-export-links .calendar-export-container ul li a {
          display: block;
          width: 100%;
          height: 55px;
          line-height: 55px;
          padding-right: 1.25rem;
          padding-left: 1.25rem;
          color: #fff;
          background-color: #021a4a;
          font-size: 0.8125rem; }
          .view-event-calendar .view-calendar-export-links .calendar-export-container ul li a:hover {
            background-color: #0a2d75; }
      .view-event-calendar .view-calendar-export-links .calendar-export-container ul ul.age-group-links li a {
        height: 40px;
        padding: 0px 10px 0px 17px;
        line-height: 40px;
        font-size: 0.8125rem;
        background-color: #f7f7f7;
        color: #021a4a; }
        .view-event-calendar .view-calendar-export-links .calendar-export-container ul ul.age-group-links li a:hover {
          background-color: #ececec; }
    .view-event-calendar .view-calendar-export-links .calendar-export-container .list-view-toggle {
      position: relative; }
      .view-event-calendar .view-calendar-export-links .calendar-export-container .list-view-toggle:after {
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        *margin-right: .3em;
        content: "";
        position: absolute;
        top: 20px;
        right: 0.625rem;
        display: block;
        width: 20px;
        height: 20px;
        font-size: 0.875rem;
        color: #fff;
        -webkit-transition: color 0.25s ease;
        -moz-transition: color 0.25s ease false;
        -o-transition: color 0.25s ease false;
        transition: color 0.25s ease; }
      .view-event-calendar .view-calendar-export-links .calendar-export-container .list-view-toggle.opened:after {
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        *margin-right: .3em;
        content: ""; }
  .view-event-calendar .view-calendar-export-links a.print-to-pdf,
  .view-event-calendar .view-calendar-export-links h3 {
    z-index: 0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #0199fa;
    -webkit-transition: color 0.25s false;
    -moz-transition: color 0.25s false false;
    -o-transition: color 0.25s false false;
    transition: color 0.25s;
    height: 45px;
    line-height: 45px;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    font-size: 0.875rem;
    display: block;
    height: 55px;
    padding-left: 3.4375rem;
    line-height: 55px;
    text-align: left;
    font-family: Helvetica;
    font-weight: bold; }
    .view-event-calendar .view-calendar-export-links a.print-to-pdf:before,
    .view-event-calendar .view-calendar-export-links h3:before {
      content: '';
      z-index: -1;
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 400%;
      height: 0;
      background-color: #0084d8;
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -moz-transform 0.3s ease-in-out false;
      -o-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -o-transform 0.3s ease-in-out false;
      transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out; }
    @media all and (min-width: 940px) {
      .view-event-calendar .view-calendar-export-links a.print-to-pdf:hover:before,
      .view-event-calendar .view-calendar-export-links h3:hover:before {
        opacity: 1;
        height: 800%; } }
    @media all and (min-width: 940px) {
      .view-event-calendar .view-calendar-export-links a.print-to-pdf,
      .view-event-calendar .view-calendar-export-links h3 {
        height: 55px;
        line-height: 55px;
        padding-right: 1.5625rem;
        padding-left: 1.5625rem;
        font-size: 1.125rem; } }
    .view-event-calendar .view-calendar-export-links a.print-to-pdf:after,
    .view-event-calendar .view-calendar-export-links h3:after {
      position: absolute;
      display: block;
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      text-decoration: inherit;
      -webkit-font-smoothing: antialiased;
      *margin-right: .3em;
      content: "";
      top: 0;
      left: 1.25rem;
      font-size: 1.25rem; }
  .view-event-calendar .view-calendar-export-links h3.with-info {
    line-height: 2.5rem; }
    .view-event-calendar .view-calendar-export-links h3.with-info:after {
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      text-decoration: inherit;
      -webkit-font-smoothing: antialiased;
      *margin-right: .3em;
      content: "";
      line-height: 3.4375rem; }
  .view-event-calendar .view-calendar-export-links h3 {
    margin-top: 0;
    margin-bottom: 0; }
  .view-event-calendar .view-calendar-export-links .info {
    position: absolute;
    left: 3.75rem;
    text-transform: uppercase;
    top: 1.875rem;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 0.6875rem;
    color: #fff;
    cursor: pointer; }
  .view-event-calendar .view-calendar-export-links .yearly-calendar {
    padding-left: 3.4375rem; }
    .view-event-calendar .view-calendar-export-links .yearly-calendar:after {
      content: '';
      top: 50%;
      background-image: url(../images/generated/spritesheet-1567005678655.png);
      background-position: -189px -115px;
      width: 22px;
      height: 25px;
      margin-top: -13px; }

.view-calendar-additionals .view-grouping-level-1 {
  font-family: "Helvetica";
  font-size: 13px; }
  .view-calendar-additionals .view-grouping-level-1 .view-grouping-header {
    line-height: 1;
    text-transform: uppercase; }
  .view-calendar-additionals .view-grouping-level-1 > .view-grouping-header {
    margin-bottom: 10px;
    padding: 10px 0.625rem;
    text-align: center;
    background-color: #e5e52d; }

.view-calendar-additionals .view-grouping-level-2 {
  margin-bottom: 20px; }
  .view-calendar-additionals .view-grouping-level-2 > .view-grouping-header {
    padding: 5px 0.3125rem;
    background-color: #dfe1e3; }
  .view-calendar-additionals .view-grouping-level-2 table {
    width: 100%;
    margin-bottom: 0;
    text-align: left; }
    .view-calendar-additionals .view-grouping-level-2 table caption,
    .view-calendar-additionals .view-grouping-level-2 table tbody {
      display: table-cell; }
    .view-calendar-additionals .view-grouping-level-2 table caption {
      width: 10% !important;
      padding-top: 2px;
      vertical-align: middle;
      border-top: 2px solid #fff;
      background-color: #f7f7f7; }
    .view-calendar-additionals .view-grouping-level-2 table tbody {
      width: 90% !important; }
      .view-calendar-additionals .view-grouping-level-2 table tbody tr {
        display: table;
        width: 100%; }
    .view-calendar-additionals .view-grouping-level-2 table th,
    .view-calendar-additionals .view-grouping-level-2 table td {
      width: 33% !important;
      padding: 5px 0.3125rem;
      text-align: left;
      text-transform: none;
      font-size: 0.8125rem;
      color: #000; }
    .view-calendar-additionals .view-grouping-level-2 table th {
      border: 1px solid #f0f041;
      background-color: #e5e52d; }
    .view-calendar-additionals .view-grouping-level-2 table td {
      border-top: 2px solid #fff;
      border-right: 1px solid #fff;
      border-bottom: none;
      border-left: 1px solid #fff;
      background-color: #f7f7f7; }
      .view-calendar-additionals .view-grouping-level-2 table td a {
        color: #000; }

@media (min-width: 768px) {
  .view-event-calendar .view-calendar-export-links ul {
    *zoom: 1; }
    .view-event-calendar .view-calendar-export-links ul:after {
      content: "";
      display: table;
      clear: both; }
    .view-event-calendar .view-calendar-export-links ul li {
      width: 50%;
      float: left;
      padding-left: 0.3125rem;
      padding-right: 0.3125rem;
      margin-top: 0; }
  .view-event-calendar .view-calendar-export-links .calendar-export-container,
  .view-event-calendar .view-calendar-export-links .current-selection {
    margin-bottom: 0;
    width: 33%;
    float: left; }
  .view-event-calendar .view-calendar-export-links .calendar-export-container .list-wrapper {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem; }
  .view-event-calendar .view-calendar-export-links a.print-to-pdf,
  .view-event-calendar .view-calendar-export-links h3 {
    padding-left: 2.1875rem;
    margin-right: 0.3125rem;
    margin-left: 0.3125rem;
    font-size: 0.8125rem; }
    .view-event-calendar .view-calendar-export-links a.print-to-pdf:after,
    .view-event-calendar .view-calendar-export-links h3:after {
      left: 0.9375rem;
      font-size: 1rem; } }

@media (min-width: 940px) {
  .view-event-calendar .view-calendar-export-links a.print-to-pdf,
  .view-event-calendar .view-calendar-export-links h3 {
    padding-left: 3.4375rem; }
    .view-event-calendar .view-calendar-export-links a.print-to-pdf:after,
    .view-event-calendar .view-calendar-export-links h3:after {
      left: 1.25rem;
      font-size: 1.25rem; } }

.view-event-calendar .view-calendar-navigation {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  .view-event-calendar .view-calendar-navigation ul,
  .view-event-calendar .view-calendar-navigation ol {
    font-family: "Helvetica"; }
    .view-event-calendar .view-calendar-navigation ul,
    .view-event-calendar .view-calendar-navigation ul li,
    .view-event-calendar .view-calendar-navigation ol,
    .view-event-calendar .view-calendar-navigation ol li {
      margin: 0;
      padding: 0;
      list-style: none; }
    .view-event-calendar .view-calendar-navigation ul li,
    .view-event-calendar .view-calendar-navigation ol li {
      display: block; }
  .view-event-calendar .view-calendar-navigation ul {
    *zoom: 1; }
    .view-event-calendar .view-calendar-navigation ul:after {
      content: "";
      display: table;
      clear: both; }
    .view-event-calendar .view-calendar-navigation ul li {
      float: left;
      width: 50%; }
  .view-event-calendar .view-calendar-navigation a {
    z-index: 0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #0199fa;
    -webkit-transition: color 0.25s false;
    -moz-transition: color 0.25s false false;
    -o-transition: color 0.25s false false;
    transition: color 0.25s;
    color: #000;
    background-color: #fff;
    height: 45px;
    line-height: 45px;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    font-size: 0.875rem;
    height: 55px;
    line-height: 55px;
    display: block;
    border: 2px solid #f7f7f7;
    font-family: "Helvetica";
    background-color: #f7f7f7; }
    .view-event-calendar .view-calendar-navigation a:before {
      content: '';
      z-index: -1;
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 400%;
      height: 0;
      background-color: #0084d8;
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -moz-transform 0.3s ease-in-out false;
      -o-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -o-transform 0.3s ease-in-out false;
      transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out; }
    @media all and (min-width: 940px) {
      .view-event-calendar .view-calendar-navigation a:hover:before {
        opacity: 1;
        height: 800%; } }
    .view-event-calendar .view-calendar-navigation a:before {
      background-color: #0199fa; }
    @media all and (min-width: 940px) {
      .view-event-calendar .view-calendar-navigation a:hover {
        color: #fff; } }
    @media all and (min-width: 940px) {
      .view-event-calendar .view-calendar-navigation a {
        height: 55px;
        line-height: 55px;
        padding-right: 1.5625rem;
        padding-left: 1.5625rem;
        font-size: 1.125rem; } }
    .view-event-calendar .view-calendar-navigation a.active {
      background-color: #fff; }

@media (min-width: 768px) {
  .view-event-calendar .view-calendar-navigation a {
    border-color: #eeeeee;
    background-color: #eeeeee; } }

@media (min-width: 940px) {
  .view-event-calendar .view-calendar-navigation a {
    font-size: 0.875rem; } }

.ega-one-column-simple .view-event-calendar .view-filters {
  background-color: #efefef; }
  .ega-one-column-simple .view-event-calendar .view-filters .user-navigation {
    z-index: 0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #0199fa;
    -webkit-transition: color 0.25s false;
    -moz-transition: color 0.25s false false;
    -o-transition: color 0.25s false false;
    transition: color 0.25s;
    background-color: #c8c809;
    height: 45px;
    line-height: 45px;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    font-size: 0.875rem;
    height: 55px;
    line-height: 55px;
    display: block; }
    .ega-one-column-simple .view-event-calendar .view-filters .user-navigation:before {
      content: '';
      z-index: -1;
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 400%;
      height: 0;
      background-color: #0084d8;
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -moz-transform 0.3s ease-in-out false;
      -o-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -o-transform 0.3s ease-in-out false;
      transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out; }
    @media all and (min-width: 940px) {
      .ega-one-column-simple .view-event-calendar .view-filters .user-navigation:hover:before {
        opacity: 1;
        height: 800%; } }
    .ega-one-column-simple .view-event-calendar .view-filters .user-navigation:before {
      background-color: #b2b203; }
    @media all and (min-width: 940px) {
      .ega-one-column-simple .view-event-calendar .view-filters .user-navigation {
        height: 55px;
        line-height: 55px;
        padding-right: 1.5625rem;
        padding-left: 1.5625rem;
        font-size: 1.125rem; } }
  .ega-one-column-simple .view-event-calendar .view-filters .views-exposed-widget,
  .ega-one-column-simple .view-event-calendar .view-filters .add-event-btn-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    .ega-one-column-simple .view-event-calendar .view-filters .views-exposed-widget > label,
    .ega-one-column-simple .view-event-calendar .view-filters .add-event-btn-wrapper > label {
      margin-bottom: 5px;
      display: inline-block; }
  .ega-one-column-simple .view-event-calendar .view-filters .add-event-btn-wrapper {
    margin-bottom: 0; }

.ega-one-column-simple .view-event-calendar .views-exposed-widgets {
  margin-bottom: 0; }

.ega-one-column-simple .view-event-calendar h1 {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  font-size: 1rem; }

.ega-one-column-simple .view-event-calendar .filter-opener {
  margin-bottom: 10px;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.ega-one-column-simple .view-event-calendar .filter-opener-btn {
  z-index: 0;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #0199fa;
  -webkit-transition: color 0.25s false;
  -moz-transition: color 0.25s false false;
  -o-transition: color 0.25s false false;
  transition: color 0.25s;
  color: #000;
  background-color: #fff;
  height: 45px;
  line-height: 45px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  font-size: 0.875rem;
  padding-left: 3.75rem;
  display: block;
  text-align: left;
  height: 55px;
  line-height: 55px; }
  .ega-one-column-simple .view-event-calendar .filter-opener-btn:before {
    content: '';
    z-index: -1;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400%;
    height: 0;
    background-color: #0084d8;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -moz-transform 0.3s ease-in-out false;
    -o-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -o-transform 0.3s ease-in-out false;
    transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out; }
  @media all and (min-width: 940px) {
    .ega-one-column-simple .view-event-calendar .filter-opener-btn:hover:before {
      opacity: 1;
      height: 800%; } }
  .ega-one-column-simple .view-event-calendar .filter-opener-btn:before {
    background-color: #0199fa; }
  @media all and (min-width: 940px) {
    .ega-one-column-simple .view-event-calendar .filter-opener-btn:hover {
      color: #fff; } }
  @media all and (min-width: 940px) {
    .ega-one-column-simple .view-event-calendar .filter-opener-btn {
      height: 55px;
      line-height: 55px;
      padding-right: 1.5625rem;
      padding-left: 1.5625rem;
      font-size: 1.125rem; } }
  .ega-one-column-simple .view-event-calendar .filter-opener-btn:after {
    position: absolute;
    left: 1.25rem;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: ""; }

.ega-one-column-simple .view-event-calendar .filter-wrapper {
  display: none; }

.ega-one-column-simple .view-event-calendar form {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 0; }

.ega-one-column-simple .view-event-calendar .views-reset-button,
.ega-one-column-simple .view-event-calendar .views-submit-button {
  position: relative; }
  .ega-one-column-simple .view-event-calendar .views-reset-button:before,
  .ega-one-column-simple .view-event-calendar .views-submit-button:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 2.5rem;
    margin: auto;
    pointer-events: none; }
  .ega-one-column-simple .view-event-calendar .views-reset-button input,
  .ega-one-column-simple .view-event-calendar .views-submit-button input {
    font-size: 0.875rem;
    font-family: Helvetica;
    font-weight: bold; }

.ega-one-column-simple .view-event-calendar .views-reset-button:before {
  background-image: url(../images/generated/spritesheet-1567005678655.png);
  background-position: -176px -145px;
  width: 16px;
  height: 16px; }

.ega-one-column-simple .view-event-calendar .views-reset-button input {
  background-color: transparent;
  color: #000;
  padding-left: 46px; }

.ega-one-column-simple .view-event-calendar .views-submit-button:before {
  background-image: url(../images/generated/spritesheet-1567005678655.png);
  background-position: -39px -181px;
  width: 19px;
  height: 19px; }

.ega-one-column-simple .view-event-calendar .views-submit-button input {
  padding-left: 49px; }

.ega-one-column-simple .view-event-calendar .form-submit {
  margin-top: 0;
  text-align: left; }
  .ega-one-column-simple .view-event-calendar .form-submit input {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }

.ega-one-column-simple .view-event-calendar .container-inline-date .form-item,
.ega-one-column-simple .view-event-calendar .container-inline-date .form-item input {
  width: 100%; }

.ega-one-column-simple .view-event-calendar .container-inline-date .date-padding,
.ega-one-column-simple .view-event-calendar .container-inline-date .form-item .form-item {
  float: none; }

.ega-one-column-simple .view-event-calendar .container-inline-date > .form-item {
  margin-bottom: 0; }

.ega-one-column-simple .view-event-calendar .container-inline-date .form-item input {
  cursor: pointer; }

.ega-one-column-simple .view-event-calendar .container-inline-date .description {
  display: none; }

.ega-one-column-simple .view-event-calendar .container-inline-date .form-item-field-date-value-value-date,
.ega-one-column-simple .view-event-calendar .container-inline-date .form-item-field-date-value2-value-date {
  position: relative; }
  .ega-one-column-simple .view-event-calendar .container-inline-date .form-item-field-date-value-value-date:after,
  .ega-one-column-simple .view-event-calendar .container-inline-date .form-item-field-date-value2-value-date:after {
    pointer-events: none;
    position: absolute;
    top: 2px;
    bottom: 2px;
    right: 2px;
    display: block;
    text-align: center;
    line-height: 51px;
    width: 50px;
    background-color: #0199fa;
    color: #fff;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: ""; }

.ega-one-column-simple .view-event-calendar .views-widget-filter-field_is_ega_event_value .form-radios {
  *zoom: 1;
  border: 8px solid #fff;
  display: inline-block;
  margin-bottom: 30px; }
  .ega-one-column-simple .view-event-calendar .views-widget-filter-field_is_ega_event_value .form-radios:after {
    content: "";
    display: table;
    clear: both; }
  .ega-one-column-simple .view-event-calendar .views-widget-filter-field_is_ega_event_value .form-radios .ez-radio {
    border: none; }
  .ega-one-column-simple .view-event-calendar .views-widget-filter-field_is_ega_event_value .form-radios > .form-item {
    float: left;
    position: relative;
    margin-bottom: 0; }
    .ega-one-column-simple .view-event-calendar .views-widget-filter-field_is_ega_event_value .form-radios > .form-item label {
      font-size: 0.75rem;
      position: absolute;
      bottom: -30px;
      left: 0;
      right: 0;
      text-align: center; }

@media (min-width: 768px) {
  .ega-one-column-simple .view-event-calendar .view-filters {
    background-color: #eeeeee; }
    .ega-one-column-simple .view-event-calendar .view-filters .add-event-btn-wrapper {
      float: left;
      width: 33.33333%;
      clear: right;
      margin-bottom: 0; }
    .ega-one-column-simple .view-event-calendar .view-filters .add-event-btn-wrapper,
    .ega-one-column-simple .view-event-calendar .view-filters .views-exposed-widget {
      padding-left: 0.3125rem;
      padding-right: 0.3125rem; }
    .ega-one-column-simple .view-event-calendar .view-filters .views-submit-button {
      clear: left; }
    .ega-one-column-simple .view-event-calendar .view-filters .views-widget-filter-field_is_ega_event_value {
      width: 66.66666%; }
  .ega-one-column-simple .view-event-calendar .views-widget-filter-field_is_ega_event_value {
    position: relative; }
    .ega-one-column-simple .view-event-calendar .views-widget-filter-field_is_ega_event_value > label {
      visibility: hidden;
      pointer-events: none; }
    .ega-one-column-simple .view-event-calendar .views-widget-filter-field_is_ega_event_value .form-radios {
      margin-bottom: 15px; }
      .ega-one-column-simple .view-event-calendar .views-widget-filter-field_is_ega_event_value .form-radios > .form-item label {
        top: -28px;
        bottom: auto; }
  .ega-one-column-simple .view-event-calendar #edit-page-title-wrapper {
    float: none;
    width: 100%; }
  .ega-one-column-simple .view-event-calendar h1 {
    font-size: 1.875rem; }
  .ega-one-column-simple .view-event-calendar .views-submit-button:before,
  .ega-one-column-simple .view-event-calendar .views-reset-button:before {
    left: 1.5625rem; }
  .ega-one-column-simple .view-event-calendar .views-submit-button {
    clear: left; } }

.ega_campaignmonitor_button {
  float: none;
  margin-top: .5em;
  text-align: center; }

@media (min-width: 768px) {
  .ega_campaignmonitor_button {
    float: right;
    width: 45.4545454545%;
    padding: 0 0.625rem;
    text-align: left; } }

.date-and-category .category {
  margin-bottom: 0; }

.date-and-category p {
  font-family: "Helvetica Neue Heavy Condensed";
  color: #000;
  text-transform: uppercase; }

table.diff {
  table-layout: auto; }
  table.diff .diff-marker {
    width: 14px;
    text-align: center; }

td.diff-deletedline, td.diff-addedline {
  width: auto; }

.entry-form-list-item {
  position: relative;
  padding-top: 180px;
  margin-top: 12px;
  margin-bottom: 12px; }
  .entry-form-list-item .info-block {
    padding: 25px 1.25rem;
    background-color: #fff; }
    .entry-form-list-item .info-block h2 {
      font-size: 1.3125rem;
      margin-top: 0;
      word-break: keep-all; }
    .entry-form-list-item .info-block .location {
      margin-bottom: 25px; }
    .entry-form-list-item .info-block .description {
      margin-bottom: 13px; }
  .entry-form-list-item .group-right {
    background-color: #f7f7f7;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 180px;
    padding: 15px 1.875rem 20px; }
    .entry-form-list-item .group-right p,
    .entry-form-list-item .group-right .price {
      color: #021a4a;
      font-family: "Helvetica Neue Heavy Condensed";
      font-size: 1.875rem;
      margin-top: 0;
      margin-bottom: 0;
      line-height: 65px; }
    .entry-form-list-item .group-right a,
    .entry-form-list-item .group-right .form-submit {
      z-index: 0;
      position: relative;
      cursor: pointer;
      overflow: hidden;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      -o-transform-style: preserve-3d;
      transform-style: preserve-3d;
      display: inline-block;
      text-align: center;
      text-transform: uppercase;
      color: #fff;
      background-color: #0199fa;
      -webkit-transition: color 0.25s false;
      -moz-transition: color 0.25s false false;
      -o-transition: color 0.25s false false;
      transition: color 0.25s;
      background-color: #c8c809;
      height: 45px;
      line-height: 45px;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      font-size: 0.875rem;
      font-family: "Helvetica Neue Heavy Condensed";
      font-size: 0.875rem;
      text-align: center;
      background-color: #e5e52d;
      display: block;
      margin-top: 22px;
      color: #000;
      height: 55px;
      line-height: 55px;
      border: none; }
      .entry-form-list-item .group-right a:before,
      .entry-form-list-item .group-right .form-submit:before {
        content: '';
        z-index: -1;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 400%;
        height: 0;
        background-color: #0084d8;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        -o-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -moz-transform 0.3s ease-in-out false;
        -o-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -o-transform 0.3s ease-in-out false;
        transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out; }
      @media all and (min-width: 940px) {
        .entry-form-list-item .group-right a:hover:before,
        .entry-form-list-item .group-right .form-submit:hover:before {
          opacity: 1;
          height: 800%; } }
      .entry-form-list-item .group-right a:before,
      .entry-form-list-item .group-right .form-submit:before {
        background-color: #b2b203; }
      @media all and (min-width: 940px) {
        .entry-form-list-item .group-right a,
        .entry-form-list-item .group-right .form-submit {
          height: 55px;
          line-height: 55px;
          padding-right: 1.5625rem;
          padding-left: 1.5625rem;
          font-size: 1.125rem; } }
      .entry-form-list-item .group-right a:before,
      .entry-form-list-item .group-right .form-submit:before {
        background-color: #f0f041; }
    .entry-form-list-item .group-right .invoice-download-wrapper a {
      height: 35px;
      line-height: 35px;
      font-size: 0.875rem;
      background-color: transparent;
      margin-top: 10px; }
      .entry-form-list-item .group-right .invoice-download-wrapper a:before {
        width: auto;
        height: auto;
        margin-right: 0.625rem;
        display: inline-block;
        position: static;
        background: none;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        -webkit-transform: initial;
        -moz-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        transform: initial;
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        *margin-right: .3em;
        content: ""; }
    .entry-form-list-item .group-right .invoice-download-wrapper + a {
      margin-top: 10px; }
    .entry-form-list-item .group-right .corner {
      width: 80px;
      height: 65px;
      position: absolute;
      top: 15px;
      right: 0;
      padding: 13px 0.3125rem;
      text-align: center;
      text-transform: uppercase;
      font-family: "Helvetica";
      font-size: 1.25rem;
      color: #fff;
      background-color: #0199fa; }
      .entry-form-list-item .group-right .corner:before {
        position: absolute;
        z-index: 0;
        right: 100%;
        top: 0;
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-bottom: 65px solid #0199fa;
        border-left: 10px solid transparent; }
      .entry-form-list-item .group-right .corner .wagr-note {
        font-size: 0.8125rem;
        display: block;
        margin-top: -7px; }
      .entry-form-list-item .group-right .corner .sub {
        font-size: 0.8125rem; }
  .entry-form-list-item .order-status,
  .entry-form-list-item .hcp-status {
    padding-top: 2px;
    padding-bottom: 2px; }
    .entry-form-list-item .order-status .label,
    .entry-form-list-item .hcp-status .label {
      font-family: "Helvetica";
      color: #1e1e1e;
      font-size: 0.875rem; }

@media (min-width: 768px) {
  .entry-form-list-item {
    position: relative;
    border: none;
    padding: 0; }
    .entry-form-list-item .info-block {
      padding-left: 1.5625rem;
      padding-right: 15.625rem; }
      .entry-form-list-item .info-block h2 {
        padding-right: 1.25rem;
        font-size: 1.5625rem; }
      .entry-form-list-item .info-block .description {
        margin-bottom: 25px; }
    .entry-form-list-item .group-right {
      position: absolute;
      bottom: 0;
      left: auto;
      height: auto;
      padding: 0; }
      .entry-form-list-item .group-right .right-content {
        z-index: 3; }
      .entry-form-list-item .group-right p,
      .entry-form-list-item .group-right .price {
        line-height: 1;
        text-align: center; }
      .entry-form-list-item .group-right .corner {
        top: 0; }
    .entry-form-list-item .right-content {
      width: 250px;
      padding: 90px 1.5625rem 25px;
      background-color: #f7f7f7; } }

@media (min-width: 940px) {
  .entry-form-list-item .group-right .invoice-download-wrapper a {
    -webkit-transition: background-color 0.2s false;
    -moz-transition: background-color 0.2s false false;
    -o-transition: background-color 0.2s false false;
    transition: background-color 0.2s; }
    .entry-form-list-item .group-right .invoice-download-wrapper a:hover {
      background-color: rgba(0, 0, 0, 0.05); } }

.info-block {
  position: relative;
  border: 2px solid #eeeeee;
  padding: 70px 2.5rem 40px 1.875rem;
  background-color: #fafafa; }
  .info-block .corner {
    width: 80px;
    height: 65px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 13px 0.3125rem;
    text-align: center;
    text-transform: uppercase;
    font-family: "Helvetica";
    font-size: 1.25rem;
    color: #fff;
    background-color: #0199fa; }
    .info-block .corner .wagr-note {
      font-size: 0.8125rem;
      display: block;
      margin-top: -7px; }
    .info-block .corner .sub {
      font-size: 0.8125rem; }
  .info-block h2 {
    font-family: "Helvetica";
    font-size: 1.6875rem; }
  .info-block .location {
    margin-bottom: 20px;
    text-transform: none;
    font-family: "Helvetica";
    font-size: 0.875rem; }
    .info-block .location > div {
      display: inline-block; }
    .info-block .location .title + .country {
      margin-left: -3px; }
      .info-block .location .title + .country:before {
        content: ', '; }
  .info-block .description {
    margin-bottom: 20px;
    border-left: 4px solid #e5e52d;
    padding-left: 1.25rem;
    font-family: "Helvetica";
    font-size: 0.75rem; }
    .info-block .description > div {
      margin-bottom: 5px; }
    .info-block .description .registration-deadline .label {
      color: #c30f0f; }
    .info-block .description .label {
      font-weight: bold; }
  .info-block .footnote {
    font-family: "Helvetica";
    font-size: 0.8125rem; }

.section-players-list .view-content .chosen-container {
  display: block; }

.section-players-list .view-content .form-submit {
  margin-top: 10px; }

.section-players-list .view-filters .form-type-bef-link {
  margin-bottom: 10px; }
  .section-players-list .view-filters .form-type-bef-link a {
    z-index: 0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #0199fa;
    -webkit-transition: color 0.25s false;
    -moz-transition: color 0.25s false false;
    -o-transition: color 0.25s false false;
    transition: color 0.25s;
    color: #000;
    background-color: #f7f7f7;
    height: 45px;
    line-height: 45px;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    font-size: 0.875rem;
    display: block;
    font-family: "Helvetica"; }
    .section-players-list .view-filters .form-type-bef-link a:before {
      content: '';
      z-index: -1;
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 400%;
      height: 0;
      background-color: #0084d8;
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -moz-transform 0.3s ease-in-out false;
      -o-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -o-transform 0.3s ease-in-out false;
      transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out; }
    @media all and (min-width: 940px) {
      .section-players-list .view-filters .form-type-bef-link a:hover:before {
        opacity: 1;
        height: 800%; } }
    .section-players-list .view-filters .form-type-bef-link a:before {
      background-color: #0199fa; }
    @media all and (min-width: 940px) {
      .section-players-list .view-filters .form-type-bef-link a:hover {
        color: #fff; } }
    @media all and (min-width: 940px) {
      .section-players-list .view-filters .form-type-bef-link a {
        height: 55px;
        line-height: 55px;
        padding-right: 1.5625rem;
        padding-left: 1.5625rem;
        font-size: 1.125rem; } }
    .section-players-list .view-filters .form-type-bef-link a.active {
      color: #fff;
      background-color: #0199fa; }

.section-players-list .view-filters .filter-group {
  *zoom: 1; }
  .section-players-list .view-filters .filter-group:after {
    content: "";
    display: table;
    clear: both; }
  .section-players-list .view-filters .filter-group > .filter {
    margin-top: 10px;
    float: left;
    width: 100%; }
    .section-players-list .view-filters .filter-group > .filter:first-child {
      margin-top: 0; }

@media (min-width: 768px) {
  .section-players-list .view-filters .filter-group {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    .section-players-list .view-filters .filter-group > .filter {
      margin-top: 0;
      width: 50%;
      padding-left: 0.625rem;
      padding-right: 0.625rem; }
  .section-players-list .view-filters .widget-links .widget-filter-field_list_value {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
  .section-players-list .view-filters .form-type-bef-link {
    width: 33.33333%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
    margin-bottom: 0; } }

@media (min-width: 940px) {
  .section-players-list .view-filters form > div,
  .section-players-list .view-filters .widget-links .widget-filter-field_list_value,
  .section-players-list .view-filters .filter-group {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem; }
  .section-players-list .view-filters .form-type-bef-link,
  .section-players-list .view-filters .form-type-bef-link a,
  .section-players-list .view-filters .filter-group > .filter {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; }
  .section-players-list .view-filters form > div {
    *zoom: 1; }
    .section-players-list .view-filters form > div:after {
      content: "";
      display: table;
      clear: both; }
  .section-players-list .view-filters .widget-links,
  .section-players-list .view-filters .filter-group {
    width: 50%;
    float: left; }
  .section-players-list .view-filters .widget-links {
    padding-left: 0.3125rem;
    padding-right: 0.625rem; }
  .section-players-list .view-filters .form-type-bef-link a {
    font-size: 0.875rem; } }

.progress-tracker {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  .progress-tracker ul,
  .progress-tracker ol {
    font-family: "Helvetica"; }
    .progress-tracker ul,
    .progress-tracker ul li,
    .progress-tracker ol,
    .progress-tracker ol li {
      margin: 0;
      padding: 0;
      list-style: none; }
    .progress-tracker ul li,
    .progress-tracker ol li {
      display: block; }
  .progress-tracker > ul {
    overflow: hidden; }
  .progress-tracker ul {
    *zoom: 1; }
    .progress-tracker ul:after {
      content: "";
      display: table;
      clear: both; }
  .progress-tracker li {
    width: 25%;
    float: left;
    font-family: "Helvetica"; }
    .progress-tracker li .item {
      position: relative;
      width: 21.875vw;
      height: 21.875vw;
      max-width: 110px;
      max-height: 110px;
      border: 2px solid #e8ecea;
      padding-right: 1.05vw;
      padding-left: 1.05vw;
      text-align: center;
      color: #e8ecea;
      background-color: #fff; }
      .progress-tracker li .item:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 11vw;
        height: 2px;
        width: 19vw;
        margin-top: -1px;
        background-color: #e8ecea;
        z-index: -1; }
    .progress-tracker li:nth-child(2) .item {
      margin-left: 3%; }
    .progress-tracker li:nth-child(3) .item {
      float: right;
      margin-right: 3%; }
    .progress-tracker li:last-child .item {
      float: right; }
      .progress-tracker li:last-child .item:after {
        display: none; }
    .progress-tracker li.done .item {
      color: #41b3fc;
      border-color: #0199fa;
      background-color: #0199fa; }
      .progress-tracker li.done .item:after {
        background-color: #0199fa; }
    .progress-tracker li.active .item {
      color: #fff;
      border-color: #0199fa;
      background-color: #0199fa; }
  .progress-tracker .inner {
    display: table;
    width: 100%;
    height: 100%; }
    .progress-tracker .inner > div {
      display: table-cell;
      vertical-align: middle; }
  .progress-tracker .number {
    font-size: 8.4375vw;
    line-height: 1; }
  .progress-tracker .title {
    font-size: 2.8125vw;
    text-transform: uppercase; }

@media (min-width: 512px) {
  .progress-tracker li .item {
    width: 14.32vw;
    height: 14.32vw; }
  .progress-tracker li:nth-child(2) .item {
    margin-left: 3vw; }
  .progress-tracker li:nth-child(3) .item {
    margin-right: 3vw; }
  .progress-tracker .number {
    font-size: 5.27vw; }
  .progress-tracker .title {
    font-size: 1.76vw; } }

@media (min-width: 768px) {
  .progress-tracker {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    .progress-tracker li:nth-child(2) .item {
      margin-left: 16.666%; }
    .progress-tracker li:nth-child(3) .item {
      margin-right: 16.666%; }
    .progress-tracker .number {
      font-size: 4.5vw; }
    .progress-tracker .title {
      font-size: 1.47vw; } }

@media (min-width: 940px) {
  .progress-tracker {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; }
    .progress-tracker li .item {
      padding-right: 0.625rem;
      padding-left: 0.625rem; }
      .progress-tracker li .item:after {
        left: 108px; }
    .progress-tracker .number {
      font-size: 2.6875rem; }
    .progress-tracker .title {
      font-size: 0.875rem; } }

.page-event-registration #main .ega-custom-commerce-add-to-cart .name {
  font-family: "Helvetica";
  font-size: 1.375rem;
  text-transform: uppercase; }

.page-event-registration #main .ega-custom-commerce-add-to-cart .location {
  display: block;
  font-family: "Helvetica";
  font-size: 0.875rem;
  margin-top: 2px; }

.page-event-registration #main .ega-custom-commerce-add-to-cart .form-radios {
  border: 8px solid #eeeeee;
  display: inline-block;
  *zoom: 1; }
  .page-event-registration #main .ega-custom-commerce-add-to-cart .form-radios:after {
    content: "";
    display: table;
    clear: both; }
  .page-event-registration #main .ega-custom-commerce-add-to-cart .form-radios .ez-radio {
    border: none; }
  .page-event-registration #main .ega-custom-commerce-add-to-cart .form-radios label {
    display: none; }
  .page-event-registration #main .ega-custom-commerce-add-to-cart .form-radios .form-type-radio {
    float: left;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0; }
    .page-event-registration #main .ega-custom-commerce-add-to-cart .form-radios .form-type-radio:first-child .ez-selected {
      background-color: #ff0a0a; }
      .page-event-registration #main .ega-custom-commerce-add-to-cart .form-radios .form-type-radio:first-child .ez-selected:before, .page-event-registration #main .ega-custom-commerce-add-to-cart .form-radios .form-type-radio:first-child .ez-selected:after {
        width: 12px; }
      .page-event-registration #main .ega-custom-commerce-add-to-cart .form-radios .form-type-radio:first-child .ez-selected:before {
        left: 0;
        top: 0; }
      .page-event-registration #main .ega-custom-commerce-add-to-cart .form-radios .form-type-radio:first-child .ez-selected:after {
        right: 0; }
    .page-event-registration #main .ega-custom-commerce-add-to-cart .form-radios .form-type-radio:last-child .ez-radio:before {
      width: 8px;
      left: -7px;
      top: 3px; }
    .page-event-registration #main .ega-custom-commerce-add-to-cart .form-radios .form-type-radio:last-child .ez-radio:after {
      width: 14px;
      right: -7px; }

.page-event-registration #main .ega-custom-commerce-add-to-cart input[type="text"] {
  height: 55px;
  line-height: 55px;
  border: 2px solid #eeeeee;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  float: left;
  text-align: center;
  font-size: 18px; }

.page-event-registration #main .ega-custom-commerce-add-to-cart .description {
  *zoom: 1;
  font-family: "Helvetica";
  font-size: 0.75rem;
  margin-top: 15px;
  margin-bottom: 15px;
  float: left;
  width: 100%; }
  .page-event-registration #main .ega-custom-commerce-add-to-cart .description:after {
    content: "";
    display: table;
    clear: both; }

.page-event-registration #main .ega-custom-commerce-add-to-cart .bottom {
  margin-top: 20px; }

.page-event-registration #main .ega-custom-commerce-add-to-cart .player .form-wrapper > div {
  *zoom: 1; }
  .page-event-registration #main .ega-custom-commerce-add-to-cart .player .form-wrapper > div:after {
    content: "";
    display: table;
    clear: both; }

.page-event-registration #main .ega-custom-commerce-add-to-cart .player .form-wrapper.top {
  margin-bottom: 15px; }

.page-event-registration #main .ega-custom-commerce-add-to-cart .player label {
  float: left;
  width: 140px;
  text-align: right;
  padding-top: 19px;
  padding-right: 1.25rem; }

.page-event-registration #main .ega-custom-commerce-add-to-cart .player input[type="text"] {
  width: 112px; }

.page-event-registration #main .ega-custom-commerce-add-to-cart .add-another-player {
  border-top: 1px solid #efefef;
  padding-top: 30px; }
  .page-event-registration #main .ega-custom-commerce-add-to-cart .add-another-player .form-wrapper {
    margin-bottom: 0; }
  .page-event-registration #main .ega-custom-commerce-add-to-cart .add-another-player .note {
    padding-left: 2.8125rem;
    position: relative;
    min-height: 34px;
    margin-bottom: 20px; }
    .page-event-registration #main .ega-custom-commerce-add-to-cart .add-another-player .note:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url(../images/generated/spritesheet-1567005678655.png);
      background-position: 0px -181px;
      width: 34px;
      height: 34px; }
    .page-event-registration #main .ega-custom-commerce-add-to-cart .add-another-player .note p {
      font-family: "Helvetica";
      font-size: 0.8125rem;
      color: #595959;
      display: table;
      width: 100%;
      min-height: 34px;
      margin-bottom: 0; }
    .page-event-registration #main .ega-custom-commerce-add-to-cart .add-another-player .note span {
      display: table-cell;
      vertical-align: middle;
      width: 100%; }
  .page-event-registration #main .ega-custom-commerce-add-to-cart .add-another-player .error,
  .page-event-registration #main .ega-custom-commerce-add-to-cart .add-another-player .registration {
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: "Helvetica";
    font-size: 0.8125rem; }
  .page-event-registration #main .ega-custom-commerce-add-to-cart .add-another-player .registration {
    color: #595959; }
  .page-event-registration #main .ega-custom-commerce-add-to-cart .add-another-player .error {
    color: #ff0a0a; }
  .page-event-registration #main .ega-custom-commerce-add-to-cart .add-another-player input[type="text"] {
    width: 100%;
    margin-top: 15px;
    background-color: #fff;
    background-image: url("../images/loading_input_gray.gif");
    background-repeat: no-repeat;
    background-position: right -25px top 50%;
    -webkit-transition: background-image 0.2s false;
    -moz-transition: background-image 0.2s false false;
    -o-transition: background-image 0.2s false false;
    transition: background-image 0.2s; }
    .page-event-registration #main .ega-custom-commerce-add-to-cart .add-another-player input[type="text"].throbbing {
      background-position: right 10px top 50%; }
  .page-event-registration #main .ega-custom-commerce-add-to-cart .add-another-player .add-another-player-btn {
    width: 100%;
    margin-top: 15px;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem; }

.page-event-registration #main .ega-custom-commerce-add-to-cart .submit-form {
  border-top: 2px solid #efefef;
  margin-top: 20px;
  padding-top: 25px; }
  .page-event-registration #main .ega-custom-commerce-add-to-cart .submit-form .form-wrapper {
    position: relative;
    min-height: 26px; }
  .page-event-registration #main .ega-custom-commerce-add-to-cart .submit-form .submit-button-wrapper {
    width: 100%; }

@media (min-width: 768px) {
  .page-event-registration #main .ega-custom-commerce-add-to-cart .location {
    position: absolute;
    top: 0;
    right: 0; }
  .page-event-registration #main .ega-custom-commerce-add-to-cart .player {
    position: relative; } }

@media (min-width: 940px) {
  .page-event-registration #main .region-right > .base-theme-form {
    padding-top: 0; }
  .page-event-registration #main .ega-custom-commerce-add-to-cart .add-another-player .add-another-player-wrapper {
    position: relative; }
    .page-event-registration #main .ega-custom-commerce-add-to-cart .add-another-player .add-another-player-wrapper .form-submit {
      display: block;
      position: absolute;
      bottom: 0;
      width: 6.875rem;
      right: 0; }
  .page-event-registration #main .ega-custom-commerce-add-to-cart .add-another-player input[type="text"] {
    padding-right: 7.5rem; }
  .page-event-registration #main .ega-custom-commerce-add-to-cart .add-another-player .add-another-player-btn {
    width: auto; } }

.page-event-registration #main .commerce-checkout-form-billing {
  padding-top: 0; }
  .page-event-registration #main .commerce-checkout-form-billing .customer_profile_billing {
    padding-top: 20px; }

@media (min-width: 940px) {
  .page-event-registration #main .commerce-checkout-form-billing .customer_profile_billing {
    margin-top: -13px; } }

.page-event-registration #main .commerce-checkout-form-checkout {
  padding-top: 0; }
  .page-event-registration #main .commerce-checkout-form-checkout .cart_contents {
    display: none; }
  .page-event-registration #main .commerce-checkout-form-checkout .commerce_payment {
    display: none; }
  .page-event-registration #main .commerce-checkout-form-checkout .player-item {
    border-bottom: 2px solid #e8ecea;
    padding-top: 23px;
    padding-bottom: 20px;
    position: relative; }
    .page-event-registration #main .commerce-checkout-form-checkout .player-item:first-child {
      border-top: 2px solid #e8ecea; }
  .page-event-registration #main .commerce-checkout-form-checkout .name {
    font-size: 1.125rem;
    font-family: "Helvetica Neue Heavy Condensed";
    text-transform: uppercase; }
  .page-event-registration #main .commerce-checkout-form-checkout .location,
  .page-event-registration #main .commerce-checkout-form-checkout .handicap {
    font-family: "Helvetica";
    font-size: 0.875rem; }
  .page-event-registration #main .commerce-checkout-form-checkout .location {
    display: block;
    margin-top: 3px; }
  .page-event-registration #main .commerce-checkout-form-checkout .handicap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    left: auto;
    width: 44px;
    height: 44px;
    border: 2px solid #e8ecea;
    line-height: 40px;
    text-align: center; }
  .page-event-registration #main .commerce-checkout-form-checkout .cards {
    margin-top: 25px;
    margin-bottom: 25px; }
    .page-event-registration #main .commerce-checkout-form-checkout .cards img {
      margin-left: auto;
      margin-right: auto;
      display: block; }
  .page-event-registration #main .commerce-checkout-form-checkout .prices {
    color: #022240;
    text-align: center;
    font-family: "Helvetica Neue Heavy Condensed"; }
  .page-event-registration #main .commerce-checkout-form-checkout .per-item {
    font-size: 18px; }
  .page-event-registration #main .commerce-checkout-form-checkout .total {
    font-size: 24px;
    margin-top: 5px; }
  .page-event-registration #main .commerce-checkout-form-checkout .ega_custom_commerce_billing_summary {
    margin-top: 30px; }
    .page-event-registration #main .commerce-checkout-form-checkout .ega_custom_commerce_billing_summary .fieldset-wrapper > div:first-child .field-label {
      margin-top: 0;
      border-top: 0; }
  .page-event-registration #main .commerce-checkout-form-checkout .field-label {
    color: #424242;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eeeeee;
    line-height: 1.5; }

@media (min-width: 768px) {
  .page-event-registration #main .commerce-checkout-form-checkout .player-item {
    padding-top: 20px;
    padding-bottom: 20px;
    *zoom: 1; }
    .page-event-registration #main .commerce-checkout-form-checkout .player-item:after {
      content: "";
      display: table;
      clear: both; }
  .page-event-registration #main .commerce-checkout-form-checkout .name,
  .page-event-registration #main .commerce-checkout-form-checkout .location {
    line-height: 44px; }
  .page-event-registration #main .commerce-checkout-form-checkout .name {
    font-size: 1.375rem;
    display: block;
    float: left; }
  .page-event-registration #main .commerce-checkout-form-checkout .location {
    float: right;
    margin-top: 0;
    margin-right: 80px; }
  .page-event-registration #main .commerce-checkout-form-checkout .cards-and-prices {
    *zoom: 1;
    padding-top: 30px;
    padding-bottom: 20px;
    height: 189px; }
    .page-event-registration #main .commerce-checkout-form-checkout .cards-and-prices:after {
      content: "";
      display: table;
      clear: both; }
  .page-event-registration #main .commerce-checkout-form-checkout .table {
    display: table;
    width: 100%;
    height: 100%; }
  .page-event-registration #main .commerce-checkout-form-checkout .table-cell {
    display: table-cell;
    vertical-align: middle; }
  .page-event-registration #main .commerce-checkout-form-checkout .cards {
    margin-top: 0;
    margin-bottom: 0; }
  .page-event-registration #main .commerce-checkout-form-checkout .cards,
  .page-event-registration #main .commerce-checkout-form-checkout .prices {
    float: left;
    width: 50%;
    height: 100%; }
  .page-event-registration #main .commerce-checkout-form-checkout .per-item {
    font-size: 1.25rem; }
  .page-event-registration #main .commerce-checkout-form-checkout .total {
    font-size: 1.75rem; } }

.page-checkout-complete .commerce-checkout-form-complete .thank-you {
  text-align: center; }
  .page-checkout-complete .commerce-checkout-form-complete .thank-you .icon {
    width: 260px;
    height: 260px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border: 16px solid #e5e52d;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
    .page-checkout-complete .commerce-checkout-form-complete .thank-you .icon:before, .page-checkout-complete .commerce-checkout-form-complete .thank-you .icon:after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      height: 16px;
      content: '';
      display: block;
      background-color: #e5e52d;
      -webkit-border-radius: 16px;
      -moz-border-radius: 16px;
      -ms-border-radius: 16px;
      -o-border-radius: 16px;
      border-radius: 16px; }
    .page-checkout-complete .commerce-checkout-form-complete .thank-you .icon:before {
      width: 60px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      left: -71px;
      bottom: -37px; }
    .page-checkout-complete .commerce-checkout-form-complete .thank-you .icon:after {
      width: 120px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      right: -38px; }
  .page-checkout-complete .commerce-checkout-form-complete .thank-you .content {
    margin-top: 30px; }
  .page-checkout-complete .commerce-checkout-form-complete .thank-you h2,
  .page-checkout-complete .commerce-checkout-form-complete .thank-you p {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .page-checkout-complete .commerce-checkout-form-complete .thank-you h2 {
    font-size: 3.5625rem;
    color: #0199fa;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1; }
  .page-checkout-complete .commerce-checkout-form-complete .thank-you p {
    font-size: 0.875rem;
    line-height: 1.5; }
  .page-checkout-complete .commerce-checkout-form-complete .thank-you a {
    z-index: 0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #0199fa;
    -webkit-transition: color 0.25s false;
    -moz-transition: color 0.25s false false;
    -o-transition: color 0.25s false false;
    transition: color 0.25s;
    height: 45px;
    line-height: 45px;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    font-size: 0.875rem;
    height: 55px;
    line-height: 55px;
    display: block; }
    .page-checkout-complete .commerce-checkout-form-complete .thank-you a:before {
      content: '';
      z-index: -1;
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 400%;
      height: 0;
      background-color: #0084d8;
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -moz-transform 0.3s ease-in-out false;
      -o-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -o-transform 0.3s ease-in-out false;
      transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out; }
    @media all and (min-width: 940px) {
      .page-checkout-complete .commerce-checkout-form-complete .thank-you a:hover:before {
        opacity: 1;
        height: 800%; } }
    @media all and (min-width: 940px) {
      .page-checkout-complete .commerce-checkout-form-complete .thank-you a {
        height: 55px;
        line-height: 55px;
        padding-right: 1.5625rem;
        padding-left: 1.5625rem;
        font-size: 1.125rem; } }

@media (min-width: 768px) {
  .page-checkout-complete .commerce-checkout-form-complete .thank-you {
    text-align: left;
    padding-left: 19.375rem;
    position: relative; }
    .page-checkout-complete .commerce-checkout-form-complete .thank-you .icon {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin-top: auto;
      margin-bottom: auto; }
    .page-checkout-complete .commerce-checkout-form-complete .thank-you .content {
      margin-top: 0; }
    .page-checkout-complete .commerce-checkout-form-complete .thank-you h2,
    .page-checkout-complete .commerce-checkout-form-complete .thank-you p {
      padding-left: 0;
      padding-right: 0; }
    .page-checkout-complete .commerce-checkout-form-complete .thank-you a {
      width: 310px; } }

@media (min-width: 940px) {
  .page-event-registration.page-checkout-complete #main .region-content > .region-right {
    width: 100%;
    margin-left: 0; }
  .page-checkout-complete .commerce-checkout-form-complete .thank-you {
    max-width: 45.625rem;
    margin-left: auto;
    margin-right: auto; } }

.page-event-registration #main .region-content,
.page-event-registration #main .progress-tracker,
.page-event-registration #main .entry-forms-messages {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.page-event-registration #main .entry-forms-messages {
  margin-top: 20px; }

.page-event-registration #main .region-content {
  padding-top: 20px; }

.page-event-registration #main .info-block {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }

.page-event-registration #main .region-top,
.page-event-registration #main .ega-menu-tabs {
  margin-bottom: 40px; }

.page-event-registration #main .ega-custom-commerce-add-to-cart {
  padding-top: 0; }

.page-event-registration #main .remove-event-button,
.page-event-registration #main #add-another-event-button,
.page-event-registration #main .entry-forms-navigation-button {
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  height: 55px;
  line-height: 55px;
  margin-right: 0;
  margin-bottom: 0;
  border: none;
  padding: 0 0.625rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: "Helvetica Neue Heavy Condensed";
  background-image: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease;
  -moz-transition: background-color 0.25s ease false, color 0.25s ease false;
  -o-transition: background-color 0.25s ease false, color 0.25s ease false;
  transition: background-color 0.25s ease, color 0.25s ease; }

.page-event-registration #main .entry-forms-navigation-button {
  display: inline-block;
  width: auto;
  margin-bottom: 10px;
  height: 35px;
  line-height: 40px; }

.page-event-registration #main .remove-event-button,
.page-event-registration #main .entry-forms-navigation-button.warning {
  background-color: #c30f0f;
  color: #fff; }
  .page-event-registration #main .remove-event-button:hover,
  .page-event-registration #main .entry-forms-navigation-button.warning:hover {
    background-color: #de4127;
    color: #fff; }

.page-event-registration #main .remove-event-button {
  margin-top: 25px; }

.page-event-registration #main #add-another-event-button,
.page-event-registration #main .entry-forms-navigation-button {
  background-color: #e5e52d;
  color: #000; }
  .page-event-registration #main #add-another-event-button:hover,
  .page-event-registration #main .entry-forms-navigation-button:hover {
    background-color: #f0f041;
    color: #000; }

.page-event-registration #main .form-submit.prev, .page-event-registration #main .form-submit.checkout-cancel, .page-event-registration #main .form-submit.checkout-back {
  background-color: #e8ecea;
  margin-bottom: 7px;
  color: #000; }
  .page-event-registration #main .form-submit.prev:hover, .page-event-registration #main .form-submit.checkout-cancel:hover, .page-event-registration #main .form-submit.checkout-back:hover {
    background-color: #e8ecea;
    color: #000; }

.page-event-registration #main .form-submit.next-step, .page-event-registration #main .form-submit.checkout-continue {
  background-color: #e5e52d;
  color: #000; }
  .page-event-registration #main .form-submit.next-step:hover, .page-event-registration #main .form-submit.checkout-continue:hover {
    background-color: #e5e52d;
    color: #000; }

.page-event-registration #main .form-submit:hover {
  text-decoration: none; }

.page-event-registration #main fieldset {
  max-width: 100%;
  border: 1px solid #dfe1e3;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  min-width: 0; }
  .page-event-registration #main fieldset legend {
    font-size: 1rem;
    text-transform: uppercase;
    margin-left: -0.6875rem; }
  .page-event-registration #main fieldset .fieldset-legend {
    color: #595959;
    font-size: inherit;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    .page-event-registration #main fieldset .fieldset-legend a {
      color: inherit; }
  .page-event-registration #main fieldset .fieldset-wrapper > .form-wrapper {
    margin-bottom: 15px; }

.page-event-registration #main .terms-and-conditions .form-type-checkbox {
  padding-left: 2.5rem;
  position: relative; }

.page-event-registration #main .terms-and-conditions .ez-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  border: none;
  background-color: #eeeeee; }
  .page-event-registration #main .terms-and-conditions .ez-checkbox:before, .page-event-registration #main .terms-and-conditions .ez-checkbox:after {
    width: 10px;
    height: 1px;
    background-color: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.2s false, -webkit-transform 0.2s false;
    -moz-transition: opacity 0.2s false false, -moz-transform 0.2s false false;
    -o-transition: opacity 0.2s false false, -o-transform 0.2s false false;
    transition: opacity 0.2s, transform 0.2s; }
  .page-event-registration #main .terms-and-conditions .ez-checkbox:before {
    width: 6px;
    left: -7px;
    top: 4px;
    -webkit-transform: rotate(45deg) scale(0);
    -moz-transform: rotate(45deg) scale(0);
    -ms-transform: rotate(45deg) scale(0);
    -o-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0); }
  .page-event-registration #main .terms-and-conditions .ez-checkbox:after {
    width: 10px;
    right: -3px;
    -webkit-transform: rotate(-45deg) scale(0);
    -moz-transform: rotate(-45deg) scale(0);
    -ms-transform: rotate(-45deg) scale(0);
    -o-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0); }
  .page-event-registration #main .terms-and-conditions .ez-checkbox.ez-checked:before, .page-event-registration #main .terms-and-conditions .ez-checkbox.ez-checked:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  .page-event-registration #main .terms-and-conditions .ez-checkbox.ez-checked:before {
    -webkit-transform: rotate(45deg) scale(1);
    -moz-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    -o-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1); }
  .page-event-registration #main .terms-and-conditions .ez-checkbox.ez-checked:after {
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    -o-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1); }

.page-event-registration #main .terms-and-conditions label {
  font-family: "Helvetica";
  font-size: 0.8125rem;
  text-transform: none;
  color: #595959;
  line-height: 1.5;
  min-height: 26px;
  padding-top: 4px;
  display: block; }
  .page-event-registration #main .terms-and-conditions label a {
    color: #0199fa;
    text-decoration: underline; }

@media (min-width: 768px) {
  .page-event-registration #main .region-content,
  .page-event-registration #main .progress-tracker,
  .page-event-registration #main .entry-forms-messages {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .page-event-registration #main .region-top,
  .page-event-registration #main .ega-menu-tabs {
    margin-bottom: 55px; }
  .page-event-registration #main .info-block {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px; }
  .page-event-registration #main .form-actions {
    *zoom: 1;
    margin-left: -0.3125rem;
    margin-right: -0.3125rem; }
    .page-event-registration #main .form-actions:after {
      content: "";
      display: table;
      clear: both; }
    .page-event-registration #main .form-actions .form-wrapper {
      padding-left: 0.3125rem;
      padding-right: 0.3125rem; }
  .page-event-registration #main .submit-button-wrapper {
    float: left;
    width: 50%; }
  .page-event-registration #main .form-submit.prev {
    margin-bottom: 0; }
  .page-event-registration #main fieldset legend {
    font-size: 1.25rem; }
  .page-event-registration #main fieldset .form-item > label {
    position: static;
    width: auto;
    padding-top: 0;
    padding-right: 0;
    text-align: left; } }

@media (min-width: 940px) {
  .page-event-registration #main .region-content,
  .page-event-registration #main .progress-tracker,
  .page-event-registration #main .entry-forms-messages {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; }
  .page-event-registration #main .region-content {
    *zoom: 1; }
    .page-event-registration #main .region-content:after {
      content: "";
      display: table;
      clear: both; }
    .page-event-registration #main .region-content > .region-left {
      width: 41.6666666667%;
      clear: right;
      float: left;
      margin-right: 0%; }
    .page-event-registration #main .region-content > .region-right {
      width: 50%;
      clear: right;
      float: left;
      margin-right: 0%;
      margin-top: 0;
      margin-left: 8.3333333%; }
  .page-event-registration #main .region-top,
  .page-event-registration #main .ega-menu-tabs {
    margin-bottom: 75px; }
  .page-event-registration #main .form-submit.prev:hover, .page-event-registration #main .form-submit.checkout-cancel:hover, .page-event-registration #main .form-submit.checkout-back:hover {
    background-color: #021a4a;
    color: #fff; }
  .page-event-registration #main .form-submit.next-step:hover, .page-event-registration #main .form-submit.checkout-continue:hover {
    background-color: #c8c809; }
  .page-event-registration #main fieldset legend {
    font-size: 1.375rem; } }

.section-teams-list .view-filters,
.section-players-list .view-filters {
  padding-top: 0; }
  .section-teams-list .view-filters #edit-field-list-value-wrapper,
  .section-players-list .view-filters #edit-field-list-value-wrapper {
    width: 100%;
    margin-bottom: 0; }
  .section-teams-list .view-filters .form-type-select,
  .section-players-list .view-filters .form-type-select {
    margin-bottom: 0; }

.section-teams-list .view-event-line-items table,
.section-players-list .view-event-line-items table {
  margin-bottom: 0; }
  .section-teams-list .view-event-line-items table th a,
  .section-players-list .view-event-line-items table th a {
    color: #000; }
    .section-teams-list .view-event-line-items table th a:hover,
    .section-players-list .view-event-line-items table th a:hover {
      color: #000; }
  .section-teams-list .view-event-line-items table .federation,
  .section-players-list .view-event-line-items table .federation {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    text-align: left; }
  .section-teams-list .view-event-line-items table .views-field-field-country-1,
  .section-players-list .view-event-line-items table .views-field-field-country-1 {
    min-width: 12.5rem;
    text-align: left; }
  .section-teams-list .view-event-line-items table .countryicon,
  .section-players-list .view-event-line-items table .countryicon {
    display: inline-block;
    min-width: 25px;
    max-width: 25px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-bottom: 4px;
    margin-right: 0.5rem;
    vertical-align: middle; }
  .section-teams-list .view-event-line-items table .edit,
  .section-players-list .view-event-line-items table .edit {
    font-size: 0.6875rem; }
    .section-teams-list .view-event-line-items table .edit a,
    .section-players-list .view-event-line-items table .edit a {
      position: relative;
      padding-left: 0.9375rem; }
      .section-teams-list .view-event-line-items table .edit a:before,
      .section-players-list .view-event-line-items table .edit a:before {
        content: '';
        position: absolute;
        background-image: url(../images/generated/spritesheet-1567005678655.png);
        background-position: -246px -111px;
        width: 10px;
        height: 10px;
        top: 0;
        bottom: 0;
        left: 0;
        margin-top: auto;
        margin-bottom: auto; }

.section-teams-list .view-event-line-items .vbo-views-form legend,
.section-players-list .view-event-line-items .vbo-views-form legend {
  display: none; }

.section-teams-list .view-event-line-items .vbo-views-form fieldset,
.section-players-list .view-event-line-items .vbo-views-form fieldset {
  margin: 0 0 10px 0;
  border: none;
  padding: 0; }

.validate-federation-list-item {
  position: relative;
  margin-top: 12px;
  margin-bottom: 12px; }
  .validate-federation-list-item .info-block {
    padding: 85px 1.25rem 25px;
    background-color: #fff; }
    .validate-federation-list-item .info-block h2 {
      font-size: 1.3125rem;
      margin-top: 0; }
    .validate-federation-list-item .info-block .location {
      margin-bottom: 25px; }
    .validate-federation-list-item .info-block .description {
      margin-bottom: 13px; }
  .validate-federation-list-item .corner {
    width: 80px;
    height: 65px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 13px 0.3125rem;
    text-align: center;
    text-transform: uppercase;
    font-family: "Helvetica";
    font-size: 1.25rem;
    color: #fff;
    background-color: #0199fa; }
    .validate-federation-list-item .corner:before {
      position: absolute;
      z-index: 0;
      right: 100%;
      top: 0;
      display: block;
      content: '';
      width: 0;
      height: 0;
      border-bottom: 65px solid #0199fa;
      border-left: 10px solid transparent; }
    .validate-federation-list-item .corner .wagr-note {
      font-size: 0.8125rem;
      display: block;
      margin-top: -7px; }
    .validate-federation-list-item .corner .sub {
      font-size: 0.8125rem; }
  .validate-federation-list-item form {
    background-color: #eeeeee;
    padding-top: 0; }
  .validate-federation-list-item input[type="text"] {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #e8ecea;
    font-size: 0.875rem;
    text-align: center;
    padding: 0 0.1875rem; }
    .validate-federation-list-item input[type="text"].error {
      border-color: #de4127; }
  .validate-federation-list-item .form-submit {
    width: 122px;
    display: inline-block;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 2.1875rem;
    padding-right: 0;
    height: 55px;
    line-height: 55px;
    font-size: 0.8125rem;
    font-family: "Helvetica Neue Heavy Condensed";
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 1px;
    position: relative; }
    .validate-federation-list-item .form-submit:before {
      position: absolute;
      top: 0;
      bottom: 0;
      height: 0;
      line-height: 0;
      margin-top: auto;
      margin-bottom: auto;
      left: 0.625rem;
      font-size: 1.125rem; }
    .validate-federation-list-item .form-submit.accept {
      background-color: #e5e52d;
      color: #000; }
      .validate-federation-list-item .form-submit.accept:before {
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        *margin-right: .3em;
        content: ""; }
    .validate-federation-list-item .form-submit.reject {
      background-color: #de4127; }
      .validate-federation-list-item .form-submit.reject:before {
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        *margin-right: .3em;
        content: ""; }
    .validate-federation-list-item .form-submit.save {
      background-color: #0199fa;
      text-indent: -10000px;
      overflow: hidden;
      width: 55px; }
      .validate-federation-list-item .form-submit.save:before {
        text-indent: 0;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        *margin-right: .3em;
        content: ""; }
  .validate-federation-list-item .form-item {
    margin-bottom: 0; }
  .validate-federation-list-item .responsive-table-wrapper table td {
    background-color: #eeeeee;
    border-top: 2px solid #f7f7f7;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    padding: 10px 0.625rem; }
    .validate-federation-list-item .responsive-table-wrapper table td.username {
      font-family: "Helvetica Neue Heavy Condensed";
      font-size: 1.125rem;
      text-transform: uppercase; }
    .validate-federation-list-item .responsive-table-wrapper table td.user-location {
      font-size: 0.875rem;
      text-transform: none; }
  .validate-federation-list-item .responsive-table-wrapper table th {
    background-color: #f7f7f7;
    border: 1px solid #eeeeee; }
  .validate-federation-list-item .responsive-table-wrapper .ez-checkbox {
    width: 20px;
    height: 20px;
    border: 2px solid #e8ecea;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto; }
    .validate-federation-list-item .responsive-table-wrapper .ez-checkbox:before, .validate-federation-list-item .responsive-table-wrapper .ez-checkbox:after {
      width: 10px;
      height: 1px;
      background-color: #000;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      -webkit-transition: opacity 0.2s false, -webkit-transform 0.2s false;
      -moz-transition: opacity 0.2s false false, -moz-transform 0.2s false false;
      -o-transition: opacity 0.2s false false, -o-transform 0.2s false false;
      transition: opacity 0.2s, transform 0.2s; }
    .validate-federation-list-item .responsive-table-wrapper .ez-checkbox:before {
      width: 5px;
      left: -7px;
      top: 4px; }
    .validate-federation-list-item .responsive-table-wrapper .ez-checkbox:after {
      width: 10px;
      right: -3px; }
    .validate-federation-list-item .responsive-table-wrapper .ez-checkbox.ez-checked:before, .validate-federation-list-item .responsive-table-wrapper .ez-checkbox.ez-checked:after {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
    .validate-federation-list-item .responsive-table-wrapper .ez-checkbox.ez-checked:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .validate-federation-list-item .responsive-table-wrapper .ez-checkbox.ez-checked:after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .validate-federation-list-item .responsive-table-wrapper .form-submit {
    width: 70px;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 0.6875rem;
    font-family: "Helvetica";
    padding-left: 1.875rem;
    letter-spacing: 0; }
    .validate-federation-list-item .responsive-table-wrapper .form-submit:before {
      font-size: 1rem;
      left: 0.5rem; }
    .validate-federation-list-item .responsive-table-wrapper .form-submit.accept {
      margin-bottom: 10px; }
    .validate-federation-list-item .responsive-table-wrapper .form-submit.reject {
      margin-bottom: 10px; }
    .validate-federation-list-item .responsive-table-wrapper .form-submit.save {
      width: 40px; }
      .validate-federation-list-item .responsive-table-wrapper .form-submit.save:before {
        left: 0; }
  .validate-federation-list-item .bottom-opener {
    margin-top: 20px;
    cursor: pointer;
    z-index: 0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #0199fa;
    -webkit-transition: color 0.25s false;
    -moz-transition: color 0.25s false false;
    -o-transition: color 0.25s false false;
    transition: color 0.25s;
    height: 45px;
    line-height: 45px;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    font-size: 0.875rem; }
    .validate-federation-list-item .bottom-opener:before {
      content: '';
      z-index: -1;
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 400%;
      height: 0;
      background-color: #0084d8;
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -moz-transform 0.3s ease-in-out false;
      -o-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -o-transform 0.3s ease-in-out false;
      transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out; }
    @media all and (min-width: 940px) {
      .validate-federation-list-item .bottom-opener:hover:before {
        opacity: 1;
        height: 800%; } }
    @media all and (min-width: 940px) {
      .validate-federation-list-item .bottom-opener {
        height: 55px;
        line-height: 55px;
        padding-right: 1.5625rem;
        padding-left: 1.5625rem;
        font-size: 1.125rem; } }

@media (min-width: 768px) {
  .validate-federation-list-item {
    position: static;
    border: none;
    padding: 0; }
    .validate-federation-list-item .info-block {
      padding-left: 1.5625rem;
      padding-right: 7.5rem;
      padding-top: 25px; }
      .validate-federation-list-item .info-block h2 {
        font-size: 1.5625rem; }
      .validate-federation-list-item .info-block .description {
        margin-bottom: 25px; }
    .validate-federation-list-item form {
      padding-bottom: 20px; }
    .validate-federation-list-item .form-submit {
      width: 150px;
      display: inline-block;
      font-size: 0.875rem;
      padding-left: 2.8125rem; }
      .validate-federation-list-item .form-submit:before {
        left: 1rem;
        font-size: 1.375rem; }
      .validate-federation-list-item .form-submit.accept {
        margin-left: 1.25rem;
        margin-right: 0.625rem; }
      .validate-federation-list-item .form-submit.reject {
        margin-right: 0.625rem; }
    .validate-federation-list-item .responsive-table-wrapper .form-submit {
      padding-left: 2.1875rem; }
      .validate-federation-list-item .responsive-table-wrapper .form-submit:before {
        left: 0.625rem; }
      .validate-federation-list-item .responsive-table-wrapper .form-submit.accept {
        margin-left: 0;
        margin-right: 0; }
    .validate-federation-list-item .bottom-opener {
      position: absolute;
      right: 1.25rem;
      bottom: 25px; } }

@media (min-width: 940px) {
  .validate-federation-list-item .form-submit.accept:hover {
    background-color: #c8c809; }
  .validate-federation-list-item .form-submit.reject:hover {
    background-color: #ab0d0d; }
  .validate-federation-list-item .form-submit.save:hover {
    background-color: #021a4a; }
  .validate-federation-list-item .responsive-table-wrapper td:last-child {
    width: 220px !important;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; }
  .validate-federation-list-item .responsive-table-wrapper .form-submit {
    display: inline-block; }
    .validate-federation-list-item .responsive-table-wrapper .form-submit.accept {
      margin-right: 0.625rem;
      margin-bottom: 0; }
    .validate-federation-list-item .responsive-table-wrapper .form-submit.reject {
      margin-right: 0.625rem;
      margin-bottom: 0; }
      .validate-federation-list-item .responsive-table-wrapper .form-submit.reject:hover {
        background-color: #dfe1e3; }
  .validate-federation-list-item .bottom-opener {
    height: 45px;
    line-height: 45px; } }

.validate-federation-list .list-wrapper {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

@media (min-width: 768px) {
  .validate-federation-list .list-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

@media (min-width: 940px) {
  .validate-federation-list .list-wrapper {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; } }

.validation-player-list .list-wrapper {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.validation-player-list .entry-form-list-item .group-right p {
  font-size: 1.375rem; }
  .validation-player-list .entry-form-list-item .group-right p.rejected:before, .validation-player-list .entry-form-list-item .group-right p.validated:before {
    margin-right: 0.5rem;
    display: inline-block;
    position: relative;
    top: -3px;
    font-size: 1rem; }
  .validation-player-list .entry-form-list-item .group-right p.rejected:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "";
    color: #c30f0f; }
  .validation-player-list .entry-form-list-item .group-right p.validated:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "";
    color: #0e7551; }

@media (min-width: 768px) {
  .validation-player-list .list-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

@media (min-width: 940px) {
  .validation-player-list .list-wrapper {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; } }

.event-information {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  .event-information #event-info-tab {
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 0;
    *zoom: 1; }
    .event-information #event-info-tab:after {
      content: "";
      display: table;
      clear: both; }
    .event-information #event-info-tab li {
      list-style: none;
      float: left;
      display: block;
      width: 100%;
      margin-top: 5px; }
    .event-information #event-info-tab a {
      z-index: 0;
      position: relative;
      cursor: pointer;
      overflow: hidden;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      -o-transform-style: preserve-3d;
      transform-style: preserve-3d;
      display: inline-block;
      text-align: center;
      text-transform: uppercase;
      color: #fff;
      background-color: #0199fa;
      -webkit-transition: color 0.25s false;
      -moz-transition: color 0.25s false false;
      -o-transition: color 0.25s false false;
      transition: color 0.25s;
      color: #000;
      background-color: #f7f7f7;
      height: 45px;
      line-height: 45px;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      font-size: 0.875rem;
      display: block; }
      .event-information #event-info-tab a:before {
        content: '';
        z-index: -1;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 400%;
        height: 0;
        background-color: #0084d8;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        -o-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -moz-transform 0.3s ease-in-out false;
        -o-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -o-transform 0.3s ease-in-out false;
        transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out; }
      @media all and (min-width: 940px) {
        .event-information #event-info-tab a:hover:before {
          opacity: 1;
          height: 800%; } }
      .event-information #event-info-tab a:before {
        background-color: #0199fa; }
      @media all and (min-width: 940px) {
        .event-information #event-info-tab a:hover {
          color: #fff; } }
      @media all and (min-width: 940px) {
        .event-information #event-info-tab a {
          height: 55px;
          line-height: 55px;
          padding-right: 1.5625rem;
          padding-left: 1.5625rem;
          font-size: 1.125rem; } }
    .event-information #event-info-tab li.active a,
    .event-information #event-info-tab a.active {
      color: #fff;
      background-color: #0199fa; }
      .event-information #event-info-tab li.active a:before,
      .event-information #event-info-tab a.active:before {
        opacity: 1;
        height: 400%; }
  .event-information #event-info-content {
    margin-bottom: 50px; }
    .event-information #event-info-content .view-file {
      padding-top: 30px; }
    .event-information #event-info-content .header {
      background-color: #0199fa;
      clear: both;
      margin-top: 30px; }
      .event-information #event-info-content .header h3 {
        color: #fff;
        margin: 0;
        font-size: 1rem;
        line-height: 36px;
        height: 30px;
        font-family: "Helvetica";
        padding-left: 0.625rem;
        padding-right: 0.625rem; }
    .event-information #event-info-content.location {
      *zoom: 1; }
      .event-information #event-info-content.location:after {
        content: "";
        display: table;
        clear: both; }
      .event-information #event-info-content.location .ega-one-column-simple p {
        line-height: 1.5;
        font-size: 0.875rem; }
      .event-information #event-info-content.location .ega-one-column-simple .body a,
      .event-information #event-info-content.location .ega-one-column-simple .item a {
        color: #0199fa; }
      .event-information #event-info-content.location .geolocation-map {
        margin-top: 0; }
    .event-information #event-info-content.programme .pane-file-event-info-programme-file-pane {
      clear: both; }
    .event-information #event-info-content.programme .days {
      margin: 0;
      padding: 0;
      list-style: none; }
      .event-information #event-info-content.programme .days .ajax-progress-throbber {
        display: none; }
      .event-information #event-info-content.programme .days.mCustomScrollbar .mCSB_scrollTools {
        width: 6px;
        padding: 0 0.125rem; }
        .event-information #event-info-content.programme .days.mCustomScrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
          background-color: rgba(255, 255, 255, 0.9); }
        .event-information #event-info-content.programme .days.mCustomScrollbar .mCSB_scrollTools .mCSB_draggerRail {
          background-color: rgba(255, 255, 255, 0.3); }
      .event-information #event-info-content.programme .days.mCustomScrollbar .mCSB_inside > .mCSB_container {
        margin-right: 0; }
      .event-information #event-info-content.programme .days li {
        display: block;
        margin-top: 5px;
        min-height: 40px;
        line-height: 40px;
        z-index: 0;
        position: relative;
        cursor: pointer;
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
        background-color: #0189e1; }
        .event-information #event-info-content.programme .days li:before {
          content: '';
          z-index: -1;
          opacity: 0;
          position: absolute;
          top: 50%;
          left: 50%;
          width: 400%;
          height: 0;
          background-color: #1778b7;
          -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
          -moz-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
          -ms-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
          -o-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
          transform: translateX(-50%) translateY(-50%) rotate(-60deg);
          -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
          -moz-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -moz-transform 0.3s ease-in-out false;
          -o-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -o-transform 0.3s ease-in-out false;
          transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out; }
        @media all and (min-width: 940px) {
          .event-information #event-info-content.programme .days li:hover:before {
            opacity: 1;
            height: 800%; } }
        .event-information #event-info-content.programme .days li:first-child {
          margin-top: 0; }
        .event-information #event-info-content.programme .days li.active {
          background-color: #1778b7; }
        .event-information #event-info-content.programme .days li > span {
          display: block; }
      .event-information #event-info-content.programme .days a {
        display: block;
        color: #fff;
        text-align: center;
        padding-right: 0.625rem; }
    .event-information #event-info-content.programme .programme-list {
      margin-top: 10px; }
      .event-information #event-info-content.programme .programme-list .content-wrapper {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -webkit-transition: opacity 0.3s 0s, -webkit-transform 0.3s 0s;
        -webkit-transition-delay: ease, ease;
        -moz-transition: opacity 0.3s 0s ease, -moz-transform 0.3s 0s ease;
        -o-transition: opacity 0.3s 0s ease, -o-transform 0.3s 0s ease;
        transition: opacity 0.3s 0s ease, transform 0.3s 0s ease;
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -o-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        -ms-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left; }
        .event-information #event-info-content.programme .programme-list .content-wrapper.loaded {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
          opacity: 1;
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); }
      .event-information #event-info-content.programme .programme-list .row {
        position: relative;
        padding-left: 105px;
        margin-top: 30px; }
        .event-information #event-info-content.programme .programme-list .row:first-child {
          margin-top: 0; }
      .event-information #event-info-content.programme .programme-list .group-left {
        position: absolute;
        left: 0;
        top: 0;
        height: 95px;
        line-height: 1;
        background-color: #0199fa;
        color: #fff;
        width: 85px;
        text-align: center;
        font-size: 1.375rem; }
        .event-information #event-info-content.programme .programme-list .group-left .date-time-container {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          width: 100%;
          height: 60px; }
        .event-information #event-info-content.programme .programme-list .group-left .date-display-single,
        .event-information #event-info-content.programme .programme-list .group-left time {
          display: block; }
        .event-information #event-info-content.programme .programme-list .group-left .date-display-single {
          margin-bottom: 10px;
          font-size: 1.0625rem; }
        .event-information #event-info-content.programme .programme-list .group-left time {
          font-size: 0.84375rem; }
      .event-information #event-info-content.programme .programme-list h3 {
        font-size: 1.25rem;
        margin-top: 0;
        margin-bottom: 20px; }
      .event-information #event-info-content.programme .programme-list p,
      .event-information #event-info-content.programme .programme-list .location {
        font-size: 0.8125rem; }
      .event-information #event-info-content.programme .programme-list p {
        margin-bottom: 15px; }
      .event-information #event-info-content.programme .programme-list .location {
        padding-left: 1.375rem;
        text-transform: uppercase; }
        .event-information #event-info-content.programme .programme-list .location:before {
          font-family: FontAwesome;
          font-weight: normal;
          font-style: normal;
          text-decoration: inherit;
          -webkit-font-smoothing: antialiased;
          *margin-right: .3em;
          content: "";
          margin-right: 7px;
          margin-left: -20px;
          display: inline-block;
          font-size: 0.9375rem; }

@media (min-width: 768px) {
  .event-information {
    padding-left: 1.09375rem;
    padding-right: 1.09375rem; }
    .event-information #event-info-tab li {
      width: auto;
      margin-top: 10px;
      margin-right: 0.625rem; }
    .event-information #event-info-content {
      position: relative; }
      .event-information #event-info-content.location .ega-two-column-simple {
        display: table;
        width: 100%; }
      .event-information #event-info-content.location .group-left,
      .event-information #event-info-content.location .group-right {
        display: table-cell;
        vertical-align: middle; }
      .event-information #event-info-content.location .group-left {
        width: 50%; }
      .event-information #event-info-content.location .group-right {
        width: 47%;
        padding-left: 3%;
        line-height: 1.5; }
        .event-information #event-info-content.location .group-right p {
          line-height: 1.5;
          font-size: 0.875rem; }
        .event-information #event-info-content.location .group-right .label {
          float: left;
          margin-top: 2px;
          margin-right: 5px;
          line-height: 1.3; }
        .event-information #event-info-content.location .group-right .address-content {
          display: block;
          padding-top: 2px;
          padding-left: 4.375rem; }
        .event-information #event-info-content.location .group-right .editor-enabled {
          font-size: 1em; }
      .event-information #event-info-content.location .geolocation-map {
        margin-bottom: 0; }
      .event-information #event-info-content.programme .ega-one-column-simple {
        *zoom: 1; }
        .event-information #event-info-content.programme .ega-one-column-simple:after {
          content: "";
          display: table;
          clear: both; }
      .event-information #event-info-content.programme .days,
      .event-information #event-info-content.programme .programme-list {
        height: 100%;
        max-height: 480px; }
      .event-information #event-info-content.programme .days {
        float: left;
        background-color: #0189e1; }
        .event-information #event-info-content.programme .days li {
          width: 85px;
          height: 160px;
          margin-top: 0; }
          .event-information #event-info-content.programme .days li > span {
            display: table;
            width: 100%;
            height: 100%; }
        .event-information #event-info-content.programme .days a {
          display: table-cell;
          width: 100%;
          vertical-align: middle;
          padding-left: 0.1875rem;
          padding-right: 0.625rem;
          font-size: 1.25rem;
          line-height: 1.2; }
      .event-information #event-info-content.programme .programme-list {
        margin-left: 85px;
        height: 100%; }
        .event-information #event-info-content.programme .programme-list .row {
          padding-left: 125px;
          padding-right: 215px;
          margin-top: 0;
          min-height: 120px;
          border-top: 1px solid #ececec; }
          .event-information #event-info-content.programme .programme-list .row:first-child {
            border-top: none; }
        .event-information #event-info-content.programme .programme-list .group-left {
          width: 85px;
          font-size: 1.5rem;
          height: auto;
          bottom: 0; }
        .event-information #event-info-content.programme .programme-list .group-right {
          width: 175px;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          height: 50px;
          line-height: 50px;
          margin: auto;
          text-align: center;
          border-left: 1px solid #989898; }
        .event-information #event-info-content.programme .programme-list .group-middle {
          padding-top: 20px;
          padding-bottom: 15px; }
        .event-information #event-info-content.programme .programme-list h3 {
          font-size: 1.625rem; }
        .event-information #event-info-content.programme .programme-list p {
          margin-bottom: 0; }
        .event-information #event-info-content.programme .programme-list p,
        .event-information #event-info-content.programme .programme-list .location {
          font-size: 0.875rem; }
        .event-information #event-info-content.programme .programme-list .location-container {
          display: table;
          width: 100%;
          height: 100%; }
        .event-information #event-info-content.programme .programme-list .location {
          display: table-cell;
          vertical-align: middle;
          text-align: left;
          padding-left: 1.875rem;
          line-height: 1.2; } }

@media (min-width: 940px) {
  .event-information {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0; }
    .event-information #event-info-tab {
      margin-top: 50px;
      margin-bottom: 50px; }
      .event-information #event-info-tab a {
        font-size: 0.9375rem; }
    .event-information #event-info-content.programme .days li {
      width: 115px; }
      .event-information #event-info-content.programme .days li.active:before {
        opacity: 1;
        height: 400%; }
    .event-information #event-info-content.programme .days a {
      padding-left: 0.3125rem; }
    .event-information #event-info-content.programme .programme-list {
      margin-left: 115px; }
      .event-information #event-info-content.programme .programme-list .row {
        padding-left: 155px;
        padding-right: 215px; }
      .event-information #event-info-content.programme .programme-list .group-left {
        width: 115px;
        font-size: 1.75rem; }
        .event-information #event-info-content.programme .programme-list .group-left .date-time-container {
          height: 45px; }
        .event-information #event-info-content.programme .programme-list .group-left .date-display-single {
          font-size: 1.125rem; }
        .event-information #event-info-content.programme .programme-list .group-left time {
          font-size: 1.0625rem; }
      .event-information #event-info-content.programme .programme-list .group-right {
        width: 175px; }
      .event-information #event-info-content.programme .programme-list .group-middle {
        padding-top: 20px;
        padding-bottom: 25px; }
      .event-information #event-info-content.programme .programme-list h3 {
        font-size: 1.875rem; } }

#event-golfbox-widget {
  min-height: 400px; }

.event-page-manager-header {
  position: relative;
  overflow: hidden;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .event-page-manager-header .group-left {
    background-color: #001132; }
    .event-page-manager-header .group-left .outer {
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0; }
    .event-page-manager-header .group-left .content {
      padding: 40px 0 40px 1.875rem; }
  .event-page-manager-header time {
    display: inline-block;
    padding: 10px 0.625rem;
    color: #fff;
    background-color: #0199fa; }
    .event-page-manager-header time > span {
      display: block;
      text-align: center;
      text-transform: uppercase; }
    .event-page-manager-header time .inner {
      display: inline-block; }
    .event-page-manager-header time .day {
      font-size: 1.625rem; }
    .event-page-manager-header time .year,
    .event-page-manager-header time .separator,
    .event-page-manager-header time .months {
      font-size: 0.6875rem; }
    .event-page-manager-header time .months.two .month.end {
      margin-left: 22px; }
    .event-page-manager-header time .separator {
      position: relative;
      top: -6px; }
  .event-page-manager-header h1,
  .event-page-manager-header .country,
  .event-page-manager-header .city {
    color: #fff; }
  .event-page-manager-header h1 {
    margin-top: 15px;
    margin-bottom: 0; }
  .event-page-manager-header .country,
  .event-page-manager-header .city {
    font-size: 1.25rem;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 20px; }
  .event-page-manager-header .country {
    margin-bottom: 10px; }
    .event-page-manager-header .country img {
      float: left;
      max-height: 26px;
      margin-top: -2px;
      margin-right: 10px; }
  .event-page-manager-header .city:before {
    content: ',';
    margin-left: -3px;
    margin-right: 4px; }
  .event-page-manager-header .countdown {
    margin-top: 20px;
    font-size: 0.75rem;
    color: #fff; }
    .event-page-manager-header .countdown div {
      display: inline-block;
      margin-right: 10px;
      text-align: center;
      text-transform: uppercase; }
      .event-page-manager-header .countdown div:last-child {
        margin-right: 0; }
    .event-page-manager-header .countdown span {
      display: block;
      width: 40px;
      height: 40px;
      margin-bottom: 5px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      border: 2px solid #fff;
      line-height: 40px;
      font-size: 0.9375rem; }
  .event-page-manager-header .user-navigation {
    right: 3.125rem;
    z-index: 0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #0199fa;
    -webkit-transition: color 0.25s false;
    -moz-transition: color 0.25s false false;
    -o-transition: color 0.25s false false;
    transition: color 0.25s;
    background-color: #c8c809;
    height: 45px;
    line-height: 45px;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    font-size: 0.875rem;
    background-color: #e5e52d;
    color: #000;
    margin-top: 20px;
    position: absolute; }
    .event-page-manager-header .user-navigation:before {
      content: '';
      z-index: -1;
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 400%;
      height: 0;
      background-color: #0084d8;
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -moz-transform 0.3s ease-in-out false;
      -o-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -o-transform 0.3s ease-in-out false;
      transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out; }
    @media all and (min-width: 940px) {
      .event-page-manager-header .user-navigation:hover:before {
        opacity: 1;
        height: 800%; } }
    .event-page-manager-header .user-navigation:before {
      background-color: #b2b203; }
    @media all and (min-width: 940px) {
      .event-page-manager-header .user-navigation {
        height: 55px;
        line-height: 55px;
        padding-right: 1.5625rem;
        padding-left: 1.5625rem;
        font-size: 1.125rem; } }
  .event-page-manager-header .cover-image img {
    display: block;
    width: 100%; }
  .event-page-manager-header .event-navigation-outer-wrapper {
    position: relative; }
    .event-page-manager-header .event-navigation-outer-wrapper.first:after {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
    .event-page-manager-header .event-navigation-outer-wrapper.last:before {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
    .event-page-manager-header .event-navigation-outer-wrapper:before, .event-page-manager-header .event-navigation-outer-wrapper:after {
      position: absolute;
      z-index: 1;
      pointer-events: none;
      top: 0;
      bottom: 0;
      content: '';
      display: block;
      width: 100px;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      -webkit-transition: opacity 0.2s false;
      -moz-transition: opacity 0.2s false false;
      -o-transition: opacity 0.2s false false;
      transition: opacity 0.2s; }
    .event-page-manager-header .event-navigation-outer-wrapper:before {
      left: 0;
      background: -owg-linear-gradient(left, #0199fa 0%, rgba(1, 153, 250, 0) 100%);
      background: -webkit-linear-gradient(left, #0199fa 0%, rgba(1, 153, 250, 0) 100%);
      background: -moz-linear-gradient(left, #0199fa 0%, rgba(1, 153, 250, 0) 100%);
      background: -o-linear-gradient(left, #0199fa 0%, rgba(1, 153, 250, 0) 100%);
      -pie-background: -pie-linear-gradient(left, #0199fa 0%, rgba(1, 153, 250, 0) 100%);
      background: linear-gradient(left, #0199fa 0%, rgba(1, 153, 250, 0) 100%); }
    .event-page-manager-header .event-navigation-outer-wrapper:after {
      right: 0;
      background: -owg-linear-gradient(right, #0199fa 0%, rgba(1, 153, 250, 0) 100%);
      background: -webkit-linear-gradient(right, #0199fa 0%, rgba(1, 153, 250, 0) 100%);
      background: -moz-linear-gradient(right, #0199fa 0%, rgba(1, 153, 250, 0) 100%);
      background: -o-linear-gradient(right, #0199fa 0%, rgba(1, 153, 250, 0) 100%);
      -pie-background: -pie-linear-gradient(right, #0199fa 0%, rgba(1, 153, 250, 0) 100%);
      background: linear-gradient(right, #0199fa 0%, rgba(1, 153, 250, 0) 100%); }
    .event-page-manager-header .event-navigation-outer-wrapper .inner-wrapper {
      overflow: auto; }
  .event-page-manager-header .event-navigation {
    margin: 0;
    padding: 0 0.9375rem;
    background-color: #0199fa;
    position: relative;
    min-width: 100%;
    *zoom: 1; }
    .event-page-manager-header .event-navigation:after {
      content: "";
      display: table;
      clear: both; }
    .event-page-manager-header .event-navigation .item {
      float: left; }
    .event-page-manager-header .event-navigation a {
      display: block;
      padding: 25px 0.9375rem;
      text-transform: uppercase;
      font-family: "Helvetica";
      font-size: 0.71875rem;
      color: #fff;
      -webkit-transition: background-color 0.2s false;
      -moz-transition: background-color 0.2s false false;
      -o-transition: background-color 0.2s false false;
      transition: background-color 0.2s; }
  .event-page-manager-header .weather-widget {
    z-index: 1;
    position: absolute;
    top: 10px;
    *zoom: 1; }
    .event-page-manager-header .weather-widget:after {
      content: "";
      display: table;
      clear: both; }
    .event-page-manager-header .weather-widget > div {
      position: relative;
      clear: both;
      float: left;
      display: block;
      padding-top: 13px;
      padding-right: 1.25rem;
      padding-bottom: 13px;
      padding-left: 2.1875rem;
      font-family: "Helvetica";
      font-size: 0.875rem;
      color: #fff; }
      .event-page-manager-header .weather-widget > div span {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0.3125rem;
        display: block;
        width: 1.5625rem;
        margin: auto; }
        .event-page-manager-header .weather-widget > div span:before, .event-page-manager-header .weather-widget > div span:after {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          content: ''; }
        .event-page-manager-header .weather-widget > div span:before {
          display: block; }
        .event-page-manager-header .weather-widget > div span:after {
          display: none; }
    .event-page-manager-header .weather-widget .humidity {
      background-color: #021a4a; }
      .event-page-manager-header .weather-widget .humidity span:before {
        background-image: url(../images/generated/spritesheet-1567005678655.png);
        background-position: 0px -220px;
        width: 12px;
        height: 15px; }
      .event-page-manager-header .weather-widget .humidity span:after {
        background-image: url(../images/generated/spritesheet-1567005678655.png);
        background-position: -216px -115px;
        width: 18px;
        height: 23px; }
    .event-page-manager-header .weather-widget .wind {
      background-color: #0a2d75;
      clear: none; }
      .event-page-manager-header .weather-widget .wind span:before {
        background-image: url(../images/generated/spritesheet-1567005678655.png);
        background-position: -17px -220px;
        width: 15px;
        height: 12px; }
      .event-page-manager-header .weather-widget .wind span:after {
        background-image: url(../images/generated/spritesheet-1567005678655.png);
        background-position: -150px -145px;
        width: 21px;
        height: 18px; }
    .event-page-manager-header .weather-widget .temp {
      background-color: #021a4a; }
      .event-page-manager-header .weather-widget .temp span:before {
        background-image: url(../images/generated/spritesheet-1567005678655.png);
        background-position: -246px -87px;
        width: 8px;
        height: 19px; }
      .event-page-manager-header .weather-widget .temp span:after {
        background-image: url(../images/generated/spritesheet-1567005678655.png);
        background-position: -246px -55px;
        width: 11px;
        height: 27px; }
  .event-page-manager-header h1 {
    font-size: 1.375rem; }

@media (min-width: 768px) {
  .event-page-manager-header {
    background-color: transparent;
    position: relative;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.2s false;
    -moz-transition: opacity 0.2s false false;
    -o-transition: opacity 0.2s false false;
    transition: opacity 0.2s;
    padding-bottom: 71px; }
    .event-page-manager-header.loaded {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
    .event-page-manager-header, .event-page-manager-header a {
      color: #fff; }
    .event-page-manager-header .date-and-category,
    .event-page-manager-header .node-teaser-title,
    .event-page-manager-header .node-highlighted-title,
    .event-page-manager-header .title,
    .event-page-manager-header .node-title,
    .event-page-manager-header .country,
    .event-page-manager-header .short,
    .event-page-manager-header .countdown,
    .event-page-manager-header .handicap h2,
    .event-page-manager-header .description {
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); }
    .event-page-manager-header .group-left {
      background-color: rgba(0, 17, 50, 0.4);
      position: relative;
      z-index: 3;
      left: 0;
      top: 0;
      bottom: 0;
      height: 100%; }
      .event-page-manager-header .group-left .triangle {
        position: absolute;
        z-index: 0;
        left: 100%;
        top: 0;
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-top-style: solid;
        border-top-color: rgba(0, 17, 50, 0.4);
        border-right-style: solid;
        border-right-color: transparent; }
      .event-page-manager-header .group-left .content {
        position: relative;
        z-index: 1;
        height: 100%;
        width: 100%; }
    .event-page-manager-header .group-right {
      display: block;
      position: absolute;
      z-index: 1;
      right: 0;
      top: 0;
      bottom: 0; }
    .event-page-manager-header .group-left {
      width: 50% !important;
      padding-top: 0;
      position: absolute; }
      .event-page-manager-header .group-left .content {
        display: table;
        padding-top: 0;
        padding-bottom: 350px;
        padding-left: 3.125rem; }
      .event-page-manager-header .group-left .outer {
        right: -100%;
        left: auto; }
    .event-page-manager-header .inner {
      display: table-cell;
      vertical-align: top; }
    .event-page-manager-header time .day {
      font-size: 2.125rem; }
    .event-page-manager-header time .year,
    .event-page-manager-header time .separator,
    .event-page-manager-header time .months {
      font-size: 0.875rem; }
    .event-page-manager-header h1 {
      margin-top: 20px;
      margin-bottom: 5px; }
    .event-page-manager-header .group-right {
      left: auto;
      width: 100%; }
      .event-page-manager-header .group-right .outer {
        height: 100%; }
    .event-page-manager-header .countdown {
      font-size: 1rem; }
      .event-page-manager-header .countdown span {
        width: 52px;
        height: 52px;
        line-height: 52px;
        font-size: 1.25rem; }
    .event-page-manager-header .group-right {
      position: static; }
    .event-page-manager-header .group-bottom {
      z-index: 3;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
    .event-page-manager-header .event-navigation {
      padding: 0 0.3125rem; }
      .event-page-manager-header .event-navigation:before, .event-page-manager-header .event-navigation:after {
        position: static;
        background-image: none; }
      .event-page-manager-header .event-navigation .item {
        float: none;
        display: inline-block; }
      .event-page-manager-header .event-navigation a {
        padding-top: 28px;
        padding-bottom: 28px;
        font-size: 0.78125rem; }
    .event-page-manager-header .weather-widget {
      top: auto;
      right: 0;
      bottom: 95px;
      left: auto; }
      .event-page-manager-header .weather-widget > div {
        padding-top: 21px;
        padding-right: 1.5625rem;
        padding-bottom: 21px;
        padding-left: 2.8125rem;
        font-size: 0.96875rem;
        margin-top: 0;
        float: right; }
        .event-page-manager-header .weather-widget > div span {
          left: 0.625rem; }
          .event-page-manager-header .weather-widget > div span:before {
            display: none; }
          .event-page-manager-header .weather-widget > div span:after {
            display: block; }
      .event-page-manager-header .weather-widget .humidity {
        background-color: rgba(2, 26, 74, 0.8); }
      .event-page-manager-header .weather-widget .wind {
        background-color: rgba(10, 45, 117, 0.8);
        clear: both; }
      .event-page-manager-header .weather-widget .temp {
        background-color: rgba(2, 26, 74, 0.8); } }

@media (min-width: 940px) {
  .event-page-manager-header {
    padding-bottom: 75px; }
    .event-page-manager-header .group-left {
      width: 45% !important; }
      .event-page-manager-header .group-left .outer {
        right: auto;
        left: 0; }
    .event-page-manager-header .event-navigation {
      padding: 0 0.3125rem; }
      .event-page-manager-header .event-navigation a {
        padding-top: 30px;
        padding-bottom: 29px;
        font-size: 0.875rem; }
        .event-page-manager-header .event-navigation a:hover {
          background-color: #021a4a; }
    .event-page-manager-header .weather-widget > div {
      clear: none;
      float: left; }
    .event-page-manager-header .weather-widget .wind {
      clear: none; }
    .event-page-manager-header h1 {
      font-size: 1.75rem; } }

@media (min-width: 1280px) {
  .event-page-manager-header h1 {
    font-size: 2rem; } }

@media (min-width: 1700px) {
  .event-page-manager-header .event-navigation {
    text-align: center; } }

.hosting-course-teaser-header {
  position: relative;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  *zoom: 1; }
  .hosting-course-teaser-header:after {
    content: "";
    display: table;
    clear: both; }
  .hosting-course-teaser-header .group-left {
    background-color: #e5e52d; }
    .hosting-course-teaser-header .group-left .outer {
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0; }
    .hosting-course-teaser-header .group-left .content {
      padding: 40px 0.9375rem; }
  .hosting-course-teaser-header .title {
    margin-bottom: 20px;
    padding-top: 5px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 2.625rem; }
  .hosting-course-teaser-header .country {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 1rem; }
    .hosting-course-teaser-header .country img {
      float: left;
      max-height: 26px;
      margin-top: -6px;
      margin-right: 10px; }
  .hosting-course-teaser-header #body-text-widget p {
    line-height: 1.5;
    font-size: 0.875rem; }
  .hosting-course-teaser-header #body-text-widget .full {
    display: none; }
  .hosting-course-teaser-header .show-details {
    z-index: 0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #0199fa;
    -webkit-transition: color 0.25s false;
    -moz-transition: color 0.25s false false;
    -o-transition: color 0.25s false false;
    transition: color 0.25s;
    height: 45px;
    line-height: 45px;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    font-size: 0.875rem; }
    .hosting-course-teaser-header .show-details:before {
      content: '';
      z-index: -1;
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 400%;
      height: 0;
      background-color: #0084d8;
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -moz-transform 0.3s ease-in-out false;
      -o-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -o-transform 0.3s ease-in-out false;
      transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out; }
    @media all and (min-width: 940px) {
      .hosting-course-teaser-header .show-details:hover:before {
        opacity: 1;
        height: 800%; } }
    @media all and (min-width: 940px) {
      .hosting-course-teaser-header .show-details {
        height: 55px;
        line-height: 55px;
        padding-right: 1.5625rem;
        padding-left: 1.5625rem;
        font-size: 1.125rem; } }
  .hosting-course-teaser-header .group-right {
    width: 100%;
    position: relative; }
  .hosting-course-teaser-header .cover-image img {
    display: block;
    width: 100%; }
  .hosting-course-teaser-header .weather-widget {
    z-index: 1;
    position: absolute;
    bottom: 10px;
    left: 0;
    *zoom: 1; }
    .hosting-course-teaser-header .weather-widget:after {
      content: "";
      display: table;
      clear: both; }
    .hosting-course-teaser-header .weather-widget > div {
      position: relative;
      clear: both;
      float: left;
      display: block;
      padding-top: 16px;
      padding-right: 0.9375rem;
      padding-bottom: 16px;
      padding-left: 2.1875rem;
      font-family: "Helvetica";
      font-size: 0.875rem;
      color: #fff; }
      .hosting-course-teaser-header .weather-widget > div span {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0.3125rem;
        display: block;
        width: 1.5625rem;
        margin: auto; }
        .hosting-course-teaser-header .weather-widget > div span:before, .hosting-course-teaser-header .weather-widget > div span:after {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          content: ''; }
        .hosting-course-teaser-header .weather-widget > div span:before {
          display: block; }
        .hosting-course-teaser-header .weather-widget > div span:after {
          display: none; }
    .hosting-course-teaser-header .weather-widget .humidity {
      background-color: #021a4a; }
      .hosting-course-teaser-header .weather-widget .humidity span:before {
        background-image: url(../images/generated/spritesheet-1567005678655.png);
        background-position: 0px -220px;
        width: 12px;
        height: 15px; }
      .hosting-course-teaser-header .weather-widget .humidity span:after {
        background-image: url(../images/generated/spritesheet-1567005678655.png);
        background-position: -216px -115px;
        width: 18px;
        height: 23px; }
    .hosting-course-teaser-header .weather-widget .wind {
      background-color: #0a2d75;
      clear: none; }
      .hosting-course-teaser-header .weather-widget .wind span:before {
        background-image: url(../images/generated/spritesheet-1567005678655.png);
        background-position: -17px -220px;
        width: 15px;
        height: 12px; }
      .hosting-course-teaser-header .weather-widget .wind span:after {
        background-image: url(../images/generated/spritesheet-1567005678655.png);
        background-position: -150px -145px;
        width: 21px;
        height: 18px; }
    .hosting-course-teaser-header .weather-widget .temp {
      background-color: #021a4a; }
      .hosting-course-teaser-header .weather-widget .temp span:before {
        background-image: url(../images/generated/spritesheet-1567005678655.png);
        background-position: -246px -87px;
        width: 8px;
        height: 19px; }
      .hosting-course-teaser-header .weather-widget .temp span:after {
        background-image: url(../images/generated/spritesheet-1567005678655.png);
        background-position: -246px -55px;
        width: 11px;
        height: 27px; }
  .hosting-course-teaser-header .custom-scrollbar {
    max-height: 235px; }

@media (min-width: 768px) {
  .hosting-course-teaser .hosting-course-teaser-header .custom-scrollbar {
    max-height: 300px; }
    .hosting-course-teaser .hosting-course-teaser-header .custom-scrollbar .mCSB_inside > .mCSB_container {
      margin-right: 0;
      margin-left: 40px; }
    .hosting-course-teaser .hosting-course-teaser-header .custom-scrollbar .mCSB_scrollTools {
      left: 0;
      right: auto; }
  .hosting-course-teaser-header {
    position: relative;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.2s false;
    -moz-transition: opacity 0.2s false false;
    -o-transition: opacity 0.2s false false;
    transition: opacity 0.2s; }
    .hosting-course-teaser-header.loaded {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
    .hosting-course-teaser-header, .hosting-course-teaser-header a {
      color: #fff; }
    .hosting-course-teaser-header .date-and-category,
    .hosting-course-teaser-header .node-teaser-title,
    .hosting-course-teaser-header .node-highlighted-title,
    .hosting-course-teaser-header .title,
    .hosting-course-teaser-header .node-title,
    .hosting-course-teaser-header .country,
    .hosting-course-teaser-header .short,
    .hosting-course-teaser-header .countdown,
    .hosting-course-teaser-header .handicap h2,
    .hosting-course-teaser-header .description {
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); }
    .hosting-course-teaser-header .group-left {
      background-color: rgba(0, 17, 50, 0.4);
      position: relative;
      z-index: 3;
      left: 0;
      top: 0;
      bottom: 0;
      height: 100%; }
      .hosting-course-teaser-header .group-left .triangle {
        position: absolute;
        z-index: 0;
        left: 100%;
        top: 0;
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-top-style: solid;
        border-top-color: rgba(0, 17, 50, 0.4);
        border-right-style: solid;
        border-right-color: transparent; }
      .hosting-course-teaser-header .group-left .content {
        position: relative;
        z-index: 1;
        height: 100%;
        width: 100%; }
    .hosting-course-teaser-header .group-right {
      display: block;
      position: absolute;
      z-index: 1;
      right: 0;
      top: 0;
      bottom: 0; }
    .hosting-course-teaser-header .group-left {
      padding-top: 0;
      position: absolute;
      -webkit-transition: width 0.2s false;
      -moz-transition: width 0.2s false false;
      -o-transition: width 0.2s false false;
      transition: width 0.2s; }
      .hosting-course-teaser-header .group-left .content {
        display: table;
        padding-top: 0;
        padding-bottom: 10px;
        padding-left: 0.9375rem; }
      .hosting-course-teaser-header .group-left .outer {
        right: -100%;
        left: auto; }
    .hosting-course-teaser-header .inner {
      display: table-cell;
      vertical-align: middle; }
    .hosting-course-teaser-header .title {
      font-size: 3.25rem; }
    .hosting-course-teaser-header .country {
      font-size: 1.1875rem; }
    .hosting-course-teaser-header .group-right {
      position: static;
      -webkit-transition: width 0.2s false;
      -moz-transition: width 0.2s false false;
      -o-transition: width 0.2s false false;
      transition: width 0.2s; }
      .hosting-course-teaser-header .group-right .outer {
        height: 100%; }
    .hosting-course-teaser-header .weather-widget {
      top: 0;
      right: 0;
      left: auto;
      bottom: auto; }
      .hosting-course-teaser-header .weather-widget > div {
        clear: none;
        padding-top: 18px;
        padding-right: 0.9375rem;
        padding-bottom: 18px;
        padding-left: 2.5rem;
        font-size: 0.9375rem;
        margin-top: 0; }
        .hosting-course-teaser-header .weather-widget > div span {
          left: 0.625rem; }
          .hosting-course-teaser-header .weather-widget > div span:before {
            display: none; }
          .hosting-course-teaser-header .weather-widget > div span:after {
            display: block; }
      .hosting-course-teaser-header .weather-widget .humidity {
        background-color: rgba(2, 26, 74, 0.8); }
      .hosting-course-teaser-header .weather-widget .wind {
        background-color: rgba(10, 45, 117, 0.8); }
      .hosting-course-teaser-header .weather-widget .temp {
        background-color: rgba(2, 26, 74, 0.8); } }

@media (min-width: 940px) {
  .hosting-course-teaser.opened .hosting-course-teaser-header {
    /*.group-right {
					width: 50%;
				}*/ }
    .hosting-course-teaser.opened .hosting-course-teaser-header .group-left {
      width: 50% !important; }
  .hosting-course-teaser-header .group-left .content {
    padding-left: 1.875rem; }
  .hosting-course-teaser-header .group-left .outer {
    right: auto;
    left: 0; } }

@media (min-width: 1280px) {
  .hosting-course-teaser.opened .hosting-course-teaser-header {
    /*.group-right {
					width: 35%;
				}*/ }
    .hosting-course-teaser.opened .hosting-course-teaser-header .group-left {
      width: 65% !important; }
  .hosting-course-teaser-header {
    /*.group-right {
			width: 65%;
		}*/ }
    .hosting-course-teaser-header .group-left .content {
      padding-left: 4.0625rem; } }

.event-page-manager .content .view-news {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 10px;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  .event-page-manager .content .view-news .views-row {
    margin-bottom: 6px; }

@media (min-width: 768px) {
  .event-page-manager .content .view-news {
    margin-top: 20px;
    padding-left: 1.09375rem;
    padding-right: 1.09375rem; }
    .event-page-manager .content .view-news .view-content {
      *zoom: 1; }
      .event-page-manager .content .view-news .view-content:after {
        content: "";
        display: table;
        clear: both; }
    .event-page-manager .content .view-news .views-row {
      width: 50%;
      clear: right;
      float: left;
      padding-left: 0.15625rem;
      padding-right: 0.15625rem;
      margin-bottom: 7px; } }

@media (min-width: 940px) {
  .event-page-manager .content .view-news {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0; }
    .event-page-manager .content .view-news .view-content {
      margin-left: -0.3125rem;
      margin-right: -0.3125rem; }
    .event-page-manager .content .view-news .views-row {
      margin-bottom: 10px;
      padding-left: 0.3125rem;
      padding-right: 0.3125rem; } }

#results {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 10px;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  #results #gb-ls {
    width: 60rem; }
    #results #gb-ls .gb-livescore-header,
    #results #gb-ls .gb-livescore-holder,
    #results #gb-ls .gb-livescore-footer {
      width: 100%; }
  #results #event-golfbox-widget-tabs,
  #results #event-golfbox-widget-tabs ul.ui-tabs-nav,
  #results #event-golfbox-widget-tabs li {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  #results #event-golfbox-widget-tabs li {
    float: left;
    border: 0; }
    #results #event-golfbox-widget-tabs li a {
      font-size: 13px;
      color: #000; }
    #results #event-golfbox-widget-tabs li.ui-state-default {
      background-color: #0199fa;
      color: #fff;
      background-image: none; }
    #results #event-golfbox-widget-tabs li.ui-state-active {
      background-color: #e5e52d;
      color: #000;
      background-image: none; }
  #results #event-golfbox-widget-tabs .ui-tabs-panel {
    padding: 0; }

@media (min-width: 768px) {
  #results {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

@media (min-width: 940px) {
  #results {
    padding-left: 0;
    padding-right: 0; } }

.ega-event-list {
  border: 2px solid #ececec;
  position: relative; }
  .ega-event-list .group-left {
    margin-top: 220px; }
    .ega-event-list .group-left .outer {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    .ega-event-list .group-left .content > .inner {
      padding: 37px 2.5rem; }
  .ega-event-list .group-right {
    position: absolute;
    left: 0;
    right: 0;
    top: 0; }
  .ega-event-list .weather-widget {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    *zoom: 1; }
    .ega-event-list .weather-widget:after {
      content: "";
      display: table;
      clear: both; }
    .ega-event-list .weather-widget > div {
      font-family: "Helvetica";
      font-size: 0.71875rem;
      padding-left: 2.1875rem;
      padding-right: 1.25rem;
      padding-top: 13px;
      padding-bottom: 13px;
      color: #fff;
      margin-top: 1px;
      position: relative;
      display: block;
      float: left;
      clear: both; }
      .ega-event-list .weather-widget > div span {
        position: absolute;
        left: 0.3125rem;
        width: 1.5625rem;
        top: 0;
        bottom: 0;
        margin: auto;
        display: block; }
        .ega-event-list .weather-widget > div span:before, .ega-event-list .weather-widget > div span:after {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          content: ''; }
        .ega-event-list .weather-widget > div span:before {
          display: block; }
        .ega-event-list .weather-widget > div span:after {
          display: none; }
    .ega-event-list .weather-widget .humidity {
      background-color: #021a4a; }
      .ega-event-list .weather-widget .humidity span:before {
        background-image: url(../images/generated/spritesheet-1567005678655.png);
        background-position: 0px -220px;
        width: 12px;
        height: 15px; }
      .ega-event-list .weather-widget .humidity span:after {
        background-image: url(../images/generated/spritesheet-1567005678655.png);
        background-position: -216px -115px;
        width: 18px;
        height: 23px; }
    .ega-event-list .weather-widget .wind {
      background-color: #0a2d75; }
      .ega-event-list .weather-widget .wind span:before {
        background-image: url(../images/generated/spritesheet-1567005678655.png);
        background-position: -17px -220px;
        width: 15px;
        height: 12px; }
      .ega-event-list .weather-widget .wind span:after {
        background-image: url(../images/generated/spritesheet-1567005678655.png);
        background-position: -150px -145px;
        width: 21px;
        height: 18px; }
    .ega-event-list .weather-widget .temp {
      background-color: #021a4a; }
      .ega-event-list .weather-widget .temp span:before {
        background-image: url(../images/generated/spritesheet-1567005678655.png);
        background-position: -246px -87px;
        width: 8px;
        height: 19px; }
      .ega-event-list .weather-widget .temp span:after {
        background-image: url(../images/generated/spritesheet-1567005678655.png);
        background-position: -246px -55px;
        width: 11px;
        height: 27px; }
  .ega-event-list .title a {
    font-family: "Helvetica";
    font-size: 1.4375rem;
    text-transform: uppercase;
    color: #000; }
  .ega-event-list .inner-middle .title {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 3px; }
  .ega-event-list .country,
  .ega-event-list .city {
    font-size: 1rem;
    display: inline-block;
    text-transform: uppercase; }
  .ega-event-list .country {
    margin-bottom: 10px; }
    .ega-event-list .country img {
      float: left;
      max-height: 26px;
      margin-top: -4px;
      margin-right: 10px; }
  .ega-event-list .city:before {
    content: ',';
    margin-left: -3px;
    margin-right: 4px; }
  .ega-event-list .countdown {
    font-size: 0.6875rem;
    color: #0199fa;
    margin-top: 20px; }
    .ega-event-list .countdown div {
      display: inline-block;
      margin-right: 9px;
      text-align: center;
      text-transform: uppercase; }
      .ega-event-list .countdown div:last-child {
        margin-right: 0; }
    .ega-event-list .countdown span {
      display: block;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      border: 2px solid #0199fa;
      width: 38px;
      height: 38px;
      line-height: 34px;
      font-size: 0.75rem;
      margin-bottom: 5px; }
  .ega-event-list time {
    background-color: #0199fa;
    color: #fff;
    padding-top: 7px;
    padding-bottom: 10px;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    display: inline-block; }
    .ega-event-list time > span {
      display: block;
      text-align: center;
      text-transform: uppercase; }
    .ega-event-list time .inner {
      display: inline-block; }
    .ega-event-list time .year,
    .ega-event-list time .separator,
    .ega-event-list time .months {
      font-size: 0.71875rem; }
    .ega-event-list time .day {
      font-size: 1.7375rem; }
    .ega-event-list time .months.two .month.end {
      margin-left: 22px; }
    .ega-event-list time .separator {
      position: relative;
      top: -6px; }
  .ega-event-list .cover-image {
    height: 220px; }
    .ega-event-list .cover-image a {
      display: block;
      height: 100%; }
  .ega-event-list .user-navigation {
    z-index: 0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #0199fa;
    -webkit-transition: color 0.25s false;
    -moz-transition: color 0.25s false false;
    -o-transition: color 0.25s false false;
    transition: color 0.25s;
    background-color: #c8c809;
    height: 45px;
    line-height: 45px;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    font-size: 0.875rem;
    background-color: #e5e52d;
    color: #000;
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    line-height: 1.4;
    padding: 21px 0.625rem; }
    .ega-event-list .user-navigation:before {
      content: '';
      z-index: -1;
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 400%;
      height: 0;
      background-color: #0084d8;
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -moz-transform 0.3s ease-in-out false;
      -o-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -o-transform 0.3s ease-in-out false;
      transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out; }
    @media all and (min-width: 940px) {
      .ega-event-list .user-navigation:hover:before {
        opacity: 1;
        height: 800%; } }
    .ega-event-list .user-navigation:before {
      background-color: #b2b203; }
    @media all and (min-width: 940px) {
      .ega-event-list .user-navigation {
        height: 55px;
        line-height: 55px;
        padding-right: 1.5625rem;
        padding-left: 1.5625rem;
        font-size: 1.125rem; } }

@media (min-width: 768px) {
  .ega-event-list {
    min-height: 235px; }
    .ega-event-list .group-left {
      margin-top: 0; }
      .ega-event-list .group-left .triangle {
        display: none; }
      .ega-event-list .group-left .content {
        display: table; }
      .ega-event-list .group-left .outer {
        right: -100%;
        left: auto; }
      .ega-event-list .group-left .content > .inner {
        display: table-cell;
        vertical-align: middle;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 2.1875rem;
        padding-right: 0.3125rem; }
    .ega-event-list .group-right {
      width: 50%;
      left: auto;
      bottom: 0; }
      .ega-event-list .group-right .outer {
        height: 100%; }
    .ega-event-list .weather-widget {
      left: auto;
      right: 0;
      bottom: 15px; }
      .ega-event-list .weather-widget > div {
        clear: none;
        padding-top: 21px;
        padding-bottom: 21px;
        padding-left: 2.8125rem;
        padding-right: 0.9375rem;
        font-size: 1.05rem;
        margin-top: 0; }
        .ega-event-list .weather-widget > div span {
          left: 0.625rem; }
          .ega-event-list .weather-widget > div span:before {
            display: none; }
          .ega-event-list .weather-widget > div span:after {
            display: block; }
      .ega-event-list .weather-widget .humidity {
        background-color: rgba(2, 26, 74, 0.8); }
      .ega-event-list .weather-widget .wind {
        background-color: rgba(10, 45, 117, 0.8); }
      .ega-event-list .weather-widget .temp {
        background-color: rgba(2, 26, 74, 0.8); }
    .ega-event-list .cover-image {
      height: 100%; }
    .ega-event-list .user-navigation {
      left: auto;
      right: 100%; } }

@media (min-width: 940px) {
  .ega-event-list .group-left .outer {
    right: auto;
    left: 0; }
  .ega-event-list .group-left .content > .inner {
    padding-left: 7.1875rem; }
  .ega-event-list .user-navigation {
    top: 100%;
    left: 0;
    right: auto;
    width: 100%;
    line-height: 1.4;
    height: auto;
    padding: 10px 0.3125rem;
    font-size: 14px; } }

#event-map {
  background-color: #0a2d75;
  height: 590px;
  overflow-x: hidden;
  position: relative;
  z-index: 1; }
  #event-map:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    background-color: #fff;
    content: '';
    display: block;
    z-index: 0; }
  #event-map .map-overflow {
    width: 1500px;
    min-width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden; }
  #event-map .map-gradient,
  #event-map .map-grid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  #event-map .map-gradient {
    z-index: 1;
    background: -owg-linear-gradient(left, #0a2d75 0, #1778b7 10%, #61c1fe 100%);
    background: -webkit-linear-gradient(left, #0a2d75 0, #1778b7 10%, #61c1fe 100%);
    background: -moz-linear-gradient(left, #0a2d75 0, #1778b7 10%, #61c1fe 100%);
    background: -o-linear-gradient(left, #0a2d75 0, #1778b7 10%, #61c1fe 100%);
    -pie-background: -pie-linear-gradient(left, #0a2d75 0, #1778b7 10%, #61c1fe 100%);
    background: linear-gradient(left, #0a2d75 0, #1778b7 10%, #61c1fe 100%);
    background-image: -ms-linear-gradient(left, #0a2d75 0, #1778b7 10%, #61c1fe 100%); }
  #event-map .map-grid {
    background-image: url("../images/event_map_grid.png");
    z-index: 2; }
  #event-map .upcoming-events {
    width: 90vw;
    left: 5vw;
    top: 5vw;
    position: absolute;
    z-index: 3; }

@media (min-width: 768px) {
  .map-gradient,
  .map-grid {
    bottom: 70px; }
  #event-map {
    height: 760px; }
    #event-map .upcoming-events {
      width: 350px;
      left: 5vw;
      top: 5vw; } }

@media (min-width: 940px) {
  #event-map {
    height: 760px; }
    #event-map .upcoming-events {
      width: 350px;
      left: 43px;
      top: 120px; } }

@media (min-width: 1600px) {
  #event-map .map-gradient {
    background: -owg-linear-gradient(left, #0a2d75 0, #1778b7 40%, #61c1fe 100%);
    background: -webkit-linear-gradient(left, #0a2d75 0, #1778b7 40%, #61c1fe 100%);
    background: -moz-linear-gradient(left, #0a2d75 0, #1778b7 40%, #61c1fe 100%);
    background: -o-linear-gradient(left, #0a2d75 0, #1778b7 40%, #61c1fe 100%);
    -pie-background: -pie-linear-gradient(left, #0a2d75 0, #1778b7 40%, #61c1fe 100%);
    background: linear-gradient(left, #0a2d75 0, #1778b7 40%, #61c1fe 100%); }
  #event-map .upcoming-events {
    left: 17vw; } }

#event-map .interactive-map {
  display: none; }

@media (min-width: 768px) {
  #event-map .interactive-map {
    display: block;
    height: 100%;
    position: absolute;
    top: 11vw;
    left: 10vw;
    z-index: 2;
    width: 106vw; }
  #event-map svg {
    -webkit-backface-visibility: visible; }
  #event-map path {
    stroke-width: 0 !important; }
  #event-map .event-pole {
    display: block;
    background: transparent url("../images/event_map_golf_pole.png") left top no-repeat;
    width: 38px;
    height: 38px;
    position: absolute;
    z-index: 31;
    pointer-events: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: opacity 0.2s 0s, -webkit-transform 0.2s 0s;
    -webkit-transition-delay: ease, ease;
    -moz-transition: opacity 0.2s 0s ease, -moz-transform 0.2s 0s ease;
    -o-transition: opacity 0.2s 0s ease, -o-transform 0.2s 0s ease;
    transition: opacity 0.2s 0s ease, transform 0.2s 0s ease; }
    #event-map .event-pole img {
      position: absolute;
      top: 2px;
      left: 25px; }
    #event-map .event-pole.show {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
  #event-map .related-events {
    position: absolute;
    z-index: 31;
    pointer-events: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: opacity 0.2s 0s, -webkit-transform 0.2s 0s;
    -webkit-transition-delay: ease, ease;
    -moz-transition: opacity 0.2s 0s ease, -moz-transform 0.2s 0s ease;
    -o-transition: opacity 0.2s 0s ease, -o-transform 0.2s 0s ease;
    transition: opacity 0.2s 0s ease, transform 0.2s 0s ease; }
    #event-map .related-events.show {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      pointer-events: all; }
    #event-map .related-events .country,
    #event-map .related-events a {
      display: block;
      float: left;
      clear: both; }
    #event-map .related-events .country {
      height: 52px;
      line-height: 52px;
      padding-left: 2.1875rem;
      padding-right: 1.5625rem;
      text-transform: uppercase;
      font-size: 1.875rem;
      color: #021a4a;
      position: relative;
      background-color: #fff; }
      #event-map .related-events .country:after {
        position: absolute;
        left: 100%;
        top: 0;
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 26px 0 26px 15px;
        border-color: transparent transparent transparent #fff; }
    #event-map .related-events a {
      z-index: 0;
      position: relative;
      cursor: pointer;
      overflow: hidden;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      -o-transform-style: preserve-3d;
      transform-style: preserve-3d;
      display: inline-block;
      text-align: center;
      text-transform: uppercase;
      color: #fff;
      background-color: #0199fa;
      -webkit-transition: color 0.25s false;
      -moz-transition: color 0.25s false false;
      -o-transition: color 0.25s false false;
      transition: color 0.25s;
      height: 25px;
      line-height: 25px;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      font-size: 0.5625rem; }
      #event-map .related-events a:before {
        content: '';
        z-index: -1;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 400%;
        height: 0;
        background-color: #0084d8;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        -o-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -moz-transform 0.3s ease-in-out false;
        -o-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -o-transform 0.3s ease-in-out false;
        transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out; } }
    @media all and (min-width: 768px) and (min-width: 940px) {
      #event-map .related-events a:hover:before {
        opacity: 1;
        height: 800%; } }
    @media all and (min-width: 768px) and (min-width: 768px) {
      #event-map .related-events a {
        height: 35px;
        line-height: 35px;
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
        font-size: 0.6875rem; } }
    @media all and (min-width: 768px) and (min-width: 940px) {
      #event-map .related-events a {
        font-size: 0.875rem; } }

@media (min-width: 768px) {
      #event-map .related-events a:after {
        content: '';
        display: inline-block;
        margin-left: 10px;
        background-image: url(../images/generated/spritesheet-1567005678655.png);
        background-position: -197px -145px;
        width: 22px;
        height: 11px;
        -webkit-transition: margin-left 0.2s ease;
        -moz-transition: margin-left 0.2s ease false;
        -o-transition: margin-left 0.2s ease false;
        transition: margin-left 0.2s ease; } }
    @media all and (min-width: 768px) and (min-width: 940px) {
      #event-map .related-events a:hover:after {
        margin-left: 15px; } }

@media (min-width: 768px) {
  #event-map .map-wrapper {
    position: absolute !important;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.2s false;
    -moz-transition: opacity 0.2s false false;
    -o-transition: opacity 0.2s false false;
    transition: opacity 0.2s; }
    #event-map .map-wrapper.transparent {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
      opacity: 0.9; }
    #event-map .map-wrapper svg {
      position: absolute;
      z-index: 30;
      width: 1060px;
      height: 610px;
      top: -70px;
      bottom: 0;
      margin: auto;
      max-height: 99%;
      background-image: url("../images/event_map_shadow.png");
      background-position: 18px 50px;
      background-size: 93.1%;
      background-repeat: no-repeat; }
      #event-map .map-wrapper svg path[data-has-event]:hover,
      #event-map .map-wrapper svg path.active {
        cursor: pointer; }
    #event-map .map-wrapper #pinpositions,
    #event-map .map-wrapper #boxes {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      pointer-events: none; } }

@media (min-width: 940px) {
  #event-map .interactive-map {
    top: 8vw;
    left: 0;
    width: 1059px; }
    #event-map .interactive-map .related-events a {
      font-size: 0.8125rem; } }

@media (min-width: 1024px) {
  #event-map .map-overflow {
    width: 100%; }
  #event-map .interactive-map {
    top: 6vw;
    left: auto;
    right: -55px; } }

@media (min-width: 1280px) {
  #event-map .interactive-map {
    top: 2vw;
    left: auto;
    right: -55px; } }

#event-map .upcoming-events h2 {
  font-size: 2.1875rem;
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px; }

#event-map .upcoming-events .ega-event-map-form .ajax-progress {
  display: none; }

#event-map .upcoming-events .base-theme-form {
  padding-top: 0; }
  #event-map .upcoming-events .base-theme-form .form-item {
    margin-bottom: 0; }

#event-map .upcoming-events select {
  width: 100%; }

#event-map .upcoming-events .events-and-spinner {
  position: relative;
  min-height: 30px;
  margin-top: 20px; }

#event-map .upcoming-events .no-result {
  color: #fff; }

#event-map .upcoming-events .event-item {
  *zoom: 1;
  color: #fff;
  display: block;
  margin-top: 12px;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s false, height 0.2s false;
  -moz-transition: opacity 0.2s false false, height 0.2s false false;
  -o-transition: opacity 0.2s false false, height 0.2s false false;
  transition: opacity 0.2s, height 0.2s; }
  #event-map .upcoming-events .event-item:after {
    content: "";
    display: table;
    clear: both; }
  #event-map .upcoming-events .event-item.show {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  #event-map .upcoming-events .event-item:first-child {
    margin-top: 0; }
  #event-map .upcoming-events .event-item .event-left,
  #event-map .upcoming-events .event-item .event-right {
    display: block; }
  #event-map .upcoming-events .event-item .event-left {
    float: left;
    width: 50px;
    height: 50px;
    background-color: #0199fa; }
  #event-map .upcoming-events .event-item .event-right {
    margin-left: 50px;
    height: 50px;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  #event-map .upcoming-events .event-item .table {
    display: table;
    width: 100%;
    height: 100%; }
  #event-map .upcoming-events .event-item time {
    display: block;
    font-family: "Helvetica";
    text-align: center;
    text-transform: uppercase; }
    #event-map .upcoming-events .event-item time .day,
    #event-map .upcoming-events .event-item time .month-and-year {
      display: block;
      line-height: 1; }
    #event-map .upcoming-events .event-item time .day {
      font-size: 1.375rem;
      margin-top: 10px; }
    #event-map .upcoming-events .event-item time .month-and-year {
      font-size: 0.5625rem;
      margin-top: 2px; }
  #event-map .upcoming-events .event-item .name-and-location {
    display: table-cell;
    vertical-align: middle; }
    #event-map .upcoming-events .event-item .name-and-location .name,
    #event-map .upcoming-events .event-item .name-and-location .location {
      margin-top: 0;
      margin-bottom: 0;
      line-height: 1; }
    #event-map .upcoming-events .event-item .name-and-location .name {
      font-size: 0.875rem;
      font-family: "Helvetica Neue Heavy Condensed";
      text-transform: uppercase;
      max-height: 35px;
      padding-top: 1px;
      /* iPhone fix */
      overflow: hidden; }
    #event-map .upcoming-events .event-item .name-and-location .location {
      font-size: 0.625rem; }

#event-map .upcoming-events footer {
  margin-top: 25px; }
  #event-map .upcoming-events footer a {
    z-index: 0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #0199fa;
    -webkit-transition: color 0.25s false;
    -moz-transition: color 0.25s false false;
    -o-transition: color 0.25s false false;
    transition: color 0.25s;
    height: 45px;
    line-height: 45px;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    font-size: 0.875rem;
    display: inline-block; }
    #event-map .upcoming-events footer a:before {
      content: '';
      z-index: -1;
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 400%;
      height: 0;
      background-color: #0084d8;
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -moz-transform 0.3s ease-in-out false;
      -o-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -o-transform 0.3s ease-in-out false;
      transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out; }
    @media all and (min-width: 940px) {
      #event-map .upcoming-events footer a:hover:before {
        opacity: 1;
        height: 800%; } }
    @media all and (min-width: 940px) {
      #event-map .upcoming-events footer a {
        height: 55px;
        line-height: 55px;
        padding-right: 1.5625rem;
        padding-left: 1.5625rem;
        font-size: 1.125rem; } }
    #event-map .upcoming-events footer a .content:before {
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      text-decoration: inherit;
      -webkit-font-smoothing: antialiased;
      *margin-right: .3em;
      content: "";
      font-size: 0.6875rem;
      position: relative;
      top: -1px;
      padding-right: 10px; }

@media (min-width: 768px) {
  #event-map .upcoming-events-content {
    background-color: rgba(38, 135, 198, 0.81);
    padding: 10px; }
  #event-map .upcoming-events h2 {
    font-size: 3.375rem;
    margin-bottom: 15px;
    line-height: 1; }
  #event-map .upcoming-events .trigger {
    width: 100%; }
  #event-map .upcoming-events .options {
    width: 100%; }
  #event-map .upcoming-events .event-item {
    margin-top: 19px; }
    #event-map .upcoming-events .event-item .event-left {
      width: 77px;
      height: 65px; }
    #event-map .upcoming-events .event-item .event-right {
      margin-left: 77px;
      height: 65px;
      padding-left: 1.25rem; }
    #event-map .upcoming-events .event-item time .day,
    #event-map .upcoming-events .event-item time .month-and-year {
      display: block;
      line-height: 1; }
    #event-map .upcoming-events .event-item time .day {
      font-size: 2.125rem;
      margin-top: 11px; }
    #event-map .upcoming-events .event-item time .month-and-year {
      font-size: 0.8125rem; }
    #event-map .upcoming-events .event-item .name-and-location .name {
      padding-top: 3px;
      font-size: 0.9375rem;
      max-height: 44px;
      overflow: hidden; }
    #event-map .upcoming-events .event-item .name-and-location .location {
      font-size: 0.75rem;
      margin-top: 3px; }
  #event-map .upcoming-events footer {
    margin-top: 40px; } }

@media (min-width: 940px) {
  #event-map .upcoming-events .event-item {
    overflow: hidden;
    position: relative; }
    #event-map .upcoming-events .event-item .hover {
      z-index: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 51%;
      right: 51%;
      background-color: #fff;
      content: '';
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5;
      -webkit-transform: skew(-20deg);
      -moz-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
      -o-transform: skew(-20deg);
      transform: skew(-20deg);
      -webkit-transition: all 0.3s false;
      -moz-transition: all 0.3s false false;
      -o-transition: all 0.3s false false;
      transition: all 0.3s; }
    #event-map .upcoming-events .event-item.set-position .hover {
      -webkit-transition: all 0s false;
      -moz-transition: all 0s false false;
      -o-transition: all 0s false false;
      transition: all 0s; }
    #event-map .upcoming-events .event-item.hover-effect .hover, #event-map .upcoming-events .event-item.opened .hover {
      left: -50px;
      right: -50px;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
    #event-map .upcoming-events .event-item.hover-effect .name-and-location {
      color: #0199fa; }
    #event-map .upcoming-events .event-item .content {
      display: block; }
    #event-map .upcoming-events .event-item .name-and-location {
      -webkit-transition: color 0.3s false;
      -moz-transition: color 0.3s false false;
      -o-transition: color 0.3s false false;
      transition: color 0.3s; }
    #event-map .upcoming-events .event-item .event-left,
    #event-map .upcoming-events .event-item .event-right {
      position: relative;
      z-index: 1; }
    #event-map .upcoming-events .event-item .event-left {
      width: 77px;
      height: 65px; }
    #event-map .upcoming-events .event-item .event-right {
      margin-left: 77px;
      height: 65px; }
  #event-map .upcoming-events footer a .content:before {
    font-size: 0.875rem; } }

@media (min-width: 1400px) {
  #event-map .upcoming-events-content {
    background-color: transparent;
    padding: 0; } }

.page-federations .navigation .base-theme-form {
  padding-top: 0; }
  .page-federations .navigation .base-theme-form .form-item {
    margin-bottom: 0; }
    .page-federations .navigation .base-theme-form .form-item label {
      margin-bottom: 20px; }

.page-federations .navigation .filter-title {
  font-size: 1rem;
  font-family: "Helvetica Neue Heavy Condensed";
  text-transform: uppercase; }

.page-federations #zones,
.page-federations #countries {
  margin-top: 15px; }

.page-federations #zones ul,
.page-federations #zones ol {
  font-family: "Helvetica"; }
  .page-federations #zones ul,
  .page-federations #zones ul li,
  .page-federations #zones ol,
  .page-federations #zones ol li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .page-federations #zones ul li,
  .page-federations #zones ol li {
    display: block; }

.page-federations #zones ul li {
  margin-top: 10px; }
  .page-federations #zones ul li:first-child {
    margin-top: 0; }
  .page-federations #zones ul li.active a {
    color: #fff;
    background-color: #a4d627; }
    .page-federations #zones ul li.active a:before {
      opacity: 1;
      height: 800%; }

.page-federations #zones a {
  z-index: 0;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #0199fa;
  -webkit-transition: color 0.25s false;
  -moz-transition: color 0.25s false false;
  -o-transition: color 0.25s false false;
  transition: color 0.25s;
  height: 45px;
  line-height: 45px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  font-size: 0.875rem;
  display: block;
  background-color: #efefef;
  color: #000;
  font-family: "Helvetica Neue Heavy Condensed"; }
  .page-federations #zones a:before {
    content: '';
    z-index: -1;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400%;
    height: 0;
    background-color: #0084d8;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -moz-transform 0.3s ease-in-out false;
    -o-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -o-transform 0.3s ease-in-out false;
    transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out; }
  @media all and (min-width: 940px) {
    .page-federations #zones a:hover:before {
      opacity: 1;
      height: 800%; } }
  @media all and (min-width: 940px) {
    .page-federations #zones a {
      height: 55px;
      line-height: 55px;
      padding-right: 1.5625rem;
      padding-left: 1.5625rem;
      font-size: 1.125rem; } }
  .page-federations #zones a:before {
    background-color: #a4d627; }

@media (min-width: 768px) {
  .page-federations #zones ul {
    *zoom: 1; }
    .page-federations #zones ul:after {
      content: "";
      display: table;
      clear: both; }
    .page-federations #zones ul li {
      float: left;
      width: 50%; }
      .page-federations #zones ul li:nth-child(1), .page-federations #zones ul li:nth-child(2) {
        margin-top: 0; } }

@media (min-width: 940px) {
  .page-federations #zones .great-britain--ireland a {
    line-height: 20px;
    padding-top: 8px; }
  .page-federations #zones a {
    font-size: 1rem;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; }
    .page-federations #zones a:hover {
      color: #fff; } }

.page-federations #federation-map svg {
  width: 100%;
  background: -owg-radial-gradient(#46aad8, #0199fa);
  background: -webkit-radial-gradient(#46aad8, #0199fa);
  background: -moz-radial-gradient(#46aad8, #0199fa);
  background: -o-radial-gradient(#46aad8, #0199fa);
  -pie-background: -pie-radial-gradient(#46aad8, #0199fa);
  background: radial-gradient(#46aad8, #0199fa); }

.page-federations #federation-map path[data-clickable-region="true"] {
  cursor: pointer; }

.federation-profile .top-row,
.federation-profile .top > .title .button {
  width: 180px;
  margin-left: auto;
  margin-right: auto; }

.federation-profile .top > .title .country {
  font-size: 1.875rem;
  text-align: center;
  text-transform: uppercase; }
  .federation-profile .top > .title .country .countryicon {
    height: 21px;
    margin-right: 5px; }

.federation-profile .top > .title .button {
  z-index: 0;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #0199fa;
  -webkit-transition: color 0.25s false;
  -moz-transition: color 0.25s false false;
  -o-transition: color 0.25s false false;
  transition: color 0.25s;
  height: 45px;
  line-height: 45px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  font-size: 0.875rem;
  display: block;
  margin-top: 30px; }
  .federation-profile .top > .title .button:before {
    content: '';
    z-index: -1;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400%;
    height: 0;
    background-color: #0084d8;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -moz-transform 0.3s ease-in-out false;
    -o-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -o-transform 0.3s ease-in-out false;
    transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out; }
  @media all and (min-width: 940px) {
    .federation-profile .top > .title .button:hover:before {
      opacity: 1;
      height: 800%; } }
  @media all and (min-width: 940px) {
    .federation-profile .top > .title .button {
      height: 55px;
      line-height: 55px;
      padding-right: 1.5625rem;
      padding-left: 1.5625rem;
      font-size: 1.125rem; } }

.federation-profile .top-row > div {
  margin-top: 30px;
  font-size: 0.8125rem;
  font-family: Arial;
  line-height: 1.35; }
  .federation-profile .top-row > div a {
    color: #000; }
  .federation-profile .top-row > div.address .title {
    font-family: Arial;
    text-transform: uppercase; }
  .federation-profile .top-row > div.address > div, .federation-profile .top-row > div.contacts > div {
    margin-bottom: 5px; }

.federation-profile .bottom {
  margin-top: 40px; }
  .federation-profile .bottom .field-wrapper {
    width: 50%;
    min-height: 220px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px; }
    .federation-profile .bottom .field-wrapper:nth-child(even) {
      border-left: 1px solid #efefef; }
    .federation-profile .bottom .field-wrapper > div {
      padding-top: 30px;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      padding-bottom: 10px; }
  .federation-profile .bottom .content,
  .federation-profile .bottom .label {
    text-align: center; }
  .federation-profile .bottom .content {
    font-size: 1.5rem;
    font-family: Arial; }
  .federation-profile .bottom .label,
  .federation-profile .bottom .field-course-additional-info .content {
    font-size: 0.75rem;
    font-family: Arial;
    margin-top: 5px; }
  .federation-profile .bottom .label {
    margin-bottom: 10px; }
  .federation-profile .bottom .field-course-additional-info .content {
    margin-top: 0; }
  .federation-profile .bottom .field-course:before,
  .federation-profile .bottom .field-player:before,
  .federation-profile .bottom .field-male:before,
  .federation-profile .bottom .field-female:before,
  .federation-profile .bottom .field-junior:before {
    content: '';
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .federation-profile .bottom .field-course:before {
    background-image: url(../images/generated/spritesheet-1567005678655.png);
    background-position: 0px -76px;
    width: 54px;
    height: 64px; }
  .federation-profile .bottom .field-course .content {
    margin-top: 27px; }
  .federation-profile .bottom .field-player:before {
    background-image: url(../images/generated/spritesheet-1567005678655.png);
    background-position: -117px 0px;
    width: 67px;
    height: 56px; }
  .federation-profile .bottom .field-player .content {
    margin-top: 35px; }
  .federation-profile .bottom .field-male:before {
    background-image: url(../images/generated/spritesheet-1567005678655.png);
    background-position: -59px 0px;
    width: 53px;
    height: 71px; }
  .federation-profile .bottom .field-male .content {
    margin-top: 20px; }
  .federation-profile .bottom .field-female:before {
    background-image: url(../images/generated/spritesheet-1567005678655.png);
    background-position: 0px 0px;
    width: 54px;
    height: 71px; }
  .federation-profile .bottom .field-female .content {
    margin-top: 20px; }
  .federation-profile .bottom .field-junior:before {
    background-image: url(../images/generated/spritesheet-1567005678655.png);
    background-position: -189px 0px;
    width: 52px;
    height: 65px; }
  .federation-profile .bottom .field-junior .content {
    margin-top: 26px; }

.page-federations #colorbox #cboxTopCenter,
.page-federations #colorbox #cboxTopLeft,
.page-federations #colorbox #cboxTopRight {
  background-color: #f7f7f7; }

#cboxLoadedContent .federation-profile {
  position: absolute;
  left: -35px;
  right: -35px;
  top: 0;
  overflow: auto;
  bottom: -35px;
  font-family: Arial; }
  #cboxLoadedContent .federation-profile .top {
    background-color: #f7f7f7;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-bottom: 30px; }
  #cboxLoadedContent .federation-profile .bottom {
    margin-top: 30px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  #cboxLoadedContent .federation-profile p {
    font-family: Arial;
    text-transform: none;
    font-size: inherit;
    margin-bottom: inherit; }

@media (min-width: 768px) {
  .federation-profile .top > .title {
    *zoom: 1;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    .federation-profile .top > .title:after {
      content: "";
      display: table;
      clear: both; }
    .federation-profile .top > .title .country {
      float: left;
      line-height: 45px; }
    .federation-profile .top > .title .button {
      margin-top: 0;
      float: right; }
  .federation-profile .top-row {
    width: 100%;
    margin-top: 45px;
    padding-left: 0;
    padding-right: 0;
    *zoom: 1; }
    .federation-profile .top-row:after {
      content: "";
      display: table;
      clear: both; }
    .federation-profile .top-row > div {
      margin-top: 0;
      float: left;
      width: 26.66666%;
      padding-left: 1.25rem;
      padding-right: 1.25rem; }
      .federation-profile .top-row > div:first-child {
        width: 20%; }
  .federation-profile .bottom .field-wrapper {
    width: 33.333%; }
    .federation-profile .bottom .field-wrapper:nth-child(even) {
      border-left: none; }
    .federation-profile .bottom .field-wrapper:nth-child(2), .federation-profile .bottom .field-wrapper:nth-child(3), .federation-profile .bottom .field-wrapper:nth-child(5) {
      border-left: 1px solid #efefef; }
  .federation-profile .bottom .content {
    font-size: 1.625rem; }
  .federation-profile .bottom .label,
  .federation-profile .bottom .field-course-additional-info .content {
    font-size: 0.8125rem; }
  #cboxLoadedContent .federation-profile .top > .title {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; }
  #cboxLoadedContent .federation-profile .top-row {
    margin-top: 30px; }
    #cboxLoadedContent .federation-profile .top-row > div {
      padding-left: 0.3125rem;
      padding-right: 0.3125rem; }
  #cboxLoadedContent .federation-profile .bottom {
    margin-top: 30px; } }

@media (min-width: 940px) {
  .federation-profile .top > .title {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; }
  .federation-profile .top-row .logo {
    padding-left: 0.3125rem;
    padding-right: 2.8125rem; }
  .federation-profile .top-row .address,
  .federation-profile .top-row .contacts {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem; }
  .federation-profile .top-row a:hover {
    color: #0199fa; }
  .federation-profile .top-row .contacts_persons {
    padding-left: 2.8125rem;
    padding-right: 0.3125rem; }
  .federation-profile .bottom {
    margin-top: 60px; }
    .federation-profile .bottom .field-wrapper {
      width: 20%;
      position: relative;
      margin-top: 0;
      margin-bottom: 0; }
      .federation-profile .bottom .field-wrapper:nth-child(2), .federation-profile .bottom .field-wrapper:nth-child(3), .federation-profile .bottom .field-wrapper:nth-child(5) {
        border-left: none; }
      .federation-profile .bottom .field-wrapper:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        right: auto;
        width: 1px;
        height: 75px;
        content: '';
        display: block;
        background-color: #efefef; }
      .federation-profile .bottom .field-wrapper:first-child:before {
        display: none; }
    .federation-profile .bottom .content {
      font-size: 1.625rem; }
    .federation-profile .bottom .label,
    .federation-profile .bottom .field-course-additional-info .content {
      font-size: 0.8125rem; }
  #cboxLoadedContent .federation-profile .top {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
    padding-bottom: 45px; }
  #cboxLoadedContent .federation-profile .bottom {
    margin-top: 0; }
    #cboxLoadedContent .federation-profile .bottom .field-wrapper:before {
      height: 100%; } }

.file-download {
  position: relative;
  overflow: hidden;
  display: inline-block;
  height: 55px;
  padding-right: 1.5625rem;
  padding-left: 3.4375rem;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Helvetica";
  font-size: 0.875rem;
  color: #fff;
  background-color: #0199fa;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease false;
  -o-transition: background-color 0.25s ease false;
  transition: background-color 0.25s ease; }
  .file-download:hover {
    color: #fff;
    background-color: #0084d8; }
  .file-download:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "";
    position: absolute;
    top: 50%;
    left: 1.25rem;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    line-height: 1;
    font-size: 1.375rem;
    color: #fff;
    -webkit-transition: color 0.25s ease;
    -moz-transition: color 0.25s ease false;
    -o-transition: color 0.25s ease false;
    transition: color 0.25s ease; }

.file-download.xls-export-button {
  color: #000;
  background-color: #e5e52d; }
  .file-download.xls-export-button:after {
    color: #000; }
  .file-download.xls-export-button:hover {
    color: #000;
    background-color: #c8c809; }

#handicapping-sponsor .file-download {
  margin-top: 10px;
  margin-right: 0.9375rem;
  z-index: 0;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #0199fa;
  -webkit-transition: color 0.25s false;
  -moz-transition: color 0.25s false false;
  -o-transition: color 0.25s false false;
  transition: color 0.25s;
  height: 45px;
  line-height: 45px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  font-size: 0.875rem;
  font-family: "Helvetica"; }
  #handicapping-sponsor .file-download:before {
    content: '';
    z-index: -1;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400%;
    height: 0;
    background-color: #0084d8;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -moz-transform 0.3s ease-in-out false;
    -o-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -o-transform 0.3s ease-in-out false;
    transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out; }
  @media all and (min-width: 940px) {
    #handicapping-sponsor .file-download:hover:before {
      opacity: 1;
      height: 800%; } }
  @media all and (min-width: 940px) {
    #handicapping-sponsor .file-download {
      height: 55px;
      line-height: 55px;
      padding-right: 1.5625rem;
      padding-left: 1.5625rem;
      font-size: 1.125rem; } }
  #handicapping-sponsor .file-download:after {
    display: none; }

.editor-enabled .editor-button-blue .file-download,
.editor-enabled .file-download.editor-button-blue,
.ega-basic-page .editor-button-blue .file-download,
.ega-basic-page .file-download.editor-button-blue {
  color: #fff;
  background-color: #0199fa; }
  .editor-enabled .editor-button-blue .file-download:hover,
  .editor-enabled .file-download.editor-button-blue:hover,
  .ega-basic-page .editor-button-blue .file-download:hover,
  .ega-basic-page .file-download.editor-button-blue:hover {
    color: #fff;
    background-color: #0084d8; }

.editor-enabled .editor-button-yellow .file-download,
.editor-enabled .file-download.editor-button-yellow,
.ega-basic-page .editor-button-yellow .file-download,
.ega-basic-page .file-download.editor-button-yellow {
  color: #000;
  background-color: #e5e52d; }
  .editor-enabled .editor-button-yellow .file-download:after,
  .editor-enabled .file-download.editor-button-yellow:after,
  .ega-basic-page .editor-button-yellow .file-download:after,
  .ega-basic-page .file-download.editor-button-yellow:after {
    color: #000; }
  .editor-enabled .editor-button-yellow .file-download:hover,
  .editor-enabled .file-download.editor-button-yellow:hover,
  .ega-basic-page .editor-button-yellow .file-download:hover,
  .ega-basic-page .file-download.editor-button-yellow:hover {
    color: #000;
    background-color: #c8c809; }

.editor-enabled .file-download + .editor-file-description,
.editor-enabled .editor-file-description + .file-download,
.ega-basic-page .file-download + .editor-file-description,
.ega-basic-page .editor-file-description + .file-download {
  margin-top: 5px; }

.editor-enabled .editor-file-description,
.ega-basic-page .editor-file-description {
  font-family: "Helvetica";
  font-size: 0.875rem;
  color: #595959; }

.page-members-ega-meetings .file-download {
  margin-bottom: 15px; }

.view-display-id-meetings_pane .answer .file-download {
  margin-bottom: 0; }

.view-black-books .file-download {
  margin-top: 10px; }

@media (min-width: 768px) {
  .page-members-ega-meetings .file-download {
    padding-right: 2.5rem; }
  .view-black-books .file-download {
    position: absolute;
    right: 1.25rem;
    top: 15px;
    margin-top: 0; } }

@media (min-width: 940px) {
  #handicapping-sponsor .file-download {
    font-size: 0.875rem; }
  .view-black-books .file-download {
    padding-right: 2.5rem; } }

.view-file {
  clear: both; }
  .view-file ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
  .view-file .views-row {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 2.5rem;
    border-top: 1px solid #dfe1e3;
    position: relative; }
    .view-file .views-row:before, .view-file .views-row:after {
      position: absolute;
      top: 25px;
      left: 0;
      display: block;
      content: '';
      -webkit-transition: opacity 0.2s false;
      -moz-transition: opacity 0.2s false false;
      -o-transition: opacity 0.2s false false;
      transition: opacity 0.2s; }
    .view-file .views-row:before {
      background-image: url(../images/generated/spritesheet-1567005678655.png);
      background-position: -120px -145px;
      width: 25px;
      height: 31px; }
    .view-file .views-row:after {
      background-image: url(../images/generated/spritesheet-1567005678655.png);
      background-position: -90px -145px;
      width: 25px;
      height: 31px;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }
    .view-file .views-row:first-child {
      border-top: none; }
  .view-file .views-field-field-file-title {
    font-size: 1.25rem;
    margin-top: 6px; }
  .view-file .views-field-filename {
    font-size: 0.875rem;
    color: #a6a6a6;
    font-family: "Helvetica"; }
  .view-file .file-download {
    height: 32px;
    line-height: 32px;
    background-color: #e5e52d;
    color: #000;
    font-size: 0.8125rem;
    font-weight: bold;
    padding-left: 2.5rem;
    margin-top: 20px;
    -webkit-transition: color 0.2s false, background-color 0.2s false;
    -moz-transition: color 0.2s false false, background-color 0.2s false false;
    -o-transition: color 0.2s false false, background-color 0.2s false false;
    transition: color 0.2s, background-color 0.2s; }
    .view-file .file-download:after {
      color: #000;
      width: 14px;
      height: 14px;
      line-height: 12px;
      top: 0;
      bottom: 0;
      left: 0.625rem;
      margin-top: auto;
      margin-bottom: auto;
      border: 1px solid #000;
      font-size: 0.75rem;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: border 0.2s false, color 0.2s false;
      -moz-transition: border 0.2s false false, color 0.2s false false;
      -o-transition: border 0.2s false false, color 0.2s false false;
      transition: border 0.2s, color 0.2s;
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      text-decoration: inherit;
      -webkit-font-smoothing: antialiased;
      *margin-right: .3em;
      content: ""; }

@media (min-width: 768px) {
  .view-file .views-row {
    padding-right: 9.375rem; }
    .view-file .views-row:before, .view-file .views-row:after {
      top: 0;
      bottom: 0;
      margin-top: auto;
      margin-bottom: auto; }
  .view-file .file-download {
    width: 8.75rem;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto; } }

@media (min-width: 940px) {
  .view-file .views-row {
    padding-left: 3.125rem; }
  .view-file .file-download:hover {
    background-color: #0199fa;
    color: #fff; }
    .view-file .file-download:hover:after {
      color: #fff;
      border-color: #fff; } }

#main-footer .footer-right .footer-information p {
  text-align: center;
  font-family: "Helvetica";
  font-size: 0.8125rem;
  color: #989898;
  margin-top: 0;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    #main-footer .footer-right .footer-information p {
      text-align: left; } }

#main-footer .footer-bottom p {
  text-align: center;
  font-family: "Helvetica";
  font-size: 0.8125rem;
  color: #989898;
  margin-top: 0;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    #main-footer .footer-bottom p {
      text-align: left; } }

#main-footer .social-links-wrapper {
  *zoom: 1; }
  #main-footer .social-links-wrapper:after {
    content: "";
    display: table;
    clear: both; }

#main-footer .pane-title {
  text-transform: uppercase;
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  float: left;
  position: relative;
  line-height: 32px; }

#main-footer .menu-social-links {
  float: left;
  margin-left: 0.625rem; }
  #main-footer .menu-social-links ul,
  #main-footer .menu-social-links ol {
    font-family: "Helvetica"; }
    #main-footer .menu-social-links ul,
    #main-footer .menu-social-links ul li,
    #main-footer .menu-social-links ol,
    #main-footer .menu-social-links ol li {
      margin: 0;
      padding: 0;
      list-style: none; }
    #main-footer .menu-social-links ul li,
    #main-footer .menu-social-links ol li {
      display: block; }
  #main-footer .menu-social-links a {
    display: block;
    width: 32px;
    height: 32px;
    border-width: 2px;
    border-style: solid;
    position: relative;
    text-indent: -10000px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
    #main-footer .menu-social-links a:after {
      position: absolute;
      width: 100%;
      height: 100%;
      line-height: 28px;
      display: block;
      text-indent: 0;
      text-align: center;
      top: 0;
      left: 0;
      font-size: 16px;
      content: ''; }
  @media (min-width: 940px) {
    #main-footer .menu-social-links a:before {
      position: absolute;
      top: -2px;
      left: -2px;
      right: -2px;
      bottom: -2px;
      content: '';
      display: block;
      border-width: 0;
      border-style: solid;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: all 0.2s false;
      -moz-transition: all 0.2s false false;
      -o-transition: all 0.2s false false;
      transition: all 0.2s; }
    #main-footer .menu-social-links a:hover:before {
      top: -6px;
      left: -6px;
      right: -6px;
      bottom: -6px;
      border-width: 3px; } }
  #main-footer .menu-social-links a.facebook {
    border-color: #3a5998; }
    #main-footer .menu-social-links a.facebook:before {
      border-color: rgba(58, 89, 152, 0.3); }
    #main-footer .menu-social-links a.facebook:after {
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      text-decoration: inherit;
      -webkit-font-smoothing: antialiased;
      *margin-right: .3em;
      content: "";
      color: #3a5998; }
  #main-footer .menu-social-links a.twitter {
    border-color: #1da1f2; }
    #main-footer .menu-social-links a.twitter:before {
      border-color: rgba(29, 161, 242, 0.3); }
    #main-footer .menu-social-links a.twitter:after {
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      text-decoration: inherit;
      -webkit-font-smoothing: antialiased;
      *margin-right: .3em;
      content: "";
      color: #1da1f2; }
  #main-footer .menu-social-links a.youtube {
    border-color: #ff0a0a; }
    #main-footer .menu-social-links a.youtube:before {
      border-color: rgba(255, 10, 10, 0.3); }
    #main-footer .menu-social-links a.youtube:after {
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      text-decoration: inherit;
      -webkit-font-smoothing: antialiased;
      *margin-right: .3em;
      content: "";
      color: #ff0a0a; }
  #main-footer .menu-social-links a.instagram {
    border-color: #262626; }
    #main-footer .menu-social-links a.instagram:before {
      border-color: rgba(38, 38, 38, 0.3); }
    #main-footer .menu-social-links a.instagram:after {
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      text-decoration: inherit;
      -webkit-font-smoothing: antialiased;
      *margin-right: .3em;
      content: "";
      color: #262626; }
  #main-footer .menu-social-links .menu {
    *zoom: 1; }
    #main-footer .menu-social-links .menu:after {
      content: "";
      display: table;
      clear: both; }
    #main-footer .menu-social-links .menu li {
      width: 25%;
      clear: right;
      float: left;
      padding-left: 5px;
      padding-right: 5px; }
  #main-footer .menu-social-links a {
    margin-left: auto;
    margin-right: auto; }

#main-footer {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  position: relative;
  clear: both;
  padding-top: 30px;
  padding-bottom: 50px;
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
  border-top: 2px solid #e5e52d;
  *zoom: 1; }
  #main-footer:after {
    content: "";
    display: table;
    clear: both; }
  #main-footer .social-links-wrapper,
  #main-footer .footer-left > a {
    width: 190px;
    margin-left: auto;
    margin-right: auto; }
  #main-footer .social-links-wrapper {
    margin-top: 12px; }
    #main-footer .social-links-wrapper h2 {
      font-family: "Helvetica";
      padding: 0; }
  #main-footer .footer-right,
  #main-footer .footer-bottom {
    margin-top: 28px; }
  #main-footer .footer-top > .footer-top {
    font-size: 0.875rem;
    text-align: center;
    margin-bottom: 20px; }
  #main-footer .pane-title {
    float: none;
    text-align: center; }
  #main-footer .footer-bottom .design-by-penceo {
    margin-top: 14px; }
    #main-footer .footer-bottom .design-by-penceo .text {
      text-align: center; }
      #main-footer .footer-bottom .design-by-penceo .text a {
        margin-left: 10px; }
        #main-footer .footer-bottom .design-by-penceo .text a .logo {
          float: none; }

@media (min-width: 768px) {
  #main-footer {
    padding-left: 1.25rem;
    padding-right: 0.625rem;
    padding-top: 35px;
    margin-left: 1.25rem;
    margin-right: 1.25rem; }
    #main-footer .footer-top {
      *zoom: 1; }
      #main-footer .footer-top:after {
        content: "";
        display: table;
        clear: both; }
      #main-footer .footer-top > .footer-top {
        position: absolute;
        top: 10px;
        left: 0;
        margin-bottom: 0;
        text-align: left; }
    #main-footer .footer-left {
      width: 41.6666666667%;
      clear: right;
      float: left;
      margin-left: 0%;
      margin-right: 0%; }
    #main-footer .footer-right {
      width: 58.3333333333%;
      clear: right;
      float: right;
      margin-left: 0;
      margin-right: 0%;
      margin-top: 0;
      *zoom: 1; }
      #main-footer .footer-right:after {
        content: "";
        display: table;
        clear: both; }
      #main-footer .footer-right .pane-fieldable-panels-pane .contextual-links-wrapper {
        right: auto;
        left: 42.85714%; }
      #main-footer .footer-right .footer-information {
        width: 42.8571428571%;
        clear: right;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem; }
      #main-footer .footer-right .menu-footer-links {
        width: 42.8571428571%;
        clear: right;
        float: right;
        padding-left: 0.625rem;
        padding-right: 0.625rem; }
    #main-footer .footer-bottom {
      margin-top: 10px; }
      #main-footer .footer-bottom .design-by-penceo .text {
        text-align: right; }
        #main-footer .footer-bottom .design-by-penceo .text a {
          margin-left: 10px; }
          #main-footer .footer-bottom .design-by-penceo .text a .logo {
            float: right; }
    #main-footer .social-links-wrapper,
    #main-footer .footer-left > a {
      margin-left: 0; }
    #main-footer .pane-title {
      text-align: left; } }

@media (min-width: 940px) {
  #main-footer {
    padding-left: 0;
    padding-right: 0;
    padding-top: 45px;
    margin-left: auto;
    margin-right: auto; }
    #main-footer .footer-left {
      width: 54.1666666667%;
      clear: right;
      float: left;
      margin-left: 0%;
      margin-right: 0%; }
    #main-footer .footer-right {
      width: 45.8333333333%;
      clear: right;
      float: right;
      margin-left: 0;
      margin-right: 0%;
      margin-top: 0;
      *zoom: 1; }
      #main-footer .footer-right:after {
        content: "";
        display: table;
        clear: both; }
      #main-footer .footer-right .fieldable-panels-pane {
        width: 45.4545454545%;
        clear: right;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem; }
      #main-footer .footer-right .menu-footer-links {
        width: 45.4545454545%;
        clear: right;
        float: right;
        padding-left: 0.625rem;
        padding-right: 0.625rem; }
    #main-footer .social-links-wrapper {
      margin-top: 20px; } }

#main-footer .menu-footer-links {
  display: none; }

@media (min-width: 768px) {
  #main-footer .menu-footer-links {
    display: block; }
    #main-footer .menu-footer-links ul,
    #main-footer .menu-footer-links ol {
      font-family: "Helvetica"; }
      #main-footer .menu-footer-links ul,
      #main-footer .menu-footer-links ul li,
      #main-footer .menu-footer-links ol,
      #main-footer .menu-footer-links ol li {
        margin: 0;
        padding: 0;
        list-style: none; }
      #main-footer .menu-footer-links ul li,
      #main-footer .menu-footer-links ol li {
        display: block; }
    #main-footer .menu-footer-links .menu a {
      display: block;
      padding-top: 2px;
      padding-bottom: 2px;
      font-family: "Helvetica";
      font-size: 0.8125rem;
      color: #989898; }
      #main-footer .menu-footer-links .menu a#subscribe-btn {
        background: url(../images/button.png) 0 -110px no-repeat;
        display: inline-block;
        padding: 6px 4px 4px 38px;
        font-weight: 700;
        min-height: 27px;
        color: #fff;
        border-radius: 3px;
        text-shadow: 0 1px 0 #1085da;
        vertical-align: middle;
        position: relative;
        box-sizing: border-box;
        margin-top: 10px; }
        #main-footer .menu-footer-links .menu a#subscribe-btn:after {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          right: -6px;
          width: 7px;
          height: 100%;
          z-index: 4;
          background: transparent url(../images/button.png) 100% -110px no-repeat; }
        #main-footer .menu-footer-links .menu a#subscribe-btn:hover, #main-footer .menu-footer-links .menu a#subscribe-btn:hover:after {
          background-position-y: -137px; }
        #main-footer .menu-footer-links .menu a#subscribe-btn:active, #main-footer .menu-footer-links .menu a#subscribe-btn:active:after, #main-footer .menu-footer-links .menu a#subscribe-btn:focus, #main-footer .menu-footer-links .menu a#subscribe-btn:focus:after {
          background-position-y: -164px; } }

@media (min-width: 940px) {
  #main-footer .menu-footer-links .menu a:hover {
    color: #0199fa; } }

#main-footer .footer-left > a {
  display: block;
  text-align: center; }
  #main-footer .footer-left > a img {
    display: inline-block;
    max-width: 150px; }

@media (min-width: 768px) {
  #main-footer .footer-left > a img {
    display: block; } }

.theme-custom-form-page #main .base-theme-form .ajax-progress-throbber {
  display: block; }

.theme-custom-form-page #main .base-theme-form > div {
  max-width: 575px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  float: left; }

.theme-custom-form-page #main .base-theme-form fieldset {
  max-width: 100%;
  border: 1px solid #dfe1e3;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  min-width: 0; }
  .theme-custom-form-page #main .base-theme-form fieldset.collapsible .fieldset-legend {
    padding-left: 1.125rem; }
  .theme-custom-form-page #main .base-theme-form fieldset legend {
    font-size: 1rem;
    text-transform: uppercase;
    margin-left: 1.25rem; }
  .theme-custom-form-page #main .base-theme-form fieldset .fieldset-legend {
    color: #595959;
    font-size: inherit;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    .theme-custom-form-page #main .base-theme-form fieldset .fieldset-legend a {
      color: inherit; }
  .theme-custom-form-page #main .base-theme-form fieldset .fieldset-wrapper > .form-wrapper {
    margin-bottom: 15px; }

.theme-custom-form-page #main .base-theme-form .form-item {
  padding-top: 0;
  padding-bottom: 0; }
  .theme-custom-form-page #main .base-theme-form .form-item > label {
    margin-bottom: 5px; }

.theme-custom-form-page #main .base-theme-form .form-actions input[type="submit"]:nth-child(1),
.theme-custom-form-page #main .base-theme-form .form-actions a:nth-child(1),
.theme-custom-form-page #main .base-theme-form .form-media input[type="submit"]:nth-child(1),
.theme-custom-form-page #main .base-theme-form .form-media a:nth-child(1) {
  margin-bottom: 10px; }

.theme-custom-form-page #main .base-theme-form .form-actions input[type="submit"]:nth-child(2),
.theme-custom-form-page #main .base-theme-form .form-actions a:nth-child(2),
.theme-custom-form-page #main .base-theme-form .form-media input[type="submit"]:nth-child(2),
.theme-custom-form-page #main .base-theme-form .form-media a:nth-child(2) {
  background-color: #eeeeee;
  color: #000; }

.theme-custom-form-page #main .base-theme-form .form-actions input.upload + a,
.theme-custom-form-page #main .base-theme-form .form-media input.upload + a {
  cursor: pointer;
  display: block;
  height: 55px;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8125rem;
  background-color: #f7f7f7;
  color: #000;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  -webkit-transition: color 0.3s false;
  -moz-transition: color 0.3s false false;
  -o-transition: color 0.3s false false;
  transition: color 0.3s;
  display: inline-block; }
  .theme-custom-form-page #main .base-theme-form .form-actions input.upload + a .hover,
  .theme-custom-form-page #main .base-theme-form .form-media input.upload + a .hover {
    position: absolute; }
  .theme-custom-form-page #main .base-theme-form .form-actions input.upload + a .content,
  .theme-custom-form-page #main .base-theme-form .form-media input.upload + a .content {
    position: relative;
    z-index: 2; }
    .theme-custom-form-page #main .base-theme-form .form-actions input.upload + a .content:before,
    .theme-custom-form-page #main .base-theme-form .form-media input.upload + a .content:before {
      display: inline-block;
      margin-right: 0.625rem; }
    .theme-custom-form-page #main .base-theme-form .form-actions input.upload + a .content:after,
    .theme-custom-form-page #main .base-theme-form .form-media input.upload + a .content:after {
      display: inline-block;
      margin-left: 0.625rem; }
  .theme-custom-form-page #main .base-theme-form .form-actions input.upload + a.hover-effect, .theme-custom-form-page #main .base-theme-form .form-actions input.upload + a.opened,
  .theme-custom-form-page #main .base-theme-form .form-media input.upload + a.hover-effect,
  .theme-custom-form-page #main .base-theme-form .form-media input.upload + a.opened {
    color: #000; }

.theme-custom-form-page #main .base-theme-form .form-radios {
  *zoom: 1;
  border: 8px solid #eeeeee;
  display: inline-block; }
  .theme-custom-form-page #main .base-theme-form .form-radios:after {
    content: "";
    display: table;
    clear: both; }
  .theme-custom-form-page #main .base-theme-form .form-radios .ez-radio {
    border: none; }
  .theme-custom-form-page #main .base-theme-form .form-radios label {
    display: none; }
  .theme-custom-form-page #main .base-theme-form .form-radios .form-type-radio {
    float: left;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0; }
    .theme-custom-form-page #main .base-theme-form .form-radios .form-type-radio.form-item-status:last-child .ez-radio:before, .theme-custom-form-page #main .base-theme-form .form-radios .form-type-radio.on .ez-radio:before {
      width: 8px;
      left: -7px;
      top: 3px; }
    .theme-custom-form-page #main .base-theme-form .form-radios .form-type-radio.form-item-status:last-child .ez-radio:after, .theme-custom-form-page #main .base-theme-form .form-radios .form-type-radio.on .ez-radio:after {
      width: 14px;
      right: -7px; }
    .theme-custom-form-page #main .base-theme-form .form-radios .form-type-radio.form-item-status:first-child .ez-selected, .theme-custom-form-page #main .base-theme-form .form-radios .form-type-radio.off .ez-selected {
      background-color: #ff0a0a; }
      .theme-custom-form-page #main .base-theme-form .form-radios .form-type-radio.form-item-status:first-child .ez-selected:before, .theme-custom-form-page #main .base-theme-form .form-radios .form-type-radio.form-item-status:first-child .ez-selected:after, .theme-custom-form-page #main .base-theme-form .form-radios .form-type-radio.off .ez-selected:before, .theme-custom-form-page #main .base-theme-form .form-radios .form-type-radio.off .ez-selected:after {
        width: 12px; }
      .theme-custom-form-page #main .base-theme-form .form-radios .form-type-radio.form-item-status:first-child .ez-selected:before, .theme-custom-form-page #main .base-theme-form .form-radios .form-type-radio.off .ez-selected:before {
        left: 0;
        top: 0; }
      .theme-custom-form-page #main .base-theme-form .form-radios .form-type-radio.form-item-status:first-child .ez-selected:after, .theme-custom-form-page #main .base-theme-form .form-radios .form-type-radio.off .ez-selected:after {
        right: 0; }

.theme-custom-form-page #main .base-theme-form .responsive-table-wrapper table td fieldset,
.theme-custom-form-page #main .base-theme-form .responsive-table-wrapper table td .form-wrapper {
  text-align: left; }

.theme-custom-form-page #main .base-theme-form .responsive-table-wrapper table td label,
.theme-custom-form-page #main .base-theme-form .responsive-table-wrapper table td .fieldset-legend {
  font-family: "Helvetica Neue Heavy Condensed"; }

.theme-custom-form-page #main .base-theme-form .responsive-table-wrapper table td label {
  color: #000; }

.theme-custom-form-page #main .base-theme-form .responsive-table-wrapper table td .description {
  text-transform: none; }

.theme-custom-form-page #main .base-theme-form .responsive-table-wrapper table .ief-row-form .ief-form-row {
  border: none;
  padding: 0; }

.theme-custom-form-page #main .base-theme-form tr.drag td {
  background-color: #e9e9e9; }

.theme-custom-form-page #main .base-theme-form .button.browse {
  z-index: 0;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #0199fa;
  -webkit-transition: color 0.25s false;
  -moz-transition: color 0.25s false false;
  -o-transition: color 0.25s false false;
  transition: color 0.25s;
  background-color: #c8c809;
  height: 45px;
  line-height: 45px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  font-size: 0.875rem;
  float: left;
  margin-right: 0;
  margin-bottom: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Helvetica Neue Heavy Condensed";
  background-image: none; }
  .theme-custom-form-page #main .base-theme-form .button.browse:before {
    content: '';
    z-index: -1;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400%;
    height: 0;
    background-color: #0084d8;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -moz-transform 0.3s ease-in-out false;
    -o-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -o-transform 0.3s ease-in-out false;
    transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out; }
  @media all and (min-width: 940px) {
    .theme-custom-form-page #main .base-theme-form .button.browse:hover:before {
      opacity: 1;
      height: 800%; } }
  .theme-custom-form-page #main .base-theme-form .button.browse:before {
    background-color: #b2b203; }
  @media all and (min-width: 940px) {
    .theme-custom-form-page #main .base-theme-form .button.browse {
      height: 55px;
      line-height: 55px;
      padding-right: 1.5625rem;
      padding-left: 1.5625rem;
      font-size: 1.125rem; } }

.theme-custom-form-page #main .base-theme-form .filter-wrapper {
  margin-bottom: 0; }
  .theme-custom-form-page #main .base-theme-form .filter-wrapper .fieldset-wrapper {
    *zoom: 1; }
    .theme-custom-form-page #main .base-theme-form .filter-wrapper .fieldset-wrapper:after {
      content: "";
      display: table;
      clear: both; }
    .theme-custom-form-page #main .base-theme-form .filter-wrapper .fieldset-wrapper .wysiwyg-toggle-wrapper {
      float: left; }
      .theme-custom-form-page #main .base-theme-form .filter-wrapper .fieldset-wrapper .wysiwyg-toggle-wrapper a {
        color: #989898;
        display: block; }
    .theme-custom-form-page #main .base-theme-form .filter-wrapper .fieldset-wrapper .filter-help {
      padding: 0; }
      .theme-custom-form-page #main .base-theme-form .filter-wrapper .fieldset-wrapper .filter-help p {
        margin-bottom: 0; }
      .theme-custom-form-page #main .base-theme-form .filter-wrapper .fieldset-wrapper .filter-help a {
        padding-left: 0;
        color: #989898;
        font-family: "Helvetica Neue Heavy Condensed"; }
    .theme-custom-form-page #main .base-theme-form .filter-wrapper .fieldset-wrapper .form-item {
      clear: left;
      padding: 0; }
      .theme-custom-form-page #main .base-theme-form .filter-wrapper .fieldset-wrapper .form-item label {
        position: static;
        width: 100%;
        text-align: left; }
      .theme-custom-form-page #main .base-theme-form .filter-wrapper .fieldset-wrapper .form-item .chosen-container {
        margin-top: 10px; }
    .theme-custom-form-page #main .base-theme-form .filter-wrapper .fieldset-wrapper .filter-guidelines {
      padding: 0;
      font-family: "Helvetica"; }
      .theme-custom-form-page #main .base-theme-form .filter-wrapper .fieldset-wrapper .filter-guidelines ul {
        padding-left: 0; }
        .theme-custom-form-page #main .base-theme-form .filter-wrapper .fieldset-wrapper .filter-guidelines ul li {
          margin-top: 10px; }
          .theme-custom-form-page #main .base-theme-form .filter-wrapper .fieldset-wrapper .filter-guidelines ul li:first-child {
            margin-top: 0; }

.theme-custom-form-page #main .base-theme-form .tabledrag-toggle-weight {
  color: #595959;
  font-family: "Helvetica";
  font-size: 0.875rem;
  display: inline-block;
  margin-bottom: 10px; }

.theme-custom-form-page #main .base-theme-form .tabledrag-handle .handle {
  width: 25px;
  height: 25px;
  background-position: 6px 6px; }

.theme-custom-form-page #main .base-theme-form .tabledrag-handle-hover .handle {
  background-position: 6px -14px; }

.theme-custom-form-page #main .base-theme-form .media-item .media-thumbnail {
  height: 100px; }

.theme-custom-form-page #main .base-theme-form .preview {
  margin-left: 0.625rem; }

.theme-custom-form-page #main .base-theme-form #edit-mimemail {
  display: none; }

.theme-custom-form-page.custom-form-full-width #main .base-theme-form > div {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
  float: none; }

#event-info-node-form .how-to-edit-button {
  position: relative;
  z-index: 0;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #0199fa;
  -webkit-transition: color 0.25s false;
  -moz-transition: color 0.25s false false;
  -o-transition: color 0.25s false false;
  transition: color 0.25s;
  height: 25px;
  line-height: 25px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  font-size: 0.5625rem;
  margin-bottom: 15px;
  margin-left: 1.25rem;
  padding-left: 1.875rem !important; }
  #event-info-node-form .how-to-edit-button:before {
    content: '';
    z-index: -1;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400%;
    height: 0;
    background-color: #0084d8;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -moz-transform 0.3s ease-in-out false;
    -o-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -o-transform 0.3s ease-in-out false;
    transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out; }
  @media all and (min-width: 940px) {
    #event-info-node-form .how-to-edit-button:hover:before {
      opacity: 1;
      height: 800%; } }
  @media all and (min-width: 768px) {
    #event-info-node-form .how-to-edit-button {
      height: 35px;
      line-height: 35px;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      font-size: 0.6875rem; } }
  @media all and (min-width: 940px) {
    #event-info-node-form .how-to-edit-button {
      font-size: 0.875rem; } }
  #event-info-node-form .how-to-edit-button:after {
    position: absolute;
    top: 0;
    left: 10px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "";
    font-size: 0.9375rem; }

@media (min-width: 768px) {
  .theme-custom-form-page #main .base-theme-form {
    padding-left: 15.625rem;
    padding-right: 0; }
    .theme-custom-form-page #main .base-theme-form fieldset legend {
      font-size: 1.25rem; }
    .theme-custom-form-page #main .base-theme-form fieldset .form-item > label {
      position: static;
      width: auto;
      padding-top: 0;
      padding-right: 0;
      text-align: left; }
    .theme-custom-form-page #main .base-theme-form .form-item {
      position: relative; }
      .theme-custom-form-page #main .base-theme-form .form-item > label {
        position: absolute;
        right: 100%;
        width: 15.625rem;
        padding-top: 20px;
        padding-right: 0.625rem;
        text-align: right; }
        .theme-custom-form-page #main .base-theme-form .form-item > label.error {
          position: relative;
          right: auto;
          width: 100%;
          padding-top: 5px;
          padding-right: 0;
          text-align: left; }
    .theme-custom-form-page #main .base-theme-form .form-actions input[type="submit"],
    .theme-custom-form-page #main .base-theme-form .form-actions a,
    .theme-custom-form-page #main .base-theme-form .form-media input[type="submit"],
    .theme-custom-form-page #main .base-theme-form .form-media a {
      width: auto;
      min-width: 240px;
      display: inline-block; }
    .theme-custom-form-page #main .base-theme-form .form-actions {
      text-align: right; }
      .theme-custom-form-page #main .base-theme-form .form-actions input[type="submit"],
      .theme-custom-form-page #main .base-theme-form .form-actions a {
        margin-left: 0.625rem; }
        .theme-custom-form-page #main .base-theme-form .form-actions input[type="submit"]:first-child,
        .theme-custom-form-page #main .base-theme-form .form-actions a:first-child {
          margin-left: 0; }
    .theme-custom-form-page #main .base-theme-form .form-media input[type="submit"],
    .theme-custom-form-page #main .base-theme-form .form-media a {
      margin-right: 0.625rem; }
      .theme-custom-form-page #main .base-theme-form .form-media input[type="submit"]:first-child,
      .theme-custom-form-page #main .base-theme-form .form-media a:first-child {
        margin-right: 0; }
  .theme-custom-form-page.custom-form-full-width #main .base-theme-form {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    .theme-custom-form-page.custom-form-full-width #main .base-theme-form .form-item > label {
      position: static;
      width: auto;
      padding-top: 0;
      padding-right: 0;
      text-align: left; }
  #event-info-node-form .how-to-edit-button {
    margin-left: 0;
    padding-left: 2.8125rem !important; }
    #event-info-node-form .how-to-edit-button:after {
      left: 15px;
      font-size: 1.3125rem; } }

@media (min-width: 940px) {
  .theme-custom-form-page #main .base-theme-form fieldset legend {
    font-size: 1.375rem; }
  .theme-custom-form-page #main .base-theme-form .form-actions input[type="submit"]:nth-child(2):hover,
  .theme-custom-form-page #main .base-theme-form .form-actions a:nth-child(2):hover,
  .theme-custom-form-page #main .base-theme-form .form-media input[type="submit"]:nth-child(2):hover,
  .theme-custom-form-page #main .base-theme-form .form-media a:nth-child(2):hover {
    background-color: #0199fa;
    color: #fff; }
  .theme-custom-form-page #main .base-theme-form .tabledrag-toggle-weight:hover {
    color: #0199fa; }
  .theme-custom-form-page.custom-form-full-width #main .base-theme-form {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; } }

.theme-custom-form-page #main .base-theme-form.event-node-form .container-inline-date .date-padding {
  float: none;
  padding: 0; }

.theme-custom-form-page #main .base-theme-form.event-node-form fieldset .form-item.form-type-checkbox {
  position: relative; }
  .theme-custom-form-page #main .base-theme-form.event-node-form fieldset .form-item.form-type-checkbox > label {
    position: absolute;
    left: 100%;
    top: 0;
    height: 40px;
    line-height: 40px;
    min-width: 120px; }

.theme-custom-form-page #main .base-theme-form.event-node-form .container-inline-date > .form-item {
  margin-right: 0;
  margin-bottom: 0; }

.theme-custom-form-page #main .base-theme-form.event-node-form .end-date-wrapper {
  margin-top: 5px; }
  .theme-custom-form-page #main .base-theme-form.event-node-form .end-date-wrapper .form-item {
    margin-bottom: 0; }

.theme-custom-form-page #main .base-theme-form.event-info-node-form .field-name-field-programme .sticky-header {
  display: none; }

.theme-custom-form-page #main .base-theme-form.event-info-node-form .field-name-field-programme .responsive-table-wrapper table th,
.theme-custom-form-page #main .base-theme-form.event-info-node-form .field-name-field-programme .responsive-table-wrapper table td {
  padding-top: 10px;
  padding-bottom: 10px; }

.theme-custom-form-page #main .base-theme-form.event-info-node-form .field-name-field-programme .responsive-table-wrapper table th {
  background-color: #0199fa;
  border-color: #fff;
  color: #fff; }

.theme-custom-form-page #main .base-theme-form.event-info-node-form .field-name-field-programme .responsive-table-wrapper table td {
  font-weight: bold;
  text-transform: none; }

.theme-custom-form-page #main .base-theme-form.event-info-node-form .field-name-field-programme .responsive-table-wrapper table .ief-row-form td {
  background-color: #fff;
  font-weight: normal;
  padding-top: 20px;
  padding-bottom: 20px; }

.theme-custom-form-page #main .base-theme-form.event-info-node-form .geolocation-address-geocode {
  height: 55px;
  line-height: 55px;
  display: block;
  margin-top: 0;
  padding: 0 0.625rem;
  margin-top: 0;
  margin-left: 0;
  float: left; }

.theme-custom-form-page #main .base-theme-form.event-info-node-form .geolocation-help {
  line-height: 1.8; }

.theme-custom-form-page #main .base-theme-form.event-info-node-form .geolocation-client-location {
  display: inline-block; }

.theme-custom-form-page #main .base-theme-form.event-info-node-form .container-inline {
  text-align: right; }
  .theme-custom-form-page #main .base-theme-form.event-info-node-form .container-inline input[type="submit"] {
    z-index: 0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #0199fa;
    -webkit-transition: color 0.25s false;
    -moz-transition: color 0.25s false false;
    -o-transition: color 0.25s false false;
    transition: color 0.25s;
    background-color: #c8c809;
    height: 25px;
    line-height: 25px;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    font-size: 0.5625rem;
    width: auto; }
    .theme-custom-form-page #main .base-theme-form.event-info-node-form .container-inline input[type="submit"]:before {
      content: '';
      z-index: -1;
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 400%;
      height: 0;
      background-color: #0084d8;
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -moz-transform 0.3s ease-in-out false;
      -o-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -o-transform 0.3s ease-in-out false;
      transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out; }
    @media all and (min-width: 940px) {
      .theme-custom-form-page #main .base-theme-form.event-info-node-form .container-inline input[type="submit"]:hover:before {
        opacity: 1;
        height: 800%; } }
    .theme-custom-form-page #main .base-theme-form.event-info-node-form .container-inline input[type="submit"]:before {
      background-color: #b2b203; }
    @media all and (min-width: 768px) {
      .theme-custom-form-page #main .base-theme-form.event-info-node-form .container-inline input[type="submit"] {
        height: 35px;
        line-height: 35px;
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
        font-size: 0.6875rem; } }
    @media all and (min-width: 940px) {
      .theme-custom-form-page #main .base-theme-form.event-info-node-form .container-inline input[type="submit"] {
        font-size: 0.875rem; } }

.theme-custom-form-page #main .base-theme-form.event-info-node-form .field-name-field-program-label .form-autocomplete {
  background: #fff; }

.theme-custom-form-page #main .base-theme-form.event-info-node-form .field-type-cck-time {
  *zoom: 1; }
  .theme-custom-form-page #main .base-theme-form.event-info-node-form .field-type-cck-time:after {
    content: "";
    display: table;
    clear: both; }
  .theme-custom-form-page #main .base-theme-form.event-info-node-form .field-type-cck-time .cck-time-element .form-item {
    margin-right: 0;
    margin-bottom: 0;
    float: none; }
  .theme-custom-form-page #main .base-theme-form.event-info-node-form .field-type-cck-time .cck-time-element + .cck-time-element {
    margin-top: 10px; }

.theme-custom-form-page #main .base-theme-form.event-info-node-form .ief-entity-operations {
  *zoom: 1;
  margin: -10px -0.9375rem; }
  .theme-custom-form-page #main .base-theme-form.event-info-node-form .ief-entity-operations:after {
    content: "";
    display: table;
    clear: both; }
  .theme-custom-form-page #main .base-theme-form.event-info-node-form .ief-entity-operations > div {
    float: left;
    width: 50%;
    min-height: 45px;
    position: relative;
    cursor: pointer; }
    .theme-custom-form-page #main .base-theme-form.event-info-node-form .ief-entity-operations > div input[type="submit"], .theme-custom-form-page #main .base-theme-form.event-info-node-form .ief-entity-operations > div:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
    .theme-custom-form-page #main .base-theme-form.event-info-node-form .ief-entity-operations > div .ajax-progress {
      position: absolute;
      bottom: 5px;
      left: 0.625rem; }
      .theme-custom-form-page #main .base-theme-form.event-info-node-form .ief-entity-operations > div .ajax-progress .message {
        display: none; }
    .theme-custom-form-page #main .base-theme-form.event-info-node-form .ief-entity-operations > div:before {
      pointer-events: none;
      z-index: 1;
      color: #a6a6a6;
      font-size: 1.25rem;
      text-align: center;
      height: 0;
      line-height: 0; }
    .theme-custom-form-page #main .base-theme-form.event-info-node-form .ief-entity-operations > div.edit-button-wrapper:before {
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      text-decoration: inherit;
      -webkit-font-smoothing: antialiased;
      *margin-right: .3em;
      content: ""; }
    .theme-custom-form-page #main .base-theme-form.event-info-node-form .ief-entity-operations > div.remove-button-wrapper:before {
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      text-decoration: inherit;
      -webkit-font-smoothing: antialiased;
      *margin-right: .3em;
      content: ""; }
    .theme-custom-form-page #main .base-theme-form.event-info-node-form .ief-entity-operations > div input[type="submit"] {
      background: none;
      text-indent: -10000px;
      overflow: hidden;
      height: 100%;
      width: 100%;
      margin-bottom: 0 !important; }

.theme-custom-form-page #main .base-theme-form.event-info-node-form .field-name-field-hide-time-display {
  float: left;
  width: 100%; }
  .theme-custom-form-page #main .base-theme-form.event-info-node-form .field-name-field-hide-time-display .ez-checkbox {
    float: left; }
  .theme-custom-form-page #main .base-theme-form.event-info-node-form .field-name-field-hide-time-display label {
    float: left;
    margin: 14px 0 0 12px; }

.theme-custom-form-page #main .base-theme-form.event-info-node-form #edit-field-programme table .form-wrapper input[type="submit"]:nth-child(1),
.theme-custom-form-page #main .base-theme-form.event-info-node-form #edit-field-programme .ief-form-bottom .form-wrapper input[type="submit"]:nth-child(1) {
  margin-bottom: 10px; }

.theme-custom-form-page #main .base-theme-form.event-info-node-form #edit-field-programme table .form-wrapper input[type="submit"]:nth-child(2),
.theme-custom-form-page #main .base-theme-form.event-info-node-form #edit-field-programme .ief-form-bottom .form-wrapper input[type="submit"]:nth-child(2) {
  background-color: #eeeeee;
  color: #000; }

@media (min-width: 768px) {
  .theme-custom-form-page #main .base-theme-form.event-info-node-form .geolocation-address .form-type-textfield {
    width: auto; }
  .theme-custom-form-page #main .base-theme-form.event-info-node-form .geolocation-address-geocode {
    margin-left: 10px; } }

@media (min-width: 940px) {
  .theme-custom-form-page #main .base-theme-form.event-info-node-form .ajax-progress-throbber {
    text-align: left; }
  .theme-custom-form-page #main .base-theme-form.event-info-node-form #edit-field-programme table .form-wrapper.form-actions,
  .theme-custom-form-page #main .base-theme-form.event-info-node-form #edit-field-programme .ief-form-bottom .form-wrapper.form-actions {
    text-align: center; }
    .theme-custom-form-page #main .base-theme-form.event-info-node-form #edit-field-programme table .form-wrapper.form-actions input[type="submit"],
    .theme-custom-form-page #main .base-theme-form.event-info-node-form #edit-field-programme .ief-form-bottom .form-wrapper.form-actions input[type="submit"] {
      width: auto; }
      .theme-custom-form-page #main .base-theme-form.event-info-node-form #edit-field-programme table .form-wrapper.form-actions input[type="submit"]:nth-child(2),
      .theme-custom-form-page #main .base-theme-form.event-info-node-form #edit-field-programme .ief-form-bottom .form-wrapper.form-actions input[type="submit"]:nth-child(2) {
        margin-left: 0.625rem; }
  .theme-custom-form-page #main .base-theme-form.event-info-node-form #edit-field-programme table .form-wrapper input[type="submit"]:nth-child(2):hover,
  .theme-custom-form-page #main .base-theme-form.event-info-node-form #edit-field-programme .ief-form-bottom .form-wrapper input[type="submit"]:nth-child(2):hover {
    background-color: #0199fa;
    color: #fff; }
  .theme-custom-form-page #main .base-theme-form.event-info-node-form .ief-entity-operations > div:before {
    -webkit-transition: color 0.2s false;
    -moz-transition: color 0.2s false false;
    -o-transition: color 0.2s false false;
    transition: color 0.2s; }
  .theme-custom-form-page #main .base-theme-form.event-info-node-form .ief-entity-operations > div:hover:before {
    color: #0199fa; }
  .theme-custom-form-page #main .base-theme-form.event-info-node-form .field-name-field-programme .responsive-table-wrapper table td {
    -webkit-transition: background-color 0.2s false;
    -moz-transition: background-color 0.2s false false;
    -o-transition: background-color 0.2s false false;
    transition: background-color 0.2s; }
  .theme-custom-form-page #main .base-theme-form.event-info-node-form .field-name-field-programme .responsive-table-wrapper table .inline-entity-form-node-title,
  .theme-custom-form-page #main .base-theme-form.event-info-node-form .field-name-field-programme .responsive-table-wrapper table .inline-entity-form-node-time,
  .theme-custom-form-page #main .base-theme-form.event-info-node-form .field-name-field-programme .responsive-table-wrapper table .inline-entity-form-node-status {
    -webkit-transition: color 0.2s false, background-color 0.2s false;
    -moz-transition: color 0.2s false false, background-color 0.2s false false;
    -o-transition: color 0.2s false false, background-color 0.2s false false;
    transition: color 0.2s, background-color 0.2s; }
  .theme-custom-form-page #main .base-theme-form.event-info-node-form .field-name-field-programme .responsive-table-wrapper table .ief-row-form td {
    padding-top: 40px;
    padding-bottom: 40px; }
  .theme-custom-form-page #main .base-theme-form.event-info-node-form .field-name-field-programme .responsive-table-wrapper table tr:hover.ief-row-form td {
    background-color: #fff; }
  .theme-custom-form-page #main .base-theme-form.event-info-node-form .field-name-field-programme .responsive-table-wrapper table tr:hover td {
    background-color: #e1edf3; }
  .theme-custom-form-page #main .base-theme-form.event-info-node-form .field-name-field-programme .responsive-table-wrapper table tr:hover .inline-entity-form-node-title,
  .theme-custom-form-page #main .base-theme-form.event-info-node-form .field-name-field-programme .responsive-table-wrapper table tr:hover .inline-entity-form-node-time,
  .theme-custom-form-page #main .base-theme-form.event-info-node-form .field-name-field-programme .responsive-table-wrapper table tr:hover .inline-entity-form-node-status {
    color: #0199fa; }
  .theme-custom-form-page #main .base-theme-form.event-info-node-form .top-wrapper {
    *zoom: 1;
    padding-left: 3.75rem;
    padding-right: 3.75rem; }
    .theme-custom-form-page #main .base-theme-form.event-info-node-form .top-wrapper:after {
      content: "";
      display: table;
      clear: both; }
    .theme-custom-form-page #main .base-theme-form.event-info-node-form .top-wrapper .left-wrapper,
    .theme-custom-form-page #main .base-theme-form.event-info-node-form .top-wrapper .right-wrapper {
      float: left;
      width: 50%; }
    .theme-custom-form-page #main .base-theme-form.event-info-node-form .top-wrapper .left-wrapper {
      padding-right: 0.9375rem; }
    .theme-custom-form-page #main .base-theme-form.event-info-node-form .top-wrapper .right-wrapper {
      padding: 25px 1.5625rem;
      background-color: #f7f7f7;
      *zoom: 1; }
      .theme-custom-form-page #main .base-theme-form.event-info-node-form .top-wrapper .right-wrapper:after {
        content: "";
        display: table;
        clear: both; }
      .theme-custom-form-page #main .base-theme-form.event-info-node-form .top-wrapper .right-wrapper .field-type-cck-time {
        float: left;
        width: 48%; }
        .theme-custom-form-page #main .base-theme-form.event-info-node-form .top-wrapper .right-wrapper .field-type-cck-time + .field-type-cck-time {
          margin-left: 4%; }
        .theme-custom-form-page #main .base-theme-form.event-info-node-form .top-wrapper .right-wrapper .field-type-cck-time .description {
          clear: both; } }

.theme-custom-form-page #main .base-theme-form.federation-node-form .preview {
  margin-left: 0; }

.theme-custom-form-page #main .base-theme-form.federation-node-form #edit-field-statistics table .form-wrapper:last-child,
.theme-custom-form-page #main .base-theme-form.federation-node-form #edit-field-statistics .ief-form-bottom .form-wrapper:last-child {
  margin-top: 10px; }

.theme-custom-form-page #main .base-theme-form.federation-node-form #edit-field-statistics table .form-wrapper input[type="submit"]:nth-child(1),
.theme-custom-form-page #main .base-theme-form.federation-node-form #edit-field-statistics .ief-form-bottom .form-wrapper input[type="submit"]:nth-child(1) {
  margin-bottom: 10px; }

.theme-custom-form-page #main .base-theme-form.federation-node-form #edit-field-statistics table .form-wrapper input[type="submit"]:nth-child(2),
.theme-custom-form-page #main .base-theme-form.federation-node-form #edit-field-statistics .ief-form-bottom .form-wrapper input[type="submit"]:nth-child(2) {
  background-color: #eeeeee;
  color: #000; }

.theme-custom-form-page #main .base-theme-form.federation-node-form .ctools-modal-media-file-edit {
  z-index: 0;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #0199fa;
  -webkit-transition: color 0.25s false;
  -moz-transition: color 0.25s false false;
  -o-transition: color 0.25s false false;
  transition: color 0.25s;
  color: #000;
  background-color: #f7f7f7;
  height: 45px;
  line-height: 45px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  font-size: 0.875rem;
  background-color: #eeeeee;
  margin-top: 10px;
  display: block; }
  .theme-custom-form-page #main .base-theme-form.federation-node-form .ctools-modal-media-file-edit:before {
    content: '';
    z-index: -1;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400%;
    height: 0;
    background-color: #0084d8;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -moz-transform 0.3s ease-in-out false;
    -o-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -o-transform 0.3s ease-in-out false;
    transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out; }
  @media all and (min-width: 940px) {
    .theme-custom-form-page #main .base-theme-form.federation-node-form .ctools-modal-media-file-edit:hover:before {
      opacity: 1;
      height: 800%; } }
  .theme-custom-form-page #main .base-theme-form.federation-node-form .ctools-modal-media-file-edit:before {
    background-color: #0199fa; }
  @media all and (min-width: 940px) {
    .theme-custom-form-page #main .base-theme-form.federation-node-form .ctools-modal-media-file-edit:hover {
      color: #fff; } }
  @media all and (min-width: 940px) {
    .theme-custom-form-page #main .base-theme-form.federation-node-form .ctools-modal-media-file-edit {
      height: 55px;
      line-height: 55px;
      padding-right: 1.5625rem;
      padding-left: 1.5625rem;
      font-size: 1.125rem; } }

@media (min-width: 940px) {
  .theme-custom-form-page #main .base-theme-form.federation-node-form #edit-field-statistics table .form-wrapper input[type="submit"]:nth-child(2):hover,
  .theme-custom-form-page #main .base-theme-form.federation-node-form #edit-field-statistics .ief-form-bottom .form-wrapper input[type="submit"]:nth-child(2):hover {
    background-color: #0199fa;
    color: #fff; } }

.theme-custom-form-page #main .base-theme-form.user-profile-edit-form {
  padding-top: 0; }
  .theme-custom-form-page #main .base-theme-form.user-profile-edit-form .form-type-password,
  .theme-custom-form-page #main .base-theme-form.user-profile-edit-form .form-type-password .password-suggestions {
    width: 100%; }
  .theme-custom-form-page #main .base-theme-form.user-profile-edit-form .password-strength,
  .theme-custom-form-page #main .base-theme-form.user-profile-edit-form .password-confirm {
    margin-top: 0; }
  .theme-custom-form-page #main .base-theme-form.user-profile-edit-form .password-strength {
    width: 13rem; }
  .theme-custom-form-page #main .base-theme-form.user-profile-edit-form .password-confirm {
    width: 10.5rem; }
    .theme-custom-form-page #main .base-theme-form.user-profile-edit-form .password-confirm .error,
    .theme-custom-form-page #main .base-theme-form.user-profile-edit-form .password-confirm .ok {
      float: right; }
    .theme-custom-form-page #main .base-theme-form.user-profile-edit-form .password-confirm .error {
      color: #ff0a0a; }
    .theme-custom-form-page #main .base-theme-form.user-profile-edit-form .password-confirm .ok {
      color: #95cb37; }
  .theme-custom-form-page #main .base-theme-form.user-profile-edit-form .form-actions {
    padding-bottom: 25px; }
  .theme-custom-form-page #main .base-theme-form.user-profile-edit-form .form-item-show-password > label {
    cursor: pointer;
    display: inline-block;
    height: 55px;
    line-height: 55px;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    color: #fff;
    background-color: #0199fa;
    -webkit-transition: background-color 0.25s ease;
    -moz-transition: background-color 0.25s ease false;
    -o-transition: background-color 0.25s ease false;
    transition: background-color 0.25s ease; }
  .theme-custom-form-page #main .base-theme-form.user-profile-edit-form .form-item-show-password .ez-checkbox {
    display: none; }
  .theme-custom-form-page #main .base-theme-form.user-profile-edit-form #edit-roles {
    padding-top: 20px; }

@media (min-width: 768px) {
  .theme-custom-form-page #main .base-theme-form.user-profile-edit-form .form-item-profile-individual-field-address-und-0-postal-code,
  .theme-custom-form-page #main .base-theme-form.user-profile-edit-form .form-item-profile-individual-field-handicap-exact-und-0-value,
  .theme-custom-form-page #main .base-theme-form.user-profile-edit-form .form-item-profile-individual-field-gender-und,
  .theme-custom-form-page #main .base-theme-form.user-profile-edit-form .form-type-date-popup.form-item-profile-individual-field-date-of-birth-und-0-value-date {
    width: 33.3333%; }
  .theme-custom-form-page #main .base-theme-form.user-profile-edit-form .password-strength + label {
    padding-top: 43px !important; }
  .theme-custom-form-page #main .base-theme-form.user-profile-edit-form #edit-roles {
    padding-top: 60px; }
    .theme-custom-form-page #main .base-theme-form.user-profile-edit-form #edit-roles .form-item > label {
      padding-top: 10px; }
  .theme-custom-form-page #main .base-theme-form.user-profile-edit-form .form-item-show-password > label {
    position: static;
    width: auto;
    padding-top: 0;
    padding-right: 3.4375rem;
    padding-left: 3.4375rem;
    text-align: center; }
  .theme-custom-form-page #main .base-theme-form.user-profile-edit-form .edit-password-wrapper .password-strength {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 20px; } }

@media (min-width: 940px) {
  .theme-custom-form-page #main .base-theme-form.user-profile-edit-form .form-item-show-password > label:hover {
    background-color: #021a4a; } }

.theme-custom-form-page #main .base-theme-form.user-register-form .addressfield-container-inline > .form-item {
  width: 100%;
  margin-right: 0; }

.theme-custom-form-page #main .base-theme-form.user-register-form .form-type-date-select {
  display: block;
  margin-right: 0;
  margin-bottom: 0; }

.theme-custom-form-page #main .base-theme-form.user-register-form .container-inline-date {
  width: 100%; }
  .theme-custom-form-page #main .base-theme-form.user-register-form .container-inline-date .date-padding {
    padding: 0;
    float: none; }
    .theme-custom-form-page #main .base-theme-form.user-register-form .container-inline-date .date-padding > div {
      width: 100%; }

.theme-custom-form-page #main .base-theme-form.user-register-form .field-name-field-home-club {
  margin-bottom: 50px; }

.theme-custom-form-page #main .base-theme-form.user-register-form .form-item-notify .ez-checkbox {
  margin-bottom: 10px; }

@media all and (min-width: 768px) {
  .theme-custom-form-page #main .base-theme-form.user-register-form .container-inline-date {
    width: 100%; }
    .theme-custom-form-page #main .base-theme-form.user-register-form .container-inline-date .date-padding {
      margin-left: -0.3125rem;
      margin-right: -0.3125rem; }
      .theme-custom-form-page #main .base-theme-form.user-register-form .container-inline-date .date-padding > div {
        padding-left: 0.3125rem;
        padding-right: 0.3125rem;
        width: 33.333%;
        margin-bottom: 0; }
  .theme-custom-form-page #main .base-theme-form.user-register-form .addressfield-container-inline .form-item-profile-individual-field-address-und-0-postal-code,
  .theme-custom-form-page #main .base-theme-form.user-register-form .form-item-profile-individual-field-handicap-exact-und-0-value,
  .theme-custom-form-page #main .base-theme-form.user-register-form .form-item-profile-individual-field-gender-und {
    width: 33.3333%; }
  .theme-custom-form-page #main .base-theme-form.user-register-form .form-item-notify > label {
    top: -8px; } }

.ega-forum-topic .comments-wrapper,
.section-forum .comments-wrapper,
.section-comment .comments-wrapper,
.section-members .comments-wrapper {
  border-top: 3px solid #0199fa;
  padding-top: 10px; }

.ega-forum-topic .indented,
.section-forum .indented,
.section-comment .indented,
.section-members .indented {
  margin-left: 0.9375rem; }

.ega-forum-topic .comment,
.section-forum .comment,
.section-comment .comment,
.section-members .comment {
  position: relative;
  margin-bottom: 1px;
  background-color: #f7f7f7; }
  .ega-forum-topic .comment .comment_image,
  .section-forum .comment .comment_image,
  .section-comment .comment .comment_image,
  .section-members .comment .comment_image {
    display: none;
    position: absolute;
    top: 0; }
  .ega-forum-topic .comment .comment-main,
  .section-forum .comment .comment-main,
  .section-comment .comment .comment-main,
  .section-members .comment .comment-main {
    display: table;
    min-height: 80px; }
  .ega-forum-topic .comment .comment-info,
  .section-forum .comment .comment-info,
  .section-comment .comment .comment-info,
  .section-members .comment .comment-info {
    display: table-cell;
    vertical-align: middle;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    text-align: right;
    font-family: "Helvetica";
    font-size: 0.875rem;
    color: #fff; }
    .ega-forum-topic .comment .comment-info > span,
    .section-forum .comment .comment-info > span,
    .section-comment .comment .comment-info > span,
    .section-members .comment .comment-info > span {
      display: block; }
  .ega-forum-topic .comment .submitted-by a,
  .ega-forum-topic .comment .submission-federation a,
  .section-forum .comment .submitted-by a,
  .section-forum .comment .submission-federation a,
  .section-comment .comment .submitted-by a,
  .section-comment .comment .submission-federation a,
  .section-members .comment .submitted-by a,
  .section-members .comment .submission-federation a {
    font-family: "Helvetica";
    font-size: 0.875rem;
    color: #fff; }
  .ega-forum-topic .comment .links a,
  .section-forum .comment .links a,
  .section-comment .comment .links a,
  .section-members .comment .links a {
    z-index: 0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #0199fa;
    -webkit-transition: color 0.25s false;
    -moz-transition: color 0.25s false false;
    -o-transition: color 0.25s false false;
    transition: color 0.25s;
    height: 25px;
    line-height: 25px;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    font-size: 0.5625rem;
    position: absolute;
    top: 0;
    right: 0;
    height: 35px;
    line-height: 35px;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
    font-family: "Helvetica";
    font-size: 0.875rem; }
    .ega-forum-topic .comment .links a:before,
    .section-forum .comment .links a:before,
    .section-comment .comment .links a:before,
    .section-members .comment .links a:before {
      content: '';
      z-index: -1;
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 400%;
      height: 0;
      background-color: #0084d8;
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -moz-transform 0.3s ease-in-out false;
      -o-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -o-transform 0.3s ease-in-out false;
      transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out; }
    @media all and (min-width: 940px) {
      .ega-forum-topic .comment .links a:hover:before,
      .section-forum .comment .links a:hover:before,
      .section-comment .comment .links a:hover:before,
      .section-members .comment .links a:hover:before {
        opacity: 1;
        height: 800%; } }
    @media all and (min-width: 768px) {
      .ega-forum-topic .comment .links a,
      .section-forum .comment .links a,
      .section-comment .comment .links a,
      .section-members .comment .links a {
        height: 35px;
        line-height: 35px;
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
        font-size: 0.6875rem; } }
    @media all and (min-width: 940px) {
      .ega-forum-topic .comment .links a,
      .section-forum .comment .links a,
      .section-comment .comment .links a,
      .section-members .comment .links a {
        font-size: 0.875rem; } }
  .ega-forum-topic .comment .comment-number,
  .section-forum .comment .comment-number,
  .section-comment .comment .comment-number,
  .section-members .comment .comment-number {
    display: none;
    position: absolute;
    top: 30px;
    right: 5px;
    font-family: "Helvetica";
    font-size: 0.75rem; }
  .ega-forum-topic .comment .comment__content,
  .section-forum .comment .comment__content,
  .section-comment .comment .comment__content,
  .section-members .comment .comment__content {
    width: 100%;
    padding: 45px 1.25rem 10px 1.25rem; }
    .ega-forum-topic .comment .comment__content p,
    .section-forum .comment .comment__content p,
    .section-comment .comment .comment__content p,
    .section-members .comment .comment__content p {
      margin-bottom: 0;
      line-height: 1.3;
      font-family: "Helvetica";
      font-size: 0.875rem; }
  .ega-forum-topic .comment.current-level-0 .comment-info,
  .section-forum .comment.current-level-0 .comment-info,
  .section-comment .comment.current-level-0 .comment-info,
  .section-members .comment.current-level-0 .comment-info {
    background-color: #0199fa; }
  .ega-forum-topic .comment.current-level-1 .comment-info, .ega-forum-topic .comment.current-level-2 .comment-info,
  .section-forum .comment.current-level-1 .comment-info,
  .section-forum .comment.current-level-2 .comment-info,
  .section-comment .comment.current-level-1 .comment-info,
  .section-comment .comment.current-level-2 .comment-info,
  .section-members .comment.current-level-1 .comment-info,
  .section-members .comment.current-level-2 .comment-info {
    background-color: #e5e52d; }
  .ega-forum-topic .comment.current-level-1 .submitted-by a,
  .ega-forum-topic .comment.current-level-1 .submission-federation a, .ega-forum-topic .comment.current-level-2 .submitted-by a,
  .ega-forum-topic .comment.current-level-2 .submission-federation a,
  .section-forum .comment.current-level-1 .submitted-by a,
  .section-forum .comment.current-level-1 .submission-federation a,
  .section-forum .comment.current-level-2 .submitted-by a,
  .section-forum .comment.current-level-2 .submission-federation a,
  .section-comment .comment.current-level-1 .submitted-by a,
  .section-comment .comment.current-level-1 .submission-federation a,
  .section-comment .comment.current-level-2 .submitted-by a,
  .section-comment .comment.current-level-2 .submission-federation a,
  .section-members .comment.current-level-1 .submitted-by a,
  .section-members .comment.current-level-1 .submission-federation a,
  .section-members .comment.current-level-2 .submitted-by a,
  .section-members .comment.current-level-2 .submission-federation a {
    color: #000; }
  .ega-forum-topic .comment.current-level-1 .submission-date, .ega-forum-topic .comment.current-level-2 .submission-date,
  .section-forum .comment.current-level-1 .submission-date,
  .section-forum .comment.current-level-2 .submission-date,
  .section-comment .comment.current-level-1 .submission-date,
  .section-comment .comment.current-level-2 .submission-date,
  .section-members .comment.current-level-1 .submission-date,
  .section-members .comment.current-level-2 .submission-date {
    color: #000; }

section#main > .comment .comment-number {
  top: 10px; }

.page-comment-reply form.comment-form,
.section-members form.comment-form {
  padding: 20px 0.625rem;
  font-size: 0.875rem;
  background-color: #eeeeee; }
  .page-comment-reply form.comment-form .form-item label,
  .section-members form.comment-form .form-item label {
    margin-bottom: 5px;
    font-family: "Helvetica"; }
    .page-comment-reply form.comment-form .form-item label + a,
    .section-members form.comment-form .form-item label + a {
      font-family: "Helvetica";
      color: #0199fa; }
  .page-comment-reply form.comment-form .field-name-comment-body textarea,
  .section-members form.comment-form .field-name-comment-body textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    width: 100%;
    height: 120px;
    border-color: #dfe1e3;
    padding: 10px 0.625rem;
    font-family: "Helvetica"; }
  .page-comment-reply form.comment-form .field-name-comment-body .grippie,
  .section-members form.comment-form .field-name-comment-body .grippie {
    display: none; }
  .page-comment-reply form.comment-form .form-actions,
  .section-members form.comment-form .form-actions {
    margin-top: 20px;
    margin-bottom: 0;
    *zoom: 1; }
    .page-comment-reply form.comment-form .form-actions:after,
    .section-members form.comment-form .form-actions:after {
      content: "";
      display: table;
      clear: both; }
    .page-comment-reply form.comment-form .form-actions .form-submit,
    .section-members form.comment-form .form-actions .form-submit {
      float: right;
      z-index: 0;
      position: relative;
      cursor: pointer;
      overflow: hidden;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      -o-transform-style: preserve-3d;
      transform-style: preserve-3d;
      display: inline-block;
      text-align: center;
      text-transform: uppercase;
      color: #fff;
      background-color: #0199fa;
      -webkit-transition: color 0.25s false;
      -moz-transition: color 0.25s false false;
      -o-transition: color 0.25s false false;
      transition: color 0.25s;
      height: 45px;
      line-height: 45px;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      font-size: 0.875rem;
      overflow: visible;
      margin: 0;
      border: none;
      padding-right: 3.4375rem;
      padding-left: 3.4375rem;
      font-family: "Helvetica";
      -webkit-transition: background-color 0.25s false;
      -moz-transition: background-color 0.25s false false;
      -o-transition: background-color 0.25s false false;
      transition: background-color 0.25s; }
      .page-comment-reply form.comment-form .form-actions .form-submit:before,
      .section-members form.comment-form .form-actions .form-submit:before {
        content: '';
        z-index: -1;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 400%;
        height: 0;
        background-color: #0084d8;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        -o-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -moz-transform 0.3s ease-in-out false;
        -o-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -o-transform 0.3s ease-in-out false;
        transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out; }
      @media all and (min-width: 940px) {
        .page-comment-reply form.comment-form .form-actions .form-submit:hover:before,
        .section-members form.comment-form .form-actions .form-submit:hover:before {
          opacity: 1;
          height: 800%; } }
      @media all and (min-width: 940px) {
        .page-comment-reply form.comment-form .form-actions .form-submit,
        .section-members form.comment-form .form-actions .form-submit {
          height: 55px;
          line-height: 55px;
          padding-right: 1.5625rem;
          padding-left: 1.5625rem;
          font-size: 1.125rem; } }

@media all and (min-width: 768px) {
  .ega-forum-topic .comments-wrapper,
  .section-forum .comments-wrapper,
  .section-comment .comments-wrapper,
  .section-members .comments-wrapper {
    border-bottom: 3px solid #0199fa;
    padding-bottom: 20px; }
  .ega-forum-topic .indented,
  .section-forum .indented,
  .section-comment .indented,
  .section-members .indented {
    margin-left: 1.875rem; }
  .ega-forum-topic .comment,
  .section-forum .comment,
  .section-comment .comment,
  .section-members .comment {
    overflow: hidden;
    min-height: 140px;
    margin-bottom: 5px; }
    .ega-forum-topic .comment .comment_image,
    .section-forum .comment .comment_image,
    .section-comment .comment .comment_image,
    .section-members .comment .comment_image {
      display: block; }
    .ega-forum-topic .comment .focuspoint,
    .section-forum .comment .focuspoint,
    .section-comment .comment .focuspoint,
    .section-members .comment .focuspoint {
      position: initial; }
      .ega-forum-topic .comment .focuspoint img,
      .section-forum .comment .focuspoint img,
      .section-comment .comment .focuspoint img,
      .section-members .comment .focuspoint img {
        width: 110px;
        min-width: 0;
        min-height: 0; }
    .ega-forum-topic .comment .comment-main,
    .section-forum .comment .comment-main,
    .section-comment .comment .comment-main,
    .section-members .comment .comment-main {
      padding: 20px 3.4375rem 40px 9.375rem; }
    .ega-forum-topic .comment .comment-info,
    .section-forum .comment .comment-info,
    .section-comment .comment .comment-info,
    .section-members .comment .comment-info {
      display: block;
      top: auto;
      left: auto;
      width: 100%;
      margin-bottom: 20px;
      padding-right: 0;
      padding-left: 0;
      text-align: left;
      font-family: "Helvetica";
      font-size: 0.75rem;
      color: #000; }
      .ega-forum-topic .comment .comment-info > span,
      .section-forum .comment .comment-info > span,
      .section-comment .comment .comment-info > span,
      .section-members .comment .comment-info > span {
        display: inline; }
      .ega-forum-topic .comment .comment-info a,
      .section-forum .comment .comment-info a,
      .section-comment .comment .comment-info a,
      .section-members .comment .comment-info a {
        font-family: "Helvetica";
        font-size: 0.75rem; }
      .ega-forum-topic .comment .comment-info .submission-date,
      .section-forum .comment .comment-info .submission-date,
      .section-comment .comment .comment-info .submission-date,
      .section-members .comment .comment-info .submission-date {
        margin-left: 0.3125rem; }
    .ega-forum-topic .comment .comment__content,
    .section-forum .comment .comment__content,
    .section-comment .comment .comment__content,
    .section-members .comment .comment__content {
      padding: 0; }
      .ega-forum-topic .comment .comment__content p,
      .section-forum .comment .comment__content p,
      .section-comment .comment .comment__content p,
      .section-members .comment .comment__content p {
        line-height: 16px;
        font-size: 0.8125rem; }
    .ega-forum-topic .comment .links a,
    .section-forum .comment .links a,
    .section-comment .comment .links a,
    .section-members .comment .links a {
      height: 25px;
      line-height: 25px;
      padding-right: 1.5625rem;
      padding-left: 1.5625rem;
      font-size: 0.75rem; }
    .ega-forum-topic .comment .comment-number,
    .section-forum .comment .comment-number,
    .section-comment .comment .comment-number,
    .section-members .comment .comment-number {
      display: block; }
    .ega-forum-topic .comment.current-level-0 .comment-info, .ega-forum-topic .comment.current-level-1 .comment-info, .ega-forum-topic .comment.current-level-2 .comment-info,
    .section-forum .comment.current-level-0 .comment-info,
    .section-forum .comment.current-level-1 .comment-info,
    .section-forum .comment.current-level-2 .comment-info,
    .section-comment .comment.current-level-0 .comment-info,
    .section-comment .comment.current-level-1 .comment-info,
    .section-comment .comment.current-level-2 .comment-info,
    .section-members .comment.current-level-0 .comment-info,
    .section-members .comment.current-level-1 .comment-info,
    .section-members .comment.current-level-2 .comment-info {
      background-color: transparent; }
      .ega-forum-topic .comment.current-level-0 .comment-info a, .ega-forum-topic .comment.current-level-1 .comment-info a, .ega-forum-topic .comment.current-level-2 .comment-info a,
      .section-forum .comment.current-level-0 .comment-info a,
      .section-forum .comment.current-level-1 .comment-info a,
      .section-forum .comment.current-level-2 .comment-info a,
      .section-comment .comment.current-level-0 .comment-info a,
      .section-comment .comment.current-level-1 .comment-info a,
      .section-comment .comment.current-level-2 .comment-info a,
      .section-members .comment.current-level-0 .comment-info a,
      .section-members .comment.current-level-1 .comment-info a,
      .section-members .comment.current-level-2 .comment-info a {
        color: #0199fa; }
    .ega-forum-topic .comment.current-level-1, .ega-forum-topic .comment.current-level-2,
    .section-forum .comment.current-level-1,
    .section-forum .comment.current-level-2,
    .section-comment .comment.current-level-1,
    .section-comment .comment.current-level-2,
    .section-members .comment.current-level-1,
    .section-members .comment.current-level-2 {
      border: 2px solid #eeeeee;
      background-color: #fff; }
    .ega-forum-topic .comment.current-level-2 .comment-number,
    .section-forum .comment.current-level-2 .comment-number,
    .section-comment .comment.current-level-2 .comment-number,
    .section-members .comment.current-level-2 .comment-number {
      top: 5px; }
  .page-comment-reply form.comment-form,
  .section-members form.comment-form {
    font-size: 0.75rem; }
    .page-comment-reply form.comment-form .form-actions .form-submit,
    .section-members form.comment-form .form-actions .form-submit {
      height: 40px;
      line-height: 40px;
      padding-right: 3.125rem;
      padding-left: 3.125rem;
      font-size: 0.75rem; } }

@media all and (min-width: 940px) {
  .ega-forum-topic .comments-wrapper,
  .section-forum .comments-wrapper,
  .section-comment .comments-wrapper,
  .section-members .comments-wrapper {
    padding-bottom: 17px; }
  .ega-forum-topic .indented,
  .section-forum .indented,
  .section-comment .indented,
  .section-members .indented {
    margin-left: 2.5rem; }
  .ega-forum-topic .comment,
  .section-forum .comment,
  .section-comment .comment,
  .section-members .comment {
    min-height: 180px;
    margin-bottom: 10px; }
    .ega-forum-topic .comment .comment_image .focuspoint img,
    .section-forum .comment .comment_image .focuspoint img,
    .section-comment .comment .comment_image .focuspoint img,
    .section-members .comment .comment_image .focuspoint img {
      width: 140px; }
    .ega-forum-topic .comment .comment-info a,
    .ega-forum-topic .comment .comment-info,
    .ega-forum-topic .comment .comment__content p,
    .section-forum .comment .comment-info a,
    .section-forum .comment .comment-info,
    .section-forum .comment .comment__content p,
    .section-comment .comment .comment-info a,
    .section-comment .comment .comment-info,
    .section-comment .comment .comment__content p,
    .section-members .comment .comment-info a,
    .section-members .comment .comment-info,
    .section-members .comment .comment__content p {
      font-size: 0.875rem; }
    .ega-forum-topic .comment .comment-main,
    .section-forum .comment .comment-main,
    .section-comment .comment .comment-main,
    .section-members .comment .comment-main {
      padding: 30px 5rem 30px 11.875rem; }
    .ega-forum-topic .comment .comment-info,
    .ega-forum-topic .comment .comment__content p,
    .section-forum .comment .comment-info,
    .section-forum .comment .comment__content p,
    .section-comment .comment .comment-info,
    .section-comment .comment .comment__content p,
    .section-members .comment .comment-info,
    .section-members .comment .comment__content p {
      line-height: 1.5; }
    .ega-forum-topic .comment .links a,
    .ega-forum-topic .comment .comment-number,
    .section-forum .comment .links a,
    .section-forum .comment .comment-number,
    .section-comment .comment .links a,
    .section-comment .comment .comment-number,
    .section-members .comment .links a,
    .section-members .comment .comment-number {
      font-size: 0.875rem; }
    .ega-forum-topic .comment .links a,
    .section-forum .comment .links a,
    .section-comment .comment .links a,
    .section-members .comment .links a {
      height: 35px;
      line-height: 35px;
      padding-right: 2.1875rem;
      padding-left: 2.1875rem; }
    .ega-forum-topic .comment .comment-number,
    .section-forum .comment .comment-number,
    .section-comment .comment .comment-number,
    .section-members .comment .comment-number {
      top: 45px; }
    .ega-forum-topic .comment.current-level-2 .comment-number,
    .section-forum .comment.current-level-2 .comment-number,
    .section-comment .comment.current-level-2 .comment-number,
    .section-members .comment.current-level-2 .comment-number {
      top: 10px; }
  .page-comment-reply form.comment-form,
  .section-members form.comment-form {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    font-size: 0.875rem; }
    .page-comment-reply form.comment-form .form-actions .form-submit,
    .section-members form.comment-form .form-actions .form-submit {
      height: 55px;
      line-height: 55px;
      padding-right: 3.75rem;
      padding-left: 3.75rem;
      font-size: 0.875rem; }
      .page-comment-reply form.comment-form .form-actions .form-submit:hover,
      .section-members form.comment-form .form-actions .form-submit:hover {
        background-color: #0084d8; } }

.ega-forum-content-wrapper .create-topic {
  z-index: 0;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #0199fa;
  -webkit-transition: color 0.25s false;
  -moz-transition: color 0.25s false false;
  -o-transition: color 0.25s false false;
  transition: color 0.25s;
  height: 45px;
  line-height: 45px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  font-size: 0.875rem;
  margin-bottom: 20px;
  font-family: "Helvetica";
  font-size: 0.875rem; }
  .ega-forum-content-wrapper .create-topic:before {
    content: '';
    z-index: -1;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400%;
    height: 0;
    background-color: #0084d8;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -moz-transform 0.3s ease-in-out false;
    -o-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -o-transform 0.3s ease-in-out false;
    transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out; }
  @media all and (min-width: 940px) {
    .ega-forum-content-wrapper .create-topic:hover:before {
      opacity: 1;
      height: 800%; } }
  @media all and (min-width: 940px) {
    .ega-forum-content-wrapper .create-topic {
      height: 55px;
      line-height: 55px;
      padding-right: 1.5625rem;
      padding-left: 1.5625rem;
      font-size: 1.125rem; } }

.ega-forum-content-wrapper table {
  width: 100%; }
  .ega-forum-content-wrapper table thead,
  .ega-forum-content-wrapper table tr,
  .ega-forum-content-wrapper table td {
    display: block; }
  .ega-forum-content-wrapper table thead {
    width: 100%;
    background-color: #0199fa; }
    .ega-forum-content-wrapper table thead tr,
    .ega-forum-content-wrapper table thead th {
      background-color: transparent; }
    .ega-forum-content-wrapper table thead th {
      display: none;
      height: 65px;
      text-transform: uppercase;
      font-family: "Helvetica";
      font-size: 0.875rem;
      color: #fff;
      border-color: transparent; }
      .ega-forum-content-wrapper table thead th:first-child {
        display: block;
        text-align: left;
        padding: 25px 1.5625rem; }
  .ega-forum-content-wrapper table tr,
  .ega-forum-content-wrapper table td {
    background-color: #f7f7f7; }
  .ega-forum-content-wrapper table tbody tr {
    border-bottom: 1px solid #efefef;
    padding: 30px 0.625rem 30px 5rem; }
  .ega-forum-content-wrapper table tbody td {
    font-family: "Helvetica";
    font-size: 0.875rem; }
  .ega-forum-content-wrapper table tbody .forum-title-description-cell {
    position: relative;
    margin-bottom: 30px;
    line-height: 1.5; }
    .ega-forum-content-wrapper table tbody .forum-title-description-cell:before {
      content: '';
      position: absolute;
      top: 0;
      left: -68px;
      background-image: url(../images/generated/spritesheet-1567005678655.png);
      background-position: -129px -76px;
      width: 52px;
      height: 40px; }
  .ega-forum-content-wrapper table tbody .forum-title,
  .ega-forum-content-wrapper table tbody .forum-description {
    display: block; }
  .ega-forum-content-wrapper table tbody .forum-title a {
    color: #000; }
  .ega-forum-content-wrapper table tbody .forum-description {
    font-family: "Helvetica"; }
    .ega-forum-content-wrapper table tbody .forum-description p {
      margin-bottom: 0; }
  .ega-forum-content-wrapper table tbody .forum-topics-cell,
  .ega-forum-content-wrapper table tbody .forum-comments-cell,
  .ega-forum-content-wrapper table tbody .forum-last-post {
    text-transform: uppercase; }
  .ega-forum-content-wrapper table tbody .forum-topics-cell:before,
  .ega-forum-content-wrapper table tbody .forum-comments-cell:before {
    content: attr(data-th) ": "; }
  .ega-forum-content-wrapper table tbody .forum-topics-cell {
    margin-bottom: 5px; }
  .ega-forum-content-wrapper table tbody .forum-comments-cell {
    margin-bottom: 10px; }
  .ega-forum-content-wrapper table tbody .forum-last-post a {
    color: #0199fa; }

@media all and (min-width: 768px) {
  .ega-forum-content-wrapper table thead {
    display: table-header-group; }
    .ega-forum-content-wrapper table thead th {
      display: table-cell;
      height: 50px;
      text-align: center;
      font-size: 0.6875rem; }
      .ega-forum-content-wrapper table thead th:first-child {
        display: table-cell;
        padding-top: 0;
        padding-bottom: 0; }
  .ega-forum-content-wrapper table tr,
  .ega-forum-content-wrapper table td {
    background-color: transparent; }
  .ega-forum-content-wrapper table tr {
    display: table-row; }
  .ega-forum-content-wrapper table td {
    display: table-cell; }
  .ega-forum-content-wrapper table tbody tr {
    padding: 0; }
  .ega-forum-content-wrapper table tbody td {
    position: relative;
    padding: 20px 0.625rem;
    font-size: 0.6875rem; }
    .ega-forum-content-wrapper table tbody td:after {
      position: absolute;
      top: 50%;
      right: 0;
      content: '';
      width: 1px;
      height: 36px;
      margin-top: -18px;
      background-color: #ececec; }
  .ega-forum-content-wrapper table tbody .forum-title-description-cell {
    padding-left: 5rem; }
    .ega-forum-content-wrapper table tbody .forum-title-description-cell:before {
      top: 50%;
      left: 25px;
      margin-top: -16px;
      background-image: url(../images/generated/spritesheet-1567005678655.png);
      background-position: -45px -145px;
      width: 40px;
      height: 31px; }
  .ega-forum-content-wrapper table tbody .forum-topics-cell,
  .ega-forum-content-wrapper table tbody .forum-comments-cell,
  .ega-forum-content-wrapper table tbody .forum-last-post {
    text-align: center; }
  .ega-forum-content-wrapper table tbody .forum-topics-cell:before,
  .ega-forum-content-wrapper table tbody .forum-comments-cell:before {
    display: none; }
  .ega-forum-content-wrapper table tbody .forum-last-post {
    width: 28%; }
    .ega-forum-content-wrapper table tbody .forum-last-post:after {
      display: none; } }

@media all and (min-width: 940px) {
  .ega-forum-content-wrapper .create-topic {
    font-size: 0.875rem; }
  .ega-forum-content-wrapper table thead th {
    height: 65px;
    font-size: 0.875rem; }
  .ega-forum-content-wrapper table tbody td {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 0.875rem; }
    .ega-forum-content-wrapper table tbody td:after {
      height: 42px;
      margin-top: -21px; }
  .ega-forum-content-wrapper table tbody .forum-title-description-cell {
    padding-left: 6.5625rem; }
    .ega-forum-content-wrapper table tbody .forum-title-description-cell:before {
      left: 32px;
      margin-top: -20px;
      background-image: url(../images/generated/spritesheet-1567005678655.png);
      background-position: -129px -76px;
      width: 52px;
      height: 40px; }
  .ega-forum-content-wrapper table tbody .forum-title a:hover {
    color: #0199fa; }
  .ega-forum-content-wrapper table tbody .forum-last-post {
    width: 30%; } }

.ega-forum-comments-topics-wrapper,
.ega-forum-content-wrapper,
.ega-forum-poll-wrapper article {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  clear: both;
  *zoom: 1; }
  .ega-forum-comments-topics-wrapper:after,
  .ega-forum-content-wrapper:after,
  .ega-forum-poll-wrapper article:after {
    content: "";
    display: table;
    clear: both; }

.ega-forum-comments-topics-wrapper,
.ega-forum-poll-wrapper article {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.ega-forum-comments-topics-wrapper {
  padding-bottom: 40px; }

.section-forum .ega-one-column-content-wrapper,
.section-forum .ega-one-column-footer-wrapper,
.ega-forum-topic .ega-one-column-content-wrapper,
.ega-forum-topic .ega-one-column-footer-wrapper {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.section-forum .header-content-wrapper,
.section-forum .comments-wrapper,
.ega-forum-topic .header-content-wrapper,
.ega-forum-topic .comments-wrapper {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  *zoom: 1; }
  .section-forum .header-content-wrapper:after,
  .section-forum .comments-wrapper:after,
  .ega-forum-topic .header-content-wrapper:after,
  .ega-forum-topic .comments-wrapper:after {
    content: "";
    display: table;
    clear: both; }

.navigation-area,
.forum-topic-node-form {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  clear: both;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  *zoom: 1; }
  .navigation-area:after,
  .forum-topic-node-form:after {
    content: "";
    display: table;
    clear: both; }

.navigation-area {
  margin-top: 20px;
  margin-bottom: 10px; }

.section-forum .comment-form,
.section-comment .comment-form,
.section-members .comment-form {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  *zoom: 1; }
  .section-forum .comment-form:after,
  .section-comment .comment-form:after,
  .section-members .comment-form:after {
    content: "";
    display: table;
    clear: both; }

.header-content-outer-wrapper + div.posts-reply-bottom-wrapper,
.comments-wrapper + div.posts-reply-bottom-wrapper {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  float: none;
  *zoom: 1; }
  .header-content-outer-wrapper + div.posts-reply-bottom-wrapper:after,
  .comments-wrapper + div.posts-reply-bottom-wrapper:after {
    content: "";
    display: table;
    clear: both; }
  .header-content-outer-wrapper + div.posts-reply-bottom-wrapper .posts-bottom-wrapper,
  .header-content-outer-wrapper + div.posts-reply-bottom-wrapper .reply-bottom-wrapper,
  .comments-wrapper + div.posts-reply-bottom-wrapper .posts-bottom-wrapper,
  .comments-wrapper + div.posts-reply-bottom-wrapper .reply-bottom-wrapper {
    clear: both;
    float: right; }
  .header-content-outer-wrapper + div.posts-reply-bottom-wrapper .posts-bottom-wrapper,
  .comments-wrapper + div.posts-reply-bottom-wrapper .posts-bottom-wrapper {
    min-width: 140px; }

section#main > .comment {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 30px;
  *zoom: 1; }
  section#main > .comment:after {
    content: "";
    display: table;
    clear: both; }

@media all and (min-width: 768px) {
  .ega-forum-comments-topics-wrapper,
  .ega-forum-content-wrapper,
  .ega-forum-poll-wrapper article {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  .ega-forum-comments-topics-wrapper {
    padding-bottom: 25px; }
  .ega-forum-content-wrapper {
    padding-top: 25px; }
  .section-forum .header-content-wrapper,
  .section-forum .comments-wrapper,
  .ega-forum-topic .header-content-wrapper,
  .ega-forum-topic .comments-wrapper {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  .navigation-area,
  .forum-topic-node-form {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  .section-forum .comment-form,
  .section-comment .comment-form,
  .section-members .comment-form {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  .section-forum .posts-reply-bottom-wrapper {
    padding-right: 1.25rem;
    padding-left: 1.25rem; } }

@media all and (min-width: 940px) {
  .ega-forum-comments-topics-wrapper,
  .ega-forum-content-wrapper {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem; }
  .ega-forum-poll-wrapper article {
    padding-right: 15.625rem;
    padding-left: 2.1875rem; }
  .ega-forum-content-wrapper {
    padding-top: 35px; }
  .section-forum .header-content-wrapper,
  .section-forum .comments-wrapper,
  .ega-forum-topic .header-content-wrapper,
  .ega-forum-topic .comments-wrapper {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem; }
  .navigation-area,
  .forum-topic-node-form {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem; }
  .section-forum .comment-form,
  .section-comment .comment-form,
  .section-members .comment-form {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem; }
  .section-forum .posts-reply-bottom-wrapper {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem; }
  .header-content-outer-wrapper + div.posts-reply-bottom-wrapper .posts-bottom-wrapper,
  .comments-wrapper + div.posts-reply-bottom-wrapper .posts-bottom-wrapper {
    min-width: 170px; } }

.ega-forum-comments-topics-wrapper .ega-forum-comments-wrapper h2,
.ega-forum-comments-topics-wrapper .ega-forum-topics-wrapper h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: "Helvetica";
  font-size: 1.5rem; }

.ega-forum-comments-topics-wrapper .views-row {
  position: relative;
  width: 100%;
  min-height: 105px;
  margin-bottom: 10px;
  border: 1px solid #efefef;
  padding: 15px 2.8125rem 15px 0.9375rem;
  background-color: #fff; }

.ega-forum-comments-topics-wrapper .submission-date {
  display: inline-block;
  height: 22px;
  margin-bottom: 5px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  line-height: 22px;
  font-family: "Helvetica";
  font-size: 0.75rem;
  background-color: #e5e52d; }

.ega-forum-comments-topics-wrapper .node__content a,
.ega-forum-comments-topics-wrapper .node__content p,
.ega-forum-comments-topics-wrapper .comment__content a,
.ega-forum-comments-topics-wrapper .comment__content p {
  line-height: 1.5;
  font-family: "Helvetica";
  font-size: 0.875rem;
  color: #000; }

.ega-forum-comments-topics-wrapper .read-more-wrapper a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%; }
  .ega-forum-comments-topics-wrapper .read-more-wrapper a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0.9375rem;
    margin-top: -25px;
    background-image: url(../images/generated/spritesheet-1567005678655.png);
    background-position: -246px 0px;
    width: 11px;
    height: 50px;
    -webkit-transition: right 0.2s ease;
    -moz-transition: right 0.2s ease false;
    -o-transition: right 0.2s ease false;
    transition: right 0.2s ease; }

@media all and (min-width: 768px) {
  .ega-forum-comments-topics-outer-wrapper {
    background-color: #f7f7f7; }
  .ega-forum-comments-topics-wrapper .ega-forum-comments-wrapper,
  .ega-forum-comments-topics-wrapper .ega-forum-topics-wrapper {
    float: left;
    width: 50%; }
    .ega-forum-comments-topics-wrapper .ega-forum-comments-wrapper h2,
    .ega-forum-comments-topics-wrapper .ega-forum-topics-wrapper h2 {
      margin-top: 35px;
      font-size: 1.1875rem; }
  .ega-forum-comments-topics-wrapper .ega-forum-comments-wrapper {
    padding-right: 0.3125rem; }
  .ega-forum-comments-topics-wrapper .ega-forum-topics-wrapper {
    padding-left: 0.3125rem; }
  .ega-forum-comments-topics-wrapper .node__content,
  .ega-forum-comments-topics-wrapper .comment__content {
    max-height: 45px;
    overflow: hidden;
    padding-top: 5px; }
    .ega-forum-comments-topics-wrapper .node__content .editor-enabled,
    .ega-forum-comments-topics-wrapper .node__content a,
    .ega-forum-comments-topics-wrapper .node__content p,
    .ega-forum-comments-topics-wrapper .comment__content .editor-enabled,
    .ega-forum-comments-topics-wrapper .comment__content a,
    .ega-forum-comments-topics-wrapper .comment__content p {
      font-size: 0.6875rem; } }

@media all and (min-width: 940px) {
  .ega-forum-comments-topics-wrapper .ega-forum-comments-wrapper h2,
  .ega-forum-comments-topics-wrapper .ega-forum-topics-wrapper h2 {
    font-size: 1.5rem; }
  .ega-forum-comments-topics-wrapper .node__content .editor-enabled,
  .ega-forum-comments-topics-wrapper .node__content a,
  .ega-forum-comments-topics-wrapper .node__content p,
  .ega-forum-comments-topics-wrapper .comment__content .editor-enabled,
  .ega-forum-comments-topics-wrapper .comment__content a,
  .ega-forum-comments-topics-wrapper .comment__content p {
    font-size: 0.875rem; }
  .ega-forum-comments-topics-wrapper .read-more-wrapper a:hover:after {
    right: 0.625rem; } }

.ega-forum-poll-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0199fa; }
  .ega-forum-poll-wrapper article {
    position: relative;
    color: #fff; }
  .ega-forum-poll-wrapper .node__title,
  .ega-forum-poll-wrapper .form-item label {
    font-family: "Helvetica"; }
  .ega-forum-poll-wrapper .node__title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.25rem; }
    .ega-forum-poll-wrapper .node__title a {
      color: #fff; }
  .ega-forum-poll-wrapper .base-theme-form {
    padding-top: 0; }
  .ega-forum-poll-wrapper .poll-vote-form__choices {
    display: block;
    margin: 0;
    text-align: left; }
  .ega-forum-poll-wrapper .form-item {
    margin-bottom: 0;
    *zoom: 1; }
    .ega-forum-poll-wrapper .form-item:after {
      content: "";
      display: table;
      clear: both; }
  .ega-forum-poll-wrapper .form-type-radio {
    display: table;
    margin-bottom: 10px; }
    .ega-forum-poll-wrapper .form-type-radio label {
      display: table-cell;
      vertical-align: middle;
      padding-left: 15px;
      text-transform: uppercase;
      font-size: 0.875rem; }
  .ega-forum-poll-wrapper .ez-radio {
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent; }
    .ega-forum-poll-wrapper .ez-radio:before {
      display: none; }
    .ega-forum-poll-wrapper .ez-radio:after {
      width: 0;
      height: 0;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: width 0.3s false, height 0.3s false;
      -moz-transition: width 0.3s false false, height 0.3s false false;
      -o-transition: width 0.3s false false, height 0.3s false false;
      transition: width 0.3s, height 0.3s; }
    .ega-forum-poll-wrapper .ez-radio.ez-selected {
      border-color: #fff;
      background-color: #0199fa; }
      .ega-forum-poll-wrapper .ez-radio.ez-selected:after {
        width: 8px;
        height: 8px;
        right: 0;
        background-color: #fff; }
  .ega-forum-poll-wrapper .ez-radio {
    float: left; }
  .ega-forum-poll-wrapper .form-submit {
    overflow: visible;
    cursor: pointer;
    width: auto;
    height: 60px;
    margin-top: 20px;
    border: none;
    padding: 0 0.625rem 0 3.75rem;
    line-height: 60px;
    font-family: "Helvetica";
    font-size: 1rem;
    color: #424242;
    background: #e5e52d url("../images/vote.png") no-repeat scroll 8px center; }
  .ega-forum-poll-wrapper .poll-results {
    font-family: "Helvetica"; }
  .ega-forum-poll-wrapper .poll-bars {
    margin-bottom: 10px; }
  .ega-forum-poll-wrapper .poll-bars__bar {
    background-color: #021a4a; }
    .ega-forum-poll-wrapper .poll-bars__bar .foreground {
      background-color: #e5e52d; }
  .ega-forum-poll-wrapper .poll-results__total {
    text-align: left;
    text-transform: uppercase; }

@media all and (min-width: 940px) {
  .ega-forum-poll-wrapper {
    padding-top: 30px;
    padding-bottom: 30px; }
    .ega-forum-poll-wrapper .node__title {
      font-size: 1.5rem; }
    .ega-forum-poll-wrapper .form-submit {
      position: absolute;
      top: 50%;
      right: 2.1875rem;
      width: 140px;
      height: auto;
      margin-top: -70px;
      padding: 100px 45px 25px 45px;
      line-height: 1.2;
      text-transform: uppercase;
      background-position: center 35px; }
      .ega-forum-poll-wrapper .form-submit:hover {
        background-color: #f0f041; }
    .ega-forum-poll-wrapper .poll-cancel-form .form-submit {
      padding-right: 1.25rem;
      padding-left: 1.25rem;
      white-space: initial; } }

.section-forum .header-content-wrapper,
.ega-forum-topic .header-content-wrapper {
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 85px; }

.section-forum .header-wrapper,
.section-forum .content-wrapper,
.ega-forum-topic .header-wrapper,
.ega-forum-topic .content-wrapper {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.section-forum .header-wrapper,
.ega-forum-topic .header-wrapper {
  margin-bottom: 30px; }
  .section-forum .header-wrapper .submission-wrapper,
  .ega-forum-topic .header-wrapper .submission-wrapper {
    margin-top: 10px;
    margin-bottom: 20px; }
    .section-forum .header-wrapper .submission-wrapper a,
    .section-forum .header-wrapper .submission-wrapper .submission-date,
    .ega-forum-topic .header-wrapper .submission-wrapper a,
    .ega-forum-topic .header-wrapper .submission-wrapper .submission-date {
      font-size: 0.875rem; }
    .section-forum .header-wrapper .submission-wrapper a,
    .ega-forum-topic .header-wrapper .submission-wrapper a {
      font-family: "Helvetica";
      color: #0199fa; }
    .section-forum .header-wrapper .submission-wrapper .submission-date,
    .ega-forum-topic .header-wrapper .submission-wrapper .submission-date {
      font-family: "Helvetica"; }

.section-forum .posts-reply-top-wrapper,
.ega-forum-topic .posts-reply-top-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  border-top: 1px solid #dfe1e3;
  padding-left: 0.625rem; }

.section-forum .posts-reply-bottom-wrapper,
.ega-forum-topic .posts-reply-bottom-wrapper {
  display: none; }

.section-forum .posts-top-wrapper,
.section-forum .posts-bottom-wrapper,
.ega-forum-topic .posts-top-wrapper,
.ega-forum-topic .posts-bottom-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 0.875rem;
  font-family: "Helvetica"; }

.section-forum .reply-top-wrapper a,
.section-forum .reply-bottom-wrapper a,
.ega-forum-topic .reply-top-wrapper a,
.ega-forum-topic .reply-bottom-wrapper a {
  z-index: 0;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #0199fa;
  -webkit-transition: color 0.25s false;
  -moz-transition: color 0.25s false false;
  -o-transition: color 0.25s false false;
  transition: color 0.25s;
  height: 45px;
  line-height: 45px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  font-size: 0.875rem;
  padding-right: 3.4375rem;
  padding-left: 3.4375rem;
  font-family: "Helvetica"; }
  .section-forum .reply-top-wrapper a:before,
  .section-forum .reply-bottom-wrapper a:before,
  .ega-forum-topic .reply-top-wrapper a:before,
  .ega-forum-topic .reply-bottom-wrapper a:before {
    content: '';
    z-index: -1;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400%;
    height: 0;
    background-color: #0084d8;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -moz-transform 0.3s ease-in-out false;
    -o-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -o-transform 0.3s ease-in-out false;
    transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out; }
  @media all and (min-width: 940px) {
    .section-forum .reply-top-wrapper a:hover:before,
    .section-forum .reply-bottom-wrapper a:hover:before,
    .ega-forum-topic .reply-top-wrapper a:hover:before,
    .ega-forum-topic .reply-bottom-wrapper a:hover:before {
      opacity: 1;
      height: 800%; } }
  @media all and (min-width: 940px) {
    .section-forum .reply-top-wrapper a,
    .section-forum .reply-bottom-wrapper a,
    .ega-forum-topic .reply-top-wrapper a,
    .ega-forum-topic .reply-bottom-wrapper a {
      height: 55px;
      line-height: 55px;
      padding-right: 1.5625rem;
      padding-left: 1.5625rem;
      font-size: 1.125rem; } }

.section-forum .title-wrapper,
.ega-forum-topic .title-wrapper {
  text-transform: uppercase;
  font-family: "Helvetica";
  font-size: 1.5rem; }
  .section-forum .title-wrapper a,
  .ega-forum-topic .title-wrapper a {
    color: #000; }

.section-forum .author-image,
.ega-forum-topic .author-image {
  display: none; }

.section-forum .content-wrapper p,
.ega-forum-topic .content-wrapper p {
  line-height: 21px;
  font-family: "Helvetica";
  font-size: 0.875rem; }

.section-forum .ega-forum-topic-teaser {
  border-bottom: 3px solid #0199fa; }

.navigation-area .user-navigation {
  z-index: 0;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #0199fa;
  -webkit-transition: color 0.25s false;
  -moz-transition: color 0.25s false false;
  -o-transition: color 0.25s false false;
  transition: color 0.25s;
  height: 45px;
  line-height: 45px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  font-size: 0.875rem;
  font-family: "Helvetica";
  font-size: 0.875rem; }
  .navigation-area .user-navigation:before {
    content: '';
    z-index: -1;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400%;
    height: 0;
    background-color: #0084d8;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -moz-transform 0.3s ease-in-out false;
    -o-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -o-transform 0.3s ease-in-out false;
    transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out; }
  @media all and (min-width: 940px) {
    .navigation-area .user-navigation:hover:before {
      opacity: 1;
      height: 800%; } }
  @media all and (min-width: 940px) {
    .navigation-area .user-navigation {
      height: 55px;
      line-height: 55px;
      padding-right: 1.5625rem;
      padding-left: 1.5625rem;
      font-size: 1.125rem; } }

.forum-topic-node-form {
  margin-top: 30px; }
  .forum-topic-node-form .form-type-textfield {
    margin-top: 20px; }
  .forum-topic-node-form .form-text {
    width: 100%;
    border: 2px solid #ececec;
    padding-left: 0.625rem;
    font-family: "Helvetica"; }
  .forum-topic-node-form .form-submit {
    overflow: visible;
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
    margin-right: 0.625rem;
    border: none;
    height: 45px;
    line-height: 45px;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    text-align: center;
    text-transform: uppercase;
    font-family: "Helvetica";
    font-size: 0.875rem;
    color: #fff;
    background-color: #0199fa;
    -webkit-transition: background-color 0.25s false;
    -moz-transition: background-color 0.25s false false;
    -o-transition: background-color 0.25s false false;
    transition: background-color 0.25s; }

@media all and (min-width: 768px) {
  .section-forum .header-content-wrapper,
  .ega-forum-topic .header-content-wrapper {
    min-height: 140px;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0.625rem;
    padding-bottom: 0;
    padding-left: 9.375rem; }
  .section-forum .header-wrapper,
  .ega-forum-topic .header-wrapper {
    margin-top: 25px;
    margin-bottom: 0; }
    .section-forum .header-wrapper .submission-wrapper,
    .ega-forum-topic .header-wrapper .submission-wrapper {
      display: block;
      width: 60%;
      float: left; }
      .section-forum .header-wrapper .submission-wrapper a,
      .section-forum .header-wrapper .submission-wrapper .submission-date,
      .ega-forum-topic .header-wrapper .submission-wrapper a,
      .ega-forum-topic .header-wrapper .submission-wrapper .submission-date {
        font-size: 0.75rem; }
      .section-forum .header-wrapper .submission-wrapper .submission-date,
      .ega-forum-topic .header-wrapper .submission-wrapper .submission-date {
        font-family: "Helvetica"; }
  .section-forum .header-wrapper,
  .section-forum .content-wrapper,
  .ega-forum-topic .header-wrapper,
  .ega-forum-topic .content-wrapper {
    padding-right: 0;
    padding-left: 0;
    *zoom: 1; }
    .section-forum .header-wrapper:after,
    .section-forum .content-wrapper:after,
    .ega-forum-topic .header-wrapper:after,
    .ega-forum-topic .content-wrapper:after {
      content: "";
      display: table;
      clear: both; }
  .section-forum .content-wrapper p,
  .ega-forum-topic .content-wrapper p {
    margin-bottom: 30px;
    line-height: 16px;
    font-size: 0.8125rem; }
  .section-forum .author-image,
  .ega-forum-topic .author-image {
    display: block;
    position: absolute;
    top: 25px;
    left: 0; }
    .section-forum .author-image img,
    .ega-forum-topic .author-image img {
      width: 110px; }
  .section-forum .posts-reply-top-wrapper,
  .section-forum .posts-reply-bottom-wrapper,
  .ega-forum-topic .posts-reply-top-wrapper,
  .ega-forum-topic .posts-reply-bottom-wrapper {
    display: block; }
  .section-forum .posts-top-wrapper,
  .section-forum .posts-bottom-wrapper,
  .ega-forum-topic .posts-top-wrapper,
  .ega-forum-topic .posts-bottom-wrapper {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 0.75rem; }
  .section-forum .reply-top-wrapper a,
  .section-forum .reply-bottom-wrapper a,
  .ega-forum-topic .reply-top-wrapper a,
  .ega-forum-topic .reply-bottom-wrapper a {
    height: 40px;
    line-height: 40px;
    padding-right: 3.125rem;
    padding-left: 3.125rem;
    font-size: 0.75rem; }
  .section-forum .posts-reply-top-wrapper,
  .ega-forum-topic .posts-reply-top-wrapper {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    border-top: none;
    padding-left: 0; }
  .section-forum .posts-reply-bottom-wrapper,
  .ega-forum-topic .posts-reply-bottom-wrapper {
    float: right;
    margin-top: 10px;
    margin-bottom: 20px; }
  .section-forum .title-wrapper,
  .ega-forum-topic .title-wrapper {
    float: left;
    width: 75%;
    margin-top: 25px;
    font-size: 1.125rem; } }

@media all and (min-width: 940px) {
  .section-forum .header-content-wrapper,
  .ega-forum-topic .header-content-wrapper {
    min-height: 230px;
    padding-left: 11.875rem; }
  .section-forum .header-wrapper .submission-wrapper a,
  .section-forum .header-wrapper .submission-wrapper .submission-date,
  .ega-forum-topic .header-wrapper .submission-wrapper a,
  .ega-forum-topic .header-wrapper .submission-wrapper .submission-date {
    font-size: 0.875rem; }
  .section-forum .title-wrapper,
  .ega-forum-topic .title-wrapper {
    font-size: 1.5rem; }
  .section-forum .content-wrapper p,
  .ega-forum-topic .content-wrapper p {
    line-height: 21px;
    font-size: 0.875rem; }
  .section-forum .author-image img,
  .ega-forum-topic .author-image img {
    width: 140px; }
  .section-forum .posts-reply-top-wrapper .posts-top-wrapper,
  .section-forum .posts-reply-top-wrapper .posts-bottom-wrapper,
  .section-forum .posts-reply-bottom-wrapper .posts-top-wrapper,
  .section-forum .posts-reply-bottom-wrapper .posts-bottom-wrapper,
  .ega-forum-topic .posts-reply-top-wrapper .posts-top-wrapper,
  .ega-forum-topic .posts-reply-top-wrapper .posts-bottom-wrapper,
  .ega-forum-topic .posts-reply-bottom-wrapper .posts-top-wrapper,
  .ega-forum-topic .posts-reply-bottom-wrapper .posts-bottom-wrapper {
    font-size: 0.875rem; }
  .section-forum .posts-reply-top-wrapper .reply-top-wrapper a,
  .section-forum .posts-reply-top-wrapper .reply-bottom-wrapper a,
  .section-forum .posts-reply-bottom-wrapper .reply-top-wrapper a,
  .section-forum .posts-reply-bottom-wrapper .reply-bottom-wrapper a,
  .ega-forum-topic .posts-reply-top-wrapper .reply-top-wrapper a,
  .ega-forum-topic .posts-reply-top-wrapper .reply-bottom-wrapper a,
  .ega-forum-topic .posts-reply-bottom-wrapper .reply-top-wrapper a,
  .ega-forum-topic .posts-reply-bottom-wrapper .reply-bottom-wrapper a {
    height: 55px;
    line-height: 55px;
    padding-right: 3.75rem;
    padding-left: 3.75rem;
    font-size: 0.875rem; }
  .section-forum .posts-reply-bottom-wrapper,
  .ega-forum-topic .posts-reply-bottom-wrapper {
    margin-top: 15px; }
  .navigation-area .user-navigation {
    font-size: 0.875rem; }
  .forum-topic-node-form .form-submit {
    height: 55px;
    line-height: 55px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem; }
    .forum-topic-node-form .form-submit:hover {
      background-color: #0084d8; } }

#handicapping-sponsor .sponsor {
  width: 100%;
  height: 260px; }

#handicapping-sponsor .cover-image {
  height: 100%; }

#handicapping-sponsor .handicap {
  padding: 25px 1.5625rem; }

#handicapping-sponsor .skew-overlay {
  background-color: #e5e52d; }

#handicapping-sponsor h2 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 2.4375rem; }

#handicapping-sponsor .description {
  margin-bottom: 20px; }
  #handicapping-sponsor .description p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.1; }

#handicapping-sponsor .show-more {
  z-index: 0;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #0199fa;
  -webkit-transition: color 0.25s false;
  -moz-transition: color 0.25s false false;
  -o-transition: color 0.25s false false;
  transition: color 0.25s;
  background-color: #c8c809;
  height: 45px;
  line-height: 45px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  font-size: 0.875rem;
  margin-top: 10px;
  font-family: "Helvetica"; }
  #handicapping-sponsor .show-more:before {
    content: '';
    z-index: -1;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400%;
    height: 0;
    background-color: #0084d8;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -moz-transform 0.3s ease-in-out false;
    -o-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -o-transform 0.3s ease-in-out false;
    transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out; }
  @media all and (min-width: 940px) {
    #handicapping-sponsor .show-more:hover:before {
      opacity: 1;
      height: 800%; } }
  #handicapping-sponsor .show-more:before {
    background-color: #b2b203; }
  @media all and (min-width: 940px) {
    #handicapping-sponsor .show-more {
      height: 55px;
      line-height: 55px;
      padding-right: 1.5625rem;
      padding-left: 1.5625rem;
      font-size: 1.125rem; } }
  #handicapping-sponsor .show-more:after {
    content: '';
    display: inline-block;
    margin-left: 15px;
    background-image: url(../images/generated/spritesheet-1567005678655.png);
    background-position: -197px -145px;
    width: 22px;
    height: 11px; }

@media (min-width: 768px) {
  #handicapping-sponsor {
    overflow: hidden;
    height: 380px;
    position: relative;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.2s false;
    -moz-transition: opacity 0.2s false false;
    -o-transition: opacity 0.2s false false;
    transition: opacity 0.2s; }
    #handicapping-sponsor.loaded {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
    #handicapping-sponsor, #handicapping-sponsor a {
      color: #fff; }
    #handicapping-sponsor .date-and-category,
    #handicapping-sponsor .node-teaser-title,
    #handicapping-sponsor .node-highlighted-title,
    #handicapping-sponsor .title,
    #handicapping-sponsor .node-title,
    #handicapping-sponsor .country,
    #handicapping-sponsor .short,
    #handicapping-sponsor .countdown,
    #handicapping-sponsor .handicap h2,
    #handicapping-sponsor .description {
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); }
    #handicapping-sponsor .skew-overlay {
      background-color: rgba(0, 17, 50, 0.4);
      position: relative;
      z-index: 3;
      left: 0;
      top: 0;
      bottom: 0;
      height: 100%; }
      #handicapping-sponsor .skew-overlay .triangle {
        position: absolute;
        z-index: 0;
        left: 100%;
        top: 0;
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-top-style: solid;
        border-top-color: rgba(0, 17, 50, 0.4);
        border-right-style: solid;
        border-right-color: transparent; }
      #handicapping-sponsor .skew-overlay .content {
        position: relative;
        z-index: 1;
        height: 100%;
        width: 100%; }
    #handicapping-sponsor .sponsor {
      display: block;
      position: absolute;
      z-index: 1;
      right: 0;
      top: 0;
      bottom: 0; }
    #handicapping-sponsor h2 {
      font-size: 3rem; }
    #handicapping-sponsor .sponsor {
      height: auto; }
    #handicapping-sponsor .handicap {
      float: none;
      display: table-cell;
      height: 380px;
      padding-right: 0;
      vertical-align: middle; } }

@media (min-width: 940px) {
  #handicapping-sponsor .description {
    font-size: 1.25rem; }
  #handicapping-sponsor .skew-overlay .content {
    position: absolute;
    right: 0;
    width: auto; }
  #handicapping-sponsor .handicap {
    padding-left: 0.3125rem; }
  #handicapping-sponsor .show-more {
    font-size: 0.875rem; } }

#main-header {
  z-index: 5;
  border-bottom: 1px solid #ececec;
  position: relative; }
  #main-header .header-left {
    height: 70px;
    padding-left: 13px; }
  #main-header .header-right .menu-top-info-menu {
    display: none; }
  #main-header .header-right .pane-menu-block-6 .contextual-links-wrapper {
    display: none !important; }
  #main-header .header-right .user-menu-wrapper {
    background-color: #f7f7f7; }

@media (min-width: 768px) {
  #main-header .header-left {
    height: 107px; } }

@media (min-width: 940px) {
  #main-header {
    height: 147px;
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    *zoom: 1; }
    #main-header:after {
      content: "";
      display: table;
      clear: both; }
    #main-header .header-left {
      width: 25%;
      clear: right;
      float: left;
      margin-left: 0%;
      margin-right: 0%;
      padding-left: 0.3125rem;
      height: 100%; }
    #main-header .header-right {
      position: relative;
      height: 100%;
      width: 75%;
      clear: right;
      float: left;
      margin-left: 0%;
      margin-right: 0%;
      *zoom: 1; }
      #main-header .header-right:after {
        content: "";
        display: table;
        clear: both; }
      #main-header .header-right .menu-top-info-menu {
        display: block; }
      #main-header .header-right .user-menu-wrapper {
        background-color: transparent; }
      #main-header .header-right .pane-menu-block-6 .contextual-links-wrapper {
        display: block !important; }
    #main-header .menu-top-info-menu,
    #main-header .user-menu-wrapper {
      position: absolute;
      right: 110px; }
    #main-header .menu-top-info-menu {
      z-index: 3;
      top: 10px; }
    #main-header .user-menu-wrapper {
      z-index: 2;
      top: 47px; } }

@media (min-width: 1280px) {
  #main-header .menu-top-info-menu,
  #main-header .user-menu-wrapper {
    right: 0; } }

@media (min-width: 940px) {
  #main-header .menu-top-info-menu ul,
  #main-header .menu-top-info-menu ol {
    font-family: "Helvetica"; }
    #main-header .menu-top-info-menu ul,
    #main-header .menu-top-info-menu ul li,
    #main-header .menu-top-info-menu ol,
    #main-header .menu-top-info-menu ol li {
      margin: 0;
      padding: 0;
      list-style: none; }
    #main-header .menu-top-info-menu ul li,
    #main-header .menu-top-info-menu ol li {
      display: block; }
  #main-header .menu-top-info-menu .menu {
    margin-right: -2px;
    *zoom: 1; }
    #main-header .menu-top-info-menu .menu:after {
      content: "";
      display: table;
      clear: both; }
    #main-header .menu-top-info-menu .menu li {
      float: left;
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
    #main-header .menu-top-info-menu .menu a {
      font-size: 0.8125rem;
      font-family: "Helvetica";
      color: #595959;
      z-index: 1;
      position: relative;
      display: inline-block;
      padding: 5px 0.3125rem; }
      #main-header .menu-top-info-menu .menu a:before, #main-header .menu-top-info-menu .menu a:after {
        z-index: 2;
        content: '';
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 100%;
        height: 1px;
        background-color: #595959;
        -webkit-transition: opacity 0.25s ease, top 0.3s ease;
        -moz-transition: opacity 0.25s ease false, top 0.3s ease false;
        -o-transition: opacity 0.25s ease false, top 0.3s ease false;
        transition: opacity 0.25s ease, top 0.3s ease; }
      #main-header .menu-top-info-menu .menu a:hover:before, #main-header .menu-top-info-menu .menu a:hover:after {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.5; }
      #main-header .menu-top-info-menu .menu a:hover:before {
        top: 0; }
      #main-header .menu-top-info-menu .menu a:hover:after {
        top: 100%; } }

#main-header .header-left > a {
  position: relative;
  display: block;
  height: 100%;
  width: 9.0625rem; }
  #main-header .header-left > a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    right: auto;
    max-width: 160px;
    max-height: 90%; }

@media (min-width: 940px) {
  #main-header .header-left > a {
    width: 14.375rem; } }

#main-header .main-menu-wrapper {
  left: 0;
  right: 0;
  top: 0;
  position: absolute; }
  #main-header .main-menu-wrapper ul,
  #main-header .main-menu-wrapper ol {
    font-family: "Helvetica"; }
    #main-header .main-menu-wrapper ul,
    #main-header .main-menu-wrapper ul li,
    #main-header .main-menu-wrapper ol,
    #main-header .main-menu-wrapper ol li {
      margin: 0;
      padding: 0;
      list-style: none; }
    #main-header .main-menu-wrapper ul li,
    #main-header .main-menu-wrapper ol li {
      display: block; }
  #main-header .main-menu-wrapper .main-menu-opener {
    cursor: pointer; }
  #main-header .main-menu-wrapper .main-menu {
    position: absolute;
    top: 69px;
    left: 0;
    right: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.3s 0s;
    -webkit-transition-delay: linear;
    -moz-transition: height 0.3s 0s linear;
    -o-transition: height 0.3s 0s linear;
    transition: height 0.3s 0s linear; }
    #main-header .main-menu-wrapper .main-menu.opened {
      -webkit-transition: height 0.3s 0.3s;
      -webkit-transition-delay: linear;
      -moz-transition: height 0.3s 0.3s linear;
      -o-transition: height 0.3s 0.3s linear;
      transition: height 0.3s 0.3s linear; }
      #main-header .main-menu-wrapper .main-menu.opened.multi-level-action {
        -webkit-transition: height 0.3s 0s;
        -webkit-transition-delay: linear;
        -moz-transition: height 0.3s 0s linear;
        -o-transition: height 0.3s 0s linear;
        transition: height 0.3s 0s linear; }
  #main-header .main-menu-wrapper .main-menu-opener {
    display: block;
    background-color: #f7f7f7;
    width: 69px;
    height: 69px;
    position: absolute;
    right: 0;
    top: 0; }
    #main-header .main-menu-wrapper .main-menu-opener .hover {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      right: 0;
      height: 0;
      background-color: #0199fa;
      display: block;
      -webkit-transition: height 0.3s 0.3s;
      -webkit-transition-delay: linear;
      -moz-transition: height 0.3s 0.3s linear;
      -o-transition: height 0.3s 0.3s linear;
      transition: height 0.3s 0.3s linear; }
    #main-header .main-menu-wrapper .main-menu-opener:after, #main-header .main-menu-wrapper .main-menu-opener:before,
    #main-header .main-menu-wrapper .main-menu-opener .line {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      height: 3px;
      background-color: #000;
      overflow: hidden;
      margin: auto;
      width: 25px;
      z-index: 2;
      -webkit-transition: all 0.3s 0.3s;
      -webkit-transition-delay: linear;
      -moz-transition: all 0.3s 0.3s linear;
      -o-transition: all 0.3s 0.3s linear;
      transition: all 0.3s 0.3s linear; }
    #main-header .main-menu-wrapper .main-menu-opener:before {
      top: 26px; }
    #main-header .main-menu-wrapper .main-menu-opener .line {
      top: 32px; }
    #main-header .main-menu-wrapper .main-menu-opener:after {
      top: 38px; }
    #main-header .main-menu-wrapper .main-menu-opener.opened .hover {
      height: 100%;
      -webkit-transition: height 0.3s 0s;
      -webkit-transition-delay: linear;
      -moz-transition: height 0.3s 0s linear;
      -o-transition: height 0.3s 0s linear;
      transition: height 0.3s 0s linear; }
    #main-header .main-menu-wrapper .main-menu-opener.opened:before, #main-header .main-menu-wrapper .main-menu-opener.opened:after,
    #main-header .main-menu-wrapper .main-menu-opener.opened .line {
      background-color: #fff;
      -webkit-transition: all 0.3s 0s;
      -webkit-transition-delay: linear;
      -moz-transition: all 0.3s 0s linear;
      -o-transition: all 0.3s 0s linear;
      transition: all 0.3s 0s linear; }
    #main-header .main-menu-wrapper .main-menu-opener.opened:before, #main-header .main-menu-wrapper .main-menu-opener.opened:after {
      width: 32px; }
    #main-header .main-menu-wrapper .main-menu-opener.opened:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 32px; }
    #main-header .main-menu-wrapper .main-menu-opener.opened .line {
      width: 0; }
    #main-header .main-menu-wrapper .main-menu-opener.opened:after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 32px; }
  #main-header .main-menu-wrapper .main-menu {
    background-color: #0199fa; }
    #main-header .main-menu-wrapper .main-menu > .menu > li {
      z-index: 2;
      border-top: 1px solid #29a6f5;
      position: relative; }
      #main-header .main-menu-wrapper .main-menu > .menu > li > a {
        cursor: pointer; }
      #main-header .main-menu-wrapper .main-menu > .menu > li > .menu {
        position: absolute;
        top: auto;
        left: auto;
        right: auto;
        height: 0;
        overflow: hidden;
        -webkit-transition: height 0.3s 0s;
        -webkit-transition-delay: linear;
        -moz-transition: height 0.3s 0s linear;
        -o-transition: height 0.3s 0s linear;
        transition: height 0.3s 0s linear; }
        #main-header .main-menu-wrapper .main-menu > .menu > li > .menu.opened {
          -webkit-transition: height 0.3s 0.3s;
          -webkit-transition-delay: linear;
          -moz-transition: height 0.3s 0.3s linear;
          -o-transition: height 0.3s 0.3s linear;
          transition: height 0.3s 0.3s linear; }
          #main-header .main-menu-wrapper .main-menu > .menu > li > .menu.opened.multi-level-action {
            -webkit-transition: height 0.3s 0s;
            -webkit-transition-delay: linear;
            -moz-transition: height 0.3s 0s linear;
            -o-transition: height 0.3s 0s linear;
            transition: height 0.3s 0s linear; }
      #main-header .main-menu-wrapper .main-menu > .menu > li.first {
        border-top: none; }
      #main-header .main-menu-wrapper .main-menu > .menu > li.expanded > a .content,
      #main-header .main-menu-wrapper .main-menu > .menu > li.expanded > .nolink .content {
        display: block; }
        #main-header .main-menu-wrapper .main-menu > .menu > li.expanded > a .content:after,
        #main-header .main-menu-wrapper .main-menu > .menu > li.expanded > .nolink .content:after {
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          display: block;
          font-size: 0.875rem;
          font-family: FontAwesome;
          font-weight: normal;
          font-style: normal;
          text-decoration: inherit;
          -webkit-font-smoothing: antialiased;
          *margin-right: .3em;
          content: "";
          -webkit-transition: -webkit-transform 0.2s false;
          -webkit-transition-delay: 0s;
          -moz-transition: -moz-transform 0.2s false 0s;
          -o-transition: -o-transform 0.2s false 0s;
          transition: transform 0.2s 0s; }
      #main-header .main-menu-wrapper .main-menu > .menu > li.expanded > a.opened .content:after,
      #main-header .main-menu-wrapper .main-menu > .menu > li.expanded > .nolink.opened .content:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: -webkit-transform 0.2s false;
        -webkit-transition-delay: 0.3s;
        -moz-transition: -moz-transform 0.2s false 0.3s;
        -o-transition: -o-transform 0.2s false 0.3s;
        transition: transform 0.2s 0.3s; }
      #main-header .main-menu-wrapper .main-menu > .menu > li a,
      #main-header .main-menu-wrapper .main-menu > .menu > li .nolink {
        cursor: pointer;
        display: block;
        height: auto;
        text-align: left;
        text-transform: uppercase;
        font-size: 0.75rem;
        background-color: transparent;
        color: #fff;
        padding-left: 1.875rem;
        padding-right: 1.875rem;
        -webkit-transition: color 0.3s false;
        -moz-transition: color 0.3s false false;
        -o-transition: color 0.3s false false;
        transition: color 0.3s;
        font-family: "Helvetica";
        padding-top: 15px;
        padding-bottom: 15px; }
        #main-header .main-menu-wrapper .main-menu > .menu > li a .hover,
        #main-header .main-menu-wrapper .main-menu > .menu > li .nolink .hover {
          position: absolute; }
        #main-header .main-menu-wrapper .main-menu > .menu > li a .content,
        #main-header .main-menu-wrapper .main-menu > .menu > li .nolink .content {
          position: relative;
          z-index: 2; }
          #main-header .main-menu-wrapper .main-menu > .menu > li a .content:before,
          #main-header .main-menu-wrapper .main-menu > .menu > li .nolink .content:before {
            display: inline-block;
            margin-right: 0.625rem; }
          #main-header .main-menu-wrapper .main-menu > .menu > li a .content:after,
          #main-header .main-menu-wrapper .main-menu > .menu > li .nolink .content:after {
            display: inline-block;
            margin-left: 0.625rem; }
        #main-header .main-menu-wrapper .main-menu > .menu > li a.hover-effect, #main-header .main-menu-wrapper .main-menu > .menu > li a.opened,
        #main-header .main-menu-wrapper .main-menu > .menu > li .nolink.hover-effect,
        #main-header .main-menu-wrapper .main-menu > .menu > li .nolink.opened {
          color: #fff; }
      #main-header .main-menu-wrapper .main-menu > .menu > li .nolink {
        cursor: default; }
      #main-header .main-menu-wrapper .main-menu > .menu > li > .menu {
        position: relative; }
        #main-header .main-menu-wrapper .main-menu > .menu > li > .menu > li {
          z-index: 3;
          border-top: 1px solid #1778b7; }
          #main-header .main-menu-wrapper .main-menu > .menu > li > .menu > li.first {
            border-top: none; }
          #main-header .main-menu-wrapper .main-menu > .menu > li > .menu > li > a,
          #main-header .main-menu-wrapper .main-menu > .menu > li > .menu > li .nolink {
            color: #61c1fe;
            background-color: #126da8;
            padding-left: 3.125rem;
            padding-right: 3.125rem; }
            #main-header .main-menu-wrapper .main-menu > .menu > li > .menu > li > a.hover-effect, #main-header .main-menu-wrapper .main-menu > .menu > li > .menu > li > a.opened,
            #main-header .main-menu-wrapper .main-menu > .menu > li > .menu > li .nolink.hover-effect,
            #main-header .main-menu-wrapper .main-menu > .menu > li > .menu > li .nolink.opened {
              color: #61c1fe; }

@media (min-width: 768px) {
  #main-header .main-menu-wrapper .main-menu-opener {
    width: 106px;
    height: 106px;
    right: 0; }
    #main-header .main-menu-wrapper .main-menu-opener:before {
      top: 48px; }
    #main-header .main-menu-wrapper .main-menu-opener .line {
      top: 54px; }
    #main-header .main-menu-wrapper .main-menu-opener:after {
      top: 60px; }
    #main-header .main-menu-wrapper .main-menu-opener.opened:before {
      top: 52px; }
    #main-header .main-menu-wrapper .main-menu-opener.opened:after {
      top: 52px; }
  #main-header .main-menu-wrapper .main-menu {
    top: 106px; } }

@media (min-width: 940px) {
  #main-header .main-menu-wrapper {
    display: none; } }

#main-header #rolex-watch {
  width: 70px;
  height: 70px;
  position: absolute;
  top: -3px;
  right: 150px; }
  #main-header #rolex-watch iframe {
    width: 70px;
    height: 70px;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    scroll: none; }

@media (min-width: 512px) {
  #main-header #rolex-watch {
    margin: 0;
    position: absolute;
    top: 0;
    right: 143px; } }

@media (min-width: 768px) {
  #main-header #rolex-watch {
    right: 217px;
    top: 18.5px; } }

@media (min-width: 940px) {
  #main-header #rolex-watch {
    width: 100px;
    height: 100px;
    right: 0;
    top: 23.5px; }
    #main-header #rolex-watch iframe {
      width: 100px;
      height: 100px; } }

@media (min-width: 1280px) {
  #main-header #rolex-watch {
    right: -130px; } }

#main-header .header-search-wrapper {
  left: 0;
  right: 0;
  top: 0;
  position: absolute; }
  #main-header .header-search-wrapper ul,
  #main-header .header-search-wrapper ol {
    font-family: "Helvetica"; }
    #main-header .header-search-wrapper ul,
    #main-header .header-search-wrapper ul li,
    #main-header .header-search-wrapper ol,
    #main-header .header-search-wrapper ol li {
      margin: 0;
      padding: 0;
      list-style: none; }
    #main-header .header-search-wrapper ul li,
    #main-header .header-search-wrapper ol li {
      display: block; }
  #main-header .header-search-wrapper .search-opener {
    cursor: pointer; }
  #main-header .header-search-wrapper #views-exposed-form-search-search-pane {
    position: absolute;
    top: 69px;
    left: 0;
    right: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.3s 0s;
    -webkit-transition-delay: linear;
    -moz-transition: height 0.3s 0s linear;
    -o-transition: height 0.3s 0s linear;
    transition: height 0.3s 0s linear; }
    #main-header .header-search-wrapper #views-exposed-form-search-search-pane.opened {
      -webkit-transition: height 0.3s 0.3s;
      -webkit-transition-delay: linear;
      -moz-transition: height 0.3s 0.3s linear;
      -o-transition: height 0.3s 0.3s linear;
      transition: height 0.3s 0.3s linear; }
      #main-header .header-search-wrapper #views-exposed-form-search-search-pane.opened.multi-level-action {
        -webkit-transition: height 0.3s 0s;
        -webkit-transition-delay: linear;
        -moz-transition: height 0.3s 0s linear;
        -o-transition: height 0.3s 0s linear;
        transition: height 0.3s 0s linear; }
  #main-header .header-search-wrapper .search-opener {
    display: block;
    background-color: #f7f7f7;
    width: 69px;
    height: 69px;
    position: absolute;
    right: 69px;
    top: 0; }
    #main-header .header-search-wrapper .search-opener .hover {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      right: 0;
      height: 0;
      background-color: #0199fa;
      display: block;
      -webkit-transition: height 0.3s 0.3s;
      -webkit-transition-delay: linear;
      -moz-transition: height 0.3s 0.3s linear;
      -o-transition: height 0.3s 0.3s linear;
      transition: height 0.3s 0.3s linear; }
    #main-header .header-search-wrapper .search-opener:after, #main-header .header-search-wrapper .search-opener:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      content: '';
      display: block;
      z-index: 3;
      -webkit-transition: opacity 0.3s 0.3s;
      -webkit-transition-delay: linear;
      -moz-transition: opacity 0.3s 0.3s linear;
      -o-transition: opacity 0.3s 0.3s linear;
      transition: opacity 0.3s 0.3s linear; }
    #main-header .header-search-wrapper .search-opener:after {
      background-image: url(../images/generated/spritesheet-1567005678655.png);
      background-position: -63px -181px;
      width: 19px;
      height: 19px; }
    #main-header .header-search-wrapper .search-opener:before {
      background-image: url(../images/generated/spritesheet-1567005678655.png);
      background-position: -39px -181px;
      width: 19px;
      height: 19px;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }
    #main-header .header-search-wrapper .search-opener.opened .hover {
      height: 100%;
      -webkit-transition: height 0.3s 0s;
      -webkit-transition-delay: linear;
      -moz-transition: height 0.3s 0s linear;
      -o-transition: height 0.3s 0s linear;
      transition: height 0.3s 0s linear; }
    #main-header .header-search-wrapper .search-opener.opened:after, #main-header .header-search-wrapper .search-opener.opened:before {
      -webkit-transition: opacity 0.3s 0s;
      -webkit-transition-delay: linear;
      -moz-transition: opacity 0.3s 0s linear;
      -o-transition: opacity 0.3s 0s linear;
      transition: opacity 0.3s 0s linear; }
    #main-header .header-search-wrapper .search-opener.opened:before {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
    #main-header .header-search-wrapper .search-opener.opened:after {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }
  #main-header .header-search-wrapper #views-exposed-form-search-search-pane {
    background-color: #0199fa;
    -webkit-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25);
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25);
    padding-top: 0;
    pointer-events: none; }
    #main-header .header-search-wrapper #views-exposed-form-search-search-pane .form-item {
      margin-bottom: 0;
      position: relative;
      background-repeat: no-repeat;
      background-position: left center;
      background-image: url("../images/icon/header_search_white.png"); }
    #main-header .header-search-wrapper #views-exposed-form-search-search-pane input[type=text] {
      font-family: "Helvetica";
      color: #fff;
      text-transform: uppercase;
      padding-left: 2.5rem;
      padding-right: 0.625rem;
      padding-top: 0;
      padding-bottom: 0;
      width: 100%;
      border-top: none;
      border-left: none;
      border-right: none;
      border-bottom: 2px solid #29a6f5;
      background-color: transparent; }
      #main-header .header-search-wrapper #views-exposed-form-search-search-pane input[type=text]::-webkit-input-placeholder {
        color: #fff; }
      #main-header .header-search-wrapper #views-exposed-form-search-search-pane input[type=text]:-moz-placeholder {
        color: #fff; }
      #main-header .header-search-wrapper #views-exposed-form-search-search-pane input[type=text]::-moz-placeholder {
        color: #fff; }
      #main-header .header-search-wrapper #views-exposed-form-search-search-pane input[type=text]:-ms-input-placeholder {
        color: #fff; }
    #main-header .header-search-wrapper #views-exposed-form-search-search-pane input[type=submit] {
      display: none; }
    #main-header .header-search-wrapper #views-exposed-form-search-search-pane .form-item {
      margin-left: 0.875rem;
      margin-right: 0.875rem; }
    #main-header .header-search-wrapper #views-exposed-form-search-search-pane input[type=text] {
      height: 46px;
      margin-top: 13px;
      margin-bottom: 13px;
      font-size: 1rem;
      line-height: 46px; }
    #main-header .header-search-wrapper #views-exposed-form-search-search-pane.opened {
      pointer-events: auto; }
    #main-header .header-search-wrapper #views-exposed-form-search-search-pane button {
      display: none; }

@media (min-width: 768px) {
  #main-header .header-search-wrapper .search-opener {
    width: 106px;
    height: 106px;
    right: 106px; }
  #main-header .header-search-wrapper #views-exposed-form-search-search-pane {
    top: 106px; }
    #main-header .header-search-wrapper #views-exposed-form-search-search-pane .form-item {
      margin-left: 1.875rem;
      margin-right: 1.875rem; }
    #main-header .header-search-wrapper #views-exposed-form-search-search-pane input[type=text] {
      height: 66px;
      margin-top: 21px;
      margin-bottom: 21px;
      font-size: 1.5625rem;
      line-height: 66px; } }

@media (min-width: 940px) {
  #main-header .header-search-wrapper {
    display: none; } }

#main-header .user-menu ul,
#main-header .user-menu ol {
  font-family: "Helvetica"; }
  #main-header .user-menu ul,
  #main-header .user-menu ul li,
  #main-header .user-menu ol,
  #main-header .user-menu ol li {
    margin: 0;
    padding: 0;
    list-style: none; }
  #main-header .user-menu ul li,
  #main-header .user-menu ol li {
    display: block; }

#main-header .user-menu > .menu {
  *zoom: 1; }
  #main-header .user-menu > .menu:after {
    content: "";
    display: table;
    clear: both; }
  #main-header .user-menu > .menu > li {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    position: relative; }
    #main-header .user-menu > .menu > li:last-child {
      margin-bottom: 0; }
    #main-header .user-menu > .menu > li > a, #main-header .user-menu > .menu > li > span {
      cursor: pointer; }
    #main-header .user-menu > .menu > li > .menu {
      position: absolute;
      top: 100%;
      left: 0.3125rem;
      right: 0.3125rem;
      height: 0;
      overflow: hidden;
      -webkit-transition: height 0.3s 0s;
      -webkit-transition-delay: linear;
      -moz-transition: height 0.3s 0s linear;
      -o-transition: height 0.3s 0s linear;
      transition: height 0.3s 0s linear; }
      #main-header .user-menu > .menu > li > .menu.opened {
        -webkit-transition: height 0.3s 0.3s;
        -webkit-transition-delay: linear;
        -moz-transition: height 0.3s 0.3s linear;
        -o-transition: height 0.3s 0.3s linear;
        transition: height 0.3s 0.3s linear; }
        #main-header .user-menu > .menu > li > .menu.opened.multi-level-action {
          -webkit-transition: height 0.3s 0s;
          -webkit-transition-delay: linear;
          -moz-transition: height 0.3s 0s linear;
          -o-transition: height 0.3s 0s linear;
          transition: height 0.3s 0s linear; }
    #main-header .user-menu > .menu > li > .menu a {
      display: block; }
    #main-header .user-menu > .menu > li.follow-us-expanded {
      display: none; }
    #main-header .user-menu > .menu > li.your-profile-expanded {
      width: 100%; }
      #main-header .user-menu > .menu > li.your-profile-expanded > .menu {
        background-color: #e5e52d; }
        #main-header .user-menu > .menu > li.your-profile-expanded > .menu li {
          padding-left: 0.5rem;
          padding-right: 0.5rem;
          border-top: 1px solid #f0f041; }
          #main-header .user-menu > .menu > li.your-profile-expanded > .menu li:first-child, #main-header .user-menu > .menu > li.your-profile-expanded > .menu li.logout {
            border-top: 0; }
          #main-header .user-menu > .menu > li.your-profile-expanded > .menu li.logout {
            padding-bottom: 8px; }
            #main-header .user-menu > .menu > li.your-profile-expanded > .menu li.logout a {
              background-color: #fff; }
              #main-header .user-menu > .menu > li.your-profile-expanded > .menu li.logout a:after {
                color: #e5e52d; }
        #main-header .user-menu > .menu > li.your-profile-expanded > .menu a {
          padding: 12px 0.75rem 9px 0.75rem;
          color: #000;
          text-transform: uppercase;
          font-size: 0.6875rem;
          font-family: "Helvetica";
          position: relative;
          -webkit-transition: padding 0.2s false;
          -moz-transition: padding 0.2s false false;
          -o-transition: padding 0.2s false false;
          transition: padding 0.2s; }
          #main-header .user-menu > .menu > li.your-profile-expanded > .menu a:after {
            position: absolute;
            top: 9px;
            bottom: 9px;
            width: 0;
            content: '';
            display: block;
            margin: auto;
            overflow: hidden;
            left: 0;
            color: #fff;
            font-size: 0.875rem;
            font-family: FontAwesome;
            font-weight: normal;
            font-style: normal;
            text-decoration: inherit;
            -webkit-font-smoothing: antialiased;
            *margin-right: .3em;
            content: "";
            -webkit-transition: width 0.2s false;
            -moz-transition: width 0.2s false false;
            -o-transition: width 0.2s false false;
            transition: width 0.2s; }
    #main-header .user-menu > .menu > li > a,
    #main-header .user-menu > .menu > li > span {
      position: relative;
      border-width: 3px;
      border-style: solid;
      font-family: "Helvetica";
      display: block;
      text-transform: uppercase;
      height: 40px;
      line-height: 38px;
      padding-left: 1.625rem;
      padding-right: 0.3125rem;
      font-size: 0.875rem;
      color: #000; }
      #main-header .user-menu > .menu > li > a:after,
      #main-header .user-menu > .menu > li > span:after {
        position: absolute;
        left: 0.3125rem;
        top: 0;
        bottom: 0;
        height: 0;
        line-height: 0;
        margin-top: auto;
        margin-bottom: auto; }
    #main-header .user-menu > .menu > li .your-profile {
      background-color: #e5e52d;
      color: #000;
      padding-right: 2.8125rem; }
      #main-header .user-menu > .menu > li .your-profile.opened:before {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: -webkit-transform 0.2s false;
        -webkit-transition-delay: 0.3s;
        -moz-transition: -moz-transform 0.2s false 0.3s;
        -o-transition: -o-transform 0.2s false 0.3s;
        transition: transform 0.2s 0.3s; }
      #main-header .user-menu > .menu > li .your-profile:before {
        position: absolute;
        width: auto;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        height: 0;
        line-height: 0;
        right: 1.25rem;
        font-size: 0.875rem;
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        *margin-right: .3em;
        content: "";
        -webkit-transition: -webkit-transform 0.2s false;
        -webkit-transition-delay: 0s;
        -moz-transition: -moz-transform 0.2s false 0s;
        -o-transition: -o-transform 0.2s false 0s;
        transition: transform 0.2s 0s; }
      #main-header .user-menu > .menu > li .your-profile:after {
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        *margin-right: .3em;
        content: "";
        font-size: 1.125rem; }
    #main-header .user-menu > .menu > li .entry-forms-login {
      background-color: #e5e52d;
      color: #000; }
      #main-header .user-menu > .menu > li .entry-forms-login:after {
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        *margin-right: .3em;
        content: "";
        font-size: 1.125rem; }
    #main-header .user-menu > .menu > li .entry-forms-login,
    #main-header .user-menu > .menu > li .your-profile {
      border-color: #e5e52d; }
    #main-header .user-menu > .menu > li .entry-forms-login {
      font-size: 0.625rem; }

@media (min-width: 400px) {
  #main-header .user-menu > .menu > li .entry-forms-login,
  #main-header .user-menu > .menu > li .your-profile {
    font-size: 0.875rem; } }

@media (min-width: 512px) {
  #main-header .user-menu > .menu > li.your-profile-expanded {
    width: 50%; } }

@media (min-width: 768px) {
  #main-header .user-menu > .menu > li > a,
  #main-header .user-menu > .menu > li > span {
    height: 55px;
    line-height: 52px;
    padding-left: 2.8125rem;
    padding-right: 1.25rem; }
    #main-header .user-menu > .menu > li > a:after,
    #main-header .user-menu > .menu > li > span:after {
      left: 1.25rem; } }

@media (min-width: 940px) {
  #main-header .pane-menu-block-6 {
    height: 100%; }
    #main-header .pane-menu-block-6 .contextual-links-wrapper {
      bottom: 0;
      margin-top: auto;
      margin-bottom: auto;
      height: 20px; }
  #main-header .user-menu {
    display: table;
    width: 100%;
    height: 100%; }
    #main-header .user-menu > .menu {
      display: table-cell;
      vertical-align: middle;
      padding-top: 0;
      padding-bottom: 0;
      margin-bottom: 0; }
      #main-header .user-menu > .menu > li {
        width: auto;
        padding-left: 0.3125rem;
        padding-right: 0.3125rem; }
        #main-header .user-menu > .menu > li.follow-us-expanded {
          display: block; }
          #main-header .user-menu > .menu > li.follow-us-expanded > .menu {
            right: auto;
            background-color: #f7f7f7; }
            #main-header .user-menu > .menu > li.follow-us-expanded > .menu li.first {
              padding-top: 16px; }
            #main-header .user-menu > .menu > li.follow-us-expanded > .menu li.last {
              padding-bottom: 16px; }
            #main-header .user-menu > .menu > li.follow-us-expanded > .menu a {
              padding: 8px 0.9375rem;
              color: #000;
              text-transform: uppercase;
              font-size: 0.875rem;
              position: relative;
              *zoom: 1; }
              #main-header .user-menu > .menu > li.follow-us-expanded > .menu a .social-icon {
                display: block;
                width: 32px;
                height: 32px;
                border-width: 2px;
                border-style: solid;
                position: relative;
                text-indent: -10000px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
                border-radius: 50%; }
                #main-header .user-menu > .menu > li.follow-us-expanded > .menu a .social-icon:after {
                  position: absolute;
                  width: 100%;
                  height: 100%;
                  line-height: 28px;
                  display: block;
                  text-indent: 0;
                  text-align: center;
                  top: 0;
                  left: 0;
                  font-size: 16px;
                  content: ''; }
              #main-header .user-menu > .menu > li.follow-us-expanded > .menu a .social-icon.facebook {
                border-color: #3a5998; }
                #main-header .user-menu > .menu > li.follow-us-expanded > .menu a .social-icon.facebook:before {
                  border-color: rgba(58, 89, 152, 0.3); }
                #main-header .user-menu > .menu > li.follow-us-expanded > .menu a .social-icon.facebook:after {
                  font-family: FontAwesome;
                  font-weight: normal;
                  font-style: normal;
                  text-decoration: inherit;
                  -webkit-font-smoothing: antialiased;
                  *margin-right: .3em;
                  content: "";
                  color: #3a5998; }
              #main-header .user-menu > .menu > li.follow-us-expanded > .menu a .social-icon.twitter {
                border-color: #1da1f2; }
                #main-header .user-menu > .menu > li.follow-us-expanded > .menu a .social-icon.twitter:before {
                  border-color: rgba(29, 161, 242, 0.3); }
                #main-header .user-menu > .menu > li.follow-us-expanded > .menu a .social-icon.twitter:after {
                  font-family: FontAwesome;
                  font-weight: normal;
                  font-style: normal;
                  text-decoration: inherit;
                  -webkit-font-smoothing: antialiased;
                  *margin-right: .3em;
                  content: "";
                  color: #1da1f2; }
              #main-header .user-menu > .menu > li.follow-us-expanded > .menu a .social-icon.youtube {
                border-color: #ff0a0a; }
                #main-header .user-menu > .menu > li.follow-us-expanded > .menu a .social-icon.youtube:before {
                  border-color: rgba(255, 10, 10, 0.3); }
                #main-header .user-menu > .menu > li.follow-us-expanded > .menu a .social-icon.youtube:after {
                  font-family: FontAwesome;
                  font-weight: normal;
                  font-style: normal;
                  text-decoration: inherit;
                  -webkit-font-smoothing: antialiased;
                  *margin-right: .3em;
                  content: "";
                  color: #ff0a0a; }
              #main-header .user-menu > .menu > li.follow-us-expanded > .menu a .social-icon.google-plus {
                border-color: #dd4b39; }
                #main-header .user-menu > .menu > li.follow-us-expanded > .menu a .social-icon.google-plus:before {
                  border-color: rgba(221, 75, 57, 0.3); }
                #main-header .user-menu > .menu > li.follow-us-expanded > .menu a .social-icon.google-plus:after {
                  font-family: FontAwesome;
                  font-weight: normal;
                  font-style: normal;
                  text-decoration: inherit;
                  -webkit-font-smoothing: antialiased;
                  *margin-right: .3em;
                  content: "";
                  color: #dd4b39; }
              #main-header .user-menu > .menu > li.follow-us-expanded > .menu a .social-icon.instagram {
                border-color: #262626; }
                #main-header .user-menu > .menu > li.follow-us-expanded > .menu a .social-icon.instagram:before {
                  border-color: rgba(38, 38, 38, 0.3); }
                #main-header .user-menu > .menu > li.follow-us-expanded > .menu a .social-icon.instagram:after {
                  font-family: FontAwesome;
                  font-weight: normal;
                  font-style: normal;
                  text-decoration: inherit;
                  -webkit-font-smoothing: antialiased;
                  *margin-right: .3em;
                  content: "";
                  color: #262626; }
              #main-header .user-menu > .menu > li.follow-us-expanded > .menu a:after {
                content: "";
                display: table;
                clear: both; }
              #main-header .user-menu > .menu > li.follow-us-expanded > .menu a .social-icon {
                float: left; }
              #main-header .user-menu > .menu > li.follow-us-expanded > .menu a .content {
                display: block;
                margin-left: 2.625rem;
                margin-top: 8px; } }
            @media (min-width: 940px) and (min-width: 940px) {
              #main-header .user-menu > .menu > li.follow-us-expanded > .menu a .social-icon:before {
                position: absolute;
                top: -2px;
                left: -2px;
                right: -2px;
                bottom: -2px;
                content: '';
                display: block;
                border-width: 0;
                border-style: solid;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
                border-radius: 50%;
                -webkit-transition: all 0.2s false;
                -moz-transition: all 0.2s false false;
                -o-transition: all 0.2s false false;
                transition: all 0.2s; }
              #main-header .user-menu > .menu > li.follow-us-expanded > .menu a:hover .social-icon:before {
                top: -6px;
                left: -6px;
                right: -6px;
                bottom: -6px;
                border-width: 3px; } }

@media (min-width: 940px) {
        #main-header .user-menu > .menu > li .your-profile {
          background-color: #fff; }
        #main-header .user-menu > .menu > li.your-profile-expanded {
          width: auto; }
          #main-header .user-menu > .menu > li.your-profile-expanded > .menu a:hover {
            padding-left: 1.0625rem; }
            #main-header .user-menu > .menu > li.your-profile-expanded > .menu a:hover:after {
              width: 0.3125rem; }
        #main-header .user-menu > .menu > li .follow-us {
          background-color: #f7f7f7;
          border-color: #f7f7f7; }
          #main-header .user-menu > .menu > li .follow-us.opened:after {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
            -webkit-transition: -webkit-transform 0.2s false;
            -webkit-transition-delay: 0.3s;
            -moz-transition: -moz-transform 0.2s false 0.3s;
            -o-transition: -o-transform 0.2s false 0.3s;
            transition: transform 0.2s 0.3s; }
          #main-header .user-menu > .menu > li .follow-us:after {
            width: 13px;
            height: 13px;
            border: 1px solid #000;
            line-height: 11px;
            text-align: center;
            display: inline-block;
            padding-left: 1px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            font-family: FontAwesome;
            font-weight: normal;
            font-style: normal;
            text-decoration: inherit;
            -webkit-font-smoothing: antialiased;
            *margin-right: .3em;
            content: "";
            -webkit-transition: -webkit-transform 0.2s false, border 0.2s false;
            -webkit-transition-delay: 0s, 0s;
            -moz-transition: -moz-transform 0.2s false 0s, border 0.2s false false;
            -o-transition: -o-transform 0.2s false 0s, border 0.2s false false;
            transition: transform 0.2s 0s, border 0.2s; } }

.view-host-courses .view-content {
  margin-top: 20px;
  *zoom: 1; }
  .view-host-courses .view-content:after {
    content: "";
    display: table;
    clear: both; }

.view-host-courses .views-row {
  margin-bottom: 10px; }
  .view-host-courses .views-row .group-left .content > .inner {
    padding: 30px 1.875rem; }
  .view-host-courses .views-row .group-left .title {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: "Helvetica";
    font-size: 1.4375rem; }
  .view-host-courses .views-row .group-left .country {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 1rem; }
    .view-host-courses .views-row .group-left .country img {
      float: left;
      max-height: 26px;
      margin-top: -6px;
      margin-right: 10px; }
  .view-host-courses .views-row .group-left .body a {
    color: #0199fa; }
  .view-host-courses .views-row .show-details a {
    z-index: 0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #0199fa;
    -webkit-transition: color 0.25s false;
    -moz-transition: color 0.25s false false;
    -o-transition: color 0.25s false false;
    transition: color 0.25s;
    height: 45px;
    line-height: 45px;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    font-size: 0.875rem;
    margin-top: 10px; }
    .view-host-courses .views-row .show-details a:before {
      content: '';
      z-index: -1;
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 400%;
      height: 0;
      background-color: #0084d8;
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -moz-transform 0.3s ease-in-out false;
      -o-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -o-transform 0.3s ease-in-out false;
      transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out; }
    @media all and (min-width: 940px) {
      .view-host-courses .views-row .show-details a:hover:before {
        opacity: 1;
        height: 800%; } }
    @media all and (min-width: 940px) {
      .view-host-courses .views-row .show-details a {
        height: 55px;
        line-height: 55px;
        padding-right: 1.5625rem;
        padding-left: 1.5625rem;
        font-size: 1.125rem; } }
  .view-host-courses .views-row .ega-event-list.opened {
    background-color: #ececec; }
    .view-host-courses .views-row .ega-event-list.opened .group-left {
      margin-top: 375px; }
    .view-host-courses .views-row .ega-event-list.opened .triangle {
      display: none !important; }
    .view-host-courses .views-row .ega-event-list.opened .geolocation-map {
      max-height: 375px;
      margin: 0; }
    .view-host-courses .views-row .ega-event-list.opened .weather-widget {
      bottom: 30px; }

@media (min-width: 768px) {
  .view-host-courses .views-row .group-left .content > .inner {
    padding-top: 40px;
    padding-left: 2.5rem; }
  .view-host-courses .views-row .group-right {
    width: 50%; }
    .view-host-courses .views-row .group-right .field-item,
    .view-host-courses .views-row .group-right .item {
      height: 100%; }
  .view-host-courses .views-row .ega-event-list.opened .group-left {
    width: 47% !important;
    min-height: 499px;
    height: auto !important;
    margin-top: 0;
    background-color: transparent; }
    .view-host-courses .views-row .ega-event-list.opened .group-left .content {
      min-height: 499px; }
  .view-host-courses .views-row .ega-event-list.opened .geolocation-map {
    max-height: none;
    height: 100% !important; }
  .view-host-courses .views-row .ega-event-list.opened .group-right {
    width: 53%; } }

@media (min-width: 940px) {
  .view-host-courses .view-content {
    margin-top: 30px; }
  .view-host-courses .views-row {
    margin-bottom: 20px; }
    .view-host-courses .views-row .group-left .content > .inner {
      padding-top: 55px;
      padding-left: 3.4375rem; }
    .view-host-courses .views-row .ega-event-list.opened .group-left {
      width: 51% !important; }
    .view-host-courses .views-row .ega-event-list.opened .group-right {
      width: 49%; }
    .view-host-courses .views-row .ega-event-list.opened .weather-widget {
      right: 48px;
      bottom: 25px;
      left: auto; }
      .view-host-courses .views-row .ega-event-list.opened .weather-widget > div {
        padding-top: 17px;
        padding-bottom: 17px; } }

/*
 * Justified Gallery - v3.5.4
 * http://miromannino.com/projects/justified-gallery/
 * Copyright (c) 2014 Miro Mannino
 * Licensed under the MIT license.
 */
@-webkit-keyframes show-caption-frame {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7; } }

@-moz-keyframes show-caption-frame {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7; } }

@-o-keyframes show-caption-frame {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7; } }

@keyframes show-caption-frame {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7; } }

@-webkit-keyframes show-entry-frame {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }

@-moz-keyframes show-entry-frame {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }

@-o-keyframes show-entry-frame {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }

@keyframes show-entry-frame {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; } }

.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .justified-gallery > a, .justified-gallery > div {
    position: absolute;
    display: inline-block;
    overflow: hidden; }
    .justified-gallery > a > img, .justified-gallery > a > a > img, .justified-gallery > div > img, .justified-gallery > div > a > img {
      position: absolute;
      top: 50%;
      left: 50%;
      margin: 0;
      padding: 0;
      border: none; }
    .justified-gallery > a > .caption, .justified-gallery > div > .caption {
      display: none;
      position: absolute;
      bottom: 0;
      padding: 5px;
      background-color: #000000;
      left: 0;
      right: 0;
      margin: 0;
      color: white;
      font-size: 12px;
      font-weight: 300;
      font-family: sans-serif; }
    .justified-gallery > a > .caption.caption-visible, .justified-gallery > div > .caption.caption-visible {
      display: initial;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
      opacity: 0.7;
      -webkit-animation: justified-gallery-show-caption-animation;
      -o-animation: justified-gallery-show-caption-animation;
      animation: justified-gallery-show-caption-animation; }
  .justified-gallery > .entry-visible {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-animation: justified-gallery-show-entry-animation;
    -o-animation: justified-gallery-show-entry-animation;
    animation: justified-gallery-show-entry-animation; }
  .justified-gallery > .spinner {
    position: absolute;
    bottom: 0;
    margin-left: -24px;
    padding: 10px 0 10px 0;
    left: 50%;
    opacity: initial;
    filter: initial;
    overflow: initial; }
    .justified-gallery > .spinner > span {
      display: inline-block;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      width: 8px;
      height: 8px;
      margin: 0 4px 0 4px;
      background-color: #000;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
      border-bottom-right-radius: 6px;
      border-bottom-left-radius: 6px; }

.node-type-knowledge-hub .node-content-wrapper {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  .node-type-knowledge-hub .node-content-wrapper .body {
    *zoom: 1; }
    .node-type-knowledge-hub .node-content-wrapper .body:after {
      content: "";
      display: table;
      clear: both; }
  .node-type-knowledge-hub .node-content-wrapper p {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.4; }
  .node-type-knowledge-hub .node-content-wrapper .node-share {
    display: none; }

@media (min-width: 768px) {
  .node-type-knowledge-hub .node-content-wrapper .node-share {
    display: block; }
    .node-type-knowledge-hub .node-content-wrapper .node-share .service-label {
      display: none; }
    .node-type-knowledge-hub .node-content-wrapper .node-share .links {
      position: static;
      float: left;
      width: auto; }
      .node-type-knowledge-hub .node-content-wrapper .node-share .links a {
        line-height: 42px; }
        .node-type-knowledge-hub .node-content-wrapper .node-share .links a .icon {
          width: 42px;
          height: 42px; } }

@media (min-width: 940px) {
  .node-type-knowledge-hub .node-content-wrapper {
    padding-top: 45px; }
    .node-type-knowledge-hub .node-content-wrapper p {
      margin-top: 15px;
      margin-bottom: 15px; }
    .node-type-knowledge-hub .node-content-wrapper .node-share {
      margin-top: 35px;
      margin-bottom: 15px; } }

@media (min-width: 1280px) {
  .node-type-knowledge-hub .node-content-wrapper {
    background-color: #fff; } }

.node-type-knowledge-hub .node-header-wrapper {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .node-type-knowledge-hub .node-header-wrapper .skew-overlay {
    padding-top: 30px;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-bottom: 40px; }
  .node-type-knowledge-hub .node-header-wrapper .date-and-category {
    font-size: 0.875rem; }
  .node-type-knowledge-hub .node-header-wrapper h1 {
    font-size: 1.5625rem;
    margin-top: 0;
    margin-bottom: 0; }
  .node-type-knowledge-hub .node-header-wrapper .node-share-header .service-label {
    display: none; }
  .node-type-knowledge-hub .node-header-wrapper .node-share-header .links {
    position: static;
    width: auto;
    float: left; }
    .node-type-knowledge-hub .node-header-wrapper .node-share-header .links a {
      line-height: 42px; }
      .node-type-knowledge-hub .node-header-wrapper .node-share-header .links a .icon {
        width: 42px;
        height: 42px; }
  .node-type-knowledge-hub .node-header-wrapper .node-share-header,
  .node-type-knowledge-hub .node-header-wrapper .node-title {
    margin-top: 20px; }
  .node-type-knowledge-hub .node-header-wrapper .node-header-left img {
    display: block;
    width: 100%; }

@media (min-width: 768px) {
  .node-type-knowledge-hub .node-header-wrapper {
    position: relative;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.2s false;
    -moz-transition: opacity 0.2s false false;
    -o-transition: opacity 0.2s false false;
    transition: opacity 0.2s; }
    .node-type-knowledge-hub .node-header-wrapper.loaded {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
    .node-type-knowledge-hub .node-header-wrapper, .node-type-knowledge-hub .node-header-wrapper a {
      color: #fff; }
    .node-type-knowledge-hub .node-header-wrapper .date-and-category,
    .node-type-knowledge-hub .node-header-wrapper .node-teaser-title,
    .node-type-knowledge-hub .node-header-wrapper .node-highlighted-title,
    .node-type-knowledge-hub .node-header-wrapper .title,
    .node-type-knowledge-hub .node-header-wrapper .node-title,
    .node-type-knowledge-hub .node-header-wrapper .country,
    .node-type-knowledge-hub .node-header-wrapper .short,
    .node-type-knowledge-hub .node-header-wrapper .countdown,
    .node-type-knowledge-hub .node-header-wrapper .handicap h2,
    .node-type-knowledge-hub .node-header-wrapper .description {
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); }
    .node-type-knowledge-hub .node-header-wrapper .node-header-right .skew-overlay {
      background-color: rgba(0, 17, 50, 0.4);
      position: relative;
      z-index: 3;
      left: 0;
      top: 0;
      bottom: 0;
      height: 100%; }
      .node-type-knowledge-hub .node-header-wrapper .node-header-right .skew-overlay .triangle {
        position: absolute;
        z-index: 0;
        left: 100%;
        top: 0;
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-top-style: solid;
        border-top-color: rgba(0, 17, 50, 0.4);
        border-right-style: solid;
        border-right-color: transparent; }
      .node-type-knowledge-hub .node-header-wrapper .node-header-right .skew-overlay .content {
        position: relative;
        z-index: 1;
        height: 100%;
        width: 100%; }
    .node-type-knowledge-hub .node-header-wrapper .node-header-left {
      display: block;
      position: absolute;
      z-index: 1;
      right: 0;
      top: 0;
      bottom: 0; }
    .node-type-knowledge-hub .node-header-wrapper .node-header-right .skew-overlay {
      padding-top: 20px;
      padding-left: 2.1875rem;
      padding-right: 3.75rem;
      padding-bottom: 20px;
      max-width: 50%;
      position: absolute; }
      .node-type-knowledge-hub .node-header-wrapper .node-header-right .skew-overlay .middle-wrapper {
        display: table;
        width: 100%;
        height: 100%; }
      .node-type-knowledge-hub .node-header-wrapper .node-header-right .skew-overlay .middle {
        display: table-cell;
        vertical-align: middle; }
    .node-type-knowledge-hub .node-header-wrapper .date-and-category {
      font-size: 1.125rem; }
    .node-type-knowledge-hub .node-header-wrapper .node-title {
      margin-top: 30px; }
    .node-type-knowledge-hub .node-header-wrapper .node-header-left {
      height: auto;
      width: 100%;
      position: static; } }

@media (min-width: 940px) {
  .node-type-knowledge-hub .node-header-wrapper .node-header-right .skew-overlay {
    padding-left: 3.125rem;
    padding-right: 0.625rem; }
  .node-type-knowledge-hub .node-header-wrapper h1 {
    font-size: 2.375rem; } }

.page-knowledge-hub .ega-two-column-header-wrapper {
  background-color: #ececec; }
  .page-knowledge-hub .ega-two-column-header-wrapper .ega-two-column-header {
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 27px;
    padding-bottom: 20px;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .page-knowledge-hub .ega-two-column-header-wrapper h1 {
    font-size: 1.875rem;
    margin-top: 0;
    margin-bottom: 0; }
  .page-knowledge-hub .ega-two-column-header-wrapper form {
    margin-top: 17px; }
  .page-knowledge-hub .ega-two-column-header-wrapper .form-type-select {
    margin-bottom: 10px; }
  .page-knowledge-hub .ega-two-column-header-wrapper .views-exposed-form-knowledge-hub-knowledge-hub-list #edit-field-date-value-value-wrapper {
    float: none;
    width: auto;
    padding: 0;
    clear: none; }

@media (min-width: 768px) {
  .page-knowledge-hub .ega-two-column-header-wrapper .ega-two-column-header {
    padding-top: 25px;
    padding-left: 0.46875rem;
    padding-right: 0.46875rem; }
  .page-knowledge-hub .ega-two-column-header-wrapper h1 {
    padding-left: 0.78125rem;
    padding-right: 0.78125rem; }
  .page-knowledge-hub .ega-two-column-header-wrapper form {
    margin-top: 15px; }
    .page-knowledge-hub .ega-two-column-header-wrapper form > div {
      *zoom: 1; }
      .page-knowledge-hub .ega-two-column-header-wrapper form > div:after {
        content: "";
        display: table;
        clear: both; }
  .page-knowledge-hub .ega-two-column-header-wrapper .views-exposed-widget {
    width: 33.3333333333%;
    clear: right;
    float: left;
    padding-left: 0.78125rem;
    padding-right: 0.78125rem; }
  .page-knowledge-hub .ega-two-column-header-wrapper .form-type-select {
    margin-bottom: 0; } }

@media (min-width: 940px) {
  .page-knowledge-hub .ega-two-column-header-wrapper .ega-two-column-header {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0; }
  .page-knowledge-hub .ega-two-column-header-wrapper h1 {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; }
  .page-knowledge-hub .ega-two-column-header-wrapper .views-exposed-widget {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; } }

/*.page-knowledge-hub {
	.ega-node-highlighted {
		.skew-overlay {
			background-color: $gray6;

			.triangle {
				border-top-color: $gray6;
			}
		}
	}

	.ega-node-teaser {
		.skew-overlay {
			background-color: $gray1;

			.triangle {
				border-top-color: $gray1;
			}
		}
	}
}*/
.view-display-id-link_page .views-row {
  position: relative; }
  .view-display-id-link_page .views-row > a {
    display: table;
    width: 100%;
    height: 100%;
    border: 2px solid #ececec;
    padding: 20px 1.25rem;
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border 0.2s false;
    -moz-transition: border 0.2s false false;
    -o-transition: border 0.2s false false;
    transition: border 0.2s;
    *zoom: 1; }
    .view-display-id-link_page .views-row > a:after {
      content: "";
      display: table;
      clear: both; }
    .view-display-id-link_page .views-row > a:after {
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      text-decoration: inherit;
      -webkit-font-smoothing: antialiased;
      *margin-right: .3em;
      content: "";
      position: absolute;
      top: 0;
      right: 0.3125rem;
      display: block;
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      font-size: 1.25rem;
      color: #fff;
      background-color: #0199fa;
      -webkit-transform: rotateY(180deg);
      -moz-transform: rotateY(180deg);
      -ms-transform: rotateY(180deg);
      -o-transform: rotateY(180deg);
      transform: rotateY(180deg);
      -webkit-transition: background-color 0.2s false;
      -moz-transition: background-color 0.2s false false;
      -o-transition: background-color 0.2s false false;
      transition: background-color 0.2s; }

.view-display-id-link_page .cover-image,
.view-display-id-link_page .title {
  display: table-cell;
  vertical-align: middle; }

.view-display-id-link_page .cover-image {
  width: 90px;
  height: 90px; }

.view-display-id-link_page .title {
  padding-left: 20px;
  font-family: "Helvetica";
  font-size: 0.875rem; }

@media (min-width: 768px) {
  .view-display-id-link_page .cover-image {
    width: 85px;
    height: 85px; }
  .view-display-id-link_page .title {
    padding-left: 30px; } }

@media (min-width: 940px) {
  .view-display-id-link_page .views-row > a:hover {
    border-color: #dfe1e3; }
    .view-display-id-link_page .views-row > a:hover:after {
      background-color: #021a4a; }
  .view-display-id-link_page .cover-image {
    width: 110px;
    height: 110px; }
  .view-display-id-link_page .title {
    padding-left: 40px; } }

.page-links h1 {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.view-display-id-link_page {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  *zoom: 1; }
  .view-display-id-link_page:after {
    content: "";
    display: table;
    clear: both; }
  .view-display-id-link_page .views-row {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *zoom: 1; }
    .view-display-id-link_page .views-row:after {
      content: "";
      display: table;
      clear: both; }

@media (min-width: 768px) {
  .page-links h1 {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  .view-display-id-link_page {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
    .view-display-id-link_page .views-row {
      width: 50%; } }

@media (min-width: 940px) {
  .page-links h1 {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem; }
  .view-display-id-link_page {
    padding-right: 0;
    padding-left: 0; } }

.media-feed-layout header {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  *zoom: 1;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  .media-feed-layout header:after {
    content: "";
    display: table;
    clear: both; }
  .media-feed-layout header h2 {
    font-size: 1.25rem;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 55px; }
  .media-feed-layout header .show-all {
    float: right;
    height: 55px;
    line-height: 55px;
    position: relative;
    text-transform: uppercase;
    font-family: "Helvetica";
    font-size: 0.875rem;
    color: #000;
    -webkit-transition: margin-right 0.2s ease;
    -moz-transition: margin-right 0.2s ease false;
    -o-transition: margin-right 0.2s ease false;
    transition: margin-right 0.2s ease; }
    .media-feed-layout header .show-all:after {
      content: '';
      display: inline-block;
      margin-left: 10px;
      background-image: url(../images/generated/spritesheet-1567005678655.png);
      background-position: -87px -181px;
      width: 22px;
      height: 11px;
      -webkit-transition: margin-left 0.2s ease;
      -moz-transition: margin-left 0.2s ease false;
      -o-transition: margin-left 0.2s ease false;
      transition: margin-left 0.2s ease; }
    @media all and (min-width: 940px) {
      .media-feed-layout header .show-all:hover:after {
        margin-left: 15px; } }

@media (min-width: 768px) {
  .media-feed-layout.advanced header {
    max-width: 60rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .media-feed-layout header {
    max-width: 620px;
    padding-left: 0;
    padding-right: 0; }
    .media-feed-layout header h2 {
      font-size: 3rem;
      line-height: 90px; }
    .media-feed-layout header .show-all {
      height: 90px;
      line-height: 90px; } }

@media (min-width: 940px) {
  .media-feed-layout header {
    max-width: 60rem;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; }
    .media-feed-layout header .show-all:hover {
      margin-right: -5px; } }

.media-feed-layout .navigation {
  display: none; }

@media (min-width: 940px) {
  .media-feed-layout.advanced .navigation .flickity-prev,
  .media-feed-layout.advanced .navigation .flickity-next {
    width: 110px;
    height: 115px;
    padding-top: 25px;
    text-indent: 0;
    background-color: #0199fa;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease false;
    -o-transition: background-color 0.2s ease false;
    transition: background-color 0.2s ease; }
    .media-feed-layout.advanced .navigation .flickity-prev:hover,
    .media-feed-layout.advanced .navigation .flickity-next:hover {
      background-color: #0084d8; }
    .media-feed-layout.advanced .navigation .flickity-prev:before,
    .media-feed-layout.advanced .navigation .flickity-next:before {
      content: '';
      top: 37px;
      display: block;
      border: none;
      background-image: url(../images/generated/spritesheet-1567005678655.png);
      background-position: -197px -145px;
      width: 22px;
      height: 11px; }
    .media-feed-layout.advanced .navigation .flickity-prev:after,
    .media-feed-layout.advanced .navigation .flickity-next:after {
      display: none; }
  .media-feed-layout.advanced .navigation .flickity-prev {
    top: 0;
    bottom: auto; }
    .media-feed-layout.advanced .navigation .flickity-prev:before {
      right: 44px;
      left: auto;
      -webkit-transform: rotateY(180deg);
      -moz-transform: rotateY(180deg);
      -ms-transform: rotateY(180deg);
      -o-transform: rotateY(180deg);
      transform: rotateY(180deg);
      -webkit-transition: right 0.2s ease;
      -moz-transition: right 0.2s ease false;
      -o-transition: right 0.2s ease false;
      transition: right 0.2s ease; }
    .media-feed-layout.advanced .navigation .flickity-prev:hover:before {
      right: 48px; }
  .media-feed-layout.advanced .navigation .flickity-next:before {
    right: auto;
    bottom: auto;
    left: 44px;
    -webkit-transition: left 0.2s ease;
    -moz-transition: left 0.2s ease false;
    -o-transition: left 0.2s ease false;
    transition: left 0.2s ease; }
  .media-feed-layout.advanced .navigation .flickity-next:hover:before {
    left: 48px; }
  .media-feed-layout .navigation {
    display: block;
    position: relative; }
    .media-feed-layout .navigation a.prev,
    .media-feed-layout .navigation a.next {
      display: none; }
    .media-feed-layout .navigation .flickity-prev,
    .media-feed-layout .navigation .flickity-next {
      z-index: 1;
      position: absolute;
      overflow: hidden;
      width: 125px;
      height: 125px;
      border: none;
      padding: 0;
      text-align: center;
      text-indent: -1000px;
      text-transform: uppercase;
      font-size: 0.875rem;
      color: #fff;
      background-color: transparent; }
      .media-feed-layout .navigation .flickity-prev:before,
      .media-feed-layout .navigation .flickity-next:before {
        content: '';
        z-index: 1;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        -webkit-transition: border 0.2s ease;
        -moz-transition: border 0.2s ease false;
        -o-transition: border 0.2s ease false;
        transition: border 0.2s ease; }
      .media-feed-layout .navigation .flickity-prev:after,
      .media-feed-layout .navigation .flickity-next:after {
        content: '';
        z-index: 2;
        position: absolute;
        display: block;
        margin-right: auto;
        margin-left: auto;
        background-image: url(../images/generated/spritesheet-1567005678655.png);
        background-position: -197px -145px;
        width: 22px;
        height: 11px; }
    .media-feed-layout .navigation .flickity-prev {
      top: 110px;
      left: 0; }
      .media-feed-layout .navigation .flickity-prev:before {
        top: 0;
        left: 0;
        border-width: 126px 126px 0 0;
        border-color: #0199fa transparent transparent transparent; }
      .media-feed-layout .navigation .flickity-prev:after {
        top: 35px;
        left: 25px;
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
        -webkit-transition: left 0.2s ease;
        -moz-transition: left 0.2s ease false;
        -o-transition: left 0.2s ease false;
        transition: left 0.2s ease; }
      .media-feed-layout .navigation .flickity-prev:hover:before {
        border-top-color: #0084d8; }
      .media-feed-layout .navigation .flickity-prev:hover:after {
        left: 22px; }
    .media-feed-layout .navigation .flickity-next {
      right: 0;
      top: 0; }
      .media-feed-layout .navigation .flickity-next:before {
        right: 0;
        bottom: 0;
        border-width: 0 0 126px 126px;
        border-color: transparent transparent #0199fa transparent; }
      .media-feed-layout .navigation .flickity-next:after {
        right: 25px;
        bottom: 35px;
        -webkit-transition: right 0.2s ease;
        -moz-transition: right 0.2s ease false;
        -o-transition: right 0.2s ease false;
        transition: right 0.2s ease; }
      .media-feed-layout .navigation .flickity-next:hover:before {
        border-bottom-color: #0084d8; }
      .media-feed-layout .navigation .flickity-next:hover:after {
        right: 22px; } }

.media-feed-layout .thumbnails.small > .items-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  .media-feed-layout .thumbnails.small > .items-wrapper > .item {
    display: none; }

.media-feed-layout .thumbnails.small .item {
  display: block;
  width: 310px;
  height: 115px;
  list-style: none;
  background-color: #f7f7f7;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  cursor: pointer;
  *zoom: 1; }
  .media-feed-layout .thumbnails.small .item:after {
    content: "";
    display: table;
    clear: both; }
  .media-feed-layout .thumbnails.small .item .group-left {
    height: 100%;
    width: 115px;
    float: left; }
    .media-feed-layout .thumbnails.small .item .group-left .cover-image {
      height: 100%;
      width: 100%; }
  .media-feed-layout .thumbnails.small .item .group-right {
    padding-left: 130px;
    height: 100%;
    width: 100%; }
    .media-feed-layout .thumbnails.small .item .group-right .inner-top {
      display: table;
      width: 100%;
      height: 100%; }
      .media-feed-layout .thumbnails.small .item .group-right .inner-top .wrapper {
        display: table-cell;
        vertical-align: middle; }
  .media-feed-layout .thumbnails.small .item .title {
    font-size: 0.9375rem;
    text-transform: uppercase;
    color: #2e2e17; }
  .media-feed-layout .thumbnails.small .item .date-and-category {
    font-size: 0.75rem;
    text-transform: uppercase;
    margin-top: 10px; }
  .media-feed-layout .thumbnails.small .item time {
    color: #2e2e17; }
  .media-feed-layout .thumbnails.small .item .category {
    color: #0e7551; }

@media (min-width: 768px) {
  .media-feed-layout .thumbnails.small > .items-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

@media (min-width: 940px) {
  .media-feed-layout .thumbnails.small .item {
    -webkit-transition: background-color 0.2s 0s;
    -webkit-transition-delay: ease;
    -moz-transition: background-color 0.2s 0s ease;
    -o-transition: background-color 0.2s 0s ease;
    transition: background-color 0.2s 0s ease; }
    .media-feed-layout .thumbnails.small .item:hover {
      background-color: #e5e52d; } }

.media-feed-layout.advanced .thumbnails.big .item .title {
  margin-top: 7px; }

.media-feed-layout .thumbnails.big > .items-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  .media-feed-layout .thumbnails.big > .items-wrapper > .item {
    display: none; }

.media-feed-layout .thumbnails.big .item {
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s false;
  -moz-transition: opacity 0.2s false false;
  -o-transition: opacity 0.2s false false;
  transition: opacity 0.2s;
  display: block;
  list-style: none;
  width: 310px;
  cursor: pointer;
  min-height: 170px;
  position: relative;
  -webkit-transition: opacity 0.3s false;
  -moz-transition: opacity 0.3s false false;
  -o-transition: opacity 0.3s false false;
  transition: opacity 0.3s; }
  .media-feed-layout .thumbnails.big .item.loaded {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  .media-feed-layout .thumbnails.big .item, .media-feed-layout .thumbnails.big .item a {
    color: #fff; }
  .media-feed-layout .thumbnails.big .item .date-and-category,
  .media-feed-layout .thumbnails.big .item .node-teaser-title,
  .media-feed-layout .thumbnails.big .item .node-highlighted-title,
  .media-feed-layout .thumbnails.big .item .title,
  .media-feed-layout .thumbnails.big .item .node-title,
  .media-feed-layout .thumbnails.big .item .country,
  .media-feed-layout .thumbnails.big .item .short,
  .media-feed-layout .thumbnails.big .item .countdown,
  .media-feed-layout .thumbnails.big .item .handicap h2,
  .media-feed-layout .thumbnails.big .item .description {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); }
  .media-feed-layout .thumbnails.big .item .group-left {
    background-color: rgba(0, 17, 50, 0.4);
    position: relative;
    z-index: 3;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%; }
    .media-feed-layout .thumbnails.big .item .group-left .triangle {
      position: absolute;
      z-index: 0;
      left: 100%;
      top: 0;
      display: block;
      content: '';
      width: 0;
      height: 0;
      border-top-style: solid;
      border-top-color: rgba(0, 17, 50, 0.4);
      border-right-style: solid;
      border-right-color: transparent; }
    .media-feed-layout .thumbnails.big .item .group-left .content {
      position: relative;
      z-index: 1;
      height: 100%;
      width: 100%; }
  .media-feed-layout .thumbnails.big .item .group-right {
    display: block;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0; }
  .media-feed-layout .thumbnails.big .item .gallery-count,
  .media-feed-layout .thumbnails.big .item .video-length {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #0199fa;
    color: #fff;
    padding-left: 0.8125rem;
    padding-right: 0.8125rem;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 0.6875rem;
    z-index: 2; }
    .media-feed-layout .thumbnails.big .item .gallery-count:before,
    .media-feed-layout .thumbnails.big .item .video-length:before {
      margin-right: 5px; }
  .media-feed-layout .thumbnails.big .item .gallery-count:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: ""; }
  .media-feed-layout .thumbnails.big .item .video-length:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: ""; }
  @media (min-width: 940px) {
    .media-feed-layout .thumbnails.big .item .gallery-count,
    .media-feed-layout .thumbnails.big .item .video-length {
      font-size: 1rem;
      padding-left: 1.1875rem;
      padding-right: 1.1875rem;
      padding-top: 13px;
      padding-bottom: 13px; }
      .media-feed-layout .thumbnails.big .item .gallery-count:before,
      .media-feed-layout .thumbnails.big .item .video-length:before {
        margin-right: 0.625rem; } }
  .media-feed-layout .thumbnails.big .item:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    content: '';
    display: block; }
  .media-feed-layout .thumbnails.big .item, .media-feed-layout .thumbnails.big .item.loaded {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2; }
    .media-feed-layout .thumbnails.big .item:hover, .media-feed-layout .thumbnails.big .item.loaded:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8; }
  .media-feed-layout .thumbnails.big .item.is-selected {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
    .media-feed-layout .thumbnails.big .item.is-selected:after {
      display: none; }
    .media-feed-layout .thumbnails.big .item.is-selected:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
  .media-feed-layout .thumbnails.big .item .group-left {
    display: table;
    padding: 23px 1.125rem 18px 1.125rem; }
    .media-feed-layout .thumbnails.big .item .group-left .content {
      display: table-cell;
      vertical-align: middle; }
  .media-feed-layout .thumbnails.big .item .date-and-category {
    font-size: 0.625rem;
    text-transform: uppercase; }
  .media-feed-layout .thumbnails.big .item .title {
    display: block;
    font-size: 0.875rem;
    text-transform: uppercase; }
  .media-feed-layout .thumbnails.big .item .inner-bottom {
    margin-top: 14px;
    *zoom: 1; }
    .media-feed-layout .thumbnails.big .item .inner-bottom:after {
      content: "";
      display: table;
      clear: both; }
  .media-feed-layout .thumbnails.big .item .show-more {
    float: left;
    margin-right: 5px;
    z-index: 0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #0199fa;
    -webkit-transition: color 0.25s false;
    -moz-transition: color 0.25s false false;
    -o-transition: color 0.25s false false;
    transition: color 0.25s;
    height: 45px;
    line-height: 45px;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    font-size: 0.875rem; }
    .media-feed-layout .thumbnails.big .item .show-more:before {
      content: '';
      z-index: -1;
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 400%;
      height: 0;
      background-color: #0084d8;
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -moz-transform 0.3s ease-in-out false;
      -o-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -o-transform 0.3s ease-in-out false;
      transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out; }
    @media all and (min-width: 940px) {
      .media-feed-layout .thumbnails.big .item .show-more:hover:before {
        opacity: 1;
        height: 800%; } }
    @media all and (min-width: 940px) {
      .media-feed-layout .thumbnails.big .item .show-more {
        height: 55px;
        line-height: 55px;
        padding-right: 1.5625rem;
        padding-left: 1.5625rem;
        font-size: 1.125rem; } }
  .media-feed-layout .thumbnails.big .item .service-links {
    float: left;
    height: 45px; }
    .media-feed-layout .thumbnails.big .item .service-links .service-label {
      z-index: 0;
      position: relative;
      cursor: pointer;
      overflow: hidden;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      -o-transform-style: preserve-3d;
      transform-style: preserve-3d;
      display: inline-block;
      text-align: center;
      text-transform: uppercase;
      color: #fff;
      background-color: #0199fa;
      -webkit-transition: color 0.25s false;
      -moz-transition: color 0.25s false false;
      -o-transition: color 0.25s false false;
      transition: color 0.25s;
      background-color: #c8c809;
      height: 45px;
      line-height: 45px;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      font-size: 0.875rem;
      width: 2.8125rem; }
      .media-feed-layout .thumbnails.big .item .service-links .service-label:before {
        content: '';
        z-index: -1;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 400%;
        height: 0;
        background-color: #0084d8;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        -o-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -moz-transform 0.3s ease-in-out false;
        -o-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -o-transform 0.3s ease-in-out false;
        transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out; }
      @media all and (min-width: 940px) {
        .media-feed-layout .thumbnails.big .item .service-links .service-label:hover:before {
          opacity: 1;
          height: 800%; } }
      .media-feed-layout .thumbnails.big .item .service-links .service-label:before {
        background-color: #b2b203; }
      @media all and (min-width: 940px) {
        .media-feed-layout .thumbnails.big .item .service-links .service-label {
          height: 55px;
          line-height: 55px;
          padding-right: 1.5625rem;
          padding-left: 1.5625rem;
          font-size: 1.125rem; } }
    .media-feed-layout .thumbnails.big .item .service-links .links a {
      line-height: 45px; }
      .media-feed-layout .thumbnails.big .item .service-links .links a .icon {
        width: 45px;
        height: 45px; }
        .media-feed-layout .thumbnails.big .item .service-links .links a .icon:before {
          font-size: 1.1875rem; }
  .media-feed-layout .thumbnails.big .item .group-right {
    width: 100%;
    right: 0; }
    .media-feed-layout .thumbnails.big .item .group-right .cover-image {
      height: 100%; }
  .media-feed-layout .thumbnails.big .item .media-opener {
    z-index: 5;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    text-indent: -1000px; }
    .media-feed-layout .thumbnails.big .item .media-opener.news:after {
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      text-decoration: inherit;
      -webkit-font-smoothing: antialiased;
      *margin-right: .3em;
      content: ""; }
    .media-feed-layout .thumbnails.big .item .media-opener.media-gallery:after {
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      text-decoration: inherit;
      -webkit-font-smoothing: antialiased;
      *margin-right: .3em;
      content: ""; }
    .media-feed-layout .thumbnails.big .item .media-opener.video-gallery:after {
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      text-decoration: inherit;
      -webkit-font-smoothing: antialiased;
      *margin-right: .3em;
      content: ""; }
    .media-feed-layout .thumbnails.big .item .media-opener:after {
      position: absolute;
      right: 68px;
      top: 0;
      bottom: 0;
      display: block;
      width: 36px;
      height: 36px;
      line-height: 36px;
      margin-top: auto;
      margin-bottom: auto;
      text-align: center;
      text-indent: 0;
      color: #c8c809;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      background-color: #fff; }

@media (min-width: 768px) {
  .media-feed-layout.advanced .thumbnails.big > .items-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .media-feed-layout.advanced .thumbnails.big .item {
    width: 730px;
    min-height: 410px;
    margin-left: 0;
    margin-right: 0; }
    .media-feed-layout.advanced .thumbnails.big .item .date-and-category {
      font-size: 0.8125rem; }
    .media-feed-layout.advanced .thumbnails.big .item .title {
      font-size: 1.4375rem; }
    .media-feed-layout.advanced .thumbnails.big .item .media-opener:after {
      right: 330px; }
  .media-feed-layout .thumbnails.big > .items-wrapper {
    padding-left: 0;
    padding-right: 0; }
  .media-feed-layout .thumbnails.big .item {
    width: 620px;
    min-height: 350px;
    margin-left: 0.15625rem;
    margin-right: 0.15625rem; }
    .media-feed-layout .thumbnails.big .item .skew-overlay {
      padding-left: 1.875rem;
      padding-right: 0.3125rem;
      padding-top: 28px;
      padding-bottom: 20px; }
    .media-feed-layout .thumbnails.big .item .inner-bottom {
      margin-top: 12px; }
    .media-feed-layout .thumbnails.big .item .title {
      font-size: 1.625rem; }
    .media-feed-layout .thumbnails.big .item .media-opener:after {
      width: 56px;
      height: 56px;
      line-height: 56px;
      right: 282px;
      font-size: 1.25rem; } }

@media (min-width: 940px) {
  .media-feed-layout.advanced .thumbnails.big > .items-wrapper {
    padding-left: 0;
    padding-right: 0; }
  .media-feed-layout.advanced .thumbnails.big .item {
    width: 950px;
    min-height: 535px;
    margin-left: 0.3125rem;
    margin-right: 0.3125rem; }
    .media-feed-layout.advanced .thumbnails.big .item .title {
      margin-top: 20px;
      font-size: 1.875rem; }
    .media-feed-layout.advanced .thumbnails.big .item .media-opener:after {
      right: 300px; }
  .media-feed-layout .thumbnails.big .item {
    width: 950px;
    min-height: 535px;
    margin-left: 0.3125rem;
    margin-right: 0.3125rem; }
    .media-feed-layout .thumbnails.big .item .skew-overlay {
      padding-top: 38px;
      padding-bottom: 25px;
      padding-left: 3.4375rem;
      padding-right: 2.1875rem; }
    .media-feed-layout .thumbnails.big .item .date-and-category {
      font-size: 1rem; }
    .media-feed-layout .thumbnails.big .item .title {
      font-size: 2.5rem; }
    .media-feed-layout .thumbnails.big .item .inner-bottom {
      margin-top: 13px; }
    .media-feed-layout .thumbnails.big .item .service-links {
      height: 55px; }
      .media-feed-layout .thumbnails.big .item .service-links .service-label {
        width: 3.4375rem; }
      .media-feed-layout .thumbnails.big .item .service-links .links a {
        line-height: 55px; }
        .media-feed-layout .thumbnails.big .item .service-links .links a .icon {
          width: 55px;
          height: 55px; }
    .media-feed-layout .thumbnails.big .item .media-opener:hover:after {
      -webkit-box-shadow: 0 3px 8px -1px rgba(0, 0, 0, 0.8);
      -moz-box-shadow: 0 3px 8px -1px rgba(0, 0, 0, 0.8);
      box-shadow: 0 3px 8px -1px rgba(0, 0, 0, 0.8); }
    .media-feed-layout .thumbnails.big .item .media-opener:after {
      width: 74px;
      height: 74px;
      line-height: 74px;
      right: 300px;
      -webkit-transition: box-shadow 0.2s 0s;
      -webkit-transition-delay: ease;
      -moz-transition: box-shadow 0.2s 0s ease;
      -o-transition: box-shadow 0.2s 0s ease;
      transition: box-shadow 0.2s 0s ease;
      font-size: 1.625rem; } }

@media (min-width: 1024px) {
  .media-feed-layout.advanced .thumbnails.big .item {
    /*.group-right {
						width: 580px;
					}*/ }
    .media-feed-layout.advanced .thumbnails.big .item .media-opener:after {
      right: 360px; }
  .media-feed-layout .thumbnails.big .item {
    /*.group-right {
					width: 580px;
				}*/ }
    .media-feed-layout .thumbnails.big .item .media-opener:after {
      right: 360px; } }

@media (min-width: 1280px) {
  .media-feed-layout.advanced .thumbnails.big .item {
    /*.group-right {
						width: 640px;
					}*/ }
    .media-feed-layout.advanced .thumbnails.big .item .media-opener:after {
      right: 430px; }
  .media-feed-layout .thumbnails.big .item {
    /*.group-right {
					width: 640px;
				}*/ }
    .media-feed-layout .thumbnails.big .item .media-opener:after {
      right: 430px; } }

.media-feed-layout {
  position: relative; }
  .media-feed-layout .ajax-progress-throbber {
    display: none; }
  .media-feed-layout .thumbnails.small {
    margin-bottom: 20px; }
  .media-feed-layout .no-result {
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 0;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }

@media (min-width: 768px) {
  .media-feed-layout .no-result {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

@media (min-width: 940px) {
  .media-feed-layout .no-result {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; } }

.media-bottom .banner {
  margin-top: 12px; }
  .media-bottom .banner img {
    margin-left: auto;
    margin-right: auto; }

.media-bottom .related-gallery {
  margin-top: 12px;
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 768px) {
  .media-bottom {
    *zoom: 1; }
    .media-bottom:after {
      content: "";
      display: table;
      clear: both; }
    .media-bottom .banner,
    .media-bottom .related-gallery {
      width: 50%;
      padding-left: 1.25rem;
      padding-right: 1.25rem; }
    .media-bottom .banner {
      float: left;
      margin-top: 72px; }
      .media-bottom .banner .banner-wrapper {
        height: 200px; }
    .media-bottom .related-gallery {
      margin-top: 24px;
      float: right; } }

@media (min-width: 940px) {
  .media-bottom .banner {
    margin-top: 68px; }
  .media-bottom .related-gallery {
    margin-top: 20px; }
  .media-bottom .banner,
  .media-bottom .related-gallery {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; } }

.media-actual-content ~ .media-list {
  margin-top: 10px; }

.media-infos {
  padding-top: 27px;
  padding-bottom: 25px; }
  #colorbox .media-infos {
    padding-top: 0; }
  .media-infos .node-title {
    font-size: 1.875rem;
    text-transform: uppercase; }
  .media-infos .date-and-category {
    margin-top: 15px; }
    .media-infos .date-and-category p,
    .media-infos .date-and-category time {
      color: #a6a6a6;
      font-size: 0.875rem; }
  .media-infos .media-share-header {
    margin-top: 20px; }
    .media-infos .media-share-header .service-label {
      display: none; }
    .media-infos .media-share-header .links {
      position: static;
      width: auto; }
      .media-infos .media-share-header .links a {
        line-height: 42px; }
        .media-infos .media-share-header .links a .icon {
          width: 42px;
          height: 42px; }

@media (min-width: 768px) {
  .media-infos {
    padding-top: 25px;
    padding-bottom: 28px;
    position: relative; }
    .media-infos .date-and-category {
      margin-top: 12px; }
    .media-infos .node-title {
      padding-right: 200px; }
    .media-infos .media-share-header {
      position: absolute;
      margin-top: 0;
      right: 1.25rem;
      top: 29px; } }

@media (min-width: 940px) {
  .media-infos {
    padding-top: 58px;
    padding-bottom: 40px; }
    #colorbox .media-infos .media-share-header {
      top: 0;
      right: 0; }
    .media-infos .media-share-header {
      top: 45px;
      right: 0.3125rem; } }

.media-actual-content {
  min-height: 80px;
  background-image: url("../images/loading_gray.gif");
  background-repeat: no-repeat;
  background-position: center; }
  .media-actual-content .slide-item {
    -webkit-transition: opacity 0.3s !important;
    -moz-transition: opacity 0.3s !important false;
    -o-transition: opacity 0.3s !important false;
    transition: opacity 0.3s !important; }
    .media-actual-content .slide-item a {
      text-transform: uppercase;
      display: inline-block;
      margin-top: 10px;
      color: #0199fa;
      font-size: 0.875rem;
      font-family: "Helvetica"; }
    .media-actual-content .slide-item img {
      min-height: 80px;
      display: block;
      margin-left: auto;
      margin-right: auto; }
  .media-actual-content .file-video > a {
    display: none; }
  .media-actual-content .file-video iframe {
    width: 100%; }

.media-list {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

@media all and (min-width: 940px) {
  .media-list {
    padding-right: 0;
    padding-left: 0; } }

.related-gallery a {
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s false;
  -moz-transition: opacity 0.2s false false;
  -o-transition: opacity 0.2s false false;
  transition: opacity 0.2s; }
  .related-gallery a.loaded {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  .related-gallery a, .related-gallery a a {
    color: #fff; }
  .related-gallery a .date-and-category,
  .related-gallery a .node-teaser-title,
  .related-gallery a .node-highlighted-title,
  .related-gallery a .title,
  .related-gallery a .node-title,
  .related-gallery a .country,
  .related-gallery a .short,
  .related-gallery a .countdown,
  .related-gallery a .handicap h2,
  .related-gallery a .description {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); }
  .related-gallery a .skew-overlay {
    background-color: #e5e52d;
    position: relative;
    z-index: 3;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%; }
    .related-gallery a .skew-overlay .triangle {
      position: absolute;
      z-index: 0;
      left: 100%;
      top: 0;
      display: block;
      content: '';
      width: 0;
      height: 0;
      border-top-style: solid;
      border-top-color: #e5e52d;
      border-right-style: solid;
      border-right-color: transparent; }
    .related-gallery a .skew-overlay .content {
      position: relative;
      z-index: 1;
      height: 100%;
      width: 100%; }
  .related-gallery a .recommended {
    display: block;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0; }
  .related-gallery a .skew-overlay {
    background: rgba(0, 0, 0, 0.4); }
    .related-gallery a .skew-overlay .triangle {
      border-top-color: rgba(0, 0, 0, 0.4); }

.related-gallery h4 {
  display: none; }

.related-gallery .skew-overlay {
  color: #fff;
  padding: 30px 0.625rem 30px 1.875rem; }

.related-gallery .cover-image {
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.related-gallery .date-and-category {
  font-size: 0.5625rem;
  text-transform: uppercase; }

.related-gallery #cboxLoadedContent p,
.related-gallery .title {
  font-size: 0.78125rem;
  font-family: "Helvetica Neue Heavy Condensed";
  text-transform: uppercase;
  margin-bottom: 0; }

.related-gallery .related-node-wrapper a {
  display: block; }

.related-gallery .recommended {
  width: 120px;
  background-color: #0199fa;
  color: #fff; }
  .related-gallery .recommended .outer {
    display: table;
    width: 100%;
    height: 100%; }
  .related-gallery .recommended .inner {
    display: table-cell;
    vertical-align: middle; }
  .related-gallery .recommended .text {
    font-size: 0.5625rem;
    font-family: "Helvetica";
    text-transform: uppercase;
    display: block;
    text-align: right; }
    .related-gallery .recommended .text:after {
      display: inline-block;
      content: '';
      margin-left: 3px;
      -webkit-transform: scale(0.65);
      -moz-transform: scale(0.65);
      -ms-transform: scale(0.65);
      -o-transform: scale(0.65);
      transform: scale(0.65);
      position: relative;
      top: 2px;
      background-image: url(../images/generated/spritesheet-1567005678655.png);
      background-position: -197px -145px;
      width: 22px;
      height: 11px; }

@media (min-width: 768px) {
  .related-gallery h4 {
    display: block;
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 20px; }
  .related-gallery .date-and-category {
    font-size: 0.65625rem; }
  .related-gallery #cboxLoadedContent p,
  .related-gallery .title {
    font-size: 0.90625rem; }
  .related-gallery .recommended {
    width: 130px; }
    .related-gallery .recommended .text {
      font-size: 0.65625rem;
      text-align: center; }
      .related-gallery .recommended .text:after {
        display: none; }
      .related-gallery .recommended .text:before {
        display: block;
        content: '';
        background-image: url(../images/generated/spritesheet-1567005678655.png);
        background-position: -197px -145px;
        width: 22px;
        height: 11px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 13px; } }

@media (min-width: 768px) {
  .related-gallery .skew-overlay {
    padding: 40px 0.625rem 40px 2.5rem; }
  .related-gallery .date-and-category {
    font-size: 0.8125rem; }
  .related-gallery #cboxLoadedContent p,
  .related-gallery .title {
    font-size: 1.125rem; }
  .related-gallery .recommended {
    width: 160px; }
    .related-gallery .recommended .text {
      font-size: 0.8125rem; } }

.view-display-id-meetings_latest_pane {
  *zoom: 1;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .view-display-id-meetings_latest_pane:after {
    content: "";
    display: table;
    clear: both; }
  .view-display-id-meetings_latest_pane .left {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    text-align: center; }
  .view-display-id-meetings_latest_pane time,
  .view-display-id-meetings_latest_pane .city,
  .view-display-id-meetings_latest_pane .country {
    display: inline;
    font-family: Helvetica;
    font-size: 1.25rem; }
  .view-display-id-meetings_latest_pane .title {
    margin-bottom: 25px;
    text-transform: uppercase; }
  .view-display-id-meetings_latest_pane .left-top .title {
    font-size: 1.25rem;
    color: #0199fa; }
  .view-display-id-meetings_latest_pane .left-bottom .title {
    font-family: "Helvetica Neue Heavy Condensed";
    font-size: 2rem; }
  .view-display-id-meetings_latest_pane .label {
    margin-bottom: 12px;
    font-family: "Helvetica"; }
  .view-display-id-meetings_latest_pane .geolocation-map {
    margin-top: 0;
    margin-bottom: 0; }

@media all and (min-width: 768px) {
  .view-display-id-meetings_latest_pane .ega-meeting-teaser {
    *zoom: 1; }
    .view-display-id-meetings_latest_pane .ega-meeting-teaser:after {
      content: "";
      display: table;
      clear: both; }
  .view-display-id-meetings_latest_pane .left,
  .view-display-id-meetings_latest_pane .right {
    width: 50%;
    float: left; }
  .view-display-id-meetings_latest_pane .left {
    padding-left: 1.25rem;
    padding-right: 0.625rem;
    padding-top: 15px; }
  .view-display-id-meetings_latest_pane .right {
    padding-left: 0.625rem;
    padding-right: 1.25rem; }
  .view-display-id-meetings_latest_pane .left {
    text-align: left; }
  .view-display-id-meetings_latest_pane .left-bottom .title {
    font-size: 2.125rem; } }

@media all and (min-width: 940px) {
  .view-display-id-meetings_latest_pane .left {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; }
  .view-display-id-meetings_latest_pane .right {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; } }

.view-display-id-meetings_pane {
  *zoom: 1;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .view-display-id-meetings_pane:after {
    content: "";
    display: table;
    clear: both; }
  .view-display-id-meetings_pane .view-content {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .view-display-id-meetings_pane .accordion-item {
    margin-bottom: 2px;
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  .view-display-id-meetings_pane .question {
    float: left;
    width: 100%;
    min-height: 55px;
    padding-right: 3.125rem;
    padding-left: 1.5625rem;
    line-height: 1.5;
    text-transform: uppercase;
    font-size: 0.875rem; }
    .view-display-id-meetings_pane .question .top-right > div {
      display: inline; }
    .view-display-id-meetings_pane .question:after {
      top: 50%;
      margin-top: -8px; }
    .view-display-id-meetings_pane .question.opened {
      color: #fff;
      background-color: #0199fa; }
      .view-display-id-meetings_pane .question.opened:after {
        border-color: #fff;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
  .view-display-id-meetings_pane .answer {
    clear: both; }
    .view-display-id-meetings_pane .answer .file {
      float: left;
      margin-top: 10px;
      margin-right: 1.5em;
      text-align: center;
      width: 180px;
      height: 116px;
      overflow: hidden; }
      .view-display-id-meetings_pane .answer .file:first-child {
        margin-top: 0; }
    .view-display-id-meetings_pane .answer > div {
      margin-top: 40px; }
      .view-display-id-meetings_pane .answer > div:first-child {
        margin-top: 0; }
    .view-display-id-meetings_pane .answer .label {
      margin-bottom: 25px;
      font-family: "Helvetica";
      font-size: 1rem; }
    .view-display-id-meetings_pane .answer .description {
      margin-top: 5px;
      font-family: "Helvetica";
      font-size: 0.875rem;
      color: #595959; }

@media all and (min-width: 768px) {
  .view-display-id-meetings_pane .view-content {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  .view-display-id-meetings_pane .accordion-item {
    margin-bottom: 10px; }
  .view-display-id-meetings_pane .question {
    padding-top: 18px;
    padding-left: 0; }
    .view-display-id-meetings_pane .question > div, .view-display-id-meetings_pane .question > h3 {
      float: left; }
    .view-display-id-meetings_pane .question .time {
      width: 35%;
      padding-right: 0.625rem;
      padding-left: 2.5rem; }
    .view-display-id-meetings_pane .question .title-wrapper {
      width: 35%;
      padding-right: 0.625rem; }
    .view-display-id-meetings_pane .question .top-right {
      width: 30%; }
    .view-display-id-meetings_pane .question h3 {
      margin: 0;
      font-size: inherit; }
  .view-display-id-meetings_pane .answer {
    *zoom: 1;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    /*.label,
			.description {
				padding: {
					right: rem-calc(10);
					left: rem-calc(10);
				}
			}*/ }
    .view-display-id-meetings_pane .answer:after {
      content: "";
      display: table;
      clear: both; } }

@media all and (min-width: 940px) {
  .view-display-id-meetings_pane .view-content {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; } }

.node-type-news .node-content-wrapper {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  .node-type-news .node-content-wrapper .body {
    *zoom: 1; }
    .node-type-news .node-content-wrapper .body:after {
      content: "";
      display: table;
      clear: both; }
  .node-type-news .node-content-wrapper p {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.4; }
  .node-type-news .node-content-wrapper .node-share {
    display: none; }

@media (min-width: 768px) {
  .node-type-news .node-content-wrapper .node-share {
    display: block; }
    .node-type-news .node-content-wrapper .node-share .service-label {
      display: none; }
    .node-type-news .node-content-wrapper .node-share .links {
      position: static;
      float: left;
      width: auto; }
      .node-type-news .node-content-wrapper .node-share .links a {
        line-height: 42px; }
        .node-type-news .node-content-wrapper .node-share .links a .icon {
          width: 42px;
          height: 42px; } }

@media (min-width: 940px) {
  .node-type-news .node-content-wrapper {
    padding-top: 45px; }
    .node-type-news .node-content-wrapper p {
      max-width: 600px;
      margin: 15px auto; }
    .node-type-news .node-content-wrapper .node-share {
      margin-top: 35px;
      margin-bottom: 15px; } }

@media (min-width: 1280px) {
  .node-type-news .node-content-wrapper {
    background-color: #fff; } }

.node-type-news .node-header-wrapper {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .node-type-news .node-header-wrapper .skew-overlay {
    padding-top: 30px;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-bottom: 40px; }
  .node-type-news .node-header-wrapper .date-and-category {
    font-size: 0.875rem; }
  .node-type-news .node-header-wrapper h1 {
    font-size: 1.5625rem;
    margin-top: 0;
    margin-bottom: 0; }
  .node-type-news .node-header-wrapper .node-share-header .service-label {
    display: none; }
  .node-type-news .node-header-wrapper .node-share-header .links {
    position: static;
    width: auto;
    float: left; }
    .node-type-news .node-header-wrapper .node-share-header .links a {
      line-height: 42px; }
      .node-type-news .node-header-wrapper .node-share-header .links a .icon {
        width: 42px;
        height: 42px; }
  .node-type-news .node-header-wrapper .node-share-header,
  .node-type-news .node-header-wrapper .node-title {
    margin-top: 20px; }
  .node-type-news .node-header-wrapper .node-header-left img {
    display: block;
    width: 100%; }

@media (min-width: 768px) {
  .node-type-news .node-header-wrapper {
    position: relative;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.2s false;
    -moz-transition: opacity 0.2s false false;
    -o-transition: opacity 0.2s false false;
    transition: opacity 0.2s; }
    .node-type-news .node-header-wrapper.loaded {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
    .node-type-news .node-header-wrapper, .node-type-news .node-header-wrapper a {
      color: #fff; }
    .node-type-news .node-header-wrapper .date-and-category,
    .node-type-news .node-header-wrapper .node-teaser-title,
    .node-type-news .node-header-wrapper .node-highlighted-title,
    .node-type-news .node-header-wrapper .title,
    .node-type-news .node-header-wrapper .node-title,
    .node-type-news .node-header-wrapper .country,
    .node-type-news .node-header-wrapper .short,
    .node-type-news .node-header-wrapper .countdown,
    .node-type-news .node-header-wrapper .handicap h2,
    .node-type-news .node-header-wrapper .description {
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); }
    .node-type-news .node-header-wrapper .node-header-right .skew-overlay {
      background-color: rgba(0, 17, 50, 0.4);
      position: relative;
      z-index: 3;
      left: 0;
      top: 0;
      bottom: 0;
      height: 100%; }
      .node-type-news .node-header-wrapper .node-header-right .skew-overlay .triangle {
        position: absolute;
        z-index: 0;
        left: 100%;
        top: 0;
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-top-style: solid;
        border-top-color: rgba(0, 17, 50, 0.4);
        border-right-style: solid;
        border-right-color: transparent; }
      .node-type-news .node-header-wrapper .node-header-right .skew-overlay .content {
        position: relative;
        z-index: 1;
        height: 100%;
        width: 100%; }
    .node-type-news .node-header-wrapper .node-header-left {
      display: block;
      position: absolute;
      z-index: 1;
      right: 0;
      top: 0;
      bottom: 0; }
    .node-type-news .node-header-wrapper .node-header-right .skew-overlay {
      padding-top: 20px;
      padding-left: 2.1875rem;
      padding-right: 3.75rem;
      padding-bottom: 20px;
      position: absolute;
      max-width: 50%; }
      .node-type-news .node-header-wrapper .node-header-right .skew-overlay .middle-wrapper {
        display: table;
        width: 100%;
        height: 100%; }
      .node-type-news .node-header-wrapper .node-header-right .skew-overlay .middle {
        display: table-cell;
        vertical-align: middle; }
    .node-type-news .node-header-wrapper .date-and-category {
      font-size: 1.125rem; }
    .node-type-news .node-header-wrapper .node-title {
      margin-top: 30px; }
    .node-type-news .node-header-wrapper .node-header-left {
      height: auto;
      width: 100%;
      position: static; } }

@media (min-width: 940px) {
  .node-type-news .node-header-wrapper .node-header-right .skew-overlay {
    padding-left: 3.125rem;
    padding-right: 0.625rem; }
  .node-type-news .node-header-wrapper h1 {
    font-size: 2.375rem; } }

.page-news .ega-two-column-header-wrapper {
  background-color: #ececec; }
  .page-news .ega-two-column-header-wrapper .ega-two-column-header {
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 27px;
    padding-bottom: 20px;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .page-news .ega-two-column-header-wrapper h1 {
    font-size: 1.875rem;
    margin-top: 0;
    margin-bottom: 0; }
  .page-news .ega-two-column-header-wrapper form {
    margin-top: 17px; }
  .page-news .ega-two-column-header-wrapper .form-type-date-select,
  .page-news .ega-two-column-header-wrapper .form-item-field-country-iso2 {
    margin-bottom: 10px; }

@media (min-width: 768px) {
  .page-news .ega-two-column-header-wrapper .ega-two-column-header {
    padding-top: 25px;
    padding-left: 0.46875rem;
    padding-right: 0.46875rem; }
  .page-news .ega-two-column-header-wrapper h1 {
    padding-left: 0.78125rem;
    padding-right: 0.78125rem; }
  .page-news .ega-two-column-header-wrapper form {
    margin-top: 15px; }
    .page-news .ega-two-column-header-wrapper form > div {
      *zoom: 1; }
      .page-news .ega-two-column-header-wrapper form > div:after {
        content: "";
        display: table;
        clear: both; }
  .page-news .ega-two-column-header-wrapper #edit-field-date-value-value-wrapper,
  .page-news .ega-two-column-header-wrapper .form-item-field-category-tid,
  .page-news .ega-two-column-header-wrapper .form-item-field-country-iso2 {
    width: 33.3333333333%;
    clear: right;
    float: left;
    padding-left: 0.78125rem;
    padding-right: 0.78125rem; }
  .page-news .ega-two-column-header-wrapper .form-type-date-select,
  .page-news .ega-two-column-header-wrapper .form-item-field-country-iso2 {
    margin-bottom: 0; } }

@media (min-width: 940px) {
  .page-news .ega-two-column-header-wrapper .ega-two-column-header {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0; }
  .page-news .ega-two-column-header-wrapper h1 {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; }
  .page-news .ega-two-column-header-wrapper #edit-field-date-value-value-wrapper,
  .page-news .ega-two-column-header-wrapper .form-item-field-category-tid,
  .page-news .ega-two-column-header-wrapper .form-item-field-country-iso2 {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; } }

.page-news .ega-node-highlighted .skew-overlay {
  background-color: rgba(66, 66, 66, 0.4); }
  .page-news .ega-node-highlighted .skew-overlay .triangle {
    border-top-color: rgba(66, 66, 66, 0.4); }

.page-news .ega-node-teaser .skew-overlay {
  background-color: rgba(66, 66, 66, 0.4); }
  .page-news .ega-node-teaser .skew-overlay .triangle {
    border-top-color: rgba(66, 66, 66, 0.4); }

.ega-two-column-highlighted .ega-two-column-header-wrapper {
  background-color: #ececec; }
  .ega-two-column-highlighted .ega-two-column-header-wrapper .ega-two-column-header {
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 25px;
    padding-bottom: 20px;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .ega-two-column-highlighted .ega-two-column-header-wrapper h1 {
    font-size: 1.875rem;
    margin-top: 0;
    margin-bottom: 0; }
  .ega-two-column-highlighted .ega-two-column-header-wrapper form {
    margin-top: 15px; }
  .ega-two-column-highlighted .ega-two-column-header-wrapper .form-type-date-select,
  .ega-two-column-highlighted .ega-two-column-header-wrapper .form-item-country-filter {
    margin-bottom: 10px; }
  .ega-two-column-highlighted .ega-two-column-header-wrapper .form-item-field-category-tid {
    margin-bottom: 0; }
  .ega-two-column-highlighted .ega-two-column-header-wrapper .container-inline-date .date-padding {
    padding: 0; }
  .ega-two-column-highlighted .ega-two-column-header-wrapper .container-inline-date > .form-item {
    display: block;
    margin-right: 0;
    width: 100%; }
  .ega-two-column-highlighted .ega-two-column-header-wrapper .container-inline-date .form-item select {
    margin-right: 0; }
  .ega-two-column-highlighted .ega-two-column-header-wrapper .container-inline-date .date-padding,
  .ega-two-column-highlighted .ega-two-column-header-wrapper .container-inline-date .form-item .form-item {
    float: none; }
  .ega-two-column-highlighted .ega-two-column-header-wrapper .container-inline-date .form-type-date-select .form-item {
    margin-bottom: 0; }

.ega-one-column-simple .view-filters {
  padding-top: 15px;
  padding-bottom: 20px; }
  .ega-one-column-simple .view-filters .views-exposed-widget {
    float: none;
    margin-bottom: 10px;
    padding: 0; }

@media (min-width: 768px) {
  .ega-two-column-highlighted .ega-two-column-header-wrapper .ega-two-column-header {
    padding-left: 0.46875rem;
    padding-right: 0.46875rem; }
  .ega-two-column-highlighted .ega-two-column-header-wrapper h1 {
    padding-left: 0.78125rem;
    padding-right: 0.78125rem; }
  .ega-two-column-highlighted .ega-two-column-header-wrapper form > div {
    *zoom: 1; }
    .ega-two-column-highlighted .ega-two-column-header-wrapper form > div:after {
      content: "";
      display: table;
      clear: both; }
  .ega-two-column-highlighted .ega-two-column-header-wrapper #edit-field-date-value-value-wrapper,
  .ega-two-column-highlighted .ega-two-column-header-wrapper .form-item-field-category-tid,
  .ega-two-column-highlighted .ega-two-column-header-wrapper .form-item-country-filter {
    width: 33.3333333333%;
    clear: right;
    float: left;
    padding-left: 0.78125rem;
    padding-right: 0.78125rem; }
  .ega-two-column-highlighted .ega-two-column-header-wrapper .form-type-date-select,
  .ega-two-column-highlighted .ega-two-column-header-wrapper .form-item-country-filter {
    margin-bottom: 0; }
  .ega-one-column-simple .view-filters form > div {
    *zoom: 1; }
    .ega-one-column-simple .view-filters form > div:after {
      content: "";
      display: table;
      clear: both; }
  .ega-one-column-simple .view-filters .views-exposed-widget {
    width: 33.3333333333%;
    clear: right;
    float: left;
    padding-left: 0.78125rem;
    padding-right: 0.78125rem;
    margin-bottom: 0; } }

@media (min-width: 940px) {
  .ega-two-column-highlighted .ega-two-column-header-wrapper .ega-two-column-header {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0; }
  .ega-two-column-highlighted .ega-two-column-header-wrapper h1 {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; }
  .ega-two-column-highlighted .ega-two-column-header-wrapper #edit-field-date-value-value-wrapper,
  .ega-two-column-highlighted .ega-two-column-header-wrapper .form-item-field-category-tid,
  .ega-two-column-highlighted .ega-two-column-header-wrapper .form-item-country-filter {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; }
  .ega-one-column-simple .view-filters .views-exposed-widget {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; } }

.ega-node-teaser {
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s false;
  -moz-transition: opacity 0.2s false false;
  -o-transition: opacity 0.2s false false;
  transition: opacity 0.2s; }
  .ega-node-teaser.loaded {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  .ega-node-teaser, .ega-node-teaser a {
    color: #fff; }
  .ega-node-teaser .date-and-category,
  .ega-node-teaser .node-teaser-title,
  .ega-node-teaser .node-highlighted-title,
  .ega-node-teaser .title,
  .ega-node-teaser .node-title,
  .ega-node-teaser .country,
  .ega-node-teaser .short,
  .ega-node-teaser .countdown,
  .ega-node-teaser .handicap h2,
  .ega-node-teaser .description {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); }
  .ega-node-teaser .skew-overlay {
    background-color: rgba(0, 17, 50, 0.4);
    position: relative;
    z-index: 3;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%; }
    .ega-node-teaser .skew-overlay .triangle {
      position: absolute;
      z-index: 0;
      left: 100%;
      top: 0;
      display: block;
      content: '';
      width: 0;
      height: 0;
      border-top-style: solid;
      border-top-color: rgba(0, 17, 50, 0.4);
      border-right-style: solid;
      border-right-color: transparent; }
    .ega-node-teaser .skew-overlay .content {
      position: relative;
      z-index: 1;
      height: 100%;
      width: 100%; }
  .ega-node-teaser .node-teaser-right a {
    display: block;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0; }

.ega-node-highlighted {
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s false;
  -moz-transition: opacity 0.2s false false;
  -o-transition: opacity 0.2s false false;
  transition: opacity 0.2s; }
  .ega-node-highlighted.loaded {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  .ega-node-highlighted, .ega-node-highlighted a {
    color: #fff; }
  .ega-node-highlighted .date-and-category,
  .ega-node-highlighted .node-teaser-title,
  .ega-node-highlighted .node-highlighted-title,
  .ega-node-highlighted .title,
  .ega-node-highlighted .node-title,
  .ega-node-highlighted .country,
  .ega-node-highlighted .short,
  .ega-node-highlighted .countdown,
  .ega-node-highlighted .handicap h2,
  .ega-node-highlighted .description {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); }
  .ega-node-highlighted .skew-overlay {
    background-color: rgba(0, 17, 50, 0.4);
    position: relative;
    z-index: 3;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%; }
    .ega-node-highlighted .skew-overlay .triangle {
      position: absolute;
      z-index: 0;
      left: 100%;
      top: 0;
      display: block;
      content: '';
      width: 0;
      height: 0;
      border-top-style: solid;
      border-top-color: rgba(0, 17, 50, 0.4);
      border-right-style: solid;
      border-right-color: transparent; }
    .ega-node-highlighted .skew-overlay .content {
      position: relative;
      z-index: 1;
      height: 100%;
      width: 100%; }
  .ega-node-highlighted .node-highlighted-right a {
    display: block;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0; }

.ega-node-teaser,
.ega-node-highlighted {
  min-height: 270px;
  height: 100%; }
  .ega-node-teaser .node-teaser-image-count,
  .ega-node-teaser .node-teaser-video-length,
  .ega-node-highlighted .node-teaser-image-count,
  .ega-node-highlighted .node-teaser-video-length {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #0199fa;
    color: #fff;
    padding-left: 0.8125rem;
    padding-right: 0.8125rem;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 0.6875rem;
    z-index: 2; }
    .ega-node-teaser .node-teaser-image-count:before,
    .ega-node-teaser .node-teaser-video-length:before,
    .ega-node-highlighted .node-teaser-image-count:before,
    .ega-node-highlighted .node-teaser-video-length:before {
      margin-right: 5px; }
  .ega-node-teaser .node-teaser-image-count:before,
  .ega-node-highlighted .node-teaser-image-count:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: ""; }
  .ega-node-teaser .node-teaser-video-length:before,
  .ega-node-highlighted .node-teaser-video-length:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: ""; }
  @media (min-width: 940px) {
    .ega-node-teaser .node-teaser-image-count,
    .ega-node-teaser .node-teaser-video-length,
    .ega-node-highlighted .node-teaser-image-count,
    .ega-node-highlighted .node-teaser-video-length {
      font-size: 1rem;
      padding-left: 1.1875rem;
      padding-right: 1.1875rem;
      padding-top: 13px;
      padding-bottom: 13px; }
      .ega-node-teaser .node-teaser-image-count:before,
      .ega-node-teaser .node-teaser-video-length:before,
      .ega-node-highlighted .node-teaser-image-count:before,
      .ega-node-highlighted .node-teaser-video-length:before {
        margin-right: 0.625rem; } }
  .ega-node-teaser .skew-overlay,
  .ega-node-highlighted .skew-overlay {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    padding-top: 23px;
    padding-bottom: 18px; }
  .ega-node-teaser .date-and-category,
  .ega-node-highlighted .date-and-category {
    font-size: 0.625rem; }
  .ega-node-teaser .node-teaser-title,
  .ega-node-teaser .node-highlighted-title,
  .ega-node-highlighted .node-teaser-title,
  .ega-node-highlighted .node-highlighted-title {
    margin-top: 7px; }
    .ega-node-teaser .node-teaser-title h2,
    .ega-node-teaser .node-highlighted-title h2,
    .ega-node-highlighted .node-teaser-title h2,
    .ega-node-highlighted .node-highlighted-title h2 {
      margin-top: 0;
      margin-bottom: 0; }
    .ega-node-teaser .node-teaser-title a,
    .ega-node-teaser .node-highlighted-title a,
    .ega-node-highlighted .node-teaser-title a,
    .ega-node-highlighted .node-highlighted-title a {
      display: block;
      font-size: 0.875rem; }
  .ega-node-teaser .node-teaser-show-more-share,
  .ega-node-teaser .node-highlighted-show-more-share,
  .ega-node-highlighted .node-teaser-show-more-share,
  .ega-node-highlighted .node-highlighted-show-more-share {
    margin-top: 15px;
    *zoom: 1; }
    .ega-node-teaser .node-teaser-show-more-share:after,
    .ega-node-teaser .node-highlighted-show-more-share:after,
    .ega-node-highlighted .node-teaser-show-more-share:after,
    .ega-node-highlighted .node-highlighted-show-more-share:after {
      content: "";
      display: table;
      clear: both; }
  .ega-node-teaser .node-teaser-show-more,
  .ega-node-teaser .node-highlighted-show-more,
  .ega-node-highlighted .node-teaser-show-more,
  .ega-node-highlighted .node-highlighted-show-more {
    float: left;
    margin-right: 0.3125rem; }
    .ega-node-teaser .node-teaser-show-more li,
    .ega-node-teaser .node-highlighted-show-more li,
    .ega-node-highlighted .node-teaser-show-more li,
    .ega-node-highlighted .node-highlighted-show-more li {
      margin-right: 0; }
    .ega-node-teaser .node-teaser-show-more a,
    .ega-node-teaser .node-highlighted-show-more a,
    .ega-node-highlighted .node-teaser-show-more a,
    .ega-node-highlighted .node-highlighted-show-more a {
      z-index: 0;
      position: relative;
      cursor: pointer;
      overflow: hidden;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      -o-transform-style: preserve-3d;
      transform-style: preserve-3d;
      display: inline-block;
      text-align: center;
      text-transform: uppercase;
      color: #fff;
      background-color: #0199fa;
      -webkit-transition: color 0.25s false;
      -moz-transition: color 0.25s false false;
      -o-transition: color 0.25s false false;
      transition: color 0.25s;
      height: 25px;
      line-height: 25px;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      font-size: 0.5625rem; }
      .ega-node-teaser .node-teaser-show-more a:before,
      .ega-node-teaser .node-highlighted-show-more a:before,
      .ega-node-highlighted .node-teaser-show-more a:before,
      .ega-node-highlighted .node-highlighted-show-more a:before {
        content: '';
        z-index: -1;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 400%;
        height: 0;
        background-color: #0084d8;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        -o-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -moz-transform 0.3s ease-in-out false;
        -o-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -o-transform 0.3s ease-in-out false;
        transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out; }
      @media all and (min-width: 940px) {
        .ega-node-teaser .node-teaser-show-more a:hover:before,
        .ega-node-teaser .node-highlighted-show-more a:hover:before,
        .ega-node-highlighted .node-teaser-show-more a:hover:before,
        .ega-node-highlighted .node-highlighted-show-more a:hover:before {
          opacity: 1;
          height: 800%; } }
      @media all and (min-width: 768px) {
        .ega-node-teaser .node-teaser-show-more a,
        .ega-node-teaser .node-highlighted-show-more a,
        .ega-node-highlighted .node-teaser-show-more a,
        .ega-node-highlighted .node-highlighted-show-more a {
          height: 35px;
          line-height: 35px;
          padding-right: 0.9375rem;
          padding-left: 0.9375rem;
          font-size: 0.6875rem; } }
      @media all and (min-width: 940px) {
        .ega-node-teaser .node-teaser-show-more a,
        .ega-node-teaser .node-highlighted-show-more a,
        .ega-node-highlighted .node-teaser-show-more a,
        .ega-node-highlighted .node-highlighted-show-more a {
          font-size: 0.875rem; } }
  .ega-node-teaser .node-teaser-share,
  .ega-node-teaser .node-highlighted-share,
  .ega-node-highlighted .node-teaser-share,
  .ega-node-highlighted .node-highlighted-share {
    float: left; }
    .ega-node-teaser .node-teaser-share .service-links,
    .ega-node-teaser .node-highlighted-share .service-links,
    .ega-node-highlighted .node-teaser-share .service-links,
    .ega-node-highlighted .node-highlighted-share .service-links {
      height: 25px; }
      .ega-node-teaser .node-teaser-share .service-links .links a,
      .ega-node-teaser .node-highlighted-share .service-links .links a,
      .ega-node-highlighted .node-teaser-share .service-links .links a,
      .ega-node-highlighted .node-highlighted-share .service-links .links a {
        line-height: 25px; }
        .ega-node-teaser .node-teaser-share .service-links .links a .icon,
        .ega-node-teaser .node-highlighted-share .service-links .links a .icon,
        .ega-node-highlighted .node-teaser-share .service-links .links a .icon,
        .ega-node-highlighted .node-highlighted-share .service-links .links a .icon {
          width: 25px;
          height: 25px; }
          .ega-node-teaser .node-teaser-share .service-links .links a .icon:before,
          .ega-node-teaser .node-highlighted-share .service-links .links a .icon:before,
          .ega-node-highlighted .node-teaser-share .service-links .links a .icon:before,
          .ega-node-highlighted .node-highlighted-share .service-links .links a .icon:before {
            font-size: 1rem; }
  .ega-node-teaser .node-teaser-right a,
  .ega-node-teaser .node-highlighted-right a,
  .ega-node-highlighted .node-teaser-right a,
  .ega-node-highlighted .node-highlighted-right a {
    width: 100%; }

@media (min-width: 768px) {
  .ega-node-highlighted {
    min-height: 400px; }
  .ega-node-teaser .skew-overlay,
  .ega-node-highlighted .skew-overlay {
    padding-left: 1.875rem;
    padding-right: 0.3125rem;
    padding-top: 28px;
    padding-bottom: 20px; }
  .ega-node-teaser .date-and-category,
  .ega-node-highlighted .date-and-category {
    font-size: 0.625rem; }
  .ega-node-teaser .node-teaser-share .service-links,
  .ega-node-teaser .node-highlighted-share .service-links,
  .ega-node-highlighted .node-teaser-share .service-links,
  .ega-node-highlighted .node-highlighted-share .service-links {
    height: 35px; }
    .ega-node-teaser .node-teaser-share .service-links .links a,
    .ega-node-teaser .node-highlighted-share .service-links .links a,
    .ega-node-highlighted .node-teaser-share .service-links .links a,
    .ega-node-highlighted .node-highlighted-share .service-links .links a {
      line-height: 35px; }
      .ega-node-teaser .node-teaser-share .service-links .links a .icon,
      .ega-node-teaser .node-highlighted-share .service-links .links a .icon,
      .ega-node-highlighted .node-teaser-share .service-links .links a .icon,
      .ega-node-highlighted .node-highlighted-share .service-links .links a .icon {
        width: 35px;
        height: 35px; } }

@media (min-width: 940px) {
  .ega-node-highlighted {
    min-height: 400px; }
    .ega-node-highlighted .skew-overlay {
      padding-left: 2.5rem;
      padding-right: 0.9375rem;
      padding-top: 57px;
      padding-bottom: 38px; }
    .ega-node-highlighted .date-and-category {
      font-size: 1.25rem; }
    .ega-node-highlighted .node-highlighted-title {
      margin-top: 15px; }
      .ega-node-highlighted .node-highlighted-title a {
        font-size: 1.6875rem; }
    .ega-node-highlighted .node-highlighted-show-more-share {
      margin-top: 20px; }
    .ega-node-highlighted .node-highlighted-show-more a {
      height: 55px;
      line-height: 55px;
      padding-left: 1.5625rem;
      padding-right: 1.5625rem;
      font-size: 1.125rem; }
    .ega-node-highlighted .node-highlighted-share .service-label {
      width: 3.4375rem;
      height: 55px;
      line-height: 55px;
      padding-left: 1.5625rem;
      padding-right: 1.5625rem;
      font-size: 1.125rem; }
    .ega-node-highlighted .node-highlighted-share .service-links {
      height: 55px; }
      .ega-node-highlighted .node-highlighted-share .service-links .links a {
        line-height: 55px; }
        .ega-node-highlighted .node-highlighted-share .service-links .links a .icon {
          width: 55px;
          height: 55px; }
  .ega-node-teaser {
    min-height: 265px; }
    .ega-node-teaser .skew-overlay {
      padding-top: 38px;
      padding-bottom: 25px; }
    .ega-node-teaser .date-and-category {
      font-size: 0.8125rem; }
    .ega-node-teaser .node-teaser-title {
      margin-top: 10px; }
      .ega-node-teaser .node-teaser-title a {
        font-size: 1.125rem; } }

@media (min-width: 940px) {
  #official-sponsors .arrows {
    position: absolute;
    right: 0;
    top: 0; }
    #official-sponsors .arrows .slick-prev,
    #official-sponsors .arrows .slick-next {
      position: absolute;
      top: 0;
      width: 35px;
      height: 35px;
      margin-top: 0;
      text-indent: -10000px;
      background-color: #f7f7f7;
      -webkit-transition: background 0.3s 0;
      -webkit-transition-delay: linear;
      -moz-transition: background 0.3s 0 linear;
      -o-transition: background 0.3s 0 linear;
      transition: background 0.3s 0 linear; }
      #official-sponsors .arrows .slick-prev:hover,
      #official-sponsors .arrows .slick-next:hover {
        background-color: #ececec; }
      #official-sponsors .arrows .slick-prev:before,
      #official-sponsors .arrows .slick-next:before {
        display: none; }
      #official-sponsors .arrows .slick-prev:after,
      #official-sponsors .arrows .slick-next:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background-image: url(../images/generated/spritesheet-1567005678655.png);
        background-position: -87px -181px;
        width: 22px;
        height: 11px; }
    #official-sponsors .arrows .slick-prev {
      left: auto;
      right: 37px; }
      #official-sponsors .arrows .slick-prev:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
    #official-sponsors .arrows .slick-next {
      right: 0; } }

#official-sponsors .sponsor-item {
  height: 36px;
  padding: 0 5px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s false;
  -moz-transition: opacity 0.3s false false;
  -o-transition: opacity 0.3s false false;
  transition: opacity 0.3s; }
  #official-sponsors .sponsor-item.show {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  #official-sponsors .sponsor-item img {
    width: auto;
    height: 100%; }

@media (min-width: 768px) {
  #official-sponsors .sponsor-item {
    height: 60px; } }

@media (min-width: 940px) {
  #official-sponsors .sponsor-item {
    height: 60px; } }

#official-sponsors .sponsors-list {
  margin-bottom: 0; }

#official-sponsors .sponsor-view {
  *zoom: 1;
  background-color: #fff; }
  #official-sponsors .sponsor-view:after {
    content: "";
    display: table;
    clear: both; }

#official-sponsors .sponsor-item {
  float: left;
  display: block;
  width: 25%; }
  #official-sponsors .sponsor-item img {
    margin-left: auto;
    margin-right: auto; }

@media (min-width: 768px) {
  #official-sponsors .sponsor-item {
    width: 20%; } }

@media (min-width: 940px) {
  #official-sponsors .sponsor-item {
    width: 16.66666667%; } }

#official-sponsors h4 {
  margin-top: 0;
  margin-bottom: 33px; }

@media (min-width: 768px) {
  #official-sponsors h4 {
    margin-bottom: 50px; } }

.pager {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  text-align: right;
  cursor: default; }
  .pager li {
    display: inline-block;
    padding: 0;
    min-width: 44px;
    text-align: center;
    height: 44px;
    line-height: 42px;
    border: 1px solid #f7f7f7;
    color: #0199fa;
    background-color: #fff; }
    .pager li.pager__item--next, .pager li.pager__item--last, .pager li.pager__item--previous, .pager li.pager__item--first {
      font-family: "Helvetica"; }
    .pager li.pager__item--ellipsis, .pager li.pager__item--current {
      cursor: default; }
    .pager li.pager__item--current {
      border: 2px solid #0199fa;
      color: #0199fa;
      line-height: 40px; }
  .pager a {
    display: block;
    color: inherit;
    padding-left: 1.0625rem;
    padding-right: 1.0625rem; }

.pager-load-more {
  text-align: center; }
  .pager-load-more li {
    display: block;
    list-style: none;
    height: 55px;
    line-height: 55px; }
  .pager-load-more a {
    z-index: 1;
    position: relative;
    display: block;
    height: 55px;
    line-height: 55px;
    text-transform: uppercase;
    font-size: 0.875rem;
    color: #000;
    background-color: #f7f7f7;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: color 0.2s false;
    -moz-transition: color 0.2s false false;
    -o-transition: color 0.2s false false;
    transition: color 0.2s; }
    .pager-load-more a:before {
      content: '';
      z-index: -1;
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 0;
      background-color: #0199fa;
      -webkit-transition: height 0.2s ease-out;
      -moz-transition: height 0.2s ease-out false;
      -o-transition: height 0.2s ease-out false;
      transition: height 0.2s ease-out; }

@media (min-width: 768px) {
  .pager {
    margin-top: 10px;
    margin-bottom: 10px; }
  .pager-load-more a {
    height: 55px;
    line-height: 55px; } }

@media (min-width: 940px) {
  .pager {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0; }
    .pager li {
      -webkit-transition: border 0.2s false, color 0.2s false, background-color 0.2s false;
      -moz-transition: border 0.2s false false, color 0.2s false false, background-color 0.2s false false;
      -o-transition: border 0.2s false false, color 0.2s false false, background-color 0.2s false false;
      transition: border 0.2s, color 0.2s, background-color 0.2s; }
      .pager li:hover {
        background-color: #0199fa;
        color: #fff; }
      .pager li.pager__item--ellipsis:hover, .pager li.pager__item--current:hover {
        background-color: #fff; }
      .pager li.pager__item--ellipsis:hover {
        color: #0199fa; }
      .pager li.pager__item--current:hover {
        color: #0199fa; }
    .pager a {
      -webkit-transition: none false false;
      -moz-transition: none false false false;
      -o-transition: none false false false;
      transition: none; }
      .pager a:hover {
        color: inherit; }
  .pager-load-more a:hover {
    color: #fff; }
    .pager-load-more a:hover:before {
      height: 100%; } }

#colorbox #cboxWrapper {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

#colorbox #cboxContent {
  overflow: visible; }

#colorbox #cboxBottomCenter,
#colorbox #cboxBottomLeft,
#colorbox #cboxBottomRight {
  height: 35px; }

#colorbox #cboxTopRight,
#colorbox #cboxTopLeft,
#colorbox #cboxMiddleRight,
#colorbox #cboxMiddleLeft,
#colorbox #cboxBottomLeft,
#colorbox #cboxBottomRight {
  width: 10px; }

#colorbox #cboxTopCenter,
#colorbox #cboxTopLeft,
#colorbox #cboxTopRight {
  height: 50px; }

#colorbox #cboxLoadedContent {
  margin-bottom: 0; }

#colorbox #cboxClose {
  top: -50px;
  right: -10px;
  bottom: auto;
  width: 40px;
  height: 40px;
  background: #0199fa;
  -webkit-transition: background-color 0.2s false;
  -moz-transition: background-color 0.2s false false;
  -o-transition: background-color 0.2s false false;
  transition: background-color 0.2s; }
  #colorbox #cboxClose:focus {
    outline: none; }
  #colorbox #cboxClose:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    display: block;
    background-image: url(../images/generated/spritesheet-1567005678655.png);
    background-position: -246px -126px;
    width: 9px;
    height: 9px; }

#colorbox .ajax-progress-throbber {
  display: none; }

#cboxTitle {
  display: none !important; }

#cboxLoadedContent {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden !important;
  overflow-y: auto !important; }
  #cboxLoadedContent h2 {
    margin-top: 0;
    margin-bottom: 10px; }
  #cboxLoadedContent p {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: "Helvetica Neue Heavy Condensed";
    font-size: 0.875rem; }
  #cboxLoadedContent form {
    border-top: 2px solid #0199fa; }
  #cboxLoadedContent .form-item-pass .description-inner {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: right; }
  #cboxLoadedContent .form-actions + div a {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    margin-top: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    color: #fff;
    background-color: #0199fa;
    -webkit-transition: background-color 0.25s false;
    -moz-transition: background-color 0.25s false false;
    -o-transition: background-color 0.25s false false;
    transition: background-color 0.25s; }
  #cboxLoadedContent .base-theme-form .form-text {
    font-size: 1rem; }
  #cboxLoadedContent .federation-login-form .form-submit {
    font-size: 0.75rem; }

@media (min-width: 512px) {
  #colorbox #cboxTopRight,
  #colorbox #cboxTopLeft,
  #colorbox #cboxMiddleRight,
  #colorbox #cboxMiddleLeft,
  #colorbox #cboxBottomLeft,
  #colorbox #cboxBottomRight {
    width: 35px; }
  #colorbox #cboxClose {
    right: -35px; }
  #cboxLoadedContent .federation-login-form .form-submit {
    font-size: 1rem; } }

@media (min-width: 940px) {
  #colorbox #cboxClose:hover {
    background-color: #021a4a; }
  #cboxLoadedContent .form-actions + div a:hover {
    background-color: #021a4a; } }

.movement span,
.views-field-field-movement span {
  position: relative;
  overflow: visible;
  display: block;
  width: 15px;
  height: 15px;
  margin-top: -4px;
  text-indent: 20px;
  line-height: 1.5; }
  .movement span:after,
  .views-field-field-movement span:after {
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 0;
    line-height: 1;
    font-size: 0.8125rem; }

.movement .positive:after,
.movement .unchanged:after,
.views-field-field-movement .positive:after,
.views-field-field-movement .unchanged:after {
  color: #fff; }

.movement .positive,
.views-field-field-movement .positive {
  background-color: #95cb37; }
  .movement .positive:after,
  .views-field-field-movement .positive:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "";
    margin-top: 0;
    margin-left: 4px; }

.movement .negative,
.views-field-field-movement .negative {
  background-color: #e9e9e9; }
  .movement .negative:after,
  .views-field-field-movement .negative:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "";
    margin-top: 1px;
    margin-left: 4px;
    color: #000; }

.movement .unchanged,
.views-field-field-movement .unchanged {
  background-color: #46aad8; }
  .movement .unchanged:after,
  .views-field-field-movement .unchanged:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "";
    margin-top: 1px;
    margin-left: 6px; }

#rankings {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  *zoom: 1; }
  #rankings:after {
    content: "";
    display: table;
    clear: both; }
  #rankings .ranking {
    margin-top: 45px; }
    #rankings .ranking .views-row {
      position: relative;
      *zoom: 1; }
      #rankings .ranking .views-row:after {
        content: "";
        display: table;
        clear: both; }
    #rankings .ranking .view-header {
      margin-bottom: 25px; }
    #rankings .ranking h3 {
      margin: 0;
      font-size: 2.125rem; }
    #rankings .ranking .title {
      text-transform: uppercase; }
      #rankings .ranking .title a {
        color: #1e1e1e; }
    #rankings .ranking .country img {
      max-width: 30px;
      max-height: 20px; }
    #rankings .ranking .view-footer {
      margin-top: 25px;
      *zoom: 1; }
      #rankings .ranking .view-footer:after {
        content: "";
        display: table;
        clear: both; }
      #rankings .ranking .view-footer a {
        position: relative;
        text-transform: uppercase;
        font-family: "Helvetica";
        font-size: 0.875rem;
        color: #000; }
        #rankings .ranking .view-footer a:after {
          content: '';
          display: inline-block;
          margin-left: 10px;
          background-image: url(../images/generated/spritesheet-1567005678655.png);
          background-position: -87px -181px;
          width: 22px;
          height: 11px;
          -webkit-transition: margin-left 0.2s ease;
          -moz-transition: margin-left 0.2s ease false;
          -o-transition: margin-left 0.2s ease false;
          transition: margin-left 0.2s ease; }
        @media all and (min-width: 940px) {
          #rankings .ranking .view-footer a:hover:after {
            margin-left: 15px; } }
  #rankings .top .views-row {
    margin-bottom: 10px; }
  #rankings .top .group-left {
    position: relative;
    float: left;
    width: 105px;
    height: 105px; }
  #rankings .top .profile-image {
    height: 100%; }
  #rankings .top .rank,
  #rankings .top .movement {
    position: absolute;
    bottom: 0; }
  #rankings .top .rank {
    left: 0;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 1.125rem;
    background-color: #efefef; }
  #rankings .top .movement {
    left: 46px; }
  #rankings .top .group-right {
    padding-left: 8.125rem; }
  #rankings .top .country {
    margin-bottom: 5px; }
  #rankings .top .title {
    margin-bottom: 8px;
    font-size: 1.25rem; }
  #rankings .top .points {
    font-size: 0.875rem; }
  #rankings .bottom .views-row {
    margin-top: 10px;
    border-top: 1px solid #efefef;
    padding-left: 3.75rem;
    padding-top: 10px; }
  #rankings .bottom .rank {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 1.25rem;
    background-color: #efefef; }
  #rankings .bottom .movement,
  #rankings .bottom .title,
  #rankings .bottom .country,
  #rankings .bottom .points {
    float: left; }
  #rankings .bottom .movement {
    position: absolute;
    top: 15px;
    left: 60px; }
  #rankings .bottom .title {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 1.5625rem;
    font-size: 1rem; }
  #rankings .bottom .points {
    width: 100%;
    margin-top: -28px;
    padding-left: 2.8125rem;
    line-height: 25px;
    font-size: 0.8125rem; }

@media all and (min-width: 768px) {
  #rankings {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    #rankings .ranking .ega-one-column-simple,
    #rankings .ranking .ega-two-column-simple {
      display: table;
      width: 100%; }
    #rankings .ranking .view-header {
      margin-bottom: 30px; }
    #rankings .ranking h3 {
      font-size: 3rem; }
    #rankings .ranking .country {
      width: 2.5rem !important;
      text-align: right; }
      #rankings .ranking .country img {
        max-width: 40px;
        max-height: 26px; }
    #rankings .ranking .title {
      width: 100%; }
    #rankings .ranking .points {
      min-width: 4.375rem !important;
      width: 4.375rem !important;
      padding-left: 0.3125rem;
      padding-right: 0.3125rem;
      text-align: right;
      font-size: 1rem; }
    #rankings .ranking .view-footer {
      margin-top: 35px; }
    #rankings .top .group-left {
      width: 120px;
      height: 120px; }
    #rankings .top .rank {
      width: 54px;
      height: 54px;
      line-height: 54px;
      font-size: 1.4375rem; }
    #rankings .top .movement {
      left: 54px; }
    #rankings .top .group-right {
      display: table-cell;
      vertical-align: middle;
      width: 100%;
      min-height: 120px;
      padding-left: 0; }
    #rankings .top .country,
    #rankings .top .title,
    #rankings .top .points {
      display: table-cell;
      vertical-align: middle; }
    #rankings .top .country {
      width: 40px !important;
      padding-left: 1.875rem; }
    #rankings .top .title {
      padding-left: 1.25rem;
      font-size: 1.5rem; }
    #rankings .bottom {
      margin-top: 30px; }
      #rankings .bottom .ega-one-column-simple {
        min-height: 48px;
        height: 48px;
        padding-top: 5px; }
      #rankings .bottom .views-row {
        margin-top: 0;
        padding-left: 3rem;
        padding-top: 0; }
      #rankings .bottom .rank {
        font-size: 1.625rem; }
      #rankings .bottom .movement,
      #rankings .bottom .title,
      #rankings .bottom .country,
      #rankings .bottom .points {
        float: none;
        display: table-cell;
        vertical-align: middle; }
      #rankings .bottom .movement,
      #rankings .bottom .title,
      #rankings .bottom .points {
        margin-top: 0;
        margin-bottom: 0; }
      #rankings .bottom .movement,
      #rankings .bottom .title {
        padding-left: 0.625rem; }
      #rankings .bottom .movement {
        width: 15px !important;
        position: static; }
      #rankings .bottom .title {
        font-size: 1.25rem; }
      #rankings .bottom .points {
        line-height: 1.2; } }

@media all and (min-width: 940px) {
  #rankings .ranking {
    float: left;
    width: 50%;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem; }
    #rankings .ranking .title a:hover {
      color: #0199fa; } }

.rankings-content header {
  margin-bottom: 15px;
  padding-top: 25px;
  padding-bottom: 20px;
  background-color: #ececec; }

.rankings-content h1,
.rankings-content .base-theme-form,
.rankings-content .view-rankings,
.rankings-content .updated {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.rankings-content h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem; }

.rankings-content .base-theme-form > div {
  *zoom: 1; }
  .rankings-content .base-theme-form > div:after {
    content: "";
    display: table;
    clear: both; }

.rankings-content .base-theme-form .views-exposed-widgets {
  margin-bottom: 0; }

.rankings-content .base-theme-form .views-exposed-widget {
  float: none;
  margin-bottom: 10px;
  padding: 0; }

.rankings-content .base-theme-form .form-item,
.rankings-content .base-theme-form .views-submit-button {
  margin-bottom: 0; }

.rankings-content .base-theme-form .form-text,
.rankings-content .base-theme-form div.trigger {
  border-color: #fff; }

.rankings-content .base-theme-form .views-exposed-widget label,
.rankings-content .base-theme-form .form-submit {
  font-family: "Helvetica";
  font-size: 0.875rem;
  font-weight: bold; }

.rankings-content .base-theme-form .form-submit {
  margin-top: 0; }

.rankings-content .updated {
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .rankings-content h1,
  .rankings-content .base-theme-form,
  .rankings-content .view-rankings {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  .rankings-content .base-theme-form {
    padding-top: 40px;
    *zoom: 1; }
    .rankings-content .base-theme-form:after {
      content: "";
      display: table;
      clear: both; }
    .rankings-content .base-theme-form > div {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; }
    .rankings-content .base-theme-form .views-exposed-widget {
      position: relative;
      width: 33.3333333333%;
      clear: right;
      float: left;
      padding-left: 0.78125rem;
      padding-right: 0.78125rem;
      margin-bottom: 0; }
      .rankings-content .base-theme-form .views-exposed-widget label {
        position: absolute;
        top: -25px;
        left: 0.9375rem; } }

@media (min-width: 940px) {
  .rankings-content h1,
  .rankings-content .base-theme-form,
  .rankings-content .view-rankings {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem; }
  .rankings-content .base-theme-form > div {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem; }
  .rankings-content .base-theme-form .views-exposed-widget {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem; }
    .rankings-content .base-theme-form .views-exposed-widget label {
      left: 0.3125rem; } }

.page-rankings .views-table .views-field-field-rank-current,
.page-rankings .views-table .views-field-field-rank-last {
  max-width: 4.375rem; }

.page-rankings .views-table .views-field-field-movement span {
  margin-top: -4px; }

.page-rankings .views-table .views-field-title-field {
  min-width: 15rem; }
  .page-rankings .views-table .views-field-title-field a {
    color: #1e1e1e; }

.page-rankings .views-table .views-field-field-country {
  min-width: 12.5rem;
  text-align: left; }

.page-rankings .views-table .countryicon {
  display: inline-block;
  min-width: 25px;
  max-width: 25px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin-bottom: 4px;
  margin-right: 0.5rem;
  vertical-align: middle; }

.page-rankings .views-table .views-field-field-divisor,
.page-rankings .views-table .views-field-field-points-average {
  max-width: 8.75rem; }

@media all and (min-width: 940px) {
  .page-rankings .views-table .views-field-title-field a:hover {
    color: #0199fa; } }

.service-links {
  display: block;
  position: relative;
  *zoom: 1; }
  .service-links:after {
    content: "";
    display: table;
    clear: both; }
  .service-links .service-label {
    z-index: 0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #0199fa;
    -webkit-transition: color 0.25s false;
    -moz-transition: color 0.25s false false;
    -o-transition: color 0.25s false false;
    transition: color 0.25s;
    background-color: #c8c809;
    height: 25px;
    line-height: 25px;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    font-size: 0.5625rem;
    width: 1.5625rem; }
    .service-links .service-label:before {
      content: '';
      z-index: -1;
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 400%;
      height: 0;
      background-color: #0084d8;
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -moz-transform 0.3s ease-in-out false;
      -o-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -o-transform 0.3s ease-in-out false;
      transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out; }
    @media all and (min-width: 940px) {
      .service-links .service-label:hover:before {
        opacity: 1;
        height: 800%; } }
    .service-links .service-label:before {
      background-color: #b2b203; }
    @media all and (min-width: 768px) {
      .service-links .service-label {
        height: 35px;
        line-height: 35px;
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
        font-size: 0.6875rem; } }
    @media all and (min-width: 940px) {
      .service-links .service-label {
        font-size: 0.875rem; } }
    .service-links .service-label:after {
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      text-decoration: inherit;
      -webkit-font-smoothing: antialiased;
      *margin-right: .3em;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      display: block;
      height: 16px;
      text-align: center;
      line-height: 1;
      font-size: 0.875rem;
      color: #fff; }
  .service-links .links {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    list-style: none;
    position: absolute;
    overflow: hidden;
    height: 0;
    width: 0;
    background-color: #fff;
    border: 0 solid #989898;
    z-index: 1;
    *zoom: 1; }
    .service-links .links:after {
      content: "";
      display: table;
      clear: both; }
    .service-links .links:before {
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      -webkit-transition: border 0.2s false;
      -moz-transition: border 0.2s false false;
      -o-transition: border 0.2s false false;
      transition: border 0.2s; }
    .service-links .links.up, .service-links .links.down {
      left: 0;
      width: 100%;
      -webkit-transition: height 0.2s false, border 0.2s false;
      -moz-transition: height 0.2s false false, border 0.2s false false;
      -o-transition: height 0.2s false false, border 0.2s false false;
      transition: height 0.2s, border 0.2s; }
      .service-links .links.up:before, .service-links .links.down:before {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto; }
      .service-links .links.up li, .service-links .links.down li {
        width: 100%;
        float: none; }
    .service-links .links.left, .service-links .links.right {
      top: 0;
      height: 100%;
      -webkit-transition: width 0.2s false, border 0.2s false;
      -moz-transition: width 0.2s false false, border 0.2s false false;
      -o-transition: width 0.2s false false, border 0.2s false false;
      transition: width 0.2s, border 0.2s; }
      .service-links .links.left:before, .service-links .links.right:before {
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto; }
      .service-links .links.left li, .service-links .links.right li {
        height: 100%; }
    .service-links .links.left {
      right: 100%;
      margin-right: -1px;
      border-right: none; }
      .service-links .links.left:before {
        right: 0;
        border-width: 6px 6px 6px 0;
        border-color: transparent #e5e52d transparent transparent; }
    .service-links .links.right {
      left: 100%;
      margin-left: -1px;
      border-left: none; }
      .service-links .links.right:before {
        left: 0;
        border-width: 6px 0 6px 6px;
        border-color: transparent transparent transparent #e5e52d; }
    .service-links .links.up {
      bottom: 100%;
      margin-bottom: -1px;
      border-bottom: none; }
      .service-links .links.up:before {
        bottom: 0;
        border-width: 0 6px 6px 6px;
        border-color: transparent transparent #e5e52d transparent; }
    .service-links .links.down {
      top: 100%;
      margin-top: -1px;
      border-top: none; }
      .service-links .links.down:before {
        top: 0;
        border-width: 6px 6px 0 6px;
        border-color: #e5e52d transparent transparent transparent; }
    .service-links .links li {
      float: left; }
    .service-links .links a {
      display: block;
      height: 100%;
      position: relative;
      color: #fff;
      line-height: 30px;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
      opacity: 0.9;
      -webkit-transition: opacity 0.2s false;
      -moz-transition: opacity 0.2s false false;
      -o-transition: opacity 0.2s false false;
      transition: opacity 0.2s;
      *zoom: 1; }
      .service-links .links a:after {
        content: "";
        display: table;
        clear: both; }
      .service-links .links a:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1; }
      .service-links .links a img {
        display: none; }
      .service-links .links a .icon {
        float: left;
        display: block;
        width: 30px;
        height: 30px;
        font-size: 19px;
        text-align: center;
        position: relative; }
        .service-links .links a .icon:before {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto; }
      .service-links .links a .count {
        float: left;
        padding-left: 0.3125rem;
        padding-right: 1.25rem;
        font-family: "Helvetica";
        font-size: 1.125rem; }
      .service-links .links a.service-links-facebook {
        background-color: #3a5998; }
        .service-links .links a.service-links-facebook .icon:before {
          font-family: FontAwesome;
          font-weight: normal;
          font-style: normal;
          text-decoration: inherit;
          -webkit-font-smoothing: antialiased;
          *margin-right: .3em;
          content: ""; }
      .service-links .links a.service-links-twitter {
        background-color: #1da1f2; }
        .service-links .links a.service-links-twitter .icon:before {
          font-family: FontAwesome;
          font-weight: normal;
          font-style: normal;
          text-decoration: inherit;
          -webkit-font-smoothing: antialiased;
          *margin-right: .3em;
          content: ""; }
      .service-links .links a.service-links-google-plus {
        background-color: #dd4b39; }
        .service-links .links a.service-links-google-plus .icon:before {
          font-family: FontAwesome;
          font-weight: normal;
          font-style: normal;
          text-decoration: inherit;
          -webkit-font-smoothing: antialiased;
          *margin-right: .3em;
          content: ""; }
      .service-links .links a.service-links-youtube {
        background-color: #ff0a0a; }
        .service-links .links a.service-links-youtube .icon:before {
          font-family: FontAwesome;
          font-weight: normal;
          font-style: normal;
          text-decoration: inherit;
          -webkit-font-smoothing: antialiased;
          *margin-right: .3em;
          content: "";
          font-size: 1.75rem; }
      .service-links .links a.service-links-linkedin {
        background-color: #007bb6; }
        .service-links .links a.service-links-linkedin .icon:before {
          font-family: FontAwesome;
          font-weight: normal;
          font-style: normal;
          text-decoration: inherit;
          -webkit-font-smoothing: antialiased;
          *margin-right: .3em;
          content: ""; }
      .service-links .links a.service-links-instagram .icon:before {
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        *margin-right: .3em;
        content: ""; }

@media (min-width: 768px) {
  .service-links .service-label {
    width: 2.1875rem; }
    .service-links .service-label:after {
      height: 19px;
      font-size: 1.1875rem; } }

#fsm_followers .social-media-follow-us {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center; }
  #fsm_followers .social-media-follow-us.facebook {
    background-color: #3a5998; }
  #fsm_followers .social-media-follow-us.twitter {
    background-color: #1da1f2; }
  #fsm_followers .social-media-follow-us.youtube {
    background-color: #ff0a0a; }
  #fsm_followers .social-media-follow-us.instagram {
    background-color: #262626; }

#fsm_followers .social-media-service {
  display: block;
  width: 82px;
  height: 82px;
  border-width: 2px;
  border-style: solid;
  position: relative;
  text-indent: -10000px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }
  #fsm_followers .social-media-service:after {
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 78px;
    display: block;
    text-indent: 0;
    text-align: center;
    top: 0;
    left: 0;
    font-size: 41px;
    content: ''; }

#fsm_followers .social-media-service.facebook {
  border-color: #3a5998; }
  #fsm_followers .social-media-service.facebook:before {
    border-color: rgba(58, 89, 152, 0.3); }
  #fsm_followers .social-media-service.facebook:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "";
    color: #3a5998; }

#fsm_followers .social-media-service.twitter {
  border-color: #1da1f2; }
  #fsm_followers .social-media-service.twitter:before {
    border-color: rgba(29, 161, 242, 0.3); }
  #fsm_followers .social-media-service.twitter:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "";
    color: #1da1f2; }

#fsm_followers .social-media-service.youtube {
  border-color: #ff0a0a; }
  #fsm_followers .social-media-service.youtube:before {
    border-color: rgba(255, 10, 10, 0.3); }
  #fsm_followers .social-media-service.youtube:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "";
    color: #ff0a0a; }

#fsm_followers .social-media-service.instagram {
  border-color: #262626; }
  #fsm_followers .social-media-service.instagram:before {
    border-color: rgba(38, 38, 38, 0.3); }
  #fsm_followers .social-media-service.instagram:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "";
    color: #262626; }

@media (min-width: 940px) {
  #fsm_followers .social-media-service:before {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    content: '';
    display: block;
    border-width: 0;
    border-style: solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.2s false;
    -moz-transition: all 0.2s false false;
    -o-transition: all 0.2s false false;
    transition: all 0.2s; }
  #fsm_followers .social-media-follow-us:hover .social-media-service:before {
    top: -16px;
    left: -16px;
    right: -16px;
    bottom: -16px;
    border-width: 8px; } }

#fsm_followers .social-media-service {
  margin-left: auto;
  margin-right: auto; }
  #fsm_followers .social-media-service.twitter, #fsm_followers .social-media-service.youtube, #fsm_followers .social-media-service.facebook, #fsm_followers .social-media-service.instagram {
    border-color: #fff; }
    #fsm_followers .social-media-service.twitter:before, #fsm_followers .social-media-service.youtube:before, #fsm_followers .social-media-service.facebook:before, #fsm_followers .social-media-service.instagram:before {
      border-color: rgba(255, 255, 255, 0.3); }
    #fsm_followers .social-media-service.twitter:after, #fsm_followers .social-media-service.youtube:after, #fsm_followers .social-media-service.facebook:after, #fsm_followers .social-media-service.instagram:after {
      color: #fff; }

#fsm_followers .social-media-followers {
  display: none;
  color: #fff;
  margin-top: 20px; }
  #fsm_followers .social-media-followers .counter {
    font-family: "Helvetica";
    font-size: 1.5625rem; }
  #fsm_followers .social-media-followers .suffix {
    font-family: "Helvetica";
    font-size: 0.8125rem;
    text-transform: uppercase; }

#fsm_followers .social-media-follow-button {
  margin-top: 28px; }
  #fsm_followers .social-media-follow-button a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-family: "Helvetica";
    font-size: 0.8125rem;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px; }

@media (min-width: 768px) {
  #fsm_followers .social-media-follow-us {
    padding-top: 34px;
    padding-bottom: 33px; }
  #fsm_followers .social-media-followers {
    margin-top: 16px; }
    #fsm_followers .social-media-followers .counter {
      font-size: 1.25rem; }
    #fsm_followers .social-media-followers .suffix {
      font-size: 0.6875rem; }
  #fsm_followers .social-media-follow-button {
    margin-top: 22px; }
    #fsm_followers .social-media-follow-button a {
      width: 88px;
      height: 26px;
      line-height: 26px;
      font-size: 0.6875rem; } }

@media (min-width: 940px) {
  #fsm_followers .social-media-follow-us {
    padding-top: 45px;
    padding-bottom: 45px; }
    #fsm_followers .social-media-follow-us.facebook .social-media-follow-button a:hover {
      color: #3a5998; }
    #fsm_followers .social-media-follow-us.twitter .social-media-follow-button a:hover {
      color: #1da1f2; }
    #fsm_followers .social-media-follow-us.youtube .social-media-follow-button a:hover {
      color: #ff0a0a; }
    #fsm_followers .social-media-follow-us.instagram .social-media-follow-button a:hover {
      color: #262626; }
  #fsm_followers .social-media-followers {
    margin-top: 22px; }
    #fsm_followers .social-media-followers .counter {
      font-size: 1.625rem; }
    #fsm_followers .social-media-followers .suffix {
      font-size: 0.875rem; }
  #fsm_followers .social-media-follow-button {
    margin-top: 28px; }
    #fsm_followers .social-media-follow-button a {
      width: 108px;
      height: 32px;
      line-height: 32px;
      font-size: 0.875rem;
      -webkit-transition: background 0.2s false, color 0.2s false;
      -moz-transition: background 0.2s false false, color 0.2s false false;
      -o-transition: background 0.2s false false, color 0.2s false false;
      transition: background 0.2s, color 0.2s; }
      #fsm_followers .social-media-follow-button a:hover {
        background-color: #fff; } }

#fsm_followers {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

@media (min-width: 768px) {
  #fsm_followers {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    *zoom: 1; }
    #fsm_followers:after {
      content: "";
      display: table;
      clear: both; }
    #fsm_followers .social-media-follow-us {
      width: 33.3333333333%;
      clear: right;
      float: left;
      margin-left: 0%;
      margin-right: 0%; } }

@media (min-width: 940px) {
  #fsm_followers {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; } }

.page-members-statistics .view-id-statistics .view-content .views-table th {
  text-align: center; }
  .page-members-statistics .view-id-statistics .view-content .views-table th a {
    display: block; }
    .page-members-statistics .view-id-statistics .view-content .views-table th a.progress-disabled:after {
      display: none; }
    .page-members-statistics .view-id-statistics .view-content .views-table th a:hover {
      color: #000; }

.page-members-statistics .view-id-statistics .view-content .views-table td {
  -webkit-transition: background-color 0.2s false, color 0.2s false, border 0.2s false;
  -moz-transition: background-color 0.2s false false, color 0.2s false false, border 0.2s false false;
  -o-transition: background-color 0.2s false false, color 0.2s false false, border 0.2s false false;
  transition: background-color 0.2s, color 0.2s, border 0.2s;
  text-align: center; }
  .page-members-statistics .view-id-statistics .view-content .views-table td:first-child:before {
    width: 15px;
    height: 15px;
    line-height: 11px;
    border: 2px solid #000;
    text-align: center;
    display: inline-block;
    position: relative;
    top: 2px;
    overflow: hidden;
    margin-right: 5px;
    padding-left: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "";
    -webkit-transition: -webkit-transform 0.2s false, border 0.2s false;
    -moz-transition: -moz-transform 0.2s false false, border 0.2s false false;
    -o-transition: -o-transform 0.2s false false, border 0.2s false false;
    transition: transform 0.2s, border 0.2s; }
  .page-members-statistics .view-id-statistics .view-content .views-table td.views-field-field-country, .page-members-statistics .view-id-statistics .view-content .views-table td.views-field-title-field {
    text-align: left; }
  .page-members-statistics .view-id-statistics .view-content .views-table td.views-field-field-player, .page-members-statistics .view-id-statistics .view-content .views-table td.views-field-field-male, .page-members-statistics .view-id-statistics .view-content .views-table td.views-field-field-female, .page-members-statistics .view-id-statistics .view-content .views-table td.views-field-field-junior {
    min-width: 70px !important;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .page-members-statistics .view-id-statistics .view-content .views-table td.views-field-title-field span,
  .page-members-statistics .view-id-statistics .view-content .views-table td .country-name {
    display: block; }
  .page-members-statistics .view-id-statistics .view-content .views-table td.views-field-title-field span {
    margin-top: -15px;
    padding-left: 25px; }
  .page-members-statistics .view-id-statistics .view-content .views-table td .country-name {
    margin-top: -18px;
    padding-left: 35px; }

.page-members-statistics .view-id-statistics .view-content .views-table tr {
  cursor: pointer; }
  .page-members-statistics .view-id-statistics .view-content .views-table tr.embedded {
    cursor: default; }
  .page-members-statistics .view-id-statistics .view-content .views-table tr.opened td {
    background-color: #0199fa;
    color: #fff; }
    .page-members-statistics .view-id-statistics .view-content .views-table tr.opened td:first-child:before {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      border-color: #fff; }
    .page-members-statistics .view-id-statistics .view-content .views-table tr.opened td.invisible {
      text-indent: -9999px;
      overflow: hidden;
      border-left-color: #0199fa;
      border-right-color: #0199fa; }
  .page-members-statistics .view-id-statistics .view-content .views-table tr.embedded td {
    background-color: #e1edf3; }
    .page-members-statistics .view-id-statistics .view-content .views-table tr.embedded td:first-child:before {
      display: none; }

.page-members-statistics .view-id-statistics .view-content .views-table .countryicon {
  display: inline-block;
  min-width: 25px;
  max-width: 25px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

@media (min-width: 940px) {
  #sub-header .main-menu ul,
  #sub-header .main-menu ol {
    font-family: "Helvetica"; }
    #sub-header .main-menu ul,
    #sub-header .main-menu ul li,
    #sub-header .main-menu ol,
    #sub-header .main-menu ol li {
      margin: 0;
      padding: 0;
      list-style: none; }
    #sub-header .main-menu ul li,
    #sub-header .main-menu ol li {
      display: block; }
  #sub-header .main-menu > .menu {
    *zoom: 1; }
    #sub-header .main-menu > .menu:after {
      content: "";
      display: table;
      clear: both; }
    #sub-header .main-menu > .menu > li {
      float: left;
      position: relative; }
      #sub-header .main-menu > .menu > li > a {
        cursor: pointer; }
      #sub-header .main-menu > .menu > li > .menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: auto;
        height: 0;
        overflow: hidden;
        -webkit-transition: height 0.3s 0s;
        -webkit-transition-delay: linear;
        -moz-transition: height 0.3s 0s linear;
        -o-transition: height 0.3s 0s linear;
        transition: height 0.3s 0s linear; }
        #sub-header .main-menu > .menu > li > .menu.opened {
          -webkit-transition: height 0.3s 0.3s;
          -webkit-transition-delay: linear;
          -moz-transition: height 0.3s 0.3s linear;
          -o-transition: height 0.3s 0.3s linear;
          transition: height 0.3s 0.3s linear; }
          #sub-header .main-menu > .menu > li > .menu.opened.multi-level-action {
            -webkit-transition: height 0.3s 0s;
            -webkit-transition-delay: linear;
            -moz-transition: height 0.3s 0s linear;
            -o-transition: height 0.3s 0s linear;
            transition: height 0.3s 0s linear; }
      #sub-header .main-menu > .menu > li > a,
      #sub-header .main-menu > .menu > li > .nolink {
        cursor: pointer;
        display: block;
        height: 75px;
        line-height: 75px;
        text-align: center;
        text-transform: uppercase;
        font-size: 0.875rem;
        background-color: transparent;
        color: #fff;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        -webkit-transition: color 0.3s false;
        -moz-transition: color 0.3s false false;
        -o-transition: color 0.3s false false;
        transition: color 0.3s;
        font-family: "Helvetica"; }
        #sub-header .main-menu > .menu > li > a .hover,
        #sub-header .main-menu > .menu > li > .nolink .hover {
          position: absolute; }
        #sub-header .main-menu > .menu > li > a .content,
        #sub-header .main-menu > .menu > li > .nolink .content {
          position: relative;
          z-index: 2; }
          #sub-header .main-menu > .menu > li > a .content:before,
          #sub-header .main-menu > .menu > li > .nolink .content:before {
            display: inline-block;
            margin-right: 0.625rem; }
          #sub-header .main-menu > .menu > li > a .content:after,
          #sub-header .main-menu > .menu > li > .nolink .content:after {
            display: inline-block;
            margin-left: 0.625rem; }
        #sub-header .main-menu > .menu > li > a.hover-effect, #sub-header .main-menu > .menu > li > a.opened,
        #sub-header .main-menu > .menu > li > .nolink.hover-effect,
        #sub-header .main-menu > .menu > li > .nolink.opened {
          color: #fff; }
        #sub-header .main-menu > .menu > li > a .hover,
        #sub-header .main-menu > .menu > li > .nolink .hover {
          top: 0;
          left: 0;
          right: 0;
          height: 0;
          content: '';
          display: block;
          background-color: #0a2d75;
          -webkit-transition: height 0.1s 0.3s;
          -webkit-transition-delay: linear;
          -moz-transition: height 0.1s 0.3s linear;
          -o-transition: height 0.1s 0.3s linear;
          transition: height 0.1s 0.3s linear; }
        #sub-header .main-menu > .menu > li > a.hover-effect .hover, #sub-header .main-menu > .menu > li > a.opened .hover,
        #sub-header .main-menu > .menu > li > .nolink.hover-effect .hover,
        #sub-header .main-menu > .menu > li > .nolink.opened .hover {
          height: 100%;
          -webkit-transition: height 0.1s 0.2s;
          -webkit-transition-delay: linear;
          -moz-transition: height 0.1s 0.2s linear;
          -o-transition: height 0.1s 0.2s linear;
          transition: height 0.1s 0.2s linear; }
      #sub-header .main-menu > .menu > li.active-trail > a, #sub-header .main-menu > .menu > li.active-trail > .nolink,
      #sub-header .main-menu > .menu > li.active > a, #sub-header .main-menu > .menu > li.active > .nolink,
      #sub-header .main-menu > .menu > li a.active-trail .nolink.active-trail,
      #sub-header .main-menu > .menu > li a.active, #sub-header .main-menu > .menu > li .nolink.active {
        background-color: #0a2d75; }
      #sub-header .main-menu > .menu > li > .menu {
        background-color: #0a2d75;
        width: 275px; }
        #sub-header .main-menu > .menu > li > .menu > li {
          border-top: 1px solid #1c3f87; }
          #sub-header .main-menu > .menu > li > .menu > li.first {
            border-top: none; }
          #sub-header .main-menu > .menu > li > .menu > li > a {
            cursor: pointer;
            display: block;
            height: auto;
            text-align: left;
            text-transform: uppercase;
            font-size: 0.8125rem;
            background-color: transparent;
            color: #fff;
            padding-left: 1.875rem;
            padding-right: 1.875rem;
            -webkit-transition: color 0.3s false;
            -moz-transition: color 0.3s false false;
            -o-transition: color 0.3s false false;
            transition: color 0.3s;
            overflow: hidden;
            position: relative;
            font-family: "Helvetica";
            padding-top: 18px;
            padding-bottom: 18px; }
            #sub-header .main-menu > .menu > li > .menu > li > a .hover {
              position: absolute; }
            #sub-header .main-menu > .menu > li > .menu > li > a .content {
              position: relative;
              z-index: 2; }
              #sub-header .main-menu > .menu > li > .menu > li > a .content:before {
                display: inline-block;
                margin-right: 0.625rem; }
              #sub-header .main-menu > .menu > li > .menu > li > a .content:after {
                display: inline-block;
                margin-left: 0.625rem; }
            #sub-header .main-menu > .menu > li > .menu > li > a.hover-effect, #sub-header .main-menu > .menu > li > .menu > li > a.opened {
              color: #fff; }
            #sub-header .main-menu > .menu > li > .menu > li > a .hover {
              z-index: 0;
              position: absolute;
              top: 0;
              bottom: 0;
              left: 51%;
              right: 51%;
              background-color: #1c3f87;
              content: '';
              filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
              opacity: 0.5;
              -webkit-transform: skew(-20deg);
              -moz-transform: skew(-20deg);
              -ms-transform: skew(-20deg);
              -o-transform: skew(-20deg);
              transform: skew(-20deg);
              -webkit-transition: all 0.3s false;
              -moz-transition: all 0.3s false false;
              -o-transition: all 0.3s false false;
              transition: all 0.3s; }
            #sub-header .main-menu > .menu > li > .menu > li > a.set-position .hover {
              -webkit-transition: all 0s false;
              -moz-transition: all 0s false false;
              -o-transition: all 0s false false;
              transition: all 0s; }
            #sub-header .main-menu > .menu > li > .menu > li > a.hover-effect .hover, #sub-header .main-menu > .menu > li > .menu > li > a.opened .hover {
              left: -50px;
              right: -50px;
              filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
              opacity: 1; }
          #sub-header .main-menu > .menu > li > .menu > li.active > a,
          #sub-header .main-menu > .menu > li > .menu > li a.active {
            background-color: #1c3f87; } }

@media (min-width: 940px) {
  #sub-header .header-search-wrapper {
    position: static; }
    #sub-header .header-search-wrapper .search-opener {
      cursor: pointer; }
    #sub-header .header-search-wrapper #views-exposed-form-search-search-pane {
      position: absolute;
      top: 75px;
      left: 0;
      right: 0;
      height: 0;
      overflow: hidden;
      -webkit-transition: height 0.2s 0s;
      -webkit-transition-delay: linear;
      -moz-transition: height 0.2s 0s linear;
      -o-transition: height 0.2s 0s linear;
      transition: height 0.2s 0s linear; }
      #sub-header .header-search-wrapper #views-exposed-form-search-search-pane.opened {
        -webkit-transition: height 0.2s 0s;
        -webkit-transition-delay: linear;
        -moz-transition: height 0.2s 0s linear;
        -o-transition: height 0.2s 0s linear;
        transition: height 0.2s 0s linear; }
        #sub-header .header-search-wrapper #views-exposed-form-search-search-pane.opened.multi-level-action {
          -webkit-transition: height 0.2s 0s;
          -webkit-transition-delay: linear;
          -moz-transition: height 0.2s 0s linear;
          -o-transition: height 0.2s 0s linear;
          transition: height 0.2s 0s linear; }
    #sub-header .header-search-wrapper .search-opener {
      position: absolute;
      right: 0.3125rem;
      top: 0;
      width: 40px;
      height: 75px;
      -webkit-transition: width 0.2s 0s;
      -webkit-transition-delay: linear;
      -moz-transition: width 0.2s 0s linear;
      -o-transition: width 0.2s 0s linear;
      transition: width 0.2s 0s linear; }
      #sub-header .header-search-wrapper .search-opener .hover {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        background-color: #0199fa;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        display: block;
        -webkit-transition: opacity 0.2s 0s;
        -webkit-transition-delay: linear;
        -moz-transition: opacity 0.2s 0s linear;
        -o-transition: opacity 0.2s 0s linear;
        transition: opacity 0.2s 0s linear; }
      #sub-header .header-search-wrapper .search-opener:before {
        position: absolute;
        left: 0;
        top: 20px;
        bottom: 20px;
        content: '';
        display: block;
        width: 1px;
        background-color: #1c3f87; }
      #sub-header .header-search-wrapper .search-opener:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        content: '';
        display: block;
        background-image: url(../images/generated/spritesheet-1567005678655.png);
        background-position: -39px -181px;
        width: 19px;
        height: 19px;
        z-index: 2; }
      #sub-header .header-search-wrapper .search-opener.opened {
        width: 75px;
        -webkit-transition: width 0.2s 0s;
        -webkit-transition-delay: linear;
        -moz-transition: width 0.2s 0s linear;
        -o-transition: width 0.2s 0s linear;
        transition: width 0.2s 0s linear; }
        #sub-header .header-search-wrapper .search-opener.opened .hover {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
          opacity: 1;
          -webkit-transition: opacity 0.2s 0s;
          -webkit-transition-delay: linear;
          -moz-transition: opacity 0.2s 0s linear;
          -o-transition: opacity 0.2s 0s linear;
          transition: opacity 0.2s 0s linear; }
    #sub-header .header-search-wrapper #views-exposed-form-search-search-pane {
      background-color: #0199fa;
      padding-top: 0;
      background-color: #0199fa;
      -webkit-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25);
      box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25); }
      #sub-header .header-search-wrapper #views-exposed-form-search-search-pane > div {
        max-width: 60rem;
        margin-left: auto;
        margin-right: auto;
        position: relative; }
      #sub-header .header-search-wrapper #views-exposed-form-search-search-pane .form-item {
        margin-bottom: 0;
        position: relative;
        background-repeat: no-repeat;
        background-position: left center;
        background-image: url("../images/icon/header_search_white.png"); }
      #sub-header .header-search-wrapper #views-exposed-form-search-search-pane input[type=text] {
        font-family: "Helvetica";
        color: #fff;
        text-transform: uppercase;
        padding-left: 2.5rem;
        padding-right: 0.625rem;
        padding-top: 0;
        padding-bottom: 0;
        width: 100%;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 2px solid #29a6f5;
        background-color: transparent; }
        #sub-header .header-search-wrapper #views-exposed-form-search-search-pane input[type=text]::-webkit-input-placeholder {
          color: #fff; }
        #sub-header .header-search-wrapper #views-exposed-form-search-search-pane input[type=text]:-moz-placeholder {
          color: #fff; }
        #sub-header .header-search-wrapper #views-exposed-form-search-search-pane input[type=text]::-moz-placeholder {
          color: #fff; }
        #sub-header .header-search-wrapper #views-exposed-form-search-search-pane input[type=text]:-ms-input-placeholder {
          color: #fff; }
      #sub-header .header-search-wrapper #views-exposed-form-search-search-pane input[type=submit] {
        display: none; }
      #sub-header .header-search-wrapper #views-exposed-form-search-search-pane .form-item {
        margin-left: 0.3125rem;
        margin-right: 0.3125rem; }
      #sub-header .header-search-wrapper #views-exposed-form-search-search-pane input[type=text] {
        height: 66px;
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 1.625rem;
        line-height: 66px; }
      #sub-header .header-search-wrapper #views-exposed-form-search-search-pane button {
        display: none; } }

#sub-header {
  display: none;
  z-index: 4;
  position: relative; }

@media (min-width: 940px) {
  #sub-header {
    display: block;
    background-color: #021a4a;
    height: 75px; }
    #sub-header.js-loaded .sub-header-content {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
    #sub-header .sub-header-content {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      -webkit-transition: opacity 0.2s false;
      -moz-transition: opacity 0.2s false false;
      -o-transition: opacity 0.2s false false;
      transition: opacity 0.2s;
      max-width: 60rem;
      margin-left: auto;
      margin-right: auto;
      position: relative; }
    #sub-header .main-menu-wrapper {
      position: relative;
      z-index: 1;
      margin-right: 80px; } }

.ega-menu-tabs {
  padding: 30px 0.625rem;
  background-color: #eeeeee; }
  .ega-menu-tabs h1,
  .ega-menu-tabs .menu {
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  .ega-menu-tabs h1 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.875rem; }
  .ega-menu-tabs .menu {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0; }
    .ega-menu-tabs .menu li {
      list-style: none;
      width: 100%;
      margin-top: 10px; }
      .ega-menu-tabs .menu li.first {
        margin-top: 0; }
    .ega-menu-tabs .menu a {
      z-index: 0;
      position: relative;
      cursor: pointer;
      overflow: hidden;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      -o-transform-style: preserve-3d;
      transform-style: preserve-3d;
      display: inline-block;
      text-align: center;
      text-transform: uppercase;
      color: #fff;
      background-color: #0199fa;
      -webkit-transition: color 0.25s false;
      -moz-transition: color 0.25s false false;
      -o-transition: color 0.25s false false;
      transition: color 0.25s;
      color: #000;
      background-color: #fff;
      height: 45px;
      line-height: 45px;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      font-size: 0.875rem;
      display: block; }
      .ega-menu-tabs .menu a:before {
        content: '';
        z-index: -1;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 400%;
        height: 0;
        background-color: #0084d8;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        -o-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        transform: translateX(-50%) translateY(-50%) rotate(-60deg);
        -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -moz-transform 0.3s ease-in-out false;
        -o-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -o-transform 0.3s ease-in-out false;
        transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out; }
      @media all and (min-width: 940px) {
        .ega-menu-tabs .menu a:hover:before {
          opacity: 1;
          height: 800%; } }
      .ega-menu-tabs .menu a:before {
        background-color: #0199fa; }
      @media all and (min-width: 940px) {
        .ega-menu-tabs .menu a:hover {
          color: #fff; } }
      @media all and (min-width: 940px) {
        .ega-menu-tabs .menu a {
          height: 55px;
          line-height: 55px;
          padding-right: 1.5625rem;
          padding-left: 1.5625rem;
          font-size: 1.125rem; } }
    .ega-menu-tabs .menu .active-trail a,
    .ega-menu-tabs .menu a.active {
      color: #fff;
      background-color: #0199fa; }

@media all and (min-width: 768px) {
  .ega-menu-tabs {
    padding-bottom: 20px; }
    .ega-menu-tabs h1,
    .ega-menu-tabs .menu li {
      padding-right: 0.625rem;
      padding-left: 0.625rem; }
    .ega-menu-tabs .menu {
      *zoom: 1; }
      .ega-menu-tabs .menu:after {
        content: "";
        display: table;
        clear: both; }
      .ega-menu-tabs .menu li {
        float: left;
        margin-top: 0; }
    .ega-menu-tabs .menu-items-1 .menu li {
      width: 100%; }
    .ega-menu-tabs .menu-items-2 .menu li {
      width: 50%; }
    .ega-menu-tabs .menu-items-3 .menu li {
      width: 33.3333333333%; }
    .ega-menu-tabs .menu-items-4 .menu li {
      width: 25%; }
    .ega-menu-tabs .menu-items-5 .menu li {
      width: 20%; }
    .ega-menu-tabs .menu-items-5 .menu li,
    .ega-menu-tabs .menu-items-5 .menu li a,
    .ega-menu-tabs .menu-items-6 .menu li,
    .ega-menu-tabs .menu-items-6 .menu li a,
    .ega-menu-tabs .menu-items-7 .menu li,
    .ega-menu-tabs .menu-items-7 .menu li a {
      padding-left: 0.3125rem;
      padding-right: 0.3125rem; }
    .ega-menu-tabs .menu-items-6 .menu li {
      width: 33.3333333333%;
      margin-top: 10px; }
      .ega-menu-tabs .menu-items-6 .menu li.first {
        margin-top: 10px; }
    .ega-menu-tabs .menu-items-7 .menu li {
      width: 33.3333333333%;
      margin-top: 10px; }
      .ega-menu-tabs .menu-items-7 .menu li.first {
        margin-top: 10px; } }

@media all and (min-width: 940px) {
  .ega-menu-tabs {
    padding-right: 0;
    padding-left: 0; }
    .ega-menu-tabs h1 {
      padding-left: 0.3125rem;
      padding-right: 0.3125rem; }
    .ega-menu-tabs .menu li {
      padding-left: 0.3125rem;
      padding-right: 0.3125rem; }
    .ega-menu-tabs .menu a {
      font-size: 0.875rem; }
    .ega-menu-tabs .menu-items-6 .menu li {
      width: 16.6666666667%;
      margin-top: 0; }
      .ega-menu-tabs .menu-items-6 .menu li.first {
        margin-top: 0; }
    .ega-menu-tabs .menu-items-7 .menu li {
      width: 14.2857142857%;
      margin-top: 0; }
      .ega-menu-tabs .menu-items-7 .menu li.first {
        margin-top: 0; } }

* {
  outline: none; }

body #main-footer {
  margin-top: 40px; }

body.drag {
  background-color: #fff; }

#page-wrapper {
  position: relative; }

@media (min-width: 768px) {
  body #main-footer {
    margin-top: 65px; } }

.ega-two-column-highlighted .ega-two-column-highlighted-and-teaser-wrapper {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 10px;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  .ega-two-column-highlighted .ega-two-column-highlighted-and-teaser-wrapper .type-filter {
    clear: both;
    float: right;
    margin: 0 0 20px 0;
    padding-left: 0;
    list-style: none;
    *zoom: 1; }
    .ega-two-column-highlighted .ega-two-column-highlighted-and-teaser-wrapper .type-filter:after {
      content: "";
      display: table;
      clear: both; }
    .ega-two-column-highlighted .ega-two-column-highlighted-and-teaser-wrapper .type-filter li {
      float: left;
      display: block;
      margin-left: 0.625rem; }
      .ega-two-column-highlighted .ega-two-column-highlighted-and-teaser-wrapper .type-filter li a {
        z-index: 0;
        position: relative;
        cursor: pointer;
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
        display: inline-block;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        background-color: #0199fa;
        -webkit-transition: color 0.25s false;
        -moz-transition: color 0.25s false false;
        -o-transition: color 0.25s false false;
        transition: color 0.25s;
        color: #000;
        background-color: #f7f7f7;
        height: 45px;
        line-height: 45px;
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
        font-size: 0.875rem; }
        .ega-two-column-highlighted .ega-two-column-highlighted-and-teaser-wrapper .type-filter li a:before {
          content: '';
          z-index: -1;
          opacity: 0;
          position: absolute;
          top: 50%;
          left: 50%;
          width: 400%;
          height: 0;
          background-color: #0084d8;
          -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
          -moz-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
          -ms-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
          -o-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
          transform: translateX(-50%) translateY(-50%) rotate(-60deg);
          -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
          -moz-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -moz-transform 0.3s ease-in-out false;
          -o-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -o-transform 0.3s ease-in-out false;
          transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out; }
        @media all and (min-width: 940px) {
          .ega-two-column-highlighted .ega-two-column-highlighted-and-teaser-wrapper .type-filter li a:hover:before {
            opacity: 1;
            height: 800%; } }
        .ega-two-column-highlighted .ega-two-column-highlighted-and-teaser-wrapper .type-filter li a:before {
          background-color: #0199fa; }
        @media all and (min-width: 940px) {
          .ega-two-column-highlighted .ega-two-column-highlighted-and-teaser-wrapper .type-filter li a:hover {
            color: #fff; } }
        @media all and (min-width: 940px) {
          .ega-two-column-highlighted .ega-two-column-highlighted-and-teaser-wrapper .type-filter li a {
            height: 55px;
            line-height: 55px;
            padding-right: 1.5625rem;
            padding-left: 1.5625rem;
            font-size: 1.125rem; } }
        .ega-two-column-highlighted .ega-two-column-highlighted-and-teaser-wrapper .type-filter li a.active {
          color: #fff; }
          .ega-two-column-highlighted .ega-two-column-highlighted-and-teaser-wrapper .type-filter li a.active:before {
            opacity: 1;
            height: 400%; }
  .ega-two-column-highlighted .ega-two-column-highlighted-and-teaser-wrapper .views-row {
    margin-bottom: 6px; }
  .ega-two-column-highlighted .ega-two-column-highlighted-and-teaser-wrapper .highlighted-row .banner-wrapper {
    position: relative;
    clear: both;
    display: block;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    width: 100%;
    text-align: center; }
    .ega-two-column-highlighted .ega-two-column-highlighted-and-teaser-wrapper .highlighted-row .banner-wrapper img {
      position: relative;
      min-width: 100%;
      min-height: 100%;
      max-height: none;
      max-width: none; }
  .ega-two-column-highlighted .ega-two-column-highlighted-and-teaser-wrapper .ega-two-column-teasers {
    clear: both;
    *zoom: 1; }
    .ega-two-column-highlighted .ega-two-column-highlighted-and-teaser-wrapper .ega-two-column-teasers:after {
      content: "";
      display: table;
      clear: both; }
    .ega-two-column-highlighted .ega-two-column-highlighted-and-teaser-wrapper .ega-two-column-teasers .views-row-last {
      margin-bottom: 0; }

.section-news #main-footer,
.section-media #main-footer {
  margin-top: 15px; }

@media (min-width: 400px) {
  .ega-two-column-highlighted .ega-two-column-highlighted-and-teaser-wrapper .highlighted-row .banner-wrapper {
    width: 60%; } }

@media (min-width: 512px) {
  .ega-two-column-highlighted .ega-two-column-highlighted-and-teaser-wrapper .highlighted-row .banner-wrapper {
    width: 45%; } }

@media (min-width: 768px) {
  .ega-two-column-highlighted .ega-two-column-highlighted-and-teaser-wrapper {
    margin-top: 20px;
    padding-left: 1.09375rem;
    padding-right: 1.09375rem; }
    .section-media .ega-two-column-highlighted .ega-two-column-highlighted-and-teaser-wrapper {
      margin-top: 10px; }
    .ega-two-column-highlighted .ega-two-column-highlighted-and-teaser-wrapper .type-filter {
      padding-right: 0.3125rem; }
      .ega-two-column-highlighted .ega-two-column-highlighted-and-teaser-wrapper .type-filter li a {
        padding-right: 2.1875rem;
        padding-left: 2.1875rem; }
    .ega-two-column-highlighted .ega-two-column-highlighted-and-teaser-wrapper .views-row {
      width: 50%;
      clear: right;
      float: left;
      padding-left: 0.15625rem;
      padding-right: 0.15625rem;
      margin-bottom: 7px; }
      .ega-two-column-highlighted .ega-two-column-highlighted-and-teaser-wrapper .views-row.highlighted-row {
        width: 100%; }
    .ega-two-column-highlighted .ega-two-column-highlighted-and-teaser-wrapper .highlighted-row {
      position: relative; }
      .ega-two-column-highlighted .ega-two-column-highlighted-and-teaser-wrapper .highlighted-row.banner-on .ega-node-highlighted {
        width: 75%; }
      .ega-two-column-highlighted .ega-two-column-highlighted-and-teaser-wrapper .highlighted-row .ega-node-highlighted {
        float: left;
        width: 100%;
        margin-bottom: 0; }
      .ega-two-column-highlighted .ega-two-column-highlighted-and-teaser-wrapper .highlighted-row .banner-wrapper {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        clear: none;
        width: 24%;
        margin: 0; }
        .ega-two-column-highlighted .ega-two-column-highlighted-and-teaser-wrapper .highlighted-row .banner-wrapper img {
          position: absolute;
          min-width: 100%;
          min-height: 100%;
          max-width: none;
          max-height: none; }
    .ega-two-column-highlighted .ega-two-column-highlighted-and-teaser-wrapper .ega-two-column-teasers {
      *zoom: 1; }
      .ega-two-column-highlighted .ega-two-column-highlighted-and-teaser-wrapper .ega-two-column-teasers:after {
        content: "";
        display: table;
        clear: both; }
      .ega-two-column-highlighted .ega-two-column-highlighted-and-teaser-wrapper .ega-two-column-teasers .views-row-last {
        margin-bottom: 7px; }
  .section-news #main-footer,
  .section-media #main-footer {
    margin-top: 45px; } }

@media (min-width: 940px) {
  .ega-two-column-highlighted .ega-two-column-highlighted-and-teaser-wrapper {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0; }
    .section-media .ega-two-column-highlighted .ega-two-column-highlighted-and-teaser-wrapper {
      margin-top: 10px; }
    .ega-two-column-highlighted .ega-two-column-highlighted-and-teaser-wrapper .type-filter li a {
      padding-right: 2.8125rem;
      padding-left: 2.8125rem;
      font-size: 1rem; }
    .ega-two-column-highlighted .ega-two-column-highlighted-and-teaser-wrapper .views-row {
      margin-bottom: 10px;
      padding-left: 0.3125rem;
      padding-right: 0.3125rem; }
    .ega-two-column-highlighted .ega-two-column-highlighted-and-teaser-wrapper .ega-two-column-teasers .views-row-last {
      margin-bottom: 10px; }
  .ega-two-column-highlighted .ega-two-column-footer-wrapper {
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; }
  .section-news #main-footer,
  .section-media #main-footer {
    margin-top: 25px; } }

/* generated with grunt-sass-globbing */
.page-page-403 .error-403-wrapper {
  background-color: transparent;
  background-image: url("../images/403_desktop_bg.jpg");
  background-repeat: no-repeat;
  background-position: right 0;
  background-size: cover; }
  .page-page-403 .error-403-wrapper .user-menu-wrapper {
    margin-bottom: 25px; }
  .page-page-403 .error-403-wrapper .user-menu {
    margin-bottom: 15px; }
    .page-page-403 .error-403-wrapper .user-menu ul,
    .page-page-403 .error-403-wrapper .user-menu ol {
      font-family: "Helvetica"; }
      .page-page-403 .error-403-wrapper .user-menu ul,
      .page-page-403 .error-403-wrapper .user-menu ul li,
      .page-page-403 .error-403-wrapper .user-menu ol,
      .page-page-403 .error-403-wrapper .user-menu ol li {
        margin: 0;
        padding: 0;
        list-style: none; }
      .page-page-403 .error-403-wrapper .user-menu ul li,
      .page-page-403 .error-403-wrapper .user-menu ol li {
        display: block; }
    .page-page-403 .error-403-wrapper .user-menu > .menu {
      *zoom: 1; }
      .page-page-403 .error-403-wrapper .user-menu > .menu:after {
        content: "";
        display: table;
        clear: both; }
      .page-page-403 .error-403-wrapper .user-menu > .menu > li {
        float: left;
        width: 100%;
        margin-bottom: 5px; }
        .page-page-403 .error-403-wrapper .user-menu > .menu > li:last-child {
          margin-bottom: 0; }
        .page-page-403 .error-403-wrapper .user-menu > .menu > li a {
          position: relative;
          border-width: 3px;
          border-style: solid;
          font-family: "Helvetica";
          display: block;
          text-transform: uppercase;
          height: 40px;
          line-height: 38px;
          padding-left: 1.625rem;
          padding-right: 0.3125rem;
          font-size: 0.875rem;
          color: #000; }
          .page-page-403 .error-403-wrapper .user-menu > .menu > li a:after {
            position: absolute;
            left: 0.3125rem;
            top: 0;
            bottom: 0;
            height: 0;
            line-height: 0;
            margin-top: auto;
            margin-bottom: auto; }
        .page-page-403 .error-403-wrapper .user-menu > .menu > li .entry-forms-login {
          background-color: #e5e52d;
          color: #000; }
          .page-page-403 .error-403-wrapper .user-menu > .menu > li .entry-forms-login:after {
            font-family: FontAwesome;
            font-weight: normal;
            font-style: normal;
            text-decoration: inherit;
            -webkit-font-smoothing: antialiased;
            *margin-right: .3em;
            content: ""; }
        .page-page-403 .error-403-wrapper .user-menu > .menu > li .member-section-login {
          background-color: #fff; }
          .page-page-403 .error-403-wrapper .user-menu > .menu > li .member-section-login:after {
            font-family: FontAwesome;
            font-weight: normal;
            font-style: normal;
            text-decoration: inherit;
            -webkit-font-smoothing: antialiased;
            *margin-right: .3em;
            content: "";
            font-size: 1.125rem; }
        .page-page-403 .error-403-wrapper .user-menu > .menu > li .member-section-login,
        .page-page-403 .error-403-wrapper .user-menu > .menu > li .entry-forms-login {
          border-color: #e5e52d;
          font-size: 0.625rem; }
  .page-page-403 .error-403-wrapper .menu-title {
    margin-top: 0;
    margin-bottom: 10px; }

.page-page-403 .text-wrapper {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 50px 0.625rem;
  color: #fff; }
  .page-page-403 .text-wrapper a {
    color: #fff; }

.page-page-403 .title,
.page-page-403 .subtitle {
  text-transform: uppercase; }

.page-page-403 .title {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 2.5rem; }

.page-page-403 .subtitle {
  line-height: 1.5;
  font-family: "Helvetica Neue Heavy Condensed";
  font-size: 0.875rem; }

.page-page-403 .custom-text {
  margin-bottom: 25px; }
  .page-page-403 .custom-text p {
    font-family: 'Helvetica';
    font-size: 0.9375rem; }
    .page-page-403 .custom-text p:last-child {
      margin-bottom: 0; }

.page-page-403 .links-wrapper {
  font-family: 'Helvetica';
  font-size: 0.9375rem;
  text-decoration: underline; }

@media (min-width: 400px) {
  .page-page-403 .error-403-wrapper .user-menu > .menu > li .member-section-login,
  .page-page-403 .error-403-wrapper .user-menu > .menu > li .entry-forms-login {
    font-size: 0.875rem; } }

@media (min-width: 768px) {
  .page-page-403 .text-wrapper {
    padding-top: 210px;
    padding-right: 1.875rem;
    padding-bottom: 190px;
    padding-left: 18.125rem; }
  .page-page-403 .title {
    font-size: 3.125rem; }
  .page-page-403 .subtitle {
    font-size: 1.25rem; }
  .page-page-403 .error-403-wrapper .user-menu > .menu > li > a {
    height: 55px;
    line-height: 52px;
    padding-left: 2.8125rem;
    padding-right: 1.25rem; }
    .page-page-403 .error-403-wrapper .user-menu > .menu > li > a:after {
      left: 1.25rem; } }

@media (min-width: 940px) {
  .page-page-403 .error-403-wrapper {
    background-position: center center; }
    .page-page-403 .error-403-wrapper .user-menu {
      display: table;
      width: 100%;
      height: 100%; }
      .page-page-403 .error-403-wrapper .user-menu > .menu {
        display: table-cell;
        vertical-align: middle;
        padding-top: 0;
        padding-bottom: 0; }
        .page-page-403 .error-403-wrapper .user-menu > .menu > li {
          width: auto;
          padding-left: 0.3125rem;
          padding-right: 0.3125rem;
          margin-bottom: 0; }
          .page-page-403 .error-403-wrapper .user-menu > .menu > li .member-section-login {
            line-height: 20px;
            word-break: break-word;
            word-wrap: break-word;
            max-width: 250px;
            font-size: 0.75rem;
            padding-top: 5px; }
  .page-page-403 .text-wrapper {
    padding-top: 150px;
    padding-right: 0.3125rem;
    padding-bottom: 190px; }
  .page-page-403 .title {
    font-size: 3.75rem; } }

.page-page-404 .error-404-wrapper {
  background-image: url("../images/404_desktop_bg.jpg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -100px 0; }
  .page-page-404 .error-404-wrapper .user-menu-wrapper {
    margin-bottom: 25px; }
  .page-page-404 .error-404-wrapper .user-menu {
    margin-bottom: 15px; }
    .page-page-404 .error-404-wrapper .user-menu ul,
    .page-page-404 .error-404-wrapper .user-menu ol {
      font-family: "Helvetica"; }
      .page-page-404 .error-404-wrapper .user-menu ul,
      .page-page-404 .error-404-wrapper .user-menu ul li,
      .page-page-404 .error-404-wrapper .user-menu ol,
      .page-page-404 .error-404-wrapper .user-menu ol li {
        margin: 0;
        padding: 0;
        list-style: none; }
      .page-page-404 .error-404-wrapper .user-menu ul li,
      .page-page-404 .error-404-wrapper .user-menu ol li {
        display: block; }
    .page-page-404 .error-404-wrapper .user-menu > .menu {
      *zoom: 1; }
      .page-page-404 .error-404-wrapper .user-menu > .menu:after {
        content: "";
        display: table;
        clear: both; }
      .page-page-404 .error-404-wrapper .user-menu > .menu > li {
        float: left;
        width: 100%;
        margin-bottom: 5px; }
        .page-page-404 .error-404-wrapper .user-menu > .menu > li:last-child {
          margin-bottom: 0; }
        .page-page-404 .error-404-wrapper .user-menu > .menu > li a {
          position: relative;
          border-width: 3px;
          border-style: solid;
          font-family: "Helvetica";
          display: block;
          text-transform: uppercase;
          height: 40px;
          line-height: 38px;
          padding-left: 1.625rem;
          padding-right: 0.3125rem;
          font-size: 0.875rem;
          color: #000; }
          .page-page-404 .error-404-wrapper .user-menu > .menu > li a:after {
            position: absolute;
            left: 0.3125rem;
            top: 0;
            bottom: 0;
            height: 0;
            line-height: 0;
            margin-top: auto;
            margin-bottom: auto; }
        .page-page-404 .error-404-wrapper .user-menu > .menu > li .entry-forms-login {
          background-color: #e5e52d;
          color: #000; }
          .page-page-404 .error-404-wrapper .user-menu > .menu > li .entry-forms-login:after {
            font-family: FontAwesome;
            font-weight: normal;
            font-style: normal;
            text-decoration: inherit;
            -webkit-font-smoothing: antialiased;
            *margin-right: .3em;
            content: ""; }
        .page-page-404 .error-404-wrapper .user-menu > .menu > li .entry-forms-login {
          border-color: #e5e52d;
          font-size: 0.625rem; }
  .page-page-404 .error-404-wrapper .menu-title {
    margin-top: 0;
    margin-bottom: 10px; }

.page-page-404 .text-wrapper {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff; }
  .page-page-404 .text-wrapper a {
    color: #fff; }

.page-page-404 .title {
  font-size: 2.875rem;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 0.92;
  max-width: 240px; }

.page-page-404 .subtitle {
  font-size: 1.375rem;
  font-family: "Helvetica Neue Heavy Condensed";
  font-size: 1.375rem;
  text-transform: uppercase; }

.page-page-404 .custom-text p {
  font-size: 0.9375rem;
  font-family: 'Helvetica'; }
  .page-page-404 .custom-text p:last-child {
    margin-bottom: 0; }

@media (min-width: 400px) {
  .page-page-404 .error-404-wrapper .user-menu > .menu > li .entry-forms-login {
    font-size: 0.875rem; } }

@media (min-width: 600px) {
  .page-page-404 .error-404-wrapper {
    background-position: 0 0; } }

@media (min-width: 768px) {
  .page-page-404 .error-404-wrapper {
    background-position: -150px 0; }
    .page-page-404 .error-404-wrapper .user-menu > .menu > li > a {
      height: 55px;
      line-height: 52px;
      padding-left: 2.8125rem;
      padding-right: 1.25rem; }
      .page-page-404 .error-404-wrapper .user-menu > .menu > li > a:after {
        left: 1.25rem; }
  .page-page-404 .text-wrapper {
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
    padding-top: 220px;
    padding-bottom: 200px; }
  .page-page-404 .title {
    font-size: 5.3125rem;
    max-width: 430px; } }

@media (min-width: 940px) {
  .page-page-404 .error-404-wrapper {
    background-position: center center; }
    .page-page-404 .error-404-wrapper .user-menu {
      display: table;
      width: 100%;
      height: 100%; }
      .page-page-404 .error-404-wrapper .user-menu > .menu {
        display: table-cell;
        vertical-align: middle;
        padding-top: 0;
        padding-bottom: 0; }
        .page-page-404 .error-404-wrapper .user-menu > .menu > li {
          width: auto;
          padding-left: 0.3125rem;
          padding-right: 0.3125rem;
          margin-bottom: 0; }
  .page-page-404 .text-wrapper {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    padding-top: 180px;
    padding-bottom: 200px; } }

.theme-custom-form-page #main {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .theme-custom-form-page #main h1 {
    max-width: 575px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }

@media (min-width: 768px) {
  .theme-custom-form-page #main h1 {
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem; } }

@media (min-width: 940px) {
  .theme-custom-form-page #main h1 {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem; } }

.ega-basic-page {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  .ega-basic-page header {
    padding-bottom: 40px; }
    .ega-basic-page header h1 {
      margin-bottom: 0;
      padding-right: 3.75rem; }
    .ega-basic-page header .service-label {
      display: none; }
    .ega-basic-page header .service-links {
      position: absolute;
      top: -5px;
      right: 1.25rem; }
      .ega-basic-page header .service-links .links {
        position: static;
        width: auto; }
        .ega-basic-page header .service-links .links a {
          line-height: 42px; }
          .ega-basic-page header .service-links .links a .icon {
            width: 42px;
            height: 42px; }
  .ega-basic-page .widget {
    margin-bottom: 35px; }

@media (min-width: 768px) {
  .ega-basic-page {
    padding-right: 1.25rem;
    padding-left: 1.25rem; } }

@media (min-width: 940px) {
  .ega-basic-page {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem; }
    .ega-basic-page header .service-links {
      right: 0.3125rem; } }

.view-black-books {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  .view-black-books .grouped .rows-wrapper {
    padding-top: 10px;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .view-black-books .views-row {
    margin-bottom: 10px; }
    .view-black-books .views-row ul,
    .view-black-books .views-row ol {
      font-family: "Helvetica"; }
      .view-black-books .views-row ul,
      .view-black-books .views-row ul li,
      .view-black-books .views-row ol,
      .view-black-books .views-row ol li {
        margin: 0;
        padding: 0;
        list-style: none; }
      .view-black-books .views-row ul li,
      .view-black-books .views-row ol li {
        display: block; }
  .view-black-books .views-field-field-private-files ul li {
    margin-bottom: 2px;
    padding: 30px 2.5rem;
    background-color: #f7f7f7; }
  .view-black-books .description {
    font-family: "Helvetica"; }

@media (min-width: 768px) {
  .view-black-books,
  .view-black-books .grouped .rows-wrapper {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  .view-black-books .views-field-field-private-files ul li {
    position: relative;
    min-height: 85px; }
  .view-black-books .description {
    padding-right: 11.25rem; } }

@media (min-width: 940px) {
  .view-black-books {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; }
    .view-black-books .grouped .rows-wrapper {
      padding-left: 1.875rem;
      padding-right: 1.875rem; }
    .view-black-books .not-grouped h4,
    .view-black-books .grouped h3 {
      font-size: 0.875rem; } }

.page-calendar .view-calendar-export-links,
.page-calendar .view-calendar-navigation,
.page-calendar .view-header {
  margin-top: 15px; }

.page-calendar .view-calendar-links-wrapper,
.page-calendar .view-non-ega-events-text {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.page-calendar .view-non-ega-events-text {
  color: #c30f0f;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem; }

.page-calendar .view-content {
  margin-top: 30px; }

.page-calendar #ui-datepicker-div {
  z-index: 4 !important; }

@media (min-width: 768px) {
  .page-calendar .view-calendar-links-wrapper,
  .page-calendar .view-non-ega-events-text {
    *zoom: 1; }
    .page-calendar .view-calendar-links-wrapper:after,
    .page-calendar .view-non-ega-events-text:after {
      content: "";
      display: table;
      clear: both; }
  .page-calendar .view-calendar-export-links,
  .page-calendar .view-calendar-navigation,
  .page-calendar .view-header,
  .page-calendar .view-non-ega-events-text {
    margin-top: 30px; }
  .page-calendar .view-content {
    margin-top: 50px; }
  .page-calendar .view-calendar-export-links {
    width: 66.6666666667%;
    clear: right;
    float: left;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    padding-left: 0;
    padding-right: 0; }
  .page-calendar .view-calendar-navigation {
    width: 33.3333333333%;
    clear: right;
    float: left;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    float: right; } }

.page-contact .title-wrapper,
.page-contact .multiple-columns-wrapper {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.page-contact .title-wrapper {
  padding-right: 0.625rem;
  padding-bottom: 40px;
  padding-left: 0.625rem; }
  .page-contact .title-wrapper .service-links .links {
    position: static;
    width: auto; }
    .page-contact .title-wrapper .service-links .links a {
      line-height: 42px; }
      .page-contact .title-wrapper .service-links .links a .icon {
        width: 42px;
        height: 42px; }

.page-contact .multiple-columns-wrapper {
  margin-bottom: 35px;
  padding-right: 2.1875rem;
  padding-left: 2.1875rem; }
  .page-contact .multiple-columns-wrapper .column {
    text-align: center; }
    .page-contact .multiple-columns-wrapper .column a {
      color: #0199fa; }

@media (min-width: 512px) {
  .page-contact .title-wrapper .service-links {
    position: absolute;
    top: 0;
    right: 0.625rem; } }

@media (min-width: 768px) {
  .page-contact .title-wrapper {
    padding-right: 1.25rem;
    padding-bottom: 0;
    padding-left: 1.25rem; }
    .page-contact .title-wrapper .service-links {
      right: 1.25rem; }
  .page-contact .multiple-columns-wrapper {
    margin-top: 55px;
    margin-bottom: 55px;
    padding-right: 0.75rem;
    padding-left: 0.75rem; }
    .page-contact .multiple-columns-wrapper .column {
      text-align: left; }
    .page-contact .multiple-columns-wrapper .number-columns-1 .column {
      width: 100%;
      clear: right;
      float: left;
      padding-left: 0.15625rem;
      padding-right: 0.15625rem; }
    .page-contact .multiple-columns-wrapper .number-columns-2 .column {
      width: 50%;
      clear: right;
      float: left;
      padding-left: 0.15625rem;
      padding-right: 0.15625rem; } }

@media (min-width: 940px) {
  .page-contact .title-wrapper,
  .page-contact .multiple-columns-wrapper {
    padding-right: 0;
    padding-left: 0; }
  .page-contact .title-wrapper .service-links {
    right: 0.3125rem; } }

.entry-form-list .list-wrapper,
.page-entry-forms .ega-one-column-simple > h2 {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

@media (min-width: 768px) {
  .entry-form-list .list-wrapper,
  .page-entry-forms .ega-one-column-simple > h2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

@media (min-width: 940px) {
  .entry-form-list .list-wrapper,
  .page-entry-forms .ega-one-column-simple > h2 {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; } }

.section-event-details .ega-one-column-simple > h2,
.section-event-details .ega-one-column-simple .view-display-id-event_detail_panel_pane {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

@media (min-width: 768px) {
  .section-event-details .ega-one-column-simple > h2,
  .section-event-details .ega-one-column-simple .view-display-id-event_detail_panel_pane {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

@media (min-width: 940px) {
  .section-event-details .ega-one-column-simple > h2,
  .section-event-details .ega-one-column-simple .view-display-id-event_detail_panel_pane {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; } }

.page-events h1 {
  font-size: 1.875rem;
  margin-top: 23px; }

.page-events .event-calendar {
  cursor: pointer;
  display: block;
  height: 55px;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9375rem;
  background-color: #0199fa;
  color: #fff;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  -webkit-transition: color 0.3s false;
  -moz-transition: color 0.3s false false;
  -o-transition: color 0.3s false false;
  transition: color 0.3s;
  display: inline-block; }
  .page-events .event-calendar .hover {
    position: absolute; }
  .page-events .event-calendar .content {
    position: relative;
    z-index: 2; }
    .page-events .event-calendar .content:before {
      display: inline-block;
      margin-right: 0.625rem; }
    .page-events .event-calendar .content:after {
      display: inline-block;
      margin-left: 0.625rem; }
  .page-events .event-calendar.hover-effect, .page-events .event-calendar.opened {
    color: #fff; }
  .page-events .event-calendar .content:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: ""; }

.page-events .ega-one-column-simple {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.page-events .event-list-pane {
  margin-top: 30px; }

.page-events .views-row {
  margin-top: 10px; }
  .page-events .views-row.views-row-first {
    margin-top: 0; }

@media (min-width: 768px) {
  .page-events h1 {
    font-size: 1.875rem;
    margin-top: 28px;
    margin-bottom: 0; }
  .page-events .event-calendar {
    position: absolute;
    right: 0;
    top: -10px; }
  .page-events .event-list-pane {
    margin-top: 40px; }
  .page-events .ega-one-column-simple {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

@media (min-width: 940px) {
  .page-events h1 {
    margin-top: 38px; }
  .page-events .event-calendar {
    overflow: hidden;
    position: relative;
    position: absolute; }
    .page-events .event-calendar .hover {
      z-index: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 51%;
      right: 51%;
      background-color: #0189e1;
      content: '';
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5;
      -webkit-transform: skew(-20deg);
      -moz-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
      -o-transform: skew(-20deg);
      transform: skew(-20deg);
      -webkit-transition: all 0.3s false;
      -moz-transition: all 0.3s false false;
      -o-transition: all 0.3s false false;
      transition: all 0.3s; }
    .page-events .event-calendar.set-position .hover {
      -webkit-transition: all 0s false;
      -moz-transition: all 0s false false;
      -o-transition: all 0s false false;
      transition: all 0s; }
    .page-events .event-calendar.hover-effect .hover, .page-events .event-calendar.opened .hover {
      left: -50px;
      right: -50px;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
  .page-events .ega-one-column-simple {
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; } }

.page-federations h1,
.page-federations .navigation,
.page-federations #federation-map {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.page-federations h1,
.page-federations #zones .filter-title,
.page-federations #zones ul li,
.page-federations #federation-map,
.page-federations #countries {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.page-federations #federation-map {
  margin-top: 25px; }

.page-federations #selected-country {
  display: none; }

.page-federations #country-list .chosen-results .disabled-result {
  display: none; }

@media (min-width: 768px) {
  .page-federations #zones {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .page-federations h1,
  .page-federations #federation-map,
  .page-federations #countries {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .page-federations #federation-map {
    margin-top: 50px; } }

@media (min-width: 940px) {
  .page-federations h1,
  .page-federations #federation-map,
  .page-federations #zones .filter-title,
  .page-federations #zones ul li,
  .page-federations #countries {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; }
  .page-federations #federation-map {
    margin-top: 65px; }
  .page-federations .navigation {
    *zoom: 1; }
    .page-federations .navigation:after {
      content: "";
      display: table;
      clear: both; }
  .page-federations #zones {
    width: 66.666%;
    float: left;
    padding-left: 0;
    padding-right: 0; }
    .page-federations #zones ul li {
      width: 25%;
      margin-top: 0; }
  .page-federations #countries {
    float: left;
    width: 33.333%; } }

.section-history-log .ega-one-column-simple > h2 {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

@media (min-width: 768px) {
  .section-history-log .ega-one-column-simple > h2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

@media (min-width: 940px) {
  .section-history-log .ega-one-column-simple > h2 {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; } }

.page-home #official-sponsors {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 0.625rem;
  margin-top: 30px;
  z-index: 1; }

.page-home #fsm_followers {
  margin-top: 30px; }

.page-home #handicapping-sponsor {
  margin-top: 10px; }

.page-home .media-feed-layout {
  margin-top: 10px;
  overflow: hidden; }

.page-home #media-feed-1 header h2 {
  width: 100%;
  text-align: center; }

.page-home .banner-wrapper {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 30px; }
  .page-home .banner-wrapper img {
    margin-left: auto;
    margin-right: auto; }

@media (min-width: 768px) {
  .page-home #official-sponsors {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .page-home #handicapping-sponsor {
    margin-top: 26px; }
  .page-home .media-feed-layout {
    margin-top: 10px; }
  .page-home #media-feed-1 header h2 {
    line-height: 70px; } }

@media (min-width: 940px) {
  .page-home #official-sponsors {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    margin-top: 50px; }
  .page-home #fsm_followers {
    margin-top: 62px; }
  .page-home #handicapping-sponsor {
    margin-top: 58px; }
  .page-home .media-feed-layout {
    margin-top: 10px; }
  .page-home .banner-wrapper {
    margin-top: 60px;
    margin-bottom: 20px; } }

.page-host-courses .ega-one-column-simple {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

@media (min-width: 768px) {
  .page-host-courses .ega-one-column-simple {
    padding-left: 1.09375rem;
    padding-right: 1.09375rem; } }

@media (min-width: 940px) {
  .page-host-courses .ega-one-column-simple {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0; } }

.section-players-list .ega-one-column-simple > h2,
.section-players-list .ega-one-column-simple .view-display-id-list_of_players_user_pane {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

@media (min-width: 768px) {
  .section-players-list .ega-one-column-simple > h2,
  .section-players-list .ega-one-column-simple .view-display-id-list_of_players_user_pane {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

@media (min-width: 940px) {
  .section-players-list .ega-one-column-simple > h2,
  .section-players-list .ega-one-column-simple .view-display-id-list_of_players_user_pane {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; } }

.node-type-media-gallery .media-infos,
.node-type-media-gallery .media-actual-content,
.node-type-media-video .media-infos,
.node-type-media-video .media-actual-content {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.node-type-media-video .media-youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .node-type-media-video .media-youtube-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media (min-width: 768px) {
  .node-type-media-gallery .media-infos,
  .node-type-media-gallery .media-actual-content,
  .node-type-media-video .media-infos,
  .node-type-media-video .media-actual-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .node-type-media-gallery .media-list,
  .node-type-media-video .media-list {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; } }

@media (min-width: 940px) {
  .node-type-media-gallery .media-detail-wrapper,
  .node-type-media-video .media-detail-wrapper {
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  .node-type-media-gallery .media-infos,
  .node-type-media-gallery .media-actual-content,
  .node-type-media-video .media-infos,
  .node-type-media-video .media-actual-content {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; } }

.page-members-ega-meetings .view-filters .views-exposed-widget,
.page-members-ega-meetings .pager-load-more {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.page-members-ega-meetings .view-filters {
  padding-top: 0;
  padding-bottom: 30px; }
  .page-members-ega-meetings .view-filters .views-exposed-widget,
  .page-members-ega-meetings .view-filters .views-exposed-widgets,
  .page-members-ega-meetings .view-filters .form-item {
    margin-bottom: 0; }
  .page-members-ega-meetings .view-filters .container-inline-date > .form-item {
    width: 100%;
    margin-right: 0; }
    .page-members-ega-meetings .view-filters .container-inline-date > .form-item .form-type-select,
    .page-members-ega-meetings .view-filters .container-inline-date > .form-item .date-padding {
      width: 100%; }

@media all and (min-width: 768px) {
  .page-members-ega-meetings .view-filters .views-exposed-widget,
  .page-members-ega-meetings .pager-load-more {
    padding-right: 1.25rem;
    padding-left: 1.25rem; } }

@media all and (min-width: 940px) {
  .page-members-ega-meetings .view-filters .views-exposed-widget,
  .page-members-ega-meetings .pager-load-more {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem; } }

.page-members-federation h1,
.page-members-federation .node-wrapper {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.page-members-federation h1 {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

@media (min-width: 768px) {
  .page-members-federation h1 {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

@media (min-width: 940px) {
  .page-members-federation h1 {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; } }

.page-admin-people-create #main > p:first-child {
  display: none; }

.page-members-users #edit-tokens {
  display: none; }

.page-members-users .view-users .view-header {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  clear: both;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  *zoom: 1; }
  .page-members-users .view-users .view-header:after {
    content: "";
    display: table;
    clear: both; }
  .page-members-users .view-users .view-header ul,
  .page-members-users .view-users .view-header ol {
    font-family: "Helvetica"; }
    .page-members-users .view-users .view-header ul,
    .page-members-users .view-users .view-header ul li,
    .page-members-users .view-users .view-header ol,
    .page-members-users .view-users .view-header ol li {
      margin: 0;
      padding: 0;
      list-style: none; }
    .page-members-users .view-users .view-header ul li,
    .page-members-users .view-users .view-header ol li {
      display: block; }
  .page-members-users .view-users .view-header li {
    float: left;
    width: 100%; }
  .page-members-users .view-users .view-header a {
    z-index: 0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #0199fa;
    -webkit-transition: color 0.25s false;
    -moz-transition: color 0.25s false false;
    -o-transition: color 0.25s false false;
    transition: color 0.25s;
    height: 45px;
    line-height: 45px;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    font-size: 0.875rem;
    margin-bottom: 20px;
    font-family: "Helvetica Neue Heavy Condensed";
    font-size: 0.875rem; }
    .page-members-users .view-users .view-header a:before {
      content: '';
      z-index: -1;
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 400%;
      height: 0;
      background-color: #0084d8;
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      transform: translateX(-50%) translateY(-50%) rotate(-60deg);
      -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -moz-transform 0.3s ease-in-out false;
      -o-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -o-transform 0.3s ease-in-out false;
      transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out; }
    @media all and (min-width: 940px) {
      .page-members-users .view-users .view-header a:hover:before {
        opacity: 1;
        height: 800%; } }
    @media all and (min-width: 940px) {
      .page-members-users .view-users .view-header a {
        height: 55px;
        line-height: 55px;
        padding-right: 1.5625rem;
        padding-left: 1.5625rem;
        font-size: 1.125rem; } }

.page-members-users h2,
.page-members-users .view-filters,
.page-members-users .view-content {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.page-members-users h2,
.page-members-users .view-content {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.page-members-users .view-filters {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.page-members-users .view-content .container-inline div,
.page-members-users .view-content .container-inline label {
  display: block; }

.page-members-users .view-content legend {
  font-family: "Helvetica";
  font-size: 1rem; }

.page-members-users .view-content .fieldset-wrapper {
  margin-top: 10px; }

.page-members-users .views-table {
  margin-top: 20px;
  margin-bottom: 0; }
  .page-members-users .views-table .ez-checkbox {
    width: 26px;
    height: 22px; }

.page-members-users .views-form-users-users-backend-pane .collapsible a {
  color: #000; }

.page-members-users .views-form-users-users-backend-pane .form-actions a {
  z-index: 0;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #0199fa;
  -webkit-transition: color 0.25s false;
  -moz-transition: color 0.25s false false;
  -o-transition: color 0.25s false false;
  transition: color 0.25s;
  color: #000;
  background-color: #f7f7f7;
  height: 45px;
  line-height: 45px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  font-size: 0.875rem;
  display: block;
  margin-top: 10px;
  font-size: 1rem;
  height: 55px;
  line-height: 55px; }
  .page-members-users .views-form-users-users-backend-pane .form-actions a:before {
    content: '';
    z-index: -1;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400%;
    height: 0;
    background-color: #0084d8;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -moz-transform 0.3s ease-in-out false;
    -o-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -o-transform 0.3s ease-in-out false;
    transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out; }
  @media all and (min-width: 940px) {
    .page-members-users .views-form-users-users-backend-pane .form-actions a:hover:before {
      opacity: 1;
      height: 800%; } }
  .page-members-users .views-form-users-users-backend-pane .form-actions a:before {
    background-color: #0199fa; }
  @media all and (min-width: 940px) {
    .page-members-users .views-form-users-users-backend-pane .form-actions a:hover {
      color: #fff; } }
  @media all and (min-width: 940px) {
    .page-members-users .views-form-users-users-backend-pane .form-actions a {
      height: 55px;
      line-height: 55px;
      padding-right: 1.5625rem;
      padding-left: 1.5625rem;
      font-size: 1.125rem; } }

@media (min-width: 768px) {
  .page-members-users .view-users .view-header {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
    .page-members-users .view-users .view-header ul {
      margin-left: -0.3125rem;
      margin-right: -0.3125rem; }
      .page-members-users .view-users .view-header ul li {
        width: 33.3333%;
        padding-left: 0.3125rem;
        padding-right: 0.3125rem; }
    .page-members-users .view-users .view-header a {
      display: block; }
  .page-members-users .view-filters {
    padding-left: 0;
    padding-right: 0; }
    .page-members-users .view-filters .form-submit {
      margin-top: 19px; }
  .page-members-users h2,
  .page-members-users .view-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .page-members-users .view-content .container-inline .fieldset-wrapper {
    *zoom: 1; }
    .page-members-users .view-content .container-inline .fieldset-wrapper:after {
      content: "";
      display: table;
      clear: both; }
  .page-members-users .view-content .container-inline .form-item,
  .page-members-users .view-content .container-inline .form-submit {
    float: left;
    max-width: 50%;
    width: auto; }
  .page-members-users .view-content .container-inline .form-item {
    margin-right: 1.5625rem;
    margin-bottom: 0; }
  .page-members-users .view-content .container-inline .form-submit {
    padding-left: 3.125rem;
    padding-right: 3.125rem; } }

@media (min-width: 940px) {
  .page-members-users .view-users .view-header {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem; }
    .page-members-users .view-users .view-header a {
      font-size: 1rem; }
  .page-members-users h2,
  .page-members-users .view-content {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; }
  .page-members-users .view-content .container-inline .form-item {
    margin-right: 0.625rem; }
  .page-members-users .views-form-users-users-backend-pane .form-actions a {
    font-size: 1rem;
    height: 55px;
    line-height: 55px; } }

.node-type-news .body {
  word-wrap: break-word; }

.node-type-news .node-footer-wrapper {
  margin-top: 20px; }
  .node-type-news .node-footer-wrapper .banner-wrapper {
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 30px; }
    .node-type-news .node-footer-wrapper .banner-wrapper img {
      margin-left: auto;
      margin-right: auto; }
  .node-type-news .node-footer-wrapper .node-related {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    .node-type-news .node-footer-wrapper .node-related [class|="column"] {
      margin-bottom: 6px; }
      .node-type-news .node-footer-wrapper .node-related [class|="column"]:last-child {
        margin-bottom: 0; }

@media (min-width: 768px) {
  .node-type-news .node-footer-wrapper {
    margin-top: 36px; }
    .node-type-news .node-footer-wrapper .node-related {
      padding-left: 1.09375rem;
      padding-right: 1.09375rem;
      *zoom: 1; }
      .node-type-news .node-footer-wrapper .node-related:after {
        content: "";
        display: table;
        clear: both; }
      .node-type-news .node-footer-wrapper .node-related [class|="column"] {
        width: 50%;
        clear: right;
        float: left;
        padding-left: 0.15625rem;
        padding-right: 0.15625rem;
        margin-bottom: 7px; }
        .node-type-news .node-footer-wrapper .node-related [class|="column"]:last-child {
          margin-bottom: 7px; } }

@media (min-width: 940px) {
  .node-type-news .node-footer-wrapper {
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 50px; }
    .node-type-news .node-footer-wrapper .banner-wrapper {
      margin-bottom: 50px; }
    .node-type-news .node-footer-wrapper .node-related {
      padding-left: 0;
      padding-right: 0; }
      .node-type-news .node-footer-wrapper .node-related [class|="column"] {
        padding-left: 0.3125rem;
        padding-right: 0.3125rem;
        margin-bottom: 10px; }
        .node-type-news .node-footer-wrapper .node-related [class|="column"]:last-child {
          margin-bottom: 10px; }
    .node-type-news .node-footer-wrapper .pager-load-more {
      padding-left: 0.3125rem;
      padding-right: 0.3125rem; } }

.page-results #event-golfbox-widget,
.page-livescoring #event-golfbox-widget {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block; }

.page-search #main .base-theme-form {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.page-search #main .form-text {
  font-size: 0.875rem;
  font-family: "Helvetica";
  text-transform: uppercase; }

.page-search #main .form-submit {
  margin-top: 0; }

.page-search #main h1,
.page-search #main .view-empty {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.page-search .view-content {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.page-search .views-row {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  position: relative; }
  .page-search .views-row:after {
    position: absolute;
    top: 0;
    left: 0.625rem;
    right: 0.625rem;
    height: 1px;
    content: '';
    background-color: #efefef;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: -2; }

.page-search .views-field-title {
  margin-bottom: 4px; }
  .page-search .views-field-title h3 {
    margin-top: 0;
    margin-bottom: 0; }
  .page-search .views-field-title a {
    display: inline-block;
    color: #000;
    font-size: 1rem;
    text-transform: uppercase; }

.page-search .views-field-created {
  margin-bottom: 12px; }
  .page-search .views-field-created .field-content {
    font-size: 0.8125rem;
    color: #a6a6a6;
    text-transform: uppercase; }

.page-search .pager {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

@media (min-width: 768px) {
  .page-search #main .base-theme-form {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    .page-search #main .base-theme-form > div {
      position: relative; }
  .page-search #main .form-item {
    position: absolute;
    left: 0;
    right: 14.375rem;
    width: auto;
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .page-search #main .form-text {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem; }
  .page-search #main .form-submit {
    float: right;
    width: 14.375rem;
    padding-left: 0;
    padding-right: 0; }
  .page-search #main h1,
  .page-search #main .view-empty {
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .page-search .views-row {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    .page-search .views-row:after {
      left: 1.25rem;
      right: 1.25rem; }
  .page-search .views-field-title a {
    font-size: 1.125rem; }
  .page-search .pager {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

@media (min-width: 940px) {
  .page-search #main .base-theme-form {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; }
  .page-search #main h1,
  .page-search #main .view-empty {
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; }
  .page-search .views-row {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; }
    .page-search .views-row:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: -1px;
      content: '';
      display: block;
      z-index: -1;
      background-color: #f7f7f7;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      -webkit-transition: opacity 0.2s false;
      -moz-transition: opacity 0.2s false false;
      -o-transition: opacity 0.2s false false;
      transition: opacity 0.2s; }
    .page-search .views-row:hover:before {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
    .page-search .views-row:after {
      left: 0.3125rem;
      right: 0.3125rem; }
  .page-search .pager {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; } }

@media (min-width: 1030px) {
  .page-search .view-content {
    max-width: 64.375rem; }
  .page-search .views-row {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
    .page-search .views-row:after {
      left: 2.5rem;
      right: 2.5rem; } }

.page-members-statistics .view-id-statistics,
.page-members-statistics h2 {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  overflow: auto; }

@media (min-width: 768px) {
  .page-members-statistics .view-id-statistics,
  .page-members-statistics h2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

@media (min-width: 940px) {
  .page-members-statistics .view-id-statistics,
  .page-members-statistics h2 {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; } }

.section-teams-list .ega-one-column-simple > h2,
.section-teams-list .ega-one-column-simple .view-event-line-items {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

@media (min-width: 768px) {
  .section-teams-list .ega-one-column-simple > h2,
  .section-teams-list .ega-one-column-simple .view-event-line-items {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

@media (min-width: 940px) {
  .section-teams-list .ega-one-column-simple > h2,
  .section-teams-list .ega-one-column-simple .view-event-line-items {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; } }

.page-user-login #main,
.page-user-reset .user-pass-reset {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.page-user-reset .user-pass-reset {
  margin-top: 30px; }
  .page-user-reset .user-pass-reset .form-submit {
    overflow: visible;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    border: none;
    height: 45px;
    line-height: 45px;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    text-align: center;
    text-transform: uppercase;
    font-family: "Helvetica";
    font-size: 0.875rem;
    color: #fff;
    background-color: #0199fa;
    -webkit-transition: background-color 0.25s false;
    -moz-transition: background-color 0.25s false false;
    -o-transition: background-color 0.25s false false;
    transition: background-color 0.25s; }

.page-login-federation .ega-one-column-simple {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

@media all and (min-width: 768px) {
  .page-user-login #main,
  .page-user-reset .user-pass-reset {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

@media all and (min-width: 940px) {
  .page-user-login #main,
  .page-user-reset .user-pass-reset {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; }
  .page-user-reset .user-pass-reset .form-submit {
    height: 55px;
    line-height: 55px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem; }
    .page-user-reset .user-pass-reset .form-submit:hover {
      background-color: #0084d8; } }

.page-validation .ega-one-column-simple > h2 {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

@media (min-width: 768px) {
  .page-validation .ega-one-column-simple > h2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

@media (min-width: 940px) {
  .page-validation .ega-one-column-simple > h2 {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; } }

.section-users #main {
  margin-top: 0;
  max-width: none; }

.section-users h2,
.section-users .entity {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.section-users h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.875rem; }

.section-users .entity .content {
  margin-top: 30px;
  position: relative; }
  .section-users .entity .content:after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #ececec;
    content: '';
    display: block; }

.section-users .entity .button-profile-edit {
  z-index: 0;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #0199fa;
  -webkit-transition: color 0.25s false;
  -moz-transition: color 0.25s false false;
  -o-transition: color 0.25s false false;
  transition: color 0.25s;
  height: 45px;
  line-height: 45px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  font-size: 0.875rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
  background-image: none;
  font-family: "Helvetica Neue Heavy Condensed";
  margin-right: 0;
  margin-bottom: 0;
  padding: 0 2.1875rem; }
  .section-users .entity .button-profile-edit:before {
    content: '';
    z-index: -1;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400%;
    height: 0;
    background-color: #0084d8;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    transform: translateX(-50%) translateY(-50%) rotate(-60deg);
    -webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -moz-transform 0.3s ease-in-out false;
    -o-transition: opacity 0.3s ease-in-out false, height 0.3s ease-in-out false, -o-transform 0.3s ease-in-out false;
    transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out; }
  @media all and (min-width: 940px) {
    .section-users .entity .button-profile-edit:hover:before {
      opacity: 1;
      height: 800%; } }
  @media all and (min-width: 940px) {
    .section-users .entity .button-profile-edit {
      height: 55px;
      line-height: 55px;
      padding-right: 1.5625rem;
      padding-left: 1.5625rem;
      font-size: 1.125rem; } }

.section-users .entity .field {
  *zoom: 1;
  font-size: 0.83125rem;
  line-height: 1.5;
  margin-top: 20px; }
  .section-users .entity .field:after {
    content: "";
    display: table;
    clear: both; }
  .section-users .entity .field:first-child {
    margin-top: 0; }

.section-users .entity .field-label {
  font-family: "Helvetica";
  float: left;
  width: 50%;
  text-align: right;
  text-transform: uppercase;
  padding-right: 1.25rem; }

.section-users .entity .field-items {
  font-family: 'Helvetica';
  float: left;
  width: 50%;
  padding-left: 1.25rem; }

@media all and (min-width: 768px) {
  .section-users h2,
  .section-users .entity {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  .section-users h2 {
    margin-top: 45px;
    margin-bottom: 75px; }
  .section-users .entity {
    position: relative; }
    .section-users .entity .button-profile-edit {
      position: absolute;
      right: 1.25rem;
      top: -121px; }
    .section-users .entity .field {
      font-size: 0.875rem; } }

@media all and (min-width: 940px) {
  .section-users h2,
  .section-users .entity {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem; }
  .section-users h2 {
    margin-top: 35px; }
  .section-users .entity .button-profile-edit {
    right: 0.3125rem;
    font-size: 0.875rem; } }

.ck-ribbon {
  margin-bottom: 15px; }
  .ck-ribbon.wysiwyg-ribbon-light-blue {
    background-color: #0199fa; }
  .ck-ribbon.wysiwyg-ribbon-blue {
    background-color: #0a2d75; }
  .ck-ribbon.wysiwyg-ribbon-dark-blue {
    background-color: #021a4a; }
  .ck-ribbon.wysiwyg-ribbon-gray, .ck-ribbon.wysiwyg-ribbon-ega-green, .ck-ribbon.wysiwyg-ribbon-ega-green-border {
    color: #000; }
  .ck-ribbon.wysiwyg-ribbon-gray {
    background-color: #dfe1e3; }
  .ck-ribbon.wysiwyg-ribbon-ega-green {
    background-color: #e5e52d; }
  .ck-ribbon.wysiwyg-ribbon-ega-green-border {
    border: 3px solid #e5e52d;
    background-color: #fff; }

.editor-enabled .ck-ribbon,
.ega-basic-page .ck-ribbon {
  padding: 10px 20px;
  font-weight: bold;
  color: #fff; }
  .editor-enabled .ck-ribbon.has-link,
  .ega-basic-page .ck-ribbon.has-link {
    padding: 0; }
    .editor-enabled .ck-ribbon.has-link.wysiwyg-ribbon-light-blue:hover,
    .ega-basic-page .ck-ribbon.has-link.wysiwyg-ribbon-light-blue:hover {
      background-color: #017ac7; }
    .editor-enabled .ck-ribbon.has-link.wysiwyg-ribbon-blue:hover,
    .ega-basic-page .ck-ribbon.has-link.wysiwyg-ribbon-blue:hover {
      background-color: #0e3fa4; }
    .editor-enabled .ck-ribbon.has-link.wysiwyg-ribbon-dark-blue:hover,
    .ega-basic-page .ck-ribbon.has-link.wysiwyg-ribbon-dark-blue:hover {
      background-color: #032b7c; }
    .editor-enabled .ck-ribbon.has-link.wysiwyg-ribbon-gray:hover,
    .ega-basic-page .ck-ribbon.has-link.wysiwyg-ribbon-gray:hover {
      background-color: #c4c8cb; }
    .editor-enabled .ck-ribbon.has-link.wysiwyg-ribbon-ega-green:hover,
    .ega-basic-page .ck-ribbon.has-link.wysiwyg-ribbon-ega-green:hover {
      background-color: #c6c619; }
    .editor-enabled .ck-ribbon.has-link.wysiwyg-ribbon-ega-green-border:hover,
    .ega-basic-page .ck-ribbon.has-link.wysiwyg-ribbon-ega-green-border:hover {
      background-color: #e6e5e5; }
  .editor-enabled .ck-ribbon a,
  .ega-basic-page .ck-ribbon a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: inherit; }
  .editor-enabled .ck-ribbon.text-left,
  .ega-basic-page .ck-ribbon.text-left {
    text-align: left; }
  .editor-enabled .ck-ribbon.text-center,
  .ega-basic-page .ck-ribbon.text-center {
    text-align: center; }
  .editor-enabled .ck-ribbon.text-right,
  .ega-basic-page .ck-ribbon.text-right {
    text-align: right; }
  .editor-enabled .ck-ribbon.normal-wide,
  .ega-basic-page .ck-ribbon.normal-wide {
    display: inline-block;
    width: auto; }
  .editor-enabled .ck-ribbon.full-wide,
  .ega-basic-page .ck-ribbon.full-wide {
    display: block; }
  .editor-enabled .ck-ribbon.text-uppercased,
  .ega-basic-page .ck-ribbon.text-uppercased {
    text-transform: uppercase; }
  .editor-enabled .ck-ribbon.wysiwyg-ribbon-gray, .editor-enabled .ck-ribbon.wysiwyg-ribbon-ega-green, .editor-enabled .ck-ribbon.wysiwyg-ribbon-ega-green-border,
  .ega-basic-page .ck-ribbon.wysiwyg-ribbon-gray,
  .ega-basic-page .ck-ribbon.wysiwyg-ribbon-ega-green,
  .ega-basic-page .ck-ribbon.wysiwyg-ribbon-ega-green-border {
    color: #000; }
  .editor-enabled .ck-ribbon p.ribbontext,
  .ega-basic-page .ck-ribbon p.ribbontext {
    margin: 0; }
    .editor-enabled .ck-ribbon p.ribbontext br,
    .ega-basic-page .ck-ribbon p.ribbontext br {
      display: none; }

.editor-enabled img,
.ega-basic-page img {
  margin-top: 10px;
  margin-bottom: 10px; }

/*# sourceMappingURL=penceo-theme.styles.css.map */