/*
Theme Name: bipcnortheast
Author: DigiPro
Author URI: https://www.digipromedia.co.uk
Version: 1.0
*/

@font-face {
    font-family: 'fs_albertbold';
    src: url('../bipcnortheast/fonts/fsalbert-bold-webfont.woff2') format('woff2'),
		 url('../bipcnortheast/fonts/fsalbert-bold-webfont.ttf') format('truetype'),
         url('../bipcnortheast/fonts/fsalbert-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fs_albertextrabold';
    src: url('../bipcnortheast/fonts/fsalbert-extrabold-webfont.woff2') format('woff2'),
		 url('../bipcnortheast/fonts/fsalbert-extrabold-webfont.ttf') format('truetype'),
         url('../bipcnortheast/fonts/fsalbert-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fs_albertregular';
    src: url('../bipcnortheast/fonts/fsalbert-webfont.woff2') format('woff2'),
		 url('../bipcnortheast/fonts/fsalbert-webfont.ttf') format('truetype'),
         url('../bipcnortheast/fonts/fsalbert-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'jeanluc-alteredbold';
    src: url('../bipcnortheast/fonts/jeanluc-bold-webfont.woff2') format('woff2'),
		 url('../bipcnortheast/fonts/fsalbert-webfont.ttf') format('truetype'),
         url('../bipcnortheast/fonts/jeanluc-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/**New changes**/
.single-case-studies .content {
	width: 100%;
}

.single-case-studies .sidebar {
	float: left;
	width: 100%;
	
}

.single-case-studies .sidebar .sidebar-container {
	display: flex;
}

.single-case-studies .sidebar .sidebar-container .other-case-studies {
	width: 70%;
}

.single-case-studies .sidebar .sidebar-container .signup-box {
	width: 30%;
}

@media (max-width: 960px) {
	.single-case-studies .sidelink {
		width: auto !important;
		float: none !important;
	}
}

@media (max-width: 650px) {
	.job-title, span.job-title:last-child {
		font-size: 10px !important
	}

	.single-case-studies .sidebar .sidebar-container {
		display: flex;
		flex-direction: column;
	}

	.single-case-studies .sidebar .sidebar-container .other-case-studies {
		width: 100%;
	}

	.single-case-studies .sidebar .sidebar-container .signup-box {
		width: 100%;
		box-sizing: border-box;
	}

}


.clearfix {
	display: block;
	content: '';
	clear: both;
	float: none;
}

.single-bipc-local .blog-main.story-main .content {
	width: 100%;
}

.single-bipc-local .blog-main .full-container.standard .content{
	width: 70%;

}

.page-id-2521 .container .post .banner {
	background-color: #F59C42;
}

.site-header .social-links {
	display: inline;
}

.social-links i:hover {
	background-color: #ffffff;
	color: #803f85;
}

@media (max-width: 1110px) {
	.header-buttons {
		display: none !important;
	}
	
	.site-header .social-links {
		display: none;
	}
}

#menu-item-3640 {
	background-color: #ef5953;
	
}


#menu-item-3640 a {
	color: #ffffff;
}


/* 1.0 - Structure */

body {
font-family: "fs_albertregular", Arial, Helvetica, sans-serif;
font-size: 20px;
background-color: #fff;
color: #000;
margin: 0;
background-size: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: none;
}

.site-container {
position: relative;
background: #232323;
max-width: 1400px;
margin: 0 auto;
display: block;
}

.container {
margin: 0 auto;
display: block;
padding: 100px 0 0 0;
}

.main {
display: block;
position: relative;
clear: both;
overflow: hidden;
max-width: 1200px;
padding: 0 30px 0 30px;
margin: 0 auto;
}

.section {
position: relative;
display: block;
clear: both;
}

.section-container {
padding: 75px 45px;
margin: 0 auto;
position:relative;
display: block;
clear: both;
overflow: hidden
}

.cta-container {
padding: 45px 45px;
margin: 0 auto;
position:relative;
display: block;
clear: both;
overflow: hidden
}

.narrow-container {
max-width: 600px;
width: 65%;
margin: 0;
box-sizing: border-box 
}

.full-container {
margin: 0 auto;
position:relative;
display: block;
clear: both;
overflow: hidden
}

.very-narrow {
max-width: 720px;
margin: 0 auto;
}

.narrow {
max-width: 960px;
margin: 0 auto;
}

.standard {
max-width: 1250px;
}

.wide {
max-width: 1480px;
}

.middle {
position: absolute;
top: 50%;
display: inline-block;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

.error404 .page-content {
max-width: 720px;
margin: 0 auto;
display: block;
padding: 90px 30px;
}

/* 2.0 - Header */

.site-header {
position: fixed;
z-index: 9999;
width: 100%;
background: rgba(255,255,255,1);
display: block;
box-sizing: border-box;
min-height: 60px;
}

.header-active.site-header, .single-events .site-header, .single-breweries .site-header, .single-stories .site-header, .page-template-template-nobanner .site-header, .single-team .site-header, .woocommerce.archive .site-header, .single-jobs .site-header, .single-analysis .site-header, .single-services .site-header {
box-shadow: 0 -5px 15px #000
}

.site-header-container {
margin: 0 auto;
overflow: hidden;
padding: 0 18px 0 30px;
transition: all 0.3s ease;
}

.site-header-right {
float: right;
display: inline-block;
top: 0;
	display: flex;
	align-items: center;
padding-top: 13px;
padding-right: 12px;
	gap: 20px;
color: #fff;
}

.site-header-right .contact-email a {
color: #803f85 !important;
}

.site-header-right .contact-email a:hover {
color: #000 !important;
}

.site-header-right .fa {
color: #803f85 !important;
}

.error404 .site-header {
box-shadow: 0 -5px 15px #000
}

.site-logo {
transition: all 0.3s ease;
display: inline-block;
float: left;
}

.site-logo img, .logo-dark {
max-width: 180px;
transition: all 0.3s ease;
height: auto !important;
display: block;
}


/* 3.0 - Navigation */

.navigation {
overflow: hidden;
margin-top: 21px;
text-align: center;
float: right;
clear: right;
}

.navigation ul {
margin:0;
padding:0;
}

.site-header nav ul li a:link, .site-header nav ul li a:visited {
display: block;
}

.site-header nav ul li a:hover {
color: #803f85;
border-color: #803f85;
}

.site-header nav ul li.current-menu-item a:link, .site-header nav ul li.current-menu-item a:visited {
color: #803f85;
border-color: #803f85;
}

.site-header nav ul .sub-menu li.current-menu-item a:link, .site-header nav ul .sub-menu li.current-menu-item a:visited {
color: #803f85 !important;
border-color: #803f85 !important;
}

.navigation ul:before, .site-nav ul:after {
content: "";
display: table;
}

.navigation ul:after {
clear:both;
}

.navigation ul li {
list-style: none;
display: inline-block;
font-size: 16px;
}

.navigation ul li a {
font-family: "fs_albertregular", Helvetica, Arial, sans-serif;
font-weight: 400;
color: #000;
font-size: 16px;
line-height: 1;
padding: 12px 12px 13px;
transition: all 0.3s ease;
display: block;
border-bottom: 2px solid transparent;
}

.menu-item-has-children a:hover + .sub-menu {
height: auto !important;
padding: 6px 0 !important;
}

.header-active .sub-menu {
margin-top: 1px;
}

.sub-menu {
padding: 0 !important;
position: absolute;
display: block;
clear: both;
overflow:hidden;
transition: all 0.3s ease;
margin: 0 0 0 0 !important;
background-color: rgba(0,0,0,0.9);
color: #fff !important;
float: none !important;
height:0 !important;
z-index: 10001;
transition: all 0.3s;
text-align: left !important;
}

.sub-menu li {
text-align: left !important;
float: none !important;
display: block !important;
clear:both;
}

.sub-menu a:hover{
color: #803f85 !important;
}

.sub-menu a {
color: #fff !important;
margin: 0 auto !important;
font-weight: 400 !important;
padding: 6px 12px !important;
border-bottom: 0 !important;
}

.sub-menu a::after {
content: none !important;
}

.sub-menu:hover {
height: auto !important;
padding: 6px 0 !important;
}

#responsive-menu {
z-index: 110001 !important;
font-family: "fs_albertbold", Arial, Helvetica, sans-serif;
font-weight: 400;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
font-size: 15px !important;
}

#responsive-menu li a {
border: 0 !important;
padding: 5px 15px !important;
line-height: 2.1em !important
}

.responsive-menu-submenu li {
background: #803f85;
padding-left: 10px !important;
}

.responsive-menu-submenu li a {
background: none !important;
font-weight: 400 !important;
}

.responsive-menu-submenu li a:hover, .responsive-menu-submenu .current-menu-item a, .sub-menu .current-menu-item a {
color: #232323 !important;
}

.responsive-menu-subarrow {
border: 0 !important;
padding: 2px 0 !important;
height: auto !important;
}

#responsive-menu-title {
font-size: 25px !important;
text-align: center !important;
margin: 0 auto;
display: none;
padding: 0 !important;
}

.single button#responsive-menu-button, .blog button#responsive-menu-button, .author button#responsive-menu-button, .archive button#responsive-menu-button {
height: 52px !important;
}

button#responsive-menu-button {
right: 20px !important
}

.single #responsive-menu-button {
top: 3px !important;
}

.responsive-menu-boring .responsive-menu-inner, .responsive-menu-boring .responsive-menu-inner::before, .responsive-menu-boring .responsive-menu-inner::after {
transition: all 0.3s ease !important;
}

.children-links {
display: none !important;
}


/* 4.0 - Text & Body Elements */

::-moz-selection {
color: #fff;
background: #803f85;
}

::selection {
color: #fff;
background: #803f85;
}

/* 4.1 - Titles */

h1, h2, h3, h4, h5, h6 {
font-family: 'jeanluc-alteredbold', "fs_albertextrabold", Arial, Helvetica, sans-serif;
line-height: 1.2em;
letter-spacing: -0.5px;
transition: all 0.3s ease;
font-weight: normal;
}

h1, .large-title {
color: #232323;
font-size: 40px;
margin: 0 0 20px 0;
}

h2, .medium-title {
font-size: 32px;
margin: 0 0 15px 0;
color: #232323;
}

h3 {
font-size: 24px;
margin: 0 0 10px 0;
color: #803f85;
}

h4 {
font-size: 19px;
margin: 0 0 10px 0;
color: #fff;
}

h5 {
font-size: 19px;
margin: 0 0 12px 0;
color: #803f85;
}

h6 {
font-size: 17px;
margin: 0 0 5px 0;
font-family: 'fs_albertregular', Arial, Helvetica, sans-serif;
}

/* 4.2 - Body Elements */

p {
line-height: 1.45em;
margin-top: 0;
margin-bottom: 1.5em !important;
transition: all 0.4s ease;
}

p:empty {
display: none;
}

.container .intro p:first-of-type, .single-post .content p:first-of-type {
}

.intro .section-container p.no-mb {
margin-bottom: 0 !important;
}

span {
transition: all 0.4s ease;
}

hr {
border-color: #ddd !important;
border-top: 0;
border-bottom: 1px solid #ddd;
margin: 2em 0;
}

strong {
font-family: "fs_albertbold", Helvetica, Arial, sans-serif;
font-weight: 400 !important;
}

.page img , .post img {
transition: all 0.3s ease;
}

a:link, a:visited {
color: #803f85;
text-decoration: none;
transition: all 0.3s ease;
word-break: break-word 
}

a:hover {
color: #232323;
}

.subtitle {
}

/* 4.3 - Styling Rules */

.center {
text-align: center;
}

.subtext {
font-size: 15px;
margin-bottom: 0px !important
}

.dark-bg {
background: #232323;
}

.purple-bg {
background: #803f85;
}

.highlight-bg {
background: #803f85;
}

.white {
color: #fff !important;
}

.dark-text {
color: #232323 !important;
}

.dark {
color: #232323 !important;
}


a .dark:hover, a.dark:hover {
color: #803f85 !important;
}

.highlight {
color: #803f85 !important;
}

.lightgrey {
color: #b3b3b3;
}

.greybg, .grey-bg {
background: #f3f4f6;
}

.post-overlay {
background: rgba(50, 55, 60, 0.5);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}

.grey-overlay {
background: rgba(249, 249, 249, 0.92);
}

.dark-overlay {
background: rgba(0, 0, 0, 0.75);
}

.subtle-overlay {
background: rgba(50, 50, 50, 0.2);
}

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

.padding {
padding: 40px;
}

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

.light {
font-weight: 300;
}

.medium {
font-weight: 500;
}

.semibold {
font-family: "fs_albertbold", "fs_albertextrabold", Helvetica, Arial, sans-serif;
font-weight: 400;
}

.bold {
font-family: "fs_albertbold", Helvetica, Arial, sans-serif;
font-weight: 400 !important;
}

.extrabold {
font-family: "fs_albertextrabold", "fs_albertbold", Helvetica, Arial, sans-serif;
font-weight: 400 !important;
}

.uppercase {
	font-family: 'jeanluc-alteredbold', "fs_albertextrabold", Arial, Helvetica, sans-serif;
}

.spaced-uppercase {
text-transform: uppercase;
font-weight: 600;
font-size: 15px;
letter-spacing: 1px;
color: #803f85 !important;
line-height: 1.4em;
}

.clear {
clear:both;
}

.large-space-bottom {
margin-bottom: 60px !important;
}

.large-space-top {
margin-bottom: 40px !important;
}

.space-bottom {
margin-bottom: 30px;
}

.space-top {
margin-top: 30px;
}

.gap-bottom {
margin-bottom: 20px;
}

.gap-top {
margin-top: 20px;
}

.twelve-bottom {
margin-bottom: 12px;
}

.twelve-top {
margin-top: 12px;
}

.ten-top {
margin-top: 10px;
}

.ten-bottom {
margin-bottom: 10px;
}

.fifteen-bottom {
margin-bottom: 15px;
}

.five-bottom {
margin-bottom: 5px;
}

.five-top {
margin-top: 5px;
}

.float-left {
float: left;
}

.float-right {
float: right;
}

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

/* 4.4 - Buttons */

.button {
font-family: 'jeanluc-alteredbold', "fs_albertextrabold", Arial, Helvetica, sans-serif;
transition: all 0.3s ease;
display: inline-block;
color: #803f85;
border: 1px solid #803f85;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
line-height: 1;
cursor: pointer;
}

.button:hover {
background: #803f85;
color: #fff;
}

.text-button {
	font-family: 'jeanluc-alteredbold', "fs_albertextrabold", Arial, Helvetica, sans-serif;
	transition: all 0.3s ease;
	display: inline-block;
	color: #803f85;
	line-height: 1;
	cursor: pointer;
	display: inline-block;
	}

	.text-button::after {
		content: "";
height: 2px;
width: 100%;
background-color: #803f85;
margin-top: 10px;
display: block;
	}

	.text-button i {
		font-size: 17px;
margin-left: 5px;
	}

.center-button {
margin: 0 auto;
display: block;
max-width: 150px;
text-align: center;
}

.black-button {
color: #000 !important;
border: 1px solid #000;
}

.black-button .fa {
color: #000;
transition: all 0.3s ease;
}

.black-button:hover {
background: #000;
color: #fff !important;
}

.black-button:hover .fa {
color: #fff !important;
}

.navy-button {
	color: #1A1257 !important;
	border: 1px solid #1A1257;
	}
	
	.navy-button:hover {
	background: #1A1257 !important;
	color: #fff !important;
	}

.white-button {
color: #ffffff !important;
border: 1px solid #ffffff;
}

.white-button .fa {
color: #ffffff;
transition: all 0.3s ease;
}

.white-button:hover {
background: #ffffff;
color: #803f85 !important;
}

.white-button:hover .fa {
color: #803f85 !important;
}

.white-bg-button {
background: #fff;
color: #803f85 !important;
border: 1px solid #ffffff;
}

.white-bg-button .fa {
color: #803f85;
transition: all 0.3s ease;
}

.white-bg-button:hover {
background: transparent !important;
color: #fff !important;
}

.white-bg-button:hover .fa {
color: #fff !important;
}

.highlight-button {
background: #803f85;
border: 1px solid #803f85;
color: #fff !important;
}

.highlight-button:hover {
background: transparent;
color: #803f85 !important;
}

.highlight-button .fa {
color: #fff;
transition: all 0.3s ease;
}

.highlight-button:hover .fa {
color: #803f85 !important;
}

.highlight-border-button {
background: transparent;
border: 1px solid #803f85;
color: #803f85 !important;
}

.highlight-border-button:hover {
background: #803f85 !important;
color: #fff !important;
}

.highlight-border-button .fa {
color: #803f85;
transition: all 0.3s ease;
}

.highlight-border-button:hover .fa {
color: #fff !important;
}

.small-button {
font-size: 14px;
padding: 11.5px 16px 12.5px;
}

.large-button {
font-size: 18px;
padding: 14px 27px 16px;
}

.spaced-button {
max-width: 170px;
display: block;
position: relative;
clear: both;
}


/* 5.0 - Sliders & Banners */

.video-banner {
position: relative;
max-height: 800px;
max-height: 100vh;
overflow: hidden;
display: block;
background-color: #232323;
}

