@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i');
body {
    font-family: 'Open Sans', sans-serif;
    /* background-color: #000; */
}
p {
    color: #000000;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
	margin-left: 20px;
	margin-right:20px;
	font-size: 18px;
	margin-right: 20px;
}

.button {
    background-color: #aa0000;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
	align-items: center;
}
ul {
    color: #76848f;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
	margin-left: 60px;
	margin-right:20px;
	font-size: 16px;

}
h1 {
    color: #a00;
    font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	margin-left: 15px;
	font-size:50px;
	margin-bottom:20px;
	
}


h2 {
    color: #a00;
    font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	margin-left: 15px;
	font-size:32px;
	margin-bottom:20px;
	font-weight:200;
	
}
h3 {
    color: #5f5f5f;
    font-family: 'Open Sans', sans-serif;
}
h4 {
    color: #5f5f5f;
    font-family: 'Open Sans', sans-serif;
}
h5 {
    color: #5f5f5f;
    font-family: 'Open Sans', sans-serif;
}
h6 {
    color: #5f5f5f;
    font-family: 'Open Sans', sans-serif;
}
#bodyContent {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 40px;
    min-height: 400px;
}
#basicHeader {
	margin: 0px !important;
	width: 100% !important;
	position: relative;
	height: 216px;
	-webkit-box-shadow: 0px 3px 18px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 3px 18px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 18px 2px rgba(0, 0, 0, 0.3);
	background-color: #cccccc;
	z-index: 10;
	text-align: left;
}
}
#basicHeader5 {
	margin: 0px !important;
	width: 100% !important;
	position: relative;
	height: 225px;
	-webkit-box-shadow: 0px 3px 18px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 3px 18px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 18px 2px rgba(0, 0, 0, 0.3);
	background-image: url(../images/backgroundheader2.jpg);
	background-repeat: no-repeat;
	color: #d5e7cf;
	z-index: 10;
}
@media screen and (max-width: 786px) {
    #basicHeader {
        height: 118px;
    }
    .logo {
        margin-left: auto;
        margin-right: auto;
        max-width: 100% !important;
        text-align: left;
        position: relative;
	
    }
    .navMenu {
        margin-top: 10px !important;
    }
}
#basicHero {
    margin: 0px !important;
    width: 100% !important;
    background: #ACACAC;
    position: relative;
    display: block;
    height: 540px;
    max-height: 900px;
    background-image: url(../images/headerbg4.jpg); width: 745px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    z-index: 3;
}

#basicHero2 {
    margin: 0px !important;
    width: 100% !important;
    background: #ACACAC;
    position: relative;
    display: block;
    height: 340px;
    max-height: 470px;
    background-image: url(../images/hero1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    z-index: 9;
}
@media screen and (max-width: 1000px) {
    #basicHero {
        height: 245px;
    }
}
@media screen and (max-width: 480px) {
    #basicHero {
        height: 159px;

    }
}
.footerlogoContainer img {
    margin-top: -25px; max-height:100px;
}
.bodyContent {
    padding: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.iconHolder {
    margin-top: 20px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.large-5.columns.blueBox:before {
    position: absolute;
    bottom: 100%;
    background-image: url(../images/slant.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    opacity: 0.74;
    width: 100%;
    height: 30px;
    content: '';
}
.large-5.columns.blueBox {
    position: absolute;
    bottom: 0px;
    right: 0;
    height: 160px;
    z-index: 50;
    background: rgba(39, 114, 150, .75);
}
.large-5.columns.blueBox p {
    color: #fff;
}
.large-5.columns.blueBox h4 {
    color: #fff;
    font-weight: 600;
}
@media screen and (min-width: 768px) {
    .large-5.columns.blueBox {
        width: 41.66667%;
    }
}
@media screen and (max-width: 1024px) {
    .large-5.columns.blueBox {}
}
@media screen and (max-width: 480px) {
    .large-5.columns.blueBox {
        height: 190px;
    }
}
#basicFooter {
    margin: 0px !important;
    width: 100% !important;
    background: #000000;
    color: #fff;
    font-family: Trebuchet MS, Helvetica, sans-serif;
    /* height: 100%; */
    
    box-shadow: 0px 500px 0px 500px #000;
}

#basicFooter2 {
    margin: 0px !important;
    width: 100% !important;
    background: #e1e1e1;
    color: #fff;
    font-family: Trebuchet MS, Helvetica, sans-serif;
    /* height: 100%; */
    
    box-shadow: 0px 500px 0px 500px #000;
}


#basicFooter3 {
    margin: 0px !important;
    width: 100% !important;
    background: #ba1e07;
    color: #fff;
    font-family: Trebuchet MS, Helvetica, sans-serif;
    /* height: 100%; */
    
    box-shadow: 0px 500px 0px 500px #000;
}
#basicFooter4 {
    margin: 0px !important;
    width: 100% !important;
    background: #ffffff;
    color: #fff;
    font-family: Trebuchet MS, Helvetica, sans-serif;
    /* height: 100%; */
    
    box-shadow: 0px 500px 0px 500px #000;
}
#basicFooter5 {
    margin: 0px !important;
    width: 100% !important;
    background: #ffffff;
    color: #fff;
    font-family: Trebuchet MS, Helvetica, sans-serif;
    /* height: 100%; */
    
    box-shadow: 0px 500px 0px 500px #000;
}


