/*
 Theme Name:   Squires
 Theme URI:    http://divi.space/
 Description:  A Child Theme built for Divi on Divi Space
 Author:       Dreamscape Design Ltd
 Author URI:   http://www.dreamscapedesign.co.uk
 Template:     Divi
 Version:      1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

.container, .et_pb_row, .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
	width:92%;
}

#top-header {
	display:none;
}

#main-header {
	background-color:#021236;
	background-image:url(/wp-content/themes/Squires/img/header-bg.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center right;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

p.strapline {
	display:inline-block;
	font-family: 'Libre Baskerville',Georgia,"Times New Roman",serif;
	color:#81899B;
	font-size: 22px;
    padding: 10px 10px 7px 25px !important;
    margin-left: 25px;
    border-left: solid 2px #1C2A4A;
}

.et_header_style_left .logo_container {
	position:static;
	height: 115px;
}

#top-menu, .fullwidth-menu, nav#top-menu-nav, nav.fullwidth-menu-nav {
	float:none;
}

#et-top-navigation {
    float: none;
	padding:0 !important;
	background:#344D96;
	z-index: 100000;
    position: relative;
    margin-top: -1px;
}

#top-menu li {
	padding-right:55px;
}

#top-menu li a {
	font-weight:400;
	position:relative;
}

#top-menu li a:hover, #top-menu li.current-menu-item a {
	color: #FFF;
	opacity:1 !important;
}

#top-menu li a:after {
	content:'';
	position: absolute;
    left: 50%;
    bottom: 0px;
    height: 5px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #344D96;
    margin-left: -8px;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#top-menu li a:hover:after, #top-menu li.current-menu-item a:after {
	content:'';
	position: absolute;
    left: 50%;
    bottom: 0px;
    height: 5px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #021236;
    margin-left: -8px;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#et-info-phone {
    margin-right: 0;
    float: right;
    display: inline-block;
    color: #AEB8D5;
    font-size: 20px;
    font-weight: normal;
	font-family: 'Libre Baskerville',Georgia,"Times New Roman",serif;
	margin-top: 12px;
}

#et-info-phone a {
	color: #AEB8D5;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#et-info-phone a:hover {
	color: #FEA54D;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#et-info-phone:before {
	color: #FEA54D;
    top: 2px;
    right: 4px;
}

.homeslider {
	background-size:70% !important;
}

.homeslider h1 {
	border-bottom:solid 4px;
	border-color:rgba(255,255,255,0.1);
	padding-bottom: 16px;
    margin-bottom: 20px;
}

.homeslider h1 strong {
	text-transform:uppercase;
	font-weight:normal;
	color:#FFF;
}

.homeslider .et_pb_text_inner a {
	color: #FFF;
    padding: 11px;
    display: block;
    text-align: center;
    border: solid 2px #FFA64D;
    border-radius: 50px;
    font-size: 19px;
	margin-top:30px;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.homeslider .et_pb_text_inner a:hover {
	background:#FFA64D;
	color:#333;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.homeslider .et_pb_text_inner h6 {
	color:#819FF1 !important;
	margin-top:15px;
	line-height: 1.4em;
}

.homeslider .et_pb_column_1_3.et_pb_column_0, .homeslider .et_pb_column_1_3.et_pb_column_1 {
	display:none;
}

.hotspots img {
	border-radius:3px;
	margin-bottom:5px;
}

.home .hotspots a {
	color: #334C96;
    padding: 11px 30px;
    display: block;
    border: solid 2px #FFA64D;
    border-radius: 50px;
    font-size: 20px;
    margin-top: 13px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-weight: 600;
	position:relative;
}

.home .hotspots a:hover {
	background:#FFA64D;
	color:#333;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.home .hotspots a:after {
	text-shadow: 0 0;
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    content: "\35";
    position: absolute;
    right: 12px;
    font-size: 40px;
    font-weight: bold;
    top: 4px;
}

.twitterfeed h2 {
	border-bottom: solid 4px;
    border-color: rgba(255,255,255,0.1);
    padding-bottom: 16px;
    margin-bottom: 20px;
	display:inline-block;
}

#ctf .ctf-author-name {
    margin-top: 0;
    font-size: 15px;
	font-weight: 600 !important;
	margin-left: 0;
}

#ctf.ctf-styles .ctf-tweet-meta {
	position:relative;
	font-size: 14px;
    font-weight: 600;
}

.ctf-tweet-meta:before {
	content: '';
    background: #FFF;
    width: 5px;
    height: 2px;
    display: inline-block;
    margin-right: 7px;
    top: -3px;
    position: relative;
}

#ctf.ctf-super-narrow .ctf-tweet-content {
	font-size:13px;
	line-height: 1.55em;
}

#ctf .ctf-item {
	padding: 0 0px 17px 28px;
	border-top:none;
	position:relative;
}

#ctf .ctf-item:before {
	text-shadow: 0 0;
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    content: "\e094";
    position: absolute;
    left: 0px;
    font-size: 17px;
    top: 7px;
    color: #03A9F4;
}

#ctf.ctf-super-narrow .ctf-author-box {
    min-height: 0;
    margin-bottom: 0;
}

.mCSB_inside>.mCSB_container {
    margin-right: 20px;
}

.getintouch a {
	color: #FFF;
    padding: 12px 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    font-size: 20px;
    margin-top: 30px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	background-color:#162546;
}

.getintouch a:hover {
	background-color:rgba(22,37,70,0.5);
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#footer-bottom {
	padding: 22px 0 10px;
	margin-top:10px;
}

#footer-info {
	float:none;
}

#footer-info p, #footer-info p a {
	font-size:15px;
	font-weight:500;
}

#footer-info p a:hover {
	opacity:1 !important;
	color:#fea54c;
}

p.pleft {
	display:inline-block;
	float:left;
	width:33.3%;
}

p.pmid {
	display:inline-block;
	float:left;
	width:33.3%;
	text-align:center;
}

p.pright {
	display:inline-block;
	float:right;
	width:33.3%;
	text-align:right;
}






.contactdetails ul {
	list-style:none;
	margin:0;
	padding:0;
}

.contactdetails ul li {
	position:relative;
	padding-left:30px;
	font-weight:600;
	line-height: 1.8em;
	text-shadow:1px 1px 1px rgba(0,0,0,0.3);
}

.contactdetails ul li:nth-child(2):before {
	font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	content: "\e076";
	position:absolute;
	left: 0;
    font-size: 21px;
	color:#0B6119;
	text-shadow:none;
	top:6px;
}

.contactdetails ul li:nth-child(1) {
	margin-top:10px;
}

.contactdetails ul li:nth-child(2) {
	margin-top:15px;
}

.contactdetails ul li a {
	color:#FFF;
}

.contactdetails ul li:nth-child(1):before {
	font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	content: "\e090";
	position:absolute;
	left: 0;
    font-size: 22px;
	color:#0B6119;
	text-shadow:none;
	top:6px;
}

body .gform_wrapper ul li.gfield {
	margin-top:0 !important;
	margin-bottom:12px !important;
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}

#gform_wrapper_1 {
	padding: 15px;
    background: #021236;
    border-radius: 3px;
}

#gform_wrapper_2 {
	padding: 15px;
    background: #344D96;
    border-radius: 3px;
}

.gform_wrapper {
    margin: 10px 0 0 !important;
}

.gform_wrapper ul.gform_fields li.gfield {
	padding-right:0 !important;
}	

.gform_wrapper label {
	display:none !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper textarea, .gform_wrapper select {
	background: #021236;
    color: #FFF;
    padding: 9px 12px !important;
    border-radius: 2px;
    font-weight: 500;
    font-size: 15px !important;
    border: solid 1px;
    border-color: rgba(255,255,255,0.45);
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}

.gform_wrapper#gform_wrapper_2 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper#gform_wrapper_2 textarea, .gform_wrapper#gform_wrapper_2 select {
	border:none;
}

.gform_wrapper textarea {
	height:218px !important;
	display:block !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
}
:-moz-placeholder { /* Firefox 18- */
  color: #FFF;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
	background-color: #fea54c;
    color: #021236;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px !important;
    padding: 9px 15px 9px 15px !important;
    border: none;
    border-radius: 2px;
    margin-right: 0 !important;
    line-height: 1.15em !important;
    width: 100% !important;
    text-align: left;
    margin-top: 3px !important;
}

