* {
	box-sizing: border-box;
}

/* montserrat latin variable */
@font-face {
  font-family: Montserrat;
  font-weight: 400 700;
  font-display: swap;
  src: url('./fonts/montserrat-400-700.woff2') format(woff2) tech(variations);
}

@supports not font-tech(variations) {
  @font-face {
    font-family: Montserrat;
    font-weight: 400 700;
    font-display: swap;
    src: url('./fonts/montserrat-400-700.woff2') format('woff2 supports variations'),
      url('./fonts/montserrat-400-700.woff2') format("woff2-variations");
  }
}

@font-face {
	font-family: Montserrat-fallback;
	size-adjust: 113.29999999999998%;
	ascent-override: 83%;
	src: local("Arial");
}

@media screen, handheld, print, projection {

	body, button, input, select, textarea {
		font-family: Montserrat, Montserrat-fallback, Arial, Helvetica, sans-serif;
	}
	
	body {
		background-color: #fff;
		margin: 0;
        font-size: 16px;
		line-height: 24px;
		font-weight: 400;
		color: #3E3E3E;
	}

	p {
		line-height: 1.7em;
	}
	
	#header {
		width: 100%;
		background-image: url(images/header-bg.webp);
		background-repeat: repeat-x;
		background-size: contain;
		height: 72px;
		contain: content;
	}
	
	#header img {
		display: block;
		margin: 6px auto;
		border: 0;
		height: 60px;
	}

	#container {
		width: 100%;
		background-color: #fff;
		padding: 0 0 20px 0;
	}

    #headline img {
		float:left !important;
		margin: 0 10px 0 0 !important;
	}

	#content {
		min-width: 0;
		background-color: #fff;
	}
	
	#content img {
		display: block;
		margin: 5px auto 5px auto;
        float:none;
	}

	#grouping {
		width: 100%;
		margin: 0;
		background-color: #fff;
	}

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

	a {
		color: #1A40EA;
	}

	a:link,
	a:visited {
		text-decoration: none;
	}

	a:hover {
		color: #466FDF;
	}

	a:hover,
	a:active {
		text-decoration: underline;
	}

    table, td, th {
		padding: 0;
	}

	.table-responsive {
		clear: both;
		overflow-x: auto;
		background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #c3c3c5), color-stop(100%, rgba(195, 195, 197, 0))), -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #c3c3c5), color-stop(100%, rgba(195, 195, 197, 0)));
		background-image: -webkit-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), -webkit-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
		background-image: linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
		background-position: 0 0, 100% 0, 0 0, 100% 0;
		background-repeat: no-repeat;
		background-color: white;
		background-size: 4em 100%, 4em 100%, 1em 100%, 1em 100%;
		background-attachment: local, local, scroll, scroll;
	}

	.highlight {
		font-size: 0.9em;
		width: 95%;
		background-color: #F4F4F4;
		border: 1px solid #CCC;
		border-radius: 15px;
		padding: 10px;
	}
	
	.highlight  img {
		margin: 0 10px 0 0 !important;
		float: left !important;
	}
	
	.news  {
		width: 100%;
		background-color: #F4F4F4;
		border: 1px solid #CCC;
		margin: 5px auto 15px auto;
		padding: 8px;
	}
	
	.news h3 {
		background-color: #9595FF;
		padding: 10px 0px 6px 15px;
		margin: 0px;
		color: #FFF;
	}
	
	.news-full  {
		width: 90%;
		background-color: #F4F4F4;
		border: 1px solid #CCC;
		margin: 5px auto 20px auto;
		padding: 10px;
	}
	
	.news-full h3 {
		background-color: #9595FF;
		padding: 10px 0px 6px 15px;
		margin: 0px;
		color: #FFF;
	}
	
	.content-block {
		width: 100%;
		clear: both;
	}
	
	.thirds {
		width: 90%;
		background-color: #fff;
		border: 1px solid #CCC;
		padding: 10px;
	}
	
	.thirds h3 {
		background-color: #9595FF;
		padding: 10px 0px 6px 30px;
		margin: 0px;
		color: #FFF;
	}
	
	.column-2,
	.column-3 {
		width: 100%;
	}
	
	.captioned {
		border: 1px solid #CCC;
		background-color: #F4F4F4;
		margin: 5px auto 15px auto;
		text-align: center;
		font-style: italic;
		color: #666;
		font-size: 0.85em;
	}
	
	.captioned img {
        margin: 0px auto !important;
		float: none !important;
	}

    .captioned-half {
		border: 0px;
        width: 360px;
  		margin: 30px auto;
		text-align: center;
		font-style: italic;
		font-size: 0.9em;
	}

	.captioned-half img {
		width: 360px;
        margin: 0px !important;
	}

	#terms {
		padding: 10px;
		background-color: #CEDAE0;
		margin: 40px 0 40px 0;
		font-size: smaller;
	}
	
	.thirds img {
		margin: 0px auto !important;
		float: none !important;
	}
	
	#right-column h3 {
		background-color: #C4C4C4;
		padding: 10px 0px 6px 10px;
		margin: 0px;
		color: #FFF;
	}
	
	#right-column {
		width: 180px;
		margin: 0 auto;
	}
	
	ul, ol {
		padding-left: 1em;
	}
	
	ul {
		list-style-type: square;
	}
	
	li {
		line-height: 1.4em;
        margin: 0.8em 0;
	}

	textarea {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}

	#pollblock {
		display: block;
		clear: both;
		margin: 0px auto 15px auto;
		padding-bottom: 30px;
		border-top-width: thin;
		border-bottom-width: thin;
		border-top-style: solid;
		border-bottom-style: dotted;
		border-top-color: #066;
		border-bottom-color: #066;
	}

	#pollblock img {
		margin: 0;
		height: 0px;
	}

	#footer-ad {
		clear: both;
		width: 100%;
		text-align: center;
		background:  #93939C;
        padding: 10px 0px;
		border-bottom: 2px solid #eee;
	}
	
	#footer {
		width: auto;
		background-color: #0C530C;
		margin-top: 0;
		padding: 49px;
		display: flex;
		flex-direction: column;
		color: #FFFFFF;
        align-items: center;
        justify-content: center;
		font-size: 0.9em;
		line-height: 1.4em;
		text-align: center;
		content-visibility: auto;
		contain-intrinsic-height: 560px;
	}
	
	#footer .umbrella-widget > div,
	#footer .umbrella-widget > p,
	#footer .umbrella-widget > img {
		margin: 0;
		padding: 0 !important;
	}
	
	#footer .umbrella-widget > div {
		gap: 20px !important;
		display: flex;
		flex-direction: column;
	}
	
	#footer .umbrella-widget .logo-block {
		flex-direction: row;
		gap: 30px;
	}

	#footer .umbrella-widget .logo-block img {
		display: flex;
		align-items: center;
	}

    #footer > .footer-container {
        max-width: 1050px;
        display: flex;
        flex-direction: column;
        gap: 50px;
		width: 100%;
    }
	
    #footer .footer-logo {
        display: flex;
        justify-content: start;
    }
	
    #footer .footer-links {
        gap: 30px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
	
    #footer .footer-links .footer-box {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
		gap: 10px;
    }
	
	#footer .footer-links .footer-box a {
         line-height: 24px;
		 font-weight: 700;
		 font-size: 16px;
	}
	
	#footer .footer-links .footer-box a:hover,
	#footer .footer-links .footer-box a:active {
		color: #FFDE00;
		text-decoration: none;
	}
	
    #footer .footer-social {
        display: flex;
        gap: 20px;
        justify-content: start;
        align-items: center;
		font-size: 14px;
		line-height: 20px;
		font-weight: 700;
		flex-wrap: wrap;
    }
	
    #footer .footer-social .footer-social-links {
        display: flex;
        align-items: center;
        gap: 32px;
    }
	
	#footer .footer-social .footer-social-links a img {
		min-width: 15px;
		display: flex;
	}
	
    #footer .footer-copyright {
		display: flex;
		justify-content: start;
		align-items: center;
		margin: 0;
		font-size: 12px;
		line-height: 16px;
		font-weight: 400;
		gap: 5px;
    }
	
    #footer .footer-header {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
	
	@media (max-width: 768px) {
		#footer {
			padding: 40px;
		}
		#footer .footer-links .footer-box {
			gap: 20px;
		}
	}
	
	@media (max-width: 700px) {
		#footer .footer-links {
			grid-template-columns: repeat(2, 1fr);
		}
		.footer-links .footer-box:nth-child(3) {
			grid-column: 1 / -1;
		}
		#footer .umbrella-widget > div > div:nth-child(2) {
			justify-content: center;
		}
	}
	
	@media (max-width: 430px) {
		#footer {
			padding: 40px 30px 40px 30px;
		}
		#footer .footer-links {
			grid-template-columns: 1fr;
			gap: 40px;
		}
		#footer .footer-links .footer-box {
			justify-content: center;
			align-items: center;
		}
		#footer .footer-social {
			justify-content: center;
		}
		#footer .umbrella-widget > div {
			gap: 50px !important;
		}
		#footer .footer-copyright {
			align-self: center;
		}
		#footer .footer-copyright {
			padding: 0 30px;
		}
	}
	
	@media (min-width: 1728px) {
		#footer {
			padding: 49px 338px;
		}
	}
	
	#footer a {
		color: #fff;
	}

	.center-div {
		margin: 0 auto;
	}
	
	.ad-inline {
		min-height: 10px;
		margin: 15px 0 25px 0;
	}
	
	.ad-medium-rectangle {
		margin: 5px auto 12px auto;
		height: 280px;
		width: 336px;
	}
	
	.ad-sidebar {
		margin: 20px auto 5px auto;
	}

	h1, h2, h3, h4 {
		font-family: inherit;
		line-height: 1.0em;
	}

	h1 {
		font-size: 2.0em;
		margin-top: 5px;
		letter-spacing: -1px;
		color: #4B2F63;
	}

    h1 img {
		padding-right: 10px;
		float: left;
	}

	h2, h3, h4 {
		color: #574666;
	}
	
	h2 {
		font-size: 36px;
		line-height: 50px;
	}
	
	h3 {
		font-size: 1.1em;
		font-style: italic;
	}

    h4 {
		font-size: 1.0em;
		font-style: italic;
        text-indent: 1.5em;
	}

	sup, sub {
		vertical-align: baseline;
		position: relative;
		font-size: 0.7em;
		top: -0.5em;
	}
	
	sub {
		top: 0.4em;
	}
	
	.breadcrumbs, .author {
		font-style: italic;
		margin: 3px 0px 0px 0px;
		font-size: 0.8em;
		color:#585858
	}
	
	.breadcrumbs a {
		color:#005EAC
	}
	
	a img {
		border: none;
	}
	
	.surname {
		visibility: hidden;
	}
	
	.date {
		color: #ADADAD;
		font-size: 0.8em;
	}
	
	.quote-words {
		font-weight: 700
	}
	
	.quote-author {
		font-style: italic;
		font-size: 0.8em;
		color: #666
	}
	
	.border {
		border: medium solid #693;
		margin-top: 15px;
		padding-bottom: 10px;
	}
	
	.clearfix {
		clear: both;
	}
	
	.list {
		width: 100%;
		border-collapse: collapse;
		text-align: left;
        font-size: 0.9em;
		line-height: 1.5em;
		margin-bottom: 30px;
        border-left: 1px solid #000000;
        border-right: 1px solid #000000;
        border-bottom: 3px solid #000000;
        border-top: 3px solid #000000;
		clear: both;
	}
	
	.list th {
		font-weight: bold;
        font-style: italic;
		color: #000000;
        background-color: #FFB962;
		padding: 5px 5px 1px 5px;
		vertical-align: top;
		border-bottom: 1px solid #000000;
	}
	
	.list td {
		border-bottom: 1px solid #ccc;
		color: #033;
		padding: 5px;
		vertical-align: top;
	}
	
	.list tbody tr:hover td {
		background-color: #F3F3F3;
	}
	
	table.list img {
		float: none !important;
	}

	.polltable table {
		border-collapse: collapse;
        table-layout: fixed;
	}

	.polltable td {
        border-collapse: collapse;
        word-wrap: break-word;
        margin: 0px;
	}

	blockquote {
		margin-left: 5px;
	}

	#search {
		width: 100%;
		margin: 0 0 15px 0;
	}

	#search table.gsc-search-box td.gsc-input,
	#search .gsc-search-box {
		padding: 0;
		margin: 0;
	}

	.gsc-control-cse {
		padding: 0 !important;
	}

	.extra {
		width: 100%;
		margin: 0 0 15px 0;
		padding: 10px;
		background: #fff;
		box-shadow: 0px 2px 6px 0px #00000040;
		font-size: 0.85em;
		border-radius: 6px;
	}
	
	.extra h2{
		color: #4B2F63;
		font-size: 25px;
		line-height: 37px;
		margin-block: 5px 10px;
	}
	
	.extra img{
		float:right;
	}

    .extra ul {
		list-style: none;
		margin-left: 0;
		padding-left: 1.2em;
		text-indent: -1.2em;
	}

     .extra li {
		 margin: 10px 2px;
		 padding: 0;
	}

	.extra li:before {
		content: "";
		background: url(/images/tes-right-arrow.svg) no-repeat center;
		margin: -2.5px -24px;
		width: 24px;
		height: 24px;
		display: block;
		float: left;
		color: #027019;
	}

	.extra li a, .extra li strong {
		margin-left: 18px;
	}

	#citation {
		word-wrap: break-word;
		line-height: 1.2;
		font-style: italic;
		font-size: 0.8em;
		color: #666;
		width: 90%;
		margin: 10px auto 10px auto;
	}
	
	#break-word {
		word-wrap: break-word;
		line-height: 1.2;
		font-style: italic;
		font-size: 0.8em;
		color: #666;
		width: 90%;
		margin: 10px auto;
		padding-right: 15px;
		padding-left: 15px;
	}

    .desktop-only {
		display: none;
	}

	hr.style {
		border: 0;
		height: 1px;
		background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	}

	.gsc-input-box {
		border-radius: 6px 0 0 6px;
		padding-top: 0 !important;
	}

	.gsc-search-button-v2 {
		margin: 0 !important;
		padding: 10.5px 10.5px !important;
		border-radius: 0 6px 6px 0 !important;
	}

	table.gsc-search-box td.gsc-input {
		padding-right: 0 !important;
	}
}

