/*
  Theme Name:   Identify Custom Theme
  Theme URI:    http://wordpress.identifywebdesign.co.uk//twentyseventeen-child/
  Description:  Bespoke Web Theme
  Author:       Identify Web Design
  Author URI:   http://www.identifywebdesign.co.uk
  Template:     twentyseventeen
  Version:      1.0.0
  Text Domain:  twentyseventeen-child
 */
 /* Theme customization starts here
 -------------------------------------------------------------- */
 
 /* import default parent styles */
@import url("../twentyseventeen/style.css");
 
/* NOTE - before you start coding anything, you might want to search/replace the original branding colour  #fb8f5a with whatever the clients main branding colour is*/ 
 
@font-face {
    font-family: 'Euclid Triangle Trial';
    src: url('assets/fonts/euclid/EuclidTriangleTrial-Semibold.eot');
    src: local('Euclid Triangle Trial Semibold'), local('EuclidTriangleTrial-Semibold'),
        url('assets/fonts/euclid/EuclidTriangleTrial-Semibold%EF%B9%96.eot#iefix') format('embedded-opentype'),
        url('assets/fonts/euclid/EuclidTriangleTrial-Semibold.woff2') format('woff2'),
        url('assets/fonts/euclid/EuclidTriangleTrial-Semibold.woff') format('woff'),
        url('assets/fonts/euclid/EuclidTriangleTrial-Semibold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Euclid Triangle Trial';
    src: url('assets/fonts/euclid/EuclidTriangleTrial-Bold.eot');
    src: local('Euclid Triangle Trial Bold'), local('EuclidTriangleTrial-Bold'),
        url('assets/fonts/euclid/EuclidTriangleTrial-Bold%EF%B9%96.eot#iefix') format('embedded-opentype'),
        url('assets/fonts/euclid/EuclidTriangleTrial-Bold.woff2') format('woff2'),
        url('assets/fonts/euclid/EuclidTriangleTrial-Bold.woff') format('woff'),
        url('assets/fonts/euclid/EuclidTriangleTrial-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Euclid Triangle Trial';
    src: url('assets/fonts/euclid/EuclidTriangleTrial-Medium.eot');
    src: local('Euclid Triangle Trial Medium'), local('EuclidTriangleTrial-Medium'),
        url('assets/fonts/euclid/EuclidTriangleTrial-Medium%EF%B9%96.eot#iefix') format('embedded-opentype'),
        url('assets/fonts/euclid/EuclidTriangleTrial-Medium.woff2') format('woff2'),
        url('assets/fonts/euclid/EuclidTriangleTrial-Medium.woff') format('woff'),
        url('assets/fonts/euclid/EuclidTriangleTrial-Medium.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
} 
 
body {
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    color: #cecedc;
    font-weight: 100;
    line-height: normal;
    padding-top: 0;
    background: #2d2d3d;
}
 .clearfix:after {
 	content: ".";
 	display: block;
 	clear: both;
 	visibility: hidden;
 	line-height: 0;
 	height: 0;
 }
 :hover {
 	-webkit-transition: all 0.2s ease-in-out;
 	-moz-transition: all 0.2s ease-in-out;
 	-ms-transition: all 0.2s ease-in-out;
 	-o-transition: all 0.2s ease-in-out;
 	transition: all 0.2s ease-in-out;
 }
 
 a {
	 color:#fb8f5a;
 }
 
 a:hover {
 	cursor:pointer;
 }
a:focus {
	outline:none !important;
}
a:active {
	outline:none !important;
}
.fa {
	font-weight:normal;
}

::-ms-clear {
  display: none;
}

/* Chrome */
::-webkit-search-decoration,
::-webkit-search-cancel-button,
::-webkit-search-results-button,
::-webkit-search-results-decoration { 
  display: none; 
}

 h1, h2, h3, h4, h5, h6, .title {
	font-family: 'Euclid Triangle Trial', 'Muli', sans-serif;
 }
 
 h1, h2, h3, h4, h5, h6 {
	font-size: 30px;
    color: #fff;
    font-weight: 500;
 }
 
 ul, ol {
    padding: 0 0 0 17px;
}

blockquote {
    color: #666;
    font-size: 18px;
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.7;
    margin: 0;
    overflow: hidden;
    padding: 0 0 0 15px;
}
 
 /* apply a natural box layout model to all elements */
 *, *:before, *:after {
   -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  }
  
  * {
 	-webkit-transition: all 0.2s ease-in-out;
 	-moz-transition: all 0.2s ease-in-out;
 	-ms-transition: all 0.2s ease-in-out;
 	-o-transition: all 0.2s ease-in-out;
 	transition: all 0.2s ease-in-out; 
 }
  
 *:before, *:after {
 	-webkit-transition: all 0.2s ease-in-out;
 	-moz-transition: all 0.2s ease-in-out;
 	-ms-transition: all 0.2s ease-in-out;
 	-o-transition: all 0.2s ease-in-out;
 	transition: all 0.2s ease-in-out;
 }
 *:hover:before, *:hover:after {
 	-webkit-transition: all 0.2s ease-in-out;
 	-moz-transition: all 0.2s ease-in-out;
 	-ms-transition: all 0.2s ease-in-out;
 	-o-transition: all 0.2s ease-in-out;
 	transition: all 0.2s ease-in-out;
 }
  
 ::-moz-selection {
    color: #ffffff;
    background:#fb8f5a;
}

::selection {
    color: #ffffff;
    background:#fb8f5a;
}

::-ms-clear { display: none; }
  
p {
    margin: 0 0 24px;
    line-height: 24px;
    color: #cecedc;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Muli', sans-serif;
}
 
li:last-of-type {
	 margin:0 0 0 0 !important;
 }
 
 :focus, :active, :visited {
 	outline:none;
 	text-decoration:none;
 }
  
 /* Rules for Parallax Background */
 .parralax {
   background-attachment: fixed !important;
   background-size: cover!important;
 }
 /* 	FLOATS	*/
 .element {
 	float:left;
 	width:100%;
 	height:auto;
 	display:block;
 }
 /*Aligns*/
 .vertical {
   position: relative;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
 }
 .horizontal {
   position: relative;
   left: 50%;
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);
 }
 .vhboth {
   position: relative;
   top:50%;
   left: 50%;
    -webkit-transform: translateY(-50%)translateX(-50%);
   -ms-transform: translateY(-50%)translateX(-50%);
   transform: translateY(-50%)translateX(-50%);
 }
 :before, :after {
 	font-family: FontAwesome;
 }
 .container-fluid {
   margin: 0 0 70px 0;
   float: left;
   width: 100%;
   clear: both;
 }
 .no-padding {
	 padding:0 0 0 0 !important;
 }
 .no-margin {
	 margin:0 0 0 0 !important;
 }

:hover, :active, :focus {
	text-decoration:none !important;
}

.slick-initialized .slick-slide, .slick-slider .slick-list, .slick-slider .slick-track, .slick-slider {
     -webkit-transition: none;
     -moz-transition:   none;
     -ms-transition:  none;
     -o-transition:  none;
     transition:  none;
}
 
div#cookie-law-info-bar {
    width: 100%;
    border: none !important;
    background: rgba(27, 27, 27, 0.84) !important;
    height: auto !important;
    padding: 10px !important;
    bottom: 0px !important;
}

div#cookie-law-info-bar span {
    color: #ffffff;
    font-size: 14px;
}

div#cookie-law-info-bar a#cookie_action_close_header {
    background: #fb8f5a !important;
    border-radius: 0px !important;
    border: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    text-shadow: none !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 15px;
    margin: 0 0 0 15px;
}

div#cookie-law-info-bar a#cookie_action_close_header:hover {
    background: #d06005 !important;
}

.slick-slider button.fa.general {
    position: absolute;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #f5f5f5;
    color: #cccccc;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 0px;
}

.slick-slider button.fa.general:hover {
	background:#fb8f5a;
	color:#ffffff;
}

.slick-slider button.fa.general.previous {
    left: -60px;
}

.slick-slider button.fa.general.next {
	right:-60px;
}

.slick-slider ul.slick-dots {
    width: auto;
    display: block;
    position: absolute;
    list-style-type: none;
    margin: 0 0 0 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slick-slider ul.slick-dots li {
    float: left;
    width: auto;
    height: auto;
    display: block;
    margin: 0 2px;
}

.slick-slider ul.slick-dots li button {
    width: 15px;
    height: 15px;
    padding: 0px;
    text-indent: -9999px;
    border-radius: 50%;
    border: 2px solid #cccccc;
    background: none;
}

.slick-slider ul.slick-dots li button:hover {
    border-color: #1b1b1b;
}

.slick-slider ul.slick-dots li.slick-active button {
	background:#fb8f5a;
	border-color:#fb8f5a;
   pointer-events: none;
   cursor: default;
}

.slick-slider ul.slick-dots li.slick-active button:hover {
   pointer-events: none;
   cursor: default;
}

.header {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 140px;
    margin: 0 0 0 0;
    background: none;
    z-index: 20;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 25px 30px 0;
}

header.fixed {
    top: -55px;
    background: #fff;
}

header.shifted {
    top: -100%;
}

.header a#logo-main {
    float: left;
    width: 100%;
    display: block;
    height: 65px;
}

.header.fixed a#logo-main {
    height: 56px;
}

.header a#logo-main img {
    float: left;
    width: auto;
    height: 100%;
    display: block;
}

.header .menu-main-menu-container {
    float: right;
    width: auto;
    display: block;
    height: auto;
    margin: 12px 0 0 0;
}

.header .menu-main-menu-container ul {
    float: right;
    display: block;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style-type: none;
}

.header .menu-main-menu-container ul li {
    float: left;
    display: block;
    height: auto;
    margin: 0 40px 0 0;
    position: relative;
}

.header .menu-main-menu-container ul li:last-of-type {
	margin:0 0 0 0 !important;
}

.header .menu-main-menu-container ul li a:hover:after {
    width: 100%;
}
.header .menu-main-menu-container ul li a:after {
    content: "";
    float: left;
    width: 0;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #fff;
    height: 1px;
}

.header .menu-main-menu-container ul li a {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    font-weight: 700;
    font-family: 'Euclid Triangle Trial', 'Muli', sans-serif;
    font-size: 15px;
    color: #ffffff;
    position: relative;
}

.header .menu-main-menu-container ul li.current-menu-item a:after {
    width: 100%;
}

.header .menu-main-menu-container ul li a:hover {
    color: #ffffff;
}

.header .menu-main-menu-container ul li > ul.sub-menu {
    position: absolute;
    top: 48px;
    background: #ffffff;
    left: -12px;
    display: none;
    width: 146px;
}

