/*
Theme Name:   B2B Child
Theme URI:    http://jerram.co.uk/wordpress/b2b/
Description:  B2B Child Theme
Author:       Keiron Roberts
Author URI:   http://jerram.co.uk
Template:     b2b
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         
Text Domain:  b2b-child
*/



/* JPANEL OVER_RIDE */
/* Need this for the fixed header bar */

.jPanelMenu-panel{
	position: inherit !important;
	transform: none !important;
}

.jPanelMenu-important{
	position: static !important;
	transform: translate3d(-250px, 0px, 0px) !important;
}

/* END OF JPANEL OVER_RIDE */


body{
	background-color: #ececec;
	font-size: 14px !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #575756;
	line-height: 1.5;
}

.site-main{
	font-size: 16px;
}

.ninja-forms-cont{
	clear: both;
}
#ninja_forms_form_18_response_msg { display:none; }
img {
    max-width: 100%;
    height: auto;
}

.100pc-width.wpb_single_image img{
	width: 100% !important
}


a{
	color: #f39200;
	text-decoration: none;
}

.each-story a,
.main_article a{
	color: #f39200 !important;
	text-decoration: none !important;
}

.each-story span,
.single #main span{
	text-decoration: none !important;
}

hr{
	clear: both;
}

img[src*="svg"] {
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
}

.no-margin{
	margin: 0 !important;
}

.fixedbar{
	position:fixed;
	width: 100%;
	background-color: #ececec;
	padding-top: 0;
	height: 10em;
	z-index: 3000;
	-webkit-box-shadow: 0px 10px 10px -8px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px 10px 10px -8px rgba(0,0,0,0.30);
	box-shadow: 0px 10px 10px -8px rgba(0,0,0,0.30);
}

.navbar{
	 position:fixed;
	 top: -1px;
	 margin-top:8.5em;
	 width: 100%;
	 z-index: 3001;
}

.headerspacer{
	height: 10em;
}

#cssmenu{
	font-size: 1.173em; /* 15px */
	text-transform: uppercase;
	position: relative;
	margin-top: 0.7em !important;
	height: 3em !important;
	-webkit-box-shadow: 0px 10px 10px -8px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px 10px 10px -8px rgba(0,0,0,0.30);
	box-shadow: 0px 10px 10px -8px rgba(0,0,0,0.30);
}

#cssmenu > ul > li > a {
    padding: 1em 1em !important;
	border-left: 1px solid #fff;
}

#cssmenu > ul > li:first-child > a {
	border-left: none;
}

#cssmenu ul li > ul{
	text-transform: none;
	background-color: #333 !important;
	padding-top: 0 !important;
}

#cssmenu ul li > ul, #cssmenu ul li > div {
    top: 3.01em !important;
}

#hero{
	background-size: cover;
	background-position: 0.1em;
	margin-top: 1px;
}

.down-arrow{
	background-image: url(images/down-arrow.svg);
	position: absolute;
	background-color: transparent !important;
	text-align: center;
	width: 5em;
	height: 5em;
	left: 50%;
	margin-top: -2.5em;
	margin-left: -2.5em;
	cursor: pointer;
	z-index:300;
}

.down-arrow-line{
	content: '';
	height: 1px;
	background-color: #fff;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 0 !important;
	z-index:200;
}

.selected-vendors:before{
	margin-top: -4.5em;
}

#subtleform .get-in-touch:before{
	display: none;
	content: '';
}

.periodic-table{
	position: relative !important;
	overflow: visible !important;
}

.periodic-element{
	position: absolute;
	left: 0;
	top: -2.63em;
	display: block;
	width: 3em;
	height: 3em;
	line-height: 3em;
	text-align: center;
	background-color: #CCC;
	color: #FFF;
	z-index: 100;
	font-size: 1.9em;
}

.parent-pageid-1043 .periodic-element{
	background-color: #F39200;
}

.parent-pageid-1093 .periodic-element{
	background-color: #64BDEB;
}
	
.inner {
  padding-top: 5em;
  background-color:rgba(0, 0, 0, 0.6);
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.6), 
      rgba(0, 0, 0, 0.6)
    );
}

.logo svg .primary{
	fill: #778692;
}

.logo svg .secondary{
	fill: #0070BA;
}

#hero h1{
	font-size: 4em; /* 56px */
	color: #fff;
	font-weight: 300;
	padding-bottom: 0.3em;
	display: block;
	line-height: 1.1  !important;
}

#hero .nowrap{
	white-space: nowrap;
}

#hero h2 { color: #fff; font-size: 4em; font-weight: 300; line-height: 1.1 !important; margin-bottom: 0 !important; display: block; padding-bottom: 0.3em; }
#hero p{
	font-size: 1.75em; /* 24px */
	color: #64bdeb;
	font-weight: 300;
}

.logo{
	margin-right: 3em;
	display: block;
}
.logo svg{
	max-width:202px;
	max-height:64px;
}

.strap{
	color: #575756;
	font-size: 1.15em; /* 16px */
	padding-top: 1.25em;
	padding-left: 1em;
}

.contact-info{
	position: relative;
}

