@charset "UTF-8";
/* Universal */
/* Breakpoints */
/* Colors */
/* Fonts */
/* Imports */
@import url(background.css);
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.showing-placeholder {
  color: #999;
}

.offset {
  position: relative;
}

td {
  vertical-align: top;
}

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

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

form, figure {
  margin: 0;
}

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

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

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

label {
  cursor: pointer;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  *overflow: visible;
}

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

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/* @license
 * MyFonts Webfont Build ID 2532007, 2013-04-16T14:59:40-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are    
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Intro Black Inline Caps by Fontfabric
 * URL: http://www.myfonts.com/fonts/font-fabric/intro/black-inline-caps/
 * Copyright: Copyright (c) 2012 by Fontfabric LLC. All rights reserved.
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2532007
 * 
 * © 2013 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: Arial, Helvetica, sans-serif;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  background: #002460;
}

/* main gradient background */
#background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/17GCA-background-water.jpg);
  background-position-x: 50%;
  background-position-y: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

#background-outer-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#wrap {
  min-width: 320px;
  overflow: hidden;
  position: relative;
}

.container {
  width: 98%;
  margin: 0 1%;
  margin-bottom: 1em;
}

/* header area styles */
#page-header #header-menu {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0.8em;
  /*
		li:nth-child(even) { 
			a {
				background: #BAE1F3;
			}
		}
		li:nth-child(odd) { 	
			a {
				background: #75BEE0;
			}		
		}
		*/
}

#page-header #header-menu li {
  margin: 1.7em 0;
  text-align: right;
}

#page-header #header-menu li a {
  color: #ffffff;
  text-decoration: none;
  padding: 1em;
  font-size: 0.8em;
  font-weight: 700;
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  background: #2f3770;
}

#page-header #header-menu li:first-child {
  margin-top: 0;
}

#page-header #social-icons {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  margin: 1em 0;
}

#page-header #social-icons img {
  display: inline-block;
  margin-left: 1.2%;
}

/* main nav menu styles */
#main-menu {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 10px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 100;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-decoration: none;
  z-index: 999;
}

#main-menu a {
  text-decoration: none;
  color: #fff;
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.0em;
}

