.sector-select {
	text-align: center;
	margin-bottom: 60px;
}

.sector-select label {
	font-size: 1.375em;
	font-weight: 700;
	vertical-align: middle;
	margin-right: 10px;
	color: #403d3d;
}

.sector-select select {
	background: white;
	width: 300px;
	font-size: 1em;
	line-height: 1.5;
	border: 0;
	border-radius: 7px;
	-webkit-appearance: none;
	color: #403d3d;
	font-weight: 700;
	vertical-align: middle;
	background-image: url('images/select-arrow.png');
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
	padding: 15px 35px 15px 17px;
	border-radius: 3px;
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #dadada;
}

.sector-select select:hover {
	border-color: #cacaca;
}

.case-study article {
	position: relative;
	padding-top: 85%;
	margin-top: 30px;
	background-size: cover;
	background-position: center;
	background-image: url('images/case-study-placeholder.jpg');
}

.case-study-1 article {
	margin-top: 0;
}

.case-study article .absolute {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(27, 24, 27, 0.4);
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}

.case-study article .absolute:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.case-study article .outer {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}

.case-study article .inner {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 15px 0;
}

.case-study-4 {
	clear: both;
}

.case-study article h1 {
	font-size: 1.5em;
	color: white;
	font-weight: 400;
	position: relative;
	margin-bottom: 0;
}

/*.case-study article h1:after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 85px;
	right: 0;
	margin: 0 auto;
	height: 1px;
	background: #27b6b1;
	content: '';
	height: 4px;
}*/

.case-study article p {
	font-size: .875em;
	font-weight: 700;
	margin: 0;
	color: white;
	text-transform: uppercase;
}

.case-study-1 article p, .case-study-2 article p, .case-study-3 article p {
	font-size: 1em;
}

.case-study article .small-icon {
	color: white;
	line-height: 1;
	font-size: 2.5em;
}

.case-study article .service-icon-list {
	position: absolute;
	bottom: 8px;
	right: 0;
	left: 0;
	margin: 0;
	line-height: 1;
	padding: 0 10px;
}

.case-study article .service-icon-list li {
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
}

.case-study article .service-icon-list li:before {
	content: none;
}

.case-study article .service-icon-list li .small-icon {
	font-size: 1.5em;
}

.case-study article .service-icon-list li:last-child {
	margin-right: 0;
}

@media all and (min-width: 601px) and (max-width: 767px) {
	.case-study-1 article {
		padding-top: 50%;
	}
}

@media all and (min-width: 768px) {
	.case-study-1 article {
		padding-top: 85%;
		background-image: url('images/case-study-1-placeholder.jpg');
	}

	.case-study-2 article, .case-study-3 article {
		padding-top: 40%;
		background-image: url('images/case-study-2-placeholder.jpg');
	}

	.case-study-2 article {
		margin-top: 0;
	}

	.case-study-3 article {
		margin-top: 5%;
	}

	.case-study-1 article h1 {
		font-size: 2.25em;
	}

	.case-study-2 article h1, .case-study-3 article h1 {
		font-size: 1.875em;
	}

	.case-study-1 article .small-icon {
		font-size: 3.25em;
	}

	.case-study-2 article .small-icon, .case-study-3 article .small-icon {
		font-size: 2.75em;
	}
}

@media all and (min-width: 1000px) {
	.case-study-1 article h1 {
		font-size: 3em;
	}

	.case-study-1 article .small-icon {
		font-size: 4em;
	}

	.case-study-2 article .small-icon, .case-study-3 article .small-icon {
		font-size: 3.25em;
	}

	.case-study-1 article .service-icon-list li .small-icon {
		font-size: 2.25em;
	}
}

@media all and (max-width: 600px) {
	.sector-select label {
		font-size: 1.25em;
	}
}

@media all and (max-width: 500px) {
	.sector-select label {
		margin: 0 0 15px;
		display: block;
	}
}


