/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
#banner {
	background: #000;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    color: #fff;
	height: 280px;
	position: relative;
	text-align: center;
}

#banner:before, #banner:after {
    -moz-border-radius: 100px / 60px;
    border-radius: 100px / 60px;
    bottom: 0;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    content: "";
    left: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: -1;
}

#banner:after {
    left: auto;
    right: 10px;
    transform: skew(8deg) rotate(3deg);
}

#banner > div {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}

#banner > div img {
    display: none;
}

#banner svg {
    display: inline-block;
    fill: #c2b32f;
    width: 90px;
}

#banner h1 {
    font-size: 3.000rem;
    line-height: 1.1;
    text-transform: uppercase;
}

#banner figure, #banner img {
    left: 0;
    position: absolute;
    top: 0;
}

#banner figure {
    height: 280px;
    margin: 0;
    overflow: hidden;
    opacity: 0.5;
    width: 100%;
    z-index: 1;
}

#banner img {
    height: auto;
    min-height: 100%;
    min-width: 1400px;
    width: 100%;
}

.content {
	min-height: 500px;
	padding-bottom: 40px;
}

.interior {
    line-height: 1.6;
    margin: 0 auto;
    padding-top: 70px;
    width: 1024px;
}

.interior h2, .interior h3, .interior h4 {
    line-height: 1.2;
    padding-bottom: 5px;
}

.interior h2 {
    font-size: 1.500rem;
}

.interior h3 {
    font-size: 1.125rem;
}

.interior h4 {
    font-size: 1.000rem;
}

.interior ul {
    list-style: none;
    margin: 0;
    padding: 0 0 1rem 2rem;
}

.interior ul li {
    background: url("../images/g_bullet.png") no-repeat 0 14px;
    min-height: 30px;
    padding: 2px 0 2px 16px;
}

.interior ol {
    list-style: decimal inside none;
    margin: 0;
    padding: 0 0 1rem 2rem;
}

.interior ol li {
    min-height: 30px;
    padding: 2px 0 4px;
}

.interior p a[target="_blank"] {
    text-decoration: none;
}

.interior p a[target="_blank"]:after {
    content: "\f14c";
    font-family: 'FontAwesome';
    padding-right: 5px;
    position: relative;
    right: -5px;
    top: 0;
}

.interior p a[target="_blank"] span {
    text-decoration: underline;
}

.interior p > img {
    max-width: 100%;
}

.interior p > img, .interior p > img.align_left {
    display: block;
    float: left;
    margin: 10px 25px 10px 0;
}

.interior p > img.align_center {
    float: none;
    margin: 15px auto;
}

.interior p > img.align_right {
    float: right;
    margin: 10px 0 10px 25px;
}

/* ==========================================================================
   Styles: Schedule
   ========================================================================== */
.services {
    height: 380px;
    margin-bottom: 38px;
    position: relative;
    width: 100%;
}

.services h2 {
    color: #a29628;
    font-size: 1.750rem;
    text-transform: uppercase;
}

.services h3 {
    font-family: 'Courgette', sans-serif;
    font-weight: 400;
    padding-bottom: 5px;
}

.services h3:empty {
    padding-bottom: 0;
}

.services .desc {
    background-color: #e8e8e8;
    border: 2px solid #c9bc47;
    height: 340px;
    line-height: 1.5;
    margin-top: -170px;
    padding: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 540px;
    z-index: 1;
}

.services .desc > div {
    height: 222px;
    overflow: hidden;
}

.services .icon {
    background-color: #c9bc47;
    color: #fff;
    height: 102px;
    left: -97px;
    margin-top: -51px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 95px;
    z-index: 1;
}

.services .icon svg {
    max-width: 100%;
}

.schedule .view-all {
    border-radius: 5px;
    font-size: 1.125rem;
    height: 38px;
    line-height: 38px;
    margin-top: 12px;
    padding: 0 20px;
    position: absolute;
    right: 25px;
}

/* ==========================================================================
   Styles: Events
   ========================================================================== */
