/* ----------- DESKTOP DESIGN ----------- */
/* ----------- GLOBAL > SET UP ----------- */
* {
    padding: 0;
    margin: 0 auto;
}

html {
    font-family: Helvetica, Arial, sans-serif;
    background-color: #dfe7f3;
    height: 100%;
}


/* ----------- GLOBAL > TOP BAR ----------- */
#top {
    width: auto;
    height: 30px;
    border-bottom: 2px solid #dfe7f3;
    color: #005288;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 1%;
}

.topp { 
    width: 60%;
    margin-top: 1.25%;
    font-size: 150%;
    text-align: right;    
}

.socials {
    width: 40%;
    margin-top: .5%;
    font-size: 200%;
    float: left;    
}

.lhpsocial {
    width: 60%; 
    padding: 0% 3% 2% 3%; 
    color: #005288;
}


/* ----------- GLOBAL > HEADER ----------- */
header {
    background-color: #ffffff;
}

#logo {
    display: block;
    width: 30%;
    margin: 0 auto;
}


/* ----------- GLOBAL > FORMATTING ----------- */
.wrapper {
    width: 80%;
    margin: 0 auto;
}

.clearfix {
    clear: both;
}


/* ----------- GLOBAL > NAV MENU ----------- */
.nav{
    width: 100%;
    /*margin: 0 auto;
    font-size: 16px;*/
}

ul li{
	list-style: none;
	width: 20%;
	line-height: 45px;
	position: relative;
	background: #005288;
	text-align: center;
	float: left;
    color: #ffffff;
    border-bottom: 1px solid #75a7d3;
}

ul li a{
	color: #ffffff;
	width: 100%;
	height: 40px;
	display: inline-block;
	text-decoration: none;
}

ul li ul{
	position: absolute;
    display: none;
    width: 100%;
    line-height: 45px;
}

.dropdownulli {
    width: 100%;
    line-height: 45px;
    border-bottom: 1px solid #75a7d3;
}

#active {
	border-bottom: 5px solid #FDB913; /*#43c7f4;*/
	color: #ffffff;
}

ul li a:hover{
	/* border-bottom: 5px solid #FDB913;*/
    background: #10689b;
    border-bottom: 5px solid #10689b;
    color: #ffffff;
}

.nav ul li:hover ul{
	display: block;
}

.menu {
	display: none;
    margin: 0 auto;
	font-size: 150%;
    text-align: center;
    background: #005288;
    color: #ffffff;
    width: auto;
    padding: 2%;
	cursor: pointer;
}


/* ----------- GLOBAL > SLIDER ----------- */
/*.slider {
    width: 100%;
    height: 10%;
    margin: 0 auto;
    position: relative;
}

.slides {
    width: 100%;
    margin: 0 auto;
    display: block;
}*/

.mySlides {
    width: 100%;
    display:none;
}


/* ----------- GLOBAL > BODY ----------- */
body {
    width: 100%;
}

section, div {
    background: #ffffff;
}

h1 {
    display: none;
}

h3 {
    font-weight: bold;
    text-align: center;
    color: #005288;
    width: 60%;
    padding: 2% 0% 0% 0%;
}

.mainp {
    width: 60%;
    padding: 3% 0%;
    text-align: left;
    color: #005288;
}

a {
    cursor: pointer;
}

.abody {
    text-decoration: none;
    color: #005288;
    font-weight: bold;
}

.anone {
    text-decoration: none;
    color: #005288;
}

hr {
    width: 80%;
    border-top: 1px solid #a9c4e2;
}


 /* ----------- GLOBAL > IMAGES ----------- */   
img {
    width: 100%;
    padding: 0%;
    background: #ffffff;
}


/* ----------- PAGE SPECIFIC > FAQS ----------- */
button {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid #005288;
}

.accordion {
    background-color: #dfe7f3;
    color: #005288;
    cursor: pointer;
    padding: 1% 3%;
    width: 64%;
    text-align: left;
    outline: none;
    font-size: 1em;
    transition: 0.4s;
    display: block;
    font-weight: bold;
}

.active, .accordion:hover {
  background-color: #a9c4e2;
}

