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

html, 
html * {
	padding: 0;
	margin: 30;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}

header {
	text-decoration: none;
	color: darkblue;
	text-align: center;
	display: in;
	margin-left: auto;
	margin-right: auto;
	padding: 0
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

footer {
	padding: 10px 10px;
	text-align: center;
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	text-align: center;
	text-decoration-color: black
}

hr {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	}

.style-nav {
	list-style-type: none;
	text-decoration: none;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #2F322A;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 0
	px;
}

.style-q-logo-header {
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 768px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.style-q-logo-content {
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 271px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.style-q-logo-footer {
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
}
.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 100%;
	padding-top: 30px;
	padding-bottom: 10px;
}

.style-photo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top: 20px;
	padding-bottom: 0px;
	border-width: medium;
	border-color: black;
}

.style-photo2 {
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 260px;
	width: 1140px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.style-logo-LN {
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 30%;
	padding-top: 0px;
	padding-bottom: 10px;
}

.style-logo-ocg {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top: 12	px;
	padding-bottom: 12px;
}

.style-tile {
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline-block;
	max-width: 256px;
	border: solid 1px white;
	box-shadow: 4px 4px 6px 2px gray;
	float: center;
}

h1 {
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 0px;
	line-height:100%;
}

h2 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 0px;
	line-height: 20%;
}

h3 {
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 12px;
}

h4 {
	font-size: 18px;
	font-style: normal;
	font-weight: 1000;
	margin-bottom: 0px;
	line-height:150%;
}

h5 {
	font-size: 14px;
	font-weight: 200;
	margin-bottom: 0px;
	margin-left: 100px;
	margin-right: 100px;
	text-align: left
}

h6 {
	font-size: 18px;
	text-transform: none;
	font-weight: 200;
	margin-bottom: 0px;
	text-align: center;
	line-height: 150%;
}

p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 8px;
	text-align: left
}


.footer-text {
	font-size: 13px;
	margin-bottom: 20px;
	text-align: center
}

.col {
	width: 100%;
	padding: 0px 20px;
}

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

.row:after {
	clear: both;
}


.style-social {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 468px;
	height: 20px;
	max-width: 480px;
}


img {
	width: 30%;
	max-width: 468px;
}

.tableStyle{
	border: none;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	align-items:center;
	}


.containerDiv{
	width: 468px;
	margin: 0 auto;
		}

.info-box-gray {
	background-color: #E1E1E1;
	color: #28317A;
	text-align: center;
	padding-top: 12px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 24px;
	width: 100%;
}


/*Tablet View*/

@media (min-width: 768px){
	
	body {
		max-width: 780px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	h1 {
		font-size: 40px;
		margin-bottom: 30px;
	}
	
	h2 {
		margin-bottom: 0px;
	}
	
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float: center;
		padding: 0px 12px 6px;
	}

.style-tile-tablet {
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline-block;
	max-width: 768px;
	border: solid 1px white;
	box-shadow: 4px 4px 6px gray;
	float: center;
}
.style-photo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top: 20px;
	padding-bottom: 0px;
	border-width: medium;
	border-color: black;
}

.style-photo2 {
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 260px;
	width: 1140px;
	padding-top: 40px;
	padding-bottom: 0px;
}

.tableStyle-tablet{
	border: none;
	width: 500px;
	margin: 0 auto;
	text-align: center;
	align-items:center;
	}



/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 1280px;
	}
	
	.style-logo {
		float: center;
	}
	
	.style-nav {
		float: center;
	}
	
.style-tile-desktop {
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline-block;
	max-width: 1920px;
	border: solid 1px white;
	box-shadow: 4px 4px 6px gray;
	float: center;
}
	}

.style-q-logo-desktop-header {
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 1080px;
	padding-top: 0px;
	padding-bottom: 40px;
}

.style-photo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top: 20px;
	padding-bottom: 0px;
	border-width: medium;
	border-color: black;
}

.style-photo2 {
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 260px;
	width: 1140px;
	padding-top: 40px;
	padding-bottom: 0px;
}
}