.gform_wrapper .gform_footer {
    padding: 0 !important;
    margin: 2px 0 0 !important;
	display:inline-block;
	width:100% !important;
	position: relative;
}

.gform_wrapper .gform_footer:after {
	content: "\35";
    text-shadow: 0 0;
    font-family: ETmodules!important;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    position: absolute;
    color: #021236;
    font-size: 31px;
    right: 4px;
    top: 6px;
    font-weight: bold;
}

body .gform_wrapper div.validation_error {
	color: #fea54c;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
    border-top: none;
    border-bottom: none;
    padding: 0 0 16px;
    width: 100%;
    text-align: center;
    line-height: 1.4;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: none !important;
}

body .gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 0!important;
    border-top: none;
    border-bottom: none;
    padding-bottom: 6px;
    padding-top: 0;
}

body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
	border:solid 1px #fea54c;
}

body .gform_wrapper .validation_message {
    color: #fea54c;
    padding-top: 0 !important;
    padding-bottom: 5px !important;
}

.container.crumb {
	z-index: 10;
}

#breadcrumbs {
	float: right;
    position: absolute;
    right: 0;
    top: 27px;
    padding: 6px 20px;
    border-radius: 3px;
    background-color: rgba(255,255,255,0.1);
    color: #fea54c;
    font-size: 16px;
    font-weight: 400;
}

