﻿* {
	margin:0px;
	padding:0px;
}

p {
	padding: 20px 20px 20px 20px;
}

a {
	color: #428bca;
	text-decoration: none;
	outline: none;
}

body {
	font-family: sans-serif, arial;
 	font-size: 18px;
 	width: 100%;
 	background-image: url("../images/watermark2.png");
 	background-position: center 50px;
 	background-repeat: repeat-y;

}

h1 {	
	font-size: 35px; 
	line-height: 35px;
	font-weight: 400; 
	color: #1F51AE; 
	text-transform: uppercase; 
	font-family: 'Roboto Condensed', sans-serif; 
	letter-spacing: -1px; 
	word-spacing: 4px;
	margin: 20px 0 20px 0;
}

h2 {
	font-size: 28px; 
	line-height: 28px;
	font-weight: 400; 
	color: #1F51AE; 
	text-transform: uppercase; 
	font-family: 'Roboto Condensed', sans-serif; 
	letter-spacing: -1px; 
	word-spacing: 4px;
	margin: 0 0 10px 0;
}

.secondHeading h2 {
	font-size: 35px; 
	line-height: 35px;
	font-weight: 400; 
	color: #1F51AE; 
	text-transform: uppercase; 
	font-family: 'Roboto Condensed', sans-serif; 
	letter-spacing: -1px; 
	word-spacing: 4px;
	margin: 0 0 0 0;
}

h3 {
	font-family: sans-serif, arial;
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 10px 0;
}

.listBox h3 {
	font-family: sans-serif, arial;
	font-size: 18px;
	line-height: 18px;
	margin: 2px 0 10px 0;
	color: #ffffff;
	text-align: center;
}


h4 {
	font-size: 20px;
	font-family: sans-serif;
	font-weight: normal;
	color: #1F51AE;
	letter-spacing: 1px;
	display: inline;
}


.clear {
	clear: both;
}

/* ---------- BANNER/HEADER COMPONENTS ---------- */



header {
	background-color: #f5f5f5;
	border-bottom: 2px solid #1567A6;
	width: 100%;
	padding: 10px;
}

.logo {
	margin: 0 0 0 20px;
	float: left;
}

.announcement {
	float: left;
	margin: 5px 0 8px 20px;
	font-size: 16px;
	font-family: 'Cabin', sans-serif;
	font-style: italic;
	color: #585858;
}

nav {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	display: none;
	background-color: white;
	background-image: url("../images/dropDownBG.png");
	border-bottom: 2px solid #5b5b5e;
}

.navButton {
	float: right;
	background-color: transparent;
	width: 30px;
	height: 30px;
	display: block;
	background-image: url('../images/menu.png');
	margin: 5px 25px 0 0;
	outline: none;
	border: 0;
}

.navButton:hover {
	background-color: transparent;
}

nav a {
	display: block;
	text-align: center;
	background-color: #f5f5f5;
	height: 25px;
	padding: 15px;
	width: 250px;
	border: 1px solid #5b5b5e;
}

nav a:hover {
	background-color: #bfbfbf;
}

/* ---------- MAIN CONTENT COMPONENTS ---------- */

.grayWrap {
	background-color: #f5f5f5; 
	border-bottom: 1px solid #5b5b5e; 
	border-top: 1px solid #5b5b5e; 
	padding: 20px 0 0 0;
	margin: 5px 0 30px 0;
}

.contentWrap {
	max-width: 767px;
	min-width: 360px;
	margin: 0 auto 0 auto;
	text-align: center;
}

.contentWrap p {
	margin: 10px 20px 20px 20px;
	text-align: left;
	padding: 0;
}

.contentWrap p.center {
	text-align: center;
}

.right {
	float: right;
}

.left {
	float: left;
}

.wide {
	width: 100%
}

.narrow {
	width: 100%;
	max-width: 400px;
	margin: 0 auto 0 auto;
}

.secondHeading {
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 0 0 0 0;
}

.csIcon {
	float: left;
	margin: 0 20px 50px 20px;
}

.firstLine {
	font-style: italic;
}

.photoStrip img {
	margin: 20px;
}

.productIcon {
	height: 250px;
	width: 300px;
	border: 2px solid #1567a6;
	border-top-left-radius:65px;
	background-image: url("../images/iconBG.png");
	background-position: bottom;
	margin: 35px auto 30px auto;
}

.productIconPicture {
	height: 195px;
	float: left;
}

.productIconText {
	float: left;
	width: 260px;
	margin: 5px 0 0 10px;
	text-align: left;
	color: white;
	font-size: 16px;
	font-weight: bold;
}


/* container for photo slider */

.stdSlider {
	width: 340px;
	height: 227px;
	margin: 20px auto 20px auto;
	overflow: hidden;
}


/* Icon Banner Components */

.iconBox {
	float: left;
	width: 150px;
	margin: 0px 0px 20px 0px;
	text-align: center;
}

.iconBox a {
	display: block;
	margin: 0 0 10px 0;
}

/* List Boxes */

.listBox {
	width: 340px;
	margin: 0px auto 25px auto;
	border: 1px solid #58595b;
	border-radius: 10px;
	padding: 5px 5px 10px 5px;
	background-color: #f5f5f5;
	background-image: url("../images/listBoxBG4.png");
	background-repeat: repeat-x;
	background-position: 0 -8px;
	text-align: left;
 }


.listBox ul {
	margin: 0 0 0 30px;
}

