/* Copyright (c) 2020 SWG Media - All Rights Reserved */

body {background-color:#333;
	margin:0px;
	padding:0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:300;}
			
img {border:none;}

header, section, nav, p, h1, h2, h3, h4 {margin:0px;
	padding:0px;}
	
h2 {text-align:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18pt;
	font-weight:400;
	margin:0;
	padding:0px 0px 8px 0px;}
	
h3 {text-align:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15pt;
	font-weight:400;
	margin:0;
	padding:0px 0px 8px 0px;}

.wrapper {width:97%;
	max-width:1100px;
	margin:0px auto;
	padding:0px 5px;}
			
	.padding {width:100%;
		padding:40px 0;
		overflow:hidden;}
		
.whitebg {background-color:#fff;}
		
.bluebg {background-color:#b3d2ff;}

.toplogo {width:100%;
	float:left;
	margin:0;
	text-align:center;}
	.toplogo img {width:90%;
		max-width:470px;
		margin:0 auto;
		padding:20px 5%;}
		
@media only screen and (min-width:800px){
	.thirds {width:30%;
		float:left;}
		.thirds:nth-of-type(3n+1) {margin:0 3% 0 0;}
		.thirds:nth-of-type(3n+2) {margin:0 1.5%;}
		.thirds:nth-of-type(3n+3) {margin:0 0 0 3%;}
}
@media only screen and (max-width:799px){
	.thirds {width:100%;
		float:left;
		margin:0 0 40px 0;}
}
		
	.button {display:block;
		width:90%;
		padding:12px 2%;
		margin:10px 3%;
		text-decoration:none;
		color:#fff;
		background-color:#3b75cc;}
		.button:hover {background-color:#333;}
		.button:active {background-color:#fff;
			color:#3b75cc;}
		
	.links {color:#333;
		text-decoration:underline;}
		.links:hover {color:#3b75cc;
			text-decoration:none;}
		.links:active {color:#fff;}
		
#bottom {width:100%;
	text-align:center;
	font-size:10pt;
	color:#fff;}
	#bottom a {color:#fff;
		text-decoration:none;}
		#bottom a:hover {color:#b3d2ff;
			text-decoration:underline;}
		#bottom a:active {text-decoration:none;}