@charset "UTF-8";
/*======================================================================
	Reset/Defauls
----------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  outline: none;
}
@font-face {
  font-family: "sciflysans";
  src: url("../woff2/scifly-sans-webfont.woff2") format("woff2"), url("../woff/scifly-sans-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.superwrapper {
  transition: opacity 0.25s ease;
}
.superwrapper.dim {
  opacity: 0.3;
  pointer-events: none;
}
/*======================================================================
	HTML/Body
----------------------------------------------------------------------*/
body {
  overflow-x: hidden;
}
/*======================================================================
	Container/Wrapper/Columns/Table
----------------------------------------------------------------------*/
section {
  padding: 40px;
}
section.no_padding {
  padding: 0px;
}
section.top_padding {
  padding: 40px 40px 0 40px;
}
section.bottom_padding {
  padding: 0 40px 40px 40px;
}
.wrapper {
  max-width: 1400px;
  width: 100%;
  margin: 0px auto;
}
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}
/*	Columns (no gutters)
-----------------------*/
.col-1 {
  width: calc(100% / 12 * 1);
  width: 8.3333333333%;
}
.col-2 {
  width: calc(100% / 12 * 2);
  width: 16.6666666667%;
}
.col-3 {
  width: calc(100% / 12 * 3);
  width: 25%;
}
.col-4 {
  width: calc(100% / 12 * 4);
  width: 33.3333333333%;
}
.col-5 {
  width: calc(100% / 12 * 5);
  width: 41.6666666667%;
}
.col-6 {
  width: calc(100% / 12 * 6);
  width: 50%;
}
.col-7 {
  width: calc(100% / 12 * 7);
  width: 58.3333333333%;
}
.col-8 {
  width: calc(100% / 12 * 8);
  width: 66.6666666667%;
}
.col-9 {
  width: calc(100% / 12 * 9);
  width: 75%;
}
.col-10 {
  width: calc(100% / 12 * 10);
  width: 83.3333333333%;
}
.col-11 {
  width: calc(100% / 12 * 11);
  width: 91.6666666667%;
}
.col-12 {
  width: calc(100% / 12 * 12);
  width: 100%;
}
/*	Columns (with gutters)
-----------------------*/
.wrapper-gutters .col-1 {
  width: calc((100% / 12 * 1) - (20px - 20px / 12 * 1));
  width: -1991.6666666667%;
}
.wrapper-gutters .col-2 {
  width: calc((100% / 12 * 2) - (20px - 20px / 12 * 2));
  width: -1983.3333333333%;
}
.wrapper-gutters .col-3 {
  width: calc((100% / 12 * 3) - (20px - 20px / 12 * 3));
  width: -1975%;
}
.wrapper-gutters .col-4 {
  width: calc((100% / 12 * 4) - (20px - 20px / 12 * 4));
  width: -1966.6666666667%;
}
.wrapper-gutters .col-5 {
  width: calc((100% / 12 * 5) - (20px - 20px / 12 * 5));
  width: -1958.3333333333%;
}
.wrapper-gutters .col-6 {
  width: calc((100% / 12 * 6) - (20px - 20px / 12 * 6));
  width: -1950%;
}
.wrapper-gutters .col-7 {
  width: calc((100% / 12 * 7) - (20px - 20px / 12 * 7));
  width: -1941.6666666667%;
}
.wrapper-gutters .col-8 {
  width: calc((100% / 12 * 8) - (20px - 20px / 12 * 8));
  width: -1933.3333333333%;
}
.wrapper-gutters .col-9 {
  width: calc((100% / 12 * 9) - (20px - 20px / 12 * 9));
  width: -1925%;
}
.wrapper-gutters .col-10 {
  width: calc((100% / 12 * 10) - (20px - 20px / 12 * 10));
  width: -1916.6666666667%;
}
.wrapper-gutters .col-11 {
  width: calc((100% / 12 * 11) - (20px - 20px / 12 * 11));
  width: -1908.3333333333%;
}
.wrapper-gutters .col-12 {
  width: calc((100% / 12 * 12) - (20px - 20px / 12 * 12));
  width: -1900%;
}
.wrapper-gutters [class*="col-"] {
  margin-right: 20px;
}
/*	Push
-----------------------*/
.push-1 {
  margin-left: calc(100% / 12 * 1);
}
.push-2 {
  margin-left: calc(100% / 12 * 2);
}
.push-3 {
  margin-left: calc(100% / 12 * 3);
}
.push-4 {
  margin-left: calc(100% / 12 * 4);
}
.push-5 {
  margin-left: calc(100% / 12 * 5);
}
.push-6 {
  margin-left: calc(100% / 12 * 6);
}
.push-7 {
  margin-left: calc(100% / 12 * 7);
}
.push-8 {
  margin-left: calc(100% / 12 * 8);
}
.push-9 {
  margin-left: calc(100% / 12 * 9);
}
.push-10 {
  margin-left: calc(100% / 12 * 10);
}
.push-11 {
  margin-left: calc(100% / 12 * 11);
}
.push-12 {
  margin-left: calc(100% / 12 * 12);
}
.wrapper-gutters .push-1 {
  margin-left: calc((100% / 12 * 1) - (20px - 20px / 12 * 1) + 20px);
}
.wrapper-gutters .push-2 {
  margin-left: calc((100% / 12 * 2) - (20px - 20px / 12 * 2) + 20px);
}
.wrapper-gutters .push-3 {
  margin-left: calc((100% / 12 * 3) - (20px - 20px / 12 * 3) + 20px);
}
.wrapper-gutters .push-4 {
  margin-left: calc((100% / 12 * 4) - (20px - 20px / 12 * 4) + 20px);
}
.wrapper-gutters .push-5 {
  margin-left: calc((100% / 12 * 5) - (20px - 20px / 12 * 5) + 20px);
}
.wrapper-gutters .push-6 {
  margin-left: calc((100% / 12 * 6) - (20px - 20px / 12 * 6) + 20px);
}
.wrapper-gutters .push-7 {
  margin-left: calc((100% / 12 * 7) - (20px - 20px / 12 * 7) + 20px);
}
.wrapper-gutters .push-8 {
  margin-left: calc((100% / 12 * 8) - (20px - 20px / 12 * 8) + 20px);
}
.wrapper-gutters .push-9 {
  margin-left: calc((100% / 12 * 9) - (20px - 20px / 12 * 9) + 20px);
}
.wrapper-gutters .push-10 {
  margin-left: calc((100% / 12 * 10) - (20px - 20px / 12 * 10) + 20px);
}
.wrapper-gutters .push-11 {
  margin-left: calc((100% / 12 * 11) - (20px - 20px / 12 * 11) + 20px);
}
.wrapper-gutters .push-12 {
  margin-left: calc((100% / 12 * 12) - (20px - 20px / 12 * 12) + 20px);
}
[class*="col-"] {
  float: left;
}
[class*="col-"]:last-of-type {
  margin-right: 0;
}
/*	Tables
-----------------------*/
.wrapper-table {
  display: table;
  table-layout: fixed;
}
.wrapper-table div.row {
  display: table-row;
}
.wrapper-table div.row div.cell {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
/*	Flex
-----------------------*/
.wrapper-grid {
  display: grid;
  grid-gap: 10px;
  grid-auto-rows: 1fr;
}
.wrapper-grid.items-1 {
  grid-template-columns: repeat(1, 1fr);
}
.wrapper-grid.items-2 {
  grid-template-columns: repeat(2, 1fr);
}
.wrapper-grid.items-3 {
  grid-template-columns: repeat(3, 1fr);
}
.wrapper-grid.items-4 {
  grid-template-columns: repeat(4, 1fr);
}
.wrapper-grid.items-5 {
  grid-template-columns: repeat(5, 1fr);
}
.wrapper-grid.items-6 {
  grid-template-columns: repeat(6, 1fr);
}
/*	Full Width
-----------------------*/
section.full {
  padding: 0;
}
section.full .wrapper-full {
  max-width: 100%;
}
section.full .wrapper-full .left {
  background-color: grey;
  padding-top: 40px;
  padding-bottom: 40px;
}
section.full .wrapper-full .left .wrapper {
  float: right;
  padding-left: 40px;
}
section.full .wrapper-full .right {
  background-color: grey;
  padding-top: 40px;
  padding-bottom: 40px;
}
section.full .wrapper-full .right .wrapper {
  float: left;
  padding-right: 40px;
}
section.full .wrapper-full .wrapper {
  max-width: calc(700px + 40px);
}
section.full .wrapper-full .wrapper .col-1 {
  width: calc((100% / (12 / 2) * 1));
}
section.full .wrapper-full .wrapper .col-2 {
  width: calc((100% / (12 / 2) * 2));
}
section.full .wrapper-full .wrapper .col-3 {
  width: calc((100% / (12 / 2) * 3));
}
section.full .wrapper-full .wrapper .col-4 {
  width: calc((100% / (12 / 2) * 4));
}
section.full .wrapper-full .wrapper .col-5 {
  width: calc((100% / (12 / 2) * 5));
}
section.full .wrapper-full .wrapper .col-6 {
  width: calc((100% / (12 / 2) * 6));
}
section.full .wrapper-full .wrapper .col-7 {
  width: calc((100% / (12 / 2) * 7));
}
section.full .wrapper-full .wrapper .col-8 {
  width: calc((100% / (12 / 2) * 8));
}
section.full .wrapper-full .wrapper .col-9 {
  width: calc((100% / (12 / 2) * 9));
}
section.full .wrapper-full .wrapper .col-10 {
  width: calc((100% / (12 / 2) * 10));
}
section.full .wrapper-full .wrapper .col-11 {
  width: calc((100% / (12 / 2) * 11));
}
/*======================================================================
	Globals
----------------------------------------------------------------------*/
.centered {
  text-align: center;
}
.right_align {
  text-align: right;
}
img.alignright {
  float: right;
  margin: 0 0 10px 10px;
}
img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.responsive img {
  width: 100%;
  height: auto;
}
.primary_color_bg {
  background-color: #6bbab3;
}
.secondary_color_bg {
  background-color: #243745;
}
.show1000 {
  display: none;
}
.show900 {
  display: none;
}
.show800 {
  display: none;
}
.show700 {
  display: none;
}
.show600 {
  display: none;
}
.show500 {
  display: none;
}
.show400 {
  display: none;
}
i.ion {
  font-style: normal;
}
/*======================================================================
	Text Formatting
----------------------------------------------------------------------*/
p {
  margin-top: 20px;
}
h1 {
  font-size: 66px;
  line-height: 66px;
  color: #fff;
  text-transform: uppercase;
  font-family: "sciflysans";
}
h2 {
  font-size: 46px;
  line-height: 46px;
  color: #243745;
  font-family: "sciflysans";
}
h3 {
  font-size: 27px;
  line-height: 32px;
  color: #6bbab3;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: 10px 0;
  letter-spacing: 1px;
}
h3.sciflysans {
  font-family: "sciflysans";
}
h4 {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
}
a {
  text-decoration: none;
}
em {
  font-style: italic;
}
strong {
  font-weight: 700;
}
ol, ul {
  margin-top: 20px;
  padding-left: 40px;
}
ol li, ul li {
  line-height: 125%;
  margin-top: 10px;
}
.left_align {
  text-align: left !important;
}
.gold {
  color: #d1a11e !important;
}
.bodycopy, html body .fc {
  font-weight: 400;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
}
.button {
  background-color: #6bbab3;
  cursor: pointer;
  color: #fff;
  font-family: "Roboto", sans-serif;
  padding: 11px 22px;
  font-size: 13px;
  border: 2px solid #6bbab3;
  line-height: 22px;
  transition: all 0.25s ease;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}
.button .text, .button .circle {
  display: inline-block;
  vertical-align: middle;
}
.button .circle {
  border-radius: 50%;
  border: 2px solid #fff;
  width: 25px;
  line-height: 20px;
  height: 25px;
  text-align: center;
  margin-left: 10px;
}
.button .ion {
  font-size: 11px;
  margin-left: 3px;
}
.button.second {
  margin-left: 5px;
}
.button.outline {
  background-color: transparent;
  border: 2px solid #fff;
}
.button:hover {
  background-color: #243745;
  border-color: #243745;
}
.button.reverse:hover, .button.outline:hover {
  background-color: #fff;
  border-color: #fff;
  color: #243745;
}
/*======================================================================
	Misc
----------------------------------------------------------------------*/
#header {
  height: 450px;
  background-size: cover;
  background-position: center center;
  padding: 0;
}
#header .overlay {
  background-color: rgba(55, 64, 70, 0.5);
  height: 100%;
}
#header .wrapper {
  height: 100%;
}
#header .wrapper .row {
  height: 100%;
  text-align: center;
}
#header .wrapper .row h1 {
  padding-top: 75px;
  padding-left: 100px;
  padding-right: 100px;
}
#header .wrapper .post_header {
  text-align: center;
  padding: 50px;
  min-height: 250px;
  text-transform: uppercase;
  position: absolute;
  display: table;
  background-color: #243745;
}
#header .wrapper .post_header .vert_centered {
  display: table-cell;
  vertical-align: middle;
}
#header .wrapper .post_header h2 {
  color: #fff;
}
#header .wrapper .post_header h3 {
  font-size: 24px;
  margin-bottom: 0;
}
#map .acf-map, #single_map .acf-map {
  width: 100%;
  height: 600px;
}
.gm-style .gm-style-iw-d {
  text-align: left;
}
.gm-style .gm-style-iw-d h4 {
  color: #243745;
}
#hosting .wrapper {
  background-color: #fff !important;
}
#hosting .wrapper h3 {
  padding-right: 0;
  color: #fff;
}
#hosting .rows .row {
  background-color: #243745;
  width: 100%;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
  transition: all 0.25s ease;
}
#hosting .rows .row:hover {
  background-color: #6bbab3;
}
.banner {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d1a11e;
}
.banner h3 {
  color: #fff;
  text-transform: uppercase;
  vertical-align: middle;
  display: inline-block;
}
.banner .ion {
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  margin-left: 15px;
}
.intro {
  padding-top: 100px;
}
.intro h2, .intro h3 {
  padding-right: 50px;
}
#big-video-wrap {
  position: absolute;
  z-index: -1;
  background-color: #000 !important;
}
#video {
  height: 100vh;
  max-height: 900px;
  background-position: center center;
  background-size: cover;
  padding: 0;
}
#video .wrapper {
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100vh;
  max-height: 900px;
}
#video .wrapper .row {
  height: 100%;
}
#video .wrapper .row .cell {
  text-align: center;
  color: #fff;
}
#video .wrapper .row .cell #headline {
  margin-top: 75px;
}
#video .wrapper .row .cell.bodycopy {
  font-weight: 400;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  line-height: 26px;
}
#video .wrapper .row .cell span {
  max-width: 500px;
  display: inline-block;
}
#plan_intro {
  font-size: 0;
  padding-bottom: 60px;
  padding-top: 60px;
  background-color: #f5f5f5;
}
#plan_intro .statement {
  background-color: #6bbab3;
  color: #fff;
  text-align: center;
  padding: 30px 20%;
}
#plan_intro .statement h2 {
  color: #fff;
}
#plan_intro .boxes {
  width: calc(25% - (60px / 4));
  display: inline-block;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-right: 20px;
  margin-top: 60px;
  cursor: pointer;
  transition: all 0.25s ease;
}
#plan_intro .boxes:hover {
  transform: scale(1.05);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
