@charset "UTF-8";
/* CSS Document */

body {
	margin-left: auto;
	margin-right: auto;
}

header {
	background-color: #FFFFFF;
}
p {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 14px;
    margin-top: 4px;
}

.navs {
	font-family: Arial, san-serif;
	color: white;
	font-size:18px;
	font-weight: bold;
    text-decoration: none;
}

h1 {
    font-size: 40px;
    font-weight: 400;
    font-family: Times, Times New Roman, serif;
    text-align: center;
    margin: 0px;
}

h2 {
    font-size: 20px;
    font-weight: 600;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
    margin-top: 10px;
	margin-bottom: 0px;
    line-height: 22px;
}
	h3 {
    font-size: 20px;
    font-weight: 600;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    margin-top: 4px;
    margin-right: 4px;
    margin-left: 4px;
    margin-bottom: 4px;
    line-height: 22px;
}	
	.tabletext {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
	}
	.tableheading {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 16px;
    margin-top: 3px;
    margin-bottom: 0px;
    font-style: italic;
    text-shadow: 0px 0px;
    color: #173C82;
    text-align: center;
	}


.hero {
    background-image: url("images/logo-backgroundveg.jpg");
    background-size: auto auto;
    background-repeat: no-repeat;
    border-bottom: 8px solid #000000;
}

.foot {
    border-bottom: 8px solid #000000;
    margin-top: 4px;
    margin-bottom: 4px;
}

.banner {
    border-bottom: 8px solid #000000;
    margin-top: 4px;
    margin-bottom: 0px;
}


.info-box-left {
    padding-top: 7px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 0px;
    text-align: left;
}
.info-box-right {
    padding-top: 7px;
    padding-right: 20px;
    padding-left: 10px;
    padding-bottom: 0px;
    text-align: left;
}
p.roundedbutton {
    width: 200px;
    background-color: #003366;
    border: 2px solid black;
    border-radius: 12px;
    padding-top: 7px;
    padding-right: 7px;
    padding-left: 7px;
    padding-bottom: 7px;
    color: #FFFFFF;
    text-align: center;
}
figure {
    width: 100%;
    display: block;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}
figure img {
	max-width: 100%;
}
figcaption {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	display: block;
	margin-top: 0.2em;
	font-size: 1em;
}


.col {
	width: 100%;
}

.footercol-right {
   float: left;
    width: 60%;
}
.footercol-left {
	float: center;
    width: 130px;
    text-align: center;
}
.footer-box-left {
    float: left;
	width:auto;
    text-align: left;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.footer-box-right {
	float: left;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    margin-top: 8px;
}


/*Row Controls*/

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}


/*Tablet View*/

@media (min-width: 768px){
	
	body {
		max-width: 778px;
	}
	
	h1 {
    font-size: 60px;
    text-align: center;
	}

	h2 {
    font-size: 24px;
    font-weight: 600;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
    margin: 0px;
    line-height: 28px;
}
	h3 {
    font-size: 20px;
    font-weight: 600;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    margin-top: 4px;
    margin-right: 4px;
    margin-left: 4px;
    margin-bottom: 4px;
    line-height: 22px;
}	
	p {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 12.5px;
    margin-top: 4px;
}

	.col-md-one-half {
		width: 48%;
		align: top;
	}
	.col {
		float: left;
		padding: 0px 7px 0px;
	}
	.tabletext {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
	}
	.tableheading {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 16px;
    margin-top: 3px;
    margin-bottom: 0px;
    font-style: italic;
    text-shadow: 0px 0px;
    color: #173C82;
    text-align: center;
	}

	.footercol-right {
    float: right;
    width: 60%;
    text-align: center;
}
	.footercol-left {
	float:left
    width: auto;
    text-align: center;
}


}

/*Desktop View*/

@media (min-width: 990px){
	
	body {
		max-width: 1000px;
	}
	p {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 16px;
    margin-top: 4px;
}

}
