@charset "UTF-8";
/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013–2014 thoughtbot, inc.
 * MIT License */
button,
input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  background-color: #477dca;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
}

button:hover,
input[type="submit"]:hover {
  background-color: #2c5999;
  color: white;
}

button:disabled,
input[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #333;
  font-family: "proxima-nova", "arial", sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

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

h1 {
  font-size: 2.5em;
  font-weight: 700;
}

h2 {
  font-size: 2.25em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.75em;
}

h5 {
  font-size: 1.5em;
}

h6 {
  font-size: 1em;
}

p {
  margin: 0 0 0.75em;
}

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #477dca;
  text-decoration: none;
}

a:hover {
  color: #2c5999;
}

a:active,
a:focus {
  color: #2c5999;
  outline: none;
}

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

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

blockquote {
  border-left: 2px solid #ddd;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em;
}

cite {
  color: #737373;
  font-style: italic;
}

cite:before {
  content: "\2014 \00A0";
}

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

input,
label,
select {
  display: block;
  font-family: "proxima-nova", "arial", sans-serif;
  font-size: 1em;
}

label {
  font-weight: bold;
  margin-bottom: 0.375em;
}

label.required:after {
  content: "*";
}

label abbr {
  display: none;
}

textarea,
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
select[multiple="multiple"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "proxima-nova", "arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%;
}

textarea:hover,
input[type="color"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="email"]:hover,
input[type="month"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="time"]:hover,
input[type="url"]:hover,
input[type="week"]:hover,
textarea:hover,
select[multiple="multiple"]:hover {
  border-color: #c4c4c4;
}

textarea:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus,
select[multiple="multiple"]:focus {
  border-color: #477dca;
  box-shadow:
    inset 0 1px 3px rgba(0, 0, 0, 0.06),
    0 0 5px rgba(55, 112, 192, 0.7);
  outline: none;
}

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#main > div ul {
  list-style-type: disc;
  margin-bottom: 0.75em;
  padding-left: 1.5em;
}

dl {
  margin-bottom: 0.75em;
}

dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}

dl dd {
  margin: 0;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

html {
  box-sizing: border-box;
}

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

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: transparent;
  }
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 35px 35px 0;
    border-bottom: 35px solid transparent;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal;
  }
  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block;
  }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000;
  }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
  }
  .featherlight iframe {
    /* styling */
    border: none;
  }
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}

body {
  margin: 0;
  padding: 0;
}

body > iframe {
  display: none;
}

img {
  display: block;
}

a {
  color: #0287ca;
}

a:hover {
  color: #003b59;
}

hr {
  margin: 2em 0;
}

::selection,
a::selection {
  background: #53565b;
}

#hero {
  padding: 90px;
  text-align: center;
  color: #ffffff;
}

#hero #logo {
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  display: block;
  width: 250px;
  margin: 0px auto 90px auto;
}

@media (max-width: 73.125em) {
  #hero #logo {
    width: 200px;
  }
}

#hero #logo:hover {
  opacity: 0.8;
}

#hero #logo img {
  width: 100%;
}

#hero h1 {
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center;
  font-size: 3.25em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 640px) {
  #hero h1 {
    font-size: 2em;
  }
}

#hero h2 {
  margin-top: 90px;
  margin-bottom: 5px;
  font-family: "museo-slab", "times", serif;
  font-size: 2em;
}

#hero h6 {
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 0.2em;
  margin-bottom: 80px;
}

#hero ul {
  position: relative;
  display: block;
  margin: 0 auto;
  list-style-type: none;
  text-align: center;
}

#hero ul li {
  -webkit-transition: all 300ms ease-in 0ms;
  -moz-transition: all 300ms ease-in 0ms;
  transition: all 300ms ease-in 0ms;
  padding: 0px;
  margin: 0px 3px 0px 3px;
  display: inline-block;
  list-style-type: none;
  background-color: #ffffff;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  opacity: 0.4;
}

#hero ul li:hover,
#hero ul li.active {
  cursor: pointer;
  opacity: 0.8;
}

@media screen and (max-width: 73.125em) {
  #hero {
    padding: 90px 15px 15px 15px;
  }
}

