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

/*

Orange #ED8832
Blue #60C4E2
Dark Blue #2A5663



-webkit-border-radius: 5px;
-moz-border-radius: 5px;c
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: 'Roboto Condensed', sans-serif;
	border-top: 5px solid #60C4E2;
}

a img {
	border: none;	
}

hr {
	border: none;
	border-top: 1px solid #ED8832;	
	margin: 40px 0 40px 0;
}

hr.dotted {
	border: none;
	border-top: 1px dotted #161f48;	
	margin: 30px 0 30px 0;
}


#logo {
	position: absolute;
	float: left;
	width: 100%;
	top: 20px;
}

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


#logoThank {
	float: left;
	width: 100%;
	background-color: #2A5663;
	padding: 15px 0 15px 0;
}
					 
#logoThank img {
	max-width: 90%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#logoThank p {
	color: white;
	text-align:center;
	font-size: 150%;
	line-height: 37px;
}

#logoThank p a {
background-color: #ED8832;
	padding: 10px 20px 10px 20px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 5px;
	margin-top: 30px;
}

#logoThank p a:hover {
	color: white;
	background-color:#60C4E2;
	text-decoration: none;
}




/*										Banner								*/

#bannerOuter {
	float: left;
	width: 100%;
	height: 800px;
	background: url("images/sean-murphy.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll;
}

#bannerInner {
	margin: 0 auto;
	width: 1200px;
	position:relative;
}


img.mobileBannerImage {
	display: none;
}
				
#mobileBannerSlogan {
	display: none;
}	

#bannerInner img {
	width: 100%;
	height: auto;
}

#bannerInner img.mobile {
	display: none;
}

#bannerSlogan {
	position: absolute;
	top: 250px;
	border-radius: 5px;
	padding: 10px 20px 10px 20px;
	text-align: center;
	left: 0;
	width: 50%;
}

#bannerSlogan h2 {
	color: white !important;
	/*font-size: 350%;*/
	font-size: 250%;
	margin: 0 0 10px 0;
	padding: 0;
}

#bannerSlogan  hr {
	border: none;
	border-top: 7px solid #60C4E2;	
	margin: 0 0 10px 0;
	padding: 0;
}


#bannerSlogan h3 {
	color: white;
	font-size: 190%;/*
	font-size: 230%;*/
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0;
}

#bannerSlogan h4 {
	color: white;
	font-size: 170%;
	font-weight: bold;
	margin: 15px 0 10px 0;
	padding: 0;
}

#bannerSlogan p {
	color: white;
	font-size: 170%;/*
	font-size: 200%;*/
	font-weight: bold;
}

#bannerSlogan p a {
	background-color: #ED8832;
	padding: 10px 20px 10px 20px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 5px;
	margin-top: 30px;
}

#bannerSlogan p a:hover {
	color: white;
	background-color:#60C4E2;
	text-decoration: none;
}

img.mobileView {
	display: none;
}


/*Home Highlight*/

#homeHighlight {
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 1%;
	padding-right: 1%;
	background-color: #60C4E2;
	text-align: center;
	box-sizing: border-box;
}

#homeHighlight ul {
	list-style-type: none;
	padding-left: 0;
}

#homeHighlight li {
	display: inline-block;
	color: white;
	font-size: 200%;
	font-weight: bold;
}

#homeHighlight li span.number {
	color: #2A5663;
	font-size: 230%;
	font-weight: bold;
}

#homeHighlight li span.dash {
	padding: 0 20px 0 20px;
	color: #60C4E2;
}

#homeHighlight li a {
	color: white;
	text-decoration: none;
}

#homeHighlight li a:hover {
	color: #3f85f3;
	text-decoration: none;
}

#homeHighlight p a {
	background-color: #ED8832;
	padding: 10px 20px 10px 20px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 5px;
	margin-top: 30px;
	font-weight: bold;
}

#homeHighlight p a:hover {
	color: white;
	background-color: #2A5663;
	text-decoration: none;
}

#homeHighlight p {
	color: white;
	font-size: 210%;
	font-weight: bold;
}

/*											Home Boxes									*/

#homeArea {
	float: left;
	width: 100%;
	padding: 60px 0 60px 0;
	text-align: center;
}

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

#homeAreaInner h2 {
	color: #2A5663;
	font-size: 200%;
	text-align:center;
	padding: 7px 0 7px 0;
	margin: 0;
	text-transform: uppercase;
} 