.header .menu-main-menu-container ul li > ul.sub-menu li {
    float: left;
    width: 100%;
    display: block;
    height: auto;
	margin:0 0 0 0;
}

.header .menu-main-menu-container ul li > ul.sub-menu li a {
    padding: 10px 15px;
    border-bottom: 1px solid #cccccc;
    font-weight: 100;
    color: #1b1b1b;
}

.header .menu-main-menu-container ul li > ul.sub-menu li a:hover {
	background:#fb8f5a;
	color:#ffffff;
}

.header .menu-main-menu-container ul li > ul.sub-menu li.current-menu-item a {
	background:#1b1b1b;
	color:#ffffff;
}

.header .menu-main-menu-container ul li.menu-item-has-children {
    padding-bottom: 34px;
}

.header .menu-main-menu-container ul li.menu-item-has-children > a:after {
    content: "\f0d7";
    position: relative;
    display: block;
    margin: 0 0 0 0;
    font-size: 10px;
    opacity: 0.8;
    float: right;
    margin: 2px 0 0 8px;
}

.header .menu-main-menu-container ul li.menu-item-has-children a:after:hover {
	opacity:1;
}

.mega-menu-container {
    width: 100%;
    position: fixed;
    margin: 0 0 0 0;
    top: 80px;
    display: none;
    z-index: 21;
}

.mega-menu-container .mega-menu-inner {
	width:100%;
	height:auto;
	display:block;
	padding:30px;
	background:#ffffff;
}

.slider-main {
    float: left;
    width: 100%;
    height: 90vh;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 0 50px 0;
    z-index: 6;
}

.slider-main .slick-list, .slider-main .slick-track, .slider-main .slick-track .slides {
    height: 100%;
    float: left;
    width: 100%;
    display: block;
}

.slick-initialized .slick-slide {
	position:relative;
}

.slick-initialized .slick-slide .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
}

.slider-main button.fa {
    position: absolute;
    z-index: 10;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    padding: 0 0 0 0;
    font-size: 40px;
    color: #ffffff;
    opacity: 0.2;
}

.slider-main button.fa:hover {
	opacity:1;
}

.slider-main button.fa.previous {
	left:50px;
}

.slider-main button.fa.next {
	right:50px;
}

.slider-main ul.slick-dots {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 0 00;
    margin: 0 0 0 0;
    list-style-type: none;
}

.slider-main ul.slick-dots li {
    float: left;
    margin: 0 4px;
}

.slider-main ul.slick-dots li button {
    padding: 0 0 0 0;
    text-indent: -9999px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: none;
}

.slider-main ul.slick-dots li button:hover {
	border-color: 2px solid rgba(255, 255, 255, 1);
}

.slider-main ul.slick-dots li.slick-active button {
	background:#ffffff;
	border-color:#ffffff;
}

.wpcf7 {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.wpcf7 br {
	display:none;
}

.wpcf7 form {
    float: left;
    width: 100%;
    display: block;
    height: auto;
}

.wpcf7 form .fields {
    float: left;
    display: block;
    height: auto;
    margin: 0 0 18px 0;
}

.wpcf7 form .fields.half {
	width:49%;
}

.wpcf7 form .fields.right {
	float:right;
}

.wpcf7 form .fields.full {
	width:100%;
}

.wpcf7 form .fields.submit {
    width: 100%;
    display: block;
    margin: 0 0 0 0;
}

.wpcf7 form .fields b {
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 7px 0;
    font-size: 13px;
    color: #2d2d3d;
    font-family: 'Euclid Triangle Trial', 'Muli', sans-serif;
    font-weight: 500;
}

.wpcf7 form .fields b span {
    color: #e0211e;
}

.wpcf7 form .fields b:hover {
	cursor:pointer;
	color:#fb8f5a;
}

.wpcf7 form .fields input.wpcf7-text, .wpcf7 form .fields textarea {
    float: left;
    width: 100%;
    display: block;
    height: 50px;
    border: none;
    padding: 17px 21px;
    text-transform: none;
    font-size: 16px;
    font-weight: 300;
    color: #2d2d3d;
    border-radius: 0;
    background: #e5e5e7;
	font-family: 'Muli', sans-serif;
	border: 1px solid #e5e5e7;
}

.wpcf7 form .fields textarea {
    height: 190px;
    resize: none;
}

.wpcf7 form .fields input.wpcf7-text:hover, .wpcf7 form .fields textarea:hover {
	cursor:pointer;
}

.wpcf7 form .fields input.wpcf7-text:focus, .wpcf7 form .fields textarea:focus {
    border: 1px solid #2d2d3d;
    cursor: default;
}

.wpcf7 form .fields input::-webkit-input-placeholder, .wpcf7 form .fields textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #838390;
     font-family: 'Muli', sans-serif;
}
.wpcf7 form .fields input::-moz-placeholder, .wpcf7 form .fields textarea::-moz-placeholder { /* Firefox 19+ */
  color: #838390;
      font-family: 'Muli', sans-serif;
}
.wpcf7 form .fields input:-ms-input-placeholder, .wpcf7 form .fields textarea:-ms-input-placeholder { /* IE 10+ */
  color: #838390;
      font-family: 'Muli', sans-serif;
}
.wpcf7 form .fields input:-moz-placeholder, .wpcf7 form .fields textarea:-moz-placeholder { /* Firefox 18- */
  color: #838390;
      font-family: 'Muli', sans-serif;
}

.wpcf7 form .fields .bootstrap-select {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    position: relative;
}

.wpcf7 form .fields .bootstrap-select button {
    float: left;
    width: 100%;
    height: 40px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 0 0 0 0;
    padding: 10px 15px;
    position: relative;
    color: #1b1b1b;
    display: block;
    right: 0px;
}

.wpcf7 form .fields .bootstrap-select button:active, .wpcf7 form .fields .bootstrap-select button:hover {
	border-color:#cccccc;
	background:#f5f5f5;
}

.wpcf7 form .fields .bootstrap-select button:focus {
	outline:none !important;
}

.wpcf7 form .fields .bootstrap-select button span.filter-option {
    float: left;
    font-size: 13px;
}

.wpcf7 form .fields .bootstrap-select button:after {
    content: "\f078";
    font-size: 10px;
    height: auto;
    position: absolute;
    right: 17px;
    color: #999999;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
	opacity:0;
}

.wpcf7 form .fields .bootstrap-select div.dropdown-menu {
    display: none;
    margin: 0 0 0 0;
    border: 1px solid #cccccc;
    padding: 0 0 0 0;
    border-top: none !important;
    border-radius: 0px 0px 5px 5px;
    top: 36px;
}

.wpcf7 form .fields .bootstrap-select div.dropdown-menu ul.dropdown-menu.inner {
    float: left;
    display: block;
    height: auto;
    width: 100%;
}

.wpcf7 form .fields .bootstrap-select div.dropdown-menu ul.dropdown-menu.inner li {
    height: auto;
    display: block;
    width: 100%;
    float: left;
}

.wpcf7 form .fields .bootstrap-select div.dropdown-menu ul.dropdown-menu.inner li a {
    padding: 10px 15px;
    color: #1b1b1b;
}

.wpcf7 form .fields .bootstrap-select div.dropdown-menu ul.dropdown-menu.inner li a:hover {
	background:#fb8f5a;
	color:#ffffff;
}

.wpcf7 form .fields .bootstrap-select div.dropdown-menu ul.dropdown-menu.inner li.selected a {
	background:#1b1b1b;
	color:#ffffff;
}

.wpcf7 form .fields .bootstrap-select.show button, .wpcf7 form .fields .bootstrap-select.show .dropdown-menu {
	background:#f5f5f5;
}

.wpcf7 form .fields .bootstrap-select.show div.dropdown-menu {
    display: block;
}

.wpcf7 form .fields .bootstrap-select button:hover:after {
	color:#1b1b1b;
}

.wpcf7 form .fields .wpcf7-checkbox, .wpcf7 form .fields .wpcf7-radio {
    float: left;
    width: 100%;
    height: auto;
    display: block;
}

.wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item,  .wpcf7 form .fields .wpcf7-radio .wpcf7-list-item  {
    margin: 7px 0 7px 0;
    float: left;
    width: 33%;
    height: auto;
}

.wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item label, .wpcf7 form .fields .wpcf7-radio .wpcf7-list-item label {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 0 0;
    position: relative;
}

.wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item span.wpcf7-list-item-label, .wpcf7 form .fields .wpcf7-radio .wpcf7-list-item  span.wpcf7-list-item-label {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    font-weight: 400;
    color: #666666;
    font-size: 13px;
    padding: 0 0 0 20px;
}

.wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item span.wpcf7-list-item-label:before, .wpcf7 form .fields .wpcf7-radio .wpcf7-list-item  span.wpcf7-list-item-label:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    border: 2px solid #cccccc;
    left: 0px;
    top: 4px;
}

.wpcf7 form .fields .wpcf7-radio .wpcf7-list-item  span.wpcf7-list-item-label:before {
	border-radius:50%;
}

.wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item label input:checked ~ span.wpcf7-list-item-label:before, .wpcf7 form .fields .wpcf7-radio .wpcf7-list-item  label input:checked ~ span.wpcf7-list-item-label:before {
	border-color:#fb8f5a;
}

.wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item label input:checked ~ span.wpcf7-list-item-label, .wpcf7 form .fields .wpcf7-radio .wpcf7-list-item span.wpcf7-list-item-label {
	color:#1b1b1b;
}

.wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item span.wpcf7-list-item-label:hover, .wpcf7 form .fields .wpcf7-radio .wpcf7-list-item  span.wpcf7-list-item-label:hover {
	cursor:pointer;
}

.wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item label input, .wpcf7 form .fields .wpcf7-radio .wpcf7-list-item  label input {
	display:none;
}

.wpcf7-response-output {
    float: left;
    width: 100%;
    border: none !important;
    padding: 0 !important;
    margin: 12px 0 0 !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 13px;
    position: relative;
}

div.wpcf7-validation-errors {
	color:red;
}

.wpcf7 form .fields span.wpcf7-not-valid-tip {
    float: left;
    clear: both;
    font-size: 10px;
    margin: 5px 0 0 0;
}

.wpcf7 form .fields input.wpcf7-text.wpcf7-not-valid {
    border-color: red;
}

.wpcf7 form .fields .wpcf7-checkbox.wpcf7-not-valid label span.wpcf7-list-item-label {
    color: red;
}

div.wpcf7-mail-sent-ok {
	color: #35c40e;
}

div.wpcf7 .form-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(255, 255, 255, 0.8);
	visibility:hidden;
}

