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

html {
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow-y: scroll;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

html, button, input, select, textarea {
  outline: 0;
}

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

body, form, fieldset, legend, input, select,
textarea, button {
  margin: 0;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

img {
  max-width: 100%;
  border: 0;
}

iframe {
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.3px;
}


/* Typography */

p {
  margin: 0 0 1em 0;
}

a {
  text-decoration: none;
  background: transparent;
}

a:active, a:hover {
  outline: 0;
  text-decoration: none;
}

a, .link, .submit, .fade {
  transition: 0.25s;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin: 0;
  font-weight: 300;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0;
  font-weight: 500;
}

h1, .h1 {
  margin-top: 0.7em;
  margin-bottom: 0.5em;
  font-size: 32px;
  line-height: 42px;
}

h2, .h2 {
  margin-top: 1.4em;
  margin-bottom: 0.2em;
  font-size: 28px;
  line-height: 38px;
}

h3, .h3 {
  margin-top: 1em;
  margin-bottom: 0.2em;
  font-size: 22px;
  line-height: 32px;
}

h4, .h4 {
  margin-top: 1em;
  margin-bottom: 0.2em;
  font-size: 20px;
  line-height: 30px
}

h5, .h5 {
  margin-top: 1em;
  margin-bottom: 0.1em;
  font-size: 18px;
  line-height: 28px;
}

h6, .h6 {
  margin-top: 1em;
  margin-bottom: 0.1em;
  font-size: 16px;
  line-height: 26px;
}

b, strong, .strong {
  font-weight: 500;
}

em, .em {
  font-style: italic;
}

abbr[title], .abbr[title] {
  cursor: default;
}

small, .small {
  font-size: 80%;
}

sub, .sub,
sup, .sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sup, .sup {
  top: -0.5em;
}

sub, .sub {
  bottom: -0.25em;
}

del, .del {
  text-decoration: line-through;
}

figure {
  margin: 1em 40px;
}

figure img {
  width: 100%;
}

figcaption {
  padding: 0.4rem 0 0;
  font-size: 0.9rem;
  color: #555;
}

hr, .hr {
  height: 1px;
  box-sizing: content-box;
  margin: 2em 0;
  border: 0;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 20px;
}

ul li,
ol li {
  margin-bottom: 5px;
}

dl:before, dl:after {
  content: " ";
  display: table;
}

dl:after {
  clear: both;
}

dl dt {
  display: block;
  width: 25%;
  float: left;
  font-weight: 500;
}

dl dd {
  display: block;
  overflow: hidden;
}

blockquote, .blockquote {
  margin: 2em 0;
  font-style: italic;
}

blockquote p, .blockquote p {
  margin-bottom: 0.4em;
  font-size: 1.2rem;
}

blockquote cite, .blockquote cite {
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  font-weight: 500;
  font-style: normal;
}

caption {
  padding: 0.5em 0;
  font-size: 1.125rem;
  line-height: normal;
  font-weight: 500;
  text-align: left;
}

.footnotes a {
  text-decoration: none;
}

table {
  width: 100%;
  margin: 1em 0;
  font-size: 0.875rem;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
}

table thead td,
table tbody td,
table tfoot td,
table thead th,
table tbody th,
table tfoot th {
  padding: 0.8em 0.5em;
  color: #585858;
  border-bottom: 1px solid #e9e9e9;
}

code, kbd, pre, samp {
  padding: 5px;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-family: 'courier new', monospace, serif;
  font-weight: normal;
  background-color: #f1f1f1;
  color: #272727;
}

pre {
  margin: 0 18px;
  padding: 10px;
  overflow: auto;
  border: 1px solid #d7d7d7;
  max-height: 180px;
}

pre a, pre a:hover {
  color: #272727;
}

/* Forms */

fieldset, legend {
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.form {
  padding-top: 1em;
  padding-bottom: 1em;
}

label, button, input, optgroup, select, textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}

input {
  line-height: normal;
}

.input {
  width: 100%;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="date"],
input[type="number"],
select {
  height: 36px;
  padding: 0 0.4em;
  background-color: #fff;
  border-radius: 4px;
}

input[type="date"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  padding: 0.4em;
  overflow: auto;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

select {
  text-transform: none;
}

.select {
  position: relative;
  display: block;
  height: 36px;
  padding: 0 0.4em;
  overflow: hidden;
  line-height: 32px;
  border: 1px solid #ccc;
}

.select:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  border: 6px solid transparent;
  border-top-color: #676767;
  pointer-events: none;
}

.select select {
  display: block;
  width: 120%;
  height: 36px;
  padding: 0;
  line-height: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: 0;
}

.select select:focus {
  outline: 0;
}

.checkbox, .radio {
  display: inline-block;
  position: relative;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.checkbox label, .radio label {
  padding-left: 20px;
  padding-top: 0;
  display: inline-block;
}

.checkbox input[type="checkbox"],
.radio input[type="checkbox"],
.checkbox input[type="radio"],
.radio input[type="radio"] {
  position: absolute;
  top: 4px;
  left: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.button {
  display: inline-block;
  padding: 0.5em 1em;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.3);
  color: white;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  transition: all 0.3s;
  cursor: pointer;
}

.button:hover,
.button:active {
  text-decoration: none;
}

.button-form {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0 9px 0;
  font-size: 1.2rem;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
  transition: all 0.3s;
  cursor: pointer;
}


/* Responsive Grid */

.clear:before, .clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.row:before, .row:after {
  content: "";
  display: table;
}

.row:after {
  clear: both;
}

.row {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.container-full {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}


@media only screen and (min-width: 740px) {
  .container, .container-full {
    width: 720px;
  }

  .container-tablet {
    width: 720px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-full-tablet {
    width: 720px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 980px) {
  .container, .container-full {
    width: 960px;
  }

  .container-desktop {
    width: 960px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-full-desktop {
    width: 960px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1140px) {
  .container, .container-full {
    width: 1120px;
  }
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
.col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.col-1 {
  width: 8.33333333%;
}

.col-2 {
  width: 16.66666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333333%;
}

.col-5 {
  width: 41.66666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333333%;
}

.col-8 {
  width: 66.66666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333333%;
}

.col-11 {
  width: 91.66666667%;
}

.col-12 {
  width: 100%;
}

@media only screen and (min-width: 740px) {
  .col-1-tablet, .col-2-tablet, .col-3-tablet,
  .col-4-tablet, .col-5-tablet, .col-6-tablet,
  .col-7-tablet, .col-8-tablet, .col-9-tablet,
  .col-10-tablet, .col-11-tablet, .col-12-tablet {
    position: relative;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-1-tablet {
    width: 8.33333333%;
  }

  .col-2-tablet {
    width: 16.66666667%;
  }

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

  .col-4-tablet {
    width: 33.33333333%;
  }

  .col-5-tablet {
    width: 41.66666667%;
  }

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

  .col-7-tablet {
    width: 58.33333333%;
  }

  .col-8-tablet {
    width: 66.66666667%;
  }

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

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

  .col-11-tablet {
    width: 91.66666667%;
  }

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

@media only screen and (min-width: 980px) {
  .col-1-desktop, .col-2-desktop, .col-3-desktop,
  .col-4-desktop, .col-5-desktop, .col-6-desktop,
  .col-7-desktop, .col-8-desktop,.col-9-desktop,
  .col-10-desktop, .col-11-desktop, .col-12-desktop {
    position: relative;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-1-desktop {
    width: 8.33333333%;
  }

  .col-2-desktop {
    width: 16.66666667%;
  }

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

  .col-4-desktop {
    width: 33.33333333%;
  }

  .col-5-desktop {
    width: 41.66666667%;
  }

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

  .col-7-desktop {
    width: 58.33333333%;
  }

  .col-8-desktop {
    width: 66.66666667%;
  }

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

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

  .col-11-desktop {
    width: 91.66666667%;
  }

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


/* Helpers */

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.no-float {
  float: none;
}

.no-background {
  background: transparent;
}

.no-border {
  border: 0;
}

.font-500 {
  font-weight: 500;
}

.font-normal {
  font-style: normal;
}

.font-italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.no-text-transform {
  text-transform: none;
}

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

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

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

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.sticky {
  position: sticky;
  position: -webkit-sticky;
}

.none, .hidden {
  display: none;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center-element {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-unstyled li {
  margin: 0;
  padding: 0;
}

.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-inline li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.img-responsive {
  max-width: 100%;
}

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

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

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.fade {
  transition: 0.3s;
}

.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate-fast {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate-infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media only screen and (min-width: 740px) {
  .no-float-tablet {
    float: none;
  }

  .no-padding-tablet {
    padding: 0;
  }

  .no-margin-tablet {
    margin: 0;
  }

  .none-tablet {
    display: none;
  }

  .block-tablet {
    display: block;
  }

  .relative-tablet {
    position: relative;
  }

  .inline-block-tablet {
    display: inline-block;
  }

  .inline-tablet {
    display: inline;
  }

  .left-tablet {
    float: left;
  }

  .right-tablet {
    float: right;
  }

  .center-element-tablet {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

  .no-col-tablet {
    width: auto;
    float: none;
  }
}

@media only screen and (min-width: 980px) {
  .no-float-desktop {
    float: none;
  }

  .no-padding-desktop {
    padding: 0;
  }

  .no-margin-desktop {
    margin: 0;
  }

  .none-desktop {
    display: none;
  }

  .block-desktop {
    display: block;
  }

  .relative-desktop {
    position: relative;
  }

  .inline-block-desktop {
    display: inline-block;
  }

  .inline-desktop {
    display: inline;
  }

  .left-desktop {
    float: left;
  }

  .right-desktop {
    float: right;
  }

  .center-element-desktop {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

  .no-col-desktop {
    width: auto;
    float: none;
  }
}


/* Animations */

.loading {
  display: inline-block;
  height: 24px;
  font: normal normal normal 14px/1;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  vertical-align: top;
  color: rgba(0, 0, 0, 0.4);
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

.spinner {
  min-width: 24px;
  min-height: 24px;
}

.spinner:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-top: -10px;
  margin-left: -10px;
}

.spinner:not(:required):before {
  content: '';
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-top-color: rgba(0, 0, 0, 0.6);
  animation: spinner 0.5s linear infinite;
}

.spinner.light:not(:required):before {
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-top-color: rgba(255, 255, 255, 0.9);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fade-in {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
    animation-direction: alternate;
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fade-in-down {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fade-in-down-big {
  animation-name: fadeInDownBig;
}

.rotate180 {
  transform: rotate(180deg);
}


/* Print styles */

@media print {
  *, *:before, *:after {
    background: transparent;
    box-shadow: none;
    text-shadow: none;
    color: #000;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre, blockquote {
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr {
    page-break-inside: avoid;
  }

  img {
    page-break-inside: avoid;
    max-width: 100%;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }
}


/* Header */

.confirmation {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6000;
  width: 100%;
  padding: 22px 0;
  text-align: center;
  color: white;
  opacity: 0.9;
}

.top {
  position: relative;
  z-index: 3000;
  height: 70px;
  touch-action: manipulation;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8));
}

.top.sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}

.overflow-hidden .top {
  background-color: rgba(0, 0, 0, 0.8);
}

.top .links {
  display: none;
  text-align: right;
}

@media (min-width: 1140px) {
  .top .links {
    display: block;
    height: 50px;
  }
}

.site-links {
  display: inline-block;
}

.book-link {
  display: inline-block;
  margin-left: 20px;
}

.book-link a {
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 500;
}

@media only screen and (min-width: 1140px) {
  .top {
    height: 102px;
  }
}

.top .container {
  overflow: visible;
}

.top .logo {
  display: block;
  position: absolute;
  top: 6px;
  left: 50%;
  z-index: 5000;
  text-indent: -4000px;
  transition: none;
}

.top .button-form {
  position: absolute;
  top: 18px;
  left: 0;
  z-index: 5000;
  width: 75px;
  font-size: 0.9rem;
}

@media only screen and (min-width: 1140px) {
  .top .logo {
    top: 11px;
    left: 0;
    margin-left: 0;
  }

  .top .button-form {
    display: none;
  }
}

.site-links {
  margin: 18px 0 18px;
  text-align: right;
  font-style: italic;
  font-size: 0.9rem;
  line-height: 1;
}

.site-links .separator {
  padding: 0 10px;
  font-style: normal;
}

.site-links span, .site-links a {
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

.top.minimal .site-links span, .site-links a {
  text-shadow: none;
}

.menu-trigger {
  right: 0;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.menu-checkbox {
  display: none;
}

.main-menu {
  display: none;
  float: right;
}

@media (min-width: 1140px) {
  .main-menu {
    display: block;
  }
}

.menu-label {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 4000;
  padding-left: 20px;
  line-height: normal;
  cursor: pointer;
}

@media (min-width: 1140px) {
  .menu-label {
    display: none;
  }
}

.menu-label .menu-label-inner:before, .menu-label:after, .menu-label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 2px;
  transition: all .3s;
  cursor: pointer;
}

.menu-label:before {
  -webkit-transform: translate3d(0, 4px, 0);
  transform: translate3d(0, 4px, 0);
}

.menu-label:after {
  top: 2px;
  -webkit-transform: translate3d(0, 9px, 0);
  transform: translate3d(0, 9px, 0);
}

.menu-label .menu-label-inner:before {
  top: 4px;
  -webkit-transform: translate3d(0, 14px, 0);
  transform: translate3d(0, 14px, 0);
}

.menu-label .menu-label-open {
  display: inline;
}

.menu-checkbox:checked + .menu-label .menu-label-open, .menu-label .menu-label-close {
  display: none;
}

.menu-checkbox:checked + .menu-label:after, .menu-checkbox:checked + .menu-label:before {
  background: rgb(128, 128, 128);
}

.menu-checkbox:checked + .menu-label:before {
  -webkit-transform: translate3d(0, 11px, 0) rotate(45deg);
  transform: translate3d(0, 11px, 0) rotate(45deg);
}

.menu-checkbox:checked + .menu-label:after {
  -webkit-transform: translate3d(0, 9px, 0) rotate(-45deg);
  transform: translate3d(0, 9px, 0) rotate(-45deg);
}

.menu-checkbox:checked + .menu-label .menu-label-inner:before {
  opacity: 0;
}

.menu-checkbox:checked + .menu-label .menu-label-close {
  display: inline;
}

.main-menu {
  max-width: 85%;
  text-align: left;
}

.main-menu li {
  position: relative;
  padding: 10px 0 25px 15px;
  font-size: 1.1rem;
  line-height: 1rem;
}

.main-menu li:first-child {
  padding-left: 0;
}

.main-menu > ul > li > a {
  text-transform: uppercase;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

.top.minimal .main-menu > ul > li > a {
  text-shadow: none;
}

.main-menu > ul > li > .underline {
  visibility: hidden;
  position: absolute;
  top: 48px;
  right: 0;
  z-index: 6000;
  width: calc(100% - 15px); /* The 15px here negates the li's left-padding. */
  height: 4px;
  opacity: 0;
}

.main-menu > ul > li:first-child > .underline {
  width: 100%; /* No left-padding on the first li. */
}

.child-menu {
  visibility: hidden;
  position: absolute;
  top: calc(100% + 1px);
  right: 50%;
  z-index: 6000;
  width: 250px;
  margin-right: -133px; /* round(((width / 2) + (li left-padding / 2)) * -1) */
  padding: 0;
  background-color: white;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.main-menu > ul > li:first-child > .child-menu {
  margin-right: -125px; /* No left-padding on the first li. */
}

.child-menu-items {
  padding: 5px 20px;
}

.child-menu-items li {
  display: block;
  padding: 0;
  line-height: 1.6;
}

.child-menu-items a {
  display: block;
  margin: 0;
  padding: 7px 0;
  font-size: 1rem;
  text-transform: none;
}

.child-menu-items > li:not(:last-child) a {
  border-bottom: 1px solid #f0f0f0;
}

.child-menu .image {
  display: block;
  width: 250px;
  height: 120px;
  margin-bottom: 20px;
  overflow: hidden;
}

.child-menu .image .inner {
  width: 250px;
  height: 120px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: transform 0.5s cubic-bezier(0, 0, 0.53, 1.22);
}

.child-menu .image .inner:hover {
  transform: scale3d(1.05, 1.05, 1);
}

.menu-item, .submenu-item {
  line-height: 1.6rem;
  cursor: pointer;
}

.main-menu li:hover .child-menu, .main-menu li:hover .underline, .main-menu li.active .underline {
  visibility: visible;
  opacity: 1;
}

.phone-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  overflow: scroll;
  text-align: left;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(-100%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateY(-100%);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-duration: .3s;
}

.lead, .menu, .phone-menu .top {
  position: relative;
}

.phone-menu.is-visible {
  pointer-events: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.phone-menu .top {
  z-index: 3500;
  height: 67px;
  width: 100%;
  margin: 59px 0 0;
}

.phone-menu-inner {
  padding: 100px 0 0;
}

.menu {
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.menu-item {
  display: block;
  padding: 0 0 15px;
  font-size: 1.3rem;
  text-transform: uppercase;
}

.row-separator {
  margin-bottom: 16px;
}

.menu-item .arrow, .menu-item .chevron, .menu-item .spinner {
  padding: 3px 1px 0 0;
  float: right;
}

.menu-item .spinner {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 4px 0 0;
}

.menu-item.expandable .arrow, .menu-item.expandable .chevron {
  transition: .2s;
}

.submenu {
  display: none;
}

.submenu-item, .submenu.open {
  display: block;
}

.submenu-item {
  padding: 0 0 15px 15px;
  font-size: 1.2rem;
}

.subnav {
  cursor: pointer;
}

.subnav .menu-item {
  padding: 0;
  font-size: 1.3rem;
  text-transform: none;
}

.subnav .arrow, .subnav .chevron {
  margin-bottom: -5px;
  margin-right: 0;
}

.subnav .submenu {
  padding: 15px 0 0;
}

.subnav .submenu-item {
  font-size: 1.2rem;
}

.subnav .submenu-item.active {
  font-weight: 500;
}

.subnav .submenu-item:last-child {
  padding-bottom: 0;
}


/* Module: Lead */

.lead {
  position: relative;
  margin: -102px 0 0;
}

.lead.has-video {
  height: 300px;
}

.lead.empty {
  height: 102px;
}

.lead .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7));
}

.lead .image {
  width: 100%;
  height: 300px;
  background: 50% no-repeat transparent;
  background-size: cover;
}

@media only screen and (min-width: 740px) {
  .lead .image {
    height: 400px;
  }
}

@media only screen and (min-width: 980px) {
  .lead .image {
    height: 500px;
  }
}

@media only screen and (min-width: 1140px) {
  .lead .image {
    height: 600px;
  }
}

.lead.empty .image {
  height: 0;
}

.lead > .image {
  display: none;
}

.lead .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.lead .video video {
  display: none;
}

.lead .video video::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

.lead .video video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.lead .video .text {
  position: absolute;
  top: 145px;
  left: 0;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.5rem;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  color: white;
}

@media only screen and (min-width: 740px) {
  .lead.has-video,
  .lead .video {
    height: 400px;
  }

  .lead .video .text {
    top: 190px;
    font-size: 2rem;
    line-height: 3rem;
  }
}

@media only screen and (min-width: 980px) {
  .lead .video video {
    display: block;
  }

  .lead.has-video,
  .lead .video {
    height: 500px;
  }

  .lead .video .text {
    top: 220px;
    font-size: 2.5rem;
    line-height: 4rem;
  }
}

@media only screen and (min-width: 1140px) {
  .lead.has-video,
  .lead .video {
    height: 600px;
  }

  .lead .video .text {
    top: 270px;
  }
}

.lead .map {
  width: 100%;
  height: 300px;
  margin-top: -140px;
}

@media only screen and (min-width: 740px) {
  .lead .map {
    height: 400px;
  }
}

@media only screen and (min-width: 980px) {
  .lead .map {
    height: 500px;
    margin-top: -200px;
  }
}

@media only screen and (min-width: 1140px) {
  .lead .map {
    height: 600px;
  }
}

.lead .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lead .text {
  position: absolute;
  top: 40%;
  width: 90%;
  max-width: none;
  margin: 0 5%;
  text-align: center;
}

.lead .tint {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}


/* Module: Pattern */

.pattern {
  background-repeat: repeat-x;
  background-size: 1px 50px;
}


/* Module: Book */

.book {
  display: none;
  padding: 13px 0;
  margin: 0 !important;
}

.book .phone {
  padding: 9px 15px 9px 0;
  font-size: 1rem;
  text-align: left;
}

@media only screen and (min-width: 980px) {
  .book {
    display: block;
  }
}

.book .form {
  padding: 4px 0;
}

.book .form .book-field {
  padding-right: 0;
}

.book .form .book-field.first {
  padding-left: 0;
}

.book .form input {
  width: 140px;
  font-size: 0.9rem;
}

.book .form select {
  font-size: 0.9rem;
}

@media only screen and (min-width: 1140px) {
  .book .phone {
    padding: 9px 0;
    font-size: 1.1rem;
    text-align: left;
  }
}

.book .go {
  padding: 0;
  text-align: center;
}

@media only screen and (min-width: 740px) {
  .book .go {
    text-align: right;
  }
}

.book .button-form {
  width: 90%;
  max-width: 130px;
  margin-top: 2px;
  padding: 11px 0;
  line-height: 1;
}


/* Module: Notice */
.notice {
  padding: 15px;
  text-align: left;
  line-height: 20px;
  background-color: #49494a;
  color: #b7b7b7;
}

@media only screen and (min-width: 740px) {
  .notice {
    padding: 20px;
    text-align: center;
    line-height: 25px;
  }
}

.notice a {
  color: white;
}

.notice a:hover {
  color: rgba(255, 255, 255, 0.8);
}


/* Main Content */

.content {
  padding: 2rem 0;
  word-wrap: break-word;
}

@media only screen and (min-width: 740px) {
  .content {
    padding: 3rem 0;
  }
}

@media only screen and (min-width: 1140px) {
  .content {
    padding: 4rem 0;
  }
}

.content section:not(:last-child) {
  margin-bottom: 3rem;
}

.content section.last {
  margin-top: 3rem;
}

.content section.top-bordered {
  padding-top: 3rem;
}

.content section.bottom-bordered {
  padding-bottom: 3rem;
}

.content section h2 {
  margin-bottom: 1rem;
  font-size: 26px;
  line-height: 36px;
}

.content section h3 {
  margin-bottom: 1rem;
}

.content section.top-bordered .heading h3 {
  margin-top: 0;
}

.content img {
  max-width: 100%;
}

.line {
  display: block;
  width: 100px;
  height: 2px;
}

.heading {
  margin: 0 0 3rem 0;
  text-align: center;
}

.heading .parent {
  margin-bottom: 1.5rem;
}

.heading h1,
.heading h2,
.heading h3 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1rem;
  text-transform: uppercase;
}

.heading .date {
  margin: -0.8rem 0 1rem 0;
  font-style: italic;
}

.heading .line,
.subheading .line {
  margin: 0 auto;
}

.subheading {
  margin: 3rem 0 2rem 0;
  text-align: center;
}

.subheading h2,
.subheading h3 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1rem;
  text-transform: uppercase;
}

.placeholder {
  display: block;
  width: auto;
  height: 350px;
  margin: 0 auto;
  text-align: center;
}


/* Module: Award/reward */

.award {
  position: relative;
  padding: 2.5rem 0 2rem;
  text-align: center;
}

.reward {
  margin: 0 auto;
  font-size: 0.8rem;
}


/* Module: Signup */

.signup {
  padding: 2rem 0;
  margin: 0;
}

.signup .cta {
  padding: 0 0 10px;
  font-size: 1.2rem;
  text-transform: uppercase;
}

@media only screen and (min-width: 980px) {
  .signup .cta {
    padding: 9px 0 0;
  }
}

.signup .go {
  padding: 0;
}

.signup .button-form {
  width: 90%;
  max-width: 130px;
  margin-top: 14px;
}

.signup .button-form:hover {
  color: white;
}

@media only screen and (min-width: 740px) {
  .signup .button-form {
    margin-top: 0;
  }
}

.signup .message {
  display: none;
  position: absolute;
  top: 15px;
  right: 10px;
  font-size: 0.9rem;
  line-height: 1;
  color: #58a55c;
}

.signup .spinner {
  display: none;
}

.signup .spinner:before {
  top: 10px;
  left: auto;
  right: 5px;
  margin: 0;
}


/* Module: Grid */

@media only screen and (min-width: 980px) {
  .grid .col:not(:last-child) {
    padding-right: 0;
  }
}

.grid .item {
  position: relative;
  z-index: 2;
  display: block;
  height: 300px;
  margin-bottom: 15px;
  overflow: hidden;
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.grid .item:hover {
  color: white;
  opacity: 1;
}

.grid .item:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  height: 40%;
  transition: all 0.2s linear;
}

.grid .item:hover:before {
  background: rgba(0, 0, 0, 0.3);
}

.grid .item.item-shaded:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0));
}

.grid .item .inner {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: transform 0.5s cubic-bezier(0, 0, 0.53, 1.22);
}

.grid .item:hover .inner {
  transform: scale3d(1.05, 1.05, 1);
}

.grid .item .title {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 40px);
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.home .grid .item .title {
  bottom: 20px;
  left: 20px;
  font-size: 1.8rem;
  line-height: 2.2rem;
}

.grid .item .subtitle {
  padding: 0 15px;
  margin: 1.5rem 0 0;
  font-style: italic;
}

.grid .item .title,
.grid .item .subtitle {
  z-index: 4;
}


/* Module: List */

.list .item {
  position: relative;
  z-index: 2;
  display: block;
  height: 250px;
  overflow: hidden;
  text-align: center;
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.list.pages-top .item {
  height: 300px;
}

@media only screen and (min-width: 980px) {
  .list:not(.pages-top) .item:not(.item-large) {
    height: 200px;
  }
}

.list .item:hover {
  color: white;
  opacity: 1;
}

.list a.item:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.2s linear;
}

.list a.item:hover:before {
  background: rgba(0, 0, 0, 0);
}

.list a.item.item-shaded:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0));
}

.list .item .inner {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: transform 0.5s cubic-bezier(0, 0, 0.53, 1.22);
}

.list .item:hover .inner {
  transform: scale3d(1.05, 1.05, 1);
}

.list .item .title {
  padding: 4.5rem 15px 0 15px;
  text-transform: uppercase;
  font-size: 1.3rem;
}

.list .item .subtitle {
  padding: 0 15px;
  margin: 1.5rem 0 0;
  font-style: italic;
}

.list .item .title,
.list .item .subtitle {
  position: relative;
  z-index: 4;
}

/* Overview: Introduction */
.overview .intro {
  margin: 3rem 0 6rem 0;
  font-size: 1.2rem;
  line-height: 1.8rem;
}


/* Home: Events; */

.home .events h2 {
  margin: 0 0 1rem 0;
  text-transform: uppercase;
}


/* Detail: Entries */

.detail .content .entry:nth-child(2n+1) {
  clear: left;
}

@media only screen and (min-width: 740px) {
  .detail .content .entries {
    margin: auto -15px;
  }
}

@media only screen and (min-width: 980px) {
  .detail .content .entry:nth-child(2n+1) {
    clear: none;
  }

  .detail .content .entry:nth-child(3n+1) {
    clear: left;
  }

  .detail .content .entry .item {
    height: 290px;
  }
}

.detail .content .entry .text {
  padding: 1em 0;
}


/* Detail: Body Text */

.detail .element-body iframe {
  display: block;
  margin: 0 auto 1rem auto;
  text-align: center;
}


/* Module: Article */

article:not(:last-child) {
  margin-bottom: 3rem;
}

article.top-bordered {
  padding-top: 2.2rem;
}

article.bottom-bordered {
  padding-bottom: 2.2rem;
}

article:not(.image-right) .image {
  padding-left: 0;
}

article .image img {
  width: 100%;
}

article .title {
  text-align: left;
}

article .title h2,
article .title h3 {
  margin-bottom: 0.2rem;
  text-transform: uppercase;
}

article .title h3 {
  font-size: 1.2rem;
  line-height: 1.65rem;
}

body.detail article .title h3 {
  font-size: 1.1rem;
}

@media only screen and (min-width: 980px) {
  article.top-bordered {
    padding-top: 3rem;
  }

  article.bottom-bordered {
    padding-bottom: 3rem;
  }

  article .title h2,
  article .title h3 {
    margin-top: 0;
  }

  .pages-top article .title h2,
  .pages-top article .title h3 {
    margin-top: 1em;
  }
}

article .title .line {
  margin: 1rem 0 1.5rem 0;
}

article .date {
  margin-bottom: 1rem;
}

article:not(.image-right) .info {
  padding-right: 0;
}

article.image-right .info {
  padding-left: 0;
}

article.image-right .image {
  padding-right: 0;
}

article .body {
  padding: 1.5rem 0 0;
}

article .excerpt {
  padding: 0;
}

@media only screen and (min-width: 980px) {
  article .body,
  article .excerpt {
    font-size: 1.1rem;
  }
}

article .body h4:first-child {
  margin-top: 0;
}

.pagination {
  margin: 1rem 0 0;
}

.pagination .older {
  float: left;
}

.pagination .older .icon {
  margin-right: 2px;
}

.pagination .newer {
  float: right;
}

.pagination .newer .icon {
  margin-left: 2px;
}

.info:not(:last-child) {
  margin: 0 0 2rem 0;
}

article.image-right .info {
  margin-bottom: 0;
}

.link .icon {
  margin-top: 3px;
}


/* Module: Booking */

.booking {
  position: relative;
  padding: 20px;
}

.booking.has-image {
  margin-top: 2rem;
}

.booking .image {
  position: absolute;
  top: -17px;
  left: 0;
  z-index: 1000;
  width: 130px;
  height: 130px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.booking .text {
  padding: 0;
}

@media only screen and (min-width: 980px) {
  .booking.has-image .text {
    padding: 0 0 0 130px;
  }
}

.booking .title,
.booking .subtitle {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 300;
}

.booking .cta {
  padding: 6px 0 0 0;
}

@media only screen and (min-width: 980px) {
  .booking .cta {
    padding: 6px 0 0 15px;
  }
}

.booking .button-form {
  width: 100%;
  max-width: 162px;
  font-size: 20px;
}

.booking .button-form:hover,
.booking .button-form:active {
  color: white;
}


/* Module: Media Slider */

.slider,
.slider .lSSlideWrapper li {
  height: 300px !important;
  margin-bottom: 5rem !important;
}

.lead .slider,
.lead .slider .lSSlideWrapper li {
  height: 300px !important;
  margin-bottom: 0 !important;
}

.slider ul {
  margin: 0;
  padding: 0;
}

.slider .lSSlideWrapper li {
  overflow: hidden;
}

.slider img,
.slider .image {
  min-height: 300px;
  cursor: pointer;
}

.lead .slider img,
.lead .slider .image {
  min-height: 288px;
}

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

@media only screen and (min-width: 740px) {
  .slider,
  .slider .lSSlideWrapper li  {
    height: 400px !important;
  }

  .slider img,
  .slider .image {
    min-height: 400px;
  }

  .lead .slider,
  .lead .slider .lSSlideWrapper li {
    height: 400px !important;
  }
}

@media only screen and (min-width: 980px) {
  .lead .slider,
  .lead .slider .lSSlideWrapper li {
    height: 500px !important;
  }
}

@media only screen and (min-width: 1140px) {
  .lead .slider,
  .lead .slider .lSSlideWrapper li {
    height: 600px !important;
  }
}

.lead .slider .lSAction > a {
  margin-top: 5px;
}

.lead .lSSlideOuter .lSPager.lSpg {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0;
}

.lSSlideOuter {
  width: 100%;
}

.lead .lSSlideOuter {
  position: absolute;
  top: 0;
  left: 0;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #999;
}

.lead .lSSlideOuter .lSPager.lSpg > li a {
  width: 10px;
  height: 10px;
}

.lSSlideOuter .lSPager.lSpg > li a,
.lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #999;
}

.lead .lSSlideOuter .lSPager.lSpg > li a,
.lead .lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: white;
}

#lg-counter {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
}

.lg-backdrop {
  z-index: 5000;
  background-color: rgba(0, 0, 0, 0.95);
}

.lg-outer {
  z-index: 5010;
}

.lg-sub-html {
  font-size: 0.9rem;
  line-height: normal;
}

.lg-sub-html b {
  display: block;
  margin-bottom: 5px;
  font-size: 1rem;
}

.lSAction > a {
  width: auto;
  height: auto;
  background-image: none;
  font-size: 2.2rem;
  color: white;
  opacity: 0.7;
}

.lSAction > a:hover {
  color: white;
}


/* Module: Elements */

.element:not(:first-child) {
  margin-top: 1.4rem;
}

.element.element-intro {
  font-size: 1.1rem;
  line-height: 1.8rem;
}

.element .label {
  font-size: 1.1rem;
  font-weight: 500;
}

.element.element-intro p:last-of-type {
  margin-bottom: 0;
}

.element img {
  display: block;
  margin: 1rem 0;
}


/* Module: Contacts */

.contacts {
  margin-bottom: 4rem !important;
  padding: 2rem 0 !important;
}

.contact:not(:last-child) {
  margin-bottom: 1rem;
}


/* Module: Related Entries */

.related {
  margin-top: 3rem;
}

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

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

.related .heading h3 {
  margin-bottom: 0;
}

.related .heading .line {
  margin: 0;
}

.related .heading.centered .line {
  margin: 0 auto;
  text-align: center;
}

.related ul.centered li {
  text-align: center;
}

.related li:not(:last-child) {
  padding-bottom: 8px;
}

.related .icon {
  margin-right: 2px;
}


/* Features */

.features {
  margin: 0;
  padding: 0;
  width: 100%;
}

.features .entry {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  display: block;
  height: 480px;
  opacity: 1;
  position: relative;
  width: 100%;
}

.features .entry:hover {
  opacity: 0.9;
}

.features .entry .title {
  bottom: 0;
  font-size: 40px;
  font-weight: bold;
  left: 0;
  letter-spacing: -2px;
  line-height: 1;
  overflow-wrap: break-word;
  padding: 40px;
  position: absolute;
  text-transform: uppercase;
}

@media only screen and (min-width: 980px) {
  .features .entry .title.initial {
    left: auto;
    right: 0;
  }
}


/* Image Gallery */

.thumbs img {
  width: 100%;
  transition: transform 0.5s cubic-bezier(0, 0, 0.53, 1.22);
}

.thumbs a:hover > img {
  transform: scale3d(1.05, 1.05, 1);
}

.thumbs a .poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 0.5s;
}

.thumbs a .poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: opacity 0.5s ease 0s;
}

.thumbs a:hover .poster {
  background-color: transparent;
}

.thumbs .justified-gallery > a > img {
  transition: transform .15s ease 0s;
  height: 100%;
  width: 100%;
}

.thumbs .justified-gallery > a:hover > img {
  transform: scale3d(1.1, 1.1, 1);
}

.thumbs .justified-gallery > a:hover .poster > img {
  opacity: 1
}

.thumbs .justified-gallery > a .poster {
  background-color: rgba(0, 0, 0, .1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color .15s ease 0s;
}

.thumbs .justified-gallery > a .poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: opacity .3s ease 0s;
}

.thumbs .justified-gallery > a:hover .poster {
  background-color: rgba(0, 0, 0, .5)
}


/* Form: Employment Application & RFP */

.full-page-form {
  margin-bottom: 5rem !important;
  font-size: .9em;
  word-wrap: normal;
}

.full-page-form .full-page-form-subheading {
  text-align: left;
  margin-bottom: 2em;
}

.full-page-form .full-page-form-section {
  overflow: auto;
}

.full-page-form .full-page-form-section:not(.no-bottom-border) {
  padding-bottom: .75em;
  border-bottom: 1px solid #ebeae6;
  margin-bottom: 1.25em;
}

.full-page-form label {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 1em;
}

.full-page-form label.half-width {
  width: 48%;
  padding-right: 1%;
  padding-left: 1%;
}

.full-page-form div.required,
.full-page-form div.not-required {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: .25em;
}

.full-page-form div.required {
  color: #000;
}

.full-page-form div.required::after {
  content: '*';
  color: #e13b3a;
  margin-left: .25em;
}

.full-page-form .red-star {
  color: #e13b3a;
}

.full-page-form div.not-required {
  color: #58595b;
}

.full-page-form input,
.full-page-form textarea,
.full-page-form select {
  width: 100%;
}

.full-page-form input,
.full-page-form select {
  height: 2.15em;
}

.full-page-form input[type="checkbox"],
.full-page-form input[type="radio"] {
  width: auto;
  height: auto;
  position: relative;
  top: -.05em;
  margin-right: .25em;
  font-size: 1.111111em;
}

.full-page-form .radio {
  margin: .3em 0;
  padding: 0 .3em;
}

.full-page-form .checkbox-block {
  margin: 1.5em 0;
  overflow: auto;
}

.full-page-form .checkbox-block label {
  margin-bottom: 0;
}

.full-page-form label.half-width.other {
  width: 100%;
}

.full-page-form label.other input[type="text"] {
  width: 13em;
  margin-left: 1em;
}

.full-page-form .space-below {
  margin-bottom: 3em;
}

.full-page-form .half-space-below {
  margin-bottom: 1.5em;
}

.full-page-form label .subheading {
  text-transform: none;
  margin-left: .25em;
  color: #58595b;
  font-size: .9em;
  font-weight: 300;
}

.full-page-form .button-form {
  width: 10em;
  font-size: 1.1em;
  padding-top: .5em;
  padding-bottom: .5em;
  margin-top: 1.5em;
}

.full-page-form textarea {
  padding-top: 0;
}

.full-page-form [data-field-error="true"],
.full-page-form .full-page-form-errors {
  background-color: rgba(217, 31, 39, .25);
}

.full-page-form .full-page-form-errors {
  margin-bottom: 2em;
}

.full-page-form [data-field-name] {
  overflow: auto;
}


/* Embeds */

.embed-signup {
  background-color: white;
  padding: 20px 20px 0 20px;
}


/* Product */

.products h3 {
  margin-bottom: 2rem;
}

.product {
  margin-bottom: 1rem;
}

.product .image,
.product .title {
  display: block;
  transition: opacity 0.25s;
}

.product .image {
  width: 100%;
  height: 250px;
  background: 50% no-repeat #f1f1f1;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 980px) {
  .product .image {
    width: 191px;
    height: 191px;
  }
}

@media (min-width: 1140px) {
  .product .image {
    width: 227px;
    height: 227px;
  }
}

.product .image:hover,
.product .title:hover {
  opacity: 0.8;
}

.product .title {
  margin-top: 7px;
  font-weight: 500;
  color: #272626;
}

.product .price {
  font-weight: 300;
  color: #826e5a;
}


/* Footer */

.wrapper {
  position: relative;
  min-height: 100%;
  margin: 0 auto -472px;
}

.footer-push {
  height: 472px;
}

@media only screen and (min-width: 740px) {
  .wrapper {
    margin-bottom: -398px;
  }

  .footer-push {
    height: 398px;
  }
}

@media only screen and (min-width: 980px) {
  .wrapper {
    margin-bottom: -338px;
  }

  .footer-push {
    height: 338px;
  }
}

footer {
  margin-top: 1rem;
  padding-bottom: 0px;
}

footer .image {
  width: 100%;
  height: 300px;
  margin-top: 20px;
  background: 50% no-repeat transparent;
  background-size: cover;
}

footer .image:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 740px) {
  footer .image {
    height: 400px;
  }
}

@media only screen and (min-width: 980px) {
  footer .image {
    height: 500px;
  }
}

@media only screen and (min-width: 1140px) {
  footer .image {
    height: 600px;
  }
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  line-height: 1.5rem;
}

.footer.last {
  margin: 0;
}

.footer p {
  margin-bottom: 0;
}

.footer a {
  text-transform: uppercase;
}

.footer a.active {
  font-weight: 500;
}

.footer .row-1 {
  min-height: 48px;
}

.footer .ecosystem {
  min-height: 1px;
}

.footer .ecosystem a {
  margin-right: 0.8rem;
  font-size: 1.5rem;
  padding: 0;
}

.footer .ecosystem a:last-child {
  margin-right: 0;
}

.footer .ecosystem a > .icon:before {
  line-height: 28px;
}

.footer .ecosystem a > .icon-weather {
  font-size: 29px;
}

.footer .ecosystem a > .icon-webcam {
  font-size: 29px;
}

.footer .location,
.footer .phone {
  font-size: 0.9rem;
}

.footer .location {
  margin: -2px 0 0;
}

.footer .location .extra {
  font-size: 0.8rem;
  font-style: italic;
}

.footer .phone a {
  padding: 0;
}

.footer .pages {
  padding-top: 1em;
  padding: 1rem 1rem 0 0;
  text-align: left;
}

.footer .pages a {
  margin: 0;
  padding: 0 10px 0 0;
}

@media only screen and (min-width: 740px) {
  .footer .pages {
    padding: 0 0 0 20px;
    text-align: right;
  }

  .footer .pages a {
    padding: 0 0 0 10px;
  }
}

.footer .pages,
.footer .links {
  font-size: 0.9rem;
}

.footer .links {
  margin-top: 30px;
}

@media (min-width: 740px) {
  .footer .links {
    margin-top: 0;
  }
}

.footer .links a {
  display: block;
}

.footer .page-row:not(:first-child) {
  margin-top: 0.3rem;
}

.footer .brand {
  font-size: 1.3rem;
}

.footer .logo {
  position: relative;
  display: block;
  width: 180px;
  height: 72px;
  margin: 2em auto 0;
  background-image: url('/client/img/averill.png');
  background-size: 180px 72px;
}

.footer .logo:hover {
  opacity: 0.8;
}

.footer .copyright {
  font-size: 0.9rem;
}


/* Plinth */
.plinth {
  background-color: #111;
  border-top: 1px solid #888;
  bottom: 0;
  color: white;
  display: table;
  height: 54px;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 1999;
}

.plinth div {
  display: table-cell;
  height: 54px;
  margin: 0;
  padding: 0;
  width: 33%;
}

.plinth div a {
  color: white;
  display: block;
  font-size: 14px;
  height: 36px;
  line-height: 18px;
  padding: 9px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.plinth div a:hover {
  color: white;
}

.plinth div a i {
  display: block;
  font-size: 16px;
  height: 18px;
}

@media only screen and (min-width: 480px) {
  footer {
    padding-bottom: 0;
  }
  .plinth {
    display: none;
  }
}


/* Icon Font */

.icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.icon-red {
  color: #be1e2d;
}

[data-icon]:before {
  font-family: "averill" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "averill" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\61";
}
.icon-arrow-left:before {
  content: "\62";
}
.icon-arrow-right:before {
  content: "\63";
}
.icon-arrow-up:before {
  content: "\64";
}
.icon-calendar:before {
  content: "\73";
}
.icon-commenting:before {
  content: "\65";
}
.icon-email:before {
  content: "\6e";
}
.icon-facebook:before {
  content: "\71";
}
.icon-file:before {
  content: "\67";
}
.icon-file-text:before {
  content: "\68";
}
.icon-instagram:before {
  content: "\70";
}
.icon-pinterest:before {
  content: "\6f";
}
.icon-play:before {
  content: "\6b";
}
.icon-search:before {
  content: "\66";
}
.icon-share:before {
  content: "\6a";
}
.icon-sound:before {
  content: "\69";
}
.icon-tripadvisor:before {
  content: "\6c";
}
.icon-twitter:before {
  content: "\6d";
}
.icon-weather:before {
  content: "\74";
}
.icon-webcam:before {
  content: "\75";
}