#homeAreaInner p {
	color: #2A5663;
	text-align:center;
	font-size: 150%;
	line-height: 37px;
}

#homeAreaInner p a {
	color: #2A5663;
	text-decoration: underline;
}

#homeAreaInner p a:hover {
	color: #2A5663;
	text-decoration: none;
}

#homeAreaInner p b {
	color: #60C4E2;
}
	
#homeAreaInner p.more a {
	color: white;
	background-color: #ED8832;
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 5px;
}

#homeAreaInner p.more a:hover {
	color: white;
	background-color: #60C4E2;
	text-decoration: none;
}


#homeAreaInner p.moreSecond a {
	color: white;
	background-color: #60C4E2;
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 5px;
}

#homeAreaInner p.moreSecond a:hover {
	color: white;
	text-decoration: none;
	background-color: #ED8832;
}

#homeAreaInner p.moreSecond a i.fab {
	color: white;
	font-size: 90%;
}

#homeAreaInner p.moreSecond a:hover i.fab {
	color: white;
}


#homeAreaInner i.fab {
	color: #60C4E2;
	font-size: 420%;
	margin: 0 10px 0 10px;
}

#homeAreaInner i.fab:hover {
	color:#ED8832;
}


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

.homeBox {
	float: left;
	width: 23%;	
	margin-right: 2%;
}

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


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


/*											Sean Boxes									*/

#seanBoxOuter {
	float: left;
	width: 100%;
	background-color: #2A5663;
	padding: 60px 0 60px 0;
}

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

#seanText img {
	float: left; 
	margin-right: 40px;
	border-radius: 5px;
	max-width: 100%;
	height: auto;
	margin-top: 10px;
}


#seanText h2 {
	color: #60C4E2;
	font-size: 200%;
	padding: 7px 0 7px 0;
	margin: 0;
	text-transform: uppercase;
} 

#seanText p {
	color: white;
	font-size: 150%;
	line-height: 37px;
}

#seanText p b {
	color: #ED8832;
}
	
#seanText p.more a {
	color: white;
	background-color: #ED8832;
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 5px;
}

#seanText p.more a:hover {
	color: white;
	background-color: #60C4E2;
	text-decoration: none;
}





/*											Signup									*/

#signUpOuter {
	float: left;
	width: 100%;
	background-color: #60C4E2;
	padding: 60px 0 60px 0;
	text-align: center;
}

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

#signUpInner h2 {
	color: white;
	font-size: 200%;
	padding: 7px 0 7px 0;
	margin: 0;
	text-transform: uppercase;
} 

#signUpInner p {
	color: white;
	font-size: 130%;
	line-height: 37px;
}

#signUpInner p b {
	color: #ED8832;
}
	
#signUpInner p.more a {
	color: white;
	background-color: #ED8832;
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 5px;
}

#signUpInner p.more a:hover {
	color: white;
	background-color: #60C4E2;
	text-decoration: none;
}

#signUpInner #mc_embed_signup {
	margin-top: 40px;
}


#signUpInner .mc-field-group {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
}

#signUpInner .mc-field-group label {
	float: left;
	width: 100% !important;
	box-sizing: border-box;
	color: #2A5663;
	font-size: 120%;
	margin-bottom: 10px;
}

#signUpInner .mc-field-group input {
	border: 1px solid white !important;
	padding: 10px;
	width: 350px;
	max-width: 100%;
	font-size: 120%;
	border-radius: 5px;
	box-sizing: border-box;
}

#signUpInner input.button {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	padding: 10px;
	width: 275px !important;
	max-width: 100%;
	font-size: 120%;
	border-radius: 5px;
	background-color: #ED8832 !important;
	color: white;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: bold;
	box-sizing: border-box;
}

#signUpInner input.button:hover {
	background-color: #2A5663;
	color: white;
	cursor: pointer;
}

#signUpInner p i {
	font-size: 70%;
}



/*										Main Body						*/


#mainBodyHome {
	float: left;
	width: 100%;
	background-color: #efefef;
	padding: 60px 0 60px 0;
}

#mainBodyOuter #contact {
	margin-top: 0;
	padding-top: 0;
}

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

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

#mainBody h1 {
	font-size: 140%;
	color: #3f85f3;
}

#mainBody h2 {
	font-size: 200%;
	color: #60C4E2;
}