@media screen and (min-width:400px) {
	#header {
		margin: 0 auto;
		text-align: left;
	}
	#container {
		margin: 0 auto;
	}
	.thirds {
		width: 180px;
	}
	.thirds {
		margin: 5px 0px 10px 10px;
		float: left;
	}
	#right-column {
		float: right;
	}
	h1 {
		font-size: 2.5em;
	}
	h2 {
		font-size: 1.5em;
	}
	h3 {
		font-size: 1.2em;
	}
	ul, ol {
		padding-left: 2.0em;
        margin: 0;
	}
	.news {
		width: 90%;
	}
}

.banner-container:has(.umbrella-widget) {
	max-width: 1050px;
	margin: 20px auto 0 auto;
}

.banner-container:has(.umbrella-widget) > div {
	container-type: normal !important;
}

.banner-container:has(.umbrella-widget) > div > a {
	left: 0 !important;
	width: auto !important;
	margin: 0 !important;
}

.banner-container:has(.umbrella-widget) > div > a > img {
	left: 0 !important;
	max-width: 100% !important;
	height: auto !important;
	object-fit: fill !important;
	border-radius: 8px;
}

@media (max-width: 1024px) {
	#container, .banner-container:has(.umbrella-widget) {
		padding: 0 40px 0 40px;
	}
}

