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

/*

Black #343b3f
Red #d3001d

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.75);
-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.75);
box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.75);

*/

body {
	background: white;
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	font-family: 'Ubuntu', sans-serif;
	border-top: 5px solid #d3001d;
}

a img {
	border: none;	
}

hr {
	border: none;
	border-top: 1px solid #d3001d;	
	margin: 20px 0 20px 0;
}


#headerBackground {
	float: left;
	width: 100%;	
	padding-bottom: 5px;
}

header {
	margin: 0 auto;
	width: 1200px;	
}

#headerInner {
	float: left;
	width: 100%;
}

#logo { 
	float: left;
	margin: 5px 0 5px 0;
}

#logo img { 
	max-width: 100%;
	height: auto;
}

#logo:hover {
	cursor: pointer;	
}

/*										Nav								*/

nav {
	float: right;
}

nav ul {
	list-style-type: none;
	padding: 55px 0 0 0;
	margin: 0;
	text-align: center;
}

nav li {
	display: inline;
	color: #343b3f;
	font-size: 110%;
	margin: 0 0 0 25px;
	padding: 0;
	text-transform: uppercase;
}

nav li a {
	color: #343b3f;
	text-decoration: none;
	margin: 0;
	font-weight: 100;
	padding: 0 10px 0 10px;
	border-bottom: 2px solid white;
	padding-bottom: 5px;
}

nav li a:hover {
	color: #d3001d;
	text-decoration: none;
	border-bottom: 1px solid #d3001d;
}

nav li a.active {
	color: #d3001d;
	text-decoration: none;
	border-bottom: 1px solid #d3001d;
}


/*Mobile Menu*/

#accordionSection {
	float: left;
	display: none;
	text-align: left;
}

.accordionButton {
	padding: 0;
}

.accordionButton h4 {
	color: white;	
	height: 40px;
	width: 40px;
	padding: 0;
	margin:0;
}

.accordionContent {
	float: left;
}

.accordionContent ul {
	float: left;
	list-style-type: none;
	padding: 0;
	text-align: left;
	margin: 0;
}

#accordionSection .accordionContent li {
	display: block;
	font-size: 90%;
	margin: 0;
	padding: 0;
	line-height: 35px;
	color: white;
	float: none;
	text-align: left;
}

#accordionSection .accordionContent li a {
	float: none;
	color: white;
	border: none;
	text-align: left;
	padding: 5px;
	border-bottom: 2px solid #343b3f;
}

#accordionSection .accordionContent li a:hover {
	border: none;
	text-decoration: none;
	color: #d3001d;
	border-bottom: 2px solid #d3001d;
}

#accordionSection .accordionContent li a.active {
	border: none;
	text-decoration: none;
	color: #d3001d;
	border-bottom: 2px solid #d3001d;
}

/*										Copyright							*/

#footerBackground {
	float: left;
	width: 100%;	
	background-color: #d3001d;
	padding: 5px 0 10px 0;
	text-transform: uppercase;
	font-weight: 100;
}

footer {
	width: 1200px;
	margin: 0 auto;
	padding: 6px 0 3px 0;
}

footer p {
	color: white;
	font-size: 80%;
	margin: 0 0 3px 0;
}
	
footer p a {
	text-decoration: none;
	color:white;
}

footer p a:hover {
	text-decoration: underline;
	color:white;
}

#copyRight {
	float: right;	
}

#copyLeft {
	float: left;	
}


/*										Banner								*/

#banner-slide {
   width: 100%;
   height: auto;
   margin-top: 10px;
   margin-bottom: 20px;
}

#banner-slide img {
  max-width: 100%;
  height: auto;
  margin: 0 !important;
}


/*										Main Body						*/


#mainBodyHome {
	float: left;
	width: 100%;
}

#mainBodyOuter {
	float: left;
	width: 100%;
	min-height: 750px;
	padding-bottom: 20px;
}

#mainBody {
	margin: 0 auto;
	width: 1200px;	
}

#mainBody h1 {
	font-size: 110%;
	color: #d3001d;
	text-transform: uppercase;
	border-bottom: 2px solid #d3001d;
	padding-bottom: 10px;
}

#mainBody h2 {
	font-size: 100%;
	color: #343b3f;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #343b3f;
}

#mainBody h3 {
	text-align: center;
	font-size: 120%;
	font-weight: normal;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #343b3f;
	border-radius: 5px;
}

#mainBody p {
	font-size: 90%;
	line-height: 26px;
	color: #343b3f;
}

#mainBody p b {
	color: #d3001d;
	font-weight: bold;
}	

#mainBody p a {
	color: #343b3f;
	text-decoration: underline;
}

#mainBody p a:hover {
	color: #d3001d;
	text-decoration: none;
}

#mainBody p.contactLink {
	text-align: center;
}

#mainBody p.contactLink a {
	text-align: center;
	padding: 10px;
	color: white;
	font-size: 120%;
	text-decoration: none;
	border-radius: 5px;
	background-color: #d3001d;
}

