@import url("../../global/CSS/global.css");
/* ====================== Colors ====================== */
/* ====================== Base Styles ====================== */
body {
  background-color: transparent;
}
body.menu-active {
  /*position:fixed;*/
  overflow: hidden;
}
html {
  font-size: 18px;
}
/* Change color & bg color of selected live text */
*::selection {
  background-color: #fd8204;
  color: #fff;
}
.container {
  width: 90%;
  margin: 0px 5%;
  padding: 0px;
}
/* if using a sticky nav, use this to add space above anchor links to go below navbar */
*:target:before {
  display: block;
  content: "";
  height: 300px;
  margin: -300px 0 0 0;
}
*:target:before:focus {
  outline: none!important;
}
/*.anchor {
	display: block;
	height: 120px;
	margin-top: -120px;
	visibility: hidden;
}*/
*:target:focus {
  outline: none;
}
hr {
  margin: 50px 0px;
  background-color: #edeceb;
  height: 3px;
}
a {
  -o-transition: all .33s ease;
  -moz-transition: all .33s ease;
  -webkit-transition: all .33s ease;
  transition: all .33s ease;
  text-decoration: none;
  color: #fd8204;
}
a:hover,
a:active {
  -o-transition: all .33s ease;
  -moz-transition: all .33s ease;
  -webkit-transition: all .33s ease;
  transition: all .33s ease;
  text-decoration: none;
  color: #feb061;
}
.ghost-button {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #fff;
  border: 3px solid #fff!important;
  background-color: transparent;
  padding: 10px 25px!important;
  display: inline-block;
  font-size: .85rem;
}
.ghost-button:hover {
  color: #fff;
  border: 3px solid #fd8204;
  background-color: #fd8204;
}
.orange-button {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #fff!important;
  background-color: #fd8204;
  padding: 10px 25px;
  display: inline-block;
  font-size: .85rem;
  -webkit-appearance: none;
  border: none;
  border-radius: 0px;
}
.orange-button:hover {
  color: #fff;
  background-color: #feb061;
}
.center {
  text-align: center!important;
}
.right {
  text-align: right!important;
}
.img-responsive {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .ghost-button,
  .orange-button {
    width: 100%!important;
    margin-bottom: 10px;
    text-align: center;
  }
}
input {
  -o-transition: all .33s ease;
  -moz-transition: all .33s ease;
  -webkit-transition: all .33s ease;
  transition: all .33s ease;
  text-decoration: none;
}
.transition {
  -o-transition: all .33s ease;
  -moz-transition: all .33s ease;
  -webkit-transition: all .33s ease;
  transition: all .33s ease;
}
.centered {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
/* iFrame Responsive Styling */
div.templatecontent .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
div.templatecontent .embed-container iframe,
div.templatecontent .embed-container object,
div.templatecontent .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ====================== Typography ====================== */
/* Weather Widget Icon Font */
@font-face {
  font-family: 'weather';
  src: url('/sitefiles/2348/CSS/fonts/artill_clean_icons-webfont.eot');
  src: url('/sitefiles/2348/CSS/fonts/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'), url('/sitefiles/2348/CSS/fonts/artill_clean_icons-webfont.woff') format('woff'), url('/sitefiles/2348/CSS/fonts/artill_clean_icons-webfont.ttf') format('truetype'), url('/sitefiles/2348/CSS/fonts/artill_clean_icons.otf') format('opentype'), url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
  font-weight: normal;
  font-style: normal;
}
h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 4rem;
  letter-spacing: .025em;
  color: #786e62;
  margin: 0px 0px 40px 0px;
}
@media screen and (max-width: 650px) {
  h1 {
    font-size: 2.5rem!important;
  }
}
h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 3rem;
  letter-spacing: .025em;
  color: #786e62;
  margin: 0px 0px 30px 0px;
}
h2.alt {
  font-weight: 300;
}
h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: .025em;
  color: #786e62;
  margin: 0px 0px 15px 0px;
}
h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1.1333rem;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #786e62;
  margin: 0px 0px 10px 0px;
}
h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: .9rem;
  line-height: 1.5rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #786e62;
  margin: 0px 0px 10px 0px;
}
h6 {
  font-family: 'Roboto', sans-serif;
  font-size: .85rem;
  line-height: 1.5rem;
  letter-spacing: .2em;
  font-weight: 300;
  color: #786e62;
  margin: 0px;
  text-transform: uppercase;
}
p {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 25px;
  color: #786e62;
  letter-spacing: .01em;
  font-weight: 300;
}
p.note,
figure {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: .85rem;
  line-height: 1.25rem;
  font-style: italic;
  color: #786e62;
}
p.big {
  font-size: 1.25rem;
  line-height: 2.25rem;
}
ul {
  margin-bottom: 25px;
}
li,
td {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #786e62;
  font-weight: 300;
}
figure {
  position: relative;
  margin: 0 0 40px 0;
  text-align: center;
}
figcaption {
  font-family: 'Roboto', sans-serif;
  font-size: .85rem;
  line-height: 1.25rem;
  margin-bottom: 25px;
  color: #786e62;
  background-color: #edeceb;
  font-style: italic;
  font-weight: 300;
  text-align: left;
  padding: 20px;
  z-index: 100;
  position: absolute;
  width: 30%;
  bottom: 10%;
  right: 0;
}
blockquote {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: .025em;
  color: #c7beb4;
  margin: 20px 0px;
  border-left: 5px solid #fd8204;
}
@media screen and (max-width: 786px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .default-main .container {
    padding: 0 10px;
  }
  .default-main .col-xs-12 {
    padding: 0px!important;
  }
  .default-main .row {
    margin: 0!important;
  }
  .default-main img {
    width: 100%!important;
    height: auto!important;
    margin-bottom: 25px!important;
    display: block!important;
    float: none!important;
  }
  figcaption {
    position: relative!important;
    margin-top: 10px;
    width: 100%!important;
    left: 0;
  }
  p.big {
    width: 100%!important;
    margin: 0 0 25px 0!important;
  }
}
/* ====================== Modal ====================== */
.modaloverlay {
  z-index: 99998;
  background-color: rgba(135, 49, 154, 0.85);
  opacity: 1!important;
}
.modalpopup {
  z-index: 99999!important;
  position: absolute;
  top: 95px;
}
@media screen and (max-width: 786px) {
  .modalpopup {
    position: absolute!important;
    top: 95px!important;
  }
}
/* ====================== Page Alert ====================== */
.page-alert-message {
  border-radius: 0px;
  border: 10px solid #786e62;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  color: #786e62;
}
/* ====================== Home Video ====================== */
#home-video-bg {
  background: url('/assets/2348/mobile-bg.jpg') no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 786px) {
  #home-video-bg {
    position: relative!important;
    height: 100vh!important;
  }
}
#home-video-bg #gradient {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  z-index: 3;
  position: absolute;
  opacity: .5;
}
/* ====================== Menu ====================== */
.menu-close {
  display: none;
  position: absolute;
  z-index: 9800;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.menu-close.active {
  display: block;
}
#menu.active {
  display: block;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
}
#menu {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -opera-transition: all 0.5s cubic-bezier(0.6, -0.28, 0.85, 0.9);
  -moz-transition: all 0.5s cubic-bezier(0.6, -0.28, 0.85, 0.9);
  -webkit-transition: all 0.5s cubic-bezier(0.6, -0.28, 0.85, 0.9);
  transition: all 0.5s cubic-bezier(0.6, -0.28, 0.85, 0.9);
  height: 100%;
  width: 25%;
  top: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 9999;
  overflow: scroll;
  padding: 3%;
  background-color: #fff;
  /* Main Nav */
  /* change color of main nav item when its dropdown is visible */
  /* End Main Nav */
}
#menu p.menu-toggle-wrap {
  text-align: right;
  position: relative;
  display: inline-block;
  width: 100%;
}
#menu p.menu-toggle-wrap a.menu-toggle {
  text-align: right;
  font-size: 1rem;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  padding: 10px 0px;
}
#menu div.utility ul {
  margin: 0px 0px 50px 0px;
  padding: 0px;
}
#menu div.utility ul li {
  list-style-type: none;
  display: inline;
  margin-right: 5%;
}
#menu div.utility ul li a {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 1rem;
}
#menu #mainnav {
  margin: 0px;
  padding: 0px;
}
#menu #mainnav ul#mainnav li a.expand-btn {
  display: block!important;
}
#menu #mainnav li#mn-home {
  display: none;
}
#menu #mainnav li#mn-exhibits > ul,
#menu #mainnav li#mn-exhibits > a.expand-btn {
  display: none;
}
#menu #mainnav li {
  position: relative;
  z-index: 1000;
  display: block;
  padding: 20px 20px 20px 0;
  border-bottom: 1px solid #edeceb;
  /*2nd Level ul*/
}
#menu #mainnav li a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
#menu #mainnav li ul {
  display: none;
  position: absolute;
  width: auto!important;
  z-index: 2000;
  margin-top: 20px;
  /*2nd Level li*/
}
#menu #mainnav li ul li {
  padding: 0 0 20px 0!important;
  border-bottom: none!important;
}
#menu #mainnav li ul li a {
  font-size: 1rem;
  line-height: 2rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #786e62;
}
#menu #mainnav li ul li a:hover {
  color: #c7beb4;
}
#menu ul#mainnav li a.expand-btn {
  position: absolute;
  display: block;
  padding: 0;
  margin: 0;
  right: 0;
  top: 15px;
  background: url(/SiteFiles/2348/CSS/images/dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 75%;
  padding: 16px;
  cursor: pointer;
}
#menu ul#mainnav li:hover ul,
#menu ul#mainnav li:hover ul li ul {
  display: none;
}
#menu ul#mainnav li ul.active {
  display: block;
  position: relative;
}
#menu ul#mainnav li ul li ul.active {
  display: block;
  position: relative;
}
#menu ul#mainnav li a.expand-btn.active {
  position: absolute;
  background: url(/SiteFiles/2348/CSS/images/dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 75%;
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
#menu ul#mainnav > li > ul li {
  padding: 0;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 991px) {
  #menu {
    width: 75%!important;
  }
}
@media screen and (max-width: 600px) {
  #menu {
    width: 100%!important;
    /* Main Nav */
    /* End Main Nav */
  }
  #menu div.utility ul li {
    display: block;
    margin-right: 0%;
    margin-bottom: 15px;
  }
  #menu #mainnav {
    margin: 0px;
    padding: 50px 0px 0px 0px;
  }
  #menu #mainnav ul#mainnav li a.expand-btn {
    display: block!important;
  }
  #menu #mainnav li {
    /*2nd Level ul*/
  }
  #menu #mainnav li a {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 300;
  }
  #menu #mainnav li ul {
    /*2nd Level li*/
  }
  #menu #mainnav li ul li a {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