div.wpcf7 .form-overlay .loader, div.wpcf7 .form-overlay .loader:before, div.wpcf7 .form-overlay .loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

div.wpcf7 .form-overlay .loader {
	color: #e58045;
	font-size: 10px;
	margin: 80% auto;
	position: relative;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
div.wpcf7 .form-overlay .loader:before,
div.wpcf7 .form-overlay .loader:after {
	position: absolute;
	top: 0;
	content: '';
}
div.wpcf7 .form-overlay .loader:before {
	left: -3.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
div.wpcf7 .form-overlay .loader:after {
 	left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.wpcf7 form .fields.submit .wpcf7-submit.cta-button {
    float: left;
    width: auto;
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 166px;
}

.cta-button, .wpcf7 form .fields.submit .wpcf7-submit.cta-button {
    padding: 14px 21px;
    font-family: 'Euclid Triangle Trial', 'Muli', sans-serif;
    font-weight: 600;
    font-size: 14px;
    border-radius: 0;
    background: #ffffff;
    color: #2d2d3d;
    float: left;
    text-transform: capitalize;
    height: 45px;
}

.cta-button:hover, .wpcf7 form .fields.submit .wpcf7-submit.cta-button:hover {
    background: rgb(229,129,70);
    background: -moz-linear-gradient(left, rgba(229,129,70,1) 0%, rgba(229,31,22,1) 100%);
    background: -webkit-linear-gradient(left, rgba(229,129,70,1) 0%,rgba(229,31,22,1) 100%);
    background: linear-gradient(to right, rgba(229,129,70,1) 0%,rgba(229,31,22,1) 100%);
    color: #ffffff;
}

.category-header {
    height: 200px;
    position: relative;
}

.category-header.block-colour {
    background: #2d2d3d;
    height: 300px;
}

.category-header .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
}


.category-header .overlay h1, .standard-header-post .overlay h1 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    line-height: 44px;
    margin: 0 0 20px 0;
}

.standard-header-post .overlay h1 {
    font-size: 50px;
    line-height: 44px;
    margin: 0 0 30px 0;
}

.category-header .overlay h1 b.search-results {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 100;
    line-height: 16px;
}

.category-header .overlay p#breadcrumbs, .standard-header-post .overlay p#breadcrumbs {
    float: left;
    width: auto;
    display: block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 0 0 0;
    font-size: 13px;
    line-height: 12px;
}

.category-header .overlay p#breadcrumbs a, .standard-header-post .overlay p#breadcrumbs a {
    float: left;
    width: auto;
    display: block;
    height: auto;
    font-weight: 400;
    color: #ffffff;
}


.category-header .overlay p#breadcrumbs a:hover, .standard-header-post .overlay p#breadcrumbs a:hover{
    color: #6f3301;
}

.category-header .overlay p#breadcrumbs b, .standard-header-post .overlay p#breadcrumbs b {
    float: left;
    width: auto;
    display: block;
    margin: 0 10px;
    color: #ffffff;
}

.category-header .overlay p#breadcrumbs strong, .standard-header-post .overlay p#breadcrumbs strong {
    color: #1b1b1b;
    font-weight: 800;
}

.category-header.full-image .overlay p#breadcrumbs strong, .standard-header-post.full-image .overlay p#breadcrumbs strong {
    color: #ffffff;
    font-weight: 800;
}

.category-header.full-image {
    background-size: cover;
}

.post-list .news-post {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    margin: 0 0 30px 0;
}

.post-list .news-post a.post-thumbnail-outer {
    float: left;
    width: 100%;
    height: 150px;
    margin: 0;
    overflow: hidden;
}

.post-list .news-post a.post-thumbnail-outer .post-thumbnail-outer {
    float: left;
    width: 100%;
    height: 100%;
    display: block;
    background: url(https://www.mcsair.co.uk/wp-content/uploads/2017/06/stripe_d0d1b1d6df744cfea95b0469c14ed801.png) center center repeat;
    background-blend-mode: normal;
    background-color: #ffffff;
}

.post-list .news-post a.post-thumbnail-outer .post-thumbnail-outer .missing-img {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    padding: 0 30px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #727272;
}

.post-list .news-post a.post-thumbnail-outer .post-thumbnail-outer img {
    float: left;
    width: 100%;
    height: auto;
    display: block;
}

.post-list .news-post .post-content {
    float: left;
    width: 100%;
    height: auto;
    display: block;
}

.post-list .news-post .post-content h3 {
    font-weight: 700;
    height: 38px;
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
}

.post-list .news-post .post-content h3 a:hover {
	color:#fb8f5a;
}

.post-list .news-post .post-content .post-meta {
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
    font-size: 12px;
    text-transform: capitalize;
    color: #999999;
    font-weight: 600;
}

.post-list .news-post .post-content .post-meta span {
	float:left;
	width:auto;
	margin:0 15px 0 0;
}

.post-list .news-post .post-content .content-inner {
    float: left;
    width: 100%;
    display: block;
    height: auto;
}

.post-list .news-post .post-content .content-inner p {
    float: left;
    width: 100%;
    display: block;
    height: 96px;
    margin: 0 0 0 0 !important;
    overflow: hidden;
}

.post-list .news-post .post-content .content-inner a.cta-button {
    float: right;
    margin: 20px 0 0px 0;
}

.navigation {
    clear: both;
    float: left;
    width: 100%;
    display: block;
    margin: 20px 0 0 0;
}

.navigation ul {
    float: left;
    display: block;
    margin: 0 0 0 0;
    list-style-type: none;
    padding: 0 0 0 0;
	position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.navigation ul li {
    float: left;
    width: auto;
    display: block;
    margin: 0 8px 0 0;
    height: auto;
}

.navigation ul li a {
    width: 40px;
    height: 40px;
    float: left;
    background: #f5f5f5;
    text-align: center;
    font-weight: 900;
    font-size: 13px;
    padding: 12px 0;
    color: #2d2d3d;
}

.navigation ul li a:hover {
	color:#ffffff;
    background: rgb(229,129,70);
    background: -moz-linear-gradient(right, rgba(229,129,70,1) 0%, rgba(229,31,22,1) 100%);
    background: -webkit-linear-gradient(right, rgba(229,129,70,1) 0%,rgba(229,31,22,1) 100%);
    background: linear-gradient(to left, rgba(229,129,70,1) 0%,rgba(229,31,22,1) 100%);
}

.navigation ul li.active a {
    color: #ffffff;
    pointer-events: none;
    cursor: default;
    background: rgb(229,129,70);
    background: -moz-linear-gradient(left, rgba(229,129,70,1) 0%, rgba(229,31,22,1) 100%);
    background: -webkit-linear-gradient(left, rgba(229,129,70,1) 0%,rgba(229,31,22,1) 100%);
    background: linear-gradient(to right, rgba(229,129,70,1) 0%,rgba(229,31,22,1) 100%);
}

.navigation ul li.active a:hover {
	pointer-events: none;
	cursor: default;
}

.post-list-slider {
	float:left;
	width:100%;
	display:block;
	height:auto;
}

body.error404 {
    padding-top: 0px;
}

.error404 .error-404 {
    height: 100vh;
    overflow: hidden;
}

.error404 .error-404 .error-404-inner {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    background: rgba(27, 27, 27, 0.87);
    padding: 30px;
}

.error404 .error-404 .error-404-inner h1 {
    font-size: 150px;
    float: left;
    text-align: center;
    width: 100%;
    font-weight: 800;
    letter-spacing: 3px;
    color: #fb8f5a;
    line-height: 107px;
    margin: 0 0 20px 0;
}

.error404 .error-404 .error-404-inner b.title {
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 25px;
    line-height: 18px;
    color: #fb8f5a;
}

.error404 .error-404 .error-404-inner span.main {
    float: left;
    width: 100%;
    display: block;
    height: auto;
}

.error404 .error-404 .error-404-inner p {
    color: #ffffff;
    text-align: center;
    margin: 0 0 30px 0;
}

.error404 .error-404 .error-404-inner p a {
	font-weight:700;
    color: #fb8f5a;
}

.error404 .error-404 .error-404-inner p a:hover {
	color:#ffffff;
}

.error404 .error-404 .error-404-inner span.main p {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 20px 0;
}

.search-form-main {
    width: 100%;
    height: auto;
    display: block;
    float: left;
}

.search-form-main form.search-form {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.search-form-main form.search-form input.search-field {
    float: left;
	width: 98%;
    display: block;
    border: none;
    padding: 11px 60px 11px 18px;
    font-size: 13px;
    border-radius: 0px;
}

.search-form-main form.search-form button.search-submit {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 42px;
    height: 41px;
    background: #fb8f5a;
    border-radius: 0px;
}

.search-form-main form.search-form button.search-submit:hover {
    background: #954402;
}

.search-form-main form.search-form button.search-submit i.fa {
    float: left;
    width: 100%;
    display: block;
    margin: -3px 0 0 0;
    font-size: 16px;
}

.no-results-block {
    float: left;
    width: 100%;
    height: auto;
    display: block;
}

.no-results-block h2 {
    float: left;
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #1b1b1b;
    font-size: 20px;
    line-height: 18px;
}

.no-results-block p {
    float: left;
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 0 30px 0px;
}

.no-results-block .search-form-main form.search-form input.search-field {
    background: #f5f5f5;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-radius: 5px 5px 5px 5px;
    height: 40px;
    padding: 10px 60px 11px 18px;
}

.footer-bottom {
    height: 84px;
    background: #2d2d3d;
    border-top: 1px solid #cecedc;
}

.footer-bottom p {
    float: left;
    width: 100%;
    display: block;
    font-size: 12px;
    color: #ffffff;
    margin: 0px 0 0;
}

.footer-bottom p span {
    display: inline-block;
    padding: 0 10px;
}

.footer-bottom p a {
    color: #afafaf;
}

.footer-bottom p a:hover {
	color:#ffffff;
}

.footer-bottom p a.identify:after {
    float: left;
    width: 100%;
    height: 1px;
    background: #fb8f5a;
    display: block;
    position: absolute;
    bottom: 1px;
    left: 0;
    content: "";
}

.footer-bottom p a.identify {
    font-weight: 600;
    color: #fb8f5a;
    position: relative;
}

.footer-bottom p a.identify:hover {
    color: #ffffff;
}

.standard-header-post {
    height: 300px;
    position: relative;
	background-size:cover !important;
}

.standard-header-post.block-colour {
	background: #fb8f5a;
}

.standard-header-post .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}

.standard-post .standard-post-meta {
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 30px 0;
    background: #f5f5f5;
    padding: 20px;
}

.standard-post .standard-post-meta span:last-of-type {
	margin:0 0 0 0;
}

.standard-post .standard-post-meta span {
    float: left;
    width: 33%;
    text-align: center;
    text-transform: capitalize;
}

.standard-post .standard-post-meta span b {
    color: #ffffff;
}

.post-navigation {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    margin: 50px 0 0 0;
}

.post-navigation .meta {
    width: 100%;
    display: block;
    height: auto;
}

.post-navigation .meta b {
    text-transform: uppercase;
    font-size: 12px;
    color: #ffffff;
    float: left;
    width: 100%;
}

.post-navigation .meta a.title {
    float: left;
    width: 100%;
    display: block;
    font-weight: 100;
    font-size: 18px;
    color: #ffffff;
    margin: 5px 0 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.post-navigation .meta a.title:hover {
	color:#fb8f5a;
}

.post-navigation .meta p {
    float: left;
    width: 100%;
    display: block;
    font-weight: 100;
    color: #ffffff;
    margin: 0 0 0 0;
}

.standard-post h2 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 23px;
    padding: 0 0 0 0;
    margin: 0 0 25px 0;
}

.standard-post h3 {
    margin: 0 0 25px 0;
    padding: 0 0 0 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    font-size: 17px;
    line-height: 23px;
}

.standard-post h4 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 24px 0;
    padding: 0 0 0 0;
}

.standard-post h5, .standard-post h6, .standard-post h7 {
	font-size:16px;
	font-weight:100;
	color:#ffffff;
	padding:0 0 0 0;
	line-height:normal;
	margin:0 0 25px 0;
}

.standard-post .no-sidebar {
    float: left;
    width: 100%;
    height: auto;
    display: block;
}

.standard-post img, .standard-post img.alignleft {
    float: left;
    width: auto;
    height: auto;
    margin: 0 30px 30px 0;
    display: block;
}

.standard-post .no-sidebar img, .standard-post .no-sidebar img.alignleft {
	margin: 0 30px 30px -30px;
}

.standard-post img.alignright {
    float: right;
    width: auto;
    height: auto;
    margin: 0 0px 30px 30px;
    display: block;
}

.standard-post .no-sidebar img.alignright {
    margin: 0 -30px 30px 30px;
}

.standard-post blockquote {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 25px 0;
    border-left: 5px solid #e5e5e5;
    font-size: 17px;
    padding: 20px 0 20px 37px;
    color: #ffffff;
}

.standard-post blockquote p {
    margin: 0 0 0 0;
    line-height: 30px;
}

.standard-post hr {
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 24px 0;
    background: none;
    border-bottom: 1px dashed #cccccc;
}

.standard-post ol {
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 30px 30px;
    list-style-type: none;
}

.standard-post ol li {
    float: left;
    position: relative;
    width: 100%;
    display: block;
    height: auto;
    margin: 0 0 10px 0;
    padding: 0 0 0 30px;
    counter-increment: step-counter;
}

.standard-post ol li:before {
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 80%;
    background-color: #fb8f5a;
    color: white;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 50%;
    font-family: 'Lato', sans-serif;
    position: absolute;
    left: 0px;
    width: 20px;
    height: 20px;
    padding: 3px;
    text-align: center;
}

.standard-post a {
    font-weight: 600;
    color: #fb8f5a;
}

.standard-post h1 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #fb8f5a;
    line-height: 31px;
    padding: 0 0 0 0;
    margin: 0 0 30px 0;
}