#main-menu #main-menu-expand {
  display: block;
  width: 100%;
  padding: 0.5em 0;
  border: none;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #fff;
  background:  -moz-linear-gradient(top, #a0d6bc 0%, #79c442 100%) ;
  background:  -webkit-gradient(linear, left top, left bottom, color-stop(#a0d6bc 0%),color-stop(#79c442 100%)) ;
  background:  -webkit-linear-gradient(top, #a0d6bc 0%, #79c442 100%) ;
  background:  -o-linear-gradient(top, #a0d6bc 0%, #79c442 100%) ;
  background:  -ms-linear-gradient(top, #a0d6bc 0%, #79c442 100%) ;
  background:  linear-gradient(to "bottom", #a0d6bc 0%, #79c442 100%) ;
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
}

#main-menu.active {
  /* top level active hover */
}

#main-menu.active #main-menu-list {
  display: block;
}

#main-menu #main-menu-list {
  display: none;
}

#main-menu #main-menu-list .main-menu-1-item {
  width: 100%;
  font-size: .9em;
}

#main-menu #main-menu-list .main-menu-1-item .main-menu-1-item-link {
  display: block;
  padding: .3em 0 .5em 0;
  background: #79c442;
  vertical-align: top;
  background:  -moz-linear-gradient(top, #a0d6bc 0%, #79c442 100%) ;
  background:  -webkit-gradient(linear, left top, left bottom, color-stop(#a0d6bc 0%),color-stop(#79c442 100%)) ;
  background:  -webkit-linear-gradient(top, #a0d6bc 0%, #79c442 100%) ;
  background:  -o-linear-gradient(top, #a0d6bc 0%, #79c442 100%) ;
  background:  -ms-linear-gradient(top, #a0d6bc 0%, #79c442 100%) ;
  background:  linear-gradient(to "bottom", #a0d6bc 0%, #79c442 100%) ;
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
}

#main-menu #main-menu-list .main-menu-1-item.active .main-menu-1-item-link {
  /*change gradient on main-menu-1 item when it's parent is active */
  background: #1e69de;
  background:  -moz-linear-gradient(top, #5faaee 0%, #1e69de 100%) ;
  background:  -webkit-gradient(linear, left top, left bottom, color-stop(#5faaee 0%),color-stop(#1e69de 100%)) ;
  background:  -webkit-linear-gradient(top, #5faaee 0%, #1e69de 100%) ;
  background:  -o-linear-gradient(top, #5faaee 0%, #1e69de 100%) ;
  background:  -ms-linear-gradient(top, #5faaee 0%, #1e69de 100%) ;
  background:  linear-gradient(to "bottom", #5faaee 0%, #1e69de 100%) ;
  -webkit-border-top-left-radius: 0.5em;
  -webkit-border-top-right-radius: 0.5em;
  -moz-border-radius-topleft: 0.5em;
  -moz-border-radius-topright: 0.5em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  -webkit-border-bottom-right-radius: 0em;
  -webkit-border-bottom-left-radius: 0em;
  -moz-border-radius-bottomright: 0em;
  -moz-border-radius-bottomleft: 0em;
  border-bottom-right-radius: 0em;
  border-bottom-left-radius: 0em;
}

#main-menu #main-menu-list .main-menu-1-item .main-menu-2-item {
  padding: 10px;
  font-size: .8em;
  line-height: 1em;
  font-family: Arial, Helvetica, sans-serif;
}

#main-menu #main-menu-list .main-menu-1-item .main-menu-2-list {
  display: none;
  text-align: left;
  background: #3D6AD9;
  -webkit-border-bottom-right-radius: 0.5em;
  -webkit-border-bottom-left-radius: 0.5em;
  -moz-border-radius-bottomright: 0.5em;
  -moz-border-radius-bottomleft: 0.5em;
  border-bottom-right-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
  z-index: 999;
}

#main-menu #main-menu-list .main-menu-1-item.active {
  /* drop down items display */
}

#main-menu #main-menu-list .main-menu-1-item.active .main-menu-2-list {
  display: block;
}

/* home page top features area */
.home-top-feature {
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
}

.home-top-feature#home-buy-tickets {
  width: 100%;
  margin-bottom: 1em;
  color: #ED247F;
  font-size: 1.9em;
  line-height: 1.2em;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.home-top-feature#home-buy-tickets a {
  display: block;
  text-decoration: none;
  background: #FCBC74;
  padding: 0.5em 10%;
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  width: 80%;
  color: #fff;
}

.home-top-feature#home-buy-tickets .button-icon {
  position: absolute;
  top: -.1em;
  right: 10%;
}

.home-top-feature#home-today {
  width: 100%;
  color: #fff;
  background: #00A0D6;
  padding-bottom: 4em;
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  position: relative;
  z-index: 800;
}

.home-top-feature#home-today a {
  color: #fff;
  text-decoration: none;
}

.home-top-feature#home-today a:hover {
  text-decoration: underline;
}

.home-top-feature#home-today h1 {
  font-size: 1.2em;
  padding: 0.5em;
  margin: 0;
}

.home-top-feature#home-today h2 {
  font-size: 1.6em;
  padding: 0.5em;
  margin: 0;
}

.home-top-feature#home-today #more-events-button-1 {
  width: 100%;
  text-align: right;
}

.home-top-feature#home-today #more-events-button-1 a {
  background: #FCBC74;
  padding: 0.1em 0.5em;
  margin-right: 0.5em;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  color: #fff;
  font-size: 1.5em;
  text-decoration: none;
}

.home-top-feature#home-today #todays-events-button-container {
  width: 100%;
  height: 0;
  text-align: right;
  padding-top: 0.2em;
}

.home-top-feature#home-today #todays-events-button-container button {
  margin-right: 0.5em;
  background: #FCBC74;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  padding: 0.5em;
  text-decoration: none;
  border: none;
}

.home-top-feature#home-today #todays-events-button-container #todays-events-close-button {
  display: none;
}

.home-top-feature#home-today #more-events-dropdown {
  padding-top: 3em;
  display: none;
  height: auto;
  width: 100%;
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  background: #00A0D6;
  color: #fff;
}