/* ====================== Header ====================== */
@keyframes sticky {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes sticky {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.sticky {
  -webkit-animation-name: sticky;
  animation-name: sticky;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.header-hide {
  box-shadow: 0;
  -webkit-transform: translateY(-100%) !important;
  -ms-transform: translateY(-100%) !important;
  transform: translateY(-100%) !important;
}
.header {
  padding: 20px 5%;
  position: absolute;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 8000;
  transition: -webkit-transform 0.2s ease, background-color 0.5s ease-out, padding 0.2s ease, opacity 0.2s ease;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 366px) {
  .header {
    padding: 10px;
  }
}
.header .logo-wrap {
  width: 100px;
  height: 150px;
  background: url('/SiteFiles/2348/CSS/images/logo-white.svg') no-repeat center center;
  background-size: 100% auto;
  position: relative;
  z-index: 900;
}
.header .logo-wrap a {
  width: 100%;
  height: 100%;
}
.header .info-wrap {
  width: 100%;
  margin-top: -150px;
  position: relative;
  z-index: 9000;
}
.header .info-wrap .nav-container {
  width: 20%;
  float: left;
  padding: 75px 0 0 30px;
}
.header .info-wrap .nav-container a.menu-toggle {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: .9rem;
  letter-spacing: .1em;
}
.header .info-wrap .current-info-wrap {
  width: 50%;
  float: right;
  text-align: right;
  padding-top: 65px;
}
.header .info-wrap .current-info-wrap .vote-button {
  display: inline-block;
}
.header .info-wrap .current-info-wrap .vote-button a.vote-yes {
  display: inline-block;
  border: 2px solid white;
  padding: 5px 20px;
  color: white;
  margin-right: 10px;
  font-size: 1.5em;
}
@media screen and (max-width: 600px) {
  .header .info-wrap .current-info-wrap .vote-button a.vote-yes {
    display: inline-block;
    border: 2px solid white;
    padding: 5px 5px;
    color: white!important;
    margin-right: 10px;
    font-size: 1em;
    background: #fd8204;
  }
}
.header .info-wrap .current-info-wrap .vote-button a.vote-yes:hover {
  background: #fd8204;
}
.header .info-wrap .current-info-wrap #hours {
  margin-right: 20px;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-size: .9rem;
  line-height: 2rem;
  letter-spacing: .1em;
  font-weight: 400;
}
.header .info-wrap .current-info-wrap #hours i {
  margin-right: 5px;
}
.header .info-wrap .current-info-wrap .search-wrap {
  display: inline-block;
  color: #fff;
  margin-left: 10px;
  font-size: .9rem;
}
.header .info-wrap .current-info-wrap .search-wrap a {
  color: #fff;
  padding: 10px 0px;
}
.header.fill {
  background-color: #fff;
  width: 100%;
  margin: 0px;
  padding: 10px 5%;
  z-index: 9000;
  top: 0;
  left: 0;
  right: 0;
  /*	transition: -webkit-transform .2s ease-in,background-color 0s ease-in .3s,padding .2s ease-in,opacity 0s ease-in .3s;*/
}
.header.fill .logo-wrap {
  width: 100px;
  height: 100px;
  background: url('/SiteFiles/2348/CSS/images/logo-mark.svg') no-repeat center center;
  background-size: 100% auto;
}
.header.fill .logo-wrap a {
  width: 100%;
  height: 100%;
}
.header.fill .info-wrap {
  margin-top: -100px;
}
.header.fill .info-wrap .nav-container {
  padding: 40px 0 0 30px;
}
.header.fill .info-wrap .nav-container a.menu-toggle {
  color: #fd8204;
}
.header.fill .info-wrap .current-info-wrap {
  padding-top: 30px;
}
.header.fill .info-wrap .current-info-wrap a.vote-yes {
  border-color: #fd8204;
  color: #fd8204;
}
.header.fill .info-wrap .current-info-wrap a.vote-yes:hover {
  background: #fd8204;
  color: white;
}
.header.fill .info-wrap .current-info-wrap #hours {
  color: #fd8204;
}
.header.fill .info-wrap .current-info-wrap #weather p {
  color: #fd8204;
}
.header.fill .info-wrap .current-info-wrap #weather i {
  color: #fd8204;
}
.header.fill .info-wrap .current-info-wrap .search-wrap {
  color: #fd8204;
}
.header.fill .info-wrap .current-info-wrap .search-wrap a {
  color: #fd8204;
}
@media screen and (max-width: 600px) {
  header {
    position: fixed!important;
    background-color: #fff!important;
    -o-box-shadow: 0 0 5px #ddd!important;
    -moz-box-shadow: 0 0 5px #ddd!important;
    -webkit-box-shadow: 0 0 5px #ddd!important;
    box-shadow: 0 0 5px #ddd!important;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    z-index: 8000!important;
  }
  header .logo-wrap {
    width: 75px!important;
    height: 50px!important;
    background: url('/SiteFiles/2348/CSS/images/logo-mark.svg') no-repeat center center !important;
  }
  header .info-wrap {
    margin-top: -50px !important;
  }
  header .info-wrap .nav-container {
    width: 25%!important;
    text-align: right!important;
    float: right!important;
    margin-top: 0px;
    padding: 15px 0 0 0px!important;
  }
  header .info-wrap .nav-container a.menu-toggle {
    color: #fd8204 !important;
  }
  header .info-wrap .current-info-wrap {
    /* width: 15%!important; */
    width: auto!important;
    text-align: right;
    margin-top: 0px!important;
    padding: 15px 0 0 0px!important;
  }
  header .info-wrap .current-info-wrap #hours {
    display: none!important;
    color: #786e62 !important;
  }
  header .info-wrap .current-info-wrap #weather p {
    display: none!important;
    color: #786e62 !important;
  }
  header .info-wrap .current-info-wrap #weather p i {
    color: #786e62 !important;
  }
  header .info-wrap .current-info-wrap .search-wrap a {
    color: #fd8204 !important;
  }
}
/* ====================== Search ====================== */
div.search-container {
  background: transparent;
  display: none;
  -o-transition: background-color ease-in 0.5s;
  -moz-transition: background-color ease-in 0.5s;
  -webkit-transition: background-color ease-in 0.5s;
  transition: background-color ease-in 0.5s;
}
div.search-container.search-on {
  display: block!important;
  padding: 15px;
  background-color: rgba(186, 179, 31, 0.85);
  color: #fff;
  position: absolute;
  opacity: 1!important;
  z-index: 999999;
  top: 0;
  left: 0;
  height: 100%!important;
  width: 100%!important;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.centered-container {
  position: relative;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 600px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.centered-container a.close-search {
  float: right;
  height: 50px;
  width: 50px;
  z-index: 9000;
  position: relative;
  text-align: center;
  background: #fd8204;
  color: #fff;
  text-transform: uppercase;
  padding: 14px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  margin: 0 -25px -25px 0;
}
.centered-container a.close-search:hover {
  background-color: #fff;
  color: #786e62;
}
.centered-container input#searchField {
  border-radius: 0;
  width: 100%;
  color: #786e62;
  font-size: 16px;
  height: 50px;
  padding: 12px 16px;
  border: 0;
  font-family: 'Roboto', sans-serif;
}
.centered-container input#searchField:focus {
  outline: none;
  border: 3px solid #fd8204;
}
.centered-container input#searchButton {
  display: none;
}
.centered-container .search-note {
  text-align: center;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  margin: 15px 0 0 0;
  display: inline-block;
  width: 100%;
  height: auto;
  font-size: 1rem;
}
div.searchPanel .form-group {
  margin: 0;
}
/* ====================== Home Top ====================== */
.home-top {
  width: 100%;
  height: 100vh;
  z-index: 2;
  position: absolute;
  overflow: hidden;
  top: 0;
  text-align: center;
}
.home-top img {
  width: 50%;
}
.home-top p {
  top: 80%!important;
}
.home-top p a {
  margin: 0 10px;
}
@media screen and (max-width: 600px) {
  .home-top {
    position: absolute!important;
  }
  .home-top a {
    margin: 0 0 10px 0px!important;
  }
}
/* ====================== Home Tabs ====================== */
.home-intro-tabs {
  position: relative;
  z-index: 20;
  background-color: rgba(253, 130, 4, 0.85);
  padding: 75px 0;
  width: 100%;
  display: inline-block;
  margin-top: 100vh;
}
.home-intro-tabs .cbp-contentslider {
  width: 90%;
  height: 500px;
  margin: 1em auto;
  position: relative;
  border: none;
}
.home-intro-tabs .cbp-contentslider > ul {
  list-style: none;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0;
  /*Home Page Today Widget*/
}
.home-intro-tabs .cbp-contentslider > ul > li {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: inherit!important;
  background: transparent;
}
.home-intro-tabs .cbp-contentslider > ul > li h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
.home-intro-tabs .cbp-contentslider > ul > li div {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.home-intro-tabs .cbp-contentslider > ul > li div .cbp-content .half {
  width: 50%!important;
  float: left;
  padding-right: 5%;
}
.home-intro-tabs .cbp-contentslider > ul > li div .cbp-content h1,
.home-intro-tabs .cbp-contentslider > ul > li div .cbp-content h2,
.home-intro-tabs .cbp-contentslider > ul > li div .cbp-content h3,
.home-intro-tabs .cbp-contentslider > ul > li div .cbp-content h4,
.home-intro-tabs .cbp-contentslider > ul > li div .cbp-content h5,
.home-intro-tabs .cbp-contentslider > ul > li div .cbp-content h6 {
  color: #fff;
}
.home-intro-tabs .cbp-contentslider > ul > li div .cbp-content p {
  color: #fff;
  margin: 0 0 20px 0;
  font-weight: 300;
}
.home-intro-tabs .cbp-contentslider > ul > li div .cbp-content a {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}
.home-intro-tabs .cbp-contentslider > ul li:target {
  z-index: 100;
}
.home-intro-tabs .cbp-contentslider > ul .upcoming-events-wrapper p.upcoming-events-view-link {
  display: none;
}
.home-intro-tabs .cbp-contentslider > ul .upcoming-events-wrapper ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.home-intro-tabs .cbp-contentslider > ul .upcoming-events-wrapper ul li {
  position: relative!important;
  display: inline-block !important;
  background-color: transparent;
  border: 3px solid #fff;
  padding: 15px;
  -webkit-flex-basis: 30%;
  flex-basis: 30%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 2%;
  vertical-align: top;
  margin-bottom: 25px;
  height: auto!important;
}
.home-intro-tabs .cbp-contentslider > ul .upcoming-events-wrapper ul li p.upcoming-events-date {
  color: #fff;
  margin-bottom: 0px;
  font-size: .85rem;
  font-weight: 400;
}
.home-intro-tabs .cbp-contentslider > ul .upcoming-events-wrapper ul li p.upcoming-events-date span.upcoming-events-weekday {
  padding: 0 5px 0 0;
  margin: 0 5px 0 0;
  border-right: 2px solid #fff;
}
.home-intro-tabs .cbp-contentslider > ul .upcoming-events-wrapper ul li p.upcoming-events-date span.upcoming-events-date {
  display: none;
}
.home-intro-tabs .cbp-contentslider > ul .upcoming-events-wrapper ul li p.upcoming-events-name {
  font-size: 1.25rem;
  line-height: 2.25rem;
  margin: 0px;
}
.home-intro-tabs .cbp-contentslider > ul .upcoming-events-wrapper ul li p.upcoming-events-name a {
  color: #fff;
}
.home-intro-tabs .cbp-contentslider > ul #slide3 .cta-wrap {
  text-align: center;
}
.home-intro-tabs .cbp-contentslider nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  z-index: 1000;
  border: 3px solid #fff;
  overflow: hidden;
}
.home-intro-tabs .cbp-contentslider nav a {
  float: left;
  display: block;
  width: 20%;
  height: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: .85rem;
  font-weight: 300;
  line-height: 3;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  overflow: hidden;
  color: #fff;
  background: transparent;
  outline: none;
  text-align: center;
  position: relative;
  border-right: 3px solid #fff;
  padding-left: 2.500em;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  cursor: pointer;
}
.home-intro-tabs .cbp-contentslider nav a span {
  display: block;
}
.home-intro-tabs .cbp-contentslider nav a:last-child {
  border: none;
  box-shadow: 1px 0 #fff;
  /* fills gap caused by rounding */
}
.home-intro-tabs .cbp-contentslider nav a:hover {
  background-color: #fff;
  color: #fd8204;
}
.home-intro-tabs .cbp-contentslider nav a.rc-active {
  background-color: #fff!important;
  color: #fd8204 !important;
}
/* Iconfont for navigation and headings */
.cbp-contentslider [class^="icon-"]:before,
.cbp-contentslider [class*=" icon-"]:before {
  font-family: 'FontAwesome';
  font-style: normal;
  text-align: center;
  speak: none;
  font-weight: normal;
  line-height: 2.5;
  font-size: 1.5em;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -1.25em 0 0 0;
  height: 2.500em;
  width: 2.500em;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.cbp-contentslider .icon-1 {
  background: url('/SiteFiles/2348/CSS/images/logo-mark-w.svg') no-repeat 9% 50% !important;
  background-size: 30px auto!important;
}
.cbp-contentslider .icon-1.rc-active {
  background: url('/SiteFiles/2348/CSS/images/logo-mark-o.svg') no-repeat 9% 50% #ffffff !important;
  background-size: 30px auto!important;
}
.cbp-contentslider .icon-2:before {
  content: "\f145";
}
.cbp-contentslider .icon-3:before {
  content: "\f073";
}
.cbp-contentslider .icon-4:before {
  content: "\f124";
}
.cbp-contentslider .icon-5:before {
  content: "\f155";
}
.cbp-contentslider [class^="icon-"].rc-active:before,
.cbp-contentslider [class*=" icon-"].rc-active:before,
.cbp-contentslider nav a:hover:before {
  color: #fd8204;
}
.mobile-tabs {
  display: none;
}
/* Media queries */
@media screen and (max-width: 1200px) {
  .cbp-contentslider {
    width: 100%!important;
  }
}
@media screen and (max-width: 991px) {
  .cbp-contentslider nav a {
    padding-left: 0px!important;
  }
  .cbp-contentslider nav a span {
    text-indent: -9999px;
  }
  .cbp-contentslider .icon-1.rc-active {
    background-position: 50% 50%!important;
  }
  .cbp-contentslider [class^="icon-"]:before,
  .cbp-contentslider [class*=" icon-"]:before {
    width: 100%!important;
  }
}
@media screen and (max-width: 786px) {
  .home-intro-tabs {
    margin-top: 0px;
  }
  .home-intro-tabs .cbp-contentslider {
    display: none;
  }
  .home-intro-tabs .mobile-tabs {
    display: block;
  }
  .home-intro-tabs .mobile-tabs #accordion h3.ui-accordion-header {
    color: #fff;
    padding: 15px 0px;
    border-bottom: 3px solid #fff;
  }
  .home-intro-tabs .mobile-tabs #accordion h3.ui-accordion-header:focus {
    outline: none;
  }
  .home-intro-tabs .mobile-tabs #accordion h3.ui-accordion-header:hover {
    cursor: pointer;
  }
  .home-intro-tabs .mobile-tabs #accordion div.ui-accordion-content {
    padding: 20px 0;
  }
  .home-intro-tabs .mobile-tabs #accordion h1,
  .home-intro-tabs .mobile-tabs #accordion h2,
  .home-intro-tabs .mobile-tabs #accordion h4,
  .home-intro-tabs .mobile-tabs #accordion h5,
  .home-intro-tabs .mobile-tabs #accordion h6,
  .home-intro-tabs .mobile-tabs #accordion p {
    color: #fff!important;
  }
  .home-intro-tabs .mobile-tabs #accordion p.upcoming-events-date {
    font-size: .85rem!important;
  }
  .home-intro-tabs .mobile-tabs #accordion p.upcoming-events-name {
    font-size: 1.25rem!important;
  }
  .home-intro-tabs .mobile-tabs #accordion a {
    color: #fff!important;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
  }
}
/* ====================== Featured Exhibits Title ====================== */
.featured-exhibits-title {
  padding: 75px 0px;
  background-color: rgba(0, 131, 194, 0.65);
  position: relative;
  z-index: 20;
}
.featured-exhibits-title .text {
  width: 60%;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.featured-exhibits-title .text h2 {
  color: #fff;
  margin-bottom: 0px;
}
.featured-exhibits-title .cta-wrap {
  width: 39%;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .featured-exhibits-title {
    padding: 50px 0px;
  }
  .featured-exhibits-title .text {
    width: 100%!important;
  }
  .featured-exhibits-title .text h2 {
    margin-bottom: 25px;
  }
  .featured-exhibits-title .cta-wrap {
    width: 100%!important;
    text-align: left;
  }
}
/* ====================== Home Main ====================== */
.home-main {
  position: relative;
  z-index: 20;
  background-color: transparent;
  padding: 75px 0 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.home-main div.featured-exhibit {
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  position: relative;
  height: auto;
  overflow: hidden;
}
.home-main div.featured-exhibit a {
  display: block;
  z-index: 40;
  width: 100%;
  height: 100%;
}
.home-main div.featured-exhibit a.featured-exhibit-tag-i {
  width: 45px;
  height: 45px;
  z-index: 50;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e51a94;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  padding-top: 3px;
}
.home-main div.featured-exhibit a.featured-exhibit-tag-i:hover {
  background-color: #fff;
  color: #e51a94;
}
.home-main div.featured-exhibit a.featured-exhibit-tag-o {
  width: 45px;
  height: 45px;
  z-index: 50;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0099a8;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  padding-top: 3px;
}
.home-main div.featured-exhibit a.featured-exhibit-tag-o:hover {
  background-color: #fff;
  color: #0099a8;
}
.home-main div.featured-exhibit img {
  width: 100%!important;
  display: block;
  height: auto;
  z-index: 1;
  position: relative;
  webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
  -moz-transform: scale(1.25);
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
}
.home-main div.featured-exhibit div.info {
  position: absolute;
  z-index: 40;
  left: 0;
  bottom: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#303030+0,000000+100&amp;0.5+0,0+40,0+100 */
  background: -moz-linear-gradient(top, rgba(48, 48, 48, 0) 0%, rgba(29, 29, 29, 0) 40%, rgba(0, 0, 0, 0.9) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(48, 48, 48, 0)), color-stop(40%, rgba(29, 29, 29, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(48, 48, 48, 0) 0%, rgba(29, 29, 29, 0) 40%, rgba(0, 0, 0, 0.9) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(48, 48, 48, 0) 0%, rgba(29, 29, 29, 0) 40%, rgba(0, 0, 0, 0.9) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(48, 48, 48, 0) 0%, rgba(29, 29, 29, 0) 40%, rgba(0, 0, 0, 0.9) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(48, 48, 48, 0) 0%, rgba(29, 29, 29, 0) 40%, rgba(0, 0, 0, 0.9) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80303030', GradientType=0);
  /* IE6-9 */
  padding: 85% 25px 25px 25px;
}
.home-main div.featured-exhibit div.info h3 {
  color: #fd8204;
}
.home-main div.featured-exhibit div.info p {
  color: #fff;
  margin-bottom: 0px;
}
.home-main div.featured-exhibit:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  -o-transition: all 2s ease;
  -moz-transition: all 2s ease;
}
@media screen and (max-width: 768px) {
  .home-main {
    margin-top: 0px!important;
  }
  .home-main div.featured-exhibit {
    -webkit-flex-basis: 50%!important;
    flex-basis: 50%!important;
    position: relative;
    height: auto;
    overflow: hidden;
  }
}
@media screen and (max-width: 600px) {
  .home-main {
    margin-top: 0px!important;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .home-main div.featured-exhibit {
    -webkit-flex-basis: 100%!important;
    flex-basis: 100%!important;
    position: relative;
    height: auto;
    overflow: hidden;
  }
}
/* ====================== HOME CTA (Membership) ====================== */
.home-cta {
  padding: 75px 0px;
  background-color: rgba(229, 26, 148, 0.65);
  position: relative;
  z-index: 20;
}
.home-cta .templatecontent {
  width: 60%;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.home-cta .templatecontent h2 {
  color: #fff;
  margin-bottom: 0px;
}
.home-cta .cta-wrap {
  width: 39%;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .home-cta {
    padding: 50px 0px;
  }
  .home-cta .templatecontent {
    width: 100%!important;
  }
  .home-cta .templatecontent h2 {
    margin-bottom: 25px;
  }
  .home-cta .cta-wrap {
    width: 100%!important;
    text-align: left;
  }
}
/* ====================== Home Calendar Widget ====================== */
.home-events {
  padding: 75px 0;
  position: relative;
  z-index: 20;
  background-color: rgba(135, 49, 154, 0.85);
}
.home-events .upcoming-events-header {
  width: 24%;
  display: inline-block;
  vertical-align: top;
}
.home-events .upcoming-events-header h2 {
  color: #fff;
}
.home-events .upcoming-events {
  width: 75%;
  padding-left: 3%;
  display: inline-block;
  vertical-align: top;
}
.home-events .upcoming-events .upcoming-events-wrapper ul {
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.home-events .upcoming-events .upcoming-events-wrapper ul li {
  width: 47%;
  margin-right: 3%;
  display: inline-block;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.home-events .upcoming-events .upcoming-events-wrapper ul li div a.upcoming-events-image {
  float: none;
  margin-right: 0px;
}
.home-events .upcoming-events .upcoming-events-wrapper ul li div a.upcoming-events-image img {
  width: 100%;
  height: auto;
}
.home-events .upcoming-events .upcoming-events-wrapper ul li .upcoming-events-info-wrap {
  background-color: #fff;
  padding: 25px;
  display: inline-block;
  width: 100%;
}
.home-events .upcoming-events .upcoming-events-wrapper ul li .upcoming-events-info-wrap p.upcoming-events-date {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: .85rem;
  letter-spacing: .05em;
  margin-bottom: 15px;
}
.home-events .upcoming-events .upcoming-events-wrapper ul li .upcoming-events-info-wrap p.upcoming-events-date span.upcoming-events-date {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: .85rem;
  letter-spacing: .05em;
}
.home-events .upcoming-events .upcoming-events-wrapper ul li .upcoming-events-info-wrap p.upcoming-events-date span.upcoming-events-date::before {
  content: "\f073";
  font-family: FontAwesome;
  margin-right: 7px;
  color: #c7beb4;
}
.home-events .upcoming-events .upcoming-events-wrapper ul li .upcoming-events-info-wrap p.upcoming-events-date span.upcoming-events-time {
  margin-left: 40px;
}
.home-events .upcoming-events .upcoming-events-wrapper ul li .upcoming-events-info-wrap p.upcoming-events-date span.upcoming-events-time::before {
  content: "\f017";
  font-family: FontAwesome;
  margin-right: 7px;
  color: #c7beb4;
}
.home-events .upcoming-events .upcoming-events-wrapper ul li .upcoming-events-info-wrap p.upcoming-events-name {
  font-family: 'Roboto', sans-serif;
  font-size: 1.3333rem;
  font-weight: 300;
  letter-spacing: .025em;
  margin: 0px 0px 0px 0px;
}
.home-events .upcoming-events .upcoming-events-wrapper ul li:last-of-type {
  margin-right: 0%!important;
}
/* Medium Screens */
@media screen and (max-width: 992px) {
  .home-events .upcoming-events-header {
    width: 100%;
    margin-bottom: 50px;
  }
  .home-events .upcoming-events {
    width: 100%!important;
    padding-left: 0%!important;
  }
}
@media screen and (max-width: 600px) {
  .home-events {
    padding: 50px 0px;
  }
  .home-events .upcoming-events .upcoming-events-wrapper ul {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .home-events .upcoming-events .upcoming-events-wrapper ul li {
    width: 100%!important;
    margin-right: 0%!important;
    margin-bottom: 30px;
  }
  .home-events .upcoming-events .upcoming-events-wrapper ul li .upcoming-events-info-wrap p.upcoming-events-date {
    font-family: 'Roboto', sans-serif;
  }
  .home-events .upcoming-events .upcoming-events-wrapper ul li .upcoming-events-info-wrap p.upcoming-events-date span.upcoming-events-time {
    margin-left: 0px!important;
    display: block!important;
  }
}
/* ====================== HOME BLOG ====================== */
.home-blog {
  padding: 75px 0px;
  background-color: rgba(0, 153, 168, 0.65);
  position: relative;
  z-index: 20;
}
.home-blog .templatecontent {
  width: 60%;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.home-blog .templatecontent h2 {
  color: #fff;
  margin-bottom: 0px;
}
.home-blog .cta-wrap {
  width: 39%;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
.home-blog .cta-wrap a {
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .home-blog {
    padding: 50px 0px;
  }
  .home-blog .templatecontent {
    width: 100%!important;
  }
  .home-blog .templatecontent h2 {
    margin-bottom: 25px;
  }
  .home-blog .cta-wrap {
    width: 100%!important;
    text-align: left;
  }
}
/* ====================== Instafeed ====================== */
#instafeed {
  width: 100%;
}
#instafeed a {
  width: 10%;
  display: inline-block;
}
#instafeed a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #instafeed {
    width: 100%;
  }
  #instafeed a {
    width: 20%;
    display: inline-block;
  }
  #instafeed a img {
    width: 100%;
    height: auto;
  }
}
/* ====================== Footer ====================== */
footer {
  background-color: #edeceb;
  padding: 50px 0px;
  position: relative;
  z-index: 20;
}
footer .footer-contact {
  width: 33%;
  float: left;
  padding-right: 3%;
}
footer .footer-contact img.footer-logo {
  max-width: 250px;
  height: auto;
  margin-bottom: 25px;
}
footer .footer-contact .footer-social {
  margin: 0;
  padding: 0;
}
footer .footer-contact .footer-social li {
  list-style-type: none;
  display: inline;
  margin-right: 20px;
  font-size: 1rem;
}
footer .footer-contact ul.footer-partner-logos {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-top: 5px;
}
footer .footer-contact ul.footer-partner-logos li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
}
footer .footer-contact ul.footer-partner-logos li a {
  display: inline-block;
}
footer .footer-contact .footer-partner-logos li.astc-logo a img {
  width: 95px;
  height: auto;
  margin-right: 10px;
}
footer .footer-contact .footer-partner-logos li.aza-logo a img {
  width: 95px;
  height: auto;
}
footer .footer-hours {
  width: 33%;
  float: left;
  padding-right: 3%;
}
footer .footer-admission {
  width: 33%;
  float: left;
  padding-right: 0%;
}
footer .footer-admission .half {
  width: 50%;
  float: left;
  padding-right: 2%;
}
footer .footer-admission .half p {
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.25rem;
}
footer .footer-admission .half p span {
  font-size: .85rem;
  font-style: italic;
  font-weight: 300;
}
footer .footer-admission p.note {
  text-align: center;
}
footer .footer-nav {
  width: 100%;
  float: left;
}
footer .footer-nav .footer-links {
  border-top: 1px solid #c7beb4;
  padding: 25px 0 0 0;
  margin: 25px 0 0 0;
}
footer .footer-nav .footer-links ul {
  margin: 0px;
  padding: 0px;
}
footer .footer-nav .footer-links ul li {
  list-style-type: none;
  display: inline;
  margin-right: 20px;
}
footer .footer-nav .footer-links ul li a {
  font-size: .85rem;
  font-family: 'Roboto', sans-serif;
}
@media screen and (max-width: 600px) {
  footer .footer-contact {
    width: 100%!important;
    float: left;
    padding-right: 0%!important;
    margin-bottom: 25px;
  }
  footer .footer-hours {
    width: 100%!important;
    float: left;
    padding-right: 0%!important;
  }
  footer .footer-admission {
    width: 100%!important;
    float: left;
    padding-right: 0%!important;
  }
}
/* ====================== Default Styles ====================== */
.default .header {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
}
.default .header.fill {
  position: fixed;
  -o-box-shadow: 0 0 5px #ddd;
  -webkit-box-shadow: 0 0 5px #ddd;
  -moz-box-shadow: 0 0 5px #ddd;
  box-shadow: 0 0 5px #ddd;
  background-color: #fff;
  width: 100%;
  margin: 0px;
  padding: 10px 5%;
  z-index: 9000;
  top: 0;
  left: 0;
  right: 0;
  transition: -webkit-transform 0.2s ease-in, background-color 0s ease-in 0.3s, padding 0.2s ease-in, opacity 0s ease-in 0.3s, box-shadow 0s ease-in 0.3s;
}
.default .header.fill .default-top {
  margin-top: 190px;
}
.default-top {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  height: auto!important;
}
.default-top img {
  width: 100%;
  height: auto;
}
.default-top p {
  margin: 0px;
}
.default-top .page-title {
  position: absolute;
  top: 50%;
  padding: 50px;
  z-index: 100;
  display: inline-block;
  background-color: rgba(253, 130, 4, 0.85);
}
.default-top .page-title h1 {
  color: #fff;
  margin-bottom: 0px;
}
.default-top .slider-overlay {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#303030+0,000000+100&amp;0.5+0,0+40,0+100 */
  background: -moz-linear-gradient(top, rgba(48, 48, 48, 0.5) 0%, rgba(29, 29, 29, 0) 40%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(48, 48, 48, 0.5)), color-stop(40%, rgba(29, 29, 29, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(48, 48, 48, 0.5) 0%, rgba(29, 29, 29, 0) 40%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(48, 48, 48, 0.5) 0%, rgba(29, 29, 29, 0) 40%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(48, 48, 48, 0.5) 0%, rgba(29, 29, 29, 0) 40%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(48, 48, 48, 0.5) 0%, rgba(29, 29, 29, 0) 40%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80303030', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.default-top .swRotator {
  position: relative!important;
  /*background color would go here*/
}
.default-top .swRotator .scrollable {
  position: relative!important;
  overflow: visible!important;
  width: 100%!important;
}
.default-top .swRotator .scrollable .items {
  width: 100%!important;
  position: relative!important;
  top: 0;
  left: 0;
  right: 0;
}
.default-top .swRotator .scrollable .items .item {
  width: 100%!important;
  height: auto!important;
}
.default-top .swRotator .scrollable .items .item img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
/* Hiding title */
.swRotator .scrollable .items .item .caption .title {
  display: none;
}
@media screen and (max-width: 992px) {
  .default-top .page-title h1 {
    color: #fff;
    margin-bottom: 0px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .default-top {
    position: relative!important;
    height: auto!important;
  }
  .default-top img {
    width: 100%;
    height: auto;
  }
  .default-top p {
    margin: 0px;
  }
  .default-top .page-title {
    position: relative!important;
    padding: 10px 5%!important;
    width: 100%;
    background-color: #fd8204;
  }
  .default-top .page-title h1 {
    color: #fff;
    margin-bottom: 0px;
    font-size: 2rem;
  }
  .default-top .slider-overlay {
    display: none!important;
  }
}
@media screen and (max-width: 600px) {
  .default-top {
    margin-top: 90px!important;
  }
}
.default-main {
  position: relative;
  background-color: #fff;
  padding: 75px 0px;
}
.default-main .content-wrap {
  width: 70%;
  margin-right: 5%;
  display: inline-block;
  vertical-align: top;
}
.default-main #-sticky-wrapper.is-sticky .sidebar-wrap {
  width: 24%;
  max-width: 300px;
}
.default-main #-sticky-wrapper {
  width: 24%;
  display: inline-block;
  vertical-align: top;
}
.default-main #-sticky-wrapper .sidebar-wrap {
  max-width: 300px;
  background-color: #edeceb;
  padding: 25px;
}
.default-main #-sticky-wrapper .sidebar-wrap h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.default-main #-sticky-wrapper .sidebar-wrap #subnav {
  margin: 0px;
  padding: 0px;
}
.default-main #-sticky-wrapper .sidebar-wrap #subnav li {
  list-style-type: none;
  font-family: 'Roboto', sans-serif;
  font-size: .85rem;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: .2em;
}
.default-main #-sticky-wrapper .sidebar-wrap #subnav li a.current {
  color: #786e62;
}
@media screen and (max-width: 600px) {
  .default-main {
    padding: 50px 0px;
    margin-top: 0px!important;
  }
  .default-main .content-wrap {
    width: 100%!important;
    margin-right: 0%!important;
  }
  .default-main #-sticky-wrapper {
    display: none!important;
  }
}
/* ====================== Breadcrumbs ====================== */
.breadcrumb {
  margin: 0px 0px 25px 0px;
  padding: 0px;
  background-color: transparent;
  border-radius: 0px;
}
.breadcrumb li {
  font-size: .85rem;
  color: #edeceb;
  margin: 0;
}
.breadcrumb li a {
  color: #c7beb4;
}
.breadcrumb li a.current {
  color: #fd8204;
}
.breadcrumb li a:hover {
  color: #fd8204;
}
.breadcrumb > li + li:before {
  content: "\f105";
  font-family: FontAwesome;
  padding: 0 8px;
}
/* ====================== Default Bottom ====================== */
.default-bottom {
  padding: 75px 0px;
  background-image: url('/assets/2348/bottom-bg.jpg');
  background-size: cover;
  background-color: rgba(0, 153, 168, 0.65);
  position: relative;
  z-index: 20;
}
.default-bottom .templatecontent {
  width: 60%;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.default-bottom .templatecontent h2 {
  color: #fff;
  margin-bottom: 0px;
}
.default-bottom .cta-wrap {
  width: 39%;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .default-bottom {
    padding: 50px 0px;
  }
  .default-bottom .templatecontent {
    width: 100%!important;
  }
  .default-bottom .templatecontent h2 {
    margin-bottom: 25px;
  }
  .default-bottom .cta-wrap {
    width: 100%!important;
    text-align: left;
  }
}
/* ====================== Staff Page Part ====================== */
.staff-module ul.staff-directory {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.staff-module ul.staff-directory li.staff-directory-department {
  list-style-type: none;
}
.staff-module ul.staff-directory li.staff-directory-department ul.staff-directory-department-list {
  padding: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.staff-module ul.staff-directory li.staff-directory-department ul.staff-directory-department-list li {
  list-style-type: none;
  -webkit-flex-basis: 23%;
  flex-basis: 23%;
  margin: 0 0 2% 0;
  padding: 0px;
}
.staff-module ul.staff-directory li.staff-directory-department ul.staff-directory-department-list li h3 {
  font-size: 1.75rem;
}
.staff-module ul.staff-directory li.staff-directory-department ul.staff-directory-department-list li h3 a {
  color: #786e62;
}
@media screen and (max-width: 768px) {
  .staff-module ul.staff-directory li.staff-directory-department ul.staff-directory-department-list li {
    -webkit-flex-basis: 48%!important;
    flex-basis: 48%!important;
  }
}
@media screen and (max-width: 600px) {
  .staff-module ul.staff-directory li.staff-directory-department ul.staff-directory-department-list li {
    -webkit-flex-basis: 100%!important;
    flex-basis: 100%!important;
  }
  .staff-module ul.staff-directory li.staff-directory-department ul.staff-directory-department-list li h3 {
    font-size: 1.5rem;
  }
}
/* ====================== Calendar ====================== */
body.calendar .default-top {
  background-color: rgba(253, 130, 4, 0.65);
  position: relative;
  width: 100%;
  height: auto!important;
  padding: 100px 0 50px 0;
}
body.calendar .default-top .templatecontent,
body.calendar .default-top .slider-overlay {
  display: none;
}
body.calendar .default-top .page-title {
  position: relative;
  padding: 100px 0 0 5%;
  background-color: transparent;
}
body.calendar-detail .default-top {
  background-color: transparent;
  position: relative;
  width: 100%;
  height: auto!important;
  padding: 0;
  margin-top: 120px;
}
body.calendar-detail .default-top .templatecontent {
  display: block!important;
}
body.calendar-detail .default-top .templatecontent .event-detail-image {
  float: none!important;
  margin-right: 0px!important;
}
body.calendar-detail .default-top .slider-overlay,
body.calendar-detail .default-top .page-title {
  display: none;
}
body.calendar form[action*="evtid="] .event-module .calendar-controls {
  display: block;
  font-size: 18px;
}
body.calendar form[action*="evtid="] .breadcrumb {
  margin: 100px 0px 25px 0px;
}
.event-module .public-ical-feed-wrapper {
  display: inline;
  padding-right: 10px;
}
.event-module .public-ical-feed-wrapper a.public-ical-feed-link.public-ical-feed-link--event {
  margin-right: 25px;
}
.event-module .public-ical-feed-wrapper a {
  font-size: 18px;
  font-family: "roboto", sans-serif;
}
.event-module .public-ical-feed-wrapper a:before {
  content: "\f073";
  font-family: "FontAwesome" !important;
  font-style: normal;
}
.event-module .calendar-sort-wrap {
  float: left;
  width: 25%;
  margin-bottom: 25px;
}
.event-module .calendar-sort-wrap h6.sort-header {
  margin-bottom: 10px;
}
.event-module .calendar-sort-wrap ul.sw-events-detail-timeframes {
  margin-bottom: 25px;
}
.event-module .calendar-sort-wrap ul.sw-events-detail-timeframes li {
  margin: 0 10px 10px 0;
  border: none;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-left: 0px;
  display: inline-block;
}
.event-module .calendar-sort-wrap ul.sw-events-detail-timeframes li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #fd8204;
  border: 3px solid #fd8204;
  background-color: transparent;
  padding: 5px 15px;
  display: inline-block;
  font-size: .65rem;
}
.event-module .calendar-sort-wrap ul.sw-events-detail-timeframes li a:hover,
.event-module .calendar-sort-wrap ul.sw-events-detail-timeframes li a.selected {
  background-color: #fd8204;
  color: #fff;
}
.event-module .calendar-sort-wrap ul.sw-events-detail-categories {
  /*hide daily programs tag*/
}
.event-module .calendar-sort-wrap ul.sw-events-detail-categories li {
  margin: 0 10px 10px 0;
  border: none;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-left: 0px;
  display: inline-block;
}
.event-module .calendar-sort-wrap ul.sw-events-detail-categories li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #fd8204;
  border: 3px solid #fd8204;
  background-color: transparent;
  padding: 5px 15px;
  display: inline-block;
  font-size: .65rem;
}
.event-module .calendar-sort-wrap ul.sw-events-detail-categories li a:hover,
.event-module .calendar-sort-wrap ul.sw-events-detail-categories li a.selected {
  background-color: #fd8204;
  color: #fff;
}
.event-module .calendar-sort-wrap ul.sw-events-detail-categories li.tag-daily-programs {
  display: none!important;
}
.event-module ul.sw-events-detail-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 75%;
  padding-left: 5%;
  float: left;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  /*hide daily programs*/
}
.event-module ul.sw-events-detail-list li.sw-events-detail-list-event.tag-daily-programs {
  display: none!important;
}
.event-module ul.sw-events-detail-list .sw-events-detail-list-event {
  background-color: #edeceb;
  -webkit-flex-basis: 48%;
  flex-basis: 48%;
  margin: 0 0 4% 0;
}
.event-module ul.sw-events-detail-list .sw-events-detail-list-event h2.sw-events-detail-list-event-subject {
  font-size: 1.3333rem;
  font-weight: 400;
  letter-spacing: .025em;
  margin: 0px 0px 0px 0px;
}
.event-module ul.sw-events-detail-list .sw-events-detail-list-event h2.sw-events-detail-list-event-subject img {
  width: 100%;
  height: auto;
}
.event-module ul.sw-events-detail-list .sw-events-detail-list-event h2.sw-events-detail-list-event-subject a {
  padding: 20px 20px 0 20px;
  display: block;
  width: 100%;
}
.event-module ul.sw-events-detail-list .sw-events-detail-list-event div.sw-events-detail-list-event-details {
  padding: 0 20px;
  margin: 20px 0;
}
.event-module ul.sw-events-detail-list .sw-events-detail-list-event div.sw-events-detail-list-event-details div.sw-events-detail-list-event-date {
  font-size: .85rem;
  letter-spacing: .05em;
  font-weight: 300;
  width: 49%;
  display: inline-block;
  vertical-align: middle;
}
.event-module ul.sw-events-detail-list .sw-events-detail-list-event div.sw-events-detail-list-event-details div.sw-events-detail-list-event-date::before {
  content: "\f073";
  font-family: FontAwesome;
  margin-right: 7px;
  color: #c7beb4;
}
.event-module ul.sw-events-detail-list .sw-events-detail-list-event div.sw-events-detail-list-event-details div.sw-events-detail-list-event-time {
  font-size: .85rem;
  letter-spacing: .05em;
  font-weight: 300;
  width: 49%;
  display: inline-block;
  vertical-align: middle;
}
.event-module ul.sw-events-detail-list .sw-events-detail-list-event div.sw-events-detail-list-event-details div.sw-events-detail-list-event-time::before {
  content: "\f017";
  font-family: FontAwesome;
  margin-right: 7px;
  color: #c7beb4;
}
.event-module ul.sw-events-detail-list .sw-events-detail-list-event div.sw-events-detail-list-event-details div.sw-events-detail-list-event-location {
  font-size: .85rem;
  letter-spacing: .05em;
  font-weight: 300;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.event-module ul.sw-events-detail-list .sw-events-detail-list-event div.sw-events-detail-list-event-details div.sw-events-detail-list-event-location::before {
  content: "\f155";
  font-family: FontAwesome;
  margin-right: 7px;
  color: #c7beb4;
}
.event-module ul.sw-events-detail-list .sw-events-detail-list-event > a:last-of-type {
  display: none;
  /*width: 100%;
				text-align: center;
				.main();
				font-weight: 300;
				text-transform: uppercase;
				letter-spacing: .2em;
				color: #fff!important;
				background-color: @orange;
				padding: 10px 0px;
				display: inline-block;
				font-size: .85rem;
				-webkit-appearance: none;
				border: none;
				border-radius: 0px;*/
}
.event-module ul.sw-events-detail-list .sw-events-detail-list-event div.sw-events-detail-list-event-description,
.event-module ul.sw-events-detail-list .sw-events-detail-list-event a.sw-events-detail-more-link {
  display: none;
}
.event-module ul.sw-events-detail-list .sw-events-detail-list-event:nth-child(even) {
  margin-right: 0!important;
}
@media screen and (max-width: 992px) {
  .sw-events-detail-list li.sw-events-detail-list-event .sw-events-detail-list-event-details .sw-events-detail-list-event-date,
  .sw-events-detail-list li.sw-events-detail-list-event .sw-events-detail-list-event-details .sw-events-detail-list-event-time {
    width: 100%!important;
  }
}
@media screen and (max-width: 768px) {
  .sw-events-detail-list li.sw-events-detail-list-event {
    -webkit-flex-basis: 47%!important;
    flex-basis: 47%!important;
    margin: 0 2% 35px 0!important;
  }
  .sw-events-detail-list .sw-events-detail-list-event:nth-child(3n+3) {
    margin-right: 2%!important;
  }
  .sw-events-detail-list .sw-events-detail-list-event:nth-child(even) {
    margin-right: 0%!important;
  }
}
@media screen and (max-width: 600px) {
  body.calendar .default-top {
    padding: 50px 0!important;
    margin-top: 90px!important;
  }
  body.calendar-detail .default-top {
    padding: 0%!important;
    margin-top: 68px!important;
  }
  .calendar-sort-wrap {
    width: 100%!important;
  }
  .sw-events-detail-list {
    width: 100%!important;
    padding-left: 0!important;
  }
  .sw-events-detail-list li.sw-events-detail-list-event {
    -webkit-flex-basis: 100%!important;
    flex-basis: 100%!important;
    margin: 0 0% 35px 0!important;
  }
  .sw-events-detail-list .sw-events-detail-list-event:nth-child(3n+3) {
    margin-right: 0%!important;
  }
}
/* Daily Programs Page Cal Widget */
body.daily-programs .breadcrumb {
  display: none;
}
body.daily-programs .upcoming-events-wrapper ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0px;
}
body.daily-programs .upcoming-events-wrapper ul li {
  position: relative!important;
  display: inline-block !important;
  background-color: transparent;
  border: 3px solid #edeceb;
  padding: 15px;
  -webkit-flex-basis: 30%;
  flex-basis: 30%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 2%;
  vertical-align: top;
  margin-bottom: 25px;
  height: auto!important;
}
body.daily-programs .upcoming-events-wrapper ul li p.upcoming-events-date {
  color: #c7beb4;
  margin-bottom: 0px;
  font-size: .85rem;
  font-weight: 400;
}
body.daily-programs .upcoming-events-wrapper ul li p.upcoming-events-date span.upcoming-events-date {
  color: #c7beb4;
  margin-bottom: 0px;
  font-size: .85rem;
  font-weight: 400;
}
body.daily-programs .upcoming-events-wrapper ul li p.upcoming-events-name {
  font-size: 1.25rem;
  line-height: 2.25rem;
  margin: 0px;
}
body.daily-programs .upcoming-events-wrapper ul li p.upcoming-events-name a {
  color: #fd8204;
}
body.daily-programs .upcoming-events-wrapper .upcoming-events-view-link {
  text-align: center;
}
@media screen and (max-width: 600px) {
  body.daily-programs .breadcrumb {
    display: none;
  }
  body.daily-programs .upcoming-events-wrapper ul li {
    -webkit-flex-basis: 100%!important;
    flex-basis: 100%!important;
    margin-right: 0%!important;
  }
}
/*Calendar Detail Pages*/
body.calendar-detail .header {
  background-color: #fff;
  width: 100%;
  margin: 0px;
  padding: 10px 5%;
  position: absolute;
  z-index: 9000;
  top: 0;
  left: 0;
  right: 0;
  -o-box-shadow: 0 0 5px #ddd;
  -webkit-box-shadow: 0 0 5px #ddd;
  -moz-box-shadow: 0 0 5px #ddd;
  box-shadow: 0 0 5px #ddd;
}
body.calendar-detail .header .logo-wrap {
  width: 100px;
  height: 100px;
  background: url('/SiteFiles/2348/CSS/images/logo-mark.svg') no-repeat center center;
  background-size: 100% auto;
}
body.calendar-detail .header .logo-wrap a {
  width: 100%;
  height: 100%;
}
body.calendar-detail .header .info-wrap {
  margin-top: -100px;
}
body.calendar-detail .header .info-wrap .nav-container {
  padding: 40px 0 0 30px;
}
body.calendar-detail .header .info-wrap .nav-container a.menu-toggle {
  color: #fd8204;
}
body.calendar-detail .header .info-wrap .current-info-wrap {
  padding-top: 30px;
}
body.calendar-detail .header .info-wrap .current-info-wrap #hours {
  color: #fd8204;
}
body.calendar-detail .header .info-wrap .current-info-wrap #weather p {
  color: #fd8204;
}
body.calendar-detail .header .info-wrap .current-info-wrap #weather i {
  color: #fd8204;
}
body.calendar-detail .header .info-wrap .current-info-wrap .search-wrap {
  color: #fd8204;
}
body.calendar-detail .header .info-wrap .current-info-wrap .search-wrap a {
  color: #fd8204;
}
body.calendar-detail .default-top {
  display: none;
}
body.calendar-detail .default-main .detail-panel {
  width: 60%;
  margin: 0 auto;
}
body.calendar-detail .default-main .detail-panel .event-detail-block-wrapper img.event-detail-image {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
body.calendar-detail .default-main .detail-panel .event-detail-block-wrapper .event-detail-title {
  font-weight: 300;
  color: #fd8204;
  font-size: 3rem;
  margin: 0 0 10px 0;
}
body.calendar-detail .default-main .detail-panel .event-detail-block-wrapper p {
  font-size: 1.15rem;
  line-height: 2.15rem;
  width: auto;
  float: left;
}
body.calendar-detail .default-main .detail-panel p.event-detail-location-name {
  clear: both;
  font-size: 1.15rem;
  line-height: 2.15rem;
}
body.calendar-detail .default-main .detail-panel p.event-detail-location-name label,
body.calendar-detail .default-main .detail-panel p.event-detail-location-name a.map-link {
  display: none;
}
body.calendar-detail .default-main .detail-panel p.event-detail-location-name:before {
  content: "\f155";
  font-family: FontAwesome;
  position: relative;
  margin-right: 8px;
}
body.calendar-detail .default-main .detail-panel .calendar-detail-links {
  margin: 30px 0;
  border-bottom: 3px solid #edeceb;
}
body.calendar-detail .default-main .detail-panel .calendar-detail-links p.tickets {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  margin: 0;
}
body.calendar-detail .default-main .detail-panel .calendar-detail-links p.tickets a {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #fd8204;
  border: 3px solid #fd8204;
  background-color: transparent;
  padding: 10px 25px;
  display: inline-block;
  font-size: .85rem;
}
body.calendar-detail .default-main .detail-panel .calendar-detail-links p.tickets a:hover {
  background-color: #fd8204;
  color: #fff;
}
body.calendar-detail .default-main .detail-panel .calendar-detail-links p.tickets a::before {
  content: "\f145";
  font-family: FontAwesome;
  position: relative;
  margin-right: 8px;
}
body.calendar-detail .default-main .detail-panel .calendar-detail-links p.event-detail-sharelink {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin: 0;
  display: none;
}
body.calendar-detail .default-main .detail-panel .calendar-detail-links p.event-detail-sharelink a {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #fd8204;
  border: 3px solid #fd8204;
  background-color: transparent;
  padding: 10px 25px;
  display: inline-block;
  font-size: .85rem;
}
body.calendar-detail .default-main .detail-panel .calendar-detail-links p.event-detail-sharelink a:hover {
  background-color: #fd8204;
  color: #fff;
}
body.calendar-detail .default-main .detail-panel .calendar-detail-links p.event-detail-sharelink a::before {
  content: "\f064";
  font-family: FontAwesome;
  position: relative;
  margin-right: 8px;
}
body.calendar-detail .default-main .detail-panel p.event-detail-description {
  display: none;
}
body.calendar-detail .default-main .detail-panel .back-to-calendar-wrap p {
  margin: 0;
}
body.calendar-detail .default-main .detail-panel .back-to-calendar-wrap a {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #fd8204;
  border: 3px solid #fd8204;
  background-color: transparent;
  padding: 10px 25px;
  display: inline-block;
  font-size: .85rem;
}
body.calendar-detail .default-main .detail-panel .back-to-calendar-wrap a:hover {
  background-color: #fd8204;
  color: #fff;
}
body.calendar-detail .default-main .detail-panel .back-to-calendar-wrap a::before {
  content: "\f104";
  font-family: FontAwesome;
  position: relative;
  margin-right: 8px;
}
@media screen and (max-width: 992px) {
  .detail-panel {
    width: 100%!important;
    margin: 0!important;
  }
}
@media screen and (max-width: 600px) {
  p.event-detail-date,
  p.event-detail-repeats,
  p.tickets,
  p.event-detail-sharelink {
    width: 100%!important;
    margin: 0 0 10px 0!important;
  }
  p.tickets a,
  p.event-detail-sharelink a,
  p.event-detail-calendarlink a {
    width: 100%;
    text-align: center;
  }
}
/*Calendar Share Modal*/
.event-detail-share-modal {
  left: 25%!important;
  width: 50%!important;
  border-radius: 0px!important;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #786e62;
  font-size: 1rem;
}
.event-detail-share-modal #share-item #share-item-form h2 {
  font-size: 2rem;
}
.event-detail-share-modal #share-item #share-item-form ul li {
  margin-bottom: 10px;
}
.event-detail-share-modal #share-item #share-item-form ul li label {
  font-size: .85rem;
  margin-bottom: 5px;
  width: auto!important;
  font-weight: 400;
}
.event-detail-share-modal #share-item #share-item-form ul li input.form-field-text,
.event-detail-share-modal #share-item #share-item-form ul li textarea {
  display: block;
  width: 100%;
  border: 3px solid #edeceb;
}
.event-detail-share-modal #share-item #share-item-form input[type=button] {
  margin-right: 1%;
  vertical-align: middle;
  -webkit-appearance: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #fd8204 !important;
  border: 3px solid #fd8204;
  background-color: transparent;
  padding: 10px 25px;
  display: inline-block;
  font-size: .85rem;
}
.event-detail-share-modal #share-item #share-item-form input[type=button]:last-of-type {
  color: #edeceb !important;
  border: 3px solid #edeceb;
}
.event-detail-share-modal #share-item #share-item-form input[type=button]:hover {
  background-color: #fd8204;
  color: #fff;
  border: 3px solid #fd8204;
}
@media screen and (max-width: 600px) {
  .event-detail-share-modal {
    left: 5%!important;
    width: 90%!important;
    border-radius: 0px!important;
  }
}
/* ====================== Blog Styling ====================== */
body.nature-watch-blog .sidebar-wrap ul#subnav:first-of-type,
body.keepers .sidebar-wrap ul#subnav:first-of-type {
  display: none;
}
body.nature-watch-blog .sidebar-wrap ul#subnav.archives,
body.keepers .sidebar-wrap ul#subnav.archives {
  display: block!important;
  margin-bottom: 30px!important;
}
/* Blog Page */
.blog .blog-entry {
  margin: 0 0 25px 0;
  padding: 0 0 25px 0;
  border-bottom: 3px solid #edeceb;
}
.blog .blog-entry h4.post-date {
  font-family: 'Roboto', sans-serif;
  font-size: .85rem;
  line-height: 1.5rem;
  letter-spacing: .2em;
  font-weight: 300;
  color: #786e62;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
.blog .blog-entry h4.post-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 3rem;
  letter-spacing: .025em;
  color: #786e62;
  margin: 0px 0px 20px 0px;
  text-transform: none;
}
.blog .blog-entry .post-body,
.blog .blog-entry .post-profileinfo {
  display: none;
}
.blog .blog-entry .post-tags {
  margin: 20px 0;
}
.blog .blog-entry .post-tags a {
  color: #fd8204;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: .85rem;
  margin-right: 15px;
}
.blog .blog-entry .post-tags a:before {
  content: "\f02b";
  font-family: FontAwesome;
  position: relative;
  margin: 0 5px 0 0;
}
/* Add This */
.addthis_toolbox.addthis_default_style {
  font-family: 'Roboto', sans-serif;
  font-size: .85rem;
  color: #786e62;
}
.addthis_toolbox.addthis_default_style a.addthis_button_compact span,
.addthis_toolbox.addthis_default_style .addthis_button_preferred_1 span,
.addthis_toolbox.addthis_default_style .addthis_button_preferred_2 span,
.addthis_toolbox.addthis_default_style .addthis_button_preferred_3 span,
.addthis_toolbox.addthis_default_style .addthis_button_preferred_4 span,
.addthis_toolbox.addthis_default_style .addthis_button_facebook span,
.addthis_toolbox.addthis_default_style .addthis_button_twitter span {
  height: 20px;
  width: 20px;
  background-position: center center;
  margin-right: 5px;
}
/* Blog Post */
body.full-width .blog {
  width: 60%;
  margin: 0 auto;
}
body.full-width .blog .post-body {
  display: block!important;
}
body.full-width .blog .post-body .big {
  width: 120%;
  margin-left: -10%;
}
body.full-width .blog .blog-comments .blog-comment {
  padding: 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #edeceb;
}
body.full-width .blog .blog-comments .blog-comment .blog-comment-avatar {
  display: none;
}
body.full-width .blog .blog-comments .blog-comment .blog-comment-details span {
  font-family: 'Roboto', sans-serif;
  font-size: .65rem;
  color: #c7beb4;
}
body.full-width .blog .blog-comments .blog-comment .blog-comment-details p {
  font-size: .85rem;
  margin-bottom: 0px;
}
body.full-width .blog .blog-comments .blog-comment-message {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: .85rem;
  color: #fff;
  background-color: #fd8204;
  padding: 20px;
  margin-bottom: 25px;
}
body.full-width .blog .blog-comments .leave-comment {
  margin-top: 50px;
}
body.full-width .blog .blog-comments .leave-comment p.comment-fields-comment label {
  font-weight: 300;
}
body.full-width .blog .blog-comments .leave-comment p.comment-fields-comment textarea {
  border: 3px solid #edeceb;
}
body.full-width .blog .blog-comments .leave-comment .form-bot-stopper {
  font-family: 'Roboto', sans-serif;
  color: #786e62;
  font-weight: 300;
  font-size: .85rem;
}
body.full-width .blog .blog-comments .leave-comment input[type=button] {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #fd8204 !important;
  border: 3px solid #fd8204;
  background-color: transparent;
  padding: 10px 25px;
  display: inline-block;
  font-size: .85rem;
  -webkit-appearance: none;
}
body.full-width .blog .blog-comments .leave-comment input[type=button]:hover {
  background-color: #fd8204;
  color: #fff !important;
}
@media screen and (max-width: 991px) {
  body.full-width .blog {
    width: 100%!important;
  }
  body.full-width .blog .post-body {
    display: block;
  }
  body.full-width .blog .post-body .big {
    width: 100%!important;
    margin-left: 0%!important;
  }
}
/* ====================== Exhibits Styling ====================== */
.grid-buttons {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .grid-buttons button {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
.grid-buttons button[data-filter="all"] {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #fd8204;
  border: 3px solid #fd8204;
  background-color: transparent;
  padding: 10px 25px;
  display: inline-block;
  font-size: .85rem;
  margin-right: 15px;
}
.grid-buttons button.active[data-filter="all"] {
  background-color: #fd8204;
  color: #fff;
}
.grid-buttons button[data-filter=".indoor"] {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #bab31f;
  border: 3px solid #bab31f;
  background-color: transparent;
  padding: 10px 25px;
  display: inline-block;
  font-size: .85rem;
  margin-right: 15px;
}
.grid-buttons button.active[data-filter=".indoor"] {
  background-color: #bab31f;
  color: #fff;
}
.grid-buttons button[data-filter=".outdoor"] {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #e51a94;
  border: 3px solid #e51a94;
  background-color: transparent;
  padding: 10px 25px;
  display: inline-block;
  font-size: .85rem;
  margin-right: 15px;
}
.grid-buttons button.active[data-filter=".outdoor"] {
  background-color: #e51a94;
  color: #fff;
}
.grid-buttons button:hover {
  background-color: #edeceb;
}
.grid-buttons button:focus,
.grid-buttons button.hover:focus,
.grid-buttons button.active:focus {
  outline: none!important;
}
#Container .mix {
  display: none;
}
.grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.grid .mix {
  -webkit-flex-basis: 23%;
  flex-basis: 23%;
  margin: 0 2% 2% 0;
  position: relative;
}
.grid .mix img {
  width: 100%;
  height: auto;
}
.grid .mix .exhibit-info {
  position: absolute;
  padding: 20px;
  bottom: 0;
  width: 100%;
}
.grid .mix .exhibit-info h2 {
  font-size: 1.5rem;
  margin: 0;
  color: #fff;
}
.grid .mix .exhibit-info p {
  margin-bottom: 0px;
  color: #fff;
}
.grid .mix.outdoor .exhibit-info {
  background-color: rgba(229, 26, 148, 0.65);
}
.grid .mix.indoor .exhibit-info {
  background-color: rgba(186, 179, 31, 0.65);
}
/* Medium Screens */
@media screen and (max-width: 992px) {
  .mix {
    -webkit-flex-basis: 31%!important;
    flex-basis: 31%!important;
  }
}
/* Small Screens */
@media screen and (max-width: 767px) {
  .mix {
    -webkit-flex-basis: 48%!important;
    flex-basis: 48%!important;
  }
}
/* XSmall Screens */
@media screen and (max-width: 600px) {
  .mix {
    -webkit-flex-basis: 100%!important;
    flex-basis: 100%!important;
    margin: 0 0 30px 0!important;
  }
}
.exhibit-detail .slider {
  position: relative!important;
  z-index: 2;
  /*height: 100vh!important;*/
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.exhibit-detail .slider .slider-down {
  position: absolute;
  z-index: 5;
  bottom: 0;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  font-size: 1rem;
  background-color: rgba(255, 165, 0, 0.65);
  padding: 10px 15px;
}
.exhibit-detail .slider .slider-down a {
  color: #fff;
  width: 100%;
  height: 100%;
}
.exhibit-detail .slider .slider-down:hover {
  background-color: #fd8204;
}
.exhibit-detail .slider .swRotator {
  position: relative!important;
  /*background color would go here*/
}
.exhibit-detail .slider .swRotator .scrollable {
  position: relative!important;
  overflow: visible!important;
  width: 100%!important;
}
.exhibit-detail .slider .swRotator .scrollable .items {
  width: 100%!important;
  position: relative!important;
  top: 0;
  left: 0;
  right: 0;
}
.exhibit-detail .slider .swRotator .scrollable .items .item {
  width: 100%!important;
  /*height: auto!important;*/
}
.exhibit-detail .slider .swRotator .scrollable .items .item img {
  width: 100%!important;
  height: auto;
}
.exhibit-facts {
  background-color: #edeceb;
  padding: 20px;
  margin-bottom: 20px;
}
.exhibit-facts h6 {
  margin-bottom: 10px;
}
.exhibit-facts h6:last-of-type {
  margin-bottom: 0px;
}
.exhibit-facts i {
  color: #fd8204;
}
.exhibit-sponsors {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 25px;
}
.exhibit-sponsors img {
  /*-webkit-flex-basis: 23%;
  		flex-basis: 23%;*/
  -webkit-flex: 1;
  flex: 1;
  margin: 0 2% 2% 0;
}
.exhibit-sponsors img:last-child {
  margin-right: 0!important;
}
/* Exhibits Pager */
.toolbelt {
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  padding: 0;
  z-index: 85;
  text-align: center;
  background-color: rgba(253, 130, 4, 0.65);
}
.toolbelt a.service-menu {
  width: 55px;
}
.toolbelt a {
  position: relative;
  font-size: 1rem;
  line-height: 1rem;
  display: inline-block;
  height: 50px;
  width: 50px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  padding: 0;
  text-align: center;
  background: transparent;
  color: #fff;
}
.toolbelt a span {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  position: absolute;
  top: -31px;
  left: 50%;
  color: #fff;
  text-align: center;
  font-size: .65rem;
  background-color: #fd8204;
  padding: 5px 8px;
  opacity: 1;
  white-space: nowrap!important;
  display: none;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.toolbelt a svg#tiles {
  top: 47%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  display: inline-block;
}
.toolbelt a svg#tiles rect {
  transition: fill 0.3s ease-out;
}
.toolbelt a:hover {
  background-color: #fd8204;
}
.toolbelt a:hover span {
  display: block!important;
}
.toolbelt a.prev-service {
  border-right: 0;
  right: -4px;
}
.toolbelt a.prev-service:after {
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  display: inline-block;
  content: "\f104";
  font-family: FontAwesome;
  font-size: 1rem;
}
.toolbelt a.next-service {
  border-left: 0;
  left: -4px;
}
.toolbelt a.next-service:after {
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  display: inline-block;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 1rem;
}
@media screen and (max-width: 600px) {
  .slider-down {
    display: none!important;
  }
}
/* ====================== Form Styling ====================== */
.formmodule .form-group {
  margin-bottom: 25px;
  display: inline-block;
  width: 100%;
}
.formmodule .form-group span {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  color: #786e62;
  letter-spacing: .01em;
  font-weight: 300;
}
.formmodule .form-group span.form-instructions {
  font-size: .85rem;
  font-style: italic;
}
.formmodule .form-group input[type=text],
.formmodule .form-group textarea {
  border-radius: 0px!important;
  border: 1px solid #c7beb4;
  box-shadow: none;
  margin-top: 5px;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  color: #c7beb4;
  letter-spacing: .01em;
  font-weight: 300;
}
.formmodule .form-group input[type=text]:focus,
.formmodule .form-group textarea:focus {
  box-shadow: 0 0 5px #fd8204;
  border: 1px solid #fd8204;
}
.formmodule .form-group input.formmodule-phone-0,
.formmodule .form-group input.formmodule-phone-1,
.formmodule .form-group input.formmodule-phone-2 {
  width: 30%;
  margin: 0 1% 0 0;
  float: left;
}
.formmodule .form-group .checkbox-wrap {
  float: left;
  width: 33%;
  text-align: left;
}
.formmodule .form-group .checkbox-wrap input[type=checkbox] {
  box-shadow: none!important;
}
.formmodule .form-group .checkbox-wrap label {
  font-family: 'Roboto', sans-serif;
  font-size: .85rem;
  color: #786e62;
  letter-spacing: .01em;
  font-weight: 300;
}
.formmodule .form-group div.radio {
  width: 100%;
}
.formmodule .form-group div.radio input.form-control {
  width: auto!important;
  height: auto!important;
  margin-right: 5px!important;
}
.formmodule .form-group div.radio input[type=radio] {
  box-shadow: none!important;
}
.formmodule .form-group div.radio input[type=radio] {
  border: 1px solid #c7beb4;
  box-shadow: none;
}
.formmodule .form-group div.radio input[type=radio] + label {
  font-family: 'Roboto', sans-serif;
  font-size: .85rem;
  color: #786e62;
  letter-spacing: .01em;
  font-weight: 300;
}
.formmodule .form-group div.radio input[type="radio"]:checked + label span {
  background-color: #fd8204;
  -webkit-appearance: none;
}
.formmodule .form-group div.radio label {
  font-family: 'Roboto', sans-serif;
  font-size: .85rem;
  color: #786e62;
  letter-spacing: .01em;
  font-weight: 300;
}
.formmodule .checkbox-wrap-parent span {
  display: block!important;
}
.formmodule .form-bot-stopper {
  font-family: 'Roboto', sans-serif;
  font-size: .85rem;
  color: #786e62;
  letter-spacing: .01em;
  font-weight: 300;
  margin-bottom: 25px;
}
.formmodule .form-bot-stopper input[type=text] {
  border-radius: 0px!important;
  border: 1px solid #c7beb4;
  box-shadow: none;
  margin-top: 5px;
}
.formmodule .form-bot-stopper input[type=text]:focus {
  box-shadow: 0 0 5px #fd8204;
  border: 1px solid #fd8204;
}
/* ====================== Accordion Styling ====================== */
#accordion h3.ui-accordion-header {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: .9rem;
  line-height: 1.5rem;
  letter-spacing: .1em;
  color: #786e62;
  margin: 0px 0px 25px 0px;
  background-color: transparent;
  background-image: none;
  border-radius: 0px;
  border: none;
  position: relative;
}
#accordion h3.ui-accordion-header span {
  display: none;
}
#accordion h3.ui-accordion-header::after {
  content: "\f067";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 25%;
  font-size: 1rem;
}
#accordion h3.ui-state-default::after {
  content: "\f067";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 25%;
  font-size: 1rem;
}
#accordion h3.ui-state-focus {
  outline: none;
}
#accordion h3.ui-state-active::after {
  content: "\f068";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 25%;
  font-size: 1rem;
}
#accordion div.ui-accordion-content {
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 25px;
  border: 0px;
  border-radius: 0px;
  top: 0px;
}
#accordion .ui-widget-content a {
  color: #fd8204 !important;
}
#accordion .ui-widget-content a:hover {
  color: #feb061!important;
}
#accordion .ui-widget-content a.orange-button {
  color: #fff!important;
}
/* ====================== Photo Gallery Styles ====================== */
.photogallery {
  margin-bottom: 50px;
}
.photogallery .photo-list li.photo-list-item {
  float: none;
  padding: 0px;
}
.photogallery .photo-list li.photo-list-item a {
  border: 0px;
  padding: 0px;
}
.photogallery .photo-list li.photo-list-item a img {
  width: 100%;
  height: auto;
}
.photogallery .photo-list .owl-controls .owl-pagination .owl-page span {
  background-color: #edeceb;
  border-radius: 0px;
}
.photogallery .photo-list .owl-controls .owl-pagination .owl-page.active span {
  background-color: #fd8204;
  border-radius: 0px;
}
.photogallery .photo-list .owl-controls .owl-buttons {
  display: none;
}
/*Lightbox Styles*/
#jquery-overlay {
  background-color: rgba(0, 153, 168, 0.85) !important;
}
#jquery-lightbox {
  left: 20%!important;
  width: 60%!important;
}
#jquery-lightbox #lightbox-container-image-box {
  width: 100%!important;
  height: auto!important;
}
#jquery-lightbox #lightbox-container-image-box #lightbox-container-image img {
  width: 100%!important;
  height: auto!important;
}
#jquery-lightbox #lightbox-container-image-data-box {
  width: 100%!important;
}
#jquery-lightbox #lightbox-container-image-data-box #lightbox-container-image-data {
  padding: 0px!important;
}
#jquery-lightbox #lightbox-container-image-data-box #lightbox-container-image-data #lightbox-image-details span {
  font-family: 'Roboto', sans-serif;
  font-size: .75rem;
  color: #786e62;
}
/* Small Screens */
@media screen and (max-width: 600px) {
  .photogallery {
    margin-bottom: 25px;
  }
  #jquery-lightbox {
    left: 5%!important;
    width: 90%!important;
  }
}
/*Owl Default Styles*/
#owl-demo .item {
  margin: 3px;
}
#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}
/* ====================== 404 Page Styling ====================== */
/* ====================== Arbitrary Breakpoints ====================== */
/* Large Screens */
/* Medium Screens */
/* Ipad Portrait Specific (if needed) */
/* Small Screens */
/* XS Screens */
/* ================== Styling Password Protected Login Page =================== */
header.login-view {
  background-color: rgba(0, 153, 168, 0.65);
}
.default-top.login-view {
  display: none;
}
.default-bottom.login-view .ghost-button {
  display: none;
}
.default-main.login-view {
  padding: 310px 0 75px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .default-main.login-view {
    padding: 210px 0 75px;
  }
}
/* Photo Gallery Styling */
#lightbox-container-image-data-box {
  position: relative;
  z-index: 999999;
}
/* ====================== Calendar Template  ====================== */
body.calendar {
  /* Calendar Page Part Styling */
}
body.calendar section.inner-hero {
  height: 320px;
  background: #00b0e5;
}
body.calendar .event-listing-date {
  color: #786e62;
  font-size: 2em;
}
body.calendar tbody {
  margin-top: 30px !important;
  position: relative;
  color: #6A6D70;
  font-size: .75rem;
  font-weight: normal !important;
  padding: 20px 0;
  text-transform: inherit;
}
body.calendar tbody tr:nth-child(1) {
  background: #eff2f4;
  background: -moz-linear-gradient(top, #eff2f4 0%, #e8e6da 100%);
  background: -webkit-linear-gradient(top, #eff2f4 0%, #e8e6da 100%);
  background: linear-gradient(to bottom, #eff2f4 0%, #e8e6da 100%);
  color: #666666!important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eff2f4', endColorstr='#dae2e8', GradientType=0);
}
body.calendar tbody tr:nth-child(1) th {
  color: #786e62;
  font-family: "Roboto", sans-serif;
  font-size: .75rem;
  font-weight: 700 !important;
  padding: 20px 0;
  text-transform: uppercase;
}
.calendar-panel {
  box-shadow: 0 25px 120px rgba(0, 0, 0, 0.1) !important;
}
.events-calendar td {
  background: white;
  border: 1px solid #f5f5fe;
  font-size: 0.85rem;
  height: 120px;
  overflow: hidden;
  padding: 20px;
  text-align: left;
  transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
  transition: all 0.3s cubic-bezier(0.33, 2, 0.8, 1);
}
.events-calendar td:hover {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  background: #eff2f4;
  box-shadow: 0 25px 120px rgba(0, 0, 0, 0.1) !important;
  transform: scale(1.05);
  transition: -webkit-transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
  transition: transform 0.3s cubic-bezier(0.33, 2, 0.8, 1);
}
.event-module select {
  background: #fff;
  width: auto;
  border: 0;
  padding: 10px;
  height: 35px;
  border-radius: 0;
  margin-top: 10px!important;
  margin-bottom: 10px!important;
  margin-left: 5px!important;
  -webkit-box-shadow: 0 0 4px rgba(34, 34, 34, 0.2);
  -moz-box-shadow: 0 0 4px rgba(34, 34, 34, 0.2);
  box-shadow: 0 0 4px rgba(34, 34, 34, 0.2);
}
.event-module div.calendar-controls input.index-today {
  width: inherit;
  padding: 8px 14px!important;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  background: transparent;
  color: #fd8204!important;
  text-transform: uppercase;
  border: 1px solid #ddd;
  margin-left: 30px;
}
.event-module div.calendar-controls input.index-today:hover {
  background: #c6ced3;
  color: white!important;
}
@media (max-width: 600px) {
  .event-module div.calendar-controls input.index-today {
    margin-left: 0;
  }
}
.event-module div.calendar-controls span.current-month {
  margin: 0 5px;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #786e62;
  font-size: 1.3em;
}
.event-module div.calendar-controls span.monthyear-jumper {
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.event-module div.calendar-controls span.monthyear-jumper select {
  margin: 0 6px 0 0;
  font-family: "roboto", sans-serif;
  font-size: 1.4em;
}
.event-module div.calendar-controls span.monthyear-jumper input.jumper-button {
  margin: 0;
  padding: 0!important;
  height: 33px;
  width: 48px;
}
@media (max-width: 620px) {
  .event-module div.calendar-controls {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .event-module div.calendar-controls span.monthyear-jumper {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px 0 0 0;
  }
}
/*-- hide month / year filter options on calendar view --*/
.jumper-months,
.jumper-years {
  display: none;
}
/* Applies to div containing events marked as "all day" their the hover state */
.all-day-event {
  background-color: transparent;
  margin-bottom: 2px;
  cursor: pointer;
  padding: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  color: lightblue;
}
.all-day-event a,
.all-day-event a:link,
.all-day-event a:visited,
.all-day-event a:hover {
  color: lightblue;
  font-size: 10px;
  line-height: 12px;
}
.all-day-event:hover {
  background-color: #f4f2f2;
}
.partial-day-event:hover {
  text-decoration: none;
}
.events-calendar img.sw-events-detail-list-event-image {
  max-width: 60%;
  margin: 0 auto;
  text-align: center;
  display: none;
  padding-bottom: 5%;
}
.featured-events {
  background-color: #eee;
  text-align: initial;
}
.featured-events h5 {
  font-size: 2.5em;
  padding: 35px 0 0;
  color: #786e62;
  text-align: center;
}
.featured-events img {
  width: 20%;
  max-width: 100%;
  height: auto!important;
  margin: 20px 1% 25px 1%;
}
@media (max-width: 600px) {
  .featured-events img {
    max-width: 95%!important;
    height: auto!important;
    display: inline-block !important;
    margin: 10px 2%;
  }
}
.cal-display-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: "roboto", sans-serif;
}
a.cal-display-type {
  min-width: 150px;
  text-align: center;
  background: #c6ced3;
  color: white!important;
  line-height: 3;
  border-radius: 20pt;
  padding: 0.85em 2.5em!important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1em;
}
@media (max-width: 600px) {
  a.cal-display-type {
    font-size: 0.7rem;
    letter-spacing: 0px;
    width: 100%;
  }
}
a.cal-display-type.active {
  background: #fd8204;
}
a.cal-display-type.active:hover {
  background: #e67502;
}
a.cal-display-type:hover {
  background: #e67502;
}
a.cal-display-type:nth-child(1) {
  border-radius: 0;
}
a.cal-display-type:nth-child(2) {
  border-radius: 0;
  margin-left: 15px;
}
body.calendar form[action^="./default.aspx?p=138288&more="] .event-module .sw-calendar-wrapper .list-panel img {
  display: none;
}