.standard-post a:hover {
	color:#ffffff;
}

.standard-post-content {
    float: left;
    width: 100%;
    height: auto;
    display: block;
}

.standard-post-content.with-sidebar {
    padding: 0 0 0 30px;
}

.sidebar-section {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 40px 0;
}

.sidebar-section span.title {
    float: left;
    width: 100%;
    display: block;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 15px 0;
}

.sidebar-section .search-form-main form.search-form input.search-field {
    background: #f5f5f5;
    border: 1px solid #cccccc;
    height: 40px;
    border-radius: 5px;
}

.contact-meta {
    float: left;
    width: 100%;
    display: block;
    height: auto;
}

.contact-meta a {
    float: left;
    width: 100%;
    height: 35px;
    display: block;
    margin: 0 0 4px 0;
}

.contact-meta a i.fa {
    float: left;
    height: 100%;
    width: 35px;
    margin: 0 10px 0 0;
    background: #fb8f5a;
    color: #ffffff;
    text-align: center;
    padding: 10px 0 0 0;
}

.contact-meta a span {
    float: left;
    width: 76%;
    display: block;
    height: auto;
    line-height: 12px;
    font-weight: 400;
    color: #666666;
}

.contact-meta a span.address {
    line-height: 21px;
    margin: -3px 0 0 0;
}

.contact-meta a:hover i.fa {
	background:#1b1b1b;
}

.contact-meta ul.social-media {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    border-top: 1px dashed #cccccc;
}

.contact-meta a span p {
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 0 0;
}

.contact-meta a.address span p {
    line-height: normal;
    margin: 1px 0 0 0;
}

.contact-meta ul.social-media li {
    padding: 0 0 0 0;
    margin: 0 10px 0 0;
    width: auto;
}

.contact-meta ul.social-media li:before {
	display:none;
}

.contact-meta ul.social-media li a {
    margin: 0 0 0 0;
    height: auto;
}

.contact-meta ul.social-media li a .fa {
    height: auto;
    width: 10px;
    padding: 0 0 0 0;
    background: none;
    color: #cccccc;
    font-size: 22px;
}

.contact-meta ul.social-media li a:hover .fa {
	color:#fb8f5a;
}

.sidebar-section .menu-sidebar-menu-container {
    float: left;
    width: 100%;
    height: auto;
    display: block;
}

.sidebar-section .menu-sidebar-menu-container ul, .sidebar-section ul.archives {
    margin: 0 0 0 0;
}

.sidebar-section .menu-sidebar-menu-container ul li a, .sidebar-section ul.archives li a {
    color: #666666;
    font-weight: 400;
}

.sidebar-section .menu-sidebar-menu-container ul li a:hover, .sidebar-section ul.archives li a:hover {
	color:#1b1b1b;
}


.sidebar-posts {
    float: left;
    width: 100%;
    display: block;
    height: initial;
    margin: 0 0 0px 0;
}

.sidebar-posts .news-post {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    margin: 0 0 20px 0;
}

.sidebar-posts .news-post:last-of-type {
	margin:0 0 0 0;
}

.sidebar-posts .news-post .post-content {
    float: left;
    width: 100%;
    height: auto;
    display: block;
}

.sidebar-posts .news-post .post-content h3 {
    font-size: 16px;
    margin: 0 0 10px 0;
}

.sidebar-posts .news-post .post-content h3 a {
    font-weight: 100;
    text-transform: none;
    color: #999999;
}

.sidebar-posts .news-post .post-content h3 a:hover {
	color:#fb8f5a;
}

.sidebar-posts .news-post .post-content .content-inner {
    float: left;
    width: 100%;
    height: auto;
    display: block;
}

.sidebar-posts .news-post .post-content .content-inner p {
    margin: 0 0 15px 0;
}

.sidebar-posts .news-post .post-content .content-inner a.cta-button {
    color: #ffffff;
    padding: 10px 15px;
    font-size: 10px;
}

.standard-post b {
    color: #ffffff;
}

.ctas-list .cta-items {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.ctas-list .cta-items .overlay {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    padding: 25px;
    background: rgba(27, 27, 27, 0.63);
    float: left;
}

.ctas-list .cta-items .cta-icon {
    float: left;
    width: 100px;
    height: 100px;
    border: 2px solid rgba(204, 204, 204, 0.55);
    border-radius: 50%;
    margin: 0 0 25px 0;
}

.ctas-list .cta-items .overlay .cta-icon {
	border-color:#ffffff;
}

.ctas-list .cta-items h3 {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    margin: 00 0 20px 0;
    padding: 0 0 0 0;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

.ctas-list .cta-items h3 a {
    color: #1b1b1b;	
}

.ctas-list .cta-items .overlay h3 a {
	color:#ffffff;
}

.ctas-list .cta-items .overlay h3 a:hover, .ctas-list .cta-items h3 a:hover {
	color:#fb8f5a;
}

.ctas-list .cta-items p {
    clear: both;
    float: left;
    width: 100%;
    display: block;
    height: auto;
    text-align: center;
}

.ctas-list .cta-items .overlay p {
	color:#ffffff;
}

.ctas-list .cta-items a.cta-button {
	background:#fb8f5a;
}

.ctas-list .cta-items a.cta-button:hover {
	background:#1b1b1b;
}

.accordion-section {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    margin: 0 0 10px 0;
    -webkit-box-shadow: 3px 3px 24px 0px rgba(45,45,61,1);
    -moz-box-shadow: 3px 3px 24px 0px rgba(45,45,61,1);
    box-shadow: 3px 3px 24px 0px rgba(45,45,61,1);
}

.accordion-section .acc-section {
    float: left;
    width: 100%;
    padding: 0px 20px;
    background: #ffffff;
	display:none;
}

.accordion-section .acc-section p {
	color: #2d2d3d;
}

.accordion-section .acc-title {
    float: left;
    width: 100%;
    display: block;
    height: 57px;
    padding: 16px 20px;
    font-weight: 600;
    background: #464655;
    color: #ffffff;
    position: relative;
    margin: 0;
    font-size: 20px;
    font-family: 'Euclid Triangle Trial', 'Muli', sans-serif;
}

.accordion-section .acc-title.active, .accordion-section .acc-title.active:hover {
    color: #e57f45;
    background: #fff;
    margin: 0;
}

.accordion-section .acc-title:hover {
    background: #e57f45;
    cursor: pointer;
}

footer {
    float: left;
    width: 100%;
    display: block;
    height: auto;
}

.contact-page {
    width: 50%;
    display: block;
    height: auto;
}

.contact-page.left {
	float: left;
	padding:0 15px 0 0; 
}

.contact-page.right {
	float:right;
	padding:0 0 0 15px;
}

.contact-page span.title {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #1b1b1b;
    font-size: 16px;
    line-height: 13px;
}

.contact-page .contact-meta {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    margin: 10px 0 0 0;
}

.contact-page .contact-meta .meta-inner {
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 15px 0;
}

.contact-page .contact-meta .meta-inner i.fa {
    float: left;
    width: auto;
    display: block;
    color: #fb8f5a;
    display: block;
    margin: 2px 10px 0 0;
}

.contact-page .contact-meta .meta-inner a {
    font-weight: 100;
    color: #666666;
    float: left;
    width: auto;
    display: block;
    height: auto;
}

.contact-page .contact-meta .meta-inner a:hover {
	color: #fb8f5a;
}

.contact-page .contact-meta .meta-inner a p {
    margin: 0 00 0;
}

.contact-page .contact-meta ul.social-media {
    border: none;
    padding: 0 0 0 0;
    margin: 10px 0 30px 0;
}

.contact-page .map-iframe-container {
    float: left;
    width: 100%;
    height: 360px;
    display: block;
}

.post-list .testimonials-post {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    margin: 0 0 30px 0;
    background: #f5f5f5;
    padding: 25px;
    position: relative;
	overflow:hidden;
}

.post-list .testimonials-post .testimoniasl-inner {
    float: left;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: block;
}

.post-list .testimonials-post .testimoniasl-inner .testimonials-top {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 25px 0;
}

.post-list .testimonials-post .testimoniasl-inner .testimonials-top p {
    margin: 0 0 0 0;
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    text-align: center;
}

.post-list .testimonials-post .testimoniasl-inner .testimonials-meta {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    margin: 0 0 20px 0;
    text-align: center;
}

.post-list .testimonials-post .testimoniasl-inner .testimonials-meta b {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 5px 0;
    color: #ffffff;
}

.post-list .testimonials-post .testimoniasl-inner a.cta-button {
    width: 112px;
}

.post-list .testimonials-post .testimoniasl-inner .testimonials-meta a {
    display: inline-block;
    margin: 3px 0 0 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 800;
    color: #1b1b1b;
}

.post-list .testimonials-post .testimoniasl-inner .testimonials-meta a:hover {
	color:#fb8f5a;
}

.test-list-slider {
	float:left;
	width:100%;
	height:auto;
	display:block;
}


.standard-post-content .header-post-width {
    float: left;
    width: 100%;
    height: auto;
    display: block;
	margin:0 0 30px 0;
    background: url(https://www.mcsair.co.uk/wp-content/uploads/2017/06/stripe_d0d1b1d6df744cfea95b0469c14ed801.png) repeat;
}

.standard-post-content.with-sidebar .header-post-width {
    height: 209px;
}

.standard-post-content.no-sidebar .header-post-width {
	height:339px;
}

.standard-post-content .header-post-width img {
    width: auto;
    height: 100%;
    display: block;
    margin: 0 0 0 0;
}

.testimonials-single-meta {
    float: left;
    width: 100%;
    height: auto;
    display: block;
}

.testimonials-single-meta b {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    font-size: 14px;
    margin: 0 0 5px 0;
}

.testimonials-single-meta b a {
    font-size: 21px;
    font-weight: 100;
    color: #666666;
}

.testimonials-single-meta b a:hover {
	color:#fb8f5a;
}

.social-feed {
    float: left;
    width: 100%;
    height: auto;
	margin:15px 0 0 0;
}

.social-feed a.social-sharing-button {
    margin: 0 5px 0 0 !important;
}

.mobile-menu-top {
    position: fixed;
    top: 0px;
    background: #ffffff;
    padding: 15px 15px;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.36);
    width: 100%;
	z-index:100;
}

.mobile-menu-top .header-inner {
    float: left;
    width: 100%;
    height: auto;
    display: block;
}

.mobile-menu-top .header-inner a#logo-mobile {
    float: right;
    height: 40px;
    width: auto;
    display: block;
}

.mobile-menu-top .header-inner a#logo-mobile img {
    float: right;
    height: 100%;
    width: auto;
    display: block;
}

