@charset "UTF-8";
/*!
Theme Name: Bream Creek Show
Theme URI: http://underscores.me/
Author: Nybble Digital
Author URI: http://nybble.com.au
Description: A custom Wordpress Theme developed for the Bream Creek Show, Tasmania Australia. All Rights Reserved.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bream_creek_show
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Bream Creek Show is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# NCF
--------------------------------------------------------------*/
.expand {
  text-transform: none;
  border-top: 1px solid #d7d7d7;
  padding: 1rem 0px;
  color: #777;
}

.expand:hover {
  cursor: pointer;
  color: #333;
}

.hidden {
  display: none;
  margin-bottom: 1rem;
}

.hidden p:last-of-type {
  margin-bottom: 2rem;
}

.expand:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  text-decoration: inherit;
  margin-left: 10px;
}

.expand.down:after {
  content: "" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  text-decoration: inherit;
  margin-left: 10px;
}

/*
 * Counter button style
 */
.like-btn {
  position: relative;
  display: inline-block;
  color: #235396;
}
.like-btn:hover {
  color: pink;
}
.like-btn.liked {
  color: hotpink;
}
.like-btn span {
  font-size: 28px;
}
.like-btn.like-btn-counter {
  margin-right: 39px;
  position: relative;
}
.like-btn.like-btn-counter:after, .like-btn.like-btn-counter:hover:after {
  text-shadow: none;
}
.like-btn.like-btn-counter:after {
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  background-color: #eee;
  padding: 0 8px;
  color: #777;
  content: attr(data-count);
  left: 100%;
  margin-left: 8px;
  margin-right: -13px;
  position: absolute;
  top: -1px;
  font-size: 13px;
}
.like-btn.like-btn-counter:before {
  transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476, sizingMethod="auto expand");
  background-color: #eee;
  border: 1px solid #d3d3d3;
  border-right: 0;
  border-top: 0;
  content: "";
  position: absolute;
  right: -13px;
  top: 5px;
  height: 6px;
  width: 6px;
  z-index: 1;
  zoom: 1;
}

.like-loading {
  display: inline-block;
  margin-left: 10px;
  vertical-align: super;
  color: hotpink;
  font-weight: 300;
  font-size: 1.1rem;
}

.close-dropdown {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 2rem;
  width: 55px;
  height: 55px;
  text-align: center;
  vertical-align: middle;
  line-height: 3.5rem;
  cursor: pointer;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  color: #ddd;
}
.close-dropdown:hover {
  color: #235396;
}

#modal-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000;
  opacity: 0;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  z-index: -9;
}
#modal-overlay.show {
  z-index: 999;
  opacity: 0.6;
}

.image-content-wrap {
  width: 100%;
  height: 400px;
}
.image-content-wrap .side-content {
  width: 50%;
  height: 100%;
  padding: 3rem;
}
.image-content-wrap .side-content.light {
  color: #ffffff;
}
.image-content-wrap .side-content.light a {
  color: #235396;
  background-color: #fff;
  transition: ease-in-out all 0.2s;
}
.image-content-wrap .side-content.light a:hover {
  opacity: 0.7;
}
.image-content-wrap .side-content.dark {
  color: #404040;
}
.image-content-wrap .side-content.dark a {
  background-color: #235396;
  transition: ease-in-out all 0.2s;
  color: #fff;
}
.image-content-wrap .side-content.dark a:hover {
  opacity: 0.7;
}
.image-content-wrap .side-content h2 {
  margin: 0;
  font-family: "Gotham-Bold";
  line-height: 2.2rem;
  color: inherit;
}
.image-content-wrap .side-content p {
  line-height: 1.5rem;
  max-height: 6rem;
  overflow: hidden;
  color: inherit;
}
.image-content-wrap .side-content p a {
  text-decoration: none;
  padding: 0.8rem 1.2rem;
  display: inline-block;
  text-decoration: none;
}
.image-content-wrap .side-image {
  width: 50%;
  height: 100%;
  padding: 0;
}
.image-content-wrap .left {
  float: left;
}
.image-content-wrap .right {
  float: right;
}

.full-width-image {
  width: 100%;
  height: 500px;
  height: 70vh;
}
.full-width-image .overlaid-content {
  width: 70%;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  padding: 3rem;
  -webkit-font-smoothing: antialiased;
  background: #92c83e;
  /*body.page-colour-orange & {
  	background: $color__orange;
  }
  body.page-colour-light_green & {
  	background: $color__light-green;
  }
  body.page-colour-yellow & {
  	background: $color__yellow;
  }
  body.page-colour-pink & {
  	background: $color__pink;
  }
  body.page-colour-red & {
  	background: $color__red;
  }
  body.page-colour-light_blue & {
  	background: $color__light-blue;
  }
  body.page-colour-dark_blue & {
  	background: $color__dark-blue;
  }
  body.page-colour-dark_green & {
  	background: rgba($color__dark-green,$opacity);
  }*/
}
body.page-colour-orange .full-width-image .overlaid-content {
  background: rgba(243, 112, 33, 0.75);
}
body.page-colour-light-green .full-width-image .overlaid-content {
  background: rgba(146, 200, 62, 0.75);
}
body.page-colour-yellow .full-width-image .overlaid-content {
  background: rgba(255, 198, 11, 0.75);
}
body.page-colour-pink .full-width-image .overlaid-content {
  background: rgba(236, 0, 140, 0.75);
}
body.page-colour-red .full-width-image .overlaid-content {
  background: rgba(210, 35, 42, 0.75);
}
body.page-colour-light-blue .full-width-image .overlaid-content {
  background: rgba(35, 121, 185, 0.75);
}
body.page-colour-dark-blue .full-width-image .overlaid-content {
  background: rgba(35, 83, 150, 0.75);
}
body.page-colour-dark-green .full-width-image .overlaid-content {
  background: rgba(7, 126, 51, 0.75);
}
.full-width-image .overlaid-content img {
  width: 70%;
  max-width: 250px;
  margin: 0 auto 1rem;
}
.full-width-image .overlaid-content h1 {
  text-transform: uppercase;
  line-height: 2rem;
  margin: 0.5rem auto;
}
.full-width-image .overlaid-content h2 {
  text-transform: uppercase;
  line-height: 1.8rem;
  margin: 0.5rem auto;
}
.full-width-image .overlaid-content p {
  font-size: 1.4rem;
  margin: 0;
  line-height: 1.5rem;
}

.cta-bar {
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
}
.cta-bar h2 {
  margin: 0;
  font-family: "Gotham-Bold";
  text-transform: uppercase;
  color: inherit;
}
.cta-bar p {
  margin: 0 0 0.5rem;
  color: #fff;
}
.cta-bar .button {
  margin-top: 0.5rem;
}
.cta-bar a, .cta-bar a:visited {
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}
.cta-bar a:hover {
  color: #077e33;
}

