/*= GENERAL STYLING
--------------------------------------------------------*/

body{ 
	font-family:Open Sans;
	font-size:15px;
	line-height:28px;
	background-color:#0161ab !important;
	color:#484848;
	margin: 0;
	padding: 0;
	width: 100%;
	-webkit-text-size-adjust: none;
}
.logorightpad img {display:none;}

.hrline {
	width:100%;
	height:1px;
	background-color:#c0c0c0;
	margin:30px 0;	
}


.imgstaff {
      max-width: 100%!important;
	  padding:5px;
	  border:1px #c0c0c0 solid;
	  margin-top:9px;
}

img {
      max-width: 100%!important;
}

.map {
	width:100%;
	height:228px;
	border:1px #c0c0c0 solid;
	background color:#fff;
	padding:5px;
	margin:15px 0 0 0;	
}

.apptreq {
    width: 100% !important;
    background: #0f75bd;
    border-right: none;
	float: left;
	margin:10px 0 5px 0;
}

.apptreq  ul {
    overflow: hidden !important;
    margin: 0  !important;
    padding: 0  !important;
}
 
.apptreq  ul li {
    list-style: none !important;
    float: left!important;
    text-align: center;
    width: 100%;
    width: calc(100%/1);
    box-sizing: border-box; 
}

.apptreq  ul li:first-child {
    border-left: none!important; 
}
 
.apptreq  ul li a {
    display: block !important;
    text-decoration: none;
    color: #fff;
    padding: 15px 0 13px 0 !important;
	font-family:Roboto Condensed;
	font-size:24px;
	line-height:24px;
	text-transform:uppercase;
}

.superscript {
	font-size: 8px;
	line-height: 9px;
}

.superscripth1 {
	font-size: 16px;
	line-height:16px;
}

.superscripth2 {
	font-size: 14px;
	line-height:22px;
}

.address {
	margin:30px 0 20px 0;
	font-size:18px;
	line-height:28px;
}

.tooltipwidth {
	font-size:18px;	
	padding:10px;
}

img {border:0;}

.imgstyler {
	float:right;
	margin:0 0 0 20px;	
}
	
a:link {
	color:#0468b4; 
	text-decoration:none; 
	font-weight:normal; 
}

a:visited {
	color:#0468b4;
	text-decoration:none;
	font-weight:normal;   
}

a:active {
	color:#0468b4;
	text-decoration:none; 
	font-weight:normal; 
}

a:hover {
	color:#0468b4 !important;
	text-decoration:underline; 
	font-weight:normal; 
}

.clear { clear: both; }

/*= HEADER & NAVIGATION
--------------------------------------------------------*/

#header { 	
	background: linear-gradient(180deg, rgba(10,116,192,1), rgba(1,97,171,1));f
	width: 100%;  
	margin-top: 0;
	z-index:0;
	/*border-bottom:1px #fff solid;*/
}

.content{ 
	width: 1200px;
	height:auto; 
	margin: 0 auto; 
}

#logocontainer {
	background-color:#eef7fe;
	color: #484848;
	margin: 0;
	padding: 0;
	z-index:0;
}

.logocontent {
    max-width:1200px;
	margin:0 auto !important;
}
#logo {
	width:42%;
	float:left;
}

.logopad {
	padding: 20px 0 0 0;	
}

.logo {
	width:265px;
	height:130px;
}


#logocenter {
	width:20%;
	float:left;	
	text-align:center;
}

.headerbannermax {
	width:100px;
	height:81px;
	
}

#logocenter h2 {
	font-family:Roboto Condensed;
	font-size:19px;
	line-height:22px;
	margin:5px 0 0 0;
}
	
#logocenter a:link  {
	text-decoration:none;
	color:#0162aa; 
}

#logocenter a:active  {
	text-decoration:none;
	color:#0162aa; 
}

#logocenter a:visited  {
	text-decoration:none;
	color:#0162aa; 
}

#logocenter a:hover  {
	text-decoration:none;
	color:#0162aa; 
}

.logocenterpad {	
	width:100%;
	padding: 0;	
	margin:25px auto 0;
}

#logoright {
	width:38%;
	float:left;	
	text-align:right;
	color:#0162aa;
	font-size:16px;
}

#logoright a:link {
	color:#0162aa; 
	text-decoration:none; 
	font-weight:bold; 
}

#logoright a:visited {
	color:#484848; 
	text-decoration:none;
	font-weight:bold;  
}

