/******** COLORS *********/
.ex-absolute-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ex-clear {
  content: "";
  display: table;
  clear: both; }

.ex-input-base {
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  border: 2px solid #FFF;
  width: 100%;
  margin-bottom: 16px;
  font-weight: 300;
  background-color: #229be8;
  border-radius: 4px;
  padding: 6px 12px;
  color: #888; }

/*//////////////////////////////////////////////////////
///                GENERAL RESET                     ///
//////////////////////////////////////////////////////*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, #container {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

html {
  min-height: 100%; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

div {
  background: RGBA(0, 0, 0, 0); }

body {
  min-height: 100%;
  font-size: 16px; }

ol, ul, li {
  list-style: none; }

.clear {
  clear: both; }

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

b {
  font-weight: bold; }

iframe {
  outline: none;
  border: none; }

i {
  font-style: italic; }

input {
  outline: none; }

/*//////////////////////////////////////////////////////
///                    FRAMEWORK                     ///
//////////////////////////////////////////////////////*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden; }

.container {
  width: 100%;
  margin: auto; }

.row {
  width: 100%;
  clear: both;
  position: relative; }

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

.col {
  position: relative;
  float: left;
  min-height: 1px; }

.col.col-10 {
  width: 10%; }

.col.col-15 {
  width: 15%; }

.col.col-20 {
  width: 20%; }

.col.col-25 {
  width: 25%; }

.col.col-27 {
  width: 27%; }

.col.col-28 {
  width: 28%; }

.col.col-29 {
  width: 29%; }

.col.col-30 {
  width: 30%; }

.col.col-32 {
  width: 32%; }

.col.col-33 {
  width: 33%; }

.col.col-34 {
  width: 34%; }

.col.col-35 {
  width: 35%; }

.col.col-38 {
  width: 38%; }

.col.col-40 {
  width: 40%; }

.col.col-45 {
  width: 45%; }

.col.col-46 {
  width: 46%; }

.col.col-47 {
  width: 47%; }

.col.col-48 {
  width: 48%; }

.col.col-50 {
  width: 50%; }

.col.col-55 {
  width: 55%; }

.col.col-57 {
  width: 57%; }

.col.col-60 {
  width: 60%; }

.col.col-63 {
  width: 63%; }

.col.col-65 {
  width: 65%; }

.col.col-66 {
  width: 66%; }

.col.col-67 {
  width: 67%; }

.col.col-70 {
  width: 70%; }

.col.col-75 {
  width: 75%; }

.col.col-80 {
  width: 80%; }

.col.col-85 {
  width: 85%; }

.col.col-90 {
  width: 90%; }

.col.col-100 {
  width: 100%; }

.col.center {
  float: none;
  margin: auto; }

.block {
  display: block !important; }

.centered-text {
  text-align: center; }

.float-left {
  float: left;
  margin: 0 40px 40px 0; }

.float-right {
  float: right;
  margin: 0 0 40px 40px; }

.full-width {
  width: 100%; }

.gray-border-bottom, .divider {
  border-bottom: 1px solid #EEE; }

.divider {
  width: 100%; }

.height-100 {
  height: 100%; }

.mar-l-5 {
  margin-left: 5%; }

.mar-r-2 {
  margin-right: 2%; }

.mar-r-3 {
  margin-right: 3%; }

.mar-r-4 {
  margin-right: 4%; }

.mar-r-5 {
  margin-right: 5%; }

.mar-r-6-5 {
  margin-right: 6.5%; }

.mar-r-8 {
  margin-right: 8%; }

.mar-r-10 {
  margin-right: 10%; }

.max-half {
  max-width: 50%; }

.max-width-full {
  max-width: 100%; }

.margin-bottom-standard {
  margin-bottom: 20px; }

.margin-top-standard {
  margin-top: 20px; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.no-margin-top {
  margin-top: 0 !important; }

.no-pad {
  padding: 0 !important; }

.no-pad-left {
  padding-left: 0 !important; }

.no-pad-right {
  padding-right: 0 !important; }

.no-pad-top {
  padding-top: 0 !important; }

.no-pad-bottom {
  padding-bottom: 0 !important; }

.pad-bottom-0, .col.pad.pad-bottom-0 {
  padding-bottom: 0; }

.pad-bottom-10, .col.pad.pad-bottom-10 {
  padding-bottom: 10px; }

.pad-bottom-15, .col.pad.pad-bottom-15 {
  padding-bottom: 15px; }

.pad-bottom-20, .col.pad.pad-bottom-20 {
  padding-bottom: 20px; }

.pad-bottom-40, .col.pad.pad-bottom-40 {
  padding-bottom: 40px; }

.pad-bottom-50, .col.pad.pad-bottom-50 {
  padding-bottom: 50px; }

.pad-bottom-100, .col.pad.pad-bottom-100 {
  padding-bottom: 100px; }

.pad-bottom-standard {
  padding-bottom: 20px !important; }

.pad-top-5, .col.pad.pad-top-5 {
  padding-top: 5px; }

.pad-top-10, .col.pad.pad-top-10 {
  padding-top: 10px; }

.pad-top-15, .col.pad.pad-top-15 {
  padding-top: 15px; }

.pad-top-20, .col.pad.pad-top-20 {
  padding-top: 20px; }

.pad-top-25, .col.pad.pad-top-25 {
  padding-top: 25px; }

.pad-top-30, .col.pad.pad-top-30 {
  padding-top: 30px; }

.pad-top-40, .col.pad.pad-top-40 {
  padding-top: 40px; }

.pad-top-100, .col.pad.pad-top-100 {
  padding-top: 100px; }

.pad-top-standard, .col.pad.pad-top-standard {
  padding-top: 20px !important; }

.pad-top-bottom-standard, .col.pad.pad-top-bottom-standard {
  padding-top: 20px;
  padding-bottom: 20px; }

.pad-right-standard {
  padding-right: 20px; }

.show-now {
  display: block !important; }

.show-on-print, .show-on-print-block, .show-on-print-inline-block {
  display: none; }

sup {
  vertical-align: super;
  font-size: smaller; }

.table {
  display: table; }

.t-cell-v-middle {
  display: table-cell;
  vertical-align: middle;
  float: none; }

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

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

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

.pad {
  padding: 40px 0; }

@font-face {
  font-family: 'NexaRustSans';
  src: url("fonts/NexaRustSans-Black-Free-webfont.woff2") format("woff2"), url("fonts/NexaRustSans-Black-Free-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
p, li, input, a {
  font-family: "Cabin", sans-serif;
  font-size: 1rem;
  color: #333; }

a {
  text-decoration: underline;
  color: #626f95; }

em {
  font-style: italic; }

li {
  list-style: disc;
  margin-bottom: 5px; }

p {
  margin-bottom: 1em; }

ul {
  padding-left: 1.25rem;
  margin-bottom: 20px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Cabin", sans-serif; }

h1 {
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px; }

h1.blue {
  color: #FFF;
  background-color: #626f95;
  padding: 10px 0; }

h2 {
  font-size: 1.75rem;
  color: #44304c;
  margin-bottom: 20px; }

h3 {
  padding: 20px 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #626f95; }

h3 span {
  font-weight: 300; }

h4 {
  font-weight: 700;
  padding-bottom: 12px;
  color: #5b7d61; }

h4 span {
  font-weight: 300; }

img {
  display: inline-block;
  max-width: 100%; }

img.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

nav ul {
  margin: 0;
  padding: 0; }

section {
  margin-top: 40px; }

section.border {
  border-top: 1px solid #EEE;
  padding-top: 40px; }

strong {
  font-weight: 700; }

.bio {
  padding: 40px 0;
  border-bottom: 1px solid #EEE; }

.bio:last-child {
  border-bottom: none; }

.bio h2 {
  font-size: 1.5rem;
  margin: 0; }

.bio h3 {
  text-transform: none;
  font-size: 1.125rem;
  margin-bottom: 20px;
  color: #AAA;
  font-weight: 100;
  font-style: italic;
  padding: 0; }

.bio img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin: 0 40px 20px 0; }

.body-content {
  padding-top: 150px; }

.centered-header {
  text-align: center; }

.container {
  margin: auto;
  width: 80%;
  max-width: 1200px; }

.custom-select-area {
  cursor: pointer;
  position: relative;
  padding-right: 30px;
  width: 100%;
  padding-right: 30px;
  font-weight: 300;
  cursor: pointer;
  position: relative;
  font-style: italic; }

.custom-select-area label {
  font-weight: 300;
  color: #BBB;
  padding: 0;
  margin: 0;
  font-size: 16px; }

.custom-select-area label.has-value {
  color: #888;
  font-style: normal; }

.custom-select-area.focus label {
  color: #333; }

.custom-select-area label:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  width: 25px;
  height: 25px;
  /*background: url($ringtailIconSpriteURL) no-repeat;
  background-position: -25px -40px;*/ }

.double-feature {
  padding: 60px;
  text-align: center; }

.double-feature br {
  margin-bottom: 5px;
  display: block;
  content: ''; }

.double-feature h3 {
  text-transform: none;
  font-size: 24px;
  font-weight: 300;
  border-bottom: 1px solid #EEE;
  margin-bottom: 20px; }

.double-feature.purple h3 {
  color: #44304c; }

.error-message {
  display: none; }

.error .error-message {
  display: block; }

.event h2, .result-list.events h2 {
  margin-bottom: 0; }

.event h3, .result-list.events h3 {
  padding: 0; }

.event h3 a {
  text-transform: none;
  color: #AAA;
  font-weight: 300; }

.event .featured h3 {
  padding-bottom: 20px; }

.feature {
  padding: 40px 0; }

.result-list.events .date {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  text-align: center;
  height: 100%;
  background-color: #EEE; }

.result-list.events .date span {
  position: absolute;
  display: block;
  font-family: "Cabin", sans-serif;
  font-size: 13px;
  width: 100%;
  left: 0; }

.result-list.events .date .day-of-week {
  bottom: 2px;
  font-size: 12px;
  color: #888; }

.result-list.events .date .day {
  top: 50%;
  font-size: 28px;
  margin-top: -14px;
  font-weight: 700;
  color: #626f95; }

.result-list.events .date .month {
  top: 0;
  padding: 2px 2px 3px;
  background-color: #626f95;
  color: #FFF;
  text-transform: uppercase;
  font-size: 12px; }

.result-list.events .type {
  font-size: 0.75rem;
  text-transform: none;
  margin-left: 5px;
  line-height: 1em;
  padding: 2px 10px 3px;
  vertical-align: middle;
  margin-top: -2px; }

.feature-columns > .col {
  padding: 40px 0; }

.feature-columns img {
  display: block;
  margin: auto;
  margin-bottom: 10px; }

.feature-columns h2, .feature-columns h3 {
  text-align: center; }

.feature-columns h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0; }

.feature-columns h3 {
  padding-top: 5px;
  font-size: 16px;
  border-bottom: 1px solid #CCC;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-transform: none;
  font-weight: 300;
  color: #AAA; }

.blue h2 {
  color: #626f95; }

.muted-purple h2 {
  color: #534f70; }

.purple h2 {
  color: #44304c; }

.featured {
  background: #EEE;
  padding: 20px 20px 20px 0;
  margin-top: 20px;
  position: relative; }

.featured p:last-child {
  margin-bottom: 0; }

footer {
  margin-top: 100px;
  background: linear-gradient(to right, #626f95 0%, #44304c 100%) no-repeat;
  padding: 40px 0 20px; }

footer a, footer p {
  color: #FFF; }

footer li {
  list-style: none;
  margin-bottom: 10px; }

footer .logo {
  max-width: 200px; }

footer .tiny {
  color: rgba(255, 255, 255, 0.5); }

header {
  position: absolute;
  z-index: 1000;
  width: 100%;
  border-bottom: 1px solid #EEE;
  background: #FAFAFA; }

.header-mobile-menu {
  display: none; }

header nav, header nav li {
  display: inline-block;
  line-height: 60px; }

header nav a {
  text-decoration: none; }

header nav li {
  color: #626f95;
  margin: 0; }

header nav li a {
  padding: 0 25px;
  display: block;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  opacity: 1; }

header nav li a:after {
  content: '';
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #626f95;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity .2s ease; }

header nav li a:hover:after {
  opacity: 1; }

header .row {
  text-align: center; }

.header-logo {
  position: absolute;
  left: 0;
  top: 5px; }

.header-logo img {
  width: 100px; }

.heading {
  position: relative; }

.heading:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #626f95; }

.heading .left {
  background-color: #44304c;
  background: linear-gradient(to right, #626f95 0%, #44304c 100%) no-repeat;
  color: #FFF;
  padding: 10px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0; }

.heading h1 {
  margin-bottom: 0; }

.hero, .hero-bg {
  width: 100%; }

.hero {
  padding: 0 20% 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
  background: linear-gradient(to right, #626f95 0%, #44304c 100%) no-repeat; }

.hero h1 {
  text-align: center;
  font-size: 1.625rem;
  color: #FFF;
  /* margin-top: 20px; */
  text-transform: none;
  font-weight: 300;
  position: relative;
  line-height: 1.5em;
  position: relative;
  width: 100%;
  /* padding-left: 40%; */
  margin: 0;
  padding: 150px 0 180px 40%;
  text-align: left; }

.hero-bg {
  position: absolute;
  top: 0;
  left: 0; }

.hero-logo {
  margin: auto;
  display: block;
  max-width: 300px;
  position: relative;
  padding-top: 100px;
  max-width: 25%;
  position: absolute;
  left: 10%; }

.note {
  padding: 3px 0 4px;
  background-color: #EEE;
  position: relative;
  color: #AAA;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

.note:before, .featured:before {
  position: absolute;
  content: '';
  top: 0;
  left: -24px;
  width: 20px;
  height: 100%;
  background-color: #EEE;
  border-left: 4px solid #44304c; }

.featured:before {
  border-left-color: #626f95; }

.page-node-type-homepage .body-content {
  padding: 0; }

.page-node-type-homepage header {
  background: none;
  border-bottom-color: rgba(255, 255, 255, 0.3); }

.page-node-type-homepage header nav li,
.page-node-type-homepage header nav a {
  color: #FFF; }

.page-node-type-homepage .header-logo {
  display: none; }

.page-node-type-homepage header nav li a:after {
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.4); }

.radios {
  margin-bottom: 20px; }

.radios input[type="radio"] {
  display: inline-block;
  width: auto;
  float: left;
  margin-right: 8px;
  margin: 0;
  margin-right: 8px;
  margin-top: 5px; }

.radios label {
  font-weight: 500;
  text-transform: none;
  font-size: 16px; }

.result {
  border: 1px solid #EEE;
  padding: 12px 20px 12px 100px;
  position: relative;
  display: block;
  text-decoration: none;
  cursor: pointer;
  border-left: none;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  margin-bottom: 10px; }

.result:hover {
  background-color: #FAFAFA; }

.result-list {
  margin-top: 50px; }

.right-side {
  width: 27%;
  position: absolute;
  right: 0;
  top: 0; }

.right-side h3 {
  margin: 0;
  padding: 5px 20px;
  background-color: #EEE;
  border-radius: 5px 0 0 5px; }

.tabs {
  margin: 40px 0;
  padding: 0; }

.tabs li {
  list-style: none;
  display: inline-block;
  margin-right: 20px; }

.tabs li.title-tab {
  font-weight: bold;
  color: #626f95; }

.tabs li a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  padding: 3px 20px 4px;
  border: 2px solid #626f95; }

.tabs li a:hover {
  background-color: #F8F8F8; }

.tiny {
  font-size: 0.875rem; }

.type {
  display: inline-block;
  padding: 3px 20px 4px;
  border-radius: 4px;
  background: #CCC;
  color: #FFF; }

.show-on-mobile {
  display: none; }

.page-node-type-full-width-generic header {
  position: relative; }

.page-node-type-full-width-generic .body-content {
  padding-top: 0; }

.page-node-type-full-width-generic footer {
  margin-top: 0; }

.sports .hero-bg {
  min-height: 100%;
  width: auto;
  max-width: none; }

.sports .button-clicker {
  background: #24506f;
  color: #FFF;
  font-weight: bold;
  cursor: pointer;
  padding: 12px; }

.sports .success .button-clicker {
  background: green; }

.button {
  position: relative;
  display: block; }

.pad-lr-20 {
  padding-left: 20px;
  padding-right: 20px; }

.sports fieldset {
  border: 1px solid #a4baca;
  border-radius: 5px;
  margin: 20px 0;
  padding: 20px; }

.sports .hero {
  padding: 50px 10%; }

.sports .radios {
  margin-bottom: 0; }

.sports .hero-logo {
  position: relative;
  margin: auto;
  left: auto;
  padding-top: 0; }

.sports .hero h1 {
  font-family: "NexaRustSans", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 60px;
  padding: 0;
  margin: 20px 0 0;
  text-align: center; }

.sports .hero h3 {
  font-family: "Pacifico", sans-serif;
  color: #ebebeb;
  font-size: 36px;
  text-align: center;
  padding: 0;
  position: relative;
  text-transform: none; }

.sports h2 {
  font-family: "NexaRustSans", sans-serif;
  font-size: 24px;
  color: #44304c;
  text-align: center;
  font-weight: 700; }

.sports h2 strong {
  font-weight: 900;
  font-size: 2em; }

.sports .main {
  text-align: center; }

.sports .main ul {
  display: inline-block;
  text-align: left;
  margin-top: 20px; }

.no-pad-bottom {
  padding-bottom: 0 !important; }

.sports .main li {
  font-size: 18px; }

.sports .banner {
  background: #44304c;
  color: #FFF;
  text-align: center;
  padding: 20px 10%; }

.sports .banner ul {
  padding: 0;
  margin: 0; }

.sports .banner li {
  font-family: "Lato", sans-serif;
  display: inline-block;
  text-transform: uppercase;
  color: #FFF;
  font-size: 16px;
  padding: 0 12px;
  list-style: none;
  font-weight: 900;
  margin: 0; }

label {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px; }

form {
  max-width: 400px;
  display: inline-block; }

.muted-blue {
  background: #c5d6e2; }

.thank-you, .form-invalid, .error-message {
  display: none;
  background: #FFF;
  padding: 10px;
  margin-bottom: 20px;
  text-align: left; }

.thank-you {
  border-left: 6px solid green; }

.form-invalid, .error-message {
  border-left: 6px solid red; }

.success .thank-you {
  display: block; }

ul ul li {
  list-style: circle; }

.sports .main ul ul {
  margin-top: 5px; }

.green {
  background: #5b7d61; }

.wait {
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 10px;
  text-align: center;
  padding: 3px;
  -webkit-animation: spin .5s infinite linear;
  animation: spin .5s infinite linear;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%; }

.wait:before {
  content: '';
  width: 2px;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  top: -2px;
  left: 50%;
  color: #FFF; }

.working .wait {
  display: block; }

input, textarea {
  display: block;
  border-radius: 4px;
  outline: 0;
  width: 100%;
  font-size: 15px;
  background: #F3F3F3;
  padding: 7px 10px 6px;
  border: 1px solid transparent;
  margin-bottom: 10px; }

.hero video {
  position: absolute;
  left: 0px;
  width: 100%; }

.video-cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(3, 19, 67, 0.4), rgba(3, 19, 67, 0)); }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@media only screen and (max-width: 1100px) {
  p, li {
    line-height: 1.3em; }

  .sports .hero h1 {
    font-size: 30px; }

  .sports h2 {
    font-size: 20px; }

  .sports .hero h3 {
    font-size: 24px; }

  .sports .banner li {
    display: block;
    margin-bottom: 5px;
    font-size: 20px; }

  img.max-half {
    max-width: 35%; }

  .body-content {
    padding-top: 20px; }

  .col.stack {
    float: none;
    width: 100%;
    clear: both;
    margin-left: 0 !important;
    margin-right: 0 !important; }

  .container {
    width: 94%; }

  .float-left {
    margin-right: 20px;
    margin-bottom: 20px; }

  .float-right {
    margin-left: 20px;
    margin-bottom: 20px; }

  header, .page-node-type-homepage header {
    position: relative; }

  header nav, .page-node-type-homepage header nav {
    background: linear-gradient(to right, #626f95 0%, #44304c 100%) no-repeat; }

  header nav {
    width: 100%; }

  header .container {
    width: 100%; }

  .header-logo {
    position: relative;
    top: auto;
    padding: 5px 0;
    text-align: left;
    width: 50%;
    float: left; }

  .header-mobile-menu {
    display: block;
    font-family: "Cabin", sans-serif;
    line-height: 60px;
    float: right;
    text-align: right;
    margin-right: 20px;
    color: #626f95;
    cursor: pointer; }

  #header-nav {
    display: none;
    clear: both; }

  #header-nav.is-active {
    display: block; }

  .header-logo img {
    margin-left: 6%; }

  .page-node-type-homepage header .header-logo {
    display: block; }

  header nav li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

  header nav li a {
    color: #FFF; }

  .hero {
    padding: 0 10%; }

  .hero h1 {
    padding: 20px 0 0;
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px; }

  .hero-logo {
    position: relative;
    left: auto;
    top: auto;
    width: 80%;
    max-width: 400px;
    margin: auto;
    padding-top: 40px; }

  .hero video {
    display: none; }

  nav {
    display: block; }

  .result-list.events .type {
    display: block;
    clear: both;
    margin: 0; }

  .right-side {
    position: relative;
    width: 100%;
    border-radius: 0; }

  section {
    margin-top: 20px; }

  section.border {
    padding-top: 20px; }

  .show-on-mobile {
    display: block; }

  .tabs li {
    display: block;
    margin-bottom: 20px; } }
@media print {
  header,
  footer {
    display: none; } }