/************************************************************************************************************************
 * BANNER
 ************************************************************************************************************************/
.header-message {
	background-image: url('images/inner-banner.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
	padding-top: 28%;
}

.header-message .absolute {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(4, 141, 136, 0.65);
}

.header-message .outer {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}

.header-message .inner {
	display: table-cell;
	vertical-align: middle;
}

.header-message .inner .row {
	width: 100%;
	max-width: 1280px !important;
}

.header-message h1 {
	text-align: center;
	color: white;
	font-size: 4em;
	font-weight: 300;
}

.header-message h1 i {
	font-size: .875em;
	display: inline-block;
	margin: 0 10px 0 0;
}

.header-message p {
	color: white;
	font-size: 1.5em;
	font-weight: 300;
	margin: 10px 0 0;
}

@media all and (min-width: 1601px) {
	.header-message {
		padding-top: 0;
		height: 450px;
	}
}

@media all and (max-width: 767px) {
	.header-message {
		padding-top: 0;
		height: 300px;
	}

	.header-message h1 {
		font-size: 3em;
	}

	.header-message p {
		font-size: 1.25em;
	}
}

@media all and (max-width: 600px) {
	.header-message h1 {
		font-size: 2.5em;
	}

	.header-message p {
		display: none;
	}
}

/************************************************************************************************************************
 * NEXT PAGE LINK
 ************************************************************************************************************************/
.next-page {
	background-color: #f4f4f4;
	text-align: right;
}

.next-page a {
	line-height: 90px;
}

.next-page .next-news-link a {
	float: left;
}

.next-page a span.page-title {
	font-size: 1.5em;
	font-weight: 300;
	display: inline-block;
	height: 90px;
	vertical-align: top;
	margin-right: 30px;
	color: #3a3939;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}

.next-page a:hover span.page-title {
	color: #797979;
}

.next-page a span.square {
	display: inline-block;
	background: #e8e8e8;
	height: 90px;
	width: 90px;
	text-align: center;
	font-size: 72px;
	color: #3a3939;
	line-height: 80px;
	vertical-align: top;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}

.next-page a:hover span.square {
	background: #e4e3e3;
	color: #797979;
}

.single-post .next-page a {
	height: 90px;
	display: inline-block;
	position: relative;
	width: 50%;
}

.single-post .next-page a span.page-title {
	font-size: 1.25em;
	height: auto;
	line-height: 1.35;
	text-align: left;
	position: absolute;
	top: 50%;
	right: 90px;
	transform: translate(0, -50%);
	margin: 0 30px;
}

.single-post .next-page .next-news-link a {
	text-align: left;
}

.single-post .next-page .next-news-link a span.page-title {
	right: auto;
}

@media all and (max-width: 767px) {
	.next-page a {
		line-height: 60px;
	}

	.next-page a span.page-title {
		font-size: 1.25em;
		height: 60px;
		margin-right: 20px;
	}

	.next-page a span.square {
		height: 60px;
		width: 60px;
		font-size: 50px;
		line-height: 58px;
	}

	.single-post .next-page a {
		height: 60px;
		width: 100%;
	}

	.single-post .next-page .next-news-link a {
		border-bottom: 1px solid #e8e8e8;
	}

	.single-post .next-page a span.page-title {
		font-size: 1em;
		margin: 0 15px;
	}
}


/************************************************************************************************************************
 * CTA
 ************************************************************************************************************************/
.cta {
	background-color: #27b6b1;
	padding: 60px 0;
}

.cta ul {
	text-align: center;
	font-size: 0;
	list-style: none;
}

.cta ul li {
	font-size: 35px;
	color: white;
	display: inline-block;
	font-weight: 300;
}

.cta ul li.phone-cta {
	margin-right: 30px;
}

.cta ul li.phone-cta span {
	color: #165d5a;
	font-weight: 400;
}

.cta ul li.email-cta a {
	color: #343232;
	border: 2px solid #343232;
	display: inline-block;
	padding: 10px 22px;
	border-radius: 4px;
	font-weight: 700;
	font-size: .5em;
	margin-left: 26px;
	text-transform: uppercase;
	vertical-align: bottom;
}

.cta ul li.email-cta a:hover {
	color: white;
}

@media all and (max-width: 767px) {
	.cta ul li {
		font-size: 30px;
	}

	.cta ul li.phone-cta {
		margin-right: 25px;
	}

	.cta ul li.email-cta a {
		margin-left: 21px;
	}
}

@media all and (max-width: 630px) {
	.cta ul li {
		display: block;
	}

	.cta ul li.phone-cta {
		margin-right: 0;
	}

	.cta ul li.email-cta {
		margin-top: 10px;
	}

	.cta {
		padding: 45px 0;
	}
}

@media all and (max-width: 500px) {
	.cta ul li {
		font-size: 26px;
	}
}

@media all and (max-width: 400px) {
	.cta ul li {
		font-size: 24px;
	}
}


/************************************************************************************************************************
 * SERVICES
 ************************************************************************************************************************/
.page-template-template-services #content p {
	font-weight: 600;
	font-size: 1.6em;
}

@media all and (max-width: 700px) {
	.page-template-template-services #content p {
		font-size: 1.4em;
	}
}

