﻿/*body { font-family: 'museo-sans', sans-serif; }*/
.content h2 {position:relative;padding-bottom:20px;}
.content h2 u { color:#73c24c;text-decoration:none; }
.content h2::after { content: ""; width: 75px; height: 2px; display: inline-block; background: #73c24c; position: absolute; bottom: 0px; left: 0; border-radius:4px; }
	.content h2.noline { padding-bottom:0; }
.content h2.noline::after {display:none;}

.content ul { list-style: none; margin-left: 36px; padding-top: 0px; padding-bottom: 0px; }
	.content ul li { font-family: "poppins",sans-serif; font-style: normal; font-weight: 400; font-size: 16px; line-height: 1.6; padding-top: 0px; padding-bottom: 2px; color: #565656; }
		.content ul li::before { content: '\f178'; font-family: 'Font Awesome 5 Pro'; font-weight: 400; margin: 6px 20px 0 -36px; color: #565656; }

.doclist {margin-left:25px;}
.doclist td.ico {width:20px;color:#e2e33c;}

.embed-responsive-16by9::before { padding-top: 0; }

hr { width: 75px; height: 2px; margin-top: 20px; margin-bottom: 20px; background-color: #73c24c; border-radius: 4px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; box-shadow: none; border: none; }
	
@media(min-width:1200px) {
}

@media(max-width:1199px) {
}

@media(min-width:992px) and (max-width:1199px) {
}

@media (max-width:991px) {
}

@media(min-width:768px) and (max-width:991px) {
}

@media(max-width:767px) {
}

@media(max-width:575px) {
}