.banner-cont {
position: relative;
overflow: hidden;
background-color: #fff;
}

.banner {
position: relative;
background-size: cover;
background-color: #803f85;
-webkit-background-size: cover;
-moz-background-size: cover;
background-repeat: no-repeat;
background-position: 50% 40%;
min-height: 300px;
transition: all 0.3s ease;
}

.local-news-template-default .banner {
	background-color: #5ba7ea;
}

.green-agenda-template-default .banner {
	background-color: #7eb753;
}

.case-studies-template-default .banner {
	background-color: #316ac0;
}

.local-bipc-template-default .banner {
	background-color: #ef5953;
}

.home .banner {
padding-bottom: 25%;
height: 0;
min-height: 0 !important;
}

#contact-banner {
background-position: 50%;
}

#stories-banner {
background-position: 50%;
}

.banner-overlay {
position: absolute;
left:0;
margin: 0 auto;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
transition: all 0.3s ease;
}

.bo-container {
padding: 30px;
text-align: left;
}

.banner-title {
font-size: 65px;
font-weight: 400;
line-height: 1.2em;
padding-bottom: 0px;
letter-spacing: -2px;
font-family: 'jeanluc-alteredbold', "fs_albertbold", Arial, Helvetica, sans-serif;
color: #fff;
margin-bottom: 5px;
}

.banner-text {
font-family: "fs_albertregular", Arial, Helvetica, sans-serif; 
font-size: 24px;
line-height: 1.4em;
color: #fff;
display: block;
margin-bottom: 20px;
}

.banner-text p {
margin-bottom: 0 !important;
}

.banner-scroll {
bottom: 0;
position: absolute;
left:0;
right:0;
max-width: 50px;
margin: 0 auto;
text-align: center;
padding-bottom: 20px;
font-size: 40px;
z-index: 80
}

.metaslider {
margin: 0 auto;
}

.metaslider .caption {
padding: 0 !important
}

.metaslider .caption-wrap {
position: initial !important;
background: none !important;
opacity: 1 !important;
width: auto !important;
}

.flexslider {
margin-bottom: 0 !important;
}

.threecol-home i.fa.fa-angle-right {
color: #003d5b;
margin-top: 3px;
}

.slides {
display: block !important;
overflow: hidden;
padding: 0;
margin: 0 0 10px 0;
}

.metaslider .flex-direction-nav {
display:none;
}

.metaslider .flex-control-nav {
position: absolute !important;
z-index: 99999 !important;
display: block;
padding: 0 !important;
height: auto !important;
text-align: left !important 
}

.metaslider ol.flex-control-nav {
padding: 0 !important;
}

.metaslider .flex-control-nav li {
display: inline-block;
margin-right: 10px !important
}

.metaslider .flex-control-nav li:last-child {
margin-right: 0 !important
}

.metaslider .flex-control-nav li a {
font-size: 1px;
color: #fff !important;
border: 1px solid #fff;
background-color: #fff !important;
border-radius: 100px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
height:12px !important;
width: 12px !important;
display: block;
transition: all 0.3s ease;
opacity: 0.3;
margin: 0 !important;
}

.metaslider .flex-control-nav li a.flex-active, .metaslider .flex-control-nav li a:hover {
border-color: #fff !important;
background-color: #fff !important;
box-shadow: none !important;
opacity: 1 !important
}


/* 6.0 - Columns */

/* Half Half */

.half-text {
width: 60%;
float: left;
display: block;
postion: relative;
transition: width 0.3s ease, min-height 0.3s ease;
}

.half {
display: block;
transition: width 0.3s ease, min-height 0.3s ease;
}

.half-left {
float: left;
display: block;
transition: width 0.3s ease, min-height 0.3s ease;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
}

.half-right {
float: right;
display: block;
transition: width 0.3s;
postion: relative;
}

.half-image {
width: 40%;
min-height: 500px;
background-size: cover !important;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
background-repeat: no-repeat !important;
background-position: 50% 50%;
position: relative;
}


/* 6.1 - Two Columns */

.two-column {
margin: 0 auto;
display: block;
overflow: hidden;
padding: 0;
}

.two-column li {
position: relative;
float: left;
width: 48.5%;
margin-right: 3%;
list-style: none;
transition: all 0.3s ease;
box-sizing: border-box;
}

.two-column li:hover {
background: #803f85;
}

.two-column li img {
width: 100%;
height: auto;
display: block;
}


/* 6.2 - Three Columns */

.three-column {
margin: 0 auto;
display: block;
overflow: hidden;
padding: 0;
clear: both;
display: flex;
flex-wrap: wrap;
}

.three-column br {
display: none;
}

.three-column > li, .third {
position: relative;
float: left;
width: 32%;
margin-right: 2%;
list-style: none;
transition: all 0.3s ease;
box-sizing: border-box;
}

.three-column li:hover, .third:hover {
background: #803f85;
}

.three-column li:hover .post-image {
opacity: 0.7;
}
	
.three-column li img, .third img {
width: 100%;
height: auto;
display: block;
}

/* 6.3 - Four Columns */

.four-column {
padding: 0;
margin: 0 auto;
display: block;
overflow: initial;
text-align: left;
}

.four-column-ul {
overflow: hidden;
padding: 0;
margin: 0 0 0 0;
}

.four-column li {
position: relative;
float: left;
width: 22.75%;
margin-right: 2.5%;
margin-bottom: 2.5%;
list-style: none;
box-sizing: border-box;
}

.four-column li:nth-child(4n) {
margin-right: 0;
}

/* 6.4 - Five Columns */

.five-column {
padding: 0;
margin: 0 auto;
display: block;
overflow: hidden;
}

.five-column li {
float: left;
list-style: none;
font-size: 15px;
box-sizing: border-box;
position: relative;
}

.five-column li span, .five-column li p {
color: #787480;
}

/* 7.0 - Blog */

.single-post .main, .blog .container, .archive .main, .category .main {
background: #fff !important;
}

.single-post .post, .author .post, .archive .post, .category .post {
max-width: 900px;
margin: 0 auto;
display: block;
}

.blog-category {
text-transform: uppercase;
font-family: "fs_albertbold", Arial, Helvetica, sans-serif;
font-size: 13px;
letter-spacing: 1px;
}

.blog .post, .category .post, .author .post, .archive .post, .search .post {
float: left;
width: 48%;
margin-right: 4%;
box-sizing: border-box;
float: left;
display: inline-block;
clear: none;
margin-bottom: 30px;
}

.blog .post:nth-child(2n), .category .post:nth-child(2n), .author .post:nth-child(2n), .archive .post:nth-child(2n), .search .post:nth-child(2n) {
margin-right: 0 !important
}

.blog .post:nth-child(2n+1), .category .post:nth-child(2n+1), .author .post:nth-child(2n+1), .archive .post:nth-child(2n+1), .search .post:nth-child(2n+1) {
clear:left;
}

.blog .post-container, .author .post-container, .archive .post-container, .category .post-container, .search .post-container {
padding-top: 15px;
}

.blog .post:hover .post-image, .archive .post:hover .post-image, .author .post:hover .post-image, .search .post:hover .post-image {
opacity: 0.7;
}

.post-highlight {
font-size: 18px;
margin: 0 0 1.5em 0;
color: #803f85;
font-weight: 400;
display: block;
}

.single-post .content h2 {
font-family: "fs_albertextrabold", Arial, Helvetica, sans-serif;
font-weight: 400;
font-size: 24px;
text-transform: none;
margin-top: 30px;
margin-bottom: 15px;
letter-spacing: 0px;
}

.single-post .content h3 {
line-height: 1.4em;
font-weight: 400;
}

.sub-post-text {
color: #999;
font-size: 14px;
display: block;
margin-bottom: 10px;
}

.blog .post h5 {
font-weight: 400;
}

.blog-button {
font-family: "fs_albertextrabold", Helvetica, Arial, sans-serif;
font-size: 12px;
letter-spacing: 1.25px;
text-transform: uppercase;
padding: 8px 16px;
color: #803f85 !important;
border: 2px solid #803f85;
}

.blog-button:hover {
background: #803f85;
color: #ffffff !important;
}

.blog-button .fa {
color: #803f85;
transition: all 0.3s ease;
}

.blog-button:hover .fa {
color: #ffffff !important;
}

.single-post .current_page_parent a, .blog .current_page_item {
color: #803f85 !important;
}

.blog .post h1 {
margin-top: 20px;
}

.blog .container, .author .container {
}

.blog-main {
margin: 0 auto;
position: relative;
max-width: 1280px;
overflow: hidden;
}

.blog .banner-container {
position: absolute;
bottom: 0;
left: 0;
right:0;
background-image: linear-gradient(rgba(30, 35, 40, 0), rgba(30, 35, 40, 1));
padding-top: 150px;
}

.blog .banner-post-container {
max-width: 750px;
padding: 45px;
}

.blog .post, .author .post, .archive .post {
}

.blog .post-info, .author .post-info, .archive .post-info {
font-size: 15px;
font-family: "fs_albertregular", Helvetica, Arial, sans-serif;
margin-bottom: 12px !important;
margin-top: 5px;
}

.blog .post img, .author .post img, .archive .post img, .category .post img {
width:100%;
height: auto;
display: block;
}

.single .post-banner img {
margin-bottom: 0 !important;
width:100%;
height: auto;
display: block;
}

.single ol {
padding: 0 40px;
}

.single ol li {
padding-bottom: 30px;
}

.single ol li:last-child {
padding-bottom: 0 !important;
}

.single .single-image {
padding-bottom: 35%;
background-size: cover;
background-repeat: no-repeat;
background-position: 25% 25%;
}

.blog h2, .author h2, .archive h2 {
font-size: 19px !important;
font-family: 'jeanluc-alteredbold', "fs_albertbold", Arial, Helvetica, sans-serif;
font-weight: 400;
text-transform: none;
letter-spacing: 0px;
margin-bottom: 0;
color: #232323
}

.blog h2 a, .author h2 a, .archive h2 a {
color: #232323
}

.blog .post:hover h2, .author .post:hover h2, .archive .post:hover h2, .category .post:hover h2 {
color: #803f85
}

.blog-date, .event-date {
display: block;
font-weight: 400;
font-size: 16px;
margin-top: 5px;
margin-bottom: 20px !important;
color: #000;
}

.blog .post-categories, .author .post-categories, .archive .post-categories {
display: block;
margin-bottom: 0 !important;
}

.blog .post-categories a, .author .post-categories a, .archive .post-categories a {
}

.single-info {
background: #f3f4f6;
}

.single-info-container {
max-width: 1200px;
margin: 0 auto;
overflow: hidden;
padding: 10px 20px;
}

.single-info img {
border-radius: 8px;
max-width: 40px;
display: inline-block;
float: left;
transition: all 0.3s ease;
}

.single-info .float-right {
padding-top: 8px;
}

.single .category-link {
font-weight: 400;
color: #fff !important;
}

.single .category-link:hover {
color: #232323 !important;
}

.single .author-bio {
margin-bottom: 20px;
}

.single .post-author-name:hover {
color: #232323 !important;
}

.single .date {
font-weight: 400;
color: #fff !important;
}

.single-info p {
margin-bottom: 0 !important;
}

.single-info a:link, .single-info .post-author-name, .category-link {
color: #232323 !important;
}

.single-info a:hover {
color: #803f85 !important;
}

.post-author-name {
display: inline-block;
}

.single-info .float-left:hover .post-author-name {
color: #803f85;
} 

.single-info .float-left:hover .avatar {
opacity: 0.7;
} 

.single .post {
margin: 0 auto;
}

.single .post p {
margin-bottom: 1em;
}

.single .post-info {
font-size: 16px;
}

.single .post-categories {
padding-top: 14px;
}

.single .sidebar ul, .blog .sidebar ul, .author .sidebar ul, .archive .sidebar ul {
margin: 0;
padding: 0;
}

.single .sidebar li, .blog .sidebar li, .author .sidebar li, .archive .sidebar li  {
padding-bottom: 5px;
font-size: 17px;
}

.single .sidebar li img, .blog .sidebar li img, .author .sidebar li img, .archive .sidebar li img {
margin-bottom: 10px;
}

.single .sidebar li a, .blog .sidebar li a, .author .sidebar li a, .archive .sidebar li a {
}

.sidebar .cat-item {
padding-bottom: 0 !important;
}

.single .avatar {
float: left;
max-width: 60px;
margin-right: 20px;
height: auto;
display: block;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}

.archive .avatar {
border-radius: 50%;
float: left;
margin-right: 20px;
}

.author-side {
float: left;
padding-top: 6px;
}

.author-links {
clear: both;
position: relative;
display: block;
}

.author-links h3 {
font-weight: 400;
margin-bottom: 5px;
}

.author-links .fa {
padding-right: 10px;
}

.author-info {
clear: both;
position: relative;
padding-top: 15px;
}

.signup-box {
background: #803f85;
padding: 25px;
margin: 30px 0;
overflow: hidden;
}

.signup-box h3 {
margin-bottom: 15px !important;
}

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

.submit-container {
float: left;
width: 100%;
margin-top: 5px;
}

.signup-email {
-webkit-appearance: none;
box-shadow: none;
border: 0;
width: 100%;
padding: 10px;
box-sizing: border-box;
background: #fff;
font-size: 14px;
text-align: left;
outline: none;
margin: 0;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
}

.signup-email:focus {
background: #f8f8f8 !important;
}

.body-email {
-webkit-appearance: none;
box-shadow: none;
border: 1px solid transparent;
width: 100%;
padding: 10px;
box-sizing: border-box;
background: #f8f8f8;
font-size: 19px;
font-family: "fs_albertregular", Arial, Helvetica, sans-serif;
text-align: left;
outline: none;
margin: 0;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
}

.body-email:focus {
background: #fff !important;
border-color: #000;
}

.signup-submit {
width: 100%;
box-sizing: border-box;
padding: 11px 10px;
-webkit-appearance: none;
border: 0;
box-shadow: none;
font-size: 15px;
font-weight: 400;
margin: 0;
background: #232323;
color: #fff !important;
transition: all 0.3s ease;
cursor: pointer;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
}

.signup-submit:hover {
background: #232323;
}

.sidelink {
margin-bottom: 20px;
display: block;
overflow: hidden;
transition: all 0.4s ease;
}

.sidelink:last-child {
margin-bottom: 0;
}

.expert-sidelink {
margin-bottom: 15px !important;
display: block;
overflow: hidden;
transition: all 0.4s ease;
}

.expert-sidelink h4 {
margin-bottom: 0 !important;
}

.expert-sidelink:last-child {
margin-bottom: 0;
}

.sidelink-image {
transition: all 0.3s ease;
width: auto;
height: auto;
display: inline-block;
padding-bottom: 25%;
background-size: cover;
background-repeat: no-repeat;
background-position: 50%;
float: left;
width: 40%;
}

.sidelink:hover img, .sidelink:hover .sidelink-image {
opacity: 0.7;
}

.sidelink:hover .sidelink-title {
color: #803f85;
}

.sidelink-title {
text-transform: none !important;
font-weight: 400;
font-size: 18px;
letter-spacing: 0;
padding-top: 0px;
color: #202428;
float: left;
padding-left: 15px;
box-sizing: border-box;
width: 60%;
font-family: 'jeanluc-alteredbold', "fs_albertregular", Arial, Helvetica, sans-serif;
}

.sidelink-title:hover {
color: #803f85 !important;
margin-left: 20px !important;
}

.expert-sidelink .sidelink-title {
padding-left: 0 !important;	
width: auto !important;
float: none !important;
}

#current.expert-sidelink .sidelink-title {
color: #803f85 !important;
margin-left: 20px !important;
}

.categories, .sidebar-social {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #f1f1f1;
}

.sidebar-social {
font-size: 21px
}

.sidebar-social .fa {
margin-right: 10px;
color: #787480 !important;
display: inline-block;
transition: all 0.3s ease;
}

.sidebar-social .fa:hover {
color: #803f85 !important;
}

.single .post ul > li p {
margin-bottom: 0.5em !important;
}

.blog-content {
width: 100%;
float:left;
position: relative;
}

.single .banner-image {
position: relative;
display: block;
clear: both;
background: #fff;
overflow: hidden;
}

.single .banner-image img {
width:100%;
height: auto;
display: block;
}

.blog-container {
padding: 40px 20px;
}

.content {
width: 70%;
float:left;
}

.content-container {
padding: 40px 30px 40px 30px;
overflow: hidden;
}

.sidebar {
width: 30%;
float: right;
box-sizing: border-box;
padding-bottom: 500%;
margin-bottom: -500%;
background: #f3f4f6
}

.sidebar-container {
padding: 40px 30px;
font-size: 16px;
}

.sidebar ul {
padding: 0;
margin: 0;
}

.sidebar li {
list-style: none;
}

.sidebar img {
width: 100%;
height: auto;
display: block;
}

.page .sidebar a {
display: block 
}

.sidebar a {
color: #232323;
line-height: 1.7em;
transition: all 0.3s ease;
}

.sidebar a:hover {
color: #803f85 !important;
}

.sidebar a.button:hover {
color: #fff !important;
}

.sidebar-divide {
padding-top: 23px;
margin-top: 23px;
border-top: 1px solid #e7e7e7;
}

.post-banner {
width: 100%;
max-height: 600px;
overflow: hidden;
position: relative;
display: block
}