.boxes a {
  display: block;
}

.box-link {
  position: relative;
  height: auto;
  background: #fff;
  border: none;
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  min-height: 300px;
  display: block;
  /*width: 100%;
  @media (min-width: 768px) {
    width: 50%;
  }
  @media(min-width: 1024px) {
    width: 33%;
  }*/
}
.box-link a.text-link, .box-link a.text-link:visited {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.box-link a.text-link:hover {
  color: #ec008c;
}
.box-link.cursor {
  cursor: pointer;
}
.box-link .overlaid-text {
  font-family: "MUSEOSLAB-900", sans-serif;
  margin-top: 50%;
}
.box-link.load-next {
  display: none;
}
.box-link .slideup {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -250px;
  background: red;
  transition: ease-in-out 0.3s all;
}
.box-link:hover .slideup {
  bottom: 0;
}
.box-link.primary-see {
  background: #f37021;
}
.box-link.primary-notice {
  background: #235396;
}
.box-link.primary-do {
  background: #92c83e;
}
.box-link.primary-eat-and-drink {
  background: #ffc60b;
}
.box-link.primary-stall {
  background: #ec008c;
}
.box-link.primary-industry {
  background: #077e33;
}
.box-link .content-wrap {
  position: absolute;
  top: 100%;
  margin-top: -60px;
  cursor: pointer;
  transition: 0.3s;
  min-height: 360px;
  width: 100%;
}
.box-link .content-wrap .header-bar {
  height: 60px;
  background: #92c83e;
  /*&.orange {
    background: rgba(243,112,33,1);
  }
  &.dark-green {
    background: rgba(7,126,51,1);
  }
  &.light-green {
    background: rgba(146,200,62,1);
  }
  &.pink  {
    background: rgba(236,0,140,1);
  }
  &.yellow {
    background: rgba(255,198,11,1);
  }
  &.red {
    background: rgba(210,35,42,1);
  }
  &.dark-blue {
    background: rgba(35,83,150,1);
  }
  &.light-blue {
    background: rgba(35,121,185,1);
  }*/
}
.box-link .content-wrap .header-bar .tag-list {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-top: 3px;
}
.box-link .content-wrap .header-bar .tag-list li {
  display: inline;
  padding: 7px;
  text-transform: uppercase;
  font-family: "MUSEOSLAB-500", sans-serif;
}
.box-link .content-wrap .header-bar .visible-text {
  font-family: "MUSEOSLAB-900", sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.box-link .content-wrap .header-bar.orange {
  background: #f37021;
}
.box-link .content-wrap .header-bar.light-green {
  background: #92c83e;
}
.box-link .content-wrap .header-bar.yellow {
  background: #ffc60b;
}
.box-link .content-wrap .header-bar.pink {
  background: #ec008c;
}
.box-link .content-wrap .header-bar.red {
  background: #d2232a;
}
.box-link .content-wrap .header-bar.light-blue {
  background: #2379b9;
}
.box-link .content-wrap .header-bar.dark-blue {
  background: #235396;
}
.box-link .content-wrap .header-bar.dark-green {
  background: #077e33;
}
.box-link .content-wrap.active {
  top: 0;
}
.box-link .content-wrap .slideup-text {
  padding: 2rem;
  min-height: 360px;
  /*&.orange {
    background: rgba(243,112,33,0.6);
  }
  &.dark-green {
    background: rgba(7,126,51,0.6);
  }
  &.light-green {
    background: rgba(146,200,62,0.6);
  }
  &.pink  {
    background: rgba(236,0,140,0.6);
  }
  &.yellow {
    background: rgba(255,198,11,0.6);
  }
  &.red {
    background: rgba(210,35,42,0.6);
  }
  &.dark-blue {
    background: rgba(35,83,150,0.6);
  }
  &.light-blue {
    background: rgba(35,121,185,0.6);
  }*/
}
.box-link .content-wrap .slideup-text.orange-75 {
  background: rgba(243, 112, 33, 0.75);
}
.box-link .content-wrap .slideup-text.light-green-75 {
  background: rgba(146, 200, 62, 0.75);
}
.box-link .content-wrap .slideup-text.yellow-75 {
  background: rgba(255, 198, 11, 0.75);
}
.box-link .content-wrap .slideup-text.pink-75 {
  background: rgba(236, 0, 140, 0.75);
}
.box-link .content-wrap .slideup-text.red-75 {
  background: rgba(210, 35, 42, 0.75);
}
.box-link .content-wrap .slideup-text.light-blue-75 {
  background: rgba(35, 121, 185, 0.75);
}
.box-link .content-wrap .slideup-text.dark-blue-75 {
  background: rgba(35, 83, 150, 0.75);
}
.box-link .content-wrap .slideup-text.dark-green-75 {
  background: rgba(7, 126, 51, 0.75);
}
.box-link .content-wrap a, .box-link .content-wrap a:visited {
  color: #fff;
  text-decoration: none;
  font-family: "MUSEOSLAB-900", sans-serif;
}

@font-face {
  font-family: "Gotham-Bold";
  src: url("fonts/Gotham-Bold.eot");
  src: local("☺"), url("fonts/Gotham-Bold.woff") format("woff"), url("fonts/Gotham-Bold.ttf") format("truetype"), url("fonts/Gotham-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Book";
  src: url("fonts/Gotham-Book.eot");
  src: local("☺"), url("fonts/Gotham-Book.woff") format("woff"), url("fonts/Gotham-Book.ttf") format("truetype"), url("fonts/Gotham-Book.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Medium";
  src: url("fonts/Gotham-Medium.eot");
  src: local("☺"), url("fonts/Gotham-Medium.woff") format("woff"), url("fonts/Gotham-Medium.ttf") format("truetype"), url("fonts/Gotham-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MinionPro-Regular";
  src: url("fonts/MinionPro-Regular.eot");
  src: local("☺"), url("fonts/MinionPro-Regular.woff") format("woff"), url("fonts/MinionPro-Regular.ttf") format("truetype"), url("fonts/MinionPro-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MUSEOSLAB-500";
  src: url("fonts/MUSEOSLAB-500.eot");
  src: local("☺"), url("fonts/MUSEOSLAB-500.woff") format("woff"), url("fonts/MUSEOSLAB-500.ttf") format("truetype"), url("fonts/MUSEOSLAB-500.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MUSEOSLAB-900";
  src: url("fonts/MUSEOSLAB-900.eot");
  src: local("☺"), url("fonts/MUSEOSLAB-900.woff") format("woff"), url("fonts/MUSEOSLAB-900.ttf") format("truetype"), url("fonts/MUSEOSLAB-900.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
footer {
  padding: 4rem 0;
  font-size: 0.9rem;
}

#newsletter-signup {
  display: none;
  backface-visibility: hidden;
  width: 90%;
  max-width: 660px;
  line-height: 2;
  margin: 0;
  padding: 3rem 2rem;
  position: relative;
  z-index: 3;
}
#newsletter-signup h4 {
  margin: 0;
}
#newsletter-signup .gform_wrapper label {
  display: none;
}

.footer-map-wrapper {
  width: 100%;
  height: 400px;
}
.footer-map-wrapper .footer-map {
  width: 50%;
  float: left;
  height: 100%;
}
.footer-map-wrapper .footer-contact {
  width: 50%;
  float: right;
  height: 100%;
  padding: 2rem;
  color: #fff;
  background-color: #92c83e;
  /*body.page-colour-orange & {
  	background-color: $color__orange;
  }
  body.page-colour-light_green & {
  	background-color: $color__light-green;
  }
  body.page-colour-yellow & {
  	background-color: $color__yellow;
  }
  body.page-colour-pink & {
  	background-color: $color__pink;
  }
  body.page-colour-red & {
  	background-color: $color__red;
  }
  body.page-colour-light_blue & {
  	background-color: $color__light-blue;
  }
  body.page-colour-dark_blue & {
  	background-color: $color__dark-blue;
  }
  body.page-colour-dark_green & {
  	background-color: rgba($color__dark-green,$opacity);
  }*/
  text-align: center;
}
body.page-colour-orange .footer-map-wrapper .footer-contact {
  background-color: #f37021;
}
body.page-colour-light-green .footer-map-wrapper .footer-contact {
  background-color: #92c83e;
}
body.page-colour-yellow .footer-map-wrapper .footer-contact {
  background-color: #ffc60b;
}
body.page-colour-pink .footer-map-wrapper .footer-contact {
  background-color: #ec008c;
}
body.page-colour-red .footer-map-wrapper .footer-contact {
  background-color: #d2232a;
}
body.page-colour-light-blue .footer-map-wrapper .footer-contact {
  background-color: #2379b9;
}
body.page-colour-dark-blue .footer-map-wrapper .footer-contact {
  background-color: #235396;
}
body.page-colour-dark-green .footer-map-wrapper .footer-contact {
  background-color: #077e33;
}
.footer-map-wrapper .footer-contact h2 {
  margin-top: 1rem;
  font-size: 2.2rem;
}
.footer-map-wrapper .footer-contact p {
  font-size: 1.2rem;
  margin: 5px;
}
.footer-map-wrapper .footer-contact p span {
  font-family: "Gotham-Book";
}
.footer-map-wrapper .footer-contact a, .footer-map-wrapper .footer-contact a:visited {
  color: #fff;
  text-decoration: none;
  color: #077e33;
}
.footer-map-wrapper .footer-contact a:hover {
  color: #009640;
}

#site-header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 100px;
  border-bottom: 10px solid #92c83e;
  /*body.page-colour-orange & {
  	border-bottom-color: $color__orange;
  }
  body.page-colour-light_green & {
  	border-bottom-color: $color__light-green;
  }
  body.page-colour-yellow & {
  	border-bottom-color: $color__yellow;
  }
  body.page-colour-pink & {
  	border-bottom-color: $color__pink;
  }
  body.page-colour-red & {
  	border-bottom-color: $color__red;
  }
  body.page-colour-light_blue & {
  	border-bottom-color: $color__light-blue;
  }
  body.page-colour-dark_blue & {
  	border-bottom-color: $color__dark-blue;
  }
  body.page-colour-dark_green & {
  	border-bottom-color: rgba($color__dark-green,$opacity);
  }*/
  opacity: 1;
  filter: alpha(opacity=100);
  transition: ease-in-out all 0.3s;
}
body.admin-bar #site-header {
  top: 32px;
}
body.page-colour-orange #site-header {
  border-bottom-color: #f37021;
}
body.page-colour-light-green #site-header {
  border-bottom-color: #92c83e;
}
body.page-colour-yellow #site-header {
  border-bottom-color: #ffc60b;
}
body.page-colour-pink #site-header {
  border-bottom-color: #ec008c;
}
body.page-colour-red #site-header {
  border-bottom-color: #d2232a;
}
body.page-colour-light-blue #site-header {
  border-bottom-color: #2379b9;
}
body.page-colour-dark-blue #site-header {
  border-bottom-color: #235396;
}
body.page-colour-dark-green #site-header {
  border-bottom-color: #077e33;
}
#site-header .nav-logo {
  height: 75px;
  margin-top: 7px;
  margin-left: 20px;
  float: left;
}
#site-header .nav-logo img {
  max-height: 100%;
}
#site-header .search-icon-link {
  float: right;
  margin-top: 27px;
  font-size: 1.6rem;
  margin-right: 5rem;
  color: inherit;
}
#site-header .menu-main-menu-top-container {
  width: auto;
  float: right;
  margin-right: 100px;
  top: 50%;
  position: absolute;
  right: 35px;
  transform: translateY(-50%);
}
#site-header .menu-main-menu-top-container ul.topmenu {
  margin-bottom: 0;
}
#site-header .menu-main-menu-top-container ul.topmenu li {
  display: inline-block;
}
#site-header .menu-main-menu-top-container ul.topmenu li a, #site-header .menu-main-menu-top-container ul.topmenu li a:visited {
  font-family: "Gotham-Medium";
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.9rem;
  letter-spacing: 0.8px;
  color: #000;
  padding: 0.5rem;
  transition: ease-in-out all 0.3s;
}
#site-header .menu-main-menu-top-container ul.topmenu li a:hover, #site-header .menu-main-menu-top-container ul.topmenu li a:visited:hover {
  color: #235396;
}
#site-header .menu-main-menu-top-container.left-container {
  left: 220px;
  right: auto;
}

