/*--general--*/

a {
	text-decoration: none;
	color: #222;
}

.blue {
	color: #5d90e1;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #222;
}

.caption {
	font-style: italic;
	font-size: 11px;
	margin: -5px 0px 10px 0px;
}

.client-logos {
	width: 80%;
	margin: 20px auto 20px auto;
	border-color: #ddd;
	border-style: solid;
	border-width: 1px;
	overflow: auto;
}

.client-logo-img {
	width: 200px;
	float: left;
	margin: 5px;
}

@media only screen and (max-width: 768px) {
	.client-logo-img {
		float: none;
		display: block;
		margin: 0px auto 10px auto;
	}
}


.col-50 {
	float: left;
	width: 50%;
}

@media only screen and (max-width: 768px) {
	.col-50 {
		clear: both;
		width: 100%;
	}
}


.content-spacer-top {
	height: 0px;
}

@media only screen and (max-width: 768px) {
	.content-spacer-top {
		height: 40px;
	}
}

.cs-img {
	width: 150px;
	height: auto;
	margin: 0px 10px 0px 0px;
}

.cs-img-h {
	width: auto;
	height: 150px;
	margin: 0px 10px 0px 0px;
}

.cs-img-v {
	width: 200px;
	height: auto;
	margin: 0px 10px 0px 0px;
}

.footer {
	position: fixed;
	bottom: 0px;
	color: #555;
	z-index: 100;
	float: left;
	font-weight: 400;
	font-size: 14px;
	width: 850px;
	text-align: center;
	padding: 10px 0px 10px 0px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #333;
	background-color: #fff;
}

@media only screen and (max-width: 850px) {
	.footer {
		font-size: 12px;
		width: 100%;
	}
}

.form-frame {
	border-width: 0px;
	width: 600px;
	height: 450px;
}

.footer-divider {
	padding: 0px 10px 0px 10px;
}

.head-container {
	position: relative;
	clear: both;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 18px;
	margin: 20px 0px 0px -20px;
	color: #3691e5;
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
	.h2 {
		font-size:  16px;
	}
}

h3 {
	font-size: 17px;
	margin: 20px 0px 0px -20px;
	clear: both;
}

/*.head-container {
	background-image: url('images/1.jpg');
	background-size: cover;
	background-position: top, center;
	background-repeat: no-repeat;
}*/

.img-container {
	width: 100%;
	height: auto;
	text-align: center;
	clear: both;
	padding: 25px 0px 5px 0px;
}

li::before {
	content: "• "; 
	font-size: 25px;
	color: #3691e5;
	display: inline-block; 
	width: 1em;
  	margin-left: -1em;
}

.link {
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	border-color: #eee;
}

.logo-strap {
	font-size: 30px;
	text-align: center;
	margin-top: -10px;
	font-weight: bold;
}

.nav-bar {
	position: fixed;
	top: 0px;
	z-index: 100;
	float: left;
	color: #555;
	font-size: 16px;
	width: 850px;
	text-align: center;
	padding: 10px 0px 10px 0px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #333;
	background-color: #fff;
}

.nav-divider {
		padding: 0px 8px 0px 8px;
	}

.nav-item {
	border-style: solid;
	color: #555;
	border-width: 0px 0px 0px 0px;
	border-color: #3691e5;
}

@media only screen and (max-width: 850px) {
	.nav-bar {
		font-size: 12px;
		width: 100%;
	}
	.nav-divider {
		padding: 0px 4px 0px 4px;
	}
}

.nav-item-selected {
	border-style: solid;
	color: #555;
	border-width: 0px 0px 0px 0px;
	border-color: #3691e5;
	border-width: 0px 0px 1px 0px;
}

.overlap {
	margin-bottom: -80px;
}

@media only screen and (max-height: 699px) {
	.overlap {
		margin-bottom: -200px;
	}
}

p {
	clear: both;
	margin: 10px 0px 10px 0px;
}

.page-container {
max-width: 850px;
margin: 0px auto 0px auto;
padding: 0px 0px 200px 0px;
}

.quote {
	margin-top: 10px;
	font-style: italic;
}

.red {
color: #cc0000;
}

.section-1 {
	/*height: 100vh;*/
}

.section-2, .section-3, .section-4, .section-5 {
	clear: both;
	padding-top: 38px;
}

.section-head {
	font-size: 28px;
	font-weight: bold;
	clear: both;
	padding: 15px 5px 5px 80px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #ddd;
	color: #488ccb;
	/*margin: 100px 0px 0px;*/
}

@media only screen and (max-width: 768px) {
	.section-head {
		padding: 15px 5px 5px 20px;
		font-size:  24px;
	}
}

.section-spacer {
	height: 39px;
}

.site-title { 
	font-size: 50px;
	text-align: center;
	padding-top: 75px;
	color: #3691e5;
}

@media only screen and (max-width: 768px) {
	.site-title {
		font-size: 30px;
		padding-top: 35px;
	}
}

.spacer-10 {
	clear: both;
	height: 20px;
}

.strapline {
	font-size: 40px;
	margin: 20% 5% 0px 10%;
}

@media only screen and (max-width: 768px) {
	.strapline {
		width: 150px;
		font-size: 28px;
		margin: 0px auto 0px auto;
	}
}

.stretch {
    width:100%;
    height:100%;
}

.sub-strapline {
	padding: 0px 0px 0px 0px;
	margin: 0px 10% 0px 10%;
	font-size: 18px;
	clear: both;
}

.title-img {
	width: 100%;
	height: auto;
	margin-top: 18%;
}

@media only screen and (max-width: 768px) {
	.title-img {
		margin-top: 0px;
	}
}

.text {
	position: relative;
	width: 60%;
	margin-left: 20%;
	font-size: 18px;
}

@media only screen and (max-width: 768px) {
	.text {
		width: 80%;
		margin-left: 10%;
	}
}

.text a {
	
}

ul {
	list-style: none
}

.viam-img {
	width: 100%;
	height: auto;
}