.post-info {
color: #999;
font-size: 15px;
}

.post-info .fa {
color: #999 !important;
}

.single-post .container {
}

.single-post .post {
max-width: 960px;
margin: 0 auto;
}


/* 8.0 - Form */

/* Contact Section */

#left {
width: 49.6%;
text-align: left;
float:left;
}

#right {
width: 49.6%;
text-align: left;
float:right;
}

#top {
width: 100%;
overflow: hidden;
}

.topleft {
width: 49.5%;
float: left;
display: inline-block;
margin-right: 1%;
}

.topright {
width: 49.5%;
float: left;
display: inline-block;
}

#bottom {
width: 100%;
overflow: hidden;
}

.bottomleft {
width: 49.5%;
float: left;
display: inline-block;
margin-right: 1%;
}

.bottomright {
width: 49.5%;
float: left;
display: inline-block;
}

.message {
width: 100%;
}

#bottom p {
margin-bottom: 0 !important;
}

.br2 .ajax-loader, div.wpcf7 img.ajax-loader {
display:none !important;
}

input#file-upload.wpcf7-form-control.wpcf7-file {
background: none !important;
font-size: 11px;
}

.wpcf7 br {
display: none;
} 

.wpcf7 p {
margin-bottom: 0 !important;
}

#wpcf7-f1960-p1959-o1 p {
margin-bottom: 1.5em !important;
}

.wpcf7 input, .wpcf7 textarea {
font-size: 19px;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
font-family: "fs_albertregular", Arial, Helvetica, sans-serif;
background: #f3f4f6;
box-shadow: 0 !important;
border: 1px solid transparent;
width: 100%;
padding: 6px;
margin-bottom: 2%;
outline:none;
color: #232323;
-webkit-appearance: none;
resize: none;
display: block;
}

::-webkit-input-placeholder, ::-moz-placeholder, :-moz-placeholder, :-ms-input-placeholder {
  color: #aaa;
}

.wpcf7 select {
font-family: "fs_albertregular", "Proxima Nova", Arial, Helvetica, sans-serif;
font-size: 19px;
-webkit-appearance: none;
-moz-appearance: none;
padding: 10px;
border-radius: 0 !important;
-moz-border-radius: 0 !important;
border: 1px solid transparent;
-webkit-border-radius: 0 !important;
background: #f3f4f6;
color: #aaa;
outline:none;
margin: 0 0 2% 0;
width: 100%;
background: url(https://pioneer-performance.com/wp-content/uploads/dropdown.png) no-repeat right #f3f4f6;
}

.dark-select {
color: #333 !important;
}

span.wpcf7-not-valid-tip {
background: #803f85 !important;
}

div.wpcf7-validation-errors {
background: none !important;
border: 2px solid #803f85;
color: #803f85 !important;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
}

input.wpcf7-form-control.wpcf7-submit {
font-family: 'jeanluc-alteredbold', "fs_albertextrabold", Arial, Helvetica, sans-serif;
font-weight: 400;
padding: 16px 28px;
box-shadow: none !important;
background: #803f85;
color: #fff;
text-shadow: none !important;
font-size: 18px;
line-height: 18px;
margin-top: 5px;
border: 1px solid #803f85;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-webkit-appearance: none;
display: block;
width: auto;
margin-left: 0
}

.wpcf7 {
margin: 10px 0 0 0 !important;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea {
	width: 100%;
	padding: 10px;
	border-radius: 0;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.wpcf7 input[type="text"]:focus, .wpcf7 textarea:focus, .wpcf7 input[type="tel"]:focus, .wpcf7 input[type="email"]:focus{
	background: #fff;
	border-color: #232323;
color: #232323 !important;
}
.wpcf7-submit{
	cursor: pointer;
	transition: all 0.3s ease;
}
.wpcf7-submit:hover{
	background: transparent !important;
	color: #803f85 !important
}
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff3330;
	padding: 5px;
}
div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 15px 20px;
	font-size: 14px;
	color: #803f85;
	margin: 0 auto;
	margin-top: 10px;
	max-width: 300px;
	border: 1px solid #803f85 !important;
}

textarea.wpcf7-form-control.wpcf7-textarea {
max-height: 80px;
}


/* 9.0 - Footer */

.site-footer {
background: #232323;
overflow: hidden;
position: relative;
clear: both;
padding-bottom: 47px;
}

.site-footer-container {
max-width: 1280px;
margin: 0 auto;
display: block;
overflow: hidden;
font-size: 16px;
color: #fff;
padding: 60px 45px;
}

.site-footer a {
color: #fff
}

.site-footer a:hover, .bottom-footer a:hover {
color: #803f85;
transition: all 0.3s ease;
}

.site-footer a:after {
content: "\f105";
font-family: "Font Awesome 5 Pro";
padding-left: 8px;
color: transparent;
transition: all 0.3s ease;
}

.site-footer a:hover:after {
color: #803f85 !important;
}

.site-footer h5 {
color: #fff;
font-size: 21px;
}

#footerContent {
overflow: hidden;
}

.fcol {
display: inline-block;
float: left;
margin-right: 3%;
}

#fc1 {
width: 20%;
}

#fc2 {
width: 18%;
}

#fc3 {
width: 24%;
margin-right: 5%;
}

#fc4 {
width: 27%;
}

.fcol a {
clear:both;
display: block;
padding-bottom: 9px;
}

.address {
margin: 0 0 1.5em 0;
list-style: none;
padding-left: 0;
line-height: 1.7em;
font-size: 16px;
}

#fc4 {
margin-right: 0;
}

.footer-posts {
list-style: none;
padding-top: 4px;
padding: 0;
margin: 0;
}

.footer-posts li {
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #393939;
}

.footer-posts li a {
display: block;
}

.footer-posts li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;
}

.social-links {
margin: 10px 0 0 0;
padding: 0;
list-style: none;
overflow: hidden;
}

.social-links li {
float:left;
margin-right:15px;
}

.social-links a {
clear: none !important;
transition: all 0.3s ease;
}

.social-links a:after {
display: none !important;
}

.social-links i {
font-size: 21px;
text-align: center;
border-radius: 0px;
transition: all 0.3s ease;
color: #fff;
width: 45px;
height: 33px;
background: #803f85;
border-radius: 50%;
padding-top: 12px;
}

.site-footer .social-links a:hover i {
background: #fff;
color: #803f85;
}

.social-links li:last-of-type {
margin-right: 0 !important;
}

.bottom-footer {
font-size: 14px;
overflow: hidden;
color: #7b7b7b !important;
}

.bottom-footer-container {
margin: 0 auto;
max-width: 1280px;
padding: 0 30px 40px;
overflow: hidden 
}

.bottom-footer a, .bottom-footer {
color: #7b7b7b;
}

.bottom-footer a::after {
content: none !important;
display: none !important;
}

.bf-container {
float: left;
max-width: 565px;
}

.copyright {
transition: all 0.3s ease;
text-align: left;
display: inline-block;
font-family: "fs_albertregular", Arial, Helvetica, sans-serif;
font-weight: 400;
font-size: 14px;
}

.reg-address {
font-size: 12px;
display: block;
padding-top: 4px;
}

.disclaimer {
font-size: 14px;
float: right;
max-width: 500px;
text-align: right;
}

.footer-logo {
display: block;
max-width: 150px;
}

.dpm {
transition: all 0.3s ease;
text-align: right !important;
display: inline-block;
right: 0 !important;
float:right;
font-family: "fs_albertregular", Arial, Helvetica, sans-serif;
text-transform: uppercase;
font-weight: 400;
font-size: 13px;
letter-spacing: 2px;
}

.dpm:hover{
color:#803f85 !important;
}


/* 10.0 - Snippets & Miscellaneous */

.divide {
border-bottom: 2px solid #803f85;
margin-top: 20px;
margin-bottom: 20px;
display: block;
overflow: hidden;
max-width: 100px;
}

.divide-center {
border-bottom: 2px solid #803f85;
margin-top: 20px !important;
margin-bottom: 30px !important;
margin: 0 auto;
display: block;
overflow: hidden;
max-width: 100px;
}

.full-divide {
border-bottom: 1px solid #e7e7e7;
padding-bottom: 25px;
margin-bottom: 25px;
overflow: hidden;
}

.left-gradient {
background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
background: -o-linear-gradient(right, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
background: linear-gradient(to right, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 30%;
z-index: 50;
}

.slider-text {
	z-index: 99;
}

.slider-text .half-text {
	z-index: 55;	
}

.right-gradient {
background: -webkit-linear-gradient(right, rgba(128, 63, 133, 0.85), rgba(128, 63, 133, 0));
background: -o-linear-gradient(left, rgba(128, 63, 133, 0.85), rgba(128, 63, 133, 0)); 
background: -moz-linear-gradient(left, rgba(128, 63, 133, 0.85), rgba(128, 63, 133, 0));
background: linear-gradient(to left, rgba(128, 63, 133, 0.85), rgba(128, 63, 133, 0));
position: absolute;
top: 0;
bottom: 0;
left: 30%;
right: 0;
}

.video-container {
width: 58%;
float: left;
margin-right: 4%;
}

.video-side {
width: 38%;
float: left;
padding-right: 20px;
box-sizing: border-box;
}

.video-wrapper {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
}

.video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
position: absolute; 
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.fadeInBlock {
opacity:0;
}

/* Homepage Image Links */

.bg-overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
opacity: 0.9;
background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 1));
transition: all 0.3s ease;
}

.image-links h3 {
position: absolute;
left: 20px;
bottom: 20px;
margin-bottom: 0;
text-transform: none;
letter-spacing: 0;
font-size: 21px;
font-weight: 400;
color: #fff;
}

.image-links li {
height: 0;
padding-bottom: 30%;
}

.image-links li:hover h3 {
color: #803f85;
}

.image-links li:hover .bg-overlay {
opacity: 1;
}

.team-link {
background-size: cover;
background-position: 50% 50%;
position: relative;
}


/* Affiliates */

#affiliates {
background: #ffffff;
width: 100%;
position: relative;
display: block;
clear:both;
overflow: hidden;
}

#affiliate-cont {
padding: 5px;
overflow:hidden;
}

#affiliate-imgs {
max-width: 800px;
margin: 0 auto;
display: block;
}

.al-img {
display: inline-block;
padding-right: 2%;
width: 18.4%;
overflow:hidden;
float: left;
}

#al-last {
padding-right: 0 }

#al-img4 {
padding-right: 0;
float: none !important;
}

.al-img img {
display: block;
max-width: 150px;
margin: 0 auto;
width: 100%;
height: auto;
}

.testimonial-author {
color: #803f85;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
font-size: 16px;
}

.body-ul {
overflow: hidden;
}

.body-ul li {
padding-bottom: 15px;
padding-left: 15px;
}

.white-ul.body-ul li {
padding-bottom: 10px;
padding-left: 15px;
}

.body-ul li:last-child {
padding-bottom: 0 !important;
}

.team-float, .single-custom-post-image {
background: #232323;
float: left;
margin-bottom: 10px;
margin-right: 30px;
width: 50%;
height: auto;
}

.single-custom-post-image img {
width: 100%;
height: auto;
display: block;
}

.single .blog-return {
float: left;
}

.single .post-social {
padding-top: 40px;
overflow: hidden;
}

.share-links {
float: left;
border-spacing: 10px 0px;
border-collapse: separate;
display: table;
}

.post-social-link {
color: #787480;
padding: 0 8px !important;
display: table-cell;
text-align: center;
vertical-align: middle;
height: 39px;
border-radius: 50%;
font-size: 21px;
}

.share-twitter {
color: #00b6f1 !important;
}

.share-twitter:hover {
color: #803f85 !important;
}

.share-facebook {
color: #3b5998 !important;
}

.share-facebook:hover {
color: #803f85 !important;
}

.client-results .result h3 {
color: #232323;
}

.story {
float: left;
width: 32%;
margin-right: 2%;
display: block;
position: relative;
overflow: hidden;
}

.story:nth-of-type(3n) {
margin-right: 0 !important;
}

.story img {
width: 100%;
height: auto;
display: block 
}

.custom-post-image {
transition: all 0.3s ease;
}

.results-headline {
color: #787480;
margin-bottom: 0 !important;
}

.results-main, .events-main {
padding-top: 100px;
transition: all 0.3s ease;
}

.single-events .site-header, .single-breweries .site-header, .single-stories .site-header, .page-template-template-nobanner .site-header, .search .site-header, .single-team .site-header, .woocommerce.archive .site-header, .single-jobs .site-header, .single-analysis .site-header, .single-services .site-header, .single-product .site-header  {
background: #fff;
box-shadow: 0 -5px 15px #000
}

.single-results .single-results-headline {
text-transform: uppercase;
font-weight: 600;
font-size: 15px;
letter-spacing: 1px;
color: #803f85 !important;
}

.single-results .post-social, .single-events .post-social {
padding-top: 20px !important;
}

.single-results .share-links, .single-events .share-links {
margin-left: -10px;
}

.single-results #menu-item-91 a {
color: #803f85 !important;
border-color: #803f85 !important;
}

.page-template-template-events h3 {
letter-spacing: 0 !important;
text-transform: none !important;
}

.event-image {
height: 0;
padding-bottom: 100%;
overflow: hidden;
background-size: cover;
background-position: 50% 25%;
background-repeat: no-repeat
}

.story-image {
height: 0;
padding-bottom: 70%;
overflow: hidden;
background-size: cover;
background-position: 50% 25%;
background-repeat: no-repeat
}

.single-events .event-logo {
width: 100%;
height: auto;
max-width: 200px;
display: block;
margin-bottom: 15px;
}

.other-event {
float: left;
width: 32%;
margin-right: 2%;
overflow: hidden;
}

.other-event img {
width: 100%;
height: auto;
display: block;
}

.other-event:nth-of-type(3n) {
margin-right: 0 !important;
}

.embed-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.footer-signup-box {
margin: 0;
overflow: hidden;
clear: both;
padding: 20px;
max-width: 935px;
margin: 0 auto;
}

.footer-signup-box h3 {
margin-bottom: 15px !important;
color: #fff !important;
font-size: 15px !important;
float: left;
padding-right: 30px;
padding-top: 10px;
}

.site-footer #mc_embed_signup {
float: left;
width: auto;
}

.footer-email-container {
float: left;
display: block;
}

.footer-submit-container {
float: left;
clear: none !important;
display: inline-block !important
}

.footer-signup-email {
font-family: "fs_albertregular", Arial, Helvetica, sans-serif;
-webkit-appearance: none;
box-shadow: none;
border: 0;
width: 100%;
padding: 10px;
box-sizing: border-box;
border: 0 !important;
background: #333333;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
-webkit-border-top-left-radius: 0;
-webkit-border-bottom-left-radius: 0;
-moz-border-top-left-radius: 0;
-moz-border-bottom-left-radius: 0;
font-size: 14px !important;
color: #fff;
text-align: left;
outline: none;
margin: 0;
}

.footer-signup-email::placeholder, .footer-signup-email::-webkit-input-placeholder {
color: #cdd2db !important
}

.footer-signup-email :-moz-placeholder {
color: #cdd2db !important
}
.footer-signup-email ::-moz-placeholder {
color: #cdd2db !important
}
.footer-signup-email :-ms-input-placeholder {
color: #cdd2db !important
}
.search-barfooter-signup-email {
color: #cdd2db !important
}

.footer-signup-submit {
font-family: "Font Awesome 5 Pro";
box-sizing: border-box;
padding: 10.5px 15.65px;
-webkit-appearance: none;
border: 0;
box-shadow: none;
font-size: 16px;
margin: 0;
background: #803f85;
color: #fff !important;
transition: all 0.3s ease;
cursor: pointer;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-top-left-right: 0;
-moz-border-bottom-right-radius: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
-webkit-border-top-left-radius: 0;
-webkit-border-bottom-left-radius: 0;
-moz-border-top-left-radius: 0;
-moz-border-bottom-left-radius: 0;
}

.footer-signup-submit:hover {
background: #fff;
color: #803f85 !important;
}

#mce-responses {
clear: none !important;
display: none;
}

.newsletter-signup {
border-top: 1px solid #363636;
position: relative;
display: block;
clear: both;
overflow: hidden;
}

.pagination {
clear: both;
position: relative;
text-align: center;
padding-top: 20px;
}

.contact-phone, .contact-email {
color: #fff;
font-size: 18px;
margin-right: 30px;
margin-top: 8px;
display: inline-block;
}

.contact-email {
	margin-top: 0;
	margin-right: 0;
}

.search-container {
float: right;
margin-left: 0;
display: block;
	margin-top: 5px;
}

.search-bar {
box-sizing: border-box;
display: inline-block;
float: left;
width: 80%;
}

.search-bar input {
-webkit-appearance: none;
font-size: 15px;
width: 100%;
padding: 7px 4px 7px 4px;
margin-right: 0;
background: #fff;
color: #000;
border: 0;
margin: 0;
outline: none;
transition: all 0.3s ease;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
height: 38px;
border: 1px solid #803f85;
border-right-width: 0;
}

.search-bar ::placeholder, .search-bar ::-webkit-input-placeholder {
color: #803f85 !important
}

