@font-face {
	font-family: 'Avenir';
	src: url("fonts/avenir-heavy-webfont.eot");
	src: url("fonts/avenir-heavy-webfontd41d.eot?#iefix") format("embedded-opentype"), url("fonts/avenir-heavy-webfont.woff") format("woff"), url("fonts/avenir-heavy-webfont.ttf") format("truetype"), url("fonts/avenir-heavy-webfont.svg#AvenirHeavy") format("svg");
	font-weight: bold;
	font-style: normal
}

@font-face {
	font-family: 'Avenir';
	src: url("fonts/avenir-roman-webfont.eot");
	src: url("fonts/avenir-roman-webfontd41d.eot?#iefix") format("embedded-opentype"), url("fonts/avenir-roman-webfont.woff") format("woff"), url("fonts/avenir-roman-webfont.ttf") format("truetype"), url("fonts/avenir-roman-webfont.svg#AvenirRoman") format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'Avenir';
	src: url("fonts/avenir-oblique-webfont.eot");
	src: url("fonts/avenir-oblique-webfontd41d.eot?#iefix") format("embedded-opentype"), url("fonts/avenir-oblique-webfont.woff") format("woff"), url("fonts/avenir-oblique-webfont.ttf") format("truetype"), url("fonts/avenir-oblique-webfont.svg#AvenirOblique") format("svg");
	font-weight: normal;
	font-style: italic
}

@font-face {
	font-family: 'Avenir';
	src: url("fonts/avenir-light-webfont.eot");
	src: url("fonts/avenir-light-webfontd41d.eot?#iefix") format("embedded-opentype"), url("fonts/avenir-light-webfont.woff") format("woff"), url("fonts/avenir-light-webfont.ttf") format("truetype"), url("fonts/avenir-light-webfont.svg#AvenirLight") format("svg");
	font-weight: 100;
	font-style: normal
}

.spacing.always.bottom.big {
	margin-bottom: 40px
}

.spacing.always.bottom.small {
	margin-bottom: 30px
}

