/*
	for wordpress/live changes
*/

.wp-block-image img{
	height: auto;
	width: 100%;
}

.defaultTemplate h1,
.defaultTemplate .h1,
.defaultTemplate h2,
.defaultTemplate .h2,
.defaultTemplate h3,
.defaultTemplate .h3,
.defaultTemplate h4,
.defaultTemplate .h4,
.defaultTemplate h5,
.defaultTemplate .h5,
.defaultTemplate h6,
.defaultTemplate .h6{
	color: #fff;
}

.defaultTemplate ul{
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
}

.defaultTemplate ul li{
	list-style-type: none;
}

.wp-block-quote{
	padding: 11px 0 0 45px;
	position: relative;
}

.wp-block-quote::before{
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: url('../images/iconQuoteWhite.png') no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	width: 30px;
	height: 25px;
}

.wp-block-quote p{
	margin-bottom: 8px;
}

.wp-block-quote cite{
	position: relative;
	font-style: normal;
	font-weight: normal;
	display: block;
	padding-top: 12px;
}

.wp-block-quote cite::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	background-color: currentColor;
	width: 30px;
	height: 1px;
}

.wp-block-cover__inner-container{
	text-align: center;
}

.wp-block-cover__inner-container .has-large-font-size{
	font-size: 2.5rem;
	font-family: "miller-banner", "Times New Roman", Times, serif;
}

.wp-block-table td,
.wp-block-table th{
	border:  1px solid #fff;
}

.wp-block-button__link,
.wp-block-search .wp-block-search__button{
	padding: 8px 15px;
	font-size: .625rem;
	line-height: 1;
	-webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	text-transform: uppercase;
	text-align: left;
	position: relative;
	min-width: 163px;
	background-color: #fff;
	color: #444;
	font-weight: 400;
}

.wp-block-button__link:hover,
.wp-block-search .wp-block-search__button:hover{
	background-color: #444;
	border-color: #444;
	color: #fff;
}

.wp-block-button__link::after{
	color: inherit;
	position: absolute;
	right: 21px;
	top: 50%;
	content: "\f054";
	font-weight: 900;
	transform: translateY(-50%);
	font-size: 1.4em;
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.wp-block-media-text__media .has-large-font-size{
	font-family: "miller-banner", "Times New Roman", Times, serif;
}

.wp-block-calendar table{
	font-family: inherit;
}

.wp-block-calendar table th{
	background-color: #40464d;
}

.wp-block-calendar table tbody{
	color: #fff;
}

.wp-block-calendar table #today{
	background-color: #dcdcdc;
	color: #40464d;
	font-weight: 700;
}

.wp-block-calendar tfoot a,
.wp-block-calendar table caption{
	color: #fff;
}

.wp-block-calendar tfoot a:hover{
	color: #fefefe;
}

.wp-block-search__input{
	border: solid #bfbfbf;
	color: #fff;
	padding: 8px 15px;
	border-width: 0 0 1px 1px;
	font-weight: 400;
	font-size: .625rem;
	line-height: 1;
	height: 36px;
	display: block;
	width: 100%;
	background-color: transparent;
}

.wp-block-search__input::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
.wp-block-search__input:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}
.wp-block-search__input::placeholder {
	color: #fff;
	opacity: 1;
}

.wp-block-search .wp-block-search__button{
	margin-top: 15px;
	border: 1px solid transparent;
	background-color: #fff;
	margin-left: 0;
}

.wp-block-search__button:hover{
	border-color: #444;
	color: #fff;
	background-color: #444;
}

.wp-block-search__button::after{
	position: absolute;
	right: 35px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1.4em;
	color: #398995;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
}

.wp-block-latest-posts > li > a,
.wp-block-categories > li > a{
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	color: #fff;
}

.wp-block-latest-posts > li > a:hover,
.wp-block-latest-posts > li.active > a,
.wp-block-categories > li > a:hover,
.wp-block-categories > li.active > a{
	color: #398995;
}

@media (min-width: 768px) {

	.wp-block-cover__inner-container .has-large-font-size{
		font-size: 3.1875rem;
	}

	.wp-block-quote{
		padding-top: 18px;
		padding-left: 80px;
	}

	.wp-block-quote::before{
		width: 56px;
		height: 46px;
	}

	.wp-block-quote p{
		margin-bottom: 39px;
	}

	.wp-block-quote cite::before{
		width: 55px;
	}

	.wp-block-search__input{
		font-size: 15px;
		line-height: 1.1578947368;
		border-width: 0 0 2px 2px;
		height: 49px;
	}
}

@media (min-width: 992px) {
	
	.wp-block-cover__inner-container .has-large-font-size{
		font-size: 3.8125rem;
	}

	.wp-block-quote cite::before{
		height: 2px;
	}

	.wp-block-button__link,
	.wp-block-search .wp-block-search__button{
		font-size: 1.0625rem;
		padding: 15px 35px;
		min-width: 270px;
	}

	.wp-block-search .wp-block-search__button{
		padding-left: 20px;
	}
}

@media (min-width: 1335px) {
	
	.wp-block-cover__inner-container .has-large-font-size{
		font-size: 4.4375rem;
	}

	.wp-block-search .wp-block-search__button{
		margin-top: 50px;
	}

	.wp-block-search .wp-block-search__button::after{
		margin-top: 2px;
	}
}

.sgcDetailsBlock h1,
.sgcDetailsBlock .h1{
	color: #fff;
	margin-bottom: 20px;
}

.rMore[aria-expanded="false"]::before{
	content: 'More';
	display: inline;
}

.rMore[aria-expanded="true"]::before{
	content: 'Less';
}

.rMore[aria-expanded="true"]::after{
	-webkit-transform: rotate(-45deg) translateY(3px);
	-ms-transform: rotate(-45deg) translateY(3px);
	transform: rotate(-45deg) translateY(3px);
}