#logoright a:active {
	color:#0162aa; 
	text-decoration:none; 
	font-weight:bold;  
}

#logoright a:hover {
	color:#0162aa; 
	text-decoration:none; 
	font-weight:bold;
}

#logoright h3 {
    font-family:Roboto;
	font-weight:700;
	font-size: 30px;
	line-height:30px;
	color:#0162aa;
	margin: 0;
	text-align:right;
	padding:40px 0 5px 0;
}

.apptreqtop {
	margin:18px 0 20px 0;
}

.apptreqtop a:link {
	font-size:16px;
	line-height:16px;
	font-family:Roboto;
	text-transform:uppercase;
	background: linear-gradient(180deg, rgba(245,165,40,1), rgba(240,113,30,1));
	border-radius:20px;
	border:3px #fff solid !important;
	color:#fff !important;
	text-decoration:none; 
	font-weight:500; 
	padding:5px 15px 5px 15px;
	box-shadow: 0px 0px 1px 1px #cbd5ec;
}

.apptreqtop a:visited {
	background: linear-gradient(180deg, rgba(245,165,40,1), rgba(240,113,30,1));
	border:3px #fff solid !important;
	color:#fff !important;
	text-decoration:none; 
	font-weight:500; 
	padding:5px 15px 5px 15px;
	box-shadow: 0px 0px 1px 1px #cbd5ec;
}

.apptreqtop a:active {
	background: linear-gradient(180deg, rgba(245,165,40,1), rgba(240,113,30,1));
	border:3px #fff solid !important;
	color:#fff !important;
	text-decoration:none; 
	font-weight:500; 
	padding:5px 15px 5px 15px;
	box-shadow: 0px 0px 1px 1px #cbd5ec;
}

.apptreqtop a:hover {
	background: linear-gradient(180deg, rgba(245,165,40,1), rgba(240,113,30,1));
	border:3px #fff solid !important;
	color:#fff !important;
	text-decoration:none !important; 
	font-weight:500; 
	padding:5px 15px 5px 15px;
	box-shadow: 0px 0px 1px 1px #cbd5ec;
}


#nav { 	
	background-color: transparent; /*#3D99D4;*/
	width:100%; 
	margin:0 auto;
}

.navright {
	padding-right:0 !important;	
}

#margin1 ol {
	padding: 0 0 0 20px; 
	margin:0;
}		
 
#margin1 ul {
	padding: 0 0 0 20px; 
	margin:0;
}
#margin1 li	{
	font-size:15px;
	line-height:30px; 
	padding: 0; 
	margin:0;
}

#margin2 ol {
	padding: 0 0 0 20px; 
	margin:0;
}		
 
#margin2 ul {
	padding: 0 0 0 15px; 
	margin:0;
}
#margin2 li	{
	line-height:22px; 
	padding: 0 0 0 0; 
	margin:0;
}

#margin3 ol {
	padding: 0 0 0 20px; 
	margin:0;
}		
 
/*= SLIDES STYLING
--------------------------------------------------------*/

.twothirds {
	width:910px;	
	float:left;
}

.twothirdspad {
	padding:0 50px 0 0;	
}

.onethird {
	width:290px;
	float:left;	
	text-align:left;
	line-height:22px;
}

#logocontainer, #slide1, #slide2, #slide3, #slide4, #ctacontainer,#foot { width: 100%; }

#slide1 {
	background:url(../picts/bg.jpg) top center repeat-x;
	background-color:#0468b4;
	color: #fff;
	margin: 0 auto 0;
	padding: 0;
}

#slide2 {
	background-color:#fff;
	color: #484848;
	border-top:10px #cfe3f3 solid;
	margin: 0 auto 0;
	padding: 50px 0 50px 0;
	z-index:0 !important;
}

.slide2content {
    max-width:1200px;
	margin:0 auto 0 !important;	
	padding:0;
}

.learnmore {
	margin:15px auto 20px;	
}

.learnmore a:link {
	background-color:#0468b4 !important;
	border:1px #0468b4 solid !important;
	color:#fff !important;
	text-decoration:none; 
	font-weight:normal; 
	padding:5px 10px 5px 10px;
}

.learnmore a:visited {
	background-color:#0468b4 !important;
	border:1px #0468b4 solid !important;
	color:#fff !important;
	text-decoration:none; 
	font-weight:normal; 
	padding:5px 10px 5px 10px;
}

