/*
Theme Name: Storm King
Version: 1.0
*/

/* GENERAL */
body {
    font-family: "neuzeit-grotesk","Arial",sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.7px;
    position: relative;
}
a:focus,
*:focus {
    outline: none;
}
.container {
    min-width: 320px;
}
input[type="text"]::-ms-clear,
input[type="search"]::-ms-clear {
    display: none;
}
input[type="text"],
input[type="search"] {
    -webkit-appearance: none;
    border-radius: 0;
}

/* HEADER */
#main-header {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    height: 100%;
    width: 262px;
    z-index: 30;
    overflow-y: auto;
}
#main-header .inner {
    padding: 25px
}
#main-header .logo {
    display: block;
    font-size: 0;
    line-height: 0;
    width: 152px;
    height: 38px;
    margin-top: 7px;
    margin-bottom: 32px;
}
#main-header .logo svg {
    width: 152px;
    height: 38px;
}
#main-header .main-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#main-header .main-menu ul li {
    margin-bottom: 12px;
}
#main-header .main-menu ul li a {
    font-size: 19px;
    line-height: 19px;
    display: inline;
    color: #000;
    position: relative;
    border-bottom: 2px solid transparent;
}
#main-header .main-menu ul li.current-menu-item > a,
#main-header .main-menu ul li a:hover,
#main-header .main-menu ul li a:active,
#main-header .main-menu ul li a:focus {
    text-decoration: none;
    border-bottom: 2px solid #000;
}
#main-header .main-menu ul.sub-menu {
    padding-left: 20px;
    padding: 0 0 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: all 300ms ease;
}
#main-header .main-menu ul.sub-menu li:first-child {
    padding-top: 12px;
}
#main-header .main-menu ul.sub-menu.active,
#main-header .main-menu li.current-menu-ancestor ul.sub-menu,
#main-header .main-menu li.current-menu-item ul.sub-menu {
    max-height: 400px;
}
.menu-item-has-children {
    position: relative;
}
.menu-item-has-children .submenu-toggle {
    width: 20px;
    height: 20px;
    display: none;
    position: absolute;
    top: 1px;
    right: 0;
    cursor: pointer;
    transition: all 300ms ease;
}
.menu-item-has-children.current-menu-item .submenu-toggle,
.menu-item-has-children.current-menu-ancestor .submenu-toggle,
.menu-item-has-children .submenu-toggle.active {
    transform: rotate(45deg);
}
.menu-item-has-children .submenu-toggle .line.line-horizontal {
    width: 14px;
    height: 2px;
    top: 9px;
    left: 3px;
    display: block;
    background: #000;
    position: absolute;
}
.menu-item-has-children .submenu-toggle .line.line-vertical {
    width: 2px;
    height: 14px;
    left: 9px;
    top: 3px;
    display: block;
    background: #000;
    position: absolute;
}
#main-header .nav-footer {
    padding-top: 40px;
}
#main-header .nav-footer .social ul {
    font-size: 0;
    line-height: 0;
}
#header-mobile-content .search,
#main-header .nav-footer .search {
    position: relative;
    padding-left: 30px;
    margin-bottom: 26px;
}
#header-mobile-content .search .icon,
#main-header .nav-footer .search .icon {
    background: none;
    border: none;
    width: 26px;
    height: 26px;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
}
#header-mobile-content .search .icon svg,
#main-header .nav-footer .search .icon svg {
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
}
#header-mobile-content .search input[type="search"],
#main-header .nav-footer .search input[type="search"],
#main-header .nav-footer .search input[type="text"] {
    width: 100%;
    max-width: 100%;
    background: none;
    height: 26px;
    line-height: 26px;
    border: none;
    border-bottom: 1px solid #989697;
    font-size: 14px;
    padding: 0 26px 0 0;
}
#header-mobile-content .search .search-submit,
#main-header .nav-footer .search .search-submit {
    background: transparent;
    border: none;
    padding: none;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 300ms ease;
    opacity: 0;
    visibility: hidden;
    padding: 0;
}
#header-mobile-content .search .search-submit svg,
#main-header .nav-footer .search .search-submit svg {
    width: 16px;
    height: 16px;
    top: 5px;
    right: 0;
    position: absolute;
}
#header-mobile-content .search .search-submit.active,
#main-header .nav-footer .search .search-submit.active {
    opacity: 1;
    visibility: visible;
}
#header-mobile-content .copyright,
#main-header .nav-footer .copyright {
    font-size: 12px;
    line-height: 24px;
}
#header-mobile-content .secondary-menu,
#main-header .nav-footer .secondary-menu {
    margin-bottom: 32px;
}
#header-mobile-content  .secondary-menu ul,
#main-header .nav-footer .secondary-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}
#header-mobile-content  .secondary-menu ul li,
#main-header .nav-footer .secondary-menu ul li {
    display: block;
    line-height: 20px;
}
#header-mobile-content .secondary-menu ul li a:link,
#header-mobile-content .secondary-menu ul li a:visited,
#main-header .nav-footer .secondary-menu ul li a:link,
#main-header .nav-footer .secondary-menu ul li a:visited {
    font-size: 12px;
    line-height: 20px;
    color: #000;
}
#header-mobile-content .secondary-menu ul li.current-menu-item a:link,
#header-mobile-content .secondary-menu ul li.current-menu-item a:visited,
#main-header .nav-footer .secondary-menu ul li.current-menu-item a:link,
#main-header .nav-footer .secondary-menu ul li.current-menu-item a:visited {
    text-decoration: underline;
}
.social ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}
.social ul li {
    display: inline-block;
    margin-right: 10px;
}
.social ul li a:link,
.social ul li a:visited {
    display: block;
    font-size: 0;
    line-height: 0;
}
.social ul li a svg {
    width: 20px;
    height: 20px;
}
.social ul li a.email svg {
    width: 28px;
}
#header-mobile {
    height: 68px;
    position: absolute;
    z-index: 30;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