.search-form {
    position: absolute;
    right: 0;
    top: -2.5em;
	/* background-color: #fff; */
}

.search-field{
	padding: 0.2em;
}

.search-form label{
	opacity: 0;
	width: 0;
	display: block;
	float:left;
	overflow:hidden;
	height:2.1em;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}
.search-form label.js-active{
	opacity:1;
	width:150px;
}

input[type="text"].search-field{
	width: 0.0001em;
	height: 2.1em;
	line-height: 2.3em;
	border: 0;
	margin: 0;
	margin-top: 1px;
	position: relative;
	display:none;
	padding-left: 0.3em;
	width:150px;
	display:inline-block;
}

.search-submit{
	border: none;
	background-color: #F39200;
	width: 2.3em;
	height: 2.3em;
	cursor: pointer;
	background-image: url('images/magnifier.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60% 60%;
	position: relative;
	margin-top: -0.05em;
}

.phone,
.phone a {
	color: #575756;
	font-size: 1.75em; /* 24px */
	display: block;
}

a.email{
	font-size: 0.9em;
	color: #f39200;
	text-decoration: none;
}

.twitter-feed{
	background: #f39200;
}

.footer{
	background-color: #414042;
}

.row{
	clear: both;
}

.section{
	padding-top: 2.5em;
	padding-bottom: 1.5em;
	overflow: hidden;
}

#main .section{
	overflow: visible; /* To allow full width bands */
}

.home #main .section{
	overflow: hidden;
}

.flickity-section{ /* To allow forward/back */
	overflow: visible !important;
}

.content-area{
	padding-bottom: 3em;
}

.parent-pageid-1043 .content-area{
	padding-bottom: 0;
}

.all-team-members img{
	width: 100%;
	height: auto;
}

.alignright,
.alignleft{
	margin: 0.3em;
}

.alignright{
	float: right;
}

.alignleft{
	float: left;
}

