@charset "UTF-8";
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013–2014 thoughtbot, inc.
 * MIT License */
.bg-lg {
  background: #EFF3F7;
}

.title-color {
  color: #51575F;
}

.brand-color {
  color: #A75781;
}

.btn, button,
input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  border-radius: 30px;
  color: white;
  display: inline-block;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  padding: 0.83333em 2.25em;
  text-decoration: none;
}
.btn:hover, button:hover,
input[type="submit"]:hover {
  background-color: #753d5a;
  color: white;
}
.btn:disabled, button:disabled,
input[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #51575F;
  font-family: "Lato";
  font-size: 1em;
  line-height: 1.5;
}

.wf-loading {
  /* styles to use before Typekit is loaded */
}
.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6, .wf-loading p, .wf-loading a, .wf-loading blockquote {
  visibility: hidden;
}

.icon {
  position: relative;
  top: 2px;
  left: -2px;
}

.roboto-lg, .page-header h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2em;
  letter-spacing: .05em;
}

.roboto-sm, .page-header h2 {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: .05em;
}

.lato-lg {
  font-size: 2.4em;
  line-height: 1.25em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  line-height: 1.25;
  margin: 0;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 2.4em;
  font-weight: 300;
}

h2 {
  font-size: 2.15em;
}

h3 {
  font-size: 1.5em;
  font-weight: 700;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.85em;
}

p {
  margin: 0 0 0.75em;
}

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #51575F;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #753d5a;
}
a:active, a:focus {
  color: #753d5a;
  outline: none;
}

hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

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

blockquote {
  border-left: 2px solid #DDD;
  color: #747d88;
  margin: 1.5em 0;
  padding-left: 0.75em;
}

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

.center {
  text-align: center;
}

.main-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2em;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.subtitle {
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: center;
  color: #51575F;
}

.title {
  font-weight: 900;
}

a.title:hover {
  color: #04ACEA;
}

fieldset {
  background: #CBD0D6;
  border: 1px solid #DDD;
  margin: 0 0 0.75em 0;
  padding: 1.5em;
}

input {
  border: 2px solid #ffffff;
  color: black;
}

input,
label,
select {
  display: block;
  font-family: "Lato";
  font-size: 1em;
}

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

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background: #EFF3F7;
  border-radius: 30px;
  border: 2px solid #ffffff;
  font-family: "Lato";
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.75em 0.75em;
  width: 100%;
  outline: none;
}
textarea:focus,
input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
select[multiple=multiple]:focus {
  border-color: #A75781;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(150, 78, 116, 0.7);
  outline: none;
}

textarea {
  resize: vertical;
}

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

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

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

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
  padding: 5px;
}

.styled-select {
  background-color: white;
  overflow: hidden;
  height: 47px;
  border-radius: 0;
}

.styled-select select {
  height: 47px;
  border: 0;
  outline: 0;
  width: 100%;
  border: 0;
  line-height: 1.5;
  padding-bottom: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  appearance: none;
  background: transparent url("/assets/img/select-down.png") no-repeat scroll 100% 0px;
  background-size: auto 100%;
}

.styled-select {
  background-color: #EFF3F7;
}

.form-field {
  margin-bottom: 20px;
  padding-right: 10px;
  width: 100%;
}
.form-field p {
  margin-top: 0;
}

.square-forms input, .square-forms textarea, .square-forms select {
  border-radius: 0;
  width: 100%;
}

.form-field.half {
  width: 50%;
  float: left;
}

/* REQUIRED FIELD STYLES */
.required::-webkit-input-placeholder:after {
  content: ' *';
  color: red;
}

.required:-moz-placeholder:after {
  /* Firefox 18- */
  content: ' *';
  color: red;
}

.required::-moz-placeholder:after {
  /* Firefox 19+ */
  content: ' *';
  color: red;
}

.required:-ms-input-placeholder:after {
  content: ' *';
  color: red;
}

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #DDD;
  padding: 0.75em 0;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