#breadcrumbs a {
    color: #fea54c;
	padding-right:4px;
}

.breadcrumb_last {
	padding-left:4px;
}

.sp-logo-carousel .sp-lc-logo img {
    width: auto;
    max-height: 59px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 85%;
}

.sp-logo-carousel .sp-lc-logo {
    border: 1px solid #DDD;
    padding: 10px;
    min-height: 100px;
    position: relative;
}



.slick-arrow .fa {
	font-family: dashicons !important;
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
}

.fa-angle-left:before {
    color: #344D96;
    font-size: 35px;
}

.fa-angle-right:before {
    color: #344D96;
    font-size: 35px;
}


#wpl-logo-carousel-88 {
	margin-top:20px;
}

.hotspots strong {
	font-size: 20px;
    color: #344D96;
    padding-bottom: 6px;
    display: block;
    line-height: 1.5;
}

.home #breadcrumbs {
	display:none;
}

.et_pb_button_module_wrapper>a.fullwidth {
	display:block !important;
	padding-left:0.7em !important;
}

body #page-container .et_pb_button_module_wrapper>a.fullwidth:hover {
	background:#021236 !important;
	color:#fea54c !important;
}

.et_pb_button_module_wrapper>a.fullwidth:after {
	right:20px;
	color:#fea54c !important;
}

.et_pb_button_module_wrapper>a.fullwidth:hover:after {
	right:7px;
}

.sidebarcol {
	padding:10px 0px 10px 30px;
	border-left:solid 1px #EEE;
}

.styledbullets ul {
	list-style:none;
	padding:0;
    border-radius: 3px;
	background: #344d96;
	padding:7px 15px;
}

.styledbullets ul li {
	padding: 10px 10px 10px 34px;
    display: block;
    color: #FFF;
    margin-bottom: 0px;
	position:relative;
	border-bottom: solid 1px;
    border-color: rgba(0,0,0,0.15);
}

.styledbullets ul li:last-child {
	border:none;
}