.textHomeBox {
	margin-top: 150px;
}

#mainBody p {
	font-size: 150%;
	line-height: 37px;
	color: #2A5663;
}

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

#mainBody p a {
	color: #3f85f3;
	text-decoration: underline;
}

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

#mainBody li {
	font-size: 90%;
	line-height: 33px;
	color: #333333;
}

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

#mainBody li a {
	color: #3f85f3;
	text-decoration: none;
}

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

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

img.rightImage {
	float: right;
	margin: 0 0 10px 20px;
	margin-top: -125px;
	max-width: 100%;
	height: auto;
	border-radius: 5px;
}	

#mainBody img.centerImage {
	float: none;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	display: block;
}	

#mainBody p.more a {
	color: white;
	background-color: #ED8832;
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 5px;
}

#mainBody p.more a:hover {
	color: white;
	background-color: #60C4E2;
	text-decoration: none;
}

#mainBody ul.brandList {
	padding-left: 0;
}

#mainBody ul.brandList li {
	display: inline-block;
	margin-right: 10px;
/*	border: 1px solid #a12725;
	padding: 5px;*/
	margin-bottom: 10px;
	font-size: 95%;
	background-color: white;
	color: black;
	font-weight: bold;
}

#mainBody ul.brandList li span {
	border: 1px solid #a12725;
	padding: 5px;
}

#mainBody ul.brandList li img {
	float: left;
	margin: 4px 7px 0 0;
}

#mainBody p.highlighted span {
	color: #5b5b62;
	background-color: #b2cfd9;
	padding: 10px;
	text-transform: uppercase;
	font-weight: bold;
}





#return-to-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    background: #ED8832;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index: 3000;
}

#return-to-top i {
    color: white;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: #60C4E2;
	color:white;
}

#return-to-top:hover i {
    color:white;
    top: 5px;
}






/* 1199*/
@media only screen 
and (max-width : 1199px) 
				 {
					 
#logoInner {
	width: 100%;	
	padding: 1%;
	padding-top: 0;
	padding-bottom: 0;
	box-sizing: border-box;
}					 

#mainBody {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
					 

#seanText {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
						 
#signUpInner {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}
					 
					 
#homeAreaInner {
	width: 100%;	
	padding: 1%;
	box-sizing: border-box;
}					 
					 

					 
#bannerInner {
	width: 100%;
}						 
					 

					 
img.rightImage {
	margin-top: 0;
}
					 
					 
.textHomeBox {
	margin-top: 80px;
}					 
					 
}





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

#logo {
	position: static;
	padding: 10px 0 10px 0;
	top: 0;
	background-color: #2A5663;
}
					 
#logo img {
	width: 175px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
				 
#bannerOuter {
	height: 500px;
}

#bannerSlogan {
	top: 75px;
	width: 60%;
}							 
	

#seanText img {
	float: none; 
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 30px;
}					 
					 
#seanText {
	text-align: center;
}	
					 
#bannerSlogan h2 {
	font-size: 210%;
}

#bannerSlogan h3 {
	font-size: 170%;
}
		
#bannerSlogan h4 {
	font-size: 150%;
}		

#bannerSlogan p {
	font-size: 150%;
}					 
					 
					 
					 
}



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

img.rightImage {
	float: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
					 
					 
.textHomeBox {
	float: left;
	width: 100%;
	margin-top: 20px;
	text-align: center;
}		

#mainBody h1 {
	font-size: 120%;
}

#mainBody h2 {
	font-size: 180%;
}

#mainBody p {
	font-size: 130%;
}

#mainBody p.more a {
	padding: 8px;
}
	
		
#homeHighlight p {
	font-size: 140%;
}

#homeHighlight p a {
	padding: 8px;
}		
		
#homeAreaInner h2 {
	font-size: 180%;
} 

#homeAreaInner p {
	font-size: 130%;
}
		
#logoThank p {
	font-size: 130%;
}
		
#seanText h2 {
	font-size: 180%;
} 

#seanText p {
	font-size: 130%;
}		
		

}


/* 820*/
@media only screen 
and (max-width : 820px) 
	{
	
/*#bannerSlogan h2 {
	font-size: 280%;
}

#bannerSlogan h3 {
	font-size: 180%;
}
		
#bannerSlogan h4 {
	font-size: 160%;
}		

#bannerSlogan p {
	font-size: 160%;
}*/
		
}


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

					 	


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