#basicFooter .row {
    background-color:#000000;
    color: #fff;
    font-family: Trebuchet MS, Helvetica, sans-serif;
}
.logo {
	margin-left: auto;
	margin-right: auto;
	max-width: 250px;
	text-align: center;
	position: relative;
	width: 35%;
}
.socialIcons {
    display: block;
    text-align: right;
}
.socialIcons a,
.socialIcons a:visited {
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;
}
.socialIcons a:hover {
    color: #f47721 !important;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.socialIcons i {
    margin-left: 10px;
}
.footerCopyright {
    text-align: right;
    color: #fff;
}
.footerlogoContainer {} @media screen and (max-width: 640px) {
    .footerCopyright {
        text-align: center;
    }
    .socialIcons {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
    .footerlogoContainer {
        text-align: center;
    }
}
.actionBtn1 {
    background-color: #f47721;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    color: #212121;
    font-family: 'Open Sans';
    font-style: italic;
    font-size: 15px;
    padding: 12px 36px;
    float: right;
    text-decoration: none;
}
@media screen and (max-width: 480px) {
    .actionBtn1 {
        text-align: center;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}
.actionBtn1:hover {
    background-color: #fda161;
    text-decoration: none;
    color: #000;
}
.actionBtn1:active {
    position: relative;
    top: 1px;
}
.blueBox p {
    font-size: 14px;
    line-height: 1.3;
}
.actionBtn1:visited {
    color: #000;
    text-decoration: none;
}
.navContainer {
    position: relative;
    width: 100%;
    height: 266px;
    -webkit-box-shadow: 0px 3px 18px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 18px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 18px 2px rgba(0, 0, 0, 0.3);
    background-image: url(../images/navbg.png);
    background-style: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.logoContainer {
    text-align: center;
}
.navUtility {
    width: 100%;
    background-color: #004a80;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    height: 30px;
}
.navUtilityContainer {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-size: 12px;
    font-family: open sans;
}
.navUtilityContainer {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-size: 12px;
    font-family: open sans;
    padding-top: 5px;
}
.navUtilityContainer a {
    color: #fff;
    text-decoration: none;
}
.navLogo {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    height: 136px;
    background-image: url(../images/DHCP_logo.png);
    background-style: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}
.navMenu {
    position: relative;
    max-width: 1170px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    height: 57px;
    margin-top: 24px;
    border-radius: 5px 5px 0px 0px;
}
@media screen and (max-width: 768px) {
    .navMenu {
        height: 50px;
    }
}
/*Begin Navigation Menu*/

#cssmenu li {
    text-transform: uppercase;
    color: #76848f !important;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFF;
}
#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#cssmenu #menu-button {
    display: none;
}
#cssmenu {
    font-family: open sans;
    background-color: rgba(255, 255, 255, 1);
}
#cssmenu > ul > li {
    float: left;
}
#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}
#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}
#cssmenu.align-center ul ul {
    text-align: left;
}
#cssmenu.align-right > ul > li {
    float: right;
}
#cssmenu > ul > li > a {
    padding: 17px;
    font-size: 16px;
    margin-top: 0px;
    padding-top: 25px;
    letter-spacing: 1px;
    text-decoration: none;
    padding-left: 40px;
    padding-right: 40px;
    color: #333333;
    font-weight: 700;
    height: 50px;
}
@media screen and (max-width: 1050px) {
    #cssmenu > ul > li > a {
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
#cssmenu > ul > li:hover > a {
    height: 56px;
    color: #5f5f5f !important;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
#cssmenu > ul > li.has-sub > a {
    padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
    position: absolute;
    top: 33px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #333;
    content: '';
}
#cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 30px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #333;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
    top: 26px;
    height: 0;
}
#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}
#cssmenu.align-right ul ul {
    text-align: right;
}
#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#cssmenu li:hover > ul {
    left: auto;
}
#cssmenu.align-right li:hover > ul {
    left: auto;
    right: 0;
}
#cssmenu li:hover > ul > li {
    top: 0px;
    height: 39px;
}
#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0px;
}
#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding: 11px 15px;
    padding-left: 21px;
    width: 229px;
    font-size: 16px;
    text-decoration: none;
    color: #333;
    font-weight: 400;
    background: #FFF;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
    border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #5f5f5f;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
#cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 19px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #4b4b4b;
    content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
    right: auto;
    left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 16px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #4b4b4b;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
    right: auto;
    left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
    top: 20px;
    height: 0;
}
#cssmenu.small-screen {
    width: 100%;
    z-index: 99;
}
#cssmenu.small-screen ul {
    width: 100%;
    display: none;
}
#cssmenu.small-screen.align-center > ul {
    text-align: left;
}
#cssmenu.small-screen ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
}
#cssmenu.small-screen ul ul li,
#cssmenu.small-screen li:hover > ul > li {
    height: auto;
}
#cssmenu.small-screen ul li a,
#cssmenu.small-screen ul ul li a {
    width: 100%;
    border-bottom: 0;
    color: #333;
}
#cssmenu.small-screen > ul > li {
    float: none;
}
#cssmenu.small-screen ul ul li a {
    padding-left: 25px;
}
#cssmenu.small-screen ul ul ul li a {
    padding-left: 35px;
}
#cssmenu.small-screen ul ul li a {
    color: #5f5f5f;
    background: none;
}
#cssmenu.small-screen ul ul li:hover > a,
#cssmenu.small-screen ul ul li.active > a {
    background-color: #d0d0d0;
}
#cssmenu.small-screen ul ul,
#cssmenu.small-screen ul ul ul,
#cssmenu.small-screen.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
}
#cssmenu.small-screen > ul > li.has-sub > a:after,
#cssmenu.small-screen > ul > li.has-sub > a:before,
#cssmenu.small-screen ul ul > li.has-sub > a:after,
#cssmenu.small-screen ul ul > li.has-sub > a:before {
    display: none;
}
#cssmenu.small-screen #menu-button {
    display: block;
    padding: 17px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    background-color: #654489;
}
#cssmenu.small-screen #menu-button:after {
    position: absolute;
    top: 25px;
    right: 17px;
    display: block;
    color: 333;
    height: 9px;
    width: 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
}
#cssmenu.small-screen #menu-button:before {
    position: absolute;
    top: 19px;
    right: 17px;
    color: 333;
    display: block;
    height: 2px;
    width: 20px;
    background: #fff;
    content: '';
}
#cssmenu.small-screen #menu-button.menu-opened:after {
    top: 26px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#cssmenu.small-screen #menu-button.menu-opened:before {
    top: 26px;
    background: #fff;
    z-index: 99;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#cssmenu.small-screen .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 50px;
    width: 52px;
    cursor: pointer;
}
#cssmenu.small-screen .submenu-button.submenu-opened {
    background: #5f5f5f;
}
#cssmenu.small-screen ul ul .submenu-button {
    height: 40px;
    width: 40px;
}
#cssmenu.small-screen .submenu-button:after {
    position: absolute;
    top: 25px;
    right: 22px;
    width: 8px;
    height: 2px;
    display: block;
    background: #333333;
    content: '';
}
#cssmenu.small-screen ul ul .submenu-button:after {
    top: 18px;
    right: 16px;
}
#cssmenu.small-screen .submenu-button.submenu-opened:after {
    background: #eee;
}
#cssmenu.small-screen .submenu-button:before {
    position: absolute;
    top: 22px;
    right: 25px;
    display: block;
    width: 2px;
    height: 8px;
    background: #333333;
    content: '';
}
#cssmenu.small-screen ul ul .submenu-button:before {
    top: 15px;
    right: 19px;
}
#cssmenu.small-screen .submenu-button.submenu-opened:before {
    display: none;
}
#cssmenu.small-screen.select-list {
    padding: 5px;
}
/*End Navigation Menu*/
