:root {
		--gutter-x: 0;
		--gutter-y: 0;
}

.gt-mini-bar {
		position: relative;
		margin-top: 2.2rem;
}

.gt-mini-bar::before {
		position: absolute;
		left: 0;
		height: 4px;
		content: "";
		width: 2rem;
		top: -12px;
		background-color: #857437;
}

.row {
		--gutter-x: 1.5rem;
		--gutter-y: 0.5rem;
		display: flex;
		flex-flow: row wrap;
}

.col {
		flex: 0 0 auto;
		width: 50%;
}

@media (max-width: 800px) {
		.row {
				flex-direction: column;
		}
		.col {
				width: 100%;
		}
}

.gt-card {
		padding: var(--gutter-y) calc(var(--gutter-x) / 2);
		display: flex;
}

.gt-card .gt-card-content {
		background-color: white;
		border-radius: 5px;
}

.gt-card .gt-card-description {
		padding: 1.5rem 0.5rem 0.5rem;
}

.img-fluid {
		max-width: 100%;
		width: 100%;
		height: auto;
}

.rounded-top {
		border-top-left-radius: 1.25rem !important;
		border-top-right-radius: 1.25rem !important;
}

a, a:link {
		color: inherit;
		font-weight: 700;
		transition: all 0.35s;
}


a:hover, a:focus, a:active {
		color: inherit;
}

a img {
		border: 0;
}

a h2:hover {
		color: #A4925A;
}

ul {
	list-style-type: none;
}

.entry-content ul.wp-block-list {  
    list-style-type: inherit;  
}

/* site footer widgets would not save addtional css classes so have to brute force this class on all of the website lists for now */


.ul-with-style {
	list-style-type: disc !important;
}

.wp-block-button__link {
}

.wp-block-rss__item {
		border-radius: 4px;
		margin: 0 0 1em;
}

.wp-block-rss__item-title {
	background: hsla(240,5%,57%,.1);
	border-radius: 4px;
	padding: 10px 5px;
	position: relative;
	transition: .3s ease-in-out;
}

.wp-block-rss__item-title > a {
		border-radius: 1px;
		padding: 5px 5px;
		position: relative;
		font-size: 1em;
		font-weight: bold;
}

.wp-block-rss__item-title:hover {
	background-color: #003057;
}

.wp-block-rss__item-title:hover > a {
	color: white;
}

.wp-block-rss__item-publish-date {
		padding: 10px 15px;
}

.wp-block-rss__item-excerpt {
		padding: 0px 15px;
}

.wp-block-genesis-blocks-gb-notice {
	transition: box-shadow .3s;
}

.wp-block-genesis-blocks-gb-notice:hover {
	background-color: #003057;
	box-shadow: 0 0 11px rgba(33,33,33,.15) !important;
}

.gb-container-content > ul {
	margin: 0;
}

.gb-notice-text {
	min-height: 100px;
}

.gt-menu-main {
	background-color: white;
}

.updates-events {
	min-height: 900px;
}

.status-widget-container {
	min-height: 100px;
	max-height: 100px;
}

.calendarp-date-item {
	display: flex;
	flex-direction: row;
}

.calendarp-date {
	background: none !important;
}

.wp-block-genesis-blocks-gb-column {
	border-radius: 30px;
}

.gb-container-image-wrap {
	overflow: hidden;
}

.gb-container-image-wrap:hover .gb-container-image {
	transform: scale(1.2);
}

.wp-block-heading {
	border-radius: 5px;
}

.gb-block-layout-column-inner {
	border-radius: 5px;
}

.calendar-event > h3 > a {
	font-size: 1em;
	font-weight: bold;
	transition: .3s ease-in-out;
}

.calendar-event > h3 > a:hover {
	background-color: #003057;
	color: white;
}

#gt-menu-main-tray-2 > ul {
	display: flex;
	flex-direction: column;
}

#gt-menu-main-tray-2 > ul > li {
	padding: 0 1.188rem;
}

#gt-menu-main-tray-2 > ul > li > ul {
	padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 0;
  padding-bottom: 0;
  margin: 0;
  width: 100%;
}

#current-status-description {
	color: black;
	font-weight: bold;
}

img:hover {
		transform: none !important;
}

.height-100 {
		height: 100px;
}

.flex {
		display: flex;
}

.flex-col {
		flex-direction: column;
}

/*Border Around the Service CoBlock*/
.wp-block-coblocks-service{
  border: 1px solid #D6DBD4;
  border-radius: 2px;
}

/*Padding for content inside the service CoBlock*/
.wp-block-coblocks-service .wp-block-coblocks-service__content {
   padding:15px 15px;
}