.home-top-feature#home-today #more-events-dropdown #more-events-button-2 {
  width: 100%;
  text-align: right;
  padding-top: 2em;
}

.home-top-feature#home-today #more-events-dropdown #more-events-button-2 a {
  background: #FCBC74;
  padding: 0.5em;
  margin-right: 0.5em;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  color: #fff;
  font-size: 1.5em;
  text-decoration: none;
}

.home-top-feature#home-today #more-events-dropdown .home-event {
  display: block;
  margin-left: 1em;
  margin-right: 1em;
}

.home-top-feature#home-today #more-events-dropdown .home-event .time-container {
  font-size: 1.2em;
  margin-right: 1em;
}

.home-top-feature#home-today #more-events-dropdown .home-event .name-container {
  font-size: 1.3em;
}

.no-more-events {
  padding: 0 1em;
}

.more-events-button {
  width: 100%;
  text-align: right;
  padding-top: 1em;
}

.more-events-button a {
  background: #FCBC74;
  padding: 0.5em;
  margin-right: 0.5em;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  color: #fff;
  font-size: 1.5em;
  text-decoration: none;
}

/*home page banner styles */
#home-feature-container {
  font-family: Arial, Helvetica, sans-serif;
  font-size: large;
  position: relative;
  /*border:1px $color-white solid;*/
  padding-top: .2em;
}

#home-feature-container .banner-content-container .banner-content-item {
  text-align: center;
  margin: 1em;
}

#home-feature-container .home-feature {
  width: 100%;
  position: relative;
}

#home-feature-container .home-feature .home-feature-bg {
  display: none;
}

#home-feature-container .home-feature .home-feature-content {
  position: relative;
  margin-bottom: 1em;
}

#home-feature-container .home-feature .home-feature-content h1 {
  color: #320E86;
  font-size: 1em;
  line-height: 1.7em;
  font-family: "Pacifico", cursive;
  text-align: center;
  padding: 0;
  margin: 0;
}

#home-feature-container .home-feature .home-feature-content h2 {
  color: #fff;
  font-size: 2em;
  text-align: center;
  line-height: 1.7em;
  font-family: "Pacifico", cursive;
  font-weight: 100;
  padding: 0;
  margin: 0;
}

#home-feature-container .home-feature .home-feature-content p {
  color: #320E86;
  font-size: 1em;
  line-height: 1.2em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 100;
  padding: 0;
  margin: 0;
  text-align: center;
}

#home-feature-container .home-feature .home-feature-content a {
  color: #EFB94B;
  font-size: 1.5em;
  background: #483594;
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  padding: 1em 0;
  font-family: Arial, Helvetica, sans-serif;
  width: 70%;
  margin: 1em 15%;
  display: block;
  text-decoration: none;
  text-align: center;
}

#home-feature-container .homepage-banner-button {
  display: none;
}

.home-mini-features-container .home-mini-feature {
  text-align: center;
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 2em auto;
  position: relative;
}

.home-mini-features-container .home-mini-feature .home-mini-feature-inner-container {
  position: relative;
  min-height: 102px;
}

.home-mini-features-container .home-mini-feature .home-mini-feature-inner-container .home-mini-feature-bg {
  position: absolute;
  width: 300px;
  height: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
}

.home-mini-features-container .home-mini-feature .home-mini-feature-inner-container .home-mini-feature-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 120%;
  /* can adjust to look nice */
}

.home-mini-features-container .home-mini-feature .home-mini-feature-inner-container .home-mini-feature-content h2 {
  color: #fff;
  font-size: 1.5625em;
  text-align: left;
  line-height: 120%;
  font-family: "Pacifico", cursive;
  max-width: 100%;
  margin-left: 0.8em;
  margin-right: 0.8em;
}

.home-mini-features-container .home-mini-feature .home-mini-feature-inner-container .home-mini-feature-content p {
  color: #fff;
  font-size: 1em;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
}

.home-mini-features-container .home-mini-feature .home-mini-feature-inner-container .home-mini-feature-button {
  min-width: 92px;
  color: #fff;
  font-size: 1em;
  position: absolute;
  right: 10px;
  bottom: -20px;
  background: #EFB94B;
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  padding: 0.5em;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}