.service-wrapper {
    padding: 125px 0;
}

.grey-bg {
	background-color: #f4f4f4;
}

.parent-service .large-icon {
    display: inline-block;
    font-size: 4em;
	margin-bottom: 10px;
}

.parent-service h3 {
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 20px;
}

.parent-service .service-strapline {
	font-size: 1.125em;
	line-height: 1.6;
	margin-bottom: 0;
}

.parent-service .service-strapline.sector-strapline {
	margin-bottom: 20px;
}

.children-services {
	font-size: 0;
}

.children-services .child-service {
	font-size: 16px;
	display: inline-block;
	width: 33.33333%;
	vertical-align: top;
	padding: 0 20px;
	margin-top: 30px;
}

.children-services .child-service-1, .children-services .child-service-2, .children-services .child-service-3 {
	margin-top: 0;
}

.children-services .child-service .small-icon {
	display: inline-block;
	font-size: 3em;
	margin-bottom: 10px;
}

.children-services .child-service h3 {
	font-size: 1.125em;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 0;
}

@media all and (max-width: 1000px) {
	.children-services .child-service {
		padding: 0 10px;
	}

	.children-services .child-service h3 {
		font-size: 1em;
	}

	.service-wrapper {
		padding: 90px 0;
	}
}

@media all and (max-width: 900px) and (min-width: 768px) {
	.children-services .child-service h3 {
		font-size: .875em;
	}
}

@media all and (max-width: 767px) {
	.children-services {
		margin-top: 40px;
	}
}

@media all and (max-width: 700px) {
	.service-wrapper {
		padding: 60px 0;
	}
}

@media all and (max-width: 600px) {
	.parent-service .service-strapline {
		font-size: 1.063em;
	}
}

@media all and (max-width: 500px) {
	.children-services .child-service {
		width: 50%;
	}

	.children-services .child-service-3 {
		margin-top: 30px;
	}
}


/************************************************************************************************************************
 * SINGLE CASE STUDY
 ************************************************************************************************************************/
.sector-service-icon-wrap {
	text-align: center;
	border-bottom: 3px solid #f4f4f4;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

#content .service-icon-list {
	margin: 0;
	line-height: 1;
	display: inline-block;
	padding: 0;
}

#content .service-icon-list.sector-icon-list {
	margin-right: 90px;
}

#content .service-icon-list li {
	display: inline-block;
	margin-right: 15px;
	color: #27b6b1;
	vertical-align: middle;
}

#content .service-icon-list li:before {
	content: none;
}

#content .service-icon-list li:first-child {
	font-weight: 600;
	color: #afafaf;
}

#content .service-icon-list li .small-icon {
	font-size: 1.75em;
}