#plan_intro .boxes:last-of-type {
  margin-right: 0;
}
#plan_intro .boxes img {
  width: 100%;
  display: block;
}
#plan_intro .boxes .label {
  padding: 25px;
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: all 0.25s ease;
}
#plan_intro .boxes .label:hover {
  background-color: #fff;
}
#plan_intro .boxes .label:hover h3 {
  color: #243745;
}
#plan_intro .boxes .label h3 {
  transition: all 0.25s ease;
  color: #fff;
  font-weight: 700;
  margin: 0;
}
#navigation {
  position: fixed;
  z-index: 1001;
  transition: all 0.25s ease;
  width: 100%;
  padding: 60px 40px;
}
#navigation.fixed {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  padding: 20px 40px;
}
#navigation.fixed.nobackground {
  background-color: transparent !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#navigation.fixed .menu, #navigation.fixed a {
  color: #243745 !important;
}
#navigation.fixed #hamburger #hamburger_icon span {
  background-color: #243745;
}
#navigation.fixed #hamburger #hamburger_icon.open span:nth-child(1), #navigation.fixed #hamburger #hamburger_icon.open span:nth-child(2), #navigation.fixed #hamburger #hamburger_icon.open span:nth-child(3), #navigation.fixed #hamburger #hamburger_icon.open span:nth-child(4) {
  background-color: #fff;
}
#navigation .wrapper {
  font-size: 0;
}
#navigation .wrapper #logo {
  width: 225px;
  display: inline-block;
  vertical-align: middle;
}
#navigation .wrapper .menu {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 225px);
  text-align: right;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2px;
}
#navigation .wrapper .menu ul {
  font-size: 15px;
  font-weight: 700;
  list-style: none;
  margin-top: 5px;
}
#navigation .wrapper .menu ul li {
  display: inline-block;
  margin-left: 60px;
  transition: all 0.25s ease;
}
#navigation .wrapper .menu ul li:hover, #navigation .wrapper .menu ul li.active {
  color: #6bbab3;
}
#navigation .wrapper .menu a {
  transition: all 0.25s ease;
  color: #fff;
}
#navigation .wrapper .menu a:hover {
  color: #6bbab3 !important;
}
#things, .panels, #gallery, #host_slides {
  background-color: #fff;
  padding-top: 80px;
}
#things.top_padding, .panels.top_padding, #gallery.top_padding, #host_slides.top_padding {
  padding-top: 100px;
}
#things.bottom_padding, .panels.bottom_padding, #gallery.bottom_padding, #host_slides.bottom_padding {
  padding-bottom: 150px;
}
#things .wrapper, .panels .wrapper, #gallery .wrapper, #host_slides .wrapper {
  max-width: 100%;
  position: relative;
  font-size: 0;
}
#things .wrapper [class*="col-"], .panels .wrapper [class*="col-"], #gallery .wrapper [class*="col-"], #host_slides .wrapper [class*="col-"] {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
#things .wrapper [class*="col-"]:nth-of-type(2n), .panels .wrapper [class*="col-"]:nth-of-type(2n), #gallery .wrapper [class*="col-"]:nth-of-type(2n), #host_slides .wrapper [class*="col-"]:nth-of-type(2n) {
  text-align: right;
}
#things .wrapper .left, .panels .wrapper .left, #gallery .wrapper .left, #host_slides .wrapper .left {
  width: calc(100vw / 12);
  height: 101%;
  position: absolute;
  z-index: 99;
  left: -40px;
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
#things .wrapper .right, .panels .wrapper .right, #gallery .wrapper .right, #host_slides .wrapper .right {
  width: calc(100vw / 12);
  height: 101%;
  position: absolute;
  z-index: 99;
  right: -40px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