.search-bar :-moz-placeholder {
color: #803f85 !important
}
.search-bar ::-moz-placeholder {
color: #803f85 !important
}
.search-bar :-ms-input-placeholder {
color: #803f85 !important
}
.search-bar ::-ms-input-placeholder {
color: #803f85 !important
}

.search-bar input:focus {
}

.search-submit {
font-family: "Font Awesome 5 Pro";
padding: 6.5px 10px;
font-size: 18px;
-webkit-appearance: none;
background: #803f85;
color: #fff;
height: 38px;
border: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
margin: 0;
width: 20%;
margin-left: 0;
cursor: pointer;
transition: all 0.3s ease;
}

.search-submit:hover {
background: #232323;
color: #fff;
}

.results-found {
clear: both;
position: relative;
display: block;
padding-bottom: 30px;
}

.spacer {
padding: 0 12px;
}

.support-services img {
max-width: 100px;
margin-bottom: 15px;
}

.support-services .green h3 {
color: #95c11f; 
}

.support-services .yellow h3 {
color: #fcbf00; 
}

.support-services .red h3 {
color: #e84127; 
}

.support-services .pink h3 {
color: #e5007d; 
}

.support-services .blue h3 {
color: #00ace9; 
}

.support-services li:hover img {
transform: rotate(51deg) 
}

.footer-menu ul {
list-style: none;
margin: 0;
padding: 0;
}

.image-left-gradient {
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0));
background: -o-linear-gradient(right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
background: -moz-linear-gradient(right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 50%;
}

.image-right-gradient {
background: -webkit-linear-gradient(right, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0));
background: -o-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
background: -moz-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
position: absolute;
top: 0;
bottom: 0;
left: 50%;
right: 0;
}

.image-left-gradient-dark {
background: -webkit-linear-gradient(left, rgba(46, 1, 65, 1) 25%, rgba(46, 1, 65, 0));
background: -o-linear-gradient(right, rgba(46, 1, 65, 1), rgba(46, 1, 65, 0));
background: -moz-linear-gradient(right, rgba(46, 1, 65, 1), rgba(46, 1, 65, 0));
background: linear-gradient(to right, rgba(46, 1, 65, 1), rgba(46, 1, 65, 0));
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 50%;
}

.image-right-gradient-dark {
background: -webkit-linear-gradient(right, rgba(46, 1, 65, 1) 25%, rgba(46, 1, 65, 0));
background: -o-linear-gradient(left, rgba(46, 1, 65, 1), rgba(46, 1, 65, 0));
background: -moz-linear-gradient(left, rgba(46, 1, 65, 1), rgba(46, 1, 65, 0));
background: linear-gradient(to left, rgba(46, 1, 65, 1), rgba(46, 1, 65, 0));
position: absolute;
top: 0;
bottom: 0;
left: 50%;
right:0;
}

.image-left-gradient-highlight {
background: -webkit-linear-gradient(left, rgba(233, 72, 52, 1) 25%, rgba(233, 72, 52, 0));
background: -o-linear-gradient(right, rgba(233, 72, 52, 1), rgba(233, 72, 52, 0));
background: -moz-linear-gradient(right, rgba(233, 72, 52, 1), rgba(233, 72, 52, 0));
background: linear-gradient(to right, rgba(233, 72, 52, 1), rgba(233, 72, 52, 0));
position: absolute;
top: 0;
bottom: 0;
left:0;
right: 50%;
}

.image-right-gradient-highlight {
background: -webkit-linear-gradient(right, rgba(233, 72, 52, 1) 25%, rgba(233, 72, 52, 0));
background: -o-linear-gradient(left, rgba(233, 72, 52, 1), rgba(233, 72, 52, 0));
background: -moz-linear-gradient(left, rgba(233, 72, 52, 1), rgba(233, 72, 52, 0));
background: linear-gradient(to left, rgba(233, 72, 52, 1), rgba(233, 72, 52, 0));
position: absolute;
top: 0;
bottom: 0;
left: 50%;
right: 0;
}

.help-padding {
padding: 25px 20px;
}

.help-menu li {
border-right: 1px solid #fff;
font-weight: 600;
color: #fff;
margin-right: 0;
margin-bottom: 0 !important;
width: 33.3334%;
padding: 0 10px;
}

.help-menu li:last-of-type {
border-right: 0 !important;
}

.help-menu li a {
color: #fff !important;
}

.help-menu li a:hover {
color: #232323 !important;
}

.stories li, .story {
background: #232323;
}

.stories li:hover, .story:hover {
background: #803f85;
}

.stories li h3, .stories li span, .story h3, .story span {
color: #fff;
display: block;
margin-bottom: 0;
}

.stories li span, .three-column li .tc-box span, .third, .story span {
font-size: 17px;
}

.stories li span, .story span {
color: #803f85;
}

.stories li:hover span, .story:hover span {
color: #fff;
}

.tc-box {
padding: 30px;
}

.illustration-content {
width: 70%;
float: left;
}

.illustration-content-container {
max-width: 800px;
display: block;
margin: 0 auto;
}

.illustration-sidebar {
width: 30%;
float: left;
}

.illustration-sidebar-container {
position: absolute;
bottom: 0;
width: 30%;
}

.illustration-sidebar-container img {
width: 100% !important;
height: auto;
display: block;
}

.divide-bottom:after {
content: "";
background: #d7d1e1;
position: absolute;
bottom: 0;
left: 0;
height: 0.46vw;
width: 70%;
}

.page-id-22 .cta-section {
display: none;
}

.social-sidebar li {
display: inline-block;
line-height: 1.6;
margin-right: 10px;
font-size: 21px;
}

.social-sidebar .sm-text {
font-size: 13px;
padding-top: 0 !important;
}

.social-sidebar li:last-of-type {
margin-right: 0 !important;
}

.social-sidebar a {
color: #803f85 !important;
}

.social-sidebar a:hover {
color: #232323 !important;
}

#responsive-menu-additional-content .search-container {
float: none !important;
display: block !important;
}

#responsive-menu .search-container {
display: block !important;
}

#responsive-menu-additional-content a {
display: block;
color: #fff !important;
font-size: 16px;
line-height: 1.8;
}

#responsive-menu-additional-content .fa {
color: #803f85 !important;
}

#responsive-menu-additional-content a:last-of-type {
margin-bottom: 15px !important;
}

#responsive-menu-additional-content a:hover {
color: #803f85 !important;
}

#responsive-menu-additional-content .search-field {
padding: 7px 4px 7px 10px !important;
}

#responsive-menu-additional-content .search-submit {
font-family: "Font Awesome 5 Pro";
font-size: 14px;
padding: 11px 10px !important;
background: #803f85 !important;
color: #fff !important;
}

#responsive-menu-additional-content .search-submit:hover {
background: #232323 !important;
color: #803f85 !important;
}

#responsive-menu-additional-content .contact-phone {
font-size: 20px !important;
display: block;
margin-bottom: 12px !important;
}

.team-image {
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: 50% 25%;
	background-repeat: no-repeat
}

.team-link:hover .job-title {
color: #232323;
}

.team-contact {
display: block;
}

.team-contact a {
color: #fff !important;
}

.team-contact a:hover {
color: #803f85 !important;
}

.single-team h2 {
margin-bottom: 1.2em;
}

.section blockquote {
font-size: 150%;
margin: 0 0 10px 0;
}

.quote-author {
margin-bottom: 20px;
display: block;
color: #232323;
font-weight: 600;
}

.job-type, .job-salary, .job-location {
display: block;
}

.search .third:hover {
background: none !important;
}

.search .third:hover h3 {
color: #803f85 !important;
}

.search .post-image {
margin-bottom: 15px;
}

.post-type {
text-transform: capitalize;
}

.story-image {
max-height: 350px;
overflow: hidden;
padding-bottom: 69%;
background-size: cover;
background-position: 50%;
background-repeat: no-repeat;
transition: all 0.3s ease;
}

.page-id-492 .highlight-bg, .page-id-492 ::selection {
background: #95c11f;
}

.page-id-492 .highlight, .page-id-492 .cta-section .button {
color: #95c11f !important
}

.page-id-492 .cta-section .button:hover {
color: #fff !important
}

.page-id-492 .post a:link, .page-id-492 .post a:visited {
color: #95c11f;
}

.page-id-492 .post a:hover {
color: #232323 !important;
}

.page-id-492 .image-left-gradient-highlight {
background: -webkit-linear-gradient(left, rgba(149, 193, 31, 1) 25%, rgba(149, 193, 31, 0));
background: -o-linear-gradient(right, rgba(149, 193, 31, 1), rgba(149, 193, 31, 0));
background: -moz-linear-gradient(right, rgba(149, 193, 31, 1), rgba(149, 193, 31, 0));
background: linear-gradient(to right, rgba(149, 193, 31, 1), rgba(149, 193, 31, 0));
position: absolute;
top: 0;
bottom: 0;
left:0;
right: 50%;
}

.page-id-492 .image-right-gradient-highlight {
background: -webkit-linear-gradient(right, rgba(149, 193, 31, 1) 25%, rgba(149, 193, 31, 0));
background: -o-linear-gradient(left, rgba(149, 193, 31, 1), rgba(149, 193, 31, 0));
background: -moz-linear-gradient(left, rgba(149, 193, 31, 1), rgba(149, 193, 31, 0));
background: linear-gradient(to left, rgba(149, 193, 31, 1), rgba(149, 193, 31, 0));
position: absolute;
top: 0;
bottom: 0;
left: 50%;
right: 0;
}

.page-id-494 .highlight-bg, .page-id-494 ::selection {
background: #fcbf00;
}

.page-id-494 .highlight, .page-id-494 .cta-section .button {
color: #fcbf00 !important
}

.page-id-494 .cta-section .button:hover {
color: #fff !important
}

.page-id-494 .post a:link, .page-id-494 .post a:visited {
color: #fcbf00;
}

.page-id-494 .post a:hover {
color: #232323 !important;
}

.page-id-494 .image-left-gradient-highlight {
background: -webkit-linear-gradient(left, rgba(252, 191, 0, 1) 25%, rgba(252, 191, 0, 0));
background: -o-linear-gradient(right, rgba(252, 191, 0, 1), rgba(252, 191, 0, 0));
background: -moz-linear-gradient(right, rgba(252, 191, 0, 1), rgba(252, 191, 0, 0));
background: linear-gradient(to right, rgba(252, 191, 0, 1), rgba(252, 191, 0, 0));
position: absolute;
top: 0;
bottom: 0;
left:0;
right: 50%;
}

.page-id-494 .image-right-gradient-highlight {
background: -webkit-linear-gradient(right, rgba(252, 191, 0, 1) 25%, rgba(252, 191, 0, 0));
background: -o-linear-gradient(left, rgba(252, 191, 0, 1), rgba(252, 191, 0, 0));
background: -moz-linear-gradient(left, rgba(252, 191, 0, 1), rgba(252, 191, 0, 0));
background: linear-gradient(to left, rgba(252, 191, 0, 1), rgba(252, 191, 0, 0));
position: absolute;
top: 0;
bottom: 0;
left: 50%;
right: 0;
}

.page-id-498 .highlight-bg, .page-id-498 ::selection {
background: #e5007d;
}

.page-id-498 .highlight, .page-id-498 .cta-section .button {
color: #e5007d !important
}

.page-id-498 .cta-section .button:hover {
color: #fff !important
}

.page-id-498 .post a:link, .page-id-498 .post a:visited {
color: #e5007d;
}

.page-id-498 .post a:hover {
color: #232323 !important;
}

.page-id-498 .image-left-gradient-highlight {
background: -webkit-linear-gradient(left, rgba(229, 0, 125, 1) 25%, rgba(229, 0, 125, 0));
background: -o-linear-gradient(right, rgba(229, 0, 125, 1), rgba(229, 0, 125, 0));
background: -moz-linear-gradient(right, rgba(229, 0, 125, 1), rgba(229, 0, 125, 0));
background: linear-gradient(to right, rgba(229, 0, 125, 1), rgba(229, 0, 125, 0));
position: absolute;
top: 0;
bottom: 0;
left:0;
right: 50%;
}

.page-id-498 .image-right-gradient-highlight {
background: -webkit-linear-gradient(right, rgba(229, 0, 125, 1) 25%, rgba(229, 0, 125, 0));
background: -o-linear-gradient(left, rgba(229, 0, 125, 1), rgba(229, 0, 125, 0));
background: -moz-linear-gradient(left, rgba(229, 0, 125, 1), rgba(229, 0, 125, 0));
background: linear-gradient(to left, rgba(229, 0, 125, 1), rgba(229, 0, 125, 0));
position: absolute;
top: 0;
bottom: 0;
left: 50%;
right: 0;
}

.page-id-500 .highlight-bg, .page-id-500 ::selection {
background: #00ace9;
}

.page-id-500 .highlight, .page-id-500 .cta-section .button {
color: #00ace9 !important
}

.page-id-500 .cta-section .button:hover {
color: #fff !important
}

.page-id-500 .post a:link, .page-id-500 .post a:visited {
color: #00ace9;
}

.page-id-500 .post a:hover {
color: #232323 !important;
}

.page-id-500 .image-left-gradient-highlight {
background: -webkit-linear-gradient(left, rgba(0, 172, 233, 1) 25%, rgba(0, 172, 233, 0));
background: -o-linear-gradient(right, rgba(0, 172, 233, 1), rgba(0, 172, 233, 0));
background: -moz-linear-gradient(right, rgba(0, 172, 233, 1), rgba(0, 172, 233, 0));
background: linear-gradient(to right, rgba(0, 172, 233, 1), rgba(0, 172, 233, 0));
position: absolute;
top: 0;
bottom: 0;
left:0;
right: 50%;
}

.page-id-500 .image-right-gradient-highlight {
background: -webkit-linear-gradient(right, rgba(0, 172, 233, 1) 25%, rgba(0, 172, 233, 0));
background: -o-linear-gradient(left, rgba(0, 172, 233, 1), rgba(0, 172, 233, 0));
background: -moz-linear-gradient(left, rgba(0, 172, 233, 1), rgba(0, 172, 233, 0));
background: linear-gradient(to left, rgba(0, 172, 233, 1), rgba(0, 172, 233, 0));
position: absolute;
top: 0;
bottom: 0;
left: 50%;
right: 0;
}

.highlight-bg a {
color: #232323;
}

.highlight-bg a:hover {
color: #fff;
}

.dark-bg a:hover {
color: #fff;
}

.has-cookie-bar #catapult-cookie-bar {
padding: 8px 20px 8px !important;
font-size: 15px !important;
background: rgba(0,0,0,0.9);
}

button#catapultCookie {
font-family: 'jeanluc-alteredbold', "fs_albertbold", Arial, Helvetica, sans-serif !important;
}

.search-box {
display: none;
}

#search-button {
-webkit-appearance: none;
padding: 0;
border: 0;
box-shadow: none;
background: none;
font-size:19px;
cursor: pointer;
}

#search-button:focus, #search-button:hover {
outline:0;
color: #803f85
}

#search-input {
font-size: 16px;
border-radius: 0 !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
font-family: "fs_albertregular", Arial, Helvetica, sans-serif;
background: #fff;
box-shadow: 0 !important;
padding: 10px 12px !important;
width: auto;
border: 1px solid #fff !important;
outline: none;
color: #232323;
-webkit-appearance: none;
resize: none;
transition: all 0.4s ease;
float: left;
margin: 0;
height: 44px;
}

#search-input::-webkit-input-placeholder {
color: #909bb0 !important;
}
#search-input:-moz-placeholder {
color: #909bb0 !important;
}
#search-input::-moz-placeholder {
color: #909bb0 !important;
}
#search-input:-ms-input-placeholder {
color: #909bb0 !important;
}
#search-input::-ms-input-placeholder {
color: #909bb0 !important;
}
#search-input::placeholder {
color: #909bb0 !important;
}

#search-input:focus {
background: transparent;
color: #fff;
}

#search-input:focus::placeholder {
color: #fff !important;
}

.search-box input[type=submit] {
font-family: "Font Awesome 5 Pro";
letter-spacing: 0;
font-weight: 400;
padding: 0 5px !important;
box-shadow: none !important;
background: transparent;
color: #803f85;
text-shadow: none !important;
font-size: 19px;
border: 0 !important;
border-left-width: 0 !important;
-webkit-appearance: none;
display: inline-block;
width: auto;
transition: all 0.4s ease;
margin: 0;
}

.search-box input[type=submit]:focus {
outline:0;
}

.search-box input[type=submit]:hover {
background: transparent;
border-color: #fff !important;
}

#search-container {
margin-right: 25px;
display: inline-block;
}

#google_translate_element {
display: inline-block;
}

.top-footer-container {
text-align: center;
padding: 15px;
border-bottom: 1px solid #393939;
}

.top-footer-container h4 {
display: inline-block;
vertical-align: top;
margin: 0 !important;
padding-top: 5px;
padding-right: 20px;
}

.top-footer-container .newsletter-button::after {
display:none !important;
content: "" !important;
}

.top-footer-container #mc_embed_signup {
float: none !important;
display: inline-block;
padding-left: 20px;
}

.sm-text {
font-size: 11px;
vertical-align: top;
padding-top: 6px;
padding-left: 2px;
display: inline-block;
color: #803f85 !important;
transition: all 0.3s ease;
}