dl {
  margin-bottom: 0.75em;
}
dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}
dl dd {
  margin: 0;
}

.btn, button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #A75781;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  outline: 0;
  margin-bottom: 1em;
}

button.fb, input.fb {
  padding: 0.83333em 40px;
  background-color: #3B5998;
  border: 2px solid #3B5998;
}
button.fb:hover, input.fb:hover {
  background-color: #2d4373;
  border-color: #2d4373;
  color: white;
}

.btn-blue, input.btn-blue {
  background: #04ACEA;
  border-color: #04ACEA;
}
.btn-blue:hover, input.btn-blue:hover {
  background-color: #0387b8;
  border-color: #0387b8;
  color: #ffffff;
}

.btn.more-info {
  background: #828A95;
  border: none;
  padding: 14px 40px;
}
.btn.more-info:hover {
  background: #5d646e;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

.advertisement {
  text-align: center;
  margin-top: 20px;
  padding: 0 20px;
}

.nav-socials {
  position: relative;
}
.nav-socials ul {
  position: absolute;
  top: 10px;
  right: 20px;
}
@media screen and (min-width: 53.75em) {
  .nav-socials ul {
    right: 80px;
  }
}
.nav-socials label {
  position: absolute;
  top: 8px;
  right: 120px;
}
.nav-socials label:hover div {
  background-color: #753d5a;
}
.nav-socials label div {
  background-color: black;
  padding: 3px 20px;
  display: inline-block;
  color: white;
  border-radius: 1px;
  transition: all 0.2s;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 53.75em) {
  .nav-socials label {
    right: 180px;
  }
}
.nav-socials li {
  display: inline;
  margin: 0 7px;
}
.nav-socials li:last-child {
  margin-right: 0;
}
.nav-socials li a {
  color: black;
  font-size: 1.2em;
  opacity: 0.7;
  -webkit-transition: opacity, 0.2s;
  -moz-transition: opacity, 0.2s;
  transition: opacity, 0.2s;
}
.nav-socials li a:hover {
  opacity: 1;
}

header.navigation {
  /*==========  SUBMENU  ==========*/
  color: white;
  clear: both;
}
header.navigation .navigation-wrapper {
  padding: 30px 20px 20px 20px;
}
header.navigation .navigation-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 53.75em) {
  header.navigation .navigation-wrapper {
    padding: 30px 80px 20px 80px;
  }
}
header.navigation a {
  color: black;
}
header.navigation .logo {
  margin-top: 20px;
  float: left;
}
header.navigation .logo .logo-text, header.navigation .logo img {
  display: inline-block;
  vertical-align: middle;
}
header.navigation .logo .logo-text {
  display: none;
}
@media screen and (min-width: 53.75em) {
  header.navigation .logo .logo-text {
    display: inline-block;
    margin-left: 20px;
  }
}
@media screen and (min-width: 30em) {
  header.navigation .logo {
    margin-top: 0;
  }
}
header.navigation .navigation-menu-button {
  float: right;
  margin-top: 25px;
}
header.navigation .nav {
  display: none;
  clear: right;
}
@media screen and (min-width: 700px) {
  header.navigation .nav {
    display: block;
    float: right;
  }
}
header.navigation .navigation-menu {
  padding-top: 25px;
}
header.navigation .navigation-menu li {
  font-size: 1em;
  text-transform: uppercase;
  text-align: right;
}
header.navigation .navigation-menu li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 700px) {
  header.navigation .navigation-menu li {
    display: inline-block;
    margin-right: 40px;
    text-align: left;
  }
}
header.navigation .navigation-menu-button {
  display: block;
}
@media screen and (min-width: 700px) {
  header.navigation .navigation-menu-button {
    display: none;
  }
}
header.navigation .submenu {
  display: block;
}
header.navigation .submenu .arrow_box {
  display: none;
}
@media screen and (min-width: 700px) {
  header.navigation .submenu .arrow_box {
    display: block;
    position: relative;
    border-bottom: 0;
  }
}
@media screen and (min-width: 700px) {
  header.navigation .submenu .arrow_box:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: white;
    border-width: 10px;
    margin-left: -10px;
  }
}
header.navigation .submenu li {
  display: block;
  background: white;
  width: 100%;
  transition: all 0.3s;
}
header.navigation .submenu li:hover {
  background: #A75781;
}
header.navigation .submenu li:hover a {
  color: white;
}
header.navigation .submenu li a {
  display: block;
  width: 100%;
}
header.navigation .submenu li a:after {
  content: " - ";
  margin-right: 10px;
}
@media screen and (min-width: 700px) {
  header.navigation .submenu li a {
    padding: 15px 5px;
  }
  header.navigation .submenu li a:after {
    content: "";
    margin: 0;
  }
}
@media screen and (min-width: 700px) {
  header.navigation .submenu li {
    border: 1px solid white;
    text-align: center;
  }
}
@media screen and (min-width: 700px) {
  header.navigation .submenu {
    position: absolute;
    left: 0;
    margin-left: -45px;
    display: none;
    padding-top: 10px;
    z-index: 9999;
    width: 180px;
  }
}
header.navigation .nav-link.more:hover {
  position: relative;
}
header.navigation .nav-link.more:hover .submenu {
  display: block;
}