#juicer {
  margin-top: 30px;
}

/* subpage content styles */
#page-sub {
  background: #fff;
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  position: relative;
}

#page-sub #subpage-content {
  text-align: center;
}

#page-sub #subpage-content p, #page-sub #subpage-content h1, #page-sub #subpage-content h2, #page-sub #subpage-content h3, #page-sub #subpage-content h4, #page-sub #subpage-content h5, #page-sub #subpage-content h6, #page-sub #subpage-content ul, #page-sub #subpage-content li, #page-sub #subpage-content ol, #page-sub #subpage-content span {
  text-align: left;
}

#page-sub #page-content {
  padding: 0 4% 1em 4%;
}

#page-sub #page-content h1 {
  font-family: "Pacifico", cursive;
  font-weight: 100;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 2em;
  line-height: 1.7em;
  color: #320E86;
  margin: 0 0 0 0;
}

#page-sub #page-content h2 {
  font-family: "Pacifico", cursive;
  font-weight: 100;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 1.5em;
  line-height: 1.3em;
  color: #FA2C7A;
}

#page-sub #page-content h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 100;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 1em;
  color: #FA2C7A;
  margin: 0px;
}

#page-sub #page-content p, #page-sub #page-content div {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .95em;
  line-height: 1.5em;
  padding-top: 0px;
}

#page-sub #page-content ul {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .9em;
  line-height: 1.5em;
  padding-left: 10%;
}

#page-sub #page-content #subpage-banner-image-container {
  position: relative;
}

#page-sub #page-content #subpage-banner-image-container #sub-photo {
  width: 100%;
  margin-top: 1em;
  border-radius: 2em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
}

#page-sub #page-content #subpage-banner-image-container #subpage-banner-image-waves-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 39%;
}

#page-sub #page-content #page-heading-container {
  border-collapse: separate;
  width: 100%;
  display: table;
  margin-top: 1em;
}

#page-sub #page-content #page-heading-container #page-heading-icon, #page-sub #page-content #page-heading-container #page-heading {
  display: table-cell;
  vertical-align: top;
}

.event {
  margin: 2em 0;
}

.event .event-title {
  text-decoration: none;
}

.event .event-title:hover {
  text-decoration: underline;
}

.event .left-event-content {
  text-align: left;
  width: 100%;
}

.event .left-event-content img {
  max-width: 194px;
  max-height: 143px;
}

.event .right-event-content {
  width: 100%;
  text-align: left;
}