.learnmore a:active {
	background-color:#0468b4 !important;
	border:1px #0468b4 solid !important;
	color:#fff !important;
	text-decoration:none; 
	font-weight:normal; 
	padding:5px 10px 5px 10px;
}

.learnmore a:hover {
	background-color:#0468b4 !important;
	border:1px #0468b4 solid !important;
	color:#fff !important;
	text-decoration:none !important; 
	font-weight:normal !important;
	padding:5px 10px 5px 10px;
}


#slide3 {
	background-color:#eeeeee;
	color: #545454;
	margin: 0 auto 0;
	overflow: hidden;
	padding: 50px 0 0 0;
	border-top:1px #d2d2d2 solid;
	border-bottom:1px #d2d2d2 solid;
}

.slide3content {
    max-width:1200px;
	margin:0 auto 0;	
	text-align:center;
}

#slide3 h1 {
    font-family:Roboto;
	font-weight:400;
	font-size: 36px;
	line-height:36px;
	color: #545454;
	margin: 0;
	text-align:center;
	padding:0 0 30px 0;

}

#slide3 h2 {
    font-family:Roboto;
	font-weight:400;
	font-size: 20px;
	line-height:20px;
	color: #545454;
	margin: 0;
	text-align:center;
	padding:15px 0 0 0;
}

.slide3left {
	width:30%;
	float:left;	
	padding:35px 0 0 0;
	text-align:justify;
}

.slide3right {
	width:70%;
	float:left;	
	text-align:right;
}

.slide3content a:hover {
	text-decoration:none !important;	
}

#slide4 {
	background:url(../picts/slide4bg.png) no-repeat;
	background-attachment:fixed;
	background-color:#0468b4;
	color: #fff;
	margin: 0 auto 0;
	overflow: hidden;
	padding: 50px 0 60px 0;
	background-size:cover;
	/*border-bottom:8px #f79502 solid;*/
}

.slide4content {
    max-width:1200px;
	margin:0 auto 0;	
	text-align:center;
}

#slide4 h2 {
    font-family:Roboto;
	font-weight:400;
	font-size: 42px;
	line-height:42px;
	color: #fff;
	margin: 0;
	text-align:center;
	padding:0;
}

#foot {	
	background-color:#fff;
	border-top:10px #cfe3f3 solid;
	color: #333;
	overflow: hidden;
	padding: 0;
	border-bottom:12px #00599d solid;
	margin: 0 auto;
	padding:0 0 10px 0;
	font-size:15px;
	line-height:28px;	
}

.footcontent {
    max-width:1200px;
	margin:0 auto !important;
	padding:50px 0 50px 0;
}

.office-tour {
	padding:4px;
	border:1px #c0c0c0 solid;	
}


#foot h1 {
   font-family:Roboto !important;
	color:#0061aa;
   font-weight: normal !important;
   font-size: 32px !important;
   line-height:36px !important;
   text-align: left !important;
   font-weight:500 !important;
   position:relative !important;
   z-index: 0 !important;
   padding:0 0 25px 0  !important;
   text-transform:uppercase;
}

#foot h2 {
   font-family:Roboto !important;
	color:#0061aa;
   font-weight: normal !important;
   font-size: 32px !important;
   line-height:36px !important;
   text-align: left !important;
   font-weight:500 !important;
   position:relative !important;
   z-index: 0 !important;
   padding:0 0 25px 0  !important;
   text-transform:uppercase;
}

#foot h3 {
   font-family:Roboto !important;
   color: #484848 !important;
   font-weight: normal !important;
   font-size: 20px !important;
   line-height:24px !important;
   text-align: left !important;
   font-weight:500 !important;
   position:relative !important;
   z-index: 0 !important;
   padding:0 0 20px 0  !important;
}


#copyright  { 	
	max-width:1200px;
	background-color:#0161ab;
	border-top:#217bbf 1px solid;
	font-size:10px;
	line-height:15px;
	font-family:Roboto;
	color:#cfe1ef;
	margin:0 auto 0;
	padding:40px 0 30px 0;
	text-align: center;  
}
#copyright a:link, #copyright a:visited, #copyright a:hover { text-decoration: none; 	color:#cfe1ef !important; font-weight:normal;  }

#copyright h2 {
	font-size:10px;
	line-height:15px;
	padding:0;  
	text-align:center; 
	font-family:Roboto !important;
	color:#cfe1ef;
	font-weight:normal !important;
	text-transform:uppercase;
}

.smiconpad {
	padding:30px 0 0 0;
	text-align:center;
}


