@charset "UTF-8";
/* ==========================================================================
    MIXINS
   == */
.clearfix::after, .rte::after, .fw-cols-2 .contentCol::after, .fw-cols-2 .asideRight .asideContent::after {
  clear: both;
  content: '';
  display: table; }

/* ==========================================================================
    VARS
   ========================================================================== */
/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.3.5
 * Copyright  License: 
 */
.easy-autocomplete {
  position: relative; }

.easy-autocomplete input {
  color: #555;
  float: none;
  padding: 6px 12px; }

.easy-autocomplete input:hover, .easy-autocomplete input:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }

.easy-autocomplete a {
  display: block; }

.easy-autocomplete.eac-blue-light input:hover, .easy-autocomplete.eac-blue-light input:focus {
  border-color: #66afe9;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6); }

.easy-autocomplete.eac-blue-light ul {
  border-color: #66afe9;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6); }

.easy-autocomplete.eac-blue-light ul li, .easy-autocomplete.eac-blue-light ul .eac-category {
  border-color: #66afe9; }

.easy-autocomplete.eac-blue-light ul li.selected, .easy-autocomplete.eac-blue-light ul .eac-category.selected {
  background-color: #ecf5fc; }

.easy-autocomplete.eac-green-light input:hover, .easy-autocomplete.eac-green-light input:focus {
  border-color: #41DB00;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6); }

.easy-autocomplete.eac-green-light ul {
  border-color: #41DB00;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6); }

.easy-autocomplete.eac-green-light ul li, .easy-autocomplete.eac-green-light ul .eac-category {
  border-color: #41DB00; }

.easy-autocomplete.eac-green-light ul li.selected, .easy-autocomplete.eac-green-light ul .eac-category.selected {
  background-color: #9eff75; }

.easy-autocomplete.eac-red-light input:hover, .easy-autocomplete.eac-red-light input:focus {
  border-color: #ff5b5b;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6); }

.easy-autocomplete.eac-red-light ul {
  border-color: #ff5b5b;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6); }

.easy-autocomplete.eac-red-light ul li, .easy-autocomplete.eac-red-light ul .eac-category {
  border-color: #ff5b5b; }

.easy-autocomplete.eac-red-light ul li.selected, .easy-autocomplete.eac-red-light ul .eac-category.selected {
  background-color: #ff8e8e; }

.easy-autocomplete.eac-yellow-light input:hover, .easy-autocomplete.eac-yellow-light input:focus {
  border-color: #ffdb00;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6); }

.easy-autocomplete.eac-yellow-light ul {
  border-color: #ffdb00;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6); }

.easy-autocomplete.eac-yellow-light ul li, .easy-autocomplete.eac-yellow-light ul .eac-category {
  border-color: #ffdb00; }

.easy-autocomplete.eac-yellow-light ul li.selected, .easy-autocomplete.eac-yellow-light ul .eac-category.selected {
  background-color: #ffe233; }

.easy-autocomplete.eac-dark-light input:hover, .easy-autocomplete.eac-dark-light input:focus {
  border-color: #333;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6); }

.easy-autocomplete.eac-dark-light ul {
  border-color: #333;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6); }

.easy-autocomplete.eac-dark-light ul li, .easy-autocomplete.eac-dark-light ul .eac-category {
  border-color: #333; }

.easy-autocomplete.eac-dark-light ul li.selected, .easy-autocomplete.eac-dark-light ul .eac-category.selected {
  background-color: #4d4d4d;
  color: #fff; }

.easy-autocomplete.eac-dark {
  color: #fff; }

.easy-autocomplete.eac-dark input {
  background-color: #404040;
  border-radius: 4px;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  color: #f6f6f6; }

.easy-autocomplete.eac-dark input:hover, .easy-autocomplete.eac-dark input:focus {
  border-color: #333;
  -webkit-box-shadow: 0;
          box-shadow: 0; }

.easy-autocomplete.eac-dark ul {
  border-color: #333; }

.easy-autocomplete.eac-dark ul li, .easy-autocomplete.eac-dark ul .eac-category {
  background-color: #404040;
  border-color: #333; }

.easy-autocomplete.eac-dark ul li.selected, .easy-autocomplete.eac-dark ul .eac-category.selected {
  background-color: #737373;
  color: #f6f6f6; }

.easy-autocomplete.eac-dark-glass {
  color: #fff; }

.easy-autocomplete.eac-dark-glass input {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  color: #f6f6f6; }

.easy-autocomplete.eac-dark-glass input:hover, .easy-autocomplete.eac-dark-glass input:focus {
  border-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0;
          box-shadow: 0; }

.easy-autocomplete.eac-dark-glass ul {
  border-color: rgba(0, 0, 0, 0.8); }

.easy-autocomplete.eac-dark-glass ul li, .easy-autocomplete.eac-dark-glass ul .eac-category {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8); }

.easy-autocomplete.eac-dark-glass ul li.selected, .easy-autocomplete.eac-dark-glass ul .eac-category.selected {
  background-color: rgba(64, 64, 64, 0.8);
  color: #f6f6f6; }

.easy-autocomplete.eac-dark-glass ul li:last-child, .easy-autocomplete.eac-dark-glass ul .eac-category:last-child {
  border-radius: 0 0 4px 4px; }

.easy-autocomplete.eac-blue {
  color: #fff; }

.easy-autocomplete.eac-blue input {
  background-color: #6d9ed1;
  border-radius: 4px;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  color: #f6f6f6; }

.easy-autocomplete.eac-blue input::-webkit-input-placeholder {
  color: #f6f6f6; }

.easy-autocomplete.eac-blue input:-moz-placeholder {
  color: #f6f6f6; }

.easy-autocomplete.eac-blue input::-moz-placeholder {
  color: #f6f6f6; }

.easy-autocomplete.eac-blue input:-ms-input-placeholder {
  color: #f6f6f6; }

.easy-autocomplete.eac-blue input:hover, .easy-autocomplete.eac-blue input:focus {
  border-color: #5A91CB;
  -webkit-box-shadow: 0;
          box-shadow: 0; }

.easy-autocomplete.eac-blue ul {
  border-color: #5A91CB; }

.easy-autocomplete.eac-blue ul li, .easy-autocomplete.eac-blue ul .eac-category {
  background-color: #6d9ed1;
  border-color: #5A91CB; }

.easy-autocomplete.eac-blue ul li.selected, .easy-autocomplete.eac-blue ul .eac-category.selected {
  background-color: #94b8dd;
  color: #f6f6f6; }

.easy-autocomplete.eac-yellow {
  color: #333; }

.easy-autocomplete.eac-yellow input {
  background-color: #ffdb7e;
  border-color: #333;
  border-radius: 4px;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  color: #333; }

.easy-autocomplete.eac-yellow input:hover, .easy-autocomplete.eac-yellow input:focus {
  border-color: #333;
  -webkit-box-shadow: 0;
          box-shadow: 0; }

.easy-autocomplete.eac-yellow ul {
  border-color: #333; }

.easy-autocomplete.eac-yellow ul li, .easy-autocomplete.eac-yellow ul .eac-category {
  background-color: #ffdb7e;
  border-color: #333; }

.easy-autocomplete.eac-yellow ul li.selected, .easy-autocomplete.eac-yellow ul .eac-category.selected {
  background-color: #ffe9b1;
  color: #333; }

.easy-autocomplete.eac-purple {
  color: #333; }

.easy-autocomplete.eac-purple input {
  background-color: #d6d1e7;
  border-color: #b8afd5;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  color: #333; }

.easy-autocomplete.eac-purple input:hover, .easy-autocomplete.eac-purple input:focus {
  border-color: #333;
  -webkit-box-shadow: 0;
          box-shadow: 0; }

.easy-autocomplete.eac-purple ul {
  border-color: #333; }

.easy-autocomplete.eac-purple ul li, .easy-autocomplete.eac-purple ul .eac-category {
  background-color: #d6d1e7;
  border-color: #333; }

.easy-autocomplete.eac-purple ul li.selected, .easy-autocomplete.eac-purple ul .eac-category.selected {
  background-color: #ebe8f3;
  color: #333; }

.easy-autocomplete.eac-bootstrap input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  color: #555;
  padding: 6px 12px; }

.easy-autocomplete-container {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2; }

.easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #ffffff;
  border-top: 1px dotted #ccc;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -1px; }

.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
  background: inherit;
  border-color: #ccc;
  -o-border-image: none;
     border-image: none;
  border-style: solid;
  border-width: 0 1px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 12px; }

.easy-autocomplete-container ul li:last-child {
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px; }

.easy-autocomplete-container ul li.selected {
  background: none repeat scroll 0 0 #ebebeb;
  cursor: pointer; }

.easy-autocomplete-container ul li.selected div {
  font-weight: normal; }

.easy-autocomplete-container ul li div {
  display: block;
  font-weight: normal;
  word-break: break-all; }

.easy-autocomplete-container ul li b {
  font-weight: bold; }

.easy-autocomplete-container ul .eac-category {
  font-color: #aaa;
  font-style: italic; }

.eac-description .eac-item span {
  color: #aaa;
  font-style: italic;
  font-size: 0.9em; }

.eac-icon-left .eac-item img {
  margin-right: 4px;
  max-height: 30px; }

.eac-icon-right .eac-item {
  margin-top: 8px;
  min-height: 24px;
  position: relative; }

.eac-icon-right .eac-item img {
  margin-left: 4px;
  max-height: 30px;
  position: absolute;
  right: -4px;
  top: -8px; }

/* Magnific Popup CSS */
.mfp-bg {
  background: #0b0b0b;
  height: 100%;
  left: 0;
  opacity: .8;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1042; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

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

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

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

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

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

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

.mfp-arrow {
  -webkit-tap-highlight-color: transparent;
  height: 110px;
  margin: 0;
  margin-top: -55px;
  opacity: .65;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 90px; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1; }

.mfp-arrow:after,
.mfp-arrow:before {
  border: medium inset transparent;
  content: '';
  display: block;
  height: 0;
  left: 0;
  margin-left: 35px;
  margin-top: 35px;
  position: absolute;
  top: 0;
  width: 0; }

.mfp-arrow:after {
  border-bottom-width: 13px;
  border-top-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-bottom-width: 21px;
  border-top-width: 21px;
  opacity: .7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  border-right: 27px solid #3F3F3F;
  margin-left: 25px; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-bottom: 40px;
  padding-top: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  max-width: 900px;
  width: 100%; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%; }

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

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  background: #444;
  bottom: 40px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  content: '';
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 40px;
  width: auto;
  z-index: -1; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .pika-single.is-hidden {
    display: none; }
  .pika-single.is-bound {
    position: absolute;
    -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-single {
  *zoom: 1; }
  .pika-single::before, .pika-single::after {
    content: " ";
    display: table; }
  .pika-single::after {
    clear: both; }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }
  .pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0; }
  .pika-prev:hover,
  .pika-next:hover {
    opacity: 1; }
  .pika-prev.is-disabled,
  .pika-next.is-disabled {
    cursor: default;
    opacity: .2; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }
  .pika-table th,
  .pika-table td {
    width: 14.285714285714286%;
    padding: 0; }
  .pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center; }
  .pika-table abbr {
    border-bottom: none;
    cursor: help; }

.pika-button {
  cursor: pointer;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5; }
  .is-today .pika-button {
    color: #33aaff;
    font-weight: bold; }
  .is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    -webkit-box-shadow: inset 0 1px 3px #178fe5;
            box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px; }
  .is-disabled .pika-button,
  .is-outside-current-month .pika-button {
    color: #999;
    opacity: .3; }
  .is-disabled .pika-button {
    pointer-events: none;
    cursor: default; }
  .pika-button:hover {
    color: #fff;
    background: #ff8000;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 3px; }
  .pika-button .is-selection-disabled {
    pointer-events: none;
    cursor: default; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-inrange .pika-button {
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px; }

/*! nouislider - 11.0.3 - 2018-01-21 14:04:07 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
      transform-origin: 0 0; }

/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0; }

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  position: absolute; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto; }

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
          box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }

.noUi-connects {
  border-radius: 3px; }

.noUi-connect {
  background: #3FB8AF; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; }

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
      transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%, 0);
      transform: translate(0, -50%, 0);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
      transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

/*!
 * Datepicker for Bootstrap v1.5.0 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr; }
  .datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1.3rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem; }

.datepicker-inline {
  width: 220px; }

.datepicker.datepicker-rtl {
  direction: rtl; }

.datepicker.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999999; }

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff; }

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: none;
  padding: 10px; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer; }

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999; }

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0; }

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdd49a), to(#fdf59a));
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000; }

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a; }

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9; }

.datepicker table tr td.today:hover:hover {
  color: #000; }

.datepicker table tr td.today.active:hover {
  color: #fff; }

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0; }

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3c17a), to(#f3e97a));
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 0; }

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a; }

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9; }

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(#808080));
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080; }

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9; }

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -o-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0088cc), to(#0044cc));
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc; }

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px; }

.datepicker table tr td span:hover {
  background: #eeeeee; }

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -o-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0088cc), to(#0044cc));
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc; }

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9; }

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999; }

.datepicker .datepicker-switch {
  width: 145px; }

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer; }

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer; }

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px; }

.input-daterange input {
  text-align: center; }

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0; }

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px; }

/* ==========================================================================
    ANIMATION
   ========================================================================== */
@-webkit-keyframes navDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }
@keyframes navDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@-webkit-keyframes navUp {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

@keyframes navUp {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-6px, 0, 0);
            transform: translate3d(-6px, 0, 0); }
  40%,
  60% {
    -webkit-transform: translate3d(6px, 0, 0);
            transform: translate3d(6px, 0, 0); } }

@keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-6px, 0, 0);
            transform: translate3d(-6px, 0, 0); }
  40%,
  60% {
    -webkit-transform: translate3d(6px, 0, 0);
            transform: translate3d(6px, 0, 0); } }

/* ==========================================================================
    BROWSER TWEAKS
   ========================================================================== */
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0; }
  *::-ms-clear,
  *::after::-ms-clear,
  *::before::-ms-clear {
    display: none; }

/* IE 10 Overrides */
body {
  -ms-overflow-style: scrollbar !important;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

@media (max-width: 768px) {
  .bounce-hack,
  .body-mobile-overflow {
    overflow: hidden;
    height: 100%;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    position: fixed; } }

input,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  input[type=submit],
  textarea[type=submit] {
    cursor: pointer; }

select {
  border-radius: 0;
  font-size: 16px; }
  select:focus {
    font-size: 16px; }

textarea {
  resize: none; }

input * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.touch *:not(input):not(textarea):not(select):not(object):not(embed):not(iframe):not(video):not(audio) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

/* ==========================================================================
    BUTTONS
   ========================================================================== */
.advanced-search__toggle,
.browse-tags__toggle, .advanced-search__submit, .advanced-search__clear, .advanced-search__button, .advanced-search__export, .modal-actions__done, .modal-actions__secondary, .option-panel__done, .option-panel__reset,
.option-panel__save,
.option-panel__select,
.option-panel__unselect, .options-item__select,
.options-item__unselect,
.button,
.cta1,
#cu-social a,
.cta2 {
  background: #FFE9D4;
  border-color: #D8D8D8;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: #333;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 10px 0;
  line-height: normal;
  padding: 7px;
  text-align: center;
  -webkit-transition: background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .no-touchevents .hover.advanced-search__toggle,
  .no-touchevents .hover.browse-tags__toggle, .no-touchevents .hover.advanced-search__submit, .no-touchevents .hover.advanced-search__clear, .no-touchevents .hover.advanced-search__button, .no-touchevents .hover.advanced-search__export, .no-touchevents .hover.modal-actions__done, .no-touchevents .hover.modal-actions__secondary, .no-touchevents .hover.option-panel__done, .no-touchevents .hover.option-panel__reset,
  .no-touchevents .hover.option-panel__save,
  .no-touchevents .hover.option-panel__select,
  .no-touchevents .hover.option-panel__unselect, .no-touchevents .hover.options-item__select,
  .no-touchevents .hover.options-item__unselect, .no-touchevents .advanced-search__toggle:hover,
  .no-touchevents .browse-tags__toggle:hover, .no-touchevents .advanced-search__submit:hover, .no-touchevents .advanced-search__clear:hover, .no-touchevents .advanced-search__button:hover, .no-touchevents .advanced-search__export:hover, .no-touchevents .modal-actions__done:hover, .no-touchevents .modal-actions__secondary:hover, .no-touchevents .option-panel__done:hover, .no-touchevents .option-panel__reset:hover,
  .no-touchevents .option-panel__save:hover,
  .no-touchevents .option-panel__select:hover,
  .no-touchevents .option-panel__unselect:hover, .no-touchevents .options-item__select:hover,
  .no-touchevents .options-item__unselect:hover, .no-touchevents .button.hover, .no-touchevents .hover.cta1, .no-touchevents #cu-social a.hover, #cu-social .no-touchevents a.hover, .no-touchevents .hover.cta2, .no-touchevents .button:hover, .no-touchevents .cta1:hover, .no-touchevents #cu-social a:hover, #cu-social .no-touchevents a:hover, .no-touchevents .cta2:hover {
    background: #007DBE;
    border-color: transparent;
    color: #fff;
    cursor: pointer; }
    .no-touchevents .hover.advanced-search__toggle .field__label, .no-touchevents .hover.browse-tags__toggle .field__label, .no-touchevents .hover.advanced-search__submit .field__label, .no-touchevents .hover.advanced-search__clear .field__label, .no-touchevents .hover.advanced-search__button .field__label, .no-touchevents .hover.advanced-search__export .field__label, .no-touchevents .hover.modal-actions__done .field__label, .no-touchevents .hover.modal-actions__secondary .field__label, .no-touchevents .hover.option-panel__done .field__label, .no-touchevents .hover.option-panel__reset .field__label, .no-touchevents .hover.option-panel__save .field__label, .no-touchevents .hover.option-panel__select .field__label, .no-touchevents .hover.option-panel__unselect .field__label, .no-touchevents .hover.options-item__select .field__label, .no-touchevents .hover.options-item__unselect .field__label, .no-touchevents .hover.advanced-search__toggle .calendar-filter__label, .no-touchevents .hover.browse-tags__toggle .calendar-filter__label, .no-touchevents .hover.advanced-search__submit .calendar-filter__label, .no-touchevents .hover.advanced-search__clear .calendar-filter__label, .no-touchevents .hover.advanced-search__button .calendar-filter__label, .no-touchevents .hover.advanced-search__export .calendar-filter__label, .no-touchevents .hover.modal-actions__done .calendar-filter__label, .no-touchevents .hover.modal-actions__secondary .calendar-filter__label, .no-touchevents .hover.option-panel__done .calendar-filter__label, .no-touchevents .hover.option-panel__reset .calendar-filter__label, .no-touchevents .hover.option-panel__save .calendar-filter__label, .no-touchevents .hover.option-panel__select .calendar-filter__label, .no-touchevents .hover.option-panel__unselect .calendar-filter__label, .no-touchevents .hover.options-item__select .calendar-filter__label, .no-touchevents .hover.options-item__unselect .calendar-filter__label, .no-touchevents .advanced-search__toggle:hover .field__label, .no-touchevents .browse-tags__toggle:hover .field__label, .no-touchevents .advanced-search__submit:hover .field__label, .no-touchevents .advanced-search__clear:hover .field__label, .no-touchevents .advanced-search__button:hover .field__label, .no-touchevents .advanced-search__export:hover .field__label, .no-touchevents .modal-actions__done:hover .field__label, .no-touchevents .modal-actions__secondary:hover .field__label, .no-touchevents .option-panel__done:hover .field__label, .no-touchevents .option-panel__reset:hover .field__label, .no-touchevents .option-panel__save:hover .field__label, .no-touchevents .option-panel__select:hover .field__label, .no-touchevents .option-panel__unselect:hover .field__label, .no-touchevents .options-item__select:hover .field__label, .no-touchevents .options-item__unselect:hover .field__label, .no-touchevents .advanced-search__toggle:hover .calendar-filter__label, .no-touchevents .browse-tags__toggle:hover .calendar-filter__label, .no-touchevents .advanced-search__submit:hover .calendar-filter__label, .no-touchevents .advanced-search__clear:hover .calendar-filter__label, .no-touchevents .advanced-search__button:hover .calendar-filter__label, .no-touchevents .advanced-search__export:hover .calendar-filter__label, .no-touchevents .modal-actions__done:hover .calendar-filter__label, .no-touchevents .modal-actions__secondary:hover .calendar-filter__label, .no-touchevents .option-panel__done:hover .calendar-filter__label, .no-touchevents .option-panel__reset:hover .calendar-filter__label, .no-touchevents .option-panel__save:hover .calendar-filter__label, .no-touchevents .option-panel__select:hover .calendar-filter__label, .no-touchevents .option-panel__unselect:hover .calendar-filter__label, .no-touchevents .options-item__select:hover .calendar-filter__label, .no-touchevents .options-item__unselect:hover .calendar-filter__label, .no-touchevents .button.hover .field__label, .no-touchevents .hover.cta1 .field__label, .no-touchevents #cu-social a.hover .field__label, #cu-social .no-touchevents a.hover .field__label, .no-touchevents .hover.cta2 .field__label, .no-touchevents .button.hover .calendar-filter__label, .no-touchevents .hover.cta1 .calendar-filter__label, .no-touchevents #cu-social a.hover .calendar-filter__label, #cu-social .no-touchevents a.hover .calendar-filter__label, .no-touchevents .hover.cta2 .calendar-filter__label, .no-touchevents .button:hover .field__label, .no-touchevents .cta1:hover .field__label, .no-touchevents #cu-social a:hover .field__label, #cu-social .no-touchevents a:hover .field__label, .no-touchevents .cta2:hover .field__label, .no-touchevents .button:hover .calendar-filter__label, .no-touchevents .cta1:hover .calendar-filter__label, .no-touchevents #cu-social a:hover .calendar-filter__label, #cu-social .no-touchevents a:hover .calendar-filter__label, .no-touchevents .cta2:hover .calendar-filter__label {
      color: #fff; }
  .advanced-search__toggle::after,
  .browse-tags__toggle::after, .advanced-search__submit::after, .advanced-search__clear::after, .advanced-search__button::after, .advanced-search__export::after, .modal-actions__done::after, .modal-actions__secondary::after, .option-panel__done::after, .option-panel__reset::after,
  .option-panel__save::after,
  .option-panel__select::after,
  .option-panel__unselect::after, .options-item__select::after,
  .options-item__unselect::after, .advanced-search__toggle::before,
  .browse-tags__toggle::before, .advanced-search__submit::before, .advanced-search__clear::before, .advanced-search__button::before, .advanced-search__export::before, .modal-actions__done::before, .modal-actions__secondary::before, .option-panel__done::before, .option-panel__reset::before,
  .option-panel__save::before,
  .option-panel__select::before,
  .option-panel__unselect::before, .options-item__select::before,
  .options-item__unselect::before,
  .button::after,
  .cta1::after,
  #cu-social a::after,
  .cta2::after,
  .button::before,
  .cta1::before,
  #cu-social a::before,
  .cta2::before {
    display: inline-block;
    line-height: 1;
    position: relative;
    top: 1px; }
  .advanced-search__toggle::before,
  .browse-tags__toggle::before, .advanced-search__submit::before, .advanced-search__clear::before, .advanced-search__button::before, .advanced-search__export::before, .modal-actions__done::before, .modal-actions__secondary::before, .option-panel__done::before, .option-panel__reset::before,
  .option-panel__save::before,
  .option-panel__select::before,
  .option-panel__unselect::before, .options-item__select::before,
  .options-item__unselect::before,
  .button::before,
  .cta1::before,
  #cu-social a::before,
  .cta2::before {
    margin: 0 5px 0 0; }
  .advanced-search__toggle::after,
  .browse-tags__toggle::after, .advanced-search__submit::after, .advanced-search__clear::after, .advanced-search__button::after, .advanced-search__export::after, .modal-actions__done::after, .modal-actions__secondary::after, .option-panel__done::after, .option-panel__reset::after,
  .option-panel__save::after,
  .option-panel__select::after,
  .option-panel__unselect::after, .options-item__select::after,
  .options-item__unselect::after,
  .button::after,
  .cta1::after,
  #cu-social a::after,
  .cta2::after {
    margin: 0 0 0 5px; }
  
  .button--no-margin-top {
    margin-top: 0; }
  
  .button--full-width {
    width: 100%; }
  
  .button--arrow-right,
  .cta1,
  #cu-social a {
    background: #FFE9D4;
    border-right: 0;
    color: #333;
    margin-right: 20px;
    position: relative;
    -webkit-transition: background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 1; }
    .is-desktop .button--arrow-right.hover::before, .is-desktop .hover.cta1::before, .is-desktop #cu-social a.hover::before, #cu-social .is-desktop a.hover::before,
    .is-desktop .button--arrow-right:hover::before,
    .is-desktop .cta1:hover::before,
    .is-desktop #cu-social a:hover::before,
    #cu-social .is-desktop a:hover::before {
      border-left: 11px solid #007DBE; }
      @media only screen and (min-width: 340px) {
        .is-desktop .button--arrow-right.hover::before, .is-desktop .hover.cta1::before, .is-desktop #cu-social a.hover::before, #cu-social .is-desktop a.hover::before,
        .is-desktop .button--arrow-right:hover::before,
        .is-desktop .cta1:hover::before,
        .is-desktop #cu-social a:hover::before,
        #cu-social .is-desktop a:hover::before {
          border-left: 16px solid #007DBE; } }
    
    .button--arrow-right::after,
    .cta1::after,
    #cu-social a::after {
      border: 0 solid transparent;
      border-bottom-width: 15px;
      border-left: 10px solid #FFE9D4;
      border-top-width: 15px;
      content: '';
      height: 0;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translate(100%, -50%);
          -ms-transform: translate(100%, -50%);
              transform: translate(100%, -50%);
      -webkit-transition: border 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: border 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: border 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      width: 0;
      z-index: 0; }
      @media only screen and (min-width: 340px) {
        
        .button--arrow-right::after,
        .cta1::after,
        #cu-social a::after {
          border-bottom-width: 15px;
          border-left: 15px solid #FFE9D4;
          border-top-width: 15px; } }
    
    .button--arrow-right::before,
    .cta1::before,
    #cu-social a::before {
      border: 0 solid transparent;
      border-bottom-width: 16px;
      border-left: 11px solid #D8D8D8;
      border-top-width: 16px;
      content: '';
      height: 0;
      position: absolute;
      right: -5px;
      top: 50%;
      -webkit-transform: translate(100%, -50%);
          -ms-transform: translate(100%, -50%);
              transform: translate(100%, -50%);
      -webkit-transition: border 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: border 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: border 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      width: 0;
      z-index: 0; }
      @media only screen and (min-width: 340px) {
        
        .button--arrow-right::before,
        .cta1::before,
        #cu-social a::before {
          border-bottom-width: 16px;
          border-left: 16px solid #D8D8D8;
          border-top-width: 16px; } }
    .no-touchevents .button--arrow-right.hover, .no-touchevents .hover.cta1, .no-touchevents #cu-social a.hover, #cu-social .no-touchevents a.hover, .no-touchevents .button--arrow-right:hover, .no-touchevents .cta1:hover, .no-touchevents #cu-social a:hover, #cu-social .no-touchevents a:hover {
      background: #007DBE;
      color: #fff; }
      .no-touchevents .button--arrow-right.hover::after, .no-touchevents .hover.cta1::after, .no-touchevents #cu-social a.hover::after, #cu-social .no-touchevents a.hover::after, .no-touchevents .button--arrow-right:hover::after, .no-touchevents .cta1:hover::after, .no-touchevents #cu-social a:hover::after, #cu-social .no-touchevents a:hover::after {
        border-left-color: #007DBE; }
  
  .button--download-format {
    background: #FFF;
    margin: 5px 0;
    padding: 0 8px 0 0; }
    
    .button--download-format::before {
      background: #7E7E7E;
      color: #fff;
      padding: 10px;
      top: 0;
      -webkit-box-shadow: 0 0 0 1px #7E7E7E;
              box-shadow: 0 0 0 1px #7E7E7E;
      margin-right: 10px; }
    
    .button--download-format .button-label {
      position: relative;
      top: -1px; }
    .no-touchevents
    .button--download-format:hover {
      background: #EBEBEB;
      color: #666; }
      .no-touchevents
      .button--download-format:hover::before {
        background: #007DBE;
        -webkit-box-shadow: 0 0 0 1px #007DBE;
                box-shadow: 0 0 0 1px #007DBE; }
  .advanced-search__toggle,
  .browse-tags__toggle, .advanced-search__submit, .advanced-search__clear, .advanced-search__button,
  .button--secondary {
    background: #AAAAAA;
    border-color: transparent;
    color: #fff; }
    .no-touchevents .hover.advanced-search__toggle,
    .no-touchevents .hover.browse-tags__toggle, .no-touchevents .hover.advanced-search__submit, .no-touchevents .hover.advanced-search__clear, .no-touchevents .hover.advanced-search__button, .no-touchevents .advanced-search__toggle:hover,
    .no-touchevents .browse-tags__toggle:hover, .no-touchevents .advanced-search__submit:hover, .no-touchevents .advanced-search__clear:hover, .no-touchevents .advanced-search__button:hover, .no-touchevents
    .button--secondary.hover, .no-touchevents
    .button--secondary:hover {
      background: #777777;
      color: #fff;
      cursor: pointer; }
  .modal-actions__done, .option-panel__done,
  .button--branded {
    background: #007DBE;
    border-color: transparent;
    color: #fff; }
    .no-touchevents .hover.modal-actions__done, .no-touchevents .hover.option-panel__done, .no-touchevents .modal-actions__done:hover, .no-touchevents .option-panel__done:hover, .no-touchevents
    .button--branded.hover, .no-touchevents
    .button--branded:hover {
      background: #333333;
      color: #fff;
      cursor: pointer; }
  
  .button--larger {
    padding-top: 9px;
    padding-bottom: 9px; }
  
  .button--submit {
    bottom: 0;
    position: absolute;
    right: 0; }
    @media (min-width: 1025px) {
      
      .button--submit {
        position: static; } }
  
  .button--arrow-left,
  .cta2 {
    background: #FFE9D4;
    border-left: 0;
    color: #333;
    margin-left: 10px;
    position: relative; }
    @media only screen and (min-width: 340px) {
      
      .button--arrow-left,
      .cta2 {
        margin-left: 20px; } }
    
    .button--arrow-left.hover::before,
    .hover.cta2::before,
    .button--arrow-left:hover::before,
    .cta2:hover::before {
      border-right: 11px solid #007DBE; }
      @media only screen and (min-width: 340px) {
        
        .button--arrow-left.hover::before,
        .hover.cta2::before,
        .button--arrow-left:hover::before,
        .cta2:hover::before {
          border-right: 16px solid #007DBE; } }
    
    .button--arrow-left::before,
    .cta2::before {
      border: 0 solid transparent;
      border-bottom-width: 16px;
      border-right: 11px solid #D8D8D8;
      border-top-width: 16px;
      content: '';
      height: 0;
      left: -22px;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(100%, -50%);
          -ms-transform: translate(100%, -50%);
              transform: translate(100%, -50%);
      -webkit-transition: border 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: border 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: border 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      width: 0;
      z-index: 0;
      border-bottom-width: 16px;
      border-right: 16px solid #D8D8D8;
      border-top-width: 16px;
      left: -32px; }
    
    .button--arrow-left::after,
    .cta2::after {
      border: 0 solid transparent;
      border-bottom-width: 15px;
      border-right: 10px solid #FFE9D4;
      border-top-width: 15px;
      content: '';
      height: 0;
      left: -20px;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      -webkit-transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      width: 0;
      border-bottom-width: 15px;
      border-right: 15px solid #FFE9D4;
      border-top-width: 15px;
      left: -20px; }
    .no-touchevents .button--arrow-left.hover, .no-touchevents .hover.cta2, .no-touchevents .button--arrow-left:hover, .no-touchevents .cta2:hover {
      background: #007DBE;
      color: #fff; }
      .no-touchevents .button--arrow-left.hover::after, .no-touchevents .hover.cta2::after, .no-touchevents .button--arrow-left:hover::after, .no-touchevents .cta2:hover::after {
        border-right-color: #007DBE; }
  .advanced-search__toggle span::before, .browse-tags__toggle span::before, .advanced-search__submit span::before, .advanced-search__clear span::before, .advanced-search__button span::before, .advanced-search__export span::before, .modal-actions__done span::before, .modal-actions__secondary span::before, .option-panel__done span::before, .option-panel__reset span::before, .option-panel__save span::before, .option-panel__select span::before, .option-panel__unselect span::before, .options-item__select span::before, .options-item__unselect span::before,
  .button span::before,
  .cta1 span::before,
  #cu-social a span::before,
  .cta2 span::before {
    margin-right: 5px; }
  
  .button--minimal {
    background: none;
    border: 0;
    color: #007DBE;
    font-style: italic;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 1025px) {
      
      .button--minimal {
        padding-left: 15px;
        padding-right: 15px; } }
  
  .button--row {
    margin: 5px 20px 5px 0; }
  
  .button--cta {
    background: #007DBE;
    border: 0;
    color: #fff;
    font-weight: 700; }
    .no-touchevents
    .button--cta.hover, .no-touchevents
    .button--cta:hover {
      background: #333333;
      color: #fff; }
  
  .button--outline {
    background: none;
    border: 1px solid #666;
    color: #666;
    font-weight: 700;
    padding: 10px 15px; }
    .no-touchevents
    .button--outline.hover, .no-touchevents
    .button--outline:hover {
      background: #007DBE;
      border: 1px solid #007DBE;
      color: #fff; }
  
  .button--outline.cta1::before,
  #cu-social a.button--outline::before,
  .button--outline.cta1::after,
  #cu-social a.button--outline::after {
    content: none; }
  
  .button--outline-alt {
    background: none;
    border: 1px solid #007DBE;
    color: #007DBE;
    font-weight: 700; }
    .no-touchevents
    .button--outline-alt.hover, .no-touchevents
    .button--outline-alt:hover {
      background: #333333;
      border: 1px solid #333333;
      color: #fff; }
  .advanced-search__export,
  .button--action,
  .button--action-label {
    color: #007DBE;
    min-height: 30px; }
    .advanced-search__export::after, .advanced-search__export::before,
    .button--action::after,
    .button--action::before,
    .button--action-label::after,
    .button--action-label::before {
      color: #666;
      font-size: 1.4rem; }
    .no-touchevents .hover.advanced-search__export::after, .no-touchevents .hover.advanced-search__export::before,
    .no-touchevents .advanced-search__export:hover::after,
    .no-touchevents .advanced-search__export:hover::before, .no-touchevents
    .button--action.hover::after, .no-touchevents
    .button--action.hover::before,
    .no-touchevents
    .button--action:hover::after,
    .no-touchevents
    .button--action:hover::before, .no-touchevents
    .button--action-label.hover::after, .no-touchevents
    .button--action-label.hover::before,
    .no-touchevents
    .button--action-label:hover::after,
    .no-touchevents
    .button--action-label:hover::before {
      color: #fff; }
    .button--active.advanced-search__export,
    .button--action.button--active,
    .button--action-label.button--active {
      background: #007DBE;
      border-color: #007DBE;
      color: #fff; }
      .button--active.advanced-search__export::after, .button--active.advanced-search__export::before,
      .button--action.button--active::after,
      .button--action.button--active::before,
      .button--action-label.button--active::after,
      .button--action-label.button--active::before {
        color: #fff; }
  
  .button--condensed {
    font-size: 0;
    min-height: 30px; }
    @media (min-width: 768px) {
      
      .button--condensed {
        font-size: 1.4rem; } }
    
    .button--condensed::after,
    .button--condensed::before {
      color: #666;
      font-size: 1.4rem;
      margin: 0; }
    @media (min-width: 768px) {
      .no-touchevents
      .button--condensed::before {
        margin: 0 10px 0 0; }
      .no-touchevents
      .button--condensed::after {
        margin: 0 0 0 10px; } }
  
  .button--text-left {
    min-width: 150px;
    text-align: left; }
  .option-panel__close,
  .button--control {
    padding: 6px 9px; }
    .option-panel__close:not(.button--branded),
    .button--control:not(.button--branded) {
      background: #EBEBEB;
      border: 1px solid #b8b8b8; }
    .option-panel__close::after, .option-panel__close::before,
    .button--control::after,
    .button--control::before {
      color: #666;
      font-size: 1.4rem;
      margin: 0; }
    .option-panel__close[data-icon-before='flag'],
    .button--control[data-icon-before='flag'] {
      background: #FFF;
      min-width: 50px; }
      .option-panel__close[data-icon-before='flag']::before,
      .button--control[data-icon-before='flag']::before {
        margin-right: 5px; }
      .option-panel__close[data-icon-before='flag']::after,
      .button--control[data-icon-before='flag']::after {
        color: #007DBE; }
    .option-panel__close[data-icon-before='plus']::before, .option-panel__close[data-icon-before='download']::before,
    .button--control[data-icon-before='plus']::before,
    .button--control[data-icon-before='download']::before {
      -webkit-transform: translateY(1px);
          -ms-transform: translateY(1px);
              transform: translateY(1px); }
    .no-touchevents .hover.option-panel__close, .no-touchevents .option-panel__close:hover, .no-touchevents
    .button--control.hover, .no-touchevents
    .button--control:hover {
      border-color: #007DBE; }
      .no-touchevents .hover.option-panel__close::after, .no-touchevents .hover.option-panel__close::before, .no-touchevents .option-panel__close:hover::after, .no-touchevents .option-panel__close:hover::before, .no-touchevents
      .button--control.hover::after, .no-touchevents
      .button--control.hover::before, .no-touchevents
      .button--control:hover::after, .no-touchevents
      .button--control:hover::before {
        color: #fff; }
  
  .button--control-small {
    background: #EBEBEB;
    border: 1px solid #b8b8b8;
    display: inline-block;
    height: 16px;
    line-height: 1;
    margin: 0 2px;
    padding: 5px;
    position: relative;
    width: 16px; }
    @media (min-width: 769px) {
      
      .button--control-small {
        margin: 0 2px;
        padding: 0 2px; } }
    @media (max-width: 768px) {
      
      .button--control-small {
        width: 20px;
        height: 20px; } }
    
    .button--control-small::after,
    .button--control-small::before {
      color: #666;
      font-size: 1rem;
      left: 50%;
      margin: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -51%);
          -ms-transform: translate(-50%, -51%);
              transform: translate(-50%, -51%); }
      .is-IE
      .button--control-small::after, .is-IE
      .button--control-small::before {
        -webkit-transform: translate(-50%, -53%);
            -ms-transform: translate(-50%, -53%);
                transform: translate(-50%, -53%); }
    .no-touchevents
    .button--control-small.hover, .no-touchevents
    .button--control-small:hover {
      border-color: #007DBE; }
      .no-touchevents
      .button--control-small.hover::after, .no-touchevents
      .button--control-small.hover::before, .no-touchevents
      .button--control-small:hover::after, .no-touchevents
      .button--control-small:hover::before {
        color: #fff; }
  .modal-actions__secondary, .option-panel__reset,
  .option-panel__save,
  .option-panel__select,
  .option-panel__unselect, .options-item__select,
  .options-item__unselect,
  .button--ghost {
    background: 0;
    border-color: transparent;
    color: #007DBE;
    font-style: italic; }
    .no-touchevents .hover.modal-actions__secondary, .no-touchevents .hover.option-panel__reset,
    .no-touchevents .hover.option-panel__save,
    .no-touchevents .hover.option-panel__select,
    .no-touchevents .hover.option-panel__unselect, .no-touchevents .hover.options-item__select,
    .no-touchevents .hover.options-item__unselect, .no-touchevents .modal-actions__secondary:hover, .no-touchevents .option-panel__reset:hover,
    .no-touchevents .option-panel__save:hover,
    .no-touchevents .option-panel__select:hover,
    .no-touchevents .option-panel__unselect:hover, .no-touchevents .options-item__select:hover,
    .no-touchevents .options-item__unselect:hover, .no-touchevents
    .button--ghost.hover, .no-touchevents
    .button--ghost:hover {
      background: 0;
      color: #333; }
  
  .button--ghost-normal {
    background: 0;
    border-color: transparent;
    color: #007DBE;
    font-style: normal;
    padding-left: 0; }
    .no-touchevents
    .button--ghost-normal.hover, .no-touchevents
    .button--ghost-normal:hover {
      background: 0;
      color: #333; }
  
  .button--sort {
    background: 0;
    border: 0;
    display: inline-block;
    margin: 0;
    padding: 0 20px 0 0 !important;
    position: relative; }
    
    .button--sort::after,
    .button--sort::before {
      color: #666;
      margin: 0;
      position: absolute;
      right: 0;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
    
    .button--sort::before {
      top: calc(50% + 3px); }
    
    .button--sort::after {
      top: calc(50% - 5px); }
  .ios .button--select-all .field__label, .ios .button--select-all .calendar-filter__label {
    padding: 0 0 0 22px; }
  
  .button--expand-tr {
    background: 0;
    border: 0;
    color: #007DBE;
    font-size: 1.1rem;
    margin: 0;
    padding: 0; }
    
    .button--expand-tr::before {
      margin: 0; }
    
    .button--expand-tr::after {
      margin: 0 0 0 3px; }
    .no-touchevents
    .button--expand-tr:hover {
      background: 0 !important;
      color: #333 !important; }
    
    .button--expand-tr.button--active::after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  
  .button--sort-desc::before {
    color: #007DBE; }
  
  .button--sort-desc::after {
    opacity: .1; }
  
  .button--sort-asc::before {
    opacity: .1; }
  
  .button--sort-asc::after {
    color: #007DBE; }
  
  .button--option-item {
    background: 0;
    display: block;
    font-size: 1.4rem !important;
    padding: 10px !important;
    text-align: left;
    width: 100%; }
  .advanced-search__toggle[disabled],
  .browse-tags__toggle[disabled], .advanced-search__submit[disabled], .advanced-search__clear[disabled], .advanced-search__button[disabled], .advanced-search__export[disabled], .modal-actions__done[disabled], .modal-actions__secondary[disabled], .option-panel__done[disabled], .option-panel__reset[disabled],
  .option-panel__save[disabled],
  .option-panel__select[disabled],
  .option-panel__unselect[disabled], .options-item__select[disabled],
  .options-item__unselect[disabled],
  .button[disabled],
  .cta1[disabled],
  #cu-social a[disabled],
  .cta2[disabled] {
    opacity: .5;
    pointer-events: none; }
  
  .button--collapse-margin {
    margin: 0; }
    @media (min-width: 768px) {
      
      .button--collapse-margin {
        margin: 5px 0 0; } }
  
  .button--show-more.button--show-more {
    background: #FFF;
    border: 1px solid #D8D8D8;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 20px;
    width: calc(100% - 20px);
    max-width: 300px; }
    @media (max-width: 767px) {
      
      .button--show-more.button--show-more {
        border: none; }
        
        .button--show-more.button--show-more:hover {
          background: inherit;
          color: inherit; }
          
          .button--show-more.button--show-more:hover::after,
          .button--show-more.button--show-more:hover::before {
            color: inherit; } }
    @media (min-width: 768px) {
      .is-desktop
      .button--show-more.button--show-more:hover::after, .is-desktop
      .button--show-more.button--show-more:hover::before {
        color: #fff; } }
    
    .button--show-more.button--show-more::after {
      color: #007DBE;
      display: inline-block;
      font-size: 1.6rem;
      height: 18px;
      margin: 0 0 0 5px;
      position: relative;
      top: 2px;
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
      .tabs__content--expanded
      .button--show-more.button--show-more::after {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }

.button-group {
  font-size: 0; }
  @media (min-width: 768px) {
    .button-group {
      padding: 15px 0; } }
  .button-group--no-padding {
    padding: 0; }
  .button-group--bordered {
    border-bottom: 1px solid #D8D8D8;
    border-top: 1px solid #D8D8D8; }
    @media (min-width: 768px) {
      .button-group--bordered {
        border: 0; } }
  .button-group--double .button, .button-group--double .cta1, .button-group--double #cu-social a, #cu-social .button-group--double a, .button-group--double .cta2 {
    margin-right: 10px;
    width: calc(50% - 5px); }
    .button-group--double .button:last-child, .button-group--double .cta1:last-child, .button-group--double #cu-social a:last-child, #cu-social .button-group--double a:last-child, .button-group--double .cta2:last-child {
      margin-right: 0; }
  .button-group--mobile-double {
    padding: 0; }
    @media (max-width: 767px) {
      .button-group--mobile-double {
        zoom: 1; }
        .button-group--mobile-double::after, .button-group--mobile-double::before {
          content: ' ';
          display: block;
          height: 0;
          overflow: hidden; }
        .button-group--mobile-double::after {
          clear: both; }
        .button-group--mobile-double .button, .button-group--mobile-double .cta1, .button-group--mobile-double #cu-social a, #cu-social .button-group--mobile-double a, .button-group--mobile-double .cta2 {
          margin-right: 10px;
          width: calc(50% - 5px); }
          .button-group--mobile-double .button:last-child, .button-group--mobile-double .cta1:last-child, .button-group--mobile-double #cu-social a:last-child, #cu-social .button-group--mobile-double a:last-child, .button-group--mobile-double .cta2:last-child {
            margin-right: 0; } }

.button-container--center {
  text-align: center; }

.button-container--block .button, .button-container--block .cta1, .button-container--block #cu-social a, #cu-social .button-container--block a, .button-container--block .cta2 {
  display: block; }

@media (min-width: 421px) {
  .button-container--right {
    text-align: right; } }

.button-container--right .button, .button-container--right .cta1, .button-container--right #cu-social a, #cu-social .button-container--right a, .button-container--right .cta2 {
  margin-right: 5px; }
  .button-container--right .button--arrow-right, .button-container--right .cta1, .button-container--right #cu-social a, #cu-social .button-container--right a {
    margin-right: 25px; }
  .button-container--right .button:last-child, .button-container--right .cta1:last-child, .button-container--right #cu-social a:last-child, #cu-social .button-container--right a:last-child, .button-container--right .cta2:last-child {
    margin-right: 20px; }

.button-container--left {
  text-align: left; }
  .button-container--left .button, .button-container--left .cta1, .button-container--left #cu-social a, #cu-social .button-container--left a, .button-container--left .cta2 {
    margin-right: 5px; }
    .button-container--left .button--arrow-right, .button-container--left .cta1, .button-container--left #cu-social a, #cu-social .button-container--left a {
      margin-right: 25px; }
    .button-container--left .button:last-child, .button-container--left .cta1:last-child, .button-container--left #cu-social a:last-child, #cu-social .button-container--left a:last-child, .button-container--left .cta2:last-child {
      margin-right: 0; }

.button-container--margin-right {
  margin-right: 10px; }
  @media (min-width: 768px) {
    .button-container--margin-right {
      margin-right: 10px; } }

.spotify-button {
  color: #666;
  display: block;
  line-height: 2.4rem;
  padding-left: 30px;
  position: relative;
  vertical-align: middle; }
  .spotify-button:hover {
    color: #007DBE; }
  .spotify-button::before {
    color: #6AE368;
    font-size: 2.4rem;
    left: 0;
    position: absolute;
    top: 0;
    vertical-align: middle; }

/* ==========================================================================
		Fonts
	 ========================================================================== */
/* ==========================================================================
    FORM ELEMENTS
   ========================================================================== */
.form--advanced {
  position: relative; }
  @media (min-width: 769px) {
    .form--advanced::after {
      background: #D8D8D8;
      content: '';
      display: block;
      height: 100%;
      left: 50%;
      position: absolute;
      top: 0;
      width: 1px; }
    .form--advanced.form--instructions::after {
      left: 61.5%; } }
  @media (min-width: 768px) {
    .form--advanced .grid__col:first-child .form__fieldset, .form--advanced .fw-cols-2 .contentCol:first-child .form__fieldset, .fw-cols-2 .form--advanced .contentCol:first-child .form__fieldset, .form--advanced .fw-cols-2 .asideLeft:first-child .form__fieldset, .fw-cols-2 .form--advanced .asideLeft:first-child .form__fieldset, .form--advanced .fw-cols-2 .asideRight:first-child .form__fieldset, .fw-cols-2 .form--advanced .asideRight:first-child .form__fieldset {
      padding-right: 20px; } }
  @media (min-width: 768px) {
    .form--advanced .grid__col:last-child.form__fieldset, .form--advanced .fw-cols-2 .contentCol:last-child.form__fieldset, .fw-cols-2 .form--advanced .contentCol:last-child.form__fieldset, .form--advanced .fw-cols-2 .asideLeft:last-child.form__fieldset, .fw-cols-2 .form--advanced .asideLeft:last-child.form__fieldset, .form--advanced .fw-cols-2 .asideRight:last-child.form__fieldset, .fw-cols-2 .form--advanced .asideRight:last-child.form__fieldset {
      padding-left: 20px; } }
  .form--advanced .button--cta {
    display: block;
    margin: 30px 0; }
    @media (min-width: 768px) {
      .form--advanced .button--cta {
        margin: 50px 0; } }

.form__fieldgroup {
  border: 0;
  margin: 0;
  padding: 0;
  zoom: 1; }
  .form__fieldgroup::after, .form__fieldgroup::before {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden; }
  .form__fieldgroup::after {
    clear: both; }
  @media (min-width: 768px) {
    .form--instructions .form__fieldgroup {
      float: left;
      width: 58%; } }
  .form__fieldgroup--columns .field {
    padding: 0 10px; }
  .form--search .form__fieldgroup:first-child {
    float: left;
    padding: 0;
    width: 100%; }
    @media only screen and (min-width: 321px) {
      .form--search .form__fieldgroup:first-child {
        padding: 0 10px 10px 0;
        width: 77%; } }
  .form--search .form__fieldgroup:last-child {
    float: left;
    padding: 0;
    width: 100%; }
    @media only screen and (min-width: 321px) {
      .form--search .form__fieldgroup:last-child {
        padding: 14px 0 0;
        width: 23%; } }
    @media (min-width: 768px) {
      .form--search .form__fieldgroup:last-child {
        padding: 15px 0 0; } }
    .form--search .form__fieldgroup:last-child .button, .form--search .form__fieldgroup:last-child .cta1, .form--search .form__fieldgroup:last-child #cu-social a, #cu-social .form--search .form__fieldgroup:last-child a, .form--search .form__fieldgroup:last-child .cta2 {
      min-height: 41px; }
  .form__fieldgroup--padding {
    padding: 0 10px; }
  .form__fieldgroup--narrow {
    max-width: 500px;
    width: 100%; }

.form__fieldset {
  zoom: 1; }
  .form__fieldset::after, .form__fieldset::before {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden; }
  .form__fieldset::after {
    clear: both; }
  @media (min-width: 768px) {
    .form__fieldset {
      padding-bottom: 20px; } }
  .form__fieldset--header-space {
    padding-top: 40px; }
    @media (min-width: 768px) {
      .form__fieldset--header-space {
        padding-top: 100px; } }

.form__instruction {
  color: #999; }
  @media (min-width: 768px) {
    .form__instruction {
      float: right;
      width: 35%; } }

.form__instructionitem {
  padding: 0 0 5px; }
  @media (min-width: 768px) {
    .form__instructionitem {
      padding: 0 20px 40px 0; } }
  .form__instructionitem p {
    font-size: 1.3rem;
    line-height: 1.6;
    margin: 0 0 1rem; }

.form__fieldgrouptitle {
  padding-bottom: 10px;
  zoom: 1; }
  .form__fieldgrouptitle::after, .form__fieldgrouptitle::before {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden; }
  .form__fieldgrouptitle::after {
    clear: both; }
  @media (min-width: 768px) {
    .form__fieldgrouptitle {
      padding-bottom: 30px; }
      .form--instructions .form__fieldgrouptitle {
        max-width: 58%; } }
  .form__fieldgrouptitle .heading {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .form__fieldgrouptitle--notice .heading {
      float: left; } }
  .form__fieldgrouptitle .notice {
    color: #666;
    display: block;
    font-size: 1.2rem;
    padding: 10px 0 0; }
    @media (min-width: 768px) {
      .form__fieldgrouptitle .notice {
        float: right;
        font-size: 1.4rem;
        padding: 20px 0 0; } }


.field {
  margin: 0 0 10px; }
  @media (min-width: 768px) {
    
    .field {
      margin: 0 0 15px; } }
  
  .field--inline {
    display: inline-block;
    float: left;
    padding: 5px 0; }
    .table
    .field--inline {
      margin: 0 10px 0 0;
      padding: 10px 0; }
  
  .field--margin-right {
    margin-right: 10px; }
  
  .field--no-margin.field--no-margin {
    margin: 0; }
  
  .field--no-padding.field--no-padding {
    padding: 0; }
  
  .field--action-button .button,
  .field--action-button .cta1,
  .field--action-button #cu-social a,
  #cu-social .field--action-button a,
  .field--action-button .cta2 {
    width: 100%; }
  @media (min-width: 768px) {
    
    .field--indent {
      margin-left: 70px; } }
  
  .field--action-buttons,
  .field--action-buttons-small {
    zoom: 1; }
    
    .field--action-buttons::after,
    .field--action-buttons-small::after,
    .field--action-buttons::before,
    .field--action-buttons-small::before {
      content: ' ';
      display: block;
      height: 0;
      overflow: hidden; }
    
    .field--action-buttons::after,
    .field--action-buttons-small::after {
      clear: both; }
    
    .field--action-buttons .button,
    .field--action-buttons-small .button,
    .field--action-buttons .cta1,
    .field--action-buttons-small .cta1,
    .field--action-buttons #cu-social a,
    #cu-social .field--action-buttons a,
    .field--action-buttons-small #cu-social a,
    #cu-social .field--action-buttons-small a,
    .field--action-buttons .cta2,
    .field--action-buttons-small .cta2 {
      float: right;
      width: calc(50% - 5px); }
      @media (min-width: 768px) {
        
        .field--action-buttons .button,
        .field--action-buttons-small .button,
        .field--action-buttons .cta1,
        .field--action-buttons-small .cta1,
        .field--action-buttons #cu-social a,
        #cu-social .field--action-buttons a,
        .field--action-buttons-small #cu-social a,
        #cu-social .field--action-buttons-small a,
        .field--action-buttons .cta2,
        .field--action-buttons-small .cta2 {
          width: calc(25% - 10px); } }
      
      .field--action-buttons .button:first-child,
      .field--action-buttons-small .button:first-child,
      .field--action-buttons .cta1:first-child,
      .field--action-buttons-small .cta1:first-child,
      .field--action-buttons #cu-social a:first-child,
      #cu-social .field--action-buttons a:first-child,
      .field--action-buttons-small #cu-social a:first-child,
      #cu-social .field--action-buttons-small a:first-child,
      .field--action-buttons .cta2:first-child,
      .field--action-buttons-small .cta2:first-child {
        margin-left: 10px; }
  
  .field--action-buttons-right {
    zoom: 1; }
    
    .field--action-buttons-right::after,
    .field--action-buttons-right::before {
      content: ' ';
      display: block;
      height: 0;
      overflow: hidden; }
    
    .field--action-buttons-right::after {
      clear: both; }
    
    .field--action-buttons-right .button,
    .field--action-buttons-right .cta1,
    .field--action-buttons-right #cu-social a,
    #cu-social .field--action-buttons-right a,
    .field--action-buttons-right .cta2 {
      float: right;
      width: auto; }
      
      .field--action-buttons-right .button:first-child,
      .field--action-buttons-right .cta1:first-child,
      .field--action-buttons-right #cu-social a:first-child,
      #cu-social .field--action-buttons-right a:first-child,
      .field--action-buttons-right .cta2:first-child {
        margin-left: 10px; }
  
  .field--stacked {
    margin-bottom: 8px; }
  
  .field--search::before {
    font-size: 18px;
    position: relative;
    top: 2px; }
  
  .field--search .field__element,
  .field--search .calendar-filter__element {
    display: inline-block;
    width: calc(100% - 30px); }
  
  .field--no-label .field__label,
  .field--no-label .calendar-filter__label {
    display: none; }
  
  .field--bg {
    background: #F7F7F7;
    padding: 5px 15px; }
    
    .field--bg a {
      color: #007DBE; }
  
  .field--coupled-short {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    
    .field--coupled-short > .field__label,
    .field--coupled-short > .calendar-filter__label {
      display: inline-block;
      padding-right: 10px;
      vertical-align: top;
      position: relative;
      top: 10px;
      margin-bottom: 0;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
    
    .field--coupled-short > .field__value {
      position: relative;
      display: block;
      padding: 10px; }
    
    .field--coupled-short .field__element--textarea {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      
      .field--coupled-short .field__label.phone-hide ~ .field__element::-webkit-input-placeholder,
      .field--coupled-short .phone-hide.calendar-filter__label ~ .field__element::-webkit-input-placeholder,
      .field--coupled-short .field__label.phone-hide ~ .calendar-filter__element::-webkit-input-placeholder,
      .field--coupled-short .phone-hide.calendar-filter__label ~ .calendar-filter__element::-webkit-input-placeholder {
        color: transparent !important; }
      
      .field--coupled-short .field__label.phone-hide ~ .field__element::-moz-placeholder,
      .field--coupled-short .phone-hide.calendar-filter__label ~ .field__element::-moz-placeholder,
      .field--coupled-short .field__label.phone-hide ~ .calendar-filter__element::-moz-placeholder,
      .field--coupled-short .phone-hide.calendar-filter__label ~ .calendar-filter__element::-moz-placeholder {
        color: transparent !important; }
      
      .field--coupled-short .field__label.phone-hide ~ .field__element::-ms-input-placeholder,
      .field--coupled-short .phone-hide.calendar-filter__label ~ .field__element::-ms-input-placeholder,
      .field--coupled-short .field__label.phone-hide ~ .calendar-filter__element::-ms-input-placeholder,
      .field--coupled-short .phone-hide.calendar-filter__label ~ .calendar-filter__element::-ms-input-placeholder {
        color: transparent !important; }
      
      .field--coupled-short .field__label.phone-hide ~ .field__element::placeholder,
      .field--coupled-short .phone-hide.calendar-filter__label ~ .field__element::placeholder,
      .field--coupled-short .field__label.phone-hide ~ .calendar-filter__element::placeholder,
      .field--coupled-short .phone-hide.calendar-filter__label ~ .calendar-filter__element::placeholder {
        color: transparent !important; } }
  @media (min-width: 768px) {
    
    .field--coupled .field__label,
    .field--coupled .calendar-filter__label {
      display: inline-block;
      padding-right: 10px;
      vertical-align: middle;
      width: 200px; }
    
    .field--coupled .field__element,
    .field--coupled .calendar-filter__element {
      display: inline-block;
      width: calc(100% - 205px); } }
  
  .field--reduced {
    margin: 0 0 5px; }
    
    .field--reduced--coupled .field__label,
    .field--reduced--coupled .calendar-filter__label {
      vertical-align: top; }
  @media (min-width: 768px) {
    
    .field--narrow {
      max-width: 300px; } }
  @media (min-width: 768px) {
    
    .field--wider {
      max-width: 400px; } }
  
  .field--spacer {
    margin-bottom: 10px; }
  
  .field--inline-select {
    padding: 5px 5px 5px 0; }
    @media (min-width: 768px) {
      
      .field--inline-select {
        padding: 5px 5px 5px 100px; } }

.field__message {
  color: #F23F48;
  display: block;
  font-size: 1.2rem;
  padding: 5px 0 0; }
  @media (min-width: 768px) {
    .field__message {
      margin-left: 202px; } }


.button--sort, .filters__item .filters__checkbox ~ .filters__label,
.field__label,
.calendar-filter__label {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 8px; }
  
  .field__label--no-margin {
    margin-bottom: 0; }
  
  .field__label--inline {
    display: inline-block;
    float: left;
    width: auto; }
  
  .field__label--search-label {
    font-size: 1.3rem; }
    @media (min-width: 768px) {
      
      .field__label--search-label {
        font-size: 1.4rem; } }
  
  .field__label--small {
    font-size: 1.2rem;
    font-weight: normal; }
  
  .field__label--short {
    width: 70px; }
  
  .field__label--medium {
    width: 100px; }
  
  .field__label--long {
    width: 160px; }
  
  .field__label--longer {
    width: 200px; }
  
  .field__label--inline-block {
    display: inline-block; }
  .button--sort em, .filters__item .filters__checkbox ~ .filters__label em,
  .field__label em,
  .calendar-filter__label em {
    color: #999;
    display: block;
    font-size: 1.2rem;
    font-style: italic;
    line-height: 1.4;
    padding-top: 10px; }
  
  .form--advanced .button--sort, .form--advanced .filters__item .filters__checkbox ~ .filters__label, .filters__item .form--advanced .filters__checkbox ~ .filters__label, .form--advanced .field__label, .form--advanced .calendar-filter__label {
    display: block;
    font-weight: 400;
    padding-top: 10px;
    vertical-align: top; }
    @media (min-width: 768px) {
      
      .form--advanced .button--sort, .form--advanced .filters__item .filters__checkbox ~ .filters__label, .filters__item .form--advanced .filters__checkbox ~ .filters__label, .form--advanced .field__label, .form--advanced .calendar-filter__label {
        display: inline-block;
        margin-right: 15px;
        width: 200px; } }
  
  .field__label-icon::before {
    font-size: 14px;
    margin: 0 5px; }
  @media (max-width: 767px) {
    
    .modal__content-block--background .field--reduced .field__label--short.button--sort, .modal__content-block--background .field--reduced .filters__item .filters__checkbox ~ .field__label--short.filters__label, .filters__item .modal__content-block--background .field--reduced .filters__checkbox ~ .field__label--short.filters__label, .modal__content-block--background .field--reduced .field__label.field__label--short, .modal__content-block--background .field--reduced .field__label--short.calendar-filter__label {
      width: 50px; } }
  
  .field--inline-select .button--sort, .field--inline-select .filters__item .filters__checkbox ~ .filters__label, .filters__item .field--inline-select .filters__checkbox ~ .filters__label, .field--inline-select .field__label, .field--inline-select .calendar-filter__label {
    display: inline-block;
    font-weight: normal !important;
    margin-right: 10px;
    vertical-align: top; }


.field__element--select .select, .advanced-search__input, .filters__item .filters__checkbox,
.field__element,
.calendar-filter__element {
  border-color: #D8D8D8;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: 500;
  font-size: 1.4rem;
  padding: 9px 10px;
  -webkit-transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%; }
  
  .field__element--small {
    font-size: 1.2rem;
    padding: 2px 4px 3px;
    width: auto;
    display: inline-block; }
  
  .field__element--small-width {
    max-width: 130px; }
  
  .field__element--medium-width {
    max-width: 200px; }
  
  .field__element--large-width {
    max-width: 300px; }
  
  .field__element--select .select[type=date], .advanced-search__input[type=date], .filters__item .filters__checkbox[type=date],
  .field__element[type=date],
  .calendar-filter__element[type=date] {
    background: #FFF;
    border-color: #D8D8D8;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    height: 39px; }
    
    .field__element--select .select[type=date]::-webkit-calendar-picker-indicator, .advanced-search__input[type=date]::-webkit-calendar-picker-indicator, .filters__item .filters__checkbox[type=date]::-webkit-calendar-picker-indicator,
    .field__element[type=date]::-webkit-calendar-picker-indicator,
    .calendar-filter__element[type=date]::-webkit-calendar-picker-indicator {
      display: none; }
    
    .field__element--select .select[type=date]::-webkit-input-placeholder, .advanced-search__input[type=date]::-webkit-input-placeholder, .filters__item .filters__checkbox[type=date]::-webkit-input-placeholder,
    .field__element[type=date]::-webkit-input-placeholder,
    .calendar-filter__element[type=date]::-webkit-input-placeholder {
      visibility: hidden !important; }
  
  .field__element--select .select[type=number], .advanced-search__input[type=number], .filters__item .filters__checkbox[type=number],
  .field__element[type=number],
  .calendar-filter__element[type=number] {
    -moz-appearance: textfield; }
    
    .field__element--select .select[type=number]::-webkit-inner-spin-button, .advanced-search__input[type=number]::-webkit-inner-spin-button, .filters__item .filters__checkbox[type=number]::-webkit-inner-spin-button,
    .field__element--select .select[type=number]::-webkit-outer-spin-button, .advanced-search__input[type=number]::-webkit-outer-spin-button, .filters__item .filters__checkbox[type=number]::-webkit-outer-spin-button,
    .field__element[type=number]::-webkit-inner-spin-button,
    .calendar-filter__element[type=number]::-webkit-inner-spin-button,
    .field__element[type=number]::-webkit-outer-spin-button,
    .calendar-filter__element[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
  
  .field__element--select .focus.select, .focus.advanced-search__input, .filters__item .focus.filters__checkbox,
  .field__element--select .select:focus, .advanced-search__input:focus, .filters__item .filters__checkbox:focus,
  .field__element.focus,
  .focus.calendar-filter__element,
  .field__element:focus,
  .calendar-filter__element:focus {
    border: 1px solid #616161; }
    
    .field__element--select .focus.select[readonly], .focus.advanced-search__input[readonly], .filters__item .focus.filters__checkbox[readonly],
    .field__element--select .select:focus[readonly], .advanced-search__input:focus[readonly], .filters__item .filters__checkbox:focus[readonly],
    .field__element.focus[readonly],
    .focus.calendar-filter__element[readonly],
    .field__element:focus[readonly],
    .calendar-filter__element:focus[readonly] {
      border-color: #D8D8D8; }
  
  .field__element--valid {
    border: 1px solid #417505; }
    
    .field__element--valid::-webkit-input-placeholder {
      color: #417505; }
    
    .field__element--valid::-moz-placeholder {
      color: #417505; }
    
    .field__element--valid::-ms-input-placeholder {
      color: #417505; }
    
    .field__element--valid::placeholder {
      color: #417505; }
  
  .field__element--error {
    border: 1px solid #f23f48; }
    
    .field__element--error::-webkit-input-placeholder {
      color: #F23F48; }
    
    .field__element--error::-moz-placeholder {
      color: #F23F48; }
    
    .field__element--error::-ms-input-placeholder {
      color: #F23F48; }
    
    .field__element--error::placeholder {
      color: #F23F48; }
  
  .field__element--disabled {
    background: 0;
    border: 1px solid rgba(97, 97, 97, 0.2);
    cursor: default; }
    
    .field__element--disabled::-webkit-input-placeholder {
      color: rgba(97, 97, 97, 0.35); }
    
    .field__element--disabled::-moz-placeholder {
      color: rgba(97, 97, 97, 0.35); }
    
    .field__element--disabled::-ms-input-placeholder {
      color: rgba(97, 97, 97, 0.35); }
    
    .field__element--disabled::placeholder {
      color: rgba(97, 97, 97, 0.35); }
  
  .field__element--disabled-alt {
    background: rgba(97, 97, 97, 0.15);
    border: 1px solid rgba(97, 97, 97, 0.2);
    cursor: default; }
    
    .field__element--disabled-alt::-webkit-input-placeholder {
      color: rgba(97, 97, 97, 0.35); }
    
    .field__element--disabled-alt::-moz-placeholder {
      color: rgba(97, 97, 97, 0.35); }
    
    .field__element--disabled-alt::-ms-input-placeholder {
      color: rgba(97, 97, 97, 0.35); }
    
    .field__element--disabled-alt::placeholder {
      color: rgba(97, 97, 97, 0.35); }
  
  .field__element--small-text {
    font-size: 1.2rem; }
    @media (min-width: 768px) {
      
      .field__element--small-text {
        font-size: 1.4rem; } }
  
  .field__element--radio-unstyled {
    -webkit-appearance: radio;
       -moz-appearance: radio;
            appearance: radio; }
  
  .field__element--textarea {
    font-size: 1.4rem;
    min-height: 100px;
    font-weight: 500; }
    @media (min-width: 768px) {
      
      .field__element--textarea {
        font-size: 1.4rem; } }
    @media (max-width: 767px) {
      
      .field__element--textarea.auto-height--no-phone.auto-height--no-phone {
        height: auto !important;
        min-height: 80px; } }
    .field--reduced
    .field__element--textarea.field__element--textarea {
      min-height: 29px;
      padding-top: 8px;
      padding-bottom: 8px;
      width: calc(100% - 74px);
      resize: vertical; }
      @media (max-width: 767px) {
        .field--reduced
        .field__element--textarea.field__element--textarea {
          height: 35px; } }
  
  .field__element--inline {
    vertical-align: middle; }
    
    .field__element--inline.field__element--select {
      display: inline-block;
      margin: 0 10px;
      width: auto; }

label.field__element--error {
  border: 0;
  color: #F23F48;
  display: block;
  font-size: 1.2rem; }

.field__double {
  display: block;
  width: 100%; }
  @media (min-width: 990px) {
    .field__double {
      display: inline-block;
      width: calc(100% - 220px); } }
  .field__double .field__element, .field__double .calendar-filter__element {
    display: inline-block;
    width: 49%; }
    .field__double .field__element:first-child, .field__double .calendar-filter__element:first-child {
      margin-right: 2%; }
    .field__double .field__element .select, .field__double .calendar-filter__element .select {
      width: 100%; }


.field__element--select {
  border: 0;
  padding: 0;
  position: relative; }
  
  .field__element--select::after {
    color: #007DBE;
    pointer-events: none;
    position: absolute;
    font-size: 1.8rem;
    right: 12px;
    top: 10px; }
  .field--reduced
  .field__element--select::after {
    top: 10px; }
  
  .field__element--select .select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #FFF;
    min-height: 38px;
    padding: 8px 30px 10px 10px;
    position: relative;
    text-indent: 1px;
    width: 100%;
    font-weight: 500; }
    @media (max-width: 767px) {
      
      .field__element--select .select {
        font-size: 1.4rem; } }
    
    .field__element--select .select::-ms-expand {
      display: none; }
    
    .field__element--select .select option {
      background: #FFF;
      border: 1px solid #333333; }
    .field--reduced
    .field__element--select .select {
      font-size: 1.4rem; }
  .field--reduced
  .field__element--select {
    padding: 0; }
    .field--reduced
    .field__element--select .select {
      min-height: 38px;
      padding: 7px 28px 7px 10px; }
  .field--inline-select
  .field__element--select {
    display: inline-block;
    max-width: 150px; }
    @media (min-width: 768px) {
      .field--inline-select
      .field__element--select {
        max-width: 200px; } }

.filters__item .filters__checkbox,
.field__element--checkbox,
.field__element--radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: 0;
  border: 0;
  display: block;
  height: 0;
  visibility: hidden;
  width: 0; }
  .filters__item .filters__checkbox ~ .field__label, .filters__item .filters__checkbox ~ .calendar-filter__label,
  .field__element--checkbox ~ .field__label,
  .field__element--checkbox ~ .calendar-filter__label,
  .field__element--radio ~ .field__label,
  .field__element--radio ~ .calendar-filter__label {
    cursor: pointer;
    display: inline-block;
    padding: 10px 0 17px 30px;
    position: relative; }
    .field--vertical .filters__item .filters__checkbox ~ .field__label, .filters__item .field--vertical .filters__checkbox ~ .field__label, .field--vertical .filters__item .filters__checkbox ~ .calendar-filter__label, .filters__item .field--vertical .filters__checkbox ~ .calendar-filter__label, .field--vertical .field__element--checkbox ~ .field__label, .field--vertical .field__element--checkbox ~ .calendar-filter__label, .field--vertical .field__element--radio ~ .field__label, .field--vertical .field__element--radio ~ .calendar-filter__label {
      padding: 17px 0 0 0;
      display: block; }
      .field--vertical .filters__item .filters__checkbox ~ .field__label::before, .filters__item .field--vertical .filters__checkbox ~ .field__label::before, .field--vertical .filters__item .filters__checkbox ~ .calendar-filter__label::before, .filters__item .field--vertical .filters__checkbox ~ .calendar-filter__label::before, .field--vertical .field__element--checkbox ~ .field__label::before, .field--vertical .field__element--checkbox ~ .calendar-filter__label::before, .field--vertical .field__element--radio ~ .field__label::before, .field--vertical .field__element--radio ~ .calendar-filter__label::before {
        top: -2px;
        height: 18px;
        width: 18px; }
      .field--vertical .filters__item .filters__checkbox ~ .field__label::after, .filters__item .field--vertical .filters__checkbox ~ .field__label::after, .field--vertical .filters__item .filters__checkbox ~ .calendar-filter__label::after, .filters__item .field--vertical .filters__checkbox ~ .calendar-filter__label::after, .field--vertical .field__element--checkbox ~ .field__label::after, .field--vertical .field__element--checkbox ~ .calendar-filter__label::after, .field--vertical .field__element--radio ~ .field__label::after, .field--vertical .field__element--radio ~ .calendar-filter__label::after {
        top: 1px;
        height: 12px;
        left: 3px;
        width: 12px; }
    .field--stacked .filters__item .filters__checkbox ~ .field__label, .filters__item .field--stacked .filters__checkbox ~ .field__label, .field--stacked .filters__item .filters__checkbox ~ .calendar-filter__label, .filters__item .field--stacked .filters__checkbox ~ .calendar-filter__label, .field--stacked .field__element--checkbox ~ .field__label, .field--stacked .field__element--checkbox ~ .calendar-filter__label, .field--stacked .field__element--radio ~ .field__label, .field--stacked .field__element--radio ~ .calendar-filter__label {
      padding: 0px 0 0px 30px;
      margin: 0;
      font-weight: normal; }
      .field--stacked .filters__item .filters__checkbox ~ .field__label::before, .filters__item .field--stacked .filters__checkbox ~ .field__label::before, .field--stacked .filters__item .filters__checkbox ~ .calendar-filter__label::before, .filters__item .field--stacked .filters__checkbox ~ .calendar-filter__label::before, .field--stacked .field__element--checkbox ~ .field__label::before, .field--stacked .field__element--checkbox ~ .calendar-filter__label::before, .field--stacked .field__element--radio ~ .field__label::before, .field--stacked .field__element--radio ~ .calendar-filter__label::before {
        top: -2px;
        height: 18px;
        width: 18px; }
      .field--stacked .filters__item .filters__checkbox ~ .field__label::after, .filters__item .field--stacked .filters__checkbox ~ .field__label::after, .field--stacked .filters__item .filters__checkbox ~ .calendar-filter__label::after, .filters__item .field--stacked .filters__checkbox ~ .calendar-filter__label::after, .field--stacked .field__element--checkbox ~ .field__label::after, .field--stacked .field__element--checkbox ~ .calendar-filter__label::after, .field--stacked .field__element--radio ~ .field__label::after, .field--stacked .field__element--radio ~ .calendar-filter__label::after {
        top: 1px;
        height: 12px;
        left: 3px;
        width: 12px; }
    .filters__item .filters__checkbox ~ .field__label::before, .filters__item .filters__checkbox ~ .calendar-filter__label::before,
    .field__element--checkbox ~ .field__label::before,
    .field__element--checkbox ~ .calendar-filter__label::before,
    .field__element--radio ~ .field__label::before,
    .field__element--radio ~ .calendar-filter__label::before {
      border-color: #D8D8D8;
      border-radius: 100%;
      border-style: solid;
      border-width: 1px;
      content: '';
      background: #FFF;
      display: inline-block;
      height: 23px;
      left: 0;
      position: absolute;
      top: 7px;
      width: 23px; }
    .filters__item .filters__checkbox ~ .field__label::after, .filters__item .filters__checkbox ~ .calendar-filter__label::after,
    .field__element--checkbox ~ .field__label::after,
    .field__element--checkbox ~ .calendar-filter__label::after,
    .field__element--radio ~ .field__label::after,
    .field__element--radio ~ .calendar-filter__label::after {
      background: #007DBE;
      border-radius: 100%;
      content: '';
      display: block;
      font-size: 2rem;
      height: 15px;
      left: 4px;
      top: 11px;
      opacity: 1;
      position: absolute;
      -webkit-transform: scale(0, 0);
          -ms-transform: scale(0, 0);
              transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      width: 15px; }
    .filters__item .filters__checkbox ~ .field__label span.hidden-label, .filters__item .filters__checkbox ~ .calendar-filter__label span.hidden-label,
    .field__element--checkbox ~ .field__label span.hidden-label,
    .field__element--checkbox ~ .calendar-filter__label span.hidden-label,
    .field__element--radio ~ .field__label span.hidden-label,
    .field__element--radio ~ .calendar-filter__label span.hidden-label {
      display: inline-block;
      font-size: .9em;
      padding-left: 34px;
      vertical-align: middle; }
      @media (min-width: 768px) {
        .filters__item .filters__checkbox ~ .field__label span.hidden-label, .filters__item .filters__checkbox ~ .calendar-filter__label span.hidden-label,
        .field__element--checkbox ~ .field__label span.hidden-label,
        .field__element--checkbox ~ .calendar-filter__label span.hidden-label,
        .field__element--radio ~ .field__label span.hidden-label,
        .field__element--radio ~ .calendar-filter__label span.hidden-label {
          display: none; } }
  .filters__item .field__element--checkbox-small.filters__checkbox ~ .field__label, .filters__item .field__element--checkbox-small.filters__checkbox ~ .calendar-filter__label,
  .field__element--checkbox.field__element--checkbox-small ~ .field__label,
  .field__element--checkbox.field__element--checkbox-small ~ .calendar-filter__label,
  .field__element--radio.field__element--checkbox-small ~ .field__label,
  .field__element--radio.field__element--checkbox-small ~ .calendar-filter__label {
    padding: 0 0 0 10px;
    min-height: 26px;
    margin: 0; }
    @media (min-width: 768px) {
      .filters__item .field__element--checkbox-small.filters__checkbox ~ .field__label, .filters__item .field__element--checkbox-small.filters__checkbox ~ .calendar-filter__label,
      .field__element--checkbox.field__element--checkbox-small ~ .field__label,
      .field__element--checkbox.field__element--checkbox-small ~ .calendar-filter__label,
      .field__element--radio.field__element--checkbox-small ~ .field__label,
      .field__element--radio.field__element--checkbox-small ~ .calendar-filter__label {
        padding: 10px 0 15px; } }
    .filters__item .field__element--checkbox-small.filters__checkbox ~ .field__label::before, .filters__item .field__element--checkbox-small.filters__checkbox ~ .calendar-filter__label::before,
    .field__element--checkbox.field__element--checkbox-small ~ .field__label::before,
    .field__element--checkbox.field__element--checkbox-small ~ .calendar-filter__label::before,
    .field__element--radio.field__element--checkbox-small ~ .field__label::before,
    .field__element--radio.field__element--checkbox-small ~ .calendar-filter__label::before {
      height: 24px;
      left: 0;
      top: -1px;
      width: 24px; }
      @media (min-width: 768px) {
        .filters__item .field__element--checkbox-small.filters__checkbox ~ .field__label::before, .filters__item .field__element--checkbox-small.filters__checkbox ~ .calendar-filter__label::before,
        .field__element--checkbox.field__element--checkbox-small ~ .field__label::before,
        .field__element--checkbox.field__element--checkbox-small ~ .calendar-filter__label::before,
        .field__element--radio.field__element--checkbox-small ~ .field__label::before,
        .field__element--radio.field__element--checkbox-small ~ .calendar-filter__label::before {
          height: 16px;
          top: 0;
          width: 16px; } }
    .filters__item .field__element--checkbox-small.filters__checkbox ~ .field__label::after, .filters__item .field__element--checkbox-small.filters__checkbox ~ .calendar-filter__label::after,
    .field__element--checkbox.field__element--checkbox-small ~ .field__label::after,
    .field__element--checkbox.field__element--checkbox-small ~ .calendar-filter__label::after,
    .field__element--radio.field__element--checkbox-small ~ .field__label::after,
    .field__element--radio.field__element--checkbox-small ~ .calendar-filter__label::after {
      top: 2px;
      height: 18px;
      left: 3px;
      width: 18px; }
      @media (min-width: 768px) {
        .filters__item .field__element--checkbox-small.filters__checkbox ~ .field__label::after, .filters__item .field__element--checkbox-small.filters__checkbox ~ .calendar-filter__label::after,
        .field__element--checkbox.field__element--checkbox-small ~ .field__label::after,
        .field__element--checkbox.field__element--checkbox-small ~ .calendar-filter__label::after,
        .field__element--radio.field__element--checkbox-small ~ .field__label::after,
        .field__element--radio.field__element--checkbox-small ~ .calendar-filter__label::after {
          top: 3px;
          height: 10px;
          left: 3px;
          width: 10px; } }
  .filters__item .field__element--disabled.filters__checkbox,
  .field__element--checkbox.field__element--disabled,
  .field__element--radio.field__element--disabled {
    cursor: default !important; }
    .filters__item .field__element--disabled.filters__checkbox ~ .field__label, .filters__item .field__element--disabled.filters__checkbox ~ .calendar-filter__label,
    .field__element--checkbox.field__element--disabled ~ .field__label,
    .field__element--checkbox.field__element--disabled ~ .calendar-filter__label,
    .field__element--radio.field__element--disabled ~ .field__label,
    .field__element--radio.field__element--disabled ~ .calendar-filter__label {
      pointer-events: none; }
      .filters__item .field__element--disabled.filters__checkbox ~ .field__label::after, .filters__item .field__element--disabled.filters__checkbox ~ .calendar-filter__label::after,
      .field__element--checkbox.field__element--disabled ~ .field__label::after,
      .field__element--checkbox.field__element--disabled ~ .calendar-filter__label::after,
      .field__element--radio.field__element--disabled ~ .field__label::after,
      .field__element--radio.field__element--disabled ~ .calendar-filter__label::after {
        background: rgba(0, 125, 190, 0.4); }
  .filters__item .filters__checkbox ~ .field__label-hidden,
  .field__element--checkbox ~ .field__label-hidden,
  .field__element--radio ~ .field__label-hidden {
    padding: 10px 0 0 10px;
    top: 0;
    width: 22px;
    height: 30px; }
    .filters__item .filters__checkbox ~ .field__label-hidden::after,
    .field__element--checkbox ~ .field__label-hidden::after,
    .field__element--radio ~ .field__label-hidden::after {
      bottom: 3px; }
    @media (min-width: 768px) {
      .filters__item .filters__checkbox ~ .field__label-hidden,
      .field__element--checkbox ~ .field__label-hidden,
      .field__element--radio ~ .field__label-hidden {
        padding: 7px 0 15px 10px; }
        .filters__item .filters__checkbox ~ .field__label-hidden::after,
        .field__element--checkbox ~ .field__label-hidden::after,
        .field__element--radio ~ .field__label-hidden::after {
          bottom: -4px; } }
  .filters__item .filters__checkbox ~ .field__label-select-all,
  .field__element--checkbox ~ .field__label-select-all,
  .field__element--radio ~ .field__label-select-all {
    font-size: 1.2rem;
    font-weight: normal;
    margin: 0;
    min-height: 16px;
    padding: 2px 0 0 22px;
    width: auto;
    height: auto; }
    @media (min-width: 421px) {
      .filters__item .filters__checkbox ~ .field__label-select-all,
      .field__element--checkbox ~ .field__label-select-all,
      .field__element--radio ~ .field__label-select-all {
        font-size: 1.4rem;
        padding: 0 0 0 22px; } }
    .no-touchevents .filters__item .filters__checkbox ~ .field__label-select-all:hover, .filters__item .no-touchevents .filters__checkbox ~ .field__label-select-all:hover, .no-touchevents
    .field__element--checkbox ~ .field__label-select-all:hover, .no-touchevents
    .field__element--radio ~ .field__label-select-all:hover {
      color: #fff; }
    .filters__item .filters__checkbox ~ .field__label-select-all::after,
    .field__element--checkbox ~ .field__label-select-all::after,
    .field__element--radio ~ .field__label-select-all::after {
      top: 3px;
      height: 10px;
      left: 3px;
      width: 10px; }
    .filters__item .filters__checkbox ~ .field__label-select-all::before,
    .field__element--checkbox ~ .field__label-select-all::before,
    .field__element--radio ~ .field__label-select-all::before {
      background: #FFF;
      bottom: 0;
      content: '';
      display: inline-block;
      height: 16px;
      left: 0;
      position: absolute;
      top: 0;
      width: 16px; }
  .filters__item .field__element--checked.filters__checkbox ~ .field__label, .filters__item .field__element--checked.filters__checkbox ~ .calendar-filter__label, .filters__item .filters__checkbox:checked ~ .field__label, .filters__item .filters__checkbox:checked ~ .calendar-filter__label,
  .field__element--checkbox.field__element--checked ~ .field__label,
  .field__element--checkbox.field__element--checked ~ .calendar-filter__label,
  .field__element--checkbox:checked ~ .field__label,
  .field__element--checkbox:checked ~ .calendar-filter__label,
  .field__element--radio.field__element--checked ~ .field__label,
  .field__element--radio.field__element--checked ~ .calendar-filter__label,
  .field__element--radio:checked ~ .field__label,
  .field__element--radio:checked ~ .calendar-filter__label {
    color: #333; }
    .filters__item .field__element--checked.filters__checkbox ~ .field__label::after, .filters__item .field__element--checked.filters__checkbox ~ .calendar-filter__label::after, .filters__item .filters__checkbox:checked ~ .field__label::after, .filters__item .filters__checkbox:checked ~ .calendar-filter__label::after,
    .field__element--checkbox.field__element--checked ~ .field__label::after,
    .field__element--checkbox.field__element--checked ~ .calendar-filter__label::after,
    .field__element--checkbox:checked ~ .field__label::after,
    .field__element--checkbox:checked ~ .calendar-filter__label::after,
    .field__element--radio.field__element--checked ~ .field__label::after,
    .field__element--radio.field__element--checked ~ .calendar-filter__label::after,
    .field__element--radio:checked ~ .field__label::after,
    .field__element--radio:checked ~ .calendar-filter__label::after {
      opacity: 1;
      -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
              transform: scale(1, 1); }
  .filters__item .field__element--checked.filters__checkbox ~ .field__label-select-all, .filters__item .filters__checkbox:checked ~ .field__label-select-all,
  .field__element--checkbox.field__element--checked ~ .field__label-select-all,
  .field__element--checkbox:checked ~ .field__label-select-all,
  .field__element--radio.field__element--checked ~ .field__label-select-all,
  .field__element--radio:checked ~ .field__label-select-all {
    color: #007DBE; }
    .no-touchevents .filters__item .field__element--checked.filters__checkbox ~ .field__label-select-all:hover, .filters__item .no-touchevents .field__element--checked.filters__checkbox ~ .field__label-select-all:hover, .no-touchevents .filters__item .filters__checkbox:checked ~ .field__label-select-all:hover, .filters__item .no-touchevents .filters__checkbox:checked ~ .field__label-select-all:hover, .no-touchevents
    .field__element--checkbox.field__element--checked ~ .field__label-select-all:hover, .no-touchevents
    .field__element--checkbox:checked ~ .field__label-select-all:hover, .no-touchevents
    .field__element--radio.field__element--checked ~ .field__label-select-all:hover, .no-touchevents
    .field__element--radio:checked ~ .field__label-select-all:hover {
      color: #fff; }


.field__element--checkbox ~ .field__label::after,
.field__element--checkbox ~ .calendar-filter__label::after,
.field__element--checkbox ~ .field__label::before,
.field__element--checkbox ~ .calendar-filter__label::before {
  border-radius: 0; }

.form--license-request .field {
  margin: 0; }

input[type=range]:focus {
  outline: none; }

input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
          appearance: none;
  background: #D8D8D8;
  border-radius: 3px;
  cursor: pointer;
  height: 10px;
  width: 100%; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  background: #007DBE;
  border-radius: 3px;
  border: 0;
  cursor: pointer;
  height: 20px;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 8px; }

input[type=range]::-moz-range-track {
  -moz-appearance: none;
       appearance: none;
  background: #D8D8D8;
  border-radius: 3px;
  cursor: pointer;
  height: 10px;
  width: 100%; }

input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
  background: #007DBE;
  border-radius: 3px;
  border: 0;
  cursor: pointer;
  height: 20px;
  transform: translate(0, -25%);
  -webkit-transition: background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 8px;
  transform: translate(0, 0); }

input[type=range]::-ms-track {
  appearance: none;
  background: #D8D8D8;
  border-radius: 3px;
  cursor: pointer;
  height: 10px;
  width: 100%;
  background: transparent;
  border-color: transparent;
  border-radius: 3px;
  color: transparent;
  pointer-events: none; }

input[type=range]::-ms-fill-lower {
  background: #D8D8D8;
  border-radius: 3px; }

input[type=range]::-ms-fill-upper {
  background: #D8D8D8;
  border-radius: 3px; }

input[type=range]::-ms-thumb {
  appearance: none;
  background: #007DBE;
  border-radius: 3px;
  border: 0;
  cursor: pointer;
  height: 20px;
  -ms-transform: translate(0, -25%);
      transform: translate(0, -25%);
  -webkit-transition: background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 8px;
  -ms-transform: translate(0, 0);
      transform: translate(0, 0); }

input[type=range]:focus::-ms-thumb {
  background: #25b4ff; }

input[type=range]:focus::-ms-fill-lower {
  background: #D8D8D8; }

input[type=range]:focus::-ms-fill-upper {
  background: #D8D8D8; }

.multirange-input {
  position: relative; }
  .multirange-input__target {
    background: #FFF;
    border-radius: 4px;
    border: 1px solid #D8D8D8;
    direction: ltr;
    height: 20px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .multirange-input__base {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1; }
  .multirange-input__origin {
    height: 0;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    width: 100%;
    will-change: transform;
    z-index: 1; }
  .multirange-input__connects {
    border-radius: 3px;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 0; }
  .multirange-input__handle {
    background: #007DBE;
    border-radius: 3px;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: move;
    height: 22px;
    left: auto;
    position: absolute;
    right: -4px;
    -webkit-transform: translate(0, -2px);
        -ms-transform: translate(0, -2px);
            transform: translate(0, -2px);
    -webkit-transition: background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 8px; }
    .no-touchevents .multirange-input__handle:hover {
      background: #bfbfbf; }
    .multirange-input__handle::after, .multirange-input__handle::before {
      display: none; }

/* ==========================================================================
		FOOTER
	 ========================================================================== */
.site-footer {
  background: #F7F7F7;
  border-top: 1px solid #D8D8D8;
  position: relative;
  padding: 20px 0 0; }
  .site-footer .container, .site-footer .sub-menu__list, .site-footer .noty_inline_layout_container {
    position: relative; }
  .site-footer .social-list {
    border-top: 1px solid #D8D8D8;
    padding-top: 20px; }
    @media (min-width: 768px) {
      .site-footer .social-list {
        border-top: none;
        bottom: 20px;
        left: 20px;
        position: absolute;
        text-align: left;
        width: 50%; } }
  @media (min-width: 768px) {
    .site-footer .social-list__item:first-child .social-list__link {
      margin-left: 0; } }
  .site-footer .social-list__link {
    position: relative; }
    .site-footer .social-list__link:before {
      left: 50%;
      position: absolute;
      top: 6px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  .site-footer .social-list__link[data-icon-before="soundcloud"]::before {
    top: 5px; }

.site-footer__logo {
  display: block;
  height: 54px;
  margin: 20px auto;
  width: 98px; }
  @media (min-width: 768px) {
    .site-footer__logo {
      margin: 10px 20px; } }

.footer-list {
  list-style-type: none;
  margin: 0;
  padding: 0 10px 20px; }
  @media (min-width: 768px) {
    .footer-list {
      padding: 0 0 30px; } }
  .grid__col:last-child .footer-list, .fw-cols-2 .contentCol:last-child .footer-list, .fw-cols-2 .asideLeft:last-child .footer-list, .fw-cols-2 .asideRight:last-child .footer-list {
    padding-bottom: 20px; }

.footer-list__item {
  display: block;
  padding: 8px 0; }
  @media (min-width: 768px) {
    .footer-list__item {
      padding: 10px 0; } }

.footer-list__link {
  color: #333;
  font-size: 1.4rem;
  font-weight: 300;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s; }
  .footer-list__link:hover {
    color: #007DBE; }

.footer-legal {
  padding: 15px 0 25px;
  position: relative;
  text-align: center; }
  @media (min-width: 768px) {
    .footer-legal {
      border-top: 1px solid #D8D8D8;
      text-align: left; } }
  .footer-legal .container, .footer-legal .sub-menu__list, .footer-legal .noty_inline_layout_container {
    position: relative; }

.footer-legal__copy {
  color: #666;
  display: block;
  font-size: 1.1rem;
  padding: 0 0 30px; }
  @media (min-width: 768px) {
    .footer-legal__copy {
      padding: 12px 130px 12px 20px; } }

.to-top {
  background: 0;
  border: 0;
  color: #333;
  display: inline-block;
  font-weight: 300;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s; }
  @media (min-width: 768px) {
    .to-top {
      position: absolute;
      right: 20px;
      top: 10px; } }
  .to-top::after {
    color: #007DBE;
    margin-left: 10px; }
  .to-top:hover {
    color: #007DBE; }

/* ==========================================================================
		GLOBAL
	 ========================================================================== */
* {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 0;
  min-width: 0; }

html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */
  font-size: 62.5%;
  margin: 0 !important;
  padding: 0 !important; }

body {
  background: #FFF;
  font: 14px "Roboto", sans-serif, sans-serif;
  overflow-x: hidden;
  padding-top: 126px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 1025px) {
    body {
      padding: 38px 0 0; } }
  body.show-menu {
    overflow: hidden; }
  body.body--loading::after, body.body--loading::before {
    z-index: 10; }
  body.body--loading::after {
    position: fixed; }
  body.body--restrain {
    overflow: hidden; }
    body.body--restrain::before {
      background: rgba(0, 0, 0, 0.5);
      content: '';
      height: 100%;
      width: 100%;
      position: fixed;
      left: 0;
      top: 0;
      z-index: 4; }

.aside.aside__container {
  padding: 0; }
  @media (min-width: 1025px) {
    .aside.aside__container {
      padding: 0 15px; } }

@media (min-width: 768px) and (max-width: 768px) {
  .grid__col--md-12 .aside.aside {
    position: relative;
    height: auto; }
    .grid__col--md-12 .aside.aside:before {
      display: none; }
  .grid__col--md-12 .visible-desktop {
    display: none !important; } }

.aside--bg-left, .fw-cols-2 .asideLeft {
  position: relative;
  height: 100%; }
  @media (min-width: 768px) {
    .aside--bg-left::before, .fw-cols-2 .asideLeft::before {
      background-image: -webkit-gradient(linear, right top, left top, from(#FEFBF9), to(#FFF));
      background-image: -o-linear-gradient(right, #FEFBF9, #FFF);
      background-image: linear-gradient(to left, #FEFBF9, #FFF);
      border-right: 1px solid #D8D8D8;
      content: '';
      height: 100%;
      left: 15px;
      position: absolute;
      top: 0;
      width: calc(100% - 15px);
      z-index: 0; } }
  .aside--bg-left .aside__container, .fw-cols-2 .asideLeft .aside__container {
    position: relative; }

.aside--bg-right, .fw-cols-2 .asideRight {
  position: relative; }
  @media (min-width: 768px) {
    .aside--bg-right::before, .fw-cols-2 .asideRight::before {
      background-image: -webkit-gradient(linear, left top, right top, from(#FEFBF9), to(#FFF));
      background-image: -o-linear-gradient(left, #FEFBF9, #FFF);
      background-image: linear-gradient(to right, #FEFBF9, #FFF);
      border-left: 1px solid #D8D8D8;
      content: '';
      height: 100%;
      position: absolute;
      right: 15px;
      top: 0;
      width: calc(100% - 15px);
      z-index: 0; } }
  .aside--bg-right .aside__container, .fw-cols-2 .asideRight .aside__container {
    position: relative; }

.main {
  background: #FFF; }

.container, .sub-menu__list, .noty_inline_layout_container {
  margin: auto;
  max-width: 1210px;
  padding: 0;
  width: 100%; }
  .main .container:last-of-type:not(.classical), .main .sub-menu__list:last-of-type:not(.classical), .main .noty_inline_layout_container:last-of-type:not(.classical) {
    padding: 0 0 45px; }
  @media (min-width: 769px) {
    .container .grid__secondary, .sub-menu__list .grid__secondary, .noty_inline_layout_container .grid__secondary,
    .container .grid--offset,
    .sub-menu__list .grid--offset,
    .noty_inline_layout_container .grid--offset,
    .container .fw-cols-2 .asideRight,
    .sub-menu__list .fw-cols-2 .asideRight,
    .noty_inline_layout_container .fw-cols-2 .asideRight,
    .container .fw-cols-2 .asideLeft,
    .sub-menu__list .fw-cols-2 .asideLeft,
    .noty_inline_layout_container .fw-cols-2 .asideLeft {
      margin-bottom: -45px; } }

.section--relative {
  position: relative; }

.section--border {
  position: relative; }
  .section--border::after {
    background: #D8D8D8;
    bottom: -1px;
    content: '';
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 20px); }
    @media (min-width: 1025px) {
      .section--border::after {
        width: calc(100% - 30px); } }

.body--loading .section--loading:before, .body--loading .section--loading:after {
  display: none; }

.body--loading .blockUI {
  display: none; }

.body--loading, .section--loading {
  position: relative; }
  .body--loading::before, .section--loading::before {
    -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: rgba(255, 255, 255, 0.98);
    content: '';
    height: 100%;
    left: 0;
    opacity: 1;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3; }
  .body--loading::after, .section--loading::after {
    -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-image: url("../svgs/loading.svg");
    content: '';
    height: 50px;
    left: 50%;
    opacity: 1;
    padding-top: 5px;
    position: fixed;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 50px;
    z-index: 4; }
  .body--loading.section--loading::after, .section--loading.section--loading::after {
    position: absolute;
    background-image: url("../svgs/preloader.svg");
    background-repeat: no-repeat;
    min-height: 70px;
    background-position: center center; }
  .body--loading.body--complete::after, .body--loading.body--complete::before, .section--loading.body--complete::after, .section--loading.body--complete::before {
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-name: fadeOut;
            animation-name: fadeOut;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.section--loading {
  min-height: 150px; }
  .section--loading .no-results-message {
    display: none; }
  .section--loading:before, .section--loading:after {
    position: absolute;
    z-index: 2; }
  .section--loading > * {
    opacity: 0.2;
    pointer-events: none; }

.social-share {
  float: right;
  margin-top: 8px; }
  .social-share--desktop {
    display: none; }
    @media (min-width: 768px) {
      .social-share--desktop {
        display: inline-block; } }
  .social-share--mobile {
    display: inline-block; }
    @media (min-width: 768px) {
      .social-share--mobile {
        display: none; } }

.googlemap {
  height: 300px;
  width: 100%; }
  @media (min-width: 768px) {
    .googlemap {
      height: 518px;
      min-width: 300px;
      margin-bottom: 230px; } }
  .googlemap #contactInfo img {
    display: none; }
    @media (min-width: 768px) {
      .googlemap #contactInfo img {
        display: inline-block;
        float: right;
        margin-left: 10px;
        max-width: 80px; } }

/* ==========================================================================
    GRID
========================================================================== */
.grid, .form__fieldgroup--columns, .fw-cols-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .is-mobile .grid--scroll,
  .is-tablet .grid--scroll {
    overflow-x: auto;
    position: relative;
    width: auto; }
  .grid--border-top {
    border-top: 1px solid #D8D8D8; }
  .grid--border-bottom {
    border-bottom: 1px solid #D8D8D8; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .flex--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .flex--wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .flex--align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .flex--center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .flex--space-between {
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .flex__none {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none; }
  .flex__stretch, .flex--stretch {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    -ms-flex: 1 0 auto;
    width: auto;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
  .flex__basis.flex__basis {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
  .flex__bottom {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end; }
  .flex__shrink {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1; }
  .flex__no-shrink {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .flex__no-grow.flex__no-grow {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }

@media (max-width: 767px) {
  .flex-phone.flex-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .flex-phone--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .flex-phone--align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .flex-phone--align-left {
    -webkit-box-align: left;
    -webkit-align-items: left;
        -ms-flex-align: left;
            align-items: left; }
  .flex-phone--align-right {
    -webkit-box-align: left;
    -webkit-align-items: left;
        -ms-flex-align: left;
            align-items: left; }
  .flex-phone__none {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none; }
  .flex-phone__stretch {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1;
    -ms-flex: 1 0 auto;
    width: auto;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } }

.grid__col, .fw-cols-2 .contentCol, .fw-cols-2 .asideLeft, .fw-cols-2 .asideRight {
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  max-width: 100%;
  min-height: 1px;
  position: relative;
  width: 100%; }
  .grid__col--1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .grid__col--2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .grid__col--3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .grid__col--4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .grid__col--5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .grid__col--6, .form__fieldgroup--columns .field {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .grid__col--7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .grid__col--8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .grid__col--9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .grid__col--10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .grid__col--11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .grid__col--12, .fw-cols-2 .contentCol, .fw-cols-2 .asideLeft, .fw-cols-2 .asideRight {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .grid__col--order--1 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .grid__col .grid__col--order-1, .fw-cols-2 .contentCol .grid__col--order-1, .fw-cols-2 .asideLeft .grid__col--order-1, .fw-cols-2 .asideRight .grid__col--order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .grid__col .grid__col--order-2, .fw-cols-2 .contentCol .grid__col--order-2, .fw-cols-2 .asideLeft .grid__col--order-2, .fw-cols-2 .asideRight .grid__col--order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .grid__col .grid__col--order-3, .fw-cols-2 .contentCol .grid__col--order-3, .fw-cols-2 .asideLeft .grid__col--order-3, .fw-cols-2 .asideRight .grid__col--order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .grid__col .grid__col--order-4, .fw-cols-2 .contentCol .grid__col--order-4, .fw-cols-2 .asideLeft .grid__col--order-4, .fw-cols-2 .asideRight .grid__col--order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .grid__col .grid__col--order-5, .fw-cols-2 .contentCol .grid__col--order-5, .fw-cols-2 .asideLeft .grid__col--order-5, .fw-cols-2 .asideRight .grid__col--order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .grid__col .grid__col--order-6, .fw-cols-2 .contentCol .grid__col--order-6, .fw-cols-2 .asideLeft .grid__col--order-6, .fw-cols-2 .asideRight .grid__col--order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .grid__col .grid__col--order-7, .fw-cols-2 .contentCol .grid__col--order-7, .fw-cols-2 .asideLeft .grid__col--order-7, .fw-cols-2 .asideRight .grid__col--order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .grid__col .grid__col--order-8, .fw-cols-2 .contentCol .grid__col--order-8, .fw-cols-2 .asideLeft .grid__col--order-8, .fw-cols-2 .asideRight .grid__col--order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .grid__col .grid__col--order-9, .fw-cols-2 .contentCol .grid__col--order-9, .fw-cols-2 .asideLeft .grid__col--order-9, .fw-cols-2 .asideRight .grid__col--order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .grid__col .grid__col--order-10, .fw-cols-2 .contentCol .grid__col--order-10, .fw-cols-2 .asideLeft .grid__col--order-10, .fw-cols-2 .asideRight .grid__col--order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .grid__col .grid__col--order-11, .fw-cols-2 .contentCol .grid__col--order-11, .fw-cols-2 .asideLeft .grid__col--order-11, .fw-cols-2 .asideRight .grid__col--order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .grid__col .grid__col--order-12, .fw-cols-2 .contentCol .grid__col--order-12, .fw-cols-2 .asideLeft .grid__col--order-12, .fw-cols-2 .asideRight .grid__col--order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }

@media (min-width: 421px) {
  .grid__col--sm {
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
    -webkit-box-flex: 1;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%; }
  .grid__col--sm-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    max-width: none; }
  .grid__col--sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .grid__col--sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .grid__col--sm-2-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .grid__col--sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .grid__col--sm-3-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%; }
  .grid__col--sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .grid__col--sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .grid__col--sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .grid__col--sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .grid__col--sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .grid__col--sm-8-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%; }
  .grid__col--sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .grid__col--sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .grid__col--sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .grid__col--sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .grid__col--sm-order--1 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .grid__col--sm-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .grid__col--sm-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .grid__col--sm-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .grid__col--sm-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .grid__col--sm-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .grid__col--sm-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .grid__col--sm-order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .grid__col--sm-order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .grid__col--sm-order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .grid__col--sm-order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .grid__col--sm-order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .grid__col--sm-order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; } }

@media (min-width: 768px) {
  .grid__col--md {
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
    -webkit-box-flex: 1;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%; }
  .grid__col--md-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    max-width: none; }
  .grid__col--md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .grid__col--md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .grid__col--md-2-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .grid__col--md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .grid__col--md-3-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%; }
  .grid__col--md-4, .fw-cols-2 .asideLeft, .fw-cols-2 .asideRight {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .grid__col--md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .grid__col--md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .grid__col--md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .grid__col--md-8, .fw-cols-2 .contentCol {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .grid__col--md-8-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%; }
  .grid__col--md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .grid__col--md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .grid__col--md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .grid__col--md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .grid__col--md-order--1 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .grid__col--md-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .grid__col--md-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .grid__col--md-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .grid__col--md-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .grid__col--md-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .grid__col--md-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .grid__col--md-order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .grid__col--md-order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .grid__col--md-order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .grid__col--md-order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .grid__col--md-order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .grid__col--md-order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; } }

@media (min-width: 769px) {
  .grid__col--lg {
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
    -webkit-box-flex: 1;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%; }
  .grid__col--lg-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    max-width: none; }
  .grid__col--lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .grid__col--lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .grid__col--lg-2-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .grid__col--lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .grid__col--lg-3-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%; }
  .grid__col--lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .grid__col--lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .grid__col--lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .grid__col--lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .grid__col--lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .grid__col--lg-8-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%; }
  .grid__col--lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .grid__col--lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .grid__col--lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .grid__col--lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .grid__col--lg-order--1 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .grid__col--lg-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .grid__col--lg-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .grid__col--lg-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .grid__col--lg-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .grid__col--lg-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .grid__col--lg-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .grid__col--lg-order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .grid__col--lg-order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .grid__col--lg-order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .grid__col--lg-order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .grid__col--lg-order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .grid__col--lg-order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; } }

@media (min-width: 990px) {
  .grid__col--ltg {
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
    -webkit-box-flex: 1;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%; }
  .grid__col--ltg-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    max-width: none; }
  .grid__col--ltg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .grid__col--ltg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .grid__col--ltg-2-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .grid__col--ltg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .grid__col--ltg-3-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%; }
  .grid__col--ltg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .grid__col--ltg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .grid__col--ltg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .grid__col--ltg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .grid__col--ltg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .grid__col--ltg-8-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%; }
  .grid__col--ltg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .grid__col--ltg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .grid__col--ltg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .grid__col--ltg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .grid__col--ltg-order--1 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .grid__col--ltg-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .grid__col--ltg-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .grid__col--ltg-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .grid__col--ltg-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .grid__col--ltg-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .grid__col--ltg-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .grid__col--ltg-order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .grid__col--ltg-order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .grid__col--ltg-order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .grid__col--ltg-order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .grid__col--ltg-order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .grid__col--ltg-order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; } }

@media (min-width: 1025px) {
  .grid__col--xl {
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
    -webkit-box-flex: 1;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%; }
  .grid__col--xl-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    max-width: none; }
  .grid__col--xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .grid__col--xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .grid__col--xl-2-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .grid__col--xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .grid__col--xl-3-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%; }
  .grid__col--xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .grid__col--xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .grid__col--xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .grid__col--xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .grid__col--xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .grid__col--xl-8-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%; }
  .grid__col--xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .grid__col--xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .grid__col--xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .grid__col--xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .grid__col--xl-order--1 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .grid__col--xl-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .grid__col--xl-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .grid__col--xl-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .grid__col--xl-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .grid__col--xl-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .grid__col--xl-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .grid__col--xl-order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .grid__col--xl-order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .grid__col--xl-order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .grid__col--xl-order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .grid__col--xl-order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .grid__col--xl-order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; } }

.grid__primary {
  min-height: 1px;
  position: relative;
  width: 100%; }
  @media (min-width: 769px) {
    .grid__primary {
      width: calc(100% - 230px); } }

.grid__secondary {
  max-width: 100%;
  min-height: 1px;
  position: relative;
  width: 100%; }
  @media (min-width: 769px) {
    .grid__secondary {
      width: 230px; } }

/* ==========================================================================
		HEADER
	========================================================================== */
.site-header {
  background: #FFF;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  z-index: 10;
  border-bottom: solid 1px #D8D8D8; }
  .site-header .top-bar {
    padding-top: 38px; }
  .site-header.site-header--initialised {
    position: fixed;
    will-change: transform; }
  .site-header--pinned {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
  .site-header--unpinned {
    -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
            transform: translate(0, -100%); }
  .site-header--top {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
  .site-header .container, .site-header .sub-menu__list, .site-header .noty_inline_layout_container {
    background: #FFF;
    padding: 5px 0 0;
    position: relative;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 1;
    zoom: 1; }
    .site-header .container::after, .site-header .sub-menu__list::after, .site-header .noty_inline_layout_container::after, .site-header .container::before, .site-header .sub-menu__list::before, .site-header .noty_inline_layout_container::before {
      content: ' ';
      display: block;
      height: 0;
      overflow: hidden; }
    .site-header .container::after, .site-header .sub-menu__list::after, .site-header .noty_inline_layout_container::after {
      clear: both; }
    @media (min-width: 421px) {
      .site-header .container, .site-header .sub-menu__list, .site-header .noty_inline_layout_container {
        padding: 5px 0; } }
    @media (min-width: 1025px) {
      .site-header .container, .site-header .sub-menu__list, .site-header .noty_inline_layout_container {
        padding: 10px 15px 0; } }

.site-header__logo {
  display: inline-block;
  margin: 0;
  position: relative; }
  @media (min-width: 1025px) {
    .site-header__logo {
      float: left;
      padding-top: 8px;
      position: static;
      top: 7px; } }

.site-header__logo-image {
  display: block;
  height: 33px;
  margin-left: 10px; }
  @media (min-width: 1025px) {
    .site-header__logo-image {
      height: 69px;
      margin-left: 0; } }

.site-header__social {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: height 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
  @media (min-width: 1025px) {
    .site-header__social {
      display: block;
      float: right;
      height: auto;
      padding: 10px 0 5px; }
      .site-header__social .social-list {
        display: block;
        float: left;
        width: auto; }
      .site-header__social .social-list__link {
        height: 24px;
        margin: 0 2px;
        padding-top: 4px;
        width: 24px; }
        .site-header__social .social-list__link::before {
          font-size: 14px; } }
  .site-header__social .social-list {
    display: none; }
    @media (min-width: 1025px) {
      .site-header__social .social-list {
        display: inline-block; } }
  .site-header--search .site-header__social {
    height: 60px; }
    @media (min-width: 1025px) {
      .site-header--search .site-header__social {
        display: inline-block; } }
  .site-header__social .header-search {
    float: left;
    margin: 20px;
    position: relative;
    width: calc(100% - 40px); }
    @media (min-width: 1025px) {
      .site-header__social .header-search {
        margin: 0 5px 0 0;
        padding: 0;
        width: 125px; } }
    .site-header__social .header-search__icon {
      color: #666;
      font-size: 12px;
      position: absolute;
      right: 5px;
      top: 5px; }
    .site-header__social .header-search .field__element--search {
      border-radius: 3px;
      font-size: 1.2rem;
      height: 22px;
      min-height: 24px;
      padding-bottom: 0;
      padding-right: 20px;
      padding-top: 0; }
      .site-header__social .header-search .field__element--search:-ms-input-placeholder {
        color: #666; }

.site-header__menu-btn {
  background: transparent;
  border: none;
  color: #333;
  height: 40px;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 2px;
  -webkit-transition: margin 0.25s 0.45s ease-out, height 0.25s 0.45s ease-out, border 0.25s ease-out;
  -o-transition: margin 0.25s 0.45s ease-out, height 0.25s 0.45s ease-out, border 0.25s ease-out;
  transition: margin 0.25s 0.45s ease-out, height 0.25s 0.45s ease-out, border 0.25s ease-out;
  width: 30px;
  z-index: 3; }
  .site-header--active .site-header__menu-btn {
    -webkit-transition: margin 0.25s ease-out, height 0.25s ease-out, border 0.25s ease-out;
    -o-transition: margin 0.25s ease-out, height 0.25s ease-out, border 0.25s ease-out;
    transition: margin 0.25s ease-out, height 0.25s ease-out, border 0.25s ease-out; }
  @media (min-width: 1025px) {
    .site-header__menu-btn {
      display: none;
      height: 93px;
      margin: -17px 0; } }

.site-header__search-btn {
  background: transparent;
  border: none;
  color: #333;
  height: 40px;
  padding: 0;
  position: absolute;
  right: 50px;
  top: 2px;
  width: 30px;
  z-index: 3; }
  @media (min-width: 1025px) {
    .site-header__search-btn {
      display: none; } }
  .site-header__search-btn::before {
    font-size: 2rem; }

.mobile-menu__lines,
.mobile-menu__lines:after,
.mobile-menu__lines:before {
  background: #666;
  border-radius: 1px;
  content: '';
  cursor: pointer;
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  width: 30px; }

.mobile-menu__lines:after,
.mobile-menu__lines:before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg); }
  .site-header--active .mobile-menu__lines:after, .site-header--active
  .mobile-menu__lines:before {
    background: #007DBE; }

.mobile-menu__lines {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.mobile-menu__lines:before {
  top: -8px; }

.mobile-menu__lines:after {
  bottom: -8px; }

.site-header--active .mobile-menu__lines {
  background-color: transparent; }
  .site-header--active .mobile-menu__lines::after, .site-header--active .mobile-menu__lines::before {
    top: 0; }
  .site-header--active .mobile-menu__lines::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .site-header--active .mobile-menu__lines::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

/* ==========================================================================
  ICONS
========================================================================== */
@font-face {
  font-family: 'icomoon';
  src: url("../icons/icomoon.eot?0.0.1");
  src: url("../icons/icomoon.eot?0.0.1#iefix") format("embedded-opentype"), url("../icons/icomoon.ttf?0.0.1") format("truetype"), url("../icons/icomoon.woff?0.0.1") format("woff"), url("../icons/icomoon.svg?0.0.1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

tbody--reordering .reorder-handle::before, #cu-social a#cu-twitter:before, #cu-social a#cu-facebook:before, #cu-social a#id-youtube:before, #cu-social a#cu-instagram:before, [data-icon-after="menu"]::after,
[data-icon-before="menu"]::before, .site-header--search .site-header__search-btn:before, .notification__close::before, .option-panel__close::after, [data-icon-after="close"]::after,
[data-icon-before="close"]::before,
.field--search::before, .site-header__search-btn::before, [data-icon-after="search"]::after,
[data-icon-before="search"]::before, [data-icon-after="payee"]::after,
[data-icon-before="payee"]::before, [data-icon-after="client"]::after,
[data-icon-before="client"]::before, [data-icon-after="doc"]::after,
[data-icon-before="doc"]::before, [data-icon-after="download"]::after,
[data-icon-before="download"]::before, [data-icon-after="info"]::after,
[data-icon-before="info"]::before, [data-icon-after="conflict"]::after,
[data-icon-before="conflict"]::before, [data-icon-after="approved"]::after,
[data-icon-before="approved"]::before, [data-icon-after="rejected"]::after,
[data-icon-before="rejected"]::before, .slider .slick-prev::before, [data-icon-after="arrow-left"]::after,
[data-icon-before="arrow-left"]::before, .slider .slick-next::before, [data-icon-after="arrow-right"]::after,
[data-icon-before="arrow-right"]::before, [data-icon-after="arrow-up"]::after,
[data-icon-before="arrow-up"]::before, [data-icon-after="arrow-down"]::after,
[data-icon-before="arrow-down"]::before, [data-icon-after="analysis"]::after,
[data-icon-before="analysis"]::before, [data-icon-after="registration"]::after,
[data-icon-before="registration"]::before, [data-icon-after="copyright"]::after,
[data-icon-before="copyright"]::before, [data-icon-after="archived-statements"]::after,
[data-icon-before="archived-statements"]::before, [data-icon-after="world"]::after,
[data-icon-before="world"]::before, .date-picker-container .options-element__icon-calendar-wrapper.options-element__icon-calendar-wrapper .options-element__icon-calendar::before, [data-icon-after="calendar"]::after,
[data-icon-before="calendar"]::before, .pagination__prev::before, .option-panel__title--return::before, [data-icon-after="angle-left"]::after,
[data-icon-before="angle-left"]::before, .pagination__next::before, .option-item__label::after,
.button--option-item::after, .option-item__select-container::after, .options-list__item::after, .options-element__item::after, #pageAnchors ul li .jump:before, [data-icon-after="angle-right"]::after,
[data-icon-before="angle-right"]::before, .to-top::after, [data-icon-after="angle-up"]::after,
[data-icon-before="angle-up"]::before,
.button--show-more::after, .primary-nav__item--dropdown::after, .top-bar .top-bar__item--dropdown .top-bar__link::after, .top-bar .top-bar__item--dropdown .top-bar__button::after, .top-bar .top-bar__item--dropdown .top-bar__item .top-bar__text::after, .top-bar .top-bar__item .top-bar__item--dropdown .top-bar__text::after, .filter__toggle::after, .filter__dropdown::before, .jumplinks-dropdown::after, .sub-menu__item--active::after, .tabs__expand::after, [data-icon-after="angle-down"]::after,
[data-icon-before="angle-down"]::before, [data-icon-after="caret-left"]::after,
[data-icon-before="caret-left"]::before, [data-icon-after="caret-right"]::after,
[data-icon-before="caret-right"]::before,
.button--sort::before,
.field__element--select::after, .accordion__title::before, .table--results .table__header--sorting-desc::after, .table__header--sort-desc::after, .table__data-content--expandable a::after, .table__dropdown::after, .option-item__label::before,
.button--option-item::before, .option-item__select-container::before, .options-list__item::before, .options-element__item::before, .option-box .option-item__label::before,
.option-box .button--option-item::before, [data-icon-after="caret-down"]::after,
[data-icon-before="caret-down"]::before,
.button--sort::after, .table--results .table__header--sorting-asc::after, .table__header--sort-asc::after, .option-item__label--active::before, .option-box .option-item__label.option-item__label--active::before,
.option-box .option-item__label--active.button--option-item::before, [data-icon-after="caret-up"]::after,
[data-icon-before="caret-up"]::before, [data-icon-after="linkedin"]::after,
[data-icon-before="linkedin"]::before, [data-icon-after="facebook"]::after,
[data-icon-before="facebook"]::before, [data-icon-after="googleplus"]::after,
[data-icon-before="googleplus"]::before, [data-icon-after="twitter"]::after,
[data-icon-before="twitter"]::before, [data-icon-after="youtube"]::after,
[data-icon-before="youtube"]::before, [data-icon-after="instagram"]::after,
[data-icon-before="instagram"]::before, [data-icon-after="vimeo"]::after,
[data-icon-before="vimeo"]::before, [data-icon-after="spotify"]::after,
[data-icon-before="spotify"]::before, [data-icon-after="soundcloud"]::after,
[data-icon-before="soundcloud"]::before, [data-icon-after="retweet"]::after,
[data-icon-before="retweet"]::before, [data-icon-after="heart"]::after,
[data-icon-before="heart"]::before, [data-icon-after="comment"]::after,
[data-icon-before="comment"]::before, .directory-tree__arrow::before, .oembed__play::before, [data-icon-after="play"]::after,
[data-icon-before="play"]::before, [data-icon-after="user"]::after,
[data-icon-before="user"]::before, .top-bar .top-bar__item--hb-login .top-bar__link::before, [data-icon-after="plus"]::after,
[data-icon-before="plus"]::before, [data-icon-after="minus"]::after,
[data-icon-before="minus"]::before, [data-icon-after="conductor"]::after,
[data-icon-before="conductor"]::before, [data-icon-after="location"]::after,
[data-icon-before="location"]::before, [data-icon-after="semiquaver"]::after,
[data-icon-before="semiquaver"]::before, [data-icon-after="newspaper"]::after,
[data-icon-before="newspaper"]::before, [data-icon-after="plus-circle"]::after,
[data-icon-before="plus-circle"]::before, [data-icon-after="minus-circle"]::after,
[data-icon-before="minus-circle"]::before, .notification--warning.notification--icon::before, [data-icon-after="cross-circle"]::after,
[data-icon-before="cross-circle"]::before, .notification--success.notification--icon::before, [data-icon-after="check-circle"]::after,
[data-icon-before="check-circle"]::before, [data-icon-after="question-circle"]::after,
[data-icon-before="question-circle"]::before, .notification--info.notification--icon::before, [data-icon-after="info-circle"]::after,
[data-icon-before="info-circle"]::before, .notification--alert.notification--icon::before, [data-icon-after="exclamation-triangle"]::after,
[data-icon-before="exclamation-triangle"]::before, [data-icon-after="reorder"]::after,
[data-icon-before="reorder"]::before, [data-icon-after="headphones"]::after,
[data-icon-before="headphones"]::before, [data-icon-after="folder-open"]::after,
[data-icon-before="folder-open"]::before, [data-icon-after="folder"]::after,
[data-icon-before="folder"]::before, [data-icon-after="group"]::after,
[data-icon-before="group"]::before, [data-icon-after="music-sheet"]::after,
[data-icon-before="music-sheet"]::before, [data-icon-after="edit"]::after,
[data-icon-before="edit"]::before, [data-icon-after="pin"]::after,
[data-icon-before="pin"]::before, [data-icon-after="envelope-o"]::after,
[data-icon-before="envelope-o"]::before, [data-icon-after="access"]::after,
[data-icon-before="access"]::before, [data-icon-after="blocked"]::after,
[data-icon-before="blocked"]::before, [data-icon-after="film-tv"]::after,
[data-icon-before="film-tv"]::before, [data-icon-after="license"]::after,
[data-icon-before="license"]::before, [data-icon-after="live-performance"]::after,
[data-icon-before="live-performance"]::before, [data-icon-after="one-stop"]::after,
[data-icon-before="one-stop"]::before, [data-icon-after="priorities"]::after,
[data-icon-before="priorities"]::before, [data-icon-after="stopwatch"]::after,
[data-icon-before="stopwatch"]::before, [data-icon-after="thumbs-up"]::after,
[data-icon-before="thumbs-up"]::before, [data-icon-after="variation"]::after,
[data-icon-before="variation"]::before, [data-icon-after="mail-received"]::after,
[data-icon-before="mail-received"]::before, [data-icon-after="mail-sent"]::after,
[data-icon-before="mail-sent"]::before, [data-icon-after="tag"]::after,
[data-icon-before="tag"]::before, [data-icon-after="alarm"]::after,
[data-icon-before="alarm"]::before, [data-icon-after="report"]::after,
[data-icon-before="report"]::before, [data-icon-after="flag"]::after,
[data-icon-before="flag"]::before, [data-icon-after="running-man"]::after,
[data-icon-before="running-man"]::before, [data-icon-after="check"]::after,
[data-icon-before="check"]::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'icomoon';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none; }

tbody--reordering .reorder-handle::before, #cu-social a#cu-twitter:before, #cu-social a#cu-facebook:before, #cu-social a#id-youtube:before, #cu-social a#cu-instagram:before {
  content: "\E900"; }

[data-icon-after="menu"]::after,
[data-icon-before="menu"]::before {
  content: "\E900"; }

.site-header--search .site-header__search-btn:before, .notification__close::before, .option-panel__close::after {
  content: "\E901"; }

[data-icon-after="close"]::after,
[data-icon-before="close"]::before {
  content: "\E901"; }


.field--search::before, .site-header__search-btn::before {
  content: "\E902"; }

[data-icon-after="search"]::after,
[data-icon-before="search"]::before {
  content: "\E902"; }

[data-icon-after="payee"]::after,
[data-icon-before="payee"]::before {
  content: "\E903"; }

[data-icon-after="client"]::after,
[data-icon-before="client"]::before {
  content: "\E904"; }

[data-icon-after="doc"]::after,
[data-icon-before="doc"]::before {
  content: "\E905"; }

[data-icon-after="download"]::after,
[data-icon-before="download"]::before {
  content: "\E906"; }

[data-icon-after="info"]::after,
[data-icon-before="info"]::before {
  content: "\E907"; }

[data-icon-after="conflict"]::after,
[data-icon-before="conflict"]::before {
  content: "\E908"; }

[data-icon-after="approved"]::after,
[data-icon-before="approved"]::before {
  content: "\E909"; }

[data-icon-after="rejected"]::after,
[data-icon-before="rejected"]::before {
  content: "\E910"; }

.slider .slick-prev::before {
  content: "\E911"; }

[data-icon-after="arrow-left"]::after,
[data-icon-before="arrow-left"]::before {
  content: "\E911"; }

.slider .slick-next::before {
  content: "\E912"; }

[data-icon-after="arrow-right"]::after,
[data-icon-before="arrow-right"]::before {
  content: "\E912"; }

[data-icon-after="arrow-up"]::after,
[data-icon-before="arrow-up"]::before {
  content: "\E913"; }

[data-icon-after="arrow-down"]::after,
[data-icon-before="arrow-down"]::before {
  content: "\E914"; }

[data-icon-after="analysis"]::after,
[data-icon-before="analysis"]::before {
  content: "\E915"; }

[data-icon-after="registration"]::after,
[data-icon-before="registration"]::before {
  content: "\E916"; }

[data-icon-after="copyright"]::after,
[data-icon-before="copyright"]::before {
  content: "\E917"; }

[data-icon-after="archived-statements"]::after,
[data-icon-before="archived-statements"]::before {
  content: "\E918"; }

[data-icon-after="world"]::after,
[data-icon-before="world"]::before {
  content: "\E919"; }

.date-picker-container .options-element__icon-calendar-wrapper.options-element__icon-calendar-wrapper .options-element__icon-calendar::before {
  content: "\E920"; }

[data-icon-after="calendar"]::after,
[data-icon-before="calendar"]::before {
  content: "\E920"; }

.pagination__prev::before, .option-panel__title--return::before {
  content: "\E921"; }

[data-icon-after="angle-left"]::after,
[data-icon-before="angle-left"]::before {
  content: "\E921"; }

.pagination__next::before, .option-item__label::after,
.button--option-item::after, .option-item__select-container::after, .options-list__item::after, .options-element__item::after, #pageAnchors ul li .jump:before {
  content: "\E922"; }

[data-icon-after="angle-right"]::after,
[data-icon-before="angle-right"]::before {
  content: "\E922"; }

.to-top::after {
  content: "\E923"; }

[data-icon-after="angle-up"]::after,
[data-icon-before="angle-up"]::before {
  content: "\E923"; }


.button--show-more::after, .primary-nav__item--dropdown::after, .top-bar .top-bar__item--dropdown .top-bar__link::after, .top-bar .top-bar__item--dropdown .top-bar__button::after, .top-bar .top-bar__item--dropdown .top-bar__item .top-bar__text::after, .top-bar .top-bar__item .top-bar__item--dropdown .top-bar__text::after, .filter__toggle::after, .filter__dropdown::before, .jumplinks-dropdown::after, .sub-menu__item--active::after, .tabs__expand::after {
  content: "\E924"; }

[data-icon-after="angle-down"]::after,
[data-icon-before="angle-down"]::before {
  content: "\E924"; }

[data-icon-after="caret-left"]::after,
[data-icon-before="caret-left"]::before {
  content: "\E925"; }

[data-icon-after="caret-right"]::after,
[data-icon-before="caret-right"]::before {
  content: "\E926"; }


.button--sort::before,
.field__element--select::after, .accordion__title::before, .table--results .table__header--sorting-desc::after, .table__header--sort-desc::after, .table__data-content--expandable a::after, .table__dropdown::after, .option-item__label::before,
.button--option-item::before, .option-item__select-container::before, .options-list__item::before, .options-element__item::before, .option-box .option-item__label::before,
.option-box .button--option-item::before {
  content: "\E927"; }

[data-icon-after="caret-down"]::after,
[data-icon-before="caret-down"]::before {
  content: "\E927"; }


.button--sort::after, .table--results .table__header--sorting-asc::after, .table__header--sort-asc::after, .option-item__label--active::before, .option-box .option-item__label.option-item__label--active::before,
.option-box .option-item__label--active.button--option-item::before {
  content: "\E928"; }

[data-icon-after="caret-up"]::after,
[data-icon-before="caret-up"]::before {
  content: "\E928"; }

[data-icon-after="linkedin"]::after,
[data-icon-before="linkedin"]::before {
  content: "\E929"; }

[data-icon-after="facebook"]::after,
[data-icon-before="facebook"]::before {
  content: "\E930"; }

[data-icon-after="googleplus"]::after,
[data-icon-before="googleplus"]::before {
  content: "\E931"; }

[data-icon-after="twitter"]::after,
[data-icon-before="twitter"]::before {
  content: "\E932"; }

[data-icon-after="youtube"]::after,
[data-icon-before="youtube"]::before {
  content: "\E933"; }

[data-icon-after="instagram"]::after,
[data-icon-before="instagram"]::before {
  content: "\E934"; }

[data-icon-after="vimeo"]::after,
[data-icon-before="vimeo"]::before {
  content: "\E935"; }

[data-icon-after="spotify"]::after,
[data-icon-before="spotify"]::before {
  content: "\E936"; }

[data-icon-after="soundcloud"]::after,
[data-icon-before="soundcloud"]::before {
  content: "\E937"; }

[data-icon-after="retweet"]::after,
[data-icon-before="retweet"]::before {
  content: "\E938"; }

[data-icon-after="heart"]::after,
[data-icon-before="heart"]::before {
  content: "\E939"; }

[data-icon-after="comment"]::after,
[data-icon-before="comment"]::before {
  content: "\E940"; }

.directory-tree__arrow::before, .oembed__play::before {
  content: "\E941"; }

[data-icon-after="play"]::after,
[data-icon-before="play"]::before {
  content: "\E941"; }

[data-icon-after="user"]::after,
[data-icon-before="user"]::before,
.top-bar .top-bar__item--hb-login .top-bar__link::before {
  content: "\E942"; }

[data-icon-after="plus"]::after,
[data-icon-before="plus"]::before {
  content: "\E943"; }

[data-icon-after="minus"]::after,
[data-icon-before="minus"]::before {
  content: "\E944"; }

[data-icon-after="conductor"]::after,
[data-icon-before="conductor"]::before {
  content: "\E945"; }

[data-icon-after="location"]::after,
[data-icon-before="location"]::before {
  content: "\E946"; }

[data-icon-after="semiquaver"]::after,
[data-icon-before="semiquaver"]::before {
  content: "\E947"; }

[data-icon-after="newspaper"]::after,
[data-icon-before="newspaper"]::before {
  content: "\E948"; }

[data-icon-after="plus-circle"]::after,
[data-icon-before="plus-circle"]::before {
  content: "\E949"; }

[data-icon-after="minus-circle"]::after,
[data-icon-before="minus-circle"]::before {
  content: "\E950"; }

.notification--warning.notification--icon::before {
  content: "\E951"; }

[data-icon-after="cross-circle"]::after,
[data-icon-before="cross-circle"]::before {
  content: "\E951"; }

.notification--success.notification--icon::before {
  content: "\E952"; }

[data-icon-after="check-circle"]::after,
[data-icon-before="check-circle"]::before {
  content: "\E952"; }

[data-icon-after="question-circle"]::after,
[data-icon-before="question-circle"]::before {
  content: "\E953"; }

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

[data-icon-after="info-circle"]::after,
[data-icon-before="info-circle"]::before {
  content: "\E954"; }

.notification--alert.notification--icon::before {
  content: "\E955"; }

[data-icon-after="exclamation-triangle"]::after,
[data-icon-before="exclamation-triangle"]::before {
  content: "\E955"; }

[data-icon-after="reorder"]::after,
[data-icon-before="reorder"]::before {
  content: "\E956"; }

[data-icon-after="headphones"]::after,
[data-icon-before="headphones"]::before {
  content: "\E957"; }

[data-icon-after="folder-open"]::after,
[data-icon-before="folder-open"]::before {
  content: "\E958"; }

[data-icon-after="folder"]::after,
[data-icon-before="folder"]::before {
  content: "\E959"; }

[data-icon-after="group"]::after,
[data-icon-before="group"]::before {
  content: "\E960"; }

[data-icon-after="music-sheet"]::after,
[data-icon-before="music-sheet"]::before {
  content: "\E961"; }

[data-icon-after="edit"]::after,
[data-icon-before="edit"]::before {
  content: "\E962"; }

[data-icon-after="pin"]::after,
[data-icon-before="pin"]::before {
  content: "\E963"; }

[data-icon-after="envelope-o"]::after,
[data-icon-before="envelope-o"]::before {
  content: "\E964"; }

[data-icon-after="access"]::after,
[data-icon-before="access"]::before {
  content: "\E965"; }

[data-icon-after="blocked"]::after,
[data-icon-before="blocked"]::before {
  content: "\E966"; }

[data-icon-after="film-tv"]::after,
[data-icon-before="film-tv"]::before {
  content: "\E967"; }

[data-icon-after="license"]::after,
[data-icon-before="license"]::before {
  content: "\E968"; }

[data-icon-after="live-performance"]::after,
[data-icon-before="live-performance"]::before {
  content: "\E969"; }

[data-icon-after="one-stop"]::after,
[data-icon-before="one-stop"]::before {
  content: "\E970"; }

[data-icon-after="priorities"]::after,
[data-icon-before="priorities"]::before {
  content: "\E971"; }

[data-icon-after="stopwatch"]::after,
[data-icon-before="stopwatch"]::before {
  content: "\E972"; }

[data-icon-after="thumbs-up"]::after,
[data-icon-before="thumbs-up"]::before {
  content: "\E973"; }

[data-icon-after="variation"]::after,
[data-icon-before="variation"]::before {
  content: "\E974"; }

[data-icon-after="mail-received"]::after,
[data-icon-before="mail-received"]::before {
  content: "\E975"; }

[data-icon-after="mail-sent"]::after,
[data-icon-before="mail-sent"]::before {
  content: "\E976"; }

[data-icon-after="tag"]::after,
[data-icon-before="tag"]::before {
  content: "\E977"; }

[data-icon-after="alarm"]::after,
[data-icon-before="alarm"]::before {
  content: "\E978"; }

[data-icon-after="report"]::after,
[data-icon-before="report"]::before {
  content: "\E979"; }

[data-icon-after="flag"]::after,
[data-icon-before="flag"]::before {
  content: "\E980"; }

[data-icon-after="running-man"]::after,
[data-icon-before="running-man"]::before {
  content: "\E981"; }

[data-icon-after="check"]::after,
[data-icon-before="check"]::before {
  content: "\E982"; }

[data-icon-after-color]::after {
  color: attr(data-icon-after-color); }

[data-icon-before-color]::before {
  color: attr(data-icon-before-color); }

[data-icon-before="music-sheet"]::before, [data-icon-after="music-sheet"]::after {
  font-size: 1.4rem; }

@media (max-width: 768px) {
  [data-icon-before="music-sheet"]::before, [data-icon-after="music-sheet"]::after {
    font-size: 1.6rem; }
  [data-icon-before="group"]::before, [data-icon-after="group"]::after,
  [data-icon-before="headphones"]::before, [data-icon-after="headphones"]::after {
    font-size: 1.4rem; } }

/* ==========================================================================
		GLOBAL LOADER
========================================================================== */
.page-loader {
  display: none;
  height: 100vh;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 6; }
  .body--loading .page-loader {
    -webkit-transform: translateZ(1);
            transform: translateZ(1); }
    .body--loading .page-loader .body--loading:before, .body--loading .page-loader .body--loading:after, .body--loading .page-loader .section--loading:before, .body--loading .page-loader .section--loading:after {
      display: none; }
  .page-loader::before {
    background: #FFF;
    content: "";
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    z-index: 6; }
    .body--loading .page-loader::before {
      opacity: 1; }

.page-loader__icon {
  left: 50%;
  opacity: 0;
  position: fixed;
  top: 50%;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 7; }
  .body--loading .page-loader__icon {
    opacity: 1; }

/* ==========================================================================
		NAVIGATION
	 ========================================================================== */
.primary-nav {
  height: 0;
  list-style-type: none;
  margin-top: 5px;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-transition: height 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: height 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%; }
  @media (min-width: 421px) {
    .primary-nav {
      margin-top: 0;
      position: absolute;
      right: 0;
      top: calc(100% + 1px);
      width: 50%; } }
  @media (min-width: 1025px) {
    .primary-nav {
      -webkit-box-shadow: none;
              box-shadow: none; } }
  .site-header--active .primary-nav {
    display: block;
    height: calc(100vh - 86px);
    overflow: scroll; }
    .site-header--active .primary-nav::before {
      content: '';
      height: 1px;
      left: 0;
      position: absolute;
      top: 0;
      -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
      width: 100%; }
  @media (min-width: 1025px) {
    .primary-nav {
      border-top: 0;
      display: block;
      float: right;
      height: auto;
      margin-top: 10px;
      overflow: visible;
      position: static;
      width: auto; }
      .site-header--active .primary-nav::before {
        display: none; } }

.primary-nav__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  zoom: 1; }
  .primary-nav__list::after, .primary-nav__list::before {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden; }
  .primary-nav__list::after {
    clear: both; }

.primary-nav__item {
  background: #FFF; }
  @media (min-width: 1025px) {
    .primary-nav__item {
      background: 0;
      float: left; } }
  .primary-nav__item .sub-nav-positioner {
    position: relative; }
  .primary-nav__item--dropdown {
    position: relative; }
    .primary-nav__item--dropdown::after {
      color: #007DBE;
      font-size: 24px;
      position: absolute;
      right: 25px;
      top: 12px;
      -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
    @media (min-width: 1025px) {
      .primary-nav__item--dropdown {
        position: static; }
        .primary-nav__item--dropdown::after {
          display: none; }
        .primary-nav__item--dropdown:hover .sub-nav {
          display: block;
          height: auto; } }
  .primary-nav__item.primary-nav__item--active {
    background: #007DBE;
    color: #fff; }
    .primary-nav__item.primary-nav__item--active::after {
      color: #fff; }
    .primary-nav__item.primary-nav__item--active .primary-nav__link {
      color: #fff; }
  @media (max-width: 1024px) {
    .primary-nav__item--open .sub-nav {
      display: block; }
    .primary-nav__item--open::after {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); } }

.primary-nav__link {
  color: #666;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .02em;
  padding: 15px 10px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s; }
  @media (min-width: 1025px) {
    .primary-nav__link {
      padding: 10px 10px 20px; } }
  @media (min-width: 1210px) {
    .primary-nav__link {
      padding: 10px 15px 20px; } }
  .primary-nav__link--active, .primary-nav__link:hover {
    background: #007DBE;
    color: #fff; }
  .primary-nav__item--dropdown .primary-nav__link {
    width: calc(100% - 60px); }
    @media (min-width: 1025px) {
      .primary-nav__item--dropdown .primary-nav__link {
        width: auto; }
        .primary-nav__item--dropdown .primary-nav__link::after {
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          border-top: 6px solid #007DBE;
          content: '';
          display: block;
          left: 50%;
          margin-left: -6px;
          opacity: 0;
          position: absolute;
          top: 100%;
          -webkit-transition: opacity 0.25s;
          -o-transition: opacity 0.25s;
          transition: opacity 0.25s;
          width: auto;
          z-index: 10; }
        .primary-nav__item--dropdown .primary-nav__link--active::after, .primary-nav__item--dropdown .primary-nav__link:hover::after {
          opacity: 1; } }

.sub-nav {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
  z-index: 4; }
  @media (min-width: 1025px) {
    .sub-nav {
      display: block;
      height: 0;
      overflow: hidden;
      left: 50%;
      position: absolute;
      text-align: right;
      top: 100%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      white-space: nowrap; } }

@media (min-width: 1025px) {
  .primary-nav__list .primary-nav__item--sub-nav-right .sub-nav-positioner {
    position: static; }
  .primary-nav__list .primary-nav__item--sub-nav-right .sub-nav {
    right: 0;
    width: calc(100% - 30px); }
  .primary-nav__item--dropdown:hover:before {
    content: '';
    height: 35px;
    left: 50%;
    position: absolute;
    text-align: right;
    top: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #F7F7F7;
    border-bottom: 1px solid #D8D8D8;
    width: calc(100% - 30px); } }

.sub-nav__item {
  background: #FFF; }
  @media (min-width: 1025px) {
    .sub-nav__item {
      background: none;
      display: inline-block; } }

.sub-nav__link {
  color: #007DBE;
  display: block;
  padding: 10px 15px;
  text-transform: uppercase; }
  @media (min-width: 1025px) {
    .sub-nav__link {
      font-size: 1.2rem; } }

/* ==========================================================================
		TOP BAR
	 ========================================================================== */
.top-bar {
  background: #616161;
  height: 41px;
  left: 0;
  padding: 0;
  top: 0;
  -webkit-transition: height 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: height 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  z-index: 10; }
  .top-bar .top-bar__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%; }
    @media (min-width: 769px) {
      .top-bar .top-bar__list {
        display: block;
        margin: auto;
        max-width: 1210px;
        padding: 0 20px;
        position: relative;
        text-align: right; } }
  .top-bar .top-bar__item {
    display: inline-block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    vertical-align: middle; }
    .top-bar .top-bar__item::before {
      background: #FFF;
      content: '';
      height: calc(100% - 15px);
      max-height: 18px;
      position: absolute;
      right: 0;
      top: 9px;
      width: 1px; }
    .top-bar .top-bar__item:nth-child(2):before {
      top: 9px; }
    .is-IE .top-bar .top-bar__item:last-child {
      top: 1px; }
    .top-bar .top-bar__item:last-child:before {
      display: none; }
  .top-bar .top-bar__flag, .top-bar .dropdown__flag {
    border-radius: 100%;
    display: inline-block;
    height: 18px;
    line-height: 1.2rem;
    margin: -3px 5px -2px 0;
    vertical-align: middle; }
  .top-bar .top-bar__button, .top-bar .top-bar__item .top-bar__text,
  .top-bar .top-bar__link {
    background: 0;
    border: 0;
    color: #fff;
    display: block;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.6rem;
    padding: 10px 5px;
    text-align: center;
    -webkit-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
    vertical-align: middle;
    width: 100%; }
    @media (min-width: 421px) {
      .top-bar .top-bar__button, .top-bar .top-bar__item .top-bar__text,
      .top-bar .top-bar__link {
        padding: 10px; }
        .register-link .top-bar .top-bar__button, .register-link .top-bar .top-bar__item .top-bar__text, .register-link
        .top-bar .top-bar__link {
          padding: 10px 0; }
        .top-bar__item:last-child .top-bar .top-bar__button, .top-bar__item:last-child .top-bar .top-bar__item .top-bar__text, .top-bar__item:last-child
        .top-bar .top-bar__link {
          padding-right: 0; }
        .top-bar .top-bar__button:hover, .top-bar .top-bar__item .top-bar__text:hover,
        .top-bar .top-bar__link:hover {
          color: #007DBE; } }
    @media (min-width: 769px) {
      .top-bar .top-bar__button, .top-bar .top-bar__item .top-bar__text,
      .top-bar .top-bar__link {
        display: inline-block;
        width: auto; } }
    .top-bar .top-bar__button::before, .top-bar .top-bar__item .top-bar__text::before,
    .top-bar .top-bar__link::before {
      display: inline-block;
      font-size: 1.8rem;
      line-height: 1;
      margin: -1px 5px 0 0;
      vertical-align: middle; }
    .top-bar .top-bar__button::after, .top-bar .top-bar__item .top-bar__text::after,
    .top-bar .top-bar__link::after {
      margin: 0 0 0 5px; }
    .top-bar .top-bar__button--globe,
    .top-bar .top-bar__link--globe {
      position: relative; }
      @media (min-width: 769px) {
        .top-bar .top-bar__button--globe,
        .top-bar .top-bar__link--globe {
          padding-left: 30px; } }
      .top-bar .top-bar__button--globe:before,
      .top-bar .top-bar__link--globe:before {
        font-size: 2.1rem;
        line-height: 0.8;
        position: relative; }
        @media (min-width: 769px) {
          .top-bar .top-bar__button--globe:before,
          .top-bar .top-bar__link--globe:before {
            font-size: 2.1rem;
            left: 7px;
            position: absolute;
            top: 11px; } }
  .top-bar .top-bar__item--dropdown .top-bar__link::after, .top-bar .top-bar__item--dropdown .top-bar__button::after, .top-bar .top-bar__item--dropdown .top-bar__item .top-bar__text::after, .top-bar .top-bar__item .top-bar__item--dropdown .top-bar__text::after {
    color: #fff;
    display: inline-block;
    position: relative;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); }
  .top-bar .top-bar__item--active .top-bar__item--dropdown .top-bar__link::after, .top-bar .top-bar__item--active .top-bar__item--dropdown .top-bar__button::after, .top-bar .top-bar__item--active .top-bar__item--dropdown .top-bar__item .top-bar__text::after, .top-bar .top-bar__item .top-bar__item--active .top-bar__item--dropdown .top-bar__text::after,
  .top-bar .top-bar__item--active.top-bar__item--dropdown .top-bar__link::after,
  .top-bar .top-bar__item--active.top-bar__item--dropdown .top-bar__button::after,
  .top-bar .top-bar__item--active.top-bar__item--dropdown .top-bar__item .top-bar__text::after,
  .top-bar .top-bar__item .top-bar__item--active.top-bar__item--dropdown .top-bar__text::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .top-bar .register-link {
    color: #fff;
    display: none;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.6rem;
    padding-left: 3px; }
    @media (min-width: 769px) {
      .top-bar .register-link {
        display: inline-block;
        vertical-align: center; } }
    .top-bar .register-link .top-bar__link {
      position: relative;
      top: -1px; }
  .top-bar .dropdown {
    background: #FFF;
    font-size: 1.4rem;
    height: 0;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    z-index: 3; }
    @media (min-width: 768px) {
      .top-bar .dropdown {
        background: #333333;
        bottom: auto;
        display: none;
        font-size: 1.6rem;
        height: 0;
        padding: 0;
        right: 0;
        position: absolute;
        text-align: left;
        width: 200px;
        z-index: 3; } }
    .top-bar__item--active .top-bar .dropdown {
      display: block;
      height: 100vh; }
      @media (min-width: 768px) {
        .top-bar__item--active .top-bar .dropdown {
          height: auto; } }
  .top-bar .dropdown__link {
    border-bottom: 1px solid rgba(102, 102, 102, 0.25);
    color: #333;
    display: block;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.6rem;
    padding: 10px; }
    @media (min-width: 768px) {
      .top-bar .dropdown__link {
        background: #333333;
        border-top: 1px solid #666;
        color: #fff;
        font-weight: 300;
        padding: 10px 20px;
        -webkit-transition: color 0.25s;
        -o-transition: color 0.25s;
        transition: color 0.25s; } }
    .top-bar .dropdown__link:hover {
      color: #007DBE; }
  .top-bar .dropdown__flag {
    margin-right: 10px; }

.rte h1, .fw-cols-2 .contentCol h1, .fw-cols-2 .asideRight .asideContent h1, .rte h2, .fw-cols-2 .contentCol h2, .fw-cols-2 .asideRight .asideContent h2, .rte h3, .fw-cols-2 .contentCol h3, .fw-cols-2 .asideRight .asideContent h3, .rte h4, .fw-cols-2 .contentCol h4, .fw-cols-2 .asideRight .asideContent h4,
.heading {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin: 0 0 1em; }
  .rte h1, .fw-cols-2 .contentCol h1, .fw-cols-2 .asideRight .asideContent h1,
  .heading--primary,
  h1 {
    font-size: 3rem;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .rte h1, .fw-cols-2 .contentCol h1, .fw-cols-2 .asideRight .asideContent h1,
      .heading--primary,
      h1 {
        font-size: 4.5rem; } }
  .rte h2, .fw-cols-2 .contentCol h2, .fw-cols-2 .asideRight .asideContent h2,
  .heading--secondary {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .rte h2, .fw-cols-2 .contentCol h2, .fw-cols-2 .asideRight .asideContent h2,
      .heading--secondary {
        font-size: 3.6rem; } }
  .rte h3, .fw-cols-2 .contentCol h3, .fw-cols-2 .asideRight .asideContent h3, .rte h4, .fw-cols-2 .contentCol h4, .fw-cols-2 .asideRight .asideContent h4,
  .heading--tertiary {
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 0 0 .8em; }
    @media (min-width: 768px) {
      .rte h3, .fw-cols-2 .contentCol h3, .fw-cols-2 .asideRight .asideContent h3, .rte h4, .fw-cols-2 .contentCol h4, .fw-cols-2 .asideRight .asideContent h4,
      .heading--tertiary {
        font-size: 2rem; } }
  
  .heading--quaternary {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: .6em; }
    @media (min-width: 768px) {
      
      .heading--quaternary {
        font-size: 1.6rem; } }
    
    .heading--quaternary::before {
      margin-right: 5px;
      top: 1px;
      position: relative; }

.body-text, .rte p, .fw-cols-2 .contentCol p, .fw-cols-2 .asideRight .asideContent p, .rte ol li, .fw-cols-2 .contentCol ol li, .fw-cols-2 .asideRight .asideContent ol li,
.rte ul li,
.fw-cols-2 .contentCol ul li,
.fw-cols-2 .asideRight .asideContent ul li {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6; }

.table-text, .rte p.table-text, .fw-cols-2 .contentCol p.table-text, .fw-cols-2 .asideRight .asideContent p.table-text, .table__data {
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2; }

.taller-lines {
  line-height: 2.4rem; }
  .taller-lines .field__element, .taller-lines .calendar-filter__element {
    line-height: normal; }

.caption, .rte p.caption, .fw-cols-2 .contentCol p.caption, .fw-cols-2 .asideRight .asideContent p.caption {
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2; }

a {
  text-decoration: none;
  -webkit-transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

a.jumplink {
  color: #007DBE;
  font-weight: 700; }
  @media (min-width: 769px) {
    a.jumplink {
      display: none; } }

.rte.rte h1, .fw-cols-2 .contentCol h1, .fw-cols-2 .asideRight .asideContent h1 {
  margin: 7px 0; }

.rte, .fw-cols-2 .contentCol, .fw-cols-2 .asideRight .asideContent {
  color: #333; }
  .rte--block {
    display: block;
    float: left; }
  .rte--inline-block {
    display: inline-block;
    float: left; }
  .rte--knockout {
    color: #fff; }
  .rte--w-border, .asideContent {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 20px; }
  .rte h1, .fw-cols-2 .contentCol h1, .fw-cols-2 .asideRight .asideContent h1 {
    line-height: 1.1; }
  .rte h2, .fw-cols-2 .contentCol h2, .fw-cols-2 .asideRight .asideContent h2 {
    line-height: 1.2; }
    @media (min-width: 768px) {
      .rte h2, .fw-cols-2 .contentCol h2, .fw-cols-2 .asideRight .asideContent h2 {
        font-size: 2.4rem; } }
  .rte p, .fw-cols-2 .contentCol p, .fw-cols-2 .asideRight .asideContent p {
    margin: 0 0 20px; }
    .rte p:last-of-type, .fw-cols-2 .contentCol p:last-of-type, .fw-cols-2 .asideRight .asideContent p:last-of-type {
      margin-bottom: 0; }
  .rte a:not([href]), .fw-cols-2 .contentCol a:not([href]), .fw-cols-2 .asideRight .asideContent a:not([href]) {
    color: inherit; }
  .rte a[href], .fw-cols-2 .contentCol a[href], .fw-cols-2 .asideRight .asideContent a[href] {
    color: #007DBE; }
    .rte a[href]:hover, .fw-cols-2 .contentCol a[href]:hover, .fw-cols-2 .asideRight .asideContent a[href]:hover {
      color: rgba(0, 125, 190, 0.5); }
  .rte a[href^="tel:"], .fw-cols-2 .contentCol a[href^="tel:"], .fw-cols-2 .asideRight .asideContent a[href^="tel:"] {
    color: #333;
    text-decoration: none; }
  .rte a.button, .fw-cols-2 .contentCol a.button, .fw-cols-2 .asideRight .asideContent a.button, .rte a.cta1, .fw-cols-2 .contentCol a.cta1, .fw-cols-2 .asideRight .asideContent a.cta1, .rte #cu-social a, #cu-social .rte a, .fw-cols-2 .contentCol #cu-social a, #cu-social .fw-cols-2 .contentCol a, .fw-cols-2 .asideRight .asideContent #cu-social a, #cu-social .fw-cols-2 .asideRight .asideContent a, .rte a.cta2, .fw-cols-2 .contentCol a.cta2, .fw-cols-2 .asideRight .asideContent a.cta2 {
    color: #333;
    margin-bottom: 10px;
    margin-top: 10px; }
    .rte a.button:hover, .fw-cols-2 .contentCol a.button:hover, .fw-cols-2 .asideRight .asideContent a.button:hover, .rte a.cta1:hover, .fw-cols-2 .contentCol a.cta1:hover, .fw-cols-2 .asideRight .asideContent a.cta1:hover, .rte #cu-social a:hover, #cu-social .rte a:hover, .fw-cols-2 .contentCol #cu-social a:hover, #cu-social .fw-cols-2 .contentCol a:hover, .fw-cols-2 .asideRight .asideContent #cu-social a:hover, #cu-social .fw-cols-2 .asideRight .asideContent a:hover, .rte a.cta2:hover, .fw-cols-2 .contentCol a.cta2:hover, .fw-cols-2 .asideRight .asideContent a.cta2:hover {
      color: #fff; }
  .rte address, .fw-cols-2 .contentCol address, .fw-cols-2 .asideRight .asideContent address {
    font-style: normal;
    padding: 20px 0; }
    .rte address p, .fw-cols-2 .contentCol address p, .fw-cols-2 .asideRight .asideContent address p {
      font-size: 2.1rem; }
  .rte strong, .fw-cols-2 .contentCol strong, .fw-cols-2 .asideRight .asideContent strong {
    font-weight: 700; }
  .rte em, .fw-cols-2 .contentCol em, .fw-cols-2 .asideRight .asideContent em {
    font-style: italic; }
  .rte small, .fw-cols-2 .contentCol small, .fw-cols-2 .asideRight .asideContent small {
    font-size: 80%; }
  .rte ol, .fw-cols-2 .contentCol ol, .fw-cols-2 .asideRight .asideContent ol,
  .rte ul,
  .fw-cols-2 .contentCol ul,
  .fw-cols-2 .asideRight .asideContent ul {
    padding: 0 0 0 2rem; }
    .rte ol.no-list-style, .fw-cols-2 .contentCol ol.no-list-style, .fw-cols-2 .asideRight .asideContent ol.no-list-style,
    .rte ul.no-list-style,
    .fw-cols-2 .contentCol ul.no-list-style,
    .fw-cols-2 .asideRight .asideContent ul.no-list-style {
      list-style: none;
      padding-left: 0; }
    .rte ol li, .fw-cols-2 .contentCol ol li, .fw-cols-2 .asideRight .asideContent ol li,
    .rte ul li,
    .fw-cols-2 .contentCol ul li,
    .fw-cols-2 .asideRight .asideContent ul li {
      font-size: 1.4rem;
      margin: 0 0 10px; }
      .rte ol li a[href], .fw-cols-2 .contentCol ol li a[href], .fw-cols-2 .asideRight .asideContent ol li a[href],
      .rte ul li a[href],
      .fw-cols-2 .contentCol ul li a[href],
      .fw-cols-2 .asideRight .asideContent ul li a[href] {
        color: #333; }
        .rte ol li a[href]:hover, .fw-cols-2 .contentCol ol li a[href]:hover, .fw-cols-2 .asideRight .asideContent ol li a[href]:hover,
        .rte ul li a[href]:hover,
        .fw-cols-2 .contentCol ul li a[href]:hover,
        .fw-cols-2 .asideRight .asideContent ul li a[href]:hover {
          color: #007DBE; }
  
  .rte ul,
  .fw-cols-2 .contentCol ul,
  .fw-cols-2 .asideRight .asideContent ul {
    list-style: disc; }
  .rte ol, .fw-cols-2 .contentCol ol, .fw-cols-2 .asideRight .asideContent ol {
    list-style: decimal; }
  .rte img, .fw-cols-2 .contentCol img, .fw-cols-2 .asideRight .asideContent img {
    display: block;
    margin: 0 0 20px;
    max-width: 100%; }

.uppercase {
  text-transform: uppercase; }

[data-text-align='left'], .text-align--left.text-align--left {
  text-align: left; }

@media (max-width: 420px) {
  .text-align--left-phone-portrait.text-align--left-phone-portrait {
    text-align: left; } }

@media (max-width: 767px) {
  .text-align--center-phone.text-align--center-phone {
    text-align: center; } }

@media (max-width: 767px) {
  .text-align--left-phone.text-align--left-phone {
    text-align: left; } }

@media (max-width: 767px) {
  .text-align--right-phone.text-align--right-phone {
    text-align: right; } }

@media (min-width: 768px) {
  .text-align--center-above-phone.text-align--center-above-phone {
    text-align: center; } }

@media (min-width: 768px) {
  .text-align--left-above-phone.text-align--left-above-phone {
    text-align: left; } }

@media (min-width: 768px) {
  .text-align--right-above-phone.text-align--right-above-phone {
    text-align: right; } }

[data-text-align='center'], .text-align--center.text-align--center {
  text-align: center; }

[data-text-align='right'], .text-align--right.text-align--right {
  text-align: right; }

.bold {
  font-weight: 500; }

/* ==========================================================================
    FILTERS
   ========================================================================== */
.accordion {
  position: relative;
  zoom: 1; }
  .accordion::after, .accordion::before {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden; }
  .accordion::after {
    clear: both; }

.accordion__title {
  border-bottom: 1px solid #D8D8D8;
  cursor: pointer;
  display: block;
  font-weight: 700;
  padding: 10px 15px;
  position: relative; }
  .accordion__title::before {
    color: #007DBE;
    font-size: 1.8rem;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(0deg);
        -ms-transform: translate(0, -50%) rotate(0deg);
            transform: translate(0, -50%) rotate(0deg);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .accordion__item--active .accordion__title::before {
    -webkit-transform: translate(0, -50%) rotate(180deg);
        -ms-transform: translate(0, -50%) rotate(180deg);
            transform: translate(0, -50%) rotate(180deg); }

.accordion__content {
  display: none;
  overflow: hidden;
  padding: 10px; }

.tag-list {
  padding: 5px 10px;
  background: #F5F5F9;
  font-size: 1.2rem; }
  .tag-list--min-height {
    min-height: 120px; }
  .tag-list__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #D8D8D8; }
    .tag-list__row:last-of-type {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
  .tag-list__label {
    width: 80px;
    display: inline-block;
    line-height: 1.2; }
  .tag-list__values {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }

/* ==========================================================================
    ACCOUNT SETTINGS
   ========================================================================== */
.account-settings .button--offset-top {
  margin-top: -20px; }

.account-settings__section {
  border-bottom: 1px solid #D8D8D8;
  padding: 15px 0; }
  @media (min-width: 768px) {
    .account-settings__section {
      padding: 15px 0; } }

/* ==========================================================================
    ADVANCED SEARCH
   ========================================================================== */
.advanced-search {
  display: block;
  zoom: 1; }
  .advanced-search::after, .advanced-search::before {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden; }
  .advanced-search::after {
    clear: both; }
  @media (min-width: 769px) {
    .advanced-search .option-item {
      zoom: 1;
      margin-bottom: 10px;
      margin-right: 10px; }
      .advanced-search .option-item::after, .advanced-search .option-item::before {
        content: ' ';
        display: block;
        height: 0;
        overflow: hidden; }
      .advanced-search .option-item::after {
        clear: both; } }
  .advanced-search .selections-panel {
    display: none; }
    @media (min-width: 769px) {
      .advanced-search .selections-panel {
        display: block;
        float: left;
        margin-top: 20px;
        width: 100%;
        zoom: 1; }
        .advanced-search .selections-panel::after, .advanced-search .selections-panel::before {
          content: ' ';
          display: block;
          height: 0;
          overflow: hidden; }
        .advanced-search .selections-panel::after {
          clear: both; } }

.advanced-search__toggle,
.browse-tags__toggle, .advanced-search__submit, .advanced-search__clear, .advanced-search__button, .advanced-search__export {
  float: left;
  margin: 0 5px 0 0;
  line-height: 1.6; }

.advanced-search__toggle,
.browse-tags__toggle {
  height: 39px; }
  .advanced-search__toggle::after,
  .browse-tags__toggle::after {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .advanced-search__toggle--active::after,
  .browse-tags__toggle--active::after {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }

.advanced-search__highlight {
  background: rgba(0, 125, 190, 0.25);
  color: #333;
  font-weight: 700; }

.browse-tags__toggle {
  display: none; }
  @media (min-width: 769px) {
    .browse-tags__toggle {
      display: block; } }

.advanced-search__submit {
  background: #007DBE;
  height: 39px; }

.advanced-search__clear {
  background: #AAAAAA;
  height: 39px;
  margin-right: 0; }

.advanced-search__button {
  background: #AAAAAA;
  height: 39px; }

.advanced-search__export {
  height: 39px;
  margin-right: 0;
  float: right; }

.advanced-search__input {
  float: left;
  height: 39px;
  margin: 0 0 10px;
  width: 100%; }
  @media (min-width: 769px) {
    .advanced-search__input {
      width: 280px; } }
  @media (min-width: 1025px) {
    .advanced-search__input {
      width: 430px; } }

.options-panel-controls {
  display: none; }
  @media (min-width: 769px) {
    .options-panel-controls {
      display: block;
      padding-right: 10px;
      position: relative;
      text-align: right;
      width: 100%;
      z-index: -10;
      zoom: 1; }
      .options-panel-controls::after, .options-panel-controls::before {
        content: ' ';
        display: block;
        height: 0;
        overflow: hidden; }
      .options-panel-controls::after {
        clear: both; }
      .options-panel-controls .option-panel__save {
        margin-right: 15px; }
        .options-panel-controls .option-panel__save::after {
          right: -10px; }
      .options-panel-controls .option-panel__reset {
        margin-right: 0; }
      .options-panel-controls a {
        color: #007DBE; } }

/* ==========================================================================
    ALBUM LIST
   ========================================================================== */
.album-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .album-list img {
    float: left; }
    @media (min-width: 768px) {
      .album-list img {
        float: none; } }

.album-list__item {
  display: block;
  margin: 0 0 10px 0;
  width: 100%;
  zoom: 1; }
  .album-list__item::after, .album-list__item::before {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden; }
  .album-list__item::after {
    clear: both; }
  @media (min-width: 768px) {
    .album-list__item {
      display: inline-block;
      margin: 0 10px 0 0;
      width: 100px; }
      .album-list__item:last-child {
        margin-right: 0; } }
  .album-list__item .album-list__detail {
    display: inline-block;
    float: left;
    padding: 10px 0 0 10px; }
    @media (min-width: 768px) {
      .album-list__item .album-list__detail {
        float: none;
        padding: 0; } }
    .album-list__item .album-list__detail--title {
      color: #333;
      display: inline-block;
      font-size: 1.2rem;
      width: 100px; }
    .album-list__item .album-list__detail--artist {
      color: #666;
      display: block;
      font-size: 1.1rem;
      width: 100px; }

.album-list__link:hover .album-list__detail--title {
  color: #007DBE; }

/* ==========================================================================
    CALLOUTS
   ========================================================================== */
.article {
  border-bottom: #D8D8D8 solid 1px;
  padding-bottom: 20px;
  position: relative; }
  .article:first-child {
    padding-top: 20px; }
  .article--no-border-bottom {
    border-bottom: 0; }

.article__hero {
  display: block;
  position: relative; }
  .article__hero:hover .article__title {
    color: #007DBE; }

.article__image {
  display: block;
  max-width: 100%;
  margin: 20px 20px 10px 0;
  float: left;
  position: relative;
  z-index: 0; }
  .article__image.full-width-image {
    width: 100%; }

.article__title {
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
  z-index: 2; }

.article__title-content {
  background-color: #FFF;
  border-bottom: 0.25em solid #FFF;
  border-left: 0;
  border-right: 0;
  border-top: 0.25em solid #FFF;
  color: #333;
  display: inline;
  line-height: 1;
  position: relative;
  white-space: pre-wrap; }
  @media (min-width: 768px) {
    .article__title-content {
      border-width: .75em 0; } }
  .article__title-content::after {
    background-color: #FFF;
    bottom: 0;
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    width: .25em; }
    @media (min-width: 768px) {
      .article__title-content::after {
        bottom: -.75em;
        top: -.75em;
        width: .75em; } }
  .article__title-content .heading--secondary {
    display: inline;
    font-size: 1.6rem;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      .article__title-content .heading--secondary {
        font-size: 3rem;
        line-height: 1.6; } }
  .article__title-content span::after {
    content: ' '; }

.article__meta {
  color: #999;
  margin: 10px 0;
  padding: 0; }
  @media (min-width: 768px) {
    .article__meta {
      margin: 20px 0; } }
  .article__meta .heading {
    display: block;
    margin: 0;
    padding: 0; }

/* ==========================================================================
    SONG DETAIL ARTWORK
   ========================================================================== */
.details-artwork {
  border-bottom: solid #D8D8D8 1px;
  padding: 0 0 10px;
  zoom: 1; }
  .details-artwork::after, .details-artwork::before {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden; }
  .details-artwork::after {
    clear: both; }
  @media (min-width: 769px) {
    .details-artwork {
      border: 0;
      padding: 0; } }
  @media (max-width: 767px) {
    .details-artwork {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .details-artwork .details-artwork__container {
        margin-right: 15px;
        max-width: 180px; }
      .details-artwork .details-artwork__titles {
        width: auto;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1; } }

.details-artwork__titles {
  float: right;
  width: calc(50% - 5px); }
  @media (min-width: 768px) {
    .details-artwork__titles {
      float: right;
      padding-left: 20px;
      width: 70%; } }
  @media (min-width: 769px) {
    .details-artwork__titles {
      float: none;
      padding-left: 0;
      width: 100%; } }
  .details-artwork__titles .heading--tertiary {
    margin: 0 0 5px; }
  .details-artwork__titles .heading--quaternary {
    font-weight: normal; }

.details-artwork__container {
  float: left;
  width: calc(50% - 5px); }
  @media (min-width: 768px) {
    .details-artwork__container {
      float: left;
      width: 30%; } }
  @media (min-width: 769px) {
    .details-artwork__container {
      float: none;
      width: 100%; } }

.details-artwork__image, .details-artwork__default {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.details-artwork__default {
  background-image: url(/img/UMPG-logo.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 90%;
  background-color: #D8D8D8;
  height: 100%; }

.details-artwork__square {
  padding-top: 100%;
  position: relative;
  width: 100%; }
  .details-artwork__container--cluster .details-artwork__square {
    float: left;
    margin: 0 2px 2px 0;
    padding-top: calc(50% - 2px);
    width: calc(50% - 2px); }

.details-artwork__download {
  float: left;
  padding-left: 10px;
  zoom: 1; }
  .details-artwork__download::after, .details-artwork__download::before {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden; }
  .details-artwork__download::after {
    clear: both; }
  @media (min-width: 768px) {
    .details-artwork__download {
      padding-left: 20px;
      width: 70%; } }
  @media (min-width: 769px) {
    .details-artwork__download {
      float: none;
      padding-left: 0; } }
  .details-artwork__download p {
    margin: 1rem 0 .5rem; }

.download-buttons {
  list-style: none;
  margin: 0;
  padding: 0; }

.download-buttons__item {
  display: inline-block;
  margin-right: 5px; }
  .download-buttons__item:last-child {
    margin-right: 0; }
  @media (min-width: 769px) {
    .download-buttons__item {
      display: block;
      margin-right: 0; } }

/* ==========================================================================
    ASIDE
   ========================================================================== */
.aside {
  height: 100%; }
  .aside--border-top {
    border: 1px solid #D8D8D8; }
    @media (min-width: 769px) {
      .aside--border-top {
        border: 0; } }
  @media (min-width: 769px) {
    .aside--tall {
      min-height: 55vh; } }

.aside__container {
  position: relative; }
  .aside__container--padding-top {
    padding-top: 15px; }
  .desktop .aside__container .module--stuck {
    top: 35px !important; }

@media (min-width: 769px) {
  .aside--bg-left::before, .fw-cols-2 .asideLeft::before {
    background-image: -webkit-gradient(linear, right top, left top, from(#FEFBF9), to(#FFF));
    background-image: -o-linear-gradient(right, #FEFBF9, #FFF);
    background-image: linear-gradient(to left, #FEFBF9, #FFF);
    border-right: 1px solid #D8D8D8;
    content: '';
    height: 100%;
    left: 15px;
    position: absolute;
    top: 0;
    width: calc(100% - 15px);
    z-index: 0; } }

@media (min-width: 769px) {
  .aside--bg-right::before, .fw-cols-2 .asideRight::before {
    background-image: -webkit-gradient(linear, left top, right top, from(#FEFBF9), to(#FFF));
    background-image: -o-linear-gradient(left, #FEFBF9, #FFF);
    background-image: linear-gradient(to right, #FEFBF9, #FFF);
    border-left: 1px solid #D8D8D8;
    content: '';
    height: 100%;
    position: absolute;
    right: 15px;
    top: 0;
    width: calc(100% - 15px);
    z-index: 0; } }

@media (min-width: 768px) {
  .aside--bg-right::before, .fw-cols-2 .asideRight::before {
    right: 15px; } }

.aside-search {
  background: #EBEBEB;
  font-size: 1.2rem;
  padding: 10px; }

.aside-search__input {
  border: 1px solid #D8D8D8;
  border-radius: 0;
  border-right: none;
  padding: 5px 10px;
  width: 80%; }

.aside-search__submit {
  min-width: 25px;
  padding: 4px; }

.aside-search__clear {
  height: 20px;
  margin: 3px 0 0 5px;
  padding: 0;
  width: 24px; }

.aside-search__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle; }
  .aside-search__row .field {
    margin: 0 10px 0 0;
    padding: 5px 0 0; }
    .aside-search__row .field:last-of-type {
      margin-right: 0; }
  .aside-search__row .field__label, .aside-search__row .calendar-filter__label {
    margin-bottom: 0;
    padding: 0; }
    .aside-search__row .field__label:last-child, .aside-search__row .calendar-filter__label:last-child {
      padding: 0 0 0 10px; }
  .aside-search__row .field__element--checkbox ~ .field__label, .aside-search__row .field__element--checkbox ~ .calendar-filter__label,
  .aside-search__row .field__element--radio ~ .field__label,
  .aside-search__row .field__element--radio ~ .calendar-filter__label {
    cursor: pointer;
    display: inline-block;
    padding: 10px 0 5px 22px;
    position: relative; }
    .aside-search__row .field__element--checkbox ~ .field__label::after, .aside-search__row .field__element--checkbox ~ .calendar-filter__label::after,
    .aside-search__row .field__element--radio ~ .field__label::after,
    .aside-search__row .field__element--radio ~ .calendar-filter__label::after {
      height: 12px;
      left: 3px;
      top: 11px;
      width: 12px; }
    .aside-search__row .field__element--checkbox ~ .field__label::before, .aside-search__row .field__element--checkbox ~ .calendar-filter__label::before,
    .aside-search__row .field__element--radio ~ .field__label::before,
    .aside-search__row .field__element--radio ~ .calendar-filter__label::before {
      height: 18px;
      top: 8px;
      width: 18px; }

/* ==========================================================================
		CALENDAR FILTER
	 ========================================================================== */
.calendar-filter__row {
  position: relative; }

.calendar-filter__label {
  display: block;
  font-weight: 500;
  text-align: left; }
  @media (min-width: 1210px) {
    .calendar-filter__label {
      display: inline-block;
      padding-right: 20px;
      text-align: right;
      min-width: 90px; } }

.calendar-filter__item {
  float: left;
  width: 50%; }
  @media (min-width: 1025px) {
    .calendar-filter__item {
      display: inline-block;
      float: none;
      width: 32%; } }
  .calendar-filter__item:nth-child(1) {
    padding-right: 10px; }
    @media (min-width: 1025px) {
      .calendar-filter__item:nth-child(1) {
        padding-right: 0; } }
  .calendar-filter__item:nth-child(2) {
    padding-left: 10px; }
    @media (min-width: 1025px) {
      .calendar-filter__item:nth-child(2) {
        padding-left: 0; } }
    .calendar-filter__item:nth-child(2) .calendar-filter__label {
      min-width: 10px;
      padding-left: 10px; }

.calendar-filter__element {
  display: inline-block;
  font-weight: 500;
  max-width: 100%; }
  @media (min-width: 1025px) {
    .calendar-filter__element {
      max-width: 60%; } }
  @media (min-width: 1025px) {
    .calendar-filter__element--long {
      max-width: 48%; } }

.calendar-filter__check {
  display: block; }
  @media (min-width: 1025px) {
    .calendar-filter__check {
      display: inline-block; } }

/* ==========================================================================
    CALLOUTS
   ========================================================================== */
.callout__link {
  display: block; }
  .callout__link:hover .callout__caption, .callout__link:hover .oembed__title,
  .callout__link:hover .callout__content,
  .callout__link:hover .callout__content {
    color: #007DBE; }
    .callout__link:hover .callout__caption .heading, .callout__link:hover .oembed__title .heading,
    .callout__link:hover .callout__content .heading,
    .callout__link:hover .callout__content .heading {
      color: #007DBE; }
  .callout__link:hover .callout__media--overlay::after {
    opacity: .4; }

.callout__media {
  position: relative; }

.callout__image {
  display: block;
  width: 100%;
  position: relative;
  z-index: 0; }

.callout__caption, .oembed__title {
  bottom: 0;
  left: 0;
  position: absolute; }

.callout__caption-content {
  background-color: #FFF;
  border-bottom: 0.25em solid #FFF;
  border-left: 0;
  border-right: 0;
  border-top: 0.25em solid #FFF;
  color: #5a5a5a;
  display: inline;
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
  white-space: pre-wrap; }
  @media (min-width: 768px) {
    .callout__caption-content {
      font-size: 2rem; } }
  .callout__caption-content::after {
    background-color: #FFF;
    bottom: 0;
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    width: .25em; }
  .module--mosaic .callout__caption-content {
    padding-right: 5px; }

.callout__caption-text {
  line-height: 1.2;
  padding-right: 5px;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    .callout__caption-text {
      line-height: 1.2; } }

.callout__content {
  color: #333;
  font-size: 1.2rem;
  line-height: 1.2;
  margin-top: 8px;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s; }
  .listing__item .callout__content:hover {
    color: #007DBE; }
  .callout__content .heading {
    color: #666;
    font-size: 1.5rem;
    margin-bottom: .2em;
    -webkit-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s; }
    .listing__item .callout__content .heading:hover {
      color: #007DBE; }
  .callout__content p {
    margin-top: 0; }

.callout__meta {
  color: #999;
  font-weight: 600;
  padding-bottom: .4em; }

/* ==========================================================================
    CATEGORY LIST
   ========================================================================== */
.category {
  padding: 20px 10px 0; }
  @media (min-width: 1025px) {
    .category {
      padding: 20px 0; } }
  .category .heading {
    padding-left: 15px; }

.category-list {
  border-top: 1px solid #D8D8D8;
  list-style-type: none;
  margin: 0;
  padding: 10px 0; }
  @media (min-width: 768px) {
    .category-list {
      padding: 10px 0 0; } }

.category-list__link {
  color: #666;
  display: table;
  padding: 10px 15px;
  width: 100%; }
  .category-list__link span {
    float: right;
    font-weight: bold; }
  .category-list__link--active {
    background: #007DBE;
    color: #fff;
    cursor: pointer; }
  .is-desktop .category-list__link:hover {
    background: #007DBE;
    color: #fff;
    cursor: pointer; }

/* ==========================================================================
		COOKIE POLICY
	 ========================================================================== */
.cookie-policy {
  background: #000000;
  bottom: 0;
  color: #fff;
  font-size: 1.2rem;
  left: 0;
  padding: 5px 20px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 10; }

.cookie-policy__link {
  color: #fff;
  text-decoration: underline; }
  .cookie-policy__link:hover {
    color: #666; }

.cookie-policy__text {
  margin: 0; }

.cookie-policy__button {
  background: #007DBE;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: block;
  margin: 5px auto;
  max-width: 150px;
  padding: 5px 10px; }
  @media (min-width: 768px) {
    .cookie-policy__button {
      display: inline-block;
      margin: 0 0 0 5px; } }

/* ==========================================================================
    DASHBOARD
   ========================================================================== */
.dashboard-table {
  clear: both; }
  .dashboard-table .dashboard-table__label .count::before {
    margin-right: 5px; }
  .dashboard-table .dashboard-table__label .collapse-table::before {
    width: 15px; }
  .dashboard-table--cols-4 th {
    width: 25%; }
  .dashboard-table--cols-5 th {
    width: 25%; }
    .dashboard-table--cols-5 th:nth-child(1) {
      width: 10%; }
    .dashboard-table--cols-5 th:nth-child(3) {
      width: 15%; }

.dashboard-table__actions a {
  display: inline-block;
  margin-left: 10px; }
  .dashboard-table__actions a:first-child {
    margin-left: 0; }
    .dashboard-table__actions a:first-child::after {
      background: #D8D8D8;
      content: '';
      height: 10px;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      width: 1px;
      margin: 0 5px; }

.floatThead-wrapper {
  z-index: 9 !important; }

/* ==========================================================================
		DATES LIST
	 ========================================================================== */
.dates-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.dates-list__link {
  color: #666;
  display: table;
  padding: 0 0 4px 0;
  width: 100%; }
  .dates-list__link:hover {
    color: #007DBE;
    cursor: pointer; }

.dates-list__cell {
  display: table-cell; }
  .dates-list__cell:first-child {
    padding-right: 5px;
    width: 70px; }

/* ==========================================================================
    DATEPICKER
   ========================================================================== */
.datepicker__element {
  border: 0;
  border-right: 1px solid #D8D8D8; }
  .datepicker__element .pika-single {
    border: 0;
    padding-right: 10px;
    z-index: 1; }
  .datepicker__element .pika-table abbr {
    color: #666;
    text-decoration: none; }
  .datepicker__element .pika-lendar {
    margin: 0;
    width: 100%; }
  .datepicker__element .pika-label {
    font-size: 2rem; }
  .datepicker__element .pika-title {
    margin-bottom: 10px; }
  .datepicker__element .pika-button {
    background: #FFF;
    padding: 10px;
    text-align: center; }
    .datepicker__element .pika-button:hover {
      background: #D8D8D8;
      color: #fff; }
  .datepicker__element .is-selected .pika-button {
    background: #007DBE;
    color: #fff;
    text-align: center; }

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
  opacity: .7; }

.datepicker-years .prev, .datepicker-years .next,
.datepicker-days .prev,
.datepicker-days .next {
  font-size: 2rem;
  line-height: 1; }

/* ==========================================================================
    NOTIFICATION
   ========================================================================== */
.directory-tree {
  display: none;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  line-height: 1.9em;
  list-style: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 768px) {
    .directory-tree {
      font-size: 1.2rem; } }
  .directory-tree--root {
    display: block;
    margin: 5px 0; }
    .directory-tree--root > .directory-tree__item::after {
      display: none; }
    .directory-tree--root > .directory-tree__item::before {
      display: none; }
    .directory-tree--root > .directory-tree__item > .directory-tree__link {
      margin-bottom: 1px; }
    .directory-tree--root > .directory-tree__item > .directory-tree__meta {
      margin-top: -1px; }
  .directory-tree--no-playlists .directory-tree__item--no-arrow {
    display: none; }
  .directory-tree--highlight-selected .directory-tree__link.active span {
    background: #007DBE;
    color: #fff;
    -webkit-box-shadow: 0 0 0 3px #007DBE;
            box-shadow: 0 0 0 3px #007DBE;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-radius: 1px; }

.directory-tree__item {
  line-height: 1.4em;
  margin: 0;
  padding: 2px 0 0 10px;
  position: relative; }
  .directory-tree__item::before {
    border-bottom: 1px solid #D8D8D8;
    border-left: 1px solid #D8D8D8;
    content: '';
    display: block;
    height: 1em;
    left: 0;
    position: absolute;
    top: -5px;
    width: 10px; }
    @media (min-width: 768px) {
      .directory-tree__item::before {
        top: -2px; } }
  .directory-tree__item::after {
    border-left: 1px solid #D8D8D8;
    bottom: -8px;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute; }
  .directory-tree__item:last-child::after {
    display: none; }
  .directory-tree__item--no-arrow .directory-tree__link {
    padding-left: 30px; }
    .directory-tree__item--no-arrow .directory-tree__link::before {
      left: 7px; }
      @media (min-width: 768px) {
        .directory-tree__item--no-arrow .directory-tree__link::before {
          left: 0; } }
    @media (min-width: 768px) {
      .directory-tree__item--no-arrow .directory-tree__link {
        padding-left: 20px; } }
  .directory-tree__item--open > .directory-tree__arrow {
    left: 7px;
    top: 4px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
    @media (max-width: 767px) {
      .directory-tree__item--open > .directory-tree__arrow {
        left: 9px;
        top: 9px; } }
  .directory-tree__item--open > .directory-tree {
    display: block; }

.add-folder-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 2px 2px 4px 5px; }
  .add-folder-form input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 2px;
    width: auto; }
    @media (max-width: 767px) {
      .add-folder-form input {
        font-size: 1.6rem; } }
  .add-folder-form .button--secondary {
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
    width: 20px; }
    @media (max-width: 767px) {
      .add-folder-form .button--secondary {
        width: 30px; } }
    .add-folder-form .button--secondary:before {
      top: 1px;
      position: relative; }
    .add-folder-form .button--secondary[data-icon-before="close"] {
      background: none;
      color: #AAAAAA;
      border: solid 1px #AAAAAA; }
      .add-folder-form .button--secondary[data-icon-before="close"]:hover {
        color: #666;
        border-color: #666; }

.directory-tree__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 6px;
  top: 2px; }

.directory-tree__meta-text {
  display: inline-block;
  padding-right: 2px;
  font-size: 1rem; }
  @media (max-width: 767px) {
    .directory-tree__meta-text {
      font-size: 1.4rem; } }

.directory-tree__arrow {
  display: block;
  height: 12px;
  left: 5px;
  position: absolute;
  text-align: center;
  top: 1px;
  width: 12px;
  z-index: 3; }
  .directory-tree__arrow::before {
    color: #666;
    font-size: 19px; }
    @media (min-width: 768px) {
      .directory-tree__arrow::before {
        font-size: 8px; } }

.directory-tree__label {
  display: inline-block;
  position: relative; }

.directory-tree__link {
  color: #333;
  display: inline-block;
  line-height: 1.4em;
  padding-left: 50px;
  padding-bottom: 5px;
  position: relative;
  width: calc(100% - 56px);
  z-index: 2; }
  @media (min-width: 768px) {
    .directory-tree__link {
      padding-left: 26px;
      min-height: 18px; } }
  .directory-tree__link::before {
    color: #666;
    left: 20px;
    position: absolute;
    text-align: center;
    top: 1px;
    width: 16px; }
    @media (min-width: 768px) {
      .directory-tree__link::before {
        left: 7px; } }
    @media (max-width: 767px) {
      .directory-tree__link::before {
        top: 2px;
        font-size: 1.9rem; } }

.icon-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  vertical-align: middle; }

.icon-list__item {
  margin-left: 2px; }

.icon-list__link {
  background: #EBEBEB;
  border: 1px solid #b8b8b8;
  color: #666;
  display: block;
  height: 25px;
  text-align: center;
  -webkit-transition: background 0.25s, color 0.25s;
  -o-transition: background 0.25s, color 0.25s;
  transition: background 0.25s, color 0.25s;
  width: 25px; }
  @media (min-width: 768px) {
    .icon-list__link {
      height: 16px;
      width: 16px; } }
  .icon-list__link::before {
    font-size: 15px; }
    @media (min-width: 768px) {
      .icon-list__link::before {
        font-size: 10px;
        position: relative;
        top: -1px; } }
  .icon-list__link:hover {
    background: #007DBE;
    border: 1px solid #007DBE;
    color: #fff; }

/* ==========================================================================
    FILTER
   ========================================================================== */
.filter {
  position: relative; }
  @media (min-width: 768px) {
    .filter {
      max-width: 260px;
      position: absolute;
      right: 15px;
      top: 20px;
      width: 100%;
      z-index: 3; } }

.filter__toggle {
  background: #FEFBF9;
  border: none;
  border-bottom: 1px solid #D8D8D8;
  border-top: 1px solid #D8D8D8;
  display: block;
  padding: 15px 10px;
  text-align: left;
  width: 100%; }
  @media (min-width: 768px) {
    .filter__toggle {
      padding: 10px; } }
  .filter__toggle--top {
    border-top: none; }
  @media (min-width: 768px) {
    .filter__toggle {
      border: 1px solid #D8D8D8; } }
  .filter__toggle:focus option.filter__toggle--hidden {
    display: none; }
  .filter__toggle::after {
    color: #007DBE;
    float: right;
    font-size: 20px;
    position: relative;
    top: -3px;
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    -o-transition: transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s; }
    .filter--open .filter__toggle::after {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }

select:focus option.holder {
  display: none; }

.filter__wrap {
  background: #FFF;
  display: none;
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 3; }
  .filter--open .filter__wrap {
    display: block; }
  @media (min-width: 768px) {
    .filter__wrap {
      border: 1px solid #D8D8D8; } }

.a-z {
  border-bottom: 1px solid #D8D8D8;
  border-left: none;
  border-right: 1px solid #D8D8D8;
  border-top: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 10px; }

.a-z__item {
  background: #FEF7EF;
  border-bottom: none;
  border-left: 1px solid #D8D8D8;
  border-radius: 0;
  border-right: none;
  border-top: 1px solid #D8D8D8;
  margin: 0;
  min-height: 30px;
  padding: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  width: 10%; }
  .a-z__item--active, .a-z__item:hover {
    background: #007DBE;
    color: #fff; }
  .a-z__item:last-child {
    width: 40%; }

.filter__dropdown {
  position: relative; }
  .filter__dropdown::before {
    color: #007DBE;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 10px; }

.filter__toggle--select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  position: relative;
  z-index: 1; }
  .filter__toggle--select::-ms-expand {
    display: none; }
  @media (min-width: 768px) {
    .filter__toggle--select {
      border-left: 0;
      border-right: 0; } }

.filter-options {
  background: #FFF;
  border-bottom: 1px solid #D8D8D8;
  left: 0;
  position: relative;
  top: 100%;
  width: 100%; }
  .filter__dropdown--open .filter-options {
    display: block; }

.filter-options__item {
  background: #FFF;
  border: none;
  color: #007DBE;
  display: block;
  padding: 10px;
  text-align: left;
  -webkit-transition: background 0.25s, color 0.25s;
  -o-transition: background 0.25s, color 0.25s;
  transition: background 0.25s, color 0.25s;
  width: 100%; }
  .filter-options__item:hover {
    background: #007DBE;
    color: #fff; }

.filter__results {
  border-bottom: 1px solid #D8D8D8;
  max-height: 100vh;
  overflow-y: auto; }
  @media (min-width: 768px) {
    .filter__results {
      max-height: calc(100vh - 430px); } }

.results-list {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.results-list__item--alt {
  background: #F7F7F7; }

.results-list__link {
  color: #666;
  display: block;
  padding: 5px 10px;
  -webkit-transition: background 0.25s, color 0.25s;
  -o-transition: background 0.25s, color 0.25s;
  transition: background 0.25s, color 0.25s; }
  .results-list__link:hover {
    background: #007DBE;
    color: #fff; }

.no-results {
  color: #666;
  display: none;
  padding: 5px 10px; }

/* ==========================================================================
    FILTERS
   ========================================================================== */
.filters {
  position: relative;
  zoom: 1; }
  .filters::after, .filters::before {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden; }
  .filters::after {
    clear: both; }

.filters__list {
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1; }
  .filters__list::after, .filters__list::before {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden; }
  .filters__list::after {
    clear: both; }

.filters__item {
  display: block;
  position: relative; }
  .filters__item .filters__checkbox {
    padding: 0; }
    .filters__item .filters__checkbox ~ .filters__label {
      font-weight: 400;
      margin: 0;
      padding: 7px 0 5px 30px; }
      .filters__item .filters__checkbox ~ .filters__label::before {
        height: 15px;
        width: 15px; }
      .filters__item .filters__checkbox ~ .filters__label::after {
        bottom: 7px;
        height: 9px;
        left: 3px;
        width: 9px; }
        @media (min-width: 768px) {
          .filters__item .filters__checkbox ~ .filters__label::after {
            bottom: 9px; } }
    .filters__item .filters__checkbox:checked ~ .filters__label {
      color: #333; }
      .filters__item .filters__checkbox:checked ~ .filters__label::after {
        opacity: 1;
        -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
                transform: scale(1, 1); }

/* ==========================================================================
		HERO MODULE
	 ========================================================================== */
.hero, #img-hero {
  margin: 0 auto;
  min-height: 310px;
  overflow: hidden;
  position: relative;
  width: 100%; }
  @media (min-width: 421px) {
    .hero, #img-hero {
      min-height: 0; } }
  @media (min-width: 768px) {
    .hero, #img-hero {
      min-height: 310px; } }
  .hero--short, #img-hero {
    max-width: 1210px;
    min-height: 10px;
    padding: 0 10px; }
    @media (min-width: 768px) {
      .hero--short, #img-hero {
        padding: 0 10px; } }
  .hero--overlay {
    position: relative; }
    .hero--overlay::before {
      background: rgba(0, 0, 0, 0.5);
      content: '';
      height: 100%;
      position: absolute;
      width: 100%;
      z-index: 1; }

.sharethis-inline-share-buttons--hero {
  bottom: 15px;
  left: 25px;
  position: absolute; }
  @media (min-width: 768px) {
    .sharethis-inline-share-buttons--hero {
      left: 30px; } }

#social-share .sharethis-inline-share-buttons {
  z-index: 1 !important; }

.hero__image, #img-hero img, .rte h1 ~ img, .fw-cols-2 .contentCol h1 ~ img, .fw-cols-2 .asideRight .asideContent h1 ~ img {
  display: block;
  opacity: 0;
  -webkit-transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%; }
  .hero__image[src], #img-hero img[src], .rte h1 ~ img[src], .fw-cols-2 .contentCol h1 ~ img[src], .fw-cols-2 .asideRight .asideContent h1 ~ img[src] {
    opacity: 1;
    height: auto; }

.hero__content {
  bottom: 40px;
  color: #333;
  max-width: 100%;
  opacity: 0;
  padding: 0 20px;
  position: absolute;
  text-align: center;
  top: auto;
  -webkit-transform: translate3d(0%, -60%, 0);
          transform: translate3d(0%, -60%, 0);
  -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -o-transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  width: 100%;
  z-index: 2; }
  @media (min-width: 421px) {
    .hero__content {
      bottom: auto;
      padding: 0 20px;
      top: 50%;
      -webkit-transform: translate3d(0%, -50%, 0);
              transform: translate3d(0%, -50%, 0); } }
  @media (min-width: 768px) {
    .hero__content {
      bottom: auto;
      max-width: 400px;
      padding: 0;
      top: 50%;
      -webkit-transform: translate3d(0%, -50%, 0);
              transform: translate3d(0%, -50%, 0); } }
  .slider--initialised .hero__content {
    opacity: 1;
    -webkit-transform: translate3d(0%, 0%, 0);
            transform: translate3d(0%, 0%, 0); }
    @media (min-width: 421px) {
      .slider--initialised .hero__content {
        -webkit-transform: translate3d(0%, -50%, 0);
                transform: translate3d(0%, -50%, 0); } }
    @media (min-width: 768px) {
      .slider--initialised .hero__content {
        -webkit-transform: translate3d(0%, -50%, 0);
                transform: translate3d(0%, -50%, 0);
        max-width: 40%; } }
  .hero__content .button--outline {
    border: 1px solid #333;
    color: #333; }
  @media (max-width: 767px) {
    .hero--overlay .hero__content {
      color: #fff; }
      .hero--overlay .hero__content .button--outline {
        border: 1px solid #fff;
        color: #fff; } }
  .hero__content--light {
    color: #fff; }
    .hero__content--light .button--outline {
      border: 1px solid #fff;
      color: #fff; }
  .hero__content .heading {
    font-size: 2.4rem;
    line-height: 1.2;
    margin: 0 0 .2em;
    text-transform: uppercase;
    width: 100%; }
    @media (min-width: 1025px) {
      .hero__content .heading {
        font-size: 3.9rem; } }
  @media (min-width: 768px) {
    .hero__content--left {
      left: 40px;
      text-align: left; }
      .hero__content--left .heading {
        padding-left: 0; }
      .hero__content--left.hero__content--top {
        top: 60px;
        -webkit-transform: translate(0%, 0%);
            -ms-transform: translate(0%, 0%);
                transform: translate(0%, 0%); }
      .hero__content--left.hero__content--bottom {
        bottom: 10%;
        top: auto;
        -webkit-transform: translate(0%, 0%);
            -ms-transform: translate(0%, 0%);
                transform: translate(0%, 0%); }
    .hero__content--center {
      left: 50%;
      text-align: center;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .hero__content--center.hero__content--top {
        top: 60px;
        -webkit-transform: translate(-50%, 0%);
            -ms-transform: translate(-50%, 0%);
                transform: translate(-50%, 0%); }
      .hero__content--center.hero__content--bottom {
        bottom: 12%;
        text-align: center;
        top: auto;
        -webkit-transform: translate(-50%, 0%);
            -ms-transform: translate(-50%, 0%);
                transform: translate(-50%, 0%); }
    .hero__content--right {
      right: 40px;
      text-align: right; }
      .hero__content--right .heading {
        padding-right: 0; }
      .hero__content--right .button, .hero__content--right .cta1, .hero__content--right #cu-social a, #cu-social .hero__content--right a, .hero__content--right .cta2 {
        margin-right: 0; }
      .hero__content--right.hero__content--top {
        top: 60px;
        -webkit-transform: translate(0%, 0%);
            -ms-transform: translate(0%, 0%);
                transform: translate(0%, 0%); }
      .hero__content--right.hero__content--bottom {
        bottom: 10%;
        top: auto;
        -webkit-transform: translate(0%, 0%);
            -ms-transform: translate(0%, 0%);
                transform: translate(0%, 0%); } }

.hero__text {
  line-height: 1.1;
  margin: 0 0 .5em;
  font-size: 1.6rem;
  font-weight: 400; }
  @media (min-width: 1025px) {
    .hero__text {
      font-size: 2rem; } }
  .hero__text .button--outline {
    font-size: 1.6rem; }
    @media (min-width: 1025px) {
      .hero__text .button--outline {
        font-size: 2rem; } }

/* ==========================================================================
    JUMPLINKS
   ========================================================================== */
.jumplinks-list, #pageAnchors ul {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0 !important; }
  @media (min-width: 768px) {
    .jumplinks-list, #pageAnchors ul {
      display: block;
      padding: 20px 0 0 !important; } }

.jumplinks-list__item {
  list-style: none; }

.jumplinks-list__link::before, #pageAnchors ul li .jump::before {
  margin-right: 5px; }

.jumplinks-dropdown {
  display: block;
  margin-bottom: 20px;
  position: relative; }
  @media (min-width: 768px) {
    .jumplinks-dropdown {
      display: none; } }
  .jumplinks-dropdown::after {
    color: #007DBE;
    font-size: 20px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 16px; }

.jumplinks-dropdown__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FFF;
  border-bottom: 1px solid #D8D8D8;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #D8D8D8;
  padding: 15px 10px;
  text-align: left;
  width: 100%; }

/* ==========================================================================
    LISTING
   ========================================================================== */
.listing {
  zoom: 1; }
  .listing::after, .listing::before {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden; }
  .listing::after {
    clear: both; }

.listing__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.listing__item {
  float: left;
  width: 50%; }
  .listing__item:nth-child(5), .listing__item:last-child {
    display: none; }
  @media (min-width: 421px) {
    .listing__item {
      width: 25%; } }
  @media (min-width: 769px) {
    .listing__item {
      max-width: 180px;
      width: 16.66667%; }
      .listing__item:nth-child(5), .listing__item:last-child {
        display: block; } }

/* ==========================================================================
    MODAL
   ========================================================================== */
.modal-form {
  -webkit-overflow-scrolling: touch;
  background: #FFF;
  overflow-y: scroll;
  padding: 10px;
  position: relative; }
  @media (min-width: 769px) {
    .modal-form {
      margin: 0 auto;
      max-width: 360px;
      opacity: 1;
      -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
      width: 100%;
      z-index: 3; }
      .login--loading .modal-form {
        opacity: 0; } }
  @media (min-width: 1025px) {
    .modal-form {
      max-height: none; } }
  .modal-form--large {
    max-width: 990px; }
  .modal-form--heading {
    padding: 10px; }
    .modal-form--heading .heading {
      font-size: 2rem;
      font-weight: 500;
      margin: 1em 0; }
  .modal-form .field__label, .modal-form .calendar-filter__label {
    color: #666;
    font-size: 1.3rem;
    font-weight: 500; }
  .modal-form .field--action-buttons, .modal-form .field--action-buttons-small {
    padding-bottom: 60px; }

@media (min-width: 769px) {
  .modal-form__wrapper {
    padding: 0; } }

.modal-form__wrapper--error {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: shake;
          animation-name: shake;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.inline-links {
  padding-bottom: 40px; }
  .inline-links__item {
    border-left: 1px solid #007DBE;
    color: #007DBE;
    padding: 0 10px; }
    .inline-links__item:first-child {
      border-left: 0;
      padding-left: 0; }

.create-account {
  border-top: 1px solid #D8D8D8;
  padding: 30px 0; }

.create-account__text {
  font-size: 1.5rem;
  font-weight: 800; }
  @media (min-width: 769px) {
    .create-account__text {
      font-size: 1.8rem; } }
  .create-account__text a {
    color: #007DBE; }

.overlapping-modal {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 13; }
  .overlapping-modal .modal {
    position: fixed;
    top: 30%;
    left: 50%;
    width: 100%;
    max-width: 500px;
    height: auto;
    overflow: auto;
    -webkit-transform: translate(-50%, -30%);
        -ms-transform: translate(-50%, -30%);
            transform: translate(-50%, -30%); }
  .overlapping-modal__close {
    padding: 0;
    margin-top: 15px;
    font-size: 2rem; }
    @media (max-width: 768px) {
      .overlapping-modal__close {
        margin-top: 12px; } }
  @media (max-width: 767px) {
    .overlapping-modal--active {
      display: inline-block; } }

.modal {
  background: #FFF;
  height: 100%;
  left: 0;
  max-height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 12; }
  @media (min-width: 768px) {
    .modal {
      margin: auto;
      max-width: 1024px;
      position: static;
      max-height: calc(100vh - 30px); } }
  @media (max-width: 768px) {
    .body-mobile-overflow .modal {
      position: fixed;
      max-width: none; } }
  .modal--small {
    width: 100%; }
    @media (min-width: 768px) {
      .modal--small {
        max-width: 757px; } }
  .modal--extra-small {
    width: 100%; }
    @media (min-width: 768px) {
      .modal--extra-small {
        max-width: 479px; } }
  .modal--scroll {
    overflow: auto; }
  .modal .table {
    margin: 0 auto;
    max-width: 1024px;
    overflow-y: auto;
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      .modal .table {
        max-height: 80vh; }
        .modal .table--min-height {
          min-height: 155px; } }
    @media (min-width: 768px) {
      .modal .table td:first-of-type, .modal .table th:first-of-type {
        padding-left: 15px; }
      .modal .table td:last-of-type, .modal .table th:last-of-type {
        padding-right: 15px; } }
  .modal .scrollable-table-wrapper {
    height: 155px; }
    .modal .scrollable-table-wrapper--taller {
      height: 205px; }
    @media (max-width: 767px) {
      .modal .scrollable-table-wrapper {
        height: auto; } }
  .modal tbody .table__data--flags {
    top: 0; }
  .modal .field__element--textarea {
    height: 80px;
    min-height: 0; }

.modal__header {
  -webkit-overflow-scrolling: touch;
  background: #FFF;
  border-bottom: 1px solid #D8D8D8;
  -webkit-box-shadow: -1px 0 4px 0 rgba(51, 51, 51, 0.5);
          box-shadow: -1px 0 4px 0 rgba(51, 51, 51, 0.5);
  padding: 0 15px;
  position: relative;
  z-index: 2;
  zoom: 1; }
  @media (max-width: 768px) {
    .modal__header {
      padding: 0 10px; } }
  .modal__header::after, .modal__header::before {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden; }
  .modal__header::after {
    clear: both; }

.modal .module.modal__footer, .modal .fw-cols-2 .asideRight .modal__footer.asideContent, .fw-cols-2 .asideRight .modal .modal__footer.asideContent {
  position: relative;
  z-index: 9;
  background: #fff;
  padding: 5px 15px; }
  .modal .module.modal__footer .button, .modal .fw-cols-2 .asideRight .modal__footer.asideContent .button, .fw-cols-2 .asideRight .modal .modal__footer.asideContent .button, .modal .module.modal__footer .cta1, .modal .fw-cols-2 .asideRight .modal__footer.asideContent .cta1, .fw-cols-2 .asideRight .modal .modal__footer.asideContent .cta1, .modal .module.modal__footer #cu-social a, #cu-social .modal .module.modal__footer a, .modal .fw-cols-2 .asideRight .modal__footer.asideContent #cu-social a, #cu-social .modal .fw-cols-2 .asideRight .modal__footer.asideContent a, .fw-cols-2 .asideRight .modal .modal__footer.asideContent #cu-social a, #cu-social .fw-cols-2 .asideRight .modal .modal__footer.asideContent a, .modal .module.modal__footer .cta2, .modal .fw-cols-2 .asideRight .modal__footer.asideContent .cta2, .fw-cols-2 .asideRight .modal .modal__footer.asideContent .cta2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 10px; }
  @media (max-width: 768px) {
    .modal .module.modal__footer, .modal .fw-cols-2 .asideRight .modal__footer.asideContent, .fw-cols-2 .asideRight .modal .modal__footer.asideContent {
      padding: 0 10px; } }
  @media (max-width: 767px) {
    .modal .module.modal__footer, .modal .fw-cols-2 .asideRight .modal__footer.asideContent, .fw-cols-2 .asideRight .modal .modal__footer.asideContent {
      border-top: solid 1px #D8D8D8;
      padding: 0 5px;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .modal .module.modal__footer .button, .modal .fw-cols-2 .asideRight .modal__footer.asideContent .button, .fw-cols-2 .asideRight .modal .modal__footer.asideContent .button, .modal .module.modal__footer .cta1, .modal .fw-cols-2 .asideRight .modal__footer.asideContent .cta1, .fw-cols-2 .asideRight .modal .modal__footer.asideContent .cta1, .modal .module.modal__footer #cu-social a, #cu-social .modal .module.modal__footer a, .modal .fw-cols-2 .asideRight .modal__footer.asideContent #cu-social a, #cu-social .modal .fw-cols-2 .asideRight .modal__footer.asideContent a, .fw-cols-2 .asideRight .modal .modal__footer.asideContent #cu-social a, #cu-social .fw-cols-2 .asideRight .modal .modal__footer.asideContent a, .modal .module.modal__footer .cta2, .modal .fw-cols-2 .asideRight .modal__footer.asideContent .cta2, .fw-cols-2 .asideRight .modal .modal__footer.asideContent .cta2 {
        margin: 10px 5px; }
      .modal .module.modal__footer--quad, .modal .fw-cols-2 .asideRight .modal__footer--quad.asideContent, .fw-cols-2 .asideRight .modal .modal__footer--quad.asideContent {
        padding: 0 5px 10px; }
        .modal .module.modal__footer--quad .button, .modal .fw-cols-2 .asideRight .modal__footer--quad.asideContent .button, .fw-cols-2 .asideRight .modal .modal__footer--quad.asideContent .button, .modal .module.modal__footer--quad .cta1, .modal .fw-cols-2 .asideRight .modal__footer--quad.asideContent .cta1, .fw-cols-2 .asideRight .modal .modal__footer--quad.asideContent .cta1, .modal .module.modal__footer--quad #cu-social a, #cu-social .modal .module.modal__footer--quad a, .modal .fw-cols-2 .asideRight .modal__footer--quad.asideContent #cu-social a, #cu-social .modal .fw-cols-2 .asideRight .modal__footer--quad.asideContent a, .fw-cols-2 .asideRight .modal .modal__footer--quad.asideContent #cu-social a, #cu-social .fw-cols-2 .asideRight .modal .modal__footer--quad.asideContent a, .modal .module.modal__footer--quad .cta2, .modal .fw-cols-2 .asideRight .modal__footer--quad.asideContent .cta2, .fw-cols-2 .asideRight .modal .modal__footer--quad.asideContent .cta2 {
          width: calc(50% - 10px);
          -webkit-box-flex: 0;
          -webkit-flex: none;
              -ms-flex: none;
                  flex: none;
          margin: 10px 5px 0; }
          .modal .module.modal__footer--quad .button--full-width, .modal .fw-cols-2 .asideRight .modal__footer--quad.asideContent .button--full-width, .fw-cols-2 .asideRight .modal .modal__footer--quad.asideContent .button--full-width {
            width: calc(100% - 10px); } }

.modal__title {
  float: left;
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0;
  padding: 13px 0;
  max-width: calc(100% - 70px); }
  @media (min-width: 769px) {
    .modal__title {
      padding: 18px 0; } }
  @media (min-width: 341px) {
    .modal__title {
      font-size: 1.8rem;
      line-height: 1.4; } }
  .modal__title small {
    line-height: 1.2;
    display: block;
    margin-top: 5px; }

.modal-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right; }
  @media (min-width: 769px) {
    .modal-actions {
      margin: 5px 0; } }

.modal-actions__done.modal-actions__done {
  display: inline-block;
  height: auto;
  line-height: 1.2;
  opacity: 1;
  position: relative;
  top: auto;
  width: auto; }

.modal-actions__secondary {
  padding: 0 5px;
  margin: 0;
  position: relative;
  font-size: 1.2rem;
  font-style: normal; }
  .modal-actions__secondary:first-child::before {
    display: none; }
  .modal-actions__secondary::before {
    content: '';
    display: block;
    position: absolute;
    left: -2px;
    top: 50%;
    height: 10px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    border-left: solid 1px #666; }

.modal-email {
  background: 0;
  border: 0;
  display: block;
  width: 100%;
  height: auto; }

.modal-email__preview {
  background: 0;
  border: 0;
  display: block;
  height: 100vh;
  width: 100%; }

.modal__content-block {
  padding: 15px; }
  @media (max-width: 768px) {
    .modal__content-block {
      padding: 10px; } }
  .modal__content-block--background {
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .modal__content-block--background {
        background: #EFEFEF;
        border-bottom: 0;
        margin-bottom: 0; } }
  .modal__content-block--reduced {
    margin: 0;
    padding: 0 10px; }
    @media (min-width: 768px) {
      .modal__content-block--reduced {
        padding: 0 20px; } }

.notes {
  width: 100%; }
  .notes tbody tr td {
    padding-right: 0;
    vertical-align: top; }
  .notes .button-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .notes .button-container .button, .notes .button-container .cta1, .notes .button-container #cu-social a, #cu-social .notes .button-container a, .notes .button-container .cta2 {
      margin: 10px 10px 0 0;
      max-width: 170px; }
  @media (max-width: 767px) {
    .notes tbody tr td {
      padding: 0 10px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .notes tbody tr td .field {
        margin-top: 0; }
    .notes tbody tr .button-container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .notes tbody tr .button-container .button, .notes tbody tr .button-container .cta1, .notes tbody tr .button-container #cu-social a, #cu-social .notes tbody tr .button-container a, .notes tbody tr .button-container .cta2 {
        margin: 0 0 0 10px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        .notes tbody tr .button-container .button:first-of-type, .notes tbody tr .button-container .cta1:first-of-type, .notes tbody tr .button-container #cu-social a:first-of-type, #cu-social .notes tbody tr .button-container a:first-of-type, .notes tbody tr .button-container .cta2:first-of-type {
          margin-left: 0; } }

/* ==========================================================================
    MODULES
   ========================================================================== */
.module, .fw-cols-2 .asideRight .asideContent {
  height: auto;
  padding: 10px;
  zoom: 1; }
  .module::after, .fw-cols-2 .asideRight .asideContent::after, .module::before, .fw-cols-2 .asideRight .asideContent::before {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden; }
  .module::after, .fw-cols-2 .asideRight .asideContent::after {
    clear: both; }
  @media (min-width: 769px) {
    .module, .fw-cols-2 .asideRight .asideContent {
      padding: 15px; } }
  .module--w-title {
    padding-top: 5px; }
  .module--bg {
    background: #FFF;
    border: 1px solid #D8D8D8;
    -webkit-box-shadow: -1px 1px 5px rgba(51, 51, 51, 0.1);
            box-shadow: -1px 1px 5px rgba(51, 51, 51, 0.1);
    height: auto;
    margin: 10px;
    padding: 10px; }
    @media (min-width: 768px) {
      .module--bg {
        margin: 15px;
        padding: 15px; } }
  .module--bg-dark {
    background: #EFEFEF; }
    .module--bg-dark .field__label, .module--bg-dark .calendar-filter__label {
      color: #666; }
  .module--desktop-only {
    display: none; }
    .is-desktop .module--desktop-only {
      display: block; }
  .module--desktop-hide {
    display: block; }
    .is-desktop .module--desktop-hide {
      display: none; }
  .module--no-bg {
    background: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .module--light-bg {
    background: #FFF; }
  .module--no-padding-above-tablet-portrait {
    padding: 10px; }
    @media (min-width: 769px) {
      .module--no-padding-above-tablet-portrait {
        padding: 0; } }
  .module--no-padding {
    padding: 0; }
  @media (max-width: 768px) {
    .modal .module, .modal .fw-cols-2 .asideRight .asideContent, .fw-cols-2 .asideRight .modal .asideContent {
      padding: 10px; } }
  .module--no-padding-top.module--no-padding-top {
    padding-top: 0; }
  .module--no-padding-bottom.module--no-padding-bottom {
    padding-bottom: 0; }
  .module--no-padding-left.module--no-padding-left {
    padding-left: 0; }
  .module--no-padding-right.module--no-padding-right {
    padding-right: 0; }
  @media (max-width: 767px) {
    .module--mobile-no-padding-top.module--mobile-no-padding-top {
      padding-top: 0; }
    .module--mobile-no-padding-bottom.module--mobile-no-padding-bottom {
      padding-bottom: 0; }
    .module--mobile-no-padding-left.module--mobile-no-padding-left {
      padding-left: 0; }
    .module--mobile-no-padding-right.module--mobile-no-padding-right {
      padding-right: 0; } }
  .module--mobile-padding-top.module--mobile-padding-top {
    padding-top: 10px; }
    @media (min-width: 768px) {
      .module--mobile-padding-top.module--mobile-padding-top {
        padding-top: 0; } }
  .module--tablet-portrait-padding-top.module--tablet-portrait-padding-top {
    padding-top: 10px; }
    @media (min-width: 769px) {
      .module--tablet-portrait-padding-top.module--tablet-portrait-padding-top {
        padding-top: 0; } }
  .module--mobile-padding-bottom.module--mobile-padding-bottom {
    padding-bottom: 10px; }
    @media (min-width: 768px) {
      .module--mobile-padding-bottom.module--mobile-padding-bottom {
        padding-bottom: 0; } }
  .module--mobile-padding-left.module--mobile-padding-left {
    padding-left: 10px; }
    @media (min-width: 769px) {
      .module--mobile-padding-left.module--mobile-padding-left {
        padding-left: 0; } }
  .module--mobile-padding-right.module--mobile-padding-right {
    padding-right: 10px; }
    @media (min-width: 769px) {
      .module--mobile-padding-right.module--mobile-padding-right {
        padding-right: 0; } }
  .module--border {
    border: 1px solid #D8D8D8; }
  .module--border-bottom, .fw-cols-2 .asideRight .asideContent {
    position: relative; }
    .module--border-bottom::after, .fw-cols-2 .asideRight .asideContent::after {
      background: #D8D8D8;
      bottom: 0;
      content: '';
      display: block;
      height: 1px;
      left: 10px;
      position: absolute;
      width: calc(100% - 20px); }
      @media (min-width: 769px) {
        .module--border-bottom::after, .fw-cols-2 .asideRight .asideContent::after {
          left: 15px;
          width: calc(100% - 30px); } }
  .module--border-top {
    position: relative; }
    .module--border-top::before {
      background: #D8D8D8;
      content: '';
      display: block;
      height: 1px;
      left: 10px;
      position: absolute;
      top: 0;
      width: calc(100% - 20px); }
      @media (min-width: 769px) {
        .module--border-top::before {
          left: 15px;
          width: calc(100% - 30px); } }
  .module--mobile-no-padding {
    padding: 0; }
    @media (min-width: 768px) {
      .module--mobile-no-padding {
        padding: 15px; } }
  .module--tablet-portrait-no-padding {
    padding: 0; }
    @media (min-width: 769px) {
      .module--tablet-portrait-no-padding {
        padding: 15px; } }
  @media (min-width: 1025px) {
    .module--tablet-no-padding {
      padding: 0; } }
  .module:last-child .article, .fw-cols-2 .asideRight .asideContent:last-child .article {
    border-bottom: 0; }
  .module--clearfix {
    zoom: 1; }
    .module--clearfix::after, .module--clearfix::before {
      content: ' ';
      display: block;
      height: 0;
      overflow: hidden; }
    .module--clearfix::after {
      clear: both; }
  .module--hidden {
    display: none; }
  .module--mosaic {
    padding: 5px; }
  .module--mosaic-single {
    overflow: hidden;
    width: 50%; }
    @media (min-width: 768px) {
      .module--mosaic-single {
        width: 20%; } }
    .module--mosaic-single .callout__media {
      padding-top: 100%;
      height: 0; }
      .module--mosaic-single .callout__media > .img-content {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0; }
        .module--mosaic-single .callout__media > .img-content::before {
          display: block;
          content: '';
          width: 100%;
          margin-top: -9.4%; }
    .module--mosaic-single .callout__image {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
  .module--mosaic-double {
    overflow: hidden;
    width: 100%; }
    @media (min-width: 768px) {
      .module--mosaic-double {
        width: 40%; } }
    .module--mosaic-double .callout__media {
      padding-top: 49.32976%;
      height: 0; }
      .module--mosaic-double .callout__media > .img-content {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0; }
        .module--mosaic-double .callout__media > .img-content::before {
          display: block;
          content: '';
          width: 100%;
          margin-top: -9.4%; }
    .module--mosaic-double .callout__image {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
  .module--simple-text {
    background: none;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 0 5px; }
  @media (max-width: 767px) {
    .module--stuck {
      position: relative !important;
      top: 0 !important; } }
  @media (min-width: 768px) {
    .module--stuck {
      z-index: 10; }
      .module--stuck.module--stuck-border-bottom {
        border-bottom: 1px solid #D8D8D8; } }
  @media (min-width: 768px) {
    .module--bottom-spacing {
      margin-bottom: 60px; } }
  @media (min-width: 768px) {
    .module--short-content {
      padding-bottom: 100px; } }
  .grid--equal-heights .module, .grid--equal-heights .fw-cols-2 .asideRight .asideContent, .fw-cols-2 .asideRight .grid--equal-heights .asideContent {
    height: calc(100% - 40px); }
  .module .heading, .fw-cols-2 .asideRight .asideContent .heading {
    color: #333; }

/* ==========================================================================
		MOSAIC
	 ========================================================================== */
.mosaic {
  padding: 0 5px 20px 5px; }
  @media (min-width: 768px) {
    .mosaic {
      padding: 0 10px 20px 10px; } }
  .mosaic .callout__media {
    overflow: hidden; }
    .mosaic .callout__media::after {
      background: #007DBE;
      content: "";
      display: block;
      height: 100%;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      -webkit-transition: opacity 0.25s;
      -o-transition: opacity 0.25s;
      transition: opacity 0.25s;
      width: 100%;
      z-index: 1; }
    .is-desktop .mosaic .callout__media:hover::after {
      opacity: .4; }

.mosaic__container {
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .mosaic__container.mosaic__container--loaded {
    opacity: 1; }

.mosaic__container--updated .module--mosaic {
  position: absolute; }

/* ==========================================================================
		MUSIC CTAS
	 ========================================================================== */
.music-ctas {
  padding: 5px 0; }

.music-ctas__header {
  background: rgba(0, 125, 190, 0.2);
  color: #333;
  display: inline-block;
  padding: 20px; }
  @media (min-width: 768px) {
    .music-ctas__header {
      display: block; } }

/* ==========================================================================
    NOTIFICATION
   ========================================================================== */
.notification {
  background: #FFF;
  border: 1px solid rgba(51, 51, 51, 0.25);
  color: #333;
  display: none;
  padding: 15px;
  position: relative; }
  .notification--closeable {
    padding-right: 45px; }
  .notification--icon {
    padding-left: 50px; }
    .notification--icon::before {
      font-size: 2rem;
      left: 15px;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
  .notification--persistant {
    padding-right: 30px; }
  .notification--fixed {
    display: block;
    left: 50%;
    max-width: 768px;
    position: fixed;
    top: 0;
    -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    z-index: 15; }
  .notification--ready {
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%); }
  .notification--active {
    display: block !important; }
  .notification--active-inline-block {
    display: inline-block !important; }
  .notification--success {
    background: #e8f8ea;
    border-color: #75d27f;
    color: #4fc55b; }
  .notification--info {
    background: #eaf7fb;
    border-color: #68c9e4;
    color: #3db9dc; }
  .notification--alert {
    background: #fcf7ed;
    border-color: #e9be67;
    color: #cc931e; }
  .notification--warning {
    background: #f8e7e7;
    border-color: #e19898;
    color: #d57171; }

.notification__cta {
  margin: 20px 0 0; }
  .notification__cta .button, .notification__cta .cta1, .notification__cta #cu-social a, #cu-social .notification__cta a, .notification__cta .cta2 {
    margin: 0; }
    .notification--success .notification__cta .button, .notification--success .notification__cta .cta1, .notification--success .notification__cta #cu-social a, #cu-social .notification--success .notification__cta a, .notification--success .notification__cta .cta2 {
      background-color: #38a943; }
    .notification--alert .notification__cta .button, .notification--alert .notification__cta .cta1, .notification--alert .notification__cta #cu-social a, #cu-social .notification--alert .notification__cta a, .notification--alert .notification__cta .cta2 {
      background-color: #cc931e; }
    .notification--info .notification__cta .button, .notification--info .notification__cta .cta1, .notification--info .notification__cta #cu-social a, #cu-social .notification--info .notification__cta a, .notification--info .notification__cta .cta2 {
      background-color: #23a0c3; }
    .notification--warning .notification__cta .button, .notification--warning .notification__cta .cta1, .notification--warning .notification__cta #cu-social a, #cu-social .notification--warning .notification__cta a, .notification--warning .notification__cta .cta2 {
      background-color: #c94a4a; }

.notification__content a {
  color: #007DBE;
  text-decoration: underline; }
  .notification--success .notification__content a {
    color: #38a943; }
  .notification--alert .notification__content a {
    color: #cc931e; }
  .notification--info .notification__content a {
    color: #23a0c3; }
  .notification--warning .notification__content a {
    color: #c94a4a; }

.notification__close {
  background: 0;
  border: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }

/* ==========================================================================
		FLEXIBLE CONTENT MODULE
	 ========================================================================== */
.oembed {
  margin-bottom: 20px;
  position: relative;
  zoom: 1; }
  .oembed::after, .oembed::before {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden; }
  .oembed::after {
    clear: both; }

.oembed__container {
  background: #333333;
  position: relative;
  padding-top: 56.25%;
  height: 0; }
  .oembed__container > .img-content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
    .oembed__container > .img-content::before {
      display: block;
      content: '';
      width: 100%;
      margin-top: -9.4%; }

.oembed__iframe {
  background: #333333;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%; }
  .oembed__iframe iframe {
    display: block;
    height: 100%;
    width: 100%;
    z-index: 1; }

.oembed__thumbnail {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  z-index: 1; }
  .oembed__thumbnail--hidden {
    display: none; }
  .oembed__thumbnail img {
    height: auto;
    width: 100%; }

.oembed__play {
  background: 0;
  border: 0;
  height: 100px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100px; }
  .oembed__play::before {
    background: #FFF;
    border: 0;
    color: #7E7E7E;
    display: block;
    font-size: 5rem;
    height: 100%;
    left: 0;
    line-height: 2;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%; }
  .no-touchevents .oembed__play:hover:before {
    background: #008ed8;
    color: #fff; }

.oembed__content {
  display: block;
  float: left;
  padding: 10px 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  zoom: 1; }
  .oembed__content::after, .oembed__content::before {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden; }
  .oembed__content::after {
    clear: both; }

.oembed__title {
  background: #FFF;
  bottom: 0;
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 5px 5px 5px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 3; }

.oembed--active .oembed__thumbnail {
  opacity: 0; }

.oembed--active .oembed__title {
  display: none; }

/* ==========================================================================
    MODULES
   ========================================================================== */
.pagination {
  border-top: 1px solid #D8D8D8;
  padding: 25px 0;
  text-align: center;
  zoom: 1; }
  .pagination::after, .pagination::before {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden; }
  .pagination::after {
    clear: both; }

.pagination__next,
.pagination__prev {
  background: #F7F7F7;
  border: 1px solid #D8D8D8;
  color: #007DBE;
  display: inline-block;
  font-size: 0;
  height: 20px;
  line-height: 1;
  padding: 0;
  text-align: center;
  -webkit-transition: background 0.25s, color 0.25s, border 0.25s;
  -o-transition: background 0.25s, color 0.25s, border 0.25s;
  transition: background 0.25s, color 0.25s, border 0.25s;
  vertical-align: middle;
  width: 20px; }
  .pagination__next:hover,
  .pagination__prev:hover {
    background: #007DBE;
    border-color: #007DBE;
    color: #fff; }

.pagination__next,
.pagination__prev {
  position: relative; }
  .pagination__next::before,
  .pagination__prev::before {
    font-size: 1.4rem;
    height: 15px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.pagination__text {
  color: #666;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle; }

.pagination--full {
  font-size: 0;
  left: auto;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }

.pagination__item, .page-item {
  display: inline-block;
  margin: 1px 1px 0; }

.pagination__link, .page-link {
  border: 1px solid #fff;
  color: #007DBE;
  display: block;
  font-size: 1.2rem;
  padding: 6px; }
  @media (max-width: 1024px) {
    .pagination-first .pagination__link,
    .pagination-last .pagination__link, .pagination-first .page-link,
    .pagination-last .page-link {
      display: none; } }
  @media (max-width: 340px) {
    .pagination-prev .pagination__link,
    .pagination-next .pagination__link, .pagination-prev .page-link,
    .pagination-next .page-link {
      font-size: 0; }
    .pagination-prev .pagination__link::before, .pagination-prev .page-link::before {
      content: '\2039';
      font-size: 1.4rem; }
    .pagination-next .pagination__link::before, .pagination-next .page-link::before {
      content: '\203A';
      font-size: 1.4rem; } }
  @media (min-width: 768px) {
    .pagination__link, .page-link {
      padding: 2px; } }
  .is-desktop .pagination__link:hover, .is-mobile .pagination__link:active, .is-tablet .pagination__link:active, .is-desktop .page-link:hover, .is-mobile .page-link:active, .is-tablet .page-link:active {
    background: #EBEBEB;
    border: 1px solid #EBEBEB; }
  .pagination__link--active, .page-item.active .pagination__link, .page-link--active, .page-item.active .page-link {
    background: #EBEBEB;
    border: 1px solid #D8D8D8;
    font-weight: bold;
    pointer-events: none; }
  .pagination__link--disabled, .page-item.disabled .pagination__link, .page-link--disabled, .page-item.disabled .page-link {
    background: #EBEBEB;
    border: 1px solid #D8D8D8;
    opacity: 0.4;
    pointer-events: none; }

/* ==========================================================================
    PINS
   ========================================================================== */
.pin {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -webkit-align-items: top;
      -ms-flex-align: top;
          align-items: top;
  zoom: 1; }
  .pin::after, .pin::before {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden; }
  .pin::after {
    clear: both; }
  @media (min-width: 769px) {
    .pin {
      font-size: 1.2rem; } }

.pin__controls {
  padding: 10px 0; }
  @media (min-width: 769px) {
    .pin__controls {
      padding: 0; } }
  .pin__controls--left {
    white-space: nowrap; }
    .pin__controls--left .button:last-child, .pin__controls--left .cta1:last-child, .pin__controls--left #cu-social a:last-child, #cu-social .pin__controls--left a:last-child, .pin__controls--left .cta2:last-child {
      margin-right: 3px; }
  .pin__controls--right {
    white-space: nowrap; }
  .pin__controls .button, .pin__controls .cta1, .pin__controls #cu-social a, #cu-social .pin__controls a, .pin__controls .cta2 {
    display: inline-block;
    margin: 0 1px 0 0;
    vertical-align: middle; }

.pin__label {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2px 3px 2px 1px;
  cursor: pointer; }
  .pin__label label {
    cursor: pointer; }

.pin__value {
  display: inline-block;
  font-size: 1rem;
  padding: 10px 5px 10px 0; }
  @media (min-width: 769px) {
    .pin__value {
      font-weight: 400;
      padding: 3px 3px 2px 0; } }

.copy-song-list th {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

/* ==========================================================================
		PLAYER - LEGACY CODE
	 ========================================================================== */
#dmlPlayer {
  width: 100%;
  z-index: 11;
  position: fixed;
  top: 0; }

.site-header--initialised #dmlPlayer {
  position: absolute; }

.site-header--initialised.site-header--unpinned #dmlPlayer {
  top: 100%; }

#musicPlayer {
  background: url("../../img/player/player.png") repeat-x scroll 0 0 transparent;
  color: #fff;
  display: none;
  font-size: 80%;
  height: 38px;
  margin: 0;
  padding: 2px 10px;
  position: relative;
  top: 0;
  width: 100%;
  /*#musicPlayer.open #title .now {
			color: #FFF;
	}*/
  /* Grid Icons */
  /* Actions Icons */
  /* Nav Icons */
  /*.icon.folder.subfolder {margin-left:8px;}*/
  /* Music Controls Search Column */
  /* Music Controls Icons */
  /* Music Controls Toggle/Menu */
  /* Action Bar - Use for buttons sets */
  /* Bootstrap Conflict Fix */
  /* Custom Table Styles */
  /*#socialmediasearch {
			position:relative;
			width:130px;
			height:25px;
			top:12px;

	}*/
  /* Open state */ }
  @media (min-width: 1025px) {
    #musicPlayer {
      padding: 0 20px; } }
  #musicPlayer .jp-interface {
    position: relative; }
    #musicPlayer .jp-interface ul.jp-controls {
      float: left;
      list-style-type: none;
      margin: 0;
      overflow: hidden;
      padding: 0; }
      #musicPlayer .jp-interface ul.jp-controls li {
        display: inline;
        float: left; }
      #musicPlayer .jp-interface ul.jp-controls a {
        display: block;
        overflow: hidden;
        text-indent: -9999px;
        -webkit-transition: none;
        -o-transition: none;
        transition: none; }
  #musicPlayer a.jp-next, #musicPlayer a.jp-pause, #musicPlayer a.jp-play, #musicPlayer a.jp-previous {
    background: url("../../img/player/player.png") no-repeat scroll 0 0 transparent;
    height: 32px;
    margin-right: 1px;
    width: 28px; }
    #musicPlayer a.jp-next:hover, #musicPlayer a.jp-pause:hover, #musicPlayer a.jp-play:hover, #musicPlayer a.jp-previous:hover {
      background: url("../../img/player/player.png") no-repeat scroll 0 0 transparent;
      height: 32px;
      margin-right: 1px;
      width: 28px; }
  #musicPlayer a.jp-play {
    background-position: -65px -39px; }
    #musicPlayer a.jp-play:hover {
      background-position: -65px -114px; }
  #musicPlayer a.jp-pause {
    background-position: -37px -39px;
    display: none; }
    #musicPlayer a.jp-pause:hover {
      background-position: -37px -114px;
      display: none; }
  #musicPlayer a.jp-previous {
    background-position: -9px -39px; }
    #musicPlayer a.jp-previous:hover {
      background-position: -9px -114px; }
  #musicPlayer a.jp-next {
    background-position: -93px -39px; }
    #musicPlayer a.jp-next:hover {
      background-position: -93px -114px; }
  #musicPlayer #musicPlayer a.jp-next.disabled, #musicPlayer #musicPlayer a.jp-previous.disabled {
    cursor: default;
    opacity: .5; }
  #musicPlayer #musicPlayer.single a.jp-next, #musicPlayer #musicPlayer.single a.jp-previous {
    cursor: default;
    opacity: .5; }
  #musicPlayer #musicPlayer.single a.jp-previous:hover,
  #musicPlayer #musicPlayer a.jp-previous.disabled:hover {
    background-position: -9px -39px; }
  #musicPlayer #musicPlayer.single a.jp-next:hover,
  #musicPlayer #musicPlayer a.jp-next.disabled:hover {
    background-position: -93px -39px; }
  #musicPlayer .volume {
    cursor: pointer;
    height: 38px;
    margin-left: 3px;
    overflow: hidden;
    position: relative;
    width: 33px; }
  #musicPlayer .jp-interface ul.jp-controls li.volume {
    display: none; }
    @media (min-width: 1025px) {
      #musicPlayer .jp-interface ul.jp-controls li.volume {
        display: inline; } }
  #musicPlayer a.jp-mute, #musicPlayer a.jp-unmute, #musicPlayer a.jp-volume-max {
    float: left;
    height: 36px;
    margin-top: 1px;
    width: 33px; }
  #musicPlayer a.jp-mute {
    background: url("../../img/player/player.png") no-repeat scroll -125px -39px transparent;
    display: block; }
  #musicPlayer .volume:hover a.jp-mute {
    background: url("../../img/player/player.png") no-repeat scroll -125px -114px rgba(0, 0, 0, 0); }
  #musicPlayer a.jp-unmute {
    background: url("../../img/player/player.png") no-repeat scroll -252px -39px transparent;
    display: none; }
    #musicPlayer a.jp-unmute:hover {
      background: url("../../img/player/player.png") no-repeat scroll -252px -114px rgba(0, 0, 0, 0); }
  #musicPlayer div.jp-volume-bar-container {
    background: url("../../img/player/volume_progress.png") repeat-x scroll 0 0 transparent;
    cursor: pointer;
    display: inline;
    float: left;
    height: 38px;
    left: 35px;
    padding-right: 12px;
    position: absolute;
    top: 2px;
    width: 88px; }
    #musicPlayer div.jp-volume-bar-container a {
      text-indent: -9999px; }
  #musicPlayer div.jp-volume-bar-hold {
    cursor: pointer;
    display: block;
    float: left;
    height: 38px;
    position: absolute;
    width: 98px; }
  #musicPlayer div.jp-volume-bar {
    cursor: pointer;
    display: none !important;
    float: left;
    height: 38px;
    position: absolute;
    width: 98px; }
  #musicPlayer div.jp-volume-bar-value {
    background: url("../../img/player/volume_progress.png") repeat-x scroll 0 -34px transparent;
    bottom: 0 !important;
    display: none !important;
    height: 38px;
    position: absolute !important;
    width: 5px; }
  #musicPlayer div.jp-volume-bar:hover .jp-volume-bar-value {
    background-position: 0 -102px; }
  #musicPlayer a.showPlaylist {
    border: solid 1px #d6d6d6;
    border-radius: 3px;
    color: #d6d6d6;
    display: none;
    float: right;
    font-size: 1.1em;
    margin: 7px 0 0 10px;
    padding: 3px 8px;
    z-index: 999; }
    @media (min-width: 1025px) {
      #musicPlayer a.showPlaylist {
        display: block; } }
    #musicPlayer a.showPlaylist::visited, #musicPlayer a.showPlaylist:active, #musicPlayer a.showPlaylist:focus, #musicPlayer a.showPlaylist:hover {
      color: #fff; }
    #musicPlayer a.showPlaylist.open {
      background-color: #5E5E5E;
      border: solid 1px #5E5E5E;
      border-bottom: solid 3px #5E5E5E;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      z-index: 999; }
    #musicPlayer a.showPlaylist .caret {
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid;
      display: inline-block;
      height: 0;
      margin-left: 2px;
      vertical-align: middle;
      width: 0; }
    #musicPlayer a.showPlaylist.open .caret {
      border-bottom: 4px solid #fff;
      border-top-width: 0; }
  #musicPlayer .jp-playlist-container .player-message {
    display: block;
    font-size: 13px;
    margin: 6px auto;
    padding: 6px;
    text-align: center;
    width: 100%; }
  #musicPlayer #musicPlayer.single a.showPlaylist {
    display: none !important; }
  #musicPlayer .soundCloud {
    display: none;
    float: right;
    margin-left: 10px;
    width: 40px; }
  #musicPlayer .soundCloudLogo {
    background: url("../../img/player/player.png") no-repeat scroll -223px -81px transparent;
    display: none;
    height: 24px;
    margin: 3px 0;
    text-indent: -9999px;
    width: 40px;
    z-index: 5; }
  #musicPlayer .jp-progress {
    background: url("../../img/player/volume_progress.png") repeat-x scroll 0 -6px transparent;
    display: inline;
    float: right;
    height: 22px;
    /*overflow: hidden;*/
    /*padding-right: 7px;*/
    position: relative;
    width: calc(100% - 92px); }
    @media (min-width: 1025px) {
      #musicPlayer .jp-progress {
        background: url("../../img/player/volume_progress.png") repeat-x scroll 0 2px transparent;
        float: left;
        height: 38px;
        width: 240px; } }
    #musicPlayer .jp-progress.isSoundCloud {
      top: 2px;
      width: 240px; }
  #musicPlayer #musicPlayer.single .jp-progress {
    width: 240px; }
    #musicPlayer #musicPlayer.single .jp-progress.isSoundCloud {
      width: 240px; }
  #musicPlayer #musicPlayer div.player-tab-container {
    float: left;
    margin: 9px auto 0 9px; }
  #musicPlayer #musicPlayer div.player-tab {
    border: 1px solid #595959;
    border-radius: 3px;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    padding: 3px 5px; }
    #musicPlayer #musicPlayer div.player-tab.active {
      background-color: #595959; }
  #musicPlayer div.jp-seek-bar {
    cursor: pointer;
    height: 100%;
    position: relative;
    width: 0; }
  #musicPlayer div.jp-play-bar {
    background: url("../../img/player/volume_progress.png") repeat-x scroll 0 -34px transparent;
    display: none;
    height: 6px;
    width: 0; }
  #musicPlayer div.jp-audio {
    margin: 0 auto;
    max-width: 1170px;
    width: 100%; }
    #musicPlayer div.jp-audio div.jp-time-holder {
      position: absolute;
      top: 50px; }
    #musicPlayer div.jp-audio div.jp-type-playlist div.jp-time-holder {
      left: 166px;
      width: 130px; }
  #musicPlayer .time {
    bottom: 5px;
    float: left;
    font-size: 1em;
    height: auto;
    margin-left: 10px;
    position: absolute;
    right: 0;
    text-align: right;
    vertical-align: bottom;
    width: 75px;
    z-index: 5; }
    @media (min-width: 1025px) {
      #musicPlayer .time {
        bottom: auto;
        font-size: 1.1em;
        height: 38px;
        line-height: 38px;
        position: relative;
        right: auto; } }
  #musicPlayer div.jp-current-time {
    display: inline;
    margin-right: 3px;
    text-align: left; }
    @media (min-width: 1025px) {
      #musicPlayer div.jp-current-time {
        line-height: 38px; } }
  #musicPlayer div.jp-duration {
    display: inline;
    text-align: left; }
    @media (min-width: 1025px) {
      #musicPlayer div.jp-duration {
        line-height: 38px; } }
  #musicPlayer div.jp-video div.jp-duration {
    margin-right: 20px; }
  #musicPlayer #title {
    bottom: 5px;
    cursor: pointer;
    display: inline;
    float: left;
    left: 82px;
    margin: 0 10px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    width: 200px; }
    @media (min-width: 1025px) {
      #musicPlayer #title {
        bottom: auto;
        height: 38px;
        left: auto;
        line-height: 38px;
        position: relative; } }
    #musicPlayer #title .truncate {
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      vertical-align: bottom;
      white-space: nowrap;
      width: 120px; }
      @media (min-width: 421px) {
        #musicPlayer #title .truncate {
          width: 220px; } }
  #musicPlayer .titleContainer {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
  #musicPlayer #title .titleContent {
    float: left;
    margin-right: 20px;
    position: absolute; }
  #musicPlayer #title .now {
    color: #333;
    display: none;
    float: left;
    margin-right: 3px; }
  #musicPlayer #title.scrolling {
    overflow: hidden;
    width: 200px; }
  #musicPlayer div.jp-title {
    cursor: pointer;
    display: inline-block;
    font-size: 1em; }
    @media (min-width: 1025px) {
      #musicPlayer div.jp-title {
        font-size: 1.1em; } }
  #musicPlayer .oldie div.jp-title {
    font-size: 11px; }
  #musicPlayer .simply-scroll-container {
    position: relative; }
  #musicPlayer .simply-scroll-clip {
    overflow: hidden;
    position: relative;
    z-index: 2; }
  #musicPlayer .simply-scroll-list {
    left: 0;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 1; }
    #musicPlayer .simply-scroll-list li {
      list-style: none;
      margin: 0;
      padding: 0; }
      #musicPlayer .simply-scroll-list li img {
        border: none;
        display: block; }
  #musicPlayer .simply-scroll {
    height: 31px;
    width: 200px; }
    #musicPlayer .simply-scroll .simply-scroll-clip {
      height: 31px;
      width: 200px; }
    #musicPlayer .simply-scroll .simply-scroll-list .titleContent {
      float: left;
      height: 31px; }
  #musicPlayer .titleHover {
    background-color: #fff;
    border: solid 1px #B5B5B5;
    border-radius: 3px;
    color: #333;
    cursor: default;
    display: none;
    left: 235px;
    padding: 0 6px 6px;
    position: absolute;
    top: 32px;
    width: 161px;
    z-index: 10000; }
  #musicPlayer .arrow-tooltip {
    background: url("../../img/player/arrow-tooltip.png") no-repeat scroll center center transparent;
    display: block;
    height: 7px;
    left: 72px;
    position: relative;
    top: -7px;
    width: 13px; }
  #musicPlayer .titleHover h5 {
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 3px;
    padding: 0; }
  #musicPlayer .titleHover p {
    line-height: 14px;
    margin: 0; }
  #musicPlayer .titleHover a {
    background: url("../../img/player/arrow.png") no-repeat scroll left center transparent;
    display: block;
    line-height: 21px;
    padding-left: 4px; }
  #musicPlayer .jp-playlist {
    background: none repeat scroll 0 0 #5E5E5E;
    -webkit-box-shadow: 4px 4px 14px 0 rgba(51, 51, 51, 0.5);
            box-shadow: 4px 4px 14px 0 rgba(51, 51, 51, 0.5);
    display: none;
    left: 50%;
    margin-top: -6px;
    max-width: 1170px;
    padding: 10px;
    position: fixed;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    width: 100%;
    z-index: 100;
    /* Loading Spinnner Positions */ }
    #musicPlayer .jp-playlist .blockUI.blockOverlay {
      background: url(../../img/ajax-loader.gif) no-repeat scroll center center !important;
      z-index: 7 !important; }
    #musicPlayer .jp-playlist input[type="checkbox"] {
      -webkit-appearance: checkbox;
         -moz-appearance: checkbox;
              appearance: checkbox; }
    #musicPlayer .jp-playlist.playlistOpen {
      display: none;
      top: 38px;
      z-index: 999; }
      @media (min-width: 1025px) {
        #musicPlayer .jp-playlist.playlistOpen {
          display: block; } }
    #musicPlayer .jp-playlist ul.action-bar {
      margin: 0 0 10px; }
  #musicPlayer div.jp-playlist-container {
    margin: 0 auto 2px;
    position: relative; }
  #musicPlayer div.jp-jplayer {
    background-color: #000;
    height: 0;
    width: 0; }
    #musicPlayer div.jp-jplayer audio {
      height: 0;
      width: 0; }
  #musicPlayer .jp-no-solution {
    display: none; }
    #musicPlayer .jp-no-solution h4 {
      font-size: 200%; }
    #musicPlayer .jp-no-solution a {
      color: #FFF;
      font-size: 150%; }
  #musicPlayer #playlistTop {
    display: inline-block;
    height: 40px;
    width: 100%; }
  #musicPlayer #playlistDetails {
    font-family: Georgia;
    padding: 0 0 13px; }
    #musicPlayer #playlistDetails img {
      float: right;
      margin: 0 0 0 28px; }
    #musicPlayer #playlistDetails a.viewAll {
      background: url("../../img/player/player.png") no-repeat scroll -13px -338px transparent;
      color: #FFF;
      float: right;
      font-size: 14px;
      line-height: 14px;
      margin: 0;
      padding-left: 24px;
      padding-top: 5px; }
      #musicPlayer #playlistDetails a.viewAll:hover {
        background: url("../../img/sprite.gif") no-repeat scroll 0 -231px transparent;
        color: #1981B8; }
    #musicPlayer #playlistDetails h3 {
      border-bottom: 1px solid #4A4A4A;
      color: #FFF;
      font-size: 36px;
      line-height: 36px;
      margin: -10px 0 10px;
      padding-bottom: 9px;
      width: 704px; }
    #musicPlayer #playlistDetails p {
      margin: 8px 0; }
    #musicPlayer #playlistDetails #playlistDate {
      color: #999;
      font-size: 14px; }
    #musicPlayer #playlistDetails #playlistDesc {
      font-size: 12px;
      line-height: 20px; }
    #musicPlayer #playlistDetails #playlistSocial {
      margin-top: 5px; }
    #musicPlayer #playlistDetails .st_sharethis_custom {
      color: #000; }
  #musicPlayer #playlistTracks {
    background: url("../../img/player/playlist-hdr-shadow.png") repeat-x scroll 0 0 transparent;
    color: #666;
    margin-top: -1px;
    max-height: 228px;
    min-height: 100%;
    overflow: auto;
    width: 100%; }
  #musicPlayer .zebra-striped {
    font-family: Georgia;
    text-align: left;
    width: 100%; }
    #musicPlayer .zebra-striped thead {
      background: url("../../img/player/playlist-hdr-shadow.png") repeat-x scroll 0 0 transparent;
      height: 32px;
      padding-bottom: 6px; }
      #musicPlayer .zebra-striped thead th {
        background: none repeat scroll 0 0 #414141;
        border-bottom: 1px solid #5C5C5C;
        color: #BEBEBE;
        font-size: 12px;
        font-weight: 400;
        height: 26px;
        padding-left: 10px;
        text-align: left; }
    #musicPlayer .zebra-striped tbody td.artist, #musicPlayer .zebra-striped tbody td.title {
      border-right: 1px solid #373737;
      width: 299px; }
    #musicPlayer .zebra-striped thead th.artist, #musicPlayer .zebra-striped thead th.title {
      border-right: 1px solid #373737;
      width: 299px; }
    #musicPlayer .zebra-striped tbody td {
      color: #FFF;
      font-size: 13px;
      line-height: 25px;
      padding-left: 10px;
      text-align: left;
      text-decoration: none; }
      #musicPlayer .zebra-striped tbody td a {
        color: #FFF;
        font-size: 13px;
        line-height: 25px;
        text-decoration: none; }
    #musicPlayer .zebra-striped tbody tr:nth-child(2n+1) td {
      background-color: #313131; }
    #musicPlayer .zebra-striped tbody tr:hover td {
      background-color: #1981B8; }
    #musicPlayer .zebra-striped .track {
      width: 300px; }
  #musicPlayer tr.jp-playlist-current td {
    background-color: #E5E5E5; }
  #musicPlayer .jp-volume-bar-hold .ui-slider-range {
    background: url("../../img/player/volume_progress.png") repeat-x scroll 0 -34px transparent;
    height: 100%; }
  #musicPlayer .jp-volume-bar-hold:hover .ui-slider-range {
    background: url("../../img/player/volume_progress.png") repeat-x scroll 0 -102px transparent; }
  #musicPlayer .jp-volume-bar-hold .ui-slider-handle {
    background: none repeat scroll 0 0 #595959;
    border: 1px solid #c2c2c2;
    border-radius: 2px;
    cursor: pointer;
    height: 15px;
    margin-top: 8px;
    position: absolute;
    top: 0;
    width: 4px;
    z-index: 2; }
  #musicPlayer .jp-volume-bar-hold:hover .ui-slider-handle {
    background-color: #fff;
    height: 15px;
    margin-top: 9px; }
  #musicPlayer .jp-progress .ui-slider-range {
    background: url("../../img/player/volume_progress.png") repeat-x scroll 0 -40px transparent;
    height: 100%;
    padding-left: 4px; }
    @media (min-width: 1025px) {
      #musicPlayer .jp-progress .ui-slider-range {
        background: url("../../img/player/volume_progress.png") repeat-x scroll 0 -32px transparent; } }
  #musicPlayer .jp-progress:hover .ui-slider-range {
    background: url("../../img/player/volume_progress.png") repeat-x scroll 0 -108px transparent;
    position: relative;
    top: 0; }
    @media (min-width: 1025px) {
      #musicPlayer .jp-progress:hover .ui-slider-range {
        top: 8px; } }
  #musicPlayer .jp-progress .ui-slider-handle {
    background: url("../../img/player/slider-handle.png") 0 0 transparent;
    cursor: pointer;
    height: 17px;
    margin-top: 2px;
    position: absolute;
    top: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    width: 7px;
    z-index: 2; }
    @media (min-width: 1025px) {
      #musicPlayer .jp-progress .ui-slider-handle {
        margin-top: 10px; } }
  #musicPlayer .jp-progress:hover .ui-slider-handle {
    background: url("../../img/player/slider-handle.png") -7px 0 transparent; }
  #musicPlayer #rosterContainer {
    left: 733px;
    position: absolute;
    top: 25px; }
  #musicPlayer #roster {
    background-color: #FEF7EF;
    border: 1px solid #CCC;
    font-size: 12px;
    height: 635px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    width: 225px;
    z-index: 999; }
    #musicPlayer #roster.closed {
      height: 26px; }
    #musicPlayer #roster.open {
      background-color: #FFF;
      -webkit-box-shadow: 0 5px 12px 0 #CCC;
              box-shadow: 0 5px 12px 0 #CCC; }
    #musicPlayer #roster.hover:hover {
      background: none repeat scroll 0 0 #FFF;
      height: 635px !important; }
    #musicPlayer #roster #ourRoster {
      background: url("../../img/roster-open.png") no-repeat scroll right 10px transparent;
      color: #76716B;
      cursor: pointer;
      display: block;
      font-size: 15px;
      line-height: 26px;
      margin-bottom: 8px;
      padding: 0 10px;
      text-decoration: none; }
    #musicPlayer #roster.open #ourRoster {
      background-position: right -70px; }
    #musicPlayer #roster:hover #ourRoster {
      background-color: #0173B1 !important;
      color: #FFF !important; }
    #musicPlayer #roster.hover #ourRoster:hover {
      background-color: #FFF !important;
      color: #666 !important; }
    #musicPlayer #roster.open:hover #ourRoster {
      background-color: #FFF !important;
      color: #666 !important; }
    #musicPlayer #roster.open #ourRoster:hover {
      color: #0173B1 !important; }
    #musicPlayer #roster.closed #ourRoster:hover {
      background-position: right -30px; }
    #musicPlayer #roster #letters {
      border-left: 1px solid #999;
      border-top: 1px solid #999;
      clear: left;
      display: none;
      margin: 0 10px;
      width: 203px; }
      #musicPlayer #roster #letters.showv1 {
        display: inline-block; }
      #musicPlayer #roster #letters a {
        background: none repeat scroll 0 0 #FEF7EF;
        border-bottom: 1px solid #999;
        border-right: 1px solid #999;
        border-top: 1px solid #FFF;
        color: #999;
        display: block;
        float: left;
        font-size: 14px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        width: 28px; }
        #musicPlayer #roster #letters a.other {
          font-size: 12px;
          min-width: 57px;
          width: auto; }
        #musicPlayer #roster #letters a.active, #musicPlayer #roster #letters a:hover {
          background: none repeat scroll 0 0 #338EC0;
          border-top: 1px solid #338EC0;
          -webkit-box-shadow: 1px 0 3px 2px #307AA1 inset;
                  box-shadow: 1px 0 3px 2px #307AA1 inset;
          color: #FFF; }
    #musicPlayer #roster .categories {
      display: none;
      margin: 10px;
      width: 205px; }
    #musicPlayer #roster .shadow-top {
      background: url("../../img/roster-shadow-top.png") no-repeat scroll center top transparent;
      height: 11px;
      position: absolute;
      width: 225px;
      z-index: 9; }
    #musicPlayer #roster .shadow-bottom {
      background: url("../../img/roster-shadow-bottom.png") no-repeat scroll center bottom transparent;
      bottom: 33px;
      display: none;
      height: 11px;
      position: absolute;
      width: 225px; }
    #musicPlayer #roster #artists {
      color: #999;
      font-size: 14px;
      height: 409px;
      margin: 0 10px 5px;
      overflow-x: hidden;
      overflow-y: scroll;
      padding: 5px 0 0; }
    #musicPlayer #roster.hover #artists {
      height: 560px; }
    #musicPlayer #roster #artists div ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    #musicPlayer #roster #artists div li {
      clear: right;
      display: inline-block;
      font-size: 12px;
      list-style: none;
      margin: 0;
      width: 100%; }
      #musicPlayer #roster #artists div li.stripe {
        background-color: #FCFCFC; }
      #musicPlayer #roster #artists div li p {
        color: #666;
        display: block;
        float: left;
        height: 5px;
        padding: 2px 4px;
        text-decoration: none;
        width: 170px; }
      #musicPlayer #roster #artists div li a {
        color: #666;
        display: block;
        float: left;
        line-height: 14px;
        padding: 2px 4px;
        text-decoration: none;
        width: 170px; }
        #musicPlayer #roster #artists div li a:hover {
          background: none repeat scroll 0 0 #007DBE;
          color: #FFF; }
      #musicPlayer #roster #artists div li p:hover {
        background: none repeat scroll 0 0; }
      #musicPlayer #roster #artists div li:hover a {
        color: #FFF; }
    #musicPlayer #roster #artists div.noresults {
      color: #666;
      font-size: 12px;
      font-style: italic;
      line-height: 14px;
      padding: 5px 4px 2px; }
      #musicPlayer #roster #artists div.noresults:hover {
        background: none repeat scroll 0 0 transparent !important;
        color: #666 !important; }
    #musicPlayer #roster #artists div li.master span {
      background: none repeat scroll 0 0 #AAA;
      color: #FFF;
      float: right;
      font-size: 10px;
      font-weight: 700;
      line-height: 12px;
      margin-top: 2px;
      padding: 1px;
      position: absolute;
      right: 4px; }
    #musicPlayer #roster #artists div li.master:hover span {
      background: none repeat scroll 0 0 #FFF;
      color: #007DBE; }
    #musicPlayer #roster #artists div span.letter {
      background: none repeat scroll 0 0 #FFF;
      border: 1px solid #999;
      bottom: 200px;
      color: #999;
      display: none;
      height: 60px;
      line-height: 60px;
      position: absolute;
      right: 50px;
      text-align: center;
      width: 100px; }
    #musicPlayer #roster #artists div.current span {
      display: block; }
  #musicPlayer #letter {
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid #999;
    bottom: 10px;
    color: #999;
    display: none;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 100px; }
  #musicPlayer #roster .print {
    background: none repeat scroll 0 0 #FEF7EF;
    border-top: 1px solid #999;
    line-height: 33px;
    padding: 0 0 0 10px;
    text-decoration: none; }
    #musicPlayer #roster .print a {
      background: url("../../img/roster-sprite.png?ver=1.0.1") no-repeat scroll 0 -44px transparent;
      color: #5A5A5A;
      padding-left: 22px;
      text-decoration: none; }
    #musicPlayer #roster .print:hover {
      background-color: #0173B1; }
      #musicPlayer #roster .print:hover a {
        background-position: 0 -62px;
        color: #FFF; }
  #musicPlayer #currentLetter {
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid #999;
    -webkit-box-shadow: 0 5px 12px 0 #CCC;
            box-shadow: 0 5px 12px 0 #CCC;
    color: #999;
    display: none;
    font-size: 26px;
    height: 60px;
    left: 80px;
    line-height: 60px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    width: 65px;
    z-index: 100; }
    #musicPlayer #currentLetter.show {
      display: block; }
  #musicPlayer .dk_container {
    background-color: #FFF;
    border: 1px solid #999;
    font-size: 12px;
    line-height: 14px;
    margin: 10px;
    width: 203px; }
    #musicPlayer .dk_container:focus {
      outline: 0; }
    #musicPlayer .dk_container a {
      cursor: pointer;
      text-decoration: none; }
  #musicPlayer .dk_toggle {
    background: url("../../img/roster-sprite.png?ver=1.0.1") no-repeat scroll right 5px transparent;
    margin: 7px 10px 7px 0;
    padding: 0 16px 0 10px;
    -webkit-transition: border-color .5s ease 0s;
    -o-transition: border-color .5s ease 0s;
    transition: border-color .5s ease 0s;
    width: 167px !important; }
    #musicPlayer .dk_toggle:hover {
      color: #666; }
  #musicPlayer .dk_open {
    z-index: 10; }
  #musicPlayer .dk_options a {
    background-color: #FFF;
    padding: 4px 10px; }
  #musicPlayer .dk_options li:last-child a {
    border-bottom: medium none; }
  #musicPlayer .dk_options a:hover {
    background-color: #0173B1;
    color: #FFF;
    text-decoration: none; }
  #musicPlayer .dk_options_inner {
    background: none repeat scroll 0 0 #FFF;
    list-style: none;
    margin: 14px 0 0;
    max-height: 250px;
    padding: 0 0 5px; }
  #musicPlayer .dk_touch .dk_options {
    list-style: none;
    margin: 14px 0 0;
    max-height: 250px; }
  #musicPlayer .dk_container {
    display: none;
    position: relative;
    z-index: 10; }
    #musicPlayer .dk_container a {
      outline: 0; }
  #musicPlayer .dk_toggle {
    display: block;
    position: relative; }
  #musicPlayer .dk_open {
    position: relative; }
    #musicPlayer .dk_open .dk_options {
      display: block; }
    #musicPlayer .dk_open .dk_label {
      color: inherit;
      z-index: 11; }
  #musicPlayer .dk_options {
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    display: none;
    left: -1px;
    margin-top: 2px;
    position: absolute;
    width: 203px; }
    #musicPlayer .dk_options a {
      display: block; }
      #musicPlayer .dk_options a::link, #musicPlayer .dk_options a::visited {
        display: block; }
  #musicPlayer .dk_options_inner {
    overflow: auto;
    position: relative; }
  #musicPlayer .dk_touch .dk_options {
    overflow: hidden; }
  #musicPlayer .dk_touch .dk_options_inner {
    max-height: none;
    overflow: visible; }
  #musicPlayer #rosterNoJS {
    display: block;
    margin-top: 5px; }
  #musicPlayer .stButton .stLarge {
    display: none !important; }
  #musicPlayer .widthClass {
    width: 710px; }
  #musicPlayer div.jp-tooltip {
    background: url("../../img/player/seek-tooltip.png") no-repeat scroll 0 0 transparent;
    color: #666;
    display: none;
    font-family: 'Lucida Grande',Helvetica,Arial,sans-serif;
    font-size: 11px !important;
    height: 25px;
    padding-left: 4px;
    padding-top: 10px;
    position: absolute;
    top: 26px;
    width: 50px !important;
    z-index: 10000; }
  #musicPlayer .format-icon {
    float: left;
    height: 24px;
    width: 24px; }
    #musicPlayer .format-icon.wav {
      background: url("../../img/dml/sprite-icons.png") no-repeat scroll 0 -3631px rgba(0, 0, 0, 0); }
    #musicPlayer .format-icon.mp3-320 {
      background: url("../../img/dml/sprite-icons.png") no-repeat scroll 0 -2562px rgba(0, 0, 0, 0); }
    #musicPlayer .format-icon.mp3-128 {
      background: url("../../img/dml/sprite-icons.png") no-repeat scroll 0 -2488px rgba(0, 0, 0, 0); }
    #musicPlayer .format-icon.mp4 {
      background: url("../../img/dml/sprite-icons.png") no-repeat scroll 0 -2636px rgba(0, 0, 0, 0); }
    #musicPlayer .format-icon.claim-exception {
      background: url("../../img/dml/sprite-icons.png") no-repeat scroll 0 -132px transparent;
      padding-left: 25px;
      width: 100px; }
    #musicPlayer .format-icon.claim-exception-search {
      background: url("../../img/dml/sprite-icons.png") no-repeat scroll 0 -132px transparent;
      padding-top: 6px; }
  #musicPlayer .loader-overlay {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: .5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999900; }
  #musicPlayer .loader {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 9999901; }
  #musicPlayer .close {
    background: url("../../img/dml/sprite-icons.png") repeat scroll 0 -1135px transparent;
    height: 16px;
    padding: 10px 0;
    width: 20px; }
  #musicPlayer .delete {
    background: url("../../img/dml/sprite-icons.png") repeat scroll 0 -1336px transparent;
    height: 16px;
    padding: 3px 12px;
    width: 20px; }
  #musicPlayer .overlay-edit {
    background: url("../../img/dml/sprite-icons.png") no-repeat scroll 0 -1542px transparent;
    height: 16px;
    padding: 0 15px;
    width: 20px; }
  #musicPlayer .relative {
    position: relative !important; }
  #musicPlayer .clear {
    clear: both; }
  #musicPlayer .left {
    float: left; }
  #musicPlayer .right {
    float: right; }
  #musicPlayer .hide {
    display: none; }
  #musicPlayer .contentCol.short {
    min-height: 10px !important; }
  #musicPlayer .content-overlay {
    width: 700px; }
    #musicPlayer .content-overlay .title {
      font-size: 1.2em; }
  #musicPlayer .padding-top-30px {
    padding-top: 30px; }
  #musicPlayer .padding-top-10px {
    padding-top: 10px; }
  #musicPlayer .hollow-box {
    border: 1px solid #CCC;
    float: left;
    padding: 5px; }
    #musicPlayer .hollow-box .object {
      border: 1px solid #CCC;
      margin: 4px;
      padding: 5px 0 5px 5px !important;
      width: auto !important; }
  #musicPlayer .actions {
    background-color: #FDF9F6;
    border: 1px solid #CCC;
    -webkit-box-shadow: 0 2px 5px 0 #CCC;
            box-shadow: 0 2px 5px 0 #CCC;
    float: left;
    margin-bottom: 20px; }
    #musicPlayer .actions.view-account {
      clear: both;
      left: 630px;
      position: absolute; }
      #musicPlayer .actions.view-account.big {
        left: 530px !important; }
  #musicPlayer .info-box {
    border: 1px solid #CCC;
    -webkit-box-shadow: 0 2px 5px 0 #CCC;
            box-shadow: 0 2px 5px 0 #CCC;
    margin: 20px;
    padding: 10px; }
  #musicPlayer .overlay .title {
    font-size: 1.2em; }
  #musicPlayer .overlay .close {
    margin-top: -3px !important; }
  #musicPlayer .overlay p {
    padding: 0 10px; }
  #musicPlayer .message {
    font-weight: 700; }
    #musicPlayer .message.failed {
      color: red; }
  #musicPlayer .actions div {
    border-right: 1px solid #CCC;
    float: left;
    padding: 10px 5px;
    text-align: center; }
    #musicPlayer .actions div:last-child {
      border-right: medium none; }
    #musicPlayer .actions div:hover {
      background-color: #007DBE; }
      #musicPlayer .actions div:hover a {
        color: #FFF; }
    #musicPlayer .actions div.last {
      border-right: medium none; }
    #musicPlayer .actions div a {
      background-position: 0 0;
      line-height: 1.4em;
      padding: 0 5px 5px 20px !important; }
  #musicPlayer .actions .play a {
    background: url("../../img/dml/sprite-icons.png") no-repeat scroll 0 -2979px rgba(0, 0, 0, 0); }
  #musicPlayer .actions .download a {
    background: url("../../img/dml/sprite-icons.png") no-repeat scroll 0 -1476px rgba(0, 0, 0, 0); }
  #musicPlayer .actions .deactivate a {
    background: url("../../img/dml/sprite-icons.png") no-repeat scroll 0 -1201px rgba(0, 0, 0, 0); }
  #musicPlayer .actions .activate a {
    background: url("../../img/dml/sprite-icons.png") no-repeat scroll 0 -995px rgba(0, 0, 0, 0); }
  #musicPlayer .actions .add a {
    background: url("../../img/dml/sprite-icons.png") no-repeat scroll 0 -66px rgba(0, 0, 0, 0); }
  #musicPlayer .actions .email a {
    background: url("../../img/dml/sprite-icons.png") no-repeat scroll 0 -1673px rgba(0, 0, 0, 0); }
  #musicPlayer .actions .print a {
    background: url("../../img/dml/sprite-icons.png") no-repeat scroll 0 -3107px rgba(0, 0, 0, 0); }
  #musicPlayer .actions .share a {
    background: url("../../img/dml/sprite-icons.png") no-repeat scroll 0 -3369px rgba(0, 0, 0, 0); }
  #musicPlayer .claim-exception a {
    background: url("../../img/dml/sprite-icons.png") no-repeat scroll 0 -132px transparent;
    width: 100px; }
  #musicPlayer a.share {
    background: url("../../img/dml/sprite-icons.png") no-repeat scroll 100% -1933px transparent;
    padding-right: 30px; }
  #musicPlayer a.register {
    background: url("../../img/dml/sprite-icons.png") no-repeat scroll 0 -1544px transparent;
    padding-left: 20px; }
  #musicPlayer .actions a.save_ordering {
    background: url("../../img/dml/sprite-icons.png") no-repeat scroll 0 -1000px rgba(0, 0, 0, 0); }
  #musicPlayer .actions a.cancel_ordering {
    background: url("../../img/dml/sprite-icons.png") no-repeat scroll 0 -1135px rgba(0, 0, 0, 0); }
  #musicPlayer .actions .edit a {
    background: url("../../img/dml/sprite-icons.png") no-repeat scroll 0 -1542px transparent; }
  #musicPlayer .info-cols-2 .asideLeft {
    display: block !important; }
  #musicPlayer .backButton a {
    background: url("../../img/dml/orange-button-arrow-back.gif") no-repeat scroll 0 0 #FFEDDD !important;
    height: 30px;
    padding-left: 14px !important;
    padding-right: 10px !important; }
    #musicPlayer .backButton a:hover {
      background: url("../../img/dml/blue-button-arrow-back.gif") no-repeat scroll 0 0 #007DBE !important;
      height: 30px;
      padding-left: 14px !important;
      padding-right: 10px !important; }
  #musicPlayer div#playlistdetails-details-box span.form-actions.right.backButton {
    float: none !important;
    left: 462px;
    position: relative !important;
    top: 36px !important; }
  #musicPlayer .pluginCountButtonNub i {
    display: none !important; }
  #musicPlayer .dashboard-actions a.register {
    background: url("../../img/dml/orange-button-arrow.gif") no-repeat scroll 100% center #FFEDDD !important;
    margin: 10px 2px;
    min-width: 80px;
    padding: 5px 10px 5px 5px;
    text-align: center; }
    #musicPlayer .dashboard-actions a.register:hover {
      background: url("../../img/dml/blue-button-arrow.gif") no-repeat scroll 100% center #007DBE !important;
      color: #FFF; }
  #musicPlayer .trackInfo {
    left: -6px;
    margin-top: 5px;
    position: relative;
    width: 190px; }
    #musicPlayer .trackInfo span {
      background-color: #FDF9F6;
      border: 1px solid #D8D8D8;
      float: left;
      font-size: 11px;
      margin: 4px;
      padding: 4px;
      text-align: center;
      width: 73px; }
  #musicPlayer .pl-folder {
    margin-left: 30px; }
  #musicPlayer #playlistTracks table.table {
    background-color: #fff; }
  #musicPlayer .icon.grid-play {
    background-position: -1px -47px;
    vertical-align: middle; }
  #musicPlayer .icon.grid-remove {
    background-position: -52px -47px; }
  #musicPlayer .icon.play {
    background-position: -1px -13px; }
  #musicPlayer .icon.grid-play {
    background-position: -1px -47px;
    vertical-align: middle; }
  #musicPlayer .icon.grid-download {
    background-position: -18px -47px; }
  #musicPlayer .icon.grid-add {
    background-position: -35px -47px; }
  #musicPlayer .icon.grid-edit {
    background-position: -69px -47px; }
  #musicPlayer .icon.grid-remove {
    background-position: -52px -47px; }
  #musicPlayer .icon.grid-charts {
    background-position: -86px -81px; }
  #musicPlayer .icon.grid-reorder {
    background-position: -103px -81px; }
  #musicPlayer .icon.exception {
    float: right;
    background-position: -256px -13px; }
  #musicPlayer .icon.play {
    background-position: -1px -13px; }
  #musicPlayer .icon.download {
    background-position: -18px -13px; }
  #musicPlayer .icon.add {
    background-position: -35px -13px; }
  #musicPlayer .icon.add-folder {
    background-position: -337px -64px; }
  #musicPlayer .icon.pitch {
    background-position: -171px -13px; }
  #musicPlayer .icon.share {
    background-position: -137px -13px; }
  #musicPlayer .icon.create {
    background-position: -239px -47px; }
  #musicPlayer .icon.edit {
    background-position: -69px -13px; }
  #musicPlayer .icon.delete {
    background-position: -52px -13px; }
  #musicPlayer .icon.extend {
    background-position: -222px -47px; }
  #musicPlayer .icon.resend {
    background-position: -171px -13px; }
  #musicPlayer .icon.reports {
    background-position: -256px -47px; }
  #musicPlayer .icon.recent {
    background-position: -222px -47px; }
  #musicPlayer .icon.group {
    background-position: -154px -13px; }
  #musicPlayer .icon.reorder {
    background-position: -273px -13px; }
  #musicPlayer .icon.tags {
    background-position: -86px -13px; }
  #musicPlayer .icon.arrow-up {
    background-position: -222px -13px; }
  #musicPlayer .icon.arrow-down {
    background-position: -222px -30px; }
  #musicPlayer .icon.playlist {
    background-position: -103px -47px; }
  #musicPlayer .icon.folder {
    background-position: -188px -13px; }
  #musicPlayer .icon.folder.open {
    background-position: -205px -13px; }
  #musicPlayer .icon.folder.selected {
    background-position: -188px -30px; }
  #musicPlayer .icon.folder.open.selected {
    background-position: -205px -30px; }
  #musicPlayer .icon.shared {
    background-position: -137px -47px; }
  #musicPlayer .icon.themed {
    background-position: -69px -81px; }
  #musicPlayer .icon.recent {
    background-position: -1px -81px; }
  #musicPlayer .icon.drafts {
    background-position: -18px -81px; }
  #musicPlayer .icon.sent {
    background-position: -35px -81px; }
  #musicPlayer .icon.received {
    background-position: -52px -81px; }
  #musicPlayer .icon.pinned {
    background-position: -354px -64px; }
  #musicPlayer .icon.folder-arrow {
    background-position: -222px -98px; }
  #musicPlayer .icon.folder-arrow.selected {
    background-position: -239px -98px; }
  #musicPlayer .icon.folder-arrow.closed {
    background-position: -222px -81px; }
  #musicPlayer .icon.folder-arrow.closed.selected {
    background-position: -239px -81px; }
  #musicPlayer span.icon {
    display: block;
    float: left; }
  #musicPlayer .icon,
  #musicPlayer span.icon {
    background-image: url("../../img/dml-sprite.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    margin: 0;
    padding: 0;
    width: 16px; }
  #musicPlayer .jp-playlist-container table.table {
    clear: both; }
    #musicPlayer .jp-playlist-container table.table th {
      text-align: left; }
    #musicPlayer .jp-playlist-container table.table .select {
      width: 3%; }
    #musicPlayer .jp-playlist-container table.table .track-title {
      width: 20%; }
    #musicPlayer .jp-playlist-container table.table .album,
    #musicPlayer .jp-playlist-container table.table .artist {
      width: 20%; }
    #musicPlayer .jp-playlist-container table.table .remove {
      width: 3%; }
  #musicPlayer .jp-playlist-container .btn-default {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  #musicPlayer .disabled {
    cursor: default;
    opacity: .3; }
  #musicPlayer #musicPlayer table td {
    cursor: default; }
  #musicPlayer td.music-controls-column div.blockUI.blockOverlay {
    background-size: 20px 20px;
    display: block;
    float: right;
    height: 20px;
    width: 20px;
    z-index: 8 !important; }
  #musicPlayer tr.versionsexpandedrow td.loading-icon {
    text-align: center; }
    #musicPlayer tr.versionsexpandedrow td.loading-icon span.blockUI.blockOverlay {
      background-color: transparent;
      background-size: 20px 20px;
      display: block !important;
      height: 20px;
      margin: 0 auto;
      width: 20px;
      z-index: 8 !important; }
  #musicPlayer td.music-controls-column div.controls-icons-wrapper {
    text-align: right;
    width: 69px; }
  #musicPlayer .control-icon {
    background-image: url("../img/dml/controls-icons.png");
    display: inline-block;
    height: 20px;
    padding: 0;
    vertical-align: middle;
    width: 20px; }
    #musicPlayer .control-icon.local-pre-release {
      background-position: 0 0; }
    #musicPlayer .control-icon.global-pre-release {
      background-position: -19px 0; }
    #musicPlayer .control-icon.claim-exception {
      background-position: -38px 0; }
    #musicPlayer .control-icon.exclusive-license {
      background-position: -57px 0; }
    #musicPlayer .control-icon.general-license {
      background-position: -76px 0; }
    #musicPlayer .control-icon.easy-clear-all {
      background-position: -95px 0; }
    #musicPlayer .control-icon.easy-clear-film-and-tv-only {
      background-position: -114px 0; }
    #musicPlayer .control-icon.easy-clear-live-performance-tv {
      background-position: -133px 0; }
    #musicPlayer .control-icon.no-hassle-clearance {
      background-position: -152px 0; }
    #musicPlayer .control-icon.one-stop {
      background-position: -171px 0; }
    #musicPlayer .control-icon.current-priorities {
      background-position: -190px 0; }
    #musicPlayer .control-icon.dropdown-flag {
      background-position: -208px 0; }
    #musicPlayer .control-icon.blocked {
      background-position: -226px 0; }
    #musicPlayer .control-icon.defined-access {
      background-position: -248px 0; }
  #musicPlayer .dropdown-toggle.icon-dropdown {
    background-color: #FFF;
    border: solid 1px #CCC;
    padding: 0 3px 0 0 !important; }
    #musicPlayer .dropdown-toggle.icon-dropdown:active, #musicPlayer .dropdown-toggle.icon-dropdown:focus, #musicPlayer .dropdown-toggle.icon-dropdown:hover {
      color: #007DBE; }
  #musicPlayer .dropdown-menu.controls-menu {
    font-family: Arial, Helvetica, sans-serif;
    margin-top: -2px;
    max-height: 424px !important;
    overflow: visible;
    z-index: 8; }
    #musicPlayer .dropdown-menu.controls-menu input {
      vertical-align: middle; }
    #musicPlayer .dropdown-menu.controls-menu > li {
      padding: 2px 0; }
    #musicPlayer .dropdown-menu.controls-menu li.required-filter.last {
      border-bottom: solid 1px #CCC;
      margin-bottom: 8px;
      padding-bottom: 6px; }
    #musicPlayer .dropdown-menu.controls-menu li.required-filter label {
      color: #999;
      vertical-align: text-top; }
    #musicPlayer .dropdown-menu.controls-menu li label {
      color: #333; }
  #musicPlayer ul.action-bar {
    display: inline;
    float: left;
    list-style: none;
    margin: 10px 0;
    padding: 0;
    width: 100%; }
    #musicPlayer ul.action-bar > li {
      display: inline; }
      #musicPlayer ul.action-bar > li > label.btn-default,
      #musicPlayer ul.action-bar > li > a.btn-default {
        clear: none;
        float: left;
        line-height: 18px;
        margin: 0 4px 0 0; }
      #musicPlayer ul.action-bar > li a.btn-default.select,
      #musicPlayer ul.action-bar > li label.btn-default.select {
        padding-left: 6px; }
        #musicPlayer ul.action-bar > li a.btn-default.select input,
        #musicPlayer ul.action-bar > li label.btn-default.select input {
          float: left;
          margin: 2px 4px 0 0;
          padding: 0; }
        #musicPlayer ul.action-bar > li a.btn-default.select label,
        #musicPlayer ul.action-bar > li label.btn-default.select label {
          margin-bottom: 0; }
      #musicPlayer ul.action-bar > li a.cta2,
      #musicPlayer ul.action-bar > li label.cta2 {
        float: right;
        margin: 3px -10px 0 0; }
  #musicPlayer #playlistTracks table.table {
    background-color: #fff; }
  #musicPlayer .jp-playlist-container table.table {
    clear: both; }
  #musicPlayer .jp-playlist-container .btn-default {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  #musicPlayer .table {
    border-top: solid 1px #dddddd;
    margin: 0;
    padding: 0;
    width: 100%; }
  #musicPlayer .table th {
    color: #007dbe;
    font-size: 11px;
    font-weight: 700; }
  #musicPlayer .table td {
    cursor: pointer;
    font-size: 11px;
    text-wrap: normal; }
  #musicPlayer .table .nested-grid,
  #musicPlayer .table .nested-grid > td:hover {
    background: #DDDDDD; }
  #musicPlayer #searchContainer {
    position: absolute;
    right: 0;
    top: -12px;
    width: 62%; }
  #musicPlayer .sb-search {
    float: right;
    /*min-width: 38px;*/
    /*max-width: 168px;*/
    height: 60px;
    margin-top: 10px;
    /*width: 0%;*/
    min-width: 60px;
    overflow: hidden;
    position: relative;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s; }
  #musicPlayer .sb-search-input {
    background: #fff;
    border: solid 1px #CCC;
    border-radius: 3px;
    color: #2c3e50;
    float: right;
    font-family: inherit;
    height: 15px;
    margin: 0;
    outline: none;
    padding: 2px;
    position: absolute;
    right: 0;
    top: 13px;
    width: 23px;
    z-index: 10; }
  #musicPlayer .sb-search.sb-search-open .sb-search-input {
    height: 15px;
    padding: 2px;
    width: 178px;
    z-index: 10; }
  #musicPlayer .sb-search-input::-webkit-input-placeholder {
    color: #efb480; }
  #musicPlayer .sb-search-input:-moz-placeholder {
    color: #efb480; }
  #musicPlayer .sb-search-input::-moz-placeholder {
    color: #efb480; }
  #musicPlayer .sb-search-input:-ms-input-placeholder {
    color: #efb480; }
  #musicPlayer .sb-icon-search,
  #musicPlayer .sb-search-submit {
    cursor: pointer;
    display: block;
    height: 60px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 10px; }
  #musicPlayer .sb-search-submit {
    /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: #fff;
    border: none;
    color: transparent;
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    opacity: 0;
    outline: none;
    z-index: -1; }
  #musicPlayer .sb-icon-search {
    background: url("../img/search-icon-small.png") no-repeat scroll 5px 2px white;
    color: #fff;
    font-size: 22px;
    height: 15px;
    right: 1px;
    top: 15px;
    width: 25px;
    z-index: 90; }
  #musicPlayer .no-js .sb-search,
  #musicPlayer .sb-search.sb-search-open {
    min-width: 192px; }
  #musicPlayer .no-js .sb-search .sb-icon-search,
  #musicPlayer .sb-search.sb-search-open .sb-icon-search {
    background: url("../img/search-icon-small.png") no-repeat scroll 5px 2px white;
    color: #fff;
    height: 15px;
    top: 15px;
    width: 25px;
    z-index: 11; }
  #musicPlayer .no-js .sb-search .sb-search-submit,
  #musicPlayer .sb-search.sb-search-open .sb-search-submit {
    z-index: 90; }
  #musicPlayer .btn-default {
    background-color: #FFF4E6;
    border: solid 1px #e9e9e9;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 2px #e9e9e9;
            box-shadow: 2px 2px 2px #e9e9e9;
    color: #007dbe;
    font-size: 12px;
    padding: 4px 6px; }
  #musicPlayer .btn-default:hover,
  #musicPlayer .open .dropdown-toggle.btn-default {
    background-color: #007dbe;
    border-color: #007dbe;
    -webkit-box-shadow: 1px 1px 1px #e9e9e9;
            box-shadow: 1px 1px 1px #e9e9e9;
    color: #ffffff;
    text-decoration: none; }
  #musicPlayer .table > thead > tr > th {
    background-color: #E8F8FF;
    border-bottom: 1px solid #dddddd;
    vertical-align: middle;
    white-space: nowrap; }
  #musicPlayer .table > tbody > tr > td,
  #musicPlayer .table > tbody > tr > th,
  #musicPlayer .table > tfoot > tr > td,
  #musicPlayer .table > tfoot > tr > th,
  #musicPlayer .table > thead > tr > td,
  #musicPlayer .table > thead > tr > th {
    border-top: 1px solid #dddddd;
    line-height: 1.428571429;
    padding: 8px;
    vertical-align: middle; }

/* ==========================================================================
    PLAYLIST LINK
   ========================================================================== */
.playlist-link {
  color: #666;
  display: block;
  font-weight: 400;
  min-height: 24px;
  padding-left: 35px;
  position: relative;
  vertical-align: middle; }
  .playlist-link:hover {
    color: #007DBE; }
  .playlist-link::before {
    background: #F7F7F7;
    border-radius: 2px;
    border: 1px solid #D8D8D8;
    content: '';
    display: inline-block;
    height: 24px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    top: -4px;
    vertical-align: middle;
    width: 24px; }
  .playlist-link::after {
    border-bottom: 6px solid transparent;
    border-left: 10px solid #333;
    border-top: 6px solid transparent;
    content: '';
    display: block;
    left: 8px;
    position: absolute;
    top: 2px; }

.featured-image {
  display: none; }
  @media (min-width: 768px) {
    .featured-image {
      display: block;
      padding-bottom: 15px; } }

/* ==========================================================================
		PROFILE
	 ========================================================================== */
.profile__image {
  margin: 0 5px 0;
  max-width: 100%; }

.profile__description {
  color: #666; }
  .profile__description .heading--quaternary {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .profile__description .heading--quaternary {
        font-size: 1.4rem; } }
  .profile__description p {
    font-size: 1.2rem;
    margin-top: 0; }
    @media (min-width: 768px) {
      .profile__description p {
        font-size: 1.4rem; } }

/* ==========================================================================
	SEARCH
========================================================================== */
.search-header {
  border-bottom: 1px solid #D8D8D8;
  margin: 0 10px;
  padding: 15px 0px;
  position: relative; }
  @media (min-width: 768px) {
    .search-header {
      margin: 0 15px;
      padding: 15px 100px 0px 0px; } }
  .search-header .heading {
    margin-bottom: 15px; }
  .search-header .search-header__results {
    color: #666;
    font-weight: bold; }
    @media (min-width: 768px) {
      .search-header .search-header__results {
        position: absolute;
        top: 20px;
        right: 0; } }

.search-results {
  padding: 0px 10px; }
  @media (min-width: 768px) {
    .search-results {
      padding: 0px 15px; } }

.search-results__item {
  border-bottom: 1px solid #D8D8D8;
  padding: 15px 0; }
  .search-results__item:last-child {
    border-bottom: none; }

.search-results__text {
  margin-bottom: 10px; }
  .search-results__text p {
    margin-top: 0; }

/* ==========================================================================
    SECTION TITLE
========================================================================== */
.section-title, h1 {
  padding: 10px;
  position: relative; }
  @media (min-width: 768px) {
    .section-title, h1 {
      padding: 10px 15px; } }
  .section-title--offset-after-logo .heading {
    position: relative; }
    .section-title--offset-after-logo .heading::after {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
  .section-title--no-bottom-pad {
    padding-bottom: 0; }
  .section-title--no-horizontal-pad {
    padding: 0 0 15px 0; }
  .section-title--row-title {
    padding-bottom: 10px; }
  .section-title--dark {
    color: #333; }
  .section-title--twitter .heading:after {
    color: #00aced; }
  .section-title--border {
    margin-bottom: 20px; }
    .section-title--border::after {
      background: #D8D8D8;
      bottom: 0;
      content: '';
      height: 1px;
      left: 50%;
      position: absolute;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: calc(100% - 20px); }
      @media (min-width: 768px) {
        .section-title--border::after {
          width: calc(100% - 40px); } }
  @media (min-width: 768px) {
    .section-title--flush-right.section-title--border {
      padding-right: 0; }
      .section-title--flush-right.section-title--border::after {
        left: 15px;
        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%);
        width: calc(100% - 15px); } }
  .section-title--instagram .heading:after {
    background: url("../images/instagram-logo.svg") no-repeat 0 0;
    bottom: -7px;
    content: '';
    display: inline-block;
    height: 25px;
    position: relative;
    width: 25px; }
  @media (min-width: 769px) {
    .section-title--narrow {
      max-width: 75%; } }
  .section-title .heading, h1 .heading {
    margin: 0;
    padding: 0; }
    .section-title .heading::before, h1 .heading::before {
      margin-right: 10px; }
    .section-title .heading::after, h1 .heading::after {
      margin-left: 10px; }
  .section-title .heading--primary, h1 .heading--primary, .section-title h1, h1 h1 {
    display: inline-block;
    margin: 0; }
  .section-title .heading--tertiary, h1 .heading--tertiary {
    margin: 0; }

.section-title__subtitle {
  margin: 10px 0 0; }
  .section-title__subtitle--no-margin {
    margin: 0; }
  .section-title__subtitle a {
    color: #007DBE; }

.section-title__value {
  color: #007DBE;
  font-size: 1.2rem; }

.section-title__link {
  color: #007DBE;
  display: inline-block;
  font-weight: 700;
  margin: 0;
  padding: 20px 0 0; }
  @media (min-width: 769px) {
    .section-title__link {
      float: right;
      padding: 0;
      text-align: right; } }
  .section-title__link::after, .section-title__link::before {
    line-height: 1;
    padding: 0 5px; }
  .section-title__link:hover {
    color: #000033; }

/* ==========================================================================
    ASIDE
   ========================================================================== */
.section--relative {
  position: relative; }

.section--border {
  position: relative; }
  .section--border::after {
    background: #D8D8D8;
    content: '';
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 20px); }
    @media (min-width: 1025px) {
      .section--border::after {
        width: calc(100% - 30px); } }

.section--top-padding {
  padding-top: 15px; }

/* ==========================================================================
    SELECTION OPTIONS
   ========================================================================== */
.selection-options {
  zoom: 1; }
  .selection-options::after, .selection-options::before {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden; }
  .selection-options::after {
    clear: both; }
  .selection-options--align-right {
    text-align: right; }
  .selection-options--align-left {
    text-align: left; }
  .selection-options--align-center {
    text-align: center; }
  .selection-options--modal-controls {
    padding: 10px 0; }
  .selection-options .button, .selection-options .cta1, .selection-options #cu-social a, #cu-social .selection-options a, .selection-options .cta2 {
    font-size: 1.1rem;
    margin: 0;
    min-width: 30px;
    padding: 7px 4px; }
    @media (min-width: 341px) {
      .selection-options .button, .selection-options .cta1, .selection-options #cu-social a, #cu-social .selection-options a, .selection-options .cta2 {
        font-size: 1.2rem;
        padding: 7px; } }
    @media (min-width: 421px) {
      .selection-options .button, .selection-options .cta1, .selection-options #cu-social a, #cu-social .selection-options a, .selection-options .cta2 {
        font-size: 1.4rem; } }
    .selection-options .button--select-all {
      padding-top: 7px;
      padding-bottom: 5px; }
      .selection-options .button--select-all .field__label, .selection-options .button--select-all .calendar-filter__label {
        font-size: inherit;
        font-weight: inherit;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 22px;
        min-height: 18px; }
        @media (max-width: 420px) {
          .selection-options .button--select-all .field__label span, .selection-options .button--select-all .calendar-filter__label span {
            position: relative;
            top: 1px; } }
    .selection-options .button--arrow-left, .selection-options .cta2 {
      margin-left: 10px; }
      @media (min-width: 768px) {
        .selection-options .button--arrow-left, .selection-options .cta2 {
          margin-left: 15px; } }
    .selection-options .button--arrow-right, .selection-options .cta1, .selection-options #cu-social a, #cu-social .selection-options a {
      margin-right: 10px; }
      @media (min-width: 768px) {
        .selection-options .button--arrow-right, .selection-options .cta1, .selection-options #cu-social a, #cu-social .selection-options a {
          margin-right: 15px; } }
    .selection-options .button--larger {
      height: 38px; }
    .selection-options .button--action::before {
      margin: 0; }
    .selection-options .button--action .button-label {
      display: none; }
      @media (min-width: 421px) {
        .selection-options .button--action .button-label {
          display: inline-block; } }
    .selection-options .button--action .button-label--full-above-tablet {
      display: none; }
      @media (min-width: 1025px) {
        .selection-options .button--action .button-label--full-above-tablet {
          display: inline-block; } }
    .selection-options .button--action .button-label--full-desktop {
      display: none; }
      @media (min-width: 1280px) {
        .selection-options .button--action .button-label--full-desktop {
          display: inline-block; } }
    .selection-options .button--action .button-label--full-above-laptop {
      display: none; }
      @media (min-width: 990px) {
        .selection-options .button--action .button-label--full-above-laptop {
          display: inline-block; } }
    .selection-options .button--action .button-label--full-above-tablet-portrait {
      display: none; }
      @media (min-width: 769px) {
        .selection-options .button--action .button-label--full-above-tablet-portrait {
          display: inline-block; } }
    .selection-options .button--action-label::before {
      margin: 0; }
    .selection-options .button--action-label .button-label {
      display: inline-block; }
    .selection-options .button--action-select {
      position: relative; }
      .selection-options .button--action-select[disabled] {
        background: #EBEBEB; }
      .selection-options .button--action-select .tooltip {
        background: #FFF;
        border: 1px solid #007DBE;
        border-radius: 5px;
        display: none;
        font-size: .75em;
        left: 50%;
        padding: 3px 5px;
        position: absolute;
        top: -25px;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        z-index: 20; }
        @media (min-width: 769px) {
          .selection-options .button--action-select .tooltip {
            display: none !important; } }
    .selection-options .button .button-label, .selection-options .cta1 .button-label, .selection-options #cu-social a .button-label, #cu-social .selection-options a .button-label, .selection-options .cta2 .button-label {
      padding-left: 5px;
      pointer-events: none; }
    .selection-options .button[data-icon-before=""] .button-label, .selection-options .cta1[data-icon-before=""] .button-label, .selection-options #cu-social a[data-icon-before=""] .button-label, #cu-social .selection-options a[data-icon-before=""] .button-label, .selection-options .cta2[data-icon-before=""] .button-label {
      padding-left: 0; }

.selection-options__list {
  padding: 0;
  margin: 0;
  text-align: left;
  zoom: 1;
  padding-bottom: 8px;
  border-bottom: solid 1px #D8D8D8; }
  .selection-options__list::after, .selection-options__list::before {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden; }
  .selection-options__list::after {
    clear: both; }
  @media (min-width: 769px) {
    .selection-options__list {
      padding-bottom: 15px; }
      .pull-left-above-phone .selection-options__list {
        padding-bottom: 0; } }
  @media (min-width: 768px) {
    .pull-left-above-phone .selection-options__list {
      border-bottom: none; } }
  .selection-options__list--inline-block-above-phone > li {
    display: inline-block; }
  .selection-options__list--align-right {
    text-align: right; }
  .selection-options__list--align-left {
    text-align: left; }
  .selection-options__list--align-center {
    text-align: center; }
  .selection-options__list--flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .selection-options__list--flex .selection-options__item {
      float: none;
      width: 100%; }
    .selection-options__list--flex .button, .selection-options__list--flex .cta1, .selection-options__list--flex #cu-social a, #cu-social .selection-options__list--flex a, .selection-options__list--flex .cta2 {
      width: 100%; }
    @media (min-width: 768px) {
      .selection-options__list--flex {
        display: block; }
        .selection-options__list--flex .selection-options__item {
          float: left;
          width: auto; }
        .selection-options__list--flex .button, .selection-options__list--flex .cta1, .selection-options__list--flex #cu-social a, #cu-social .selection-options__list--flex a, .selection-options__list--flex .cta2 {
          width: auto; } }
  .selection-options__list--no-margin {
    margin: 0; }

.selection-options__item {
  display: inline-block;
  float: left;
  margin: 0 2px 2px 0; }
  @media (min-width: 341px) {
    .selection-options__item {
      margin: 0 5px 2px 0; } }
  .selection-options__item:last-child {
    margin-right: 0; }
  @media (min-width: 769px) {
    .selection-options__item--align-right {
      float: right; } }
  .selection-options__list--align-right .selection-options__item {
    float: none; }
  .selection-options--modal-controls .selection-options__item {
    float: left;
    width: calc(50% - 5px); }
    @media (min-width: 768px) {
      .selection-options--modal-controls .selection-options__item {
        float: none;
        width: auto; } }
    .selection-options--modal-controls .selection-options__item .button, .selection-options--modal-controls .selection-options__item .cta1, .selection-options--modal-controls .selection-options__item #cu-social a, #cu-social .selection-options--modal-controls .selection-options__item a, .selection-options--modal-controls .selection-options__item .cta2 {
      display: block;
      width: 100%; }

/* ==========================================================================
    SELECTION TAGS
   ========================================================================== */
.selection-tags {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  zoom: 1; }
  .selection-tags::after, .selection-tags::before {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden; }
  .selection-tags::after {
    clear: both; }
  .selection-tags--align-center {
    text-align: center; }

.selection-tags__item {
  vertical-align: middle;
  font-size: 1.2rem;
  margin: 0 0 3px 0; }
  .selection-tags__item.selection-tags__item--title {
    font-size: 1.4rem; }
    .selection-tags--align-buttons .selection-tags__item.selection-tags__item--title {
      font-size: 1.2rem; }
  .selection-tags--align-center .selection-tags__item {
    float: none; }
  .selection-tags--inline .selection-tags__item {
    display: inline-block;
    float: none;
    line-height: 1.6;
    margin: 0 10px 0 0;
    vertical-align: baseline;
    width: auto;
    position: relative; }
    .selection-tags--inline .selection-tags__item--no-margin-right {
      margin-right: 0; }
    .table__row--expandable .selection-tags--inline .selection-tags__item {
      margin-top: 3px;
      margin-bottom: 3px; }
  .selection-tags__item .tag-close-btn {
    padding: 0 3px;
    margin: 0 3px;
    top: -1px;
    vertical-align: middle; }
    .selection-tags--align-buttons .selection-tags__item .tag-close-btn {
      display: inline-block;
      font-size: 1.2rem;
      position: relative;
      top: -1px;
      vertical-align: top; }
  .selection-tags__item .tag-close-all-btn {
    margin-top: -4px; }
    .selection-tags__item .tag-close-all-btn::after {
      margin-left: 3px; }
  .selection-tags__item--title {
    display: block;
    font-weight: 500;
    margin: 5px 0 6px 0; }
    .selection-tags--inline .selection-tags__item--title {
      margin: 0 10px 0 0; }
    .selection-tags__item--title .tag-close-btn {
      padding: 2px 3px 2px 5px; }
    .selection-tags__item--title .button-label {
      display: inline-block;
      margin-right: 5px; }
  .selection-tags--az .selection-tags__item {
    font-size: 1.2rem; }
    @media (min-width: 769px) {
      .selection-tags--az .selection-tags__item {
        font-size: 1.6rem; } }

.selection-tags__toggle {
  border: 1px solid transparent;
  color: #007DBE;
  padding: 5px; }
  .selection-tags__toggle--active {
    background: #f2f2f2;
    border-color: #D8D8D8; }

.selection-tags__label {
  line-height: 1.2;
  font-weight: 500;
  margin: 0 5px 0 0; }
  @media (min-width: 769px) {
    .selection-tags__label {
      max-width: 80px;
      min-width: 50px; } }

.selection-tags__value {
  line-height: 1.2;
  vertical-align: top; }

.selection-tags__remove {
  display: inline-block;
  line-height: 2;
  padding: 0;
  position: relative;
  vertical-align: middle;
  top: -1px; }

/* ==========================================================================
		SLIDER
	 ========================================================================== */
.scroll-wrapper,
.slider-wrapper {
  display: block;
  overflow: hidden;
  padding-bottom: 10px; }
  .is-mobile .scroll-wrapper,
  .is-tablet .scroll-wrapper, .is-mobile
  .slider-wrapper,
  .is-tablet
  .slider-wrapper {
    overflow-x: auto;
    position: relative;
    width: auto; }
  .scroll-wrapper--show-overflow,
  .slider-wrapper--show-overflow {
    overflow: visible; }

.slider {
  opacity: 0;
  position: relative;
  -webkit-transition: opacity 0.75s cubic-bezier(0.215, 0.61, 0.355, 1), height 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.75s cubic-bezier(0.215, 0.61, 0.355, 1), height 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.75s cubic-bezier(0.215, 0.61, 0.355, 1), height 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  visibility: visible;
  width: 100%; }
  .filter .slider {
    background: transparent;
    color: #007DBE; }
  .is-mobile .slider,
  .is-tablet .slider {
    display: table;
    opacity: 1;
    table-layout: fixed;
    width: 100%; }
  .slider--collapsed {
    height: 0;
    visibility: hidden;
    z-index: -10; }
    .slider--collapsed .slick-next,
    .slider--collapsed .slick-prev {
      display: none; }
    .is-mobile .slider--collapsed,
    .is-tablet .slider--collapsed {
      display: none; }
  .slider.slick-initialized {
    opacity: 1; }
  .slider--border-inner, .slider--border-outer {
    border: 1px solid #D8D8D8; }
  .slider--border-inner .slider__slide {
    border: none;
    height: auto;
    width: calc(100% + 1px); }
    .slider--border-inner .slider__slide--active::after {
      border: 1px solid #007DBE;
      content: '';
      height: 100%;
      left: 0;
      pointer-events: none;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 3; }
      @media (min-width: 421px) {
        .slider--border-inner .slider__slide--active::after {
          left: 1px;
          width: calc(100% - 2px); } }
    @media (min-width: 421px) {
      .slider--border-inner .slider__slide {
        border-left: 1px solid #D8D8D8;
        border-right: 1px solid #D8D8D8;
        margin-left: -1px; } }
  .slider .slick-track {
    display: block;
    position: relative;
    width: 100%;
    zoom: 1; }
    .slider .slick-track::after, .slider .slick-track::before {
      content: ' ';
      display: block;
      height: 0;
      overflow: hidden; }
    .slider .slick-track::after {
      clear: both; }
    .flexbox .slider .slick-track {
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-pack: stretch;
      -webkit-justify-content: stretch;
          -ms-flex-pack: stretch;
              justify-content: stretch; }
  .slider .slick-next,
  .slider .slick-prev {
    background: #FFF;
    border: solid 1px #D8D8D8;
    border-radius: 100%;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 26px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: border-color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: border-color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: border-color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 25px;
    z-index: 2; }
    .filter .slider .slick-next, .filter
    .slider .slick-prev {
      top: 50px;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    @media (min-width: 1280px) {
      .slider .slick-next,
      .slider .slick-prev {
        height: 46px;
        width: 45px; } }
    .slider .slick-next:hover,
    .slider .slick-prev:hover {
      border-color: #007DBE; }
      .slider .slick-next:hover::before,
      .slider .slick-prev:hover::before {
        color: #007DBE; }
    .slider .slick-next::before,
    .slider .slick-prev::before {
      color: #007DBE;
      font-size: 1rem;
      -webkit-transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
      @media (min-width: 1280px) {
        .slider .slick-next::before,
        .slider .slick-prev::before {
          font-size: 1.8rem; } }
    .slider .slick-next.slick-disabled,
    .slider .slick-prev.slick-disabled {
      display: none !important; }
  .slider .slick-prev {
    left: -10px;
    right: auto; }
    @media (min-width: 1280px) {
      .slider .slick-prev {
        left: -23px; } }
  .slider .slick-next {
    left: auto;
    right: -10px; }
    @media (min-width: 1280px) {
      .slider .slick-next {
        right: -23px; } }
  .slider .slick-dots {
    margin-top: 0;
    padding: 0;
    position: relative;
    text-align: center; }
    @media (min-width: 769px) {
      .slider .slick-dots {
        bottom: 0;
        display: inline-block;
        left: 50%;
        margin: 0;
        position: absolute;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); } }
    .slider .slick-dots li {
      display: inline-block;
      margin: 0 6px; }
      .slider .slick-dots li.slick-active button {
        background: #007DBE;
        border: 1px solid #007DBE; }
    .slider .slick-dots button {
      background: 0;
      border: 1px solid #D8D8D8;
      font-size: 0;
      height: 10px;
      margin: 0;
      padding: 0;
      width: 15px; }
      .slider .slick-dots button:hover {
        border: 1px solid #007DBE; }
  .slider.slider--hero {
    overflow: hidden;
    position: relative; }
    .slider.slider--hero img {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
    @media (min-width: 1025px) {
      .slider.slider--hero {
        margin: 0 15px;
        width: calc(100% - 30px); } }
    .slider.slider--hero .slick-dots {
      bottom: 10px;
      position: absolute;
      width: 100%; }
      .slider.slider--hero .slick-dots button {
        border-color: #FFF; }
      @media (min-width: 768px) {
        .slider.slider--hero .slick-dots {
          bottom: 20px;
          left: auto;
          right: 20px;
          -webkit-transform: translate(0, 0);
              -ms-transform: translate(0, 0);
                  transform: translate(0, 0);
          width: auto; } }

.slider__slide {
  outline: none;
  position: relative; }
  .is-mobile .slider__slide,
  .is-tablet .slider__slide {
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 80vw; }
    @media (min-width: 421px) {
      .is-mobile .slider__slide,
      .is-tablet .slider__slide {
        width: 40vw; } }
    @media (min-width: 769px) {
      .is-mobile .slider__slide,
      .is-tablet .slider__slide {
        width: 30vw; } }
  @media (min-width: 768px) {
    .is-tablet .aside__container .slider__slide,
    .is-mobile .aside__container .slider__slide {
      width: 23vw;
      padding-right: 20px; } }
  @media (min-width: 768px) {
    .is-mobile .slider--no-offset-thirds-tablet .slider__slide {
      width: 33%; } }
  @media (min-width: 1025px) {
    .is-mobile .slider--no-offset-thirds-tablet .slider__slide {
      width: auto; } }
  .no-flexbox .slider__slide {
    float: left; }
  .filter .slider__slide {
    padding: 0 20px;
    text-align: left; }
  .slider__slide:focus {
    outline: none; }

.slider--timeline {
  cursor: move;
  position: static; }
  @media (min-width: 768px) {
    .slider--timeline .slider__slide {
      width: 72vw; } }
  @media (min-width: 769px) {
    .slider--timeline .slider__slide {
      width: 44vw; } }
  @media (min-width: 1025px) {
    .slider--timeline .slider__slide {
      width: 28vw; }
      .no-touchevents .slider--timeline .slider__slide:last-child {
        margin-right: 20vh; } }

.slider--dot-nav .slick-dots {
  position: relative;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }

/* ==========================================================================
  SOCIAL LIST
========================================================================== */
.social-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%; }

.social-list__item {
  display: inline-block;
  font-size: 0; }
  .social-list__item:last-child .social-list__link {
    margin-right: 0; }

.social-list__link {
  border: 1px solid #D8D8D8;
  border-radius: 50%;
  color: #666;
  display: block;
  font-size: 0;
  height: 32px;
  margin: 0 5px 10px;
  padding-top: 6px;
  text-align: center;
  width: 32px; }
  .social-list__link:hover {
    color: #007DBE;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s; }
  .social-list__link::before {
    font-size: 18px; }

/* ==========================================================================
    SONG-DETAIL LYRICS
   ========================================================================== */
.lyrics-container {
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all; }

.lyrics {
  color: #666;
  margin: 0;
  padding: 0; }

/* ==========================================================================
    SONG DETAIL TABS
   ========================================================================== */
/* ==========================================================================
    SONG DETAILS
   ========================================================================== */
.details-list {
  zoom: 1; }
  .details-list::after, .details-list::before {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden; }
  .details-list::after {
    clear: both; }
  .details-list .details-list__label,
  .details-list .details-list__item {
    display: inline-block;
    margin-bottom: 10px;
    width: 40%; }
  .details-list .details-list__label {
    font-weight: 500;
    width: 30%;
    vertical-align: top; }
  .details-list--full-width {
    width: 100%; }
    .details-list--full-width .details-list__label {
      width: 45%; }
    .details-list--full-width .details-list__item {
      width: calc(55% - 50px); }

.music-control-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.music-control-list__item {
  display: inline-block;
  margin-right: 3px; }
  .music-control-list__item:last-child {
    margin-right: 0; }

.music-control-list__link {
  color: #333; }

/* ==========================================================================
		SONGLIST
	 ========================================================================== */
.songlist {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  list-style-type: none;
  margin: 0;
  padding: 10px 0 0 0; }
  @media (min-width: 421px) {
    .songlist {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; } }
  @media (min-width: 768px) {
    .songlist {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1; } }

.songlist__item {
  padding: 5px 0; }

.songlist__link {
  background: none;
  color: #666;
  display: block;
  padding-left: 30px;
  position: relative; }
  .songlist__link:hover {
    color: #007DBE; }
  .songlist__link::before {
    background: #F7F7F7;
    border-radius: 2px;
    border: 1px solid #D8D8D8;
    content: '';
    display: inline-block;
    height: 18px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    top: -2px;
    vertical-align: middle;
    width: 18px; }
  .songlist__link::after {
    border-bottom: 4px solid transparent;
    border-left: 7px solid #333;
    border-top: 4px solid transparent;
    content: '';
    display: block;
    left: 6px;
    position: absolute;
    top: 3px; }

/* ==========================================================================
		SUB MENU
	 ========================================================================== */
.sub-menu {
  background: #FFF;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8; }

.sub-menu__list {
  position: relative;
  padding: 38px 0 0; }
  @media (min-width: 421px) {
    .sub-menu__list {
      padding: 57px 0 0; } }
  @media (min-width: 769px) {
    .sub-menu__list {
      padding: 0 20px; } }

.sub-menu__item {
  border-bottom: 1px solid #D8D8D8;
  display: none;
  position: relative;
  padding: 0 10px;
  width: 100%; }
  @media (min-width: 421px) {
    .sub-menu__item {
      padding: 0 20px; } }
  @media (min-width: 769px) {
    .sub-menu__item {
      border: 0;
      display: inline-block;
      margin: 0 30px 0 0;
      padding: 0;
      width: auto; } }
  @media (min-width: 1025px) {
    .sub-menu__item {
      border: 0;
      display: inline-block;
      margin: 0 60px 0 0;
      padding: 0;
      width: auto; } }
  @media (min-width: 769px) {
    .sub-menu__item:first-child {
      padding-left: 0; } }
  .sub-menu__item:last-child {
    border: 0; }
    @media (min-width: 769px) {
      .sub-menu__item:last-child {
        margin: 0; } }
  .sub-menu__item--active {
    border-bottom: 1px solid #D8D8D8;
    display: block;
    position: absolute;
    top: 0; }
    .sub-menu__item--active:last-child {
      border-bottom: 1px solid #D8D8D8; }
    @media (min-width: 769px) {
      .sub-menu__item--active {
        border: 0;
        display: inline-block;
        position: relative; }
        .sub-menu__item--active:last-child {
          border: 0; } }
    .sub-menu__item--active::after {
      font-size: 1.6rem;
      position: absolute;
      right: 20px;
      top: 50%;
      -webkit-transform: translate(0, -50%) rotate(0deg);
          -ms-transform: translate(0, -50%) rotate(0deg);
              transform: translate(0, -50%) rotate(0deg);
      -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
      @media (min-width: 769px) {
        .sub-menu__item--active::after {
          content: "";
          display: none; } }
  .sub-menu--active .sub-menu__item {
    display: block; }
    @media (min-width: 769px) {
      .sub-menu--active .sub-menu__item {
        display: inline-block; } }
    .sub-menu--active .sub-menu__item::after {
      -webkit-transform: translate(0, -50%) rotate(180deg);
          -ms-transform: translate(0, -50%) rotate(180deg);
              transform: translate(0, -50%) rotate(180deg); }

.sub-menu__title {
  color: #333;
  display: block;
  padding: 10px 0; }
  @media (min-width: 421px) {
    .sub-menu__title {
      padding: 20px 0; } }
  @media (min-width: 769px) {
    .sub-menu__title {
      padding: 30px 0; } }
  .sub-menu__title::before {
    display: none; }
    @media (min-width: 769px) {
      .sub-menu__title::before {
        display: inline-block;
        margin: 0 8px 0 0; } }

.sub-menu__link {
  color: #007DBE;
  display: block;
  padding: 10px 0; }
  @media (min-width: 421px) {
    .sub-menu__link {
      padding: 20px 0; } }
  @media (min-width: 769px) {
    .sub-menu__link {
      padding: 30px 0; } }
  .sub-menu__link[data-jumplink], .sub-menu__link[data-modal] {
    cursor: pointer; }
  .sub-menu__link::before {
    display: none; }
    @media (min-width: 769px) {
      .sub-menu__link::before {
        display: inline-block;
        margin: 0 8px 0 0; } }
  .sub-menu__link::after {
    display: none; }
    @media (min-width: 769px) {
      .sub-menu__link::after {
        display: inline-block;
        margin: 0 0 0 3px; } }
  .sub-menu__link:hover {
    color: #007DBE; }
  @media (min-width: 769px) {
    .sub-menu__item--active .sub-menu__link {
      color: #333; } }

/* ==========================================================================
    TABLE MODULE
   ========================================================================== */
.table {
  overflow: hidden;
  width: 100%;
  zoom: 1; }
  .table::after, .table::before {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden; }
  .table::after {
    clear: both; }
  .table--scroll {
    overflow-x: auto;
    position: relative; }
  .table--scroll-y {
    max-height: 400px;
    overflow-y: auto; }
  @media (min-width: 768px) {
    .table--short {
      max-height: 255px;
      overflow: auto; } }
  .table--no-scroll,
  .modal .table--no-scroll {
    max-height: none;
    overflow-y: visible; }
  .table--margin-top {
    margin-top: 10px; }
  .table [data-icon-before="exclamation-triangle"] {
    font-size: 1.2rem;
    color: #d57171; }
  @media (max-width: 767px) {
    .table.bordered {
      border-left: none;
      border-right: none; } }
  .table.bordered.table--results .table__header {
    border-top-width: 1px; }
  .table--clickable-headers .table__header {
    cursor: pointer; }
  .table--clickable-rows .table__row {
    cursor: pointer;
    /**
       * We can't apply background-color to a tr because we need to use a workaround
       * for Firefox to solve the issue with background painting over border:
       * https://stackoverflow.com/questions/7517127/borders-not-shown-in-firefox-with-border-collapse-on-table-position-relative-o/7519866#7519866
       */ }
    .table--clickable-rows .table__row td.table__data, .table--clickable-rows .table__row::before, .table--clickable-rows .table__row::after {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
    .table--clickable-rows .table__row:hover td.table__data, .table--clickable-rows .table__row:hover::before, .table--clickable-rows .table__row:hover::after {
      background-color: #F7F7F7;
      background-clip: padding-box; }
  .table--results tbody--reordering .table__data {
    padding: 3px 5px; }
  .table--results .table__data {
    line-height: 1.5;
    padding: 4px 10px;
    vertical-align: middle; }
    .table--results .table__data .table__element .table__header {
      line-height: normal; }
    .table--results .table__data.table__data--restricted .field__element--checkbox ~ .field__label, .table--results .table__data.table__data--restricted .field__element--checkbox ~ .calendar-filter__label {
      min-width: 24px;
      min-height: 24px;
      display: inline-block;
      vertical-align: middle;
      margin: 4px 0;
      padding: 0;
      height: auto; }
    @media (min-width: 768px) {
      .table--results .table__data.table__data--restricted .field__element--checkbox ~ .field__label, .table--results .table__data.table__data--restricted .field__element--checkbox ~ .calendar-filter__label {
        margin: 5px 0;
        min-width: 16px;
        min-height: 16px;
        width: auto;
        height: auto; } }
    .table--results .table__data .button--control {
      font-size: 0;
      height: 24px;
      margin: 0;
      padding: 0 4px 1px;
      position: relative;
      width: 24px;
      display: inline-block;
      vertical-align: middle; }
      @media (min-width: 768px) {
        .table--results .table__data .button--control {
          height: 16px;
          margin: 3px 2px;
          padding: 0;
          position: relative;
          width: 17px; } }
      .table--results .table__data .button--control::before {
        font-size: 1rem;
        top: 0;
        left: 0;
        position: relative; }
        @media (max-width: 767px) {
          .table--results .table__data .button--control::before {
            font-size: 1.2rem; } }
    @media (min-width: 768px) {
      .table--results .table__data .button--play {
        margin: 7px 10px; } }
    .table--results .table__data a.button--control::before {
      top: 2px; }
      @media (max-width: 767px) {
        .table--results .table__data a.button--control::before {
          top: 5px; } }
  .table--results thead tr {
    border-top: solid 1px #D8D8D8; }
    .is-IE .table--results thead tr {
      border-top-width: 2px; }
  .table--results .table__header {
    border: none;
    background: #e6f7fd;
    color: #007DBE;
    padding: 0 10px;
    height: 35px; }
    .table--results .table__header--large-small .large {
      display: block; }
    .table--results .table__header--large-small .small {
      font-size: 1.1rem;
      font-weight: normal; }
    .table--results .table__header--sorting {
      cursor: pointer; }
      .table--results .table__header--sorting:hover {
        color: #005b8b; }
    .table--results .table__header--sorting-desc {
      color: #005b8b;
      cursor: pointer; }
    .table--results .table__header--sorting-asc {
      color: #005b8b;
      cursor: pointer; }
    .table--results .table__header--align-right {
      text-align: right; }
  .table--tags .table__data {
    vertical-align: top; }
  .table--tags .tag-data {
    display: block; }

.scrollable-table-wrapper {
  height: 200px;
  overflow-y: auto;
  width: 100%;
  border-bottom: solid 1px #D8D8D8; }
  .scrollable-table-wrapper .table {
    overflow: visible; }

tbody {
  position: relative; }
  tbody--reordering .table__row:hover {
    cursor: pointer; }
    @media (min-width: 768px) {
      tbody--reordering .table__row:hover {
        cursor: move; } }
  @media (max-width: 767px) {
    tbody--reordering .table__row .table__data {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
      tbody--reordering .table__row .table__data.phone-hide {
        display: none; }
    tbody--reordering .table__row .table__data-label {
      padding: 0 10px 0 0;
      min-width: 100px; }
      .is-mobile tbody--reordering .table__row .table__data-label,
      .is-tablet tbody--reordering .table__row .table__data-label {
        margin-left: 30px; }
    tbody--reordering .table__row .reorder-handle {
      margin-right: 0; }
    tbody--reordering .table__row .reorder-handle ~ .table__data-label {
      margin-left: 0; }
    tbody--reordering .table__row .table__data-content {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      width: auto; } }
  tbody--reordering .table__row--expandable > .table__data.table__data {
    padding: 0; }
  @media (max-width: 767px) {
    tbody--reordering .table__row--expandable > .table__data {
      padding: 0 5px; } }
  tbody--reordering--sortable-chosen {
    background: #F7F7F7; }
  tbody--reordering .reorder-handle {
    height: 26px;
    width: 30px;
    margin-right: 10px;
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      tbody--reordering .reorder-handle {
        margin-bottom: -10px;
        bottom: 5px; } }
    .is-desktop tbody--reordering .reorder-handle {
      display: none; }
    tbody--reordering .reorder-handle::before {
      font-size: 2.5rem; }

.table--responsive {
  overflow-x: auto; }

.table__message {
  padding: 10px;
  text-align: center; }

ng-table {
  display: block;
  height: auto;
  width: 100%;
  border-bottom: solid 1px #D8D8D8; }
  .scrollable-table-wrapper ng-table,
  ng-table .table__element,
  .bordered ng-table {
    border-bottom: none; }
  ng-table .table--layout-fixed {
    table-layout: fixed; }
  ng-table .table--layout-auto {
    table-layout: auto; }
  @media (max-width: 767px) {
    ng-table .table--songs-request thead {
      display: none; } }
  @media (min-width: 769px) {
    ng-table .table--songs-request .field__label, ng-table .table--songs-request .calendar-filter__label {
      display: none; } }

thead {
  background: #FFF; }

.floatThead-container {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }

.table__header {
  border-bottom: 1px solid #D8D8D8;
  font-size: 1.3rem;
  padding: 10px;
  text-align: left; }
  @media (min-width: 769px) {
    .table__header {
      padding: 15px; } }
  .table__header::after {
    margin: 0 0 0 5px; }
  .table__header .button, .table__header .cta1, .table__header #cu-social a, #cu-social .table__header a, .table__header .cta2 {
    margin-top: 2px;
    margin-bottom: 2px; }
  .table__header--enlarged {
    min-width: 75px; }
    @media (min-width: 769px) {
      .table__header--enlarged {
        min-width: 100px; } }
  .table__header--spacer::after {
    content: " ";
    display: block;
    position: relative; }
  .table--results.table--responsive .table__header {
    display: none; }
    @media (min-width: 768px) {
      .table--results.table--responsive .table__header {
        display: table-cell; } }
  .table__header--centered {
    text-align: center; }
  .table__header[data-text-align="left"] {
    text-align: left; }
  .table__header[data-text-align="center"] {
    text-align: center; }
  .table__header[data-text-align="right"] {
    text-align: right; }

.table__row {
  border-bottom-width: 0;
  border-top: solid 1px #D8D8D8;
  padding: 10px 0;
  position: relative;
  zoom: 1; }
  .table__row::after, .table__row::before {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden; }
  .table__row::after {
    clear: both; }
  .table__row.tr--compact .module, .table__row.tr--compact .fw-cols-2 .asideRight .asideContent, .fw-cols-2 .asideRight .table__row.tr--compact .asideContent {
    padding: 3px 10px; }
    .table__row.tr--compact .module .selection-tags__value, .table__row.tr--compact .fw-cols-2 .asideRight .asideContent .selection-tags__value, .fw-cols-2 .asideRight .table__row.tr--compact .asideContent .selection-tags__value {
      font-size: 1.1rem; }
  .table__row::before {
    height: 10px; }
  .table__row::after {
    height: 10px; }
  @media (min-width: 768px) {
    .table__row {
      padding-bottom: 14px; }
      .table__row::after, .table__row::before {
        content: "";
        display: none; } }
  .table__row--details {
    border-top: none;
    padding: 0; }
    .modal .table__row--details .table__data.table__data.table__data, .modal
    .table__row--details .table__data.table__data.table__data:only-child, .modal
    .table__row--details .table__data.table__data.table__data:first-of-type, .modal
    .table__row--details .table__data.table__data.table__data:last-of-type {
      height: auto; }
    @media (max-width: 767px) {
      .table__row--details::before {
        display: none; } }
  .table__row .ios {
    display: block; }
  .table__row--no-border {
    border: 0 !important; }
  .table__row--expandable {
    display: none !important;
    border-bottom: solid 1px #D8D8D8; }
    .table__row--expandable > .table__data .table {
      max-height: 300px;
      overflow-y: auto; }
      .modal .table__row--expandable > .table__data .table {
        max-height: none; }
    .table__row--expandable .form .field {
      margin: 10px 0; }
    .table__row--expandable::before, .table__row--expandable::after {
      display: none; }
  .table__row--expanded {
    display: table-row !important; }
  .table--results .table__row {
    border-bottom-style: solid;
    position: relative; }
    .table--results .table__row:first-child {
      border-top: 1px solid #D8D8D8; }
  .table--responsive .table__row {
    width: 100%;
    /**
     * We can't apply background-color to a tr because we need to use a workaround
     * for Firefox to solve the issue with background painting over border:
     * https://stackoverflow.com/questions/7517127/borders-not-shown-in-firefox-with-border-collapse-on-table-position-relative-o/7519866#7519866
     */ }
    .table--responsive .table__row td.table__data, .table--responsive .table__row::before, .table--responsive .table__row::after {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
    .table--responsive .table__row.table__row:hover td.table__data, .table--responsive .table__row.table__row:hover::before, .table--responsive .table__row.table__row:hover::after, .table--responsive .table__row.table__row--child td.table__data, .table--responsive .table__row.table__row--child::before, .table--responsive .table__row.table__row--child::after {
      background-color: #F7F7F7;
      background-clip: padding-box; }
    .table--responsive .table__row.table__row--child .table__data-label {
      padding-left: 10px;
      min-width: calc(40% - 10px); }
    @media (min-width: 768px) {
      .table--responsive .table__row {
        display: table-row;
        width: auto; }
        .table--responsive .table__row.table__row--child .table__data.table__data.table__data:first-of-type {
          padding-left: 15px; } }

.table__data {
  color: #666;
  padding: 5px;
  position: relative;
  text-align: left;
  -webkit-transition: background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
  @media (min-width: 769px) {
    .table__data {
      min-width: auto;
      padding: 15px; } }
  .table__data--large-small .table__data-content .large {
    font-size: 1.6rem;
    font-weight: 500; }
  .table__data--large-small .table__data-label .small {
    display: block;
    margin-left: 0;
    line-height: 1; }
  .table__data--large-small .small {
    font-size: 1.1rem;
    font-weight: normal;
    margin-left: 4px; }
  .table__data--no-padding {
    padding: 0 !important; }
  @media (min-width: 768px) {
    .table .table__data--restricted.table__data--restricted {
      width: 60px; } }
  .table__data[data-text-align="left"] {
    text-align: left; }
  .table__data[data-text-align="center"] {
    text-align: center; }
  .table__data[data-text-align="right"] {
    text-align: right; }
  .table--headerless .table__data {
    font-size: 1.4rem; }
  .table__row--alternate .table__data {
    background: #F7F7F7; }
  .table--responsive .table__data {
    display: block;
    width: 100%; }
    @media (min-width: 768px) {
      .table--responsive .table__data {
        display: table-cell;
        width: auto; } }
    @media (max-width: 767px) {
      .table--responsive .table__data {
        padding: 4px 10px; } }
  @media (max-width: 767px) {
    .table--results.table--responsive .table__data {
      height: auto; } }
  .table--results .table__data {
    position: relative;
    height: 30px; }
    @media (max-width: 767px) {
      .table--results .table__data--restricted {
        height: 38px; } }
    @media (min-width: 768px) {
      .table--results .table__data {
        float: none;
        padding: 3px 5px; } }
    .table--results .table__data::before {
      display: inline-block;
      height: 10px;
      left: 0;
      top: 10px;
      width: 10px; }
      @media (min-width: 768px) {
        .table--results .table__data::before {
          display: none; } }
    .table--results .table__data--flags {
      padding: 5px 10px;
      position: static;
      right: auto;
      text-align: left;
      top: auto; }
  .table--account .table__data {
    font-size: 1.4rem; }
  .table__data.phone-hide {
    display: none; }
    @media (min-width: 768px) {
      .table__data.phone-hide {
        display: table-cell; } }
  .table .table__row--expandable > .table__data.table__data {
    background: #F5F5F9;
    padding: 0; }
  .table__row--no-collapse .table__data {
    display: table-cell;
    min-width: 0;
    width: auto; }
    @media (min-width: 768px) {
      .table__row--no-collapse .table__data {
        padding: 10px;
        max-width: 30px; } }
    .table__row--no-collapse .table__data:first-of-type {
      padding: 0;
      width: 30%; }
    .table__row--no-collapse .table__data--restricted {
      width: 30%; }
      @media (min-width: 768px) {
        .table__row--no-collapse .table__data--restricted {
          width: auto; } }
  .table__data a.button--icon[disabled],
  .table__data button.button--icon[disabled] {
    background: none; }
    .table__data a.button--icon[disabled]::after, .table__data a.button--icon[disabled]::before,
    .table__data button.button--icon[disabled]::after,
    .table__data button.button--icon[disabled]::before {
      color: #666; }
  .table__data .table-link {
    color: #333; }
    .table__data .table-link:hover {
      text-decoration: underline; }
    .table__data .table-link--color {
      color: #007DBE; }
  .table__data--col-payee-code {
    min-width: 100px;
    width: 32%; }
  .table__data--collapse {
    white-space: nowrap;
    width: 1%; }
  .table__data--centered {
    text-align: center; }
  .table__data p {
    margin: 0 0 10px; }
    .table__data p:last-child {
      margin: 0; }
  .table__data .flag {
    display: inline-block;
    margin-right: 3px;
    position: relative; }
    .table__data .flag:hover .tooltip {
      display: block; }
    .table__data .flag .tooltip {
      background: #FFF;
      border-radius: 5px;
      border: 1px solid #007DBE;
      display: none;
      font-size: 0.75em;
      left: 50%;
      min-width: 60px;
      padding: 3px 5px;
      position: absolute;
      text-align: center;
      top: -10px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: auto;
      z-index: 3; }
      @media (min-width: 769px) {
        .table__data .flag .tooltip {
          display: none !important; } }

.table__data-label {
  display: inline-block;
  vertical-align: top;
  min-width: 40%; }
  @media (min-width: 768px) {
    .table__data-label {
      display: none;
      min-width: 120px; } }

.table__data-content {
  display: inline-block;
  width: calc(60% - 4px);
  padding-left: 5px; }
  @media (min-width: 768px) {
    .table__data-content {
      float: none;
      width: auto; } }
  .table__data-content a:not(.button):not(.cta1):not(.cta2) {
    display: block; }
    .table__data-content a:not(.button):not(.cta1):not(.cta2)::before {
      margin-right: 5px;
      top: 1px;
      position: relative; }
  .table__data-content--actions a:not(.button):not(.cta1):not(.cta2) {
    display: inline-block; }
    .table__data-content--actions a:not(.button):not(.cta1):not(.cta2):first-child {
      border-right: 1px solid #D8D8D8;
      margin-right: 5px;
      padding-right: 5px; }
  .table__data-content--expandable a {
    margin-bottom: 0; }
    .table__data-content--expandable a::after {
      margin: 2px 0 0 3px; }

.table__link {
  color: #007DBE; }

.table__controls {
  font-size: 1.3rem;
  padding: 20px 0;
  zoom: 1; }
  .table__controls::after, .table__controls::before {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden; }
  .table__controls::after {
    clear: both; }
  .table__controls .grid__col:last-child, .table__controls .fw-cols-2 .contentCol:last-child, .fw-cols-2 .table__controls .contentCol:last-child, .table__controls .fw-cols-2 .asideLeft:last-child, .fw-cols-2 .table__controls .asideLeft:last-child, .table__controls .fw-cols-2 .asideRight:last-child, .fw-cols-2 .table__controls .asideRight:last-child {
    margin: 0; }
  @media (min-width: 1025px) {
    .table__controls .grid__col, .table__controls .fw-cols-2 .contentCol, .fw-cols-2 .table__controls .contentCol, .table__controls .fw-cols-2 .asideLeft, .fw-cols-2 .table__controls .asideLeft, .table__controls .fw-cols-2 .asideRight, .fw-cols-2 .table__controls .asideRight {
      margin: 0; }
      .table__controls .grid__col[data-text-align="left"], .table__controls .fw-cols-2 .contentCol[data-text-align="left"], .fw-cols-2 .table__controls .contentCol[data-text-align="left"], .table__controls .fw-cols-2 .asideLeft[data-text-align="left"], .fw-cols-2 .table__controls .asideLeft[data-text-align="left"], .table__controls .fw-cols-2 .asideRight[data-text-align="left"], .fw-cols-2 .table__controls .asideRight[data-text-align="left"] {
        text-align: left; }
      .table__controls .grid__col[data-text-align="center"], .table__controls .fw-cols-2 .contentCol[data-text-align="center"], .fw-cols-2 .table__controls .contentCol[data-text-align="center"], .table__controls .fw-cols-2 .asideLeft[data-text-align="center"], .fw-cols-2 .table__controls .asideLeft[data-text-align="center"], .table__controls .fw-cols-2 .asideRight[data-text-align="center"], .fw-cols-2 .table__controls .asideRight[data-text-align="center"] {
        text-align: center; }
      .table__controls .grid__col[data-text-align="right"], .table__controls .fw-cols-2 .contentCol[data-text-align="right"], .fw-cols-2 .table__controls .contentCol[data-text-align="right"], .table__controls .fw-cols-2 .asideLeft[data-text-align="right"], .fw-cols-2 .table__controls .asideLeft[data-text-align="right"], .table__controls .fw-cols-2 .asideRight[data-text-align="right"], .fw-cols-2 .table__controls .asideRight[data-text-align="right"] {
        text-align: right; } }
  .table__controls .pagination {
    border: 0;
    display: block;
    left: 70%;
    margin: auto;
    padding: 0;
    white-space: nowrap; }
    .table__controls .pagination--full {
      left: 0; }
  .table__controls--top {
    padding: 10px 0; }
    @media (min-width: 769px) {
      .table__controls--top {
        padding: 15px 0; } }
    .table__controls--top .grid__col, .table__controls--top .fw-cols-2 .contentCol, .fw-cols-2 .table__controls--top .contentCol, .table__controls--top .fw-cols-2 .asideLeft, .fw-cols-2 .table__controls--top .asideLeft, .table__controls--top .fw-cols-2 .asideRight, .fw-cols-2 .table__controls--top .asideRight {
      margin: 0; }
    .table__controls--top pagination {
      position: relative;
      text-align: left;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
      .table__controls--top pagination.pagination--full {
        text-align: center; }
    .table__controls--top .option-item {
      margin-right: 10px;
      min-height: 0;
      width: calc(50% - 10px); }
    .table__controls--top .table-controls__options {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 768px) {
        .table__controls--top .table-controls__options {
          display: inline-block; } }
      .table__controls--top .table-controls__options .option-item {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        width: auto;
        margin-right: 10px;
        text-align: left; }
        @media (min-width: 768px) {
          .table__controls--top .table-controls__options .option-item {
            margin-right: 0; }
            .table__controls--top .table-controls__options .option-item--edit-columns {
              min-width: 160px;
              -webkit-box-flex: 0;
              -webkit-flex: none;
                  -ms-flex: none;
                      flex: none;
              width: auto; } }
        .table__controls--top .table-controls__options .option-item--flags {
          -webkit-box-flex: 0;
          -webkit-flex: none;
              -ms-flex: none;
                  flex: none;
          width: 50px !important; }
        .table__controls--top .table-controls__options .option-item:last-child {
          margin-right: 0; }
    .table__controls--top .options-list {
      width: 100%; }
    .table__controls--top .option-item__label,
    .table__controls--top .button--option-item {
      border: 1px solid #D8D8D8; }
  .table__controls .page-count {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }

.table__tag {
  color: #007DBE;
  display: inline-block;
  line-height: 1;
  padding: 4px; }
  @media (min-width: 768px) {
    .table__tag {
      background: #eee; } }

.table__dropdown {
  display: inline-block;
  margin-left: 3px;
  position: relative; }
  .table__dropdown select {
    background: none; }
  .table__dropdown::after {
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .table__dropdown .select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    font-size: 1.3rem;
    font-weight: 400;
    margin: 0;
    padding: 0 15px 0 0;
    position: relative; }
    .table__dropdown .select::-ms-expand {
      display: none; }

.table__pager {
  display: inline-block;
  margin-top: -10px;
  position: relative; }
  .table__pager span {
    display: inline-block; }
  .table__pager .field__element, .table__pager .calendar-filter__element {
    color: #333;
    display: inline-block;
    font-weight: 700;
    margin: 0 5px;
    padding: 6px 0;
    position: relative;
    text-align: center;
    width: 30px; }
  .table__pager .button, .table__pager .cta1, .table__pager #cu-social a, #cu-social .table__pager a, .table__pager .cta2 {
    color: #fff;
    margin: 0 0 0 5px;
    min-height: 10px;
    padding: 6px 0; }

.table__element--songs-request tbody .table__row {
  background: #F7F7F7; }
  .table__element--songs-request tbody .table__row:hover {
    background: #F7F7F7; }

.table__element--songs-request .field__element[readonly], .table__element--songs-request .calendar-filter__element[readonly] {
  background: 0; }

.status-cell::before {
  display: block;
  font-size: 18px;
  padding-bottom: 10px; }

.floatThead-table .table__header {
  background: #e6f7fd;
  border-top: solid 2px #D8D8D8;
  color: #007DBE;
  padding: 7px 10px; }

/* ==========================================================================
    TABS MODULE
   ========================================================================== */
.tabs {
  background: #FFF;
  margin: 0 auto;
  opacity: 1;
  position: relative;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  zoom: 1; }
  .tabs::after, .tabs::before {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden; }
  .tabs::after {
    clear: both; }
  .tabs--no-bg {
    background: 0; }
  .tabs--offset-top {
    margin-top: -30px; }

.sub-tabs .sub-tab-controls {
  zoom: 1; }
  .sub-tabs .sub-tab-controls::after, .sub-tabs .sub-tab-controls::before {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden; }
  .sub-tabs .sub-tab-controls::after {
    clear: both; }

.sub-tabs .close {
  float: right; }

.tabs__container {
  border-bottom: 1px solid #D8D8D8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  width: 100%;
  zoom: 1; }
  .tabs__container::after, .tabs__container::before {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden; }
  .tabs__container::after {
    clear: both; }
  .tabs__container--sub-tabs {
    border-bottom: 0; }
  .tabs__container--scroll {
    -webkit-overflow-scrolling: touch;
    height: 38px;
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden; }
    @media (min-width: 768px) {
      .tabs__container--scroll {
        height: 29px; } }
  .tabs__container--inset {
    margin: 0 10px;
    width: calc(100% - 20px); }
    @media (min-width: 769px) {
      .tabs__container--inset {
        margin: 0 15px;
        width: calc(100% - 30px); } }
  .tabs__container--mobile-scroll {
    -webkit-overflow-scrolling: touch;
    height: 41px;
    overflow-x: auto;
    overflow-y: hidden; }
    @media (min-width: 769px) {
      .tabs__container--mobile-scroll {
        height: auto;
        overflow: visible; } }

.tabs__selector {
  background: whitesmoke;
  border-bottom: 1px solid #D8D8D8;
  border-left: 1px solid #D8D8D8;
  border-right: 1px solid #D8D8D8;
  border-top: 1px solid #D8D8D8;
  color: #007DBE;
  display: inline-block;
  float: none;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 2px 0 0;
  padding: 10px 8px;
  position: relative;
  top: 1px; }
  @media (min-width: 768px) {
    .tabs__selector {
      padding: 5px 8px; } }
  .no-touchevents .tabs__selector:not(:only-child):hover {
    background: #008ed8;
    color: #fff; }
  .no-touchevents .tabs__selector:only-child {
    cursor: default; }
  .tabs__selector:last-of-type {
    border-right: 1px solid #D8D8D8; }
    .tabs__selector:last-of-type::after {
      display: none; }
  .tabs__selector--active {
    background: #FFF;
    color: #333;
    position: relative; }
  .tabs__selector--tab-button {
    background: none;
    border: 0;
    margin-right: 3px; }
    .tabs__selector--tab-button.tabs__selector--active {
      background: #008ed8;
      color: #fff; }
    .tabs__selector--tab-button:last-of-type {
      border-right: 0; }

.tabs__content {
  display: none;
  padding: 10px 10px 0;
  position: relative; }
  @media (min-width: 768px) {
    .tabs__content {
      padding: 20px 20px 0; } }
  .tabs__content--no-padding {
    padding: 0; }
  .tabs--wide .tabs__content {
    padding: 10px 0 0; }
    @media (min-width: 769px) {
      .tabs--wide .tabs__content {
        padding: 15px 0 0; } }
    .tabs--wide .tabs__content--no-padding {
      padding: 0; }
  @media (max-width: 768px) {
    .tabs--altered-tablet-portrait .tabs__content--active {
      display: none; }
    .tabs--altered-tablet-portrait .tabs__content--active-altered-tablet-portrait {
      display: block; } }
  .tabs__content--active {
    display: block;
    height: auto;
    padding-bottom: 60px; }
    .tabs--limited .tabs__content--active {
      height: 300px;
      overflow: hidden; }
      @media (min-width: 769px) {
        .tabs--limited .tabs__content--active {
          height: auto;
          overflow: visible;
          padding-bottom: 0; } }
  .tabs--limited .tabs__content--expanded {
    height: auto; }

.tabs__expand {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(40%, white));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 40%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 40%);
  border: 0;
  bottom: 0;
  font-weight: 700;
  height: 60px;
  padding: 20px 0 0;
  position: absolute;
  width: 100%; }
  @media (min-width: 768px) {
    .tabs__expand {
      display: none; } }
  .tabs__expand::after {
    color: #007DBE;
    display: inline-block;
    font-size: 1.6rem;
    height: 18px;
    margin: 0 0 0 5px;
    position: relative;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .tabs__content--expanded .tabs__expand::after {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .tabs__expand .tabs__label--more {
    display: inline-block; }
  .tabs__expand .tabs__label--less {
    display: none; }
  .tabs__content--expanded .tabs__expand .tabs__label--more {
    display: none; }
  .tabs__content--expanded .tabs__expand .tabs__label--less {
    display: inline-block; }

/* ==========================================================================
    TAG PANEL
   ========================================================================== */
.tag-panel {
  display: none;
  margin: 10px 0; }
  .tag-panel--open {
    display: block;
    float: left;
    width: 100%; }

.tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 10px;
  max-height: 170px;
  overflow-y: auto; }
  .tags--no-scroll {
    max-height: none; }

.tags__item {
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 100%;
  max-width: 50%;
  min-height: 1px;
  padding: 5px 10px;
  position: relative; }
  @media (min-width: 768px) {
    .tags__item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; } }
  @media (min-width: 1025px) {
    .tags__item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.6666%;
          -ms-flex: 0 0 16.6666%;
              flex: 0 0 16.6666%;
      max-width: 16.6666%; } }
  .tags__item:hover {
    color: #007DBE;
    cursor: pointer; }
  .tags--tag_selector .tags__item.tag-active {
    background: #007DBE;
    color: #fff; }

/* ==========================================================================
    TOGGLE PANE
   ========================================================================== */
.toggle-pane--hidden {
  display: none; }

/* ==========================================================================
		TWEET
	 ========================================================================== */
.tweet {
  border-bottom: 1px solid #00aced;
  border-top: 1px solid #00aced;
  font-size: 1.2rem;
  height: 100%;
  margin-right: 20px;
  padding-top: 10px; }
  @media (min-width: 768px) {
    .tweet {
      padding: 10px; } }
  @media (min-width: 1367px) {
    .tweet {
      margin: 0;
      padding: 0; } }
  .tweet--single {
    margin: 0; }

.tweet__content {
  color: #333;
  line-height: 1.2; }
  .tweet__content a {
    color: #00aced; }
    .tweet__content a:hover {
      text-decoration: underline; }

.tweet-meta-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  zoom: 1; }
  .tweet-meta-list::after, .tweet-meta-list::before {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden; }
  .tweet-meta-list::after {
    clear: both; }

.tweet-meta-list__item {
  color: #999;
  display: inline-block;
  float: left;
  font-size: 0;
  text-align: center;
  width: 15%; }
  .tweet-meta-list__item--posted {
    font-size: 1rem;
    text-align: left;
    width: 55%; }
    .tweet-meta-list__item--posted::before {
      margin-right: 5px; }

.tweet-meta-list__link {
  color: #999; }
  .tweet-meta-list__link::before {
    font-size: 1.2rem; }
  .tweet-meta-list__item--retweet .tweet-meta-list__link::before {
    font-size: 2rem;
    position: relative;
    top: -3px; }

.tweet__follow {
  border-top: 1px solid #D8D8D8;
  color: #333;
  display: block;
  margin-top: 5px;
  padding: 10px 0; }

/* ==========================================================================
    OPTION ITEM
   ========================================================================== */
.option-item__options,
.option-panel {
  background: #FFF;
  height: 100%;
  left: -100%;
  position: fixed;
  top: 0;
  -webkit-transition: left 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: left 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: left 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  border-bottom: 1px solid #D8D8D8;
  border-left: 1px solid #D8D8D8;
  border-right: 1px solid #D8D8D8;
  border-top: 0; }
  @media (min-width: 769px) {
    .option-item__options,
    .option-panel {
      display: none;
      float: left;
      position: relative;
      left: 0;
      z-index: 2;
      zoom: 1; }
      .option-item__options::after, .option-item__options::before,
      .option-panel::after,
      .option-panel::before {
        content: ' ';
        display: block;
        height: 0;
        overflow: hidden; }
      .option-item__options::after,
      .option-panel::after {
        clear: both; } }
  
  .option-panel--open {
    display: block !important;
    left: 0;
    z-index: 3; }
    @media (max-width: 768px) {
      
      .option-panel--open {
        z-index: 11;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  
  .option-panel--always-open {
    display: block; }
  .option-item--no-border .option-item__options, .option-item--switchable .option-item__options,
  .option-panel--advanced-search, .option-item--no-border
  .option-panel, .option-item--switchable
  .option-panel {
    border: none; }
  @media (min-width: 769px) {
    
    .option-panel--inner {
      float: none;
      left: 0;
      position: absolute;
      top: 100%;
      width: 100%;
      height: auto;
      background: none; } }
  
  .option-panel--inner::before,
  .option-panel--inner::after {
    display: none !important; }
  
  .option-panel--inner.option-panel--always-open {
    display: block !important;
    z-index: 10; }
  
  .option-panel--inner.option-panel--open {
    z-index: 11;
    background: #FFF; }
  @media (min-width: 769px) {
    .option-item--no-border
    .option-panel--inner {
      display: inline-block;
      position: relative;
      width: auto; } }
  
  .option-panel--inner.option-item--inline {
    float: left; }
  @media (min-width: 769px) {
    
    .option-panel--fixed-width {
      float: none;
      width: 300px; } }
  
  .option-panel--breakout .field__element--input {
    font-size: 1.8rem;
    font-weight: 500;
    height: 39px;
    margin: 20px 10px;
    width: calc(100% - 20px); }
    @media (min-width: 769px) {
      
      .option-panel--breakout .field__element--input {
        margin: 0;
        width: calc(100% - 10px); } }
    @media (max-width: 768px) {
      
      .option-panel--breakout .field__element--input {
        padding: 2px 10px; } }

.option-panel--inline.option-panel--inline {
  top: 0; }
  @media (min-width: 769px) {
    .option-panel--inline.option-panel--inline .options-list__item {
      margin-top: 0; } }

.option-panel__container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  overflow: auto;
  position: relative;
  z-index: 10; }
  @media (min-width: 769px) {
    .option-panel__container {
      height: auto;
      overflow: visible; } }
  .option-panel__container--no-scroll {
    height: auto;
    overflow: visible; }

.option-panel__header {
  background: #FFF;
  border-bottom: 1px solid #D8D8D8;
  -webkit-box-shadow: -1px 0 4px 0 rgba(51, 51, 51, 0.5);
          box-shadow: -1px 0 4px 0 rgba(51, 51, 51, 0.5);
  padding: 0 10px;
  position: relative;
  z-index: 2;
  zoom: 1; }
  .option-panel__header::after, .option-panel__header::before {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden; }
  .option-panel__header::after {
    clear: both; }
  @media (min-width: 769px) {
    .option-panel__header {
      display: none; } }

.option-panel__controls .option-panel__save::after,
.option-panel__controls .option-panel__select::after {
  right: -12px; }

.option-panel__close {
  display: none; }
  @media (min-width: 769px) {
    .option-panel__close {
      display: block;
      height: 22px;
      position: absolute;
      right: 20px;
      top: 10px;
      -webkit-transition: background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), border 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
      width: 22px;
      z-index: 3; } }
  .option-panel__close:hover {
    background: #007DBE; }
  .option-panel__close::after {
    height: 15px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  @media (min-width: 769px) {
    .option-panel--breakout .option-panel__close {
      display: none;
      top: 48px; } }

@media (min-width: 769px) {
  .option-panel--breakout.option-panel--open .option-panel__close {
    display: block;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    z-index: 10; } }

.option-panel__title {
  float: left;
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 0;
  padding: 15px 0; }
  @media (min-width: 341px) {
    .option-panel__title {
      font-size: 1.8rem;
      line-height: 1.1; } }
  .option-panel__title--return {
    padding-left: 20px;
    position: relative;
    max-width: calc(100% - 170px); }
    @media (max-width: 340px) {
      .option-panel__title--return {
        top: 3px; } }
    .option-panel__title--return::before {
      font-size: 3rem;
      left: -5px;
      margin: 0 10px 0 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -55%);
          -ms-transform: translate(0, -55%);
              transform: translate(0, -55%); }

.option-panel__done {
  float: right;
  margin-left: 5px; }

.option-panel__reset,
.option-panel__save,
.option-panel__select,
.option-panel__unselect {
  float: right;
  font-size: 1.2rem;
  font-style: normal;
  margin-right: 0;
  padding-right: 0;
  padding-top: 9px; }
  @media (min-width: 769px) {
    .option-panel__reset,
    .option-panel__save,
    .option-panel__select,
    .option-panel__unselect {
      padding: 10px 0;
      margin: 0 20px 0 0; } }

.option-panel__save,
.option-panel__select {
  position: relative; }
  @media (min-width: 769px) {
    .option-panel__save,
    .option-panel__select {
      position: relative;
      z-index: 1; } }
  .option-panel__save::after,
  .option-panel__select::after {
    background: #D8D8D8;
    content: '';
    height: 10px;
    position: absolute;
    right: -5px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 1px; }

/* ==========================================================================
    OPTION ITEM
   ========================================================================== */
.options-list, .options-element {
  background: #FFF;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.option-item__label,
.button--option-item, .option-item__select-container, .options-list__item, .options-element__item {
  border-bottom: 1px solid #D8D8D8;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0;
  padding: 15px 10px;
  position: relative; }
  @media (min-width: 769px) {
    .option-item__label,
    .button--option-item, .option-item__select-container, .options-list__item, .options-element__item {
      border: 1px solid #D8D8D8;
      font-size: 1.4rem;
      padding: 10px 40px 10px 10px;
      position: relative; } }
  .option-item__label::before,
  .button--option-item::before, .option-item__select-container::before, .options-list__item::before, .options-element__item::before {
    display: none; }
    @media (min-width: 769px) {
      .option-item__label::before,
      .button--option-item::before, .option-item__select-container::before, .options-list__item::before, .options-element__item::before {
        color: #007DBE;
        display: inline;
        font-size: 1.8rem;
        line-height: 1;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); } }
  .option-item__label::after,
  .button--option-item::after, .option-item__select-container::after, .options-list__item::after, .options-element__item::after {
    color: #007DBE;
    display: block;
    font-size: 2rem;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (min-width: 769px) {
      .option-item__label::after,
      .button--option-item::after, .option-item__select-container::after, .options-list__item::after, .options-element__item::after {
        display: none; } }

.tag-item {
  white-space: nowrap;
  cursor: pointer;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  max-width: 96%;
  overflow: hidden;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 5px;
  vertical-align: middle;
  display: inline-block;
  background: #007DBE;
  color: #fff;
  -webkit-box-shadow: 0 0 0 3px #007DBE;
          box-shadow: 0 0 0 3px #007DBE;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 1px;
  font-weight: normal; }
  .tag-item--disabled {
    background: #D8D8D8;
    color: #666;
    -webkit-box-shadow: 0 0 0 3px #D8D8D8;
            box-shadow: 0 0 0 3px #D8D8D8; }
  .tag-item::after {
    display: inline-block;
    margin: 0 2px 0 5px;
    vertical-align: middle;
    top: -1px;
    position: relative; }
  .tag-item--more-padding {
    padding-left: 5px;
    padding-right: 5px; }
    .tag-item--more-padding::after {
      font-size: 1.4rem;
      margin-right: 0; }
  .tag-item--red.tag-item--red {
    background: #F23F48;
    -webkit-box-shadow: 0 0 0 3px #F23F48;
            box-shadow: 0 0 0 3px #F23F48; }

.option-item {
  position: relative;
  clear: both; }
  @media (min-width: 769px) {
    .option-item {
      display: block;
      min-height: 30px;
      padding: 0; } }
  .option-item .option-list__message {
    padding: 10px; }
  .option-item--select {
    min-width: 150px; }
  .is-IE .option-item--with-tags {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0; }
  @media (min-width: 769px) {
    .option-item--with-tags .options-list {
      max-height: 125px; } }
  @media (min-width: 769px) {
    .option-item--no-border, .option-item--switchable {
      z-index: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .option-item--no-border .option-item__label,
      .option-item--no-border .button--option-item, .option-item--switchable .option-item__label,
      .option-item--switchable .button--option-item {
        border: 0;
        -webkit-box-flex: 0;
        -webkit-flex: none;
            -ms-flex: none;
                flex: none;
        width: 180px; }
        .option-item--no-border .option-item__label::after,
        .option-item--no-border .button--option-item::after, .option-item--no-border .option-item__label::before,
        .option-item--no-border .button--option-item::before, .option-item--switchable .option-item__label::after,
        .option-item--switchable .button--option-item::after, .option-item--switchable .option-item__label::before,
        .option-item--switchable .button--option-item::before {
          display: none; }
      .option-item--no-border .option-panel, .option-item--switchable .option-panel {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        .option-item--no-border .option-panel .options-element__item, .option-item--switchable .option-panel .options-element__item {
          width: 100%; } }
  @media (max-width: 1024px) {
    .option-item--no-border:not(.dont-stack-tablet), .option-item--switchable:not(.dont-stack-tablet) {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .option-item--no-border:not(.dont-stack-tablet) .option-panel, .option-item--switchable:not(.dont-stack-tablet) .option-panel {
        -webkit-box-flex: 0;
        -webkit-flex: none;
            -ms-flex: none;
                flex: none;
        width: 100%; }
        .option-item--no-border:not(.dont-stack-tablet) .option-panel .options-element__item, .option-item--switchable:not(.dont-stack-tablet) .option-panel .options-element__item {
          width: calc(50% - 2px); }
          .option-item--no-border:not(.dont-stack-tablet) .option-panel .options-element__item:only-child, .option-item--switchable:not(.dont-stack-tablet) .option-panel .options-element__item:only-child {
            width: 100%; } }
  @media (min-width: 769px) {
    .option-item--inline .option-item__label,
    .option-item--inline .button--option-item {
      -webkit-box-flex: 0;
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: auto;
      margin-right: 5px; } }
  .option-item ~ .field__message {
    display: none;
    margin: 0; }
  .option-item--error .option-item__label.option-item__label,
  .option-item--error .button--option-item {
    border-color: #F23F48 !important; }
  .option-item--error ~ .field__message {
    display: block; }
  @media (min-width: 769px) {
    .option-item--max-width {
      max-width: 350px; } }
  .option-item--no-header {
    min-height: 0; }
    .option-item--no-header .option-item__label--trigger {
      display: none; }
  .option-item--no-padding-right {
    padding-right: 0 !important; }
    .option-item--no-padding-right .date-range-selector .date-range-button {
      left: 48px !important; }
  @media (min-width: 769px) {
    .option-item--switchable .option-item__label,
    .option-item--switchable .button--option-item {
      border: 0;
      float: left;
      width: auto; }
      .option-item--switchable .option-item__label::before,
      .option-item--switchable .button--option-item::before {
        display: none; } }
  @media (min-width: 769px) {
    .option-item--switchable .option-panel--dual {
      display: inline-block;
      width: auto;
      float: right;
      margin-top: 4px; } }
  @media (max-width: 1024px) {
    .option-item--switchable .option-panel--dual {
      float: none; } }
  @media (max-width: 1024px) {
    .option-item--switchable .option-panel--dual {
      width: 100%; } }
  .option-item--switchable .options-list--double {
    height: auto; }
    @media (min-width: 769px) {
      .option-item--switchable .options-list--double {
        border: 0;
        width: auto;
        padding: 0;
        float: none;
        display: inline-block; } }
  .option-item--no-padding {
    padding: 0; }
  .option-item--hidden-placeholder .option-item__label--trigger .field__element::-webkit-input-placeholder, .option-item--hidden-placeholder .option-item__label--trigger .calendar-filter__element::-webkit-input-placeholder {
    color: transparent; }
  .option-item--hidden-placeholder .option-item__label--trigger .field__element::-moz-placeholder, .option-item--hidden-placeholder .option-item__label--trigger .calendar-filter__element::-moz-placeholder {
    color: transparent; }
  .option-item--hidden-placeholder .option-item__label--trigger .field__element::-ms-input-placeholder, .option-item--hidden-placeholder .option-item__label--trigger .calendar-filter__element::-ms-input-placeholder {
    color: transparent; }
  .option-item--hidden-placeholder .option-item__label--trigger .field__element::placeholder, .option-item--hidden-placeholder .option-item__label--trigger .calendar-filter__element::placeholder {
    color: transparent; }
  .option-item--hidden-placeholder .option-item__label--trigger .option-item__tag ~ .field__element::-webkit-input-placeholder, .option-item--hidden-placeholder .option-item__label--trigger .option-item__tag ~ .calendar-filter__element::-webkit-input-placeholder {
    color: inherit; }
  .option-item--hidden-placeholder .option-item__label--trigger .option-item__tag ~ .field__element::-moz-placeholder, .option-item--hidden-placeholder .option-item__label--trigger .option-item__tag ~ .calendar-filter__element::-moz-placeholder {
    color: inherit; }
  .option-item--hidden-placeholder .option-item__label--trigger .option-item__tag ~ .field__element::-ms-input-placeholder, .option-item--hidden-placeholder .option-item__label--trigger .option-item__tag ~ .calendar-filter__element::-ms-input-placeholder {
    color: inherit; }
  .option-item--hidden-placeholder .option-item__label--trigger .option-item__tag ~ .field__element::placeholder, .option-item--hidden-placeholder .option-item__label--trigger .option-item__tag ~ .calendar-filter__element::placeholder {
    color: inherit; }
  @media (min-width: 769px) {
    .option-item--with-tags .options-list__item--first {
      width: calc(100% - 140px); } }
  .option-item .option-item__label--trigger-with-input.option-item__label--trigger-with-input {
    cursor: default; }
    .option-item .option-item__label--trigger-with-input.option-item__label--trigger-with-input:not(.option-item__label--populated) {
      background: #fff; }
    .option-item .option-item__label--trigger-with-input.option-item__label--trigger-with-input::before, .option-item--standalone .option-item .option-item__label--trigger-with-input.option-item__label--trigger-with-input::before {
      display: none; }
    @media (min-width: 769px) {
      .option-item .option-item__label--trigger-with-input.option-item__label--trigger-with-input, .option-item--standalone .option-item .option-item__label--trigger-with-input.option-item__label--trigger-with-input {
        border: none;
        padding: 0; }
        .option-item .option-item__label--trigger-with-input.option-item__label--trigger-with-input .field__element, .option-item .option-item__label--trigger-with-input.option-item__label--trigger-with-input .calendar-filter__element, .option-item--standalone .option-item .option-item__label--trigger-with-input.option-item__label--trigger-with-input .field__element, .option-item--standalone .option-item .option-item__label--trigger-with-input.option-item__label--trigger-with-input .calendar-filter__element {
          height: 38px; } }
    @media (max-width: 768px) {
      .option-item .option-item__label--trigger-with-input.option-item__label--trigger-with-input .field__element, .option-item .option-item__label--trigger-with-input.option-item__label--trigger-with-input .calendar-filter__element, .option-item--standalone .option-item .option-item__label--trigger-with-input.option-item__label--trigger-with-input .field__element, .option-item--standalone .option-item .option-item__label--trigger-with-input.option-item__label--trigger-with-input .calendar-filter__element {
        border: none;
        font-size: 1.4rem;
        padding: 15px 10px;
        pointer-events: none; } }
  .option-item .option-item__label--trigger-with-tags.option-item__label--trigger-with-tags {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-height: 300px;
    overflow: auto;
    width: 100%;
    min-height: 36px;
    background: #FFF; }
    .option-item .option-item__label--trigger-with-tags.option-item__label--trigger-with-tags .option-item__tag {
      font-size: 1.2rem; }
      @media (max-width: 768px) {
        .option-item .option-item__label--trigger-with-tags.option-item__label--trigger-with-tags .option-item__tag {
          margin: 5px 15px 5px 0;
          padding: 3px;
          font-size: 1.6rem; } }
    .option-item .option-item__label--trigger-with-tags.option-item__label--trigger-with-tags .tag-item ~ .empty-show {
      display: none; }
    @media (min-width: 769px) {
      .option-item .option-item__label--trigger-with-tags.option-item__label--trigger-with-tags {
        padding: 5px 20px 5px 5px;
        border: solid 1px #D8D8D8; }
        .option-item .option-item__label--trigger-with-tags.option-item__label--trigger-with-tags .tag-target {
          display: inline-block;
          min-width: 130px;
          -webkit-box-flex: 1;
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          width: auto;
          border: none;
          vertical-align: middle;
          padding: 4px 5px;
          height: auto;
          -o-text-overflow: ellipsis;
             text-overflow: ellipsis; }
          .is-IE .option-item .option-item__label--trigger-with-tags.option-item__label--trigger-with-tags .tag-target {
            padding: 5px;
            margin: 1px 0 2px; } }
  .option-item--full-width {
    float: none;
    width: 100%; }
  @media (min-width: 768px) {
    .option-item .field__element--input {
      font-size: 1.4rem; } }
  .option-item .field__element--input.date-picker, .option-item .field__element--input.date-picker-end, .option-item .field__element--input.date-picker-start, .option-item .field__element--input.date-yearpicker {
    font-size: 1.6rem; }
    @media (min-width: 769px) {
      .option-item .field__element--input.date-picker, .option-item .field__element--input.date-picker-end, .option-item .field__element--input.date-picker-start, .option-item .field__element--input.date-yearpicker {
        font-size: 1.1rem;
        padding-right: 0; } }
  @media (max-width: 1280px) {
    .option-item .field__element--input.date-picker-start {
      padding-left: 10px; } }

.option-item__label.highlighted,
.highlighted.button--option-item {
  background: rgba(0, 125, 190, 0.25) !important; }

.option-item__label--icon {
  color: #007DBE;
  margin-top: 5px;
  width: 43px; }
  .option-item__label--icon::before {
    right: 5px; }

.advanced-search .option-item__label--populated {
  background: rgba(0, 125, 190, 0.25); }
  @media (min-width: 769px) {
    .advanced-search .option-item__label--populated {
      background: none; } }

@media (min-width: 769px) {
  .option-item__label--no-padding-left {
    padding-left: 0; } }

.option-item__label--no-pointer {
  cursor: default; }

.option-item--standalone .option-item__label,
.option-item--standalone .button--option-item {
  border: 1px solid #D8D8D8;
  font-size: 1.4rem;
  padding: 10px 40px 10px 10px; }
  @media (min-width: 769px) {
    .option-item--standalone .option-item__label,
    .option-item--standalone .button--option-item {
      font-size: 1.4rem; }
      .option-item--standalone .option-item__label--icon {
        padding: 5px; } }

@media (min-width: 769px) {
  .option-item--no-border .option-item__label,
  .option-item--no-border .button--option-item {
    padding: 0 40px 0 10px; } }

.option-item--edit-columns .option-item__label,
.option-item--edit-columns .button--option-item {
  padding-right: 20px; }

.option-box .option-item__label,
.option-box .button--option-item {
  border: 1px solid #D8D8D8;
  width: 100%; }
  .option-box .option-item__label::before,
  .option-box .button--option-item::before {
    display: none; }
    @media (min-width: 769px) {
      .option-box .option-item__label::before,
      .option-box .button--option-item::before {
        color: #007DBE;
        display: inline;
        font-size: 1.8rem;
        line-height: 1;
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); } }
  .option-box .option-item__label.option-item__label--active::before,
  .option-box .option-item__label--active.button--option-item::before {
    display: none; }
    @media (min-width: 769px) {
      .option-box .option-item__label.option-item__label--active::before,
      .option-box .option-item__label--active.button--option-item::before {
        display: inline; } }

.option-item__label--flag {
  background: #FFF;
  margin: 5px 0;
  min-width: 60px; }
  .option-item__label--flag::before {
    margin-left: 5px; }
  th .option-item__label--flag {
    padding: 5px;
    width: 40px; }

@media (min-width: 769px) {
  .option-item__label--placer {
    display: none; } }

.option-item--no-border .option-item__label,
.option-item--no-border .button--option-item {
  padding-right: 10px; }

@media (min-width: 769px) {
  .option-item--no-border .option-panel--inline {
    float: left; } }

.option-item--date-picker .option-item__label,
.option-item--date-picker .button--option-item {
  margin-right: 0; }
  @media (max-width: 768px) {
    :not(.dont-stack-tablet) .option-item--date-picker .option-item__label ~ .option-panel, :not(.dont-stack-tablet) .option-item--date-picker .button--option-item ~ .option-panel {
      margin-left: 0; } }

.option-item__select-container {
  border: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 50%; }
  @media (min-width: 769px) {
    .option-item__select-container {
      border: 1px solid #D8D8D8;
      display: inline-block;
      padding: 7px 10px 8px;
      position: relative;
      top: auto;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
      .option-item__select-container::before {
        pointer-events: none; }
      .option-item--no-border .option-item__select-container {
        border: 1px solid #D8D8D8; }
        .option-item--no-border .option-item__select-container .option-item__select {
          width: auto; } }

.option-item__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: 0;
  border: 1px solid #D8D8D8;
  height: 100%;
  padding: 5px;
  width: 100%; }
  @media (min-width: 769px) {
    .option-item__select {
      border: 0;
      height: 100%;
      padding: 0 40px 0 0;
      width: 100%; } }

.option-item__checkbox-container {
  display: inline-block;
  float: left;
  height: 38px;
  position: relative; }

/* ==========================================================================
    OPTION BOX
   ========================================================================== */
@media (min-width: 769px) {
  .option-box {
    bottom: 0;
    position: absolute;
    -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
            transform: translate(0, 100%);
    width: 100%; } }

.option-box .option-panel--inner {
  display: none;
  float: left;
  left: 0;
  position: relative;
  top: 100%;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  width: 100%;
  z-index: 2;
  zoom: 1; }

.option-box .option-panel--open {
  display: block;
  position: absolute;
  zoom: 1; }
  .option-box .option-panel--open::after, .option-box .option-panel--open::before {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden; }
  .option-box .option-panel--open::after {
    clear: both; }
  .option-box .option-panel--open .options-list {
    border-bottom: 1px solid #D8D8D8;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
    border-top: 0;
    float: none;
    left: 10px;
    padding: 30px 0 10px;
    width: calc(100% - 10px); }

@media (min-width: 769px) {
  .option-box .option-item {
    padding-left: 10px;
    padding-right: 0; } }

.option-box .option-item__label,
.option-box .button--option-item {
  display: none; }
  @media (min-width: 769px) {
    .option-box .option-item__label,
    .option-box .button--option-item {
      display: block; } }

@media (min-width: 769px) {
  .option-box .options-list {
    bottom: 0;
    display: none;
    position: absolute;
    -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
            transform: translate(0, 100%); } }

@media (min-width: 769px) {
  .option-box--active .options-list {
    display: block; } }

.options-list__info {
  color: #999;
  font-size: 1.2rem;
  padding: 15px 10px;
  clear: both; }
  @media (min-width: 769px) {
    .options-list__info {
      padding: 2px 10px 5px; } }

/* ==========================================================================
    OPTION-DATE-RANGE
   ========================================================================== */
.option-date-range .option-panel {
  display: block; }
  @media (min-width: 1025px) {
    .option-date-range .option-panel {
      padding: 0; } }

.option-date-range .date-range-selector {
  position: absolute;
  left: 10px;
  top: 40px; }
  @media (min-width: 1025px) {
    .option-date-range .date-range-selector {
      bottom: auto;
      left: auto;
      right: auto;
      top: auto; } }

@media (max-width: 989px) {
  .option-date-range--short .date-picker-start.date-picker-start {
    padding-left: 5px; } }

.option-date-range .date-range-button {
  float: right;
  left: 38px;
  padding: 10px 9px 10px 10px;
  position: absolute;
  top: -20px;
  z-index: 4; }
  .desktop .option-date-range .date-range-button {
    left: auto;
    position: relative;
    top: -14px; }
    @media (min-width: 1025px) {
      .desktop .option-date-range .date-range-button {
        float: right;
        left: 38px;
        padding: 10px 9px 10px 10px;
        position: absolute;
        top: -20px;
        z-index: 4; } }
  .windows .option-date-range .date-range-button {
    padding: 10px 10px 9px; }
  .edge .option-date-range .date-range-button {
    padding: 10px 10px 9px; }
  .ie11 .option-date-range .date-range-button {
    padding: 10px 9px 9px 10px; }
  .option-date-range .date-range-button::before {
    margin: 0; }
  .option-date-range .date-range-button:hover {
    background: #007DBE;
    color: #fff;
    cursor: pointer; }

.option-date-range .date-range-filter-menu {
  background: #FFF;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  display: none;
  left: 118px;
  list-style: none;
  margin: 0;
  padding: 5px 0 0 5px;
  position: absolute;
  top: 40px;
  width: 150px;
  z-index: 999; }
  .option-date-range .date-range-filter-menu li {
    margin-bottom: 8px; }
    .option-date-range .date-range-filter-menu li a {
      color: #333;
      font-size: 1.1rem; }

.option-date-range .date-range-mobile-filter-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%; }
  .option-date-range .date-range-mobile-filter-menu li {
    display: inline-block;
    margin-right: 4px; }
    .option-date-range .date-range-mobile-filter-menu li:last-child {
      margin: 0; }

/* ==========================================================================
    OPTION ITEM
   ========================================================================== */
.options-list {
  overflow: visible; }
  @media (min-width: 769px) {
    .options-list {
      height: auto;
      padding: 0;
      width: 100%; } }
  @media (max-width: 768px) {
    .options-list {
      border-top: solid 1px #D8D8D8;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; } }
  .options-list--no-checkbox .field__label, .options-list--no-checkbox .calendar-filter__label {
    cursor: pointer; }
  @media (min-width: 769px) {
    .options-list--no-checkbox {
      padding-top: 10px; }
      .options-list--no-checkbox .options-list__item {
        margin-top: 0;
        margin-bottom: 10px; } }
  .options-list.section-loader {
    max-height: 100px; }
  .options-list--single {
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px; }
    .options-list--single .field__element--checkbox ~ .field__label.field__label, .options-list--single .field__element--checkbox ~ .calendar-filter__label,
    .options-list--single .field__element--radio ~ .field__label.field__label,
    .options-list--single .field__element--radio ~ .calendar-filter__label {
      font-size: 1.4rem;
      font-weight: 500;
      min-height: 16px;
      color: #000000; }
    @media (min-width: 769px) {
      .options-list--single {
        display: inline-block;
        float: left;
        margin: 5px 0 0;
        padding: 0;
        position: relative;
        right: auto;
        top: auto;
        width: auto; }
        .options-list--single .options-list__item {
          margin-top: 4px; } }
  .options-list--inline {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%; }
  .options-list--no-padding-top {
    padding: 0; }
  .options-list--border-top {
    border-top: 1px solid #D8D8D8; }
  @media (min-width: 769px) {
    .options-list--no-border {
      border: 0; } }
  .options-list--double {
    background: 0;
    border-bottom: 1px solid #D8D8D8; }
    @media (min-width: 769px) {
      .options-list--double {
        border-bottom: 0;
        float: right; } }
  .option-item--full-width .options-list,
  .option-item--standalone .options-list {
    width: 100%; }
  .option-item--no-border .options-list {
    border: 0; }
  .option-panel--inline .options-list {
    width: 100%; }
    @media (min-width: 769px) {
      .option-panel--inline .options-list {
        padding-top: 10px;
        padding-bottom: 10px; } }
  .options-list .option-panel__controls {
    position: absolute;
    right: 0;
    top: 0; }

.options-list {
  overflow: auto;
  height: 100%; }
  @media (min-width: 769px) {
    .options-list {
      max-height: 155px;
      width: 100%; }
      .options-list--extra-height {
        max-height: 60vh; }
      .options-list--more-height {
        max-height: 530px; }
      .option-panel--inline.option-panel--inner .options-list {
        overflow-y: visible; } }
  .options-list .options-list--always-open {
    height: auto; }

.options-list__container {
  list-style: none;
  margin: 0;
  padding: 0;
  /** Fix to stop drag and drop plugin from breaking layout. Not needed in production **/ }
  .options-list__container--border-bottom {
    border-bottom: 1px solid #D8D8D8;
    display: block;
    margin-bottom: 5px;
    padding-bottom: 5px; }
  .options-list__container--padding {
    padding: 5px; }
  .options-list__container tr {
    display: none; }

.options-list__item {
  padding: 0;
  margin: 6px 10px;
  position: relative; }
  .options-list__item::after {
    display: none; }
  @media (min-width: 769px) {
    .options-list__item {
      border: 0; }
      .options-list__item::after, .options-list__item::before {
        display: none; }
      .options-list__item--first ~ .options-list__container--results .options-list__item:first-of-type {
        margin-top: 0; } }
  .options-list__item .pin__label {
    margin-left: 0;
    max-width: none; }
  .options-list__item:last-child {
    border-bottom: 0; }
  .options-list__item--hover {
    background: rgba(0, 125, 190, 0.4); }
  .options-list--double .options-list__item {
    border-bottom: 0;
    display: inline-block;
    width: 100%; }
    @media (min-width: 769px) {
      .options-list--double .options-list__item {
        width: auto; } }
  @media (min-width: 769px) {
    .option-panel--inline .options-list__item {
      display: inline-block;
      margin-right: 20px;
      margin-left: 0;
      padding: 0;
      vertical-align: middle; }
      .is-IE .option-panel--inline .options-list__item .field__label.field__label, .is-IE .option-panel--inline .options-list__item .calendar-filter__label {
        padding-top: 1px;
        margin-top: 2px; } }
  .options-list__item--flag {
    color: #333; }
    .options-list__item--flag span {
      display: inline-block;
      margin-right: 5px; }
      .options-list__item--flag span::after, .options-list__item--flag span::before {
        height: 12px;
        line-height: .9; }
  .options-list__item--flag-disabled {
    cursor: default;
    opacity: .5; }
    .options-list__item--flag-disabled span {
      display: inline-block;
      margin-right: 5px; }
      .options-list__item--flag-disabled span::after, .options-list__item--flag-disabled span::before {
        color: #007DBE; }

.field--small {
  margin-bottom: 17px; }

.options-list__item .field__label, .options-list__item .calendar-filter__label, .field--small .field__label, .field--small .calendar-filter__label {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0;
  padding: 9px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  height: 100%; }
  @media (min-width: 769px) {
    .options-list__item .field__label, .options-list__item .calendar-filter__label, .field--small .field__label, .field--small .calendar-filter__label {
      font-size: 1.2rem;
      font-weight: 400;
      padding: 0; } }
  .options-list__item .field__label::before, .options-list__item .calendar-filter__label::before, .field--small .field__label::before, .field--small .calendar-filter__label::before {
    margin-right: 2px;
    display: inline-block;
    text-align: center;
    color: #666;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none; }
    @media (max-width: 768px) {
      .options-list__item .field__label::before, .options-list__item .calendar-filter__label::before, .field--small .field__label::before, .field--small .calendar-filter__label::before {
        width: 23px; } }
    @media (min-width: 769px) {
      .options-list__item .field__label::before, .options-list__item .calendar-filter__label::before, .field--small .field__label::before, .field--small .calendar-filter__label::before {
        width: 16px; } }
  @media (max-width: 768px) {
    .options-list__item .field__label::before, .options-list__item .calendar-filter__label::before, .options-list__item .field__label::after, .options-list__item .calendar-filter__label::after, .field--small .field__label::before, .field--small .calendar-filter__label::before, .field--small .field__label::after, .field--small .calendar-filter__label::after {
      margin-top: 2px; } }
  .options-list__item .field__label .button--control-small, .options-list__item .calendar-filter__label .button--control-small, .field--small .field__label .button--control-small, .field--small .calendar-filter__label .button--control-small {
    float: left; }

.field__element--small ~ .field__label, .field__element--small ~ .calendar-filter__label {
  font-size: 1.2rem;
  font-weight: 400;
  min-height: 18px;
  line-height: 1.4;
  padding: 0 0 0 22px;
  vertical-align: middle; }
  .field__element--small ~ .field__label::before, .field__element--small ~ .calendar-filter__label::before {
    height: 15px;
    top: 1px;
    width: 15px; }
  .field__element--small ~ .field__label::after, .field__element--small ~ .calendar-filter__label::after {
    height: 9px;
    left: 3px;
    top: 4px;
    width: 9px; }

@media (max-width: 768px) {
  .options-list__item .field__element--small ~ .field__label, .options-list__item .field__element--small ~ .calendar-filter__label {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
    min-height: 39px;
    padding: 10px 0 10px 30px;
    top: 0; }
    .options-list__item .field__element--small ~ .field__label::after, .options-list__item .field__element--small ~ .calendar-filter__label::after {
      height: 15px;
      width: 15px;
      left: 4px;
      top: 10px; }
    .options-list__item .field__element--small ~ .field__label::before, .options-list__item .field__element--small ~ .calendar-filter__label::before {
      height: 23px;
      top: 6px;
      width: 23px; } }

.options-list__link {
  border-bottom: 1px solid #D8D8D8;
  color: #333;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0;
  padding: 20px 10px; }
  @media (min-width: 769px) {
    .options-list__link {
      border: 0;
      display: block;
      font-size: 1.4rem;
      padding: 5px 10px; } }

@media (max-width: 768px) {
  .options-item__controls {
    display: none; } }

.options-item__controls .options-item__save,
.options-item__controls .options-item__select {
  position: relative; }
  .options-item__controls .options-item__save::after,
  .options-item__controls .options-item__select::after {
    background: #D8D8D8;
    content: '';
    height: 10px;
    position: absolute;
    right: -12px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 1px; }

.options-item__select,
.options-item__unselect {
  float: right;
  margin-right: 0;
  font-size: 1.2rem;
  font-style: normal;
  padding-right: 0;
  padding-top: 9px; }
  @media (min-width: 769px) {
    .options-item__select,
    .options-item__unselect {
      margin: 0 10px;
      padding: 10px 0 5px; } }

/* ==========================================================================
    OPTION ITEM
   ========================================================================== */
@media (min-width: 769px) {
  .option-item--no-border .options-element {
    border: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative; } }

.options-element .multirange-input {
  margin: 0 8px;
  padding: 0;
  position: relative;
  width: calc(100% - 12px); }

.options-element--range .options-element__item::after {
  background: #D8D8D8;
  content: '';
  height: 1px;
  display: none;
  position: absolute;
  right: -3px;
  width: 5px; }

@media (min-width: 768px) {
  .options-element--range .options-element__item::after {
    display: block; }
  .options-element--range .options-element__item ~ .options-element__item::after {
    display: none; } }

.options-element__item {
  border: 0;
  cursor: default; }
  .options-element__item::after, .options-element__item::before {
    display: none; }
  .options-element--inline .options-element__item {
    display: inline-block;
    padding: 10px;
    position: relative; }
    @media (min-width: 769px) {
      .options-element--inline .options-element__item {
        padding: 0 5px; } }
    @media (min-width: 769px) {
      .options-element--inline .options-element__item:last-child {
        padding-right: 0; } }
  @media (max-width: 768px) {
    .options-element--range .options-element__item {
      width: calc(50% - 4px); } }
  @media (min-width: 769px) {
    .option-item--no-border .options-element__item {
      border: 0; } }
  @media (min-width: 768px) {
    .options-element__item .field__element--input {
      font-size: 1.4rem;
      height: 38px; } }

@media (max-width: 768px) {
  .date-picker-container .options-element__icon-calendar-wrapper.options-element__icon-calendar-wrapper {
    width: calc(50% - 4px); } }

.date-picker-container .options-element__icon-calendar-wrapper.options-element__icon-calendar-wrapper .options-element__icon-calendar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .date-picker-container .options-element__icon-calendar-wrapper.options-element__icon-calendar-wrapper .options-element__icon-calendar::before {
    font-size: 14px;
    padding: 11px 8px;
    width: 30px;
    height: 38px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-left: -29px;
    color: #666;
    background: #EBEBEB;
    border: solid 1px #b8b8b8;
    position: relative;
    margin-right: -1px; }
  @media (max-width: 768px) {
    .date-picker-container .options-element__icon-calendar-wrapper.options-element__icon-calendar-wrapper .options-element__icon-calendar::before {
      top: 1px;
      margin-right: -30px;
      background: none;
      margin-left: 0;
      border: none; }
    .date-picker-container .options-element__icon-calendar-wrapper.options-element__icon-calendar-wrapper .options-element__icon-calendar input {
      padding-left: 25px; } }

@media (max-width: 1024px) {
  .option-item--no-border:not(.dont-stack-tablet) .date-picker-container .options-element__icon-calendar-wrapper.options-element__icon-calendar-wrapper .options-element__icon-calendar::before {
    margin-left: 0; } }

@media (max-width: 768px) {
  .option-item--no-border:not(.dont-stack-tablet) .date-picker-container .options-element__icon-calendar-wrapper.options-element__icon-calendar-wrapper:first-of-type {
    width: calc(50% - 4px); } }

@media (min-width: 769px) {
  .date-picker-container .options-element__icon-calendar-wrapper.options-element__icon-calendar-wrapper ~ .options-element__icon-calendar-wrapper .options-element__icon-calendar::before {
    display: none; } }

/* ==========================================================================
    OVERRIDES
   ========================================================================== */
.st-body-no-scroll {
  bottom: 0 !important;
  left: 0 !important;
  position: relative !important;
  right: 0 !important;
  top: 0 !important; }

.no-border {
  border: none; }

.bordered {
  border: 1px solid #D8D8D8; }

.no-padding.no-padding {
  padding: 0; }

.no-padding--important {
  padding: 0 !important; }

.no-padding-top.no-padding-top {
  padding-top: 0; }

.no-padding-right.no-padding-right {
  padding-right: 0; }

.no-padding-bottom.no-padding-bottom {
  padding-bottom: 0; }

.no-padding-left.no-padding-left {
  padding-left: 0; }

@media (max-width: 767px) {
  .no-padding-phone.no-padding-phone {
    padding: 0; } }

@media (max-width: 767px) {
  .no-padding-top-phone.no-padding-top-phone {
    padding-top: 0; } }

@media (min-width: 768px) {
  .no-padding-above-phone.no-padding-above-phone {
    padding: 0; } }

@media (min-width: 768px) {
  .no-padding-bottom-above-phone.no-padding-bottom-above-phone {
    padding-bottom: 0; } }

@media (min-width: 769px) {
  .no-padding-bottom-above-tablet-portrait.no-padding-bottom-above-tablet-portrait {
    padding-bottom: 0; } }

@media (min-width: 769px) {
  .no-padding-left-above-tablet-portrait.no-padding-left-above-tablet-portrait {
    padding-left: 0; } }

@media (min-width: 769px) {
  .no-padding-above-tablet-portrait.no-padding-above-tablet-portrait {
    padding: 0; } }

@media (min-width: 769px) {
  .no-padding-top-above-tablet-portrait.no-padding-top-above-tablet-portrait {
    padding-top: 0; } }

@media (max-width: 768px) {
  .no-padding-top-tablet-portrait.no-padding-top-tablet-portrait {
    padding-top: 0; } }

@media (min-width: 768px) {
  .no-padding-top-above-phone.no-padding-top-above-phone {
    padding-top: 0; } }

@media (max-width: 1280px) {
  .no-padding-top-laptop.no-padding-top-laptop {
    padding-top: 0; } }

.no-margin.no-margin {
  margin: 0; }

@media (max-width: 767px) {
  .no-margin-phone.no-margin-phone {
    margin: 0; } }

@media (min-width: 768px) {
  .no-margin-above-phone.no-margin-above-phone {
    margin: 0; } }

@media (min-width: 769px) {
  .no-margin-above-tablet-portrait.no-margin-above-tablet-portrait {
    margin: 0; } }

.border-bottom.border-bottom {
  -webkit-box-shadow: 0 1px 0 #D8D8D8;
          box-shadow: 0 1px 0 #D8D8D8; }

.border-top.border-top {
  border-top: solid 1px #D8D8D8; }

.no-border.no-border {
  border: none; }

@media (max-width: 767px) {
  .no-border-phone.no-border-phone {
    border: none; } }

.disabled {
  opacity: .3;
  pointer-events: none; }

@media (min-width: 768px) {
  .no-border-above-phone.no-border-above-phone {
    border: none; }
    .no-border-above-phone.no-border-above-phone.module--border-bottom:after, .fw-cols-2 .asideRight .no-border-above-phone.no-border-above-phone.asideContent:after {
      display: none; }
    .no-border-above-phone.no-border-above-phone.module--border-top:before {
      display: none; } }

@media (min-width: 769px) {
  .no-border-above-tablet-portrait.no-border-above-tablet-portrait {
    border: none; }
    .no-border-above-tablet-portrait.no-border-above-tablet-portrait.module--border-bottom:after, .fw-cols-2 .asideRight .no-border-above-tablet-portrait.no-border-above-tablet-portrait.asideContent:after {
      display: none; }
    .no-border-above-tablet-portrait.no-border-above-tablet-portrait.module--border-top:before {
      display: none; } }

.white-background.white-background {
  background: #FFF; }

@media (max-width: 767px) {
  .no-background-phone.no-background-phone {
    background: none; } }

.phone-hide-table-header {
  display: none; }
  @media (min-width: 768px) {
    .phone-hide-table-header {
      display: table-header-group; } }

.inline-mobile-hide {
  display: none; }
  @media (min-width: 768px) {
    .inline-mobile-hide {
      display: inline-block; } }

.inline-block.inline-block {
  display: inline-block; }

.inline.inline {
  display: inline; }

.align-middle.align-middle {
  vertical-align: middle; }

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

.pull-none.pull-none {
  float: none; }

.pull-left.pull-left {
  float: left; }

@media (min-width: 768px) {
  .pull-left-above-phone {
    float: left; } }

.pull-right.pull-right {
  float: right; }

.table-cell-phone-hide.table-cell-phone-hide {
  display: none; }
  @media (min-width: 768px) {
    .table-cell-phone-hide.table-cell-phone-hide {
      display: table-cell; } }

.desktop-only, .desktop-only--inline-block {
  display: none; }

.is-desktop .desktop-only {
  display: block; }
  .is-desktop .desktop-only--inline-block {
    display: inline-block; }

.is-desktop .desktop-hide {
  display: none; }

.mobile-only {
  display: none; }
  .is-tablet .mobile-only, .is-mobile .mobile-only {
    display: block; }

.mobile-only--inline {
  display: none; }
  .is-tablet .mobile-only--inline, .is-mobile .mobile-only--inline {
    display: inline; }

.mobile-only--inline-block {
  display: none; }
  .is-tablet .mobile-only--inline-block, .is-mobile .mobile-only--inline-block {
    display: inline-block; }

.nowrap {
  white-space: nowrap; }

.vertical-align--middle.vertical-align--middle {
  vertical-align: middle; }

.vertical-align--top.vertical-align--top {
  vertical-align: top; }

.vertical-align--bottom.vertical-align--bottom {
  vertical-align: bottom; }

.tablet-hide {
  display: block; }
  @media (min-width: 769px) {
    .tablet-hide {
      display: none; } }
  @media (min-width: 1025px) {
    .tablet-hide {
      display: block; } }

@media (min-width: 1025px) {
  .is-tablet .large-tablet-hide {
    display: none; } }

@media (min-width: 1367px) {
  .large-tablet-hide {
    display: block; } }

@media (min-width: 1367px) {
  .desktop-hide {
    display: none; } }

.atlwdg-trigger.atlwdg-RIGHT {
  -webkit-transform: translate(25%, 0) rotate(90deg) !important;
      -ms-transform: translate(25%, 0) rotate(90deg) !important;
          transform: translate(25%, 0) rotate(90deg) !important;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 100; }
  .atlwdg-trigger.atlwdg-RIGHT:hover {
    -webkit-transform: translate(0%, 0) rotate(90deg) !important;
        -ms-transform: translate(0%, 0) rotate(90deg) !important;
            transform: translate(0%, 0) rotate(90deg) !important; }

.space-top-auto.space-top-auto {
  margin-top: auto; }

.space-right-auto.space-right-auto {
  margin-right: auto; }

.space-bottom-auto.space-bottom-auto {
  margin-bottom: auto; }

.space-left-auto.space-left-auto {
  margin-left: auto; }

.space-top-0.space-top-0 {
  margin-top: 0px; }

.space-right-0.space-right-0 {
  margin-right: 0px; }

.space-bottom-0.space-bottom-0 {
  margin-bottom: 0px; }

.space-left-0.space-left-0 {
  margin-left: 0px; }

.space-top-3.space-top-3 {
  margin-top: 3px; }

.space-right-3.space-right-3 {
  margin-right: 3px; }

.space-bottom-3.space-bottom-3 {
  margin-bottom: 3px; }

.space-left-3.space-left-3 {
  margin-left: 3px; }

.space-top-5.space-top-5 {
  margin-top: 5px; }

.space-right-5.space-right-5 {
  margin-right: 5px; }

.space-bottom-5.space-bottom-5 {
  margin-bottom: 5px; }

.space-left-5.space-left-5 {
  margin-left: 5px; }

.space-top-10.space-top-10 {
  margin-top: 10px; }

.space-right-10.space-right-10 {
  margin-right: 10px; }

.space-bottom-10.space-bottom-10 {
  margin-bottom: 10px; }

.space-left-10.space-left-10 {
  margin-left: 10px; }

.space-top-15.space-top-15 {
  margin-top: 15px; }

.space-right-15.space-right-15 {
  margin-right: 15px; }

.space-bottom-15.space-bottom-15 {
  margin-bottom: 15px; }

.space-left-15.space-left-15 {
  margin-left: 15px; }

.space-top-20.space-top-20 {
  margin-top: 20px; }

.space-right-20.space-right-20 {
  margin-right: 20px; }

.space-bottom-20.space-bottom-20 {
  margin-bottom: 20px; }

.space-left-20.space-left-20 {
  margin-left: 20px; }

.space-top-25.space-top-25 {
  margin-top: 25px; }

.space-right-25.space-right-25 {
  margin-right: 25px; }

.space-bottom-25.space-bottom-25 {
  margin-bottom: 25px; }

.space-left-25.space-left-25 {
  margin-left: 25px; }

.space-top-30.space-top-30 {
  margin-top: 30px; }

.space-right-30.space-right-30 {
  margin-right: 30px; }

.space-bottom-30.space-bottom-30 {
  margin-bottom: 30px; }

.space-left-30.space-left-30 {
  margin-left: 30px; }

@media (min-width: 768px) {
  .space-top-0-above-phone.space-top-0-above-phone {
    margin-top: 0px; } }

@media (min-width: 768px) {
  .space-right-0-above-phone.space-right-0-above-phone {
    margin-right: 0px; } }

@media (min-width: 768px) {
  .space-bottom-0-above-phone.space-bottom-0-above-phone {
    margin-bottom: 0px; } }

@media (min-width: 768px) {
  .space-left-0-above-phone.space-left-0-above-phone {
    margin-left: 0px; } }

@media (max-width: 420px) {
  .space-top-0-phone-portrait.space-top-0-phone-portrait {
    margin-top: 0px; } }

@media (max-width: 420px) {
  .space-right-0-phone-portrait.space-right-0-phone-portrait {
    margin-right: 0px; } }

@media (max-width: 420px) {
  .space-bottom-0-phone-portrait.space-bottom-0-phone-portrait {
    margin-bottom: 0px; } }

@media (max-width: 420px) {
  .space-left-0-phone-portrait.space-left-0-phone-portrait {
    margin-left: 0px; } }

@media (min-width: 768px) {
  .space-top-5-above-phone.space-top-5-above-phone {
    margin-top: 5px; } }

@media (min-width: 768px) {
  .space-right-5-above-phone.space-right-5-above-phone {
    margin-right: 5px; } }

@media (min-width: 768px) {
  .space-bottom-5-above-phone.space-bottom-5-above-phone {
    margin-bottom: 5px; } }

@media (min-width: 768px) {
  .space-left-5-above-phone.space-left-5-above-phone {
    margin-left: 5px; } }

@media (max-width: 767px) {
  .space-top-5-phone.space-top-5-phone {
    margin-top: 5px; } }

@media (max-width: 767px) {
  .space-right-5-phone.space-right-5-phone {
    margin-right: 5px; } }

@media (max-width: 767px) {
  .space-bottom-5-phone.space-bottom-5-phone {
    margin-bottom: 5px; } }

@media (max-width: 767px) {
  .space-left-5-phone.space-left-5-phone {
    margin-left: 5px; } }

@media (max-width: 767px) {
  .space-top-15-phone.space-top-15-phone {
    margin-top: 15px; } }

@media (max-width: 767px) {
  .space-right-15-phone.space-right-15-phone {
    margin-right: 15px; } }

@media (max-width: 767px) {
  .space-bottom-15-phone.space-bottom-15-phone {
    margin-bottom: 15px; } }

@media (max-width: 767px) {
  .space-left-15-phone.space-left-15-phone {
    margin-left: 15px; } }

@media (min-width: 768px) {
  .space-top-10-above-phone.space-top-10-above-phone {
    margin-top: 10px; } }

@media (min-width: 768px) {
  .space-right-10-above-phone.space-right-10-above-phone {
    margin-right: 10px; } }

@media (min-width: 768px) {
  .space-bottom-10-above-phone.space-bottom-10-above-phone {
    margin-bottom: 10px; } }

@media (min-width: 768px) {
  .space-left-10-above-phone.space-left-10-above-phone {
    margin-left: 10px; } }

@media (min-width: 769px) {
  .space-top-5-above-tablet-portrait.space-top-5-above-tablet-portrait {
    margin-top: 5px; } }

@media (min-width: 769px) {
  .space-right-5-above-tablet-portrait.space-right-5-above-tablet-portrait {
    margin-right: 5px; } }

@media (min-width: 769px) {
  .space-bottom-5-above-tablet-portrait.space-bottom-5-above-tablet-portrait {
    margin-bottom: 5px; } }

@media (min-width: 769px) {
  .space-left-5-above-tablet-portrait.space-left-5-above-tablet-portrait {
    margin-left: 5px; } }

@media (max-width: 768px) {
  .space-top-10-tablet-portrait.space-top-10-tablet-portrait {
    margin-top: 10px; } }

@media (max-width: 768px) {
  .space-right-10-tablet-portrait.space-right-10-tablet-portrait {
    margin-right: 10px; } }

@media (max-width: 768px) {
  .space-bottom-10-tablet-portrait.space-bottom-10-tablet-portrait {
    margin-bottom: 10px; } }

@media (max-width: 768px) {
  .space-left-10-tablet-portrait.space-left-10-tablet-portrait {
    margin-left: 10px; } }

@media (min-width: 769px) {
  .space-top-10-above-tablet-portrait.space-top-10-above-tablet-portrait {
    margin-top: 10px; } }

@media (min-width: 769px) {
  .space-right-10-above-tablet-portrait.space-right-10-above-tablet-portrait {
    margin-right: 10px; } }

@media (min-width: 769px) {
  .space-bottom-10-above-tablet-portrait.space-bottom-10-above-tablet-portrait {
    margin-bottom: 10px; } }

@media (min-width: 769px) {
  .space-left-10-above-tablet-portrait.space-left-10-above-tablet-portrait {
    margin-left: 10px; } }

@media (min-width: 768px) {
  .space-top-18-above-phone.space-top-18-above-phone {
    margin-top: 18px; } }

@media (min-width: 768px) {
  .space-right-18-above-phone.space-right-18-above-phone {
    margin-right: 18px; } }

@media (min-width: 768px) {
  .space-bottom-18-above-phone.space-bottom-18-above-phone {
    margin-bottom: 18px; } }

@media (min-width: 768px) {
  .space-left-18-above-phone.space-left-18-above-phone {
    margin-left: 18px; } }

@media (min-width: 769px) {
  .space-top-25-above-tablet-portrait.space-top-25-above-tablet-portrait {
    margin-top: 25px; } }

@media (min-width: 769px) {
  .space-right-25-above-tablet-portrait.space-right-25-above-tablet-portrait {
    margin-right: 25px; } }

@media (min-width: 769px) {
  .space-bottom-25-above-tablet-portrait.space-bottom-25-above-tablet-portrait {
    margin-bottom: 25px; } }

@media (min-width: 769px) {
  .space-left-25-above-tablet-portrait.space-left-25-above-tablet-portrait {
    margin-left: 25px; } }

@media (max-width: 420px) {
  .phone-portrait-hide.phone-portrait-hide {
    display: none; } }

@media (min-width: 421px) {
  .above-phone-portrait-hide.above-phone-portrait-hide {
    display: none; } }

@media (max-width: 767px) {
  .phone-hide.phone-hide {
    display: none; } }

@media (min-width: 768px) {
  .above-phone-hide.above-phone-hide {
    display: none; } }

@media (max-width: 768px) {
  .tablet-portrait-hide.tablet-portrait-hide {
    display: none; } }

@media (min-width: 769px) {
  .above-tablet-portrait-hide.above-tablet-portrait-hide {
    display: none; } }

@media (max-width: 1024px) {
  .tablet-hide.tablet-hide {
    display: none; } }

@media (min-width: 1025px) {
  .above-tablet-hide.above-tablet-hide {
    display: none; } }

@media (max-width: 989px) {
  .beneath-laptop-hide.beneath-laptop-hide {
    display: none; } }

@media (max-width: 1280px) {
  .laptop-hide.laptop-hide {
    display: none; } }

@media (min-width: 990px) {
  .above-laptop-hide.above-laptop-hide {
    display: none; } }

@media (min-width: 1280px) {
  .desktop-hide.desktop-hide {
    display: none; } }

.pointer {
  cursor: pointer; }

.primary-nav {
  clear: right; }

a {
  color: #428bca; }

.oembed__title:empty {
  display: none; }

.slider--dot-nav .slick-dots {
  left: 50%; }

@media (min-width: 768px) {
  .filter__results {
    height: calc(100vh - 350px); } }

@media (min-width: 1025px) {
  .filter__results {
    height: calc(100vh - 448px); } }

@media (max-width: 767px) {
  .filter__results {
    max-height: 100vh !important; } }

.filter__results ~ .print {
  min-height: 27px; }

#filmTvIntro .col2 {
  display: none; }

.footer-list {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2; }
  .footer-list__item {
    display: inline-block;
    width: 100%; }

@media (max-width: 767px) {
  #mainContent .container, #mainContent .sub-menu__list, #mainContent .noty_inline_layout_container {
    max-width: 100%; } }

.site-header--active .primary-nav {
  height: calc(100vh - 125px);
  overflow: auto; }

.more-link--aside {
  color: #333 !important;
  display: block;
  border-top: solid 1px #D8D8D8;
  padding: 15px 0; }
  .more-link--aside:hover {
    color: #007DBE !important; }

.cta1, #cu-social a, .cta2 {
  font-weight: normal; }
  .cta1:empty, #cu-social a:empty, .cta2:empty {
    display: none; }
  .cta1 a, #cu-social a a, .cta2 a {
    color: inherit !important; }
  .cta1 .cta1, #cu-social a .cta1, .cta1 #cu-social a, #cu-social .cta1 a, #cu-social a a, .cta1 .cta2, #cu-social a .cta2, .cta2 .cta1, .cta2 #cu-social a, #cu-social .cta2 a, .cta2 .cta2 {
    padding: 0;
    margin: 0;
    display: inline;
    background: none;
    border: none; }
    .cta1 .cta1::before, #cu-social a .cta1::before, .cta1 #cu-social a::before, #cu-social .cta1 a::before, #cu-social a a::before, .cta1 .cta1::after, #cu-social a .cta1::after, .cta1 #cu-social a::after, #cu-social .cta1 a::after, #cu-social a a::after, .cta1 .cta2::before, #cu-social a .cta2::before, .cta1 .cta2::after, #cu-social a .cta2::after, .cta2 .cta1::before, .cta2 #cu-social a::before, #cu-social .cta2 a::before, .cta2 .cta1::after, .cta2 #cu-social a::after, #cu-social .cta2 a::after, .cta2 .cta2::before, .cta2 .cta2::after {
      display: none; }

.rte a.cta1, .fw-cols-2 .contentCol a.cta1, .fw-cols-2 .asideRight .asideContent a.cta1, .rte #cu-social a, #cu-social .rte a, .fw-cols-2 .contentCol #cu-social a, #cu-social .fw-cols-2 .contentCol a, .fw-cols-2 .asideRight .asideContent #cu-social a, #cu-social .fw-cols-2 .asideRight .asideContent a,
.rte a[href].cta1,
.fw-cols-2 .contentCol a[href].cta1,
.fw-cols-2 .asideRight .asideContent a[href].cta1,
.rte #cu-social a[href],
#cu-social .rte a[href],
.fw-cols-2 .contentCol #cu-social a[href],
#cu-social .fw-cols-2 .contentCol a[href],
.fw-cols-2 .asideRight .asideContent #cu-social a[href],
#cu-social .fw-cols-2 .asideRight .asideContent a[href],
.rte a.cta2,
.fw-cols-2 .contentCol a.cta2,
.fw-cols-2 .asideRight .asideContent a.cta2,
.rte a[href].cta2,
.fw-cols-2 .contentCol a[href].cta2,
.fw-cols-2 .asideRight .asideContent a[href].cta2 {
  color: #333; }
  .is-desktop .rte a.cta1:hover, .is-desktop .fw-cols-2 .contentCol a.cta1:hover, .fw-cols-2 .is-desktop .contentCol a.cta1:hover, .is-desktop .fw-cols-2 .asideRight .asideContent a.cta1:hover, .fw-cols-2 .asideRight .is-desktop .asideContent a.cta1:hover, .is-desktop .rte #cu-social a:hover, #cu-social .is-desktop .rte a:hover, .is-desktop .fw-cols-2 .contentCol #cu-social a:hover, #cu-social .is-desktop .fw-cols-2 .contentCol a:hover, .fw-cols-2 .is-desktop .contentCol #cu-social a:hover, #cu-social .fw-cols-2 .is-desktop .contentCol a:hover, .is-desktop .fw-cols-2 .asideRight .asideContent #cu-social a:hover, #cu-social .is-desktop .fw-cols-2 .asideRight .asideContent a:hover, .fw-cols-2 .asideRight .is-desktop .asideContent #cu-social a:hover, #cu-social .fw-cols-2 .asideRight .is-desktop .asideContent a:hover, .is-desktop .rte a[href].cta1:hover, .is-desktop .fw-cols-2 .contentCol a[href].cta1:hover, .fw-cols-2 .is-desktop .contentCol a[href].cta1:hover, .is-desktop .fw-cols-2 .asideRight .asideContent a[href].cta1:hover, .fw-cols-2 .asideRight .is-desktop .asideContent a[href].cta1:hover, .is-desktop .rte #cu-social a[href]:hover, #cu-social .is-desktop .rte a[href]:hover, .is-desktop .fw-cols-2 .contentCol #cu-social a[href]:hover, #cu-social .is-desktop .fw-cols-2 .contentCol a[href]:hover, .fw-cols-2 .is-desktop .contentCol #cu-social a[href]:hover, #cu-social .fw-cols-2 .is-desktop .contentCol a[href]:hover, .is-desktop .fw-cols-2 .asideRight .asideContent #cu-social a[href]:hover, #cu-social .is-desktop .fw-cols-2 .asideRight .asideContent a[href]:hover, .fw-cols-2 .asideRight .is-desktop .asideContent #cu-social a[href]:hover, #cu-social .fw-cols-2 .asideRight .is-desktop .asideContent a[href]:hover, .is-desktop .rte a.cta2:hover, .is-desktop .fw-cols-2 .contentCol a.cta2:hover, .fw-cols-2 .is-desktop .contentCol a.cta2:hover, .is-desktop .fw-cols-2 .asideRight .asideContent a.cta2:hover, .fw-cols-2 .asideRight .is-desktop .asideContent a.cta2:hover, .is-desktop .rte a[href].cta2:hover, .is-desktop .fw-cols-2 .contentCol a[href].cta2:hover, .fw-cols-2 .is-desktop .contentCol a[href].cta2:hover, .is-desktop .fw-cols-2 .asideRight .asideContent a[href].cta2:hover, .fw-cols-2 .asideRight .is-desktop .asideContent a[href].cta2:hover {
    color: #fff; }

.button.button--outline.cta1::after, .button--outline.cta1::after, #cu-social a.button--outline::after,
.button.button--outline.cta2::after,
#cu-social a.button--outline.cta2::after,
.button--outline.cta2::after {
  border: none; }

body #stLframe {
  position: relative;
  height: 430px;
  width: 518px; }

.page-script {
  display: none; }

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transform: translateY(-20%);
      -ms-transform: translateY(-20%);
          transform: translateY(-20%);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: translateY(-20%);
      -ms-transform: translateY(-20%);
          transform: translateY(-20%); }

.songs-page {
  opacity: 0;
  -webkit-transition: all 0.6s 0.3s ease;
  -o-transition: all 0.6s 0.3s ease;
  transition: all 0.6s 0.3s ease; }

.content-shadow {
  display: none !important; }

/* Noty Messaging */
.noty_message span.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0;
  background-image: url(../../img/dml-sprite.png);
  background-repeat: no-repeat; }
  .noty_message span.icon.close {
    float: right !important;
    background-position: -52px -47px; }

.noty_inline_layout_container {
  position: fixed;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.callout__caption-text {
  padding-right: 5px; }

.callout__media img {
  max-width: 100%; }

#musicPlayer #title {
  bottom: 5px;
  cursor: pointer;
  display: inline-block;
  left: 82px;
  margin: 0 10px;
  overflow: hidden;
  border-right: solid 165px transparent;
  position: absolute;
  text-align: left;
  width: 100%; }
  @media (min-width: 1025px) {
    #musicPlayer #title {
      bottom: auto;
      float: left;
      height: 38px;
      left: auto;
      line-height: 38px;
      position: relative;
      border-right: none;
      width: 200px; } }

@-webkit-keyframes floatText {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@keyframes floatText {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }
  #musicPlayer #title .jp-title {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    width: 100%; }
    #musicPlayer #title .jp-title span {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: inline-block;
      white-space: nowrap; }
  #musicPlayer #title .truncate {
    -o-text-overflow: unset;
       text-overflow: unset; }
    #musicPlayer #title .truncate span {
      -webkit-animation: floatText 16s linear infinite;
              animation: floatText 16s linear infinite;
      -webkit-transition: padding-left 0s 16s;
      -o-transition: padding-left 0s 16s;
      transition: padding-left 0s 16s;
      padding-left: 100%; }

.results-list__link {
  margin-top: 0;
  margin-bottom: 0; }

p.results-list__link:hover {
  background: inherit;
  color: #666; }

.top-bar {
  height: auto; }
  .top-bar .top-bar__list {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    max-height: 41px;
    font-size: 1.2rem;
    font-weight: 300; }
    .top-bar .top-bar__list,
    .top-bar .top-bar__list a {
      color: #fff; }
    .top-bar .top-bar__list .top-bar__item:last-child {
      padding-right: 5px; }
      .top-bar .top-bar__list .top-bar__item:last-child .dropdown {
        left: auto;
        right: 0; }
    @media (min-width: 769px) {
      .top-bar .top-bar__list {
        margin: auto;
        max-width: 1210px;
        padding: 0 20px;
        position: relative;
        text-align: right; } }
  .top-bar .top-bar__flag, .top-bar .dropdown__flag,
  .top-bar .dropdown__flag {
    margin: -2px 5px -2px 0;
    vertical-align: baseline;
    position: relative;
    top: 3px; }
  .top-bar .top-bar__item {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    height: 100%;
    white-space: nowrap; }
    @media (max-width: 1024px) {
      .top-bar .top-bar__item {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        text-align: center; }
        .top-bar .top-bar__item:only-child {
          -webkit-box-flex: 0;
          -webkit-flex: none;
              -ms-flex: none;
                  flex: none; }
        .top-bar .top-bar__item--hb-dashboard {
          -webkit-box-flex: 2;
          -webkit-flex: 2;
              -ms-flex: 2;
                  flex: 2; } }
    .top-bar .top-bar__item .dropdown {
      -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
              box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
      display: block;
      height: auto;
      left: 0;
      max-height: 0;
      overflow: auto; }
      .top-bar .top-bar__item .dropdown__link {
        cursor: pointer; }
        .top-bar .top-bar__item .dropdown__link--active {
          background: #222;
          color: #999;
          cursor: default;
          pointer-events: none; }
          .top-bar .top-bar__item .dropdown__link--active:hover {
            color: inherit; }
      @media (max-width: 767px) {
        .top-bar .top-bar__item .dropdown__link {
          color: #666; }
          .top-bar .top-bar__item .dropdown__link--active {
            background: #eee;
            color: #999; } }
    .top-bar .top-bar__item--active .dropdown {
      max-height: 300px; }
      @media (max-width: 767px) {
        .top-bar .top-bar__item--active .dropdown {
          max-height: 90vh; } }
    .top-bar .top-bar__item.top-bar__item:before {
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .top-bar .top-bar__item .top-bar__text.top-bar__text {
      cursor: default; }
      .top-bar .top-bar__item .top-bar__text.top-bar__text:hover {
        color: inherit; }
    .top-bar .top-bar__item .top-bar__button, .top-bar .top-bar__item .top-bar__text,
    .top-bar .top-bar__item .top-bar__link {
      height: 100%;
      line-height: 1.7;
      cursor: pointer; }
      .top-bar .top-bar__item .top-bar__button--globe:before,
      .top-bar .top-bar__item .top-bar__link--globe:before {
        margin-top: 1px; }
        @media (max-width: 767px) {
          .top-bar .top-bar__item .top-bar__button--globe:before,
          .top-bar .top-bar__item .top-bar__link--globe:before {
            margin-top: -1px; } }
    .top-bar .top-bar__item--hb-register {
      -webkit-box-ordinal-group: 10;
      -webkit-order: 9;
          -ms-flex-order: 9;
              order: 9; }
      .top-bar .top-bar__item--hb-register .top-bar__link {
        padding-left: 0; }
      .top-bar .top-bar__item--hb-register:before {
        display: none; }
      @media (max-width: 1024px) {
        .top-bar .top-bar__item--hb-register {
          display: none; } }
      .top-bar .top-bar__item--hb-register + .top-bar__item--hb-login:after {
        content: 'or';
        vertical-align: middle; }
        @media (max-width: 1024px) {
          .top-bar .top-bar__item--hb-register + .top-bar__item--hb-login:after {
            display: none; } }
    .top-bar .top-bar__item--hb-login {
      -webkit-box-ordinal-group: 9;
      -webkit-order: 8;
          -ms-flex-order: 8;
              order: 8;
      padding: 10px 5px 10px 10px; }
      .top-bar .top-bar__item--hb-login .top-bar__link {
        padding: 0;
        display: inline; }
      .top-bar .top-bar__item--hb-login:before {
        display: none; }
      .top-bar .top-bar__item--hb-login + .top-bar__item--hb-register:before {
        background: none;
        content: 'or';
        display: inline;
        position: relative;
        right: 2px;
        top: 0;
        vertical-align: middle;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
        @media (max-width: 1024px) {
          .top-bar .top-bar__item--hb-login + .top-bar__item--hb-register:before {
            display: none; } }
    .top-bar .top-bar__item--hb-logout:before {
      display: none; }

.field__element--message {
  font-size: 1.4rem;
  padding: 5px;
  margin: 3px 0;
  display: block;
  background: #fff5cf; }
  .field__element--message[data-icon-before]:before {
    margin: 0 3px;
    padding: 2px;
    display: inline-block;
    vertical-align: bottom;
    font-size: 11px;
    width: 15px;
    height: 15px;
    text-align: center;
    border-radius: 100%;
    border: solid 1px #333; }

select::-ms-expand {
  display: none; }

.region-selector {
  padding-bottom: 50px; }
  .region-selector .region-selector__tab-container.flex {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
  .region-selector .region__link:hover {
    color: #007DBE; }

.region-selector__tab {
  white-space: nowrap; }

@media (max-width: 1024px) {
  .top-bar .top-bar__item--welcome-user {
    display: none; } }

@media (min-width: 768px) {
  .field--action-buttons-small .button, .field--action-buttons-small .cta1, .field--action-buttons-small #cu-social a, #cu-social .field--action-buttons-small a, .field--action-buttons-small .cta2 {
    width: calc(50% - 5px); } }

.button--cta {
  -webkit-transition: background-color 0.15s ease;
  -o-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease; }

.button--cta[disabled] {
  color: transparent;
  background-image: url(../svgs/loading.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 80%;
  background-color: #bbb; }

.module:empty, .fw-cols-2 .asideRight .asideContent:empty {
  display: none; }

.modal-form {
  overflow: auto; }

.grid--footer {
  min-height: 150px; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .flex__col {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

#mobileLanguage {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  color: #333;
  display: none;
  height: 40px;
  padding: 10px 0;
  position: absolute;
  right: 50px;
  top: 2px;
  z-index: 3; }
  @media (max-width: 1024px) {
    #mobileLanguage {
      display: inline-block; } }
  #mobileLanguage:after {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.15s ease;
    transition: -webkit-transform 0.15s ease;
    -o-transition: transform 0.15s ease;
    transition: transform 0.15s ease;
    transition: transform 0.15s ease, -webkit-transform 0.15s ease;
    position: relative;
    top: 1px; }
  #mobileLanguage.mobile-language--active:after {
    -webkit-transform: rotateZ(180deg);
        -ms-transform: rotate(180deg);
            transform: rotateZ(180deg); }
  #mobileSearch ~ #mobileLanguage {
    right: 85px; }

.language-flag {
  border-radius: 100%;
  display: inline-block;
  height: 18px;
  line-height: 1.2rem;
  margin: 1px 2px 2px 1px;
  vertical-align: middle; }

.default-dropdown {
  color: #666;
  font-size: 12px;
  position: relative; }
  .default-dropdown .language-flag {
    height: 16px; }
  .default-dropdown--language {
    float: right;
    margin: 10px; }
    @media (max-width: 1024px) {
      .default-dropdown--language {
        margin: 3px 0px;
        width: 100%;
        top: 6px;
        float: none; } }
    @media (max-width: 420px) {
      .default-dropdown--language {
        top: 3px; } }
  .default-dropdown__button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    .default-dropdown__button, .default-dropdown__button:active {
      background: #fff;
      border: solid 1px rgba(97, 97, 97, 0.35);
      border-radius: 3px;
      padding: 2px 3px 1px;
      position: relative; }
    .default-dropdown__button .caret {
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid;
      display: inline-block;
      height: 0;
      margin: -1px 3px 0 4px;
      vertical-align: middle;
      width: 0; }
    @media (max-width: 1024px) {
      .default-dropdown__button {
        display: none; } }
  .default-dropdown__list {
    background: #fff;
    border: solid 1px rgba(97, 97, 97, 0.35);
    border-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
    left: 0;
    list-style: none;
    margin: -1px 0 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 100%;
    -webkit-transition: max-height 0.2s 0 ease-in, opacity 0.01s 0.2s ease;
    -o-transition: max-height 0.2s 0 ease-in, opacity 0.01s 0.2s ease;
    transition: max-height 0.2s 0 ease-in, opacity 0.01s 0.2s ease;
    width: 100%;
    z-index: 12; }
    @media (max-width: 1024px) {
      .default-dropdown__list {
        border: none;
        border-radius: 0;
        left: auto;
        right: 0;
        width: 200px; } }
    @media (max-width: 420px) {
      .default-dropdown__list {
        width: 100%; } }
  .default-dropdown--active {
    border-bottom: none; }
    .default-dropdown--active .default-dropdown__list {
      max-height: 350px;
      opacity: 1;
      -webkit-transition: max-height 0.2s ease;
      -o-transition: max-height 0.2s ease;
      transition: max-height 0.2s ease; }
    .default-dropdown--active .default-dropdown__button {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      z-index: 13;
      border-bottom-color: transparent; }
    .default-dropdown--active .default-dropdown__button .caret {
      -webkit-transform: rotateZ(180deg);
          -ms-transform: rotate(180deg);
              transform: rotateZ(180deg); }
  .default-dropdown__link {
    color: inherit;
    display: block;
    padding: 7px 5px; }
    .default-dropdown__link:hover, .default-dropdown__link:focus, .default-dropdown__link:active {
      background: #007dbe;
      color: #fff; }
    li:first-child .default-dropdown__link {
      padding-top: 10px; }
    li:last-child .default-dropdown__link {
      padding-bottom: 10px; }
    @media (max-width: 1024px) {
      .default-dropdown__link {
        border-top: 1px solid rgba(102, 102, 102, 0.25);
        font-size: 1.2rem;
        font-weight: 300;
        line-height: 1.6rem;
        padding: 10px; } }

.visible-desktop, .visible-desktop--inline, .visible-desktop--inline-block, .visible-tablet-portrait, .visible-tablet-portrait--inline, .visible-tablet-portrait--inline-block, .visible-mobile, .visible-mobile--inline, .visible-mobile--inline-block {
  display: none !important; }

@media (min-width: 768px) {
  .visible-desktop {
    display: block !important; }
    .visible-desktop--inline {
      display: inline !important; }
    .visible-desktop--inline-block {
      display: inline-block !important; } }

@media (max-width: 767px) {
  .visible-mobile {
    display: block !important; }
    .visible-mobile--inline {
      display: inline !important; }
    .visible-mobile--inline-block {
      display: inline-block !important; } }

@media (max-width: 768px) {
  .visible-tablet-portrait {
    display: block !important; }
    .visible-tablet-portrait--inline {
      display: inline !important; }
    .visible-tablet-portrait--inline-block {
      display: inline-block !important; } }

.hidden {
  display: none !important; }

@media (min-width: 768px) {
  .to-top {
    top: 20px; } }

wait, [wait] {
  display: none; }

#musicPlayer div.jp-current-time {
  margin-right: 0; }
  #musicPlayer div.jp-current-time:after {
    content: ' /'; }
  @media (max-width: 1024px) {
    #musicPlayer div.jp-current-time {
      display: none; } }

.sharethis-inline-share-buttons {
  display: none; }

.st_sharethis_custom {
  cursor: pointer;
  background: #95d03a;
  display: inline-block;
  font-weight: 500;
  color: #fff;
  padding: 6px 30px;
  border-radius: 4px;
  font-size: 12px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .st_sharethis_custom:hover {
    -webkit-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
            transform: translateY(-10%);
    opacity: 0.8; }
  .st_sharethis_custom .share-this__icon {
    width: 17px;
    height: 20px;
    margin-right: 15px;
    margin-left: -10px;
    display: inline-block;
    vertical-align: middle; }

.nowrap {
  white-space: nowrap; }

.twitter-slider .slider__slide:only-child {
  width: 100% !important; }

body.is-mobile.showing-search {
  overflow: hidden; }
  body.is-mobile.showing-search .site-header {
    position: absolute; }

#img-hero img, .rte h1 ~ img, .fw-cols-2 .contentCol h1 ~ img, .fw-cols-2 .asideRight .asideContent h1 ~ img {
  height: auto;
  margin: 0 auto; }

#img-hero, .rte h1 ~ img, .fw-cols-2 .contentCol h1 ~ img, .fw-cols-2 .asideRight .asideContent h1 ~ img {
  margin-bottom: -1px;
  position: relative;
  z-index: 1; }

.rte img, .fw-cols-2 .contentCol img, .fw-cols-2 .asideRight .asideContent img {
  height: auto; }

.rte h1 ~ img, .fw-cols-2 .contentCol h1 ~ img, .fw-cols-2 .asideRight .asideContent h1 ~ img {
  max-width: calc(100% - 20px); }

h1 {
  margin: 0;
  font-weight: 500; }

.st-btn[data-network='sharethis'] {
  background-color: #007DBE !important; }

.fw-cols-2 ~ br {
  display: none; }

.fw-cols-2 .contentCol {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding: 10px;
  max-width: none;
  line-height: 1.6; }
  .fw-cols-2 .contentCol th {
    text-align: left; }
  .fw-cols-2 .contentCol h2 {
    margin: 10px 0; }
  @media (min-width: 768px) {
    .fw-cols-2 .contentCol {
      margin-bottom: 45px; } }

.fw-cols-2 .contentCol + * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .fw-cols-2 .contentCol + *:empty {
    display: none; }
  .fw-cols-2 .contentCol + * .asideRight {
    height: 100%; }

.fw-cols-2 .asideLeft {
  -webkit-box-flex: 1.05;
  -webkit-flex: 1.05;
      -ms-flex: 1.05;
          flex: 1.05;
  max-width: none;
  height: auto; }
  .fw-cols-2 .asideLeft .asideContent {
    border: none;
    position: relative; }

.fw-cols-2 .asideRight {
  -webkit-box-flex: 1.05;
  -webkit-flex: 1.05;
      -ms-flex: 1.05;
          flex: 1.05;
  max-width: none; }
  .fw-cols-2 .asideRight .asideContent {
    border-bottom: none;
    line-height: 1.6;
    position: relative; }
    .fw-cols-2 .asideRight .asideContent img {
      margin: 0;
      width: 100%;
      height: auto; }
    .fw-cols-2 .asideRight .asideContent:last-child:after {
      display: none !important; }
  @media (min-width: 768px) {
    .fw-cols-2 .asideRight:before {
      border-top: 1px solid #d8d8d8; }
    .fw-cols-2 .asideRight .asideContent {
      padding-left: 30px;
      padding-right: 30px; }
      .fw-cols-2 .asideRight .asideContent:after {
        left: 30px;
        width: calc(100% - 60px); } }
  @media (max-width: 767px) {
    .fw-cols-2 .asideRight {
      border-top: solid 1px #D8D8D8;
      margin-top: 20px; }
      .fw-cols-2 .asideRight .asideContent {
        margin: 20px 0; } }

@media (max-width: 767px) {
  .fw-cols-2 {
    display: block; } }

@media (min-width: 768px) {
  .fw-cols-2 .contentCol {
    padding-top: 0; }
  .fw-cols-2 .contentCol:before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding-right: 15px;
    /* margin: 0 15px; */
    border-top: solid 1px #D8D8D8;
    margin-bottom: 15px; } }

.asideContent {
  margin-bottom: 15px; }
  .module--border-bottom .asideContent, .fw-cols-2 .asideRight .asideContent .asideContent {
    border: none; }

#cu-social p {
  margin: 0 0 5px;
  padding: 0; }

#cu-social a {
  margin-top: 10px;
  padding-left: 25px; }
  #cu-social a#cu-twitter:before {
    content: "\E932";
    text-indent: -158px;
    line-height: 0; }
  #cu-social a#cu-facebook:before {
    content: "\E930";
    text-indent: -190px;
    line-height: 0; }
  #cu-social a#id-youtube:before {
    content: "\E933";
    text-indent: -180px;
    line-height: 0; }
  #cu-social a#cu-instagram:before {
    content: "\E934";
    text-indent: -195px;
    line-height: 0; }
  #cu-social a:hover {
    color: #FFF; }

#pageAnchors ul li {
  font-size: 1.4rem;
  margin: 0 0 10px;
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  line-height: 1.6; }
  #pageAnchors ul li .jump {
    color: #333; }

.rte h1, .fw-cols-2 .contentCol h1, .fw-cols-2 .asideRight .asideContent h1 {
  margin: 0.3em 0 0.7em; }

.rte .subscribe-link, .fw-cols-2 .contentCol .subscribe-link, .fw-cols-2 .asideRight .asideContent .subscribe-link {
  display: block;
  margin-bottom: 20px; }
  .rte .subscribe-link img, .fw-cols-2 .contentCol .subscribe-link img, .fw-cols-2 .asideRight .asideContent .subscribe-link img {
    vertical-align: middle;
    margin: 0;
    margin-right: 20px;
    padding: 0;
    display: inline-block; }

.search-inputs .panel .advanced-column, .search-inputs .panel .advanced-within {
  list-style: none; }

.terms-and-conditions .jumplinks-dropdown {
  margin-bottom: 0;
  margin-right: -10px;
  margin-left: -10px; }

#mainContent .set-password-page .fw-cols-2.leftWide .contentCol {
  padding: 0; }

.link-expired-page .contentCol {
  min-height: 200px; }

@media only screen and (max-width: 1024px) {
  .classical .staff-card {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; } }

@media only screen and (max-width: 515px) {
  .classical .staff-card {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
    .classical .staff-card .module, .classical .staff-card .fw-cols-2 .asideRight .asideContent, .fw-cols-2 .asideRight .classical .staff-card .asideContent {
      max-width: 250px; } }

.warning--red {
  position: relative;
  display: block;
  right: 0px;
  background-color: #f0cccc;
  margin: 14px 18px 14px 70px;
  padding: 8px 16px 8px 27px;
  color: #af0000;
  font-weight: 700; }