@media (max-width: 767px) {
	.spacing.always.bottom.small {
		margin-bottom: 20px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.spacing.always.bottom.small {
		margin-bottom: 20px
	}
}

@media (max-width: 767px) {
	.spacing.phonetotablet.bottom.big {
		margin-bottom: 40px
	}

	.spacing.phonetotablet.bottom.small {
		margin-bottom: 20px
	}
}

body {
	-webkit-font-smoothing: antialiased;
}

body {
	font-family: "Avenir", sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-family: "Avenir", sans-serif
}

h2 {
	font-size: 36px;
	text-transform: uppercase
}

h3 {
	line-height: 1.3;
	letter-spacing: -0.05em
}

img.circular {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%
}

.no-t-padding {
	padding-top: 0 !important
}

.center {
	text-align: center
}

.main-header {
	z-index: initial !important;
	padding: 40px 0 30px 0
}

.main-header.bg {
	padding: 40px 0 60px 0
}

.main-header.bg .home-cta {
	padding-top: 100px;
	padding-bottom: 0px
}

@media (min-width: 768px) and (max-width: 991px) {
	.main-header.bg .home-cta {
		padding-top: 50px;
		padding-bottom: 50px
	}
}

@media (max-width: 767px) {
	.main-header.bg .home-cta {
		padding-top: 30px;
		padding-bottom: 30px
	}
}

.main-header.bg .home-cta .header-block-wrapper {
	background: rgba(72, 81, 101, 0.8);
	padding: 25px;
	/* width: 940px; */
}

.main-header.bg .home-cta .header-block-wrapper .ie8 {
	background: #333947
}

.main-header.bg .home-cta .header-block-wrapper h2 {
	color: #fff;
	margin-top: 10px;
	line-height: 1.3
}

.main-header.bg .home-cta .header-block-wrapper p {
	color: #fff
}

.main-header .menu-btn {
	font-size: 32px;
	color: #333947;
	display: none;
	text-decoration: none;
	position: absolute;
	z-index: 2;
	right: 20px;
	top: 30px
}

@media (max-width: 767px) {
	.main-header .menu-btn {
		display: block
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.main-header .menu-btn {
		display: none
	}
}

.main-header .main-menu {
	float: right;
	margin-top: 5px
}

@media (max-width: 767px) {
	.main-header .main-menu {
		position: fixed;
		left: -999px;
		bottom: 0;
		top: 0;
		width: 70%;
		z-index: 12;
		margin-top: 0;
		background: rgba(255, 255, 255, 0.95);
		-moz-transition: ease 0.3s all;
		-o-transition: ease 0.3s all;
		-webkit-transition: ease 0.3s all;
		transition: ease 0.3s all
	}

	.main-header .main-menu ul {
		padding: 0;
		margin: 0
	}

	.main-header .main-menu ul li {
		display: block !important;
		list-style: none;
		margin-left: 20px;
		padding: 5px
	}

	.main-header .main-menu ul li:first-child {
		margin-left: 20px !important
	}

	.main-header .main-menu ul li.has-dropdown {
		position: relative
	}

	.main-header .main-menu ul li.has-dropdown:hover {
		background: rgba(255, 255, 255, 0.9)
	}

	.main-header .main-menu ul.dropdown {
		display: block !important;
		position: static;
		width: auto;
		background: rgba(255, 255, 255, 0.9)
	}

	.main-header .main-menu ul.dropdown li {
		display: block;
		padding: 15px;
		margin-left: 0 !important
	}
}

@media (max-width: 767px) and (max-width: 767px) {
	.main-header .main-menu ul.dropdown {
		position: static
	}
}

@media (max-width: 767px) {
	.main-header .main-menu a {
		display: block;
		margin: 0 !important;
		padding: 10px 10px;
		border-bottom: 2px solid #046535
	}

	.main-header .main-menu a:last-child {
		border-bottom: 0
	}

	.main-header .main-menu a:last-child:hover {
		border-bottom: 0 !important
	}

	.main-header .main-menu.open {
		-moz-transition: ease 0.3s all;
		-o-transition: ease 0.3s all;
		-webkit-transition: ease 0.3s all;
		transition: ease 0.3s all;
		left: 0;
		-moz-box-shadow: 0 108px 999px #000;
		-webkit-box-shadow: 0 108px 999px #000;
		box-shadow: 0 108px 999px #000
	}
}

.main-header .main-menu.home-menu a {
	color: #fff !important;
	text-shadow: 0 0 3px #333
}

@media (max-width: 767px) {
	.main-header .main-menu.home-menu a {
		color: #333947 !important;
		text-shadow: none
	}
}

.main-header .main-menu ul {
	padding: 0;
	margin: 0
}

.main-header .main-menu ul li {
	display: inline-block;
	vertical-align: middle;
	vertical-align: auto;
	zoom: 1;
	display: inline;
	list-style: none;
	margin-left: 10px;
	padding: 5px
}

@media (min-width: 768px) and (max-width: 991px) {
	.main-header .main-menu ul li {
		margin-left: 8px
	}
}

.ie .main-header .main-menu ul li {
	margin-left: 15px
}

.main-header .main-menu ul li:first-child {
	margin-left: 0
}

.main-header .main-menu ul li.has-dropdown {
	position: relative
}

.main-header .main-menu ul li.has-dropdown:hover {
	background: rgba(255, 255, 255, 0.9)
}

.main-header .main-menu ul.dropdown {
	display: none;
	position: absolute;
	top: 32px;
	right: 0;
	min-width: 227px;
	background: rgba(255, 255, 255, 0.9)
}

.main-header .main-menu ul.dropdown.open {
	display: block;
	z-index: 999
}

.main-header .main-menu ul.dropdown li {
	display: block;
	padding: 15px;
	margin-left: 0
}

@media (max-width: 767px) {
	.main-header .main-menu ul.dropdown {
		position: static
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.main-header .main-menu ul.dropdown {
		top: 29px
	}
}

.main-header .main-menu a {
	margin-left: 20px;
	letter-spacing: 0.1em;
	font-family: "Avenir", sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #333947
}

.main-header .main-menu a:first-child {
	margin-left: 0
}

.main-header .main-menu a.active {
	border-bottom: 2px solid #046535
}

.main-header .main-menu a:hover {
	text-decoration: none;
	border-bottom: 2px solid #046535
}

@media (min-width: 768px) and (max-width: 991px) {
	.main-header .main-menu a {
		font-size: 12px
	}
}

.main-header h2 {
	font-weight: 900;
	color: #333947
}

.cta-white {
	text-align: center;
	display: inline-block;
	padding: 10px 20px 10px 20px;
	color: #836767;
	text-transform: uppercase;
	font-weight: 400;
	border: 1px solid #836767;
	font-size: 18px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-transition: ease 0.2s all;
	-o-transition: ease 0.2s all;
	-webkit-transition: ease 0.2s all;
	transition: ease 0.2s all
}

.cta-white:hover {
	background: #2b4b91;
	color: #0cad3f;
	text-decoration: none;
	border-color: rgba(255, 255, 255, 0.1)
}

.cta-white.inverse {
	background: rgba(255, 255, 255, 0.6);
	color: #333947;
	border-color: rgba(255, 255, 255, 0.1)
}

.cta-white.inverse:hover {
	background: transparent;
	color: #fff;
	border: 1px solid #fff
}

.cta-green {
	text-align: center;
	display: inline-block;
	padding: 5px 10px 4px 10px;
	color: #046535;
	text-transform: uppercase;
	font-weight: 400;
	border: 1px solid #046535;
	font-size: 13px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-transition: ease 0.2s all;
	-o-transition: ease 0.2s all;
	-webkit-transition: ease 0.2s all;
	transition: ease 0.2s all
}

.cta-green:hover {
	background: #046535;
	color: #fff;
	text-decoration: none
}

.cta-green.lrg {
	font-size: 18px;
	padding: 10px 20px 10px 20px
}

.line-heading h3 {
	font-size: 22px;
	color: #AEAEAE;
	padding-bottom: 5px;
	text-align: center;
	margin: 0;
	font-weight: 100
}

@media (min-width: 768px) and (max-width: 991px) {
	.line-heading h3 {
		font-size: 20px
	}
}

@media (max-width: 767px) {
	.line-heading h3 {
		font-size: 20px
	}
}

.line-heading p {
	text-align: center;
	color: #7b7b7b
}

.line-heading hr {
	width: 500px;
	background-color: #E0E0E0;
	height: 1px;
	margin-bottom: 0
}

@media (max-width: 767px) {
	.line-heading hr {
		width: 90%
	}
}

.line-heading hr.margin {
	margin-bottom: 20px
}

.service {
	padding-bottom: 30px;
	zoom: 1
}

.service:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden
}

.service h3 {
	font-size: 21px;
	font-weight: 100;
	margin-top: 0
}

.service p {
	font-size: 14px;
	color: #565f5f;
	font-weight: 500
}

.strip {
	padding-top: 60px;
	padding-bottom: 60px
}

.strip.laptop {
	text-align: center;
	color: #fff
}

.strip.laptop h2 {
	text-shadow: 0 0 5px #666
}

.strip.laptop .wrap {
	padding-top: 80px;
	padding-bottom: 80px
}

.strip.testimonials .testimonial {
	margin-top: 60px;
	border: 2px solid #eeeeee;
	zoom: 1;
	padding: 25px 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}

@media (max-width: 767px) {
	.strip.testimonials .testimonial .testimonial-image img {
		margin: 0 auto
	}
}

.strip.testimonials .testimonial:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden
}

.strip.testimonials .testimonial h3 {
	font-weight: 100;
	color: #565f5f;
	margin-top: 0
}

.strip.testimonials .testimonial p {
	color: #7f8c8d
}

@media (max-width: 767px) {
	.strip.testimonials .testimonial {
		text-align: center
	}
}

.strip.green {
	background: #046535;
	border-bottom: 5px solid #023e20
}

.strip.green.department {
	border-bottom: 0;
	color: #fff
}

.strip.green h2 {
	color: #fff
}

.strip.green.central {
	text-align: center;
	color: white
}

.strip.green.clients h2 {
	text-align: center;
	margin-bottom: 60px
}

.client {
	text-align: center;
	height: 130px !important;
	line-height: 130px
}

.client .client-hover {
	transition: all .5s ease;
	background: #058244;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	position: relative;
	opacity: 1;
	z-index: 2
}

.client .client-hover:hover {
	opacity: 0
}

.client .client-hover-back {
	background: #f7f7f7;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin-left: 15px;
	margin-right: 15px;
	opacity: 0;
	z-index: 1
}

.client .client-hover:hover+.client-hover-back {
	opacity: 1
}

.strip.purple {
	background: #393950;
	color: #fff
}

.strip.purple h2 {
	color: #fff
}

.main-footer {
	background: #4a4a4a;
	padding: 50px 0
}

.main-footer a {
	color: #08c768;
	-moz-transition: ease 0.3s all;
	-o-transition: ease 0.3s all;
	-webkit-transition: ease 0.3s all;
	transition: ease 0.3s all
}

.main-footer a:hover {
	text-decoration: none;
	color: #06964f
}

.main-footer h3 {
	text-transform: uppercase;
	font-weight: 100;
	color: #fff;
	font-size: 30px;
	margin-bottom: 30px
}

.main-footer p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 7px
}