.social {
	font-size:34px;
	line-height:34px;	
}
.smiconspacer {
	width:44px;	
}

.nono { display:none;}

#quoteform {
	background-color:#0f75bc;
	width:290px;
	height:380px;
	margin:5px 0 0 0;
}

#nono {
	margin-top:30px !important;
}

#quoteform h4 {
   color: #252525 !important;
   font-family:Roboto, Arial, Helvetica, sans-serif;
   font-weight: normal;
   font-size: 28px;
   line-height: 28px;
   text-align: left;
   padding:0 0 15px 0!important;
   margin:0  !important;
}

.quoteformpad {
	padding:30px 0 0 35px;
}

.leadform {
   color:#252525;	
}

.leadformbg {
	border:1px #c0c0c0 solid;
	background-color:#fff; 
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:15px !important;
	line-height:18px !important;
	width:220px; 
	height:25px;
	color:#252525; 
	margin:0 0 5px 0;
	padding:3px 0 0 8px;
	text-align:left;
}

.leadtextstyletop {
	padding:0;
	font-size:12px;
}

.leadtextstyle {
	padding:3px 0 0 0;
	font-size:12px;
}

.inputleadstyle {
	background-color:transparent; 
	border:0;	
	width:200px;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:15px !important;
	color:#252525;
}

.textleadpad {
	padding:5px 0 0 0;	
}

.textleadarea {
	border:0;
	margin:0;
	padding:0 0 0 10px !important; 
	font:15px arial, verdana, sans-serif; 
	width:210px;
	height:50px;  
	color:#252525;
	background-color:transparent;
	text-align:left;
	overflow:auto;
	resize:none;
}

.textleadformtop {
	width:220px !important; 
	height:9px;  
	background-color:#fff; 
	border-top:1px #c0c0c0 solid;
	border-right:1px #c0c0c0 solid;
	border-left:1px #c0c0c0 solid;
}

.textleadformcenter {
	width:220px;
	background-color:#fff; 
	border-right:1px #c0c0c0 solid;
	border-left:1px #c0c0c0 solid;
}
	
.textleadformbot {
	width:220px;
	height:9px;  
	background-color:#fff; 
	border-bottom:1px #c0c0c0 solid;
	border-right:1px #c0c0c0 solid;
	border-left:1px #c0c0c0 solid;
}	

.buttonpad {
	padding:8px 0 0 0;	
}
				
.button {
	width:80px;
	height:auto;
	color:#fff !important;
	background-color: #0468b4;
	border:0px; 
    padding:5px;
	cursor: pointer; 

}
										
.buttonon {
	width:80px;
	height:auto;
	color:#fff !important;
	background-color: #0468b4;
	border:0px; 
    padding:5px;
	cursor: pointer; 
}
							 

.buttoncontainer {
	width:235px; 
	padding-top:10px;	
}

/*-------- Begin Back to Top --------*/

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(244, 151, 37, 0.9) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #f49725;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/*-------- End Back to Top --------*/

/* BEGIN MOBILE CSS */

@media only screen and (min-width:1011px) and (max-width: 1240px) {
	
.map {
	width:100% !important;

}

#header { 	
	background-color:#0f75bc !important; 
}

#logocontainer {
	margin: 0 0 0 0 !important;
}

.logopad {
	padding:20px 0 20px 25px !important;		
}

.logorightpad {
	padding:0 25px 20px 0 !important;		
}

#slide1 {
	padding: 0 0 0 0 !important;	
}

.slide2content {
	padding: 0 25px 0 25px !important;
}


#slide3 {
	padding: 40px 0 50px 0 !important;
}

.slide3left {
	width:85% !important;
}

.slide3right {
	width:15% !important;
}

.slide3content {
	padding: 0 25px 0 25px !important;
}

#slide4 {
	padding: 50px 0 60px 0 !important;
}

.slide4content {
	padding: 0 25px 0 25px !important;
}

#foot {
	padding: 0 0 50px 0 !important;
}

.footcontent {
	width: auto !important;
	padding: 50px 25px 0 25px !important;	
}

.twothirds {
	width:69% !important;	
}

.twothirdspad {
	padding:0 20px 0 0 !important;
}

.onethird {
	float:right !important;
}

.contentpad {
	padding:0 0 20px 0 !important;
}

#quoteform {
	margin:20px auto 0 !important;
}

#copyright  { 	
	margin:0 auto !important;	
	padding:0 25px 0 25px  !important;	
}