.footer {
  padding: 1.5em;
  margin-top: 90px;
  color: white;
  background-color: #A75781;
}
.footer .footer-logos img {
  margin-right: 30px;
}
.footer a, .footer h4, .footer li, .footer .footer-menu {
  color: black;
}
.footer .divider {
  margin: 10px 0;
  background-color: black;
}
@media screen and (min-width: 40em) {
  .footer .footer-col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
  }
  .footer .footer-col:last-child {
    margin-right: 0;
  }
}
.footer .footer-menu {
  text-align: center;
}
@media screen and (min-width: 53.75em) {
  .footer .footer-menu {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  .footer .footer-menu:last-child {
    margin-right: 0;
  }
  .footer .footer-menu li {
    float: left;
  }
}
@media screen and (min-width: 40em) {
  .footer .bottom-footer .links {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    text-align: left;
  }
  .footer .bottom-footer .links li {
    margin-right: 10px;
  }
  .footer .bottom-footer .links:last-child {
    margin-right: 0;
  }
  .footer .bottom-footer .copy {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    text-align: left;
  }
  .footer .bottom-footer .copy:last-child {
    margin-right: 0;
  }
}
.footer .fb-like {
  margin-bottom: 15px;
}
.footer .nav-socials ul {
  position: static;
}
.footer .nav-socials li {
  margin: 0 5px;
}
.footer .nav-socials li a {
  margin: 0;
  display: inline-block;
  padding: 10px;
  line-height: 12px;
  color: black;
  background: white;
  border-radius: 20px;
}

.featured {
  margin-top: 10px;
  margin-bottom: 10px;
}
.featured img {
  display: block;
}
.featured .image {
  position: relative;
  display: block;
}
.featured .image:first-child {
  padding-right: 1px;
}
.featured .filter {
  position: absolute;
  background-color: rgba(12, 12, 12, 0.4);
  width: 100%;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.featured .info {
  position: absolute;
  bottom: 40px;
  left: 40px;
  font-weight: 700;
  color: white;
}
.featured .info h2 {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 900;
  max-width: 350px;
}
@media screen and (max-width: 40em) {
  .featured .info h2 {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 53.75em) {
  .featured {
    margin-top: 32px;
    margin-bottom: 50px;
  }
}

.shows {
  padding-bottom: 20px;
  padding-top: 40px;
}

.bg-lg .show {
  border: 2px solid #DDD;
}

.show {
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
.show .date .image {
  background: no-repeat center center;
  background-color: #A75781;
  background-size: 50%;
  padding-bottom: 250px;
}
@media screen and (min-width: 40em) {
  .show .date .image {
    background: no-repeat top center;
    padding-bottom: 380px;
  }
}
@media screen and (min-width: 53.75em) {
  .show .date .image {
    padding-bottom: 130px;
  }
}
.show .date .date-details {
  padding: 15px 20px;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
}
.show .date .date-details .time {
  margin-top: 3px;
}
@media screen and (min-width: 53.75em) {
  .show .date .date-details {
    text-align: left;
  }
}
@media screen and (min-width: 53.75em) {
  .show .date {
    width: 18%;
    text-align: left;
    border-bottom: 0;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    background: #CBD0D6;
  }
}
.show .details {
  text-align: center;
  padding-top: 0;
}
.show .details .title {
  font-size: 1.25em;
  font-weight: 600;
  margin-left: -5px;
}
.show .details .divider {
  display: none;
}
@media screen and (min-width: 53.75em) {
  .show .details .divider {
    margin: 10px 0;
    display: block;
  }
}
.show .details .with {
  margin-bottom: 0;
  font-size: 1.125em;
  font-weight: 700;
}
.show .details .location {
  margin-top: 0;
  font-style: italic;
  font-weight: 700;
}
@media screen and (min-width: 53.75em) {
  .show .details {
    padding: 20px;
    text-align: left;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
    margin-left: 17.05961%;
    padding: 40px;
    padding-bottom: 20px;
    min-height: 210px;
    color: #828A95;
  }
  .show .details:last-child {
    margin-right: 0;
  }
}
.show .purchase {
  text-align: center;
  padding-top: 0;
}
.show .purchase a {
  display: inline-block;
}
@media screen and (min-width: 53.75em) {
  .show .purchase {
    padding-top: 40px;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    text-align: right;
  }
  .show .purchase:last-child {
    margin-right: 0;
  }
}
.show::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 53.75em) {
  .show {
    display: block;
    margin: 0;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 0;
  }
  .show::after {
    clear: both;
    content: "";
    display: table;
  }
}

/* Effect 5: same word slide in */
.cl-effect-5 {
  overflow: hidden;
}

.cl-effect-5 a {
  overflow: hidden;
  padding: 0 4px;
  height: 1em;
}

.cl-effect-5 a span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.cl-effect-5 a span::before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}

.subscribe {
  padding: 0 40px;
  max-width: 550px;
  margin: 0 auto;
  margin-top: 90px;
}
.subscribe .subtitle {
  margin-bottom: 0;
}
.subscribe .form {
  position: relative;
  margin-top: 35px;
}
.subscribe .email {
  position: relative;
  width: 100%;
}
.subscribe .email input {
  height: 51px;
  padding: 0;
  position: relative;
  top: -2px;
  text-indent: 20px;
}
@media screen and (min-width: 40em) {
  .subscribe .email {
    display: inline-block;
    margin-right: 0;
  }
}
.subscribe .sign-up {
  position: absolute;
  top: 0;
  right: 0;
}
.subscribe .sign-up input {
  width: 100%;
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media screen and (min-width: 40em) {
  .subscribe .sign-up {
    display: inline-block;
  }
}

.share a {
  color: black;
  margin-right: 5px;
}

.breadcrumbs {
  min-height: 50px;
}
.breadcrumbs span {
  color: #A75781;
}

.page-header {
  text-transform: uppercase;
  margin-bottom: 40px;
  border-bottom: 2px solid #CBD0D6;
}
.page-header h1 {
  margin-top: 10px;
}
.page-header h2 {
  font-size: 1em;
  color: #CBD0D6;
}

.insta-bg {
  color: white;
  padding: 40px 0;
  text-align: center;
  background: #3B3B43;
}
.insta-bg .subtitle {
  margin-bottom: 0;
  color: white;
}
.insta-bg a {
  color: white;
  font-style: italic;
}

#instagram {
  text-align: right;
}
#instagram a {
  padding: 10px;
}
#instagram img {
  border: 5px solid white;
}
#instagram button {
  border-radius: 0;
  padding: 15px 17px;
  background: white;
  color: #3B3B43;
  border: 2px solid #3B3B43;
  margin: 10px 10px 0 20px;
}
#instagram button:hover {
  background: #3B3B43;
  color: white;
  border-color: white;
}

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

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

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

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

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

