/*
	Kube. CSS & JS Framework
	Version 6.5.2
	Updated: February 2, 2017

	http://imperavi.com/kube/

	Copyright (c) 2009-2017, Imperavi LLC.
	License: MIT
*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-overflow-scrolling: touch; }

img,
video,
audio {
  max-width: 100%; }

img,
video {
  height: auto; }

svg {
  max-height: 100%; }

iframe {
  border: none; }

::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="radio"],
input[type="checkbox"] {
  vertical-align: middle;
  position: relative;
  bottom: 0.15rem;
  font-size: 115%;
  margin-right: 3px; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.black {
  color: #0d0d0e; }

.inverted {
  color: #fff; }

.error {
  color: #b82116; }

.success {
  color: #5ce065; }

.warning {
  color: #fee761; }

.focus {
  color: #4fd4cc; }

.aluminum {
  color: #f8f8f8; }

.silver {
  color: #e0e1e1; }

.lightgray {
  color: #d4d4d4; }

.gray {
  color: #bdbdbd; }

.midgray {
  color: #676b72; }

.darkgray {
  color: #313439; }

.bg-black {
  background-color: #0d0d0e; }

.bg-inverted {
  background-color: #fff; }

.bg-error {
  background-color: #b82116; }

.bg-success {
  background-color: #5ce065; }

.bg-warning {
  background-color: #fee761; }

.bg-focus {
  background-color: #4fd4cc; }

.bg-aluminum {
  background-color: #f8f8f8; }

.bg-silver {
  background-color: #e0e1e1; }

.bg-lightgray {
  background-color: #d4d4d4; }

.bg-gray {
  background-color: #bdbdbd; }

.bg-midgray {
  background-color: #676b72; }

.bg-darkgray {
  background-color: #313439; }

.bg-highlight {
  background-color: #fee761; }

html,
body {
  font-size: 13px;
  line-height: 27px; }

body {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, sans-serif;
  color: #231f20;
  background-color: transparent; }

a {
  color: #2467ee; }

a:hover {
  color: #051a43; }

h1.title, h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  color: #231f20;
  text-rendering: optimizeLegibility;
  margin-bottom: 13px; }

h1.title {
  font-size: 60px;
  line-height: 64px;
  margin-bottom: 6.5px; }

h1,
.h1 {
  font-size: 48px;
  line-height: 52px; }

h2,
.h2 {
  font-size: 32px;
  line-height: 40px; }

h3,
.h3 {
  font-size: 24px;
  line-height: 32px; }

h4,
.h4 {
  font-size: 21px;
  line-height: 32px; }

h5,
.h5 {
  font-size: 18px;
  line-height: 28px; }

h6,
.h6 {
  font-size: 16px;
  line-height: 24px; }

h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a {
  color: inherit; }

p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
dl + h2,
dl + h3,
dl + h4,
dl + h5,
dl + h6,
blockquote + h2,
blockquote + h3,
blockquote + h4,
blockquote + h5,
blockquote + h6,
hr + h2,
hr + h3,
hr + h4,
hr + h5,
hr + h6,
pre + h2,
pre + h3,
pre + h4,
pre + h5,
pre + h6,
table + h2,
table + h3,
table + h4,
table + h5,
table + h6,
form + h2,
form + h3,
form + h4,
form + h5,
form + h6,
figure + h2,
figure + h3,
figure + h4,
figure + h5,
figure + h6 {
  margin-top: 27px; }

ul, ul ul, ul ol,
ol,
ol ul,
ol ol {
  margin: 0 0 0 27px; }

ol ol li {
  list-style-type: lower-alpha; }

ol ol ol li {
  list-style-type: lower-roman; }

nav ul, nav ol {
  margin: 0;
  list-style: none; }
  nav ul ul, nav ul ol, nav ol ul, nav ol ol {
    margin-left: 27px; }

dl dt {
  font-weight: bold; }

dd {
  margin-left: 27px; }

p, blockquote, hr, pre, ol, ul, dl, table, fieldset, figure, address, form {
  margin-bottom: 13px; }

hr {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: -1px; }

blockquote {
  padding-left: 1rem;
  border-left: 4px solid rgba(0, 0, 0, 0.1);
  font-style: italic;
  color: rgba(35, 31, 32, 0.65); }
  blockquote p {
    margin-bottom: .5rem; }

time, cite, small, figcaption {
  font-size: 87.5%; }

cite {
  opacity: .6; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  cursor: help; }

var {
  font-size: 13px;
  opacity: .6;
  font-style: normal; }

mark, code, samp, kbd {
  position: relative;
  top: -1px;
  padding: 4px 4px 2px 4px;
  display: inline-block;
  line-height: 1;
  color: rgba(35, 31, 32, 0.85); }

code {
  background: #e0e1e1; }

mark {
  background: #fee761; }

samp {
  color: #fff;
  background: #4fd4cc; }

kbd {
  border: 1px solid rgba(0, 0, 0, 0.1); }

sub,
sup {
  font-size: x-small;
  line-height: 0;
  margin-left: 1rem/4;
  position: relative; }

sup {
  top: 0; }

sub {
  bottom: 1px; }

pre, code, samp, var, kbd {
  font-family: Consolas, Monaco, "Courier New", monospace; }

pre, code, samp, var, kbd, mark {
  font-size: 87.5%; }

pre,
pre code {
  background: #f8f8f8;
  padding: 0;
  top: 0;
  display: block;
  line-height: 20px;
  color: rgba(35, 31, 32, 0.85);
  overflow: none;
  white-space: pre-wrap; }

pre {
  padding: 1rem; }

figcaption {
  opacity: .6; }

figure figcaption {
  position: relative;
  top: -1rem/2; }

figure pre {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

figure .video-container, figure pre {
  margin-bottom: 6.5px; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

ul.unstyled {
  margin-left: 0; }
ul.unstyled, ul.unstyled ul {
  list-style: none; }

.monospace {
  font-family: Consolas, Monaco, "Courier New", monospace; }

.upper {
  text-transform: uppercase; }

.lower {
  text-transform: lowercase; }

.italic {
  font-style: italic !important; }

.strong {
  font-weight: bold !important; }

.normal {
  font-weight: normal !important; }

.muted {
  opacity: .55; }

a.muted {
  color: #0d0d0e; }

a.muted:hover {
  opacity: 1; }

.black {
  color: #0d0d0e; }

.smaller {
  font-size: 9px;
  line-height: 20px; }

.small {
  font-size: 11px;
  line-height: 20px; }

.big {
  font-size: 15px;
  line-height: 28px; }

.large {
  font-size: 17px;
  line-height: 32px; }

.end {
  margin-bottom: 0 !important; }

.highlight {
  background-color: #fee761; }

.nowrap,
.nowrap td {
  white-space: nowrap; }

@media (min-width: 900px) and (max-width: 900px) {
  .columns-2,
  .columns-3,
  .columns-4 {
    column-gap: 27px; }

  .columns-2 {
    column-count: 2; }

  .columns-3 {
    column-count: 3; }

  .columns-4 {
    column-count: 4; } }
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  @media (max-width: 900px) {
    .row {
      flex-direction: column;
      flex-wrap: nowrap; } }
  .row.gutters, .row.gutters > .row {
    margin-left: -2%; }
    @media (max-width: 900px) {
      .row.gutters, .row.gutters > .row {
        margin-left: 0; } }
    .row.gutters > .col, .row.gutters > .row > .col {
      margin-left: 2%; }
      @media (max-width: 900px) {
        .row.gutters > .col, .row.gutters > .row > .col {
          margin-left: 0; } }
  .row.around {
    justify-content: space-around; }
  .row.between {
    justify-content: space-between; }
  .row.auto .col {
    flex-grow: 1; }

.col-1 {
  width: 8.3333333333%; }

.offset-1 {
  margin-left: 8.3333333333%; }

.col-2 {
  width: 16.6666666667%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.col-3 {
  width: 25%; }

.offset-3 {
  margin-left: 25%; }

.col-4 {
  width: 33.3333333333%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.col-5 {
  width: 41.6666666667%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.col-6 {
  width: 50%; }

.offset-6 {
  margin-left: 50%; }

.col-7 {
  width: 58.3333333333%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.col-8 {
  width: 66.6666666667%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.col-9 {
  width: 75%; }

.offset-9 {
  margin-left: 75%; }

.col-10 {
  width: 83.3333333333%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.col-11 {
  width: 91.6666666667%; }

.offset-11 {
  margin-left: 91.6666666667%; }

.col-12 {
  width: 100%; }

.offset-12 {
  margin-left: 100%; }

.gutters > .col-1 {
  width: calc(8.3333333333% - 2%); }
.gutters > .offset-1 {
  margin-left: calc(8.3333333333% + 2%) !important; }
.gutters > .col-2 {
  width: calc(16.6666666667% - 2%); }
.gutters > .offset-2 {
  margin-left: calc(16.6666666667% + 2%) !important; }
.gutters > .col-3 {
  width: calc(25% - 2%); }
.gutters > .offset-3 {
  margin-left: calc(25% + 2%) !important; }
.gutters > .col-4 {
  width: calc(33.3333333333% - 2%); }
.gutters > .offset-4 {
  margin-left: calc(33.3333333333% + 2%) !important; }
.gutters > .col-5 {
  width: calc(41.6666666667% - 2%); }
.gutters > .offset-5 {
  margin-left: calc(41.6666666667% + 2%) !important; }
.gutters > .col-6 {
  width: calc(50% - 2%); }
.gutters > .offset-6 {
  margin-left: calc(50% + 2%) !important; }
.gutters > .col-7 {
  width: calc(58.3333333333% - 2%); }
.gutters > .offset-7 {
  margin-left: calc(58.3333333333% + 2%) !important; }
.gutters > .col-8 {
  width: calc(66.6666666667% - 2%); }
.gutters > .offset-8 {
  margin-left: calc(66.6666666667% + 2%) !important; }
.gutters > .col-9 {
  width: calc(75% - 2%); }
.gutters > .offset-9 {
  margin-left: calc(75% + 2%) !important; }
.gutters > .col-10 {
  width: calc(83.3333333333% - 2%); }
.gutters > .offset-10 {
  margin-left: calc(83.3333333333% + 2%) !important; }
.gutters > .col-11 {
  width: calc(91.6666666667% - 2%); }
.gutters > .offset-11 {
  margin-left: calc(91.6666666667% + 2%) !important; }
.gutters > .col-12 {
  width: calc(100% - 2%); }
.gutters > .offset-12 {
  margin-left: calc(100% + 2%) !important; }

@media (max-width: 900px) {
  [class^='offset-'],
  [class*=' offset-'] {
    margin-left: 0; } }

.first {
  order: -1; }

.last {
  order: 1; }

@media (max-width: 900px) {
  .row .col {
    margin-left: 0;
    width: 100%; }
  .row.gutters .col {
    margin-bottom: 13px; }

  .first-sm {
    order: -1; }

  .last-sm {
    order: 1; } }
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
  empty-cells: show;
  font-size: 12px;
  line-height: 24px; }

table caption {
  text-align: left;
  font-size: 11px;
  font-weight: 500;
  color: #676b72; }

th {
  text-align: left;
  font-weight: 700;
  vertical-align: bottom; }

td {
  vertical-align: top; }

tr.align-middle td,
td.align-middle {
  vertical-align: middle; }

th,
td {
  padding: 1rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  th:first-child,
  td:first-child {
    padding-left: 0; }
  th:last-child,
  td:last-child {
    padding-right: 0; }

tfoot th,
tfoot td {
  color: rgba(35, 31, 32, 0.5); }

table.bordered td, table.bordered th {
  border: 1px solid rgba(0, 0, 0, 0.05); }

table.striped tr:nth-child(odd) td {
  background: #f8f8f8; }

table.bordered td:first-child, table.bordered th:first-child,
table.striped td:first-child,
table.striped th:first-child {
  padding-left: 1rem; }
table.bordered td:last-child, table.bordered th:last-child,
table.striped td:last-child,
table.striped th:last-child {
  padding-right: 1rem; }

table.unstyled td, table.unstyled th {
  border: none;
  padding: 0; }

fieldset {
  font-family: inherit;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin-bottom: 2rem;
  margin-top: 2rem; }

legend {
  font-weight: bold;
  font-size: 9px;
  text-transform: uppercase;
  padding: 0 1rem;
  margin-left: -1rem;
  top: 2px;
  position: relative;
  line-height: 0; }

input,
textarea,
select {
  display: block;
  width: 100%;
  font-family: inherit;
  font-size: 15px;
  height: 40px;
  outline: none;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  box-shadow: none;
  padding: 0 12px; }

input.small,
textarea.small,
select.small {
  height: 36px;
  font-size: 13px;
  padding: 0 12px;
  border-radius: 3px; }

input.big,
textarea.big,
select.big {
  height: 48px;
  font-size: 17px;
  padding: 0 12px;
  border-radius: 3px; }

input:focus,
textarea:focus,
select:focus {
  outline: none;
  background-color: #fff;
  border-color: #4fd4cc;
  box-shadow: 0 0 1px #4fd4cc inset; }
input.error,
textarea.error,
select.error {
  background-color: rgba(184, 33, 22, 0.1);
  border: 1px solid #e74034; }
  input.error:focus,
  textarea.error:focus,
  select.error:focus {
    border-color: #b82116;
    box-shadow: 0 0 1px #b82116 inset; }
input.success,
textarea.success,
select.success {
  background-color: rgba(92, 224, 101, 0.1);
  border: 1px solid #9ceca2; }
  input.success:focus,
  textarea.success:focus,
  select.success:focus {
    border-color: #5ce065;
    box-shadow: 0 0 1px #5ce065 inset; }
input:disabled, input.disabled,
textarea:disabled,
textarea.disabled,
select:disabled,
select.disabled {
  resize: none;
  opacity: 0.6;
  cursor: default;
  font-style: italic;
  color: rgba(0, 0, 0, 0.5); }

select {
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="12" viewBox="0 0 9 12"><path fill="#5e6c75" d="M0.722,4.823L-0.01,4.1,4.134-.01,4.866,0.716Zm7.555,0L9.01,4.1,4.866-.01l-0.732.726ZM0.722,7.177L-0.01,7.9,4.134,12.01l0.732-.726Zm7.555,0L9.01,7.9,4.866,12.01l-0.732-.726Z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 1rem center; }

select[multiple] {
  background-image: none;
  height: auto;
  padding: .5rem .75rem; }

textarea {
  height: auto;
  padding: 8px 12px;
  line-height: 27px;
  vertical-align: top; }

input[type="file"] {
  width: auto;
  border: none;
  padding: 0;
  height: auto;
  background: none;
  box-shadow: none;
  display: inline-block; }

input[type="search"],
input.search {
  background-repeat: no-repeat;
  background-position: 8px 53%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="#000" fill-opacity="0.4" d="M14.891,14.39l-0.5.5a0.355,0.355,0,0,1-.5,0L9.526,10.529a5.3,5.3,0,1,1,2.106-4.212,5.268,5.268,0,0,1-1.1,3.21l4.362,4.362A0.354,0.354,0,0,1,14.891,14.39ZM6.316,2.418a3.9,3.9,0,1,0,3.9,3.9A3.9,3.9,0,0,0,6.316,2.418Z"/></svg>');
  padding-left: 32px; }

input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0; }

label {
  display: block;
  color: #313439;
  margin-bottom: 4px;
  font-size: 12px; }
  label.checkbox, label .desc, label .success, label .error {
    text-transform: none;
    font-weight: normal; }
  label.checkbox {
    font-size: 13px;
    line-height: 27px;
    cursor: pointer;
    color: inherit; }
    label.checkbox input {
      margin-top: 0; }

.form-checkboxes label.checkbox {
  display: inline-block;
  margin-right: 16px; }

.req {
  position: relative;
  top: 1px;
  font-weight: bold;
  color: #b82116;
  font-size: 110%; }

.desc {
  color: rgba(35, 31, 32, 0.5);
  font-size: 9px;
  line-height: 20px; }

span.desc {
  margin-left: 4px; }

div.desc {
  margin-top: 4px;
  margin-bottom: -8px; }

.form-buttons button, .form-buttons .button {
  margin-right: 8px; }

form,
.form-item {
  margin-bottom: 2rem; }

.form > .form-item:last-child {
  margin-bottom: 0; }
.form .row:last-child .form-item {
  margin-bottom: 0; }
.form span.success, .form span.error {
  font-size: 9px;
  line-height: 20px;
  margin-left: 4px; }

.form-inline input, .form-inline textarea, .form-inline select {
  display: inline-block;
  width: auto; }

.append,
.prepend {
  display: flex; }
  .append input,
  .prepend input {
    flex: 1; }
  .append .button, .append span,
  .prepend .button,
  .prepend span {
    flex-shrink: 0; }
  .append span,
  .prepend span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: normal;
    border: 1px solid #d4d4d4;
    background-color: #f8f8f8;
    padding: 0 .875rem;
    color: rgba(0, 0, 0, 0.5);
    font-size: 9px;
    white-space: nowrap; }

.prepend input {
  border-radius: 0 3px 3px 0; }
.prepend .button {
  margin-right: -1px;
  border-radius: 3px 0 0 3px !important; }
.prepend span {
  border-right: none;
  border-radius: 3px 0 0 3px; }

.append input {
  border-radius: 3px 0 0 3px; }
.append .button {
  margin-left: -1px;
  border-radius: 0 3px 3px 0 !important; }
.append span {
  border-left: none;
  border-radius: 0 3px 3px 0; }

button,
.button {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  color: #fff;
  background-color: #fc5d56;
  border-radius: 0;
  min-height: 43px;
  padding: 10px 20px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  border: 1px solid transparent;
  vertical-align: middle;
  -webkit-appearance: none; }
  button i,
  .button i {
    position: relative;
    top: 1px;
    margin: 0 2px; }

input[type="submit"] {
  width: auto; }

button:hover,
.button:hover {
  outline: none;
  text-decoration: none;
  color: #fff;
  background-color: #fd8d88; }

.button:disabled,
.button.disabled {
  cursor: default;
  font-style: normal;
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(252, 93, 86, 0.7); }

.button.small {
  font-size: 13px;
  min-height: 36px;
  padding: 6px 20px;
  border-radius: 0; }

.button.big {
  font-size: 17px;
  min-height: 48px;
  padding: 13px 24px;
  border-radius: 0; }

.button.large {
  font-size: 19px;
  min-height: 56px;
  padding: 20px 36px;
  border-radius: 0; }

.button.outline {
  background: none;
  border-width: 2px;
  border-color: #fc5d56;
  color: #fc5d56; }
  .button.outline:hover {
    background: none;
    color: rgba(252, 93, 86, 0.6);
    border-color: rgba(252, 93, 86, 0.5); }
  .button.outline:disabled, .button.outline.disabled {
    background: none;
    color: rgba(252, 93, 86, 0.7);
    border-color: rgba(252, 93, 86, 0.5); }

.button.inverted {
  color: #000;
  background-color: #fff; }
  .button.inverted:hover {
    color: #000;
    background-color: white; }
  .button.inverted:disabled, .button.inverted.disabled {
    color: rgba(0, 0, 0, 0.7);
    background-color: rgba(255, 255, 255, 0.7); }
  .button.inverted.outline {
    background: none;
    color: #fff;
    border-color: #fff; }
    .button.inverted.outline:hover {
      color: rgba(255, 255, 255, 0.6);
      border-color: rgba(255, 255, 255, 0.5); }
    .button.inverted.outline:disabled, .button.inverted.outline.disabled {
      background: none;
      color: rgba(255, 255, 255, 0.7);
      border-color: rgba(255, 255, 255, 0.5); }
  .button.inverted:hover {
    opacity: .7; }

.button.round {
  border-radius: 56px; }

.button.raised {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }

.button.upper {
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 13px; }
  .button.upper.small {
    font-size: 11px; }
  .button.upper.big {
    font-size: 13px; }
  .button.upper.large {
    font-size: 15px; }

.button.secondary {
  color: #ee3124;
  background-color: #fff; }
  .button.secondary:hover {
    color: #ee3124;
    background-color: white; }
  .button.secondary:disabled, .button.secondary.disabled {
    color: rgba(238, 49, 36, 0.7);
    background-color: rgba(255, 255, 255, 0.7); }
  .button.secondary.outline {
    background: none;
    color: #fff;
    border-color: #fff; }
    .button.secondary.outline:hover {
      color: rgba(255, 255, 255, 0.6);
      border-color: rgba(255, 255, 255, 0.5); }
    .button.secondary.outline:disabled, .button.secondary.outline.disabled {
      background: none;
      color: rgba(255, 255, 255, 0.7);
      border-color: rgba(255, 255, 255, 0.5); }

.label {
  display: inline-block;
  font-size: 13px;
  background: #e0e1e1;
  line-height: 18px;
  padding: 0 10px;
  font-weight: 500;
  color: #231f20;
  border: 1px solid transparent;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 4px; }
  .label a, .label a:hover {
    color: inherit;
    text-decoration: none; }

.label.big {
  font-size: 11px;
  line-height: 24px;
  padding: 0 12px; }

.label.upper {
  text-transform: uppercase;
  font-size: 11px; }

.label.outline {
  background: none;
  border-color: #bdbdbd; }

.label.badge {
  text-align: center;
  border-radius: 64px;
  padding: 0 6px; }
  .label.badge.big {
    padding: 0 8px; }

.label.tag {
  padding: 0;
  background: none;
  border: none;
  text-transform: uppercase;
  font-size: 8px; }
  .label.tag.big {
    font-size: 10px; }

.label.success {
  background: #5ce065;
  color: #fff; }
  .label.success.tag, .label.success.outline {
    background: none;
    border-color: #5ce065;
    color: #5ce065; }

.label.error {
  background: #b82116;
  color: #fff; }
  .label.error.tag, .label.error.outline {
    background: none;
    border-color: #b82116;
    color: #b82116; }

.label.warning {
  background: #fee761;
  color: #0d0d0e; }
  .label.warning.tag, .label.warning.outline {
    background: none;
    border-color: #fee761;
    color: #fee761; }

.label.focus {
  background: #4fd4cc;
  color: #fff; }
  .label.focus.tag, .label.focus.outline {
    background: none;
    border-color: #4fd4cc;
    color: #4fd4cc; }

.label.black {
  background: #0d0d0e;
  color: #fff; }
  .label.black.tag, .label.black.outline {
    background: none;
    border-color: #0d0d0e;
    color: #0d0d0e; }

.label.inverted {
  background: #fff;
  color: #0d0d0e; }
  .label.inverted.tag, .label.inverted.outline {
    background: none;
    border-color: #fff;
    color: #fff; }

.breadcrumbs {
  font-size: 11px;
  margin-bottom: 27px; }
  .breadcrumbs ul {
    display: flex;
    align-items: center; }
  .breadcrumbs.push-center ul {
    justify-content: center; }
  .breadcrumbs span, .breadcrumbs a {
    font-style: normal;
    padding: 0 10px;
    display: inline-block;
    white-space: nowrap; }
  .breadcrumbs li:after {
    display: inline-block;
    content: '/';
    color: rgba(0, 0, 0, 0.3); }
  .breadcrumbs li:last-child:after {
    display: none; }
  .breadcrumbs li:first-child span, .breadcrumbs li:first-child a {
    padding-left: 0; }
  .breadcrumbs li.active a {
    color: #231f20;
    text-decoration: none;
    cursor: text; }

.pagination {
  margin: 27px 0;
  font-size: 11px; }
  .pagination ul {
    display: flex;
    margin: 0; }
  .pagination.align-center ul {
    justify-content: center; }
  .pagination span, .pagination a {
    border-radius: 3px;
    display: inline-block;
    padding: 8px 12px;
    line-height: 1;
    white-space: nowrap;
    border: 1px solid transparent; }
  .pagination a {
    text-decoration: none;
    color: #231f20; }
    .pagination a:hover {
      color: rgba(0, 0, 0, 0.5);
      border-color: #e0e1e1; }
  .pagination span, .pagination li.active a {
    color: rgba(0, 0, 0, 0.5);
    border-color: #e0e1e1;
    cursor: text; }
  .pagination.upper {
    font-size: 9px; }

.pager span {
  line-height: 27px; }
.pager span, .pager a {
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 64px;
  border-color: rgba(0, 0, 0, 0.1); }
.pager li {
  flex-basis: 50%; }
.pager li.next {
  text-align: right; }
.pager.align-center li {
  flex-basis: auto;
  margin-left: 4px;
  margin-right: 4px; }
.pager.flat span, .pager.flat a {
  border: none;
  display: block;
  padding: 0; }
.pager.flat a {
  font-weight: bold; }
  .pager.flat a:hover {
    background: none;
    text-decoration: underline; }

@media (max-width: 900px) {
  .pager.flat ul {
    flex-direction: column; }
  .pager.flat li {
    flex-basis: 100%;
    margin-bottom: 8px;
    text-align: left; } }
@font-face {
  font-family: 'Kube';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfgAAAC8AAAAYGNtYXAXVtKOAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZsMn2SAAAAF4AAADeGhlYWQMP9EUAAAE8AAAADZoaGVhB8IDzQAABSgAAAAkaG10eCYABd4AAAVMAAAAMGxvY2EFWASuAAAFfAAAABptYXhwABcAmwAABZgAAAAgbmFtZfMJxocAAAW4AAABYnBvc3QAAwAAAAAHHAAAACAAAwPHAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qf//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAAKAAAAAAQAA8AADwAUACQANABEAFYAaAB4AIgAmAAAEyIGFREUFjMhMjY1ETQmIwUhESEREzgBMSIGFRQWMzI2NTQmIzM4ATEiBhUUFjMyNjU0JiMzOAExIgYVFBYzMjY1NCYjATIWHQEUBiMiJj0BNDYzOAExITIWHQEUBiMiJj0BNDYzOAExATgBMSIGFRQWMzI2NTQmIzM4ATEiBhUUFjMyNjU0JiMzOAExIgYVFBYzMjY1NCYjwFBwcFACgFBwcFD9IQM+/MKrHioqHh4qKh70HioqHh4qKh70HisrHh0rKh7+MBQdHRQUHBwUAbgUHBwUFB0dFP4wHioqHh4qKh70HioqHh4qKh70HisrHh0rKh4DYHBQ/iBQcHBQAeBQcF/9XwKh/n8qHh4qKh4eKioeHioqHh4qKh4eKioeHioCQBwVjhUcHBWOFRwcFY4VHBwVjhUc/rAqHh4qKh4eKioeHioqHh4qKh4eKioeHioAAAABAQAAwAMAAcAACwAAAQcXBycHJzcnNxc3AwDMAjMDAzMCzDTMzAGVqAIrAgIrAqgrqKgAAQGAAEACgAJAAAsAACUnByc3JzcXNxcHFwJVqAIrAgIrAqgrqKhAzAIzAwMzAsw0zMwAAAEBgABAAoACQAALAAABFzcXBxcHJwcnNycBq6gCKwICKwKoK6ioAkDMAjMDAzMCzDTMzAABAQAAwAMAAcAACwAAJTcnNxc3FwcXBycHAQDMAjMDAzMCzDTMzOuoAisCAisCqCuoqAAAAgAP/+UD1AOqAAQACAAAEwEHATcFAScBSwOJPPx3PAOJ/Hc8A4kDqvx3PAOJPDz8dzwDiQAAAAADAIAAgAOAAwAAAwAHAAsAADc1IRUBIRUhESEVIYADAP0AAwD9AAMA/QCAgIABgIABgIAAAgBPAA8DsgNxABgALQAAJQcBDgEjIi4CNTQ+AjMyHgIVFAYHAQEiDgIVFB4CMzI+AjU0LgIjA7JY/t4lWTBBc1YxMVZzQUFzVTIcGQEi/dgxVkAlJUBWMTFWQCUlQFYxZ1gBIRkcMlVzQUFzVjExVnNBMFkm/uACuyVAVjExVkAlJUBWMTFWQCUAAAABAAAAAQAABhlWm18PPPUACwQAAAAAANSQRjkAAAAA1JBGOQAA/+UEAAPAAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAQAAAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAAAAEAAEABAABgAQAAYAEAAEABAAADwQAAIAEAABPAAAAAAAKABQAHgDYAPIBDAEmAUABXAF2AbwAAAABAAAADACZAAoAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEABAAAAAEAAAAAAAIABwBFAAEAAAAAAAMABAAtAAEAAAAAAAQABABaAAEAAAAAAAUACwAMAAEAAAAAAAYABAA5AAEAAAAAAAoAGgBmAAMAAQQJAAEACAAEAAMAAQQJAAIADgBMAAMAAQQJAAMACAAxAAMAAQQJAAQACABeAAMAAQQJAAUAFgAXAAMAAQQJAAYACAA9AAMAAQQJAAoANACAS3ViZQBLAHUAYgBlVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwS3ViZQBLAHUAYgBlS3ViZQBLAHUAYgBlUmVndWxhcgBSAGUAZwB1AGwAYQByS3ViZQBLAHUAYgBlRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: normal;
  font-style: normal; }
[class^="kube-"], [class*=" kube-"], .close, .caret {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Kube' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.kube-calendar:before {
  content: "\e900"; }

.caret.down:before,
.kube-caret-down:before {
  content: "\e901"; }

.caret.left:before,
.kube-caret-left:before {
  content: "\e902"; }

.caret.right:before,
.kube-caret-right:before {
  content: "\e903"; }

.caret.up:before,
.kube-caret-up:before {
  content: "\e904"; }

.close:before,
.kube-close:before {
  content: "\e905"; }

.kube-menu:before {
  content: "\e906"; }

.kube-search:before {
  content: "\e907"; }

.gutters .column.push-left,
.push-left {
  margin-right: auto; }

.gutters .column.push-right,
.push-right {
  margin-left: auto; }

.gutters .column.push-center,
.push-center {
  margin-left: auto;
  margin-right: auto; }

.gutters .column.push-middle,
.push-middle {
  margin-top: auto;
  margin-bottom: auto; }

.push-bottom {
  margin-top: auto; }

@media (max-width: 900px) {
  .gutters .column.push-left-sm,
  .push-left-sm {
    margin-left: 0; }

  .gutters .column.push-center-sm,
  .push-center-sm {
    margin-left: auto;
    margin-right: auto; }

  .push-top-sm {
    margin-top: 0; } }
.align-middle {
  align-items: center; }

.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

@media (max-width: 900px) {
  .align-left-sm {
    justify-content: flex-start; } }
.float-right {
  float: right; }

.float-left {
  float: left; }

@media (max-width: 900px) {
  .float-right {
    float: none; }

  .float-left {
    float: none; } }
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%; }

.w5 {
  width: 5%; }

.w10 {
  width: 10%; }

.w15 {
  width: 15%; }

.w20 {
  width: 20%; }

.w25 {
  width: 25%; }

.w30 {
  width: 30%; }

.w35 {
  width: 35%; }

.w40 {
  width: 40%; }

.w45 {
  width: 45%; }

.w50 {
  width: 50%; }

.w55 {
  width: 55%; }

.w60 {
  width: 60%; }

.w65 {
  width: 65%; }

.w70 {
  width: 70%; }

.w75 {
  width: 75%; }

.w80 {
  width: 80%; }

.w85 {
  width: 85%; }

.w90 {
  width: 90%; }

.w95 {
  width: 95%; }

.w100 {
  width: 100%; }

.w-auto {
  width: auto; }

.w-small {
  width: 480px; }

.w-medium {
  width: 600px; }

.w-big {
  width: 740px; }

.w-large {
  width: 840px; }

@media (max-width: 900px) {
  .w-auto-sm {
    width: auto; }

  .w100-sm,
  .w-small,
  .w-medium,
  .w-big,
  .w-large {
    width: 100%; } }
.max-w5 {
  max-width: 5%; }

.max-w10 {
  max-width: 10%; }

.max-w15 {
  max-width: 15%; }

.max-w20 {
  max-width: 20%; }

.max-w25 {
  max-width: 25%; }

.max-w30 {
  max-width: 30%; }

.max-w35 {
  max-width: 35%; }

.max-w40 {
  max-width: 40%; }

.max-w45 {
  max-width: 45%; }

.max-w50 {
  max-width: 50%; }

.max-w55 {
  max-width: 55%; }

.max-w60 {
  max-width: 60%; }

.max-w65 {
  max-width: 65%; }

.max-w70 {
  max-width: 70%; }

.max-w75 {
  max-width: 75%; }

.max-w80 {
  max-width: 80%; }

.max-w85 {
  max-width: 85%; }

.max-w90 {
  max-width: 90%; }

.max-w95 {
  max-width: 95%; }

.max-w100 {
  max-width: 100%; }

.max-w-small {
  max-width: 480px; }

.max-w-medium {
  max-width: 600px; }

.max-w-big {
  max-width: 740px; }

.max-w-large {
  max-width: 840px; }

@media (max-width: 900px) {
  .max-w-auto-sm,
  .max-w-small,
  .max-w-medium,
  .max-w-big,
  .max-w-large {
    max-width: auto; } }
.min-w5 {
  min-width: 5%; }

.min-w10 {
  min-width: 10%; }

.min-w15 {
  min-width: 15%; }

.min-w20 {
  min-width: 20%; }

.min-w25 {
  min-width: 25%; }

.min-w30 {
  min-width: 30%; }

.min-w35 {
  min-width: 35%; }

.min-w40 {
  min-width: 40%; }

.min-w45 {
  min-width: 45%; }

.min-w50 {
  min-width: 50%; }

.min-w55 {
  min-width: 55%; }

.min-w60 {
  min-width: 60%; }

.min-w65 {
  min-width: 65%; }

.min-w70 {
  min-width: 70%; }

.min-w75 {
  min-width: 75%; }

.min-w80 {
  min-width: 80%; }

.min-w85 {
  min-width: 85%; }

.min-w90 {
  min-width: 90%; }

.min-w95 {
  min-width: 95%; }

.min-w100 {
  min-width: 100%; }

.h25 {
  height: 25%; }

.h50 {
  height: 50%; }

.h100 {
  height: 100%; }

.group:after {
  content: '';
  display: table;
  clear: both; }

.flex {
  display: flex; }

@media (max-width: 900px) {
  .flex-column-sm {
    flex-direction: column; }

  .flex-w100-sm {
    flex: 0 0 100%; } }
  @media (max-width: 900px) and (max-width: 900px) {
    .flex-w100-sm {
      flex: 0 0 100% !important; } }

.invisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

.display-block {
  display: block; }

.hide {
  display: none !important; }

@media (max-width: 900px) {
  .hide-sm {
    display: none !important; } }
@media (min-width: 900px) {
  .show-sm {
    display: none !important; } }
@media print {
  .hide-print {
    display: none !important; }

  .show-print {
    display: block !important; } }
.no-scroll {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important; }

.scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.video-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 13px; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

.close {
  display: inline-block;
  min-height: 16px;
  min-width: 16px;
  line-height: 16px;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  opacity: .6; }
  .close:hover {
    opacity: 1; }
  .close.small {
    font-size: 8px; }
  .close.big {
    font-size: 18px; }
  .close.white {
    color: #fff; }

.caret {
  display: inline-block; }

.button .caret {
  margin-right: -8px; }

.overlay {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.95); }
  .overlay > .close {
    position: fixed;
    top: 1rem;
    right: 1rem; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  h2, h3, h4 {
    page-break-after: avoid; }

  @page {
    margin: 0.5cm; } }
@keyframes slideUp {
  to {
    height: 0;
    padding-top: 0;
    padding-bottom: 0; } }
@keyframes slideDown {
  from {
    height: 0;
    padding-top: 0;
    padding-bottom: 0; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes flipIn {
  from {
    opacity: 0;
    transform: scaleY(0); }
  to {
    opacity: 1;
    transform: scaleY(1); } }
@keyframes flipOut {
  from {
    opacity: 1;
    transform: scaleY(1); }
  to {
    opacity: 0;
    transform: scaleY(0); } }
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }
@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.03, 1.03, 1.03); }
  to {
    transform: scale3d(1, 1, 1); } }
@keyframes shake {
  15% {
    transform: translateX(0.5rem); }
  30% {
    transform: translateX(-0.4rem); }
  45% {
    transform: translateX(0.3rem); }
  60% {
    transform: translateX(-0.2rem); }
  75% {
    transform: translateX(0.1rem); }
  90% {
    transform: translateX(0); }
  90% {
    transform: translateX(0); } }
.fadeIn {
  animation: fadeIn 250ms; }

.fadeOut {
  animation: fadeOut 250ms; }

.zoomIn {
  animation: zoomIn 200ms; }

.zoomOut {
  animation: zoomOut 500ms; }

.slideInRight {
  animation: slideInRight 500ms; }

.slideInLeft {
  animation: slideInLeft 500ms; }

.slideInDown {
  animation: slideInDown 500ms; }

.slideOutLeft {
  animation: slideOutLeft 500ms; }

.slideOutRight {
  animation: slideOutRight 500ms; }

.slideOutUp {
  animation: slideOutUp 500ms; }

.slideUp {
  overflow: hidden;
  animation: slideUp 200ms ease-in-out; }

.slideDown {
  overflow: hidden;
  animation: slideDown 80ms ease-in-out; }

.flipIn {
  animation: flipIn 250ms cubic-bezier(0.5, -0.5, 0.5, 1.5); }

.flipOut {
  animation: flipOut 500ms cubic-bezier(0.5, -0.5, 0.5, 1.5); }

.rotate {
  animation: rotate 500ms; }

.pulse {
  animation: pulse 250ms 2; }

.shake {
  animation: shake 500ms; }

.dropdown {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  width: 280px;
  color: #000;
  font-size: 12px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  max-height: 300px;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .dropdown.dropdown-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-height: none;
    border: none; }
  .dropdown .close {
    margin: 20px auto; }
  .dropdown.open {
    overflow: auto; }
  .dropdown ul {
    list-style: none;
    margin: 0; }
    .dropdown ul li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
      .dropdown ul li:last-child {
        border-bottom: none; }
    .dropdown ul a {
      display: block;
      padding: 12px;
      text-decoration: none;
      color: #000; }
      .dropdown ul a:hover {
        background: rgba(0, 0, 0, 0.05); }

.message {
  font-family: Consolas, Monaco, "Courier New", monospace;
  font-size: 11px;
  line-height: 20px;
  background: #e0e1e1;
  color: #231f20;
  padding: 1rem;
  padding-right: 2.5em;
  padding-bottom: .75rem;
  margin-bottom: 27px;
  position: relative; }
  .message a {
    color: inherit; }
  .message h2, .message h3, .message h4, .message h5, .message h6 {
    margin-bottom: 0; }
  .message .close {
    position: absolute;
    right: 1rem;
    top: 1.1rem; }

.message.error {
  background: #b82116;
  color: #fff; }

.message.success {
  background: #5ce065;
  color: #fff; }

.message.warning {
  background: #fee761; }

.message.focus {
  background: #4fd4cc;
  color: #fff; }

.message.black {
  background: #0d0d0e;
  color: #fff; }

.message.inverted {
  background: #fff; }

.modal-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 200; }

.modal {
  position: relative;
  margin: auto;
  margin-top: 16px;
  padding: 0;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  color: #000; }
  @media (max-width: 900px) {
    .modal input, .modal textarea {
      font-size: 16px; } }
  .modal .close {
    position: absolute;
    top: 18px;
    right: 16px;
    opacity: .3; }
    .modal .close:hover {
      opacity: 1; }

.modal-header {
  padding: 24px 32px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .modal-header:empty {
    display: none; }

.modal-body {
  padding: 36px 56px; }

@media (max-width: 900px) {
  .modal-header,
  .modal-body {
    padding: 24px; } }
.offcanvas {
  background: #fff;
  position: fixed;
  padding: 27px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 300;
  overflow-y: scroll; }

.offcanvas .close {
  position: absolute;
  top: 8px;
  right: 8px; }

.offcanvas-left {
  border-right: 1px solid rgba(0, 0, 0, 0.1); }

.offcanvas-right {
  left: auto;
  right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1); }

.offcanvas-push-body {
  position: relative; }

.tabs {
  margin-bottom: 27px;
  font-size: 13px; }
  .tabs li em, .tabs li.active a {
    color: #231f20;
    border: 1px solid rgba(0, 0, 0, 0.1);
    cursor: default;
    text-decoration: none;
    background: none; }
  .tabs em, .tabs a {
    position: relative;
    top: 1px;
    font-style: normal;
    display: block;
    padding: .5rem 1rem;
    border: 1px solid transparent;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none; }
  .tabs a:hover {
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
    color: #231f20;
    text-decoration: underline;
    background-color: #e0e1e1; }

@media (min-width: 900px) {
  .tabs ul {
    display: flex;
    margin-top: -1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .tabs li em, .tabs li.active a {
    border-bottom: 1px solid #fff; } }
@font-face {
  font-family: "fontawesome";
  src: url("fonts/fonts/fontawesome-webfont.eot");
  src: url("fonts/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff") format("woff"), url("fonts/fontawesome-webfont.ttf") format("truetype"), url("fonts/fontawesome-webfont.svg#svgMontserratLight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "arvo-bold";
  src: url("fonts/arvo-bold-webfont.eot");
  src: url("fonts/arvo-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/arvo-bold-webfont.woff") format("woff"), url("fonts/arvo-bold-webfont.ttf") format("truetype"), url("fonts/arvo-bold-webfont.svg#svgArvoBold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "scopeone";
  src: url("fonts/scopeone-regular-webfont.eot");
  src: url("fonts/scopeone-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/scopeone-regular-webfont.woff") format("woff"), url("fonts/scopeone-regular-webfont.ttf") format("truetype"), url("fonts/scopeone-regular-webfont.svg#svgArvoBold") format("svg");
  font-weight: normal;
  font-style: normal; }
/*--------------------------------------------------------*\

  SHELL & NAVIGATION 

\*--------------------------------------------------------*/
/*--------------------MOBILE-----------------------*/
body {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, sans-serif; }