#mainBody p.contactLink a:hover {
	background-color: #343b3f;
	text-decoration: none;
}

#mainBody li {
	font-size: 90%;
	line-height: 30px;
	color: #343b3f#282828;
}

#mainBody li b {
	font-weight: bold;
	color: #d3001d;
}

#mainBody li a {
	color: #343b3f;
	text-decoration: none;
}

#mainBody li a:hover {
	color: #d3001d;
	text-decoration: underline;
}

#mainBody img {
	margin: 10px 0 10px 0;
	max-width: 100%;
	height: auto;
}	

#mainBody img.rightImage {
	float: right;
	margin: 10px 0 10px 20px;
	max-width: 100%;
	height: auto;
}	


/*											Contact Form 									*/

#contactFormArea fieldset {
	float: left;
	border: none;
	padding: 0;
	width: 450px;
	margin-bottom: 20px;
	margin-top: 15px;
}

#contactFormArea .error {
	float: left;
	font-size: 80%;
	color: red;
	margin: 10px 0 0 130px;
	display: none;
}	

#contactFormArea .field {
	float: left;	
	width: 420px;
	margin-bottom: 10px;
}

#contactFormArea .submitField {
	float: left;
	width: 420px;	
}

#contactFormArea #submit.formButton {
	float: right;
	width: 65px;
	height: 25px;	
	background-color: #d3001d;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	text-transform: uppercase;
}

#contactFormArea #submit.formButton:hover {
	background-color: #343b3f;
	color: white;
	cursor: pointer;
}

#contactFormArea label {
	font-size: 90%;
	color: #343b3f;
	font-weight: bold;
}	

#contactFormArea input {
	color: #2a3034;
	border: none;
	float: right;
	height: 30px;
	width: 280px;
	background-color: white;
	border: 1px solid #343b3f;
}

#contactFormArea textarea {
	color: #2a3034;	
	float: right;
	height: 120px;
	width: 278px;
	background-color: white;
	border: 1px solid #343b3f;
}

iframe {
	float: left;
}


/*											Home Boxes									*/

#homeBoxes {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 0;
}

.homeBox {
	float: left;
	width: 32%;	
	margin-right: 2%;
	text-align:center;
}

.homeBox.lastBox {
	float: right;
	margin-right: 0;
}

#homeBoxes .homeBox img {
	margin: 0;	
	max-width: 100%;
	height: auto;
}

#homeBoxes .homeBox h2 {
	color: white;
	font-size: 90%;
	background-color: #343b3f;
	font-weight: normal;
	text-align:center;
	padding: 7px 0 7px 0;
	margin: 0;
	margin-top: -4px;
	text-transform: uppercase;
} 

#homeBoxes .homeBox:hover {
	cursor: pointer;
} 

#homeBoxes .homeBox:hover h2 {
	background-color: #d3001d;
} 

/*Why Us*/

#whyUsOuter {
	float: left;
	width: 100%;
	padding: 10px 0 20px 0;
	background-color: #343b3f;
}

#whyUsInner {
	margin: 0 auto;
	width: 1200px;
}

#whyUsInner h2 {
	color: white;
	border-bottom: 2px solid white;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 110%;
}

.whyUsBox {
	text-align: center;
	color: #343b3f;
	background-color: white;
	float: left;
	border-radius: 5px;
	padding: 1%;
	width: 22%;
	margin-right: 1.25%;
}

.whyUsBox.lastWhyBox {
	float: right;
	margin-right: 0;
}

.whyUsBox h3 {
	font-size: 100%;
	text-transform: uppercase;
}

.whyUsBox p {
	line-height: 28px;
	font-size: 90%;
}

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



/* 1199*/
@media only screen 
and (max-width : 1199px) 
				 {
header {
	width: 100%;	
}

footer {
	width: 100%;	
}

#mainBody {
	width: 100%;	
}


#navBackground nav {
	width: 100%;
}

#slides {
  width: 100%;
}
					 
#whyUsInner {
	 width: 100%;
}


}





/* 959*/
@media only screen 
and (max-width : 959px) 
				 {
			
header {
	width: 100%;	
}
	
	
#accordionSection {
	display: block;
	margin-left: 10px;
}
					 
#logo {
	float: left;
	width: 100%;
	margin: 10px 0 10px 0;
	padding: 0;
}	

#logo img {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 80%;
	height: auto;
}	

nav ul.mainNav {
	display: none;
}	

nav {
	float: left;
	width: 100%;
	margin-top:10px;	
	background-color: #343b3f;
}	

#banner {
	float: left;
	width: 95%;	
	padding: 1%;
	height: auto;
	margin-bottom: 15px;
}

#mainBody {
	width: 95%;	
	padding: 1%;
}

#mainBodyOuter #mainBody {
	border-top: none;
	margin-top: 0;
}

footer {
	width: 95%;	
	padding: 1%;
}


#copyright {
	width: 95%;	
	padding: 1%;
}