#content .service-icon-list li:last-child {
	margin-right: 0;
}

@media all and (max-width: 600px) {
	#content .service-icon-list {
		display: block;
		text-align: left;
	}

	#content .service-icon-list.sector-icon-list {
		margin: 0 0 15px;
	}

	#content .service-icon-list li:first-child {
		width: 60px;
	}
}


/************************************************************************************************************************
 * SINGLE SERVICE
 ************************************************************************************************************************/
.single-service-case-studies {
	padding: 125px 0;
}

@media all and (max-width: 1000px) {
	.single-service-case-studies {
		padding: 90px 0;
	}
}

@media all and (max-width: 700px) {
	.single-service-case-studies {
		padding: 60px 0;
	}

	h3 {
		font-size: 1.75em;
		margin-bottom: 25px;
	}
}

.single-service #content, .single-service .content {
	/* text-align: center; */
}


/************************************************************************************************************************
 * SINGLE SECTOR (WHO WE HELP)
 ************************************************************************************************************************/

.single-help .slick-dots {
	bottom: -40px;
}

.single-help .slick-dots li button {
	border: 2px solid #f4f4f4;
	background-color: transparent;
}

/*.single-help .alt-service-bg .inner-page {
	padding-top: 0;
	padding-bottom: 85px;
}*/


.single-help .related-blogs .slick-slide {
	padding: 0 15px;
	vertical-align: top;
}

.single-help .fifty-fifty-text-right {
	left: 50%;
}

.single-help .fifty-fifty-image-left {
	left: -50%;
}

.single-help .who-we-help-intro-text {
	margin-bottom: 0 ;
}

.single-help .news-feed {
	padding-top: 85px;
}



@media only screen and (max-width: 767px) {
	.single-help .alt-service-bg .inner-page {
		padding-bottom: 45px;
	}
	.single-help .news-feed {
		padding-top: 20px;
		padding-bottom: 120px;
	}

}



/************************************************************************************************************************
 * RESOURCES
 ************************************************************************************************************************/
.page-template-template-resources .nine #content p:last-child {
	margin-bottom: 125px;
	text-align: center;
}
.page-template-template-resources .resource-category {
	margin: 0;
	list-style: none;
	float: left;
	width: 100%;
	background-color: #f4f4f4;
	padding: 20px;
}

.page-template-template-resources .resource-category li {
	width: 16.6666%;
	float: left;
	padding: 0 1%;
	text-align: center;
	font-weight: 600;
	font-size: 1.125em;
}

.page-template-template-resources .news-feed article .news-image {
	padding-top: 50%;
}

@media only screen and (max-width: 767px) {
	.page-template-template-resources .resource-category li {
		width: 50%;
		padding: 1%;
	}
}

@media only screen and (max-width: 400px) {
	.page-template-template-resources .resource-category li {
		width: 100%;
		padding: 1%;
	}
}


/************************************************************************************************************************
 * GENERAL
 ************************************************************************************************************************/
#content .navigation ol, .navigation ol {
	font-size: 1em;
	padding: 0;
	margin: 50px 0 0;
	text-align: center;
}

.navigation ol.tw-pagination li {
	list-style-type: none;
	line-height: 2.1;
}

.navigation ol.tw-pagination li a {
	text-align: center;
	font-weight: 700;
	padding: 0;
	width: 50px;
	height: 50px;
	display: inline-block;
	background: #f4f4f4;
	margin: 10px 10px 0 0;
	line-height: 50px;
	border-radius: 50px;
	border: none;
	color: #403d3d;
}

.navigation ol.tw-pagination li a:hover {
	background: #f4f4f4;
	color: #27b6b1;
}

.navigation ol.tw-pagination li .current {
	text-align: center;
	font-weight: 700;
	padding: 0;
	width: 50px;
	height: 50px;
	display: inline-block;
	margin: 10px 10px 0 0;
	line-height: 50px;
	border-radius: 50px;
	border: none;
	background: #27b6b1;
	color: white;
}

