/* Imports */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,300,700);
@font-face {
    font-family: 'cape';
    src:    url('fonts/cape.eot?f7pztb');
    src:    url('fonts/cape.eot?f7pztb#iefix') format('embedded-opentype'),
        url('fonts/cape.ttf?f7pztb') format('truetype'),
        url('fonts/cape.woff?f7pztb') format('woff'),
        url('fonts/cape.svg?f7pztb#cape') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Icons */

[class^="icon-"], [class*=" icon-"] {

    font-family: 'cape' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Generic Icons */
.icon-arrow-down:before {	   content: "\e900";	}
.icon-arrow-right:before {	   content: "\e901";	}
.icon-arrow-left:before {      content: "\e902";	}
.icon-arrow-up:before {	       content: "\e903";	}
.icon-close:before {		   content: "\e904";	}
.icon-home:before {			   content: "\e905";	}
.icon-media-engine:before {	   content: "\e906";	}
.icon-menu:before {			   content: "\e907";	}
.icon-minus:before {		   content: "\e908";	}
.icon-plus:before {			   content: "\e909";	}
.icon-quote-close:before {	   content: "\e90a";	}
.icon-quote-open:before {	   content: "\e90b";	}

/* Service Icons */
.icon-service-infrastructure:before {    content: "\e90c";	}
.icon-service-resources:before {	     content: "\e90d";	}
.icon-service-utilities:before {	     content: "\e90e";	}

/* Service Icons */
.icon-linkedin:before {    content: "\e90f";	}


/* Core */
html {
	height:100%;
	margin:0;
	overflow-x: clip;
	padding:0;
	width:100%;
	scrollbar-gutter: stable;
}

body {
	margin:0;
	min-height:100%;
	overflow-x: clip;
	padding:0;
	width:100%;
}

body:not(.cape-header) {
    font-size: 0.9em;
}

p:not(.cape-header *):not(.cape-footer *) {
	line-height: 1.7em;
	margin-top: 0;
	text-align: left;
}

p:not(.cape-header *):not(.cape-footer *):last-child {
	margin-bottom: 0;
}

h1:not(.cape-header *):not(.cape-footer *) {
	color:#F49C0E;
	font-size: 3.5em;
	line-height: 1.1em;
	margin: 0 0 0.3em;
}

h2:not(.cape-header *):not(.cape-footer *) {
	color:#000;
	font-size: 2.5em;
}

h3:not(.cape-header *):not(.cape-footer *) {
	color:#F49C0E;
	font-size:1.5em;
	line-height:1.2em;
	margin: 0;
}


.max-width {
	display: block;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
}


/* Slider */
#slider {
	background-color: #181818;
	display: block;
	width:100%;
	position: relative;
	z-index: 5;
}

#slider .slide {
	height:100%;
	width:100%;
	display:block;
	background-position: center center;
	background-repeat: no-repeat;
}

#slider .slide .slide-content-container {
	display: table;
	position: relative;
	margin: 0 auto;
}

#slider .slide .slide-content-container .slide-content {
	display:table-row;
}

#slider .slide .slide-content-container .slide-content .slide-box {
	display:table-cell;
	font-weight: 700;
	line-height: 1.1em;
}

#slider .slide .slide-content-container .slide-content .slide-box span {
	display: inline-block;
}

.slider-arrow {
	cursor: pointer;
	background-color: #F49C0E;
	display: block;
	position: absolute;
	height:80px;
	width:80px;
	z-index: 10;
	
	transition:.2s width;
}

.slider-arrow:hover {
	width:90px;
}

.slider-arrow:after {
	font-family: 'cape' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    display: block;
    position: absolute;
    font-size: 30px;
    top:50%;
    margin-top: -15px;
}

#slider-prev {
	left:0;
}

#slider-next {
	right:0;
}

#slider-prev:after {
	content: "\e902";
	right:28px;
}

#slider-next:after {
	content: "\e901";
	left:28px;
}

.slider-navigation {
	display: none;
	width:100%;
	text-align: center;
}

.slider-navigation span {
	cursor: pointer;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	border: 2px solid #F49C0E;
	width: 24px;
	height: 24px;
	margin: 0 5px;
	text-indent: -10000px;
	overflow: hidden;
	position: relative;
}

.slider-navigation span:after {
	content: "";
	display: block;
	position: absolute;
	background-color: rgba(255,255,255,0);
	width:14px;
	height:14px;
	left: 3px;
	top: 3px;
	transition: .2s background-color;
}

.slider-navigation span.cycle-pager-active:after {
	background-color: rgba(255,255,255,1);
}

.slider-container {
	display: block;
	position: relative;
}


/* Slider Layout Options */
#slider .slide .slide-content-container .slide-content .slide-box.top-left {		text-align: left;	vertical-align: top;	}
#slider .slide .slide-content-container .slide-content .slide-box.top-center {		text-align: center;	vertical-align: top;	}
#slider .slide .slide-content-container .slide-content .slide-box.top-right {		text-align: right;	vertical-align: top;	}
#slider .slide .slide-content-container .slide-content .slide-box.center-left {		text-align: left;	vertical-align: middle;	}
#slider .slide .slide-content-container .slide-content .slide-box.center-center {	text-align: center;	vertical-align: middle;	}
#slider .slide .slide-content-container .slide-content .slide-box.center-right {	text-align: right;	vertical-align: middle;	}
#slider .slide .slide-content-container .slide-content .slide-box.bottom-left {		text-align: left;	vertical-align: bottom;	}
#slider .slide .slide-content-container .slide-content .slide-box.bottom-center {	text-align: center;	vertical-align: bottom;	}
#slider .slide .slide-content-container .slide-content .slide-box.bottom-right {	text-align: right;	vertical-align: bottom;	}

#slider .slide .slide-content-container .slide-content .slide-box.top-right span,
#slider .slide .slide-content-container .slide-content .slide-box.center-right span,
#slider .slide .slide-content-container .slide-content .slide-box.bottom-right span {
	text-align: left;
}