.aligncenter{
	display:block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.each-story{
	border-bottom: 1px solid #ccc;
}

.partner-content{
	padding: 0.3em;
}

.sharedvuecontent{
	padding: 10px;
	background-color: #fff;
}

.overflow-allow{
	overflow: visible;
}

h2{
	color: #2c5e75;
	font-size: 1.75em; /* 24px */
	font-weight: 300;
	margin-bottom: 1em;
}

.each-story h2 a{
	color: #2c5e75 !important;
}

h2 span{
	font-size: 0.75em; /* 18px */
}

h3{
	color: #F39200;
	font-size: 1.6em;
	font-weight: 300;
	margin-bottom: 0.5em;
}

p{
	margin-bottom: 1em;
}

.site-content ul{
	margin-left: 2em;
	margin-bottom: 1em;
	list-style-type: disc;
}

.site-content ol{
	margin-left: 2em;
	margin-bottom: 1em;
	list-style-type: decimal;
}

td{
	padding-right: 1em;
	padding-bottom: 0.5em;
}

.home .site-main p{
	font-size: 1.15em; /* 16px */
}

.right{
	text-align: right;
}

.left{
	text-align: left;
}

.centre{
	text-align: center;
}

input[type=text],
input[type=email],
select,
textarea{
	color: #9d9c9c;
	border: 1px solid #f39200;
	padding: 0.65em 1em;
	display: inline-block;
	text-decoration: none;
	/* margin-top: 1em; */
	font-size: 1.05em;
	background-color: #fff;
	margin-right: 0.1em;
	font-family: 'Open Sans', sans-serif;
}

.btn-thick{ color: #fff !important; 
font-size: 1.05em; 
font-weight: bold; 
line-height: 1.5em; 
border: solid 1px !important; 
padding: 0.65em 1em !important; 
display: inline-block !important; 
text-decoration: none !important; 
/* margin-top: 1em !important; */ 
background-color: #f39200 !important; 
cursor: pointer;
font-family: "Open Sans", sans-serif; }


.landing-page .btn-thick {
	width: 100%;
	padding: 0.65em 1em !important;
	font-size: 1.05em !important;
	font-weight: 200;
	border: none !important;
}


.btn-thick.btn-blue{
	background-color: #64bdeb !important;
}

.btn-thin{
	color: #ccc;
	border: 1px solid #ccc;
	padding: 0.5em 2em;
	display: inline-block;
	text-decoration: none;
	margin-top: 1em;
}

.all-services,
.all-expertise{
	/* border-top: 1px solid #9d9c9c; */
	padding-bottom: 6em;
	padding-top: 2em;
}

.flickity-area {
  padding-bottom: 38%; /* 33.3%; */
}

/* viewport inherit size from gallery */
.flickity-area .flickity-viewport {
  position: absolute;
  width: 100%;
}

.flickity-prev-next-button.previous {
    left: -30px !important;
}

.flickity-prev-next-button.next {
    right: -30px !important;
}

.flickity-prev-next-button .arrow{
	fill: #fff !important;
}
.flickity-prev-next-button {
    border: none !important;
    background: none !important;
}


.box{
	width: 31.333333%;
	margin-left: 1%;
	margin-right: 1%;
	height: 98%;
}

.box-inner{
	-webkit-box-shadow: 3px 3px 5px -2px rgba(153,153,153,1);
	-moz-box-shadow: 3px 3px 5px -2px rgba(153,153,153,1);
	box-shadow: 3px 3px 5px -2px rgba(153,153,153,1);
	background-color: #fff;
	height: 100%;
}

.box-header{
	padding-top: 8em;
	background-color: #333;
	background-size: cover;
	background-position: -10%;
	background-repeat: no-repeat;
}

.box-body{
	background-color: #fff;
	padding: 1em;
}

.box-subpartner .box-header{
	padding-top: 5em;
}

.box-subpartner p{
	padding-top: 0 !important;
	margin-bottom: 0 !important;
}

.box-subpartner .box-body h3 {
    margin-right: 0 !important;
}



.box-body h3{
	font-weight: normal;
	position: relative;
	color: #2c5e75;
	font-size: 1.45em; /* 24px */
	font-weight: 200;
	margin-right: 3em;
	height: 2.5em;
	line-height: 1.3em;
}

.box-body h3 a{
	color: #2c5e75;
}

.box-body h3 span{
	position: absolute;
	right: -3.7em;
	top: -0.7em;
	display: block;
	width: 3em;
	height: 3em;
	line-height: 3em;
	text-align: center;
	background-color: #ccc;
	color: #fff;
}

.box-expertise h3 span{
	background-color: #f39200;
}
.box-services h3 span{
	background-color: #64bdeb;
}

.box-body p{
	display: block;
	clear: both;
	padding-top: 1em;
	line-height: 1.5;
}

.box-expertise .btn-thin,
.box-subpartner .btn-thin{
	border: 1px solid #f39200;
	color: #f39200;
}
.box-services .btn-thin{
	border: 1px solid #64bdeb;
	color: #64bdeb;
}

.customer,
.vendor{
	display: block;
	padding-top: 8em;
	margin-left: 2.8em;
	margin-right: 2.8em;
	margin-top: 1em;
	margin-bottom: 1em;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.close_bottom{
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.featured-row{
	margin-bottom: 0 !important;
}

.featured-row,
.featured-row div{
	background-color: #fff;
}

.selected-vendors{
	/*border-top: 1px solid #9D9C9C;
	padding-top: 2em;*/
	margin-bottom: 2em;
}

.has-expertise{
	padding-bottom: 3em;
}

.footer-band .selected-vendors{
	margin-bottom: 0;
}

.selected-vendors .section{
	padding:0;
}

.selected-vendors a{
	width: 10em;
	height: 8em;
	margin: 2em;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
}


#idSharedVue{
	background-color: #fff !important;
}

.partner-column h4{
	color: #2c5e75;
}

.partner-column ul{
	list-style-type: none;
	padding-top: 1em;
	padding-left: 0;
	padding-bottom: 3em;
	margin-left: 0 !important;
}

.partner-column .btn-thick{
	padding: 0.6em !important;
	margin-top: 0 !important;
}

.partner-column ul li{
	padding-left: 1.5em;
	position: relative;
	background-image: url('images/tick.svg');
	background-size: 1em 1em;
	background-position: 0 0.2em;
	background-repeat: no-repeat;
	margin-left: 0;
	padding-bottom: 0.6em;
	color: #2c5e75;
}

.landing-column div,
.landing-page div.ninja-forms-cont{
	clear: both;
	margin-top: 2em;
	border: 1px solid #0077C3;
	padding: 1em;
	background-color: #f6fbff;
}

.landing-column div.ninja-forms-cont,
.landing-column div.ninja-forms-cont div,
.landing-page div.ninja-forms-cont,
.landing-page div.ninja-forms-cont div{
	clear: none;
	margin-top: 0;
	border: none;
	padding: 0;
	background-color: transparent;
}

.landing-column div.ninja-forms-cont,
.page-column div.ninja-forms-cont{
	background-color: #000;
	padding: 1em;
	color: #fff;
}

.landing-column .field-wrap,
.page-column .field-wrap,
.landing-page .field-wrap {
    margin-bottom: 0.5em;
}

.page-column  .ninja-forms-req-symbol,
.landing-page  .ninja-forms-req-symbol {
    color: #fff !important;
}


.landing-column input,
.landing-column select,
.page-column input,
.page-column select{
	color: #333;
	border: 1px solid #333;
	padding: 0.7em 0.4em;
	display: inline-block;
	text-decoration: none;
	margin-top: 0.5em;
	font-size: 1.05em;
	background-color: #FFF;
	margin-right: 0.1em;
	font-family: "Open Sans",sans-serif !important;
	font-size: 0.8em !important;
}

.landing-page input,
.landing-page select,
.landing-page textarea{
	color: #999;
	border: 1px solid #999 !important;
}

.landing-column .btn-thick {
    padding: 0.5em 2em !important;
	float: right;
}

.landing-column .ninja-forms-required-items,
.landing-page .ninja-forms-required-items{
	display: none;
}

.landing-column div h3,
.landing-page div.ninja-forms-cont h3{
	color: #0077C3;
	font-weight: 300;
	font-size: 2em;
}

.landing-page div.ninja-forms-cont h2{
	font-size: 1.3em;
}

.landing-column div a,
.landing-page div.ninja-forms-cont a{
	color: #0077C3;
}

.quote-bubble {
    border-radius: 1em;
	margin-top: 2em;
	margin-bottom: 3em;
    background: #fff;
    padding: 2em;
	position: relative;
	background-image: url(images/quote-open.png), url(images/quote-close.png);
	background-position: 5% 5%, 95% 95%;
	background-repeat: no-repeat;
}

.quote-bubble:after{
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 1.7em 1.7em 0px 0px;
	border-color: #fff transparent transparent;
	bottom: -1.6em;
	left: 1.7em;
	position: absolute;
	-webkit-transform:rotate(360deg)
}

.author{
	font-weight: bold;
}

.latest,
.get-more{
	margin-top: 2em;
	margin-bottom: 2em;
}

.column-title{
	font-size: 1.29em; /* 18px */
	margin-bottom: 1em;
}

.latest h5,
.get-more h5{
	font-size: 1.15em; /* 16px */
	margin-bottom: 1em;
	color: #2c5e75;
}

.get-more .btn-thick{
	font-size: 1.05em !important;
	padding: 0.6em 1em !important;
	margin-top: 0 !important;
	background-color: #f39200 !important;
	border: 0 !important;
}

.get-more form .btn-thick{
	position: absolute;
    right: 0;
    top: 1.5em;
}

.get-more form .btn-thick{
	/* margin-top: 1em !important; */
}

.latest .meta{
	color: #9d9c9c;
	font-size: 0.9em;
}

img.twitter-bird{
	width: 80%;
	max-width:71px;
	max-height:57px;
}

.twitter-feed{
	font-size: 1.3em;
	padding-bottom: 1em;
}

#tweetholder,
#tweetholder a{
	color: #fff;
	text-align: left;
	width: 100%;
	display: block;
	font-weight: 500;
}

#tweetholder .flickity-page-dots .dot{
	background-color: #fff;
	width: 15px;
	height: 15px;
}