.iframe {
	float: left;	
	width: 100%;
}
					 
					 
#whyUsInner {
	width: 95%;	
	padding: 1%;
}
					 
}




 /* 730*/
@media only screen 
and (max-width : 730px) 
				 {
				

	
#banner {
	width: 95%;	
	padding: 1%;
}

#mainBody {
	width: 95%;	
	padding: 1%;
}

#copyright {
	width: 95%;	
	padding: 1%;
}

.iframe {
	float: left;	
	margin-bottom: 10px;
}					
		
#contactFormArea fieldset {
	width: 100%;
}

#contactFormArea .error {
	margin: 10px 0 0 0;
}	

#contactFormArea .field {
	width: 95%;
}

#contactFormArea .submitField {
	width: 100%;	
}

#contactFormArea input {
	float: left;
	width: 100%;
}

#contactFormArea textarea {
	float: left;
	width: 100%;
}


#mainBody img.rightImage {
	float: none;
	clear: both;
	margin-left: 0;
}	
					 
.whyUsBox {
	float: left;
	width: 47%;
	margin-right: 1%;
	margin-bottom: 10px;
}

.whyUsBox.lastWhyBox {
	float: left;
	margin-right: 0;
}

					
 }
 




/* 480*/
@media only screen 
and (max-width : 480px) 
				 {

.homeBox img {
	width: 100%;
	height: auto;	
}

.homeBox {
	float: left;
	width: 100%;	
	border: none;
	margin-top: 15px;
}


.homeBox.lastBox {
	float: left;
	width: 100%;	
	margin: 15px 0 0 0;
} 

#whyUs {
	float: none;
	clear: both;
	margin: 0;
}
#copyRight {
	float: left;	
}
					 
.whyUsBox {
	float: left;
	width: 98%;
	margin-right: 0;
}


					 
}
				
	
			 
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
	
	

}







.iris {
	width: 100% !important;
	border: none !important;
	font-family: 'Ubuntu', sans-serif;
	color: #343b3f  !important;
	padding: 0 !important;
	margin-top: 20px !important;
}

.iris h1 {
	display: none !important;
}


.iris-form {
	width: 100% !important;
	box-sizing: border-box;
	border: none !important;
	color: #343b3f  !important;
	padding: 0 !important;
}

.iris .iris-row {
	float: left;	
	width: 100%;
	margin-bottom: 5px !important;
	box-sizing: border-box;
}

.iris .g-recaptcha {
	float: left;	
	width: 100%;
	margin-bottom: 5px !important;
	box-sizing: border-box;
	clear: both;
}

.iris .iris-row button {
	float: none;
	width: 100%;
	height: 40px;
	font-size: 100%;
	background-color: #d3001d;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	text-transform: uppercase;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 0 !important;
	margin: 0 !important;
}

.iris .iris-row button:hover {
    background-color: #343b3f !important;
	color: white  !important;
	cursor: pointer;
}

.iris .iris-row .label {
	font-size: 100%;
	color: #343b3f ;
	font-weight: bold;
	text-align: left;
	box-sizing: border-box;
}	

.iris .iris-row input {
	color: #343b3f ;
	border: none;
	float: left;
	width: 100% !important;
	height: 30px;
	background-color: white;
	font-size: 80%;
	border: 1px solid #343b3f !important;
	margin-top: 10px;
	border-radius: 5px;
	text-align: left !important;
	box-sizing: border-box;
}


.iris .attachment-row input {
	border: none !important;
	box-sizing: border-box;
}


.iris .iris-row select {
	color: #343b3f ;
	border: none;
	float: left;
	width: 100% !important;
	height: 30px;
	background-color: white;
	font-size: 80%;
	border: 1px solid #343b3f;
	margin-top: 10px;
	border-radius: 5px;
	box-sizing: border-box;
}


.iris .iris-row textarea {
	color: #343b3f ;	
	float: left;
	width: 100%;
	height: 340px;
	background-color: white;
	font-size: 80%;
	border: 1px solid #343b3f;
	margin-top: 10px;
	border-radius: 5px;
	text-align: left !important;
	box-sizing: border-box;
}

.iris .iris-row .checkboxes {
	box-sizing: border-box;
}


.iris .iris-row .checkbox {
	float: left;
	width: auto !important;
	margin-top: 10px;
	text-align: center;
	border: 1px solid white
	padding: 7px;
	font-size: 95% !important;
	color: #343b3f !important;
	box-sizing: border-box;
}

.iris .iris-row .checkbox input {
	float: left !important;
	width: 10px !important;
	height: auto !important;
	margin-top: 3px !important;
	margin-right: 5px !important;
	box-sizing: border-box;
}



.iris .success {
	background-color: #d3001d  !important;
	border: #d3001df  1px solid !important;
	padding: 10px !important;
	box-sizing: border-box;
	color: white !important;
	font-size: 110% !important;
	font-weight: bold !important;
	text-align: center !important;
}