/* Slider Colour Options */
#slider .slide .slide-content-container .slide-content .slide-box.transparent span 				{	background-color: transparent; color:#FFF; text-shadow: 1px 1px 3px rgba(0,0,0,0.25); }
#slider .slide .slide-content-container .slide-content .slide-box.black span 					{	background-color: #000; color:#FFF;	}
#slider .slide .slide-content-container .slide-content .slide-box.black-semi-transparent span 	{	background-color: rgba(0,0,0,0.85); color: #FFF; }
#slider .slide .slide-content-container .slide-content .slide-box.orange span 					{	background-color: #F49C0E; color:#FFF; }
#slider .slide .slide-content-container .slide-content .slide-box.orange-semi-transparent span 	{	background-color: rgba(255,156,15,0.85); color:#FFF; }
#slider .slide .slide-content-container .slide-content .slide-box.white span 					{	background-color: #FFF; color:#000; }
#slider .slide .slide-content-container .slide-content .slide-box.white-semi-transparent span 	{	background-color: rgba(255,255,255,0.85);	color:#000; }


/* Service Groups */
a.service-group {
	background-color: #000;
	text-decoration: none;
	margin-bottom: 25px;
}

.service-group-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width:100%;
	height:180px;
	opacity: 1;
	transition: .2s opacity;
}

a.service-group:hover .service-group-image {
	opacity: 0.8;
}

.service-group-name {
	background-color: #F49C0E;
	display: block;
	padding: 22px 65px 22px 75px;
	color:#FFF;
	font-weight: 700;
	font-size: 1.7em;
	line-height: 1;
	text-decoration: none;
	position: relative;
	transition: .2s background-color;
}

.service-inverted .service-group-name {
	background-color: #000;
	transition: .2s color;
}

a.service-group:hover .service-group-name {
	background-color: #F38400;
}

.service-inverted a.service-group:hover .service-group-name {
	background-color: #000;
	color: #F49C0E;
}

.service-group-name:before {
	font-family: 'cape' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	
	display: block;
	position: absolute;
	color: #000;
	font-size: 50px;
	left:15px;
	top:50%;
	margin-top: -25px;
}

.service-inverted .service-group-name:before {
	color: #F49C0E;
}

.service-group-resources .service-group-name:before {		content: "\e90d";	}
.service-group-utilities .service-group-name:before {		content: "\e90e";	}
.service-group-infrastructure .service-group-name:before {	content: "\e90c";	}

.service-group-name:after {
	font-family: 'cape' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	
	content: "\e901";
	color:#FFF;
	display: block;
	position: absolute;
	font-size: 30px;
	right:15px;
	top:50%;
	margin-top: -15px;
}

.service-inverted a.service-group {
	margin-bottom: 0;
}

/* PROJECT GROUPS */
a.project-group {
	background-color: #000;
	text-decoration: none;
	margin-bottom: 25px;
}

.project-group-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width:100%;
	height:180px;
	opacity: 1;
	transition: .2s opacity;
}

a.project-group:hover .project-group-image {
	opacity: 0.8;
}

.project-group-name {
	background-color: #F49C0E;
	display: block;
	padding: 22px;
	color:#FFF;
	font-weight: 700;
	font-size: 1.05em;
	line-height: 1;
	text-decoration: none;
	position: relative;
	transition: .2s background-color;
	height: 80px;
}

.project-group-name:after {
	font-family: 'cape' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	
	content: "\e901";
	color:#FFF;
	display: block;
	position: absolute;
	font-size: 30px;
	right:5px;
	top:50%;
	margin-top: -15px;
}

/* Columns */
[class^="col-"], [class*=" col-"] {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}


/* Orange Section */
.section-orange {
	background-color: #F49C0E;
	display: block;
	position: relative;
}

.section-orange h1:not(.cape-header *):not(.cape-footer *) {
	color:#000;
	margin-bottom: 0;
	text-align: center;
}


/* White Section */
.section-white {
	background-color: #FFF;
	display: block;
	position: relative;
}

/* Light Grey Section */
.section-lightgrey {
	background-color: #EEEEF0;
	display: block;
	position: relative;
}

.section-lightgrey h1:not(.cape-header *):not(.cape-footer *) {
	color:#000;
	margin-bottom: 0;
	text-align: center;
}

/* Dark Grey Section */
.section-darkgrey {
	background-color: #282828;
}

.section-darkgrey h2:not(.cape-header *):not(.cape-footer *) {
	color:#F49C0E;
}

/* Black Section */
.section-black {
	background-color: #000;
	display: block;
	position: relative;
}


/* Section Arrows */
[class^="arrow-"]:after, [class*=" arrow-"]:after {
	content: "\e900";
	font-family: 'cape' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    display: block;
    position: absolute;
    margin-left: -30px;
    top:-17px;
    left: 50%;
    font-size: 60px;
}

.arrow-black:after {
	color:#000;
}

.arrow-orange:after {
	color:#F49C0E;
}

.arrow-white:after {
	color:#FFF;
}

.arrow-darkgrey:after {
	color:#282828;
}

.arrow-lightgrey:after {
	color:#EEEEF0;
}


/* Home Stuff */
.home-tagline {
	color:#FFF;
	font-size: 3.4em;
	font-weight: 700;
	line-height: 1.1em;
	text-align: right;
	vertical-align: middle;
}

.home-intro {
	font-size: 1.2em;
	line-height: 1.1em;
	vertical-align: middle;
}

/* Clients Stuff */
#clients .col-1-5,
#clients .col-4-5 {
	vertical-align: middle;
}

#clients .col-1-5.client-logo {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height:100px;
}

/* News Section */
.announcement-list-image, .service-list-image {
	background-color: #282828;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height:180px;
}

.announcement-list-noimage, .service-list-noimage {
	background-image: url(images/noimage.png);
}

