@charset "UTF-8";
/* General Styles */
body p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.fl {
	float: left; 
}
.fr {
	float: right; 
}
.cl {
	clear: left; 
}
.cr {
	clear: right; 
}
.cb {
	clear: both;
}
.centerContainer {
	width: 960px;
	margin: 0 auto;
	height: auto;
}
.removeMarginRight {
	margin-right: 0px !important;
}
h1 {
	font-size: 26px;
	font-weight: bold;
	color: #323366;
	text-align: center;
	padding-top: 40px;
	margin: 10px;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	color: #323366;
	text-align: center;
}
h3 {
	font-size: 24px;
	font-weight: bold;
	color: #AF2025;
	text-align: center;
}
.america {
	height: 17.5px;
	width: 34px;
}
.emphasis {
	font-size: 16px;
	font-weight: bold;
	color: #AF2025;
}
/* Header Styles */
#headerContainer {
	width: 100%;
	height: 110px;
	background-image: url(../images/logos_and_site_effects/header/bg.png);
}
#logo {
	width: 50%;
	padding-top: 20px;
}
/* Secordary Nav Styles */
#secondaryNavContainer {
	height: 25px;
	width: 50%;
	margin-top: 25px;
}
#number {
	font-weight: bold;
	color: #323366;
	font-size: 18px;
	margin-left: 242px;
	padding-bottom: 10px;
}
#salesEmail a {
	font-weight: bold;
	margin-left: 210px;
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
}
#socialMediaWrapper {
	padding-top: 10px;
	margin-left: 241px;
}
#socialMedia {
	margin-left: 15px;
	display: inline-block;
	float: left;
}
#socialMediaLogo {
	height: 31px;
	width: 29px;
}
/* Nav Styles */
#navContainer {
	width: 100%;
	height: 30px;
	background-color: #af2025;
}
#navContainer ul{
	list-style: none;
	margin-left: 12.5%;
}
#navContainer ul li{
	background-color: #af2025;
	padding: 5px 10px;
	text-align: left;
	float: left;
	text-color: #fff;
	position: relative;
}
#navContainer a{
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}
#navContainer ul li a:hover {
	color: #323366;
	font-weight: bold;
}
#navContainer ul ul {
	display:none;
}
#navContainer ul li:hover > ul {
	margin-top: 5px;
	margin-left: 0px;
	display:block;
}
#navContainer ul li ul {
	position: absolute;
}
#navContainer ul li ul li{
	width: 120px;
}
/* Slider Styles */
.wrapper {
	width:800px;
	height: 500px;
	margin: 0px 0px 0px 7.5%;
	overflow: hidden;
}
.slider {
	display: flex;
	width: 100%;
	height: 500px;
}
.slider input {
	display:none;
}
.slide {
	width: 100%;
	transition: 2s;
}
.slide img {
	width: 800px;
	height: 500px;
}
.navigation-manual {
	position: absolute;
	width: 800px;
	margin-top: -40px;
	display: flex;
	justify-content: center;
}
.manual-btn {
	border: 2px solid #0e2153;
	padding: 5px;
	border-radius: 10px;
	cursor: pointer;
	transition: 1s;
}
.manual-btn:not(:last-child){
	margin-right: 40px;
}
.manual-btn:hover{
	background: #0e2153;
}
#radio1:checked ~ .first {
	margin-left: 0;
}
#radio2:checked ~ .first {
	margin-left: -100%;
}
#radio3:checked ~ .first {
	margin-left: -200%;
}
#radio4:checked ~ .first {
	margin-left: -300%;
}
.navigation-auto{
	position: absolute;
	display: flex;
	width: 800px;
	justify-content: center;
	margin-top: 460px;
}
.navigation-auto div{
	border: 2px solid #0e2153;
	padding: 5px;
	border-radius: 10px;
	transition: 1s;
}
.navigation-auto div:not(:last-child){
	margin-right: 40px;
}
#radio1:checked ~ .navigation-auto .auto-btn1{
	background: #0e2153;
}
#radio2:checked ~ .navigation-auto .auto-btn2{
	background: #0e2153;
}
#radio3:checked ~ .navigation-auto .auto-btn3{
	background: #0e2153;
}
#radio4:checked ~ .navigation-auto .auto-btn4{
	background: #0e2153;
}
/* indexPage */
.servicesFlex {
	display: flex;
	flex-direction: column;
	width:31%;
	float:left;
	margin: 20px 10px;
}
.servicesFlex p {
	margin: 20px 0px 0px;
}
/* productsPage */
.productsection {
	width: 100%;
	float:left;
	align-content: center;
	margin-top: 40px;
	margin-bottom: 40px;
	line-height: 20px;
}
.productdiv {
	width: 100%;
	float:left;
	margin-right: 50px;
	margin-top: 40px;
	margin-bottom: 40px;
	line-height: 20px;
}
.productimage {
	width: 40%;
	float:left;
	margin:25px;
	line-height: 20px;
}
.productthumb {
	height: 100px;
	width: 175px;
	float:left;
	margin:25px;
}
.imgflex {
	display: flex;
	flex-direction: column;
	width:18.5%;
	float:left;
	margin: 10px 5px 0px;
	align-items: center;
}
.productflex {
	display: flex;
	flex-direction: column;
	width:25%;
	float:left;
	margin: 10px;
}
.producth3 {
	min-height: 40px;
	align-content: center;
	margin-top: 5px;
}
.productul {
	margin-top: 5px;
	margin-bottom: 5px;
}
/* Main Content Styles */
#mainContent {
	clear: left;
	width: 610px;
	float: left;
	min-height: 400px;
	padding-top: 40px;
}
#mainContent h2 {
	padding-bottom: 50px;
}
#mainContent p {
	margin-left: 100px;
	padding-top: 20px;
	font-size: 14px;
}
#mainContent p a {
	text-decoration: none;
	font-weight: bold;
	color: #0e2153;
}
#mainContent div {
	margin: 50px auto;
}
#mainContentFuture {
	clear: left;
	width: 610px;
	float: left;
	min-height: 400px;
}
#mainContentFuture h2 {
	padding-top: 50px;
	padding-bottom: 20px;
}
#mainContentFuture p {
	margin: 0px auto;
	padding-top: 20px;
	font-size: 14px;
	line-height: 20px;
}
#mainContentFuture p a {
	text-decoration: none;
	font-weight: bold;
	color: #0e2153;
}
#mainContentFuture div {
	margin: 50px auto;
}
#mainContentContactUs {
	clear: left;
	width: 610px;
	float: left;
	min-height: 400px;
	padding-top: 40px;
}
#mainContentContactUs p {
	padding-top: 20px;
	font-size: 14px;
	text-align: center;
}
#mainContentContactUs p a {
	text-decoration: none;
	font-weight: bold;
	color: #0e2153;
}
#mainContentContactUs div {
	margin: 50px auto;
}
#resources {
	text-size: 18px !important;
	line-height: 22px;
	margin-bottom: 50px;
}
#futureLink {
	text-decoration: none;
	font-weight: bold;
	color: #323366;
}
#mainContentProducts {
	clear: left;
	width: 610px;
	float: left;
	padding-top:15px;
}
#mainContentProducts h2 {
	padding-bottom: 50px;
}
#mainContentProducts p {
	margin-left: 100px;
	padding-top: 20px;
	font-size: 14px;
	line-height:20px;
}
#catalogLink {
	float: right;
	width: 230px;
	margin: 0px auto;
	padding-right: 40px;
}
#mainContentAboutUs {
	clear: left;
	width: 610px;
	float: left;
	min-height: 400px;
	padding-top: 40px;
}
#mainContentAboutUs h2 {
	padding-bottom: 40px;
}
#mainContentAboutUs p {
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 50px;
}
#mainContentAboutUs div {
	margin: 50px auto;
}
/* Sidebar Styles */
#sidebar {
	width: 300px;
	float: left;
	min-height: 400px;
	padding-left: 50px;
	padding-top: 40px;
}
#sidebar p {
	padding-top: 20px;
	text-align: center;
	
}
#sidebar h2 {
	padding-bottom: 50px;
}
#sidebarProducts {
	width: 300px;
	float: left;
	min-height: 350px;
	padding-left: 50px;
	padding-top: 20px;
}
#sidebarProducts p {
	padding-top: 10px;
	text-align: center;
	
}
#sidebarProducts h2 {
	padding-bottom: 50px;
}
#sidebarFuture {
	width: 300px;
	float: left;
	min-height: 400px;
	padding-left: 50px;
	padding-top: 50px;
}
#sidebarFuture p {
	padding-top: 20px;
	text-align: center;
	
}
#sidebarFuture h2 {
	padding-bottom: 20px;
}
#sidebarAboutUs {
	width: 300px;
	float: left;
	min-height: 400px;
	padding-left: 50px;
	padding-top: 40px;
}
#sidebarAboutUs p {
	padding-top: 20px;
	text-align: center;
	padding-bottom: 50px;
	
}
#sidebarAboutUs h2 {
	padding-top: 40px;
	padding-bottom: 20px;
}
#sidebarContactUs {
	width: 300px;
	float: left;
	min-height: 400px;
	padding-left: 50px;
	padding-top: 40px;
}
#sidebarContactUs p {
	padding-top: 20px;
	text-align: center;
	
}
#dlc {
	font-weight: bold;
	color: #AF2025 !important;
	padding-bottom: 40px !important;
}
/* Footer Styles */
#footerContainer {
	width: 100%;
	height: 80px;
	background-image: url(../images/logos_and_site_effects/footer/footerBG.png);
}
#copyright {
	padding-left: 100px;
	padding-top: 30px;
	color: #7A7A7A;
	font-size: 14px;
}