#things .wrapper .controls, .panels .wrapper .controls, #gallery .wrapper .controls, #host_slides .wrapper .controls {
  font-size: 40px;
  text-align: center;
  display: table;
  color: #fff;
}
#things .wrapper .controls .cell, .panels .wrapper .controls .cell, #gallery .wrapper .controls .cell, #host_slides .wrapper .controls .cell {
  display: table-cell;
  vertical-align: middle;
}
#things .wrapper .controls .cell .fa, .panels .wrapper .controls .cell .fa, #gallery .wrapper .controls .cell .fa, #host_slides .wrapper .controls .cell .fa {
  cursor: pointer;
}
#things .owl-carousel, .panels .owl-carousel, #gallery .owl-carousel, #host_slides .owl-carousel {
  margin-top: 50px;
  width: 130%;
  margin-left: -15%;
}
#things .owl-carousel .owl-stage-outer, .panels .owl-carousel .owl-stage-outer, #gallery .owl-carousel .owl-stage-outer, #host_slides .owl-carousel .owl-stage-outer {
  overflow: visible;
}
#things [class*="col-"] .item, #things .owl-item .item, .panels [class*="col-"] .item, .panels .owl-item .item, #gallery [class*="col-"] .item, #gallery .owl-item .item, #host_slides [class*="col-"] .item, #host_slides .owl-item .item {
  background-color: grey;
  overflow: hidden;
  background-size: cover;
  position: relative;
  background-position: center bottom;
  transition: all 0.25s ease;
  background-repeat: no-repeat;
  cursor: pointer;
}
#things [class*="col-"] .item .text, #things .owl-item .item .text, .panels [class*="col-"] .item .text, .panels .owl-item .item .text, #gallery [class*="col-"] .item .text, #gallery .owl-item .item .text, #host_slides [class*="col-"] .item .text, #host_slides .owl-item .item .text {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  bottom: 0;
  position: absolute;
  padding: 30px;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  transition: all 0.25s ease;
}
#things [class*="col-"] .item .text h3, #things .owl-item .item .text h3, .panels [class*="col-"] .item .text h3, .panels .owl-item .item .text h3, #gallery [class*="col-"] .item .text h3, #gallery .owl-item .item .text h3, #host_slides [class*="col-"] .item .text h3, #host_slides .owl-item .item .text h3 {
  font-weight: 700;
  text-transform: none;
  letter-spacing: 1px;
  color: #fff;
  transition: all 0.25s ease;
  margin-bottom: 0;
}
#things [class*="col-"] .item .text .extra, #things .owl-item .item .text .extra, .panels [class*="col-"] .item .text .extra, .panels .owl-item .item .text .extra, #gallery [class*="col-"] .item .text .extra, #gallery .owl-item .item .text .extra, #host_slides [class*="col-"] .item .text .extra, #host_slides .owl-item .item .text .extra {
  max-height: 0;
  opacity: 0;
  color: #8c8e8f;
  text-transform: none;
  transition: all 0.25s ease;
}
#things [class*="col-"] .item .text .extra p:first-of-type, #things .owl-item .item .text .extra p:first-of-type, .panels [class*="col-"] .item .text .extra p:first-of-type, .panels .owl-item .item .text .extra p:first-of-type, #gallery [class*="col-"] .item .text .extra p:first-of-type, #gallery .owl-item .item .text .extra p:first-of-type, #host_slides [class*="col-"] .item .text .extra p:first-of-type, #host_slides .owl-item .item .text .extra p:first-of-type {
  margin-top: 0;
}
#things [class*="col-"] .item .fa, #things .owl-item .item .fa, .panels [class*="col-"] .item .fa, .panels .owl-item .item .fa, #gallery [class*="col-"] .item .fa, #gallery .owl-item .item .fa, #host_slides [class*="col-"] .item .fa, #host_slides .owl-item .item .fa {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 35px;
  color: #fff;
  transition: all 0.25s ease;
}
#things [class*="col-"] .item .fa:hover, #things [class*="col-"] .item .fa.active, #things .owl-item .item .fa:hover, #things .owl-item .item .fa.active, .panels [class*="col-"] .item .fa:hover, .panels [class*="col-"] .item .fa.active, .panels .owl-item .item .fa:hover, .panels .owl-item .item .fa.active, #gallery [class*="col-"] .item .fa:hover, #gallery [class*="col-"] .item .fa.active, #gallery .owl-item .item .fa:hover, #gallery .owl-item .item .fa.active, #host_slides [class*="col-"] .item .fa:hover, #host_slides [class*="col-"] .item .fa.active, #host_slides .owl-item .item .fa:hover, #host_slides .owl-item .item .fa.active {
  color: #c82127;
}
#things [class*="col-"] .item img, #things .owl-item .item img, .panels [class*="col-"] .item img, .panels .owl-item .item img, #gallery [class*="col-"] .item img, #gallery .owl-item .item img, #host_slides [class*="col-"] .item img, #host_slides .owl-item .item img {
  width: 100%;
}
#things [class*="col-"] .item:hover, #things .owl-item .item:hover, .panels [class*="col-"] .item:hover, .panels .owl-item .item:hover, #gallery [class*="col-"] .item:hover, #gallery .owl-item .item:hover, #host_slides [class*="col-"] .item:hover, #host_slides .owl-item .item:hover {
  transform: scale(1.05);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