nav {
  position: absolute;
  width: 100%;
  background-color: #003b59;
  color: #ffffff;
  z-index: 999;
  /* nav tablet breakpoint */
  /* overrides for mobile to desktop glitch */
}

nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

nav.interior {
  position: relative;
}

nav > ul {
  padding: 0px 15px 0px 15px;
  display: block;
  margin: 0;
  list-style-type: none;
  text-align: center;
  /* ul tablet breakpoint */
}

nav > ul::after {
  clear: both;
  content: "";
  display: table;
}

nav > ul > li {
  -webkit-transition: all 100ms ease-in 0ms;
  -moz-transition: all 100ms ease-in 0ms;
  transition: all 100ms ease-in 0ms;
  padding: 0px;
  position: relative;
  display: inline-block;
  margin: 0;
  list-style-type: none;
}

nav > ul > li:hover {
  background-color: #0287ca;
}

nav > ul > li:hover ul {
  display: block;
}

nav > ul > li > a {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

nav > ul > li > a:hover,
nav > ul > li > a:active,
nav > ul > li > a:focus {
  color: #ffffff;
}

nav > ul > li > a > span {
  padding: 0px 15px 0px 15px;
  height: 80px;
  line-height: 80px;
}

nav > ul > li > ul {
  position: absolute;
  top: 80px;
  left: 0px;
  display: none;
  margin: 0;
  list-style-type: none;
  width: 300px;
  background-color: #0287ca;
  text-align: left;
  z-index: 999;
}

nav > ul > li > ul li {
  -webkit-transition: all 100ms ease-in 0ms;
  -moz-transition: all 100ms ease-in 0ms;
  transition: all 100ms ease-in 0ms;
  padding: 0px;
  display: block;
  margin: 0;
  list-style-type: none;
}

nav > ul > li > ul li:hover {
  background-color: #003b59;
}

nav > ul > li > ul li a {
  padding: 10px;
  font-size: 0.85em;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  color: #ffffff;
}

nav > ul > li > ul li a:hover {
  color: #ffffff;
}

@media screen and (max-width: 73.125em) {
  nav > ul {
    padding: 0px;
    display: none;
  }
  nav > ul > li {
    width: 100%;
  }
  nav > ul > li:hover ul {
    display: none;
  }
  nav > ul > li > ul {
    position: relative;
    display: none;
    top: auto;
    left: auto;
    margin: 0;
    list-style-type: none;
    width: 100%;
    background-color: #002544;
    text-align: center;
    z-index: 999;
  }
}

@media screen and (max-width: 73.125em) {
  nav {
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
  }
  nav.fixed {
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    width: 100%;
  }
}

@media screen and (min-width: 73.125em) {
  nav > ul {
    display: block !important;
  }
  nav > ul > li > ul {
    display: none !important;
  }
  nav > ul > li:hover > ul {
    display: block !important;
  }
}

.video-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -3;
}

@media (prefers-reduced-motion: reduce) {
  .video-bg {
    display: none;
  }
  .hero-slider {
    display: block;
  }
}

@media screen and (max-width: 73.125em) {
  .video-wrap {
    z-index: -2;
  }
}

.video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  // min-width: 100%;
  // min-height: 100%;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero-slider {
  display: none;
  position: relative;
  z-index: -3;
}

@media screen and (max-width: 73.125em) {
  .hero-slider {
    display: block;
  }
}

#travel {
  padding: 170px 0px 90px 0px;
  background-image: url("../img/travel-bg-2019.jpg");
  background-size: cover;
  background-position: center center;
}

#travel > div {
  max-width: 73.125em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#travel > div::after {
  clear: both;
  content: "";
  display: table;
}

#travel > div > h1 {
  color: #ffffff;
  text-align: center;
  font-family: "museo-slab", "times", serif;
  font-size: 2.25em;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

#travel > div > h2 {
  color: #ffffff;
  text-align: center;
  font-family: "museo-slab", "times", serif;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

#travel > div > h3 {
  color: #ffffff;
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 60px;
}

#travel > div ul {
  padding: 0px;
  display: block;
  margin: 0;
  list-style-type: none;
}

#travel > div ul li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  padding: 0px;
  background-color: #ffffff;
  display: block;
  list-style-type: none;
  border-radius: 3px;
  overflow: hidden;
}

#travel > div ul li:last-child {
  margin-right: 0;
}