.mainNav .menu-item-has-children ul.sub-menu {
  display: none; }

.mainNav ul.sub-menu {
  display: none;
  z-index: 2000; }

.brandingRow {
  padding-top: 3rem;
  text-align: center; }

.superNav ul li {
  display: inline;
  list-style-type: none;
  padding: 0 .2rem 0 .2rem;
  text-transform: uppercase;
  font-color: #464b55; }

.logo {
  float: none;
  margin-top: 2rem;
  margin-bottom: -1rem; }

h2 {
  font-size: 2.8rem;
  line-height: 3.6rem;
  font-family: "museo-slab", serif;
  font-weight: normal;
  text-transform: uppercase; }

.logoColumn {
  vertical-align: bottom; }

.superNav ul li a {
  text-decoration: none;
  color: #7d8189; }
.superNav ul li a:hover {
  color: #2467ee; }

.superNav {
  text-align: right;
  float: right;
  display: none; }

form.mainSearch .form-item button {
  padding: 0 .6rem 0 .6rem;
  margin: 0;
  line-height: .1rem;
  min-height: .5rem;
  background-color: #fff;
  color: #ee3124;
  border: 1px solid #fc5d56; }

button {
  border-radius: 0; }

.mainSearch .form-item input {
  padding: .2rem;
  height: 2rem; }

.slicknav_menu {
  display: block;
  background-color: #113b8e;
  padding: 0 2rem 0 2rem;
  text-align: right; }
  .slicknav_menu ul {
    padding-top: 1rem; }
  .slicknav_menu .superNavMobile {
    display: inline-block;
    font-size: .9rem;
    border-bottom: 0;
    margin-bottom: .5rem;
    padding: 0; }
    .slicknav_menu .superNavMobile a {
      color: #4fd4cc;
      font-weight: bold;
      text-transform: uppercase;
      font-family: "proxima-nova", "Helvetica Neue", Helvetica, sans-serif;
      padding: 0; }

.slicknav_nav li {
  border-bottom: 1px solid #2467ee; }

.slicknav_nav a {
  color: #fff;
  font-family: "museo-slab", serif; }

.slicknav_nav a:hover {
  color: #417df7;
  background-color: transparent; }

.slicknav_menutxt {
  font-family: 'nunito-sans-bold', sans-serif;
  text-transform: uppercase; }

.slicknav_menu .slicknav_menutxt {
  text-shadow: none; }

.slicknav_btn {
  background-color: transparent;
  text-shadow: none; }

.slicknav_item.slicknav_row:hover {
  background-color: #2467ee;
  border-radius: 0; }

.slicknav_nav ul.sub-menu {
  background-color: #051a43;
  color: #2467ee;
  padding-top: 0;
  margin-top: 0; }
  .slicknav_nav ul.sub-menu li {
    border: 0; }
    .slicknav_nav ul.sub-menu li a {
      color: #4fd4cc;
      font-family: "proxima-nova", "Helvetica Neue", Helvetica, sans-serif;
      text-transform: uppercase; }
  .slicknav_nav ul.sub-menu ul.sub-menu li a {
    margin-right: 1.5rem;
    color: #79f1ea; }

.mainNav {
  margin-top: 1rem;
  float: right;
  font-family: "museo-slab", serif;
  list-style-type: none; }

.mainNav a {
  text-decoration: none;
  color: #231f20;
  padding: .5rem 1.2rem .5rem 1.2rem; }

.mainNav a:hover {
  color: #2467ee; }

.mainNav {
  visibility: hidden;
  position: absolute;
  font-size: 1.1rem; }

.copyrightText {
  font-size: .9rem;
  color: #bdc0c5; }

h4 {
  color: #ee3124;
  text-transform: uppercase;
  font-family: "museo-slab", serif;
  font-size: 1.2rem;
  font-weight: normal; }

footer {
  padding: 3rem 0 3rem 0;
  border-top: 2px solid #fc5d56;
  background-color: #fff; }
  footer p {
    color: #bdc0c5;
    line-height: 1.4rem; }
  footer ul {
    list-style-type: none;
    margin-left: 0; }
    footer ul a {
      color: #bdc0c5; }

.ticketBar {
  background-color: #fff;
  color: #231f20;
  padding: .8rem 0 0 6.5rem;
  height: 3.6rem; }
  .ticketBar .rodeoDate {
    font-family: "museo-slab", serif;
    font-size: 1.3rem;
    display: none; }
  .ticketBar .countdown {
    font-size: .8rem;
    display: inline-block;
    margin: 0 0 0 2.6rem;
    padding: 0 0 0 1.5rem;
    border-left: 1px solid #2467ee;
    display: none; }
    .ticketBar .countdown .number {
      font-size: 1.3rem;
      display: inline-block;
      margin-left: 1rem; }
  .ticketBar .buyTicketsButton {
    background-color: #2467ee;
    color: #fff;
    display: block;
    height: 3.6rem;
    width: 12rem;
    float: right;
    margin: -.8rem 0 -.8rem 0;
    font-family: "museo-slab", serif;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.2rem;
    text-align: center;
    padding-top: .8rem;
    position: absolute;
    top: .6rem;
    left: 0;
    z-index: 999; }

.row {
  padding: 0 2rem 0 2rem; }

.wrapper {
  padding: inherit; }

/*-------------------TABLET-----------------------*/
@media screen and (min-width: 900px) {
  .ticketBar {
    background-color: #113b8e;
    color: #fff;
    padding: .8rem 0 0 0;
    height: 3.6rem; }
    .ticketBar .rodeoDate {
      display: inline-block; }
    .ticketBar .countdown {
      display: inline-block; }

  .ticketBar .buyTicketsButton {
    position: relative;
    top: inherit;
    left: inherit; }

  .superNav {
    display: block;
    position: relative;
    margin: 1rem 0 0 0;
    padding: 0; }

  .slicknav_menu {
    display: none; }

  .logo {
    float: left;
    width: 220px;
    margin-top: 2rem;
    margin-bottom: -1rem; }

  .mainNav {
    visibility: visible;
    position: relative;
    float: right;
    display: inline;
    text-align: right;
    padding: 0;
    margin: 0 -.5rem 1rem 0;
    font-size: .95rem; }
    .mainNav li {
      display: inline; }

  .mainNav li a {
    padding-left: .4rem;
    padding-right: .4rem; }

  .ticketBar .buyTicketsButton {
    position: relative;
    margin-top: -.8rem; }

  .buyTicketsButton:hover {
    background-color: #417df7;
    color: #fff; }

  .wrapper {
    border-top: 6px solid #fc5d56; }

  .mainNav .superNavMobile {
    display: none; } }
/*-------------------DESKTOP + --------------------*/
@media screen and (min-width: 1200px) {
  .mainNav {
    font-size: 1.1rem;
    margin: 0 -1rem 1rem 0; }
    .mainNav li a {
      padding: .5rem 1rem .5rem 1rem; }

  .logo {
    margin: 1.2rem 0 1rem 0;
    float: left;
    width: 290px; }

  .mainNav .superNavMobile {
    display: none; }

  .mainNav ul {
    /* this targets all sub menus */
    display: none;
    /* hide all sub menus from view */
    position: absolute;
    top: 30px;
    /* this should be the same height as the top level menu -- height + padding + borders */ }

  .mainNav li {
    position: relative;
    padding: 10px 0px; }
    .mainNav li:hover {
      background-color: #fc5d56;
      color: #fff; }
      .mainNav li:hover a {
        color: #fff; }

  .mainNav ul {
    left: 0;
    text-align: left;
    z-index: 1000;
    background-color: #fc5d56;
    margin-left: 0px;
    top: 37px;
    width: 200px;
    padding-top: 15px;
    display: block; }

  .mainNav ul li {
    /* this targets all submenu items */
    float: none;
    /* overwriting our float up above */
    text-align: left;
    display: block;
    padding: 0px; }

  .mainNav ul li a {
    /* target all sub menu item links */
    padding: 10px;
    color: #fff;
    font-weight: 300;
    display: block;
    font-size: 13px;
    padding-left: 20px; }
    .mainNav ul li a:hover {
      background-color: #e95953;
      color: #fff; }

  .mainNav li:hover > ul {
    display: block;
    /* show sub menus when hovering over a parent */ }

  .mainNav ul li ul {
    /* target all second, third, and deeper level sub menus */
    left: 200px;
    /* this needs to match the sub menu width set above -- width + padding + borders */
    top: 0;
    /* this ensures the sub menu starts in line with its parent item */
    background-color: #e95953; }
    .mainNav ul li ul a:hover {
      background-color: #cd4b46; } }
/*-------------------------------------------------*\

  HOME

\*-------------------------------------------------*/
/*----------------MOBILE--------------------*/
.button {
  font-family: "museo-slab", serif;
  text-transform: uppercase; }

.homeBanner {
  background-image: url(images/home-banner.jpg);
  height: 50rem;
  background-size: cover;
  background-position: center bottom;
  position: relative; }
  .homeBanner .homeBanner-text {
    z-index: 4; }
  .homeBanner:after {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(-45deg, white 0%, rgba(252, 93, 86, 0) 75%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, white 0%, rgba(252, 93, 86, 0) 75%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, white 0%, rgba(252, 93, 86, 0) 75%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00fc5d56',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    opacity: .6;
    z-index: 2; }
  .homeBanner .thinArrow {
    margin-top: 3.5rem;
    display: none; }
  .homeBanner .bigCTA {
    background-color: #b82116;
    height: 3.3rem;
    padding-left: 2rem;
    display: block;
    text-align: right;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2rem;
    padding-top: .1rem;
    margin-top: 3rem;
    margin-right: 0;
    float: left; }
    .homeBanner .bigCTA .button {
      margin-left: 2rem;
      margin-top: -.1rem; }
  .homeBanner h1, .homeBanner h2, .homeBanner h3 {
    line-height: 1; }
  .homeBanner h1 {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 0; }
  .homeBanner h2 {
    font-size: 4.5rem;
    line-height: 1; }
  .homeBanner h3 {
    font-size: 1.1rem;
    line-height: 1.2; }

.thinArrow {
  float: left; }

h1, .h1 {
  font-family: "museo-slab", serif;
  font-weight: 500;
  text-transform: uppercase; }

h3, .h3 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase; }

.unlikeAnyOther {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1; }

/* ---- grid ---- */
.grid {
  clear: both;
  min-height: 45rem; }

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both; }

/* ---- .grid-item ---- */
.grid-item {
  float: left;
  width: 320px;
  height: 320px;
  margin-bottom: 20px;
  background-size: cover;
  font-size: 13px; }
  .grid-item .rodeoGrid .grid-item h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1rem;
    font-size: 1rem; }
@keyframes gradients {
  from {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(79, 23, 49, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(79, 23, 49, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(79, 23, 49, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */ }
  to {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(79, 23, 49, 0.7) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(79, 23, 49, 0.7) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(79, 23, 49, 0.7) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */ } }
  .grid-item .gradient {
    animation-name: gradients;
    animation-duration: .5s;
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 320px;
    background-color: rgba(0, 0, 0, 0);
    bottom: 0;
    padding: 20px;
    margin: 0 -20px 0 -20px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(79, 23, 49, 0.7) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(79, 23, 49, 0.7) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(79, 23, 49, 0.7) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */ }
  .grid-item .gradient:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fc5d56+0,f24fb0+47,fc5d56+100&0+0,0.33+37,0.79+100 */
    background: -moz-linear-gradient(top, rgba(252, 93, 86, 0) 0%, rgba(244, 82, 157, 0.33) 37%, rgba(242, 79, 176, 0.4) 47%, rgba(252, 93, 86, 0.79) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(252, 93, 86, 0) 0%, rgba(244, 82, 157, 0.33) 37%, rgba(242, 79, 176, 0.4) 47%, rgba(252, 93, 86, 0.79) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(252, 93, 86, 0) 0%, rgba(244, 82, 157, 0.33) 37%, rgba(242, 79, 176, 0.4) 47%, rgba(252, 93, 86, 0.79) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fc5d56', endColorstr='#c9fc5d56',GradientType=0 );
    /* IE6-9 */ }

.grid-item--width2, .grid-item--width3 {
  width: 320px; }
  .grid-item--width2 h3, .grid-item--width3 h3 {
    font-size: 1.8rem;
    bottom: 4rem;
    line-height: 1.9rem; }
  .grid-item--width2 ul li, .grid-item--width3 ul li {
    display: inline; }

.grid-item--height2 {
  height: 320px; }
  .grid-item--height2 ul li {
    display: block; }

.featuredRow {
  margin-top: -20rem;
  position: relative;
  z-index: 4; }
  .featuredRow h3 {
    float: left;
    margin-top: .9rem; }
  .featuredRow button {
    background-color: transparent;
    color: #fee761;
    font-size: 1.3rem;
    text-transform: uppercase;
    border-bottom: 2px solid #fee761;
    padding: 0;
    margin: .7rem .5rem 0 .5rem;
    min-height: 30px;
    font-weight: 500; }

.button-group {
  float: left;
  margin-bottom: 2rem; }

.button.buttonInverse {
  color: #ee3124;
  background-color: #fff;
  border: 1px solid #ee3124;
  cursor: pointer; }

.button.buttonInverse:hover {
  color: #fff;
  background-color: #ee3124;
  border: 1px solid #ee3124; }

.homePolaroid {
  z-index: 1;
  width: 405px;
  height: 440px;
  overflow: hidden;
  border: 15px solid #fff;
  border-bottom: 110px solid #fff;
  -webkit-box-shadow: 5px 2px 13px -1px rgba(128, 128, 128, 0.32);
  -moz-box-shadow: 5px 2px 13px -1px rgba(128, 128, 128, 0.32);
  box-shadow: 5px 2px 13px -1px rgba(128, 128, 128, 0.32); }

.homePolaroid.behind {
  z-index: -1;
  opacity: 0.8;
  position: absolute;
  transform: rotate(-10deg);
  margin-left: -7rem; }

.homePolaroidQuote {
  z-index: 99;
  position: absolute;
  margin-left: -25.5rem;
  margin-top: 25.5rem;
  width: 260px; }

.arrowheadBG {
  background-image: url("images/large-arrowhead.png");
  background-repeat: no-repeat;
  background-size: 623px 949px;
  background-position: bottom right 25rem;
  position: absolute;
  height: 200%;
  width: 100%;
  z-index: -99; }

.teaser {
  padding-bottom: 8rem;
  padding-top: 4rem;
  background-color: transparent; }
  .teaser h3 {
    font-size: 1.3rem;
    margin-bottom: 0; }
  .teaser h4 {
    color: #231f20;
    margin-top: 0; }

.itineraryFeature {
  background: url("images/itinerary-background.jpg");
  background-size: cover;
  padding: 4rem 0 6rem 0; }
  .itineraryFeature .itineraryFeatureBox {
    padding: 0rem 6rem 0rem 6rem;
    border: none;
    color: #fff;
    margin-top: 1rem; }
  .itineraryFeature h2 {
    color: #fff;
    text-transform: uppercase;
    font-family: "museo-slab", serif;
    font-weight: normal;
    font-size: 2rem;
    line-height: 2.2rem; }
  .itineraryFeature .itenCardHolder {
    padding-left: 3rem; }

.topKnob {
  transform: rotate(180deg); }

.knobRow {
  margin: 0;
  padding: 0;
  height: 38px;
  text-align: center; }

.itenCard {
  background: url("images/opaque-bg.png");
  width: 325px;
  float: left;
  margin-left: 3rem;
  margin-top: 2rem;
  -webkit-box-shadow: 10px 6px 29px -1px rgba(0, 0, 0, 0.71);
  -moz-box-shadow: 10px 6px 29px -1px rgba(0, 0, 0, 0.71);
  box-shadow: 10px 6px 29px -1px rgba(0, 0, 0, 0.71); }
  .itenCard .button {
    background-color: #2467ee;
    width: 100%;
    font-size: .95rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: 3.5rem; }
  .itenCard .button:hover {
    background-color: #417df7; }

.ticketIcon {
  background-color: #113b8e;
  display: block;
  float: right;
  width: 3.5rem;
  height: 3.5rem;
  margin: -1rem -1.6rem 0 0;
  font-size: 1.8rem;
  padding: .8rem .5rem .7rem .6rem; }
  .ticketIcon i {
    transform: rotate(-40deg); }

.itenCardText {
  padding: 1.6rem 2.6rem 1.6rem 2.6rem; }
  .itenCardText h3 {
    font-family: "museo-slab", serif;
    text-transform: uppercase;
    font-weight: 500; }

.teaser .button {
  margin-bottom: 8rem; }

.teaser .col-6 {
  padding-left: 25%; }

.sponsorIntro {
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 2rem; }

.presentingSponsors img {
  width: 400px; }

#gold img {
  width: 400px; }

.sponsorLogos {
  background-image: url("images/sponsor-background.jpg");
  background-size: cover;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 4rem; }
  .sponsorLogos li {
    display: inline-block;
    list-style-type: none;
    margin: 0 2rem 3rem 2rem; }
  .sponsorLogos p {
    font-weight: bold; }
  .sponsorLogos img {
    -webkit-box-shadow: 5px 2px 13px -1px rgba(128, 128, 128, 0.42);
    -moz-box-shadow: 5px 2px 13px -1px rgba(128, 128, 128, 0.42);
    box-shadow: 5px 2px 13px -1px rgba(128, 128, 128, 0.42); }

.sponsorLogos.museumSponsorLogos {
  background-image: none; }

.logoLinks a {
  font-size: 1.1rem;
  text-decoration: none;
  color: #231f20;
  font-weight: bold;
  background-color: #fff;
  padding: 2rem 1rem 2rem 1rem;
  display: block;
  float: left;
  width: 14rem;
  height: 7rem;
  line-height: 1.2rem;
  vertical-align: middle;
  -webkit-box-shadow: 5px 2px 13px -1px rgba(128, 128, 128, 0.32);
  -moz-box-shadow: 5px 2px 13px -1px rgba(128, 128, 128, 0.32);
  box-shadow: 5px 2px 13px -1px rgba(128, 128, 128, 0.32); }

.juicer-feed h1.referral {
  display: none; }

.media-grid a {
  text-decoration: none; }
  .media-grid a p {
    font-weight: bold; }

.row .sponsorLogoTabs a {
  line-height: 1.2rem;
  padding: .5rem; }

/*-----------Tiny Mobile------------------*/
@media screen and (max-width: 690px) {
  .grid-item {
    width: 99%;
    height: 220px; }

  .teaser .button {
    margin-bottom: 4rem; }

  .homePolaroid {
    width: 100%;
    height: 100%; }

  .homePolaroid.behind {
    display: none; }

  .homePolaroidQuote {
    position: absolute;
    margin-left: 3rem;
    margin-top: -9rem;
    z-index: 99;
    width: 260px; }

  .teaser {
    padding-bottom: 1rem; }

  .teaser .col-6 {
    padding-left: 0; }

  .itineraryFeature {
    background: url("images/itinerary-background.jpg");
    background-size: cover;
    padding: 4rem 0 6rem 0; }
    .itineraryFeature .itineraryFeatureBox {
      padding: 0rem;
      border: none;
      color: #fff;
      margin-top: 1rem; }
    .itineraryFeature .itenCardHolder {
      padding-left: 0rem; }

  .sponsorLogos ul {
    margin-left: 1rem; }
    .sponsorLogos ul li {
      margin-left: 0; }

  .itenCard {
    margin-left: 0rem; }

  .featuredRow {
    margin-top: -26rem; } }
/*-------------------TABLET-----------------------*/
@media screen and (min-width: 900px) {
  h1 {
    font-size: 2.7rem;
    margin-top: 0rem;
    margin-bottom: -.5rem; }

  h3, .h3 {
    font-weight: lighter; }

  .homePolaroid {
    width: 405px;
    height: 440px; }

  .teaser .col-6 {
    padding-left: inherit; }

  .homePolaroidQuote {
    position: absolute;
    margin-left: -25.5rem;
    margin-top: 25.5rem;
    z-index: 99;
    width: 260px; }

  .homeBanner h2 {
    font-size: 5.8rem;
    line-height: 1; }
  .homeBanner h1 {
    margin-bottom: 0; }
  .homeBanner h3 {
    font-size: 1.5rem;
    line-height: 1.2; }
  .homeBanner .thinArrow {
    display: block; }
  .homeBanner .unlikeAnyOther {
    display: block;
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1; }

  .grid-item {
    float: left;
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
    background-size: cover;
    text-align: left; }

  .grid-item--width2 {
    width: 320px; }

  .grid-item--width3 {
    width: 47%; }

  .grid-item--height2 {
    height: 320px; }

  .teaser .button {
    margin-bottom: inherit; }

  .itineraryFeature h2 {
    font-size: 2rem; }

  .eventList .col {
    text-align: center; }

  .itineraryFeature {
    background: url("images/itinerary-background.jpg");
    background-size: cover;
    padding: 4rem 0 6rem 0; }
    .itineraryFeature .itineraryFeatureBox {
      padding: 3rem;
      border: 1px solid #fff;
      color: #fff;
      margin-top: 2rem; }
    .itineraryFeature h2 {
      line-height: normal; } }
/*----------------DESKTOP + --------------------*/
@media screen and (min-width: 1200px) {
  .itineraryFeature h2 {
    font-size: 3rem; }

  h1 {
    font-size: 3rem;
    margin-top: 0; } }
/*-------------------------------------------------*\

  SCHEDULE PAGE

\*-------------------------------------------------*/
/*----------------MOBILE--------------------*/
.banner {
  height: 15rem;
  background-size: cover;
  background-position: center center;
  text-align: center;
  padding-top: 5rem; }
  .banner h1 {
    color: #fff; }

.banner-schedule {
  background-image: url("images/banner-schedule.jpg"); }

.fullbleed {
  padding-left: 0;
  padding-right: 0; }

.dateBar {
  margin-top: -5rem; }
  .dateBar .col {
    background-color: #113b8e;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0rem;
    margin-left: 0rem;
    padding-bottom: .4rem; }
    .dateBar .col ul {
      text-align: center;
      margin-left: 2%;
      margin-top: .5rem;
      margin-bottom: .9rem; }
    .dateBar .col ul li {
      display: block;
      float: left;
      margin: .3rem 0;
      margin-right: 1%;
      width: 31.8%; }
      .dateBar .col ul li:after {
        content: '';
        display: table;
        clear: both; }
      .dateBar .col ul li a {
        display: block;
        width: 100%;
        text-align: center;
        background-color: #fff;
        text-decoration: none;
        font-family: "museo-slab", serif;
        line-height: 1.3rem;
        color: #7d8189;
        height: 3.5rem;
        padding: .5rem 1.6rem .5rem 1.6rem; }
        .dateBar .col ul li a .date {
          display: block;
          font-weight: bold;
          color: #464b55; }
      .dateBar .col ul li a:hover, .dateBar .col ul li a.active {
        background-color: #2467ee;
        color: #fff; }
        .dateBar .col ul li a:hover .date, .dateBar .col ul li a.active .date {
          color: #fff; }

.eventFilters ul {
  list-style-type: none;
  margin-top: 2rem; }
  .eventFilters ul li {
    display: inline;
    padding: 0 2rem 0 0rem; }
    .eventFilters ul li a {
      color: #231f20;
      font-weight: bold;
      font-size: 1.2rem;
      text-transform: uppercase;
      text-decoration: none;
      cursor: pointer; }
    .eventFilters ul li a:hover, .eventFilters ul li a.active {
      color: #2467ee;
      border-bottom: 3px solid #2467ee; }

.eventList {
  margin-top: 1rem;
  margin-bottom: 3rem; }

.eventList .grid-item {
  margin-bottom: 1rem; }

.strongLink {
  font-family: "museo-slab", serif;
  font-weight: bold;
  text-decoration: none;
  color: #2467ee;
  font-size: 1.1rem; }

.strongLink:hover {
  color: #417df7;
  border-bottom: 3px solid #2467ee; }

.quote {
  padding: 4rem inherit 2rem inherit;
  margin-top: -2rem; }

blockquote {
  color: #fff;
  font-size: 1.8rem;
  font-family: "museo-slab", serif;
  font-style: normal;
  line-height: 2.7rem;
  border: none;
  margin-top: 5rem; }
  blockquote cite {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.6rem;
    display: block;
    margin-top: 1rem; }

blockquote::after {
  content: "\0201D";
  font-size: 9rem;
  color: #fff;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, sans-serif;
  margin-left: 92%; }

blockquote::before {
  content: "\0201C";
  font-size: 9rem;
  color: #fff;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, sans-serif;
  display: block; }

.polaroidQuote {
  z-index: 99;
  position: absolute;
  width: 320px;
  display: block;
  margin-top: -9rem; }

.polaroid.behind {
  z-index: -1;
  opacity: 0.8;
  position: absolute;
  transform: rotate(-10deg);
  margin-left: -7rem; }

.polaroid {
  z-index: 1;
  width: 405px;
  height: 440px;
  overflow: hidden;
  border: 15px solid #fff;
  border-bottom: 110px solid #fff;
  -webkit-box-shadow: 5px 2px 13px -1px rgba(128, 128, 128, 0.32);
  -moz-box-shadow: 5px 2px 13px -1px rgba(128, 128, 128, 0.32);
  box-shadow: 5px 2px 13px -1px rgba(128, 128, 128, 0.32);
  transform: rotate(5deg);
  margin-top: 0; }

s {
  margin-top: 0; }

/*-----------Tiny Mobile------------------*/
@media screen and (max-width: 690px) {
  .polaroid {
    width: 100%;
    height: 100%; }

  .polaroid.behind {
    display: none; }

  .polaroidQuote {
    position: absolute;
    margin-left: 3rem;
    margin-top: -9rem;
    z-index: 99;
    width: 260px; }

  .dateBar {
    margin-top: 0rem;
    padding: 0; }

  .dateBar .col {
    padding-bottom: .6rem; }
    .dateBar .col ul {
      margin-left: 5%;
      margin-top: 1rem; }
      .dateBar .col ul li {
        margin-top: 0; }
        .dateBar .col ul li a {
          height: 3.5rem;
          padding: .5rem 1.6rem .5rem 1.6rem; }

  .home-grid {
    margin-top: 0; } }
/*-------------------TABLET-----------------------*/
@media screen and (min-width: 900px) {
  .quote {
    padding: 4rem 0 2rem 0; }
    .quote blockquote {
      margin-top: .5rem; }

  .polaroid {
    margin-top: -8rem;
    margin-left: 0; }

  blockquote::after {
    margin-left: 96%; }

  .dateBar .col {
    margin-right: 5rem;
    margin-left: 5rem;
    padding-bottom: .4rem; }
    .dateBar .col ul {
      margin-left: 1%; }
      .dateBar .col ul li {
        width: 8.09%;
        margin-right: 1%; }
        .dateBar .col ul li a {
          height: 7rem;
          padding: 2.2rem 1.6rem 2rem 1.6rem; }

  .eventFilters ul li {
    display: inline; } }
/*-------------------------------------------------*\

  RODEO PAGE

\*-------------------------------------------------*/
/*----------------MOBILE--------------------*/
.hero-banner {
  text-align: left;
  background-size: cover;
  background-position: center center;
  padding-top: 4rem;
  padding-bottom: 8rem; }
  .hero-banner h1 {
    font-family: "museo-slab", serif;
    text-transform: uppercase;
    font-size: 5rem;
    color: #fff;
    margin-bottom: 0; }
  .hero-banner h2 {
    color: #fff;
    font-family: "museo-slab", serif;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 0rem; }
  .hero-banner span.rodeoDate {
    font-family: "museo-slab", serif;
    background-color: #231f20;
    padding: .2rem .9rem .2rem .9rem;
    color: #fff;
    display: block;
    width: 11rem;
    text-align: center;
    text-transform: uppercase; }
  .hero-banner p {
    color: #fff;
    margin-top: 1rem; }
  .hero-banner a.secondary {
    display: block;
    margin-left: 0;
    margin-top: 1rem; }

a.secondary {
  text-decoration: none;
  font-family: "museo-slab", serif;
  text-transform: uppercase; }

a.secondary::after {
  content: " \203A";
  font-size: 1.3rem; }

a.secondary:hover {
  border-bottom: 2px solid #113b8e; }

a.light {
  color: #fff; }

a.light:hover {
  border-bottom: 2px solid #fff;
  color: #fff; }

.banner-rodeo {
  background-image: url("images/banner-rodeo.jpg"); }

.resultPreview .resultBox {
  margin-top: -3rem;
  padding-bottom: 3rem;
  background-color: #fff;
  -webkit-box-shadow: 3px 6px 21px -4px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 3px 6px 21px -4px rgba(0, 0, 0, 0.52);
  box-shadow: 3px 6px 21px -4px rgba(0, 0, 0, 0.52); }
  .resultPreview .resultBox h3 {
    color: #231f20;
    margin: 2.5rem 0 0 4%;
    font-weight: bold; }
  .resultPreview .resultBox h4 {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    color: #9748c0;
    margin-top: 1.5rem; }
  .resultPreview .resultBox th {
    text-transform: uppercase;
    color: #9748c0;
    padding: .1rem; }
  .resultPreview .resultBox td {
    padding: .1rem;
    font-weight: bold; }

.resultsLeft {
  padding-left: 0; }

.resultsRight {
  padding-right: 0; }

.rodeoPreview {
  text-align: center;
  margin-top: 4rem;
  padding-bottom: 3rem; }
  .rodeoPreview .h1 {
    font-size: 2.5rem; }

.grid.rodeoGrid {
  margin-left: 2%; }
  .grid.rodeoGrid .grid-item {
    float: left;
    width: 161px;
    height: 161px;
    margin-bottom: 1px;
    background-size: cover;
    padding: 1.5rem; }
  .grid.rodeoGrid .grid-item--width2, .grid.rodeoGrid .grid-item--width3 {
    width: 322px; }
  .grid.rodeoGrid .grid-item--height2 {
    height: 322px; }
  .grid.rodeoGrid .info-box {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#82140c+0,d62b1f+100 */
    background: #82140c;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #82140c 0%, #d62b1f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #82140c 0%, #d62b1f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #82140c 0%, #d62b1f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82140c', endColorstr='#d62b1f',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
    .grid.rodeoGrid .info-box h3 {
      margin: 0;
      padding: 0;
      position: relative;
      bottom: inherit;
      text-shadow: none;
      font-size: 1.2rem;
      line-height: 1.2rem; }
    .grid.rodeoGrid .info-box p {
      color: #fff;
      line-height: 1.3rem;
      position: relative;
      margin-top: .5rem; }
      .grid.rodeoGrid .info-box p a {
        display: block;
        text-transform: uppercase;
        font-weight: normal;
        color: #fff;
        text-decoration: none;
        font-family: "museo-slab", serif;
        width: 95px;
        margin-top: .5rem; }
      .grid.rodeoGrid .info-box p a:hover {
        border-bottom: 2px solid #fff; }

.fun {
  margin-top: 0rem; }

.infoCard {
  -webkit-box-shadow: 3px 6px 21px -4px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 3px 6px 21px -4px rgba(0, 0, 0, 0.52);
  box-shadow: 3px 6px 21px -4px rgba(0, 0, 0, 0.52);
  margin-bottom: 2rem;
  margin-right: 0;
  height: 87%; }
  .infoCard .content {
    padding: 3rem; }
  .infoCard h3 {
    font-family: "museo-slab", serif; }

.infoCard {
  margin-right: 0rem;
  margin-bottom: 2rem; }

/*-----------Tiny Mobile------------------*/
/*-------------------TABLET-----------------------*/
@media screen and (min-width: 900px) {
  .hero-banner a.secondary {
    margin-left: 2rem;
    display: inline; }

  .fun {
    margin-top: 5rem; }

  .resultsLeft {
    padding-left: 2rem; }

  .resultsRight {
    padding-right: 2rem; }

  .infoCard {
    margin-right: 2rem;
    margin-bottom: 7rem; } }
/*-------------------------------------------------*\

  TICKETS PAGE

\*-------------------------------------------------*/
/*----------------MOBILE--------------------*/
.ticket-wrapper {
  background-image: url("images/tickets-hero.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; }
  .ticket-wrapper h1 {
    text-align: center;
    margin-left: 0;
    padding-left: 0;
    font-size: 2.5rem;
    margin-top: 1rem;
    line-height: 2.3rem; }

.ticket-wrapper.concert-wrapper {
  background-image: none; }

.featureBox {
  padding: 3rem;
  border: 1px solid #fff;
  color: #fff;
  margin-top: 2rem; }
  .featureBox h2 {
    color: #fff;
    margin-bottom: 0;
    line-height: 2.5rem; }
  .featureBox h3 {
    color: #fff;
    margin-top: 0; }

.lineupPanel {
  background-color: #fff;
  margin-top: 2rem;
  padding: 3rem;
  -webkit-box-shadow: 10px 6px 29px -1px rgba(0, 0, 0, 0.71);
  -moz-box-shadow: 10px 6px 29px -1px rgba(0, 0, 0, 0.71);
  box-shadow: 10px 6px 29px -1px rgba(0, 0, 0, 0.71);
  margin-bottom: 7rem;
  margin-left: -1rem;
  margin-right: -1rem; }
  .lineupPanel h2 {
    font-size: 2.1rem; }

.lineupPanel.rodeoPanel {
  margin-left: -2rem;
  margin-right: -2rem; }

.lineupTable {
  font-size: 1.1rem;
  font-weight: bold; }
  .lineupTable .date {
    color: #113b8e; }
    .lineupTable .date span {
      font-size: 1rem;
      font-weight: normal;
      display: block;
      margin-left: 1.4rem;
      margin-top: -.5rem;
      line-height: 1.2rem; }
    .lineupTable .date i {
      display: inline; }
  .lineupTable th {
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 1.3rem; }
  .lineupTable .button {
    background-color: #2467ee;
    width: 8rem;
    font-size: .7rem;
    padding-top: .4rem;
    padding-bottom: .4rem;
    height: 2.5rem;
    min-height: 10px;
    margin-left: 3rem; }
    .lineupTable .button span {
      display: none;
      height: 2.4rem;
      margin-top: -.4rem;
      padding: .2rem; }
      .lineupTable .button span i {
        font-size: 1.2rem;
        margin-top: 0;
        margin-left: .8rem; }
  .lineupTable .button:hover {
    background-color: #417df7; }
  .lineupTable td {
    padding: .5rem;
    vertical-align: bottom; }
  .lineupTable th {
    margin-bottom: 0;
    vertical-align: middle; }
  .lineupTable tr {
    display: block;
    border-bottom: 1px solid #2467ee; }

.concert-lineup {
  background-image: url("images/concert-bg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 3.5rem; }
  .concert-lineup th {
    line-height: 1rem; }
    .concert-lineup th span {
      display: block;
      font-size: 1rem;
      text-transform: none; }

.promotions-row {
  margin-bottom: 5rem; }

h5 {
  margin-bottom: 0; }

.ticket-packages ul.packagesList li.package {
  display: block;
  float: none;
  background-color: #2467ee;
  width: 100%;
  min-height: 300px;
  margin-right: 0rem;
  margin-top: 2rem;
  padding: 2rem;
  margin-left: 0rem;
  background-size: cover;
  background-position: center center; }
  .ticket-packages ul.packagesList li.package h3 {
    color: #fff;
    font-weight: bold; }
.ticket-packages .button {
  border: 1px solid #fff;
  margin-top: 2rem; }

.frontier {
  background-image: url("images/packages-rodeo-bg.jpg"); }

.lasso {
  background-image: url("images/packages-rodeo-bg2.jpg"); }

.fastpass {
  background-image: url("images/packages-concert-bg.jpg"); }

.party {
  background-image: url("images/packages-party-bg.jpg"); }

.museum {
  background-image: url("images/packages-museum-bg.jpg"); }

.carnival {
  background-image: url("images/packages-carnival-bg.jpg"); }

.package ul li {
  list-style-type: none;
  display: inline-block;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 19%;
  line-height: 1rem; }
  .package ul li span {
    display: block; }
  .package ul li i {
    display: block;
    font-size: 2.5rem;
    padding: 1rem; }

ul.includedList {
  margin: 0; }

/*-----------Tiny Mobile------------------*/
@media screen and (max-width: 690px) {
  .row.ticket-wrapper, .row.concert-lineup {
    padding: 1rem;
    margin-top: -1rem; }

  .lineupPanel {
    padding: 1rem;
    margin-bottom: 1rem; }

  h2 {
    font-size: 1.9rem; }

  .concert-lineup {
    background-position: top left; }

  .lineupTable .button {
    margin-left: 0rem;
    background-color: #2467ee;
    font-size: .7rem;
    padding: .9rem;
    line-height: 1rem;
    text-align: center;
    min-height: 3rem; }
  .lineupTable th {
    font-size: 1rem;
    line-height: 1.2rem; }
    .lineupTable th span {
      font-size: .8rem; }
  .lineupTable .date span {
    margin-left: 0rem; }
  .lineupTable .date i {
    display: none; }

  th {
    font-size: 1rem;
    line-height: 1.2rem; }

  .ticket-packages ul.packagesList li.package {
    display: block;
    float: none;
    background-color: #2467ee;
    width: 100%;
    margin-right: 0rem;
    margin-top: 2rem;
    padding: 2rem;
    margin-left: 0rem;
    background-size: cover;
    background-position: center center;
    min-height: 100%; }

  .featureBox {
    margin-top: 4rem; } }
/*-------------------TABLET-----------------------*/
@media screen and (min-width: 965px) {
  .ticket-packages ul.packagesList li.package {
    width: 100%;
    float: none;
    min-height: 360px; } }
/*-------------------TABLET-----------------------*/
@media screen and (min-width: 900px) {
  .ticket-wrapper, .concert-lineup {
    background-size: cover; }
    .ticket-wrapper .lineupPanel, .concert-lineup .lineupPanel {
      background: url("images/opaque-bg.png");
      margin-left: 2rem;
      margin-top: 2rem;
      padding: 3rem;
      -webkit-box-shadow: 10px 6px 29px -1px rgba(0, 0, 0, 0.71);
      -moz-box-shadow: 10px 6px 29px -1px rgba(0, 0, 0, 0.71);
      box-shadow: 10px 6px 29px -1px rgba(0, 0, 0, 0.71);
      margin-bottom: 7rem; }
    .ticket-wrapper .button, .concert-lineup .button {
      background-color: #2467ee;
      width: 13.5rem;
      font-size: .95rem;
      padding-top: .4rem;
      padding-bottom: .4rem;
      height: 2.5rem;
      min-height: 10px; }
      .ticket-wrapper .button span, .concert-lineup .button span {
        display: block; }
    .ticket-wrapper h1, .concert-lineup h1 {
      font-size: 4rem; }

  .ticket-packages {
    margin-bottom: 5rem; }
    .ticket-packages ul.packagesList li.package {
      display: block;
      float: left;
      background-color: #2467ee;
      width: 400px;
      min-height: 360px;
      margin-right: 2rem;
      margin-top: 2rem;
      margin-left: 0;
      padding: 2rem;
      background-size: cover;
      background-position: center center; } }
/*-------------------TABLET PLUS-----------------------*/
@media screen and (min-width: 1036px) {
  .lineupPanel {
    margin-left: 7rem; } }
/*----------------DESKTOP + --------------------*/
@media screen and (min-width: 1200px) {
  .ticket-wrapper {
    background-size: cover; }

  .concert-lineup {
    background-size: cover; }

  .ticket-packages ul.packagesList li.package {
    width: 400px;
    min-height: 300px; } }
/*-------------------Xtra WIDE DESKTOP-----------------------*/
@media screen and (min-width: 1300px) {
  .ticket-packages ul.packagesList li.package {
    width: 550px;
    min-height: 300px; } }
/*-------------------------------------------------*\

  INTERIOR PAGES

\*-------------------------------------------------*/
/*----------------MOBILE--------------------*/
.default-banner {
  background: #6946b8;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #6946b8 0%, #fc5d56 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #6946b8 0%, #fc5d56 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #6946b8 0%, #fc5d56 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6946b8', endColorstr='#fc5d56',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.interior-banner {
  padding: 1rem 0 0 0;
  background-size: cover;
  background-position: center center;
  position: relative; }
  .interior-banner h1 {
    color: #fff;
    margin-bottom: 0;
    font-size: 3rem;
    position: relative;
    z-index: 1;
    margin-left: 1rem; }

.content-row h2.alt {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, sans-serif;
  color: #051a43; }

.interiorPolaroid {
  margin-top: -10rem;
  margin-bottom: 7rem;
  transform: rotate(-10deg); }

.secondaryNav {
  border-left: 2px solid #9748c0;
  padding-left: 1rem; }
  .secondaryNav ul {
    margin-left: 0; }
    .secondaryNav ul li {
      list-style-type: none; }
  .secondaryNav a {
    text-decoration: none;
    font-size: 1.2rem;
    vertical-align: baseline; }
    .secondaryNav a i {
      font-size: 1.3rem; }
  .secondaryNav h3 {
    color: #9748c0;
    font-family: "museo-slab", serif; }

a {
  color: #2467ee; }

a:hover {
  color: #9748c0; }

.hero-row {

  background-size: cover;
  background-position: center center; }
  .hero-row h1, .hero-row h2, .hero-row h3, .hero-row h4, .hero-row h5, .hero-row h6, .hero-row p {
    color: #fff; }
  .hero-row .heroText {
    border: 1px solid #fff;
    margin: 5rem 0 5rem 0;
    padding: 2rem; }

.pull-quote, .hero-row, .content-gallery {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.size-thumbnail {
  width: 265px; }

.media-grid {
  margin-bottom: 3rem; }
  .media-grid ul {
    margin-left: -1rem; }
    .media-grid ul li {
      display: inline-block;
      margin: 1rem 1.2rem 1rem 1.2rem; }

.contentPadding .hide, .contentPadding .open {
  margin: -1rem 0 2rem 0;
  padding-left: 0;
  margin-left: 0;
  border-top: 2px solid #5ce065; }

.card-hollow form label {
  color: #fff; }

.card-hollow .strongLink {
  color: #fff; }

.strongLink:hover {
  border-bottom: 3px solid #fff; }

.ticket-packages span.button {
  background-color: #051a43;
  border: 0px;
  color: #fff; }

.ticket-packages span.button:hover {
  cursor: inherit;
  color: #fff;
  background-color: #051a43; }

ul.noMargin {
  margin-left: 0; }

ul.noBullets {
  list-style-type: none; }

/*-----------Tiny Mobile------------------*/
@media screen and (max-width: 690px) {
  ul.noMargin {
    margin-left: inherit; } }
/*-------------------TABLET-----------------------*/
@media screen and (min-width: 965px) {
  .interior-banner {
    padding: 15rem 0 0 0; }

  h1 {
    margin-left: 0rem; } }
/*------------------DESKTOP + --------------------*/
@media screen and (min-width: 1200px) {
  .interior-banner h1 {
    font-size: 4rem;
    margin-left: 0px; } }
/*-------------------------------------------------*\

  NEWS

\*-------------------------------------------------*/
/*----------------MOBILE--------------------*/
.infoCard.newsCard {
  margin-right: 2rem;
  display: block;
  float: left;
  width: 45%;
  min-height: 650px;
  margin-bottom: 3rem; }
  .infoCard.newsCard a {
    text-decoration: none;
    cursor: pointer; }
  .infoCard.newsCard h3 {
    margin-top: -1rem; }
  .infoCard.newsCard p.postDate {
    margin: -.5rem 0 -.5rem 0;
    padding: 0;
    font-size: .9rem;
    font-style: italic; }

.newsCard img {
  width: 100%; }

/*-----------Tiny Mobile------------------*/
@media screen and (max-width: 690px) {
  .infoCard.newsCard {
    margin: 0;
    width: 100%;
    height: inherit;
    margin-left: -2rem;
    float: none;
    min-height: inherit;
    margin-bottom: 1rem; }

  .infoCard.newsCard {
    margin-right: 0;
    margin-bottom: 2rem; } }
/*-------------------TABLET-----------------------*/
@media screen and (min-width: 965px) {
  .infoCard.newsCard {
    min-height: 730px; } }
/*------------------DESKTOP + --------------------*/
@media screen and (min-width: 1200px) {
  .infoCard.newsCard {
    min-height: 600px; } }
/*-------------------Xtra WIDE DESKTOP-----------------------*/
@media screen and (min-width: 1300px) {
  .infoCard.newsCard {
    width: 525px;
    height: 700px; } }
/*-------------------------------------------------*\

  MUSEUM

\*-------------------------------------------------*/
/*----------------MOBILE--------------------*/
.currentExhibit.eventCard {
  background-image: url("images/exhibit-lensman.jpg");
  height: 525px;
  margin-top: -3rem;
  margin-bottom: 3rem;
  z-index: 99; }

.banner-museum h3 {
  color: #fff; }
.banner-museum h4 {
  color: #fee761;
  text-transform: none;
  line-height: 1.6rem;
  margin-top: 1.7rem;
  margin-bottom: 2rem;
  font-size: 1.6rem; }
.banner-museum .buttonRider {
  float: left;
  display: block;
  width: 12rem;
  line-height: 1rem;
  margin-left: 1rem; }
.banner-museum .buttonWithRider {
  float: left; }
.banner-museum p {
  line-height: 1rem; }
.banner-museum .museumExtended {
  clear: both;
  padding-top: 2rem; }

.museumEventText p {
  margin: 0;
  line-height: 1.2rem;
  font-style: italic;
  font-family: "museo-slab", serif;
  color: #113b8e;
  font-size: 1.1rem;
  margin-top: 1rem; }
.museumEventText h5 {
  margin-top: .5rem;
  line-height: 1.7rem;
  text-transform: uppercase;
  font-size: 1.6rem;
  margin-bottom: 1.5rem; }

.eventRow {
  margin-top: 3rem;
  margin-bottom: -1.5rem; }

.eventDetails p.current {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1rem; }
.eventDetails p.exhibitDates {
  font-family: "museo-slab", serif;
  color: #fff;
  margin-top: 0;
  padding-top: 0;
  line-height: 1rem; }
.eventDetails h6 {
  color: #fff;
  text-transform: uppercase; }
.eventDetails h3 {
  font-size: 2.7rem; }

.h2alt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.2rem; }

.redLink {
  font-family: "museo-slab", serif;
  text-transform: uppercase;
  color: #2467ee; }
  .redLink:after {
    font-family: 'fontawesome';
    content: " \f105"; }

.content-gallery ul, .contentPadding ul {
  margin: 1rem 0 0 1.3rem; }

img.dropshadow {
  -webkit-box-shadow: 5px 2px 13px -1px rgba(128, 128, 128, 0.32);
  -moz-box-shadow: 5px 2px 13px -1px rgba(128, 128, 128, 0.32);
  box-shadow: 5px 2px 13px -1px rgba(128, 128, 128, 0.32); }

body {
  overflow-x: hidden !important; }

.basicWrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.newPolaroid {
  display: block;
  float: none;
  position: relative;
  transform: rotate(0deg);
  margin-top: -3rem; }
  .newPolaroid .newPolaroidContainer {
    position: relative;
    padding-left: 25%; }
    .newPolaroid .newPolaroidContainer .newPolaroidBox {
      z-index: 1;
      width: 405px;
      height: 440px;
      overflow: hidden;
      border: 15px solid #fff;
      border-bottom: 110px solid #fff;
      -webkit-box-shadow: 5px 2px 13px 2px rgba(128, 128, 128, 0.32);
      -moz-box-shadow: 5px 2px 13px 2px rgba(128, 128, 128, 0.32);
      box-shadow: 5px 2px 13px 2px rgba(128, 128, 128, 0.32);
      display: block;
      background-size: cover;
      background-attachment: top center; }

.newPolaroidQuote {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 99;
  margin-top: -95px;
  font-family: "ff-market-web";
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  font-size: 45px;
  max-width: 400px;
  text-align: center;
  color: #113b8e; }
  .newPolaroidQuote small {
    font-size: 2rem; }
  .newPolaroidQuote strong {
    font-size: 4rem;
    font-weight: normal; }
  .newPolaroidQuote.newHomePolaroidQuote {
    font-size: 65px;
    transform: none;
    margin-top: -100px; }

.newPolaroidQuote {
  transform: rotate(12deg); }

.newPolaroidContainer .newPolaroidQuote {
  transform: rotate(-7deg); }

#slider.wooslider {
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  width: 100%; }

/*-----------Tiny Mobile------------------*/
@media screen and (max-width: 690px) {
  .newPolaroid .newPolaroidContainer {
    padding-left: 0; }
    .newPolaroid .newPolaroidContainer .newPolaroidBox {
      width: 100%; }

  .newPolaroidQuote {
    max-width: 300px;
    margin-top: -105px; }
    .newPolaroidQuote.newHomePolaroidQuote {
      max-width: 350px;
      font-size: 55px;
      text-align: center; } }
/*-------------------TABLET-----------------------*/
@media screen and (min-width: 965px) {
  .newPolaroid {
    position: absolute;
    transform: rotate(-10deg);
    margin-top: -9.23rem;
    z-index: 1300; }
    .newPolaroid.rightAlign {
      right: 8.3333333333%; }
    .newPolaroid.leftAlign {
      left: 8.3333333333%; }
    .newPolaroid .newPolaroidContainer .newPolaroidBox {
      width: 300px;
      height: 330px; }
    .newPolaroid .newPolaroidContainer .newPolaroidQuote {
      width: inherit;
      padding-top: 0; }
      .newPolaroid .newPolaroidContainer .newPolaroidQuote strong {
        font-size: 4rem; }

  #slider.wooslider {
    margin-left: 0;
    margin-right: 0; } }
/*------------------DESKTOP + --------------------*/
@media screen and (min-width: 1200px) {
  .newPolaroid .newPolaroidContainer .newPolaroidBox {
    width: 405px;
    height: 440px; }

  .newPolaroid .newPolaroidContainer .newPolaroidQuote {
    width: 100%;
    padding-top: 0; }
    .newPolaroid .newPolaroidContainer .newPolaroidQuote strong {
      font-size: 5rem; } }
/*-------------------------------------------------*\

  EVENT CARDS

\*-------------------------------------------------*/
.eventCard {
  position: relative;
  background-size: cover;
  background-position: center center;
  min-height: 200px;
  cursor: pointer;
  margin-bottom: 1rem; }
  .eventCard.animateTransition {
    transition: all 0.3s ease; }
  .eventCard.animate {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03); }
  .eventCard:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(35, 31, 32, 0.85) 0%, transparent 50%); }
  .eventCard .eventDetails {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    padding: .75rem 1.5rem;
    z-index: 1; }
    .eventCard .eventDetails a {
      text-decoration: none; }
    .eventCard .eventDetails h3 {
      font-family: "proxima-nova", "Helvetica Neue", Helvetica, sans-serif;
      text-transform: uppercase;
      color: #fff;
      font-size: 2.3rem;
      font-weight: 700;
      margin-bottom: .33rem; }
      .eventCard .eventDetails h3 small {
        display: block;
        font-size: 1.1rem;
        font-weight: 500;
        line-height: 1.6rem; }
    .eventCard .eventDetails ul {
      list-style-type: none;
      margin: 0; }
      .eventCard .eventDetails ul li {
        display: inline;
        padding-right: 2rem;
        color: #fff;
        font-family: "proxima-nova", "Helvetica Neue", Helvetica, sans-serif;
        font-weight: 100;
        font-size: .84; }
        .eventCard .eventDetails ul li i {
          padding-right: .3rem; }
    .eventCard .eventDetails .eventDescription {
      color: #fff;
      line-height: 1.8rem;
      font-size: 1.2rem;
      margin-top: 1.25rem;
      font-family: "proxima-nova", "Helvetica Neue", Helvetica, sans-serif;
      font-weight: 100;
      display: none; }
  .eventCard .addToTrip {
    position: absolute;
    top: 1em;
    right: 1em;
    display: none;
    z-index: 3; }
    .eventCard .addToTrip a {
      display: inline-block;
      background-color: #2467ee;
      font-size: .76rem;
      padding: 0 .5rem;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase; }
      .eventCard .addToTrip a:hover {
        background-color: #417df7; }
      .eventCard .addToTrip a.success {
        background-color: #5ce065; }
        .eventCard .addToTrip a.success:hover {
          background-color: #5ce065; }

/*-------------------TABLET-----------------------*/
@media screen and (min-width: 965px) {
  .eventCard {
    min-height: 300px;
    margin-bottom: 1.53rem; } }
@media screen and (max-width: 690px) {
  .eventCard .eventDetails h3 {
    font-size: 2rem; }
  .eventCard .ticketsInfo {
    display: none !important; } }
/*-------------------------------------------------*\

  MY TRIP

\*-------------------------------------------------*/
.tripList .element-item {
  position: relative; }

.fullVertical {
  height: 100vh;
  position: relative; }

.card-hollow {
  border: 1px solid #fff;
  margin: 10rem 0;
  padding: 3rem;
  color: #fff; }
  .card-hollow h2 {
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "museo-slab", serif;
    color: #fff; }
  .card-hollow h1, .card-hollow h2, .card-hollow h3, .card-hollow h4, .card-hollow h5 {
    color: #fff; }
  .card-hollow a {
    color: #fff; }
    .card-hollow a:hover {
      text-decoration: none;
      color: #fff; }

.small {
  font-size: .84rem; }

.soft-gradient {
  position: relative;
  background-size: cover;
  background-position: top center; }
  .soft-gradient:before {
    content: " ";
    position: absolute;
    z-index: 1199;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #5aea99;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #5aea99 0%, #fc5552 50%, #6736bb 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #5aea99 0%, #fc5552 50%, #6736bb 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #5aea99 0%, #fc5552 50%, #6736bb 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5aea99', endColorstr='#6736bb',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    mix-blend-mode: overlay;
    opacity: .75; }
  .soft-gradient:after {
    content: " ";
    position: absolute;
    z-index: 1200;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .5; }
  .soft-gradient.right-content:after {
    background: -moz-linear-gradient(left, rgba(103, 54, 187, 0) 0%, #231f20 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(103, 54, 187, 0) 0%, #231f20 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(103, 54, 187, 0) 0%, #231f20 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006736bb', endColorstr='#231f20',GradientType=1 ); }
  .soft-gradient.left-content:after {
    background: -moz-linear-gradient(left, #231f20 0%, rgba(103, 54, 187, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #231f20 0%, rgba(103, 54, 187, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #231f20 0%, rgba(103, 54, 187, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#231f20', endColorstr='#006736bb', GradientType=1); }

.the-content {
  position: relative;
  z-index: 1201; }

.errorMessage {
  display: none;
  color: #fc5d56; }

/*-------------------------------------------------*\

  HOME GRID

\*-------------------------------------------------*/
.homeBanner {
  /*-----------Tiny Mobile------------------*/ }
  .homeBanner h2 {
    font-weight: 700; }
  .homeBanner .banner_video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    bottom: 0;
    right: 0;
    overflow: hidden; }
    .homeBanner .banner_video .banner__video {
      width: 100%; }
    .homeBanner .banner_video iframe {
      height: 100%;
      position: absolute;
      width: 100%;
      top: 0;
      left: 0; }
  .homeBanner .banner_mobile {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: center bottom; }
  @media screen and (max-width: 690px) {
    .homeBanner .banner_video {
      display: none; }
    .homeBanner .banner_mobile {
      display: block; }
    .homeBanner h2 {
      font-size: 3.5rem; } }

.maxContainer {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }

.home-grid {
  margin-top: 0; }
  .home-grid .card-width-large {
    width: 49%; }
  .home-grid .card-width-med {
    width: 24%; }
    .home-grid .card-width-med .ticketsInfo {
      display: none; }
    .home-grid .card-width-med .locationInfo {
      display: none; }
    .home-grid .card-width-med ul li {
      font-size: 13px; }
    .home-grid .card-width-med h3 {
      font-size: 1.2rem;
      line-height: 1.5rem;
      font-weight: 700; }
  .home-grid .card-height-large {
    height: 400px; }
  .home-grid .card-height-med {
    height: 300px; }
  .home-grid .card-height-small {
    height: 160px; }
  .home-grid .eventCard {
    min-height: auto;
    margin-bottom: 1%; }
    .home-grid .eventCard h3 {
      margin-top: 0;
      float: none; }
  .home-grid .grid-sizer {
    width: 24%; }
  .home-grid .grid-gutter {
    width: 1%; }
  @media screen and (max-width: 690px) {
    .home-grid .card-width-large {
      width: 100%; }
    .home-grid .card-height-large {
      height: 300px; }
      .home-grid .card-height-large h3 {
        font-size: 2.3rem;
        font-weight: 700;
        line-height: 32px; }
    .home-grid .card-height-med {
      height: 300px; }
      .home-grid .card-height-med h3 {
        font-size: 2.3rem;
        font-weight: 700;
        line-height: 32px; }
    .home-grid .card-height-small {
      height: 300px; }
      .home-grid .card-height-small h3 {
        font-size: 2.3rem;
        font-weight: 700;
        line-height: 32px; }
    .home-grid .card-width-med {
      width: 100%; }
      .home-grid .card-width-med h3 {
        font-size: 2.3rem;
        font-weight: 700;
        line-height: 32px; }
      .home-grid .card-width-med .ticketsInfo {
        display: block; }
      .home-grid .card-width-med .locationInfo {
        display: block; } }

/*-------------------TABLET-----------------------*/
@media screen and (min-width: 900px) {
  .home-grid {
    margin-top: 4.6rem; } }
@media screen and (max-width: 690px) {
  .my-trip-mobile .slicknav_menu {
    z-index: 10000000000;
    position: relative; }
  .my-trip-mobile .brandingRow, .my-trip-mobile .ticketBar, .my-trip-mobile .fullbleed {
    display: none; }
  .my-trip-mobile .cardColumn {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 1000;
    overflow-x: scroll;
    height: 27vh;
    border-top: 5px solid #fff;
    -webkit-box-shadow: 0px -15px 60px 0px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px -15px 60px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 0px -15px 60px 0px rgba(0, 0, 0, 0.8);
    background-color: #fff; }
    .my-trip-mobile .cardColumn #my-trip {
      width: 1000000000%; }
    .my-trip-mobile .cardColumn .eventCard {
      width: 85vw;
      float: left;
      height: 27vh;
      margin-bottom: 0px;
      margin-left: 5px;
      min-height: auto; }
  .my-trip-mobile .mapColumn {
    position: fixed;
    top: 45px;
    left: 0;
    right: 0;
    height: 66vh; }
    .my-trip-mobile .mapColumn .fullVertical {
      height: 100%; } }
/*-------------------------------------------------*\

  EVENT PAGE

\*-------------------------------------------------*/
.event-banner {
  padding: 15rem 0 0 0;
  position: relative; }
  .event-banner .event-card-container {
    position: relative; }
  .event-banner .event-card {
    position: absolute;
    right: 0;
    background-color: #6846b7;
    color: #fff;
    max-width: 25rem;
    z-index: 1; }
    .event-banner .event-card .event-card-padding {
      padding: 1.53rem; }
    .event-banner .event-card .event-card-date {
      display: inline-block;
      background-color: #513985;
      padding: .18rem .625rem;
      margin: .93rem 0px;
      font-family: "proxima-nova", "Helvetica Neue", Helvetica, sans-serif;
      font-weight: 100;
      font-size: 1.23rem; }
    .event-banner .event-card .event-card-desc {
      line-height: 1.76rem;
      font-style: italic;
      font-family: "proxima-nova", "Helvetica Neue", Helvetica, sans-serif; }
    .event-banner .event-card .event-card-meta {
      list-style: none;
      margin: 0;
      padding: 0;
      margin-top: 2.3rem;
      font-family: "proxima-nova", "Helvetica Neue", Helvetica, sans-serif;
      font-size: 1.07rem; }
      .event-banner .event-card .event-card-meta li i {
        margin-right: .71rem; }
      .event-banner .event-card .event-card-meta li.event-card-location {
        color: #fee761;
        text-transform: uppercase; }
      .event-banner .event-card .event-card-meta li.event-card-add {
        font-family: "museo-slab", serif;
        margin-top: .675rem;
        font-size: 1.14rem; }
        .event-banner .event-card .event-card-meta li.event-card-add a {
          color: #fff;
          text-decoration: none;
          font-weight: 700;
          text-transform: uppercase; }
          .event-banner .event-card .event-card-meta li.event-card-add a:hover {
            color: #fcbc5e; }
    .event-banner .event-card .event-card-button {
      display: block; }
      .event-banner .event-card .event-card-button a {
        position: relative;
        display: block;
        background-color: #ec5e54;
        padding: 1.53rem;
        font-size: 1.84rem;
        font-weight: 800;
        font-family: "museo-slab", serif;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none; }
        .event-banner .event-card .event-card-button a .event-card-arrow-icon {
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          background-color: #cf534a;
          display: block;
          padding: 23px;
          color: #fff; }
        .event-banner .event-card .event-card-button a:hover {
          background-color: #fcbc5e; }
          .event-banner .event-card .event-card-button a:hover .event-card-arrow-icon {
            background-color: #fe885a; }
    .event-banner .event-card h1 {
      font-family: "proxima-nova", "Helvetica Neue", Helvetica, sans-serif;
      font-size: 3.84rem;
      font-weight: 700;
      text-transform: uppercase;
      word-wrap: break-word; }
  @media screen and (max-width: 690px) {
    .event-banner .event-card {
      position: relative;
      top: 0rem;
      max-width: 100%; } }

.new-event-banner2 {
  padding: 0;
  position: relative;
  min-height: 15rem; }
  .new-event-banner2.noBanner {
    min-height: 1rem;
    padding-top: 2rem; }

.new-event-banner .event-card-container {
  position: relative; }
.new-event-banner .event-card {
  background-color: #6846b7;
  color: #fff;
  z-index: 1; }
  .new-event-banner .event-card .event-card-padding {
    padding: 1rem 0; }
  .new-event-banner .event-card .event-card-date {
    display: inline-block;
    background-color: #513985;
    padding: .18rem .625rem;
    margin: .93rem 0px;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 100;
    font-size: 1.23rem; }
  .new-event-banner .event-card .event-card-desc {
    line-height: 1.76rem;
    font-style: italic;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, sans-serif; }
  .new-event-banner .event-card .event-card-meta {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 0;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.07rem; }
    .new-event-banner .event-card .event-card-meta li {
      display: inline-block;
      margin-right: 1.15rem; }
      .new-event-banner .event-card .event-card-meta li i {
        margin-right: .3rem; }
      .new-event-banner .event-card .event-card-meta li.event-card-location {
        color: #fee761;
        text-transform: uppercase; }
  .new-event-banner .event-card .event-card-add {
    font-family: "museo-slab", serif;
    margin-top: .675rem;
    font-size: 1rem; }
    .new-event-banner .event-card .event-card-add a {
      color: #fff;
      text-decoration: underline;
      font-weight: 700;
      text-transform: uppercase; }
      .new-event-banner .event-card .event-card-add a:hover {
        color: #fcbc5e; }
  .new-event-banner .event-card .event-card-button {
    display: block; }
    .new-event-banner .event-card .event-card-button a {
      position: relative;
      display: block;
      background-color: #ec5e54;
      padding: 1rem;
      font-size: 1.53rem;
      font-weight: 800;
      font-family: "museo-slab", serif;
      color: #fff;
      text-transform: uppercase;
      text-decoration: none;
      width: 17.2rem; }
      .new-event-banner .event-card .event-card-button a .event-card-arrow-icon {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #cf534a;
        display: block;
        padding: 17px;
        color: #fff; }
      .new-event-banner .event-card .event-card-button a:hover {
        background-color: #fcbc5e; }
        .new-event-banner .event-card .event-card-button a:hover .event-card-arrow-icon {
          background-color: #fe885a; }
  .new-event-banner .event-card h1 {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 3.84rem;
    font-weight: 700;
    text-transform: uppercase;
    word-wrap: break-word;
    color: #fff;
    margin-bottom: 0; }
@media screen and (max-width: 690px) {
  .new-event-banner .event-card {
    position: relative;
    top: 0rem;
    max-width: 100%; } }

.noBanner {
  padding-top: 6rem; }
  .noBanner:after {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0.25;
    border-bottom: 5px solid #ec5e54; }

.contentBlockSpacing {
  margin-bottom: 2.3rem; }
  .contentBlockSpacing:last-of-type {
    margin-bottom: 0px; }

.secondaryNav {
  position: relative;
  background-color: #e1e1e1;
  margin-right: inherit;
  border-left: 2px solid #59e39b;
  padding: 1rem 3rem .5rem; }
  .secondaryNav.polaroidSpacing {
    margin-top: 0rem; }
  .secondaryNav h3 {
    color: #464b55;
    margin-bottom: 0rem;
    font-size: 1rem; }
  .secondaryNav li {
    padding-bottom: 0;
    display: inline; }
  .secondaryNav a {
    text-decoration: underline;
    font-size: 14px;
    color: #7d8189;
    padding-right: .5rem; }
    .secondaryNav a:hover {
      text-decoration: none; }

/*.row.content-gallery.gutters {
  margin:0;
}*/
.gutters > .offset-1 {
  margin-left: 0  !important; }

/*-------------------900-----------------------*/
@media screen and (min-width: 900px) {
  .gutters > .offset-1 {
    margin-left: calc(8.3333333333% + 2%) !important; } }
/*-------------------TABLET-----------------------*/
@media screen and (min-width: 965px) {
  .new-event-banner2 {
    padding: 0;
    position: relative;
    min-height: 30rem; }

  .secondaryNav {
    position: absolute;
    right: 0;
    bottom: inherit;
    margin-right: 8.333333%;
    border-left: 2px solid #59e39b;
    padding: 2rem 3rem 1rem;
    background-color: transparent; }
    .secondaryNav.polaroidSpacing {
      margin-top: 33rem; }
    .secondaryNav h3 {
      color: #464b55;
      margin-bottom: 25px;
      font-size: 1.5rem; }
    .secondaryNav li {
      padding-bottom: 5px;
      display: block; }
    .secondaryNav a {
      text-decoration: underline;
      font-size: 16px;
      color: #7d8189;
      padding-right: inherit; }
      .secondaryNav a:hover {
        text-decoration: none; } }
/*-------------------------------------------------*\

  QUOTES

\*-------------------------------------------------*/
.gradient-quote {
  background: #113b8e;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #113b8e 0%, #4fd5ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #113b8e 0%, #4fd5ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #113b8e 0%, #4fd5ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#113b8e', endColorstr='#4fd5cc',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  margin-top: 6rem; }
  .gradient-quote.orange {
    background: #fc5d56;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #b82116 0%, #fd8859 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #b82116 0%, #fd8859 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #b82116 0%, #fd8859 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b82116', endColorstr='#fd8859',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
  .gradient-quote.purple {
    background: #6846b7;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #6846b7 0%, #fc5d56 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #6846b7 0%, #fc5d56 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #6846b7 0%, #fc5d56 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6846b7', endColorstr='#fc5d56',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
  .gradient-quote.green {
    background: #6846b7;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #6846b7 0%, #58e39b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #6846b7 0%, #58e39b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #6846b7 0%, #58e39b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6846b7', endColorstr='#58e39b',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }

.side-quote {
  padding: 1rem 4rem 1rem 1rem;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#113b8e+0,9748c0+58,2467ee+100 */ }

/*-------------------------------------------------*\

  MARGINS & PADDING

\*-------------------------------------------------*/
.contentPadding {
  margin-top: 4rem;
  margin-bottom: 4rem; }

.mts {
  margin-top: .38rem; }

.mtm {
  margin-top: .76rem; }

.mtl {
  margin-top: 1.15rem; }

.mbs {
  margin-bottom: .38rem; }

.mbm {
  margin-bottom: .76rem; }

.mbl {
  margin-bottom: 1.15rem; }

.mrs {
  margin-right: .38rem; }

.mrm {
  margin-right: .76rem; }

.mrl {
  margin-right: 1.15rem; }

.mls {
  margin-left: .38rem; }

.mlm {
  margin-left: .76rem; }

.mll {
  margin-left: 1.15rem; }

.pts {
  padding-top: .38rem; }

.ptm {
  padding-top: .76rem; }

.ptl {
  padding-top: 1.15rem; }

.pbs {
  padding-bottom: .38rem; }

.pbm {
  padding-bottom: .76rem; }

.pbl {
  padding-bottom: 1.15rem; }

.prs {
  padding-right: .38rem; }

.prm {
  padding-right: .76rem; }

.prl {
  padding-right: 1.15rem; }

.pls {
  padding-left: .38rem; }

.plm {
  padding-left: .76rem; }

.pll {
  padding-left: 1.15rem; }

/*
 LAUREN PUT YOUR STUFF HERE FOR NOW
*/
