﻿.carnegie {
  background-image: linear-gradient(-135deg, #175DA7 0%, #489CEF 100%);
}

.gershwin, .card.gershwin {
  background: #FAFAFA;
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(216, 219, 226, 0.4) 100%);
}

.beacon {
  background: #FFFFFF;
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(17, 120, 206, 0.03) 100%);
}

.gradient-purple-light-med {
  background: linear-gradient(#a352cc, #7533a5) !important;
}
.gradient-purple-light-med .cta-transparent-text {
  color: #7533a5;
  color: rgb(135.4, 63.4, 180.6);
}

.gradient-purple-med-dark {
  background: linear-gradient(#7533a5, #792a8c) !important;
}
.gradient-purple-med-dark .cta-transparent-text {
  color: #792a8c;
  color: rgb(119.4, 45.6, 150);
}

.gradient-purple-light-dark {
  background: linear-gradient(#a352cc, #792a8c) !important;
}
.gradient-purple-light-dark .cta-transparent-text {
  color: #792a8c;
  color: rgb(137.8, 58, 165.6);
}

.gradient-red-light-med {
  background: linear-gradient(#ff564d, #b92347) !important;
}
.gradient-red-light-med .cta-transparent-text {
  color: #b92347;
  color: rgb(213, 55.4, 73.4);
}

.gradient-red-med-dark {
  background: linear-gradient(#b92347, #a00a40) !important;
}
.gradient-red-med-dark .cta-transparent-text {
  color: #a00a40;
  color: rgb(170, 20, 66.8);
}

.gradient-red-light-dark {
  background: linear-gradient(#ff564d, #a00a40) !important;
}
.gradient-red-light-dark .cta-transparent-text {
  color: #a00a40;
  color: rgb(198, 40.4, 69.2);
}

.gradient-orange-light-med {
  background: linear-gradient(#ffaa00, #ff6400) !important;
}
.gradient-orange-light-med .cta-transparent-text {
  color: #ff6400;
  color: #ff8000;
}

.gradient-orange-med-dark {
  background: linear-gradient(#ff6400, #924420) !important;
}
.gradient-orange-med-dark .cta-transparent-text {
  color: #924420;
  color: rgb(189.6, 80.8, 19.2);
}

.gradient-orange-light-dark {
  background: linear-gradient(#ffaa00, #924420) !important;
}
.gradient-orange-light-dark .cta-transparent-text {
  color: #924420;
  color: rgb(189.6, 108.8, 19.2);
}

.gradient-green-light-med {
  background: linear-gradient(#9ed826, #2db328) !important;
}
.gradient-green-light-med .cta-transparent-text {
  color: #2db328;
  color: rgb(90.2, 193.8, 39.2);
}

.gradient-green-med-dark {
  background: linear-gradient(#2db328, #00723a) !important;
}
.gradient-green-med-dark .cta-transparent-text {
  color: #00723a;
  color: rgb(18, 140, 50.8);
}

.gradient-green-light-dark {
  background: linear-gradient(#9ed826, #00723a) !important;
}
.gradient-green-light-dark .cta-transparent-text {
  color: #00723a;
  color: rgb(63.2, 154.8, 50);
}

.gradient-teal-light-med {
  background: linear-gradient(#00898c, #006f60) !important;
}
.gradient-teal-light-med .cta-transparent-text {
  color: #006f60;
  color: rgb(0, 121.4, 113.6);
}

.gradient-teal-med-dark {
  background: linear-gradient(#006f60, #005d72) !important;
}
.gradient-teal-med-dark .cta-transparent-text {
  color: #005d72;
  color: rgb(0, 100.2, 106.8);
}

.gradient-teal-light-dark {
  background: linear-gradient(#00898c, #005d72) !important;
}
.gradient-teal-light-dark .cta-transparent-text {
  color: #005d72;
  color: rgb(0, 110.6, 124.4);
}

.gradient-turquoise-light-med {
  background: linear-gradient(#6dd8d1, #00c1b3) !important;
}
.gradient-turquoise-light-med .cta-transparent-text {
  color: #00c1b3;
  color: rgb(43.6, 202.2, 191);
}

.gradient-turquoise-med-dark {
  background: linear-gradient(#00c1b3, #00898c) !important;
}
.gradient-turquoise-med-dark .cta-transparent-text {
  color: #00898c;
  color: rgb(0, 159.4, 155.6);
}

.gradient-turquoise-light-dark {
  background: linear-gradient(#6dd8d1, #00898c) !important;
}
.gradient-turquoise-light-dark .cta-transparent-text {
  color: #00898c;
  color: rgb(43.6, 168.6, 167.6);
}

.gradient-amber-light-med {
  background: linear-gradient(#ffd400, #ffaa00) !important;
}
.gradient-amber-light-med .cta-transparent-text {
  color: #ffaa00;
  color: rgb(255, 186.8, 0);
}

.gradient-amber-med-dark {
  background: linear-gradient(#ffaa00, #ff6400) !important;
}
.gradient-amber-med-dark .cta-transparent-text {
  color: #ff6400;
  color: #ff8000;
}

.gradient-amber-light-dark {
  background: linear-gradient(#ffd400, #ff6400) !important;
}
.gradient-amber-light-dark .cta-transparent-text {
  color: #ff6400;
  color: rgb(255, 144.8, 0);
}

.gradient-Ltblue-light-med {
  background: linear-gradient(#00adef, #2da7f9) !important;
}
.gradient-Ltblue-light-med .cta-transparent-text {
  color: #2da7f9;
  color: rgb(27, 169.4, 245);
}

.gradient-Ltblue-med-dark {
  background: linear-gradient(#2da7f9, #1178ce) !important;
}
.gradient-Ltblue-med-dark .cta-transparent-text {
  color: #1178ce;
  color: rgb(28.2, 138.8, 223.2);
}

.gradient-Ltblue-light-dark {
  background: linear-gradient(#00adef, #1178ce) !important;
}
.gradient-Ltblue-light-dark .cta-transparent-text {
  color: #1178ce;
  color: rgb(10.2, 141.2, 219.2);
}

.gradient-blue-light-med {
  background: linear-gradient(#2da7f9, #1178ce) !important;
}
.gradient-blue-light-med .cta-transparent-text {
  color: #1178ce;
  color: rgb(28.2, 138.8, 223.2);
}

.gradient-blue-med-dark {
  background: linear-gradient(#1178ce, #004183) !important;
}
.gradient-blue-med-dark .cta-transparent-text {
  color: #004183;
  color: rgb(6.8, 87, 161);
}

.gradient-blue-light-dark {
  background: linear-gradient(#2da7f9, #004183) !important;
}
.gradient-blue-light-dark .cta-transparent-text {
  color: #004183;
  color: rgb(18, 105.8, 178.2);
}

/* ==========================================================================
  Global Settings
  ========================================================================== */
/* body settings */
/* html settings - using for setting proportion of sizes for desktop and mobile version */
/* color settings */
/* brands colors settings */
/* hover color settings */
/* disabled color settings */
/* text settings */
/* spacing settings */
/* element content spacing settings */
/* content spacing settings */
/* Icon Settings */
/* Shadow Settings */
/* Gradient Settings */
/* ==========================================================================
  Global Settings
  ========================================================================== */
/* body settings */
/* html settings - using for setting proportion of sizes for desktop and mobile version */
/* color settings */
/* brands colors settings */
/* hover color settings */
/* disabled color settings */
/* text settings */
/* spacing settings */
/* element content spacing settings */
/* content spacing settings */
/* Icon Settings */
/* Shadow Settings */
/* Gradient Settings */
/* Quaver styles */
/* ==========================================================================
  Tools
  ========================================================================== */
/**
 * Converter PX to EM
 * 
 * Input:
 * $px: new size in px
 * $base-font-size: current size in px, by default = $g-font-size
 *
 * Output:
 * new size in em
 *
 * Example:
 * em(14px, 16px) -> round(14/16 * 1em) = 0.88em
 */
/**
 * Converter line-height in PX to relative unit
 * 
 * Input:
 * $px: line-height in px
 * $base-font-size: current font-size in px
 *
 * Output:
 * new line-height value
 *
 * Example:
 * line-height-value(20px, 14px) -> round(20/14) = 1.43;
  .text {
     font-size: 14px;
     line-height: line-height-value(20px, 14px); // line-height: 1.43;
  } 
 */
/**
 * Return hover color based on global settings
 * 
 * Input:
 * $color: default color
 * $function: function for changing color, by default = $g-color-hover-function
 * $diff: amount of changes, by default = $g-color-hover-difference
 *
 * Output:
 * new color value
 *
 * Example:
 * color: hover-color($b400) -> color: #2592ed;
 */
/**
 * Return height value based on global variable vh which is controlled by JS. Usinfg for mobile devices
 *
 * Output:
 * height = 100vh (fixing the issue in mobile devices)
 *
 * Example:
 * height: viewport-height() -> height: real 100vh in mobile devices;
 */
/**
 * Return inline SVG code with the new color
 *
 * Input:
 * $url: inline SVG code
 * $color: new default
 *
 * Output:
 * $url
 *
 * Example:
 * background-image: url(coloredInlineSvg( $g-icon-chevron-down, $g-color-primary)
 */
* {
  box-sizing: border-box;
}

.body {
  min-height: 100vh;
}
@media screen {
  .body {
    padding-left: 250px;
  }
}
@media screen and (max-width: 1024px) {
  .body {
    padding-left: 50px;
  }
}

.page-wrapper {
  min-height: 100%;
}
.page-wrapper .ascap-widget:last-child {
  margin-bottom: 0 !important;
}
.page-wrapper .ascap-widget:last-child {
  margin-bottom: 0 !important;
}

.ascap-widget {
  margin-bottom: 5px;
}
.ascap-widget:empty {
  margin: 0;
}

.module-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .module-row {
    flex-direction: column;
  }
}

.row-three-col-square {
  width: 100%;
  display: flex;
  flex-direction: row;
  min-height: 340px;
}
@media (max-width: 1024px) {
  .row-three-col-square {
    min-height: 232px;
  }
}
@media (max-width: 600px) {
  .row-three-col-square {
    flex-direction: column;
    min-height: 270px;
  }
}
.row-three-col-square .col-three-col-square {
  width: 33.33%;
  display: inline-block;
  min-height: inherit;
  overflow: hidden;
}
@media (max-width: 600px) {
  .row-three-col-square .col-three-col-square {
    width: 100%;
    margin: 0 0 5px 0 !important;
  }
}
.row-three-col-square .col-three-col-square:nth-child(1) {
  margin: 0 0 5px 0;
}
.row-three-col-square .col-three-col-square:nth-child(2) {
  margin: 0 5px 5px 5px;
}
.row-three-col-square .col-three-col-square:nth-child(3) {
  margin: 0 0 5px 0;
}
.row-three-col-square .col-three-col-square .three-col-square {
  margin-bottom: 0;
}

.row-two-col-video-block-video-left {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media (max-width: 600px) {
  .row-two-col-video-block-video-left {
    flex-direction: column;
  }
}
.row-two-col-video-block-video-left .col-two-col-video {
  width: 66.66%;
  margin: 0 2.5px 0 0;
}
@media (max-width: 600px) {
  .row-two-col-video-block-video-left .col-two-col-video {
    width: 100%;
    margin: 0 0 5px 0;
  }
}
.row-two-col-video-block-video-left .col-two-col-video .two-col-video, .row-two-col-video-block-video-left .col-two-col-video .full-width-video {
  margin-bottom: 0;
}
.row-two-col-video-block-video-left .col-three-col-square {
  width: 33.33%;
  margin: 0 0 5px 2.5px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .row-two-col-video-block-video-left .col-three-col-square {
    width: 100%;
    margin: 0 0 5px 0;
  }
}
.row-two-col-video-block-video-left .col-three-col-square .three-col-square {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .row-two-col-video-block-video-left .col-three-col-square .three-col-square__text {
    display: block;
    height: 192px;
    overflow: hidden;
  }
}
@media (max-width: 600px) {
  .row-two-col-video-block-video-left .col-three-col-square .three-col-square__text {
    display: table-cell;
  }
}

.row-two-col-video-block-video-right {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media (max-width: 600px) {
  .row-two-col-video-block-video-right {
    flex-direction: column;
  }
}
.row-two-col-video-block-video-right .col-two-col-video {
  width: calc(66.66% - 2.5px);
  margin: 0 0 0 2.5px;
}
@media (max-width: 600px) {
  .row-two-col-video-block-video-right .col-two-col-video {
    width: 100%;
    margin: 0;
  }
}
.row-two-col-video-block-video-right .col-three-col-square {
  width: calc(33.33% - 2.5px);
  margin: 0 2.5px 5px 0;
  min-height: inherit;
  overflow: hidden;
}
@media (max-width: 600px) {
  .row-two-col-video-block-video-right .col-three-col-square {
    width: 100%;
    margin: 0 0 5px 0;
  }
}
.row-two-col-video-block-video-right .col-three-col-square .three-col-square {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .row-two-col-video-block-video-right .col-three-col-square .three-col-square__text {
    display: block;
    height: 192px;
    overflow: hidden;
  }
}
@media (max-width: 600px) {
  .row-two-col-video-block-video-right .col-three-col-square .three-col-square__text {
    display: table-cell;
  }
}

.row-small-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  min-height: 245px;
}
@media (max-width: 600px) {
  .row-small-content {
    flex-direction: column;
    min-height: 175px;
  }
}
.row-small-content .col-small-content {
  width: 50%;
  overflow: hidden;
  min-height: inherit;
}
@media (max-width: 600px) {
  .row-small-content .col-small-content {
    width: 100%;
  }
}
.row-small-content .col-small-content:nth-child(1) {
  margin: 0 2.5px 5px 0;
}
@media (max-width: 600px) {
  .row-small-content .col-small-content:nth-child(1) {
    margin: 0 0 5px 0;
  }
}
.row-small-content .col-small-content:nth-child(2) {
  margin: 0 0 5px 2.5px;
}
@media (max-width: 600px) {
  .row-small-content .col-small-content:nth-child(2) {
    margin: 0 0 5px 0;
  }
}
.row-small-content .small-content {
  margin-bottom: 0;
}

.row-two-col-square {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media (max-width: 600px) {
  .row-two-col-square {
    flex-direction: column;
  }
}
.row-two-col-square .col-two-col-square {
  overflow: hidden;
  width: 50%;
  min-height: 500px;
}
@media (max-width: 1024px) {
  .row-two-col-square .col-two-col-square {
    min-height: 350px;
  }
}
@media (max-width: 600px) {
  .row-two-col-square .col-two-col-square {
    width: 100%;
    min-height: 270px;
  }
}
.row-two-col-square .col-two-col-square:nth-child(1) {
  margin: 0 2.5px 5px 0;
}
@media (max-width: 600px) {
  .row-two-col-square .col-two-col-square:nth-child(1) {
    margin: 0 0 5px 0;
  }
}
.row-two-col-square .col-two-col-square:nth-child(2) {
  margin: 0 0 5px 2.5px;
}
@media (max-width: 600px) {
  .row-two-col-square .col-two-col-square:nth-child(2) {
    margin: 0 0 5px 0;
  }
}
.row-two-col-square .col-two-col-square .two-col-square {
  margin-bottom: 0;
}

h1 {
  font-weight: normal;
}

h2 {
  font-weight: normal;
}

.hide {
  display: none;
}

.legacy-body {
  padding-left: 0;
}

.inputfield label {
  top: 12px;
  left: 0;
  transform: none;
}
.inputfield label:after {
  top: 7px;
}
.inputfield label.active {
  top: -9px;
  font-size: 12px;
  z-index: 2;
}
.inputfield label.active::after {
  position: absolute;
}

@media (max-width: 600px) {
  .bootstrap-select {
    margin-bottom: 10px;
  }
}

.dropdown-toggle .filter-option, .btn.dropdown-toggle .filter-option {
  visibility: visible;
}

input:invalid, textarea:invalid {
  border: 1px solid #EB6363;
  box-shadow: none;
}

.validation-message {
  font-size: 14px;
  letter-spacing: 0.5px;
  color: red;
  font-family: "Circular Bold", sans-serif;
}

.frontend-field-validation-error, .secondary-validation-error {
  display: none;
}

.validation-message-container {
  min-height: 21px;
}

.field .textboxNewContainer {
  padding: 0;
}

.cta {
  text-shadow: none;
  display: block;
}
.cta:after {
  content: "\f105";
  display: inline-block;
  position: relative;
  left: 3px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #175da7;
}
.cta:after:hover {
  color: #1178ce;
}
.cta:hover {
  cursor: pointer;
}
.cta a {
  transition: all 0.3s ease;
}
.cta a:hover {
  transition: all 0.3s ease;
  margin-right: 5px;
}
.cta .inner-cta {
  transition: all 0.3s ease;
  display: inline-block;
  border-bottom: 1px solid rgba(45, 167, 249, 0);
}
.cta .inner-cta:hover {
  transition: all 0.3s ease;
  margin-right: 5px;
}

.cta-transparent-text {
  background-color: #ffffff;
  mix-blend-mode: screen;
  color: black;
  padding: 10px 30px;
  overflow: hidden;
  display: inline-block;
  font-family: "Circular Bold", sans-serif;
  transition: all 0.3s ease;
  border: 0;
}
.cta-transparent-text:hover {
  cursor: pointer;
  /*box-shadow: 0 4px 15px 1px rgba(0,64,123,1);*/
  transition: all 0.3s ease;
}

.cta-transparent-text-size-md {
  width: 170px;
}

.cta-blue {
  background: #4DBDFF;
  padding: 10px;
  color: #ffffff;
  display: inline-block;
  font-family: "Circular Bold", sans-serif;
  transition: all 0.3s ease;
  text-align: center;
  border: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.cta-blue:hover {
  cursor: pointer;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  background: #489CEF;
}
.cta-blue a {
  color: white !important;
}

.cta-gray {
  background: #eef0f5;
  color: #6d6d6d;
}
.cta-gray:hover {
  background: #eef0f5;
}

.cta-ghost {
  text-align: center;
  border: 5px solid #ffffff;
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  padding: 10px 20px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  background: transparent;
  line-height: normal;
}
.cta-ghost svg {
  margin: 3px 0 0 3px;
  width: 13px;
  height: 13px;
  stroke-width: 2;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.cta-ghost:after {
  position: absolute;
  transition: 0.3s;
  content: "";
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #ffffff;
  height: 120%;
  left: -10%;
  top: 0;
  transform: skewX(15deg);
  z-index: -1;
}
.cta-ghost:hover {
  color: black;
  mix-blend-mode: screen;
  cursor: pointer;
}
.cta-ghost:hover:after {
  left: -10%;
  width: 120%;
}

.back {
  background-color: rgba(247, 247, 247, 0.82);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3);
  display: block;
  padding: 0px 40px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 600px) {
  .back {
    margin-left: -10px !important;
    margin-right: -10px !important;
    padding: 0px 10px;
  }
}
.back .fa {
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  top: -2px;
  position: relative;
  color: #1178ce;
}
.back p {
  display: inline-block;
  color: #1178ce;
  font-size: 18px;
  letter-spacing: -0.4px;
  padding: 6px 0;
  transition: all 0.3s ease-in-out;
  margin: 0;
}
.back:hover p {
  color: rgb(36.9910313901, 145.9955156951, 237.0089686099);
}
.back:hover .fa {
  text-decoration: none;
  transform: translateX(-5px);
}

.tool-tip {
  display: none;
  position: absolute;
  margin-top: 10px;
  z-index: 999;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: start;
  color: #A7A7A7;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.18), 0 1px 15px 0 rgba(0, 0, 0, 0.15);
  max-width: 370px;
  border-radius: 4px;
  padding: 12px 8px;
  background-color: #ffffff;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #ffffff;
  padding: 0;
  max-height: 70%;
  width: 75%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.modal-image {
  width: 30%;
  height: auto;
  display: inline-block;
}
@media (max-width: 600px) {
  .modal-image {
    width: 125px;
  }
}
.modal-image img {
  width: 100%;
}
.modal-image a {
  color: #4DBDFF;
  cursor: pointer;
}
.modal-text {
  width: 70%;
  display: inline-block;
  float: right;
  box-sizing: border-box;
  padding: 0 0 0 16px;
}
@media (max-width: 600px) {
  .modal-text {
    display: block;
    float: none;
    padding: 10px 0 0;
    width: 100%;
  }
}
.modal-text-title {
  padding-top: 5px;
  font-family: "Circular Book", sans-serif;
}
.modal-text-body {
  padding-top: 15px;
}
.modal-content {
  padding: 30px;
  position: relative;
}
@media (max-width: 600px) {
  .modal-content {
    padding: 20px;
  }
}
.modal-content .modal-text-name {
  margin: 0;
}
.modal-content:after {
  content: "";
  display: block;
  visibility: hidden;
  font-size: 0;
  clear: both;
  height: 0;
}
.modal .close {
  display: block;
  width: 25px;
  height: 24px;
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
}
.modal .close .close-button {
  position: relative;
  display: block;
  width: 100%;
  float: right;
  width: 24px;
  top: 12px;
}
.modal .close .close-button::before, .modal .close .close-button::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  top: 50%;
  margin-top: -1px;
  background: #666666;
  transition: all 0.3s ease-in-out;
  display: block;
}
.modal .close .close-button:before {
  transform: rotate(45deg);
  position: absolute;
  top: -1px;
  display: block;
}
.modal .close .close-button:after {
  transform: rotate(-45deg);
  position: relative;
  top: -1px;
}
.modal .close .close-button:hover:after, .modal .close .close-button:hover:before {
  background: rgb(134.5, 134.5, 134.5);
}

.lean-overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}

.lean_overlay.overlay-on + .menu {
  filter: blur(10px);
}

.lean_overlay.overlay-on + .team-members {
  filter: blur(10px);
}

.iframe-player-right {
  width: 300px;
  height: 380px;
  display: inline-block;
  float: right;
  margin: 10px;
}
@media (max-width: 600px) {
  .iframe-player-right {
    width: 100%;
    margin: 10px 0;
  }
}
.iframe-player-right:after {
  content: "";
  height: 0;
  font-size: 0;
  clear: both;
  display: block;
}

.iframe-player-left {
  width: 300px;
  height: 380px;
  display: inline-block;
  float: left;
  margin: 10px;
}
@media (max-width: 600px) {
  .iframe-player-left {
    width: 100%;
    margin: 10px 0;
  }
}
.iframe-player-left:after {
  content: "";
  height: 0;
  font-size: 0;
  clear: both;
  display: block;
}

.small-pic-left {
  width: 300px;
  display: inline-block;
  float: left;
  margin: 10px;
}
@media (max-width: 600px) {
  .small-pic-left {
    width: 100%;
    margin: 0 0 18px 0;
  }
}
.small-pic-left img {
  width: 100%;
}
.small-pic-left:after {
  content: "";
  height: 0;
  font-size: 0;
  clear: both;
  display: block;
}

.small-pic-right {
  width: 300px;
  display: inline-block;
  float: right;
  margin: 10px;
}
@media (max-width: 600px) {
  .small-pic-right {
    width: 100%;
    margin: 0 0 18px 0;
  }
}
.small-pic-right img {
  width: 100%;
}
.small-pic-right:after {
  content: "";
  height: 0;
  font-size: 0;
  clear: both;
  display: block;
}

.med-pic-left {
  width: 400px;
  display: inline-block;
  float: left;
  margin: 10px;
}
@media (max-width: 600px) {
  .med-pic-left {
    width: 100%;
    margin: 0 0 18px 0;
  }
}
.med-pic-left img {
  width: 100%;
}
.med-pic-left:after {
  content: "";
  height: 0;
  font-size: 0;
  clear: both;
  display: block;
}

.med-pic-right {
  width: 400px;
  display: inline-block;
  float: right;
  margin: 10px;
}
@media (max-width: 600px) {
  .med-pic-right {
    width: 100%;
    margin: 0 0 18px 0;
  }
}
.med-pic-right img {
  width: 100%;
}
.med-pic-right:after {
  content: "";
  height: 0;
  font-size: 0;
  clear: both;
  display: block;
}

.large-pic {
  width: 100%;
  margin-left: 0;
  /* these styles are weird and I am too confused about them just to delete them
   width: calc(100% + 120px);
   margin: 0 -60px;
   padding: 10px 10px 18px 10px;
  */
  box-sizing: border-box;
}
.large-pic img {
  width: 100%;
}

.small-pic-right figcaption, .small-pic-left figcaption, .med-pic-left figcaption, .med-pic-right figcaption, .large-pic figcaption {
  font-size: 14px;
  color: #A7A7A7;
  padding-top: 5px;
  line-height: 1.3;
}

/* ==========================================================================
   hero
   ========================================================================== */
.hero__text-shadow, .countdown label, .hero__content h1 {
  text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}

.hero__box-shadow, .countdown__item, .hero__content .cta-ghost {
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
}

.hero {
  display: block;
  position: relative;
  overflow: hidden;
  background-size: cover !important;
  background-position: 50% 0 !important;
  background-color: #d8dbe2;
  /* HERO HOME has a different bottom padding */
  /* HERO EXPO has a different height anf h1 */
  /* HERO PRESS RELEASE has a different height and h1 */
}
.hero .hero__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 1;
  background-size: cover;
  background-position: 50% 0;
}
.hero .hero__bg video {
  position: absolute;
  top: 15%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -15%);
}
@media (max-width: 1350px) {
  .hero .hero__bg video {
    height: 100%;
  }
}
.hero.has-opacity-filter .hero__bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.4;
}
.hero.hero-home .hero__body {
  padding-bottom: 90px !important;
}
.hero.hero-expo .hero__body h1 {
  font-size: 50px !important;
  line-height: 1.2em !important;
}
@media (max-width: 1100px) {
  .hero.hero-expo .hero__body h1 {
    font-size: 4.5vw !important;
  }
}
@media (max-width: 600px) {
  .hero.hero-expo .hero__body h1 {
    font-size: 24px !important;
  }
}
@media (max-width: 600px) {
  .hero.hero-expo .hero__body {
    min-height: 120px !important;
  }
}
.hero.hero-press-release .hero__body {
  min-height: 250px !important;
}
.hero.hero-press-release h1 {
  font-size: 36px !important;
  line-height: 1.2em !important;
}
.hero.hero-press-release__icon {
  display: none;
}
.hero.hero-press-release.hero--with-icon__icon {
  display: block;
}
.hero.hero-press-release.hero--with-icon__icon img {
  width: 90px;
  text-align: center;
}
@media (max-width: 1024px) {
  .hero.hero-press-release.hero--with-icon__icon img {
    width: 50px;
  }
}
.hero__content {
  padding: 15px 30px 2.5vw 25px;
  position: relative;
  z-index: 2;
  display: flex;
  text-align: center;
  flex-direction: column;
  font: bold 24px/30px "Circular Book", sans-serif;
  color: #ffffff;
}
@media (max-width: 600px) {
  .hero__content {
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.hero__content h1 {
  font: bold 90px/1.1em "Circular Black", sans-serif !important;
  margin: 15px 0 !important;
}
@media (max-width: 1100px) {
  .hero__content h1 {
    font-size: 6.5vw !important;
  }
}
@media (max-width: 600px) {
  .hero__content h1 {
    font-size: 30px !important;
    margin: 10px 0 !important;
  }
}
.hero__content p {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 22px;
  font-weight: normal;
}
@media (max-width: 600px) {
  .hero__content p {
    font-size: 16px;
    line-height: 18px;
  }
}
.hero__content a {
  color: currentColor;
}
.hero__content .cta-wrapper {
  margin-bottom: 10px;
}
.hero__content .cta-ghost {
  margin-bottom: 0 !important;
}
.hero__title-description {
  display: block;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: normal;
}
@media (max-width: 600px) {
  .hero__title-description {
    font-size: 16px;
  }
}
.hero__icon img {
  height: 150px;
}
@media (max-width: 1024px) {
  .hero__icon img {
    height: 60px;
  }
}
@media (max-width: 600px) {
  .hero__icon img {
    height: 30px;
  }
}
.hero__icon img[src=""] {
  display: none;
}
.hero__header {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}
.hero__header-left {
  flex-grow: 1;
  text-align: left;
}
.hero__header-left img {
  width: 130px;
}
@media (max-width: 600px) {
  .hero__header-left img {
    width: 80px;
  }
}
.hero__body {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 550px;
}
@media (max-width: 1150px) {
  .hero__body {
    min-height: 40vw !important;
  }
}
@media (max-width: 1024px) {
  .hero__body {
    min-height: 60vw !important;
  }
}
@media (max-width: 450px) {
  .hero__body {
    min-height: 250px !important;
  }
}
.hero__footer {
  margin-top: auto;
  padding-top: 10px;
}
.hero.cta-expo .cta-ghost {
  display: inline-flex;
  margin: 0 auto;
  margin-bottom: 15px;
}
@media (max-width: 1300px) {
  .hero.cta-expo .cta-ghost {
    padding: 5px 20px;
  }
}
.hero.black .hero__content {
  color: #000000;
}
.hero.black .hero__content p {
  color: #004183;
}
.hero.dark-blue .hero__content {
  color: #004183;
}

.countdown {
  font-size: 2vw;
  line-height: 1.3em;
}
@media (min-width: 670px) {
  .countdown {
    font-size: 15px;
  }
  .countdown .countdown__item {
    max-width: 106px;
    max-height: 106px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.countdown label {
  margin: 0 0 10px;
  display: block;
  font-size: 16px;
}
@media (min-width: 670px) {
  .countdown label {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.countdown__item {
  display: inline-flex;
  margin: 0 0.6vw;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  opacity: 0.7;
  border-radius: 50%;
  width: 15vw;
  height: 15vw;
}
.countdown__date {
  font-size: 2.6em;
  line-height: 1.1em;
  color: #000000;
}
.countdown__date:after {
  display: block;
  font-size: 0.5em;
  line-height: 1em;
}
.countdown__date.days:after {
  content: "Days";
}
.countdown__date.hours:after {
  content: "Hours";
}
.countdown__date.minutes:after {
  content: "Minutes";
}
.countdown__date.seconds:after {
  content: "Seconds";
}

.social-links {
  margin: 0 -10px 0 0;
  padding: 0;
  list-style: none;
}
.social-links li {
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: top;
}
.social-links svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: none;
  stroke-width: 2;
  stroke: currentColor;
}

.expo-contact-form {
  padding-top: 0;
}
.expo-contact-form form {
  margin-top: -30px;
}

.c-cta {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  overflow: hidden;
  padding: 10px 20px;
  color: currentColor;
  border: 5px solid currentColor;
  line-height: normal;
}
.c-cta:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10%;
  width: 0;
  background-color: currentColor;
  transform: skewX(15deg);
  z-index: -1;
  transition: width 0.3s;
}
.c-cta:hover {
  color: currentColor;
}
.c-cta:hover .c-cta__inner {
  color: #000000;
}
.c-cta:hover:after {
  left: -10%;
  width: 120%;
}

.carousel {
  position: relative;
  min-height: 500px;
  /*
      .carousel-indicators {
          position: absolute;
          bottom: 10px;
          left: 50%;
          z-index: 15;
          width: 60%;
          padding-left: 0;
          margin-left: -30%;
          text-align: center;
          list-style: none;
      }

      .carousel-indicators li {
          display: inline-block;
          width: 10px;
          height: 10px;
          margin: 1px;
          text-indent: -999px;
          cursor: pointer;
          background-color: #000 \9;
          background-color: rgba(0, 0, 0, 0);
          border: 1px solid #fff;
          border-radius: 10px;
      }

      .carousel-indicators .active {
          width: 12px;
          height: 12px;
          margin: 0;
          background-color: #fff;
      }
  */
}
@media (max-width: 1024px) {
  .carousel {
    min-height: 270px;
  }
}
.carousel .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel .carousel-inner .carousel-item {
  margin: 0;
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel .carousel-inner .carousel-item img {
  display: block;
  line-height: 1;
  height: 500px;
  width: 100%;
  object-fit: cover;
  object-position: 50% 5%;
}
@media (max-width: 1024px) {
  .carousel .carousel-inner .carousel-item img {
    height: 270px;
  }
}
.carousel .carousel-inner .active, .carousel .carousel-inner .next, .carousel .carousel-inner .prev {
  display: block;
}
.carousel .carousel-inner .active {
  left: 0;
}
.carousel .carousel-inner .next, .carousel .carousel-inner .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel .carousel-inner .next {
  left: 100%;
}
.carousel .carousel-inner .prev {
  left: -100%;
}
.carousel .carousel-caption {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-family: "Circular Black", sans-serif;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  width: 100%;
}
@media (max-width: 1024px) {
  .carousel .carousel-caption {
    top: 30px;
  }
}
@media (max-width: 600px) {
  .carousel .carousel-caption {
    top: 20px;
  }
}
.carousel .carousel-caption.multi-caption {
  bottom: 0;
  top: auto;
  text-align: left;
  background: rgba(0, 0, 0, 0.7);
}
.carousel .carousel-caption.multi-caption span {
  padding: 20px 100px 20px 20px;
  display: block;
}
.carousel .carousel-caption.multi-caption span h1 {
  font-size: 24px;
  margin: 0;
  font-family: "Circular Black", sans-serif;
}
@media (max-width: 1024px) {
  .carousel .carousel-caption.multi-caption span h1 {
    font-size: 20px;
  }
}
.carousel .carousel-caption.multi-caption span p {
  margin: 0;
  font-family: "Circular Book", sans-serif;
  font-size: 20px;
  display: none;
}
@media (max-width: 1024px) {
  .carousel .carousel-caption.multi-caption span p {
    font-size: 18px;
  }
}
.carousel .carousel-caption.multi-caption span .fa-plus, .carousel .carousel-caption.multi-caption span .fa-minus {
  cursor: pointer;
  font-size: 22px;
  padding-right: 5px;
}
.carousel .carousel-caption.multi-caption span .fa-minus {
  display: none;
}
.carousel .carousel-caption.multi-caption span.active {
  overflow-y: auto;
  max-height: 500px;
}
@media (max-width: 1024px) {
  .carousel .carousel-caption.multi-caption span.active {
    max-height: 270px;
  }
}
.carousel .carousel-caption.multi-caption span.active p {
  display: inline-block;
  padding-left: 30px;
}
.carousel .carousel-caption.multi-caption span.active .fa-minus {
  display: inline-block;
}
.carousel .carousel-caption.multi-caption span.active .fa-plus {
  display: none;
}
.carousel .carousel-control {
  cursor: pointer;
  position: absolute;
  background: #000000;
  top: 50%;
  transform: translateY(-50%);
  font-size: 45px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.8;
  filter: alpha(opacity=50);
  text-decoration: none;
  width: 45px;
  height: 70px;
  transition: all 0.3s ease;
  border: 0;
  padding: 0;
}
.carousel .carousel-control i {
  display: inherit;
  transition: all 0.3s ease;
}
.carousel .carousel-control:hover i {
  padding-right: 10px;
  color: #4DBDFF;
}
@media (max-width: 1024px) {
  .carousel .carousel-control:hover i {
    padding: 0 !important;
    color: white !important;
  }
}
.carousel .carousel-control.right {
  right: 0;
}
.carousel .carousel-control.right:hover i {
  padding-right: 0;
  padding-left: 10px;
}

.c-seventy-thirty {
  padding: 40px;
  background-size: cover !important;
  background-position: 50% 50% !important;
}
.c-seventy-thirty img {
  max-width: 100%;
  height: auto;
}
.c-seventy-thirty .image-first {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .c-seventy-thirty {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .c-seventy-thirty .image-first {
    flex-direction: column-reverse;
  }
  .c-seventy-thirty__wrapper {
    flex-direction: column-reverse;
  }
}

.featured-artist {
  display: flex;
  flex-direction: row;
  padding: 20px;
  background-size: cover !important;
  background-position: center !important;
  min-height: 55vh;
  width: 100%;
}
@media (max-width: 1024px) {
  .featured-artist {
    padding: 20px;
  }
}
.featured-artist__text {
  background: #ffffff;
  opacity: 0.9;
  width: calc(50% - 60px);
  padding: 40px 40px 40px 20px;
  align-self: center;
}
@media (max-width: 600px) {
  .featured-artist__text {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .featured-artist {
    min-height: 270px;
  }
}

.featured-artist.right {
  justify-content: flex-end;
}
@media (max-width: 600px) {
  .featured-artist.right {
    justify-content: center;
  }
}

.featured-artist.left {
  justify-content: flex-start;
}
@media (max-width: 600px) {
  .featured-artist.left {
    justify-content: center;
  }
}

.featured-artist.top .featured-artist__text {
  align-self: flex-start;
}

.featured-artist.bottom .featured-artist__text {
  align-self: flex-end;
}

.resources {
  display: block;
  max-height: 500px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .resources {
    max-height: none;
    overflow: visible;
  }
}
.resources__video {
  width: calc(50% - 2.5px);
  padding-bottom: 0;
  height: 500px;
  display: inline-block;
  background: black;
}
@media (max-width: 1024px) {
  .resources__video {
    width: 100%;
  }
}
.resources__text {
  padding: 20px;
  height: 500px;
  width: calc(50% - 2.5px);
  box-sizing: border-box;
  display: inline-block;
  float: right;
  overflow-y: scroll;
}
@media (max-width: 1024px) {
  .resources__text {
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    float: none;
    height: auto;
  }
}
.resources__text .cta {
  padding-bottom: 30px;
}
.resources__list {
  margin: 0;
  list-style: none;
}

.resources.image .resources__image {
  width: calc(50% - 2.5px);
  position: relative;
  height: 500px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: right top !important;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .resources.image .resources__image {
    height: 400px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .resources.image .resources__image {
    height: 270px;
  }
}
.resources.image .resources__image h2 {
  z-index: 1;
  position: absolute;
  left: 50%;
  bottom: 70px;
  margin: 0;
  transform: translateX(-50%);
  width: 75%;
  text-align: center;
}
@media (max-width: 1024px) {
  .resources.image .resources__text {
    height: auto;
    overflow-y: auto;
  }
}

.resources__text::-webkit-scrollbar * {
  background-color: transparent;
}

.resources__text::-webkit-scrollbar {
  width: 5px;
  -webkit-appearance: none;
  background: transparent;
}

.resources__text::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: grey;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.quote {
  padding: 40px;
  min-height: 450px;
  display: flex;
  flex-direction: row;
  background-size: cover !important;
  background-position: center !important;
}
@media (max-width: 1024px) {
  .quote {
    min-height: 420px;
    padding: 20px 40px;
  }
}
@media (max-width: 600px) {
  .quote {
    min-height: 270px;
    padding: 20px;
  }
}
.quote__text {
  align-self: center;
  padding: 50px 30px;
}
.quote__text__icon img {
  width: 50px;
  height: 100%;
  margin-left: -5px;
}
.quote cite {
  font-style: normal;
  font-weight: bold;
}

.quote.center {
  justify-content: center;
}
.quote.center .quote__text {
  text-align: center;
}

.quote.left {
  padding: 20px;
  justify-content: flex-start;
}
.quote.left .quote__text {
  text-align: left;
  width: calc(50% - 40px);
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 600px) {
  .quote.left .quote__text {
    width: 100%;
  }
}

.quote.right {
  padding: 20px;
  justify-content: flex-end;
}
.quote.right .quote__text {
  text-align: left;
  width: calc(50% - 40px);
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 600px) {
  .quote.right .quote__text {
    width: 100%;
  }
}

.quote.top .quote__text {
  align-self: flex-start;
}

.quote.bottom .quote__text {
  align-self: flex-end;
}

.multi-column,
.multi-column-double {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 40px;
  min-height: 32vh;
}
@media (max-width: 1024px) {
  .multi-column,
  .multi-column-double {
    padding: 40px 20px;
  }
}
.multi-column__text,
.multi-column-double__text {
  align-self: center;
  color: white;
  width: 100%;
}
.multi-column__text__headline,
.multi-column-double__text__headline {
  font-size: 30px;
  font-family: "Circular Black", sans-serif;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .multi-column__text__headline,
  .multi-column-double__text__headline {
    padding-bottom: 0;
    font-size: 24px;
  }
}
.multi-column__text__column,
.multi-column-double__text__column {
  display: inline-flex;
  flex-direction: column;
  border-right: 1px solid #ffffff;
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .multi-column__text__column,
  .multi-column-double__text__column {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #ffffff;
    margin-right: 0;
    padding: 35px 0;
  }
}
.multi-column__text__column:last-child,
.multi-column-double__text__column:last-child {
  border: 0;
  margin: 0;
}
@media (max-width: 1024px) {
  .multi-column__text__column:last-child,
  .multi-column-double__text__column:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .multi-column__text__column:first-child,
  .multi-column-double__text__column:first-child {
    padding-top: 0;
  }
}
.multi-column__text__column--second-line,
.multi-column-double__text__column--second-line {
  font-family: "Circular Bold", sans-serif;
}
.multi-column__text__column--cta,
.multi-column-double__text__column--cta {
  margin-top: 25px;
}
@media (max-width: 1024px) {
  .multi-column__text__column--cta,
  .multi-column-double__text__column--cta {
    margin-top: 15px;
  }
}

.multi-column.four .multi-column__text__column {
  width: calc(25% - 27px);
}
@media (max-width: 1024px) {
  .multi-column.four .multi-column__text__column {
    width: 100%;
  }
}
.multi-column.four .multi-column-double__text__column {
  width: calc(50% - 27px);
}
@media (max-width: 1024px) {
  .multi-column.four .multi-column-double__text__column {
    width: 100%;
  }
}

.multi-column.two {
  background: linear-gradient(#EB6363, #cd3533);
}
.multi-column.two .multi-column__text__column {
  width: calc(50% - 27px);
}
@media (max-width: 1024px) {
  .multi-column.two .multi-column__text__column {
    width: 100%;
  }
}

.single-cta {
  min-height: 22vh;
  padding: 40px;
  /* Chris G complained about spacing on the EXPO contact form, which could be fixed by removing this seemingly gratuitous CSS rule
  #EmailSignUp {
    @media (max-width: 830px) {
      margin-bottom: 60px;
    }
  }
  */
}
@media (max-width: 1024px) {
  .single-cta {
    padding: 20px;
  }
  .single-cta img {
    max-width: 100%;
    height: auto;
  }
}
.single-cta__text {
  color: #ffffff;
  text-shadow: 0 2px 11px rgba(0, 0, 0, 0.2);
}
.single-cta__text .editor-field {
  max-width: 330px;
  width: auto;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 600px) {
  .single-cta__text .editor-field {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
  }
}
.single-cta__text .field-validation-error {
  position: absolute;
  bottom: -22px;
  left: 0;
}
@media (max-width: 600px) {
  .single-cta__text .field-validation-error {
    position: static;
  }
}
.single-cta__text input.text-box {
  -webkit-appearance: none;
  padding: 8px 35px 9px 20px;
  border: 1px solid #1178ce;
  letter-spacing: normal;
  word-spacing: normal;
  color: black;
  text-transform: none;
  box-sizing: border-box;
  font-family: "Circular Book", sans-serif;
  font-size: 18px;
  width: 330px;
}
@media (max-width: 600px) {
  .single-cta__text input.text-box {
    width: 100%;
  }
}
.single-cta__text input[type=submit] {
  margin-top: 5px;
}
@media (max-width: 600px) {
  .single-cta__text input[type=submit] {
    margin-top: 10px;
    width: 100%;
  }
}
.single-cta__text .editor-label {
  display: none;
}
.single-cta #PreferenceId ~ div {
  display: inline-block;
}

.single-cta.image {
  justify-content: space-between;
}

.two-col-calendar {
  padding: 40px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .two-col-calendar {
    padding: 20px;
    flex-direction: column;
  }
}
.two-col-calendar__col {
  align-self: center;
  width: 45%;
}
@media (max-width: 1024px) {
  .two-col-calendar__col {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .two-col-calendar__col:last-child {
    padding-top: 60px;
  }
}
.two-col-calendar__col__headline {
  font-size: 30px;
  font-family: "Circular Black", sans-serif;
}
@media (max-width: 1024px) {
  .two-col-calendar__col__headline {
    font-size: 24px;
  }
}
.two-col-calendar__col__body__item {
  font-size: 18px;
  line-height: 1.7;
  border-bottom: 1px solid #cccccc;
  padding: 30px 0;
}
.two-col-calendar__col__body__item span {
  font-family: "Circular Bold", sans-serif;
}
.two-col-calendar__col__body__item:last-child {
  border-bottom: 0;
}
.two-col-calendar img {
  width: 100%;
}
@media (max-width: 1024px) {
  .two-col-calendar img {
    display: none;
  }
}

.two-col-latest-news {
  padding: 40px;
}
@media (max-width: 1024px) {
  .two-col-latest-news {
    padding: 20px;
  }
}
.two-col-latest-news__row {
  border-bottom: 1px solid #cccccc;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 0 30px;
}
@media (max-width: 1024px) {
  .two-col-latest-news__row {
    flex-direction: column;
    border-bottom: 0;
    margin-bottom: 0;
  }
}
.two-col-latest-news__row:last-child {
  border-bottom: 0;
}
.two-col-latest-news__row__item {
  width: 45%;
  padding: 0 0 30px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .two-col-latest-news__row__item {
    border-bottom: 1px solid #cccccc;
    width: 100%;
    margin-bottom: 30px;
  }
}
.two-col-latest-news__row__item:last-child {
  border-bottom: 0;
}

@media (max-width: 1024px) {
  .two-col-latest-news__row:first-child .two-col-latest-news__row__item:last-child {
    border-bottom: 1px solid #cccccc;
  }
}

.three-col-icons {
  padding: 40px;
}
@media (max-width: 1024px) {
  .three-col-icons {
    padding: 20px;
  }
}
.three-col-icons__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .three-col-icons__row {
    flex-direction: column;
  }
}
.three-col-icons__col {
  width: 30%;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .three-col-icons__col {
    width: 100%;
  }
}
.three-col-icons__col__image img {
  width: 75px;
  height: 75px;
}
.three-col-icons__col__body {
  line-height: 1.2;
  font-size: 18px;
  margin: 0;
  font-family: "Circular Book", sans-serif;
  margin: 15px 0 5px 0;
}

.three-col-icons.center .three-col-icons__headline, .three-col-icons.center .three-col-icons__subhead, .three-col-icons.center .three-col-icons__col__image, .three-col-icons.center .three-col-icons__col__body, .three-col-icons.center .cta {
  text-align: center;
}

.single-cta {
  min-height: 22vh;
  padding: 40px;
  /* Chris G complained about spacing on the EXPO contact form, which could be fixed by removing this seemingly gratuitous CSS rule
  #EmailSignUp {
    @media (max-width: 830px) {
      margin-bottom: 60px;
    }
  }
  */
}
@media (max-width: 1024px) {
  .single-cta {
    padding: 20px;
  }
  .single-cta img {
    max-width: 100%;
    height: auto;
  }
}
.single-cta__text {
  color: #ffffff;
  text-shadow: 0 2px 11px rgba(0, 0, 0, 0.2);
}
.single-cta__text .editor-field {
  max-width: 330px;
  width: auto;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 600px) {
  .single-cta__text .editor-field {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
  }
}
.single-cta__text .field-validation-error {
  position: absolute;
  bottom: -22px;
  left: 0;
}
@media (max-width: 600px) {
  .single-cta__text .field-validation-error {
    position: static;
  }
}
.single-cta__text input.text-box {
  -webkit-appearance: none;
  padding: 8px 35px 9px 20px;
  border: 1px solid #1178ce;
  letter-spacing: normal;
  word-spacing: normal;
  color: black;
  text-transform: none;
  box-sizing: border-box;
  font-family: "Circular Book", sans-serif;
  font-size: 18px;
  width: 330px;
}
@media (max-width: 600px) {
  .single-cta__text input.text-box {
    width: 100%;
  }
}
.single-cta__text input[type=submit] {
  margin-top: 5px;
}
@media (max-width: 600px) {
  .single-cta__text input[type=submit] {
    margin-top: 10px;
    width: 100%;
  }
}
.single-cta__text .editor-label {
  display: none;
}
.single-cta #PreferenceId ~ div {
  display: inline-block;
}

.single-cta.image {
  justify-content: space-between;
}

.small-content {
  height: 100%;
  padding: 40px;
  width: 100%;
  display: table;
  position: relative;
  overflow: hidden;
  min-height: inherit;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .small-content {
    width: 100%;
    min-height: 175px;
    padding: 20px;
  }
}
.small-content__background {
  width: 100%;
  min-height: 100%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.small-content__text {
  text-align: center;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  color: #ffffff;
  text-shadow: 0 2px 11px rgba(0, 0, 0, 0.18);
}
@media (max-width: 600px) {
  .small-content__text {
    text-align: left !important;
  }
}
.small-content__text .cta:after {
  color: #ffffff;
}
.small-content__text__images {
  display: none;
}
.small-content__text__images img {
  width: 110px;
  height: 100%;
  text-align: center;
}
@media (max-width: 1024px) {
  .small-content__text__images img {
    width: 75px;
  }
}
.small-content__text .cta {
  padding-top: 5px;
}
.small-content__text .cta:after {
  color: #ffffff;
}
.small-content__text .cta.cta-ghost {
  padding-top: 10px;
  margin-top: 15px;
}
.small-content__text .cta.cta-ghost .inner-cta {
  color: inherit;
  border-bottom: 0;
}
.small-content__text .cta.cta-ghost .inner-cta:hover {
  border-bottom: 0;
  margin: 0;
}

.small-content.quote .small-content__text__images {
  display: block;
}
.small-content.quote .small-content__text__images img {
  width: 30px;
}

.small-content.icon .small-content__text__images {
  display: block;
}

a.small-content:hover {
  cursor: pointer;
  text-decoration: none;
}
a.small-content:hover .small-content__background {
  transform: scale(1.05);
}

.small-content.left .small-content__text {
  text-align: left;
}

.small-content.right .three-col-square__text {
  text-align: right;
}

.small-content.bottom .small-content__text {
  vertical-align: bottom;
  text-align: left;
}

.small-content.top .small-content__text {
  vertical-align: top;
  text-align: left;
}

.small-content.black .small-content__text {
  color: #000000;
}

.small-content.dark-blue .small-content__text {
  color: #002d5b;
}

.two-col-video, .full-width-video {
  max-height: 340px;
  overflow: hidden;
  width: 100%;
  background: #EDEDED;
}
@media (max-width: 1024px) {
  .two-col-video, .full-width-video {
    max-height: 257px;
  }
}
@media (max-width: 600px) {
  .two-col-video, .full-width-video {
    width: 100%;
  }
}
.two-col-video .embed-responsive, .full-width-video .embed-responsive {
  height: 340px;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .two-col-video .embed-responsive, .full-width-video .embed-responsive {
    width: 100%;
    height: 237px;
  }
}
@media (max-width: 600px) {
  .two-col-video .embed-responsive, .full-width-video .embed-responsive {
    width: 100%;
    height: 200px;
  }
}

.full-width-video {
  max-height: 600px;
}
.full-width-video .embed-responsive {
  height: 600px;
}
@media (max-width: 1024px) {
  .full-width-video .embed-responsive {
    height: 370px;
  }
}
@media (max-width: 600px) {
  .full-width-video .embed-responsive {
    height: 270px;
  }
}
@media (max-width: 1024px) {
  .full-width-video {
    max-height: 370px;
  }
}
@media (max-width: 600px) {
  .full-width-video {
    max-height: 270px;
  }
}

.full-width-video.reset-style-settings .embed-responsive {
  height: auto !important;
  text-align: center;
}
.full-width-video.reset-style-settings .embed-responsive:before {
  display: none;
}
.full-width-video.reset-style-settings .embed-responsive .embed-responsive-item {
  position: relative;
  width: auto;
}

.full-width-video.article-full-width-video {
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 1024px) {
  .full-width-video.article-full-width-video {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 600px) {
  .full-width-video.article-full-width-video {
    padding-left: 0;
    padding-right: 0;
  }
}

.article-body-row, .article-spacing {
  padding: 60px 80px 60px;
}
@media (max-width: 1024px) {
  .article-body-row, .article-spacing {
    padding: 60px 40px 60px;
  }
}
@media (max-width: 600px) {
  .article-body-row, .article-spacing {
    padding: 20px 0px 20px;
  }
}
.article-body-row .one-col-article, .article-spacing .one-col-article, .article-body-row .two-col-article, .article-spacing .two-col-article, .article-body-row .three-col-article, .article-spacing .three-col-article {
  padding-top: 0;
  padding-bottom: 0;
}

.advocacy-actionwidget-iframe {
  width: 99% !important;
}

.one-col-article, .two-col-article, .three-col-article {
  padding: 40px;
  margin: 0;
}
@media (max-width: 1024px) {
  .one-col-article, .two-col-article, .three-col-article {
    padding: 20px;
  }
}

.two-col-article__col {
  column-count: 2;
}
@media (max-width: 1024px) {
  .two-col-article__col {
    column-count: 1;
  }
}

.three-col-article__col {
  column-count: 3;
}
@media (max-width: 1024px) {
  .three-col-article__col {
    column-count: 1;
  }
}

.article-title {
  padding: 0 40px 40px 40px;
}
@media (max-width: 1024px) {
  .article-title {
    padding: 0 20px 20px 20px;
  }
}
* .article-title:last-child {
  background: #c00;
  padding-bottom: 0 !important;
}
.article-title #twitter-widget-0 {
  margin: 10px 0px -2px 11px;
}
.article-title__subhead {
  font-family: "Circular Black", Arial, Helvetica, sans-serif;
  color: #9b9b9b;
  font-size: 16px;
  width: calc(70% - 24px);
  padding-right: 20px;
  display: inline-block;
  margin: 0;
}
@media (max-width: 768px) {
  .article-title__subhead {
    display: block;
    width: 100%;
  }
}
.article-title__share {
  width: 30%;
  display: inline;
}
@media (max-width: 768px) {
  .article-title__share {
    display: block;
    width: 100%;
    padding-top: 10px;
  }
}

.article-body-row-image {
  width: 350px;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .article-body-row-image {
    padding: 0 20px;
  }
}
.article-body-row-image img {
  width: 100%;
}

.two-col-row {
  width: 100%;
  margin: 40px 0;
}
@media (max-width: 1024px) {
  .two-col-row {
    margin: 20px 0;
  }
}
.two-col-row .col {
  width: calc(50% - 5px);
  display: inline-block;
  vertical-align: top;
  transition: width 1s, opacity 1s;
  opacity: 1;
}
@media (max-width: 600px) {
  .two-col-row .col {
    width: 100%;
  }
}

.q-row {
  width: 100%;
  margin: 40px 0;
}
@media (max-width: 1024px) {
  .q-row {
    margin: 20px 0;
  }
}
.q-row .col {
  width: calc(33.33% - 5px);
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 600px) {
  .q-row .col {
    width: 100%;
  }
}

.expo-logos {
  padding: 40px;
}
@media (max-width: 1024px) {
  .expo-logos {
    padding: 20px;
  }
}
.expo-logos h1 {
  font-family: "Circular Black";
  margin: 0 0 20px 0;
}
.expo-logos > div {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .expo-logos > div {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
.expo-logos > div a {
  min-width: 300px;
  text-align: center;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .expo-logos > div a {
    min-width: 200px;
  }
}
@media (max-width: 600px) {
  .expo-logos > div a {
    min-width: 150px;
  }
}
.expo-logos > div a img {
  width: 50%;
}
@media (max-width: 1024px) {
  .expo-logos > div a img {
    width: 75%;
  }
}
@media (max-width: 600px) {
  .expo-logos > div a img {
    width: 50%;
  }
}

.general-business-licensing-form, .form {
  padding: 20px 40px 60px;
}
@media (max-width: 1024px) {
  .general-business-licensing-form, .form {
    padding: 20px;
  }
}
.general-business-licensing-form .dropdown li:first-child, .form .dropdown li:first-child {
  display: none;
}
.general-business-licensing-form .two-col-row, .form .two-col-row {
  margin: 0 0 12px 0;
}
.general-business-licensing-form .two-col-row .col, .form .two-col-row .col {
  padding: 0;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .general-business-licensing-form .two-col-row .col:first-child, .form .two-col-row .col:first-child {
    padding: 0;
    margin-bottom: 12px;
  }
}
.general-business-licensing-form .two-col-row .col:last-child, .form .two-col-row .col:last-child {
  padding-left: 20px;
}
@media (max-width: 600px) {
  .general-business-licensing-form .two-col-row .col:last-child, .form .two-col-row .col:last-child {
    padding: 0;
  }
}
.general-business-licensing-form .content-chat, .form .content-chat {
  font-size: 18px;
}
@media (max-width: 600px) {
  .general-business-licensing-form .content-chat, .form .content-chat {
    font-size: 16px;
  }
}
.general-business-licensing-form .cta-blue, .general-business-licensing-form .cta-gray, .form .cta-blue, .form .cta-gray {
  -webkit-appearance: none;
  font-family: labmono;
  outline: none;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0;
  text-shadow: none;
  font-size: 18px;
  border-radius: 2px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  font-family: "Circular Book", sans-serif;
}
@media (max-width: 600px) {
  .general-business-licensing-form .cta-blue, .general-business-licensing-form .cta-gray, .form .cta-blue, .form .cta-gray {
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 16px;
  }
}
@media (min-width: 600px) {
  .general-business-licensing-form a.cta-blue, .form a.cta-blue {
    width: auto;
    min-width: 150px;
  }
}
@media (max-width: 600px) {
  .general-business-licensing-form .bootstrap-select, .form .bootstrap-select {
    width: 100% !important;
  }
}
.general-business-licensing-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), .form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.general-business-licensing-form textarea, .form textarea {
  -webkit-appearance: none;
  font-family: labmono;
  font-size: 0.875em;
  outline: none;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0;
  text-shadow: none;
  font-size: 18px;
  border-radius: 2px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  font-family: "Circular Book", sans-serif;
}
@media (max-width: 600px) {
  .general-business-licensing-form textarea, .form textarea {
    width: 100%;
    margin-bottom: 10px;
  }
}
.general-business-licensing-form button, .form button {
  float: right;
}
.general-business-licensing-form .submit-button, .form .submit-button {
  display: inline-block;
  float: right;
}
.general-business-licensing-form .submit-button input, .form .submit-button input {
  padding: 10px 35px;
  border: none;
  font-family: "Circular Bold", sans-serif;
}
.general-business-licensing-form .submit-button:after, .form .submit-button:after {
  content: "";
  height: 0;
  font-size: 0;
  clear: both;
  display: block;
}
@media (max-width: 600px) {
  .general-business-licensing-form .submit-button, .form .submit-button {
    display: block;
    float: none;
  }
}
.general-business-licensing-form .success-message, .form .success-message {
  font-size: 24px;
  font-family: "Circular Black", sans-serif;
  color: #004183;
}

.form {
  /*    #witNameAndEmail {
          position: absolute;
          top: 120px;
          width: 100%;
          max-width: $menu-collapse-break;
          padding-right: 91px;
      } */
}
.form .inputfield {
  background-color: transparent;
}
.form input[type=text], .form textarea {
  background-color: transparent;
}
.form input[type=button], .form input[type=submit], .form a.cta-gray {
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .form input[type=button], .form input[type=submit], .form a.cta-gray {
    width: 150px;
    margin: 0;
  }
}
.form input[type=checkbox] {
  appearance: checkbox;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  width: 25px;
  vertical-align: middle;
  margin-bottom: 3px;
}
.form input[type=submit] {
  float: right;
}
.form #ace-checkbox {
  margin-top: -11px;
}
.form .hidden-dropdown {
  display: none;
}
.form .wit-files-ul, .form .wit-uploaded-files-ul {
  padding-left: 0;
  width: 100%;
}
.form .wit-files-ul li, .form .wit-uploaded-files-ul li {
  display: inline-block;
  padding: 5px 15px;
  background-color: #eef0f5;
  margin-bottom: 20px;
  width: 100%;
}
.form .wit-files-ul a, .form .wit-uploaded-files-ul a {
  float: right;
  color: #A7A7A7;
}
.form .wit-files-ul a:hover, .form .wit-uploaded-files-ul a:hover {
  color: #6d6d6d;
}
.form .wit-files-ul span.fa, .form .wit-uploaded-files-ul span.fa {
  font-size: 22px;
}
.form #WIT-UploadFileButton {
  margin-bottom: 20px;
}
.form .tool-tip {
  bottom: -25px;
}
@media (min-width: 600px) {
  .form .tool-tip {
    bottom: 0px;
  }
}

.article-spacing {
  padding-top: 0;
  padding-bottom: 0;
}

.one-col-article:empty {
  margin-top: -10px;
}
@media (min-width: 600px) {
  .one-col-article:empty {
    margin-top: -40px;
  }
}

.article-hero {
  padding: 40px;
  min-height: 500px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-size: cover !important;
}
@media (max-width: 1024px) {
  .article-hero {
    min-height: 270px;
    padding: 20px;
  }
}
.article-hero__background {
  width: 100%;
  min-height: 580px;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.article-hero__text {
  display: table;
  vertical-align: middle;
  align-self: center;
  text-align: center;
  z-index: 1;
  text-shadow: 0 2px 11px rgba(0, 0, 0, 0.2);
}
.article-hero__text__headline {
  font-size: 30px;
  font-family: "Circular Black", sans-serif;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .article-hero__text__headline {
    padding-bottom: 15px;
    font-size: 24px;
  }
}
.article-hero__text__subhead {
  font-size: 20px;
  font-family: "Circular Book", sans-serif;
  color: #ffffff;
  padding: 15px 0;
}
@media (max-width: 1024px) {
  .article-hero__text__subhead {
    display: none;
  }
}

a.article-hero:hover {
  cursor: pointer;
}
a.article-hero:hover .article-hero__background {
  transform: scale(1.05);
}
a.article-hero:hover .article-hero__text__headline {
  text-decoration: underline;
}

.press-release-hero {
  padding: 40px;
  box-sizing: border-box;
  height: 300px;
  min-height: 300px;
  display: table;
  width: 100%;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
}
@media (max-width: 1024px) {
  .press-release-hero {
    min-height: 270px;
    padding: 20px;
  }
}
.press-release-hero__image {
  display: none;
}
.press-release-hero__image img {
  width: 90px;
  text-align: center;
}
@media (max-width: 1024px) {
  .press-release-hero__image img {
    width: 50px;
  }
}
.press-release-hero__text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  z-index: 1;
  margin: 0;
}
.press-release-hero__text h1 {
  text-shadow: 0 2px 11px rgba(0, 0, 0, 0.2);
  font-size: 36px;
  font-family: "Circular Black", sans-serif;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .press-release-hero__text h1 {
    font-size: 24px;
  }
}

.press-release-hero.icon .press-release-hero__image {
  display: block;
}

.press-release-hero.black .press-release-hero__text h1 {
  color: #000000;
}

.press-release-hero.dark-blue .press-release-hero__text h1 {
  color: #002d5b;
}

.press-release {
  padding: 80px 45px 50px;
}
@media (max-width: 1024px) {
  .press-release {
    padding: 40px 20px;
  }
}
.press-release__headline {
  font-size: 30px;
  color: #000000;
  font-family: "Circular Black", Arial, Helvetica, sans-serif;
  padding-bottom: 30px;
  width: 70%;
  display: inline-block;
  margin: 0;
}
@media (max-width: 600px) {
  .press-release__headline {
    padding-bottom: 15px;
  }
}
.press-release .dropdown {
  width: 29%;
  display: inline-block;
}
@media (max-width: 600px) {
  .press-release .dropdown {
    display: block;
    width: 100%;
    padding-bottom: 20px;
  }
}
.press-release ul {
  padding: 0;
  margin: 0;
}
.press-release__item {
  display: none;
  margin: 30px 0;
}
.press-release__item time {
  text-transform: uppercase;
  color: #9b9b9b;
  font-family: "Circular Black", Arial, Helvetica, sans-serif;
  margin-bottom: 7px;
}
.press-release__item__title {
  margin: 0 0 15px;
}
.press-release__item__title h1,
.press-release__item__title h2 {
  margin-bottom: 0;
}
.press-release__item__body {
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
}
.press-release__item .cta {
  padding-bottom: 30px;
  display: block;
}
.press-release__item.active {
  display: block;
}
.press-release__divider {
  width: 100%;
  height: 1px;
  background: #6d6d6d;
}

.selectpicker {
  display: block !important;
}

.press-release-kit {
  margin-right: 40px;
  margin-left: 40px;
  background: #004183;
}
@media (max-width: 1024px) {
  .press-release-kit {
    margin-right: 0;
    margin-left: 0;
  }
}
.press-release-kit__text {
  padding: 40px;
}
.press-release-kit__text__headline {
  font-family: "Circular Black", Arial, Helvetica, sans-serif;
  color: white;
  font-size: 30px;
  padding-bottom: 20px;
  line-height: 0.9;
}
.press-release-kit__text__col {
  width: calc(50% - 10px);
  display: inline-block;
}
.press-release-kit__text__col:first-child {
  padding-right: 5px;
}
.press-release-kit__text__col:last-child {
  padding-left: 5px;
}
.press-release-kit__text__col__headline {
  font-family: "Circular Black", Arial, Helvetica, sans-serif;
  color: white;
  font-size: 20px;
}
.press-release-kit__text__col__body {
  font-family: "Circular Book", Arial, Helvetica, sans-serif;
  color: white;
  font-size: 18px;
  line-height: 1.4;
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .press-release-kit__text__col {
    width: 100%;
  }
  .press-release-kit__text__col:first-child {
    padding-bottom: 30px;
  }
}

.article-news, .member-benefits {
  padding: 80px 45px 50px;
}
@media (max-width: 600px) {
  .article-news, .member-benefits {
    padding: 20px;
  }
}
.article-news time, .member-benefits time {
  text-transform: uppercase;
  font: 16px "Circular Black", Arial, Helvetica, sans-serif;
  color: #A7A7A7;
}
.article-news__headline {
  font-size: 30px;
  color: #000000;
  font-family: "Circular Black", Arial, Helvetica, sans-serif;
  padding-bottom: 30px;
  margin: 0;
}
.article-news__item {
  margin: 30px 0;
}
.article-news__item:last-child .article-news__divider {
  display: none;
}
.article-news__item__eyebrow {
  text-transform: uppercase;
  color: #9b9b9b;
  margin: 0;
  font-size: 16px;
  font-family: "Circular Black", Arial, Helvetica, sans-serif;
  padding-bottom: 2px;
}
.article-news__item__headline {
  color: #000000;
  margin: 0;
  font-size: 20px;
  font-family: "Circular Black", Arial, Helvetica, sans-serif;
  line-height: 1.2;
}
.article-news__item__body {
  color: #000000;
  font-size: 20px;
  margin: 0;
  font-family: "Circular Book", Arial, Helvetica, sans-serif;
  line-height: 1.2;
  padding: 7px 0;
}
.article-news__item .cta {
  margin-bottom: 30px;
  display: block;
}
.article-news__divider {
  width: 100%;
  height: 1px;
  background: #6d6d6d;
}

.two-col-article-news .article-news__item {
  width: 50%;
  display: inline-block;
  box-sizing: border-box;
}
.two-col-article-news .article-news__item:nth-child(even) {
  margin-left: -4px;
}
.two-col-article-news .article-news__item:nth-child(even) .article-news__item__eyebrow {
  padding-left: 20px;
}
.two-col-article-news .article-news__item:nth-child(even) .article-news__item__headline {
  padding-left: 20px;
}
.two-col-article-news .article-news__item:nth-child(even) .article-news__item__body {
  padding-left: 20px;
}
.two-col-article-news .article-news__item:nth-child(even) .cta {
  padding-left: 20px;
}

.large-cta-left {
  transition: all 0.3s ease;
  padding-bottom: 0 !important;
}
.large-cta-left .large-cta__wrap {
  text-align: left;
  left: -420px;
}
@media (max-width: 1024px) {
  .large-cta-left .large-cta__wrap {
    width: 290px;
    height: 140px;
    left: -300px;
  }
}
@media (max-width: 600px) {
  .large-cta-left .large-cta__wrap {
    left: 0;
    width: 250px;
    height: 150px;
  }
}
.large-cta-left .large-cta__wrap:hover {
  transition: all 0.3s ease;
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.5);
}

.large-cta-right {
  transition: all 0.3s ease;
  padding-bottom: 0 !important;
}
.large-cta-right .large-cta__wrap {
  right: -420px;
  text-align: left;
}
@media (max-width: 1024px) {
  .large-cta-right .large-cta__wrap {
    width: 290px;
    height: 140px;
    right: -300px;
  }
}
@media (max-width: 600px) {
  .large-cta-right .large-cta__wrap {
    right: 0;
    width: 250px;
    height: 150px;
  }
}

.homepage-hero-extend {
  height: 755px;
  background-image: url("../jpg/homepage-top.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-color: #002d5b;
}
@media (max-width: 1024px) {
  .homepage-hero-extend {
    background-size: 105% 100%;
    height: 630px;
  }
}
@media (max-width: 600px) {
  .homepage-hero-extend {
    background-size: 200% 100%;
    height: 850px;
  }
}
.homepage-hero-extend__wrap {
  padding: 150px 0 0 45px;
  width: 600px;
  text-shadow: 0 2px 11px rgba(0, 0, 0, 0.2);
  margin: 0 0 35px;
  color: #ffffff;
  font-size: 24px;
}
@media (max-width: 1024px) {
  .homepage-hero-extend__wrap {
    padding: 125px 0 0 35px;
    width: 500px;
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .homepage-hero-extend__wrap {
    padding: 270px 20px 0 20px;
    width: calc(100% - 40px);
  }
}
.homepage-hero-extend__wrap h2 {
  font-size: 40px;
  margin: 0;
}
@media (max-width: 1024px) {
  .homepage-hero-extend__wrap h2 {
    margin-bottom: 15px;
    font-size: 25px;
  }
}
.homepage-hero-extend__cta {
  transition: all 0.3s ease;
  width: 390px;
  box-sizing: border-box;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.5);
  height: 170px;
  background: white;
  margin-left: 50%;
  padding-top: 48px;
  padding-left: 40px;
  display: block;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
.homepage-hero-extend__cta:hover {
  transition: all 0.3s ease;
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 1024px) {
  .homepage-hero-extend__cta {
    height: 140px;
    width: 290px;
    padding: 30px 25px;
  }
}
@media (max-width: 600px) {
  .homepage-hero-extend__cta {
    margin: 50px auto 0;
    height: 150px;
    width: 250px;
    padding-top: 40px;
    padding-left: 20px;
  }
}
.homepage-hero-extend__cta__headline {
  font-size: 35px;
  color: #1178ce;
  font-family: "Circular Black", sans-serif;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .homepage-hero-extend__cta__headline {
    font-size: 25px;
  }
}
.homepage-hero-extend__cta__headline .fa {
  padding-left: 7px;
  font-size: 19px;
}
.homepage-hero-extend__cta__headline p {
  margin: 0;
  display: inline-block;
}
.homepage-hero-extend__cta__subhead {
  font-family: "Circular Book", sans-serif;
  color: #333;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .homepage-hero-extend__cta__subhead {
    font-size: 16px;
  }
}
.homepage-hero-extend__cta__subhead p {
  margin: 0;
  display: inline-block;
}

.music-category {
  background-image: url("../jpg/homepage-middle.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-color: #002d5b;
}
@media (max-width: 1024px) {
  .music-category {
    background-size: 120% 100%;
  }
}
@media (max-width: 600px) {
  .music-category {
    background-size: 200% 100%;
  }
}
.music-category__headline {
  font-size: 40px;
  font-family: "Circular Black", sans-serif;
  color: #ffffff;
  text-shadow: 0 2px 11px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 50px 10px 56px;
  margin: 0;
}
@media (max-width: 1024px) {
  .music-category__headline {
    font-size: 25px;
  }
}
.music-category__category {
  padding-bottom: 100px;
}
.music-category__category__row {
  text-align: center;
  margin: 0 auto;
}
.music-category__category__row a {
  box-sizing: content-box;
  /*width: 238.1px;
  height: 165px;*/
  text-decoration: none;
  position: relative;
  display: inline-block;
  margin: 15px 35px;
}
.music-category__category__row a:hover {
  transition: all 0.3s ease;
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 1160px) {
  .music-category__category__row a {
    margin: 15px 15px;
  }
}
@media (max-width: 1024px) {
  .music-category__category__row a {
    margin: 5px 5px;
    /*width: 234.1px;
    height: 161px;*/
  }
}
.music-category__category__row a p {
  text-transform: uppercase;
  font-size: 30px;
  color: white;
  margin: 0;
  display: inline-block;
  position: absolute;
  font-family: "Circular Black", sans-serif;
  left: 0;
  right: 0;
  top: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1024px) {
  .music-category__category__row a p {
    font-size: 18px;
  }
}
.music-category__category__row a img {
  width: 228.1px;
  height: 155px;
  display: block;
  border: solid 5px #000000;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .music-category__category__row a img {
    border: solid 3px #000000;
  }
}

.homepage-bottom {
  background-image: url("../jpg/homepage-bottom.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-color: #002d5b;
}
@media (max-width: 1024px) {
  .homepage-bottom {
    background-size: 120% 100%;
  }
}
@media (max-width: 600px) {
  .homepage-bottom {
    background-size: 200% 100%;
  }
}
.homepage-bottom__text {
  color: white;
  text-shadow: 0 2px 11px rgba(0, 0, 0, 0.6);
  padding: 115px 0 0 45px;
  width: 300px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .homepage-bottom__text {
    width: 100%;
    padding: 95px 0 0 25px;
  }
}
@media (max-width: 600px) {
  .homepage-bottom__text {
    padding: 25px 0 0 25px;
  }
}
.homepage-bottom__logo {
  text-shadow: 0 2px 4px #222222;
  text-align: right;
  padding-right: 45px;
}
@media (max-width: 600px) {
  .homepage-bottom__logo {
    text-align: left;
    padding-left: 45px;
  }
}
.homepage-bottom__logo img {
  height: 230px;
}

.large-cta {
  height: 0;
  z-index: 20;
  position: relative;
  padding-bottom: 65px;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .large-cta {
    padding-bottom: 65px;
  }
}
.large-cta.large-cta--overlaping .large-cta__wrap {
  margin-top: -85px;
}
@media (max-width: 600px) {
  .large-cta.large-cta--overlaping.large-cta-right .large-cta__wrap {
    top: 160px;
  }
}
.large-cta__wrap {
  box-sizing: border-box;
  padding: 20px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  height: 170px;
  background: white;
  width: 390px;
  display: flex;
  align-items: center;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .large-cta__wrap {
    width: 270px;
    height: 120px;
    padding: 10px;
  }
}
@media (max-width: 600px) {
  .large-cta__wrap {
    width: 250px;
    height: 150px;
    padding: 20px;
  }
}
.large-cta__wrap:hover {
  transition: all 0.3s ease;
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.5);
}
.large-cta__icon {
  width: 50px;
  height: 100%;
  margin: 0 10px 0 0;
}
@media (max-width: 600px) {
  .large-cta__icon {
    display: none;
  }
}
.large-cta__text {
  font-size: 20px;
  color: #333;
  padding: 0 0 0 5px;
}
@media (max-width: 1024px) {
  .large-cta__text {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .large-cta__text {
    font-size: 16px;
  }
}
.large-cta__text h2 {
  font-size: 35px;
  color: #1178ce;
  margin: 0 0 5px;
}
@media (max-width: 1024px) {
  .large-cta__text h2 {
    font-size: 22px;
  }
}
.large-cta__text p {
  margin: 0;
  line-height: 1.2;
}
.large-cta .fa {
  padding-left: 7px;
  font-size: 19px;
}

.free-text {
  padding: 40px;
}
@media (max-width: 1024px) {
  .free-text {
    padding: 20px;
  }
}
.free-text.has-article-spacing {
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 1024px) {
  .free-text.has-article-spacing {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 600px) {
  .free-text.has-article-spacing {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.press-contacts__headline {
  font-family: "Circular Black", sans-serif;
  font-size: 30px;
  color: #000000;
}
@media (max-width: 1024px) {
  .press-contacts__headline {
    font-size: 24px;
  }
}
.press-contacts__subhead {
  font-size: 20px;
  font-family: "Circular Book", sans-serif;
  color: #000000;
  padding: 10px 0 20px;
}
@media (max-width: 1024px) {
  .press-contacts__subhead {
    font-size: 18px;
  }
}
.press-contacts__first-col {
  width: 33.33%;
  display: inline-block;
  float: left;
}
@media (max-width: 1024px) {
  .press-contacts__first-col {
    width: 100%;
  }
}
.press-contacts__first-col__item {
  padding: 10px 0;
}
.press-contacts__right-cols {
  width: 66.66%;
  display: inline-block;
  column-count: 2;
  float: left;
}
@media (max-width: 1024px) {
  .press-contacts__right-cols {
    width: 100%;
    column-count: 1;
  }
}
.press-contacts__right-cols__item {
  -webkit-column-break-inside: avoid; /* Chrome, Safari */
  page-break-inside: avoid; /* Theoretically FF 20+ */
  break-inside: avoid-column; /* IE 11 */
  display: table; /* Actually FF 20+ */
  padding: 10px 0;
}
.press-contacts__item__headline {
  font-size: 20px;
  line-height: 1.2;
  font-family: "Circular Black", sans-serif;
}
@media (max-width: 1024px) {
  .press-contacts__item__headline {
    font-size: 18px;
  }
}
.press-contacts__item__body {
  font-size: 20px;
  font-family: "Circular Book", sans-serif;
}
@media (max-width: 1024px) {
  .press-contacts__item__body {
    font-size: 18px;
  }
}
.press-contacts:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  display: block;
}

.article-body-row + .free-text, .article-spacing + .free-text {
  padding-top: 0 !important;
}

.team-members {
  padding: 40px;
}
@media (max-width: 1024px) {
  .team-members {
    padding: 20px;
  }
}
.team-members__headline {
  margin: 0;
}
.team-members__subhead {
  padding: 10px 0 20px;
  margin: 0;
}
.team-members__main-contact__pic {
  display: inline-block;
  border: 1px solid #cccccc;
  height: 180px;
}
.team-members__main-contact__pic img {
  height: 180px;
}
.team-members__main-contact__text {
  display: inline-block;
  float: right;
  width: calc(100% - 185px);
  box-sizing: border-box;
  padding-left: 15px;
}
@media (max-width: 1024px) {
  .team-members__main-contact__text {
    float: none;
    padding: 0;
    padding-top: 20px;
    width: 100%;
  }
}
.team-members__main-contact__headline {
  margin: 0;
}
.team-members__main-contact__body {
  padding: 10px 0;
  margin: 0;
}
.team-members__main-contact__body.cut-off {
  width: 100%;
  overflow: hidden;
}
.team-members__group {
  clear: both;
  padding: 50px 0 0 0;
}
.team-members__group__title {
  width: 100%;
  cursor: pointer;
  padding-bottom: 5px;
  border-bottom: 2px solid #000000;
}
.team-members__group__title h2 {
  margin: 0;
}
.team-members__group__title i {
  float: right;
  font-size: 25px;
  padding: 0 5px;
  margin-top: -20px;
  background: white;
}
.team-members__group__subtitle {
  padding: 40px 0 20px;
  display: none;
}
.team-members__contacts {
  clear: both;
  column-count: 3;
  padding-top: 20px;
  display: none;
  flex-flow: row wrap;
}
@media (max-width: 1024px) {
  .team-members__contacts {
    column-count: 1;
  }
}
.team-members__contacts__item {
  display: inline-block;
  float: left;
  -webkit-column-break-inside: avoid; /* Chrome, Safari */
  page-break-inside: avoid; /* Theoretically FF 20+ */
  break-inside: avoid-column; /* IE 11 */
  display: table; /* Actually FF 20+ */
  padding: 10px 15px;
  width: 33%;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .team-members__contacts__item {
    width: 100%;
  }
}
.team-members__contacts__item__pic {
  height: 130px;
  padding-bottom: 15px;
}
.team-members__contacts__item__pic img {
  height: 130px;
}
.team-members__contacts__item__headline {
  margin: 0;
}
.team-members__contacts__item__body {
  margin: 0;
}
.team-members__group.open .team-members__group__title {
  border-bottom: 2px solid #4DBDFF;
}
.team-members__group.open .team-members__group__title h2 {
  color: #4DBDFF;
}
.team-members__group.open .team-members__group__title i {
  color: #4DBDFF;
  transform: rotate(180deg);
}
.team-members__group.open .team-members__contacts {
  display: flex;
}
.team-members__group.open .team-members__group__subtitle {
  display: block;
}

.cta.modal-trigger {
  padding-bottom: 25px;
}

#team-modal .modal-content::-webkit-scrollbar *, #team-member-modal-1-1 .modal-content::-webkit-scrollbar *, #team-member-modal-1-2 .modal-content::-webkit-scrollbar *, #team-member-modal-1-3 .modal-content::-webkit-scrollbar *, #team-member-modal-1-4 .modal-content::-webkit-scrollbar *, #team-member-modal-1-5 .modal-content::-webkit-scrollbar *, #team-member-modal-1-6 .modal-content::-webkit-scrollbar *, #team-member-modal-1-7 .modal-content::-webkit-scrollbar *, #team-member-modal-1-8 .modal-content::-webkit-scrollbar *, #team-member-modal-1-9 .modal-content::-webkit-scrollbar *, #team-member-modal-1-10 .modal-content::-webkit-scrollbar *, #team-member-modal-1-11 .modal-content::-webkit-scrollbar *, #team-member-modal-1-12 .modal-content::-webkit-scrollbar *, #team-member-modal-1-13 .modal-content::-webkit-scrollbar *, #team-member-modal-1-14 .modal-content::-webkit-scrollbar *, #team-member-modal-1-15 .modal-content::-webkit-scrollbar *, #team-member-modal-1-16 .modal-content::-webkit-scrollbar *, #team-member-modal-1-17 .modal-content::-webkit-scrollbar *, #team-member-modal-1-18 .modal-content::-webkit-scrollbar *, #team-member-modal-1-19 .modal-content::-webkit-scrollbar *, #team-member-modal-1-20 .modal-content::-webkit-scrollbar *, #team-member-modal-1-21 .modal-content::-webkit-scrollbar *, #team-member-modal-1-22 .modal-content::-webkit-scrollbar *, #team-member-modal-1-23 .modal-content::-webkit-scrollbar * {
  background-color: transparent;
}
#team-modal .modal-content::-webkit-scrollbar, #team-member-modal-1-1 .modal-content::-webkit-scrollbar, #team-member-modal-1-2 .modal-content::-webkit-scrollbar, #team-member-modal-1-3 .modal-content::-webkit-scrollbar, #team-member-modal-1-4 .modal-content::-webkit-scrollbar, #team-member-modal-1-5 .modal-content::-webkit-scrollbar, #team-member-modal-1-6 .modal-content::-webkit-scrollbar, #team-member-modal-1-7 .modal-content::-webkit-scrollbar, #team-member-modal-1-8 .modal-content::-webkit-scrollbar, #team-member-modal-1-9 .modal-content::-webkit-scrollbar, #team-member-modal-1-10 .modal-content::-webkit-scrollbar, #team-member-modal-1-11 .modal-content::-webkit-scrollbar, #team-member-modal-1-12 .modal-content::-webkit-scrollbar, #team-member-modal-1-13 .modal-content::-webkit-scrollbar, #team-member-modal-1-14 .modal-content::-webkit-scrollbar, #team-member-modal-1-15 .modal-content::-webkit-scrollbar, #team-member-modal-1-16 .modal-content::-webkit-scrollbar, #team-member-modal-1-17 .modal-content::-webkit-scrollbar, #team-member-modal-1-18 .modal-content::-webkit-scrollbar, #team-member-modal-1-19 .modal-content::-webkit-scrollbar, #team-member-modal-1-20 .modal-content::-webkit-scrollbar, #team-member-modal-1-21 .modal-content::-webkit-scrollbar, #team-member-modal-1-22 .modal-content::-webkit-scrollbar, #team-member-modal-1-23 .modal-content::-webkit-scrollbar {
  width: 3px;
  -webkit-appearance: none;
  background: transparent;
}
#team-modal .modal-content::-webkit-scrollbar-thumb, #team-member-modal-1-1 .modal-content::-webkit-scrollbar-thumb, #team-member-modal-1-2 .modal-content::-webkit-scrollbar-thumb, #team-member-modal-1-3 .modal-content::-webkit-scrollbar-thumb, #team-member-modal-1-4 .modal-content::-webkit-scrollbar-thumb, #team-member-modal-1-5 .modal-content::-webkit-scrollbar-thumb, #team-member-modal-1-6 .modal-content::-webkit-scrollbar-thumb, #team-member-modal-1-7 .modal-content::-webkit-scrollbar-thumb, #team-member-modal-1-8 .modal-content::-webkit-scrollbar-thumb, #team-member-modal-1-9 .modal-content::-webkit-scrollbar-thumb, #team-member-modal-1-10 .modal-content::-webkit-scrollbar-thumb, #team-member-modal-1-11 .modal-content::-webkit-scrollbar-thumb, #team-member-modal-1-12 .modal-content::-webkit-scrollbar-thumb, #team-member-modal-1-13 .modal-content::-webkit-scrollbar-thumb, #team-member-modal-1-14 .modal-content::-webkit-scrollbar-thumb, #team-member-modal-1-15 .modal-content::-webkit-scrollbar-thumb, #team-member-modal-1-16 .modal-content::-webkit-scrollbar-thumb, #team-member-modal-1-17 .modal-content::-webkit-scrollbar-thumb, #team-member-modal-1-18 .modal-content::-webkit-scrollbar-thumb, #team-member-modal-1-19 .modal-content::-webkit-scrollbar-thumb, #team-member-modal-1-20 .modal-content::-webkit-scrollbar-thumb, #team-member-modal-1-21 .modal-content::-webkit-scrollbar-thumb, #team-member-modal-1-22 .modal-content::-webkit-scrollbar-thumb, #team-member-modal-1-23 .modal-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: grey;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.four-oh-four {
  background: linear-gradient(#27b0e9, #1178ce);
  margin: 0 -40px;
  height: 100vh;
  box-sizing: border-box;
}
.four-oh-four__text {
  padding: 50px 50px 0 50px;
  text-align: center;
}
.four-oh-four__text h1 {
  color: white;
  font-size: 55px;
  font-family: "Circular Black", Arial, Helvetica, sans-serif;
  width: calc(100% - 265px);
  text-align: center;
  z-index: 2;
  margin: 0;
  box-sizing: border-box;
  display: inline-block;
}
@media (max-width: 1024px) {
  .four-oh-four__text h1 {
    font-size: 30px;
    width: 90%;
  }
}
.four-oh-four__text h3 {
  color: white;
  font-size: 24px;
  font-family: "Circular Book", Arial, Helvetica, sans-serif;
  width: 50%;
  text-align: center;
  padding: 20px 0 30px;
  z-index: 2;
  width: calc(100% - 265px);
  margin: 0;
  display: inline-block;
}
@media (max-width: 1024px) {
  .four-oh-four__text h3 {
    font-size: 16px;
    width: 90%;
  }
}
.four-oh-four__text__image {
  position: relative;
  height: 60%;
  text-align: center;
  z-index: 1;
}
@media (min-height: 1215px) {
  .four-oh-four__text__image {
    height: 20%;
  }
}
.four-oh-four__text__image img {
  width: 450px;
}
.four-oh-four__nav {
  position: absolute;
  bottom: 60px;
  right: 70px;
  z-index: 2;
}
.four-oh-four__nav h4 {
  color: #004183;
  font-family: "Circular Book", Arial, Helvetica, sans-serif;
  font-size: 24px;
}
.four-oh-four__nav h5 {
  color: white;
  padding-top: 10px;
}
.four-oh-four__nav h5 a {
  color: white;
  padding: 0 9px;
}
.four-oh-four__nav h5 a:first-child {
  padding-left: 0;
}
.four-oh-four__nav h5 a:last-child {
  padding-right: 0;
}

.table .distribution, .table th, .table td {
  border: 1px solid #cccccc;
}
.table .distribution {
  width: calc(100% - 80px);
  border-collapse: collapse;
  margin: 20px 40px 20px;
}
@media (max-width: 1024px) {
  .table .distribution {
    margin: 20px;
  }
}
@media (max-width: 735px) {
  .table .distribution {
    width: calc(100% - 40px);
  }
}
.table td {
  padding: 10px 13px;
}
.table th, .table td {
  padding: 13px;
}
@media (max-width: 600px) {
  .table th, .table td {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .table th, .table td {
    font-size: 12px;
    padding: 4px;
  }
}
.table th {
  background: #e9f1f9;
  text-align: left;
}

.table-module {
  border: 1px solid #cccccc;
  border-collapse: collapse;
  width: 100%;
}
.table-module th, .table-module td {
  border: 1px solid #cccccc;
  padding: 13px;
}
@media (max-width: 600px) {
  .table-module th, .table-module td {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .table-module th, .table-module td {
    font-size: 12px;
    padding: 4px !important;
  }
}
.table-module th {
  background: #e9f1f9;
  text-align: left;
}
.table-module td {
  padding: 10px 13px;
}

.col-three-col-square #latestTweet {
  position: relative;
  background: #4DBDFF;
  background-size: cover !important;
  padding: 40px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .col-three-col-square #latestTweet {
    padding: 20px;
    min-height: 270px;
  }
}
.col-three-col-square #latestTweet ul {
  margin: 0;
  padding-left: 0;
}
.col-three-col-square #latestTweet ul li {
  list-style: none;
}
.col-three-col-square #latestTweet ul li .user {
  position: relative;
}
.col-three-col-square #latestTweet ul li .user img {
  width: 50px;
}
.col-three-col-square #latestTweet ul li .user span[data-scribe="element:name"] {
  position: absolute;
  font-family: "Circular Bold", sans-serif;
  font-size: 18px;
  top: 0;
  left: 60px;
  color: white;
  cursor: pointer;
}
.col-three-col-square #latestTweet ul li .user span[data-scribe="element:screen_name"] {
  position: absolute;
  font-size: 18px;
  left: 60px;
  color: white;
  cursor: pointer;
  font-family: "Circular Book", sans-serif;
  top: 20px;
}
.col-three-col-square #latestTweet ul li p {
  margin: 0;
  font-size: 18px;
  color: white;
  font-family: "Circular Book", sans-serif;
}
.col-three-col-square #latestTweet ul li p a {
  font-family: "Circular Black", sans-serif;
  color: white;
  cursor: pointer;
}
.col-three-col-square #latestTweet ul li .tweet {
  padding-top: 25px;
}
.col-three-col-square #latestTweet ul li .timePosted {
  display: none;
}
.col-three-col-square #latestTweet ul li .twitter_reply_icon, .col-three-col-square #latestTweet ul li .twitter_fav_icon, .col-three-col-square #latestTweet ul li .twitter_retweet_icon {
  font-size: 0;
  position: absolute;
  bottom: 40px;
}
.col-three-col-square #latestTweet ul li .twitter_reply_icon:before, .col-three-col-square #latestTweet ul li .twitter_fav_icon:before, .col-three-col-square #latestTweet ul li .twitter_retweet_icon:before {
  content: "\f112";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 18px;
  padding-right: 22px;
}
@media (max-width: 1024px) {
  .col-three-col-square #latestTweet ul li .twitter_reply_icon, .col-three-col-square #latestTweet ul li .twitter_fav_icon, .col-three-col-square #latestTweet ul li .twitter_retweet_icon {
    bottom: 20px;
  }
}
.col-three-col-square #latestTweet ul li .twitter_retweet_icon {
  margin-left: 50px;
}
.col-three-col-square #latestTweet ul li .twitter_retweet_icon:before {
  content: "\f079";
}
@media (max-width: 1024px) {
  .col-three-col-square #latestTweet ul li .twitter_retweet_icon {
    margin-left: 40px;
  }
}
.col-three-col-square #latestTweet ul li .twitter_fav_icon {
  margin-left: 100px;
}
.col-three-col-square #latestTweet ul li .twitter_fav_icon:before {
  content: "\f004";
}
@media (max-width: 1024px) {
  .col-three-col-square #latestTweet ul li .twitter_fav_icon {
    margin-left: 80px;
  }
}
.col-three-col-square #latestTweet ul .twitLogo {
  width: 25px;
  position: absolute;
  top: 40px;
  right: 40px;
  fill: white;
}
@media (max-width: 1024px) {
  .col-three-col-square #latestTweet ul .twitLogo {
    top: 20px;
    right: 20px;
  }
}
.col-three-col-square #latestTweet ul .followLink {
  display: none;
}

.col-two-col-square #latestTweetTwo {
  position: relative;
  background-size: cover !important;
  padding: 40px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .col-two-col-square #latestTweetTwo {
    padding: 20px;
    min-height: 270px;
  }
}
.col-two-col-square #latestTweetTwo ul {
  margin: 0;
  padding-left: 0;
}
.col-two-col-square #latestTweetTwo ul li {
  list-style: none;
}
.col-two-col-square #latestTweetTwo ul li .user {
  display: none;
}
.col-two-col-square #latestTweetTwo ul li p {
  margin: 0;
  font-size: 18px;
  color: #004183;
  color: white;
  font-family: "Circular Book", sans-serif;
}
.col-two-col-square #latestTweetTwo ul li p a {
  font-family: "Circular Black", sans-serif;
  color: white;
  cursor: pointer;
}
.col-two-col-square #latestTweetTwo ul li .tweet {
  padding: 45px 0 20px;
}
.col-two-col-square #latestTweetTwo ul li .timePosted {
  display: none;
}
.col-two-col-square #latestTweetTwo ul li .twitter_reply_icon, .col-two-col-square #latestTweetTwo ul li .twitter_fav_icon, .col-two-col-square #latestTweetTwo ul li .twitter_retweet_icon {
  font-size: 0;
  position: absolute;
  bottom: 40px;
}
.col-two-col-square #latestTweetTwo ul li .twitter_reply_icon:before, .col-two-col-square #latestTweetTwo ul li .twitter_fav_icon:before, .col-two-col-square #latestTweetTwo ul li .twitter_retweet_icon:before {
  content: "\f112";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 18px;
  padding-right: 22px;
}
@media (max-width: 1024px) {
  .col-two-col-square #latestTweetTwo ul li .twitter_reply_icon, .col-two-col-square #latestTweetTwo ul li .twitter_fav_icon, .col-two-col-square #latestTweetTwo ul li .twitter_retweet_icon {
    bottom: 20px;
  }
}
.col-two-col-square #latestTweetTwo ul li .twitter_retweet_icon {
  margin-left: 50px;
}
.col-two-col-square #latestTweetTwo ul li .twitter_retweet_icon:before {
  content: "\f079";
}
@media (max-width: 1024px) {
  .col-two-col-square #latestTweetTwo ul li .twitter_retweet_icon {
    margin-left: 40px;
  }
}
.col-two-col-square #latestTweetTwo ul li .twitter_fav_icon {
  margin-left: 100px;
}
.col-two-col-square #latestTweetTwo ul li .twitter_fav_icon:before {
  content: "\f004";
}
@media (max-width: 1024px) {
  .col-two-col-square #latestTweetTwo ul li .twitter_fav_icon {
    margin-left: 80px;
  }
}
.col-two-col-square #latestTweetTwo ul .cta-ghost {
  font-family: "Circular Black", sans-serif;
}
.col-two-col-square #latestTweetTwo ul .twitLogo {
  width: 25px;
  position: absolute;
  top: 40px;
  left: 40px;
  fill: white;
}
@media (max-width: 1024px) {
  .col-two-col-square #latestTweetTwo ul .twitLogo {
    top: 20px;
    left: 20px;
  }
}

