@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');


/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/



 /* Add the font family you wish to use. You may need to import it above. */
 /* This affects only headers on the site. Add the font family you wish to use. You may need to import it above. */

 /* sets the dark blue color used throughout the site */
 /* sets the green to be used primarily throughout the site */






 /* sets the roundness of all buttons on the site */



/*****************************************/
/* Start your style declarations here    */
/*****************************************/

a {
    color: #9CDD00;
}
a:hover {
    color: rgba(156, 221, 0, .7);
}
.events-sub-nav {
    background-color: #545454;
    height: 35px;
    -webkit-margin-after: 0;
}

.event-classifications {
    margin-top: 18px;
}
a.classification-link {
    min-height: 122px;
    display: block;
    background-color: #f5f5f5;
    color: #2d2d2d;
    margin-bottom: 30px;
}
.classification-box .icon-box {
    min-height: 122px;
    width: 121px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.classification-box .icon-box-white:after {
    color: #f5f5f5;
}
.icon-box.icon-box-white {
    height: 100%;
}
.classification-box .sn {
    height: 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.classification-box .sn:before {
    color: #f1f1f1;
    font-size: 70px;
}
.classification-box h3 {
    font-size: 28px !important;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 0.4em 0;
    padding: 0.357em 45px 5px 0;
    position: relative;
    display: block;
    min-height: 1.1em;
    line-height: 0.9;
}
.classification-details {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.classification-box h3:after {
    content: '\276f';
    color: #000;
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 18px;
}
.classification-box p {
    font-size: 0.83em;
    margin: 0;
}
a.classification-link:hover .sn:before,
a.classification-link:hover h3:after {
    color: #94d602;
}


.filter-form {
    background-color:#F9F9F9;
    padding: 10px;
}
.event-listing {
    
}
.event-listing [class*="span"] {
    min-height: 0 !important;
}
.event-listing .see-details {
    font-weight: bold;
    text-transform: uppercase;
}
.event-listing .see-details:after {
    content: '\276f';
    color: #a1e30f;
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 18px;
    font-weight: normal;
}
.event-listing a, .event-listing a:hover {
    color: black;
}
.event-listing a:hover .see-details:after {
    color: black;
}
.event-listing a .listing-row {
    background-color: #fff;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    -ms-transition: background-color 300ms ease;
    -o-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    -ms-transition: color 300ms ease;
    -o-transition: color 300ms ease;
    transition: color 300ms ease;
    font-size: 12px;
    min-height: 50px;
    margin: 0px !important;
    padding: 17px 10px;
}
.event-listing:nth-child(odd) a .listing-row {
    background-color: #ebebeb;
}
.event-listing a:hover .listing-row {
    background-color: #a1e30f;
}
.event-name {
    font-weight: bold;
}

.events h1 {
    font-size: 36px;
    line-height: 42px;
}
.events h3 {
    font-size: 24px;
    line-height: 30px;
}
.events h4 {
    font-size: 14px;
    line-height: 18px;
}
.event-page {
    margin-top: 40px;
    margin-bottom: 40px;
}
.event-cost {
    border-bottom: none;
}



.coach-row {
    padding: 15px 0;
}






/************* Mobile Stuff *************/
/*
@media (max-width: 400px) {
    .hero h1 {
        font-size: 60px;
    }
}*/
/*
@media (max-width: 355px) {
    .hero h1 {
        font-size: 50px;
    }
}*/
/*
@media (max-width: 310px) {
    .hero h1 {
        font-size: 40px;
    }
}*/

@media (max-width: 767px) {
    .hero-content {
        text-align: center !important;
    }
}

@media (max-width: 767px) {
    .footer-block {
        padding: 15px 0;
    }
}

@media (max-width: 850px) {
    .internal-home .white-bg p img {
        float: none !important;
        margin: 0 auto !important;
        text-align: center !important;
    }
}

@media (max-width: 400px) {
    /*.internal-home .whats-your-goal h3:before {
        display: none !important;
    }
    .internal-home .whats-your-goal h3:after {
        display: none !important;
    }*/
    .internal-home .what-goal .whats-your-goal h3 {
        width: auto;
    }
    .cta-groups a.transparent-border-green-cta {
        width: auto;
    }
}
.footer .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 8px 20px;
}
.footer .address p, .footer .address a {
    line-height: 26px;
}

.social-links a {
    font-family: 'socialmedia';
    color: white;
}
ul.sm {
    padding-left: 0;
    float: left;
}
ul.sm li {
    background: #1C1C1C;
    float: left;
    font-size: 18px;
    height: 30px;
    width: 30px;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    -ms-transition: background-color 300ms ease;
    -o-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    cursor: pointer;
    list-style: none;
}

.content-section form input[type="submit"], .content-section form a.hs-button {
      background: black;
    padding: 8px 50px 8px 20px;
    color: #9CDD00;
    border: 3px solid #9CDD00;
    position: relative;
    text-shadow: none;
      text-transform: uppercase;
    font-family: 'bebas-neue', sans-serif, sans-serif;
    font-size: 24px;
}

.content-section form label {

}

.content-section form input:not([type="submit"]), .content-section form select, .content-section form textarea {
  border: 1px solid #aaa;
    box-shadow: 0 1px 0 #fff inset;
    border-radius: 5px;
    background-color: #eee;
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 37px;
    line-height: 26px;
    padding: 5px 0 3px 8px;
    color: #858585;
    background-color: #f5f5f5;
}
.content-section form select {

}
.input ul {
  list-style: none;
}
.input ul li {

}
.input ul li label input {
  padding-right:20px;
}
.content-section form label {
  height:22px;
}
.content-section form input[type="checkbox"] {
  height:16px;
  margin-right:8px;
}


ul.sm li:hover {
    background-color: #A1E30F;
}
ul.sm li:hover a span,
ul.sm li:hover a span:before,
ul.sm li:hover a span:after {
    color: #111;
}
ul.sm li {
    margin: 0 0 0 8px;
}
ul.sm a {
    text-decoration: none;
    border: none;
    display: block;
    cursor: pointer;
    border-bottom: none!important;
    height: 100%;
}
ul.sm li span {
    display: block;
    color: #FFF;
    padding: 5px 0;
    text-align: center;
    vertical-align: center;
}

.content-section .social-icon-facebook {
    background-color: #3b5a99;
}
.content-section .social-icon-instagram {
    background-color: #2f689b;
}
.content-section .social-icon-youtube {
    background-color: #ce322e;
}
.content-section .social-icon-twitter {
    background-color: #25a8e0;
}
.content-section ul.sm li {
    font-size: 31px;
    height: 45px;
    width: 45px;
}
.content-section ul.sm li:hover a span,
.content-section ul.sm li:hover a span:before,
.content-section ul.sm li:hover a span:after {
    color: white;
}
.content-section .social-links {
    line-height: 1.15;
}
/*
.content-section .ul.sm li:hover a span,
.content-section ul.sm li:hover a span:after {
    opacity: .8;
}
.content-section ul.sm li:hover {
    background: none;
}*/
@media all and (min-width: 768px) and (max-width: 1030px) {
    .footer {
        position: relative;
    }
    .footer .social-links {
        width: auto;
        margin-left: 0;
        position: absolute;
        top: 51px;
        right: 4%;
    }
}
#calendar {
    padding: 30px 0;
}
.event-listing-container {
    padding-bottom; 30px;
}
.view-switch-container button,
.filter-form input[type="submit"] {
    padding: 10px 18px;
    border: 2px solid #a1e30f;
    background-color: #1e1e1e;
    color: #a1e30f;
    cursor: pointer;
}
.view-switch-container button:hover,
.filter-form input[type="submit"]:hover {
    border: 2px solid #1e1e1e;
    background-color: #a1e30f;
    color: #1e1e1e;
}
/*sn event calendar module*/
.view-switch-container {
        margin-top: 93.24px;
}
.gender-form-field {
    display: none !important;
}
.mega-menu {
    padding: 30px 0;
    /*display: none !important;*/
    transition: height .3s, display .3s;
}
.mega-menu.mega-menu-hidden {
    display: none;
}
.mega-menu.active-menu {
  /*  display: block !important;*/
}
.mega-menu-panel ul {
    float: left;
    padding-left: 0;
    padding-top: 10px;
}
.mega-menu-panel li {
    list-style: none;
}
.mega-menu-panel li,
.mega-menu-panel a {
    font-family: 'Noto Sans', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
}
.mega-menu-panel .title-bb,
.mega-menu-tabs a,
.promo-nav a,
.mega-menu-small-menu a{
    font-family: 'bebas-neue', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 22px;
}
.mega-menu-small-menu a {
    padding: 3.5px 20px !important;
}

.mega-menu-tabs a:hover,
.mega-menu-panel a:hover,
.mega-menu-small-menu a:hover{
   color: #9CDD00;
   text-decoration: none;
}
.mega-menu .title-bb {
    padding-bottom: 10px;
    border-bottom: 1px solid #9CDD00;
}
.mega-menu-panel li {
    padding: 3.5px 0;
}
.mega-menu .mega-menu-panel {
    display: none;
    padding-top: 30px;
    margin-left: 0 !important;
}

.mega-menu .mega-menu-panel#panel-1 {
    display: block;
}