.homeBox {
	float: left;
	width: 48%;	
	margin-right: 2%;
	margin-bottom: 2%;
}

.homeBox.lastBox {
	float: left;
	width: 48%;	
	margin-right: 2%;
	margin-bottom: 2%;
}

			
	

#bannerSlogan {
	width: 65%;
	top: 70px;
}	
					 


#homeHighlight li {
	display: block;
	color: white;
	font-size: 180%;
	font-weight: bold;
}
		
#homeHighlight li span.dash {
	display: none;
}
		
		
#bannerSlogan h2 {
	font-size: 190%;
}

#bannerSlogan h3 {
	font-size: 150%;
}
		
#bannerSlogan h4 {
	font-size: 140%;
}		

#bannerSlogan p {
	font-size: 140%;
}		
		
	
 }
 



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



					 
/*#bannerOuter {
	height: 400px;
}

#bannerSlogan {
	top: 100px;
}					 
	*/				 

/*#bannerSlogan h2 {
	font-size: 160%;
}

#bannerSlogan h3 {
	font-size: 120%;
}

#bannerSlogan p {
	font-size: 110%;
}
*/
	
	
#logo {
	border-bottom: 1px dotted white;
}					 
					 
#bannerOuter {
	display: none;
}

#bannerSlogan {
	display: none;
}
					 
img.mobileBannerImage {
	display: block;
	width: 100%;
	height: auto;
}
				
#mobileBannerSlogan {
	display: block;
	float: left;
	width: 100%;
	background-color: #2A5663;
	top: 100px;
	position: static;
	box-sizing: border-box;
	text-align: center;
	padding: 40px 15px 25px 15px;
}				
					 

#mobileBannerSlogan h2 {
	color: white !important;
	font-size: 190%;
	margin: 0;
	padding: 0;
}
					 
#mobileBannerSlogan  hr {
	border: none;
	border-top: 7px solid #60C4E2;	
	margin: 20px 0 0 0;
	padding: 0;
}					 

#mobileBannerSlogan h3 {
	color: white;
	font-size: 160%;
	font-weight: bold;
}
					 
#mobileBannerSlogan h4 {
	color: white;
	font-size: 140%;
	font-weight: bold;
}

#mobileBannerSlogan p {
	color: white;
	font-size: 130%;
	font-weight: bold;
}

#mobileBannerSlogan p a {
	background-color: #ED8832;
	padding: 7px 15px 7px 15px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 5px;
	margin-top: 30px;
}

#mobileBannerSlogan p a:hover {
	color: white;
	background-color:#60C4E2;
	text-decoration: none;
}					 
								 
					 
					 
					 
}
					 


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

				 
				 

img.desktopView {
	display: none;
}

img.mobileView {
	display: block;
}




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

.homeBox h2 {
	font-size: 90%;
}

.homeBox.lastBox {
	float: left;
	width: 100%;	
	margin-bottom: 20px;
} 				 
					 
				 
					 
}
				
	


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

					 
/*#bannerOuter {
	display: none;
}

#bannerSlogan {
	display: none;
}
					 
img.mobileBannerImage {
	display: block;
	width: 100%;
	height: auto;
}
				
#mobileBannerSlogan {
	display: block;
	float: left;
	width: 100%;
	background-color: #2A5663;
	top: 100px;
	position: static;
	box-sizing: border-box;
	text-align: center;
	padding: 20px 0 20px 0;
}				
					 

#mobileBannerSlogan h2 {
	color: white !important;
	font-size: 150%;
	margin: 0;
	padding: 0;
}

#mobileBannerSlogan h2 span {
	border-bottom: 4px solid #60C4E2;
	padding: 0 0 5px 0;
}

#mobileBannerSlogan h3 {
	color: white;
	font-size: 110%;
	font-weight: bold;
}

#mobileBannerSlogan p {
	color: white;
	font-size: 95%;
	font-weight: bold;
}

#mobileBannerSlogan p a {
	background-color: #ED8832;
	padding: 7px 15px 7px 15px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 5px;
	margin-top: 30px;
}

#mobileBannerSlogan p a:hover {
	color: white;
	background-color:#60C4E2;
	text-decoration: none;
}					 
			*/		 

#mobileBannerSlogan p a {
	padding: 7px;
	font-size: 80%;
}

}