.styledbullets ul li:before {
	content: "\4e";
    text-shadow: 0 0;
    font-family: ETmodules!important;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    position: absolute;
    color: #fea54c;
    font-size: 25px;
    left: 0px;
    top: 11px;
    font-weight: bold;
}

.styledbullets#products ul {
	margin-top:25px;
}

.wpcp-carousel-section.nav-vertical-center .slick-next {
    right: -5px;
}

.wpcp-carousel-section.nav-vertical-center .slick-prev {
    left: -10px;
}

.wpcp-carousel-section .wpcp-single-item img {
	padding: 5px;
    border: none;
}

.wpcp-carousel-section.sp-wpcp-193 .wpcp-single-item {
	background:none;
}

.styledbullets#sectors ul {
	list-style:none;
	padding:20px 0 0 0 !important;
    border-radius: 0;
	background: none;
	padding:0;
	width:100% !important;
}

.styledbullets#sectors ul li {
	padding: 10px 10px 10px 38px;
    display: block;
    color: #FFF;
    margin-bottom: 16px;
	position:relative;
	border-bottom: none;
	background:#021236;
	border-radius:3px;
	width: 18.5%;
    display: inline-block;
    margin-right: 1.9%;
	margin-left:-4px;
	vertical-align:top;
}

.styledbullets#sectors ul li:nth-child(1), .styledbullets#sectors ul li:nth-child(6) {
	margin-left:0;
}

.styledbullets#sectors ul li:nth-child(5), .styledbullets#sectors ul li:nth-child(10) {
	margin-right:0;
}

.styledbullets#sectors ul li:before {
	left:8px;
}

.gform_wrapper#gform_wrapper_2 {
	margin:0 !important;
}

.list-unstyled {
    padding-left: 0 !important;
    list-style: none !important;
    margin-top: 0;
    padding-bottom: 5px !important;
}

ul.contact-info-wrap .contact-field {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 10px !important;
    padding-left: 0 !important;
}

ul.contact-info-wrap .contact-field:last-child {
	margin-bottom:0 !important;
}

ul.contact-info-wrap .contact-field i {
    min-width: 22px;
    display: inline-block;
    float: left;
    margin-top: 7px;
    font-size: 14px;
    color: #021236;
}

.contact-field strong {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8em;
    max-width: 90%;
	color:#FFF;
}

.contact-field strong a {
	color:#FFF;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.contact-field strong a:hover {
	color:#fea54c;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.fa-home:before {
    content: "\e081" !important;
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
}

.fa-phone:before {
    content: "\e090" !important;
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
}

.et-social-icons {
	float:none;
	padding: 12px 0 0 !important;
	text-align:left !important;
}

.et-social-icons li {
    margin-left: 0;
    margin-right: 13px;
}

.et-social-icon a {
	display: inline-block;
    position: relative;
    background: #fea54c;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    transition: color .3s ease 0s;
    color: #021236;
    padding: 5px 9px 2px;
    border-radius: 50px;
}

.et-social-icon a:hover {
	background: #021236;
	color: #fea54c !important;
	opacity:1 !important;
}

.distance ul {
	list-style:none;
	margin:0 !important;
	padding:0 !important;
}

.distance ul li {
	position: relative;
    padding-left: 21px;
    font-size: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.distance ul li:before {
	    content: "\35";
    text-shadow: 0 0;
    font-family: ETmodules!important;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    position: absolute;
    color: #fea54c;
    left: -5px;
    top: 6px;
    font-weight: bold;
    font-size: 22px;
}





@media (max-width:1213px) {

.styledbullets#sectors ul li {
	width: 32%;
	margin-left: 0;
	margin-right:1% !important;
}

}


@media (max-width:1084px) {

#top-menu li {
    padding-right: 25px;
}

.styledbullets#sectors ul li {
	width: 47%;
	margin-left: 0;
	margin-right:2% !important;
}

}


@media (max-width:1014px) {
#top-menu li a {
	font-size: 17px !important;
}
}