#header-mobile .top {
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    padding: 14px 0;
    position: relative;
    z-index: 30;
}
#header-mobile.content-under .top {
    background: #fff;
}
#header-mobile .logo {
    float: right;
    height: 40px;
    font-size: 0;
}
#header-mobile .logo svg {
    width: 158px;
    height: 40px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
#header-mobile.header-white:not(.active) .logo svg path.fill-me {
    fill: #fff;
}
#header-mobile-content-trigger {
    float: left;
    width: 38px;
    height: 34px;
    border: 1px solid transparent;
    margin-top: 3px;
    text-align: center;
    cursor: pointer;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    position: relative;
    left: -5px;
}
#header-mobile-content-trigger.active {
    border-color: #000;
}
#header-mobile-content-trigger svg {
    width: 28px;
    height: 22px;
    margin-top: 5px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.header-white:not(.active) #header-mobile-content-trigger svg path {
    fill: #fff;
}
#header-mobile-content {
    position: fixed;
    top:0;
    left: 0;
    position: fixed;
    overflow: auto;
    background: #fff;
    z-index: 26;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 68px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    opacity: 0;
    visibility: hidden;
}
#header-mobile-content.active {
    opacity: 1;
    visibility: visible;
}
#header-mobile-content .main-menu {
    margin-bottom: 110px;
}
#header-mobile-content .main-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#header-mobile-content .main-menu ul li {
    line-height: 30px;
}
#header-mobile-content .main-menu ul li a:link,
#header-mobile-content .main-menu ul li a:visited {
    font-size: 19px;
    line-height: 34px;
    color: #000;
    position: relative;
    display: inline-block;
}
#header-mobile-content .main-menu ul li a:after {
    content:'';
    height: 2px;
    width: 100%;
    background: #000;
    display: block;
    position: absolute;
    bottom: 4px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    left: 0;
    opacity: 0;
}
#header-mobile-content .main-menu ul li a:hover,
#header-mobile-content .main-menu ul li a:active,
#header-mobile-content .main-menu ul li a:focus {
    text-decoration: none;
}
#header-mobile-content .main-menu ul li.current-menu-item > a:after,
#header-mobile-content .main-menu ul li a:hover:after,
#header-mobile-content .main-menu ul li a:active:after,
#header-mobile-content .main-menu ul li a:focus:after {
    opacity: 1;
}
#header-mobile-content .main-menu ul .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: all 300ms ease;
    padding-left: 20px;
}
#header-mobile-content .main-menu ul .sub-menu.active,
#header-mobile-content .main-menu ul li.current-menu-ancestor .sub-menu,
#header-mobile-content .main-menu ul li.current-menu-item .sub-menu {
    max-height: 400px
}
#header-mobile-content .social {
    padding-bottom: 30px;
}
#header-mobile-content .menu-item-has-children .submenu-toggle {
    top: 7px;
    display: block;
}