#travel > div ul li figure {
  padding: 0px;
  margin: 0;
}

#travel > div ul li figure img {
  width: 100%;
}

@media screen and (max-width: 73.125em) {
  #travel > div ul li figure img {
    display: none;
  }
}

#travel > div ul li figure figcaption {
  padding: 25px;
  text-align: center;
}

#travel > div ul li figure figcaption > h5 {
  color: #474c52;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

#travel > div ul li figure figcaption P {
  color: #474c52;
  line-height: 1.25em;
  margin-bottom: 25px;
}

@media screen and (max-width: 73.125em) {
  #travel > div ul li figure figcaption {
    padding: 25px;
  }
}

@media screen and (max-width: 73.125em) {
  #travel > div ul li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%;
    margin-bottom: 15px;
    text-align: left;
  }
  #travel > div ul li:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  #travel > div ul li {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 100%;
    margin-left: 0%;
    margin-bottom: 15px;
    text-align: left;
  }
  #travel > div ul li:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 73.125em) {
  #travel > div {
    margin: 0px 15px 0px 15px;
  }
}

@media screen and (max-width: 73.125em) {
  #travel {
    padding: 90px 0px 90px 0px;
  }
}

#quote {
  padding: 90px 0px 90px 0px;
  background-color: #0287ca;
  color: #ffffff;
}

#quote > div {
  max-width: 73.125em;
  margin-left: auto;
  margin-right: auto;
}

#quote > div::after {
  clear: both;
  content: "";
  display: table;
}

#quote > div p {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-left: 17.05961%;
  display: block;
  margin-bottom: 0;
  font-family: "museo-slab", "times", serif;
  text-align: center;
  font-size: 1.75em;
}

#quote > div p:last-child {
  margin-right: 0;
}

@media screen and (max-width: 640px) {
  #quote > div p {
    font-size: 1.25em;
  }
}

@media screen and (max-width: 73.125em) {
  #quote > div {
    margin: 0px 15px 0px 15px;
  }
}

@media screen and (max-width: 640px) {
  #quote {
    box-shadow: none;
  }
}

#gallery {
  margin: 0;
  padding: 0;
  background-color: black;
}

#gallery::after {
  clear: both;
  content: "";
  display: table;
}

#gallery li {
  -webkit-transition: opacity 300ms ease-in;
  -moz-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  display: block;
  float: left;
  width: 16.66667%;
  opacity: 0.5;
  cursor: pointer;
}

#gallery li:hover {
  opacity: 1;
}

#gallery li img {
  display: block;
  width: 100%;
  height: auto;
}

#events {
  padding: 90px 0px 90px 0px;
  background-image: url("../img/cta-bg.png");
  background-image: url("../img/cta-bg.png");
  background-repeat: repeat;
  color: #817a7a;
}

#events > div {
  max-width: 73.125em;
  margin-left: auto;
  margin-right: auto;
}

#events > div::after {
  clear: both;
  content: "";
  display: table;
}

#events > div > h2 {
  text-align: center;
  font-family: "museo-slab", "times", serif;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

#events > div > h3 {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 60px;
}

#events > div > ul {
  display: block;
  padding: 0px;
  display: block;
  margin: 0;
  list-style-type: none;
}

#events > div > ul::after {
  clear: both;
  content: "";
  display: table;
}

#events > div > ul > li {
  -webkit-transition: all 100ms ease-in 0ms;
  -moz-transition: all 100ms ease-in 0ms;
  transition: all 100ms ease-in 0ms;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  padding: 0px;
  margin-bottom: 35px;
  position: relative;
  height: 75px;
  line-height: 75px;
  color: #ffffff;
  background-color: #d1d3d4;
  display: block;
  text-align: center;
  list-style-type: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 3px;
}

#events > div > ul > li:last-child {
  margin-right: 0;
}

#events > div > ul > li.active {
  color: #ffffff;
  cursor: pointer;
  background-color: #0287ca;
}

#events > div > ul > li.active > span {
  display: block;
}

#events > div > ul > li:hover {
  color: #ffffff;
  cursor: pointer;
  background-color: #0287ca;
}

#events > div > ul > li > span {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #0287ca;
}

