@charset "utf-8";

#ttol-box {
	margin: 0 auto;
	width: 75%;
	height: auto;
	text-align: center;
	padding-top: 2em;
/*	display: flex;
	flex-wrap: wrap;
	justify-content: center; */
	font-family: "Century Gothic", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}

#ttol-text {
	text-align: left;
	font-size: .9em;
	line-height: 1.5em;
	color: #000;
}

.ttol-header {font-size: 2.5em; color: #8DB630; display: block;}
.ttol-text-bold {font-weight: bold; font-size: 1.1em; line-height: 1.3em; display: block; color: #000;}
sup {color: #607A2E;}
.ttol-text-line {display: block; margin: -5px 0;}

#ttol-list-column {
	margin: 0;
	padding: 1em 0 2em 0;
	width: 50em;
	
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	
	-webkit-column-gap: 3em; /* Chrome, Safari, Opera */
    -moz-column-gap: 3em; /* Firefox */
    column-gap: 3em;
}

#ttol-dl-list {
	text-align: left;
	color: #000;
	font-size: .95em;
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

#ttol-dl-list li {padding:5px 0;}
.ttol-dl-item {line-height: 1.5em;}
.ttol-dl-link, .sbh-email {text-decoration: none; color: #607A2E; font-weight: normal;}
.ttol-dl-link:hover, .sbh-email:hover {color: #000; font-weight: bold;}

/* Responsive Content */
@media all and (max-width: 1000px) {
	#ttol-list-column {-webkit-column-count: 1;-moz-column-count: 1; column-count: 1;}
}

@media all and (max-width: 640px) {
	#ttol-box {width: 85%;}
	#ttol-text {font-size: 80%;}
	#ttol-list-column {width: auto;}
	#ttol-dl-list {font-size: 74%;}
	.ttol-text-line {line-height: 1.5em;}
	.ttol-dl-item {line-height: 2em;}
}