/* HOME */
.page-template-template-home #main-content {
    padding-left: 0 !important;
}
#home-slideshow .slick-list,
#home-slideshow .slick-list .slick-track,
#home-slideshow .slick-list .slick-track .slide,
#home-slideshow .slick-list .slick-track .slide .container {
    height: 100%;
    z-index: 1;
    position: relative;
}
#home-slideshow .slick-list .slick-track .slide.slide-image {
    background: #000;
}
#home-slideshow .slick-list .slick-track .slide.slide-image img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    left: 578px;
}
#home-slideshow .slick-list .slick-track .slide.slide-background {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#home-slideshow .slick-list .slick-track .slide .slide-content {
    background: #000;
    width: 400px;
    padding: 25px;
    margin-left: 262px;
    float: left;
    position: relative;
    z-index: 10;
}
#home-slideshow .slick-list .slick-track .slide .slide-content h2 {
    color:#fff;
    font-size: 23px;
    line-height: 30px;
    margin: 0;
}
#home-slideshow .slick-list .slick-track .slide .slide-content h2 a {
    color: inherit;
    text-decoration: none;
    display: block;
    padding:10px 0 0 0;
}
#home-slideshow .slick-list .slick-track .slide .slide-content p {
    color:#fff;
    font-size: 23px;
    line-height: 30px;
    color: #989898;
    margin: 0;
}
#home-slideshow .slick-list .slick-track .slide .slide-content p a {
    color: inherit;
    display: block;
    text-decoration: none;
    padding-bottom: 30px;
}
#home-slideshow .slick-list .slick-track .slide .slide-content p:last-of-type a {
    padding-bottom: 0;
}
#home-slideshow .slick-list .slick-track .slide .slide-content p.extra-info {
    font-size: 12px;
    line-height: 16px;
}
#home-slideshow .slick-list .slick-track .slide .slide-content p.extra-info a {
    color: inherit;
    display: block;
    text-decoration: none;
}
#home-slideshow .slick-list .slick-track .slide .slide-content .icon svg {
    height: 15px;
    width: 9px;
    position: relative;
    top: 3px;
}
#home-slideshow .slick-list .slick-track .slide .slide-content .slideshow-controls {
    padding: 30px 0 0 0;
    line-height: 0;
}
#home-slideshow .slick-list .slick-track .slide .slide-content .slideshow-controls .control {
    padding: 0;
    border: none;
    background: #979797;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    cursor: pointer;
}
#home-slideshow .slick-list .slick-track .slide .slide-content .slideshow-controls .control.active {
    background: #ffffff;
}
#home-slideshow .slick-arrow {
    position: absolute;
    top: 0;
    z-index: 30;
    width: 34px;
    height: 34px;
    font-size: 0;
    font-weight: 0;
    background-color: rgba(0,0,0,0.3);
    cursor: pointer;
}
#home-slideshow .slick-arrow svg {
    width: 12px;
    height: 21px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    margin-top: -10px;
}
#home-slideshow .slick-arrow.slick-next {
    right: 20px;
}
#home-slideshow .slick-arrow.slick-prev {
    right: 57px;
}