/* NEW MENU HOVER BORDER CSS  ============================================================================= */
#site-header .menu-main-menu-top-container ul.topmenu li {
  display: inline-block;
  position: relative;
}
#site-header .menu-main-menu-top-container ul.topmenu li nav a:hover ~ a::after {
  left: 0;
  right: 100%;
}
#site-header .menu-main-menu-top-container ul.topmenu li nav a:hover::after {
  left: 0;
  right: 0;
}
#site-header .menu-main-menu-top-container ul.topmenu li a {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}
#site-header .menu-main-menu-top-container ul.topmenu li a::after {
  content: "";
  background: #92c83e;
  /*body.page-colour-orange & {
  	background: $color__orange;
  }
  body.page-colour-light_green & {
  	background: $color__light-green;
  }
  body.page-colour-yellow & {
  	background: $color__yellow;
  }
  body.page-colour-pink & {
  	background: $color__pink;
  }
  body.page-colour-red & {
  	background: $color__red;
  }
  body.page-colour-light_blue & {
  	background: $color__light-blue;
  }
  body.page-colour-dark_blue & {
  	background: $color__dark-blue;
  }
  body.page-colour-dark_green & {
  	background: rgba($color__dark-green,$opacity);
  }*/
  height: 3px;
  position: absolute;
  bottom: -3px;
  transition: 0.16s all 0.025s;
  left: 100%;
  right: 0;
}
body.page-colour-orange #site-header .menu-main-menu-top-container ul.topmenu li a::after {
  background: #f37021;
}
body.page-colour-light-green #site-header .menu-main-menu-top-container ul.topmenu li a::after {
  background: #92c83e;
}
body.page-colour-yellow #site-header .menu-main-menu-top-container ul.topmenu li a::after {
  background: #ffc60b;
}
body.page-colour-pink #site-header .menu-main-menu-top-container ul.topmenu li a::after {
  background: #ec008c;
}
body.page-colour-red #site-header .menu-main-menu-top-container ul.topmenu li a::after {
  background: #d2232a;
}
body.page-colour-light-blue #site-header .menu-main-menu-top-container ul.topmenu li a::after {
  background: #2379b9;
}
body.page-colour-dark-blue #site-header .menu-main-menu-top-container ul.topmenu li a::after {
  background: #235396;
}
body.page-colour-dark-green #site-header .menu-main-menu-top-container ul.topmenu li a::after {
  background: #077e33;
}
#site-header .menu-main-menu-top-container ul.topmenu li a:hover ~ a::after {
  left: 0;
  right: 100%;
}
#site-header .menu-main-menu-top-container ul.topmenu li a:hover::after {
  left: 15%;
  right: 15%;
}
#site-header .menu-main-menu-top-container ul.topmenu li.current-menu-item a {
  position: relative;
}
#site-header .menu-main-menu-top-container ul.topmenu li.current-menu-item a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 70%;
  left: 15%;
}
#site-header .menu-main-menu-top-container ul.topmenu li.current-menu-item a:hover::after {
  left: 15%;
  right: 15%;
}