.navigation ol.tw-pagination li .title {
	display: none;
}

.navigation ol.tw-pagination li:last-child a {
	margin-right: 0;
}

@media all and (max-width: 600px) {
	#content .navigation ol, .navigation ol {
		margin: 35px 0 0;
	}

	.navigation ol.tw-pagination li .current, .navigation ol.tw-pagination li a {
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 40px;
	}
}

.share {
	border-top: 3px solid #f4f4f4;
	padding-top: 30px;
	margin-top: 30px;
	text-align: center;
}

header#site-header .row .twelve.search-relative {
	position: relative !important;
}

.search-relative .search-absolute {
	position: absolute;
	right: 0;
	width: 100%;
}


/************************************************************************************************************************
 * ICONS
 ************************************************************************************************************************/

@font-face {
	font-family: 'icomoon';
	src:  url('fonts/icomoon.eot?sbr8ey');
	src:  url('fonts/icomoon.eot?sbr8ey#iefix') format('embedded-opentype'),
	url('fonts/icomoon.ttf?sbr8ey') format('truetype'),
	url('fonts/icomoon.woff?sbr8ey') format('woff'),
	url('fonts/icomoon.svg?sbr8ey#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}


[class^="adv-"], [class*=" adv-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.adv-ACT-Shield:before {
	content: "\e900";
}
.adv-copper-data-cabling:before {
	content: "\e901";
}
.adv-corporate-enterprise:before {
	content: "\e902";
}
.adv-education-providers:before {
	content: "\e903";
}
.adv-fibre-optic-data-cabling:before {
	content: "\e904";
}
.adv-hosted-cloud-services:before {
	content: "\e905";
}
.adv-internet:before {
	content: "\e906";
}
.adv-internet-connectivity:before {
	content: "\e907";
}
.adv-ip-access-control:before {
	content: "\e908";
}
.adv-ip-building-management:before {
	content: "\e909";
}
.adv-ip-cctv-surveillance:before {
	content: "\e90a";
}
.adv-ip-physical-security:before {
	content: "\e90b";
}
.adv-it-solutions:before {
	content: "\e90c";
}
.adv-managed-services:before {
	content: "\e90d";
}
.adv-network-infrastructures:before {
	content: "\e90e";
}
.adv-network-security:before {
	content: "\e90f";
}
.adv-power-data-cabling:before {
	content: "\e910";
}
.adv-public-sector-organisations:before {
	content: "\e911";
}
.adv-secure-wide-area-networks-wan:before {
	content: "\e912";
}
.adv-sip-trunks:before {
	content: "\e913";
}
.adv-small-power-cabling:before {
	content: "\e914";
}
.adv-support:before {
	content: "\e915";
}
.adv-telephone-systems:before {
	content: "\e916";
}
.adv-third-sector-organisations:before {
	content: "\e917";
}
.adv-voice:before {
	content: "\e918";
}
.adv-wireless-networks:before {
	content: "\e919";
}
.adv-IP-Cameras--Door-Access:before {
	content: "\e91a";
}
.adv-icon-Educate:before {
	content: "\e91b";
}
.adv-icon-Protect:before {
	content: "\e91c";
}
.adv-icon-Restore:before {
	content: "\e91d";
}


.adv-icon-Construction:before {
	content: "\e91e";
}
.adv-Hospitality:before {
	content: "\e91f";
}
.adv-Manufacturing:before {
	content: "\e920";
}
.adv-Professional-Services:before {
	content: "\e921";
}
.adv-Transportation:before {
	content: "\e922";
}

.adv-remote-working:before {
	content: "\e923";
}



/************************************************************************************************************************
 * ACCREDITATIONS AND PARTNERS STYLES
 ************************************************************************************************************************/
.partners {
	padding: 125px 0;
}

.partners h3 {
	font-weight: 400;
	margin-bottom: 40px;
	font-size: 2em;
}

.row.accreditations-wrapper {
	margin-top: 50px;
}

.accreditations-outer {
	height: 100px;
	background-color: white;
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-top: 60px;
}

.accreditations-inner {
	display: table-cell;
	vertical-align: middle;
}

.accreditations-inner img {
	display: block;
	max-height: 100px;
	margin: 0 auto;
}

#content .accreditations-inner .caption {
	margin: 5px auto 0;
	text-align: center;
	color: #1d2737;
	text-transform: uppercase;
	font-weight: 600;
	font-size: .875em;
}

.accreditations:first-child .accreditations-outer, .accreditations:nth-child(2) .accreditations-outer,
.accreditations:nth-child(3) .accreditations-outer, .accreditations:nth-child(4) .accreditations-outer {
	margin-top: 0;
}

@media all and (max-width: 1000px) {
	.partners {
		padding: 90px 0;
	}
}

@media all and (max-width: 900px) {
	.accreditations-outer {
		height: 80px;
	}

	.accreditations-inner img {
		max-height: 80px;
	}
}

@media all and (max-width: 767px) and (min-width: 501px) {
	.row .accreditations {
		width: 33.33333% !important;
	}

	.accreditations:nth-child(4) .accreditations-outer {
		margin-top: 60px;
	}
}

@media all and (max-width: 700px) {
	.partners h3 {
		font-size: 1.75em;
	}

	.partners {
		padding: 60px 0;
	}
}

@media all and (max-width: 500px) {
	.row.accreditations-wrapper {
		margin-top: 30px;
	}

	.accreditations-outer, .accreditations:nth-child(3) .accreditations-outer, .accreditations:nth-child(4) .accreditations-outer {
		margin-top: 45px;
	}

	.accreditations:nth-child(1) .accreditations-outer, .accreditations:nth-child(2) .accreditations-outer {
		margin-top: 0;
	}
}


/************************************************************************************************************************
 * NEWS LISTING STYLES
 ************************************************************************************************************************/
.page-template-template-news #content .nine p,
.page-template-template-threat #content .nine p{
	font-size: 1.6em;
	font-weight: 600;
	margin-bottom: 60px;
	text-align: center;
}