@media (max-width: 767px) {
	#container, .banner-container:has(.umbrella-widget) {
		padding: 0 20px 0 20px;
	}
}

@media (max-width: 500px) {
	#container, .banner-container:has(.umbrella-widget) {
		padding: 0 !important;
	}
	#content, #grouping {
		padding: 0 20px 0 20px;
	}
	.banner-container:has(.umbrella-widget) > div > a > img {
		border-radius: 0 !important;
	}
}

@media (max-width: 768px) {
	#container, .banner-container:has(.umbrella-widget) {
		padding: 0 20px 0 20px;
	}
}

@media (min-width: 1025px) and (max-width: 1090px) {
	.banner-container:has(.umbrella-widget) {
		padding: 0 10px 0 10px;
	}
	#container {
		margin-left: 20px;
		margin-right: 20px;
		gap: 20px;
	}
}

#container .clearfix {
	display: none;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

#container {
	max-width: 1050px;
	width: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	min-height: 100vh;
	align-items: flex-start;
}

#grouping {
	max-width: 350px;
	position: -webkit-sticky;
	position: sticky;
	top: 10px;
	flex: 0 0 350px;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: visible;
	height: auto;
	z-index: 100;
}

@media (max-width: 1023px) {
	#container {
		flex-wrap: wrap;
	}
	#grouping {
		max-width: initial;
		flex: 1;
		margin: 20px 0 10px 0;
		position: -webkit-sticky;
		position: sticky;
		top: 10px;
		height: auto;
		z-index: 100;
	}
}