.scroll-prompt {
  width: 45px;
  margin: 2rem auto 1rem;
  animation-name: pulse_animation;
  animation-duration: 2000ms;
  transform-origin: 70% 70%;
  animation-iteration-count: 4;
  animation-timing-function: linear;
}

body .header-spacer {
  /*height: 50px;
  &.s10 {
    height: 10px;
  }
  &.s20 {
    height: 20px;
  }
  &.s30 {
    height: 30px;
  }
  &.s40 {
    height: 40px;
  }
  &.s50 {
    height: 50px;
  }
  &.s60 {
    height: 60px;
  }
  &.s70 {
    height: 70px;
  }
  &.s80 {
    height: 80px;
  }
  &.s90 {
    height: 90px;
  }
  &.s100 {
    height: 100px;
  }*/
  height: 100px;
}

#carousel {
  width: 400px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  height: 100%;
  border: none;
  margin: 0;
  border-radius: 0 !important;
}
#carousel .flex-viewport {
  height: 100%;
}
#carousel .flex-viewport ul.slides {
  width: 100% !important;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 100px;
}
body.admin-bar #carousel .flex-viewport ul.slides {
  padding-top: 132px;
}
#carousel .flex-viewport ul.slides li {
  width: 400px !important;
  display: block !important;
  height: 16.6667%;
  float: none !important;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
  position: relative;
}
#carousel .flex-viewport ul.slides li.active {
  opacity: 1;
}
#carousel .flex-viewport ul.slides li:hover {
  opacity: 1;
}
#carousel .flex-viewport ul.slides li .thumb-title {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  /*height: 50px;*/
  /*position: absolute;*/
  /*bottom: 0;*/
  /*top: 50%;
  transform:translateY(-50%);*/
  /*bottom: 0;*/
  padding: 1rem;
  font-size: 1.5rem;
  text-decoration: underline;
  left: 0;
  width: 100%;
  line-height: 50px;
  text-align: center;
  /*text-transform: uppercase;*/
  font-family: "MUSEOSLAB-900", sans-serif;
}
#carousel .flex-viewport ul.slides li .thumb-title.see {
  background: #f37021;
}
#carousel .flex-viewport ul.slides li .thumb-title.do {
  background: #92c83e;
}
#carousel .flex-viewport ul.slides li .thumb-title.eat-and-drink {
  background: #ffc60b;
}
#carousel .flex-viewport ul.slides li:nth-child(1) .thumb-title {
  background: #f37021 !important;
}
#carousel .flex-viewport ul.slides li:nth-child(2) .thumb-title {
  background: #92c83e !important;
}
#carousel .flex-viewport ul.slides li:nth-child(3) .thumb-title {
  background: #ffc60b !important;
}
#carousel .flex-viewport ul.slides li:nth-child(4) .thumb-title {
  background: #ec008c !important;
}
#carousel .flex-viewport ul.slides li:nth-child(5) .thumb-title {
  background: #ffc60b !important;
}
#carousel .flex-viewport ul.slides li:nth-child(6) .thumb-title {
  background: #d2232a !important;
}

/*#homeSlider {
  overflow: hidden;
  border: none;
  margin-bottom: 0;
  padding-top: 100px;
  body.admin-bar & {
    padding-top: 132px;
  }
  .nav-logo {
  	position: absolute;
  	top: 15px;
  	left: 20px;
  	z-index: 9999;
  }
  .nav-icon {
  	z-index: 999;
    top: 50px;
  }
   .slide-wrapper {
	  height: 800px;
	  margin: 0 auto;
	  height: 100vh;
    width: calc(100% - 400px);
    float: right;
	  .slide-text {
		  width: 70%;
		  max-width: 1200px;
		  margin: 0 auto;
		  // background: rgba(149,44,71,0.85);
    	color: #fff;
		  text-align: center;
		  padding: 3rem;
		  -webkit-font-smoothing: antialiased;
		  .slide-delay-1 {
		  	font-family: $font__headings-900;
		  	font-size: 2.5rem;
		  	line-height: 2.5rem;
    		text-transform: uppercase;
		  }
		  .slide-delay-2 {
		  	margin: 0.5rem 0 1rem;
        h1 {
          text-transform: uppercase;
          line-height: 2rem;
          margin: 0.5rem auto;
        }
		  	p {
		  		font-size: 1.4rem;
			    margin: 0;
			    line-height: 1.5rem;
		  	}
		  }
      img {
        width: 100%;
        max-width: 250px;
        margin: 0 auto 2rem;
      }
		}
	}
	.slider-navigation {
		.flex-next, .flex-prev {
			display: none;
		}
		.slider-controls-container {
			position: absolute;
	    top: 0;
      left: 0;
      height: 100%;
	    z-index: 99;
	    ol {
        &.flex-control-thumbs {
          width: 200px;
          background: red;
          height: 100%;
          li {
            width: 100%;
          }
        }
	    	li {
	    		a {
	    			width: 16px;
				    height: 16px;
				    background: rgba(255,255,255,1);
				    border: none;
				    box-shadow: none;
				    margin-bottom: 13px;
				    &.flex-active {
				    	background: $color__dark-blue;
				    }
	    		}
	    	}
	    }
		}
	}
}*/
.previous {
  font-size: 8rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 99;
  margin-top: -3rem;
}