.announcement-list-text, .service-list-text {
	background: #F0F0F0;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F0F0F0 50%);
	background: -webkit-linear-gradient(top, #FFFFFF 0%,#F0F0F0 50%);
	background: linear-gradient(to bottom, #FFFFFF 0%,#F0F0F0 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
	display: block;
	padding: 20px 20px 75px;
	position: relative;
}

a.announcement-list-title, a.service-list-title {
	text-decoration: none;
}

a.announcement-list-title h3:not(.cape-header *):not(.cape-footer *), a.service-list-title h3:not(.cape-header *):not(.cape-footer *) {
	margin-bottom: 0.1em;
	transition: .2s color;
}

a.announcement-list-title:hover h3:not(.cape-header *):not(.cape-footer *), a.service-list-title:hover h3:not(.cape-header *):not(.cape-footer *) {
	color:#F38400;
}

.announcement-list-date {
	color:#282828;
	font-style: italic;
	margin-bottom: 10px;
}

.announcement-list-excerpt p:not(.cape-header *):not(.cape-footer *), .service-list-excerpt p:not(.cape-header *):not(.cape-footer *) {
	line-height: 1.4em;
	text-align: left;
}

.announcement-list-excerpt p:not(.cape-header *):not(.cape-footer *):last-child, .service-list-excerpt p:not(.cape-header *):not(.cape-footer *):last-child {
	margin-bottom: 0;;
}

a.read-more {
	display: inline-block;
	padding: 12px 30px 12px 15px;
	color:#000;
	background-color: #F49C0E;
	position: absolute;
	bottom:20px;
	left:20px;
	text-decoration: none;
	transition: .2s background-color, .3s padding;
}

a.read-more:hover {
	background-color: #F38400;
}

a.read-more:after {
	font-family: 'cape' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    content: "\e901";
    display: block;
    position: absolute;
    font-size: 12px;
    right: 10px;
    top: 16px;
    
}

a.read-more {
	display: inline-block;
	padding: 12px 30px 12px 15px;
	color:#000;
	background-color: #F49C0E;
	/* position: relative; */
	bottom:20px;
	left:20px;
	text-decoration: none;
	transition: .2s background-color, .3s padding;
}

a.read-more:hover {
	background-color: #F38400;
}

a.read-more:after {
	font-family: 'cape' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    content: "\e901";
    display: block;
    position: absolute;
    font-size: 12px;
    right: 10px;
    top: 16px;
    
}

a.read-more-link{
	display: inline-block;
	padding: 12px 40px 12px 15px;
	color:#000;
	background-color: #F49C0E;
	position: relative;
	text-decoration: none;
	transition: .2s background-color, .3s padding;
}

a.read-more-link:hover {
	background-color: #F38400;
}

a.read-more-link:after {
	font-family: 'cape' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    content: "\e901";
    display: block;
    position: absolute;
    font-size: 14px;
    right: 15px;
    top: 16px;
}


/* Testimonials Slider */
.testimonial-slider, .testimonial-slide  {
	display:block;
}

.testimonial-slide-testimonial {
	display: block;
	padding-bottom: 50px;
	position: relative;
}

.testimonials-slides {
	position: relative;
}

.testimonial-slide-testimonial:before {
	font-family: 'cape' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    content: "\e90b";
    color: #F49C0E;
    display: block;
    font-size: 30px;
    position: absolute;
    left:0;
    top:-40px;
}

.testimonial-slide-testimonial:after {
	font-family: 'cape' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    content: "\e90a";
    color: #F49C0E;
    display: block;
    font-size: 30px;
    position: absolute;
    right:0;
    bottom:10px;
}

.testimonial-slide-testimonial p:not(.cape-header *):not(.cape-footer *) {
	font-size: 1.5em;
	font-weight: 300;
	line-height: 1.4em;
}

.testimonial-slide-company {
	font-weight: 700;
	text-transform: uppercase;
}

.testimonials-nav {
	position: absolute;
	left: 0;
	bottom: 0;
}

.testimonials-nav span {
	cursor: pointer;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	border: 2px solid #CCC;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	text-indent: -10000px;
	overflow: hidden;
	position: relative;
}

.testimonials-nav span:after {
	content: "";
	display: block;
	position: absolute;
	background-color: #FFF;
	width:14px;
	height:14px;
	left: 3px;
	top: 3px;
	transition: .2s background-color;
}

.testimonials-nav span.cycle-pager-active:after {
	background-color: #F49C0E;
}


/* Footer */
footer {
	color:#FFF;
}

footer h3 {
	border-bottom: 1px solid #F49C0E;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

footer a {
	color:#FFF;
	text-decoration: none;
	transition: .3s color;
}

footer a:hover {
	color:#F49C0E;
}

footer [class^="menu-footer-menu-"] ul, [class*=" menu-footer-menu-"] ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}

footer .menu-footer-menu-services-container ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: 4%;
	width:48%;
}

footer .menu-footer-menu-services-container ul li:nth-child(2n) {
	margin-right: 0;
}

footer .menu-footer-menu-more-information-container ul li {
	display: inline-block;
	vertical-align: top;
	padding-right: 41px;
	position: relative;
}

footer .menu-footer-menu-more-information-container ul li:after,
footer .menu-footer-menu-more-information-container ul li:hover:after {
	content: '';
	background-color: #FFF;
	display:block;
	position: absolute;
	right:18px;
	top:0;
	height:100%;
	width: 1px;
}

footer .menu-footer-menu-more-information-container ul li:last-child {
	padding-right: 0;
}

footer .menu-footer-menu-more-information-container ul li:last-child:after {
	display:none;
}

footer .social-media {
	position: absolute;
	right:0;
	top: 0;
}

footer .social-media:before {
	font-size: 28px;
    position: absolute;
    right: 0;
    top: -4px;
}

.footer-copyright, .footer-links {
	border-bottom: 1px solid #333;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
}

.footer-credit a {
	display: block;
	font-weight: 700;
	position: relative;
	padding-left: 67px;
	margin-top: 10px;
}

.footer-credit a:after {
	content: "\e906";
	font-family: 'cape' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    color:#FFF;
    display: block;
    position: absolute;
    margin-top: -30px;
    top:50%;
    left: 0;
    font-size: 60px;
    transition: .3s color;
}

.footer-credit a:hover:after {
	color:#F49C0E;
}


/* Contact Page */
.contact-map {
	background-image: url('images/background-bottom.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	
	display: block;
	position: relative;
	padding-bottom: 100px;
}

.contact-map-container {
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

.contact-map-shadow {
	background-image: url('images/banner-shadow.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height:100px;
	width:100%;
	display:block;
	position: absolute;
	bottom: 40px;
	z-index: 5;
}

.contact-detail strong {
	display: inline-block;
	width: 70px;
}

.contact-details {
	font-size: 1.3em;
	line-height: 1.4em;
}

.contact-details a {
	color: #000;
	text-decoration: none;
}


/* Forms */
.ninja-forms-required-items {
	display: none;
}

.field-wrap {
	display: block;
	float: left;
}

.list-checkbox-wrap ul {
	display: block;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.list-checkbox-wrap li {
	display: block;
	float: left;
	padding: 0 !important;
}

input[type=text]:not(.cape-header *):not(.cape-footer *),
textarea:not(.cape-header *):not(.cape-footer *),
select:not(.cape-header *):not(.cape-footer *) {
	border: 1px solid #CCC;
	border-radius: 0;
	padding: 15px;
	font-size: 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
}

textarea:not(.cape-header *):not(.cape-footer *) {
	font-family: 'Open Sans', sans-serif;
}

select::-ms-expand {
    display: none;
}

.list-dropdown-wrap {
	position: relative;
	z-index: 5;
}

.list-dropdown-wrap:after {
	content: "\e900" !important;
	color: #000;
	font-family: 'cape' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    display: block;
    position: absolute;
    top:47px;
    right: 15px;
    font-size: 12px;
    z-index: 10;
}

input[type=submit]:not(.cape-header *):not(.cape-footer *) {
	display: block;
	cursor: pointer;
	border: 0 none;
	padding: 18px 40px 18px 20px;
	font-size: 1em;
	font-weight: 700;
	line-height: 1;
	color:#000;
	background-color: #F49C0E;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	
	-webkit-appearance: none;
	-moz-appearance: none;
	
	transition: .2s background-color, .3s padding;
}

input[type=submit]:not(.cape-header *):not(.cape-footer *):hover {
	background-color: #F38400;
}

.submit-wrap > div:after {
	font-family: 'cape' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    //content: "\e901";
    display: block;
    position: absolute;
    font-size: 12px;
    right: 15px;
    top: 20px;
    color: #000;
    z-index: 10;
    
}

.submit-wrap > div {
	position: relative;
	display: inline-block;
}

.ninja-forms-response-msg p:not(.cape-header *):not(.cape-footer *) {
	font-size: 1.3em;
	text-align: center;
	display: block;
}

/* Internal Banners */
.internal-banner-container {
	position: relative;
}

.internal-banner {
	background-color: #EEE;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width: 100%;
}

.internal-banner-post-image {
	background-color: #EEE;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width: 100%;
}

.services-banner {
	background-image: url(images/temp-internal-image.jpg);
}

.services-intro h1:not(.cape-header *):not(.cape-footer *) {
	text-align: center;
	margin-bottom: 5px;
}

.services-action {
	font-size: 2em;
	font-weight: 300;
	line-height: 1.3em;
	text-align: center;
}

h1.service-group-title {
	text-align: center;
}

h2.service-more-title {
	text-align: center;
	margin-top: 0;
}

h2[class^="wsp-"], h2[class*=" wsp-"] {
	display: block;
	padding: 20px;
	background-color: #000;
	color:#F49C0E;
}

ul[class^="wsp-"], ul[class*=" wsp-"],
ul[class^="wsp-"] ul, ul[class*=" wsp-"] ul {
	display: block;
	list-style: none;
}

ul[class^="wsp-"] a, ul[class*=" wsp-"] a,
ul[class^="wsp-"] ul a, ul[class*=" wsp-"] ul a {
	text-decoration: none;
	color:#000;
	transition:.2s color;
}

ul[class^="wsp-"] a:hover, ul[class*=" wsp-"] a:hover,
ul[class^="wsp-"] ul a:hover, ul[class*=" wsp-"] ul a:hover {
	color:#F49C0E;
}


/* Quick Form */
.quick-form {
	display: block;
	height:100%;
	width:33%;
	position: fixed;
	right:-33%;
	top:0;
	z-index: 1000;
	border-left: 1px solid #F49C0E;
	background-color: #000;
	box-sizing: border-box;
}

.quick-form-toggle {
	background-color: #000;
	background-image: url(images/quick-form.svg);
	background-position: 18px center;
	background-repeat: no-repeat;
	background-size: 17px auto;
	border: 1px solid #F49C0E;
	border-right: 0 none;
	display:block;
	cursor: pointer;
	position: absolute;
	left: -50px;
	height: 120px;
	width: 50px;
	box-sizing: border-box;
}

.quick-form-scroll {
	overflow-y: scroll;
	overflow-x: hidden;
	max-height: 100%;
	width: 100%;
	height:100%;
}

.quick-form .form-container {
	padding: 40px;
}

.quick-form .field-wrap {
	width: 100%;
	margin-bottom: 15px;
}

.quick-form .field-wrap.hidden-wrap {
	margin-bottom: 0;
}

.quick-form label {
	color:#F49C0E;
}

.quick-form input[type="text"]:not(.cape-header *):not(.cape-footer *), .quick-form textarea:not(.cape-header *):not(.cape-footer *), .quick-form select:not(.cape-header *):not(.cape-footer *) {
	border: 1px solid #555;
	background-color: #181818;
    padding: 10px;
    color: #FFF;
    transition: .3s;
}

.quick-form .ninja-forms-response-msg p:not(.cape-header *):not(.cape-footer *) {
	color:#FFF;
}

.quick-form input[type="text"]:not(.cape-header *):not(.cape-footer *):focus, .quick-form textarea:not(.cape-header *):not(.cape-footer *):focus, .quick-form select:not(.cape-header *):not(.cape-footer *):focus {
	border: 1px solid #F49C0E;
	background-color: #000;
}

.quick-form .list-dropdown-wrap:after {
	color: #FFF;
	top:42px;
}

@media only screen and (min-width: 1451px) {
	.max-width {
		width: 1280px;
	}
	
	
	
	.col-1-2,
	.col-2-4 {		width:620px;	margin-right: 40px; 	}
	.col-1-3 {		width:390px;	margin-right: 55px; 	}
	.col-2-3 {		width:835px;	margin-right: 55px; 	}
	.col-1-4 {		width:290px;	margin-right: 40px; 	}
	.col-3-4 {		width:950px;	margin-right: 40px; 	}
	.col-1-5 {		width:232px;	margin-right: 30px; 	}
	.col-1-6 {		width:188px;	margin-right: 30px; 	}
	.col-2-5 {		width:494px;	margin-right: 30px; 	}
	.col-3-5 {		width:756px;	margin-right: 30px; 	}
	.col-4-5 {		width:1018px;	margin-right: 30px; 	}
	
	
	.columns2 > [class^="col-"]:nth-child(2n), .columns2 > [class*=" col-"]:nth-child(2n),
	.columns3 > [class^="col-"]:nth-child(3n), .columns3 > [class*=" col-"]:nth-child(3n),
	.columns4 > [class^="col-"]:nth-child(4n), .columns4 > [class*=" col-"]:nth-child(4n),
	.columns5 > [class^="col-"]:nth-child(5n), .columns5 > [class*=" col-"]:nth-child(5n),
	.columns6 > [class^="col-"]:nth-child(6n), .columns6 > [class*=" col-"]:nth-child(6n) {
		margin-right: 0;
	}
	
	.field-wrap 						{		width:620px;	margin-right: 40px; 	}
	.field-wrap.full-width-wrap 		{		width:1280px;	margin-right: 0;		}
	.field-wrap.half-width-right-wrap 	{		width:1280px;	margin-right: 0;	padding-left:660px;		}
	.field-wrap.half-width-left-wrap 	{		width:1280px;	margin-right: 0; 	padding-right:660px; 	}
	.field-wrap:nth-child(2n+1) 		{		margin-right: 0; 	}
	.list-checkbox-wrap li				{		width:290px;	margin-right: 40px !important; 	}
	.list-checkbox-wrap li:nth-last-child(2){	width:330px;	margin-right: 0 !important; 	}
	.list-checkbox-wrap li:nth-child(4n){		width:290px;	margin-right: 0 !important; 	}
	
	
	/* Slider */	
	#slider {
		height:450px;
	}
	
	#slider .slide {
		background-size: 1920px auto;
	}
	
	#slider .slide .slide-content-container {
		height:450px;
	}
	
	#slider .slide .slide-content-container .slide-content .slide-box {
		padding: 45px 0;
		font-size: 2.6em;
	}
	
	#slider .slide .slide-content-container .slide-content .slide-box span {
		padding: 25px;
		width: 33%;
	}
	
	.slider-arrow {
		top:185px;
	}
	
	footer {
		padding: 50px 0;
	}
	
	.section-white,
	.section-orange,
	.section-darkgrey,
	.section-lightgrey {
		padding: 70px 0;
	}
	
	.section-black {
		padding: 50px 0 25px;
	}
	
	.service-groups.service-inverted {
		padding-bottom: 0;
	}
	
	.announcements .announcement-list-item,
	.service-list-item {
		margin-bottom: 40px;
	}
	
	.announcements .announcement-list-item:nth-last-child(-n+4),
	.service-list-item:nth-last-child(-n+4) {
		margin-bottom: 0;
	}
	
	.contact-map-container {
		height:450px;
	}
	
	.internal-banner {
		height:200px;
		margin-top:200px;
	}
	
	.internal-banner-post-image {
		height:300px;
		margin-top:300px;
	}
	
	.has-banner article {
		padding-top: 70px;
	}
	
	.quick-form-toggle {
		top: 75px;
	}
	
	.center-columns {
		text-align: center;
	}
	
	.center-columns .col-1-4 {
		text-align: left;
	}
	
	.center-columns .col-1-4:nth-child(3n) {
		margin-right: 0;
	}
}