#things [class*="col-"] .item:hover .text, #things .owl-item .item:hover .text, .panels [class*="col-"] .item:hover .text, .panels .owl-item .item:hover .text, #gallery [class*="col-"] .item:hover .text, #gallery .owl-item .item:hover .text, #host_slides [class*="col-"] .item:hover .text, #host_slides .owl-item .item:hover .text {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background-color: #fff;
  color: #c82127;
}
#things [class*="col-"] .item:hover .text h3, #things .owl-item .item:hover .text h3, .panels [class*="col-"] .item:hover .text h3, .panels .owl-item .item:hover .text h3, #gallery [class*="col-"] .item:hover .text h3, #gallery .owl-item .item:hover .text h3, #host_slides [class*="col-"] .item:hover .text h3, #host_slides .owl-item .item:hover .text h3 {
  color: #243745;
}
#things [class*="col-"] .item:hover .text .extra, #things .owl-item .item:hover .text .extra, .panels [class*="col-"] .item:hover .text .extra, .panels .owl-item .item:hover .text .extra, #gallery [class*="col-"] .item:hover .text .extra, #gallery .owl-item .item:hover .text .extra, #host_slides [class*="col-"] .item:hover .text .extra, #host_slides .owl-item .item:hover .text .extra {
  max-height: 200px;
  opacity: 1;
  margin-top: 10px;
}
#host_slides {
  padding-top: 0;
  margin-bottom: 80px;
}
#gallery {
  padding-top: 60px;
  padding-bottom: 60px;
}
#gallery .wrapper .left, #gallery .wrapper #gallery .wrapper .right {
  background: none !important;
}
#gallery .wrapper .owl-carousel {
  margin-top: 0;
}
#gallery .wrapper .owl-carousel .item {
  cursor: auto;
}
.ion {
  font-style: normal;
}
#tours {
  padding-bottom: 125px;
  padding-top: 80px;
}
#tours .wrapper [class*="col-"] {
  font-size: 0;
}
#tours .wrapper .tour {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  margin-top: 50px;
  margin-bottom: 25px;
  width: calc(50% - (25px / 2));
  margin-right: 25px;
}
#tours .wrapper .tour:nth-of-type(2n) {
  margin-right: 0;
}
#tours .wrapper .tour .image {
  width: 175px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
}
#tours .wrapper .tour .image img {
  width: 100%;
  margin-top: 15px;
}
#tours .wrapper .tour .image .plus {
  position: absolute;
  background-color: #fff;
  cursor: pointer;
  right: 20px;
  top: 20px;
  font-size: 25px;
  color: #6bbab3;
  border: 4px solid #6bbab3;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
}
#tours .wrapper .tour .image .plus i {
  margin-left: 1px;
}
#tours .wrapper .tour .bodycopy {
  width: calc(100% - 195px);
  margin-left: 20px;
  display: inline-block;
  vertical-align: top;
}
.panels {
  padding-top: 50px;
}
.panels .item {
  width: calc(25% - (54px / 4));
  text-align: left;
  display: inline-block;
  margin-right: 18px;
}
.panels .item:last-of-type {
  margin-right: 0;
}
#events {
  margin: 25px 0;
}
#events.extra_padding {
  padding-bottom: 100px;
}
#events .wrapper {
  background-color: #243745;
  background-size: cover;
  background-position: center center;
  padding-top: 100px;
  padding-bottom: 100px;
}
#events .wrapper h2 {
  color: #fff;
}
#events .wrapper .setup {
  margin-top: 30px;
}
#events .wrapper .event, #events_all .wrapper .event {
  width: 50%;
  vertical-align: top;
  display: inline-block;
  padding: 30px 40px;
}
#events .wrapper .event h3, #events_all .wrapper .event h3 {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 5px;
}
#events .wrapper .event h2, #events_all .wrapper .event h2 {
  font-family: "Roboto", sans-serif;
  color: #6bbab3;
  font-weight: 400;
}
#events .wrapper .list, #events_all .wrapper .list {
  font-size: 0;
}
#events_all .wrapper .event {
  padding-left: 0;
}
#events_all .wrapper .event .text {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 210px);
  margin-left: 25px;
}
#events_all .wrapper .event .text h3 {
  color: #243745;
}
#events_all .wrapper .event .text .button {
  margin-top: 15px;
}
#events_all .wrapper .event .image {
  display: inline-block;
  vertical-align: top;
  width: 185px;
  background-color: grey;
  background-position: center center;
  background-size: cover;
}
#events_all .wrapper .event .image img {
  width: 100%;
  display: block;
}
.date {
  color: #d1a11e;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 18px;
  letter-spacing: 1px;
}
.links h3, .links .ion {
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
}
.links .ion {
  margin-left: 10px;
  font-size: 16px;
  color: #6bbab3;
}
#history {
  padding-top: 80px;
  padding-bottom: 20px;
}
.chamber {
  margin-top: 15px;
}
.chamber img {
  width: 40px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.chamber span {
  font-weight: 500;
  line-height: 18px;
  color: #243745;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
#temps {
  padding: 0;
  background-color: #243745;
  background-position: center center;
  background-size: cover;
  padding-left: 0;
  padding-right: 0;
}
#temps .wrapper {
  max-width: 100%;
}
#temps .item {
  background-position: center center;
  background-size: cover;
}
#temps .blue {
  background-color: #243745;
}
#temps .blue:nth-of-type(2) {
  border-right: 7px solid #6bbab3;
}
#temps .blue h2 {
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  transform: scale(0.9);
  transition: all 0.25s ease;
  margin: 30px 0;
  color: #667d89;
  transform-origin: center left;
}
#temps .blue h2.active, #temps .blue h2:hover {
  transform: scale(1);
  color: #fff;
}
#temps .blue h2.active:before, #temps .blue h2:hover:before {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  margin-left: -20px;
  font-size: 10px;
}
#temps .row {
  height: 600px;
}
#temps .bodycopy .wrap {
  max-width: 825px;
  width: 100%;
  display: none;
}
#temps .bodycopy .wrap.active {
  display: block;
}
#temps .bodycopy .wrap .cell {
  display: block;
}
#temps .bodycopy .wrap img {
  width: 80%;
}
#temps .owl-dots {
  text-align: center;
}
#temps .owl-carousel button.owl-dot {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin: 12px 3px;
  cursor: pointer;
}
#temps .owl-carousel button.owl-dot.active {
  background-color: #fff;
}
#temps .text {
  color: #fff;
  width: 50%;
  display: inline-block;
  /*padding-top: 75px;
		padding-bottom: 75px;*/
  padding-right: 50px;
  vertical-align: middle;
}
#temps .image {
  vertical-align: middle;
  display: inline-block;
  margin-top: 30px;
  width: 45%;
  background-position: center center;
  background-size: cover;
  /*margin-top: 75px;
		margin-bottom: 75px;*/
}
#temps .image img {
  width: 100% !important;
}
#event_single, #business_single {
  padding-top: 100px;
}
#event_single .image img, #business_single .image img {
  width: 100%;
}
#event_single .fa, #business_single .fa {
  color: #6bbab3;
  margin: 0 12px;
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
}
#event_single .wrapper .year, #business_single .wrapper .year {
  color: #6bbab3;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 70px;
  font-family: "Roboto", sans-serif;
  line-height: 70px;
}
#event_single .wrapper h2, #business_single .wrapper h2 {
  text-transform: uppercase;
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
}
#event_single .wrapper .date, #business_single .wrapper .date {
  font-size: 21px;
  margin-top: 10px;
}
#event_single .wrapper .address, #business_single .wrapper .address {
  color: #9e9f9f;
  text-transform: uppercase;
}
#event_single .wrapper .information, #event_single .wrapper .information a, #business_single .wrapper .information, #business_single .wrapper .information a {
  color: #9e9f9f;
}
#business_single {
  padding-bottom: 150px;
}
#business_single .image img {
  width: 100%;
}
#business_single .wrapper .information a {
  color: #6bbab3;
}
#footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #243745;
  color: #fff;
  text-transform: uppercase;
}
#footer .wrapper #logo {
  max-width: 225px;
}
#footer .wrapper .circle {
  display: inline-block;
  margin-right: 5px;
  border: 4px solid #fff;
  text-align: center;
  line-height: 44px;
  height: 50px;
  width: 50px;
  color: #fff;
  font-size: 25px;
  border-radius: 50%;
  transition: all 0.25s ease;
}
#footer .wrapper .circle .fa {
  margin-right: 0;
}
#footer .wrapper .circle:hover {
  background-color: #fff;
  color: #243745;
}
#footer .wrapper .copyright {
  font-size: 14px;
}
#footer .wrapper .copyright a {
  color: #fff;
}
#footer .wrapper .menu {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 700;
}
#footer .wrapper .menu a {
  color: #fff;
}
#footer .wrapper .menu a:hover {
  color: #6bbab3;
}
#inline_businesses {
  display: inline-block;
  margin-top: 5px;
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
  width: 50%;
  position: relative;
}
#inline_businesses .item {
  background-position: center center;
  background-size: cover;
}
#inline_businesses img {
  width: 100%;
  display: block;
}
#inline_businesses .fa {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 35px;
  cursor: pointer;
  color: #fff;
  z-index: 1;
  transition: all 0.25s ease;
}
#inline_businesses .fa:hover {
  color: #c82127;
}
#inline_businesses .owl-nav {
  position: absolute;
  bottom: 20px;
  left: 25px;
}
#inline_businesses .owl-nav button {
  color: #fff;
  margin-right: 5px;
  font-size: 30px !important;
}
#inline_businesses .text {
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  width: 100%;
  bottom: 0;
  padding: 25px;
  padding-right: 50px;
  padding-bottom: 50px;
  left: 0;
}
#inline_businesses .text h3 {
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 5px;
  color: #fff;
  font-weight: 700;
}
#inline_businesses .text h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
}
#brochure {
  background-color: #6bbab3;
  text-align: center;
  padding: 0;
}
#brochure .text {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
#brochure .text h2 {
  color: #fff;
  padding-top: 10px;
}
#brochure .text .button {
  margin-top: 15px;
}
#brochure .image {
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
  margin-top: -65px;
}
#brochure .image img {
  max-width: 350px;
  display: block;
}
#brochure .links h3, #brochure .links .ion {
  color: #243745 !important;
  font-size: 17px;
}
#tribe-events-pg-template {
  padding: 0 !important;
  max-width: none !important;
}
.woocommerce ul.products li.product .button, .woocommerce div.product form.cart .button {
  background-color: #6bbab3;
  cursor: pointer;
  color: #fff;
  font-family: "Roboto", sans-serif;
  padding: 11px 22px;
  font-size: 13px;
  border: 2px solid #6bbab3;
  line-height: 22px;
  transition: all 0.25s ease;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
}
.woocommerce ul.products li.product .button:hover, .woocommerce div.product form.cart .button:hover {
  background-color: #243745;
  border-color: #243745;
}
.woocommerce .button {
  color: #fff !important;
}
.woocommerce-message {
  border-top-color: #6bbab3 !important;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  font-size: 24px !important;
  line-height: 28px;
}
.woocommerce ul.products li.product .price {
  color: #6bbab3 !important;
  font-size: 18px !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce-message::before {
  color: #6bbab3 !important;
}
.woocommerce span.onsale, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #6bbab3 !important;
}
#host {
  padding-bottom: 0;
}
#host .wrapper {
  background-color: #f5f5f5;
  padding: 50px 0;
  padding-bottom: 100px;
}
#host .wrapper .hosting {
  font-size: 0;
}
#host .wrapper .event {
  margin: 17.5px 0;
  width: calc(50% - (35px / 2));
  margin-right: 35px;
  background-color: #243745;
  display: inline-block;
  background-position: center center;
  background-size: cover;
  position: relative;
}
#host .wrapper .event .text {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(36, 55, 69, 0.1);
}
#host .wrapper .event .text h3 {
  color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  position: absolute;
  margin-bottom: 0;
  display: block;
  font-weight: 700;
  transition: all 0.25s ease;
}
#host .wrapper .event img {
  width: 100%;
}
#host .wrapper .event:nth-of-type(even) {
  margin-right: 0;
}
#host .wrapper .event:hover {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
#host .wrapper .event:hover h3 {
  background-color: #fff;
  color: #243745;
}
.addtoany_list a:not(.addtoany_special_service) > span {
  border-radius: 50% !important;
  padding: 3px;
}
.generic {
  padding-top: 100px;
  padding-bottom: 100px;
}
.generic .tags {
  color: #243745;
}
.generic .line {
  height: 1px;
  width: 100%;
  background-color: #d7d7d7;
}
.generic .recent {
  background-color: #f5f5f5;
  padding: 40px;
  width: calc(100% + 40px);
}
.generic .recent .list {
  margin-top: 20px;
  font-weight: 600;
  display: block;
  color: #243745;
}
.generic .recent h5 {
  color: #adadad;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.wysiwyg p:first-of-type {
  margin-top: 0;
}
.wysiwyg blockquote {
  padding-left: 10%;
  padding-right: 10%;
  color: #6bbab3;
  font-size: 27px;
  line-height: 32px;
}
.wysiwyg h2 {
  padding-bottom: 10px;
}
.wysiwyg h2 a {
  color: #243745;
  font-weight: 700;
}
.wysiwyg h4 {
  font-size: 22px;
  margin-top: 15px;
}
.wysiwyg a {
  color: #6bbab3;
}
.wysiwyg p {
  margin-top: 10px;
  margin-bottom: 25px;
}
#cart {
  color: #fff;
  width: 60px;
  height: 100vh;
  position: fixed;
  right: 0;
  margin-top: 0;
  z-index: 502;
  transition: all 0.25s ease;
}
#cart.slidedown {
  margin-top: 60px;
}
#cart .content {
  cursor: pointer;
  z-index: 101;
  background-color: #6bbab3;
  padding: 11px 0;
  height: 60px;
  width: 60px;
  top: 175px;
  right: 0;
  position: absolute;
  text-align: center;
  font-family: "sciflysans";
  font-weight: 600;
  font-size: 20px;
  line-height: 37px;
  text-align: center;
}
#cart .content .fa {
  color: #fff;
}
#cart .content span {
  display: none;
}
#cart.open {
  width: 360px;
}
#cart .share {
  text-align: center;
}
#cart #list {
  background-color: #6bbab3;
  top: 0;
  position: absolute;
  left: 60px;
  width: 300px;
  z-index: 102;
  height: 100%;
}
#cart #list #items {
  padding: 20px;
  padding-top: 10px;
  width: calc(100% + 15px);
  overflow-y: scroll;
  height: calc(100vh - 145px);
}
#cart #list #items.hide {
  display: none;
}
#cart #list #items .item {
  transition: all 0.25s ease;
  margin-bottom: 15px;
  width: 100%;
  max-width: 260px;
  height: 90px;
  background-position: center center;
  background-size: cover;
  position: relative;
}
#cart #list #items .item .ion {
  position: absolute;
  right: 12px;
  top: 8px;
  font-size: 20px;
  cursor: pointer;
}
#cart #list #items .item .table {
  display: table;
  width: 100%;
  height: 100%;
}
#cart #list #items .item .table .row {
  display: table-row;
  height: 100%;
}
#cart #list #items .item .table .row .cell {
  vertical-align: bottom;
  display: table-cell;
  color: #fff;
  padding: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
}
#cart #list .closeme {
  font-size: 35px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