.social-links li:hover .sm-text {
color: #fff !important;
}

.section .button:first-of-type {
margin-right: 10px;
}

.home-tiles {
list-style: none;
margin: 0;
padding: 0;
}

.home-tiles li {
background-color: #232323;
position: relative;
background-repeat: no-repeat;
background-size: cover !important;
transition: all 0.3s ease;
background-position: 50% 50%;
float: left;
top: 0;
}

.home-tiles li > a {
top: 0;
bottom: 0;
left: 0;
right: 0;
overflow: hidden;
display: block;
position: absolute;
}

.home-tiles li .tile-box {
    /* position: absolute; */
    /* bottom: 20px; */
    /* left: 20px; */
    /* right: 20px; */
    /* margin: 0 !important; */
    transition: all 0.4s ease;
    padding: 30px;
    z-index: 999999 !important;
    display: block;
    position: relative;
    bottom: 0;
}

.home-tiles li:hover {
top: -5px
}

.home-tiles li:hover .tile-box {
/*bottom: 30px;*/
}

.home-tiles li .tile-box h3 {
	font-size: 150%
}

.tile-text {
transition: all 0.4s ease;
max-height: 0;
overflow: hidden;
margin-bottom: 0 !important;
color: #fff;
}

.home-tiles li:hover .tile-text {
max-height: 1000px;
overflow: auto;
margin-bottom: 1.5em !important;
}

.home-tiles li:hover .box-overlay {
opacity: 0.95 !important;
}

.box-overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
transition: all 0.4s ease;
}

.tile-overlay {
background: -webkit-linear-gradient(bottom, rgba(128, 63, 133, 0.9), rgba(128, 63, 133, 0));
background: -o-linear-gradient(top, rgba(128, 63, 133, 0.9), rgba(128, 63, 133, 0));
background: -moz-linear-gradient(top, rgba(128, 63, 133, 0.9), rgba(128, 63, 133, 0));
background: linear-gradient(to top, rgba(128, 63, 133, 0.9), rgba(128, 63, 133, 0));
position: absolute;
top: 60%;
bottom: 0;
left: 0;
right: 0;
}

.map-responsive{
    overflow:hidden;
    min-height: 500px;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.single-events .container, .single-breweries .container, .single-stories .container, .page-template-template-nobanner .container, .search .container, .single-team .container, .woocommerce.archive .container, .single-jobs .container, .single-analysis .container, .single-services .container {
padding-top: 100px;
}

.woocommerce .container {
max-width: 1048px;
}

.woocommerce #container {
padding: 30px
}

.woocommerce.search #sidebar, .woocommerce #sidebar {
display: none !important;
}

.post .woocommerce {
max-width: 1280px;
margin: 0 auto;
}

.woocommerce-cart .woocommerce {
max-width: 1048px;
margin: 0 auto;
padding: 30px;
}

.post .woocommerce .button, .woocommerce .container .button {
font-weight: 400 !important;
background: #803f85 !important;
color: #fff !important;
padding: 10px 18px 11px !important;
border: 1px solid #803f85 !important;
}

.woocommerce .container .button:hover {
background: transparent !important;
color: #803f85 !important;
}

.post .woocommerce .button:hover {
background: #803f85 !important;
color: #fff !important;
}

.woocommerce .cta-section .button {
border: 1px solid #fff !important;
background: #fff !important;
font-weight: 400 !important;
border-radius: 0 !important;
position: absolute !important;
padding: 14px 27px 16px !important;
color: #803f85 !important;
}

.woocommerce .cta-section .button:hover {
background: transparent !important;
color: #fff !important;
}

.woocommerce .top-footer .footer-signup-submit {
background: #803f85 !important;
padding: 10.5px 15.65px !important;
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
font-size: 16px;
}

.woocommerce .top-footer .footer-signup-submit:hover {
background: #232323 !important;
color: #803f85 !important;
}

/* 10.1 - Woocommerce */

.product_cat_courses .site-header {
position: relative !important;
}

.product_cat_courses .container {
padding: 0 !important;
}

.product_cat_courses #container {
padding: 0 !important;
}

.product_cat_courses .woocommerce-breadcrumb {
display: none;
}

.product_cat_courses .course-breadcrumb .woocommerce-breadcrumb {
display: block !important;
}

.woocommerce .woocommerce-breadcrumb a:hover {
color: #803f85;
}

.product_cat_courses .woocommerce-message {
margin-top: 30px;
}

.woocommerce-product-details__short-description {
margin-bottom: 1.618em;
}

.course-image {
padding-bottom: 35%;
background-size: cover;
background-position: 50% 50%;
background-repeat: no-repeat;
}

mark {
background: #803f85;
color: #fff;
padding: 2px 4px;
}

.woocommerce form .form-row .required, .woocommerce a.remove {
color: #803f85 !important;
}

.woocommerce a.remove {
line-height: 0.82em !important;
padding-left: 1px
}

.woocommerce a.remove:hover {
background: #803f85 !important;
color: #fff !important
}

#sagepaydirect-cc-form select {
font-size: 16px !important;
}

#sagepaydirect-cc-form input {
font-size: 15px !important; 
}

.added_to_cart {
font-family: "fs_albertextrabold", Arial, Helvetica, sans-serif;
font-weight: 400;
letter-spacing: 1.5px;
padding-left: 10px;
font-size: 15px;
}

.woocommerce-checkout-review-order-table td, .woocommerce-Price-amount {
font-weight: 400 !important;
}

.woocommerce-MyAccount-navigation {
background: #f3f4f6;
}

.woocommerce-MyAccount-navigation ul {
margin: 0;
padding: 30px;
list-style: none;
}

.woocommerce-MyAccount-navigation ul li {
padding-bottom: 8px;
}

.search-box {
background: #232323;
padding: 20px;
position: absolute;
top: 81px;
right: 0;
display: none;
}

#search-button {
-webkit-appearance: none;
padding: 0;
border: 0;
box-shadow: none;
background: none;
font-size: 17px;
cursor: pointer;
}

#search-button:focus, #search-button:hover {
outline:0;
color: #803f85
}

#search-input {
font-size: 15px;
border-radius: 0 !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
font-family: "fs_albertregular", Arial, Helvetica, sans-serif;
background: #fff;
box-shadow: 0 !important;
padding: 10px 12px !important;
width: auto;
border: 1px solid #fff !important;
outline:none;
color: #232323;
-webkit-appearance: none;
resize: none;
transition: all 0.4s ease;
float: left;
margin: 0;
height: 44px;
}

#search-input:focus {
background: transparent;
color: #fff;
}

#search-input:focus::placeholder {
color: #fff !important;
}

.search-box input[type=submit] {
font-family: 'jeanluc-alteredbold', "fs_albertextrabold", Arial, Helvetica, sans-serif;
font-weight: 400;
padding: 12px 12px !important;
box-shadow: none !important;
background: #803f85;
color: #fff;
text-shadow: none !important;
font-size: 14px;
line-height: 18px;
border: 1px solid #803f85 !important;
border-left-width: 0 !important;
-webkit-appearance: none;
display: inline-block;
width: auto;
transition: all 0.4s ease;
float: left;
margin: 0;
height: 44px;
}

.search-box input[type=submit]:focus {
outline:0;
}

.search-box input[type=submit]:hover {
background: transparent;
border-color: #fff !important;
}

.woocommerce-Tabs-panel {
display: block;
font-size: 17px;
padding: 30px !important;
}

.woocommerce-Tabs-panel ul li {
padding-bottom: 6px;
}

.woocommerce-tabs {
background: #f3f4f6;
}

.tabs {
padding: 0 !important;
margin-bottom: 0 !important;
border-bottom: 1px solid #232323;
background: #fff;
}

.tabs::before {
border: 0 !important;
content: none !important;
}

.tabs li {
background: none !important;
border: 0 !important;
box-shadow: none !important;
font-family: "fs_albertextrabold", Arial, Helvetica, sans-serif;
font-weight: 400 !important;
margin: 0 !important;
padding: 0 !important;
}

.tabs li a {
font-weight: 400 !important;
color: #fff !important;
padding: 10px 14px !important;
border-top-left-radius: 0;
border-top-right-radius: 0;
background: #909ab0;
}

.tabs li.active a, .tabs li a:hover {
background: #232323 !important;
color: #fff !important;
}

.tabs li::before {
content: none !important;
display: none !important;
width: 0 !important;
border: 0 !important;
z-index: 1;
}

.tabs li::after {
right: 0 !important;
border-bottom-left-radius: 0 !important;
border-width: 0 !important;
box-shadow: none !important;
border: 0 !important;
bottom: 0 !important;
display: none !important;
width: 0 !important;
height: 0 !important;
content: none !important;
}

.home-products .products li {
text-align: center !important;
background: #fff;
box-shadow: 0 0 30px #ccc;
transition: all 0.4s ease;
}

.home-products .products li:nth-child(4n) {
margin-right: 0 !important;
}

.home-products .products li:hover {
background: #232323;
}

.home-products .products li:hover h2 {
color: #fff !important 
}

.home-products .products li .button {
display: none !important;
}

.home-products .products li.product a img, .home-products .products li.product .price {
margin-bottom: 20px !important;
}

.home-products .products li.product .price { 
padding: 0 10px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
padding-top: 0 !important;
}

.home-products .woocommerce-loop-product__title {
padding: 0 10px 5px 10px !important;
}

.shop-categories .woocommerce ul.products li.product a img {
margin-bottom: 0;
}

.shop-categories .woocommerce ul.products li.product .woocommerce-loop-category__title {
padding: 0;
position: absolute;
bottom: 0;
left: 0;
}

.woocommerce div.product .out-of-stock {
color: #803f85;
}

.products img {
transition: all 0.4s ease;
}

.product a:hover img {
opacity: 0.7;
}

.summary .product_title {
margin-bottom: 0 !important;
}

.sku_wrapper {
display: none !important;
}

.posted_in, .tagged_as {
display: block;
font-size: 14px;
}

.tagged_as {
padding-top: 15px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
transition: all 0.4s ease;
}

.woocommerce .container, .woocommerce-checkout .container, .woocommerce-page .container {
max-width: 1400px;
padding: 115px 30px 45px 30px;
overflow: hidden;
}

.single-product #container, .woocommerce-checkout .container {
max-width: 1280px;
margin: 0 auto;
}

.single-product #container {
padding-top: 0;
}

.woocommerce-cart .container {
max-width: none;
padding:0;
}

.woocommerce-cart .woocommerce a, .woocommerce-cart .woocommerce .woocommerce-Price-amount {
color: #232323 !important;
}

.woocommerce-cart .woocommerce a:hover {
color: #803f85 !important;
}

.woocommerce-shipping-calculator p {
margin-bottom: 0 !important;
}

.woocommerce-info, .woocommerce-message, .woocommerce-Message {
border-color: #232323 !important;
}

.woocommerce-info:before, .woocommerce-message:before, .woocommerce-Message:before {
color: #232323 !important;
}

.price {
color: #803f85 !important;
}

.summary .price {
font-family: "fs_albertbold", Arial, Helvetica, sans-serif;
font-size: 25px;
margin-bottom: 20px !important;
}

.onsale {
font-weight: 400 !important;
background-color: rgba(44, 44, 79, 0.9) !important;
font-family: "fs_albertbold", Arial, Helvetica, sans-serif;
height: 50px;
width: 50px;
text-align: center;
top: 5px !important;
left: 5px !important;
min-width: none !important;
min-height: none !important;
}

.woocommerce ul.products li.product .onsale {
margin: 0 !important;
}

.woocommerce-Price-amount {
color: #803f85 !important;
}

.div.woocommerce-variation-description {
margin-bottom: 20px
}

.qty {
min-height: 24px;
font-size: 16px;
margin: 0 !important;
}

.woocommerce-variation {
margin-bottom: 20px;
}

.courses-container .price {
}

ins, del {
display: inline-block !important;
padding-right: 5px;
color: #803f85 !important;
font-weight: 400 !important;
}

ins {
text-decoration: none;
}

.woocommerce #sidebar {
display: none !important;
}

.woocommerce-breadcrumb {
font-size: 14px !important;
}

.related.products {
clear: both;
border-top: 1px solid #cbcbd2;
padding-top: 40px;
}

.related.products h2 {
margin-bottom: 20px;
}

.shop-categories .products h2 {
color: #fff;
background: -webkit-linear-gradient(bottom, rgba(128, 63, 133, 0.9), rgba(128, 63, 133, 0));
background: -o-linear-gradient(bottom, rgba(128, 63, 133, 0.9), rgba(128, 63, 133, 0));
background: -moz-linear-gradient(bottom, rgba(128, 63, 133, 0.9), rgba(128, 63, 133, 0));
background: linear-gradient(to top, rgba(128, 63, 133, 0.9), rgba(128, 63, 133, 0));
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 20% 20px 20px !important;
}

.shop-categories  ul.products li.product .woocommerce-loop-category__title {
padding-top: 20% !important;
}

.shop-categories .products li:nth-last-of-type(-n+3) {
margin-bottom: 0 !important;
}

.product_cat_courses .related.products {
padding: 40px 30px;
}

.woocommerce-cart .button, .woocommerce-checkout .button, .woocommerce-page .woocommerce-Button {
background: #803f85 !important;
font-size: 16px !important;
font-weight: 400 !important;
color: #fff !important;
padding: 12px 18px !important;
letter-spacing: 0 !important;
}

.woocommerce-cart .button:hover, .woocommerce-checkout .button:hover, .woocommerce-page .woocommerce-Button:hover {
background: #232323 !important;
}

.woocommerce-account fieldset {
margin-bottom: 30px;
}

.woocommerce-account fieldset .woocommerce form .form-row label {
line-height: 1.4 !important;
margin-bottom: 10px;
}

.woocommerce-cart .actions .button {
font-size: 12px !important;
padding: 8px 16px !important;
}

#coupon_code {
line-height: 1.45;
font-size: 12px;
padding: 6px 10px;
min-width: 120px;
}

#calc_shipping_country_field {
font-size: 16px;	
}

.shipping-calculator-button {
font-size: 15px;
color: #803f85 !important
}

.input-text {
font-size: 15px;
padding: 7px 0;
outline: 0;
}

.select2-selection {
border-color: #eee !important;
}

.woocommerce-message .button, .woocommerce-Message .button, .woocommerce-info .button, .woocommerce-error .button {
background: transparent !important;
font-size: 11px !important;
border: 1px solid #803f85 !important;
color: #803f85 !important;
font-weight: 400 !important;
font-size: 14px !important;
border-radius: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
padding: 8px 16px !important;
}

.woocommerce .summary .button {
background: #803f85 !important;
font-family: 'jeanluc-alteredbold', "fs_albertextrabold", Arial, Helvetica, sans-serif;
clear: both;
font-weight: 400;
transition: all 0.4s ease;
display: inline-block;
border: 1px solid #803f85 !important;
color: #fff !important;
border-radius: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
font-size: 18px !important;
padding: 14px 28px !important;
}

.woocommerce .summary .button:hover {
background: transparent !important;
color: #803f85 !important
}

.woocommerce .products .button {
background: transparent !important;
font-family: 'jeanluc-alteredbold', "fs_albertextrabold", Arial, Helvetica, sans-serif;
clear: both;
font-weight: 400;
transition: all 0.4s ease;
display: inline-block;
border: 1px solid #803f85 !important;
color: #803f85 !important;
border-radius: 4px !important;
-webkit-border-radius: 4px !important;
-moz-border-radius: 4px !important;
font-size: 14px;
padding: 12px 18px;
margin-top: 15px !important
}

.comment-form .submit {
background: transparent !important;
font-family: 'jeanluc-alteredbold', "fs_albertextrabold", Arial, Helvetica, sans-serif;
clear: both;
font-weight: 400 !important;
transition: all 0.4s ease;
display: inline-block;
border: 1px solid #232323 !important;
color: #232323 !important;
border-radius: 4px !important;
-webkit-border-radius: 4px !important;
-moz-border-radius: 4px !important;
font-size: 14px;
padding: 12px 18px !important;
margin-top: 8px !important
}

.product_meta {
border-top: 1px solid #cbcbd2;
padding-top: 30px;
}

.variations .label {
padding-right: 5px !important;
}

.variations label {
font-family: "fs_albertextrabold", Arial, Helvetica, sans-serif;
font-weight: 400 !important;
text-transform: capitalize;
margin-top: 3px;
display: block 
}

.shop_attributes p {
margin-bottom: 0 !important;
}

hr {
vertical-align: middle;
}