@media only screen and (min-width: 1920px) {
	#slider .slide {
		background-size: cover;
	}
}

/* Small Desktops */
@media only screen and (min-width: 1025px) and (max-width: 1450px){
	.max-width {
		width: 960px;
	}
	
	h1:not(.cape-header *):not(.cape-footer *) {
		font-size: 3em;
	}
	
	h2:not(.cape-header *):not(.cape-footer *) {
		font-size: 2em;
	}
	
	h3:not(.cape-header *):not(.cape-footer *) {
		font-size:1.3em;
	}
		
	.col-1-2,
	.col-2-4 {		width:464px;	margin-right: 32px; 	}
	.col-1-3 {		width:290px;	margin-right: 45px; 	}
	.col-2-3 {		width:625px;	margin-right: 45px; 	}
	.col-1-4 {		width:216px;	margin-right: 32px; 	}
	.col-3-4 {		width:712px;	margin-right: 32px; 	}
	.col-1-5 {		width:176px;	margin-right: 20px; 	}
	.col-1-6 {		width:306px;	margin-right: 20px; 	}
	.col-2-5 {		width:372px;	margin-right: 20px; 	}
	.col-3-5 {		width:568px;	margin-right: 20px; 	}
	.col-4-5 {		width:764px;	margin-right: 20px; 	}
	
	
	.columns2 > [class^="col-"]:nth-child(2n), .columns2 > [class*=" col-"]:nth-child(2n),
	.columns3 > [class^="col-"]:nth-child(3n), .columns3 > [class*=" col-"]:nth-child(3n),
	.columns4 > [class^="col-"]:nth-child(4n), .columns4 > [class*=" col-"]:nth-child(4n),
	.columns5 > [class^="col-"]:nth-child(5n), .columns5 > [class*=" col-"]:nth-child(5n),
	.columns6 > [class^="col-"]:nth-child(3n), .columns6 > [class*=" col-"]:nth-child(3n) {
		margin-right: 0;
	}
	
	.field-wrap 						{		width:464px;	margin-right: 32px; 	}
	.field-wrap.full-width-wrap 		{		width:960px;	margin-right: 0;		}
	.field-wrap.half-width-right-wrap 	{		width:960px;	margin-right: 0;	padding-left:496px;		}
	.field-wrap.half-width-left-wrap 	{		width:960px;	margin-right: 0; 	padding-right:496px; 	}
	.field-wrap:nth-child(2n+1) 		{		margin-right: 0; 	}
	.list-checkbox-wrap li				{		width:290px;	margin-right: 45px !important; 	}
	.list-checkbox-wrap li:nth-last-child(2){	width:335px;	margin-right: 0 !important; 	}
	.list-checkbox-wrap li:nth-child(3n){		width:290px;	margin-right: 0 !important; 	}
	
	/* Home Intro */
	.home-tagline {
		font-size: 2.5em;
		vertical-align: top;
	}
	
	.home-intro {
		font-size: 1.1em;
		line-height: 1em;
		vertical-align: top;
	}
	
	.home-intro p:not(.cape-header *):not(.cape-footer *) {
		line-height: 1.5em;
	}
	
	.testimonial-slide-testimonial p:not(.cape-header *):not(.cape-footer *) {
		font-size: 1.3em;
	}
	
	.testimonial-slide-testimonial:before {
	    font-size: 20px;
	    left:0;
	    top:-25px;
	}
	
	.testimonial-slide-testimonial:after {
	    font-size: 20px;
	    right:0;
	    bottom:25px;
	}
	
	footer,
	.section-orange,
	.section-darkgrey,
	.section-lightgrey {
		padding: 50px 0;
	}
	
	.section-black {
		padding: 40px 0 15px;
	}
	
	.section-white {
		padding: 60px 0;
	}
	
	/* Clients */
	#clients .col-1-5.client-logo {
		margin-right: 41px;
		height:70px;
		width:160px;
		
	}
	
	#clients .col-1-5.client-logo:nth-child(4n) {
		margin-right: 0;
	}
	
	
	/* Slider */	
	#slider {
		height:330px;
	}
	
	#slider .slide {
		background-size: 1450px auto;
		height:330px;
	}
	
	#slider .slide .slide-content-container {
		height:330px;
	}
	
	#slider .slide .slide-content-container .slide-content .slide-box {
		padding: 40px 0 ;
		font-size: 2em;
	}
	
	#slider .slide .slide-content-container .slide-content .slide-box span {
		padding: 20px;
		width: 33%;
	}
	
	.slider-arrow {
		top:125px;
	}
	
	.service-groups.service-inverted {
		padding-bottom: 0;
	}
	
	.service-group-image {
		height:150px;
	}
	
	.service-group-name {
		padding: 18px 50px 18px 60px;
		font-size: 1.6em;
	}
	
	.service-group-name:before {
		font-size: 40px;
		left:12px;
		margin-top: -20px;
	}
	
	.service-group-name:after {
		font-size: 20px;
		right:13px;
		margin-top: -10px;
	}
	
	
	/* News Section */
	.announcement-list-image, .service-list-image {
		height:140px;
	}
	
	.announcements .announcement-list-item,
	.service-list-item {
		margin-bottom: 30px;
	}
	
	.announcements .announcement-list-item:nth-last-child(-n+4),
	.service-list-item:nth-last-child(-n+4) {
		margin-bottom: 0;
	}
	
	.contact-map-container {
		height:400px;
	}
	
	.contact-map {
		padding-bottom: 80px;
	}
	
	.contact-map-shadow {
		height:80px;
		bottom: 30px;
	}
		
	.internal-banner {
		height:150px;
		margin-top:200px;
	}
	
	.internal-banner-post-image {
		height:250px;
		margin-top:250px;
	}

	
	footer .social-media:before {
		font-size: 26px;
	    top: -2px;
	}
	
	.quick-form-toggle {
		top: 40px;
	}
	
	.center-columns {
		text-align: center;
	}
	
	.center-columns .col-1-4 {
		text-align: left;
	}
	
	.center-columns .col-1-4:nth-child(3n) {
		margin-right: 0;
	}
}