.mega-menu-tabs li {
    list-style: none;
    float: left;
    margin-right: 30px;
}
.mega-menu-tabs ul {
    padding-left: 0;
}
.mega-menu-tabs {
    padding-bottom: 15px;
    border-bottom: 1px solid #9CDD00;
    margin-bottom: 15px;
}
@media all and (max-width: 1024px) {
    ul.subnav {
        width: 100%;
    }
}
@media all and (min-width: 1025px) {
    ul.subnav {
        width: 42%;
    }
}
.mega-menu-panel .corportate-sponsors {
    width: 100%;
}
.mega-menu-panel .corporate-sponsors li {
    float: left;
    margin-right: 30px;
}
.mega-menu-button i {
    position: relative;
    width: 30%;
    height: 4px;
    background: #9CDD00;
    display: block;
    margin-left: -15%;
    left: 50%;
}
.mega-menu-button i:before,
.mega-menu-button i:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 4px;
    background: #9CDD00;
}

.mega-menu-button i:before {
    top: -8px;
}

.mega-menu-button i:after {
    top: 8px;
}
.mega-menu-button {
    position: relative;
    top: 22px;
}
.mega-menu-button-container {
    display: block;
    height: 45px;
    width: 70%;
    cursor: pointer;
}
.mega-menu-button-container,
.mega-menu-button-container i,
.mega-menu-button-container i:before,
.mega-menu-button-container i:after {
    -webkit-transition: background .2s;
    -moz-transition: background .2s;
    -ms-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
}
.mega-menu-button-container:hover,
.mega-menu-button-container:hover i,
.mega-menu-button-container:hover i:before,
.mega-menu-button-container:hover i:after {
    background: #9CDD00;
    /*
    -webkit-transition: background .2s;
    -moz-transition: background .2s;
    -ms-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;*/
}

.mega-menu-button-container:hover i,
.mega-menu-button-container:hover i:before,
.mega-menu-button-container:hover i:after {
    background: black;
}

@media all and (max-width: 1024px) {
    .mega-menu img {
        width: 100px;
        height: auto;
        top: 0;
        margin: 10px 0;
    }
    .mega-menu .columns {
        width: 100% !important;
    }
    .mega-menu-button-container-wrapper {
        width: 100px !important;
        max-width: 100px;
    }
}
.event-listing-container {
    padding-bottom: 30px;
}

body {
    margin: 0 !important;
}
.filter-form button:focus,
.filter-form input:focus {
    outline: none;
}


.event-detail .widget-type-custom_widget:not(.select-location-click) {
    position: relative;
}
@media all and (max-width: 569px) {
    /*.event-detail .widget-type-custom_widget .event-register {
        top: -66px;
        left: 0;
        position: absolute;
    }*/
    /*.new-detail.event-detail .widget-type-custom_widget .event-register { top:-35px; }*/
    .new-detail h1 { margin-top:80px !important; }
    .green-border-cta{margin: 0 !important;}
}
@media all and (min-width: 570px) and (max-width: 767px) {
    /*.event-detail .widget-type-custom_widget .event-register {
        top: 10px;
        right: 0;
        position: absolute;
        width: auto;
    }*/
    .green-border-cta{margin: 0 !important;}
}
@media all and (min-width: 768px) and (max-width: 1024px) {
    /*.event-detail .widget-type-custom_widget .event-register {
        top: 60px;
        right: 0;
        position: absolute;
        width: auto;
    }*/
}