.modal label {
  cursor: pointer;
  margin-bottom: 0;
}
.modal label img {
  border-radius: 150px;
  display: block;
  max-width: 300px;
}
.modal .modal-state {
  display: none;
}
.modal .modal-trigger {
  padding: 0.8em 1em;
}
.modal .modal-fade-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  padding-top: 0.6em;
  text-align: left;
  transition: opacity 0.25s ease;
  visibility: hidden;
  z-index: 99999999999;
}
@media screen and (min-width: 53.75em) {
  .modal .modal-fade-screen {
    padding-top: 10em;
  }
}
.modal .modal-fade-screen .modal-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.modal .modal-close {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  height: 1.5em;
  width: 1.5em;
  background: white;
  cursor: pointer;
}
.modal .modal-close::after, .modal .modal-close::before {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 0;
  left: 50%;
  height: 1.5em;
  width: 0.15em;
  background: #DDD;
  content: "";
  display: block;
  margin: -3px 0 0 -1px;
  transform: rotate(45deg);
}
.modal .modal-close:hover::after, .modal .modal-close:hover::before {
  background: #c4c4c4;
}
.modal .modal-close::before {
  transform: rotate(-45deg);
}
.modal .modal-inner {
  background: white;
  border-radius: 1px;
  margin: auto;
  margin-top: 0;
  max-height: 95%;
  overflow: auto;
  padding: 2px 4px;
  position: relative;
  transition: opacity 0.25s ease;
  width: 95%;
  text-align: center;
}
@media screen and (min-width: 40em) {
  .modal .modal-inner {
    max-height: 90%;
    width: 60%;
  }
}
@media screen and (min-width: 53.75em) {
  .modal .modal-inner {
    width: 50%;
  }
}
.modal .modal-inner h1 {
  color: #51575F;
  text-align: left;
  text-transform: capitalize;
}
.modal .modal-inner p {
  color: #51575F;
  line-height: 1.5;
}
.modal .modal-inner .modal-intro {
  margin-top: 20px;
  padding-bottom: 20px;
}
.modal .modal-inner .modal-item {
  display: block;
  width: 100%;
  min-height: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
  margin-bottom: 5px;
  transition: all 0.2s;
}
.modal .modal-inner .modal-item:hover {
  color: #A75781;
}
.modal .modal-inner a.cta {
  color: white;
  display: inline-block;
  margin-right: 0.5em;
  margin-top: 1em;
}
.modal .modal-inner a.cta:last-child {
  padding: 0 2em;
}
.modal .modal-state:checked + .modal-fade-screen {
  opacity: 1;
  visibility: visible;
}
.modal .modal-state:checked + .modal-fade-screen .modal-inner {
  top: 0.5em;
}