.footer *{
	color: #fff;
}

.footer ul{
	list-style-type: none;
	font-size: 0.85em;
}

.footer p{
	font-size: 0.85em;
}

.footer p a{
	color: #F39200;
}

.footer strong{
	text-transform: uppercase;
}

.footer-band h2{
	margin-top: 1.5em;
}

.footer svg{
	margin-right: 4em;
	margin-bottom: 2em;
	max-width:188px;
	max-height:60px;
}

.footer svg .primary{
	fill: #fff;
}

.footer svg .secondary{
	fill: #0070BA;
}

.social li{
	display: inline-block;
	width: 15%;
	margin-right: 5%;
}

.post-footer{
	font-size: 0.9em;
	padding-top: 0;
}

.post-footer a{
	color: #64bdeb;
	margin-left: 1em;
}

.success-stories{
	background-color: #000;
	background-size: cover;
	background-position: 0.1em center;
	color: #fff;
}

.success-stories .inner{
	background: 
    linear-gradient(
      rgba(0, 0, 0, 0.4), 
      rgba(0, 0, 0, 0.4)
    );
	padding-top: 1em;
	padding-bottom: 2em;
}

.success-stories h2{
	font-size: 3.1em; /* 48px */
	color: #fff;
	font-weight: 700;
	margin-bottom: 0.5em;
}

.success-stories h3{
	font-size: 2.2em; /* 30px */
	color: #f39200;
	font-weight: 500;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

.success-stories p{
	font-size: 1.4em; /* 20px */
	color: #fff;
	font-weight: 300;
}

.get-in-touch{
	background-color: #000;
	color: #fff;
	background-image: url(images/contact-graphic.jpg);
	background-size: cover;
	background-position: 0.1em center;
}

.get-in-touch *{
	color: #fff;
}

.get-in-touch .ninja-forms-field-error {
    color: #fff !important;
    font-weight: 700 !important;
}


.get-in-touch h2{
	color: #fff;
	font-weight: 700;
	font-size: 3.4em;
	margin-bottom: 0;
}

.get-in-touch .form-copy{
	padding-top: 3em;
}

.get-in-touch p{
	font-size: 1.22em;
}


.get-in-touch .ninja-forms-cont input,
.get-in-touch .ninja-forms-cont textarea{
	-webkit-box-shadow: inset 11px 10px 5px -8px rgba(0,0,0,0.29);
	-moz-box-shadow: inset 11px 10px 5px -8px rgba(0,0,0,0.29);
	box-shadow: inset 11px 10px 5px -8px rgba(0,0,0,0.29);
	color: #9d9c9c;
	font-size: 1.2em;
	border: 1px solid #9d9c9c;
	padding: 0.65em 1em;
	font-family: 'Open Sans', sans-serif; /* for textarea */
	margin-top: 0;
}

.get-in-touch .ninja-forms-cont .width-half-wrap{
	width: 48%;
	float: left;
}

.get-in-touch .ninja-forms-cont .first-wrap{
	margin-right: 4%;
}

.get-in-touch .ninja-forms-cont .btn-thick{
	float: right;
	font-weight: 700;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#subtleform .get-in-touch .inner{
	background-color: #ececec;
	background-image: none;
	padding-top: 0;
}

#subtleform .get-in-touch .inner *{
	color: #575756;
}