@media screen and (min-width:768px), print, projection {
	.column-2 {
		width: 48%;
		float: left;
		margin-right: 1%;
		margin-left: 1%;
	}
	.column-3 {
		width: 33.3%;
		float: left;
	}
	#pollblock {
		width: 550px;
	}
	#right-column {
		float: left;
		padding: 15px 5px 5px 5px;
		margin-right: 0;
		border-left-width: 1px;
		border-left-style: solid;
		border-left-color: #ccc;
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #ccc;
	}
    .captioned-half {
        width: 290px;
        height: 250px;
		margin: 10px;
        float: left !important;
	}
    .captioned-half img {
		width: 290px;
        margin: 0px auto !important;
	}
	.footer-wrap {
		width: 600px;
		margin: 0 auto;
	}
	.ad-medium-rectangle {
		height: 250px;
		width: 300px;
		margin: 5px 20px 12px 0px;
		float: left;
	}
	.news {
        margin: 5px 0px 15px 10px;
		float: right;
		width: 280px;
	}
	#content img {
		margin: 5px 0 15px 10px;
        float:right;
	}
	blockquote {
		margin-left: 30px;
	}
}

@media (width: 1024px) {
	#content {
		max-width: 566px !important;
	}
}

@media screen and (min-width:1024px), print, projection {
	#content {
		max-width: 670px;
		float: left;
	}
	.ad-sidebar {
		margin: 20px 0 0 0;
	}
	#right-column {
		width: 180px;
		float: left;
		background-color: #FFF;
		margin: 5px 0 5px 0;
		border: none;
	}
     .desktop-only {
		display: block;
	}
}

