@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF;
    color: #2e2d2c;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

h1, h2 {
    color: #6B717E;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
}

h1 {
    font-size: 32px;
    margin: 0 0 10px 0;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px dotted #6B717E;
}

h2 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 10px;
}


h3 {
    color: #6B717E;
    font-size: 18px;
    line-height: 16px;
    font-weight: bold;
    margin-top: 6px;
    padding-top: 6px;
}

a,
a:link {
    color: #B4C24B;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
	color: #9AA739;
    text-decoration: underline;
}

a:active,
a:focus,
a:visited {
    color: #9AA739;
}

/* Buttons */

.c-inline-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.c-inline-list li {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
}

.c-inline-list + .c-inline-list {
    margin-top: 30px;
}

.c-inline-list--trio {
    display: flex;
    flex-wrap: wrap;
}

.c-inline-list--trio li {
    width: calc(33% - 10px);
}

a.c-button,
button.c-button {
    background-color: #B4C24B;
    color: #fff !important;
    text-decoration: none;
    font-size: 9pt;
    line-height: 12pt;
    padding: 9px 10px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 8px;
}

a:hover.c-button,
button:hover.c-button {
    background-color: #9AA739;
}

button.c-button--submit {
    padding: 9px 20px;
    cursor: pointer;
}

.c-inline-list--trio li a.c-button {
    width: calc(100% - 20px);
    text-align: center;
}

a.c-button--light {
    background-color: #efefef;
    color: #6B717E !important;
}

a:hover.c-button--light {
    background-color: #CCC;
}

a.c-button--twitter {
    background-color: #4999e9;
    background-image: url('/images/twitter.svg');
    background-size: 15px 13px;
    background-position: 8px center;
    background-repeat: no-repeat;

    padding-left: 32px;
}

a:hover.c-button--twitter {
    background-color: #3678ba;
}

a.c-button--facebook {
    background-color: #1877F2;
    background-image: url('/images/facebook.svg');
    background-size: 13px 13px;
    background-position: 10px center;
    background-repeat: no-repeat;

    padding-left: 32px;
}

a.c-button--instagram {
    background-color: #e1306c;
    background-image: url('/images/instagram.svg');
    background-size: 13px 13px;
    background-position: 10px center;
    background-repeat: no-repeat;

    padding-left: 32px;
}

a:hover.c-button--facebook {
    background-color: #3678ba;
}

a:hover.c-button--instagram {
    background-color: #c13584;
}

a.c-button--sidebar {
    display: block;

    margin: 16px 0 0;
    padding: 12px 13px;

    text-align: center;
}

a.c-button--active {
    background-color: #9AA739;
}

.nav-item--active {
    color: #9AA739 !important;
}

/* Images */

.c-image {
    display: block;
    max-width: 100%;
}

.c-image--full {
    width: 100%;
    margin-bottom: 20px;
}

#nav {
    float: left;
    padding: 0 20px 50px 28px;
    width: 150px;
}

#nav img {
    display: block;
    border: 0px;
}

#nav ul {
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%);
    margin: 0;
    padding: 15px 0 20px;
}

#nav li {
    margin: 6px 0px 0px 0px;
    padding: 5px;
    list-style: none;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
}

#nav a,
#nav a:link {
    color: #6B717E;
    font-weight: bold;
    text-decoration: none;
}

#nav a:hover {
    text-decoration: underline;
}

#content {
	padding-bottom: 30px;
}

#newsContent {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #7f7e6d;
    clear: left;
}

#contentText h2, #newsContent h2 {
    margin: 0;
    padding: 0;
}

#bodytext {
    padding-top: 36px;
}

#bodytext table {
    text-align: left;
    border-collapse: collapse;
    border: 1px solid #999;
}

#bodytext table th {
    background-color: #6B717E;
    color: #FFF;
}

#bodytext table tr:nth-child(3n) {
    background-color: #efefef;
}

#bodytext table td {
    border: 1px solid #999;
}

#extrainfo {
    padding-top: 36px;
}

#extrainfo #exhibition {
    padding: 4px 8px;
}

#extrainfo p {
    margin: 0;
}

#extrainfo h2 {
    background-color: #6B717E;
    color: #efefef;
    font-size: 24px;
    margin: 0;
    padding: 15px 20px 0;
}

#extrainfo h3 {
    font-size: 16px;
    margin-top: 0;
}

#galleryOpen {
    background-color: #6B717E;
    color: #efefef;
    padding: 20px;
    margin: 0;
}

#footer {
	padding-top: 30px;
	padding-bottom: 30px;

    color: #efefef;
    font-size: 11px;
}

#footer img {
    border: 0px;
}
§
#footer ul {
    margin: 0 0 15px 0;
    padding: 0;
}

#footer li {
    display: inline;
    list-style: none;
    padding: 0px 5px 0px 0px;
    margin: 0px 5px 0px 0px;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited {
    color: #B4C24B;
}

.map {
    border: 1px solid #999;
}

.photoLeft {
    border: 1px solid #999;
    float: left;
    margin: 0px 10px 10px 0px;
}

.photoRight {
    border: 1px solid #999;
    float: right;
    margin: 0px 0px 10px 10px;
}

.event, .eventFirst {
    padding: 10px;
    margin: 0 0 10px 0;
    border: 1px solid #556a1d;

    background-color: #ffffef;

    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

.event h2, .eventFirst h2 {
    padding: 0;
    margin: 0 0 12px 0;
    line-height: 30px;
}

.event h3, .eventFirst h3 {
    padding: 6px 0 6px 6px;
    margin: 0;
    border-left: 3px solid;
}

/* Added styles */
.c-row--grey {
	background-color: #6B717E;
}

.c-aside {
	background-color: #6B717E;
	padding: 10px;
}

.t-page {
    border-top: 5px solid #333;
    background: #fff url(/images/wp-bg.png) repeat-x;
}

.c-caption {
    font-size: 12px;
    margin-top: -10px;
}

/* Lottery styles */
a.c-lottery {
    display: block;
    margin-top: 16px;
    background-color: #49D5B8;
    color: #FFF;
    text-decoration: none;
}

a:hover.c-lottery {
    background-color: #3AAB93;
}

.c-lottery__media {
    display: block;
    max-width: 100%;
}

.c-lottery__button {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.c-lottery__title,
.c-lottery__copy {
    display: block;
}

.c-lottery__title {
    margin-bottom: 10px;
    text-transform: uppercase;
}

/* Form Styles */
.c-form {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 10px;

    margin-bottom: 20px;
}

.c-form__row {
    position: relative;
    grid-column: span 12;
}

.c-form__row--inline {
    display: flex;
    align-items: flex-start;

    margin-top: 10px;
    width: 100%;
}

.c-form__row--submit {
    margin-top: 10px;
}

.c-form__row--50 {
    grid-column: span 6;
}

.c-label {
    display: block;

    margin-bottom: 6px;

    color: #6B717E;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold; 
}

.c-label--inline {
    margin-top: 0px;
    padding-left: 10px;
}

.c-input,
.c-select {
    display: block;

    border-radius: 6px;
    border: 1px solid #6B717E;
    padding: 6px;
    width: 100%;

    box-sizing: border-box;
}