.woocommerce select {
font-family: "fs_albertextrabold", Arial, Helvetica, sans-serif;
font-size: 18px;
-webkit-appearance: none;
-moz-appearance: none;
padding: 10px;
border-radius: 4px !important;
-moz-border-radius: 4px !important;
-webkit-border-radius: 4px !important;
background: transparent;
border: 1px solid #cbcbd2;
color: #232323 !important;
outline: none;
margin: 0;
background: url(https://www.sockcouncil.com/wp-content/uploads/2017/08/dropdown.png) no-repeat right transparent;
}

.reset_variations {
font-family: "fs_albertextrabold", Arial, Helvetica, sans-serif;
font-size: 14px;
color: #232323 !important
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover:before {
border-color: #fff !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover:after {
background-color: #fff !important;
}

.summary .quantity {
margin-bottom: 30px !important;
}

.summary .quantity input {
padding: 7.5px 10px;
font-size: 16px;
width: auto !important;
max-width: 40px;
}

.summary .quantity::before {
content: 'Quantity';
display: inline-block;
padding-right: 19px;
font-family: "fs_albertextrabold", Arial, Helvetica, sans-serif;
font-weight: 400 !important;
text-transform: capitalize;
}

.woocommerce .button:hover {
background: #803f85 !important;
color: #fff !important;
}

.woocommerce-checkout input, .woocommerce-checkout textarea, .woocommerce-account input, .woocommerce-account textarea, .woocommerce-page input, .woocommerce-page textarea {
}

ul.page-numbers {
font-family: "fs_albertextrabold", Arial, Helvetica, sans-serif;
border-color: #232323 !important;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}

.woocommerce nav.woocommerce-pagination ul li {
border-color: #232323 !important;
}

.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover {
background: #232323 !important;
color: #fff !important
}

.woocommerce nav.woocommerce-pagination ul li span {
color: #232323 !important;
}

.comment-form-rating {
margin: 20px 0;
}

.comment-form-rating label {
display: inline-block;
padding-right: 10px;
}

.stars {
display: inline-block;
margin-bottom: 0 !important;
line-height: 1.1em
}

.profiles {
overflow: hidden;
}

.team-section h3 {
margin-bottom: 20px;
}

.profiles .position {
color: #803f85;
}

.team-link .position {
color: #803f85;
}

.team-link:hover .position {
color: #fff;
}

.breadcrumbs {
font-size: 14px;
margin-bottom: 20px;
}

.sidebar input#file-upload.wpcf7-form-control.wpcf7-file {
display: inline-block;
float: left;
width: auto;
max-width: 200px;
font-size: 13px !important;
font-weight: 300;
padding: 11px 0;
margin: 0;
border: 0;
}

.sidebar .upload-text {
padding-right: 10px;
padding-top: 8px;
font-size: 13px;
float: left;
display: inline-block
}

.sidebar .wpcf7 input[type="text"], .sidebar .wpcf7 input[type="tel"], .sidebar .wpcf7 input[type="email"], .sidebar .wpcf7 textarea {
background: #fff !important;
font-size: 16px;
}

.sidebar input.wpcf7-form-control.wpcf7-submit {
padding: 12px 28px !important;
font-size: 16px !important;
}

.single-analysis table, .single-services table {
margin: 0;
width: 100%;
border-collapse: collapse;
background: #f3f4f6;
}

.single-analysis table p, .single-services table p {
margin-bottom: 0 !important;
}

.single-analysis table a, .single-services table a {
display: block;
}

.single-analysis tr h3, .single-services tr h3 {
margin-bottom: 0 !important;
}

.single-analysis tr:nth-child(odd), .single-services tr:nth-child(odd) {
background-color:#f3f4f6;
}

.single-analysis tr:nth-child(even), .single-services tr:nth-child(even) {
background-color:#dee1e7;
}

.single-analysis td, .single-services td { 
padding: 8px;
}

.single-analysis table a, .single-services table a {
color: #803f85;
}

.single-analysis table a:hover, .single-services table a:hover {
color: #232323;
}

.single-analysis tr:first-of-type td, .single-services tr:first-of-type td {
background: #232323;
border-bottom: 1px solid #803f85 !important;
}

.single-analysis tr:first-of-type td, .single-analysis tr:first-of-type td h3, .single-services tr:first-of-type td, .single-services tr:first-of-type td h3 {
color: #803f85 !important;
}

.single-analysis .divide-bottom, .single-services .divide-bottom {
border-bottom: 1px solid #803f85 !important;
border-bottom-color: #803f85 !important;
}

.sidebar-title, .sidebar-title h4 {
font-family: 'jeanluc-alteredbold', "fs_albertbold", "fs_albertextrabold", Helvetica, Arial, sans-serif;
text-transform: none !important;
font-weight: 400;
font-size: 18px;
letter-spacing: 0;
padding-top: 0px;
color: #202428;
box-sizing: border-box;
}

.sidebar-title:hover, .sidebar-title:hover h4 {
color: #803f85
}

.accordion {
background: #f3f4f6;
margin-bottom: 1.5em;
position: relative;
}

.accordion br {
display: none;	
}

.accordion-title {
padding: 20px 20px;
margin-bottom: 0 !important;
outline: 0;
border-top: 1px solid rgba(128, 63, 133,0.2);
font-size: 19px;
color: #232323;
}

.accordion-title:first-of-type {
border-top: 0 !important;
}

.accordion-title:hover {
background: #dee1e7;
}

.accordion-title.open {
background: #232323;
color: #803f85 !important;
}

.accordion h3.accordion-title::after {
font-family: "Font Awesome 5 Pro";
content: '\f107';
position: absolute;
right: 18px;
}

.accordion h3.accordion-title.open::after {
content: '\f106' !important;
}

.accordion-content {
padding: 20px 20px
}

.accordion-content img {
width: 100%;
height: auto;
display: block;
margin: 20px 0;
}

.page-template-template-analysis .sidebar-title h4, .single-analysis .sidebar-title h4, .single-services .sidebar-title h4, .page-template-template-services .sidebar-title h4 {
border-bottom: 1px solid rgba(128, 63, 133, 0.2);
padding-bottom: 15px !important;
margin-bottom: 15px !important;
}

.page-template-template-analysis .sidebar-title:last-of-type h4, .single-analysis .sidebar-title:last-of-type h4, .single-services .sidebar-title:last-of-type h4, .page-template-template-services .sidebar-title:last-of-type h4 {
border-bottom: 0;
}

#alg-product-input-fields-table {
margin-bottom: 10px;
}

#alg-product-input-fields-table label {
content: 'Quantity';
display: inline-block;
padding-right: 19px;
font-family: "fs_albertextrabold", Arial, Helvetica, sans-serif;
font-weight: 400 !important;
text-transform: capitalize;
}

input#alg_wc_pif_local_1 {
padding: 10px;
font-size: 14px;
width: auto !important;
min-width: 210px;
outline: 0;
}

.shop-tiles p {
display: none;
margin-bottom: 0 !important;
}

.courses-container .woocommerce-product-details__short-description, .courses-container .price {
display: inline-block;
}

.courses-container .woocommerce-product-details__short-description {
padding-left: 0;
position: relative;
clear: both;
display: block;
color: #232323;
font-size: 1.25em
}

.courses-categories .deposit-amount {
display: none !important;
margin-bottom: 0 !important;
}

.courses-categories .woocommerce-Price-amount::before {
content: 'Course fee inc VAT: '
}

.products .woocommerce-product-details__short-description, .products .woocommerce-product-details__short-description p {
margin-bottom: 15px !important;
font-family: 'fs_albertbold';
font-size: 95%
}

.container .no-mb-section.intro p, .container .no-mb-section.intro p {
margin-bottom: 0 !important
}

.gm-style .gm-style-iw { 
max-width: 300px;
}

.one-awards {
padding-right: 30px;
padding-bottom: 10px;
width: 50%;
max-width: 225px;
}

p:last-child, span:last-child, ul:last-child, ol:last-child {
margin-bottom: 0;
}

.subnav li a {
font-family: "fs_albertbold", "fs_albertextrabold", Helvetica, Arial, sans-serif;
text-transform: none !important;
font-weight: 400;
font-size: 18px;
letter-spacing: 0;
padding-top: 0px;
color: #202428;
box-sizing: border-box;
}

.subnav li.current-cat a {
color: #803f85;
}

.results-found {
clear: both;
position: relative;
display: block;
padding-bottom: 30px;
}

#display-deposit-product {
color: #232323 !important;
}

.product_cat_courses .price {
margin-bottom: 0 !important;
}

.product_cat_courses .woocommerce-Price-amount::before {
content: 'Course fee inc VAT: ';
}

.product_cat_courses .woocommerce-product-details__short-description p:first-of-type {
color: #803f85 !important;
}

.product_cat_courses .woocommerce-variation-description p::before {
content: 'Location: ';
color: #803f85 !important;
}

.product_cat_courses #display-deposit-product {
display: none !important;
}

.product_cat_courses .woocommerce-variation-description {
color: #232323;
}

.banner-gradient {
background: rgba(128, 63, 133, 0.85);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}

.banner-gradient-green {
background: rgba(203, 219, 42, 0.85);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}

.banner-logo {
float: right;
max-width: 300px;
position: absolute;
right: 8%;
top: 50%;
transform: translateY(-50%);
}

.slider-logo {
	max-width:80px;
	margin-bottom: 20px;
	}

	.slider-text {
		padding-left: 45px;
	}

.button-right {
float: right;
margin-top: 15px;
}

.three-column.events > li {
background: #fff;
border: 3px solid #fff;
font-size: 16px;
}

.two-column.events > li {
background: #fff;
border: 3px solid #fff;
font-size: 18px;
}

.events p {
color: #000;
}

.events > li:hover {
background: #803f85;
border-color: #803f85;
color: #fff;
}

.events > li:hover h3, .events > li:hover .blog-date, .events > li:hover p, .events > li:hover a {
color: #fff !important;
}

.events > li:hover .button {
background: #fff !important;
color: #803f85 !important;
}

.post-container {
padding: 20px;
}

.small-text {
font-size: 80%;
opacity: 0.5;
}

.top-logo {
max-height: 200px;
margin-bottom: 20px;
float: left;
padding-right: 30px;
}

.blog-date ul {
padding-left: 0 !important;
}

.page-intellectual-property .banner {
background-color: #209cd3;
}

.page-id-2716 .banner {
	background-color: #F7D24F;
}

.page-id-2716 .banner .banner-title {
	color: #211F5A;
}

.page-intellectual-property .banner-gradient {
background: rgba(65, 173, 73, 0.85);
}

.page-pathways-to-innovation .banner {
background-color: #ed9c3b;
}

.page-best .banner, .page-best-enquire .banner {
background-color: #5ba7ea;
}

.page-pathways-to-innovation .banner-gradient {
background: rgba(237, 156, 59, 0.85);
}

.page-skills-hub .banner {
background-color: #7eb753;
}

.page-skills-hub .banner-gradient {
background: rgba(126, 183, 83, 0.85);
}

.page-experts-in-residence .banner {
background-color: #E67300;
}

.page-experts-in-residence-2021 .banner {
background-color: #E67300;
}

.page-experts-in-residence .banner-gradient {
background: rgba(245, 156, 66, 0.85);
}

.page-business-research .banner {
background-color: #D28DD3;
}

.page-business-research .banner-gradient {
background: rgba(210, 141, 211, 0.9);
}

.page-online-training .banner {
background-color: #40ccc5;
}

.page-online-training .banner-gradient {
background: rgba(64, 204, 197, 0.85);
}

.page-events .banner {
background-color: rgba(65, 187, 201, 1);
}

.page-events .banner-gradient {
background: rgba(239, 208, 55, 0.85);
}

.page-experts .banner {
background-color: #e8465a;
}

.page-experts .banner-gradient {
background: rgba(232, 70, 90, 0.85);
}

.page-experts-in-residence .blog-title {
text-transform: capitalize;
}

.single-post .content img.size-full {
width: auto;
height: auto;
display: block;
margin-bottom: 1.5em;
max-width: 100%;
}

.date-cat {
margin-top: 10px;
display: block;
}

.single-post .banner-gradient, .single-events .banner-gradient {
background: rgba(128, 63, 133, 0.95) !important;
}

.single-events .post h3 {
font-family: 'jeanluc-alteredbold', "fs_albertregular", Arial, Helvetica, sans-serif !important;
margin-bottom: 1.5em !important;
}

.input-group {
padding: 15px 0px;
}

.input-group li {
padding-bottom: 0 !important;
}

.input-group li label {
padding-left: 10px;
font-size: 90%;
}

.sidebar .search-container {
width: 100%;
margin-bottom: 1.5em;
}

.single-experts .banner-title, .single-experts .gform_title {
text-transform: capitalize;
}

.research-resources br {
display: none !important; 
}

.research-resources ul {
list-style: none;
padding: 0;
margin: 0 0 3em 0;
}

.section.research-resources ul:last-child {
margin-bottom: 0 !important;
}

.research-resources ul li {
border-bottom: 1px solid #d1d1d1;
margin-bottom: 30px;
padding-bottom: 30px;
}

.research-resources ul li p {
margin-bottom: 0 !important;
}

.research-resources ul li:last-of-type {
border-bottom: 0 !important;
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}

.research-name {
font-family: "fs_albertbold", Arial, Helvetica, sans-serif;
font-weight: 400;
font-size: 21px;
color: #000 !important;
margin-bottom: 3px;
}

.access {
display: block;
font-size: 17px;
margin-bottom: 15px;
}

.subtitle {
font-family: "fs_albertbold", Arial, Helvetica, sans-serif;
}

.expert-image {
    padding-bottom: 100%;
    height: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	width: 100%;
}

.single-experts .content p img {
display: none !important;
}

.page-template-template-nobanner .container {
max-width: 960px;
padding-top: 145px !important;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 30px;
}

.mapplic-pin > span > span {
	font-size: 18px;
	margin-top: 0px;
	display: block;
	margin-left: 35px;
	width: auto !important;
	min-width: 120px;
	text-align: left;
}

.mapplic-pin:nth-of-type(7) > span > span{
	margin-top: 30px;
		margin-left: -20px
	}

.mapplic-tooltip-content {
	max-height: none !important;
}

.openings {
	margin: 25px 0;
}

.white-bg {
	background: #fff;
}

.shadow {
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
}

.align-middle {
	align-items: center;
}

.nowrap {
	flex-wrap: nowrap;
}

.gap-60 {
	gap: 60px;
}

.expert {
	transition: all 0.4s ease;
}

.expert:hover {
	transform: scale(1.05);
}

.job-title, span.job-title:last-child {
	color: #000;
	font-size: 18px;
	display: block;
}

.box-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.forty {
	width: 40%;
}

.sixty {
	width: 60%;
}

.bipc-locals li {
	transition: all 0.4s ease;
}

.bipc-locals li:hover {
	transform: scale(1.05);
}

.bipc-local-section .four-column li h3 {
	font-size: 18px !important;
}

.large-icon {
	font-size: 60px;
	margin-bottom: 20px;
display: block;
}

.navy {
	color: #1A1257;
}

#menu-item-1535 .sub-menu {
width: auto;
right: 0;
}

.banner-flexslider, .banner-flexslider .slides, .banner-flexslider .slides li, .slider-text {
min-height: 600px;
}

.banner-flexslider {
max-height: 600px;	
overflow: hidden;
}

.banner-flexslider .slides li {
background-position: 50% 20%;
background-size: cover;
background-repeat: no-repeat;
}

.flexslider {
	border: 0 !important
}

.banner-flexslider .flex-control-nav {
position: absolute;
bottom: 45px;
z-index: 999;
left: 45px;
text-align: left;
}

.banner-flexslider .flex-control-nav li a {
background: rgba(255,255,255,0.4);
transition: all 0.4s ease;
}

.banner-flexslider .flex-control-nav li a.flex-active, .banner-flexslider .flex-control-nav li:hover a {
	background: rgba(255,255,255,1);
	}

	.rmp-menu-additional-content {
	padding: 20px;
overflow: hidden;
text-align: left !important;
margin-top: 20px;
}

.rmp-menu-additional-content .search-container {
	float: none !important;
}

	.rmp-menu-additional-content a {
		color: #fff !important;
		margin-bottom: 10px;
display: block;
font-size: 15px;
	}

	.rmp-menu-additional-content a:hover, .rmp-menu-additional-content a:focus {
		opacity: 0.7;
	}

	.mapplic-tooltip-title {
		font-size: 21px !important;
		font-weight: 400 !important;
	}

	.mapplic-pin > span > span {
		font-family: 'jeanluc-alteredbold', "fs_albertextrabold", Arial, Helvetica, sans-serif;
		font-weight: 400 !important;
		text-shadow: 0 0 4px rgba(0,0,0,0.8);
	}

	.mapplic-pin:nth-of-type(4) > span > span {
		margin-top: 5px;
	}

	.mapplic-pin:nth-of-type(6) > span > span {
		margin-top: -15px;
	}

	.mapplic-pin:nth-of-type(8) > span > span {
		margin-top: 15px;
	}

	.inside-grid-column img {
		max-width: 100%;
		height: auto;
	}

	.ip-guides-links .button {
		margin-bottom: 15px
	}

#footable_4189 {
	font-size: 15px;
}
 
/* 11.0 - Responsive */

@media only screen and (min-width:2100px) {
.illustration-content-container {
padding: 80px 30px 90px;
}
.banner {
height: 450px !important;
padding-bottom: 0 !important;
}
.home .banner {
height: 550px !important;
}
.blog-banner-image {
min-height: 400px;
}
.banner-cont, .slides {
max-height: 600px !important;
}
}

@media only screen and (min-width:1865px) and (max-width:2099px) {
.banner {
height: 400px !important;
padding-bottom: 0 !important;
}
.home .banner {
height: 500px !important;
}
.blog-banner-image {
min-height: 400px;
}
.illustration-content-container {
padding: 60px 30px 70px;
}
}