@media screen and (max-width: 73.125em) {
  #events > div > ul > li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-bottom: 15px;
  }
  #events > div > ul > li:last-child {
    margin-right: 0;
  }
  #events > div > ul > li:nth-child(2n) {
    margin-right: 0;
  }
  #events > div > ul > li:nth-child(2n + 1) {
    clear: left;
  }
  #events > div > ul > li.active span {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  #events > div > ul > li {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 100%;
    margin-bottom: 15px;
  }
  #events > div > ul > li:last-child {
    margin-right: 0;
  }
  #events > div > ul > li.active span {
    display: none;
  }
}

#events > div > div {
  padding: 45px;
  position: relative;
  background-color: #004077;
  border-radius: 3px;
}

#events > div > div > div {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}

#events > div > div > div::after {
  clear: both;
  content: "";
  display: table;
}

#events > div > div > div header {
  display: block;
  padding-bottom: 40px;
}

#events > div > div > div header::after {
  clear: both;
  content: "";
  display: table;
}

#events > div > div > div header h3 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-left: 17.05961%;
  padding-bottom: 15px;
  display: block;
  color: #ffffff;
  opacity: 0.8;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#events > div > div > div header h3:last-child {
  margin-right: 0;
}

@media screen and (max-width: 640px) {
  #events > div > div > div header h3 {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 100%;
    margin-left: 0%;
  }
  #events > div > div > div header h3:last-child {
    margin-right: 0;
  }
}

#events > div > div > div > div > ul {
  padding: 0px;
  display: block;
  margin: 0;
  list-style-type: none;
}

#events > div > div > div > div > ul li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  padding: 20px 0px 20px 0px;
  display: block;
  color: #ffffff;
  list-style-type: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#events > div > div > div > div > ul li:last-child {
  margin-right: 0;
}

#events > div > div > div > div > ul li:nth-child(2n) {
  margin-right: 0;
}

#events > div > div > div > div > ul li:nth-child(2n + 1) {
  clear: left;
}

#events > div > div > div > div > ul li span {
  font-weight: bold;
  font-size: 1.15em;
  color: #ffffff;
}

#events > div > div > div > div > ul li span span {
  font-weight: normal;
  font-style: italic;
  font-size: 1em;
}

@media screen and (max-width: 640px) {
  #events > div > div > div > div > ul li {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 100%;
  }
  #events > div > div > div > div > ul li:last-child {
    margin-right: 0;
  }
}

#events > div > div > div.slide-group {
  display: none;
}

#events > div > div > div.slide-group.active {
  display: block;
}

@media screen and (max-width: 73.125em) {
  #events > div {
    margin: 0px 15px 0px 15px;
  }
}

#sponsors {
  padding: 90px 0px 90px 0px;
  background-image: url("../img/sponsors-bg-2017.jpg");
  background-image: url("../img/sponsors-bg-2017.jpg");
  background-size: cover;
  background-position: center top;
}

#sponsors > div {
  max-width: 73.125em;
  margin-left: auto;
  margin-right: auto;
}

#sponsors > div::after {
  clear: both;
  content: "";
  display: table;
}

#sponsors > div > h2 {
  text-align: center;
  color: #ffffff;
  font-family: "museo-slab", "times", serif;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

#sponsors > div > h3 {
  text-align: center;
  color: #ffffff;
  font-size: 1.5em;
  margin-bottom: 100px;
}

#sponsors > div ul {
  display: block;
  padding: 0px;
  display: block;
  margin: 0;
  list-style-type: none;
}

#sponsors > div ul::after {
  clear: both;
  content: "";
  display: table;
}

#sponsors > div ul li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  padding: 0px;
  color: #686868;
  background-color: #fffaef;
  display: block;
  text-align: center;
  list-style-type: none;
  letter-spacing: 2px;
  border-radius: 3px;
}

#sponsors > div ul li:last-child {
  margin-right: 0;
}

#sponsors > div ul li img {
  -webkit-transition: all 500ms ease-in 0ms;
  -moz-transition: all 500ms ease-in 0ms;
  transition: all 500ms ease-in 0ms;
  display: inline-block;
  width: 126px;
  margin-top: -35px;
  margin-bottom: 5px;
}

#sponsors > div ul li:hover img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#sponsors > div ul li h4 {
  color: #003b59;
  text-transform: uppercase;
  font-size: 1.4em;
  margin-bottom: 15px;
}