#copyright h2 {
	font-size:12px !important;
	line-height:24px  !important;
	padding:25px 0 25px 0  !important;
}
}


@media only screen and (min-width:760px) and (max-width: 1010px) {

.map {
	width:100% !important;
	height:300px !important;
}

#header { 	
	background-color:#0f75bc !important; 
}

#logocontainer {
	margin: 0 0 0 0 !important;
}

.logopad {
	padding:20px 0 20px 25px !important;		
}

.logorightpad {
	padding:0 25px 20px 0 !important;		
}

#slide1 {
	padding: 0 0 0 0 !important;	
}

.slide2content {
	padding: 0 25px 0 25px !important;
}


#slide3 {
	padding: 40px 0 50px 0 !important;
}

.slide3left {
	width:85% !important;
}

.slide3right {
	width:15% !important;
}

.slide3content {
	padding: 0 25px 0 25px !important;
}

#slide4 {
	padding: 50px 0 60px 0 !important;
}

.slide4content {
	padding: 0 25px 0 25px !important;
}

#foot {
	padding: 0 0 50px 0 !important;
}

.footcontent {
	width: auto !important;
	padding: 50px 25px 0 25px !important;	
}

.twothirds {
	width:100% !important;	
	float:none !important;
}

.twothirdspad {
	padding:0 !important;
}

.onethird {
	width:100% !important;	
	float:none !important;
	margin:30px auto 0 !important;
}
.contentpad {
	padding:0 0 20px 0 !important;
}

#quoteform {
	margin:20px auto 0 !important;
}

#copyright  { 	
	margin:0 auto !important;	
	padding:0 25px 0 25px  !important;	
}

#copyright h2 {
	font-size:12px !important;
	line-height:24px  !important;
	padding:25px 0 25px 0  !important;
}

}


@media only screen and (min-width:481px) and (max-width: 759px) {

body {
	background:none !important;
}

.map {
	width:100% !important;
	height:300px !important;
}


#header { 	
	background-color:#0f75bc !important; 
}

#logocontainer {
	margin: 0 0 0 0 !important;
}

#logo {
	width:100% !important;
	float:none !important;
	text-align:center !important; 
}

.logopad {
	padding:20px 25px 0 25px !important;		
}

.logo {
	width:85% !important; 
	height:85% !important; 
}

#logocenter {
	width:100% !important;
	float:none !important;
	text-align:center !important;
}

#logoright {
	width:100% !important; 
	float:none !important; 
	text-align:center !important; 
}

.logorightpad {
	padding-bottom:30px;	
}

#logoright h3 {
	text-align:center;
	padding:15px 0 5px 0;
}

.tel a:link {
	color: #252525 !important;	
	display:inline-block !important;	
	padding:10px !important;
	text-decoration:none !important;
}

.tel a:active {
	color: #252525 !important;	
	display:inline-block !important;	
	padding:10px !important;
	text-decoration:none !important;
}

.tel a:visited {
	background-color:#0f75bc !important;
	color: #252525 !important;	
	display:inline-block !important;	
	padding:10px !important;
	text-decoration:none !important;
}

.tel a:hover {
	color: #252525 !important;	
	display:inline-block !important;	
	padding:10px !important;
	text-decoration:none !important;	
}

#slide1 {
	padding: 0 0 0 0 !important;	
}

#slide2 {
	padding: 50px 0 10px 0;
}
.slide2content {
	padding: 0 25px 0 25px !important;
}

#slide3 {
	padding: 40px 0 50px 0 !important;
}

.slide3content {
	padding: 0 25px 0 25px !important;
}

.slide3left {
	width:72% !important;
}

.slide3right {
	width:28% !important;
}

#slide3 h1 {
	font-size:30px !important;
	line-height:30px !important;
}

#slide3 h2 {
	font-size:16px !important;
	line-height:20px !important;
}

#slide4 {
	padding: 50px 0 60px 0 !important;
	background-attachment:scroll !important;
}

.slide4content {
	padding: 0 25px 0 25px !important;
}

#slide4 h2 {
	font-size: 28px  !important;
	line-height:30px !important;
}


#foot {
	padding: 0 0 50px 0 !important;
}

.footcontent {
	width: auto !important;
	padding: 50px 25px 0 25px !important;
}

.twothirds {
	width:100% !important;	
	float:none !important;
}

.twothirdspad {
	padding:0 !important;
}

.onethird {
	width:100% !important;	
	float:none !important;
	margin:30px auto 0 !important;
}
.contentpad {
	padding:0 0 20px 0 !important;
}

