
.margin-bottom-0 {margin-bottom: 0;}

.padding-bottom-50 {padding-bottom: 50px;}

.padding-top-40 {padding-top: 40px;}

.strong-upper {
	text-transform: uppercase;
	font-weight: 700;
	color: #3e3e3e;
}

.gtzt-box-links div ul {margin-top: 60px;}

.gtzt-box-links-mid li {
	font-weight: 700;
	font-size: 20px;
	color: #7F5E25;
	text-transform: uppercase;
	margin: 4px 8px;
}

.gtzt-box-links-mid li a {
	text-decoration: none;
	color: #7F5E25!important;
	padding: 8px 18px !important;
	border: 3px solid #d7ab5f;
	display: block;
}

.gtzt-box-links-mid li a:hover {
	background: #7F5E25;
	color: #fff!important;
	border: 3px solid #7F5E25;
}

.gtzt-box-links-west li {
	font-weight: 700;
	font-size: 18px;
	color: #c6e9ef;
	text-transform: uppercase;
	margin: 4px 4px;
}

.gtzt-box-links-west li a {
	text-decoration: none;
	color: #173b6b!important;
	padding: 8px 18px !important;
	border: 3px solid #c6e9ef;
    background-color: #c6e9ef;
	display: block;
}

.gtzt-box-links-west li a:hover {
	background: #173b6b;
	color: #fff!important;
	border: 3px solid #173b6b;
}

.gtzt-box-links-south li {
	font-weight: 700;
	font-size: 20px;
	color: #714c6d;
	text-transform: uppercase;
	margin: 4px 8px;
}

.gtzt-box-links-south li a {
	text-decoration: none;
	color: #714c6d!important;
	padding: 8px 18px !important;
	border: 3px solid #bea9b8;
	display: block;
}

.gtzt-box-links-south li a:hover {
	background: #714c6d;
	color: #fff!important;
	border: 3px solid #714c6d;
}

.gtzt-box-links-north li {
	font-weight: 700;
	font-size: 20px;
	color: #03616d;
	text-transform: uppercase;
	margin: 4px 8px;
}

.gtzt-box-links-north li a {
	text-decoration: none;
	color: #03616d!important;
	padding: 8px 18px !important;
	border: 3px solid #96d5d5;
	display: block;
}

.gtzt-box-links-north li a:hover {
	background: #03616d;
	color: #fff!important;
	border: 3px solid #03616d;
}

.gtzt-box-links-region li {
	font-weight: 700;
	font-size: 20px;
	color: #3c8552;
	text-transform: uppercase;
	margin: 4px 8px;
}

.gtzt-box-links-region li a {
	text-decoration: none;
	color: #3c8552!important;
	padding: 8px 18px !important;
	border: 3px solid #cfe0c3;
	display: block;
}

.gtzt-box-links-region li a:hover {
	background: #3c8552;
	color: #fff!important;
	border: 3px solid #3c8552;
}

.gtzt-p p {
	font-size: 17px;
	line-height: inherit;
	margin-bottom: 14px;
	color: #fff;
}

.gtzt-p-dark p {
	font-size: 17px;
	line-height: inherit;
	margin-bottom: 14px;
	color: #121518;
}

@media (max-width: 991.98px) {
	.gtzt-p-dark p {
		font-size: 16px;
	}
	.hidden-md {
		display: none;
	}
}

.gtzt-register-mid {
	background: #7F5E25;
}

.gtzt-register-mid a {
	color: white;
}

.gtzt-register-mid a:hover {
	color: #F2D479;
	text-decoration: underline;
}

.gtzt-register-west {
	background: #495BA8;
}

.gtzt-register-west a {
	color: white;
}

.gtzt-register-west a:hover {
	color: #c6e2ff;
	text-decoration: underline;
}

.gtzt-register {
	background: #714c6d;
}

.gtzt-register a {
	color: white;
}

.gtzt-register a:hover {
	color: #c6e2ff;
	text-decoration: underline;
}


.list-group-item p {
	font-size: 18px;
	line-height: inherit;
}



.skip-to-content-link {
	background: #f3f3f3;
	border-radius: 2px;
	height: 40px;
	width: 160px;
	right: 30px;
	padding: 6px 10px;
	position: absolute;
	transform: translateY(-200%);
	transition: transform 0.3s;
	font-weight: 600;
	color: #000000;
	text-align: center;
	z-index: 2000;
	text-decoration: underline!important;
}
  
.skip-to-content-link:focus {
	transform: translateY(0%);
}

.breadcrumb {
	font-size: 0.9em;
	color: #555;
}

p.event-people {
	font-size: 1.0em; 
	margin-bottom: 8px;
}

p.event-time {
	font-size: 1.0em;
}

@media (max-width: 575.98px) {
	.hidden-sm {
		visibility: hidden;
	}
}