.mobile-menu-top .header-inner a#burgerMenu i.fa {
    font-size: 18px;
}

.mobile-menu-top .header-inner a#burgerMenu {
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #cccccc;
    color: #1b1b1b;
    padding: 10px 0 0 0;
}

.mobile-menu-top .header-inner a#burgerMenu.clicked {
	border-color:#fb8f5a;
	background:#fb8f5a;
	color:#ffffff;
}

.mobile-menu-container {
    position: fixed;
    top: 0px;
    z-index: 101;
    background: #ffffff;
    top: 69px;
    height: 100vh;
    padding: 15px;
    left: -100%;
    width: 100%;
}

.mobile-menu-container.active {
	left:0px;
}

.mobile-menu-container .menu-mobile-menu-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    float: left;
}

.mobile-menu-container .menu-mobile-menu-container ul.menu {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 0 0;
    list-style-type: none;
}

.mobile-menu-container .menu-mobile-menu-container ul.menu > li, .mobile-menu-container .menu-mobile-menu-container ul.menu > li > ul.sub-menu > li {
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    display: block;
}

.mobile-menu-container .menu-mobile-menu-container ul.menu > li > a, .mobile-menu-container .menu-mobile-menu-container ul.menu > li > ul.sub-menu > li > a {
    width: 100%;
    height: auto;
    display: block;
    padding: 12px 20px;
    background: #eeeeee;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}

.mobile-menu-container .menu-mobile-menu-container ul.menu > li > a:hover {
	background:#1b1b1b;
	color:#ffffff;
}

.mobile-menu-container .menu-mobile-menu-container ul.menu > li.current-menu-item > a {
	background:#fb8f5a;
	color:#ffffff;
}

.mobile-menu-container .menu-mobile-menu-container ul.menu > li.menu-item-has-children > a {
	position:relative;
}

.mobile-menu-container .menu-mobile-menu-container ul.menu > li.menu-item-has-children > a:after {
    content: "\f0da";
    position: absolute;
    display: block;
    right: 20px;
    opacity: 0.43;
    top: 12px;
}

.mobile-menu-container .menu-mobile-menu-container ul.menu > li.menu-item-has-children > a:hover:after, .mobile-menu-container .menu-mobile-menu-container ul.menu > li.current-menu-item > a:after {
	opacity:1;
}


.mobile-menu-container .menu-mobile-menu-container ul.menu > li > ul.sub-menu {
    position: absolute;
    top: -1px;
    background: #ffffff;
    left: -106%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    list-style: none;
    width: 101%;
    height: 100%;
    opacity: 0;
    z-index: 2;
}

.mobile-menu-container .menu-mobile-menu-container ul.menu > li > ul.sub-menu.active {
	left: -1px;
	opacity:1;
}

.mobile-menu-container .menu-mobile-menu-container ul.menu > li > ul.sub-menu > li.menu-item-type-custom a {
    position: relative;
}

.mobile-menu-container .menu-mobile-menu-container ul.menu > li > ul.sub-menu > li.menu-item-type-custom a {
    background: #3b3b3b;
    color: #ffffff;
}

.mobile-menu-container .menu-mobile-menu-container ul.menu > li > ul.sub-menu > li.menu-item-type-custom a:after {
	opacity:1;
}

.mobile-menu-container .menu-mobile-menu-container ul.menu > li > ul.sub-menu > li.menu-item-type-custom a:after {
	content:"\f0d9";
	position:absolute;
	right:0px;
	top:0px;
	display:block;
    opacity: 0.43;
    top: 12px;
    right: 20px;
}

.development-notice {
    position: fixed;
    top: 0px;
    height: 100%;
    width: 100%;
    background: rgba(27, 27, 27, 0.9);
    z-index: 999999;
}

.development-notice .development-notice-inner {
    float: left;
    width: 100%;
    display: block;
    height: auto;
}

.development-notice .development-notice-inner b.title {
    float: left;
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-size: 57px;
    color: #ffffff;
    line-height: 43px;
}

.development-notice .development-notice-inner p {
    text-align: center;
    color: #ffffff;
    margin: 0 0 27px 0;
    font-size: 18px;
    padding: 0 15px;
}

.development-notice .development-notice-inner span.title {
    float: left;
    width: 100%;
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    font-size: 16px;
    color: #fb8f5a;
}

.footer {
    background: #2d2d3d;
    padding-top: 68px;
    padding-bottom: 64px;
}

.footer .footer-section:last-of-type {
    margin: 0;
}

.footer .footer-section {
    float: left;
    width: 180px;
    display: block;
    height: auto;
    margin: 0 64px 0 0;
}

.footer .footer-section span.title {
    float: left;
    width: 100%;
    display: block;
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    line-height: 35px;
    margin: 0 0 14px;
}

.footer .footer-section .footer-meta {
    float: left;
    width: 100%;
    display: block;
    height: auto;
}

.footer .footer-section .footer-meta p {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    color: #9d9c9c;
    margin: 0 0 0 0;
}

.footer .footer-section ul.menu {
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style-type: none;
}

.footer .footer-section ul.menu li {
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 16px 0;
    padding: 0;
}

.footer .footer-section ul.menu li a {
    color: #cecedc;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Muli', sans-serif;
}

.footer .footer-section ul.menu li a:hover {
	color: #fb8f5a;
}

.footer .footer-section .meta-inner {
    clear: both;
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 12px 0;
}

.footer .footer-section .meta-inner i.fa {
    float: left;
    height: auto;
    display: block;
    color: #ffffff;
    margin: 4px 12px 0 0;
    width: 14px;
	text-align:left;
}

.footer .footer-section .meta-inner a {
    float: left;
    width: 90%;
    display: block;
    color: #9d9c9c;
    line-height: 22px;
}

.footer .footer-section .meta-inner a:hover {
	color: #fb8f5a;
}

.footer .footer-section .meta-inner i.fa.fa-envelope {
    font-size: 12px;
    margin: 6px 12px 0 0;
}

.footer .footer-section ul.social-media {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    list-style-type: none;
    padding: 0 0 0 0;
    margin: 15px 0 0 0;
}

.footer .footer-section ul.social-media li {
    float: left;
    display: block;
    height: auto;
    margin: 0 14px 0 0;
}

.footer .footer-section ul.social-media li:last-of-type {
	margin:0 0 0 0;
}

.footer .footer-section ul.social-media li a {
    float: left;
    width: auto;
    display: block;
    height: auto;
    font-size: 24px;
    color: #4a4a4a;
}

.footer .footer-section ul.social-media li a:hover {
	color: #fb8f5a;
}

.twitter-feed {
    float: left;
    width: 100%;
    height: auto;
    display: block;
}

.accreditation-list {
    margin: 0 0 0 0;
    background: #ffffff;
    padding: 60px 0;
}

.accreditation-list .accredications-list-inner {
    float: left;
    width: 100%;
    display: block;
    height: auto;
}

.accreditation-list .accredications-list-inner a.accred-logo-contain {
    float: left;
    width: 100%;
    height: 70px;
    display: block;
}

.accreditation-list .accredications-list-inner a.accred-logo-contain img.horizontal {
    float: left;
    width: auto;
    display: block;
}

a#scrollToTheTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 5;
    background: #fb8f5a;
    color: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 10px 0;
}

a#scrollToTheTop:hover {
    background: #bc5603;
}

.tabbed-container, .tabbed-container .tabbed-list, .tabbed-container .tabbed-content-contain {
    float: left;
    width: 100%;
    display: block;
    height: auto;
}