#subtleform .get-in-touch .inner .section{
	padding: 0;
}


#ninja_forms_form_6_cont{
	border-radius: 1em;
	margin-top: 2em;
	margin-bottom: 3em;
	margin-left: 15%;
	margin-right: 15%;
	padding-top: 2em;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 2em;
	position: relative;
	display: none;
	font-size: 1em;
}

@media only screen and (max-width:560px) {
	#ninja_forms_form_6_cont{

		padding-left: 0em;
		padding-right: 0em;

	}

}


.get-in-touch .ninja-forms-cont{
	border-radius: 1em;
	margin-top: 2em;
	margin-bottom: 3em;
	background-color: #f4f4f4 !important;
	padding: 2em;
	position: relative;
	opacity: 1;
}

iframe.netsuitequoteform { 
height: 620px;
}

@media only screen and (max-width:1100px) {
	iframe.netsuitequoteform {
height: 620px;
}
}
@media only screen and (max-width:820px) {
	iframe.netsuitequoteform { height: 690px; }

}
@media only screen and (max-width:560px) {
	iframe.netsuitequoteform { height: 720px; }

}

iframe.netsuitecontactform {
height: 720px;	
}
	
@media only screen and (max-width:1100px) {
	iframe.netsuitecontactform {
height: 720px;
}
}
@media only screen and (max-width:820px) {
	iframe.netsuitecontactform { height: 700px; }

}
@media only screen and (max-width:560px) {
	iframe.netsuitecontactform { height: 720px; }

}
iframe.netsuitenewsletterform {
height: 420px;
}
	
@media only screen and (max-width:1100px) {
	iframe.netsuitenewsletterform {
height: 420px;
}
}
@media only screen and (max-width:820px) {
	iframe.netsuitenewsletterform { height: 390px; }

}
@media only screen and (max-width:560px) {
	iframe.netsuitenewsletterform { height: 420px; }

}

#signup-trigger{
	cursor: pointer;
	color: #f39200;
}

#newsformfooter{
	display: block;
}

.blog #ninja_forms_form_6_cont{
	margin-left: 0%;
	margin-right: 30%;
}

#ninja_forms_form_6_cont .ninja-forms-required-items{
	padding-bottom: 1em;
}

#ninja_forms_form_6_cont label{
	color: #9d9c9c;
	padding: 0.65em 0em;
	font-family: 'Open Sans', sans-serif; /* for textarea */
	margin-top: 0;
	font-weight: normal;
}

#ninja_forms_form_6_cont input,
#ninja_forms_form_6_cont textarea{
	-webkit-box-shadow: inset 11px 10px 5px -8px rgba(0,0,0,0.29);
	-moz-box-shadow: inset 11px 10px 5px -8px rgba(0,0,0,0.29);
	box-shadow: inset 11px 10px 5px -8px rgba(0,0,0,0.29);
	color: #9d9c9c;
	border: 1px solid #ccc;
	padding: 0.65em 1em;
	font-family: 'Open Sans', sans-serif; /* for textarea */
	margin-top: 0;
}

#ninja_forms_form_6_cont .width-half-wrap{
	width: 48%;
	float: left;
}

#ninja_forms_form_6_cont .width-float-wrap{
	float: left;
	margin-right: 5%;
}

#ninja_forms_form_6_cont .first-wrap{
	margin-right: 4%;
}
#ninja_forms_form_6_cont .btn-thick{
	float: right;
	font-weight: 700;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: 1em;
}
textarea {
    resize: none;
}
/* ::::::::::::::: TO STOP VISUAL COMPOSER SCREWING WITH MY LAYOUT ::::::::::::::: */
.site-header *:before,
.site-header *:after {
    display: none !important;
}

/* Expertise and sevices page formatting */


/*
.section{
	overflow: visible;
}
*/

.make-an-enquiry{
	text-align: center;
	width: 100%;
	height: 0.0001em;
}

.vc_cta3{
	padding-bottom: 3em !important;
}

.make-an-enquiry button{
	position: absolute;
	margin-top: -5em;
	color: #fff !important;
	font-size: 1.1em !important;
	background-color: #95ae23 !important;
	padding-left: 3em !important;
	padding-right: 3em !important;
}


.two-columns {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
} 

/*
.problem-solution{
	padding-bottom: 3em;
}
*/

.problem-solution h3{
	color: #2c5e75;
	font-weight: 600;
	font-size: 1.4em;
}

.problem-solution h3,
.problem-solution p{
	padding-left: 5em;
	padding-right: 5em;
}
.problem-solution img{
	max-width: 8em;
	max-height: 8em;
}

.problem-solution .arrow{
	background-image: url(images/problem-solution-arrow.svg);
	background-repeat: no-repeat;
	background-position: 50% 25%;
	background-size: 40% 40%;
}

.selected-vendors{
	padding-top: 3em;
	padding-bottom: 3em;
}


.site-footer {
	clear: both;
	padding-top: 3em !important;
}

.site-footer .footer-section{
	border-top: 1px solid #fff;
}


.no-border {
	padding-top: 0 !important;
}

