/* HTML5 block-level reset for enhanced structural tag support in older browsers */
header,
footer,
section,
aside,
nav,
article,
figure {
  display: block;
  padding: 0;
  margin: 0;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
html {
  font-size: 16px;
}
body {
  font-size: 100%;
  line-height: 24px;
  font-family: 'Gudea', sans-serif;
  color: #000000;
}
a {
  color: #009fe3;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
div.flashdata_error,
div.error {
  background-image: url(/assets_backend/images/icons/exclamation.png);
  background-repeat: no-repeat;
  font-size: 12px;
  padding: 5px 5px 5px 25px;
  margin-bottom: 5px;
  color: #CD624D;
  border: 1px solid #EC9B9B;
  background-color: #F5DCDD;
  background-position: 4px 4px;
  line-height: 15px;
}
div.flashdata_error p,
div.error p {
  margin: 0;
  padding: 0;
}
fieldset div.error {
  clear: both;
  /*margin-left:150px;*/
  vertical-align: top;
}
.gradient-top {
  background-image: url('/assets_frontend/dha/img/gradient-top.jpg');
  background-repeat: no-repeat;
  height: 30px;
}
.gradient-bottom {
  background-image: url('/assets_frontend/dha/img/gradient-bottom.jpg');
  background-repeat: no-repeat;
  height: 30px;
}
.navbar {
	margin-bottom: 8px;
}
.navbar-default {
    background-color: #fff;
    border-color: #fff;
}
.navbar-brand {
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.navbar-brand > img {
	width: 262px;
}
.navbar-nav > li > a {
	font-size: 18px;
}
@media (min-width: 768px) {
	.navbar > .container {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
	}
	.navbar-header {
		flex-shrink: 0;
		flex-grow: 0;
	}
	.navbar-collapse {
		flex-shrink: 1;
		flex-grow: 1;
	}
	.navbar-nav {
	}
	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
@media (max-width: 767px) {
	.navbar-toggle {
		margin-top: 38px;
	}
}
div.footer,
footer {
  background-color: #014587;
  padding: 35px 0;
  margin: 35px 0 0 0;
  color: #FFFFFF;
}
div.footer p,
footer p {
  padding-top: 0;
}
div.footer p a:hover,
footer p a:hover {
  color: #FFFFFF;
}
div.footer ul.case-study-links,
footer ul.case-study-links {
  height: 18px;
}
div.footer ul.case-study-links li,
footer ul.case-study-links li {
  list-style: none;
  float: left;
  padding-right: 6px;
  height: 18px;
  line-height: 18px;
}
div.footer ul.case-study-links li + li,
footer ul.case-study-links li + li {
  padding-left: 6px;
  border-left: 1px solid #FFFFFF;
}
div.footer ul.case-study-links a:hover,
footer ul.case-study-links a:hover {
  color: #FFFFFF;
}
div.footer ul.footer-left,
footer ul.footer-left {
  height: 14px;
  font-size: 14px;
  margin-top: 35px;
}
div.footer ul.footer-left li,
footer ul.footer-left li {
  list-style: none;
  float: left;
  padding-right: 5px;
  height: 14px;
  line-height: 14px;
}
div.footer ul.footer-left li a,
footer ul.footer-left li a {
  color: #FFFFFF;
}
div.footer ul.footer-left li a:hover,
footer ul.footer-left li a:hover {
  text-decoration: underline;
}
div.footer ul.footer-left li + li,
footer ul.footer-left li + li {
  padding-left: 5px;
  border-left: 1px solid #FFFFFF;
}
div.footer ul.footer-right,
footer ul.footer-right {
  height: 14px;
  font-size: 14px;
  margin-top: 35px;
}
div.footer ul.footer-right li,
footer ul.footer-right li {
  list-style: none;
  float: left;
  padding-right: 5px;
  height: 14px;
  line-height: 14px;
}
div.footer ul.footer-right li a,
footer ul.footer-right li a {
  color: #FFFFFF;
}
div.footer ul.footer-right li a:hover,
footer ul.footer-right li a:hover {
  text-decoration: underline;
}
div.footer ul.footer-right li + li,
footer ul.footer-right li + li {
  padding-left: 5px;
  border-left: 1px solid #FFFFFF;
}
.hero {
  height: 485px;
  margin-bottom: 40px;
  position: relative;
}
.hero .twitter-icon {
  position: absolute;
  top: 25px;
  right: 0;
}
.hero .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 411px;
  /*background-repeat: no-repeat;
		background-position: top center;
		background-size:cover;
		background-image:url("@{images}/heros/hero-environment.jpg");*/
}
.hero .crossbar {
  width: 60%;
  height: 80px;
  position: absolute;
  top: 60px;
  z-index: 1;
  overflow: hidden;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.hero .crossbar .controls {
  float: right;
  margin-right: 15px;
  color: #FFFFFF;
}
.hero .crossbar .controls .current {
  float: left;
  height: 80px;
  font-size: 28px;
  line-height: 80px;
}
.hero .crossbar .controls .arrow {
  float: left;
  height: 80px;
  font-size: 40px;
  line-height: 74px;
  cursor: pointer;
  margin: 0 5px;
}
.hero .crossbar .text {
  float: right;
  margin-right: 40px;
  line-height: 75px;
  heigh: 75px;
  overflow: hidden;
  font-size: 24px;
  color: #FFFFFF;
}
.hero .crossbar .text.fixed {
  width: 555px;
}
.hero .crossbar.blue {
  background-color: #014587;
}
.hero .crossbar.red {
  background-color: #7d181c;
}
.hero .crossbar.green {
  background-color: #058549;
}
.hero .crossbar.purple {
  background-color: #69386e;
}
.hero .sections {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.default-hero {
  height: 411px;
  margin-bottom: 15px;
}
ul.breadcrumb {
  padding: 0;
  margin: 0;
  float: right;
}
ul.breadcrumb li,
ul.breadcrumb li.active {
  color: #000000;
}
ul.breadcrumb li .divider,
ul.breadcrumb li.active .divider {
  color: #000000;
}
.homepage .intro {
  padding: 20px 0;
}
.homepage .intro h1 {
  font-size: 34px;
  line-height: 42px;
}
.homepage .intro .intro-content p {
  font-size: 18px;
  line-height: 38px;
  margin: 10px 0 0 0;
}
.homepage .intro .contact-bullet {
  margin-bottom: 10px;
}
.homepage .intro .contact-bullet div {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
}
.homepage .intro .contact-bullet .email .span1 {
  background-image: url('/assets_frontend/dha/img/icon-email-off.png');
}
.homepage .intro .contact-bullet .email:hover .span1 {
  background-image: url('/assets_frontend/dha/img/icon-email-on.png');
}
.homepage .intro .contact-bullet .telephone .span1 {
  background-image: url('/assets_frontend/dha/img/icon-tel-off.png');
}
.homepage .intro .contact-bullet .telephone:hover .span1 {
  background-image: url('/assets_frontend/dha/img/icon-tel-on.png');
}
.main.homepage-casestudies {
  margin-top: 30px;
}
.main.homepage-casestudies h2 {
  text-align: center;
  color: #009fe3;
  font-size: 28px;
  line-height: 54px;
  border-top: 1px solid #009fe3;
  border-bottom: 1px solid #009fe3;
  font-weight: 100;
  margin-bottom: 20px;
}
.main.homepage-casestudies .sector {
  margin-top: 10px;
}
.main.homepage-casestudies .sector h3 {
  margin-top: 10px;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}
.homepage-news {
  position: relative;
  margin: 40px 0 30px 0;
  background-image: url("/assets_frontend/dha/img/2000x2.png");
  background-position: top center;
  background-repeat: repeat-y;
}
.homepage-news h2 {
  font-size: 28px;
  color: #009fe3;
  line-height: 54px;
  border-bottom: 1px solid #009fe3;
  font-weight: 100;
  margin: 40px 0 10px 0;
}
.homepage-news .container {
  min-height: 320px;
  background-color: #FFFFFF;
  -webkit-border-top-right-radius: 160px;
  -webkit-border-bottom-right-radius: 160px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 160px;
  -moz-border-radius-bottomright: 160px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 160px;
  border-bottom-right-radius: 160px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.homepage-news .container .newsrow {
  margin-top: 25px;
}
.homepage-news .container .newsrow h3 {
  font-size: 18px;
  line-height: 26px;
}
.homepage-news .container .newsrow p {
  font-size: 15px;
  line-height: 22px;
}
.main h1 {
  font-size: 36px;
  line-height: 46px;
  color: #014587;
  margin: 0 0 20px 0;
}
.main h2 {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  color: #014587;
  font-weight: 600;
  margin: 0 0 20px 0;
  text-align: justify;
}
.main h3 {
  font-size: 18px;
  line-height: 26px;
  color: #014587;
  font-weight: 100;
  margin: 0 0 20px 0;
  text-align: justify;
}
.main h4 {
  font-size: 15px;
  line-height: 22px;
  color: #014587;
  margin: 0 0 20px 0;
  text-align: justify;
}
.main h5 {
  font-size: 15px;
  line-height: 22px;
  margin: 0 0 20px 0;
  text-align: justify;
}
.main p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 20px;
  text-align: justify;
}
.main ul li {
  font-size: 15px;
  line-height: 22px;
}
.main img {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.main hr {
  border-top-color: #014587;
}
.main ul.submenu {
  background-color: #FFFFFF;
  padding: 0;
  margin: 0 0 25px 0;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px;
}
.main ul.submenu li {
  list-style: none;
  font-size: 18px;
  margin: 5px 10px;
}
.main ul.submenu li.parent {
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #014587;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.main ul.submenu li.active a {
  color: #000000;
}
.main .left-image {
  margin-top: 15px;
}
.main .row.logos {
  margin-top: 10px;
  padding-top: 10px;
}
.main .row.logos .logo {
  height: 140px;
}
.main .row.logos .logo img {
  border-radius: 0;
}
.main.red h1 {
  color: #7d181c;
}
.main.red h2 {
  color: #7d181c;
}
.main.red h3 {
  color: #7d181c;
}
.main.red h4 {
  color: #7d181c;
}
.main.red hr {
  border-top-color: #7d181c;
}
.main.red ul.submenu li.parent {
  border-bottom: 1px solid #7d181c;
}
.main.green h1 {
  color: #058549;
}
.main.green h2 {
  color: #058549;
}
.main.green h3 {
  color: #058549;
}
.main.green h4 {
  color: #058549;
}
.main.green hr {
  border-top-color: #058549;
}
.main.green ul.submenu li.parent {
  border-bottom: 1px solid #058549;
}
.main.purple h1 {
  color: #69386e;
}
.main.purple h2 {
  color: #69386e;
}
.main.purple h3 {
  color: #69386e;
}
.main.purple h4 {
  color: #69386e;
}
.main.purple hr {
  border-top-color: #69386e;
}
.main.purple ul.submenu li.parent {
  border-bottom: 1px solid #69386e;
}
.google-map {
  height: 411px;
}
.google-map img {
  max-width: none;
}
.directions-wrapper {
  display: none;
}
.directions-wrapper .close {
  float: right;
  cursor: pointer;
}
.leftbox {
  background-color: #FFFFFF;
  padding: 0;
  margin: 0 0 25px 0;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px;
}
.leftbox p span {
  display: inline-block;
  width: 50px;
  color: #014587;
}
.casestudy .category {
  margin-top: 15px;
}
.casestudy .category h3 {
  margin-top: 0;
  padding-top: 5px;
  line-height: 20px;
  font-size: 16px;
  text-align: center;
}
.casestudy .item {
  margin-top: 15px;
}
.casestudy .item h3 {
  margin-top: 0;
  padding-top: 5px;
  line-height: 20px;
  font-size: 16px;
  text-align: center;
}
.casestudy table th {
  text-align: left;
  color: #7d181c;
  padding-right: 10px;
}
.casestudy table th + th {
  color: #000000;
}
.casestudy table td {
  color: #7d181c;
  font-weight: bold;
  padding-right: 10px;
}
.casestudy table td + td {
  color: #000000;
  font-weight: normal;
}

body {
	background-color: #fff;
}

.navbar-default .navbar-nav li a {
	color: #0d263a;
}

.main hr {
	border-top-color: #0d263a;
}

.main h1 {
	color: #0d263a;
}

[contenteditable] img,
[data-editable] img {
    max-width: 100%;
    height: auto !important;
}

@media (min-width: 768px) {
	.ulcombe--website-41 .navbar-brand > img {
		width: 350px;
	}
}