#quoteform {
	margin:15px auto 0 !important;
}

#copyright  { 	
	margin:0 auto -10px !important;	
	padding:0 25px 0 25px  !important;	
}

#copyright h2 {
	font-size:12px !important;
	line-height:24px  !important;
	padding:25px 0 25px 0  !important;
}

}


@media screen and (max-width: 480px){


.homelogos {
	text-align:center !important;	
}

.aao-max {
	margin:20px 25px 10px 25px !important;
}

.invteen-max {
	max-width:220px !important;
}

body {
	background:none !important;
}

.map {
	width:100% !important;
	height:300px !important;
}
	
#header { 	
	background-color:#0f75bc !important; 
}

#logocontainer {
	margin: 0 0 0 0 !important;
}

#logo {
	width:100% !important;
	float:none !important;
	text-align:center !important; 
}

.logo {
	width:85% !important; 
	height:85% !important; 
}

.logopad {
	padding:20px 25px 0 25px !important;		
}

#logocenter {
	width:100% !important;
	float:none !important;
	text-align:center !important;
}

#logoright {
	width:100% !important; 
	float:none !important; 
	text-align:center !important; 
}

.logorightpad {
	padding-bottom:20px;	
}

#logoright h3 {
	text-align:center;
	padding:15px 0 5px 0;
}
.tel a:link {
	color: #252525 !important;	
	display:inline-block !important;	
	padding:10px !important;
	text-decoration:none !important;
}

.tel a:active {
	color: #252525 !important;	
	display:inline-block !important;	
	padding:10px !important;
	text-decoration:none !important;
}

.tel a:visited {
	background-color:#0f75bc !important;
	color: #252525 !important;	
	display:inline-block !important;	
	padding:10px !important;
	text-decoration:none !important;
}

.tel a:hover {
	color: #252525 !important;	
	display:inline-block !important;	
	padding:10px !important;
	text-decoration:none !important;	
}

#slide1 {
	padding: 0 0 0 0 !important;	
	margin:0 0 0 0!important;	
}

#slide2 {
	padding: 50px 0 10px 0;
}

.slide2content {
	padding: 0 25px 0 25px !important;
}

#slide3 {
	padding: 40px 0 50px 0 !important;
}

.slide3left {
	width:100% !important;
	float:none !important;
	text-align:center !important;
}

.slide3right {
	width:100% !important;
	float:none !important;
	text-align:center !important;
}

.slide3content {
	padding: 0 25px 0 25px !important;
}

#slide3 h1 {
	font-size:30px !important;
	line-height:36px !important;
}

#slide3 h2 {
	font-size:18px !important;
	line-height:25px !important;
}

#slide4 {
	padding: 50px 0 60px 0 !important;
	background-attachment:scroll !important;
}

.slide4content {
	padding: 0 25px 0 25px !important;
}

#slide4 h2 {
	font-size: 24px  !important;
	line-height:30px !important;
}

#foot {
	padding: 0 0 50px 0 !important;
}

.footcontent {
	width: auto !important;
	padding: 50px 25px 0 25px !important;
}

.twothirds {
	width:100% !important;	
	float:none !important;
}

.twothirdspad {
	padding:0 !important;
}

.onethird {
	width:100% !important;	
	float:none !important;
	margin:30px auto 0 !important;
}

.contentpad {
	padding:0 0 20px 0 !important;
}

#quoteform {
	margin:0 auto 0 !important;
}

#copyright  { 	
	margin:0 auto -10px !important;	
	padding:0 25px 0 25px  !important;	
}

#copyright h2 {
	font-size:12px !important;
	line-height:24px  !important;
	padding:25px 0 25px 0  !important;
}

#quoteform {
	width:270px !important;
	margin:15px auto 0 !important;
}

#quoteform h4 {
   font-size: 26px !important;
   line-height: 26px !important;
   padding:0 0 15px 0!important;

}

.quoteformpad {
	padding-left: 30px !important;
}

.leadformpad { 
	padding:0  !important;
}
.leadformbg {
	width:210px !important;
}

.leadform {
	text-align:left !important;
}

.inputleadstyle {
	width:186px !important;

}

.textleadarea {
	width:194px !important;
}

.textleadformtop {
	width:210px !important;
}

.textleadformcenter { 
	width:210px!important;
}

.textleadformbot { 
	width:210px !important; 
}
.buttonpad {
	width:100% !important;
}


}
/* END MOBILE CSS */