.no-border .footer-section{
	border-top: none;
}
#sidebar{
	padding-left: 1em;
}

#sidebar h2{
	margin-bottom: 0.3em;
	color: #575756;
}

#sidebar a{
	color: #575756;
}

#sidebar a:hover{
	color: #f39200;
}

#sidebar span{
	white-space: nowrap;
	color: #666;
	font-size: 0.9em;
	font-style:italic;
}

#sidebar ul,
#sidebar li{
	list-style-type: none;
	padding: 0;
	margin:0;
	color: #575756;
}

#sidebar li li{
	margin-bottom: 1em;
}

#sidebar li.widget{
	padding-bottom: 2em;
	border-bottom: 1px solid #ccc;
	display: block;
	clear: both;
	margin-bottom: 2em;
}

#sidebar label{
	display: none;
}

#sidebar select{
	width: 100%;
	margin-top: 0;
	color: #999;
	border-color: #666;
}

.burger{
	display: none;
}

.parent-pageid-1377 .vc_col-sm-4 .ninja-forms-cont,
.landing-page .vc_col-sm-4 .ninja-forms-cont{
	background-color: #fff;
	color: #6f8795;
	padding: 1em;
/* 	margin-bottom: 2em; */
}

.parent-pageid-1377 .vc_col-sm-4 .ninja-forms-cont p,
.landing-page .vc_col-sm-4 .ninja-forms-cont p{
	text-align: center;
	color: #6f8795;
	font-weight: bold;
	text-align: center;
}

.parent-pageid-1377 .vc_col-sm-4 .ninja-forms-cont .ninja-forms-required-items,
.parent-pageid-1377 .vc_col-sm-4 .ninja-forms-cont .ninja-forms-response-msg ninja-forms-error-msg,
.landing-page .vc_col-sm-4 .ninja-forms-cont .ninja-forms-required-items,
.landing-page .vc_col-sm-4 .ninja-forms-cont .ninja-forms-response-msg ninja-forms-error-msg{
	display: none;
}

.parent-pageid-1377 .vc_col-sm-4 .ninja-forms-cont .field-wrap,
.landing-page .vc_col-sm-4 .ninja-forms-cont .field-wrap{
	margin-bottom: 0;
}

.parent-pageid-1377 .vc_col-sm-4 .ninja-forms-cont input,
.parent-pageid-1377 .vc_col-sm-4 .ninja-forms-cont select{
	width: 100%;
	color: #666;
	border: none;
	background-color: #ededed;
	padding: 0.65em 1em !important;
    font-size: 1.05em !important;
    font-weight: 200;
}

.parent-pageid-1377 .vc_col-sm-4 .wpb_text_column .pdflink,
.landing-page .vc_col-sm-4 .wpb_text_column .pdflink{
	min-height: 60px;
}

.parent-pageid-1377 .vc_col-sm-4 .wpb_text_column .pdflink img,
.landing-page .vc_col-sm-4 .wpb_text_column .pdflink img{
	margin-right: 1em;
}

.parent-pageid-1377 .vc_col-sm-4 .wpb_text_column,
.landing-page .vc_col-sm-4 .wpb_text_column{
	clear: both;
	text-align: left;
    margin-top: 1em;
/*     border: 1px solid #0077C3; */
    padding: 1em;
    background-color: #fff;
}

.parent-pageid-1377 .vc_col-sm-4 .wpb_text_column h2{
	font-weight: bold;
	color: #6f8795;
	font-size: 1.2em;
}
.parent-pageid-1377 .vc_col-sm-4 .wpb_text_column h2 a{
	color: #6f8795;
}

.info-blocks img{
	margin-bottom: 1em !important;
}

.no-bottom-margin .all-services{
	padding-bottom: 0 !important;
}






.vc_col-xs-1, .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2, .vc_col-sm-2, .vc_col-md-2, .vc_col-lg-2, .vc_col-xs-3, .vc_col-sm-3, .vc_col-md-3, .vc_col-lg-3, .vc_col-xs-4, .vc_col-sm-4, .vc_col-md-4, .vc_col-lg-4, .vc_col-xs-5, .vc_col-sm-5, .vc_col-md-5, .vc_col-lg-5, .vc_col-xs-6, .vc_col-sm-6, .vc_col-md-6, .vc_col-lg-6, .vc_col-xs-7, .vc_col-sm-7, .vc_col-md-7, .vc_col-lg-7, .vc_col-xs-8, .vc_col-sm-8, .vc_col-md-8, .vc_col-lg-8, .vc_col-xs-9, .vc_col-sm-9, .vc_col-md-9, .vc_col-lg-9, .vc_col-xs-10, .vc_col-sm-10, .vc_col-md-10, .vc_col-lg-10, .vc_col-xs-11, .vc_col-sm-11, .vc_col-md-11, .vc_col-lg-11, .vc_col-xs-12, .vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12 {
    padding-left: 0 !important;
}


.vc_row {
    margin-left: 0 !important;
    margin-right: -0 !important;
}
	

/* RESPONSIVE STUFF */

@media only screen and (min-width: 600px){
	.tablet-up{
		display: block;
	}
	
	.mobile-only{
		display: none;
	}
	
	
}