.panel {
    padding: 0 18px;
    background-color: white;
    color: #005288;
    width: 60%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordionp {
    padding: 4% 3%;
}

.accordionp2 {
    padding: 2% 3% 1% 3%;
}

.accordionp3 {
    padding: 4% 3% 2% 3%;
}

.accordionul1 {
    padding: 0% 6% 0% 6%;
}

.accordionul2 {
    padding: 0% 6% 4% 6%;
}

.accordionul3 {
    padding: 4% 6% 0% 6%;
}

.accordionul4 {
    padding: 4% 6%;
}

.accordionulli {
    width: 100%;
    background-color: #ffffff;
    color: #005288;
    list-style: disc;
    display: list-item;
    padding: 1% 0% 1% 0%;
    line-height: normal;
    text-align: left;
    float: none;
    border-bottom: 0px;
}

.hr {
    width: 100%;
    border-top: 1px solid #a9c4e2;
}


/* ----------- PAGE SPECIFIC > OUR SERVICES ----------- */
.servicesul1 {
    padding: 0% 25% 3% 25%;
}

.servicesul2 {
    padding: 0% 25% 1% 25%;
}

.servicesulli {
    width: 100%;
    background-color: #ffffff;
    color: #005288;
    list-style: disc;
    display: list-item;
    padding: 0%;
    line-height: normal;
    text-align: left;
    float: none;
    border-bottom: 0px;
}

.servicesp1 {
    padding: 1% 0% 2% 0%;
    width: 60%;
    text-align: left;
    color: #005288;
}

.servicesp2 {
    padding: 3% 0% 2% 0%;
    width: 60%;
    text-align: left;
    color: #005288; 
}

.servicesp3 {
    padding: 1% 0% 1% 0%;
    width: 60%;
    text-align: left;
    color: #005288; 
}


/* ----------- PAGE SPECIFIC > SERVICE AREA ----------- */
.servicestable {
    width: 40%;
    color: #005288;
    text-align: left;
}

.servicestd {
    width: auto;
    padding: 0% 0% 3% 0%;
}


.left-servicearea {
    width: 27%;
    height: auto;
    float: left;
    padding: 2% 1% 2% 20%;
}

.right-servicearea {
    width: 31%;
    height: 100%;
    float: right;
    padding: 2% 20% 2% 1%;
}


/* ----------- PAGE SPECIFIC > CONTACT ----------- */
.h3topcontact {
    text-align: center;
    padding: 3% 0% 2% 0%;
}

.left-contact {
    width: 21%;
    height: 325px;
    float: left;
    padding: 2% 1% 2% 18%;
}

.h3contact {
    padding: 0% 0% 2% 0%;
    width: 100%
}

.contacttable {
    color: #005288;
    width: 100%; 
}

.contacttd1 {
    width: 30%;
    vertical-align: top;
    text-align: right;
    padding-right: 2%;
}

.contacttd2 {
    width: 70%;
    vertical-align: top;
}

.right-contact {
    width: 39%;
    height: 325px;
    float: right;
    padding: 2% 20% 2% 1%;
}

#last-contact {
    padding-bottom: 4%;
}

iframe {
    width: 100%;
    margin: 0 auto;
}

.sectioncontact {
    width: auto;
    padding: 1% 0%;
}

.HCEimg1 {
    width: 83%;
    margin: 0 auto;
    padding: 1% 5%;
    display: block;
}

.HCEimg {
    width: 90%;
    margin: 0 auto;
    padding: 1% 5%;
    display: block;
}


/* ----------- GLOBAL > CONTACT US ----------- */
form {
    width: 40%;
    padding: 0% 0% 2% 0%;
    text-align: left;
    color: #005288;
}

input[type=text], input[type=email], input[type=tel] {
    width: 98%;
    height: 30px;
    padding: 1%;
    border: 1px solid #dfe7f3;
    color: #005288;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 2%;
}

textarea {
    width: 98%;
    height: 150px;
    padding: 2% 1%;
    border: 1px solid #dfe7f3;
    resize: none;
    font-family: Helvetica, Arial, sans-serif;
    color: #005288;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 2%;
}

input[type=submit] {
    width: 20%;
    height: 40px;
    font-size: 16px;
    background-color: #005288;
    border: none;
    color: white;
    padding: 1%;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

input[type=submit]:hover {
  background-color: #10689b;
}


/* ----------- GLOBAL > FOOTER ----------- */
footer {
    background-color: #005288;
}

footer p {
    color: #ffffff;
    font-family: sans-serif;
    text-align: center;
    font-size: 80%;
    padding: 1%;
}

.afooter1 {
    color: #ffffff;
	text-decoration: none;
}

.afooter2 {
    color: #a9c4e2;
	text-decoration: none;
}




/* ----------- LAPTOP DESIGN ----------- */
@media screen and (min-width: 768px) and (max-width: 1400px) {
/* ----------- GLOBAL > HEADER ----------- */
    #logo {
        width: 40%;
        margin: 0 auto;
    }
    
/* ----------- GLOBAL > NAV MENU ----------- */ 
    ul li a:hover{
	   /* border-bottom: 5px solid #FDB913;*/
        background: #10689b;
        height: 40px;
        color: #ffffff;
    }
    
 
/* ----------- PAGE SPECIFIC > CONTACT ----------- */    
    .left-contact {
        width: 27%;
    }

    .right-contact {
        width: 31%;
    }
    
}




/* ----------- RESPONSIVE DESIGN ----------- */
@media screen and (min-width: 700px) and (max-width: 1154px) {
/* ----------- GLOBAL > HEADER ----------- */
    #logo{
        width: 50%;
        padding: 0;
    }

}




