/**
 * @package WordPress
 * @subpackage DA
 */

img {
	max-width: 100%;
}

a, a:hover {
	color: inherit;
}
a:hover {
	text-decoration: none;
}

ul, ol {
	margin: 0; padding: 0;
	list-style: none;
}

iframe {
	max-width: 100%;
	border: 0;
}

body, input, textarea, select {
	font-family: 'Source Sans Pro', sans-serif; font-size: 12px;
	color: #000;
}

body {
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
}

.da-header {
	position: absolute;
	z-index: 2;
	width: 100%;
	transition: all 0.1s ease-in-out;
}
.da-header.da-fixed {
	background-color: #fff;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
}
.da-header.da-fixed {
	position: fixed;
	width: 100%;
}
body:not(.admin-bar) .da-header.da-fixed {
	top: 0;
}
@media (min-width: 783px) {
	.admin-bar .da-header.da-fixed {
		top: 32px;
	}
}
@media (min-width: 601px) and (max-width: 782px) {
	.admin-bar .da-header.da-fixed {
		top: 46px;
	}
}
@media (max-width: 600px) {
	.admin-bar .da-header.da-fixed {
		top: 0;
	}
}
.da-header .da-logo {
	padding: 15px 0;
}
@media (max-width: 600px) {
	.da-header .da-logo {
		margin: 0 0 0 8px;
	}
}
.da-header .da-logo img {
	max-width: none;
}
.da-header.da-fixed .da-logo img {
	width: 93px;
}
.da-header:not(.da-fixed) .da-logo img {
	filter: brightness(0) invert(1);
	width: 145px;
}
@media (max-width: 991px) {
	.da-header .da-logo img {
		width: 93px !important;
	}
}
.da-header .da-navigation {
	font-size: 16px; font-weight: 600;
}
.da-header.da-fixed .da-navigation {
	color: #152433;
}
.da-header:not(.da-fixed) .da-navigation {
	color: #fff;
}
@media (max-width: 600px) {
	.da-header .da-toggle-links {
		margin: 0 16px 0 0;
	}
}
@media (min-width: 992px) {
	.da-header .da-navigation .container > li {
		display: inline-block;
		position: relative;
		padding: 0 0 10px 0;
		border-bottom: 3px solid transparent;
	}
	.da-header.da-fixed .da-navigation .container > li:hover, .da-header.da-fixed .da-navigation .container > .current-menu-item {
		border-bottom-color: #152433;
	}
	.da-header:not(.da-fixed) .da-navigation .container > li:hover, .da-header:not(.da-fixed) .da-navigation .container > .current-menu-item {
		border-bottom-color: #fff;
	}
	.da-header .da-navigation .container > ul {
		display: none;
	}
	.da-header .da-navigation li:hover ul {
		display: block;
	}
	.da-header .da-navigation ul ul {
		display: none;
		position: absolute;
		z-index: 1;
		top: 37px;
		padding: 20px;
		min-width: 100%;
		text-align: left;
		background-color: #152433;
		color: #fff;
	}
	.da-header:not(.da-fixed) .da-navigation ul ul {
		background-color: #fff;
		color: #152433;
	}
	.da-header .da-navigation li li:not(:last-child) {
		margin: 0 0 20px 0;
	}
	
	.da-header .da-language {
		position: relative;
		font-size: 16px;
	}
	.da-header .da-language .wpml-ls::after {
		content: "";
		position: absolute;
		top: -2px; left: 50%;
		margin: 0 0 0 -11px;
		width: 23px;
		height: 23px;
		transform: rotate(-45deg);
		background-color: #fff;
	}
	.da-header .da-language .da-current {
		display: inline-block;
		margin: 0 0 0 16px; padding: 0 20px 0 32px;
		background: right center no-repeat url(../images/down-light-icon.svg);
		border-left: 1px solid transparent;
		font-weight: 600;
		text-transform: uppercase;
	}
	.da-header.da-fixed .da-language .da-current {
		background-image: url(../images/down-dark-icon.svg);
		border-left-color: rgba(21, 36, 51, 0.4);
		color: #152433;
	}
	.da-header:not(.da-fixed) .da-language .da-current {
		border-left-color: rgba(255, 255, 255, 0.4);
		color: #fff;
	}
	.da-header .da-language .wpml-ls {
		display: none;
		position: absolute;
		z-index: 1;
		top: 37px;
		padding: 16px;
		min-width: 100%;
		text-align: left;
		background-color: #fff;
		box-shadow: 0 0 48px 0 rgba(21, 36, 51, 0.08);
		border: 0;
	}
	.da-header .da-language:hover .wpml-ls {
		display: block;
	}
	.da-header .da-language .wpml-ls-item {
		display: block;
		color: #737c85;
	}
	.da-header .da-language .wpml-ls-item:not(:last-child) {
		margin: 0 0 8px 0;
	}
	.da-header .da-language .wpml-ls-item a {
		padding: 0;
	}
	.da-header .da-language .wpml-ls-current-language {
		color: #003e7e;
	}
	.da-header .da-language .wpml-ls-display {
		display: none;
	}
	
	.da-header .da-toggle-links {
		display: none;
	}
}
@media (max-width: 991px) {
	.da-header .col-10 {
		position: static;
	}
	.da-header .da-links {
		display: none;
		position: absolute;
		z-index: 1;
		top: 101px; left: 0;
		padding: 32px 0;
		width: 100%;
		text-align: left;
		background-color: #fff;
		border-top: 1px solid #ccd8e5;
	}
	.da-header:not(.da-fixed) .da-navigation {
		color: #152433;
	}
	.da-header .da-navigation li:not(:last-child) {
		margin: 0 0 28px 0;
	}
	.da-header .da-navigation ul ul {
		display: none;
	}
	.da-header .da-navigation li:hover, .da-header .da-navigation .current-menu-item {
		color: #003e7e;
	}
	.da-header .da-toggle-links {
		display: inline-block;
		width: 24px; height: 24px;
		background: center center no-repeat url(../images/links-open-icon.svg);
		cursor: pointer;
	}
	
	.da-header .da-language {
		margin: 28px 0 0 0;
		font-size: 16px; font-weight: 600;
	}
	.da-header .da-language .da-current {
		display: none;
	}
	.da-header .da-language .wpml-ls {
		padding: 0;
		border: 0;
	}
	.da-header .da-language .wpml-ls-item {
		display: block;
		color: #737c85;
	}
	.da-header .da-language .wpml-ls-item a {
		padding: 0;
	}
	.da-header .da-language .wpml-ls-item:not(:last-child) {
		margin: 0 0 28px 0;
	}
	.da-header .da-language .wpml-ls-current-language {
		color: #003e7e;
	}
	
	.da-header:not(.da-fixed) .da-toggle-links {
		filter: brightness(0) invert(1);
	}
	.da-header .da-toggle-links.da-open {
		background-image: url(../images/links-close-icon.svg);
	}
}
@media (min-width: 1200px) {
	.da-header .da-navigation .container > li:not(:last-child) {
		margin: 0 45px 0 0;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.da-header .da-navigation .container > li:not(:last-child) {
		margin: 0 25px 0 0;
	}
}
@media (max-width: 600px) {
	.da-header .da-navigation, .da-header .da-language {
		padding-left: 8px;
	}
}

.home .da-hero {
	margin: 0 0 16px 0;
}
body:not(.home) .da-hero {
	position: relative;
	margin: 0 0 60px 0;
	height: 480px;
	overflow: hidden;
}
.home .da-hero .carousel {
	overflow: hidden;
}
.home .da-hero .carousel .carousel-inner, .home .da-hero .carousel .carousel-item {
	height: 100%;
}
@media (min-width: 768px) {
	.home .da-hero .carousel {
		height: 580px;
	}
}
@media (max-width: 767px) {
	.home .da-hero .carousel {
		height: 480px;
	}
}
.da-hero img.da-image {
	visibility: hidden;
	max-width: none;
	min-width: 100%; min-height: 100%;
}
.da-hero div.da-image {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	background: center center / cover no-repeat;
}
@media (min-width: 768px) {
	.home .da-hero div.da-image {
		height: 580px;
	}
}
@media (max-width: 767px) {
	.home .da-hero div.da-image {
		height: 480px;
	}
}
body:not(.home) .da-hero div.da-image {
	height: 480px;
}
.da-hero .da-details {
	position: absolute;
	color: #fff;
}
.home .da-hero .da-details {
	top: 230px;
}
@media (min-width: 992px) {
	.home .da-hero .da-details {
		max-width: 847px;
	}
}
@media (max-width: 991px) {
	.home .da-hero .da-details {
		left: 30px; right: 30px;
		text-align: center;
	}
}
/*
.home .da-hero .da-heading {
	margin: 0 0 18px 0;
	line-height: 1.75;
	font-size: 16px; font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
*/
.home .da-hero .da-title {
	line-height: 1.17;
	font-family: 'Merriweather', serif; font-weight: 700;
}
@media (min-width: 992px) {
	.home .da-hero .da-title {
		font-size: 60px;
	}
}
@media (max-width: 991px) {
	.home .da-hero .da-title {
		font-size: 28px;
	}
}
.home .da-hero .da-navigation {
	position: absolute;
	top: 50%;
	margin: -16px 0 0 0;
	width: 32px;
}
.home .da-hero .da-previous {
	transform: scaleX(-1);
}
@media (min-width: 1251px) {
	.home .da-hero .da-previous {
		left: 24px;
	}
	.home .da-hero .da-next {
		right: 24px;
	}
}
@media (max-width: 1250px) {
	.home .da-hero .da-previous {
		left: 0;
	}
	.home .da-hero .da-next {
		right: 0;
	}
}
@media (min-width: 992px) {
	body:not(.home) .da-hero .da-details {
		top: 206px;
		max-width: 652px;
	}
}
@media (max-width: 991px) {
	body:not(.home) .da-hero .da-details {
		top: 164px;
		left: 20px; right: 20px;
		text-align: center;
	}
}
body:not(.home) .da-hero .da-title {
	margin: 0 0 16px 0;
	line-height: 1.24;
	font-family: 'Merriweather', serif; font-weight: 700;
}
@media (min-width: 992px) {
	body:not(.home) .da-hero .da-title {
		font-size: 42px;
	}
}
@media (max-width: 991px) {
	body:not(.home) .da-hero .da-title {
		font-size: 28px;
	}
}
body:not(.home) .da-hero .da-description {
	line-height: 1.56;
	font-size: 18px;
}

.da-home-services {
	margin: 0 8px 120px 8px;
}
.da-home-services .da-item {
	padding-left: 8px; padding-right: 8px;
}
.da-home-services .da-item:hover .da-front, .da-home-services .da-item:not(:hover) .da-back {
	display: none !important;
}
.da-home-services .da-front {
	padding: 80px 20px 0 20px;
	height: 350px;
}
.da-home-services .da-item:nth-child(odd) .da-front {
	background-color: #336598;
	color: #fff;
}
.da-home-services .da-item:nth-child(even) .da-front {
	background-color: #ccd8e5;
	color: #152433;
}
.da-home-services .da-front .da-title {
	margin: 0 0 16px 0;
	font-family: 'Merriweather', serif; font-size: 24px; font-weight: 700;
}
.da-home-services .da-front .da-description {
	line-height: 1.87;
	font-size: 15px;
}
.da-home-services .da-back {
	position: relative;
	height: 350px;
	overflow: hidden;
}
.da-home-services .da-back img {
	position: absolute;
	top: 0; left: 0;
	min-width: 100%; min-height: 100%;
}
.da-home-services .da-back a {
	position: relative;
	z-index: 1;
	display: flex;
	padding: 0 20px;
	height: 100%;
	justify-content: center; align-items: center;
	/*background-color: rgba(0, 0, 0, 0.5);*/
	font-size: 20px; font-weight: 700;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
}

.da-home-testimonials {
	position: relative;
	margin: 0 auto 122px auto;
	max-width: 872px;
}
@media (min-width: 768px) {
	.da-home-testimonials {
		padding: 0 0 0 122px;
	}
}
@media (max-width: 767px) {
	.da-home-testimonials {
		padding: 0 20px;
	}
}
.da-home-testimonials .da-description {
	margin: 0 0 12px 0;
	line-height: 1.8;
	font-size: 20px;
	color: #152433;
}
.da-home-testimonials .da-name {
	font-size: 16px; font-weight: 700;
	color: #152433;
}
@media (min-width: 576px) {
	.da-home-testimonials .da-name::before {
		content: "";
		display: inline-block;
		margin: 0 16px 0 0;
		width: 64px; height: 2px;
		vertical-align: middle;
		background-color: #003e7e;
	}
}
.da-home-testimonials .da-navigation {
	position: absolute;
	bottom: -48px;
}
.da-home-testimonials .da-navigation:hover {
	filter: invert(93%) sepia(5%) saturate(138%) hue-rotate(155deg) brightness(92%) contrast(86%);
}
.da-home-testimonials .da-previous {
	transform: scaleX(-1);
}
@media (min-width: 576px) {
	.da-home-testimonials .da-previous {
		left: 80px;
	}
	.da-home-testimonials .da-next {
		left: 128px;
	}
}
@media (max-width: 575px) {
	.da-home-testimonials .da-previous {
		left: 0;
	}
	.da-home-testimonials .da-next {
		left: 48px;
	}
}
.da-home-testimonials .da-quote {
	position: absolute;
	top: 0; left: 0;
}
@media (max-width: 767px) {
	.da-home-testimonials .da-quote {
		display: none;
	}
}

.da-posts .da-heading {
	margin: 0 0 48px 0;
	font-family: 'Merriweather', serif; font-size: 40px; font-weight: 700;
	color: #152433;
}
.da-posts .da-item {
	margin: 0 -5px;
}
.da-posts .da-image {
	height: 320px;
	overflow: hidden;
}
.da-posts .da-image img {
	/*
	width: auto;
	min-height: 320px;
	max-width: none;
	*/
	/*
	min-width: 100%;
	height: auto;
	*/
	width: auto; height: auto;
	max-width: none;
}
.da-posts .da-details {
	position: relative;
	margin: -64px 40px 0 0; padding: 30px 16px;
	box-shadow: 0 0 48px 0 rgba(21, 36, 51, 0.08);
	background-color: #fff;
}
.da-posts .da-user {
	position: absolute;
	top: -24px; right: 32px;
	width: 48px;
}
.da-posts .da-user img {
	border-radius: 100%;
}
.da-posts .da-meta {
	margin: 0 0 16px 0;
	line-height: 16px;
	font-size: 14px;
	color: #737c85;
}
.da-posts .da-meta img {
	margin: 0 5px 0 0;
}
.da-posts .da-title {
	margin: 0 0 8px 0;
	font-family: 'Merriweather', serif; font-size: 17px; font-weight: 700;
	color: #152433;
}
.da-posts .da-excerpt {
	line-height: 1.75;
	font-size: 16px;
	color: #737c85;
}

.da-contact {
	box-shadow: 0 0 48px 0 rgba(21, 36, 51, 0.08);
}
.da-contact .col-lg-6:first-child {
	background-color: #336598;
}
.da-contact .col-lg-6:last-child {
	background-color: #fff;
}
.da-contact .col-lg-6 {
	padding: 40px 48px;
}
.da-contact .col-lg-6:first-child {
	color: #fff;
}
.da-contact .col-lg-6:last-child {
	color: #152433;
}
.da-contact .da-heading {
	margin: 0 0 24px 0;
	font-family: 'Merriweather', serif; font-size: 28px; font-weight: 700;
}
.da-contact .da-addresses {
	margin-bottom: 32px;
}
.da-contact .da-addresses .da-title {
	margin: 0 0 4px 0;
	font-family: 'Merriweather', serif; font-size: 20px; font-weight: 700;
}
.da-contact .da-addresses a {
	line-height: 1.75;
	font-size: 16px;
}
.da-contact iframe {
	height: 360px;
}
.da-contact .wpcf7 p {
	margin: 0;
}
.da-contact .wpcf7 label {
	margin: 0 0 4px 0;
	font-size: 16px; font-weight: 600;
}
.da-contact .wpcf7 .wpcf7-text, .da-contact .wpcf7 .wpcf7-textarea {
	border: 1px solid #e7e9ea;
	color: inherit !important;
}
.da-contact .wpcf7 .wpcf7-textarea {
	height: 120px;
}
.da-contact .wpcf7 .form-row, .da-contact .wpcf7 .form-group {
	margin-bottom: 24px;
}
.da-contact .wpcf7 .form-row .form-group {
	margin-bottom: 0;
}
.da-contact .wpcf7 .wpcf7-submit {
	width: 100%; height: 60px;
	background-color: #336598;
	border: 0;
	box-shadow: 0 0 48px 0 rgba(21, 36, 51, 0.08);
	font-size: 17px; font-weight: 600;
	color: #fff;
	cursor: pointer;
}
.da-contact .wpcf7 .row {
	line-height: 1.43;
	font-size: 14px;
	color: #a1a7ad;
}
.da-contact .wpcf7 .row span {
	font-weight: 600;
	color: #152433;
}

@media (min-width: 992px) {
	.da-blocks .float-md-left, .da-blocks .float-md-right {
		margin-bottom: 15px;
		max-width: 50%;
	}
	.da-blocks .float-md-left {
		margin: 0 30px 0 0;
		margin-right: 30px;
	}
	.da-blocks .float-md-right {
		margin-left: 30px;
	}
	.da-blocks .da-content {
		padding: 40px 0 0 0;
	}
	.da-blocks .clearfix:not(:last-child) {
		margin: 0 0 120px 0;
	}
}
@media (max-width: 991px) {
	.da-blocks .float-md-left, .da-blocks .float-md-right {
		margin-bottom: 28px;
		text-align: center;
	}
}

.da-content {
	line-height: 1.56;
	font-size: 18px;
	color: #152433;
}
.da-content a {
	text-decoration: underline;
}
.da-content p:not(:last-child),
.da-content blockquote:not(:last-child),
.da-content ul:not(:last-child),
.da-content ol:not(:last-child),
.da-content .row:not(:last-child),
.da-content h1:not(:last-child),
.da-content h2:not(:last-child),
.da-content h3:not(:last-child),
.da-content h4:not(:last-child),
.da-content h5:not(:last-child),
.da-content h6:not(:last-child),
.da-content .wp-caption:not(:last-child)
{
	margin-bottom: 20px;
}
.da-blocks .da-content p,
.da-blocks .da-content blockquote,
.da-blocks .da-content ul,
.da-blocks .da-content ol,
.da-blocks .da-content .row,
.da-blocks .da-content h1,
.da-blocks .da-content h2,
.da-blocks .da-content h3,
.da-blocks .da-content h4,
.da-blocks .da-content h5,
.da-blocks .da-content h6,
.da-blocks .da-content .wp-caption
{
	margin-top: 20px;
}
.da-content li:not(:last-child) {
	margin-bottom: 9px;
}
.da-content ul, .da-content ol {
	margin-left: 60px;
}
.da-blocks .da-content ul, .da-blocks .da-content ol {
	display: table-cell;
	padding-left: 60px;
}
.da-content ul {
	list-style: none;
}
.da-content ol {
	list-style-position: inside;
	list-style-type: decimal;
}
.da-content ul li::before {
	content: "\2022";
	position: absolute;
	margin: 0 0 0 -25px;
}
.da-content h1,
.da-content h2,
.da-content h3,
.da-content h4,
.da-content h5,
.da-content h6
{
	font-family: 'Merriweather', serif; font-size: 40px; font-weight: bold;
}
.da-content blockquote {
	position: relative;
	padding: 0 0 0 45px;
	font-style: italic;
}
.da-content img {
	height: auto;
}
.da-content .aligncenter {
	display: block;
	margin-left: auto; margin-right: auto;
}
.da-content .alignleft {
	float: left;
	margin-right: 23px;
}
.da-content .alignright {
	float: right;
	margin-left: 23px;
}
.da-content .wp-caption {
	max-width: 100%;
}
.da-content .gallery dt {
	margin: 0 10px;
}
.da-content .gallery img {
	border: 0 !important;
}

.da-team-introduction {
	margin: 0 0 40px 0;
	color: #152433;
}
.da-team-introduction .da-heading {
	margin: 0 0 9px 0;
	font-family: 'Merriweather', serif; font-size: 40px; font-weight: 700;
}
.da-team-introduction .da-description {
	line-height: 1.56;
	font-size: 18px;
}
.da-team-members .da-member {
	text-align: center;
	cursor: pointer;
}
.da-team-members .da-member.da-active::after {
	content: "";
	display: block;
	margin: 12px auto 0 auto;
	width: 40px; height: 20px;
	background: no-repeat url(../images/up-arrow.svg);
}
.da-team-members .da-image {
	margin: 0 0 16px 0;
}
.da-team-members .da-image img {
	width: 262px;
}
.da-team-members .da-name {
	margin: 0 0 4px 0;
	font-family: 'Merriweather', serif; font-size: 17px; font-weight: 700;
	color: #003e7e;
}
.da-team-members .da-position {
	font-size: 16px;
	color: #152433;
}
.da-team-members .da-description {
	display: none;
	position: relative;
	padding: 32px 64px 32px 30px;
	line-height: 1.5;
	background-color: #f6f6f7;
	font-size: 16px;
	color: #152433;
}
.da-team-members .da-description .da-close {
	position: absolute;
	top: 16px; right: 16px;
	cursor: pointer;
}
.da-team-members .da-description p {
	margin: 0;
}
.da-team-members .da-description p:not(:last-child) {
	margin: 0 0 24px 0;
}

.da-projects-introduction {
	margin: 0 0 60px 0;
}
.da-projects-introduction .da-description {
	margin: 0 0 40px 0;
	line-height: 1.56;
	font-size: 18px;
	color: #152433;
}
.da-projects-introduction dl, .da-projects-introduction dd {
	margin: 0;
}
.da-projects-introduction dd {
	margin: 0 0 8px 0;
	font-family: 'Merriweather', serif; font-size: 72px; font-weight: 700;
	color: #152433;
}
.da-projects-introduction dt {
	line-height: 1.56;
	font-size: 18px; font-weight: 400;
	color: #737c85;
}

.da-projects-items {
	padding: 80px 0;
	background-color: #f6f6f7;
}
.da-projects-items dl {
	margin: 0; padding: 26px 32px;
	background-color: #fff;
}
.da-projects-items dl:not(:last-child) {
	margin: 0 0 10px 0;
}
.da-projects-items dt {
	line-height: 1.7;
	font-family: 'Merriweather', serif; font-size: 20px; font-weight: 700;
	color: #003e7e;
}
.da-projects-items dd {
	margin: 26px 0 0 0;
}
@media (min-width: 576px) {
	.da-projects-items dd {
		margin-left: 75px;
	}
}
@media (max-width: 575px) {
	.da-projects-items dd {
		margin-left: 55px;
	}
}
.da-projects-items dt a {
	display: flex;
	position: relative;
	align-items: center;
}
.da-projects-items dt .da-state  {
	margin-left: auto;
	width: 24px; height: 24px;
	flex-shrink: 0;
	background: no-repeat url(../images/minus-icon.svg);
}
.da-projects-items dt .collapsed .da-state {
	background-image: url(../images/plus-icon.svg);
}
.da-projects-items dt .da-icon {
	display: flex;
	padding: 12px;
	background-color: #f6f6f7;
	border-radius: 100%;
}
.da-projects-items dt .da-icon img {
	max-width: none;
}
@media (min-width: 576px) {
	.da-projects-items .da-title {
		margin: 0 24px;
	}
}
@media (max-width: 575px) {
	.da-projects-items .da-title {
		margin: 0 6px;
	}
}
.da-projects-items .da-content ul, .da-projects-items .da-content ol {
	margin-left: 20px;
}

.da-work-introduction {
	margin: 0 0 80px 0;
}
.da-work-introduction .da-heading {
	margin: 0 0 8px 0;
	font-family: 'Merriweather', serif; font-size: 40px; font-weight: 700;
	color: #152433;
}
.da-work-introduction .da-item {
	box-shadow: 0 0 48px 0 rgba(21, 36, 51, 0.08);
}
.da-work-introduction .da-item img {
	min-width: 100%;
}
.da-work-introduction .da-title {
	margin: 0 0 0 16px; padding: 18px 16px 18px 32px;
	background: left center no-repeat url(../images/check-arrow.svg);
	font-family: 'Merriweather', serif; font-size: 16px; font-weight: 700;
	color: #152433;
}

.da-work-capabilities {
	margin: 0 0 80px 0; padding: 80px 0;
	background-color: #f6f6f7;
}
.da-work-capabilities .da-heading {
	margin: 0 0 40px 0;
	font-family: 'Merriweather', serif; font-size: 28px; font-weight: 700;
	color: #152433;
}
.da-work-capabilities .da-item {
	padding: 24px;
	min-height: 100%;
	background-color: #fff;
}
.da-work-capabilities .da-label {
	line-height: 1.7;
	font-family: 'Merriweather', serif; font-size: 20px; font-weight: 700;
	color: #003e7e;
}
.da-work-capabilities .da-label {
	display: flex;
	position: relative;
	align-items: center;
}
.da-work-capabilities .da-label .da-icon {
	display: flex;
	padding: 12px;
	background-color: #f6f6f7;
	border-radius: 100%;
}
.da-work-capabilities .da-label .da-icon img {
	max-width: none;
}
@media (min-width: 576px) {
	.da-work-capabilities .da-title {
		margin: 0 24px;
	}
}
@media (max-width: 575px) {
	.da-work-capabilities .da-title {
		margin: 0 6px;
	}
}
.da-work-capabilities .da-content {
	margin: 16px 0 0 25px;
}
.da-work-capabilities .da-content ul, .da-work-capabilities .da-content ol {
	margin-left: 20px;
}

.da-work-process .da-item:not(:last-child) {
	margin: 0 0 10px 0;
}
.da-work-process .da-item:first-child {
	margin-top: 20px;
}
.da-work-process .da-bullet {
	margin: 0 12px 0 0;
	width: 16px; height: 16px;
}
.da-work-process .da-title {
	font-size: 15px;
	color: #44505c;
}

.da-footer {
	margin: 111px 0 0 0;
}
.da-footer .da-columns {
	padding: 40px 0;
	background-color: #f0f4f7;
	color: #152433;
}
.da-footer .da-columns .da-logo img {
	width: 145px;
}
.da-footer .da-columns .da-heading {
	margin: 0 0 24px 0;
	font-size: 18px; font-weight: 700;
}
.da-footer .da-columns .da-links li:not(:last-child) {
	margin: 0 0 17px 0;
}
.da-footer .da-columns .da-links a {
	font-size: 16px;
}
.da-footer .da-columns .da-social a:not(:last-child) {
	margin: 0 12px 0 0;
}
.da-footer .da-information {
	padding: 20px 0;
	background-color: #e5ebf2;
	font-size: 14px;
}
.da-footer .da-information span {
	margin: 0 24px 0 0;
	color: #737c85;
}
.da-footer .da-information li {
	display: inline;
}
.da-footer .da-information li:not(:last-child) {
	margin: 0 16px 0 0;
}
.da-footer .da-information a {
	color: #152433;
}