#sponsors > div ul li h5 {
  color: #474c52;
  font-family: "museo-slab", "times", serif;
  font-size: 1.15em;
  margin-bottom: 15px;
}

#sponsors > div ul li p {
  color: #474c52;
  margin-bottom: 25px;
}

@media screen and (max-width: 73.125em) {
  #sponsors > div ul li {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-bottom: 60px;
  }
  #sponsors > div ul li:last-child {
    margin-right: 0;
  }
  #sponsors > div ul li:nth-child(2n) {
    margin-right: 0;
  }
  #sponsors > div ul li:nth-child(2n + 1) {
    clear: left;
  }
}

@media screen and (max-width: 640px) {
  #sponsors > div ul li {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 100%;
    margin-bottom: 60px;
  }
  #sponsors > div ul li:last-child {
    margin-right: 0;
  }
}

#sponsors > div > p {
  margin: 80px 0px 0px 0px;
  text-align: center;
}

#sponsors > div > p img {
  width: 900px;
  display: inline;
}

@media screen and (max-width: 640px) {
  #sponsors > div > p {
    display: none;
  }
}

@media screen and (max-width: 73.125em) {
  #sponsors > div {
    margin: 0px 15px 0px 15px;
  }
}

#cta {
  padding: 90px 0px 90px 0px;
  background-image: url("../img/cta-bg.png");
  background-image: url("../img/cta-bg.png");
  background-repeat: repeat;
  text-align: center;
}

#cta > div {
  max-width: 73.125em;
  margin-left: auto;
  margin-right: auto;
}

#cta > div::after {
  clear: both;
  content: "";
  display: table;
}

#cta > div #conlogo {
  display: block;
  margin: 0px auto 35px auto;
  width: 400px;
}

@media screen and (max-width: 640px) {
  #cta > div #conlogo {
    max-width: 300px;
  }
}

#cta > div #conlogo img {
  width: 100%;
  border: 0;
}

#cta > div > h2 {
  color: #817a7a;
  font-family: "museo-slab", "times", serif;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}

#cta > div > h3 {
  color: #817a7a;
  font-size: 1.5em;
  margin-bottom: 35px;
}

@media screen and (max-width: 73.125em) {
  #cta > div {
    margin: 0px 15px 0px 15px;
  }
}

#main {
  max-width: 73.125em;
  margin-left: auto;
  margin-right: auto;
}

#main::after {
  clear: both;
  content: "";
  display: table;
}

#main > div {
  padding: 90px 0px 90px 0px;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-left: 17.05961%;
}

#main > div:last-child {
  margin-right: 0;
}

#main > div h2 {
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  font-family: "museo-slab", "times", serif;
}

#main > div h3 {
  font-size: 1.5em;
  margin-bottom: 20px;
  font-family: "museo-slab", "times", serif;
}

#main > div p {
  margin-bottom: 20px;
}

#main > div ul {
  margin-bottom: 20px;
}

#main > div hr:last-of-type {
  display: none;
}

@media screen and (max-width: 73.125em) {
  #main > div {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
  }
  #main > div:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  #main > div {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 100%;
    margin-left: 0%;
    padding: 30px 30px 0px 30px;
  }
  #main > div:last-child {
    margin-right: 0;
  }
}

#hotels div {
  display: block;
}

#hotels div::after {
  clear: both;
  content: "";
  display: table;
}

#hotels div > article {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

#hotels div > article:last-child {
  margin-right: 0;
}

#hotels div.hotelmessage {
  padding: 30px;
  border-radius: 3px;
  background-color: #004077;
  margin-bottom: 60px;
  color: #ffffff;
  font-size: 1em;
  font-weight: bold;
}

#hotels div.hotelmessage > p {
  margin-bottom: 0;
}

#hotels div.hotelmessage > p > i {
  font-size: 25px;
  margin-right: 10px;
}

#hotels div.headquarter {
  display: block;
  margin-bottom: 15px;
}

#hotels div.headquarter::after {
  clear: both;
  content: "";
  display: table;
}

#hotels div.headquarter > aside {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}

#hotels div.headquarter > aside:last-child {
  margin-right: 0;
}