/* ----------- RESPONSIVE DESIGN ----------- */
@media screen and (min-width: 250px) and (max-width: 699px) {
/* ----------- GLOBAL > HEADER ----------- */
    #logo{
        width: 70%;
        padding: 0;
    }

}



/* ----------- RESPONSIVE DESIGN ----------- */
@media screen and (min-width: 250px) and (max-width: 1154px) {
    
    
/* ----------- GLOBAL > TOP BAR ----------- */
    #top {
        height: 35px;
    }
    
    .topp {    
        font-size: 100%;
        margin-top: 20px;
    }

    .socials {
        font-size: 120%;
        margin-top: 15px;
    }
    
    .lhpsocial {
        width: 90%; 
        padding: 2% 5% 4% 5%; 
        color: #005288;
    }
    
    
/* ----------- GLOBAL > HEADER ----------- */
   /* #logo{
        width: 70%;
        padding: 0;
    }*/
    
    
/* ----------- GLOBAL > NAV MENU ----------- */
	.nav{
        display: none;
    }
	    
	ul li{
        display: block;
		width: 100%;
		float: none;
        border-bottom: 1px solid #75a7d3;
	}
    
	ul li a{
		display: block;
	}
    
	ul li ul{
		position: static;
	}
    
	.menu {
		display: block;
        border-bottom: 1px solid #75a7d3
    }
    
    .dropdownulli {
        background: #10689b;
    }

    .drop {
        padding: 0;
        line-height: 40px;
        display: list-item;
    }
    
    
/* ----------- GLOBAL > FORMATTING ----------- */
    .wrapper {
        width: 100%;
    }
    
    
/* ----------- GLOBAL > BODY ----------- */
    body {
        width: 100%;
    }
    
    .mainp {
        width: auto;
        padding: 6% 5%;
    }

    h3 {
        text-align: center;
        padding: 2% 5% 1% 5%;
    }
    
    section, div {
        background: #ffffff;
    }
    
    hr {
        width: 90%;
    }
    
 /* ----------- GLOBAL > IMAGES ----------- */   
    img {
        width: 100%;
        padding: 0%;
        background: #ffffff;
    }
    
/* ----------- PAGE SPECIFIC > FAQS ----------- */
    .accordion {
        width: 90%;
        font-size: 120%;
        padding: 3% 5%;
    }
    
    .accordionul1 {
        padding: 0% 12% 0% 12%;
    }

    .accordionul2 {
        padding: 0% 12% 4% 12%;
    }

    .accordionul3 {
        padding: 4% 12% 0% 12%;
    }

    .accordionulli, .servicesulli {
        border-bottom: 0px;
    }
    
    .panel {
        padding: 0;
        width: 90%;
    }
    
    .accordionp {
        width: auto;
        padding: 6% 5%;
    }
    
    
/* ----------- PAGE SPECIFIC > OUR SERVICES ----------- */
   .servicesp1, .servicesp2, .servicesp3 {
        width: auto;
        padding: 6% 5%;
    }
    
    .servicesul1 {
        padding: 0% 12% 3% 12%;
    }

    .servicesul2 {
        padding: 0% 12% 1% 12%;
    }
    
      
 /* ----------- PAGE SPECIFIC > SERVICE AREAS ----------- */   
    .servicestable {
        width: 90%;
        color: #005288;
        text-align: left;
    }
    
    .servicestd {
        width: auto;
        padding: 0% 0% 3% 0%;
    }
    
    
    .left-servicearea, .right-servicearea {
        width: auto;
        height: auto;
        padding: 3% 5%;
        float: none;
    }

    
/* ----------- PAGE SPECIFIC > CONTACT ----------- */
    .left-contact, .right-contact, .sectioncontact {
        width: auto;
        height: auto;
        padding: 3% 5%;
        float: none;
    }
    
    #last-contact, #first-contact, #second-contact, #third-contact {
    padding-bottom: 8%;
    }
    
    .contacttable {
        width: 85%;
    }
    
    .contacttd1 {
        width: 25%;
    }
    
    .contacttd2 {
        width: 75%;
    }
    
    .HCEimg, .HCEimg1 {
    height: 150px;
    width: auto;
    padding: 1% 3%;
    margin: 0 auto;
    display: block;
    }
    
    
/* ----------- PAGE SPECIFIC > CONTACT US ----------- */
    form {
        width: 80%;
        padding: 3% 10%;
        margin: 0 auto;
    }
    
    input[type=text], input[type=email], input[type=tel] {
        width: 96%;
        padding: 1% 2%;
        margin-bottom: 5%;
    }
    
    textarea {
        width: 94%;
        padding: 1% 3%;
        margin-bottom: 5%;
    }
    
    input[type=submit] {
        width: 40%;
    }
    
    #pt6 {
        padding-top: 6%;
    }
    
/* ----------- GLOBAL > FOOTER ----------- */    
    .footerp {
        padding: 3%;
    }

}