.main-footer .greyed {
	color: #bdbdbd
}

.main-footer .error {
	color: #fff
}

.sub-footer {
	background: #3b3b3b;
	color: #fff;
	padding: 15px 0
}

.sub-footer p {
	margin: 0;
	padding: 0
}

.sub-footer .sub-footer .service-section {
	zoom: 1
}

.service-section:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden
}

.service-section .service-icon {
	text-align: center
}

.service-section .service-icon img {
	margin: 0 auto
}

.service-section .description {
	padding: 20px 0;
	text-align: center
}

.service-section .description p {
	font-size: 18px;
	padding: 20px 0
}

.service-section .skill {
	text-align: center
}

.team-section {
	zoom: 1;
	padding-top: 80px
}

.team-section:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden
}

.staff-member {
	margin-bottom: 30px;
	padding-bottom: 20px
}

.staff-member h3 {
	padding: 0;
	margin: 0;
	font-weight: 100
}

@media (max-width: 767px) {
	.staff-member {
		text-align: center;
		height: auto !important;
	}
}

.staff-member img {
	margin: 0 auto;
	margin-bottom: 10px
}

#contact input,
#contact textarea {
	background: #f4f4f4;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0;
	padding: 10px;
	resize: none
}

#contact input:focus,
#contact textarea:focus {
	outline: none
}

