/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;text-align:left;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
:focus {outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}


body {
	font-family: "Trebuchet MS", Helvetica, sans-serif; 	
  	font-size: 18px;
  	line-height: 21px;
  	color: #070067;
 }
 * {
 	box-sizing: border-box;
 }

	/*.js body { display: none; }
*/
a {
	text-decoration: none;
	color: #070067;
	-webkit-transition:color .1s ease-in;  
	-moz-transition:color .1s ease-in;  
	-o-transition:color .1s ease-in; 
	transition:color .1s ease-in;  
}
a:hover {
	color: rgba(7, 0, 103, 0.7);
}

p{
	margin-bottom: 0;
}
h1 {
	font-size: 2.5em;
}
span {
	font-size: 18px;
	font-weight: normal;
}
.container {
	width: 100%;
	margin: 0 auto;	
	text-align: center;
}
header {
	max-height: 120px;
    overflow: hidden;
}
.logo{
	margin: 70px 0 100px 0;
    width: 40%;
    float: left;
    border-bottom: 1px solid #070067;
    height: 50px;
}
.connect {
	width: 5%;
	float: left;
}
.holder{
	width: 100%;
    height: 60px;
    margin-top: 60px;
}
.byline{
	margin-top: 60px;
	width: 55%;
	float: left;
	border-top: 1px solid #070067;
    padding-top: 18px;
}
img {
	width: 100%;
}
footer {
	padding: 40px 60px;
	position: absolute;
	width: 100%;
	margin: 0 auto;
	bottom: 0;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0 60px;
	margin: 0px;
}

.section img {
	max-width: 160px;
}
/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 10%;
}
.col:nth-child(1) { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 72.5%;
}
.span_2_of_4 {
	width: 45%;
}
.span_1_of_4 {
	width: 17.5%;
}

@media only screen and (max-width: 680px) {
	body {
  	font-size: 15px;
  	line-height: 19px;
 	}
 	h1 {
	font-size: 2.0em;
	}
	span {
	font-size: 15px;
	font-weight: normal;
	}
/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 0 0 20px 10%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 45%; }
	.col:nth-child(odd) { margin-left: 0; }
	.section {
	padding: 0 40px;
	}	
	header img {
	width: auto;
    height: 100px;
	}
	h1 {
	font-size: 1.8em;
	}
	footer {
	padding: 25px 20px;
	}
	.logo{
	margin: 35px 0 60px 0;
    width: 40%;
    float: left;
    border-bottom: 1px solid #070067;
    height: 50px;
	}
	.connect {
	width: 5%;
	float: left;
	}
	.holder{
	width: 100%;
    height: 60px;
    margin-top: 25px;
	}
	.byline{
	margin-top: 25px;
	width: 55%;
	float: left;
	border-top: 1px solid #070067;
    padding-top: 18px;
	}
}