@media only screen and (min-width:1865px) {
.banner-overlay {
max-width: 900px !important;
}
.half-image {
min-height: 600px !important;
}
.banner-flexslider, .banner-flexslider .slides, .banner-flexslider .slides li, .slider-text {
min-height: 800px;
}	
.banner-flexslider {
max-height: 800px;
}
}

@media only screen and (min-width:1601px) and (max-width:1864px) {
.banner-overlay {
max-width: 900px;
}
.illustration-content-container {
padding: 50px 30px 60px;
}
}

@media only screen and (min-width:1601px) {
.banner-cont, .slides {
max-height: 750px !important;
}
.banner-title {
font-size: 3.5vw;
}
}

@media only screen and (max-width:1600px) {
.illustration-content-container {
padding: 40px 30px 50px;
}
}

@media only screen and (min-width:1271px) and (max-width:1370px) {
.navigation ul li a {
font-size: 13px !important;
padding: 12px 10px 13px !important;
}
.navigation ul li .sub-menu a {
padding: 6px 12px !important;
}
.navigation {
margin-top: 7px;
}
}

@media only screen and (max-width:1270px) {
.navigation ul li a {
font-size: 13px !important;
padding: 12px 8px 13px !important;
}
.navigation ul li .sub-menu a {
padding: 6px 12px !important;
}
.navigation {
margin-top: 8px;
}
}

@media only screen and (min-width:1201px) {
.banner-overlay {
left: 15px !important;
}
.metaslider .flex-control-nav {
left: 45px !important;
bottom: 45px !important;
}
}

@media only screen and (min-width:651px) and (max-width:1200px) {
.container {
padding-top: 85px !important;
}
}

@media only screen and (min-width:651px) and (max-width:1100px) {
.home-tiles li {
	width: 48% !important;
	padding-bottom: 0 !important;
margin-bottom: 4%;
margin-right: 4%;
}
.home-tiles li:nth-of-type(2n) {
margin-right: 0 !important;
}
}

@media only screen and (min-width:501px) and (max-width:1200px) {
.metaslider .flex-control-nav {
left: 30px !important;
bottom: 30px !important;
}
}

@media only screen and (max-width:1200px) {
.site-header-right {
padding-top: 7px !important;
}
.navigation {
margin-top: 0 !important;
}
}

@media only screen and (max-width:1150px) {
.navigation {
display:none;
}
}

@media only screen and (max-width:1100px) {
.results-main, .events-main {
padding-top: 60px !important;
}
.disclaimer {
text-align: left !important;
float: none !important;
clear: both;
display: block;
padding-top: 15px !important;
}
}

@media only screen and (max-width:1090px) {
.video-side.middle {
position: relative;
top: 0 !important;
transform: none !important;
padding-right: 0 !important;
}
.home-ip .video-side.middle {
width: auto !important;
margin-top: 30px !important;
}
}

@media only screen and (max-width:1380px) {
.home-ip .video-side.middle {
position: relative;
top: 0 !important;
transform: none !important;
padding-right: 0 !important;
}
}

@media only screen and (max-width:1010px) {
.site-header-container {
padding: 0 18px 0 20px !important;
}
#responsive-menu a::before {
padding-right: 15px !important;
clear: none !important;
display: inline-block !important;
padding-top: 6px !important;
text-align: left !important;
}
.single-events .container, .single-breweries .container, .single-stories .container, .page-template-template-nobanner .container, .search .container, .single-team .container, .woocommerce.archive .container, .single-jobs .container, .single-analysis .container, .single-services .container {
padding: 62px 0 0 0 !important;
}
.page-template-template-nobanner .container {
padding: 116px 25px 25px !important;
}
}

@media only screen and (min-width:1011px) and (max-width:1194px) {
.single-events .container, .single-breweries .container, .single-stories .container, .page-template-template-nobanner .container, .search .container, .single-team .container, .woocommerce.archive .container, .single-jobs .container, .single-analysis .container, .single-services .container {
padding: 66px 0 0 0 !important;
}
.page-template-template-nobanner .container {
padding: 116px 25px 25px !important;
}
}

@media only screen and (min-width:961px) and (max-width:1150px) {
.site-footer .email-container, .site-footer .submit-container {
width: 100% !important;
}
.site-footer .email-container input, .site-footer .submit-container input {
border-radius: 0 !important;
text-align: center !important;
}
}

@media only screen and (max-width:973px) {
.footer-signup-box h3 {
padding-top: 0 !important;
}
}

@media only screen and (min-width:961px) {
	.inside-grid-column {
		padding: 0 20px !important;
	}
.pr-none-desktop {
	padding-right: 0;
}
}

@media only screen and (min-width:961px) and (max-width:1300px) {
.bipc-local-section .four-column li {
width: 32% !important;
margin-right: 2% !important;
}
.bipc-local-section .four-column li:nth-of-type(4n) {
	margin-right: 2% !important;
}
.bipc-local-section .four-column li:nth-of-type(3n) {
	margin-right: 0 !important;
}
}

@media only screen and (min-width:601px) and (max-width:900px) {
	.bipc-local-section .four-column li {
	width: 32% !important;
	margin-right: 2% !important;
	}
	.bipc-local-section .four-column li:nth-of-type(4n) {
		margin-right: 2% !important;
	}
	.bipc-local-section .four-column li:nth-of-type(3n) {
		margin-right: 0 !important;
	}
	}

@media only screen and (max-width:960px) {
	.banner-flexslider, .banner-flexslider .slides, .banner-flexslider .slides li, .slider-text {
		min-height: 450px;
		}
		.banner-flexslider .slides li {
			background-position: 65% 20%;
			}
	.bipc-local-section .four-column li h3 {
		font-size: 14px !important;
	}
	.bipc-local-section .four-column li .tc-box {
		padding: 20px !important;
	}
	.bipc-local-section .sixty .padding {
		padding: 0 !important;
	}
.sixty, .forty {
width: 100% !important
}
.illustration-content, .illustration-sidebar {
width: 100% !important;
}
.content, .sidebar {
width: 100% !important;
}
.sidebar-container {
overflow: hidden;
}
.main {
padding: 0 !important;
}
.blog-container, .content-container {
padding: 30px 30px 30px 30px;
}
.smalltitle, .bantitle {
font-size: 23px !important;
line-height: 26px !important;
}
.blog-content, .sidebar, .single .content {
width: 100% !important;
}
.main {
padding: 0 !important;
}
}


@media only screen and (min-width:901px) and (max-width:1200px) {
.site-logo img, .logo-dark {
max-width: 169px !important;
}
}

@media only screen and (min-width:1001px) and (max-width:1150px) {
.half-image {
min-height: 550px !important;
}
}

@media only screen and (min-width:901px) and (max-width:1000px) {
.half-image {
min-height: 600px !important;
}
}

@media only screen and (min-width:901px) and (max-width:920px) {
.site-footer .email {
max-width: 189px;
}
}

@media only screen and (min-width:901px) {
.level-boxes > li {
padding-bottom: 100%;
margin-bottom: -100%;
}
.three-column li:nth-of-type(3n), .third:nth-of-type(3n) {
margin-right: 0;
}
.three-column li:nth-of-type(3n+1), .third:nth-of-type(3n+1) {
clear:left;
}
.two-column li {
margin-bottom: 3%;
}
.three-column li, .third, .story { 
margin-bottom: 2%;
}
.half-left.half-text .middle {
margin-right: 40%;
}
.five-column li {
width: 17.4%;
margin-right: 3.25%;
}
.five-column li:nth-child(5n) {
margin-right: 0;
}
.five-column li:nth-child(5n+1) {
clear: left;
}
.five-column li:nth-last-of-type(n+6) { 
margin-bottom: 2%;
}
.dropdown a::after {
content: "\f107";
font-family: "Font Awesome 5 Pro";
display: inline-block;
padding-left: 7px;
}
}

@media screen and (max-width:900px) {
.image-left-gradient, .image-right-gradient, .image-left-gradient-dark, .image-right-gradient-dark, .image-left-gradient-highlight, .image-right-gradient-highlight {
display: none !important;
}
.half-image {
float: none;
margin: 0 auto;
width: 100% !important;
display: block;
min-height: 400px !important; 
background-position-y: 38%;
}
.half-text {
width: 100% !important;
display: block;
padding-bottom: 0px;
margin: 0 auto !important;
float:none !important;
overflow: hidden;
}
.half .middle {
position: relative !important;
top: 0 !important;
display: block;
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
}
.video-container {
width: 100%;
float: left;
margin-right: 0;
}
.video-side {
margin-top: 30px;
width: 100%;
float: left;
}
.fcol {
width: 47% !important;
margin-right: 6% !important;
}
#fc5 {
width: 100% !important;
}
#footerleftcol, #footerrightcol {
clear: both;
float: left;
width: 100%;
padding-bottom: 30px;
}
.fcol:nth-child(2n) {
margin-right: 0 !important;
}
.site-logo, .site-logo img, .logo-dark {
max-height: 80px !important;
}
}
@media only screen and (max-width:550px) {
.logos-new {
    gap: 10px !important;
}
.site-logo, .site-logo img, .logo-dark {
    max-height: 70px !important;
}
}
@media only screen and (max-width:370px) {
.logo3 {
	display: none !important;
}
}
@media only screen and (min-width:831px) and (max-width:1027px) {
.banner-title {
font-size: 41px !important;
}
}

@media only screen and (max-width:880px) {
.top-footer-container h4 {
padding-top: 0 !important;
padding-bottom: 15px !important;
}
.top-footer-container #mc_embed_signup {
padding-left: 0 !important;
}
}

@media only screen and (min-width:801px) {
.events-home .float-left {
max-width: 72%;
}
}

@media only screen and (max-width:800px) {
.button-right {
float: none !important;
margin-top: 0 !important;
margin-bottom: 45px !important;
}
h5 {
font-size: 18px !important;
}
.right, .left {
width: 100%;
}
.left {
position: relative;
top: 0 !important;
display: block;
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
}
}

@media only screen and (min-width:755px) and (max-width:800px) {
h1, .single-events h1 {
font-size: 28px;
}
.single h1 {
font-size: 40px !important;
}
}

@media only screen and (min-width:791px) and (max-width:1010px) {
.site-header-right {
padding-right: 50px;
}
.search-container {
margin-bottom: 0 !important;
}
.site-header-right {
padding-top: 17px !important;
}
}

@media only screen and (max-width:870px) {
.site-header-right {
display: none;
}
}

@media only screen and (min-width:401px) and (max-width:760px) {
.single-events .container, .single-breweries .container, .single-stories .container, .page-template-template-nobanner .container, .search .container, .single-team .container, .woocommerce.archive .container, .single-jobs .container, .single-analysis .container, .single-services .container {
padding: 62px 0 0 0 !important;
}
.page-template-template-nobanner .container {
padding: 116px 25px 25px !important;
}
}

@media only screen and (max-width:760px) {
.small-top-logos img.top-logo {
float: left !important;
max-height: 30px !important;
height: 35px !important;
}
}

@media only screen and (min-width:751px) {
.result:nth-of-type(3n+1) {
clear:left;
}
}

@media only screen and (max-width:750px) {
.copyright {
text-align: left;
clear: both;
}
.dpm {
display:block !important;
text-align:center !important;
float:none !important;
margin:0 auto;
}
}

@media only screen and (max-width:736px) {
.video-banner {
background-position: 70% !important;
background-size: cover !important;
background-repeat: no-repeat !important;
}
.video-banner iframe {
display: none !important;
}
}

@media only screen and (min-width:721px) {
.text-right {
position: absolute;
top: 50%;
display: inline-block;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
padding-right: 30px;
padding-left: 50px
}
}

@media only screen and (max-width:720px) {
.image-left {
width: 100%;
padding-top: 300px;
}
.text-right {
position: absolute;
}
}

@media only screen and (min-width:701px) and (max-width:900px) {
.image-links li {
padding-bottom: 35%;
}
}

@media only screen and (min-width:701px) {
.enquiry-text {
max-width: 64%;
}
.right-button {
position: absolute;
right: 40px;
top: 50%;
transform: translateY(-50%);
}
}

@media only screen and (max-width:700px) {
.woocommerce .cta-section .button {
position: relative !important;
}
.enquiry-text {
margin-bottom: 20px !important;
display: block;
position: relative
}
.image-links li {
padding-bottom: 60%;
}
.four-column li {
width: 48.5%;
margin-right: 3%;
margin-bottom: 3%;
}
.four-column.experts li {
width: 47% !important;
margin-right: 6% !important;
margin-bottom: 6% !important;
}
.four-column li:nth-child(2n) {
margin-right: 0 !important;
}
.blog-container, .content-container {
padding: 30px 30px !important;
}
}

@media only screen and (min-width:685px) {
.site-footer .email {
width: auto;
}
.fname, .lname {
max-width: 150px;
}
}

@media only screen and (max-width:684px) {
.site-footer .footer-email-container:nth-of-type(2n) {
margin-right: 0 !important;
}
.site-footer .footer-signup-box h3 {
width: 100%;
text-align: center;
padding-top: 0 !important
}
.site-footer .site-footer #mc_embed_signup {
width: 100%;
max-width: 400px !important;
margin: 0 auto;
display: block;
float: none !important;
min-width: 280px !important
}
}

@media only screen and (min-width:651px) and (max-width:900px) {
.five-column li {
width: 32% !important;
margin-right: 2% !important;
}
.five-column li:nth-of-type(3n) {
margin-right: 0 !important;
}
.five-column li:nth-child(3n+1) {
clear: left;
}
.five-column li:nth-last-of-type(n+4) { 
margin-bottom: 20px;
}
}

@media only screen and (min-width:769px) {
.shop-categories .products li {
width: 32.5% !important;
margin-right: 1.25% !important;
margin-bottom: 1.25% !important;
}
.shop-categories .products li:nth-of-type(3n) {
margin-right: 0 !important;
}
.shop-categories .products h2 {
font-size: 120% !important;
}
.courses-categories .products li:nth-last-of-type(-n+4) {
margin-bottom: 0 !important;
}
}

@media only screen and (max-width:768px) {
.shop-categories li {
margin-bottom: 4% !important;
}
}

@media only screen and (min-width:651px) and (max-width:1048px) {
.banner-logo {
max-width: 240px !important;
}
}

@media only screen and (min-width:651px) and (max-width:768px) {
.extra-padding {
padding: 60px 30px
}
.support-services img {
max-width: 80px;
}
}

@media screen and (min-width:651px){
.two-column li:nth-of-type(2n) {
margin-right: 0;
}
.two-column li:nth-of-type(n+3) { 
margin-bottom: 2%;
}
}

@media screen and (max-width:650px){
	.mapplic-pin > span > span {
		font-size: 14px;
	}
	.banner-flexslider, .banner-flexslider .slides, .banner-flexslider .slides li, .slider-text {
		min-height: 400px;
		}
		.slider-text {
			padding: 0 30px;
		}
.best-table {
table-layout: fixed;
width: 100%;
display: table;
font-size: 13px;
}
.best-table img {
width: 100%;
height: auto;
display: block;
max-height: 30px !important;
}
.expert-image {
width: 100% !important;
max-width: none !important;
padding-bottom: 56.25% !important;
margin-bottom: 30px;
display: block;
margin-right: 0 !important;
}
.home-tiles li:hover .tile-box {
/*bottom: 24px !important;
left: 24px !important;*/
}
	.banner-logo {
	top: 100px !important;
	right: auto !important;
	left: 20px !important;
	max-width: 180px !important;
	}
	.home .banner-overlay {
	top: auto !important;
	transform: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	bottom: 40px !important;
	width: auto !important;
	}
	.home .banner {
	padding-bottom: 85% !important;
	}
	.home-tiles li {
		width: 100% !important;
		padding-bottom: 0 !important;
margin-bottom: 30px;
 margin-right: 0 !important;
	}
    .ip-tile {
       width: 100% !important;
        padding-bottom: 100% !important;
        margin-bottom: 4%;
    }
.ip-tile  .tile-text {
max-height: 1000px;
overflow: auto;
margin-bottom: 1.5em !important;
}
    .pathways-tile {
      width: 100% !important;
        padding-bottom: 48% !important;
        margin-bottom: 4% !important
    }
    .skills-tile {
      width: 48% !important;
        padding-bottom: 48% !important;
        margin-right: 4% !important;
		margin-bottom: 4% !important;
		margin-top: 0 !important;
    }
    .best-tile {
      width: 48% !important;
        padding-bottom: 48% !important;
        margin-right: 0 !important;
		margin-bottom: 4% !important;
		margin-top: 0 !important;
    }
    .information-tile {
      width: 48% !important;
        padding-bottom: 48% !important;
		margin-bottom: 4% !important
    }
    .online-tile {
      width: 48% !important;
        padding-bottom: 48% !important;
        margin-bottom: 4% !important;
		margin-right: 4% !important;
		margin-top: 0 !important;
    }
    .events-tile {
      width: 48% !important;
        padding-bottom: 48% !important;
		margin-right: 0 !important;
		margin-bottom: 4% !important;
		margin-top: 0 !important;
    }
    .experts-tile {
      width: 48% !important;
        padding-bottom: 48% !important;
		margin-right: 4% !important;
    }
.container {
padding: 60px 0 0 0
}
.gm-style .gm-style-iw { 
max-width: 240px;
}
.map-responsive{
min-height: 300px !important;
}
.two-column li { 
width: 100% !important;
margin-right: 0 !important;
}
.two-column li:nth-last-of-type(n+2) { 
margin-bottom: 25px;
}
.support-services img {
max-width: 60px !important;
margin-bottom: 10px !important;
}
.narrow-container {
width: 100% !important;
}
.extra-padding {
padding: 50px 25px !important;
}
.padding {
padding: 30px 30px !important;
}
}