/**** BW WIDGET ****/
#content {
	margin-top: 0;
	padding-top: 0;
}

#content > .umbrella-widget > a {
	margin-top: 0 !important;
}

#content > .umbrella-widget img {
	margin: 0 !important;
}

#footer > .umbrella-widget {
	padding-top: 1.5rem;
}

#footer .umbrella-widget {
	box-sizing: border-box;
	row-gap: 15px;
}

#footer .umbrella-widget.disclaimer-text {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 0;
}

@media (max-width: 768px) {
	h1 {
		font-size: 28px;
		line-height: 38px;
	}
	h2 {
		font-size: 25px;
		line-height: 37px;
	}
	h3 {
		font-size: 22px;
		line-height: 33px;
	}
	h4 {
		font-size: 20px;
		line-height: 30px;
	}
	h5 {
		font-size: 18px;
		line-height: 27px;
	}
}

@media (max-width: 700px) {
	#header {
		background-size: cover;
	}
}

@media (max-width: 657px) {
	#footer > .umbrella-widget {
		padding-top: 1.5rem;
	}
}

.nav-menu {
	background: #ffffff;
	border-bottom: 1px solid #e5e7eb;
	padding: 0;
	box-shadow: 0 1px 3px rgba(0,0,0,0.05);
	position: relative;
}