/* CONTENT */
#main-background {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
}
#main-background-link {
    position: fixed;
    z-index: 20;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
}
#main-content {
    padding-left: 262px;
    overflow:hidden;
    position: relative;
    z-index: 1;
}
#main-content .content {
    padding: 25px;
    background: #fff;
}
#main-content .content.content-narrow {
    width: 400px;
}
#main-content .content.content-large {
    width: 600px;
}
#main-content .content h1 {
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}
#main-content .content a:link,
#main-content .content a:visited {
    color: inherit;
    text-decoration: underline;
}
#main-content .content a.url:link,
#main-content .content a.url:visited {
      overflow-wrap: break-word;
      word-wrap: break-word;
      -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
      -ms-hyphens: auto;
      -moz-hyphens: auto;
      -webkit-hyphens: auto;
      hyphens: auto;
}
#main-content .content a:hover,
#main-content .content a:active {
    text-decoration: none;
}
#main-content .content .light {
    color: #959595;
}
#main-content .content p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 30px 0;
}
#main-content .content p.small {
    font-size: 12px;
    line-height: 16px;
}
#main-content .content p.large {
    font-size: 23px;
    line-height: 30px;
}
#main-content .content p:last-child {
    margin: 0;
}
#main-content .content ul {
    padding-left: 15px;
    margin: 0 0 30px 0;
}
#main-content .content ul.no-style {
    padding-left: 0;
    list-style: none;
}
#main-content .content ul li p {
    margin-bottom: 30px !important;
}
#main-content .content ul li:last-child p {
    margin-bottom: 30px !important;
}
#main-content .content hr {
    margin: 0 0 30px 0;
    border-color: #c7c7c7;
}
#main-content .content hr.clear {
    clear: both;
}
#main-content .content img.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
    max-width: 100%;
    height: auto;
}
#main-content .alignnone {
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}
#main-content .alignnone:last-child {
    margin-bottom: 0;
}
#main-content .logos .logo {
    margin-bottom: 30px;
    text-align: center;
}
#main-content .logos .logo img {
    max-width: 100%;
    height: auto;
}

/* IN THE NEWS */

.decorated-heading {
    margin: 0 0 15px 0;
    padding: 12px 0 0 0;
    border-top: 1px solid #c7c7c7;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
}
.in-the-news h3 {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    margin: 0 0 6px 0;
}
.news-items {
    margin-bottom: 30px;
}
.sidebar .news-items:last-child {
    margin-bottom: 0;
}
.news-items .news-item {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    margin: 0 0 6px 0;
}
.news-item a:link,
.news-item a:visited {
    color: inherit;
    text-decoration: none !important;
}
.news-item a:hover,
.news-item a:active {
    text-decoration: underline !important;
}

/* PLAN YOUR VISIT */

.accordion {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 30px;
}
.accordion .ui-accordion-header {
    border-top: 1px solid #e9e9e9;
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 40px 10px 0;
    cursor: pointer;
    position: relative;
}
.accordion .ui-accordion-header.not-uppercase {
    text-transform: none;
}
.accordion .ui-accordion-header .ui-accordion-header-icon {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 0;
}
.accordion .ui-accordion-header .ui-accordion-header-icon:before {
    width: 14px;
    height: 2px;
    background:#000;
    content: '';
    top: 50%;
    margin-top: -1px;
    position: absolute;
    left: 8px;
    display: block;
}
.accordion .ui-accordion-header .ui-accordion-header-icon:after {
    width: 2px;
    left: 50%;
    height: 14px;
    margin-left: -1px;
    background: #000;
    content: '';
    position: absolute;
    top: 8px;
}
.accordion .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon:after {
    display: none;
}
.accordion .ui-accordion-content p:last-child {
    margin-bottom: 30px !important;
}