.news-feed article {
    margin-top: 40px;
}

.news-feed article .news-image-wrapper {
    overflow: hidden;
}

.news-feed article .news-image {
    padding-top: 61%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('images/placeholder.jpg');
    position: relative;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
}

.news-feed article .news-image:hover {
    -webkit-transform: scale(1.1,1.1);
}

.news-feed article .news-image a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news-feed article .news-panel {
    background: #ffffff;
    padding: 20px 0;
}

.news-feed article h1 {
    font-size: 1.25em;
    font-weight: 400;
    margin-bottom: 10px;
}

.news-feed article .resize-me p {
    font-size: 1.063em;
    line-height: 1.6;
    color: #222222;
}

#content .news-feed article .resize-me p.date {
    color: #8c8c8c;
    font-size: 0.875em;
    margin: 0 0 10px;
}

.news-feed article p.link {
    margin-top: 25px;
	margin-bottom: 0;
}

@media all and (max-width: 700px) {
	.page-template-template-news #content .nine p {
		font-size: 1.4em;
		margin-bottom: 40px;
	}

	#site-search-form {
		margin: 20px auto;
	}
}

@media all and (max-width: 600px) {
    .news-feed img {
        width: 100%;
    }

    .news-feed article h1 {
        font-size: 1.125em;
        margin: 15px 0 5px;
    }

    #content .news-feed article .resize-me p {
        font-size: 1.063em;
        line-height: 1.5;
    }

    #content .news-feed .row .six:first-child p.link {
        margin-bottom: 35px;
    }
}

/************************************************************************************************************************
 * SERVICE TESTIMONIALS
 ************************************************************************************************************************/
.service-testimonials {
	padding: 125px 0;
}