.next {
  font-size: 8rem;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 99;
  margin-top: -3rem;
}

/* Hides content divs on home page for jquery transitions */
.hideme {
  opacity: 0;
}

.text-left-side {
  width: 50%;
  text-align: right;
  float: left;
}

.text-right-side {
  width: 50%;
  text-align: left;
  float: left;
  position: relative;
}

.opening-line {
  display: inline-block;
  margin: 0 3px;
}

.fade-out-text {
  opacity: 0;
  float: left;
  position: absolute;
}

.fade-in-text {
  opacity: 0;
  float: left;
  position: absolute;
}

.scrollDownPrompt {
  position: absolute;
  z-index: 10;
  /*transition: all 0.3s ease-in-out;*/
  bottom: 4%;
  left: calc(50% + 150px);
  margin-left: -30px;
  width: 60px;
  height: 55px;
  cursor: pointer;
  background: none;
  border: none;
}
.scrollDownPrompt > span {
  height: 25px;
  width: 60px;
  background: url(images/down-arrow.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  opacity: 0;
}
.scrollDownPrompt > span:nth-child(1) {
  top: -15px;
  animation: fadeIn 0.9s infinite alternate;
}
.scrollDownPrompt > span:nth-child(2) {
  top: 0;
  animation: fadeIn 0.9s infinite alternate;
  animation-delay: 0.15s;
}
.scrollDownPrompt > span:nth-child(3) {
  top: 15px;
  animation: fadeIn 0.9s infinite alternate;
  animation-delay: 0.3s;
}

@keyframes fadeIn {
  /*from { opacity: 0; }*/
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/*.animate-down {
  animation: fadeIn 1s infinite alternate;
  -webkit-animation: fadeIn 1s infinite alternate;
  -moz-animation: fadeIn 1s infinite alternate;
  -o-animation: fadeIn 1s infinite alternate;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  -webkit-animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
}*/
.header-image {
  margin-top: 90px;
}

.home-hero .hero-buttons {
  display: none;
}
@media (min-width: 768px) {
  .home-hero .hero-buttons {
    display: block;
  }
}
.home-hero .hero-buttons .hero-button-wrap button.hero-button {
  width: 100%;
  display: block;
  border-radius: 0;
  padding: 2.5rem 3rem;
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .home-hero .hero-buttons .hero-button-wrap button.hero-button {
    padding: 3rem 3rem;
  }
}
.home-hero .hero-buttons .hero-button-wrap:nth-child(1) button.hero-button {
  background: #f37021;
}
.home-hero .hero-buttons .hero-button-wrap:nth-child(2) button.hero-button {
  background: #92c83e;
}
.home-hero .hero-buttons .hero-button-wrap:nth-child(3) button.hero-button {
  background: #ffc60b;
}
.home-hero .hero-buttons .hero-button-wrap:nth-child(4) button.hero-button {
  background: #ec008c;
}
.home-hero .hero-buttons .hero-button-wrap:nth-child(5) button.hero-button {
  background: #ffc60b;
}
.home-hero .hero-buttons .hero-button-wrap:nth-child(6) button.hero-button {
  background: #d2232a;
}

@media (min-width: 768px) {
  #homeSlider, #homeSlider .slides, #homeSlider .slide {
    height: 100%;
  }
}
#homeSlider .slide {
  margin: 0 auto;
  width: 100%;
  padding: 2rem;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#homeSlider .slide .slide-text {
  width: 70%;
  max-width: 600px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  padding: 3rem;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) {
  #homeSlider .slide .slide-text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}
#homeSlider .slide .slide-text .slide-delay-1 {
  font-family: "MUSEOSLAB-900", sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-transform: uppercase;
}
#homeSlider .slide .slide-text .slide-delay-2 {
  margin: 0.5rem 0 1rem;
}
#homeSlider .slide .slide-text .slide-delay-2 h1 {
  text-transform: uppercase;
  line-height: 2rem;
  margin: 0.5rem auto;
}
#homeSlider .slide .slide-text .slide-delay-2 p {
  font-size: 1.4rem;
  margin: 0;
  line-height: 1.5rem;
}
#homeSlider .slide .slide-text img {
  width: 100%;
  max-width: 250px;
  margin: 0 auto 2rem;
}