@media only screen and (min-width:621px) and (max-width:830px) {
.banner-title {
font-size: 40px;
padding-bottom: 0;
}
.banner-text {
font-size: 16px;
margin-bottom: 0 !important;
}
}

@media only screen and (max-width:620px) {
.banner-title {
font-size: 36px;
padding-bottom: 0;
}
.banner-text {
font-size: 16px;
display: block;
line-height: 1.4em;
margin-top: 5px;
margin-bottom: 0 !important;
}
.banner-scroll {
padding-bottom: 5px !important;
}
}

@media only screen and (min-width:601px) and (max-width:1021px) {
.fifth {
width: 32%;
margin-bottom:30px;
}
}

@media only screen and (min-width:751px) and (max-width:960px) {
.illustration-sidebar {
min-height: 120px !important;
}
}

@media only screen and (min-width:601px) and (max-width:750px) {
.illustration-sidebar {
min-height: 80px !important;
}
}

@media only screen and (min-width:601px) and (max-width:960px) {
.sidelink {
width: 49%;
float: left;
margin-right: 2%;
}
.sidelink:nth-of-type(2n) {
margin-right: 0 !important
}
.sidelink:nth-of-type(2n+1) {
clear: left;
}
.illustration-sidebar-container {
width: 40% !important;
right: 0;
}
.divide-bottom:after {
height: 0.6vw !important;
width: 60% !important;
}
}

@media only screen and (min-width:601px) and (max-width:608px) {
.image-left {
padding-top: 330px !important;
}
}

@media only screen and (max-width:600px) {
.blog .post, .category .post, .author .post, .archive .post, .category .post, .search .post {
width: 100% !important;
}
.accordion-title {
font-size: 17px !important;
}
.courses-tile, .graduates-tile, .breweries-tile {
width: 100% !important;
padding-bottom: 100% !important;
margin-bottom: 2% !important;
}
.analysis-tile {
width: 49% !important;
padding-bottom: 49% !important;
margin-right: 2% !important;
}
.resources-tile {
width: 49% !important;
padding-bottom: 49% !important;
margin-right: 0 !important;
}
.analysis-tile {
width: 100% !important;
padding-bottom: 49% !important;
margin-right: 0 !important;
}
.home-tiles li h3 {
font-size: 20px !important;
}
.home-tiles li h3.large-title {
font-size: 23px !important;
}
.home-tiles li h3.medium-title {
font-size: 20px !important;
}
.resources-tile h3:before {
margin-right: 5px !important;
}
.analysis-tile h3:before {
margin-right: 10px !important;
}
.team-float, .single-custom-post-image {
width: 100%;
padding-right: 0 !important;
margin-bottom: 25px;
}
.single-events .single-custom-post-image {
overflow: hidden;
height: 0;
padding-bottom: 65%;
margin-bottom: 15px;
}
.single-events .single-custom-post-image img {
width: 100% !important;
clear: both;
padding-right: 0 !important;
position: relative;
max-width: none !important
}
.illustration-sidebar {
min-height: 120px !important;
}
.illustration-sidebar-container {
width: 60% !important;
right: 0;
}
.divide-bottom:after {
height: 1vw !important;
width: 40% !important;
}
#fc3, #fc4 {
width: 100% !important;
margin-right: 0 !important;
}
#fc4 {
margin-top: 30px !important;
}
#footerrightcol {
padding-bottom: 0 !important;
}
.threecol-ul li {
width: 100% !important;
padding: 0 !important;
max-width: 400px;
margin: 0 auto !important;
float: none !important;
}
.tc-img {
margin-bottom: 10px !important;
}
.tcoverlay {
bottom:20px !important;
}
.single ol {
padding: 0 30px !important;
}
.threecol-ul-home li {
width: 100% !important;
padding: 0 !important;
max-width: 400px;
margin: 0 auto !important;
float: none;
}
.breadcrumbs {
font-size: 13px;
}
.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
font-size: 16px !important;
}
.wpcf7-submit {
margin-top: 10px !important;
}
.section-container {
padding: 30px;
}
.cta-container {
	padding: 30px;
}
.help-padding {
padding: 20px 20px;
}
.illustration-content-container {
padding: 30px 30px !important;
}
body, .stories li span, .wpcf7 input, .wpcf7 textarea, .wpcf7 select {
font-size: 16px;
}
.single .post p {
font-size: 17px;
}
.small-spaced {
font-size: 21px !important;
}
.fifth {
width: 48%;
margin-right:4%;
margin-bottom: 20px
}
.bo-container {
padding: 0;
}
.banner-overlay {
left: 20px !important;
width: 80% !important;
}
.banner-title {
margin-bottom: 0;
}
.metaslider .flex-control-nav {
left: 20px !important;
bottom: 20px !important;
}
.subtle-overlay {
background: rgba(50, 50, 50, 0.75) !important;
}
}

@media only screen and (min-width:551px) and (max-width:900px) {
.three-column li, .third { 
width: 48.5% !important;
margin-right: 3%;
}
.three-column li:nth-of-type(2n), .third:nth-of-type(2n) { 
margin-right: 0;
}
.three-column li:nth-of-type(2n+1), .third:nth-of-type(2n+1) { 
clear: left;
}
.three-column li, .third, .story { 
margin-bottom: 3% !important;
}
}

@media only screen and (min-width:551px) and (max-width:650px) {
.help-menu li {
width: 32% !important;
}
.help-menu li:nth-of-type(3n) { 
margin-right: 0 !important
}
}


@media only screen and (max-width:550px) {
.spacer-hide {
display: none !important;
}
.copyright {
display: block;
}
.reg-address {
padding-top: 15px !important;
}
.large-button {
font-size: 15px !important;
padding: 13px 20px 16px !important;
}
.three-column li, .third { 
width: 100% !important;
margin-right: 0!important;
margin-bottom: 25px;
}
.story {
margin-bottom: 25px;
}
.help-menu li {
width: 100%;
border-right: 0;
padding-bottom: 12px;
text-align: left 
}
.help-menu li:last-of-type {
padding-bottom: 0;
}
}

@media only screen and (min-width:511px) and (max-width:1285px) {
.single-image {
padding-bottom: 0 !important;
min-height: 450px;
}
}

@media only screen and (min-width:511px) {
.single .banner-image {
min-height: 450px;
}
}

@media only screen and (min-width:651px) and (max-width:830px) {
.banner {
min-height: 250px;
}
.home .banner {
padding-bottom: 50% !important;
min-height: 0 !important;
}
}

@media only screen and (max-width:510px) {
.spaced-uppercase {
font-size: 13px !important;
}
.single .banner-image {
height: 0;
padding-bottom: 100%;
}
.single .banner-image img {
width: 250%;
margin-left: -50%
}
.single-image {
padding-bottom: 100% !important;
}
.single .banner-overlay {
width: 70% !important;
}
.left-gradient {
right: 0 !important;
}
.post-overlay {
opacity: 0;
}
h1, .large-title, .single-events h1 {
font-size: 23px !important;
}
h2, .medium-title {
font-size: 21px !important;
}
h3 {
font-size: 18px !important;
}
.single h3 {
font-size: 16px !important;
}
h4 {
font-size: 16px !important;
}
.intro p:not(.center) {
text-align: left !important;
}
.banner {
min-height: 225px;
}
.home .banner {
padding-bottom: 85% !important;
min-height: 0 !important;
}
.banner-title {
margin-top: 0;
font-size: 36px !important;
letter-spacing: -0.5px;
}
#home-banner {
background-position: 25% 50%;
}
#about-banner {
background-position: 67% 50%;
}
.banner-scroll {
display: none;
}
}

@media only screen and (min-width:501px) and (max-width:754px) {
h1, .large-title, .single-events h1 {
font-size: 25px;
}
.single h1 {
font-size: 30px !important;
}
.single h3 {
font-size: 18px !important;
}
}

@media only screen and (min-width:501px) and (max-width:750px) {
.story {
width: 48% !important;
margin-right:4% !important;
margin-bottom: 4% !important;
}
.story:nth-of-type(3n) {
margin-right: 4% !important;
}
.story:nth-of-type(2n) {
margin-right: 0 !important;
}
}

@media only screen and (max-width:500px) {
.product_cat_courses .woocommerce-product-details__short-description {
padding-left: 0 !important;
font-size: inherit !important;
}
.product_cat_courses .price {
margin-bottom: 10px !important;
}
.one-awards {
padding-bottom: 20px !important;
max-width: 125px !important;
width: 100% !important;
clear: both;
position: relative;
display: block;
float: none !important;
}
.disclaimer a {
display: block;
clear: both;
padding-top: 10px;
}
.disclaimer .spacer {
display: none !important;
}
.section .button:first-of-type {
margin-bottom: 5px;
}
#google_translae_element {
clear: both;
display: block;
margin-bottom: 10px;
}
.left-gradient {
background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0));
background: -o-linear-gradient(right, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0));
background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0));
background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0));
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 30%;
}
.story, .other-event {
width: 100%;
margin-right: 0%;
margin-bottom: 30px;
}
.single .category-link {
font-size: 14px;
}
.single .date {
font-size: 14px !important;
}
.video-wrapper {
padding-bottom: 140% !important;
}
/*.banner-cont, .banner-slider, .metaslider, #metaslider_container_45, .flexslider, .slides, .slides li, .slides li img {
max-height: 60vh !important;
}
.slides li img {
width: auto !important;
margin-left: -100%;
}*/
.site-logo {
padding-top: 0 !important;
left: 10px !important;
}
.site-logo img, .logo-dark {
max-width: 100px !important;
}
.site-header-container {
padding: 0 14px !important;
}
.single-info .date {
padding-left: 10px;
margin-left: 10px;
}
.single-info .float-right {
float: left !important;
padding-top: 10px;
clear:both;
font-size: 13px;
}
.half-image {
min-height: 240px !important;
background-size: cover !important;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
}
}

@media screen and (max-width:460px) {
.bf-container {
text-align: left !important;
float: none !important;
margin: 0 auto;
width: 100%;
}
.footer-logo {
float:none !important;
display:block;
max-width: 115px !important;
margin-bottom: 10px
}
}


@media only screen and (max-width:472px) {
.share-links {
margin-left: -10px;
margin-top: 15px;
}
}

@media only screen and (max-width:450px) {
.al-img {
max-width: 250px !important;
padding-right: 3% !important;
width: 47% !important;
}
#affiliate-cont {
padding: 15px 10px 5px 15px !important;
}
#al-last {
margin: 0 auto !important;
float: none !important;
display: block;
}
input.wpcf7-form-control.wpcf7-submit {
background: #803f85 !important;
color: #fff !important;
}
.tcoverlay {
font-size: 20px !important;
}
.fifth {
margin-right: 0;
width: 100% !important;
margin-bottom: 20px !important
}
.topleft, .topright, .bottomleft, .bottomright {
width: 100%;
margin-right: 0;
}
}

@media only screen and (min-width:425px) and (max-width:480px) {
.image-left {
padding-top: 350px !important;
}
}

@media only screen and (max-width:420px) {
.site-footer .footer-email-container {
min-width: 200px;
}
}

@media only screen and (min-width:401px) and (max-width:650px) {
.five-column li {
width: 48.5% !important;
margin-right: 3% !important;
margin-bottom: 3%;
}
.five-column li:nth-of-type(2n) {
margin-right: 0 !important;
}
.five-column li:nth-child(2n+1) {
clear: left;
}
.five-column li:nth-last-of-type(n+3) { 
margin-bottom: 15px;
}
}

@media only screen and (max-width:400px) {
button#responsive-menu-button {
top: 13px !important
}
.single-events .container, .single-breweries .container, .single-stories .container, .page-template-template-nobanner .container, .search .container, .single-team .container, .woocommerce.archive .container, .single-jobs .container, .single-analysis .container, .single-services .container {
padding: 53px 0 0 0 !important;
}
.illustration-sidebar {
min-height: 90px !important;
}
/*.slides li img {
margin-left: -110% !important;
}*/
.banner-overlay {
}
.five-column:not(.expert-shortcuts) li {
width: 100% !important;
margin-right: 0 !important;
margin-bottom: 15px;
}
.five-column.expert-shortcuts li {
	width: 48.5% !important;
	margin-right: 3% !important;
	margin-bottom: 3%;
	}
	.five-column.expert-shortcuts li:nth-of-type(2n) {
	margin-right: 0 !important;
	}
	.five-column.expert-shortcuts li:nth-child(2n+1) {
	clear: left;
	}
	.five-column.expert-shortcuts li:nth-last-of-type(n+3) { 
	margin-bottom: 15px;
	}
	.five-column.expert-shortcuts .tc-box, .four-column.experts .tc-box {
padding: 20px !important
	}
	.five-column.expert-shortcuts h6 {
		font-size: 15px !important;
	}
	.four-column.experts .text-button {
	font-size: 12px;
}
.four-column.experts .text-button i {
	font-size: 13px;
}
	.large-icon {
		font-size: 45px;
	}
}

@media only screen and (min-width:341px) and (max-width:424px) {
.image-left {
padding-top: 420px !important;
}
}

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

	#rmp-menu-wrap-4535 .rmp-menu-item-link {
		font-size: 14px !important;
	}
.banner-logo {
top: 80px !important;
right: auto !important;
max-width: 150px !important;
}
.home .banner-overlay {
bottom: 30px !important;
}
.spaced-uppercase {
font-size: 11px !important;
}
.banner-title {
font-size: 32px !important;
}
.image-left {
padding-top: 450px !important;
}
}

.blog .post:hover .post-image, .team-link:hover .post-image {
opacity: 0.7;
}

.post-image {
max-height: 350px;
overflow: hidden;
padding-bottom: 56.25%;
background-size: cover;
background-position: 50% 40%;
background-repeat: no-repeat;
transition: all 0.3s ease;
}

.custom-post-image {
transition: all 0.3s ease;
}

.result:hover .custom-post-image, .other-event:hover .custom-post-image {
opacity: 0.7 !important;
}

.team-section .post-image {
padding-bottom: 65%;
}

.profiles .team-link:last-of-type {
margin-bottom: 0;
}

.site-header .social-links {
	margin-top: 0;
}

@media only screen and (max-width:1150px) {
	.site-header-right img {
		display: none;
	}
	.site-header-right {
		padding-right: 100px;
	}
}

@media only screen and (max-width:1110px) {
	.site-header-right {
		padding-right: 100px;
	}
}

.partners {
}

.partners .container {
	  max-width: 1280px;
	  margin: 0 auto;
	  padding: 60px 45px;
}
 .partners.bg-gray {
	 background-color: #f7f7f7;
}
 .partners.bg-white {
	 background-color: #fff;
}
 .partners__list {
	 display: flex;
	 flex-wrap: wrap;
	 align-items: center;
	 justify-content: space-between;
}
 .partners__list img {
	 max-width: 170px;
	 max-height: 60px;
	 height: auto;
	 object-fit: contain;
}
 .partners__list .slick-list {
	 width: calc(100% - 180px);
	 height: 100%;
	 margin: 0 -50px;
	 overflow: hidden;
}
 .partners__list .slick-track {
	 display: flex;
}
 .partners__list .slick-slide {
	 margin: 0 20px;
}
 .partners__list .slick-arrow {
	 width: 90px;
	 height: 15px;
	 background-color: transparent;
	 background-image: url('https://www.bipcnortheast.co.uk/wp-content/uploads/arrow-icon.svg');
	 background-size: contain;
	 background-repeat: no-repeat;
	 font-size: 0;
	 border: 0;
	 cursor: pointer;
	 transition: all 0.4s;
	 z-index: 1;
}
 .partners__list .slick-prev {
	 left: -30px;
	 transform: scale(-1);
	 background-position: right;
}
 .partners__list .slick-prev:hover {
	 left: -35px;
}
 .partners__list .slick-next {
	 right: -30px;
	 background-position: right;
}
 .partners__list .slick-next:hover {
	 right: -35px;
}

@media only screen and (max-width:840px) {
	.partners__list .slick-list {
		width: calc( 100% - 80px );
	}
	.partners__list .slick-arrow {
		width: 40px;
	}
}
@media only screen and (max-width:511px) {
	.partners__list img {
		max-width: 100%;
	}
}

.main-logo {
	margin-left: 10px;
}
.logos-new img {
	max-height: 90px;
	display: inline-block;
}
.logos-new a:hover img {
	opacity: 0.7;
}
.header-active .logos-new img {
	max-height: 60px;
}
.header-active .navigation {
	margin-top: 10px;
}
.header-active .site-header-right {
	max-height: 0;
	opacity: 0;
}
.logos-new {
	display: flex;
	gap: 20px;
	padding: 10px 0px;
}
.f-final-col {
	float: right;
    margin: 0;
}
@media screen and (max-width: 900px) {
	.f-final-col {
		margin-top: 40px;
	}
}