#cart #list .headline {
  margin-top: 70px;
  padding-left: 20px;
  font-size: 33px;
  padding-right: 20px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  line-height: 30px;
  padding-bottom: 5px;
}
#cart #list .headline .bodycopy.hide {
  display: none;
}
#cart #list .headline img {
  width: 175px;
  display: inline-block;
  margin-bottom: 5px;
}
#cart #list .headline b {
  font-weight: 600;
}
#cart #list .headline h3 {
  color: #fff;
  font-weight: 700;
}
#cart #list .overflow {
  position: absolute;
  left: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
}
#cart #list .overflow .circle {
  height: 6px;
  width: 6px;
  background-color: #fff;
  border-radius: 5px;
  display: inline-block;
  margin-right: 4px;
}
#results {
  padding-bottom: 100px;
  font-size: 0;
}
#results .image {
  background-size: cover;
  background-position: center center;
  width: 150px;
  display: inline-block;
  vertical-align: top;
}
#results .image img {
  width: 100%;
}
#results .text {
  width: calc(100% - 180px);
  display: inline-block;
  margin-left: 30px;
  vertical-align: top;
}
#results .text a {
  color: #6bbab3;
}
#results .text h3 {
  margin-top: 0;
}
#results .content {
  margin-bottom: 15px;
}
#results .content p {
  margin-top: 0;
}
.menu_lightbox {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 55, 69, 0.9);
  opacity: 0;
  pointer-events: none;
  z-index: 500;
  transition: all 0.25s ease;
  display: table;
}
.menu_lightbox.active {
  opacity: 1;
  pointer-events: auto;
}
.menu_lightbox #list {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  width: 100%;
}
.menu_lightbox #list #list_items {
  padding: 0 40px;
  margin: 0 auto;
  text-align: center;
  margin-top: -75px;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  line-height: 42px;
}
.menu_lightbox #list #list_items.slidedown {
  margin-top: 0px !important;
  opacity: 1 !important;
}
.menu_lightbox #list #list_items ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 34px;
  font-family: "sciflysans";
  font-weight: 500;
}
.menu_lightbox #list #list_items ul li a {
  color: #fff;
  transition: all 0.25s ease;
}
.menu_lightbox #list #list_items ul li a:hover {
  color: #6bbab3;
}
.js-shuffle-search {
  border: 1px solid #e3e3e3;
  border-right: 0;
  height: 40px;
  padding: 5px 10px;
  float: left;
  -webkit-appearance: none;
}
.js-shuffle-search-go {
  float: left;
  background-color: #6bbab3;
  color: #fff;
  text-align: center;
  width: 40px;
  height: 40px;
  -webkit-appearance: none;
  cursor: pointer;
}
#hamburger {
  height: 100px;
  top: 25px;
  right: 25px;
  display: none;
  position: absolute;
}
#hamburger_icon {
  width: 45px;
  margin-top: 8px;
  float: right;
  height: 35px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  animation: fadein 1s;
  -moz-animation: fadein 1s;
  /* Firefox */
  -webkit-animation: fadein 1s;
  /* Safari and Chrome */
  -o-animation: fadein 1s;
  /* Opera */
  cursor: pointer;
}
#hamburger_icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  animation: fadein 1s;
  -moz-animation: fadein 1s;
  /* Firefox */
  -webkit-animation: fadein 1s;
  /* Safari and Chrome */
  -o-animation: fadein 1s;
  /* Opera */
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#hamburger_icon span:nth-child(1) {
  top: 0px;
}
#hamburger_icon span:nth-child(2), #hamburger_icon span:nth-child(3) {
  top: 12px;
}
#hamburger_icon span:nth-child(4) {
  top: 24px;
}
#hamburger_icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
  background-color: #fff;
}
#hamburger_icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}
#hamburger_icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
}
#hamburger_icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
  background-color: #fff;
}
#owl_things.no_top_padding {
  margin-top: 0;
}
#contact .gform_wrapper {
  margin-top: 0 !important;
}
#contact .gform_wrapper form {
  text-align: left;
}
#contact .gform_wrapper form .gform_body ul li {
  width: 100%;
}
#contact .gform_wrapper form .gform_body ul li div input[type="checkbox"] {
  height: 20px;
  width: 20px;
}
#contact .ginput_container_checkbox {
  padding: 5px 0;
}
#contact label {
  color: #243745;
  line-height: 20px;
  font-weight: bold;
}
#contact .ginput_container_checkbox input {
  vertical-align: middle;
}
#contact .ginput_container_checkbox label {
  display: inline-block !important;
  margin-left: 8px;
  vertical-align: middle;
  margin-bottom: 0;
  color: #6bbab3;
  width: calc(100% - 30px);
  line-height: 20px;
  font-weight: normal;
  padding: 0;
}
#contact select {
  cursor: pointer;
}
#contact .gform_wrapper form .gform_footer {
  text-align: left;
}
#subscribe {
  padding-bottom: 150px;
  padding-top: 80px;
}
#subscribe .wrapper {
  text-align: center;
}
#subscribe .wrapper label {
  display: none;
}
#subscribe .wrapper input[type="text"] {
  height: 54px;
  margin-left: 50px;
  width: 350px;
  border: 4px solid #ebebeb;
  font-weight: 400;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
}
#subscribe .wrapper .gform_wrapper, #subscribe .wrapper .gform_footer {
  margin-top: 0;
}
#subscribe .wrapper .gform_wrapper, #subscribe .wrapper h2 {
  display: inline-block;
  vertical-align: middle;
}
#subscribe .wrapper .gform_body, #subscribe .wrapper .gform_footer {
  display: inline-block;
  vertical-align: middle;
}
#subscribe .wrapper .gform_wrapper form .gform_body ul li {
  width: 100%;
  margin-right: 0;
}
#social {
  margin-top: 150px;
}
#social.normal_padding {
  margin-top: 0;
}
#social #background {
  height: 350px;
  width: calc((100vw - 80px) / 12 * 7 + 40px);
  background-color: #243745;
  left: 0;
  position: absolute;
  z-index: -1;
}
#social #watermark {
  height: 400px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: calc((100vw - 80px) / 12 * 4 + 40px);
  right: 0;
  position: absolute;
  z-index: -1;
}
#social h3 {
  font-weight: 700;
  color: #243745;
}
#social .wrapper .row {
  font-size: 0;
  width: 90%;
}
#social .wrapper .row .cell {
  background-size: cover;
  background-position: center center;
  display: inline-block;
  width: calc(100% / 3 - (70px / 3));
  margin-right: 35px;
}
#social .wrapper .row .cell:last-of-type {
  margin-right: 0;
}
#social .wrapper .row .cell img {
  width: 100%;
}
#social .wrapper .row:first-of-type {
  margin-top: -125px;
}
#social .wrapper .row:last-of-type {
  margin-top: 35px;
  margin-left: 15%;
}
#news .shuffle-container {
  overflow: visible !important;
}
#news.grey, #posts.grey {
  background-color: #f8f8f8;
  padding-top: 80px;
}
#news.simple, #posts.simple {
  padding-top: 40px;
  padding-bottom: 40px;
}
#news .wrapper [class*="col-"]:last-of-type, #posts .wrapper [class*="col-"]:last-of-type {
  text-align: right;
}
#news .wrapper .post, #news .wrapper .download, #posts .wrapper .post, #posts .wrapper .download {
  display: inline-block;
  width: calc(100% / 3 - (90px / 3));
  vertical-align: top;
  margin-right: 45px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