/* Slider Extra Step Down */
@media only screen and (max-width: 1130px){
	#slider {
		padding-bottom: 60px;
	}
	
	.slider-navigation {
		display: block;
		position: absolute;
		bottom:18px;
		left:0;
		z-index: 10;
		width:100%;
		text-align: center;
	}
	
	.slider-arrow,
	.slider-arrow:hover {
		height: 60px;
	    width: 60px;
	    top:auto;
	    bottom: 0;
	    z-index: 20;
	}
	
	.slider-arrow:after {
		font-size: 26px;
		margin-top: -13px;
	}
	
	#slider-prev::after {
	    right: 19px;
	}
	
	#slider-next::after {
	    left: 19px;
	}
}


/* Tablets */
@media only screen and (min-width: 761px) and (max-width: 1024px){
	.max-width {
		width: 720px;
	}
	
	#clients h2:not(.cape-header *):not(.cape-footer *) {
		text-align: center;
	}
	
	h1:not(.cape-header *):not(.cape-footer *) {
		font-size: 2.5em;
	}
	
	h2:not(.cape-header *):not(.cape-footer *) {
		font-size: 2em;
	}
	
	h3:not(.cape-header *):not(.cape-footer *) {
		font-size:1.3em;
	}
	
	
	.col-1-2,
	.col-1-4,
	.col-2-4,
	.col-3-4 {		width:345px;	margin-right: 30px; 	}
	.col-1-3 {		width:230px;	margin-right: 15px; 	}
	.col-2-3 {		width:475px;	margin-right: 15px; 	}
	.col-1-5,
	.col-2-5, 
	.col-3-5,
	.col-4-5 {		width:100%;		}
	.col-4-5 > .col-1-5 { width:168px;	margin-right: 16px;	}
	.col-1-6 {	width:350px;	margin-right: 20px; 	}
	
	
	.columns2 > [class^="col-"]:nth-child(2n), .columns2 > [class*=" col-"]:nth-child(2n),
	.columns3 > [class^="col-"]:nth-child(3n), .columns3 > [class*=" col-"]:nth-child(3n),
	.columns4 > [class^="col-"]:nth-child(2n), .columns4 > [class*=" col-"]:nth-child(2n),
	.col-4-5 > .col-1-5:nth-child(4n), .col-4-5 > .col-1-5:nth-child(4n) {
		margin-right: 0;
	}
	
	.columns6 > [class^="col-"]:nth-child(2n), .columns6 > [class*=" col-"]:nth-child(2n) {
		margin-right: 0;
	}
	
	.full-width-columns-tablet > [class^="col-"], .full-width-columns-tablet > [class*=" col-"] {
		width:100%;
		margin-right: 0;
	}
	
	.field-wrap 						{		width:345px;	margin-right: 30px; 	}
	.field-wrap.full-width-wrap 		{		width:720px;	margin-right: 0;		}
	.field-wrap.half-width-right-wrap 	{		width:720px;	margin-right: 0;	padding-left:375px;		}
	.field-wrap.half-width-left-wrap 	{		width:720px;	margin-right: 0; 	padding-right:375px; 	}
	.field-wrap:nth-child(2n+1) 		{		margin-right: 0; 	}
	.list-checkbox-wrap li				{		width:345px;	margin-right: 30px !important; 	}
	.list-checkbox-wrap li:nth-child(2n){		width:345px;	margin-right: 0 !important; 	}
	
	.announcement-list-item, .service-list-item {
		margin-bottom: 30px;
	}
	
	.announcement-list-item:nth-last-child(1), .announcement-list-item:nth-last-child(2),
	.service-list-item:nth-last-child(1), .service-list-item:nth-last-child(2) {
		margin-bottom: 0;
	}
	
	footer .col-1-4 {
		width:230px;
		margin-right: 15px;
	}
	
	footer .col-2-4 {
		width:475px;
		margin-right: 0;
	}
	
	footer .col-1-4:nth-child(3) {
		width:100%;
		margin-right: 0;
	}
	
	.footer-copyright, .footer-links {
		display: inline-block;
		width:50%;
	}
	
	.footer-links {
		text-align: right;
	}
	
	.footer-credit {
		text-align: center;
	}
	
	.footer-credit a {
		margin-top: 0;
		display: inline-block;
	}
	
	.footer-credit a:after {
		margin-top: -32px;
	}
	
	.footer-credit a span {
		display: none;
	}
	
	footer .footer-links [class^="menu-footer-menu-"] ul, .footer-links [class*=" menu-footer-menu-"] ul {
		padding: 0 48px 0 0;
	}
	
	
	/* Home Intro */
	.home-tagline {
		width: 100%;
		margin-bottom: 15px;
		margin-right: 0;
		font-size: 2em;
		text-align: center;
	}
	
	.home-intro {
		width: 100%;
		font-size: 1.1em;
		line-height: 1em;
	}
	
	.home-intro p:not(.cape-header *):not(.cape-footer *) {
		line-height: 1.5em;
		text-align: center;
	}
	
	footer,
	.section-white,
	.section-orange,
	.section-lightgrey {
		padding: 50px 0;
	}
	
	[class^="arrow-"]:after, [class*=" arrow-"]:after {
	    margin-left: -25px;
	    top:-14px;
	    left: 50%;
	    font-size: 50px;
	}
	
	.section-darkgrey {
		padding: 40px 0;
	}
	
	.section-black {
		padding: 25px 0 0;
	}
	
	.testimonial-slide {
		padding: 0 40px;
	}
	
	.testimonial-slide-testimonial p:not(.cape-header *):not(.cape-footer *) {
		font-size: 1.3em;
	}
	
	.testimonial-slide-testimonial {
		padding-bottom: 30px;
	}
	
	.testimonial-slide-testimonial:before {
	    font-size: 30px;
	    left:-40px;
	    top:0;
	}
	
	.testimonial-slide-testimonial:after {
	    font-size: 30px;
	    right:-40px;
	    bottom:30px;
	}
	
	.testimonials-nav {
		left:40px;
	}
	
	
	/* Clients */
	#clients .col-1-5.client-logo,
	#clients .col-1-5.client-logo:nth-child(2n) {
		margin: 0 10px;
		height:103px;
		width:220px;
		
	}
	
	
	/* Slider */	
	#slider {
		height:280px;
	}
	
	#slider .slide {
		background: 1024px auto;
		height:280px;
	}
	
	#slider .slide .slide-content-container {
		height:280px;
	}
	
	#slider .slide .slide-content-container .slide-content .slide-box {
		padding: 20px 0;
		font-size: 1.8em;
	}
	
	#slider .slide .slide-content-container .slide-content .slide-box span {
		padding: 15px 20px;
		width: 38%;
	}
	
	.service-groups.service-inverted {
		padding-bottom: 0;
	}
	
	.service-group-image {
		height:120px;
	}
	
	.service-group-name {
		padding: 15px 38px 15px 55px;
		font-size: 1.3em;
	}
	
	.service-group-name:before {
		font-size: 36px;
		left:10px;
		margin-top: -18px;
	}
	
	.service-group-name:after {
		font-size: 20px;
		right:8px;
		margin-top: -10px;
	}
	
	
	.contact-map-container {
		height:300px;
	}
	
	.contact-map {
		padding-bottom: 50px;
		background-image: none;
	}
	
	.contact-map-shadow {
		display: none;
	}
	
	.contact-detail strong {
		width: 60px;
	}
	
	.contact-details {
		font-size: 1.1em;
		line-height: 1.3em;
	}
		
	.internal-banner {
		height:150px;
		margin-top:100px;
	}
	
	.internal-banner-post-image {
		height:250px;
		margin-top:250px;
	}
	
	.quick-form {
		display: none;
	}
}