#contact textarea {
	height: 80px
}

#contact input[type=submit] {
	text-align: center;
	display: inline-block;
	background-color: #fff;
	padding: 5px 10px 3px 10px;
	color: #046535;
	text-transform: uppercase;
	font-weight: 400;
	border: 1px solid #046535;
	font-size: 13px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-transition: ease 0.2s all;
	-o-transition: ease 0.2s all;
	-webkit-transition: ease 0.2s all;
	transition: ease 0.2s all;
	font-family: "Avenir", sans-serif;
	font-size: 18px
}

#contact input[type=submit]:hover {
	background: #046535;
	color: #fff;
	text-decoration: none
}

.ss-icons {
	font-size: 24px
}

.ss-icons .tel {
	display: none
}

@media (max-width: 767px) {
	.ss-icons .tel {
		display: inline-block
	}
}

.ss-icons.green a {
	color: #046535
}

.ss-icons.green a:hover {
	text-decoration: none
}

.ss-icons.white a {
	color: #fff
}

.ss-icons.white a:hover {
	text-decoration: none
}

.error {
	display: block;
	margin-bottom: 10px
}

.callback-cta {
	text-align: center;
	border-top: 1px solid #ccc;
	padding-top: 40px
}

.callback-cta h2 {
	font-size: 28px
}