.events-sub-nav-footer {
    position: relative;
}
.events-sub-nav-footer .listing-nav {
    position: absolute;
    top: 7px;
    right: 0;
    width: 100%;
}
.listing-nav__item--prev {
    position: absolute;
    left: 0;
    margin-left: 25px;
    color: white;
}
.listing-nav__item--next {
    position: absolute;
    right: 0;
    margin-right: 25px;
    color: white;
}
.listing-nav__item--next:after,
.listing-nav__item--prev:before {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 2px solid #9CDD00;
    border-right: 2px solid #9CDD00;
    top: 6px;
    position: absolute;
}
.listing-nav__item--next:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -14px;
}
.listing-nav__item--prev:before {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: -14px;
}
/*
.hs-form-required {
    display: none;
}*/
.hs_type_of_event_program_request_ select,
.hs_days_of_the_week select {
    margin-top: 10px;
    margin-bottom: 15px;
}
/*
.info-box .icon-box {
    min-height: 122px;
    width: 121px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.info-box .icon-box-white:after {
    color: #f5f5f5;
}
.icon-box.icon-box-white {
    height: 100%;
    color: white;
}
.info-box .icon-box img {
    -webkit-filter: brightness(1000);
    filter: brightness(1000);
}
.info-box .sn {
    height: 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.info-box .sn:before {
    color: #f1f1f1;
    font-size: 50px;
}
.info-box h3 {
    font-size: 28px !important;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 0.4em 0;
    padding: 0.357em 45px 5px 0;
    position: relative;
    display: block;
    min-height: 1.1em;
    line-height: 0.9;
}
.info-box-details {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.info-box h3:after {
    content: '\276f';
    color: #000;
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 18px;
}
.info-box p {
    font-size: 0.83em;
    margin: 0;
}
a.classification-link:hover .sn:before,
a.classification-link:hover h3:after {
    color: #94d602;
}
.info-box .cta_button {
    display: inline-block;
}
.info-box .solid-black-green-border-cta:after {
    top: 11px;
}
.info-box-wrapper {
    margin-top: 20px;
}

.info-box .icon-box-white:after {
    color: white;
}
*/
.coach-instructor-module h1,
.coach-instructor-module h2,
.coach-instructor-module h3,
.coach-instructor-module h4,
.coach-instructor-module h5,
.coach-instructor-module h6 {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 5px;
}
/*
.whats-your-goal h3.safari:before {
    content: "\25e2";
    left: -85px !important;
    top: -17px !important;
}

.whats-your-goal h3.safari:after {
    content: "\25e3";
    right: -85px !important;
    top: -17px !important;
}
*/
.program-image.safari:before {
    content: "\25e4";
    top: -15px;
    left: -6px;
    color: #ededed;
}
.program-image.safari:after {
    content: "\25e2";
    bottom: -12px;
    right: -6px;
    color: #ededed;
}