.tabbed-container .tabbed-list a.tabbed-link {
    float: left;
    width: auto;
    display: block;
    height: auto;
    margin: 0 10px 15px 0;
    border: 1px solid #cccccc;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 13px;
    padding: 12px 17px;
	position:relative;
}

.tabbed-container .tabbed-list a.tabbed-link:after {
    content: "";
    width: 100%;
    height: 2px;
    bottom: 0px;
    background: #ffffff;
    opacity: 0;
    left: 0px;
    position: absolute;
}


.tabbed-container .tabbed-list a.tabbed-link:hover {
	border-color:#fb8f5a;
	color:#fb8f5a;
}

.tabbed-container .tabbed-list a.tabbed-link.active {
    margin-bottom: 0px;
    height: 57px;
	border-color:#cccccc;
    border-bottom: 1px solid transparent;
	color:#fb8f5a;
}

.tabbed-container .tabbed-list a.tabbed-link.active:hover {
	cursor:default;
	pointer-events: none;
}

.tabbed-container .tabbed-list a.tabbed-link.active:after {
    opacity: 1;
    bottom: -3px;
}

.tabbed-container .tabbed-list a.tabbed-link:last-of-type {
	margin-right:0px;
}

.tabbed-container .tabbed-content-contain {
    border: 1px solid #cccccc;
    padding: 25px;
}

.tabbed-container .tabbed-content-contain .tabbed-inner {
    float: left;
    width: 100%;
    display: none;
    height: auto;
}

.tabbed-container .tabbed-content-contain div#tabbed-panel-0 {
    display: block;
}

.header ul.social-media {
    float: left;
    width: auto;
    list-style: none;
    margin-left: 25px;
    position: relative;
    padding-left: 25px;
}

.header ul.social-media li {
    float: left;
    width: auto;
    margin-right: 17px;
}

.header ul.social-media li a {
    height: 16px;
    color: #fff;
}

.header ul.social-media li:last-of-type {
    margin-right: 0;
}

.header ul.social-media:before {
    float: left;
    height: 16px;
    width: 1px;
    content: "";
    display: block;
    background: #2d2d3d;
    position: absolute;
    left: 0;
    top: 3px;
}

.hero {
    position: relative;
    background: rgb(114,117,193);
    background: -moz-linear-gradient(top, rgba(114,117,193,1) 1%, rgba(45,45,61,1) 100%);
    background: -webkit-linear-gradient(top, rgba(114,117,193,1) 1%,rgba(45,45,61,1) 100%);
    background: linear-gradient(to bottom, rgba(114,117,193,1) 1%,rgba(45,45,61,1) 102%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7275c1', endColorstr='#2d2d3d',GradientType=0 );
}

.hero .white-side-panel {
    position: absolute;
    left: 0;
    width: 342px;
    height: 100%;
    background: #fff;
    top: 0;
}

.hero.homepage-header {
    padding-top: 166px;
    margin: 0 0 160px;
    height: 815px;
}

.header-call-us {
    float: left;
    color: #2d2d3d;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
}

.menu-small-header-menu-container {
    float: right;
    width: auto;
}

ul#menu-small-header-menu {
    float: right;
    width: auto;
    list-style: none;
}

ul#menu-small-header-menu li {
    float: left;
    width: auto;
    margin-right: 37px;
}

ul#menu-small-header-menu li:last-of-type {
    margin-right: 0;
}

ul#menu-small-header-menu li a {
    font-weight: 800;
    color: #dddeff;
    font-size: 12px;
    font-family: 'Muli', sans-serif;
}

.header-email-us {
    float: right;
    background: #fff;
    text-align: center;
    font-size: 14px;
    color: #2d2d3d;
    font-family: 'Euclid Triangle Trial', 'Muli', sans-serif;
    font-weight: 600;
    margin-left: 45px;
    padding: 14px 40px;
}

.hero-form-block {
    float: left;
    width: 395px;
    height: auto;
    background: #fff;
    padding: 40px 35px;
    -webkit-box-shadow: 3px 3px 24px 0px rgba(45,45,61,0.51);
    -moz-box-shadow: 3px 3px 24px 0px rgba(45,45,61,0.51);
    box-shadow: 3px 3px 24px 0px rgba(45,45,61,0.51);
}

.home .hero-form-block {
    width: 395px;
}

.hero-form-block {
    width: 100%;
}

.hero-form-block .title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #2d2d3d;
    font-family: 'Euclid Triangle Trial', 'Muli', sans-serif;
    font-weight: 800;
    margin: 0 0 35px;
}

.hero-form-block .title span {
    position: relative;
}

.hero-form-block .title span:after {
    content: "";
    float: left;
    width: 100%;
    height: 2px;
    background: #2d2d3d;
    position: absolute;
    bottom: 0;
    left: 0;
}