/* MEMBERSHIP */
.membership {
    font-size: 0;
    line-height: 0;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.membership .next:link,
.membership .next:visited {
    float: right;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none !important;
}
.membership .next svg {
    height: 18px;
    width: 18px;
    position: relative;
    top: 2px;
}
.accordion-membership ul {
    list-style: none;
    padding-left: 0 !important;
}
.accordion-membership ul li {
    padding-left: 15px;
    position: relative;
}
.accordion-membership ul li:before {
    content: '\2014 ';
    position: absolute;
    top: 0;
    left: 0;
}

/* SEARCH */

#search form {
    padding-right: 40px;
    position: relative;
    margin-bottom: 40px;
}
#search form .search-field {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0;
    width: 100%;
    max-width: 100%;
    border: none;
    border-bottom: 2px solid #020202;
    font-size: 23px;
}
#search form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
}
#search form .search-submit.active {
    opacity: 1;
    visibility: visible;
}
#search form .search-submit svg {
    height: 26px;
    width: 26px;
    position: absolute;
    top: 7px;
    left: 7px;
}
#search .search-results-count {
    font-size: 23px;
    color: #a4a4a4;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #c8c8c8;
}
#search .search-results .result h2 {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    font-weight: bold;
}
#search .search-results .result h2 a:link,
#search .search-results .result h2 a:visited {
    text-decoration: none;
}
#search .search-results .result strong {
    font-weight: normal;
}
#search .search-results .result {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #c8c8c8;
}
#search .search-results .result:last-child {
    margin: 0;
    padding: 0;
    border-bottom: 0;
}
#search .search-results .result .read-more {
    position: relative;
    top: 2px;
}
#search .search-results .result .read-more svg {
    height: 15px;
    width: 9px;
}
#search .search-results .result .read-more.with-text {
    height: 30px;
    line-height: 30px;
}
#search .search-results .result .read-more.with-text svg {
    position: relative;
    top: 3px;
}

/* EVENTS */