/* Phones */
@media only screen and (max-width: 760px){
	.max-width {
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
	}
	
	#clients h2:not(.cape-header *):not(.cape-footer *) {
		text-align: center;
	}
	
	h1:not(.cape-header *):not(.cape-footer *) {
		font-size: 2.5em;
	}
	
	h2:not(.cape-header *):not(.cape-footer *) {
		font-size: 2em;
	}
	
	h3:not(.cape-header *):not(.cape-footer *) {
		font-size:1.3em;
	}
		
	.col-1-2,
	.col-1-4,
	.col-2-4,
	.col-3-4,
	.col-1-3,
	.col-2-3,
	.col-1-5,
	.col-2-5, 
	.col-3-5,
	.col-4-5,
	.col-1-6 { 
		width:100%;		
	}
	
	.field-wrap 			{	width:100%;	}
	.list-checkbox-wrap li	{	width:100%;	}

	
	.announcement-list-item, .service-list-item {
		margin-bottom: 20px;
	}
	
	.announcement-list-item:nth-last-child(1), .service-list-item:nth-last-child(1) {
		margin-bottom: 0;
	}
	
	/* Home Intro */
	.home-tagline {
		margin-bottom: 15px;
		font-size: 1.5em;
		text-align: center;
	}
	
	.home-intro {
		font-size: 1.1em;
		line-height: 1em;
	}
	
	.home-intro p:not(.cape-header *):not(.cape-footer *) {
		line-height: 1.5em;
		text-align: center;
	}
	
	.testimonials-slides {
		padding:40px 0 35px;
	}
	
	.home-content,
	.home-content p:not(.cape-header *):not(.cape-footer *) {
		text-align: center;
	}
	
	.announcement-list-excerpt {
		padding-bottom: 15px;
	}
	
	.testimonials-nav {
		width:100%;
	}
	
	a.read-more {
		position: relative;
		display: block;
		left:auto;
		bottom:auto;
	}
	
	.announcement-list-text,
	.service-list-text {
		padding:20px;
	}
	
	.service-list-excerpt {
		padding-bottom: 15px;
	}
	
	footer,
	.section-white,
	.section-orange,
	.section-darkgrey,
	.section-lightgrey {
		padding: 30px 0;
	}
	
	.section-black {
		padding: 25px 0 0;
	}
	
	[class^="arrow-"]:after, [class*=" arrow-"]:after {
	    margin-left: -16px;
	    top:-10px;
	    left: 50%;
	    font-size: 32px;
	}
	
	.no-arrow-phone:after {
		display: none;
	}
	
	.footer-credit {
		text-align: left;
	}
	
	.footer-credit a {
		margin-top: 0;
		display: inline-block;
	}
	
	.footer-credit a:after {
		margin-top: -32px;
	}
	
	.footer-credit a span {
		display: none;
	}
	
	footer .menu-footer-menu-services-container ul li {
	    margin-right: 0;
	    width: 100%;
	}
	
	footer .menu-footer-menu-about-container ul,
	footer .menu-footer-menu-services-container ul {
	    padding-bottom: 25px;
	}
	
	
	/* Clients */
	#clients .col-1-5.client-logo {
		display: block;
		margin: 0 auto;
		height:70px;
		width:200px;
		margin-bottom: 20px;
	}
	
	#clients .col-1-5.client-logo:last-child {
		margin-bottom: 0;
	}
	
	/* Slider */
	#slider {
		height:40vw;
	}
	
	#slider .slide {
		background-size: cover;
		width:100%;
		height:40vw;
		display: block;
	}
	
	#slider .slide .slide-content-container {
		width:100%;
		height:40vw;
		display: block;
	}
	
	#slider .slide .slide-content-container .slide-content {
		display:none;
	}
	
	.service-group-image {
		height:120px;
	}
	
	.service-group-name {
		padding: 15px 38px 15px 55px;
		font-size: 1.3em;
	}
	
	.service-group-name:before {
		font-size: 36px;
		left:10px;
		margin-top: -18px;
	}
	
	.service-group-name:after {
		font-size: 20px;
		right:8px;
		margin-top: -10px;
	}
	
	.service-inverted a.service-group {
		margin-bottom: 25px;
	}
	
	.service-inverted a.service-group:last-child {
		margin-bottom: 0;
	}
	
	
	.contact-map-container {
		width:100%;
		height:50vw;
	}
	
	.contact-map {
		padding-bottom: 0;
		background-image: none;
	}
	
	.contact-map-shadow {
		display: none;
	}
	
	.submit-wrap > div {
		display: block;
	}
	
	.spam-wrap input,
	input[type=submit] {
		width: 100% !important;
	}
	
	.contact-detail strong {
		width: 65px;
	}
	
	.contact-details {
		font-size: 1.2em;
		line-height: 1.3em;
	}
	
	.contact-details:nth-child(n+2) {
		padding-top: 15px;
	}
	
	.internal-banner {
		height:120px;
		margin-top:120px;
	}
	
	.internal-banner-post-image {
		height:180px;
		margin-top:180px;
	}
	
	.services-action {
		font-size: 1.8em;
	}
	
	.quick-form {
		display: none;
	}

}

/* Team Styles */
.profile {
	padding: 0;
	margin-bottom: 50px;
}

article.profile .profile-content .profile-name {
	margin-bottom: 15px;
}

article.profile .profile-content .profile-name span.lead {
	font-style: italic;
}

article.profile .profile-header {
	margin-bottom: 20px;
}

article.profile .profile-header img {
	width: 100%;
	height: auto;
}

.content img {
	width: 100%;
	height: auto;
}

.gallery { margin: 60px auto 18px; }
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery img {
	border: 0px solid white;
	padding: 0px;
	width: 100%;
	height: auto;
}

@media (max-width:750px) {
	.gallery-columns-4 .gallery-item { width: 50%; }
}

.gallery img:hover {
	background: white;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl, .gallery dt { margin-right: 0; }
.gallery br+br { display: none; }

.listradio-wrap UL{
	display: flex;
	gap: 30px;
}

.cape-footer {
	font-size: 1rem !important;
}