body {
	line-height: 1.75em;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.container{
	max-width: 98%;
}
.full-container {
	width:100%;
	margin:0;
	max-width: none;
}
#footer-wrapper {
	padding:2.5em 0 0;
	border-top: solid 10px #00497e;
}
strong {
	color: inherit;
}
.fit-imgc {
	max-width: 100%;
	display: block;
	margin:0 auto;
}
.template {
	display: none;
}
.center-text {
	text-align: center;
}
h1 {
	font-size:2.5em;
	margin: .5em 0;
	color: #292a2b;
}
#main h2 {
	font-size: 2em;
	margin-bottom: .5em;
}
#main h3 {
	font-size: 1.5em;
	margin: 1em 0 .5em;
}
em, i {
	font-style: italic;
}
.eg-block em, .eg-block i {
	font-style: italic;
	font-weight: 400;
}
ol {
	list-style: decimal;
	padding-left:2em;
}
ul {
	list-style: disc;
	padding-left:2em;
}
.dropotron {
	list-style: none;
}
a.no-dec {
	text-decoration: none;
}
input[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    display: inline-block;
    zoom: 1.5;
    line-height: 1.5;
    vertical-align: middle;
}
#copyright, #copyright span {
	background-color: #00497e;
}

.eg-block-type-4{
	margin: 2em 0;
}

@media screen and (min-width: 737px) {
	#footer-wrapper {
		padding:2.5em 0 0;
	}
}

@media screen and (max-width: 1200px) and (min-width: 737px) {
	body {
	    min-width: 98%;
	}
	#footer-wrapper {
		padding:2.5em 0 0;
	}


	input, textarea, select {
	    font-size: 16px;
	}
}

@media screen and (max-width: 736px) {
	#main {
		padding:1em 0;
	}
	.style1 {
		list-style: none;
		padding: 0;
	}
}

/*
@media screen and (min-width: 737px) {
	
}

@media screen and (max-width: 1200px) and (min-width: 737px) {
	
}

@media screen and (max-width: 736px) {

}
*/