.callback-cta.dark {
	border-top: 1px solid #fff
}

.callback-cta.dark h2 {
	color: #fff
}

.callback-cta a {
	cursor: pointer
}

.modal-header,
.modal-footer {
	border: 0 !important
}

#callback input {
	border: 0;
	background: #f7f7f7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 10px 10px;
	color: #4a4a4a
}

#callback input:focus {
	outline: 0
}

#callback input.error {
	margin-bottom: 0
}

#callback input[type=submit] {
	background: #4a4a4a;
	border: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
	font-family: "Avenir", sans-serif;
	font-size: 18px;
	padding-bottom: 5px;
	padding-top: 8px;
	margin-top: 20px;
	-moz-transition: ease 0.3s all;
	-o-transition: ease 0.3s all;
	-webkit-transition: ease 0.3s all;
	transition: ease 0.3s all
}

#callback input[type=submit]:hover {
	background: #fff;
	color: #4a4a4a;
	border: 1px solid #4a4a4a
}

.why-dgh .why-icon {
	margin-bottom: 25px
}

#twitter ul {
	list-style: square;
	margin: 0;
	padding: 0
}

#twitter ul li {
	color: #fff;
	list-style-position: inside;
	font-family: "Avenir", sans-serif;
	margin-bottom: 10px
}

#twitter ul li:last-child {
	margin-bottom: 0
}

.footer_menu_wrap ul {
	list-style: none;
	padding: 0
}

.cms--content h1 {
	font-size: 3em
}

@media (max-width: 479px) {
	.cms--content h1 {
		font-size: 2.4em
	}
}

.cms--content h1:first-child {
	margin-top: 0
}

.cms--content h2 {
	font-size: 24px
}

.cms--content h2,
.cms--content h3 {
	margin-top: 30px
}

@media (max-width: 479px) {

	.cms--content h2,
	.cms--content h3 {
		font-size: 20px
	}
}

@media only screen and (min-width: 992px) {
	.cta__sky {
		float: left;
		width: 964px;
		/* float: right; */
		margin-right: 60px;
		-webkit-transform: translate(0, -50px);
		-ms-transform: translate(0, -50px);
		transform: translate(0, -50px);
	}
}

@media only screen and (min-width: 1900px) {
	.cta__sky {
		margin-right: 0;
		-webkit-transform: translate(0, -70px);
		-ms-transform: translate(0, -70px);
		transform: translate(0, -70px);
	}
}

.cms--content ol {
	list-style-type: none;
	counter-reset: item;
	margin: 0;
	padding: 0;
}

.cms--content li {
	font-family: "Avenir", sans-serif;
}

.cms--content ul>li {
	margin-bottom: 10px;
}

.cms--content ol>li {
	display: table;
	counter-increment: item;
	margin-bottom: 10px;
}

.cms--content ol>li>ol {
	margin-left: -50px;
}

.cms--content ol>li:before {
	content: counters(item, ".") ". ";
	display: table-cell;
	padding-right: 0.6em;
}

.cms--content ol.bigger>li:before {
	font-size: 24px;
	width: 50px;
}

.cms--content ol>li>ul {
	margin: 0 0 10px 0;
	padding: 0 0 0 1em;
}

.cms--content ol ul>li {
	margin-bottom: 10px;
}

.cms--content li ol>li:before {
	content: counters(item, ".") " ";
	font-size: 14px;
	width: 50px;
}

@media (max-width: 480px) {
	body {
		font-size: 16px;
		background-color: lightblue;
	}

	.cta__sky {
		float: left;
		/* float: right; */
	}

	.head-logo {
		/* width: 100%; */
		width: 209px;
   		height: 50px;
	}
}

@media (min-width: 768px) {
	.head-logo {
		width: 100%;
	}
}