.modal-open {
  overflow: hidden;
}

.artist-thumb {
  margin-bottom: 30px;
  min-height: 310px;
}
.artist-thumb a {
  height: 160px;
  width: 100%;
  display: inline-block;
}
.artist-thumb a .image {
  height: 100%;
  width: 100%;
  padding-bottom: 100%;
}
.artist-thumb h3 {
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 10px;
}

.get-involved {
  text-align: center;
}
.get-involved .subpage {
  background: #EFF3F7;
  padding: 40px;
  margin-bottom: 20px;
}
.get-involved h2 {
  margin-bottom: 1em;
}
@media screen and (min-width: 53.75em) {
  .get-involved h2 {
    margin: 0;
    display: inline-block;
  }
}
@media screen and (min-width: 53.75em) {
  .get-involved a {
    float: right;
  }
}
@media screen and (min-width: 53.75em) {
  .get-involved {
    text-align: left;
  }
}

.sign-up-title .subtitle-lg {
  text-align: left;
  margin-bottom: 20px;
}
.sign-up-title .divider {
  margin-bottom: 20px;
}

.show-single {
  padding: 0 20px;
}
.show-single .show-sidebar .title-image img {
  display: block;
}
.show-single .show-sidebar .date {
  padding: 20px 40px;
  font-weight: 600;
}
.show-single .show-sidebar .other-artists {
  display: none;
}
@media screen and (min-width: 40em) {
  .show-single .show-sidebar .other-artists {
    display: block;
    background: #EFF3F7;
    margin-top: 20px;
    padding: 20px 40px;
  }
  .show-single .show-sidebar .other-artists .subtitle {
    text-align: left;
    margin-bottom: 10px;
  }
  .show-single .show-sidebar .other-artists .divider {
    width: 100%;
  }
  .show-single .show-sidebar .other-artists .artist {
    display: block;
    margin-top: 40px;
  }
  .show-single .show-sidebar .other-artists .artist::after {
    clear: both;
    content: "";
    display: table;
  }
  .show-single .show-sidebar .other-artists .artist img {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  .show-single .show-sidebar .other-artists .artist img:last-child {
    margin-right: 0;
  }
  .show-single .show-sidebar .other-artists .artist h3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    padding-left: 10px;
  }
  .show-single .show-sidebar .other-artists .artist h3:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 40em) {
  .show-single .show-sidebar {
    width: 35%;
    float: left;
  }
}
.show-single .show-details .artists {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-bottom: 50px;
}
.show-single .show-details .artists li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 30.90859%;
}
.show-single .show-details .artists li:last-child {
  margin-right: 0;
}
.show-single .show-details .artists:last-child {
  margin-right: 0;
}
.show-single .show-details .subtitle {
  text-align: left;
  margin-bottom: 0;
  margin-top: 40px;
}
.show-single .show-details .divider {
  width: 100%;
  margin: 10px 0 30px 0;
}
.show-single .show-details .ticket-content .purchase {
  text-align: center;
}
@media screen and (min-width: 40em) {
  .show-single .show-details .ticket-content .left {
    float: left;
    max-width: 74%;
  }
  .show-single .show-details .ticket-content .purchase {
    float: right;
  }
  .show-single .show-details .ticket-content::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 40em) {
  .show-single .show-details {
    width: 65%;
    float: left;
    padding-left: 40px;
  }
}
.show-single .media {
  display: block;
}
.show-single .media::after {
  clear: both;
  content: "";
  display: table;
}
.show-single .media .media-item {
  text-align: center;
  margin-bottom: 20px;
}
.show-single .media .media-item img {
  max-width: 80%;
  display: inline-block;
}
.show-single .media .media-item .btn {
  margin-top: 20px;
}
@media screen and (min-width: 40em) {
  .show-single .media .media-item .btn {
    float: right;
    margin-top: 0;
  }
}
@media screen and (min-width: 40em) {
  .show-single .media .media-item {
    text-align: left;
  }
}
@media screen and (min-width: 40em) {
  .show-single {
    padding: 0;
    margin-bottom: 130px;
  }
}
.show-single .schedule h4 {
  display: inline-block;
  margin-right: 40px;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
  font-weight: 400;
}
@media screen and (min-width: 40em) {
  .show-single .schedule h4 {
    margin-right: 90px;
  }
}
.show-single .schedule li {
  position: relative;
  line-height: 60px;
}
.show-single .schedule li .time {
  margin-right: 5.1em;
  margin-left: 2em;
}
.show-single .schedule li .artist {
  position: absolute;
  left: 150px;
  font-weight: 700;
}
@media screen and (min-width: 40em) {
  .show-single .schedule li .artist {
    left: 200px;
  }
}
.show-single .schedule li:nth-child(odd) {
  background-color: #EFF3F7;
}