.mobile-menu-toggle {
	display: none;
	background: none;
	border: none;
	padding: 12px 15px;
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.mobile-menu-toggle span {
	display: block;
	width: 25px;
	height: 2px;
	background: #333;
	margin: 5px 0;
	transition: 0.3s;
}

.nav-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.nav-menu li {
	position: relative;
	margin: 0;
}

.nav-menu a {
	display: block;
	padding: 14px 18px;
	text-decoration: none;
	color: #374151;
	font-weight: 500;
	transition: all 0.2s ease;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.5px;
	position: relative;
	white-space: nowrap;
}

.nav-menu a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	background: #0066cc;
	transition: all 0.3s ease;
	transform: translateX(-50%);
}

.nav-menu a:hover {
	color: #0066cc;
}

.nav-menu a:hover::after {
	width: 70%;
}

/* Mobile Responsive - Hamburger Menu */
@media (max-width: 820px) {
	.mobile-menu-toggle {
		display: block;
	}
	.nav-menu {
		padding: 10px 0;
		min-height: 50px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.nav-menu ul {
		display: none;
		flex-direction: column;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background: #ffffff;
		border-top: 1px solid #e5e7eb;
		box-shadow: 0 4px 6px rgba(0,0,0,0.1);
		z-index: 1000;
	}
	.nav-menu ul.active {
		display: flex;
	}
	.nav-menu a {
		padding: 12px 20px;
		border-bottom: 1px solid #f3f4f6;
		text-align: left;
	}
	.nav-menu a::after {
		display: none;
	}
	.nav-menu a:hover {
		background: #f9fafb;
	}
	.mobile-menu-brand {
		display: block;
		padding: 0 15px;
		font-weight: bold;
		color: #0066cc;
		font-size: 14px;
	}
}
/* Hide mobile elements on desktop */
@media (min-width: 821px) {
	.mobile-menu-brand {
		display: none;
	}
}

.disclosure-box {
	background-color: #fff;
	border-radius: 6px;
	border-left: 2px solid #3E3E3E;
	box-shadow: 0px 2px 6px 0px #00000040;
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.disclosure-header svg {
	width: 20px;
	height: 25px;
	flex: none;
	display: block;
}

.disclosure-box p {
	margin: 0 !important;
}

.disclosure-header {
	display: flex;
	align-items: center;
	gap: 10px;
	text-align: left;
}

.disclosure-icon {
	color: #4B2F63;
	width: 20px;
	height: 25px;
	flex-shrink: 0;
}

.disclosure-title {
	color: #4B2F63;
	font-weight: 700;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0;
	margin: 0;
	font-style: normal;
	text-transform: capitalize;
}

.disclosure-content {
	color: #3E3E3E;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
}

@media (min-width: 321px) and (max-width: 768px) {
	.disclosure-box {
		margin-top: 5px;
	}
}

.sidebar_list li:first-child {
	display: none;
}

ul.sidebar_list {
	width: 100%;
	margin: 0 0 15px 0;
	background: #fff;
	box-shadow: 0px 2px 6px 0px #00000040;
	border-radius: 6px;
	list-style: none;
	padding: 10px;
}

ul.sidebar_list > li {
	margin: 0.5em 0;
}

ul.sidebar_list ul.children {
	list-style: none;
	padding-left: 1.2em;
}

ul.sidebar_list > li > ul.children > li:before {
	content: "";
	background: url(/images/tes-right-arrow.svg) no-repeat center;
	margin: -2.5px -24px;
	width: 24px;
	height: 24px;
	display: block;
	float: left;
	color: #027019;
}

ul.sidebar_list > li > a {
	font-size: 25px;
	font-weight: bold;
	line-height: 37px;
	margin-block: 5px 10px;
}

.entry, .comment .reply {
	font-family: inherit;
}

nav a:visited {
	color: inherit;
}

nav a:hover {
	background: inherit;
}

.whitespace {
	margin: 0 0 2em 0 !important;
}

.gsc-search-button svg {
	width: 12px;
	height: 12px;
}