.event .registration-link {
  background:  -moz-linear-gradient(top, #a0d6bc 0%, #79c442 100%) ;
  background:  -webkit-gradient(linear, left top, left bottom, color-stop(#a0d6bc 0%),color-stop(#79c442 100%)) ;
  background:  -webkit-linear-gradient(top, #a0d6bc 0%, #79c442 100%) ;
  background:  -o-linear-gradient(top, #a0d6bc 0%, #79c442 100%) ;
  background:  -ms-linear-gradient(top, #a0d6bc 0%, #79c442 100%) ;
  background:  linear-gradient(to "bottom", #a0d6bc 0%, #79c442 100%) ;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0d6bc', endColorstr='#79c442',GradientType=0 );
  /* IE6-9 */
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  color: #fff;
  position: relative;
  padding: 0.5em 1em;
  margin: 1em;
  text-align: center;
  text-decoration: none;
  display: block;
}

.event .event-social-container {
  text-align: center;
}

.event-details .registration-link {
  background:  -moz-linear-gradient(top, #a0d6bc 0%, #79c442 100%) ;
  background:  -webkit-gradient(linear, left top, left bottom, color-stop(#a0d6bc 0%),color-stop(#79c442 100%)) ;
  background:  -webkit-linear-gradient(top, #a0d6bc 0%, #79c442 100%) ;
  background:  -o-linear-gradient(top, #a0d6bc 0%, #79c442 100%) ;
  background:  -ms-linear-gradient(top, #a0d6bc 0%, #79c442 100%) ;
  background:  linear-gradient(to "bottom", #a0d6bc 0%, #79c442 100%) ;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0d6bc', endColorstr='#79c442',GradientType=0 );
  /* IE6-9 */
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  color: #fff;
  position: relative;
  padding: 0.5em 1em;
  margin: 1em;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 20%;
}

.content-photo {
  max-width: 65%;
  padding-top: 1em;
  padding-bottom: 1em;
}

#in-page-nav {
  background: #C7E2F6;
  padding-bottom: 1em;
  padding-top: 10px;
}

#in-page-nav h2 {
  font-family: "Pacifico", cursive;
  font-weight: 100;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding-left: 0.5em;
  padding-top: 0px;
  margin-top: 0;
  color: #320E86;
}

#in-page-nav ul {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .9em;
  line-height: 2em;
  font-style: bold;
  padding-left: 1em;
  list-style-type: none;
}

#page-footer {
  width: 100%;
  text-align: center;
  position: relative;
}

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

#bottom-background {
  background: url(../images/footer.png);
  width: 100%;
  height: 484px;
  position: absolute;
  bottom: 0;
}

.page-aside-ad {
  text-align: center;
  margin-top: 1em;
}

.footer {
  padding: 1em 0 0 0;
  line-height: 1.3em;
}

.footer h2 {
  font-size: .9em;
  color: #fff;
}

#main-menu .main-menu-3-list {
  display: none;
  text-align: left;
  background: #320E86;
  border-radius: 0 10px 10px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  line-height: 2.5em;
}

.main-menu-3-overview-link {
  background: white;
}

.main-menu-2-item.active {
  background: #320E86;
}

.main-menu-2-item.active .main-menu-3-list {
  display: block !important;
}

.main-menu-2-item.active:last-child {
  -webkit-border-bottom-right-radius: 0.5em;
  -webkit-border-bottom-left-radius: 0.5em;
  -moz-border-radius-bottomright: 0.5em;
  -moz-border-radius-bottomleft: 0.5em;
  border-bottom-right-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
}

.main-menu-3-item {
  padding: .5em;
}

.main-menu-3-item:hover {
  background: #3D6AD9;
  padding: .5em;
}

.advertisement {
  margin: 10px;
  width: 246px;
  height: 117px;
  position: relative;
}

.advertisement h3 {
  padding: 15px;
  color: #fff;
}

.advertisement a {
  position: absolute;
  right: 5px;
  bottom: -10px;
  padding: 0.5em;
  text-decoration: none;
  color: #fff;
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
}

#footer-contact-form {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  padding-right: 2em;
  text-align: center;
}

#footer-contact-form p {
  display: inline-block;
}

#footer-contact-form input {
  display: inline-block;
}

#footer-contact-form #header-newsletter-submit {
  border: 0;
  color: #fff;
  background: #2C3EDE;
  padding: 0.2em 2em;
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
}

#footer-contact-form #header-newsletter-email-input {
  text-align: right;
  padding: 0.1em 0.5em;
}

#error-404-message {
  width: 100%;
  min-height: 20em;
  text-align: center;
  padding-top: 7em;
}

#aquarium-calendar-table {
  font-family: Arial, Helvetica, sans-serif;
  border: 1px #BAE1F3 solid;
  width: 96%;
  margin: 5% 2%;
}

#aquarium-calendar-table button {
  margin: 0;
  padding: 0;
}

#aquarium-calendar-table td {
  text-align: center;
  background: #00A0D6;
  color: #fff;
  border: 1px #BAE1F3 solid;
  margin: 0;
  padding: 0.5em 0;
}

#aquarium-calendar-table td a {
  text-decoration: none;
  color: #fff;
}

#aquarium-calendar-table td a:hover {
  text-decoration: underline;
}

#aquarium-calendar-table th {
  text-align: center;
  color: #fff;
  background: #FCBC74;
  font-size: 1.2em;
  margin: 0;
  padding: 0.5em 0;
}

#aquarium-calendar-table th a {
  text-decoration: none;
  color: #fff;
}

#aquarium-calendar-table th a:hover {
  text-decoration: underline;
}

#aquarium-calendar-table .day-number {
  border: none;
  background: none;
  color: #FFF;
}

#aquarium-calendar-table .day-number-selected {
  font-weight: bold;
  border: 1px white solid;
}