.contact .content {
  max-width: 700px;
}

.artist-single {
  margin-top: 40px;
}
.artist-single .sidebar {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}
.artist-single .sidebar .image {
  width: 100%;
}
.artist-single .sidebar .image img {
  width: 100%;
}
.artist-single .sidebar:last-child {
  margin-right: 0;
}
.artist-single .about {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}
.artist-single .about:last-child {
  margin-right: 0;
}

.artists-main {
  margin-bottom: 50px;
}
.artists-main li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 30.90859%;
}
.artists-main li:last-child {
  margin-right: 0;
}

.tickets .purchase {
  float: right;
  padding-left: 40px;
  padding-bottom: 40px;
}

body {
  background: #fff;
}

.content {
  font-weight: 600;
  color: #5E5D68;
}
.content a {
  color: #A75781;
}

.w700 {
  max-width: 700px;
}

.show-content h1, .show-content h2, .show-content h3, .show-content h4, .show-content h5, .show-content h6 {
  color: white;
}
.show-content p {
  margin-bottom: 5px;
  font-weight: 700;
}
@media screen and (min-width: 53.75em) {
  .show-content .inner {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-left: 25.58941%;
    padding-left: 20px;
  }
  .show-content .inner:last-child {
    margin-right: 0;
  }
  .show-content::after {
    clear: both;
    content: "";
    display: table;
  }
}