@media (max-width:980px) {

.mobile_menu_bar {
	position: absolute;
    right: 0;
    top: -97px;
    z-index: 100000;
}

.mobile_menu_bar:before {
	background: #FFF;
    padding: 3px 3px 1px;
    border-radius: 3px;
}

#logo {
	max-height:33%;
	vertical-align: baseline;
}

p.strapline {
	display:block;
	font-size: 17px;
    padding: 0 !important;
    margin-left: 0;
    border-left: none;
    margin-top: -42px;
}

#et-info-phone {
	display:none;
}

.et_mobile_menu {
	background-color:#344D96;
	padding: 0;
    border-top: none;
}

.et_mobile_menu li a {
	padding: 13px 25px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    font-size: 18px;
}

#main-header {
	border-bottom:solid 10px #344D96;
}

.homeslider {
	background-position:bottom center !important;
	background-size: 580px !important;
}

.homehotspotcols .et_pb_column_3_4 .et_pb_column_3_8 {
	width: 47.97979798%;
    margin-right: 4.04%;
}

.et_pb_column {
    margin-bottom: 30px;
}

#footer-info p {
	display:block;
	width:100%;
	float:none;
	text-align:center;
}

div.wpl-logo-carousel.wpl-logo-carousel-free-area .slick-prev {
    left: -30px;
}

div.wpl-logo-carousel.wpl-logo-carousel-free-area .slick-next {
    right: -30px;
}

.sidebarcol {
    padding: 10px 0px 10px 0;
    border-left: none;
}


}


@media (max-width:768px) {

#main-header {
	background-image:none;
}

.getintouchcont {
	background-position:center !important;
}

#breadcrumbs {
	display:none;
}

.styledbullets ul {
	margin-bottom:25px;
}


}


@media ( max-width: 850px ) {

}


@media ( max-width: 700px ) {

}


@media (min-width:981px) {

.et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a {
    padding-bottom: 20px !important;
    padding-top: 18px !important;
}

#top-menu-nav, ul#top-menu {
	display:inline-block;
}

.homeslider .et_pb_column_1_3.et_pb_column_2 {
	float:right;
	margin-right:0 !important;
}

}


@media (min-width:768px) {

.styledbullets ul:nth-of-type(1) {
	width: 49%;
    float: left;
    display: inline-block;
}

.styledbullets ul:nth-of-type(2) {
	width: 49%;
    float: right;
    display: inline-block;
}

.styledbullets#products ul:nth-of-type(1) {
	width: 32%;
    float: left;
    display: inline-block;
	margin-right:2%;
}

.styledbullets#products ul:nth-of-type(2) {
	width: 32%;
    float: left;
    display: inline-block;
	margin-right:2%;
}

.styledbullets#products ul:nth-of-type(3) {
	width: 32%;
    float: left;
    display: inline-block;
	margin-right:0;
}

}


@media (min-width:600px) {

.et_pb_column_3_4 .et_pb_row_inner.col2 .et_pb_column_3_8, .et_pb_gutters2 .et_pb_column_3_4 .col2 .et_pb_column_3_8 {
    width: 47.97979798%;
    margin-right: 4.04%;
}

}



@media (max-width:600px) {

.homehotspotcols .et_pb_column_3_4 .et_pb_column_3_8 {
	width:100%;
	margin-right:0;
	padding-right:0;
}

.homehotspotcols .et_pb_column_3_4 .et_pb_column_3_8:first-child {
	margin-bottom:55px;
}

div.wpl-logo-carousel.wpl-logo-carousel-free-area .slick-prev {
    display:none !important;
}

div.wpl-logo-carousel.wpl-logo-carousel-free-area .slick-next {
    display:none !important;
}
	
}


@media (max-width:500px) {

.styledbullets#sectors ul li {
	width: 100%;
	margin-left: 0;
	margin-right:0 !important;
}

p.strapline {
	font-size:14px;
}

.getintouch a {
	display:block;
}

}

@media (min-width:1300px) {

}