.calendarSelect {
  width: 96%;
  margin: 2%;
}

.day-title {
  padding-top: 2em !important;
}

#page-sub.calendar-template {
  min-height: 500px;
}

#single-post-navigation {
  text-align: center;
}

#single-post-navigation span {
  margin: 0 0.5em;
}

#blog-listing-post-navigation {
  text-align: center;
}

#blog-listing-post-navigation span {
  margin: 0 0.5em;
}

@media (min-width: 30em) {
  #wrap {
    min-width: 30em;
  }
  #page-sub #subpage-content {
    text-align: left;
  }
  #header-menu li {
    display: inline-block;
    margin: 0 0.2em !important;
  }
  .home-mini-features-container {
    text-align: center;
  }
  .home-mini-features-container .home-mini-feature {
    vertical-align: top;
    display: inline-block;
    margin: 1em 0.3em;
  }
  #background-top {
    width: 754px;
    height: 151px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/main-bg-top.jpg) no-repeat top center;
  }
  #background-bottom {
    width: 754px;
    height: 187px;
    position: absolute;
    top: 151px;
    left: 0px;
    background: url(../images/main-bg-bottom.png) no-repeat top center;
  }
  .event .left-event-content {
    width: 48%;
    padding: 2%;
    display: inline-block;
    vertical-align: top;
  }
  .event .right-event-content {
    width: 47%;
    display: inline-block;
    vertical-align: top;
  }
}