.background-image {
  background-repeat: no-repeat;
  background-size: cover;
}

.white {
  color: white;
}

.medium-gray {
  color: #CBD0D6;
}

.tb-blue {
  background-color: #04ACEA !important;
}

.uc {
  text-transform: uppercase;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

.d-ib {
  display: inline-block;
}

.form-field {
  display: inline-block;
}

.divider {
  width: 40px;
  height: 2px;
  background: #CBD0D6;
}
.divider.full {
  width: 100%;
}

/* GRID HELPERS */
.wrap {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.wrap::after {
  clear: both;
  content: "";
  display: table;
}

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

.col-1 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 6.17215%;
}
.col-1:last-child {
  margin-right: 0;
}

.col-2 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
}
.col-2:last-child {
  margin-right: 0;
}

.col-3 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
.col-3:last-child {
  margin-right: 0;
}

.col-4 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}
.col-4:last-child {
  margin-right: 0;
}

.col-5 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
}
.col-5:last-child {
  margin-right: 0;
}

.col-6 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
.col-6:last-child {
  margin-right: 0;
}

.col-7 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%;
}
.col-7:last-child {
  margin-right: 0;
}

.col-8 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}
.col-8:last-child {
  margin-right: 0;
}

.col-9 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
}
.col-9:last-child {
  margin-right: 0;
}

.col-10 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
}
.col-10:last-child {
  margin-right: 0;
}

.col-11 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 91.4702%;
}
.col-11:last-child {
  margin-right: 0;
}

.col-12 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
.col-12:last-child {
  margin-right: 0;
}

@media screen and (min-width: 40em) {
  .one-half {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .one-half:last-child {
    margin-right: 0;
  }
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

/* PADDING HELPERS */
.p1 {
  padding: 1em;
}

.p2 {
  padding: 2em;
}

.p3 {
  padding: 3em;
}

.pt1 {
  padding-top: 1em;
}

.pt2 {
  padding-top: 2em;
}

.pt3 {
  padding-top: 3em;
}

.pb1 {
  padding-bottom: 1em;
}

.pb2 {
  padding-bottom: 2em;
}

.pb3 {
  padding-bottom: 3em;
}

.pl1 {
  padding-left: 1em;
}

.pl2 {
  padding-left: 2em;
}

.pl3 {
  padding-left: 3em;
}

/* PADDING HELPERS */
.m1 {
  margin: 1em;
}

.m2 {
  margin: 2em;
}

.m3 {
  margin: 3em;
}

.mt0 {
  margin-top: 0;
}

.mt1 {
  margin-top: 1em;
}

.mt2 {
  margin-top: 2em;
}

.mt3 {
  margin-top: 3em;
}

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb3 {
  margin-bottom: 3em;
}

.ml1 {
  margin-left: 1em;
}

.ml2 {
  margin-left: 2em;
}

.p40 {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 30px;
}

.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

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