/*
	BASIC STYLES
*/
body {
    background-color: #999;
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    margin-bottom: 1rem;
}
p {
    margin-bottom: 1rem;
}
ul {
    padding-left: 1rem;
    margin-bottom: 1rem;
}
a {
    color: #000;
    text-decoration: underline;
}
a:hover, a:focus {
    color: #00e;
    text-decoration: underline;
}
b, strong {
    font-weight: 600;
}
.links-plain a {
    text-decoration: none;
}
.links-plain a:hover, .links-plain a:focus {
    text-decoration: underline;
}
.text-red {
    color: #db0000;
}
.text-red a {
    color: #db0000;
}
.text-red a:hover, .text-red a:focus {
    color: #db0000;
    text-decoration: underline;
}
.text-white {
    color: #fff;
}
.text-white a {
    color: #fff;
}
.text-white a:hover, .text-white a:focus {
    color: #fff;
    text-decoration: underline;
}
.text-note {
    font-weight: normal;
    font-size: 1.0rem;
    color: #666;
}
.border-green {
    border: 1px solid #86994e;
}
/*
	HEADER & MENU STYLES
*/
header {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
}
@media (min-width: 576px) {
    header {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    header {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    header {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    header {
        max-width: 1140px;
    }
}
#menu-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #ccc;
}
#menu-top li {
    padding: 0;
    margin: 0;
}
#menu-top a {
    display: block;
    padding: 0.5rem 10px;
    color: #000;
    text-decoration: none;
}
#menu-top a:hover, #menu-top a:focus {
    color: #000;
    text-decoration: underline;
}
@media (min-width: 992px) {
    #menu-top {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    #menu-top a {
        padding: 0.5rem 20px;
    }
}
@media (min-width: 1200px) {
    #menu-top a {
        padding: 0.5rem 30px;
    }
}
#splash {
    position: relative;
    height: 140px;
    padding: 1px 0;
    margin: 0;
}
.splash-outer {
    background-image: url("../images/bg-splash-sgpc-720.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
.splash-outer-green {
    background-image: url("../images/bg-splash-green-720.jpg");
}
.splash-inner {
    background-image: url("../images/bg-stripe-grey-60.png");
    background-repeat: repeat-x;
    background-position: center;
}
@media (min-width: 992px) {
    #splash {
        height: 158px;
        padding: 0;
        margin: 1px 0;
    }
    .splash-outer {
        background-image: url("../images/bg-splash-sgpc-1140.jpg");
        background-size: cover;
    }
    .splash-outer-green {
        background-image: url("../images/bg-splash-green-1140.jpg");
    }
    .splash-inner {
        background: none;
    }
}
#logo-sgpc {
    width: 245px;
    height: 138px;
}
#logo-sgpc img {
    max-width: 100%;
    height: auto;
}
@media (min-width: 576px) {
    #logo-sgpc {
        width: 430px;
    }
}
@media (min-width: 992px) {
    #logo-sgpc {
        width: 480px;
    }
}
@media (min-width: 1200px) {
    #logo-sgpc {
        width: 570px;
    }
}
#toggle-menu-main {
    display: inline-block;
    position: absolute;
    top: 48px;
    right: 15px;
    width: 42px;
    height: 42px;
    margin: 0;
    padding: 0;
    background: none;
    border: solid 2px #fff;
    border-radius: 3px;
    background-image: url("../images/icon-menu.png");
    background-repeat: no-repeat;
    background-size: 152px 38px;
    background-position: 0 0;
}
#toggle-menu-main:hover, #toggle-menu-main:focus {
    background-color: #994e61;
}
#toggle-menu-main.menu-active {
    background-position: -38px 0;
}
@media (min-width: 576px) {
    #toggle-menu-main {
        right: 20px;
    }
}
@media (min-width: 992px) {
    #toggle-menu-main {
        display: none;
    }
}
#menu-main {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #994e61;
}
#menu-main li {
    position: relative;
    padding: 0;
    margin: 0;
}
#menu-main li:hover {
    background-color: #6D7D40;
}
#menu-main a {
    display: block;
    position: relative;
    padding: 0.5rem 15px;
    color: #fff;
    text-decoration: none;
    border-bottom: solid 1px #fff;
}
#menu-main a:hover, #menu-main a:focus {
    background-color: #6D7D40;
}
#menu-main ul {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #ddd;
}
#menu-main ul a {
    color: #000;
}
#menu-main ul a:hover, #menu-main ul a:focus {
    background-color: #ccc;
}
#menu-main button {
    position: absolute;
    width: 38px;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 17px;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    background-image: url(../images/icon-menu.png);
    background-repeat: no-repeat;
    background-size: 152px 38px;
    background-position: -76px center;
}
#menu-main button.sub-active {
    background-position: -114px center;
}
@media (min-width: 576px) {
    #menu-main a {
        padding: 0.5rem 20px;
    }
    #menu-main button {
        right: 22px;
    }
}
@media (min-width: 992px) {
    #menu-main {
        display: -ms-flexbox;
        display: flex;
    }
    #menu-main a {
        border: none;
    }
    #menu-main li.sub-menu a:after {
        content: "";
        display: inline-block;
        background: url(../images/icon-pointer.png) no-repeat left center;
        margin: 0 0 1px 4px;
        width: 9px;
        height: 5px;
    }
    #menu-main ul {
        position: absolute;
        border-bottom: solid 5px #525557;
        z-index: 9999;
    }
    #menu-main li:hover ul, #menu-main li.sfHover ul {
        display: block;
    }
    #menu-main li.sub-menu ul a:after {
        content: none;
    }
    #menu-main ul li {
        white-space: nowrap;
    }
    #menu-main button {
        display: none;
    }
}
@media (min-width: 1200px) {
    #menu-main a {
        padding: 0.5rem 30px;
    }
}
/*
	BANNER STYLES
*/
.container-banner {
	background-color: #000;
	padding-top: 1rem;
	text-align: center;
}
.container-banner img {
	margin-bottom: 1rem;
	max-width: 200px;
}
.container-banner p {
	color: #fff;
}
.container-banner p.banner-heading {
	font-size: 1.2em;
	font-weight: bold;
}
.container-banner a {
	color: #fff;
	text-decoration: none;
}
.container-banner a:hover, .container-banner a:focus {
	color: #fff;
	text-decoration: underline;
}
@media (min-width: 576px) {
	.container-banner {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media (min-width: 768px) {
	.container-banner {
		max-width: 720px;
		padding: 2rem 0;
		text-align: left;
	}
	.container-banner img {
		margin-bottom: 0;
		max-width: 100%;
	}
}
/*
	BREADCRUMB STYLES
*/
.container-breadcrumbs {
    background-color: #ccc;
}
.container-breadcrumbs h1 {
    padding: 0.5rem 0;
    margin: 0;
    text-align: center;
    font-size: 1rem;
    font-weight: normal;
}
.container-breadcrumbs p {
    padding: 0.5rem 0;
    margin: 0;
    text-align: center;
}
@media (min-width: 992px) {
    .container-breadcrumbs {
        background-color: #fff;
        padding: 0 20px;
        border: none;
    }
    .container-breadcrumbs h1 {
        padding: 1rem 0;
        text-align: left;
        font-size: 2em;
        font-weight: 600;
    }
    .container-breadcrumbs p {
        padding: 1rem 0;
        text-align: left;
    }
}
@media (min-width: 1200px) {
    .container-breadcrumbs {
        padding: 0 30px;
    }
}
/*
	GENERAL CONTENT STYLES
*/
.container-content {
    padding: 0.5rem 15px 0 15px;
    background-color: #fff;
}
@media (min-width: 576px) {
    .container-content {
        padding: 0.5rem 20px 0 20px;
    }
}
@media (min-width: 992px) {
    .container-content {
        padding: 0 20px;
    }
}
@media (min-width: 1200px) {
    .container-content {
        padding: 0 30px;
    }
}
.heading {
    margin: 0;
}
.heading-sub {
    margin-bottom: 1rem;
}
/*
	LISTING STYLES
*/
div.listing, a.listing {
    height: 100%;
    padding: 1rem 1rem 0.5rem 1rem;
    margin: 0;
    background-color: #eee;
    border-top: solid 5px #86994e;
}
a.listing {
    display: block;
    color: #000;
    text-decoration: none;
}
a.listing:hover, a.listing:focus {
    background-color: #ddd;
}
.listing-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 0.5rem auto;
    border: none;
}
.listing-image-left {
    display: inline-block;
    max-width: 25%;
    margin: 0 1rem 0.5rem 0;
    float: left;
}
.listing-image-right {
    display: inline-block;
    max-width: 25%;
    margin: 0 0 0.5rem 1rem;
    float: right;
}
.listing-image-border {
    border: solid 1px #000;
}
.listing-heading {
    margin: 0 0 0.5rem 0;
    font-size: 1.1rem;
    font-weight: 600;
}
a.listing:hover .listing-heading, a.listing:focus .listing-heading {
    color: #000;
    text-decoration: underline;
}
.listing-text {
    margin-bottom: 0.5rem;
}
.listing-text-credits {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    font-style: italic;
}
/*
	MAIN STYLES
*/
.main-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 1rem auto;
    border: none;
}
.main-image-left {
    display: inline-block;
    max-width: 120px;
    margin: 0 1rem 0.5rem 0;
    float: left;
}
.main-image-right {
    display: inline-block;
    max-width: 120px;
    margin: 0 0 0.5rem 1rem;
    float: right;
}
.main-image-border {
    border: solid 1px #000;
}
.main-credits {
    font-style: italic;
}
.main-caption {
    text-align: center;
    font-size: 0.9rem;
    font-style: italic;
}
@media (min-width: 576px) {
    .main-image-left, .main-image-right {
        max-width: 160px;
    }
}
@media (min-width: 768px) {
    .main-image-left, .main-image-right {
        max-width: 200px;
    }
}
@media (min-width: 1200px) {
    .main-image-left, .main-image-right {
        max-width: 250px;
    }
}
/*
	SUMMARY BOX STYLES
*/
.summary-box {
    margin-bottom: 1rem;
}
.summary-box-heading {
    margin: 0;
    padding: 0.5rem 1rem;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    background-color: #6D7D40;
}
.summary-box-heading-maroon {
    background-color: #994e61;
}
.summary-box-content {
    padding: 1rem 1rem 0.1rem 1rem;
    margin: 0;
    background-color: #eee;
}
/*
	HIGHLIGHT BOX STYLES
*/
.highlight-box {
    margin-bottom: 1rem;
    padding: 1rem 1rem 0.1rem 1rem;
    border-radius: 0.5rem;
    background-color: #eee;
}
.highlight-box-blue {
    background-color: #c6dae7;
}
.highlight-box-green {
    background-color: #c7ebdc;
}
.highlight-box-red {
    background-color: #faebec;
}
.highlight-box-black {
    background-color: #000;
}
/*
	XMAS BOX STYLES
*/
.xmas-box-outer {
   margin-bottom: 1rem;
   background-color: #b80000;
	text-align: center;
	color: #fff;
	background-image: url("../images/bg-box-xmas-top.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top;
}
.xmas-box-inner {
   padding: 5rem 2rem 4rem 2rem;
	background-image: url("../images/bg-box-xmas-bot.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom;
}
/*
	LOCATION MAP STYLES
*/
.location-map-wrapper {
    position: relative;
    margin: 0;
    padding-bottom: 100%; /* 1:1 */
    height: 0;
    overflow: hidden;
}
.location-map-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
@media (min-width: 768px) {
    .location-map-wrapper {
	    padding-bottom: 66.66%; /* 6:4 */
    }
}
@media (min-width: 992px) {
    .location-map-wrapper-sidebar {
	    padding-bottom: 100%; /* 1:1 */
    }
}
/*
	VIDEO STYLES
*/
.video-wrapper {
    position: relative;
    margin: 0;
    padding-bottom: 56.25%;
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*
	SIDEBAR STYLES
*/
div.sidebar, a.sidebar {
    display: block;
    height: 100%;
    padding: 1rem 1rem 0.5rem 1rem;
    margin: 0;
    background-color: #eee;
    border-top: solid 5px #86994e;
}
a.sidebar {
    color: #000;
    text-decoration: none;
}
a.sidebar:hover, a.sidebar:focus {
    background-color: #ddd;
}
.sidebar-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 0.5rem auto;
    border: none;
}
.sidebar-image-left {
    display: inline-block;
    max-width: 80px;
    margin: 0 0.5rem 0.5rem 0;
    float: left;
}
.sidebar-image-right {
    display: inline-block;
    max-width: 80px;
    margin: 0 0 0.5rem 0.5rem;
    float: right;
}
.sidebar-image-border {
    border: solid 1px #000;
}
.sidebar-heading {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    font-weight: 600;
}
a.sidebar:hover .sidebar-heading, a.sidebar:focus .sidebar-heading {
    color: #333;
    text-decoration: underline;
}
.sidebar-text, .sidebar-list {
    margin-bottom: 0.5rem;
}
/*
	GALLERY STYLES
*/
.gallery {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.9rem;
    line-height: 1.25;
}
.gallery div {
    text-align: center;
    margin-bottom: 1.5rem;
}
.gallery img {
    max-width: 100%;
    height: auto;
    border: solid 1px #000;
}
.gallery a {
    text-decoration: none;
}
.gallery a:hover, .gallery a:focus {
    text-decoration: underline;
}
.gallery a:hover img, .gallery a:focus img {
    border: solid 1px #db0000;
}
/*
   CALENDAR STYLES
*/
.calendar-row-month, .calendar-row-weekday {
    display: none;
}
.calendar-col-date {
    margin-bottom: 1rem;
    padding: 1rem 1rem 0.5rem 1rem;
    background-color: #eee;
    border-top: solid 5px #86994e;
}
.calendar-col-event {
    background-color: #c6dae7;
}
.calendar-col-today {
    background-color: #faebec;
}
.calendar-col-blank {
    display: none;
}
.calendar p, .calendar ul {
    margin-bottom: 0.5rem;
    padding: 0;
}
.calendar ul {
    padding-left: 1rem;
}
.calendar a {
    text-decoration: none;
}
.calendar a:hover, .calendar a:focus {
    text-decoration: underline;
}
@media (min-width: 768px) {
    .calendar {
        border-left: solid 1px #767676;
        border-top: solid 1px #767676;
    }
    .calendar p, .calendar ul {
        margin: 0;
        padding: 0;
    }
    .calendar ul {
        list-style: none;
        font-size: 0.9rem;
    }
    .calendar-mobile-extras {
        display: none;
    }
    .calendar-col-blank {
        display: block;
    }
    .calendar-row-month, .calendar-row-weekday, .calendar-row-date {
        display: -ms-flexbox;
        display: flex;
    }
    .calendar-col-month, .calendar-col-weekday, .calendar-col-date {
        position: relative;
        width: 100%;
        padding: 0.5rem;
        margin: 0;
        border-right: solid 1px #767676;
        border-bottom: solid 1px #767676;
        border-top: none;
        overflow: hidden;
    }
    .calendar-col-month {
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
        background-color: #767676;
    }
    .calendar-col-weekday, .calendar-col-date {
        -ms-flex: 0 0 14.28571428%;
        flex: 0 0 14.28571428%;
        max-width: 14.28571428%;
    }
    .calendar-col-weekday {
        background-color: #ccc;
    }
    .calendar-col-blank {
        background-color: #fff;
    }
}
/*
	FORM STYLES
*/
.tt-form {
    margin: 0;
    padding: 0;
}
.tt-form fieldset {
    margin-bottom: 1rem;
    padding: 1rem 1rem 0.5rem 1rem;
    border: solid 1px #999;
}
.tt-form legend {
    width: auto;
    margin: 0;
    padding: 0;
    font-weight: 600;
}
.tt-form-block {
    margin-bottom: 0.5rem;
    padding: 0;
    clear: both;
}
.tt-form-block-float {
    float: left;
    margin-right: 0.5rem;
    clear: none;
}
.tt-form-label {
    margin-bottom: 0.5rem;
    padding: 0;
    font-weight: 600;
}
.tt-form-note {
    margin-bottom: 0.5rem;
    padding: 0;
    color: #666;
    font-style: italic;
    font-weight: normal;
}
.tt-form-field {
    max-width: 100%;
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    font-size: 1rem;
    background-color: #eee;
    border: solid 1px #666;
    color: #000;
}
.tt-form-field-full {
    width: 100%;
}
.tt-form-button {
    max-width: 100%;
    margin-bottom: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    background-color: #6D7D40;
    border: solid 1px #6D7D40;
    cursor: pointer;
    color: #fff;
}
.tt-form-button:hover, .tt-form-button:focus {
    background-color: #515D30;
}
.tt-form-button-full {
    width: 100%;
}
.tt-form-image {
    max-width: 100%;
    height: auto;
}
.tt-form-image-border-on {
    border: solid 1px #000;
}
.tt-form-image-border-off {
    border: none;
}
/*
	TABLE STYLES
*/
.tt-table-container {
    overflow-x: auto;
}
.tt-table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: #fff;
    border-collapse: collapse;
    border: none;
}
.tt-table-border, .tt-table-border th, .tt-table-border td {
    border: 1px solid #666;
}
.tt-table tr:nth-child(even) {
    background-color: #eee;
}
.tt-table th, .tt-table-row-heading td {
    background-color: #ccc;
}
.tt-table-row-disabled td {
    background-color: #aaa;
}
.tt-table th, .tt-table td {
    padding: 0.5rem;
    text-align: left;
}
.tt-table-note {
    font-size: 0.9rem;
    color: #666;
}
.tt-table-image {
    max-width: 100%;
    height: auto;
}
.tt-table-image-border-on {
    border: solid 1px #000;
}
.tt-table-image-border-off {
    border: none;
}
/*
	FOOTER STYLES
*/
.container-footer {
    background-color: #525557;
    padding: 1rem 15px 0 15px;
}
.container-footer p {
    color: #fff;
    text-align: center;
}
@media (min-width: 992px) {
    .container-footer {
        padding: 1rem 20px 0 20px;
    }
}
@media (min-width: 1200px) {
    .container-footer {
        padding: 1rem 30px 0 30px;
    }
}