@media (min-width: 45em) {
  #wrap {
    min-width: 45em;
  }
  #wrap {
    max-width: 960px;
    margin: 0 auto;
  }
  #background-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 194px;
    height: 509px;
    background: url(../images/main-bg-left.png) no-repeat;
  }
  #background-right {
    position: absolute;
    top: 0;
    left: 948px;
    width: 217px;
    height: 509px;
    background: url(../images/main-bg-right.png) no-repeat;
  }
  #background-top {
    width: 754px;
    height: 151px;
    position: absolute;
    top: 0px;
    left: 194px;
    background: url(../images/main-bg-top.jpg) no-repeat top center;
  }
  #background-bottom {
    width: 754px;
    height: 187px;
    position: absolute;
    top: 151px;
    left: 194px;
    background: url(../images/main-bg-bottom.png) no-repeat top center;
  }
  /* header styles */
  #page-header {
    height: auto;
  }
  #page-header #social-icons {
    width: 18em;
    position: absolute;
    right: 0px;
    top: 108px;
    text-align: right;
  }
  #page-header #social-icons img {
    padding: 0 0.4em;
  }
  .container {
    margin-bottom: 0;
  }
  /* main nav styles */
  #main-menu {
    border-collapse: separate;
    width: 100%;
    display: table;
    width: 100%;
  }
  #main-menu #main-menu-expand {
    display: none;
  }
  #main-menu #main-menu-list {
    display: block;
  }
  #main-menu #main-menu-list .main-menu-1-item {
    display: inline-block;
    width: 18%;
    position: relative;
    margin: 0 0.5em;
  }
  #main-menu #main-menu-list .main-menu-1-item .main-menu-2 {
    position: absolute;
    left: 0;
    z-index: 999;
    width: 100%;
  }
  #main-menu #main-menu-list .main-menu-1-item .main-menu-2 .main-menu-2-item {
    position: relative;
  }
  #main-menu #main-menu-list .main-menu-1-item:last-child:before {
    content: " ";
    background: url(../images/seahorse-1.png) no-repeat;
    width: 61px;
    height: 0px;
    position: absolute;
    bottom: 100%;
    right: 24px;
    background-position-y: 0;
    background-position-x: 75%;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }
  #main-menu #main-menu-list .main-menu-1-item:hover:last-child:before {
    height: 50px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }
  #main-menu #main-menu-list .main-menu-1-item:last-child .main-menu-1-item-link {
    margin-right: 0 !important;
  }
  #main-menu #main-menu-list .main-menu-3-list {
    position: absolute;
    top: 0%;
    left: 100%;
    width: 220px;
    padding: .5em 5%;
  }
  #main-menu #main-menu-list .main-menu-1-item:last-child .main-menu-2 .main-menu-2-list .main-menu-3-list {
    right: 100%;
    left: auto;
    -webkit-border-top-left-radius: 0.5em;
    -webkit-border-bottom-left-radius: 0.5em;
    -moz-border-radius-topleft: 0.5em;
    -moz-border-radius-bottomleft: 0.5em;
    border-top-left-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* top banner buttons */
  .home-top-feature {
    vertical-align: top;
  }
  .home-top-feature#home-buy-tickets {
    display: inline-block;
    width: 32%;
    margin-right: 0.5%;
    height: 70px;
  }
  .home-top-feature#home-buy-tickets a {
    width: 92%;
    padding: 0.5em 4%;
  }
  .home-top-feature#home-buy-tickets .button-icon {
    right: 1%;
  }
  .home-top-feature#home-today {
    display: inline-block;
    width: 60%;
    height: 70px;
    padding: 0;
    margin-left: 0.5%;
  }
  .home-top-feature#home-today h1, .home-top-feature#home-today h2 {
    line-height: 1em;
    margin: 0;
    padding: 0.2em 0 0 0.5em;
  }
  .home-top-feature#home-today h2 {
    font-size: 1.3em;
  }
  .home-top-feature#home-today button {
    bottom: -24px;
  }
  /* main hero container */
  #home-feature-container {
    padding-right: 1px;
  }
  #home-feature-container #banner-images {
    display: block;
  }
  #home-feature-container .banner-content-container {
    display: none;
  }
  #home-feature-container .home-feature {
    overflow: hidden;
  }
  #home-feature-container .home-feature .home-feature-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 941px;
    height: 100%;
  }
  #home-feature-container .home-feature .home-feature-content {
    height: 341px;
    margin: 0;
  }
  #home-feature-container .home-feature .home-feature-content h1 {
    font-size: 2em;
    text-align: right;
    position: absolute;
    max-width: 80%;
    right: 70px;
    top: 10px;
  }
  #home-feature-container .home-feature .home-feature-content h2 {
    font-size: 4em;
    position: absolute;
    text-align: right;
    max-width: 80%;
    right: 70px;
    top: 70px;
    margin: 0px;
    line-height: 85%;
    font-family: "Pacifico", cursive;
  }
  #home-feature-container .home-feature .home-feature-content p {
    font-size: 2em;
    position: absolute;
    right: 50px;
    top: 200px;
    padding-right: 20px;
  }
  #home-feature-container .home-feature .home-feature-content a {
    color: #EFB94B;
    font-size: 1.5em;
    position: absolute;
    right: 22px;
    bottom: 10px;
    background: #483594;
    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    padding: 0.5em;
    margin: 0;
    width: 8em;
  }
  #home-feature-container .homepage-banner-button {
    border: none;
    background: white;
    border-radius: 50px;
    width: 50px;
    height: 50px;
  }
  #home-feature-container .homepage-banner-button#homepage-banner-button-left {
    position: absolute;
    top: 180px;
    left: 10px;
  }
  #home-feature-container .homepage-banner-button#homepage-banner-button-right {
    position: absolute;
    top: 180px;
    right: 10px;
  }
  .home-mini-features-container .home-mini-feature {
    display: inline-block;
    margin: 2em 0.1em 1em 0.1em;
  }
  #template-content #page {
    border-collapse: separate;
    width: 100%;
    display: table;
  }
  #page-content {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 70%;
    padding-left: 2%;
    padding-right: 2%;
  }
  #page-content-container {
    width: 100%;
  }
  #subpage-content {
    width: 100%;
  }
  #page-aside {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 30%;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 1em;
  }
  #in-page-nav {
    -webkit-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
  }
  .event .registration-link {
    margin: 0;
    width: 50%;
    display: inline-block;
  }
  .event .event-social-container {
    display: inline-block;
    width: 100px;
  }
  #footer-contact-form {
    text-align: center;
  }
  #page-content.calendar-template {
    width: 60%;
  }
  #page-aside.calendar-template {
    width: 40%;
  }
}

@media (min-width: 1024px) {
  .main-menu-2-overview-item, .main-menu-3-overview-item {
    display: none;
  }
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre, blockquote {
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