@media only screen and (max-width: 1024px){
	.section{
		padding-left: 2%;
		padding-right: 2%;
		width: 96%;
	}
	
	#cssmenu{
		position: absolute;
		right: 0;
	}
	
	.strap{
		padding-top: 0;
	}
}


@media only screen and (max-width: 800px){

	.two-columns {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
		text-align: center;
	} 
	
	#jPanelMenu-menu{
		background-color: #64BDEB;
		font-size: 0.9em;
		-webkit-box-shadow: inset 7px 0px 11px 0px rgba(43,104,136,1);
		-moz-box-shadow: inset 7px 0px 11px 0px rgba(43,104,136,1);
		box-shadow: inset 7px 0px 11px 0px rgba(43,104,136,1);
	}
	
	#jPanelMenu-menu li{
		list-style-type: none;
		border-bottom: 1px solid #fff;
		font-weight: bold;
	}
	
	#jPanelMenu-menu li a{
		padding: 1em;
		display: block;
	}
	
	#jPanelMenu-menu li li a{
		padding-left: 2em;
	}
	
	#jPanelMenu-menu li li{
		border-bottom: none;
		font-weight: normal;
	}
	
	#jPanelMenu-menu *{
		color: #fff;
		text-decoration: none;
	}
	
	#jPanelMenu-menu a:hover{
		background-color: #2b6888;
		color: #1C3942;
		-webkit-box-shadow: inset 7px 0px 11px 0px rgba(23,60,79,1);
		-moz-box-shadow: inset 7px 0px 11px 0px rgba(23,60,79,1);
		box-shadow: inset 7px 0px 11px 0px rgba(23,60,79,1);
	}
	
	#jPanelMenu-menu a:hover  a{
		background-color: #1C3942;
		color: #fff;
	}
	
	.search-form {
		right: 2em;
	}
	
	.fixedbar {
	    position: relative;
	    width: 100%;
	    background-color: transparent;
	    padding-top: 0;
	    height: auto;
	    z-index: 3000;
	    -webkit-box-shadow: none;
	    -moz-box-shadow: none;
	    box-shadow: none;
	}
	
	.headerspacer{
		height: 0;
		display: none;
	}

	.burger{
		width: 1.7em;
		height: 1.7em;
		right: 0.5em;
		top: 0.6em;
		position: absolute;
		background-image: url(images/burger.svg);
		background-repeat: no-repeat;
		background-size:contain;
		display: block;
		margin-top: -8.5em;
	}
	
	.vc_separator.vc_sep_color_white .vc_sep_line {
	    display: none !important;
	}
	
	#cssmenu{
		display: none !important;
	}

	.logo{
		margin: 0;
	}
	
	.email{
		display: none;
	}
	
	#cssmenu > ul > li > a{
		padding-left: 0.5em !important;
		padding-right: 0.5em !important;
	}
	
	.flickity-viewport{
		padding-bottom: 3em !important;
	}
	
	.all-expertise .box{
		display: block;
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	} 
	
	.flickity-prev-next-button.previous {
		left: -10px !important;
	}
	
	.flickity-prev-next-button.next {
		right: -10px !important;
	}
	
	.footer-section .col{
		display: block;
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}
	
	.twitter-feed .flickity-page-dots{
		display: none;
	}
	
	.arrow{
		display: none;
	}
	
	.problem-solution h3,
	.problem-solution p {
		padding-left: 1em !important;
		padding-right: 1em !important;
	}
	
	.problem-solution .wpb_wrapper{
		padding-bottom: 1em;
	}
	
	#ninja_forms_form_6_cont {
		margin: 1em 4% 3em !important;
		padding-right: 5px;
	}
	
	.ninja-forms-cont input,
	.ninja-forms-cont textarea,
	.width-half-wrap{
		width: 100% !important;
		clear: both !important;
		float: none !important;
		position: relative !important;
		text-align: left !important;
		top: 0 !important;
		margin-top: 0.5em !important;
	}
	
	.field-wrap,
	#ninja_forms_required_items {
		margin-bottom: 0 !important;
		clear: both !important;
	}
	
	
	.width-float-wrap{
		margin-right: !important;
	}
	
	.checkbox-wrap,
	.ninja-forms-cont input[type=checkbox]{
		width: auto !important;
		float: left !important;
		margin-top: 0.5em !important;
	}
	
	
}