.wpcf7 form .fields.submit .wpcf7-submit.cta-button {
    padding: 14px 30px;
    font-weight: 600;
    text-transform: none;
    border-radius: 0;
    color: #ffffff;
    height: 45px;
    background: rgb(40,45,136);
    background: -moz-linear-gradient(left, rgba(40,45,136,1) 1%, rgba(107,115,187,1) 100%);
    background: -webkit-linear-gradient(left, rgba(40,45,136,1) 1%,rgba(107,115,187,1) 100%);
    background: linear-gradient(to right, rgba(40,45,136,1) 1%,rgba(107,115,187,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282d88', endColorstr='#6b73bb',GradientType=1 );
    font-size: 14px;
    text-align: center;
    float: left;
    width: auto;
    font-family: 'Euclid Triangle Trial', 'Muli', sans-serif;
    font-weight: 600;
    margin: 10px 0 0;
}

.hero.homepage-header h1 {
    float: right;
    font-size: 40px;
    text-align: right;
    font-family: 'Euclid Triangle Trial', 'Muli', sans-serif;
    font-weight: 800;
    margin: 0 0 31px;
    line-height: 52px;
}

.hero .slider-text p {
    float: left;
    width: 100%;
    color: #cecedc;
    font-size: 18px;
    line-height: 32px;
}

.hero.homepage-header .slider-text p {
    text-align: right;
}

.hero.homepage-header .slider-text {
    margin: 0 0 41px;
}

.hero .slider-text {
    float: left;
    width: 100%;
}

.hero .slider-text p:last-of-type {
    margin: 0;
}

.hero-button {
    float: right;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    background: rgb(229,129,70);
    background: -moz-linear-gradient(left, rgba(229,129,70,1) 0%, rgba(229,31,22,1) 100%);
    background: -webkit-linear-gradient(left, rgba(229,129,70,1) 0%,rgba(229,31,22,1) 100%);
    background: linear-gradient(to right, rgba(229,129,70,1) 0%,rgba(229,31,22,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e58146', endColorstr='#e51f16',GradientType=1 );
    font-family: 'Euclid Triangle Trial', 'Muli', sans-serif;
    padding: 14px 40px;
}

.intro-content h2 {
    text-align: center;
    margin: 0 0 32px;
}

.intro-content h2 span {
    color: #fb8f5a;
}

.intro-content p {
    text-align: center;
	line-height: 26px;
}

.intro-content {
    margin: 0 0 42px;
}

.header.fixed .menu-main-menu-container ul li a {
    color: #2d2d3d;
}

.header.fixed .menu-main-menu-container {
    margin: 20px 0 0;
}

.header.fixed .header-email-us {
    background: rgb(229,129,70);
    background: -moz-linear-gradient(left, rgba(229,129,70,1) 0%, rgba(229,31,22,1) 100%);
    background: -webkit-linear-gradient(left, rgba(229,129,70,1) 0%,rgba(229,31,22,1) 100%);
    background: linear-gradient(to right, rgba(229,129,70,1) 0%,rgba(229,31,22,1) 100%);
    color: #ffffff;
    margin: 8px 0 0 45px;
}

.cta-blocks h3 {
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    font-family: 'Euclid Triangle Trial', 'Muli', sans-serif;
    font-weight: 300;
    padding: 0 0 0;
    margin: 22px 0 18px;
    min-height: 50px;
}

.cta-blocks .cta-col {
    width: 20%;
}

.cta-blocks p {
    text-align: center;
    font-size: 15px;
    float: left;
    width: 100%;
    min-height: 96px;
}

.cta-icon-container {
    float: left;
    width: 100%;
    height: 70px;
    position: relative;
}

.cta-blocks {
    margin: 0 0 90px;
}


.latest-case-study .row {
    height: auto;
    position: relative;
}

.latest-case-study .row .image-col-block {
    height: 100%;
    position: absolute;
    right: 0;
}

.latest-case-study-content {
    float: left;
    width: 100%;
    background: #3a3a49;
    height: auto;
    padding: 54px;
}

.latest-case-study h2 {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 35px;
    line-height: 1;
}

.latest-case-study span {
    float: left;
    width: 100%;
    font-size: 22px;
    margin: 0 0 28px;
    line-height: 1;
}

.latest-case-study span.title {
    font-size: 13px;
    color: #ffffff;
    margin: 0 0 15px;
    float: left;
    width: 100%;
    line-height: 1;
}

.featured-read-more {
    float: left;
    width: 100%;
    height: 45px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    background: #ffffff;
    color: #2d2d3d;
    font-family: 'Euclid Triangle Trial', 'Muli', sans-serif;
    line-height: 48px;
    margin: 20px 0 0;
}

.latest-case-study-image-container {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

.all-case-studies {
    background: rgb(229,129,70);
    background: -moz-linear-gradient(left, rgba(229,129,70,1) 0%, rgba(229,31,22,1) 100%);
    background: -webkit-linear-gradient(left, rgba(229,129,70,1) 0%,rgba(229,31,22,1) 100%);
    background: linear-gradient(to right, rgba(229,129,70,1) 0%,rgba(229,31,22,1) 100%);
    color: #ffffff;
    float: right;
    width: 180px;
    height: 45px;
    text-align: center;
    font-size: 14px;
    font-family: 'Euclid Triangle Trial', 'Muli', sans-serif;
    font-weight: 600;
    line-height: 48px;
    margin: 52px 50px 0 0;
}

.latest-case-study {
    margin: 0 0 74px;
}

.icon-block h2 {
    text-align: center;
    margin: 0 0 45px;
    line-height: 1;
}

.icon-container {
    float: left;
    width: 50px;
    height: 50px;
    background: #3f4150;
    border-radius: 5px;
    margin-right: 30px;
}

.icon-block span.title {
    font-size: 18px;
    color: #ffffff;
    font-family: 'Euclid Triangle Trial', 'Muli', sans-serif;
    font-weight: 800;
    margin: 0 0 10px;
    float: left;
    width: 100%;
}

.icon-content {
    float: right;
    width: 280px;
}

.icon-block {
    margin: 0 0 40px;
}

.get-in-touch {
    background: rgb(70,73,167);
    background: -moz-linear-gradient(left, rgba(70,73,167,1) 0%, rgba(99,102,177,1) 100%);
    background: -webkit-linear-gradient(left, rgba(70,73,167,1) 0%,rgba(99,102,177,1) 100%);
    background: linear-gradient(to right, rgba(70,73,167,1) 0%,rgba(99,102,177,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4649a7', endColorstr='#6366b1',GradientType=1 );
    margin: 0;
    padding: 75px 15px;
}

.get-in-touch h2 {
    margin: 0 0 42px;
    line-height: 1;
}

.get-in-touch .content-container {
    float: left;
    width: auto;
    margin-right: 10px;
}

.get-in-touch span.title {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 13px;
    margin: 0 0 8px;
    font-weight: 500;
}

.get-in-touch .content-container a {
    float: left;
    width: 100%;
    color: #d5d6ff;
    font-size: 22px;
    font-weight: 300;
}

.get-in-touch ul.social-media {
    float: right;
    list-style: none;
    margin: 0;
}

.get-in-touch ul.social-media li {
    float: left;
}

.get-in-touch ul.social-media li a {
    font-size: 21px;
    color: #474aa7;
    line-height: 49px;
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 100%;
    margin: 0 10px 0 0;
    text-align: center;
}

.get-in-touch .content-container:last-of-type {
    margin: 0;
}

.get-in-touch ul.social-media li:last-of-type a {
    margin: 0;
}

.footer-logo-container {
    float: left;
    width: 100%;
    margin: 0 0 30px;
}

.footer-about p {
    line-height: 26px;
    padding: 0 20px 0 0;
}

ul#menu-useful-links {
    column-count: 2;
    column-gap: 55px;
}

.footer .footer-section.useful-links {
    width: 282px;
}

.footer .footer-section:first-of-type {
    margin-left: 10px;
}

.hero.homepage-header .white-pannel-bottom-pattern {
    float: left;
    width: 345px;
    background: url(../../uploads/2019/07/bg-bottom.jpg) center center no-repeat;
    background-size: contain;
    height: 110px;
    position: absolute;
    bottom: -7px;
    left: 0;
}

.hero-bottom-pattern {
    float: left;
    width: 100%;
    background: url(../../uploads/2019/07/bg-repeater.png) center center repeat-x;
    background-size: contain;
    height: 100px;
    position: absolute;
    bottom: 2px;
    right: 0px;
    z-index: 2;
}

.hero.homepage-header .content-container {
    margin: 84px 0 0;
}

.hero.homepage-header .container {
    position: relative;
    z-index: 4;
}

.hero-shapes {
    height: 350px;
    position: absolute;
    top: 235px;
    right: 38px;
    width: 66.66666667%;
    background-position: right;
}

.header .contacts a:hover {
    color: #fb8f5a;
}

ul#menu-small-header-menu li a:hover {
    color: #ffffff;
}

.header.fixed .header-email-us:hover {
    background: rgb(40,45,136);
    background: -moz-linear-gradient(left, rgba(40,45,136,1) 1%, rgba(107,115,187,1) 100%);
    background: -webkit-linear-gradient(left, rgba(40,45,136,1) 1%,rgba(107,115,187,1) 100%);
    background: linear-gradient(to right, rgba(40,45,136,1) 1%,rgba(107,115,187,1) 100%);
}

.header .header-email-us:hover {
    background: rgb(229,129,70);
    background: -moz-linear-gradient(left, rgba(229,129,70,1) 0%, rgba(229,31,22,1) 100%);
    background: -webkit-linear-gradient(left, rgba(229,129,70,1) 0%,rgba(229,31,22,1) 100%);
    background: linear-gradient(to right, rgba(229,129,70,1) 0%,rgba(229,31,22,1) 100%);
    color: #ffffff;
}

.hero-button:hover {
    color: #2d2d3d;
    background: #ffffff;
}

.all-case-studies:hover {
    background: rgb(40,45,136);
    background: -moz-linear-gradient(left, rgba(40,45,136,1) 1%, rgba(107,115,187,1) 100%);
    background: -webkit-linear-gradient(left, rgba(40,45,136,1) 1%,rgba(107,115,187,1) 100%);
    background: linear-gradient(to right, rgba(40,45,136,1) 1%,rgba(107,115,187,1) 100%);
    color: #ffffff;
}

.featured-read-more:hover {
    background: rgb(229,129,70);
    background: -moz-linear-gradient(left, rgba(229,129,70,1) 0%, rgba(229,31,22,1) 100%);
    background: -webkit-linear-gradient(left, rgba(229,129,70,1) 0%,rgba(229,31,22,1) 100%);
    background: linear-gradient(to right, rgba(229,129,70,1) 0%,rgba(229,31,22,1) 100%);
    color: #ffffff;
}

.get-in-touch ul.social-media li a:hover {
    background: rgb(229,129,70);
    background: -moz-linear-gradient(left, rgba(229,129,70,1) 0%, rgba(229,31,22,1) 100%);
    background: -webkit-linear-gradient(left, rgba(229,129,70,1) 0%,rgba(229,31,22,1) 100%);
    background: linear-gradient(to right, rgba(229,129,70,1) 0%,rgba(229,31,22,1) 100%);
    color: #ffffff;
}

.get-in-touch .content-container a:hover {
    color: #fb8f5a;
}

.footer-section.company-info p {
    margin: 0 0 10px;
}

.footer-bottom p a.identify:hover:after {
    background: #ffffff;
}

.white-pannel-bottom-pattern {
    float: left;
    width: 298px;
    background: url(../../uploads/2019/07/Subpage-White-Block-Shape.png) center center no-repeat;
    background-size: contain;
    height: 110px;
    position: absolute;
    bottom: -23px;
    left: 0;
}

.orange-cta-container {
    float: left;
    width: 100%;
    background: #db7132;
    padding: 30px;
    border-radius: 20px;
}

.hero-icon-container img {
    height: 100%;
}

.hero.subpage-header {
    height: 470px;
}

.hero.subpage-header .content-container {
    margin: 210px 0 0;
    padding-left: 35px;
}

.hero.subpage-header h1 {
    font-size: 49px;
    color: #ffffff;
    font-weight: 800;
    margin: 0 0 14px;
}

#breadcrumbs b {     
	color: #c2c4ff;   
	margin: 0 15px;    
	font-size: 12px;    
	font-weight: 600;
}

#breadcrumbs a {
    color: #c2c4ff;
    font-weight: 900;
    font-size: 14px;
}

#breadcrumbs strong {
    font-size: 14px;
    color: #ffffff;
    font-weight: 900;
}

.hero.subpage-header p#breadcrumbs {
    margin: 0 0 35px;
}

.hero.subpage-header {
    margin: 0 0 90px;
}

.cta-blocks .cta-icon-hover {
    opacity: 0;
}

.cta-blocks .cta-container:hover .cta-icon {
    opacity: 0;
}

.cta-blocks .cta-container:hover .cta-icon-hover {
   opacity: 1;
}

.cta-container {
    height: 100%;
}

.cta-icon-container img {
    height: 100%;
    position: absolute;
}

.service-parent-main h2 {
    color: #ffffff;
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 20px;
}

.service-parent-main .content-container {
    float: left;
    width: 100%;
    margin: 0 0 40px;
}

.service-parent-main .content-container p:last-of-type {
    margin: 0;
}

.checklist-container {
    float: left;
    width: 100%;
}

.checklist-container {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
}

.checklist-container li {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 50px;
    margin: 0 0 38px;
    padding-right: 15px;
    height: 30px;
}

.checklist-container li:before {
    content: "\f00c"; 
    float: left;
    width: 32px;
    height: 32px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(229,129,70);
    background: -moz-linear-gradient(left, rgba(229,129,70,1) 0%, rgba(229,31,22,1) 100%);
    background: -webkit-linear-gradient(left, rgba(229,129,70,1) 0%,rgba(229,31,22,1) 100%);
    background: linear-gradient(to right, rgba(229,129,70,1) 0%,rgba(229,31,22,1) 100%);
    color: #fff;
    line-height: 32px;
    font-size: 14px;
}

.service-parent-main .checklist-container li {
    width: 50%;
}

.service-parent-main .checklist-container li:nth-child(odd) {
    clear: left;
}

.service-parent-main h4 {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    margin: 0 0 32px;
    font-weight: 500;
}

.case-study-and-services h2 {
    float: left;
    width: 100%;
    font-size: 30px;
    color: #ffffff;
    margin: 0 0 42px;
}

.case-study-and-services .content-container {
    float: left;
    width: 100%;
    padding: 40px;
    background: #3a3a48;
}

.case-study-and-services span.title {
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 10px;
}

.case-study-and-services span {
    float: left;
    width: 100%;
    color: #cecedc;
    font-size: 22px;
    margin: 0 0 16px;
}

.case-study-and-services .cta-icon-container {
    height: 56px;
    width: 80px;
    max-width: 54px;
}

.case-study-and-services .cta-content-container {
    float: left;
    width: 280px;
    padding-left: 15px;
}

.case-study-and-services .cta-icon-hover {
    opacity: 0;
}

.case-study-and-services .cta-container:hover .cta-icon {
    opacity: 0;
}

.case-study-and-services .cta-container:hover .cta-icon-hover {
    opacity: 1;
}

.case-study-and-services h3 {
    font-size: 18px;
    color: #ffffff;
    float: left;
    width: 100%;
    margin: 0 0 14px;
}

.case-study-and-services .cta-icon-container img {
    height: auto;
}

.cta-blocks .cta-container:hover .cta-button {
    background: rgb(229,129,70);
    background: -moz-linear-gradient(left, rgba(229,129,70,1) 0%, rgba(229,31,22,1) 100%);
    background: -webkit-linear-gradient(left, rgba(229,129,70,1) 0%,rgba(229,31,22,1) 100%);
    background: linear-gradient(to right, rgba(229,129,70,1) 0%,rgba(229,31,22,1) 100%);
    color: #ffffff;
}

.gallery-container {
    float: left;
    width: 100%;
    padding: 44px 44px 14px;
    background: #ffffff;
}

.gallery h2 {
    float: left;
    width: 100%;
    color: #2d2d3d;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 30px;
}

.gallery-image-container {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 30px;
}

.overlay {
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(45, 45, 61, 0);
    height: 100%;
    display: block;
}

.gallery-image-container img {
    width: 100%;
    height: 100%;
}

.gallery-image-container:hover .overlay {
    background: rgba(45, 45, 61, 0.6);
}

.expand {
    width: auto !important;
    height: auto !important;
}

.service-location h2 {
    float: left;
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 21px;
}

.service-location li:before {
    content: "\f041";
    width: 41px;
    height: 41px;
    position: absolute;
    top: -8px;
    left: 0;
    background: rgb(229,129,70);
    background: -moz-linear-gradient(left, rgba(229,129,70,1) 0%, rgba(229,31,22,1) 100%);
    background: -webkit-linear-gradient(left, rgba(229,129,70,1) 0%,rgba(229,31,22,1) 100%);
    background: linear-gradient(to right, rgba(229,129,70,1) 0%,rgba(229,31,22,1) 100%);
    color: #ffffff;
    text-align: center;
    line-height: 40px;
}

.service-location ul {
    float: left;
    width: 100%;
    list-style: none;
	padding: 0 15px;
}

.service-location li {
    float: left;
    width: 20%;
    padding-left: 63px;
    position: relative;
}

.service-location li a:after {
    content: "";
    float: left;
    width: 100%;
    height: 1px;
    background: #fff;
}

.service-location li a {
    float: left;
    color: #ffffff;
    position: relative;
}

.service-location-text {
    float: left;
    width: 100%;
    margin: 0 0 49px;
}

.service-location-text p:last-of-type {
    margin: 0;
}

.service-page-main h2 {
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 24px;
    padding: 0;
    margin: 0 0 18px;
}

.accordion-section .acc-title:after {
    content: "\f078";
    float: right;
    font-size: 15px;
    font-weight: normal;
    margin: 5px 0;
}

.accordion-section .acc-title.active:after {
	transform: rotate(-180deg);
}

.hero.case-study-header {
    height: 540px;
    margin: 0 0 75px;
}

.hero.case-study-header .gradient {
    float: left;
    width: 100%;
    background: -moz-linear-gradient(top,  rgba(13,6,7,0) -15%, rgba(45,45,61,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(13,6,7,0) -15%,rgba(45,45,61,1) 100%);
    background: linear-gradient(to bottom,  rgba(13,6,7,0) -15%,rgba(45,45,61,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000d0607', endColorstr='#2d2d3d',GradientType=0 );
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.hero.case-study-header .white-side-panel {
    padding: 225px 30px 0;
}

.hero.case-study-header .white-side-panel span.title {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #2d2d3d;
    font-weight: 500;
    margin: 0 0 10px;
}

.hero.case-study-header .white-side-panel span {
    float: left;
    width: 100%;
    font-size: 22px;
    color: #2d2d3d;
    font-weight: 300;
    margin: 0 0 15px;
}

.hero.case-study-header .content-container {
    padding: 270px 0 0;
}

.hero.case-study-header h1 {
    float: left;
    width: 100%;
    font-size: 55px;
    font-weight: 800;
    color: #ffffff;
    padding: 0;
    margin: 0 0 10px;
}

.error404 .hero.case-study-header h1 {
    font-size: 110px;
}

.icon-block.case-study {
    margin: 0 0 60px;
}

.case-study-main h2 {
    float: left;
    width: 100%;
    font-size: 24px;
}

.case-study-main .content-container {
    float: left;
    width: 100%;
    margin: 0 0 34px;
}

.case-study-main img {
    margin: 0 0 44px;
}

.case-study-main h4 {
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 20px;
    margin: 0 0 32px;
}

.case-study-main .checklist-container {
    margin: 0 0 40px;
}

.related-case-studies.case-study h2 {
    margin: 0 0 40px;
}

.news-post .post-content {
    padding: 34px 32px;
    background: #3a3a48;
	float: left;
	width: 100%;
}

.news-post .post-content h3 {
    float: left;
    width: 100%;
    margin: 0 0 16px;
}

.news-post .post-content h3 a {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
}

.cta-button.full {
    width: 100%;
    text-align: center;
}

.checklist-container li span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	padding-right: 10px;
}

.related-case-studies.case-study {
    margin: 0 0 85px;
}

.contact-main .meta-inner span.title {
    float: left;
    width: 100%;
	font-size: 13px;
}

.contact-main .meta-inner a {
    font-size: 24px;
    color: #ffffff;
    margin: 0 0 27px;
    float: left;
}

.contact-main .social-media {
    float: left;
    width: 100%;
    list-style: none;
}

.contact-main .social-media li {
    float: right;
}

.contact-main .social-media li a {
    font-size: 21px;
    color: #474aa7;
    line-height: 48px;
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 100%;
    margin: 0 10px 0 0;
    text-align: center;
    float: left;
}

ul.social-media li:last-of-type a {
    margin: 0;
}

.contact-main .social-media li a:hover {
	background: rgb(229,129,70);
	background: -moz-linear-gradient(left, rgba(229,129,70,1) 0%, rgba(229,31,22,1) 100%);
	background: -webkit-linear-gradient(left, rgba(229,129,70,1) 0%,rgba(229,31,22,1) 100%);
	background: linear-gradient(to right, rgba(229,129,70,1) 0%,rgba(229,31,22,1) 100%);
	color: #ffffff;
}

.map-container {
    float: left;
    width: 100%;
    height: 342px;
	margin: 8px 0 0;
}

.contact-main .meta-inner a:hover {
	color: #fb8f5a;
}

.contact-main {
    margin: 0 0 82px;
}

.standard-post .content-container {
    margin: 0 0 15px;
    float: left;
    width: 100%;
}

.hero-button-container {
    float: right;
    position: relative;
}

.hero-button-container img {
    float: left;
    position: absolute;
    top: 57px;
    right: 70px;
    height: 310px;
}

input.wpcf7-not-valid {
    border: 1px solid red !important;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.pattern-container {
/*    background: -moz-linear-gradient(top, rgba(57,57,83,1) 0%, rgba(125,185,232,0) 100%);
    background: -webkit-linear-gradient(top, rgba(57,57,83,1) 0%,rgba(125,185,232,0) 100%);
    background: linear-gradient(to bottom, rgba(57,57,83,0.8) 28%,rgba(125,185,232,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393953', endColorstr='#007db9e8',GradientType=0 );*/
    float: left;
    height: 100px;
    position: absolute;
    bottom: 2px;
    right: 0px;
    width: 100%;
    max-width: 70%;
    background: none;
}

.cta-container:hover * {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.cookieconsent-overlay {    
	position: fixed;    
	z-index: 9999999;    
	background: rgba(56, 56, 80, 0.7);    
	opacity: 1;
}

.icon-block-container {
    float: left;
    width: 100%;
}

.icon-block-container:hover .icon-container {
    background: #e27d45;
}

.icon-block-container:hover span.title {
    color: #e27d45;
}

.standard-post ul {
    padding-left: 15px;
}

.padding-right-30 {
	padding-right: 30px;	
}

.post-type-archive-case_studies .news-post {
    margin: 0 0 35px;
}

.service-location li a:hover:after {
    width: 0;
}

.cta-container.stacked .cta-icon-container img {
    max-height: 100%;
    max-width: 54px;
}

.extra-padding {
    padding-right: 40px;
}

.overlay i {
    font-size: 24px;
    color: #ffffff;
    float: left;
    width: 100%;
    text-align: center;
    opacity: 0;
}

.gallery-block-image.gallery-image-container:hover .overlay i {
    opacity: 1;
}

.hero.small {
    height: 400px;
}

.hero.small .content-container {
    padding: 140px 0 0;
}

.hero.full-height {
    height: 100vh;
    overflow: hidden;
    margin: 0;
}

.error-404-inner p {
    font-weight: 500;
    font-size: 18px;
}

.error-404-inner a:hover {
    color: #ffffff;
}

ul.social-media * {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.sidebar-padding {
	padding-right: 45px;
}

.page-template-contact ul.social-media {
    margin: 16px 0 0;
}

.standard-page-template {
    margin: 0 0 90px;
}

.service-location {
    margin: 0 0 90px;
}

.gallery {
    margin: 0 0 90px;
}

.single-title {
    margin: 62px 0 10px !important;
}

.latest-case-study .extra-padding {
    padding: 0 30px;
}

a#burgerMenu span:nth-of-type(1) {
    top: 6px;
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

a#burgerMenu span:nth-of-type(2) {
    top: 19px;
    opacity: 1;
}

a#burgerMenu span:nth-of-type(3) {
    bottom: 6px;
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

a#burgerMenu span {
    position: absolute;
    width: 30px;
    height: 3px;
    display: block;
    background: #2d2d3d;
    left: 5px;
}

a#burgerMenu {
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    border: none;
    color: #1b1b1b;
    padding: 0;
    position: relative;
    padding: 5px;
}

a#burgerMenu.clicked span:nth-of-type(1) {
    top: 19px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

a#burgerMenu.clicked span:nth-of-type(2) {
    top: 19px;
    opacity: 0;
}

a#burgerMenu.clicked span:nth-of-type(3) {
    bottom: 18px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

a#burgerMenu.clicked span {
    background: #2d2d3d;
}

.accred-logo-contain:hover {
    cursor: default;
}

.page-template-contact header ul.social-media {
    margin: 0 20px 0 0;
    padding: 0 20px 0;
}

.gdpr {
    float: left;
    width: 100%;
    display: block;
    margin: 15px 0 0;
    font-size: 13px;
    color: #2d2d3d;
    font-family: 'Euclid Triangle Trial', 'Muli', sans-serif;
    font-weight: 500;
    line-height: 17px;
}

.page-template-default .hero.case-study-header {
    height: 450px;
}

a.header-call-us.alt {
    margin: 0 0 0 3px;
}

/*##############################################################################################*/
/* hidden elements*/
.element, .wpcf7 form .fields.submit span.ajax-loader, body.error404 .header, body.error404 .footer, body.error404 .footer-bottom, .page .standard-post .standard-post-meta, .page .post-navigation, .contact-meta a span p br, .single-testimonials .standard-post .standard-post-meta, .testimonials-template-default .social-feed, .grecaptcha-badge  {
 	display:none !important;
 	visibility:none !important;
}

 /* no transitions */
div#cookie-law-info-bar .header .menu-main-menu-container ul li > ul.sub-menu, .header .menu-main-menu-container ul li.menu-item-has-children > a:after, .mega-menu-container, .header .menu-main-menu-container ul li > ul.sub-menu, .lightboxOverlay, .lightbox, .lightbox *, .accordion-section .acc-section, .tabbed-container .tabbed-content-contain .tabbed-inner {
     -webkit-transition: none !important;
     -moz-transition:  none !important;
     -ms-transition:  none !important;
     -o-transition:  none !important;
     transition:  none !important;
 }