.listBox li {
	font-style: sans-serif, arial;
	font-size: 16px;
	padding: 5px 0 0 0;
}

.listBoxBlue {
	width: 300px;
	margin: 0px auto 25px auto;
	color:  #1F51AE; 
	border-radius: 15px;
	padding: 5px 35px 10px 5px;
	background-color: #e1e7f0; 
	background-image: url("../images/listBoxServicesBGL.png"), url("../images/listBoxServicesBGR.png");
	background-repeat: no-repeat, no-repeat;
	background-position: top left, top right;
	text-align: left;
 }


.listBoxBlue ul {
	margin: 0 0 0 45px;
}

.listBoxBlue li {
	font-style: sans-serif, arial;
	font-size: 16px;
	padding: 5px 0 5px 0;
}

.logoBox1 img {
	display: inline;
	margin: 0 50px 50px 50px;
}


.list1 {
	text-align: left;
	margin: 0 20px 0 20px;
}

.list1 ul {
	margin: 0 0 20px 0;
}

.list1 li {
	list-style-type: square;
	margin: 0 0 8px 18px;
}


/* ---------- SERVICE TABLE COMPONENTS ---------- */

.serviceTable table {
	border-collapse: collapse; 
	margin: 20px auto 0 auto;
}

.serviceTable td,th {
	width: 250px;
	border: 1px solid #687884;
	vertical-align: top;
}

.serviceTable td {
	text-align: left;
	padding: 10px;
}

.serviceTable th {
	text-align: left;
	padding: 8px 10px 8px 10px;
	font-size: 15px;
	background-color: #d1d1d1;
}

div.serviceTable {
	margin: 0 auto 40px auto;
}


/* ---------- VARIOUS MENU COMPONENTS ---------- */

.menu {
	text-align: center;
	width: 340px;
	margin: 0 auto 0 auto;
}

.menu a {
	padding: 5px 20px 5px 20px;
	margin: 10px 0 10px 0;
	font-weight: bold;
	line-height: 19px;
	text-align: left;
	letter-spacing: 0px;
	text-decoration: none;
	text-transform: none;
	color: #428bca;		
	font-size: 17px;
	display: block;
	text-align: center;
}

.anchor:before { 
  display: block; 
  content: " "; 
  margin-top: -100px; 
  height: 100px; 
  visibility: hidden; 
}

.badge {
	float: left;
	margin: 5px 20px 5px 15px;
}

/* ---------- EMAIL DISPLAY COMPONENTS ---------- */

.emailDisplayBox {
	border: 1px solid #5b5b5e; 
	background-color: #f5f5f5; 
	padding: 40px;
	text-align: center;
	width: 300px;
	margin: 0 auto 20px auto;
}

input[type=submit] {
	outline: none;
	background-color: white;
	border: 1px solid #5b5b5e;
	color: #5b5b5e; 	
	width: 200px;
	margin: 1em 0 .5em 0;
	padding: 12px;
	font-size: 15px;
	font-weight: 400;
	cursor: pointer;
	letter-spacing: 1px;
}

input[type=submit]:hover {
	background-color: #5b5b5e; 	
	color: white;  		
	transition: 2s all;
	-webkit-transition: 2s all;
	-moz-transition: 2s all;
	-o-transition: 2s all;
}

.g-recaptcha { 
	width: 100%;
	margin: 1em 0 .5em .8em;
}

.reCaptchaMessage {
	height: 80px;
	font-size: 18px;
	line-height: 30px;
}





/* ---------- FOOTER COMPONENTS ---------- */

.socialIconWrap {
	width: 245px;
	margin: 0 auto 0 auto;
}

.socialIcon {
	float: left;
	margin: 20px 25px 20px 25px;
}

footer {
	width: 100%;
	min-height: 150px;
	background-color:  #1567A6; 
	color: white;
	font-size: 15px;
	letter-spacing: 1px;
	padding: 30px 0 30px 0;
}

footer a {
	color: white;
}

.copyright {
	margin: 30px auto 15px auto;
	color: white;
	font-size: 12px;
	text-align: center;
}
/* ---------- CONSENT BOX ---------- */

#consentBox { 
    position: float;
	width: 300px;
	height: 175px;
	margin: 20px auto 20px auto;
    padding: 10px; 
    background: #fff; 
	border: 2px solid #158BE5;
    border-radius: 5px; 
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); 
    text-align: center; 
} 
  
#consentBox.hide { 
    opacity: 0; 
    pointer-events: none; 
    transform: scale(0.8); 
    transition: all 0.3s ease; 
} 
  
::selection { 
    color: #fff; 
    background: #158BE5; 
} 
  
#consentContent p { 
    color: #158BE5; 
    margin: 10px 0 20px 0; 
} 
  
#consentContent .buttons { 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    margin-top: 20px; 
} 
  
.consentButton, 
.rejectButton { 
    padding: 12px 30px; 
    border: none; 
    outline: none; 
    color: #fff; 
    font-size: 16px; 
    font-weight: 500; 
    border-radius: 5px; 
    cursor: pointer; 
    transition: all 0.3s ease; 
} 
  
.consentButton { 
    background: #158BE5; 
    margin-right: 10px; 
} 
  
.rejectButton { 
    color: #158BE5; 
    background: transparent; 
    border: 2px solid #158BE5; 
    text-decoration: none; 
} 
  
#consentBox img { 
    max-width: 50px; 
} 
  
#consentHeader { 
    font-size: 25px; 
    font-weight: 600; 
    margin-top: 10px; 
}