.parent-element {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.child-element {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.centered {
  text-align: center;
}

.invisible {
  opacity: 0;
  filter: alpha(opacity=0);
}

.hidden {
  display: none;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 99999999999;
  height: 100%;
  height: 100vh;
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(img/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  z-index: 9999999999999;
}

.centered {
  text-align: center;
}

.clear {
  clear: both;
}

/*span {
  &.orange {
    color: $color__orange;
  }
  &.dark-green {
    color: $color__dark-green;
  }
  &.light-green {
    color: $color__light-green;
  }
  &.pink {
    color: $color__pink;
  }
  &.yellow {
    color: $color__yellow;
  }
  &.red {
    color: $color__red;
  }
  &.dark-blue {
    color: $color__dark-blue;
  }
  &.light-blue {
    color: $color__light-blue;
  }
}
*/
.block {
  display: block !important;
}

.element-item {
  position: relative;
  float: left;
  height: auto;
  background: #fff;
  border: none;
  width: 30%;
  margin: 0.5rem 1.5%;
  height: auto;
  overflow: hidden;
  text-align: center;
  color: #fff;
  min-height: 350px;
}
.element-item a.text-link, .element-item a.text-link:visited {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.element-item a.text-link:hover {
  color: #ec008c;
}
.element-item.cursor {
  cursor: pointer;
}
.element-item .overlaid-text {
  font-family: "MUSEOSLAB-900", sans-serif;
  margin-top: 50%;
}
.element-item.load-next {
  display: none;
}
.element-item .slideup {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -250px;
  background: red;
  transition: ease-in-out 0.3s all;
}
.element-item:hover .slideup {
  bottom: 0;
}
.element-item.primary-see {
  background: #f37021;
}
.element-item.primary-notice {
  background: #235396;
}
.element-item.primary-do {
  background: #92c83e;
}
.element-item.primary-eat-and-drink {
  background: #ffc60b;
}
.element-item.primary-stall {
  background: #ec008c;
}
.element-item.primary-industry {
  background: #077e33;
}
.element-item .content-wrap {
  position: absolute;
  top: 100%;
  margin-top: -60px;
  cursor: pointer;
  transition: 0.3s;
  min-height: 410px;
}
.element-item .content-wrap .header-bar {
  height: 60px;
  background: red;
}
.element-item .content-wrap .header-bar .tag-list {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-top: 3px;
}
.element-item .content-wrap .header-bar .tag-list li {
  display: inline;
  padding: 7px;
  text-transform: uppercase;
  font-family: "MUSEOSLAB-500", sans-serif;
}
.element-item .content-wrap .header-bar .visible-text {
  font-family: "MUSEOSLAB-900", sans-serif;
}
.element-item .content-wrap.active {
  top: 0;
}
.element-item .content-wrap .slideup-text {
  padding: 2rem;
  background: rgba(0, 0, 0, 0.6);
  min-height: 410px;
}

.filters-button-group {
  margin: 2rem 0;
  text-align: center;
}
.filters-button-group button {
  display: inline-block;
  margin: 10px 5px;
  cursor: pointer;
}
.filters-button-group button.see {
  background: #f37021;
}
.filters-button-group button.notice {
  background: #235396;
}
.filters-button-group button.do {
  background: #92c83e;
}
.filters-button-group button.eat-and-drink {
  background: #ffc60b;
}
.filters-button-group button.stall {
  background: #ec008c;
}
.filters-button-group button.industry {
  background: #077e33;
}

.nav-icon {
  width: 40px;
  height: 25px;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #404040;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.nav-icon span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.nav-icon span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.nav-icon:hover span:nth-child(1), .nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
  background: #235396;
}
.nav-icon:hover span:nth-child(2), .nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.nav-icon:hover span:nth-child(3), .nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 26px;
  left: 8px;
  background: #235396;
}
.nav-icon.small {
  margin-top: 28px;
}

/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(146, 200, 62, 0.95);
  z-index: 99999999;
}
.overlay .overlay-close {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 100;
  background: url("images/cross.png") no-repeat center center;
  cursor: pointer;
}
.overlay .overlay-close:hover {
  transform: scale(1.2);
  transition: ease-in-out all 0.2s;
}
.overlay .menu-drop-down-menu-container {
  text-align: center;
  position: relative;
  top: 50%;
  height: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.overlay .menu-drop-down-menu-container ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
}
.overlay .menu-drop-down-menu-container ul li {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.overlay .menu-drop-down-menu-container ul li a {
  font-size: 2rem;
  font-weight: 300;
  display: block;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  font-family: "MUSEOSLAB-900", sans-serif;
}
.overlay .menu-drop-down-menu-container ul li a:hover, .overlay .menu-drop-down-menu-container ul li a:focus {
  color: #077e33;
}

/* Effects */
.overlay-scale {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}
.overlay-scale.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}

@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }

  .overlay ul li {
    min-height: 34px;
  }
}
/* Skeleton
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }*/
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.container {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
.row.align-center {
  align-items: center;
}
.row > * {
  padding-left: 1rem;
  padding-right: 1rem;
}

.w-1\/4 {
  min-width: 25%;
  width: 25%;
}

.w-1\/3 {
  min-width: 33.333%;
  width: 33.333%;
}

.w-1\/2 {
  min-width: 50%;
  width: 50%;
}

.w-2\/3 {
  min-width: 66.666%;
  width: 66.666%;
}

.w-3\/4 {
  min-width: 75%;
  width: 75%;
}

.w-full {
  min-width: 100%;
  width: 100%;
}

@media (min-width: 640px) {
  .w-sm-1\/4 {
    min-width: 25%;
    width: 25%;
  }

  .w-sm-1\/3 {
    min-width: 33.333%;
    width: 33.333%;
  }

  .w-sm-1\/2 {
    min-width: 50%;
    width: 50%;
  }

  .w-sm-2\/3 {
    min-width: 66.666%;
    width: 66.666%;
  }

  .w-sm-3\/4 {
    min-width: 75%;
    width: 75%;
  }

  .w-sm-full {
    min-width: 100%;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .w-md-1\/4 {
    min-width: 25%;
    width: 25%;
  }

  .w-md-1\/3 {
    min-width: 33.333%;
    width: 33.333%;
  }

  .w-md-1\/2 {
    min-width: 50%;
    width: 50%;
  }

  .w-md-2\/3 {
    min-width: 66.666%;
    width: 66.666%;
  }

  .w-md-3\/4 {
    min-width: 75%;
    width: 75%;
  }

  .w-md-full {
    min-width: 100%;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .w-lg-1\/4 {
    min-width: 25%;
    width: 25%;
  }

  .w-lg-1\/3 {
    min-width: 33.333%;
    width: 33.333%;
  }

  .w-lg-1\/2 {
    min-width: 50%;
    width: 50%;
  }

  .w-lg-2\/3 {
    min-width: 66.666%;
    width: 66.666%;
  }

  .w-lg-3\/4 {
    min-width: 75%;
    width: 75%;
  }

  .w-lg-full {
    min-width: 100%;
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .w-xl-1\/4 {
    min-width: 25%;
    width: 25%;
  }

  .w-xl-1\/3 {
    min-width: 33.333%;
    width: 33.333%;
  }

  .w-xl-1\/2 {
    min-width: 50%;
    width: 50%;
  }

  .w-xl-2\/3 {
    min-width: 66.666%;
    width: 66.666%;
  }

  .w-xl-3\/4 {
    min-width: 75%;
    width: 75%;
  }

  .w-xl-full {
    min-width: 100%;
    width: 100%;
  }
}
/* For devices larger than 550px */
@media (min-width: 899px) {
  /*.container {
    width: 90%; }*/
  .column,
.columns {
    margin-left: 4%;
  }

  .column:first-child,
.columns:first-child {
    margin-left: 0;
  }

  .one.column,
.one.columns {
    width: 4.6666666667%;
  }

  .two.columns {
    width: 13.3333333333%;
  }

  .three.columns {
    width: 22%;
  }

  .four.columns {
    width: 30.6666666667%;
  }

  .five.columns {
    width: 39.3333333333%;
  }

  .six.columns {
    width: 48%;
  }

  .seven.columns {
    width: 56.6666666667%;
  }

  .eight.columns {
    width: 65.3333333333%;
  }

  .nine.columns {
    width: 74%;
  }

  .ten.columns {
    width: 82.6666666667%;
  }

  .eleven.columns {
    width: 91.3333333333%;
  }

  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }

  .one-third.column {
    width: 30.6666666667%;
  }

  .two-thirds.column {
    width: 65.3333333333%;
  }

  .one-half.column {
    width: 48%;
  }

  /* Offsets */
  .offset-by-one.column,
.offset-by-one.columns {
    margin-left: 8.6666666667%;
  }

  .offset-by-two.column,
.offset-by-two.columns {
    margin-left: 17.3333333333%;
  }

  .offset-by-three.column,
.offset-by-three.columns {
    margin-left: 26%;
  }

  .offset-by-four.column,
.offset-by-four.columns {
    margin-left: 34.6666666667%;
  }

  .offset-by-five.column,
.offset-by-five.columns {
    margin-left: 43.3333333333%;
  }

  .offset-by-six.column,
.offset-by-six.columns {
    margin-left: 52%;
  }

  .offset-by-seven.column,
.offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }

  .offset-by-eight.column,
.offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }

  .offset-by-nine.column,
.offset-by-nine.columns {
    margin-left: 78%;
  }

  .offset-by-ten.column,
.offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }

  .offset-by-eleven.column,
.offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }

  .offset-by-one-third.column,
.offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }

  .offset-by-two-thirds.column,
.offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }

  .offset-by-one-half.column,
.offset-by-one-half.columns {
    margin-left: 52%;
  }
}
.p-t-0 {
  padding-top: 0;
}
.p-t-1 {
  padding-top: 1rem;
}
.p-t-2 {
  padding-top: 2rem;
}
.p-t-3 {
  padding-top: 3rem;
}
.p-t-4 {
  padding-top: 4rem;
}
.p-t-5 {
  padding-top: 5rem;
}
.p-b-0 {
  padding-bottom: 0;
}
.p-b-1 {
  padding-bottom: 1rem;
}
.p-b-2 {
  padding-bottom: 2rem;
}
.p-b-3 {
  padding-bottom: 3rem;
}
.p-b-4 {
  padding-bottom: 4rem;
}
.p-b-5 {
  padding-bottom: 5rem;
}
.p-tb-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.p-tb-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.p-tb-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.p-tb-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.p-tb-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.p-tb-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.m-t-0 {
  margin-top: 0;
}
.m-t-1 {
  margin-top: 1rem;
}
.m-t-2 {
  margin-top: 2rem;
}
.m-t-3 {
  margin-top: 3rem;
}
.m-t-4 {
  margin-top: 4rem;
}
.m-t-5 {
  margin-top: 5rem;
}
.m-b-0 {
  margin-bottom: 0;
}
.m-b-1 {
  margin-bottom: 1rem;
}
.m-b-2 {
  margin-bottom: 2rem;
}
.m-b-3 {
  margin-bottom: 3rem;
}
.m-b-4 {
  margin-bottom: 4rem;
}
.m-b-5 {
  margin-bottom: 5rem;
}
.m-tb-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.m-tb-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.m-tb-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.m-tb-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.m-tb-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.m-tb-5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.col {
  flex-grow: 1;
  flex-basis: auto;
  width: 100%;
  display: block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.row.no-gutter .col {
  padding-left: 0;
  padding-right: 0;
}

.col-1 {
  width: 8.3333333333%;
  flex-basis: 8.3333333333%;
  flex-grow: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.row.no-gutter .col-1 {
  padding-left: 0;
  padding-right: 0;
}

.col-2 {
  width: 16.6666666667%;
  flex-basis: 16.6666666667%;
  flex-grow: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.row.no-gutter .col-2 {
  padding-left: 0;
  padding-right: 0;
}

.col-3 {
  width: 25%;
  flex-basis: 25%;
  flex-grow: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.row.no-gutter .col-3 {
  padding-left: 0;
  padding-right: 0;
}

.col-4 {
  width: 33.3333333333%;
  flex-basis: 33.3333333333%;
  flex-grow: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.row.no-gutter .col-4 {
  padding-left: 0;
  padding-right: 0;
}

.col-5 {
  width: 41.6666666667%;
  flex-basis: 41.6666666667%;
  flex-grow: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.row.no-gutter .col-5 {
  padding-left: 0;
  padding-right: 0;
}

.col-6 {
  width: 50%;
  flex-basis: 50%;
  flex-grow: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.row.no-gutter .col-6 {
  padding-left: 0;
  padding-right: 0;
}

.col-7 {
  width: 58.3333333333%;
  flex-basis: 58.3333333333%;
  flex-grow: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.row.no-gutter .col-7 {
  padding-left: 0;
  padding-right: 0;
}

.col-8 {
  width: 66.6666666667%;
  flex-basis: 66.6666666667%;
  flex-grow: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.row.no-gutter .col-8 {
  padding-left: 0;
  padding-right: 0;
}

.col-9 {
  width: 75%;
  flex-basis: 75%;
  flex-grow: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.row.no-gutter .col-9 {
  padding-left: 0;
  padding-right: 0;
}

.col-10 {
  width: 83.3333333333%;
  flex-basis: 83.3333333333%;
  flex-grow: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.row.no-gutter .col-10 {
  padding-left: 0;
  padding-right: 0;
}

.col-11 {
  width: 91.6666666667%;
  flex-basis: 91.6666666667%;
  flex-grow: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.row.no-gutter .col-11 {
  padding-left: 0;
  padding-right: 0;
}

.col-12 {
  width: 100%;
  flex-basis: 100%;
  flex-grow: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.row.no-gutter .col-12 {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 576px) {
  .col-sm-1 {
    width: 8.3333333333%;
    flex-basis: 8.3333333333%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-sm-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-sm-2 {
    width: 16.6666666667%;
    flex-basis: 16.6666666667%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-sm-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-sm-3 {
    width: 25%;
    flex-basis: 25%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-sm-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-sm-4 {
    width: 33.3333333333%;
    flex-basis: 33.3333333333%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-sm-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-sm-5 {
    width: 41.6666666667%;
    flex-basis: 41.6666666667%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-sm-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-sm-6 {
    width: 50%;
    flex-basis: 50%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-sm-7 {
    width: 58.3333333333%;
    flex-basis: 58.3333333333%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-sm-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-sm-8 {
    width: 66.6666666667%;
    flex-basis: 66.6666666667%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-sm-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-sm-9 {
    width: 75%;
    flex-basis: 75%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-sm-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-sm-10 {
    width: 83.3333333333%;
    flex-basis: 83.3333333333%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-sm-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-sm-11 {
    width: 91.6666666667%;
    flex-basis: 91.6666666667%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-sm-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-sm-12 {
    width: 100%;
    flex-basis: 100%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    width: 8.3333333333%;
    flex-basis: 8.3333333333%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-md-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-md-2 {
    width: 16.6666666667%;
    flex-basis: 16.6666666667%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-md-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-md-3 {
    width: 25%;
    flex-basis: 25%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-md-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-md-4 {
    width: 33.3333333333%;
    flex-basis: 33.3333333333%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-md-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-md-5 {
    width: 41.6666666667%;
    flex-basis: 41.6666666667%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-md-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-md-6 {
    width: 50%;
    flex-basis: 50%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-md-7 {
    width: 58.3333333333%;
    flex-basis: 58.3333333333%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-md-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-md-8 {
    width: 66.6666666667%;
    flex-basis: 66.6666666667%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-md-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-md-9 {
    width: 75%;
    flex-basis: 75%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-md-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-md-10 {
    width: 83.3333333333%;
    flex-basis: 83.3333333333%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-md-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-md-11 {
    width: 91.6666666667%;
    flex-basis: 91.6666666667%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-md-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-md-12 {
    width: 100%;
    flex-basis: 100%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    width: 8.3333333333%;
    flex-basis: 8.3333333333%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-lg-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-lg-2 {
    width: 16.6666666667%;
    flex-basis: 16.6666666667%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-lg-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-lg-3 {
    width: 25%;
    flex-basis: 25%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-lg-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-lg-4 {
    width: 33.3333333333%;
    flex-basis: 33.3333333333%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-lg-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-lg-5 {
    width: 41.6666666667%;
    flex-basis: 41.6666666667%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-lg-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-lg-6 {
    width: 50%;
    flex-basis: 50%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-lg-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-lg-7 {
    width: 58.3333333333%;
    flex-basis: 58.3333333333%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-lg-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-lg-8 {
    width: 66.6666666667%;
    flex-basis: 66.6666666667%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-lg-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-lg-9 {
    width: 75%;
    flex-basis: 75%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-lg-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-lg-10 {
    width: 83.3333333333%;
    flex-basis: 83.3333333333%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-lg-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-lg-11 {
    width: 91.6666666667%;
    flex-basis: 91.6666666667%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-lg-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-lg-12 {
    width: 100%;
    flex-basis: 100%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    width: 8.3333333333%;
    flex-basis: 8.3333333333%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-xl-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-xl-2 {
    width: 16.6666666667%;
    flex-basis: 16.6666666667%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-xl-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-xl-3 {
    width: 25%;
    flex-basis: 25%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-xl-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-xl-4 {
    width: 33.3333333333%;
    flex-basis: 33.3333333333%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-xl-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-xl-5 {
    width: 41.6666666667%;
    flex-basis: 41.6666666667%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-xl-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-xl-6 {
    width: 50%;
    flex-basis: 50%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-xl-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-xl-7 {
    width: 58.3333333333%;
    flex-basis: 58.3333333333%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-xl-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-xl-8 {
    width: 66.6666666667%;
    flex-basis: 66.6666666667%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-xl-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-xl-9 {
    width: 75%;
    flex-basis: 75%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-xl-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-xl-10 {
    width: 83.3333333333%;
    flex-basis: 83.3333333333%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-xl-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-xl-11 {
    width: 91.6666666667%;
    flex-basis: 91.6666666667%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-xl-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-xl-12 {
    width: 100%;
    flex-basis: 100%;
    flex-grow: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.no-gutter .col-xl-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #111;
  font-family: "Gotham-Book", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "MUSEOSLAB-900", sans-serif;
}

p {
  margin-bottom: 1.5em;
  margin-top: 0;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 16.875px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 16.875px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 13.5px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

button, .button {
  padding: 0.8rem 1.2rem;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #92c83e;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: ease-in-out all 0.2s;
  border: none;
  text-transform: uppercase;
  font-family: "MUSEOSLAB-900", sans-serif;
}
button.white, .button.white {
  background: #fff;
  color: #92c83e;
}
button:hover, .button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
button:focus, .button:focus {
  outline: none !important;
}
button.orange, .button.orange {
  background-color: #f37021;
  color: #fff;
}
button.dark-green, .button.dark-green {
  background-color: #077e33;
  color: #fff;
}
button.light-green, .button.light-green {
  background-color: #92c83e;
  color: #fff;
}
button.pink, .button.pink {
  background-color: #ec008c;
  color: #fff;
}
button.yellow, .button.yellow {
  background-color: #ffc60b;
  color: #fff;
}
button.red, .button.red {
  background-color: #d2232a;
  color: #fff;
}
button.dark-blue, .button.dark-blue {
  background-color: #235396;
  color: #fff;
}
button.light-blue, .button.light-blue {
  background-color: #2379b9;
  color: #fff;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 15.75px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-content {
  margin-top: 0;
  padding-top: 1rem;
  padding-bottom: 5rem;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* #MEDIA QUERIES  ============================================================================= */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1199px) {
  /*#carousel {
  	width: 250px;
  }*/
  /*#homeSlider .slide-wrapper {
  	width: calc(100% - 250px);
  }*/
  /*.scrollDownPrompt {
  	left: calc(50% + 125px);
  }*/
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 899px) {
  /*.child-element:not(.keep) {
  	top: auto;
      transform: none;
      -moz-transform: none;
      -webkit-transform: none;
  }*/
  /*.scrollDownPrompt {
  	left: 50%;
  }*/
  #site-header .menu-main-menu-top-container {
    display: none;
  }

  /*#carousel {
  	display: none;
  	position: relative;
     width: 100%;
     height: 200px;
     top: auto;
     left: auto;
     /*.flex-viewport {
      ul.slides {
        li {
        	width: 33.3334% !IMPORTANT;
  		    height: 100% !IMPORTANT;
  		    float: left !IMPORTANT;
        }
      }
    }
  }*/
  /*#homeSlider {
  	.slide-wrapper {
  		width: 100%;
  		// height: calc(100% - 200px);
  		// height: calc(100vh - 200px);
  		height: auto;
     	padding: 5rem 0;
  	}
  }*/
  /*.box-link {
  	width: 47%;
  }*/
  .footer-map-wrapper .footer-contact p {
    font-size: 1rem;
    -family: "Gotham-Book";
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 699px) {
  .image-content-wrap {
    height: auto;
  }
  .image-content-wrap .side-content {
    width: 100%;
    float: none;
  }
  .image-content-wrap .side-image {
    width: 100%;
    float: none;
    height: 400px;
  }

  #homeSlider {
    /*.nav-logo {
    	top: 8px;
       width: 100px;
    }*/
  }
  #homeSlider .slide .slide-text {
    width: 100%;
  }
  #homeSlider .slide .slide-text h1 {
    font-size: 1.5rem;
  }
  #homeSlider .slide .slide-text img {
    max-width: 150px;
  }

  .footer-map-wrapper {
    height: auto;
  }
  .footer-map-wrapper .footer-map {
    width: 100%;
    float: none;
    height: 400px;
  }
  .footer-map-wrapper .footer-contact {
    width: 100%;
    float: none;
    height: 100%;
  }
  .footer-map-wrapper .footer-contact p {
    word-break: break-word;
  }

  .full-width-image .overlaid-content {
    width: 90%;
    padding: 2rem 1rem;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 599px) {
  #site-header {
    height: 70px;
  }
  #site-header .menu-main-menu-top-container {
    display: none;
  }
  #site-header .nav-logo {
    height: 50px;
    margin-top: 4px;
    margin-left: 15px;
  }
  #site-header .secondary-cart {
    top: 8px;
  }

  .cart-dropdown {
    top: 70px;
  }

  .overlay .menu-drop-down-menu-container ul li a {
    font-size: 1.5rem;
  }

  #site-header .search-icon-link {
    margin-top: 13px;
  }

  /*.box-link {
  	width: 100%;
  }*/
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

/*# sourceMappingURL=style.css.map */
