#contacts {

	text-align: center;
	border-top: 1px solid lightgrey;
	height: 70px;
}

#contacts .contact {

	display: inline-block;
	text-align: left;
	padding: 10px 20px;
}

#contacts .contact:first-child {

	float: left;
}

#contacts .contact:last-child {

	float: right;
}

.try-expl-p {

	padding: 2px;
	text-aligN: center;
}

.try-expl-header {

	font-weight: bold;
	font-size: 14pt;
	line-height: 1.5em;
	text-align: center;
}

.try-header-container {

	background-color: #40AE49; 
	text-align: left; 
	position: relative;
	border-radius: 2px;
}

.try-header-img-container {

	width: 20%;
	display: inline-block;
	text-align: center;
}

.try-header-img-container img {

	display: inline-block; 
	vertical-align: middle;
	max-width: 120px;
}

.try-header-container .try-header-text {

	display: inline-block; 
	font-weight: bold; 
	font-size: 30pt; 
	color: white; 
	vertical-align: middle;
	width: 75%;
	text-align: center;
}

.tryexacq-box {

	width: 200px;
	background-color: lightgrey;
	border-top-left-radius: 5px;
	border-radius: 5px;
}

.tryexacq-box img {

	width: 100%;
}

.tryexacq-box .tryexacq-box-top-img {

	width: 200px;
}

.tryexacq-box .tryexacq-box-bot-img {

	color: white;
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 5px 0px;
}

.tryexacq-box .blue { 

	background-color: #007AC3;
}

.tryexacq-box .red { 

	background-color: #BC1F2F;
}

.tryexacq-box .green { 

	background-color: #40AE49;
}

.tryexacq-box .black { 

	background-color: #000000;
}

.tryexacq-title {

	text-align: center;
}

.options {

	margin: auto;
	width: 90%;
}

.options:not(:last-child) {

	
}

.options td {

	position: relative;
	padding: 20px 0px;
	
}

.options .options-download {

	position: relative;
	padding: 5px;
	background-color: #007AC3;
	color: white;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	padding-right: 40px;
	border-radius: 2px;
}

.options .options-download:hover {

	background-color: #F89B42;
}

.options .options-download img {

	position: absolute;
	right: 2px;
	top: 2px;
}

.options .options-image a {
	
	text-decoration: none;
}

.options .options-text {

	vertical-align: top;
	padding-left: 20px;
	text-align: left;
	width: 80%;
}

.options .options-header {

	font-weight: bold;
	font-size: 12pt;
}

.options .options-italics {

	text-decoration: italic;
	font-style: italic;
	margin-top: 10px;
}

.options .options-ul {

	list-style-type: disc;
	margin-left: 20px;
	margin-top: 10px;
}

#top {

	text-align: center;
	padding-bottom: 5px;
	box-shadow: 0px 5px 6px -5px lightgrey;
}

/**
	MEDIA QUERIES
*/
@media all and (max-width: 768px) {
	
	.try-header-container .try-header-img-container {

		display: none;
	}
	
	.try-header-container .try-header-text {
	
		width: 95%;
		padding: 10px;
	}
}

@media all and (max-width: 450px) {

	.options-image {
		
		display: none;
	}
	
	.options .options-text {
		vertical-align: top;
		text-align: left;
		width: 100%;
		padding-left: 0px;
	}
}