#hotels div.headquarter > aside img {
  border-radius: 3px;
}

@media screen and (max-width: 640px) {
  #hotels div.headquarter > aside {
    display: none;
  }
}

#hotels div.headquarter > article {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}

#hotels div.headquarter > article:last-child {
  margin-right: 0;
}

#hotels div .notes {
  padding: 30px;
  margin-bottom: 0;
  background-color: #e2dccd;
  border-radius: 3px;
  font-size: 0.85em;
  font-style: italic;
}

footer {
  padding: 50px 0px 50px 0px;
  background-color: #002544;
  color: #ffffff;
}

footer a {
  color: #ffffff;
  text-decoration: none;
}

footer a:hover {
  color: #ffffff;
  opacity: 0.8;
}

footer > div {
  max-width: 73.125em;
  margin-left: auto;
  margin-right: auto;
}

footer > div::after {
  clear: both;
  content: "";
  display: table;
}

footer > div > div {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

footer > div > div:last-child {
  margin-right: 0;
}

footer > div > div > span {
  font-size: 1.5em;
}

footer > div > div.rtl {
  text-align: right;
}

@media screen and (max-width: 73.125em) {
  footer > div > div {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  footer > div > div:last-child {
    margin-right: 0;
  }
  footer > div > div.rtl {
    text-align: center;
  }
}

@media screen and (max-width: 73.125em) {
  footer > div {
    margin: 0px 15px 0px 15px;
  }
}

.navtoggle {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  font-size: 2.5em;
  padding: 15px 20px 15px 20px;
  color: #ffffff;
  background-color: #0287ca;
  border-radius: 0px 0px 0px 3px;
  z-index: 9999;
}

.navtoggle:hover {
  cursor: pointer;
}

@media screen and (max-width: 73.125em) {
  .navtoggle {
    display: block;
  }
}

.navtoggle::selection {
  background: none;
}

.ctalarge {
  -webkit-transition: all 100ms ease-in 0ms;
  -moz-transition: all 100ms ease-in 0ms;
  transition: all 100ms ease-in 0ms;
  padding: 0px 45px 0px 45px;
  position: relative;
  display: inline-block;
  top: 0px;
  height: 55px;
  line-height: 56px;
  border-radius: 55px;
  background-color: #0287ca;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.ctalarge:hover {
  top: 1px;
  background-color: #003b59;
  cursor: pointer;
  color: #ffffff;
}

.ctalarge:active {
  top: 2px;
  background-color: #003b59;
  cursor: pointer;
  color: #ffffff;
}

.ctasmall {
  -webkit-transition: all 100ms ease-in 0ms;
  -moz-transition: all 100ms ease-in 0ms;
  transition: all 100ms ease-in 0ms;
  padding: 0px;
  display: block;
  top: 0px;
  width: 80%;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  background-color: #0287ca;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.ctasmall:hover {
  background-color: #003b59;
  cursor: pointer;
  color: #ffffff;
}

.ctasmall:active {
  background-color: #003b59;
  cursor: pointer;
  color: #ffffff;
}

.orange-button {
  -webkit-transition: all 100ms ease-in 0ms;
  -moz-transition: all 100ms ease-in 0ms;
  transition: all 100ms ease-in 0ms;
  padding: 5px 25px 5px 25px;
  display: inline-block;
  border-radius: 40px;
  background-color: #c44ad3;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.orange-button:hover {
  background-color: #d65ee5;
  cursor: pointer;
  color: #ffffff;
}

.orange-button:active {
  background-color: #d65ee5;
  cursor: pointer;
  color: #ffffff;
}

.fade-group {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center top;
  z-index: -3;
}

.fade-text {
  display: none;
}

.fade-text.textactive {
  display: block;
}

li.mobile-only {
  display: none;
}

@media screen and (max-width: 73.125em) {
  li.mobile-only {
    display: block;
  }
}

body.page-template-template-events-php #main > div {
  padding-bottom: 0px;
}

body.page-template-template-events-php #events {
  padding-top: 0px;
}

body.page-template-template-events-php #events div > h2,
body.page-template-template-events-php #events > div > h3 {
  display: none;
}

p img.aligncenter {
  margin: 60px auto 0px auto;
}

#mtbSvg {
  margin-top: 6px;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}