.event-sort {
    margin-bottom: 12px;
}

.event-sort select {
    border: 1px solid #999;
    width: 320px;
}

.event-list {
    border: 1px solid #ccc;
    border-left: 3px solid #1987ba;
    line-height: 1.3;
    margin: 10px 0;
}

.event-list a {
    border-left: 10px solid #f4f4f4;
    border-right: 10px solid #f4f4f4;
    color: #222;
    display: block;
    padding: 18px 20px;
    text-decoration: none;
    -webkit-transition: background 0.18s linear;
    -moz-transition: background 0.18s linear;
    -ms-transition: background 0.18s linear;
    -o-transition: background 0.18s linear;
    transition: background 0.18s linear;
}

.event-list a ~ a {
    border-top: 1px solid #ccc;
}

.event-list a:hover {
    background: #ebebeb;
    border-left: 10px solid #1987ba;
    border-right: 10px solid #1987ba;
}

.event-list span {
    display: table-cell;
    vertical-align: top;
}

.event-list .date {
    color: #1987ba;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    width: 120px;
}

.event-list .topic {
    padding-left: 25px;
}

.event-pagination {
    cursor: text;
    min-height: 26px;
    text-align: right;
}

.event-pagination a {
    font-weight: 600;
    text-decoration: none;
}

.event-pagination a.current {
    color: #222;
    pointer-events: none;
}

.event-pagination a:hover {
    text-decoration: underline;
}

/* ==========================================================================
   Styles: Details
   ========================================================================== */
.details-banner {
    height: 430px;
    line-height: 1.4;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
    width: 1024px;
}

.details-banner h2 {
    color: #a29628;
    font-style: 1.750rem;
    text-transform: uppercase;
}

.details-banner h3 {
    color: #fff;
    font-family: 'Courgette', sans-serif;
    font-size: 1.375rem;
    font-weight: 400;
    text-transform: capitalize;
}

.details-banner > div {
    background-color: rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 102px;
    position: relative;
    z-index: 2;
}

.details-banner figure {
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}

.details-banner .icon {
    background-color: #c9bc47;
    min-height: 102px;
    text-align: center;
    width: 10%;
}

.details-header {
    padding: 19px 30px;
    width: 90%;
}

.back-to {
    border-bottom: 1px solid #c2b32f;
    line-height: 0.1em;
    margin: 10px 0 20px;
    text-align: center;
    width: 100%;
}

.back-to span {
    background: #f4f4f4;
    padding: 0 20px;
}

.back-to a {
    background: #c2b32f;
    border-radius: 5px;
    color: #fff;
    font-size: 1.125rem;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: background 0.18s linear;
    -moz-transition: background 0.18s linear;
    -ms-transition: background 0.18s linear;
    -o-transition: background 0.18s linear;
    transition: background 0.18s linear;
}

.back-to a:hover {
    background: #8f8000;
}

/* ==========================================================================
   Styles: Contact
   ========================================================================== */
.contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.contact .directions .fa {
    color: #c4b535;
    width: 22px;
}

.directions {
    padding-bottom: 25px;
    width: 300px;
}

.directions address {
    padding-bottom: 24px;
}

.directions p {
    display: block;
    padding-bottom: 5px;
}

.directions address {
    font-style: normal;
}

.directions address .city {
    padding-left: 22px;
}

.directions a.phone {
    color: #222;
    cursor: default;
    pointer-events: none;
    text-decoration: none;
}

.map {
    width: 724px;
}

.map h3 {
    display: none;
}

/* ==========================================================================
   Styles: Error Pages
   ========================================================================== */
.error {
    text-align: center;
}

.error h2, .error h3 {
    cursor: default;
    font-weight: 700;
    line-height: 1;
}

.error h2 {
    color: #c2b32f;
    font-size: 12.500rem;
}

.error h3 {
    color: #000;
    font-size: 6.250rem;
    padding-bottom: 24px;
    text-transform: uppercase;
}

.error .back-to {
    margin: 48px 0;
}