#news .wrapper .post:nth-of-type(3n), #news .wrapper .download:nth-of-type(3n), #posts .wrapper .post:nth-of-type(3n), #posts .wrapper .download:nth-of-type(3n) {
  margin-right: 0;
}
#news .wrapper .post .image, #news .wrapper .download .image, #posts .wrapper .post .image, #posts .wrapper .download .image {
  background-position: center center;
  background-size: cover;
}
#news .wrapper .post .image img, #news .wrapper .download .image img, #posts .wrapper .post .image img, #posts .wrapper .download .image img {
  width: 100%;
}
#news .wrapper .post .bodycopy, #news .wrapper .download .bodycopy, #posts .wrapper .post .bodycopy, #posts .wrapper .download .bodycopy {
  padding: 25px;
  padding-bottom: 90px;
  background-color: #fff;
  text-align: left;
  position: relative;
}
#news .wrapper .post .bodycopy a, #news .wrapper .download .bodycopy a, #posts .wrapper .post .bodycopy a, #posts .wrapper .download .bodycopy a {
  color: #000;
}
#news .wrapper .post .bodycopy .date, #news .wrapper .download .bodycopy .date, #posts .wrapper .post .bodycopy .date, #posts .wrapper .download .bodycopy .date {
  margin-bottom: 5px;
}
#news .wrapper .post .bodycopy .button, #news .wrapper .download .bodycopy .button, #posts .wrapper .post .bodycopy .button, #posts .wrapper .download .bodycopy .button {
  margin-top: 10px;
  bottom: 25px;
  position: absolute;
}
#news .wrapper .post.shuffle, #posts .wrapper .post.shuffle {
  width: calc(100% / 3 - (80px / 3));
  margin-right: 0;
}
#news .wrapper .download, #posts .wrapper .download {
  background-color: #243745;
  text-align: center;
}
#news .wrapper .download .content, #posts .wrapper .download .content {
  padding: 30px;
}
#news .wrapper .download .content img, #posts .wrapper .download .content img {
  padding-bottom: 30px;
  max-width: 150px;
}
#news .wrapper.group, #posts .wrapper.group {
  margin-top: 40px;
}
#news .wrapper.group [class*="col-"], #posts .wrapper.group [class*="col-"] {
  font-size: 0;
}
#all_post {
  text-align: left !important;
}
#all_post .post {
  margin-bottom: 40px;
}
#events_all .sorting h2 {
  float: left;
}
#sorting {
  padding-top: 40px;
  padding-bottom: 40px;
}
#sorting #tags {
  height: 50px;
  padding: 0 15px;
  border: 1px solid grey;
}
#sorting .left {
  float: left;
  position: relative;
}
#sorting .left:after {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  right: 15px;
  top: 15px;
}
#sorting .left select {
  cursor: pointer;
  margin-left: 15px;
  padding-right: 35px !important;
  -webkit-appearance: none;
  font-size: 16px;
  color: grey;
}
#sorting #sort {
  height: 40px;
  margin-top: 5px;
  padding: 0;
  border-bottom: 1px solid grey;
}
#sorting .right {
  float: right;
  position: relative;
}
#sorting .right:after {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  top: 15px;
}
#sorting .right select {
  cursor: pointer;
  margin-left: 15px;
  padding-right: 35px !important;
  -webkit-appearance: none;
  font-size: 16px;
  color: grey;
}
.filtering {
  padding-bottom: 150px;
}
.filtering.normal_padding {
  padding-bottom: 80px;
}
.filtering .tabs {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  text-align: right;
}
.filtering .tabs.active {
  opacity: 1;
  max-height: none;
}
.filtering #event_list {
  display: block;
  text-align: left;
}
.filtering #event_list form {
  display: block;
  height: 40px;
  margin-top: 22px;
}
.filtering #boxes, .filtering #calendar {
  display: block;
}
.filtering #grid_view {
  text-align: left;
}
.filtering #grid_view .centered {
  margin-left: 20px;
  margin-top: 10px;
}
.filtering #calendar {
  text-align: left;
  padding-top: 25px;
}
.filtering .sorting {
  text-align: right;
  padding: 25px 0 50px 0;
}
.filtering .sorting .sorts {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.filtering .sorting .sorts:hover i, .filtering .sorting .sorts:hover h4, .filtering .sorting .sorts.active i, .filtering .sorting .sorts.active h4 {
  color: #6bbab3;
}
.filtering .sorting .sorts:first-of-type {
  border-right: 1px solid #243745;
  padding-right: 25px;
  margin-right: 20px;
}
.filtering .sorting .sorts h4 {
  text-transform: uppercase;
  transition: all 0.25s ease;
  display: inline-block;
  vertical-align: middle;
}
.filtering .sorting .sorts i {
  vertical-align: middle;
  transition: all 0.25s ease;
  font-style: normal;
  font-size: 30px;
  margin-right: 15px;
  display: inline-block;
}
.filtering .wrapper .list h3:hover, .filtering .wrapper .list h3.selected {
  color: #6bbab3 !important;
}
.filtering .wrapper .list h3:hover:before, .filtering .wrapper .list h3.selected:before {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  margin-left: -15px;
  font-size: 10px;
}
.filtering .wrapper h3 {
  color: #243745;
  transition: all 0.25s ease;
  cursor: pointer;
  font-weight: 700;
}
.filtering .wrapper h3:hover {
  color: #6bbab3;
}
.filtering .wrapper .boxes {
  font-size: 0;
  text-align: left;
  overflow: hidden;
  width: 100%;
}
.filtering .wrapper .boxes .box {
  overflow: hidden;
  display: inline-block;
  width: calc((100% / 3) - (60px / 3));
  margin-left: 20px;
  margin-bottom: 0;
  background-color: grey;
  background-position: center center;
  background-size: cover;
  position: relative;
  transition: all 0.25s ease;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  max-height: 0;
}
.filtering .wrapper .boxes .box.active {
  opacity: 1;
  margin-bottom: 20px;
  max-height: 1000px;
  pointer-events: auto;
}
.filtering .wrapper .boxes .box .overlay {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.25s ease;
}
.filtering .wrapper .boxes .box .fa {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 35px;
  color: #fff;
  transition: all 0.25s ease;
}
.filtering .wrapper .boxes .box .text {
  bottom: 0;
  position: absolute;
  padding: 30px;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.25s ease;
}
.filtering .wrapper .boxes .box .text h3 {
  color: #fff;
  text-transform: none;
  margin-bottom: 0;
}
.filtering .wrapper .boxes .box .text .bodycopy {
  text-transform: none;
}
.filtering .wrapper .boxes .box .text .extra {
  max-height: 0;
  opacity: 0;
  color: #8c8e8f;
  text-transform: none;
  transition: all 0.25s ease;
}
.filtering .wrapper .boxes .box .text .extra p:first-of-type {
  margin-top: 0;
}
.filtering .wrapper .boxes .box img {
  width: 100%;
  display: block;
}
.filtering .wrapper .boxes .box:hover {
  transform: scale(1.05);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
.filtering .wrapper .boxes .box:hover .overlay {
  background-color: #fff;
}
.filtering .wrapper .boxes .box:hover .fa {
  color: #243745;
  transition: all 0.25s ease;
}
.filtering .wrapper .boxes .box:hover .fa:hover, .filtering .wrapper .boxes .box:hover .fa .active {
  color: #c82127;
}
.filtering .wrapper .boxes .box:hover .text h4 {
  color: #c82127;
}
.filtering .wrapper .boxes .box:hover .text h3 {
  color: #243745;
}
.filtering .wrapper .boxes .box:hover .extra {
  margin-top: 10px;
  max-height: 200px;
  opacity: 1;
}
.filtering .wrapper .boxes .box:hover .extra p:first-of-type {
  margin-top: 0;
}
.filtering .wrapper .boxes.box_results .box {
  width: calc((100% / 4) - (60px / 4));
  margin-left: 0;
  margin-right: 20px;
}
.filtering .wrapper .boxes.box_results .box:nth-of-type(4n) {
  margin-right: 0;
}
.text_image {
  padding-top: 60px;
}
.text_image .image {
  width: calc(100% + 40px);
  right: 0;
  background-position: center center;
  background-size: cover;
}
.text_image .image img {
  width: 100%;
}
.text_image h3 {
  padding: 15px 0;
}
.text_image .map img {
  width: 100%;
  display: block;
}
.text_image .map .button {
  float: right;
  margin-bottom: 25px;
}
#posts {
  padding-bottom: 150px;
}
.cta {
  padding-top: 120px;
  padding-bottom: 80px;
}
.cta.normal {
  padding: 0 40px 40px 40px;
}
.cta [class*="col-"] {
  background-color: #6bbab3;
  color: #fff;
  text-align: center;
  padding: 60px 50px;
}
.cta [class*="col-"] h2 {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.cta [class*="col-"] .button {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
.tour_lightbox img {
  width: 100%;
}
.share_lightbox, .video_lightbox, .tour_lightbox {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 50, 50, 0.9);
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
  transition: all 0.25s ease;
  display: table;
}
.share_lightbox .table, .video_lightbox .table, .tour_lightbox .table {
  display: table;
  width: 100%;
  height: 100vh;
}
.share_lightbox .table .row, .video_lightbox .table .row, .tour_lightbox .table .row {
  display: table-row;
}
.share_lightbox .table .row .cell, .video_lightbox .table .row .cell, .tour_lightbox .table .row .cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.share_lightbox .table .row .cell .content, .video_lightbox .table .row .cell .content, .tour_lightbox .table .row .cell .content {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  display: inline-block;
  width: calc(100% - 80px);
  font-weight: 500;
  color: #b12418;
  position: relative;
}
.share_lightbox .table .row .cell .content h3, .video_lightbox .table .row .cell .content h3, .tour_lightbox .table .row .cell .content h3 {
  margin-bottom: 0;
  margin-top: 0;
}
.share_lightbox .table .row .cell .content i, .video_lightbox .table .row .cell .content i, .tour_lightbox .table .row .cell .content i {
  font-size: 25px;
  color: #3a3838;
  margin: 0 10px;
  margin-top: 10px;
  cursor: pointer;
}
.share_lightbox .table .row .cell .content .closeme, .video_lightbox .table .row .cell .content .closeme, .tour_lightbox .table .row .cell .content .closeme {
  position: absolute;
  right: -30px;
  top: -30px;
  color: #fff;
  font-size: 25px;
}
.share_lightbox .table .row .cell .content .closeme i, .video_lightbox .table .row .cell .content .closeme i, .tour_lightbox .table .row .cell .content .closeme i {
  color: #fff;
  margin: 0;
}
.share_lightbox.active, .video_lightbox.active, .tour_lightbox.active {
  opacity: 1;
  pointer-events: auto;
}
.video_lightbox {
  z-index: 1001;
}
.video_lightbox .table .row .cell .content {
  max-width: 800px;
  background-color: transparent;
  padding: 0;
}
.video_lightbox video {
  width: 100% !important;
  height: auto !important;
}
/*======================================================================
 Parallax
 ----------------------------------------------------------------------*/
.offset {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  visibility: visible;
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  /* Safari */
  transition: opacity 1.5s;
}
.slideInUp {
  opacity: 1;
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
.slideInLeft {
  opacity: 1;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
.slideInRight {
  opacity: 1;
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
.fadein {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 1s ease;
}
.fadein.fadein_now {
  opacity: 1;
}
/* Calendar Page */
#calendar .fc-event, .fc-event:hover, .ui-widget .fc-event {
  color: #ae1f24;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}
#calendar .fc-event {
  background-color: transparent;
  border: 0;
}
#calendar .fc-day-grid-event .fc-content {
  white-space: normal !important;
}
#calendar .fc-event-container {
  padding: 10px;
}
#calendar .fc-toolbar {
  margin: 0;
}
.fc-unthemed .fc-today {
  background-color: #e3ecf6 !important;
}
#calendar .fc-basic-view td.fc-day-number {
  padding-right: 10px;
  padding-top: 10px !important;
}
#calendar .fc-day-header {
  background-color: #243745;
  color: #fff;
}
#calendar .fc-button {
  background-color: #243745;
  background-image: none;
  border-radius: 0;
  border: 0;
  margin-right: 10px;
  outline: none;
}
#calendar .fc-icon-left-single-arrow, #calendar .fc-icon-right-single-arrow {
  color: #fff !important;
  text-shadow: 0;
}
#calendar {
  color: #243745;
}
#calendar .fc-center h2 {
  color: #6bbab3;
  font-size: 30px;
}
.fc-toolbar .fc-left {
  position: absolute;
}
.fc-day-top {
  padding: 5px !important;
}
.gform_wrapper form .gform_body ul {
  font-size: 0;
}
#subscribe .gform_wrapper form .gform_footer input:hover {
  background-color: #243745;
  transition: all 0.25s ease;
}
.gform_wrapper form .gform_body ul li {
  display: inline-block;
  width: calc(50% - 5px);
}
.gform_wrapper form .gform_body ul li label {
  display: none !important;
}
.gform_wrapper form .gform_body ul li .ginput_container_website input {
  cursor: pointer;
}
.gform_wrapper form .gform_body ul li.full {
  width: 100%;
}
.gform_wrapper form .gform_body ul li:nth-of-type(odd) {
  margin-right: 10px;
}
.gform_wrapper form .gform_body ul li .ginput_container_fileupload input {
  border: 0;
  padding: 0;
  height: auto;
}
.gform_wrapper form .gform_body ul li.label label {
  display: inline-block !important;
  padding: 15px 0 10px 0;
}
.gform_wrapper form .gform_body ul li .ginput_container_address span {
  display: inline-block;
  width: calc(50% - 5px);
  margin-bottom: 10px;
}
.gform_wrapper form .gform_body ul li .ginput_container_address span:nth-of-type(odd) {
  margin-right: 10px;
}
#submit_event .gform_footer {
  text-align: right;
  margin-top: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: none;
}
.woocommerce {
  padding-bottom: 60px;
}
.woocommerce .woocommerce-ordering select, .woocommerce div.product form.cart .variations select {
  border: 1px solid #e7e7e7;
  padding: 8px 12px;
  height: 45px;
  cursor: pointer;
}