@media only screen and (max-width: 767px){
	
	.info-blocks .wpb_column{
/* 		border-bottom: 1px solid #fff !important; */
		padding-bottom: 1em;
		display: block;
		clear: both;
		margin-top: 1em;
		margin-bottom: 1em;
	}
	
	.info-blocks .wpb_column:last-child{
		border-bottom: none !important;
		padding-bottom: 0 !important;
	}
	
	.info-blocks .wpb_content_element{
		margin-bottom: 1em !important;
	}
	
	.periodic-element {
		top: -1.1em;
	}
	
	.search-form {
		right: 3em;
		top: -0.5em;
	}
	
	.content-area{
		padding-bottom: 0;
	}
	
	
	
	#sidebar{
		display: none;
	}
	
	#wpadminbar{
		display: none; /* FOR TESTING */
		
	}
	
	.email{
		position: absolute;
		right: 0;
		top: 0.8em;
		text-align: right;
	}
	
	.site-footer .email{
		position: relative;
		text-align: left;
	}
	
	.phone{
		position: absolute;
		right: 0;
		top: 1.3em;
		text-align: right;
		font-size: 1.6em;
	}
	
	#cssmenu{
		display: none !important;
	}
	
	#masthead{
		position: fixed;
		background-color: #ececec;
		top: 0;
		height: 5em;
		width: 100%;
		z-index: 3000;
		border-bottom: 1px solid #999;
	}
	
	#hero h1 {
		font-size: 3em;
	}
	
	.inner{
		padding-left: 1em;
		padding: right: 1em;
	}
	
	#page{
		padding-top: 2em;
	}
	
	.tablet-up{
		display: none;
	}
	
	.mobile-only{
		display: block;
	}
	
	.logo{
		position: absolute;
		left: 1em;
		top: 1em;
		width: 10em;
		margin-right: 0;
	}
	
	.strap {
		position: absolute;
		left: 0;
		top: 4em;
		width: 100%;
		font-size: 1em;
		display: none;
	}
	.contact-info {
		position: absolute;
		top: 0.5em;
		right: 0.5em;
		font-size: 0.9em;
	}
	
	.flickity-area {
		padding-bottom: 100%;
	}
	
	.box{
		width: 96%;
	}
	
	.all-customers  .col{
		display: block;
		width: 100%;
	}
	
	.twitter-feed{
		display: none;
	}
	
	.col{
		display: block !important;
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.footer ul,
	.footer svg,
	.down-arrow,
	.down-arrow-line{
		display: none;
	}
	
	#hero .nowrap{
		white-space: normal;
	}

}

.mobilenumber{
	display: inline;
}
/*.posted-on .phonenumber { font-size: 1em !important; }*/
a.phonenumber { color: #343535 !important; text-decoration: none !important; font-size: 0.95em !important;}
.footer a.phonenumber { color: #fff !important; text-decoration: none !important; }
.form-copy a.phonenumber { color: #fff !important; text-decoration: none !important; }
.vc_cta3-content a.phonenumber { color: #ff6600 !important; text-decoration: none !important; }
.mainnumber{
	display: none;
}
.mobile-telephone a.mobilenumber { float: left; display: block; clear: none; /*line-height: 40px !important;*/ font-size: 0.95em !important; /*font-weight: 800 !important;*/ text-decoration: none; padding: 0 !important; border-right-style: none !important; border-right-width: 0 !important; */ }
@media screen and (min-width: 25em)  {
	
	.mobilenumber{
		display: none !important;
	}
	
	.mainnumber{
		display: inline;
	}
}



/* BROCADE FEEDS */

#AVCSWindow .AVCSFW .AVCSwrapper,
#AVCSWindow .AVCSFW .AVCSwrapper .AVCScolwrap,
#AVCSWindow .AVCSFW .AVCSwrapper .AVCScolwrap .AVCSleftCol{
	background-color: transparent;
	color: #575756;
}

#AVCSWindow .AVCSwrapper .AVCSclear {
    min-height: 20px;
}

#AVCSWindow .AVCSwrapper .AVCSHeroWrapper .AVCSheadertext .AVCSherosubheadertext,
#AVCSWindow div,
#AVCSWindow span{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #575756 !important;
	line-height: 1.5;
	font-size: 16px !important;
	text-align: left;
}

#AVCSWindow .AVCSheader,
#AVCSWindow .AVCSColorBar,
#AVCSWindow .AVCSwrapper .AVShr{
	display: none;
}

#AVCSWindow .AVCSwrapper .AVCSHeroWrapper .AVCSheadertext .AVCSheroheadertext,
#AVCSWindow .AVCSwrapper .AVCStitle,
#AVCSWindow .AVCSwrapper .AVCStitle span,
#page #AVCSWindow .AVCSheroheadertext span,
#page #AVCSWindow .AVCSheroheadertext span strong{
	font-family: 'Open Sans', sans-serif;
	color: #2c5e75 !important;
	font-size: 28px !important;
	font-weight: 300;
	margin-bottom: 1em;
	text-align: left;
}

#AVCSWindow .AVCSwrapper .AVCStitle a span,
#AVCSWindow .AVCSwrapper .AVCSp a span{
	color: #f39200 !important;
}

#AVCSWindow .AVCSwrapper .AVCStitle span{
	font-size: 0.9em;
}

#AVCSWindow .AVCSwrapper .AVCSRoundbtn {
    font-size: 1.05em !important;
    padding: 0.6em 1em !important;
    margin-top: 0 !important;
    background-color: #f39200 !important;
    border: 0 !important;
    color: #fff !important;
    width: auto;
    border-radius: 0;
    display: inline-block;
}

#AVCSWindow .AVCSwrapper .AVCSRoundbtn span{
	color: #fff !important;
}

.brocade-navigation h2{
	font-size: 1em;
	font-weight: bold;
}

.brocade-navigation .current_page_item a{
	color: #2c5e75;
}


.floating-button {
    margin-top: -3.75em;
}