.service-testimonials .thin-line-colored {
	background-color: #27b6b1;
	height: 3px;
	width: 80px;
	display: block;
	margin: 25px auto 35px;
}

.service-testimonials {
	position: relative;
}

.home-testimonials .columns {
	z-index: 990;
}

.service-testimonials p {
	color: #27b6b1;
	line-height: 1.5;
	max-width: 1050px;
	margin: 0 auto;
}

.service-testimonials p.testimonial {
	font-style: italic;
	margin-bottom: 1em;
	font-size: 2.2em;
}

@media all and (max-width: 1000px) {
	.service-testimonials {
		padding: 90px 0;
	}

	.service-testimonials p.testimonial {
		font-size: 1.75em;
	}
}

@media all and (max-width: 700px) {
	.service-testimonials {
		padding: 60px 0;
	}

	.service-testimonials p.testimonial {
		font-size: 1.5em;
		line-height: 1.35;
	}
}


/************************************************************************************************************************
 * RELATED SERVICES
 ************************************************************************************************************************/
.alt-service-bg-1, .alt-service-bg-3 {
	background: white;
}

.alt-service-bg-2, .alt-service-bg-4 {
	background: #f4f4f4;
}

.related-services-ul {
	font-size: 0;
	text-align: center;
}

.child-services-ul {
	margin-top: 70px;
}

.related-services-ul li {
	display: inline-block;
	font-size: 16px;
	width: 33.33333%;
	vertical-align: top;
	margin-top: 70px;
	padding: 0 15px;
}

.related-services-ul li:nth-child(1),
.related-services-ul li:nth-child(2),
.related-services-ul li:nth-child(3) {
	margin-top: 0;
}

.related-services-ul a {
	text-align: center;
	display: block;
}

.related-services-ul:not(.child-services-ul) a:not(.current-service) {
	color: #a5a5a5;
}

.related-services-ul:not(.child-services-ul) a:not(.current-service):hover {
	color: #929292;
}

.related-services-ul .small-icon {
	display: inline-block;
	font-size: 4em;
	margin-bottom: 10px;
	line-height: 1;
}

.related-services-ul p {
	font-size: 1.25em;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 0;
}

@media all and (max-width: 767px) {
	.related-services-ul li {
		width: 50%;
	}

	.related-services-ul li:nth-child(3) {
		margin-top: 70px;
	}
}

@media all and (max-width: 700px) {
	.related-services-ul p {
		font-size: 1.125em;
	}

	.related-services-ul .small-icon {
		font-size: 3em;
	}

	.child-services-ul {
		margin-top: 50px;
	}
}

@media all and (max-width: 500px) {
	.related-services-ul li {
		width: 100%;
	}

	.related-services-ul li, .related-services-ul li:nth-child(2), .related-services-ul li:nth-child(3) {
		margin-top: 50px;
	}
}

.extra-text-under-icons .content {
	padding-top: 70px;
	clear: both;
}

@media all and (max-width: 700px) {
	.extra-text-under-icons .content {
		padding-top: 50px;
	}
}

/************************************************************************************************************************
 * Funding Opportunities
 ************************************************************************************************************************/
.funding-ops {
    background: #27b6b1;
    color: #fff;
    padding: 2rem 0;
    display: flex;
    align-items: center;
}
.funding-ops .columns {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.funding-ops .fo-title {
    font-weight: bold;
    font-size: 1.4rem;
}
.funding-ops a {
    display: block;
    color: #fff;
    text-align: left;
    margin-bottom: 1rem;
    border: 1px solid #fff;
    padding: 1rem;
    position: relative;
}
.funding-ops i {
    position: absolute;
    right: 10px;
    top: 10px;
    bottom: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 2rem;
}
.funding-ops a:hover {
    background: #fff;
    color: #27b6b1;
}
.funding-ops a:last-child {
    margin-bottom: 0;
}
.funding-ops .title {
    display: block;
    font-weight: bold;
}