.em-calendar {
    width: 100%;
    border-spacing: 1px;
    margin-bottom: 30px;
}
.em-calendar tr td {
    background: #eee;
    border: 1px solid #fff;
    line-height: 16px;
    padding: 10px 8px;
}
.em-calendar tr td.eventful,
.em-calendar tr td.eventful-pre,
.em-calendar tr td.eventful-post,
.em-calendar tr td.eventful-today {
    padding: 0;
}
.em-calendar tr td.eventful a,
.em-calendar tr td.eventful-pre a,
.em-calendar tr td.eventful-post a,
.em-calendar tr td.eventful-today a {
    text-decoration: underline !important;
    padding: 6px;
    display: block;
    color: #000;
}
.em-calendar tr td.eventless-today,
.em-calendar tr td.eventful-today {
    background: #000;
    color: #fff;
}
.em-calendar tr td.eventful-today a {
    color: #fff;
}
.em-calendar thead tr td {
    background: #fff;
    font-size: 16px;
    font-weight: normal;
    padding: 15px 6px;
}
.em-calendar thead .em-calnav {
    font-size: 0;
    width: 20px;
    height: 20px;
    display: block;
    position: relative;
    text-decoration: none;
}
.em-calendar thead .em-calnav:before {
    width: 20px;
    height: 20px;
    position: absolute;
    display: block;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
}
.em-calendar thead .em-calnav.em-calnav-prev {
    float: right;
}
.em-calendar thead .em-calnav.em-calnav-prev:before {
    content: '\003c';
}
.em-calendar thead .em-calnav.em-calnav-next {
    float: left;
}
.em-calendar thead .em-calnav.em-calnav-next:before {
    content: '\003e';
}
.em-events-search.css-search {
    border: none;
    padding: 0;
}
.em-events-search.css-search label {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
    display: block !important;
}
.em-events-search.css-search.has-advanced .em-search-main {
    padding-bottom: 0;
    margin-bottom: 30px;
    border-bottom: 0;
}
.em-events-search.css-search.has-advanced .em-search-main div {
    display: block;
}
.em-events-search.css-search.has-advanced .em-search-main .em-search-text {
    background: none;
    padding: 0;
    margin: 0;
}
.em-events-search.css-search.has-advanced .em-search-main .em-search-text input[type="text"] {
    background: #eee;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    width: 100%;
}
.em-events-search.css-search.has-advanced .em-search-main .em-search-category {
    padding: 0;
    margin: 0 0 30px 0;
}
.em-events-search.css-search.has-advanced .em-search-main .em-search-category select {
    background: #eee;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    width: 100%;
    border: none;
}
.em-events-search.css-search.has-advanced .em-search-advanced,
.em-events-search.css-search.has-advanced .em-search-advanced .em-search-field {
    padding: 0;
}
.em-events-search.css-search.has-advanced .em-search-advanced .em-date-range {
    display: block;
}
.em-events-search.css-search.has-advanced .em-search-advanced .em-date-range label {
    min-width: 48px;
}
.em-events-search.css-search.has-advanced .em-search-advanced .em-date-range input[type="text"] {
    background: #eee;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border: 0;
    width: 90px;
}
.em-events-search.css-search.has-advanced .em-search-advanced .em-date-range .range-row {
    margin-bottom: 15px;
}
.em-events-search.css-search.has-advanced .em-search-advanced .em-date-range .range-row:last-child {
    margin-bottom: 30px;
}
.em-events-search.css-search .em-search-submit {
    height: 30px;
    line-height: 30px;
    background: #000;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 10px;
    border: 0;
    display: inline-block;
    letter-spacing: 1.1px;
}
.em-events-search.css-search .em-search-reset {
    height: 30px;
    line-height: 30px;
    background: #000;
    color: #fff !important;
    font-size: 13px;
    text-decoration: none !important;
    text-transform: uppercase;
    padding: 0 10px;
    border: 0;
    display: inline-block;
    margin-left: 5px;
}
.ui-datepicker select {
    color: #000;
    font-family: "neuzeit-grotesk",​"Arial",​sans-serif;
}
.page-template-template-calendar #main-content .content {
    padding-top: 0;
}
.page-template-template-calendar #main-content .content h1.stuck {
    padding-top: 25px;
    margin-bottom: 0;
    padding-bottom: 30px;
    background: #fff;
}
.events-table ul {
    border-bottom: 1px solid #fff;
    padding: 0 !important;
    list-style: none;
    margin: 0 !important;
    background: #eee;
}
.events-table ul li {
    padding: 10px 8px;
    font-size: 16px;
    float: left;
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.events-table .table-header ul {
    background: #fff;
}
.events-table .table-header ul li {
    padding: 15px 8px;
    text-transform: uppercase;
}
.events-table ul li.date {
    width: 12%;
}
.events-table ul li.time {
    width: 22%;
}
.events-table ul li.event {
    width: 66%;
}
.events-table ul li .small-display {
    display: none;
}
.events-table a:link,
.events-table a:visited {
    text-decoration: none !important;
    display: inline-block;
}
.events-table a:hover,
.events-table a:active {
    text-decoration: underline !important;
}
.single-event .event-title {
    margin: 0;
    font-size: 23px;
    line-height: 30px;
}
.single-event .event-date-time {
    font-size: 23px;
    line-height: 30px;
    color: #b8b8b8;
    margin-bottom: 20px;
}
.single-event .event-categories {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}
.single-event .content a:link,
.single-event .content a:visited {
    color: #000 !important;
}
.single-event .content img {
    max-width: 100%;
    height: auto;
}
.single-event .content table {
    border: 1px solid #eee;
    margin: 0 0 15px;
    text-align: left;
    width: 100%;
}
.single-event .content table:not(.em-calendar) tr td {
    padding: 6px 12px;
    vertical-align: top;
}
.calendar-nav .button {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    position: relative;
    padding-left: 50px;
    cursor: pointer;
}
.calendar-nav .button .icon {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
    background: #eee;
}
.calendar-nav .button .icon svg {
    height: 13px;
    width: 24px;
    position: absolute;
    top: 11px;
    left: 6px
}
.calendar-nav .button.button-down .icon svg {
    bottom: 11px;
    top: auto;
}
.calendar-nav .button.button-up {
    margin-bottom: 15px;
}
.calendar-sidebar {
    float: right;
}

#ui-datepicker-div {
    background: #eee;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 10px 10px 68px -14px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 68px -14px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 68px -14px rgba(0,0,0,0.75);
}
#ui-datepicker-div .ui-widget-header {
    background: #000;
    border: none;
    border-radius: 0;
}
#ui-datepicker-div .ui-datepicker-calendar td {
    padding: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
    background: url(images/left-arrow.png) no-repeat center;
    background-size: 14px auto;
    border: none;
    border-radius: 0;
    top: 4px;
    left: 0;
    cursor: pointer;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
    background: url(images/right-arrow.png) no-repeat center;
    background-size: 14px auto;
    border: none;
    border-radius: 0;
    top: 4px;
    right: 0;
    cursor: pointer;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev .ui-icon,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next .ui-icon {
    display: none;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-default {
    background: #eee;
    border: 0;
    text-align: center;
    font-weight: normal;
    color: #000;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-default:hover {
    text-decoration: underline;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-default.ui-state-highlight {
    background: #000;
    color: #fff;
}


/* Pop Up */
.popup-load {
    background: #fff;
    padding: 10px;
    max-width: 800px;
    height: auto;
    margin: 20px auto;
}
.popup-load .inner {
    padding: 10px;   
}

.popup-image,
.popup-content {
    width: 50%;
    float: left;
}
popup-content-full-width {
    width: 100%;
}

.popup-image img {
    width: 100%;
    height: auto;
}

.popup-button {
    clear: both;
    width: 100%;
    background: #000;
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer
}
.popup-button a {
    color: #fff;
}
.mfp-close-btn-in .mfp-close {
    display: none;
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.45s ease-out;
  -moz-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}


/* RESPONSIVE */
@media screen and ( min-width: 992px ) {
    #home-slideshow .slick-list .slick-track .slide .container {
        width: auto;
        padding: 0;
    }
}
@media screen and ( max-width: 1400px ) {
    #main-header {
        width: 220px;
    }
    #main-content {
        padding-left: 220px;
    }
    #home-slideshow .slick-list .slick-track .slide .slide-content {
        margin-left: 220px;
    }
    .calendar-nav .button,
    .events-table ul li {
        font-size: 14px;
    }
    .events-table ul li.date {
        width: 16%;
    }
    .events-table ul li.time {
        width: 26%;
    }
    .events-table ul li.event {
        width: 58%;
    }
}
@media screen and ( max-width: 991px ) {
    #main-content .content {
        width: 100% !important;
    }
    #main-background-link {
        display: none;
    }
    .mobile-container {
        width: 692px;
        margin: 0 auto;
        min-width: 320px;
        padding-bottom: 60px;
    }
    #main-content .content {
        padding: 15px;
    }
    #main-content.no-background-image .content {
        padding: 15px 0;
    }
    #main-content {
        padding-top: 68px;
    }
    .page-template-template-home #main-content {
        padding-top: 0;
    }
    #home-slideshow .slick-arrow {
        display: none !important;
    }
    #home-slideshow .slick-list .slick-track .slide {
        overflow: auto;
    }
    #home-slideshow .slick-list .slick-track .slide.slide-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }
    #home-slideshow .slick-list .slick-track .slide .slide-content {
        margin-left: 0;
        margin-top: 86px;
        position: relative;
        z-index: 20;
        margin-bottom: 40px;
    }
    #main-content {
        padding-left: 0;
    }
}
@media screen and ( max-height: 900px ) {
    #main-header .logo {
        margin-bottom: 26px;
    }
    #main-header .main-menu ul li {
        margin-bottom: 6px;
    }
    #main-header .main-menu ul li a {
        font-size: 17px;
        line-height: 17px;
    }
    #main-header .main-menu ul.sub-menu li:first-child {
        padding-top: 6px;
    }
    #main-header .nav-footer .secondary-menu {
        margin-bottom: 20px;
    }
    .em-events-search.css-search.has-advanced .em-search-main,
    .em-calendar,
    .em-events-search.css-search.has-advanced .em-search-main .em-search-category,
    .em-events-search.css-search.has-advanced .em-search-advanced .em-date-range .range-row:last-child {
        margin-bottom: 10px;
    }
}
@media screen and ( max-height: 700px ) {
    #main-header .main-menu ul.sub-menu li:first-child {
        padding-top: 5px;
    }
    #main-header .main-menu ul li {
        margin-bottom: 5px;
        line-height: 20px;
    }
    #main-header .main-menu ul li a {
        font-size: 15px;
        line-height: 15px;
    }
    #main-header .nav-footer .search {
        margin-bottom: 10px;
    }
    #main-content .content p.large,
    #home-slideshow .slick-list .slick-track .slide .slide-content p,
    #home-slideshow .slick-list .slick-track .slide .slide-content h2 {
        font-size: 18px;
        line-height: 25px
    }
    #home-slideshow .slick-list .slick-track .slide .slide-content .icon svg {
        width: 7px;
        height: 12px;
        top: 1px;
    }
    #main-content .content h1,
    .accordion .ui-accordion-header,
    #main-content .content p {
        font-size: 14px;
        line-height: 20px;
    }

}
@media screen and ( max-width: 767px ) {
    .mobile-container {
        width: auto;
        padding: 0 30px 30px 30px;
    }
    #home-slideshow .slick-list .slick-track .slide .slide-content {
        padding: 15px;
        width: auto;
        max-width: 260px;
    }
    #home-slideshow .slick-list .slick-track .slide .slide-content h2,
    #home-slideshow .slick-list .slick-track .slide .slide-content p {
        font-size: 18px;
        line-height: 24px;
    }
    #home-slideshow .slick-list .slick-track .slide .slide-content p {
        margin-bottom: 15px;
    }
    #home-slideshow .slick-list .slick-track .slide .slide-content p:last-of-type {
        margin-bottom: 0;
    }
    #home-slideshow .slick-list .slick-track .slide .slide-content .slideshow-controls {
        padding-top: 15px;
    }
    .membership input[type="radio"] {
        float: left;
        clear: left;
        position: relative;
        top: 2px;
    }
    .membership label {
        float: left;
        margin-bottom: 10px;
        font-size: 16px;
    }
    .membership .next:link,
    .membership .next:visited {
        font-size: 16px;
        float: left;
        clear: left;
        margin-top: 15px;
    }
    .events-table .table-header {
        display: none !important;
    }
    .events-table ul li.date,
    .events-table ul li.time,
    .events-table ul li.event {
        width: 100%;
    }
    .events-table ul li.date {
        padding-bottom: 0;
    }
    .events-table ul li.event {
        padding-top: 0;
    }
    .events-table ul li.time {
        display: none;
    }
    .events-table ul li .large-display {
        display: none;
    }
    .events-table ul li .small-display {
        display: block;
    }
    #main-content .content img.alignleft {
        display: block;
        float: none;
        margin-bottom: 30px;
    }
    .popup-image, 
    .popup-content {
        width: 100%!important;    
    }
}
@media screen and ( max-width: 480px ) {
    #home-slideshow .slick-list .slick-track .slide .slide-content h2,
    #home-slideshow .slick-list .slick-track .slide .slide-content p {
        font-size: 15px;
        line-height: 20px;
    }
    #main-content .content h1 {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 15px 0;
    }
    #main-content .content p {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 15px 0;
    }
    #main-content .content p.small {
        font-size: 10px;
        line-height: 14px;
    }
    #main-content .content p.large {
        font-size: 16px;
        line-height: 22px;
    }
    #main-content .content ul {
        margin: 0 0 15px 0;
        font-size: 14px;
        line-height: 20px;
        position: relative;
    }
    #main-content .content ul li p {
        margin-bottom: 15px !important;
    }
    #main-content .content ul li:last-child p {
        margin-bottom: 15px !important;
    }
    .accordion .ui-accordion-content p:last-child {
        margin-bottom: 15px !important;
    }
    #main-content .logos .logo,
    .membership {
        margin-bottom: 15px;
    }
}
