.banquet-module a:hover {
    color: #63C1E1;
    border-bottom: 1px dotted;
}
.banquet-module .flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -ms-flex-direction: row;
           flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #504d42;
    padding-bottom: 2rem;
}
.banquet-module .flex-wrapper .sub-module {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
}
.banquet-module .flex-wrapper .sub-module.header {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
}
.banquet-module h3 {
    font-size: 38px;
    line-height: initial;
    margin-top: 1rem;
}
.banquet-module h3,
.banquet-module h4,
.banquet-module p {
    color: #fff;
}
.banquet-module h3,
.banquet-module h4,
.banquet-module .chosen-state,
.banquet-module .banquet-date-month {
    text-transform: uppercase;
}
.banquet-module h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 100;
}
.banquet-module .highlight {
    font-weight: bold;
    color: #8dc42e;
}
.banquet-module .bb-button {
    display: inline-block;
    width: auto;
    padding-right: 2rem;
    padding-left: 2rem;
    letter-spacing: 3px;
    -ms-flex-item-align: end;
             align-self: flex-end;
}
.banquet-module .sub-module {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
}
/* Safari fix */
.banquet-module .us-map svg {
    width: 100%;
    max-width: 100%;
}
.banquet-module .us-map path[id^='map_'] {
    fill: #35352d;
    -webkit-transition: fill 222ms ease;
            transition: fill 222ms ease;
}
.banquet-module .us-map path[id^='map_']:hover {
    fill: #656254;
}
.banquet-module .us-map path[id^='map_'].chosen-state {
    fill: #8dc53e;
}
.banquet-module .banquet-list-wrapper {
    -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
    overflow-y: auto;
    max-height: 264px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.banquet-module .banquet-list {
    padding-left: 0;
}
.banquet-module .banquet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -ms-flex-direction: row;
           flex-direction: row;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: inherit;
    -webkit-transition: background-color 222ms ease;
       -moz-transition: background-color 222ms ease;
        -ms-transition: background-color 222ms ease;
         -o-transition: background-color 222ms ease;
            transition: background-color 222ms ease;
}
.banquet-module .banquet:hover {
    background-color: rgba(0,0,0,0.1);
}
.banquet-module .banquet:not(:last-child) {
    border-bottom: 1px solid #767569;
}
.banquet-module .banquet > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
}
.banquet-module .banquet > div:not(:first-child) {
    margin-left: 1.5rem;
}
.banquet-module .banquet-loc {
    -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
}
.banquet-module .banquet p {
    margin: 0;
    line-height: 1.4;
}
.banquet-module .banquet .banquet-date-month {
    margin-top: 4px;
}
.banquet-module .banquet .banquet-date-date {
    margin-top: -4px;
}
.banquet-module .banquet-date-date {
    font-size: 150%;
    font-weight: bold;
    text-align: center;
}
.banquet-module .banquet-date-month,
.banquet-module .banquet-loc-venue {
    color: #8d8c81;
    font-size: 105%;
}
.banquet-module .banquet-more button {
    background-color: #3d3d33;
    color: #AAA;
    padding: 0.5rem 1.25rem;
    font-size: 105%;
    letter-spacing: 2px;
    border-radius: 5px;
}
.banquet-module .banquet-list-wrapper.no-state {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
    -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center;
}
.banquet-module .msg {
    max-height: 28px;
}
.banquet-module .msg-error {
    color: #ff7569;
}
.banquet-module #text-abb text {
    pointer-events: none;
}



@media (min-width: 992px) {
    .banquet-module .flex-wrapper .sub-module {
        -webkit-box-flex: 1;
                -ms-flex: 1 1 50%;
                    flex: 1 1 50%;
        max-width: 50%;
    }
    .banquet-module .banquet-list-wrapper {
        height: 264px;
    }
    .banquet-module .us-map,
    .banquet-module .us-map #mapwrapper,
    .banquet-module .us-map #mapwrapper div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .banquet-module .us-map,
    .banquet-module .us-map #mapwrapper,
    .banquet-module .us-map #mapwrapper div,
    .banquet-module .us-map #mapwrapper div svg {
        -webkit-box-flex: 1;
                -ms-flex: 1 1 auto;
                    flex: 1 1 auto;
    }
    .banquet-module .us-map #mapwrapper {
        width: 100%;
    }
}


/* IE10+ specific CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .banquet-module #map_base {
        height: 264px;
    }
}
@media all and (min-width: 540px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .banquet-module #map_base {
        height: 320px;
    }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .banquet-module #map_base {
        height: 400px;
    }
}
@media all and (min-width: 992px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .banquet-module #map_base {
        height: 358px;
    }
}
@media all and (min-width: 1200px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .banquet-module #map_base {
        height: auto;
    }
}