/*
.internal-home .whats-your-goal h3:before,
.internal-home .whats-your-goal h3:after {
    font-size: 86px;
}
.internal-home .whats-your-goal h3:before {
    left: -66px;
    top: -20px;
}
.internal-home .whats-your-goal h3:after {
    right: -66px;
    top: -20px;
}
.internal-home .whats-your-goal h3.safari.safari-fix:before {
    left: -85px !important;
    top: -6px !important;
}
.internal-home .whats-your-goal h3.safari.safari-fix:after {
    right: -85px !important;
    top: -6px !important;
}

.membership .whats-your-goal h3:before,
.rental-info .whats-your-goal h3:before {
    left: -66px;
    top: -33px;
}
.membership .whats-your-goal h3:after, 
.rental-info .whats-your-goal h3:after {
    right: -66px;
    top: -33px;
}*/
.widget-span.white-bg.content-section.drop-bottom .widget-type-cell .widget-type-cell .widget-type-cell .widget-type-cell .span3.widget-span.widget-type-rich_text p > img {
    max-height: 200px;
    width: auto !important;
}
.widget-span.white-bg.content-section.drop-bottom .widget-type-cell .widget-type-cell .widget-type-cell .widget-type-cell .span3.widget-span.widget-type-rich_text h3 {
    font-size: 28px !important;
    line-height: 36px !important;
    margin-bottom: 15px !important;
}
.widget-span.white-bg.content-section.drop-bottom .widget-type-cell .widget-type-cell .widget-type-cell .widget-type-cell .span3.widget-span.widget-type-rich_text p {
    line-height: 24px !important;
}
.home.internal-home .white-bg.content-section.drop-bottom .main-content p {
    text-align: left;
}
.home.internal-home .white-bg.content-section.drop-bottom div.hs_cos_wrapper ol.list-space > li{
    line-height: 24px;
    margin-top: 7px;
    margin-bottom: 7px;
}
.home.internal-home .white-bg.content-section.drop-bottom .sidebar h4 {
    margin-bottom: 0;
}
.entertainment .row-number-9 .span12.content-section {
    display: none;
}
.senior-programs .row-number-5 .span12.content-section {
    padding-bottom: 50px !important;
}
/*
@media (min-width: 1024px) {
    .blog-post-contents {
        float: right !important;
    }
    .blog-sidebar {
        float: left;
    }
}*/
/*
.whats-your-goal h3:before, .whats-your-goal h3:after {
    position: absolute !important;
}
.whats-your-goal h3:before {
    top: -17px !important;
    left: -86px !important;
}
.whats-your-goal h3:after {
    top: -17px !important;
    left: 260px !important;
}
@media (max-width: 767px) {
    
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        width: 300px !important;
        width: 250px !important;
    }
    .custom-menu-primary ul {
        margin: 0 auto !important;
        float: none !important;
        width: 300px !important;
        width: auto !important;
    }
    .tab-container {
        max-width: 400px;
        float: none !important;
        margin: 0 auto !important;
        margin-bottom: 25px !important;
    }
}
*/
.whats-your-goal h3 {
    width: 230px !important;
}
@media (max-width: 400px) {
    .cta-groups a.transparent-border-green-cta {
        width: 200px;
    }
}
.four-square-sec .widget-type-rich_text:first-child, .four-square-sec .widget-type-rich_text:first-child:before {
    border-color: #9cdd00 !important;
}
.four-square-sec .widget-type-rich_text:nth-child(2), .four-square-sec .widget-type-rich_text:nth-child(2):before {
    border-color: #2914c3 !important;
}
.four-square-sec .widget-type-rich_text:nth-child(3), .four-square-sec .widget-type-rich_text:nth-child(3):before {
    border-color: #dc742a !important;
}
.four-square-sec .widget-type-rich_text:nth-child(4), .four-square-sec .widget-type-rich_text:nth-child(4):before {
    border-color: #40a6a8 !important;
}
.blog .post-header p {
    font-size: 14px;
    line-height: 23px;
}
@media (max-width: 767px) {
    .info-box-image img {
        height: auto !important;
    }
}
@media screen and (min-width: 768p) {
    .custom-menu-primary .hs-menu-wrapper {
        display: block !important;
    }
}
ul.teams > li {
    margin-left: -25px;
}
ul.teams {
   /* margin-top: 12px;*/
    margin-top: 0;
    margin-bottom: 25px;
}/*
.whats-your-goal h3:before {
    content: "";
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid black;
    border-width: 49px;
    transform: rotate(45deg);
    top: 3px !important;
    left: -41px !important;
}*/
@media (max-width: 1280px) {
    .home-block-quote:before {
        left: 37% !important;
    }
}
@media (max-width: 1024px) {
    .home-block-quote:before {
        left: 34% !important;
    }
}
@media (max-width: 767px) {
    .home-block-quote:before {
        left: 43% !important;
    }
    .home-block-quote:after {
        left: 50% !important;
    }
    .home-block-quote {
        margin-top: 50px;
    }
}
@media (max-width: 480px) {
    .home-block-quote {
      margin-top: 80px;
    }
    .home-block-quote:before {
        margin-top: 0 !important;
        left: 41% !important;
    }
    .home-block-quote:after {
        margin-top: 10px;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
   .nook-meetings .hero-slider .caption {
       transform:translate(-2%, -160.5px);
   }
   .nm-icon-link-container.classification-box {
       margin-top: 25px !important;
   }
    .hs_cos_gallery_lightbox_container .slick-list .slick-track .slick-slide,
    .hs_cos_gallery_lightbox .slick-list .slick-track .slick-slide {
        margin: 0 auto !important;
        float: none !important;
    }
    .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper {
        margin-left: 0 !important;
    }
    .contact-menu-container .contact-menu ul:first-child > li > a > svg {
        max-height: 20px;
    }
}
@supports (-ms-ime-align:auto) {
  .email-form button::before {
      position:absolute;
      height: 29px;
      width: 16px;
      z-index: 10000;
      left: 31px;
  }
}
@media (min-width: 1280px) {
    .home-hero .hero-background {
        max-width: 1400px;
        margin: 0 auto !important;
        float: none !important;
    }
}
.home-hero .hero-text {
    background: linear-gradient(to right, transparent 0, rgba(0,0,0,0.75) 50%, transparent 100%);
    padding: 25px;
}
.home-hero .hero-text h1 {
    color: #FFF;
}
.home-hero .hero-text h4 {
    color: #FFF;
    max-width: 800px;
    margin: 0 auto !important;
    float: none !important;
}
@media (max-width: 480px) {
    .hero h1 {
        font-size: 41px !important;
        letter-spacing: 0 !important;
    }
    .internal-home .hero h1 {
        font-size: 41px !important;
        letter-spacing: 0 !important;
    }
    .nook-meetings .hero h1 {
        font-size: 41px;
    }
} 
@media (max-width: 480px) {
    .info-box {
        min-height: 880px !important;
    }
    .nook-meetings .info-box {
        min-height: 0 !important;
    }
}
@media all and (max-width: 767px) {
    .nook-meetings .hs_cos_wrapper_type_widget_container .cta_button {
        display: inline-block;
        margin-bottom: 20px;
    }
    .nook-meetings .hs_cos_wrapper_type_widget_container .solid-black-green-border-cta:after {
        top: 13px;
    }
}
/*===========================
 *  Site Search Module CSS
 * ==========================*/
.hs-search-field {
  position: relative;
  
}
  .hs-search-field .hs-search-field__input {
    padding: 10px 10px 10px 40px;
    font-size: 18px;
    background: none;
    border: none;
    border-bottom: 3px solid #9CDD00;
    max-width: 325px;
    color: white;
    text-shadow: 2px 2px black;
    margin-left: 37%;
  }
.hero .hs-search-field__bar:after {
    content: url(https://cdn2.hubspot.net/hubfs/2956241/SN%202017%20Assets/web-search.svg);
    position: absolute;
    height: 16px;
    left: 37%;
    top: 50%;
    transform: translateY(-50%);
}
.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
}
.hs-search-field__suggestions {
  padding: 0;
  margin: 0;
  list-style: none;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;  
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color:  rgba(0,0,0, .1);
  outline: none;
}
/*===========================
 *  End Site Search Module CSS
 * ==========================*/
/*=================================================
 *        Custom Site Search Styles
 * ===============================================*/
.hero .hs-search-field {
  padding-top: 20px;
}
.hs-search-field__suggestions {
    position: absolute;
    background: white;
    z-index: 20;
    padding: 10px;
      max-width: 325px;
    box-sizing: border-box;
      max-width: 325px;
    box-sizing: border-box;
}
.hero-content {
    padding: 0;
    text-align:center;
}
  
.hero-overlay {
    padding: 207px 0 207px;
            background-color: rgba(0,0,0,.3);
    transition: background-color 2.5s ease 0s;
      margin-left: 7%;
    margin-right: 7%;

}
.hero-overlay .image{
    background-color: rgba(0,0,0,.3);
    transition: background-color 2.5s ease 0s;

}
@media(max-width:3000px){
.hero-overlay {
    padding: 500px 0 500px;
        background-color: rgba(0,0,0,.3);
    transition: background-color 2.5s ease 0s;
    margin-left: 7%;
    margin-right: 7%;
}
}
@media(max-width:2750px){
.hero-overlay {
    padding: 495px 0 495px;
        background-color: rgba(0,0,0,.3);
    transition: background-color 2.5s ease 0s;
    margin-left: 7%;
    margin-right: 7%;
}
}
@media(max-width:2500px){
.hero-overlay {
    padding: 430px 0 430px;
        background-color: rgba(0,0,0,.3);
    transition: background-color 2.5s ease 0s;
    margin-left: 7%;
    margin-right: 7%;
}
}
@media(max-width:2200px){
.hero-overlay {
    padding: 375px 0 375px;
        background-color: rgba(0,0,0,.3);
    transition: background-color 2.5s ease 0s;
    margin-left: 7%;
    margin-right: 7%;
}
}
@media(max-width:2000px){
.hero-overlay {
    padding: 350px 0 350px;
        background-color: rgba(0,0,0,.3);
    transition: background-color 2.5s ease 0s;
    margin-left: 7%;
    margin-right: 7%;
}
}
@media(max-width:1750px){
.hero-overlay {
    padding: 240px 0 240px;
        background-color: rgba(0,0,0,.3);
    transition: background-color 2.5s ease 0s;
    margin-left: 7%;
    margin-right: 7%;
}
}
@media(max-width:1500px){
.hero-overlay {
    padding: 217px 0 217px;
            background-color: rgba(0,0,0,.3);
    transition: background-color 2.5s ease 0s;
      margin-left: 7%;
    margin-right: 7%;

}
}
@media(max-width:1400px){
.hero-overlay {
    padding: 190px 0 210px;
        background-color: rgba(0,0,0,.3);
    transition: background-color 2.5s ease 0s;
    margin-left: 7%;
    margin-right: 7%;
}
  .hs-search-field .hs-search-field__input {
    padding: 10px 10px 10px 40px;
    font-size: 18px;
    background: 0;
    border: 0;
    border-bottom: 3px solid #9cdd00;
    max-width: 325px;
    color: white;
    text-shadow: 2px 2px black;
    margin-left: 36%;
  }

}
@media(max-width:1390px){
.hero-overlay {
    padding: 180px 0 200px;
        background-color: rgba(0,0,0,.3);
    transition: background-color 2.5s ease 0s;
    margin-left: 7%;
    margin-right: 7%;
}
}
@media(max-width:1380px){
.hero-overlay {
    padding: 180px 0 200px;
        background-color: rgba(0,0,0,.3);
    transition: background-color 2.5s ease 0s;
    margin-left: 7%;
    margin-right: 7%;
}
}
@media(max-width:1360px){
.hero-overlay {
    padding: 180px 0 220px;
        background-color: rgba(0,0,0,.3);
    transition: background-color 2.5s ease 0s;
    margin-left: 7%;
    margin-right: 7%;
}
}
@media(max-width:1340px){
.hero-overlay {
    padding: 180px 0 220px;
        background-color: rgba(0,0,0,.3);
    transition: background-color 2.5s ease 0s;
      margin-left: 7%;
    margin-right: 7%;
}
  .hs-search-field .hs-search-field__input {
    padding: 10px 10px 10px 40px;
    font-size: 18px;
    background: 0;
    border: 0;
    border-bottom: 3px solid #9cdd00;
    max-width: 325px;
    color: white;
    text-shadow: 2px 2px black;
    margin-left: 33%;
}
  .hero .hs-search-field__bar:after {
    content: url(https://cdn2.hubspot.net/hubfs/2956241/SN%202017%20Assets/web-search.svg);
    position: absolute;
    height: 16px;
    left: 32%;
    top: 50%;
    transform: translateY(-50%);
}
}
@media(max-width:1295px){
.hero-overlay {
    padding: 140px 0 180px;
        background-color: rgba(0,0,0,.3);
    transition: background-color 2.5s ease 0s;
    margin-left: 7%;
    margin-right: 7%;
}
}
@media(max-width:1265px){
.hero-overlay {
    padding: 140px 0 135px;
        background-color: rgba(0,0,0,.3);
    transition: background-color 2.5s ease 0s;
      margin-left: 7%;
    margin-right: 7%;
}
.hs-search-field .hs-search-field__input {
    padding: 10px 10px 10px 40px;
    font-size: 18px;
    background: 0;
    border: 0;
    border-bottom: 3px solid #9cdd00;
    max-width: 325px;
    color: white;
    text-shadow: 2px 2px black;
    margin-left: 32%;
}


}
@media(max-width:1229px){
.hero-overlay {
    padding: 140px 0 135px;
       background-color: rgba(0,0,0,.3);
    transition: background-color 2.5s ease 0s;
    margin-left: 7%;
    margin-right: 7%;
}
}
@media(max-width:1199px){
.hero-overlay {
    padding: 140px 0 135px;
      background-color: rgba(0,0,0,.3);
    transition: background-color 2.5s ease 0s;
    margin-left: 7%;
    margin-right: 7%;
}
}
@media(max-width:1165px){
.hero-overlay {
    padding: 150px 0 135px;
      background-color: rgba(0,0,0,.3);
    transition: background-color 2.5s ease 0s;
    margin-left: 7%;
    margin-right: 7%;
}
  .hs-search-field .hs-search-field__input {
    padding: 10px 10px 10px 40px;
    font-size: 18px;
    background: 0;
    border: 0;
    border-bottom: 3px solid #9cdd00;
    max-width: 325px;
    color: white;
    text-shadow: 2px 2px black;
    margin-left: 33%;
}
  .hero .hs-search-field__bar:after {
    content: url(https://cdn2.hubspot.net/hubfs/2956241/SN%202017%20Assets/web-search.svg);
    position: absolute;
    height: 16px;
    left: 34%;
    top: 50%;
    transform: translateY(-50%);
}
}
@media(max-width:1135px){
.hero-overlay {
    padding: 155px 0 125px;
       background-color: rgba(0,0,0,.3);
    transition: background-color 2.5s ease 0s;
    margin-left: 7%;
    margin-right: 7%;
}
}
@media(max-width:1115px){
.hero-overlay {
    padding: 90px 0 90px;
        background-color: rgba(0,0,0,.3);
    transition: background-color 2.5s ease 0s;
    margin-left: 7%;
    margin-right: 7%;
}
}
@media(max-width:1100px){
.hero-overlay {
    padding: 80px 0 85px;
       background-color: rgba(0,0,0,.3);
    transition: background-color 2.5s ease 0s;
    margin-left: 7%;
    margin-right: 7%;
}
}
@media(max-width:1080px){
.hero-overlay {
    padding: 45px 0 135px;
        background-color: rgba(0,0,0,.3);
    transition: background-color 2.5s ease 0s;
    margin-left: 7%;
    margin-right: 7%;
}
}
@media(max-width:1050px){
.hero-overlay {
    padding: 40px 0 135px;
        background-color: rgba(0,0,0,.3);    transition: background-color 2.5s ease 0s;
    margin-left: 7%;
    margin-right: 7%;
}
}
  @media(max-width:1020px){
.hero-overlay {
    padding: 45px 0 135px;
      background-color: rgba(0,0,0,.3);
    transition: background-color 2.5s ease 0s;
    margin-left: 7%;
    margin-right: 7%;
}
}
@media(max-width:1000px){
.hero-overlay {
    padding:55px 0 95px;
      background-color: rgba(0,0,0,.3);
    transition: background-color 2.5s ease 0s;
    margin-left: 7%;
    margin-right: 7%;
}
}
@media(max-width:980px){
.hero-overlay {
    padding: 50px 0 85px;
      background-color: rgba(0,0,0,.3);
    transition: background-color 2.5s ease 0s;
    margin-left: 7%;
    margin-right: 7%;
}
}
  @media(max-width:960px){
.hero-overlay {
    padding: 45px 0 85px;
      background-color: rgba(0,0,0,.3);
    transition: background-color 2.5s ease 0s;
    margin-left: 7%;
    margin-right: 7%;
}
    .hs-search-field .hs-search-field__input {
    padding: 10px 10px 10px 40px;
    font-size: 18px;
    background: 0;
    border: 0;
    border-bottom: 3px solid #9cdd00;
    max-width: 325px;
    color: white;
    text-shadow: 2px 2px black;
    margin-left: 24%;
}
    .hero .hs-search-field__bar:after {
    content: url(https://cdn2.hubspot.net/hubfs/2956241/SN%202017%20Assets/web-search.svg);
    position: absolute;
    height: 16px;
    left: 24%;
    top: 50%;
    transform: translateY(-50%);
}
}
@media(max-width:930px){
.hero-overlay {
    padding: 50px 0px 60px;
      background-color: rgba(0,0,0,.3);
    transition: background-color 2.5s ease 0s;
    margin-left: 7%;
    margin-right: 7%;
}
}
@media(max-width:880px){
.hero-overlay {
    padding: 0px 0px 15px;
      background-color: rgba(0,0,0,.3);
    transition: background-color 2.5s ease 0s;
    margin-left: 7%;
    margin-right: 7%;
}
}
@media(max-width:840px){
.hero-overlay {
    padding: 0px 0px 15px;
      background-color: rgba(0,0,0,.3);
    transition: background-color 2.5s ease 0s;
    margin-left: 7%;
    margin-right: 7%;
}
}
@media(max-width:800px){
.hero-overlay {
    padding: 0px 0px 15px;
      background-color: rgba(0,0,0,.3);
    transition: background-color 2.5s ease 0s;
    margin-left: 7%;
    margin-right: 7%;
}
}
@media(max-width:767px){
.hero-overlay {
    padding: 0px 0px 15px;
      background-color: rgba(0,0,0,.3);
    transition: background-color 2.5s ease 0s;
    margin-left: 0;
    margin-right: 0;
}
  
      .hs-search-field .hs-search-field__input {
    padding: 10px 10px 10px 40px;
    font-size: 18px;
    background: 0;
    border: 0;
    border-bottom: 3px solid #9cdd00;
    max-width: 325px;
    color: white;
    text-shadow: 2px 2px black;
    margin-left: 0;
}
    .hero .hs-search-field__bar:after {
    content: url(https://cdn2.hubspot.net/hubfs/2956241/SN%202017%20Assets/web-search.svg);
    position: absolute;
    height: 16px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
}

  .hs-search-field__suggestions a {
display: block;
    color: #424242;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px;
    line-height: 22px;
    
}
  .hs-search-field__suggestions #results-for {
    color: #424242;
    padding: 0 10px;
  }
.hero span.hs-search-highlight {
    text-shadow: none;
}
.hs-search-field:not(.hs-search-field--open) .hs-search-field__suggestions {
    display: none;
}

  .hs-search-field .hs-search-field__input:focus {
    outline: none;
  }

  .hero .hs-search-field__bar {
    position: relative;
  }
  
.hero .hs-search-field .hs-search-field__input::-webkit-input-placeholder {
    color: white;
    text-shadow: 2px 2px black;
    
}
.hero .hs-search-field .hs-search-field__input:-moz-placeholder {
    color: white;
  text-shadow: 2px 2px black;
}
.hero .hs-search-field .hs-search-field__input::-moz-placeholder {
    color: white;
  text-shadow: 2px 2px black;
}
.hero .hs-search-field .hs-search-field__input:-ms-input-placeholder {
    color: white;
  text-shadow: 2px 2px black;
}
.hero .hs-search-field .hs-search-field__input::-ms-input-placeholder {
    color: white;
  text-shadow: 2px 2px black;
}
.hero .hs-search-field .hs-search-field__input::placeholder {
    color: white;
  text-shadow: 2px 2px black;
}
/*=================================================
 *        End Custom Site Search
 * ===============================================*/


.row-fluid .cs_section { padding: 80px 0 80px; }

.cs_classification-box { }
.cs_classification-box .single-box { display: flex; align-items: center; }
.cs_classification-box .single-box .box { float: left; width: 50%; }
.cs_classification-box .single-box:after { content: ''; display: table; clear: both; }
.cs_classification-box .single-box .box .inner { background-image: url('https://www.spookynooksports.com/hubfs/SN%202017%20Assets/green-angled-box.png'); background-size: 100% 100%; text-align: center; padding:25px 15px 35px; position: relative; }
.cs_classification-box .single-box .box .inner .icon { }
.cs_classification-box .single-box .box .inner .icon span { color: #94d600; font-size: 55px; transition: all 0.3s ease; }
.cs_classification-box .single-box .box .inner h3 { margin: 0; font-size: 42px; padding: 5px 0 10px; transition: all 0.3s ease; }
.cs_classification-box .single-box .box .inner .text { text-transform: uppercase; font-size: 21px; font-weight: 300; font-family: 'Unica One', sans-serif; transition: all 0.3s ease; }
.cs_classification-box .single-box .quote-box { float: left; width: 50%; }
.cs_classification-box .single-box .quote-box .text { text-align: center; position: relative; font-size: 18px; font-family: 'Noto Sans', sans-serif; line-height: 2; padding: 40px 15px 15px; margin-top: 20px; }
.cs_classification-box .single-box .quote-box .text:after { content: '\201D'; top: 16px; left: 48%; }
.cs_classification-box .single-box .quote-box .text:before { content: '\201C'; display: block; top: 0; left: auto; right: 49%; line-height: 30px; }
.cs_classification-box .single-box .quote-box .text:after, .cs_classification-box .single-box .quote-box .text:before { display: block; font-family: 'Unica One', sans-serif; color: #94d600; position: absolute; font-size: 119px; line-height: 54px; }
.cs_classification-box .single-box:nth-child(even) { flex-direction: row-reverse; padding: 40px 0 0; }
.cs_classification-box .single-box .box .inner:After { content: ''; }
.cs_classification-box .single-box .box .inner:after { content: ''; background: url('https://www.spookynooksports.com/hubfs/SN%202017%20Assets/green-angled-box-hover.png'); background-position: center; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: 100% 100%; transition: all 0.3s ease; opacity: 0; visibility: hidden; }
.cs_classification-box .single-box .box:hover .inner:after { opacity: 1; visibility: visible; }
.cs_classification-box .single-box .box .inner > div { position: relative; z-index: 7; }
.cs_classification-box .single-box .box:hover .inner .icon span { color: #fff; }
.cs_classification-box .single-box .box:hover .inner h3 { color: #fff; }
.cs_classification-box .single-box .box:hover .inner .text { color: #fff; }
.cs_classification-box .single-box.bottom {}
.cs_classification-box .single-box.bottom .icon { position: relative; top: 11px; }

/* */
.cs_rss_feed { }
.cs_rss_feed .single-post { }
.cs_rss_feed .single-post .inner { display: flex; align-items: center; }
.cs_rss_feed .single-post .inner .thumb { width: 40%; height: 190px; }
.cs_rss_feed .single-post .inner .contain { width: 60%; padding-left: 20px; }
.cs_rss_feed .single-post + .single-post { margin-top: 30px; }
.cs_rss_feed .single-post .inner .contain a.cs_title { font-family: 'Unica One', sans-serif; font-size: 25px; font-weight: 700; }
.cs_rss_feed .single-post .inner .contain .text { font-size: 17px; padding: 12px 0 20px; }
.cs_rss_feed .single-post .inner .contain a.read_more { }
.cs_rss_feed .single-post .inner .contain a.green-border-cta { display: inline-block; font-size: 18px; font-weight: 500; font-family: 'Unica One', sans-serif; padding: 5px 17px; }
.cs_rss_feed .single-post .inner .thumb span { background: #fff; height: 60px; width: 60px; display: block; font-size: 14px; display: flex; align-items: center; justify-content: center; text-align: center; padding: 5px; box-sizing: border-box; }

.row-fluid .hero-section {position: relative; }
.hero-bg-video { position: absolute; left: 7%;z-index: -1; top: 0; object-fit: cover; right: 0; height: 100%; width: 86%; }
.hero-bg-video video { min-width: 100%; min-height: 100%; object-fit: cover; }
.hero-bg-video iframe.wistia_embed {height: 100%; width: 100%; object-fit: cover; -webkit-transform: scale(4); -ms-transform: scale(4); transform: scale(4); }

.my-hero-vd .hero-bg-video .video video { position: fixed; top: 0; width: 100%; left: 0; height: 100%;}

.row-fluid .filter-form{ display: flex;  align-items: center; justify-content: space-between;}
.row-fluid .filter-form .view-switch-container{float: right; text-align: right; width: 28%;}
.row-fluid .filter-form .view-switch-container .view-switch-container .span4 { max-width: 86px; width: 100%;}
.row-fluid .filter-form form > .span12{margin-left:0;}






@media(max-width:1199px){
  .row-fluid .cs_section .cs_rss_module { width: 100%; }
  .row-fluid .cs_section  .cs_cs_box { width: 100%; margin: 0; padding: 50px 0 0; }
  .row-fluid .cs_section .page-center > div { max-width: 680px; margin: 0 auto; }
  
  .hero-bg-video iframe.wistia_embed { -webkit-transform: scale(3); -ms-transform: scale(3); transform: scale(3); }
    .select-location-click:before{height: 27px !important;width: 159px !important;}
    .select-location-click:hover:before {background-position: 0px 27px !important;}
    
    .row-fluid .top-menu.manheim-header .select-location-click span{font-size: 18px !important;}
    .row-fluid .top-menu.manheim-header .select-location-click span:after{    margin-left: 5px !important;    font-size: 20px !important;}
    .row-fluid .top-menu.manheim-header .select-location-click{    width: 170px !important;}
    .row-fluid .filter-form{display:block;}
    .row-fluid .filter-form form{ width:100%; }
    .row-fluid .filter-form .view-switch-container{width:100%; float: left;text-align: left; margin-left: 0px; margin-top: 30px; margin-bottom: 20px;}
    .row-fluid .filter-form form > div{margin:0;display: flex;}
    .row-fluid .filter-form .view-switch-container .span4 { width: auto;}
    
    
    
    
    
    
}


@media(max-width:767px){
  .cs_rss_feed .single-post .inner { flex-direction: column; }
  .cs_rss_feed .single-post .inner .thumb { width: 100%; }
  .cs_rss_feed .single-post .inner .contain { padding: 20px 0 0; width: 100%; }
  .cs_classification-box .single-box { flex-direction: column !important; }
  .cs_classification-box .single-box .quote-box { padding: 20px 0 0; width: 100%; max-width: 320px; }
  .cs_classification-box .single-box .box { width: 100%; max-width: 260px; }
  .row-fluid .cs_section { padding: 70px 0 40px; }
  .cs_rss_feed .single-post { max-width: 500px; margin: 0  auto; }
  
  .row-fluid .landing-herosec { padding: 190px 0 100px; }
  
  .row-fluid .hero-section h1 { font-size: 40px !important; }
  .row-fluid .hero-section h3 { font-size: 26px; margin-bottom: 9px; }
  .row-fluid .hero-section .hero-overlay { padding: 10px 0 60px; }
  
  .contact-form {  overflow: hidden; }
  .row-fluid .filter-form form > div{display:block;}
   .row-fluid .filter-form form .span2.date-form-field{padding-top: 15px;}
   .row-fluid .filter-form .view-switch-container{display:flex;}
   .row-fluid .filter-form .view-switch-container .span4{padding:0px 5px;}
    .row-fluid .filter-form .view-switch-container .span4:first-child { padding-left: 0;}
    .row-fluid .filter-form form h4{margin-bottom: 12px;}
    .event-listing .listing-row .sns-event-description{padding: 5px 0px;}
    
   
    
}


.select-location-click{position:relative;}
/* .select-location-click:before{content:' ';top:8px;left:0;width: 191px;position:absolute;background-image:url(https://cdn2.hubspot.net/hubfs/2956241/select-location-btn-new.png);height:32px;background-position: 0px 0px;    background-size: cover;}
.select-location-click:hover:before {background-position: 0px 32px;} */
.row-fluid .top-locationMenu.lanco-header .select-location-click{left: 44%;    transform: translateX(-50%);}
.row-fluid .top-locationMenu.top-menu.lanco-header .page-center {    padding: 17px 0 7px;}
.row-fluid .top-locationMenu.top-menu.hamilton-header .select-location-click{left: 50%;transform: translateX(-50%);    cursor: pointer;}

.row-fluid .top-locationMenu.top-menu.hamilton-header .select-location-click span{display: inline-block;color:#fff;font-family: 'bebas-neue', sans-serif, sans-serif;   padding-top: 12px;    text-align: center;    position: relative;    letter-spacing: 2.5px;   font-weight: 500;    font-size: 23px;cursor:pointer;}
.row-fluid .top-locationMenu.top-menu.hamilton-header .select-location-click span:after{content:'\f041';font-family:FontAwesome;top:0;left:auto;right:0;margin:auto;   position: relative;    display: inline-block;    margin-left: 10px;    font-size: 28px;}
.row-fluid .top-locationMenu.top-menu.hamilton-header .select-location-click span:hover{color:#94D601;}
.row-fluid .top-locationMenu.top-menu.hamilton-header .select-location-click span:hover:after{color:#94D601;}

.row-fluid .top-locationMenu.top-menu.lanco-header .select-location-click{left: 50%;transform: translateX(-50%);    cursor: pointer;}
.row-fluid .top-locationMenu.top-menu.lanco-header .select-location-click span{display: inline-block;color:#fff;font-family: 'bebas-neue', sans-serif, sans-serif;   padding-top: 12px;    text-align: center;    position: relative;    letter-spacing: 2.5px;   font-weight: 500;    font-size: 23px;cursor:pointer;}
.row-fluid .top-locationMenu.top-menu.lanco-header .select-location-click span:after{content:'\f041';font-family:FontAwesome;top:0;left:auto;right:0;margin:auto;   position: relative;    display: inline-block;    margin-left: 10px;    font-size: 28px;}
.row-fluid .top-locationMenu.top-menu.lanco-header .select-location-click span:hover{color:#94D601;}
.row-fluid .top-locationMenu.top-menu.lanco-header .select-location-click span:hover:after{color:#94D601;}



.row-fluid .top-menu.manheim-header .select-location-click{width: 230px;margin-left:0;}
.row-fluid .top-menu.manheim-header .select-location-click span{display: inline-block;color:#fff;font-family: 'bebas-neue', sans-serif, sans-serif;   padding-top: 5px;    text-align: center;    position: relative;    letter-spacing: 2.5px;   font-weight: 500;    font-size: 23px;cursor:pointer;}
.row-fluid .top-menu.manheim-header .select-location-click span:after{content:'\f041';font-family:FontAwesome;top:0;left:auto;right:0;margin:auto;   position: relative;    display: inline-block;    margin-left: 10px;    font-size: 28px;}
.row-fluid .top-menu.manheim-header .select-location-click span:hover{color:#94D601;}
.row-fluid .top-menu.manheim-header .select-location-click span:hover:after{color:#94D601;}

.row-fluid .top-menu.meetings-header .select-location-click{width: 230px;margin-left:0;}
.row-fluid .top-menu.meetings-header .select-location-click span{display: inline-block;color:#fff;font-family: 'bebas-neue', sans-serif, sans-serif;   padding-top: 0px;    text-align: center;    position: relative;    letter-spacing: 2.5px;   font-weight: 500;    font-size: 23px;cursor:pointer;}
.row-fluid .top-menu.meetings-header .select-location-click span:after{content:'\f041';font-family:FontAwesome;top:0;left:auto;right:0;margin:auto;   position: relative;    display: inline-block;    margin-left: 10px;    font-size: 28px;}
.row-fluid .top-menu.meetings-header .select-location-click span:hover{color:#94D601;}
.row-fluid .top-menu.meetings-header .select-location-click span:hover:after{color:#94D601;}

@media (max-width:1345px){
    .row-fluid .top-menu.meetings-header .select-location-click{transform: translateX(-55px);}
    .row-fluid .top-menu.meetings-header .menu{width: 420px;margin: 0;}
}

@media (max-width:1200px){
    .row-fluid .top-menu.meetings-header .select-location-click{    transform: translateX(-0px);}
    .row-fluid .top-menu.meetings-header .menu{    width: 282px;    margin: 0;}
    .row-fluid .top-menu.meetings-header .menu ul li a{padding: 10px 13px;}
    
    
}

@media (max-width:480px){
    .row-fluid .filter-form .view-switch-container{display:block;}
    .row-fluid .filter-form .view-switch-container .span4{padding:0;}
}