.calendar {
  padding: 55px 40px;
}
@media (max-width: 1024px) {
  .calendar {
    padding: 25px 20px;
  }
}
.calendar--content {
  display: none;
  width: 66.66%;
  padding-right: 75px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .calendar--content {
    width: 100%;
    padding-right: 0;
  }
}
.calendar .calendar--content.active {
  display: inline-block;
}
.calendar--filters p {
  margin: 0;
}
@media (max-width: 1024px) {
  .calendar--filters__category {
    display: inline-block;
    padding-right: 20px;
  }
}
.calendar--filters__category p {
  text-transform: uppercase;
  font-family: "Circular Black", sans-serif;
  font-size: 16px;
  display: inline-block;
  margin: 10px 0;
}
@media (max-width: 1024px) {
  .calendar--filters__category p {
    font-size: 14px;
  }
}
.calendar--filters__category p:hover {
  color: #002d5b;
  cursor: pointer;
}
.calendar--filters__category.active p {
  color: #002d5b;
  border-top: 4px solid #002d5b;
}
.calendar .date-error {
  display: none;
  font-family: "Circular Black";
  font-size: 24px;
  color: #004183;
  width: 66.66%;
}
@media (max-width: 1024px) {
  .calendar .date-error {
    width: 100%;
    font-size: 20px;
  }
}
.calendar .date-error.active {
  display: block;
}
.calendar__item {
  padding-bottom: 40px;
}
.calendar__item__event {
  display: none;
}
.calendar__item__event.active {
  display: block;
}
.calendar__item__category {
  text-transform: uppercase;
  display: block;
  color: white;
  font-family: "Circular Black", sans-serif;
  font-size: 16px;
  padding: 2px 0 2px 4px;
  margin: 0;
}
.calendar__item__title {
  font-family: "Circular Black", sans-serif;
  font-size: 24px;
  padding: 24px 0 5px;
  margin: 0;
}
@media (max-width: 1024px) {
  .calendar__item__title {
    font-size: 20px;
  }
}
.calendar__item__body {
  font-family: "Circular Book", sans-serif;
  font-size: 18px;
  padding: 0 0 15px 0;
  margin: 0;
}
@media (max-width: 1024px) {
  .calendar__item__body {
    font-size: 18px;
  }
}
.calendar__item .cta:after {
  padding-left: 5px;
}
.calendar .calendar--date--filter {
  box-sizing: border-box;
  width: 33.33%;
  float: right;
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .calendar .calendar--date--filter {
    width: 100%;
    padding-right: 0;
    display: block;
  }
}
.calendar .calendar__wrap {
  border: solid 3px #cecece;
  width: 100%;
  padding: 10px;
  display: block;
  margin: 0 0 15px;
}
.calendar .calendar__wrap .row {
  display: block !important;
}
.calendar .calendar__wrap .datepicker.col-md-6 {
  max-width: 100% !important;
}
.calendar .calendar__wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.calendar .calendar__wrap ul .picker-switch.accordion-toggle {
  display: none;
}
.calendar .calendar__wrap .table-condensed {
  width: 100%;
}
.calendar .calendar__wrap .table-condensed .picker-switch {
  font-size: 20px;
  text-align: center;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .calendar .calendar__wrap .table-condensed .picker-switch {
    font-size: 16px;
  }
}
.calendar .calendar__wrap .table-condensed .currentMonthPrev {
  visibility: hidden;
  pointer-events: none;
}
.calendar .calendar__wrap .table-condensed td {
  cursor: pointer;
  line-height: 34px;
}
.calendar .calendar__wrap .table-condensed th, .calendar .calendar__wrap .table-condensed td {
  height: 34px !important;
  width: 30px !important;
}
.calendar .calendar__wrap .table-condensed .day, .calendar .calendar__wrap .table-condensed .dow {
  text-align: center;
}
.calendar .calendar__wrap .table-condensed .active {
  position: relative;
  color: #ffffff;
}
.calendar .calendar__wrap .table-condensed .active span {
  position: relative;
  z-index: 2;
}
.calendar .calendar__wrap .table-condensed .active:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin: -17px 0 0 -17px;
  width: 34px;
  height: 34px;
  background: #489CEF;
  border-radius: 50%;
}
.calendar .calendar__wrap .table-condensed .next, .calendar .calendar__wrap .table-condensed .prev {
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.calendar .calendar__wrap .table-condensed .next svg, .calendar .calendar__wrap .table-condensed .prev svg {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  stroke-width: 3;
  fill: none;
  stroke: #A7A7A7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.calendar .calendar__wrap .datepicker.col-md-6 {
  flex-basis: 100%;
  max-width: 100%;
}
.calendar .calendar__wrap .timepicker {
  display: none;
}
@media (max-width: 1024px) {
  .calendar .calendar__wrap {
    margin: 20px 0;
  }
}

.calendar__item.distributions .calendar__item__category {
  background: #4DBDFF;
}

.calendar__item.non-ascap-events .calendar__item__category {
  background: #e9a330;
}

.calendar__item.ascap-events .calendar__item__category {
  background: #792a8c;
}

.calendar__item.deadlines .calendar__item__category {
  background: #cd3533;
}

.calendar--filters::-webkit-scrollbar * {
  background-color: transparent;
}

.calendar--filters::-webkit-scrollbar {
  height: 5px;
  -webkit-appearance: none;
  background: transparent;
}

.calendar--filters::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: grey;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

/***/
.help-categories {
  display: block;
}
.help-categories .help-category {
  height: 145px;
  display: table;
  margin-bottom: 5px;
  width: calc(33.33% - 3.4px);
  float: left;
  transition: all 0.3s ease;
}
@media (max-width: 600px) {
  .help-categories .help-category {
    width: 100%;
  }
}
.help-categories .help-category:hover {
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
.help-categories .help-category:nth-child(2), .help-categories .help-category:nth-child(5), .help-categories .help-category:nth-child(8) {
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 600px) {
  .help-categories .help-category:nth-child(2), .help-categories .help-category:nth-child(5), .help-categories .help-category:nth-child(8) {
    margin-left: 0;
    margin-right: 0;
  }
}
.help-categories .help-category__text {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.help-categories .help-category__icon {
  max-width: 45px;
  display: inline-block;
}
.help-categories .help-category__icon img {
  width: 45px;
  height: 100%;
}
.help-categories .help-category__title {
  color: white;
  font-size: 18px;
  font-family: "Circular Book", sans-serif;
}

.help-eyebrow {
  font-family: "Circular Black", sans-serif;
  font-size: 16px;
  color: #A7A7A7;
  text-transform: uppercase;
  line-height: 1.5;
}

.resource-center {
  padding: 70px 40px 0 40px;
}
@media (max-width: 1024px) {
  .resource-center {
    padding: 40px 20px 0 20px;
  }
}

.resource-center__header h1 {
  margin: 0;
  display: inline-block;
  width: 50%;
}
@media (max-width: 600px) {
  .resource-center__header h1 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.resource-center__header .resource-center__search {
  display: inline-block;
  width: 50%;
}
@media (max-width: 600px) {
  .resource-center__header .resource-center__search {
    width: 100%;
  }
}
.resource-center__header {
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  .resource-center__header {
    margin-bottom: 20px;
  }
}

.faq__header {
  width: 50%;
  display: inline-block;
  margin: 0 0 20px;
}
.faq__header h2, .faq__header p {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .faq__header {
    width: 100%;
  }
}
.faq__dropdown {
  width: 50%;
  display: inline-block;
  float: right;
}
@media (max-width: 600px) {
  .faq__dropdown {
    width: 100%;
    float: none;
    margin-bottom: 50px;
  }
}
.faq__heading {
  margin-bottom: 25px;
}
.faq__heading h2, .faq__heading p {
  margin-bottom: 0;
}
.faq__categories {
  display: block;
  margin: 0 -40px;
  padding: 0 0 0 40px;
  position: relative;
}
@media (max-width: 1024px) {
  .faq__categories {
    margin: 0 -20px;
    padding-left: 20px;
  }
}
.faq__categories ul {
  margin: 0;
  padding: 0;
  overflow-x: scroll;
  list-style: none;
}
.faq__categories .faq__category {
  display: table-cell;
  margin: 0 25px 0 0;
  padding: 0 5px 10px;
  text-align: center;
  border-bottom: 4px solid transparent;
}
.faq__categories .faq__category__headline {
  width: 125px;
  display: block;
}
.faq__categories .faq__category:hover {
  border-bottom: 4px solid #004183;
  cursor: pointer;
}
.faq__categories .faq__category:hover .faq__category__headline {
  color: #004183;
}
.faq__categories .faq__category__next, .faq__categories .faq__category__prev {
  cursor: pointer;
  position: absolute;
  width: 36px;
  height: 60px;
  background: rgba(233, 241, 249, 0.8);
  border: 0;
  display: none;
  transition: background 0.3s ease;
}
.faq__categories .faq__category__next i, .faq__categories .faq__category__prev i {
  color: #6d6d6d;
  font-size: 28px;
  font-weight: 800;
  transition: all 0.3s ease;
}
.faq__categories .faq__category__next.show, .faq__categories .faq__category__prev.show {
  display: block;
}
.faq__categories .faq__category__next:hover, .faq__categories .faq__category__prev:hover {
  background: rgba(193, 216, 238, 0.8);
}
.faq__categories .faq__category__next:hover i, .faq__categories .faq__category__prev:hover i {
  color: #1178ce;
}
@media (max-width: 1024px) {
  .faq__categories .faq__category__next:hover, .faq__categories .faq__category__prev:hover {
    background: rgba(233, 241, 249, 0.8);
  }
  .faq__categories .faq__category__next:hover i, .faq__categories .faq__category__prev:hover i {
    color: #6d6d6d;
    padding: 0;
  }
}
.faq__categories .faq__category__prev {
  left: 0;
}
.faq__categories .faq__category__prev:hover i {
  padding-right: 10px;
}
.faq__categories .faq__category__next {
  right: 0;
}
.faq__categories .faq__category__next:hover i {
  padding-left: 10px;
}
.faq__categories .faq__category__image {
  margin: 0 0 10px;
}
.faq__categories .faq__category__image img {
  width: 30px;
  height: 100%;
}
.faq__categories .faq__category.active {
  border-bottom: 4px solid #004183;
}
.faq__categories .faq__category.active .faq__category__headline {
  color: #004183;
}
.faq__container {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  display: none;
  margin: 0 -40px;
  background-color: #e9f1f9;
  padding: 30px 40px;
}
@media (max-width: 1024px) {
  .faq__container {
    margin: 0 -20px;
    padding: 10px 20px;
  }
}
.faq__container .faq__question {
  border-bottom: 1px solid #cccccc;
  padding: 20px 0 15px;
}
.faq__container .faq__question i {
  padding-right: 8px;
  cursor: pointer;
  font-weight: 800;
}
.faq__container .faq__question:last-child {
  border-bottom: none;
}
.faq__container .faq__question.show-answer {
  color: #4DBDFF;
}
.faq__container .faq__question.show-answer i {
  transform: rotate(180deg);
  padding-right: 0;
  padding-left: 8px;
  transition: all 0.3s ease;
}
.faq__container .faq__question.show-answer .faq__answer {
  display: block !important;
}
.faq__container .faq__answer {
  display: none;
  padding: 18px 15px 15px 27px;
  font-family: "Circular Book", sans-serif;
  color: #6d6d6d;
}
@media (max-width: 600px) {
  .faq__container .faq__answer {
    padding: 10px 0;
  }
}
.faq .faq__container.active {
  display: block;
}

.faq__only {
  padding: 40px 40px 0 40px;
}
@media (max-width: 1024px) {
  .faq__only {
    padding: 20px 20px 0 20px;
  }
}

.faq__categories ul::-webkit-scrollbar * {
  background-color: transparent;
}

.faq__categories ul::-webkit-scrollbar {
  height: 5px;
  -webkit-appearance: none;
  background: transparent;
}

.faq__categories ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: grey;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.search {
  padding: 40px;
}
@media (max-width: 1024px) {
  .search {
    padding: 20px;
  }
}
.search__headline {
  font-size: 36px;
  line-height: 1.3;
  font-family: "Circular Black", sans-serif;
  color: #000000;
}
@media (max-width: 1024px) {
  .search__headline {
    font-size: 30px;
  }
}
.search__searchbar {
  padding-bottom: 20px;
}
.search__searchbar__input-field {
  width: 100%;
  display: inline-block;
}
.search__searchbar__input-field input {
  -webkit-appearance: none;
  font-family: labmono;
  font-size: 0.875em;
  padding: 10px 35px 10px 20px;
  border: 1px solid #1178ce;
  outline: none;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0;
  text-shadow: none;
  font-size: 18px;
  border-radius: 0;
  display: inline-block;
  padding-right: 50px;
  width: calc(100% - 130px);
  box-sizing: border-box;
  font-family: "Circular Book", sans-serif;
}
@media (max-width: 600px) {
  .search__searchbar__input-field input {
    width: 100%;
    margin-bottom: 10px;
  }
}
.search__searchbar__button {
  display: inline-block;
}
@media (max-width: 600px) {
  .search__searchbar__button {
    width: 100%;
    display: block;
  }
}
.search__results {
  margin: 0 0 30px;
}
@media (max-width: 1024px) {
  .search__results {
    margin: 0 0 15px;
  }
}
.search__results .search__result {
  border-bottom: 1px solid #cccccc;
  padding: 37px 0;
}
.search__results .search__result__headline {
  line-height: 1.2;
  font-family: "Circular Black", sans-serif;
  font-size: 20px;
}
.search__results .search__result__headline a {
  color: #000000;
}
.search__results .search__result__subhead {
  font-family: "Circular Book", sans-serif;
  font-size: 18px;
  padding: 7px 0;
}
.search__results .search__result.active {
  display: block;
}

button.search-btn {
  margin-bottom: 4px;
}

.h-color-m600 {
  color: #6d6d6d;
}

.spotify-player {
  max-height: 500px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1024px) {
  .spotify-player {
    max-height: 350px;
  }
}
@media (max-width: 600px) {
  .spotify-player {
    width: 100%;
  }
}
.spotify-player .embed-responsive {
  height: 500px;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .spotify-player .embed-responsive {
    width: 100%;
    height: 350px;
  }
}
@media (max-width: 600px) {
  .spotify-player .embed-responsive {
    width: 100%;
    height: 80px;
  }
}

.single-job {
  padding: 75px 75px 0;
}
.single-job .job-logo img {
  width: 200px;
}

.text-header {
  padding: 40px 40px 30px;
}
@media (max-width: 1024px) {
  .text-header {
    padding: 20px;
  }
}

.ie10 .row-three-col-square {
  white-space: nowrap;
}
.ie10 .row-three-col-square .three-col-square__text {
  white-space: normal;
}
.ie10 .row-two-col-video-block-video-left, .ie10 .row-two-col-video-block-video-right {
  white-space: nowrap;
  font-size: 0;
}
.ie10 .row-two-col-video-block-video-left .three-col-square__text, .ie10 .row-two-col-video-block-video-right .three-col-square__text {
  white-space: normal;
}
.ie10 .row-two-col-video-block-video-left .col-three-col-square, .ie10 .row-two-col-video-block-video-right .col-three-col-square {
  float: left;
  width: calc(33.33% - 5px) !important;
}
.ie10 .row-two-col-video-block-video-left .col-two-col-video, .ie10 .row-two-col-video-block-video-right .col-two-col-video {
  float: left;
  width: calc(66.66% - 5px) !important;
}
.ie10 .row-two-col-video-block-video-left:after, .ie10 .row-two-col-video-block-video-right:after {
  display: block;
  content: "";
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ie10 .row-small-content {
  white-space: nowrap;
  font-size: 0;
}
.ie10 .row-small-content .small-content__text {
  white-space: normal;
}
.ie10 .row-small-content .col-small-content {
  width: calc(50% - 2.5px);
  float: left;
}
.ie10 .row-two-col-square {
  white-space: nowrap;
  font-size: 0;
}
.ie10 .row-two-col-square .two-col-square__text {
  white-space: normal;
}
.ie10 .row-two-col-square .col-two-col-square {
  width: calc(50% - 2.5px);
  float: left;
}
.ie10 .three-col-icons__row:after {
  display: block;
  content: "";
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ie10 .three-col-icons__row .three-col-icons__col {
  float: left;
  padding-right: 20px;
}

.ie9 .row-three-col-square {
  white-space: nowrap;
}
.ie9 .row-three-col-square .three-col-square__text {
  white-space: normal;
}
.ie9 .row-two-col-video-block-video-left, .ie9 .row-two-col-video-block-video-right {
  white-space: nowrap;
  font-size: 0;
}
.ie9 .row-two-col-video-block-video-left .three-col-square__text, .ie9 .row-two-col-video-block-video-right .three-col-square__text {
  white-space: normal;
}
.ie9 .row-two-col-video-block-video-left .col-two-col-video, .ie9 .row-two-col-video-block-video-left .col-three-col-square, .ie9 .row-two-col-video-block-video-right .col-two-col-video, .ie9 .row-two-col-video-block-video-right .col-three-col-square {
  float: left;
  width: calc(33.33% - 5px) !important;
}
.ie9 .row-two-col-video-block-video-left:after, .ie9 .row-two-col-video-block-video-right:after {
  display: block;
  content: "";
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ie9 .row-small-content {
  white-space: nowrap;
  font-size: 0;
}
.ie9 .row-small-content .small-content__text {
  white-space: normal;
}
.ie9 .row-small-content .col-small-content {
  width: calc(50% - 2.5px);
  float: left;
}
.ie9 .row-two-col-square {
  white-space: nowrap;
  font-size: 0;
}
.ie9 .row-two-col-square .two-col-square__text {
  white-space: normal;
}
.ie9 .row-two-col-square .col-two-col-square {
  width: calc(50% - 2.5px);
  float: left;
}
.ie9 .three-col-icons__row:after {
  display: block;
  content: "";
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ie9 .three-col-icons__row .three-col-icons__col {
  float: left;
  padding-right: 20px;
}
.ie9 .homepage-hero, .ie9 .homepage-bottom, .ie9 .single-cta, .ie9 .small-cta, .ie9 .hero, .ie9 .press-release-hero .latest-news, .ie9 .featured-artist, .ie9 .quote {
  background-color: #002d5b;
}
.ie9 .three-col-square__background, .ie9 .two-col-square__background, .ie9 .small-content__background {
  background-color: #002d5b;
}

.member-benefits {
  padding-top: 30px;
}

.benefit-categories-sections {
  text-align: center;
  margin: 0 -20px;
}

.benefit-categories {
  display: inline-block;
  width: 225px;
  vertical-align: middle;
  position: relative;
  margin: 34px 11% 0 0;
  text-align: left;
}

figure.benefit {
  width: 70px;
  text-align: center;
  display: inline-block;
  margin: 0 10px 0 0;
}

.benefit-category-name {
  display: inline-block;
  width: 180px;
  position: absolute;
  top: 25%;
  padding-left: 15px;
}
.benefit-category-name p {
  display: inline;
  font-weight: bold;
}

.general-business-licensing-form, .form {
  padding: 20px 40px 60px;
}
@media (max-width: 1024px) {
  .general-business-licensing-form, .form {
    padding: 20px;
  }
}
.general-business-licensing-form .dropdown li:first-child, .form .dropdown li:first-child {
  display: none;
}
.general-business-licensing-form .two-col-row, .form .two-col-row {
  margin: 0 0 12px 0;
  min-height: 66px;
}
.general-business-licensing-form .two-col-row .col, .form .two-col-row .col {
  box-sizing: border-box;
}
.general-business-licensing-form .two-col-row .col:first-child, .form .two-col-row .col:first-child {
  padding-left: 0 !important;
}
@media (max-width: 600px) {
  .general-business-licensing-form .two-col-row .col:first-child, .form .two-col-row .col:first-child {
    padding: 0;
    margin-bottom: 12px;
  }
}
.general-business-licensing-form .two-col-row .col:not(:first-child):last-child, .form .two-col-row .col:not(:first-child):last-child {
  padding-left: 20px;
}
@media (max-width: 600px) {
  .general-business-licensing-form .two-col-row .col:not(:first-child):last-child, .form .two-col-row .col:not(:first-child):last-child {
    padding: 0;
    margin-bottom: 12px;
  }
}
@media (min-width: 600px) {
  .general-business-licensing-form .two-col-row .col:not(:first-child):last-child label:not(.radio-button__label), .form .two-col-row .col:not(:first-child):last-child label:not(.radio-button__label) {
    left: 30px;
  }
}
.general-business-licensing-form .content-chat, .form .content-chat {
  font-size: 18px;
}
@media (max-width: 600px) {
  .general-business-licensing-form .content-chat, .form .content-chat {
    font-size: 16px;
  }
}
.general-business-licensing-form input, .general-business-licensing-form .cta-blue, .general-business-licensing-form .cta-gray, .form input, .form .cta-blue, .form .cta-gray {
  -webkit-appearance: none;
  font-family: labmono;
  outline: none;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0;
  text-shadow: none;
  font-size: 18px;
  border-radius: 2px;
  display: inline-block;
  box-sizing: border-box;
  font-family: "Circular Book", sans-serif;
}
@media (max-width: 600px) {
  .general-business-licensing-form input, .general-business-licensing-form .cta-blue, .general-business-licensing-form .cta-gray, .form input, .form .cta-blue, .form .cta-gray {
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 16px;
  }
}
.general-business-licensing-form input[type=text], .general-business-licensing-form .inputfield, .general-business-licensing-form textarea, .form input[type=text], .form .inputfield, .form textarea {
  background-color: transparent;
}
@media (min-width: 600px) {
  .general-business-licensing-form a.cta-blue, .form a.cta-blue {
    width: auto;
    min-width: 150px;
  }
}
@media (max-width: 600px) {
  .general-business-licensing-form .bootstrap-select, .form .bootstrap-select {
    width: 100% !important;
  }
}
.general-business-licensing-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), .form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.general-business-licensing-form textarea, .form textarea {
  -webkit-appearance: none;
  font-family: labmono;
  font-size: 0.875em;
  outline: none;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0;
  text-shadow: none;
  font-size: 18px;
  border-radius: 2px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  font-family: "Circular Book", sans-serif;
}
@media (max-width: 600px) {
  .general-business-licensing-form textarea, .form textarea {
    width: 100%;
    margin-bottom: 10px;
  }
}
.general-business-licensing-form .submit-button, .form .submit-button {
  display: inline-block;
  float: right;
}
.general-business-licensing-form .submit-button:after, .form .submit-button:after {
  content: "";
  height: 0;
  font-size: 0;
  clear: both;
  display: block;
}
@media (max-width: 600px) {
  .general-business-licensing-form .submit-button, .form .submit-button {
    display: block;
    float: none;
  }
}
.general-business-licensing-form .success-message, .form .success-message {
  font-size: 24px;
  font-family: "Circular Black", sans-serif;
  color: #004183;
}

.form input[type=button], .form input[type=submit], .form button.form-button {
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .form input[type=button], .form input[type=submit], .form button.form-button {
    width: 150px;
    margin: 0;
  }
}
.form input[type=checkbox] {
  appearance: checkbox;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  width: 25px;
  vertical-align: middle;
  margin-bottom: 3px;
}
.form input[type=submit] {
  float: right;
}
.form .btn.btn-cancel.cta-blue.cta-gray.form-button {
  float: left;
}
.form #ace-checkbox {
  margin-top: -11px;
}
.form .hidden-dropdown {
  display: none;
}
.form .wit-files-ul, .form .wit-uploaded-files-ul {
  padding-left: 0;
  width: 100%;
}
.form .wit-files-ul li, .form .wit-uploaded-files-ul li {
  display: inline-block;
  padding: 5px 15px;
  background-color: #eef0f5;
  margin-bottom: 20px;
  width: 100%;
}
.form .wit-files-ul a, .form .wit-uploaded-files-ul a {
  float: right;
  color: #A7A7A7;
}
.form .wit-files-ul a:hover, .form .wit-uploaded-files-ul a:hover {
  color: #6d6d6d;
}
.form .wit-files-ul span.fa, .form .wit-uploaded-files-ul span.fa {
  font-size: 22px;
}
@media (min-width: 600px) {
  .form .tool-tip {
    height: 140px;
  }
}

.single-cta-email-signup .small-cta {
  padding: 0;
  background: none;
}

#wit-contact-form, .general-business-licensing-form {
  padding-top: 0;
  padding-bottom: 20px;
  /*
      .g-recaptcha {
          height: 80px;
          clear: both;
          margin: 0 -20px;
          position: relative;
          overflow: hidden;

          @media (min-width: $menu-collapse-break) {
              margin: 0 -40px;
          }

          .grecaptcha-badge {
              position: absolute !important;
              bottom: 10px !important;
          }
      }
  */
}

.has-chat {
  padding-bottom: 100px !important;
}

/* radio button wrap */
.radio-button__wrap p {
  margin: 0 0 10px;
}

.radio-button__list--inline .radio-button__item {
  display: inline;
  margin: 0 30px 0 0;
}

.ascap-widget.ticker {
  overflow: hidden;
}

.member-ticker-module {
  width: 5000%;
  display: inline-block;
}

.member-ticker-title {
  display: block;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  border-bottom: 1px solid #eef0f5;
  padding: 0 30px;
}
@media (min-width: 600px) {
  .member-ticker-title {
    position: absolute;
    background: #ffffff;
    border-right: 1px solid #eef0f5;
    text-align: left;
    width: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.member-ticker-container {
  display: inline-block;
}

.member-ticker {
  display: inline-block;
  animation: marquee 20s linear infinite;
  overflow: hidden;
  margin-bottom: -10px;
  cursor: pointer;
}
.member-ticker:hover {
  animation-play-state: paused;
}

.member-ticker-image {
  display: inline-block;
  margin: 20px;
  height: 20px;
}

@keyframes marquee {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -20%;
  }
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../eot/fontawesome-webfont5b62.eot?v=4.6.3");
  src: url("../eot/fontawesome-webfontd41d.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../woff2/fontawesome-webfont5b62.woff2?v=4.6.3") format("woff2"), url("../woff/fontawesome-webfont5b62.woff?v=4.6.3") format("woff"), url("../ttf/fontawesome-webfont5b62.ttf?v=4.6.3") format("truetype"), url("../svg/fontawesome-webfont5b62.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* will go to global */
/* ============================================================================
  COMPONENTS -> TOOLTIP
  ========================================================================= */
/* tooltip */
.c-tooltip {
  /* toggle */
}
.c-tooltip .popper.is-opened {
  display: block;
}
.c-tooltip__toggle {
  display: inline;
}

.popper {
  z-index: 200000;
  position: absolute;
  display: none;
}

.popper .popper__arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
}

.popper[x-placement^=top] {
  margin-bottom: 10px;
}

.popper[x-placement^=top] .popper__arrow {
  border-width: 10px 10px 0 10px;
  border-color: #373737 transparent transparent transparent;
  bottom: -10px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.popper[x-placement^=bottom] {
  margin-top: 10px;
}

.popper[x-placement^=bottom] .popper__arrow {
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #373737 transparent;
  top: -10px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.popper[x-placement^=right] {
  margin-left: 10px;
}

.popper[x-placement^=right] .popper__arrow {
  border-width: 10px 10px 10px 0;
  border-color: transparent #373737 transparent transparent;
  left: -10px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.popper[x-placement^=left] {
  margin-right: 10px;
}

.popper[x-placement^=left] .popper__arrow {
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #373737;
  right: -10px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.pagination {
  margin: 0 -2px 13px;
  padding: 0;
  list-style: none;
  color: #6d6d6d;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: bold;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.pagination li {
  margin: 0 2px;
  flex: 0 1 33px;
  height: 33px;
}
.pagination li.is-disabled {
  display: none;
}
.pagination svg {
  width: 18px;
  height: 18px;
  stroke-width: 3;
  fill: none;
  color: #6d6d6d;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  padding: 0 4px;
  height: 100%;
  border-radius: 2px;
  border: 1px solid transparent;
  color: #6d6d6d;
  transition: all 0.1s ease-in;
  text-decoration: none;
}
.pagination a:hover {
  border-color: #d8dbe2;
}
.pagination a:hover svg {
  stroke: #175da7;
}
.pagination a svg {
  stroke: #1178ce;
}
.pagination .is-active a {
  color: #ffffff;
  background: #1178ce;
  border-color: #1178ce;
  cursor: auto;
}
.pagination__next-item a, .pagination__prev-item a, .pagination__first-item a, .pagination__last-item a {
  padding: 0;
  min-width: 0;
  border: none;
}
.pagination__next-item a:hover, .pagination__prev-item a:hover, .pagination__first-item a:hover, .pagination__last-item a:hover {
  background: none;
}
.pagination .more svg {
  margin-top: 4px;
  width: 15px;
  stroke-width: 1;
}

@media (min-width: 600px) {
  .pagination {
    margin-bottom: 30px;
    font-size: 13px;
  }
  .pagination li {
    height: 20px;
    flex-basis: 16px;
  }
  .pagination a {
    padding: 0 2px;
  }
}
/* ============================================================================
FORM SETTINGS - from Global styles,
																for having the same styles with Quaver Form components
========================================================================= */
/* ============================================================================
   COMPONENTS -> BOOTSTRAP SELECT
			https://developer.snapappointments.com/bootstrap-select/examples/
   ========================================================================= */
.c-bootstrap-select {
  position: relative;
}
.c-bootstrap-select__label {
  position: absolute;
  z-index: 3;
  margin: 0 12px;
  max-width: calc(100% - 2 * 12px);
  font-size: 18px;
  color: #0d0d0d;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  pointer-events: none;
  transform: translateY(9px);
  transition: all 0.3s ease;
}
.c-bootstrap-select__label:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -2px;
  top: 50%;
  right: -2px;
  height: 6px;
  margin: -2px 0 0;
  background-color: #ffffff;
}
.c-bootstrap-select.has-value .c-bootstrap-select__label {
  font-size: 12px;
  transform: translateY(-12px);
}
.c-bootstrap-select .dropdown.bootstrap-select .btn.dropdown-toggle {
  height: 40px;
  padding: 0 12px;
  font-size: 18px;
  border: 1px solid #cecece;
  border-radius: 2px;
  background-color: #ffffff;
}
.c-bootstrap-select .dropdown.bootstrap-select.show .btn.dropdown-toggle,
.c-bootstrap-select .dropdown.bootstrap-select .btn.dropdown-toggle:focus {
  border-color: #489CEF;
}
.c-bootstrap-select .dropdown.bootstrap-select.dropup.show .dropdown-toggle {
  border-top: 1px solid transparent;
}
.c-bootstrap-select .filter-option {
  color: transparent !important;
  width: calc(100% - 30px) !important;
}
.c-bootstrap-select.has-value .filter-option {
  color: #0d0d0d !important;
}
.c-bootstrap-select.has-error .dropdown.bootstrap-select .btn.dropdown-toggle, .c-bootstrap-select.has-error .dropdown.bootstrap-select .btn.dropdown-toggle:hover {
  border-color: #cd3533;
}
.c-bootstrap-select__error {
  margin: calc(2 * 0) 4px 0;
  font-size: 16px;
  color: #cd3533;
}
