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

/* 1.0 - Structure */

body {
font-family: 'Montserrat', Arial, Helvetica, sans-serif;
font-size: 19px;
background-color: #fff;
color: #211f5e;
font-weight: 400;
margin: 0;
transition: all 0.4s ease;
background-size: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: none;
}

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

.container {
margin: 0 auto;
display: block;
}

.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: 60px 45px;
margin: 0 auto;
position:relative;
display: block;
clear: both;
overflow: hidden
}

.section-container li {
padding-bottom: 8px;
}

.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: 700px;
margin: 0 auto;
}

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

.standard {
max-width: 1200px;
}

.wide {
max-width: 1400px;
}

.home-intro .wide {
margin: 0 auto;
display: block;
}

.v-wide {
max-width: 1600px;
margin: 0 auto;
display: block;
}

.vv-wide {
max-width: 1800px;
margin: 0 auto;
display: block;
}

.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: 60px 30px;
}


/* 2.0 - Header */

.site-header {
position: relative;
z-index: 9999;
width: 100%;
background: #211f5e;
display: block;
box-sizing: border-box;
min-height: 62px;
box-shadow: 0 0 10px #ccc;
box-shadow: 0 0 10px rgba(0,0,0,0.25);
}

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

.site-header-right {
clear: right;
position: absolute;
bottom: -21px !important;
right: 60px;
color: #211f5e;
font-size: 21px;
font-weight: 500;
clear: right;
box-shadow: 20px 0 10px #ccc;
box-shadow: 0 10px 20px rgba(0,0,0,0.25);
transition: all 0.3s ease;
}

.site-header nav:hover + .site-header-right {
opacity: 0;
z-index: -9999
}

.contact-info {
padding-top: 6px;
display: inline-block;
}

.contact-info a {
color: #211f5e !important;
}

.error404 .site-header {
}

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

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


/* 3.0 - Navigation */

.nav-container {
background: #5f4589;
position: relative;
display: block;
clear: both;
}

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

.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: #e7472c;
border-color: #e7472c;
}

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

.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: 'Montserrat', Helvetica, Arial, sans-serif;
font-weight: 700;
color: #fff;
font-size: 14px;
line-height: 1;
padding: 49px 0;
margin: 0 13px;
display: block;
letter-spacing: 0px;
text-transform: uppercase;
}



.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(231, 71, 44,1);
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: #211f5e !important;
}

.sub-menu a {
color: #fff !important;
margin: 0 auto !important;
font-weight: 500 !important;
padding: 9px 18px !important;
border-bottom: 0 !important;
}

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

.navigation li.menu-item-has-children:hover .sub-menu, .navigation li > .sub-menu:hover {
height: auto !important;
padding: 10px 0 !important;
}

.navigation li .sub-menu .sub-menu {
display: none;
}

#responsive-menu {
z-index: 10001 !important;
font-family: 'Montserrat', Arial, Helvetica, sans-serif;
font-weight: 500;
}

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

#responsive-menu li a {
border: 0 !important;
padding: 10px 15px !important;
line-height: 1.5em !important;
font-weight: 700 !important;
text-transform: uppercase;
letter-spacing: 0;
height: auto !important;
}

.responsive-menu-submenu li {
background: #211f5e;
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: #211f5e !important;
}

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

#responsive-menu-title {
font-size: 25px !important;
text-align: center !important;
margin: 0 auto;
display: none;
padding: 0 !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: #e7472c;
}

::selection {
color: #fff;
background: #e7472c;
}

/* 4.1 - Titles */

h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat', Arial, Helvetica, sans-serif;
line-height: 1.2em;
transition: all 0.3s ease;
color: #211f5e;
}

h1, .large-title {
font-size: 45px;
font-weight: 700;
margin: 0 0 15px 0;
text-transform: none;
letter-spacing: -0.5px;
}

h2, .medium-title {
font-size: 35px;
text-transform: uppercase;
margin: 0 0 15px 0;
font-weight: 700;
letter-spacing: -0.5px;
}

h3 {
font-size: 24px;
margin: 0 0 10px 0;
letter-spacing: -0.5px;
font-weight: 700;
color: #e7472c;
}

h4 {
font-size: 21px;
font-weight: 800;
margin: 0 0 5px 0;
color: #fff;
}

h5 {
font-size: 18px;
font-weight: 700;
margin: 0 0 12px 0;
color: #fff;
text-transform: uppercase;
}

h6 {
font-size: 15px;
text-transform: uppercase;
}

/* 4.2 - Body Elements */

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

.section:first-of-type p:first-of-type {
font-size: 120%;
}

.section ul p:first-of-type {
font-size: 100%;
}

p:last-child {
margin-bottom: 0 !important;
}

p:empty {
display:none;
}

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

.container ul {
overflow: hidden;
}

img {
transition: all 0.3s ease;
}

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

a:hover {
color: #e7472c;
}

.subtitle {
}

/* 4.3 - Styling Rules */

.center {
text-align: center;
}

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

.dark-bg {
background: #211f5e;
color: #fff;
}

.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6 {
color: #fff;
}

.purple-bg {
background: #e7472c;
}

.highlight-bg, .blue-bg {
background: #e7472c;
}

.white {
color: #fff !important;
}

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

.dark {
color: #211f5e !important;
}

.highlight {
color: #e7472c !important;
}

.lightgrey {
color: #b3b3b3;
}

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

.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-weight: 600;
}

.bold, strong {
font-weight: 800;
}

.uppercase {
text-transform: uppercase;
}

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

.clear {
clear:both;
}

.large-space-bottom {
margin-bottom: 40px !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: 'Montserrat', Arial, Helvetica, sans-serif;
font-weight: 700;
transition: all 0.3s ease;
display: inline-block;
color: #e7472c !important;
border: 2px solid #e7472c;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
line-height: 1;
text-transform: uppercase;
}

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

.center-button-container {
text-align: center;
}

.center-button-container .button {
display: inline-block;
}

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

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

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

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

.white-bg-button {
background: #fff;
color: #e7472c !important;
border: 2px solid #ffffff;
}

.white-bg-button .fa {
color: #e7472c;
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 {
color: #e7472c !important;
border: 2px solid #e7472c;
}

.highlight-button:hover {
background: #e7472c;
color: #fff !important;
}

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

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

.highlight-bg-button {
background: #e7472c;
color: #fff !important;
border: 2px solid #e7472c;
}

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

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

.highlight-bg-button:hover .fa {
color: #e7472c !important;
}

.contact-button.header-button.highlight-bg-button:hover {
background: #211f5e;
color: #e7472c !important;
border-color: #211f5e !important;
}

.dark-button {
color: #e7472c !important;
border: 2px solid #e7472c;
}

.dark-button:hover {
background: #e7472c;
color: #fff !important;
}

.dark-button .fa {
color: #e7472c;
transition: all 0.3s ease;
}

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

.dark-bg-button {
background: #211f5e;
color: #fff !important;
border: 2px solid #211f5e;
}

.dark-bg-button:hover {
background: #e7472c;
color: #fff !important;
border-color: #e7472c;
}

.candidate-button {
border-right: 1px solid #211f5e !important;
}

.candidate-button.dark-bg-button:hover {
color: #211f5e !important;
}

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

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

.small-button {
font-size: 13px;
padding: 10px 16px 11px;
}

.medium-button {
font-size: 14px;
padding: 13px 20px;
}

.large-button {
font-size: 16px;
padding: 16px 29px;
}

.banner-button {
font-size: 24px;
padding: 25px 50px;
margin-right: 15px;
}

.sub-button {
font-size: 20px;
font-weight: 300;
display: block;
margin-top: 5px;
}

.highlight-bg-button .sub-button {
color: #e7472c;
}

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


/* 5.0 - Sliders & Banners */

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

.banner-cont {
position: relative;
overflow: hidden;
background-color: #e7472c;
min-height: 750px
}

.banner-cont p {
display: none;
}

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

.banner {
position: relative;
background-size: cover;
background-color: #fff;
-webkit-background-size: cover;
-moz-background-size: cover;
background-repeat: no-repeat;
background-position: 50% 35%;
height: 400px;
height: 60vh;
max-height: 550px;
transition: all 0.3s ease;
}

.page-template-template-browsejobs .banner {
max-height: 320px;
}

.banner-overlay {
position: absolute;
left: 60px;
max-width: 600px;
margin: 0 auto;
top: 60px;
transition: all 0.3s ease;
}

.banner-overlay.search-bo {
max-width: 700px;
right: 60px;
top: 30%;
}

.bo-container {
text-align: left;
}

.bo-center.bo-container {
text-align: center;
}

.banner-title {
font-size: 70px;
font-weight: 700;
line-height: 1.1em;
margin-bottom: 0px;
font-family: 'Montserrat', Arial, Helvetica, sans-serif;
color: #fff;
text-transform: none;
letter-spacing: -1.5px;
}

.banner-text {
font-family: 'Montserrat', Arial, Helvetica, sans-serif; 
font-size: 40px;
font-weight: 700;
line-height: 1.4em;
color: #fff !important;
letter-spacing: -0.5px;
text-transform: uppercase;
}

.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: absolute !important;
background: none !important;
opacity: 1 !important;
width: auto !important;
background: #e7472c !important;
padding: 45px;
right: 10%;
left: auto !important;
top: 50%;
bottom: auto !important;
width: 50% !important;
max-width: 500px;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}

.about-testimonial .metaslider .caption-wrap {
padding: 45px;
right: 5%;
left: auto !important;
width: 48% !important;
max-width: none;
}

.caption-wrap p {
line-height: 1.2em;
font-weight: 700;
font-size: 27px !important;
margin-bottom: 20px !important;
}

.testimonials .slides li img {
width: 70%;
max-width: 700px;
}

.about-testimonial.testimonials .slides li img {
width: 50% !important;;
max-width: 700px;
}

.about-testimonial h4.white {
font-size: 17px !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;
}

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

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

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

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

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

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

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

.flex-control-paging li a {
border-radius: 0 !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
}


/* 6.0 - Columns */

/* Half Half */

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

.half-text .middle {
max-width: 800px;
}

.half {
width: 50%;
float: left;
display: block;
box-sizing: border-box;
transition: width 0.3s ease, min-height 0.3s ease;
}

.divided-half:first-of-type {
padding-right: 60px;
border-right: 2px solid #fff;
}

.divided-half:last-of-type {
padding-left: 60px;
}

.half img, .divided-half img {
width: 100%;
height: auto;
display: block;
}

.half-left {
width: 50%;
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 {
width: 50%;
float: right;
display: block;
transition: width 0.3s;
postion: relative;
}

.half-image {
min-height: 600px;
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;
}

.parent-pageid-1940 .half-image {
min-height: 700px;
}

/* 6.1 - Two Columns */

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

.two-column > li {
position: relative;
float: left;
width: 49%;
margin-right: 2%;
margin-bottom: 2%;
list-style: none;
transition: all 0.3s ease;
box-sizing: border-box;
padding-left: 0 !important;
padding-bottom: 0;
}

.two-column.boxes li:hover {
background: #e7472c;
}

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

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

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

.half-column li p {
margin-bottom: 0 !important;
}

/* 6.2 - Three Columns */

.three-column {
margin: 0 auto;
display: block;
overflow: hidden;
padding: 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.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;
padding-left: 0 !important;
padding-bottom: 0;
}

.three-column li:hover, .third:hover {
background: #211f5e;
}

#counter .three-column li:hover, .third:hover, .jobs li:hover {
background: transparent !important;
}

.three-column.boxes li img, .boxes .third img {
width: 100%;
height: auto;
display: block;
}

.three-column li:last-of-type {
margin-right: 0 !important;
}

/* 6.3 - Four Columns */

.four-column {
padding: 0;
margin: 0 auto;
display: block;
overflow: hidden;
display: flex;
flex-wrap: wrap;
justify-content: center;
}

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

.four-column > li {
position: relative;
float: left;
width: 23.5%;
margin-right: 2%;
list-style: none;
box-sizing: border-box;
margin-bottom: 2%;
padding-bottom: 0;
}

/* 6.35 - Four Column No Spacing */

.four-col {
padding: 0;
margin: 0 auto;
display: block;
overflow: hidden;
}

.four-col li {
position: relative;
float: left;
width: 25%;
list-style: none;
margin-right: 0;
box-sizing: border-box;
padding-bottom: 100%;
margin-bottom: -100%;
transition: all 0.4s ease;
}

.four-col li:hover {
opacity: 0.9;
}

.four-col li h3 {
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 800;
}

/* 6.4 - Five Columns */

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

.five-column li {
float: left;
list-style: none;
box-sizing: border-box;
padding-left: 0 !important;
padding-bottom: 0;
}

/* 7.0 - Blog */

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

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

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

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

.blog .post:nth-of-type(3n), .category .post:nth-of-type(3n), .author .post:nth-of-type(3n), .archive .post:nth-of-type(3n) {
margin-right: 0 !important
}

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

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

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

.third h3 {
font-size: 21px;
}

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

.single-post .content h2 {
font-family: 'Montserrat', Arial, Helvetica, sans-serif;
font-weight: 600;
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: 600;
}

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

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

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

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

.single-post #responsive-menu .current_page_parent a, .blog #responsive-menu .current_page_item {
color: #e7472c !important;
}

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

.blog .container, .author .container {
}

.blog-main {
margin: 0 auto;
position: relative;
max-width: 1400px;
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: 'Montserrat', 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 {
overflow: hidden;
padding: 0 40px;
}

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

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

.single .content h3 {
color: #e7472c;
}

.single .single-image {
padding-bottom: 56.25%;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
margin-bottom: 1.5em;
}

.blog h2, .author h2, .archive h2 {
font-size: 20px !important;
font-family: 'Montserrat', Arial, Helvetica, sans-serif;
font-weight: 600;
text-transform: none;
letter-spacing: 0px;
margin-bottom: 0;
color: #e7472c
}

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

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

.blog-date, .event-date {
display: block;
color: #000 !important;
font-weight: 500;
font-size: 17px;
margin-top: 0;
margin-bottom: 15px;
}

.single .blog-date {
margin-bottom: 30px !important;
}

.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: #f6f6f6;
}

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

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

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

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

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

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

.single .date {
font-weight: 600;
color: #e7472c !important;
}

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

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

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

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

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

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

.single .post {
margin: 0 auto;
}

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

.single .post p:last-of-type {
margin-bottom: 0 !important;
}

.single .content p:last-child {
margin-bottom: 0 !important;
}

.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  {
list-style: none;
font-family: 'Montserrat', Arial, Helvetica, sans-serif;
padding-bottom: 8px;
}

.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 {
line-height: 1.8em;
}

.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: #e7472c;
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;
}

.signup-submit {
width: 100%;
box-sizing: border-box;
padding: 11px 10px;
-webkit-appearance: none;
border: 0;
box-shadow: none;
font-size: 15px;
font-weight: 600;
margin: 0;
background: #e7472c;
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: #5f4589;
}

.sidelink {
margin-bottom: 20px;
display: block;
overflow: hidden;
}

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

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

.sidelink:hover img {
opacity: 0.7;
}

.sidelink:hover .sidelink-title {
color: #e7472c
}

.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%;
}

.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: #e7472c !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;
}

.home-intro .content {
width: 70%;
}

.content-container {
padding: 60px 45px 60px 45px;
}

.home-intro .content-container {
padding-top: 0;
}

.home-intro {
padding-top: 60px;
overflow: hidden;
}

.sidebar {
width: 30%;
float: right;
box-sizing: border-box;
padding-bottom: 100%;
margin-bottom: -100%;
}


.home-intro .sidebar {
width: 30%;
padding-bottom: 100%;
margin-bottom: -100%;
background: #e7472c;
}

.single .container .sidebar {
background: #f6f6f6;
padding-bottom: 100%;
margin-bottom: -100%;
}

.sidebar-container {
padding: 60px 30px;
}

.home-intro .sidebar-container {
padding: 30px 30px;
}

.home-intro .sidebar a:hover {
color: #fff !important
}

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

.sidebar li {
list-style: none;
}

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

.site-footer .sidebar #mc_embed_signup a {
display: inline-block !important;
}

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

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

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

.sidebar-divide {
margin-top: 30px;
}

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

.post-info {
color: #999;
font-size: 18px;
padding: 40px 30px;
border-bottom: 0.2em solid #e7472c;
}

.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 input[type=text], .wpcf7 input[type=tel], .wpcf7 input[type=email], .wpcf7 textarea, .gform_body input[type=text], .gform_body input[type=tel], .gform_body input[type=email], .jmfe-text-field {
font-size: 16px;
font-weight: 300;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
font-family: 'Montserrat', Arial, Helvetica, sans-serif;
background: #fff;
box-shadow: none !important;
border: 0;
width: 100% !important;
padding: 15px !important;
margin-bottom: 15px;
outline:none;
color: #000;
-webkit-appearance: none;
resize: none;
display: block;
box-sizing: border-box;
}

::-webkit-input-placeholder {
color: #666 !important
}

::-moz-placeholder {
color: #666 !important
}

:-moz-placeholder {
color: #666 !important
}

:-ms-input-placeholder {
color: #666 !important
}

.wpcf7 select {
font-family: 'Montserrat', "Proxima Nova", Arial, Helvetica, sans-serif;
font-size: 17px;
font-weight: 300;
-webkit-appearance: none;
-moz-appearance: none;
padding: 15px;
border-radius: 0 !important;
-moz-border-radius: 0 !important;
border: 0;
-webkit-border-radius: 0 !important;
background: #f6f6f6;
color: #000;
outline:none;
margin: 0 0 15px 0;
width: 100%;
background: url(https://solutionsrecruitment.co.uk/wp-content/uploads/dropdown.png) no-repeat right #f6f6f6;
}

.wpcf7 .client-candidate select {
font-size: 19px;
font-weight: 600;
border: 2px solid #e7472c;
background: #f6f6f6;
background: url(https://solutionsrecruitment.co.uk/wp-content/uploads/dropdown.png) no-repeat right #f6f6f6;
color: #e7472c;
}

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

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

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

.container input.wpcf7-form-control.wpcf7-submit, .gform_button, .job-manager-form input[type=submit] {
font-family: 'Montserrat', Arial, Helvetica, sans-serif;
font-weight: 700;
padding: 20px 33px;
box-shadow: none !important;
background-color: #e7472c !important;
color: #fff !important;
text-shadow: none !important;
font-size: 16px;
line-height: 20px;
margin-top: 30px;
border: 0;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-webkit-appearance: none;
display: block;
width: auto;
margin-left: 0;
text-transform: uppercase;
}

.site-footer input.wpcf7-form-control.wpcf7-submit {
font-family: 'Montserrat', Arial, Helvetica, sans-serif;
font-weight: 700;
padding: 20px 33px;
box-shadow: none !important;
background-color: transparent !important;
color: #fff;
text-shadow: none !important;
font-size: 16px;
line-height: 20px;
margin-top: 30px;
border: 2px solid #fff;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-webkit-appearance: none;
display: block;
width: auto;
margin-left: 0;
text-transform: uppercase;
}

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

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea, .gform_body input[type="text"], .gform_body input[type="tel"], .gform_body input[type="email"] {
	width: 100%;
	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, .gform_body input[type="text"]:focus, .gform_body input[type="tel"]:focus, .gform_body input[type="email"]:focus{
	background: #fff;
	border-color: #e7472c;
color: #e7472c !important;
}
.wpcf7-submit{
	cursor: pointer;
	transition: all 0.3s ease;
}
.container input.wpcf7-form-control.wpcf7-submit.wpcf7-submit:hover, .gform_button:hover, .job-manager-form input[type=submit]:hover{
opacity: 0.8;
}
.site-footer input.wpcf7-form-control.wpcf7-submit:hover{
background: #fff !important;
color: #e7472c !important;
border-color: #fff !important;
}
span.wpcf7-not-valid-tip{
text-shadow: none;
font-size: 13px;
color: #e7472c;
background: none !important;
padding: 0 0 10px;
margin-top: 0;
opacity: 0.6;
}
.site-footer span.wpcf7-not-valid-tip {
color: #fff;
}
div.wpcf7-validation-errors { 
text-align: center;
text-shadow: none;
padding: 15px 20px;
font-size: 15px;
color: #e7472c !important;
margin: 0;
margin-top: 10px;
border: 1px solid #e7472c !important;
border-radius: 0;
background: transparent !important;
}
.site-footer div.wpcf7-validation-errors {
color: #fff !important;
border-color: #fff !important;
}
div.wpcf7-mail-sent-ok{
text-align: center;
text-shadow: none;
padding: 15px 20px;
font-size: 15px;
color: #e7472c;
margin: 0;
margin-top: 10px;
border: 1px solid #e7472c !important;
border-radius: 0;
}

textarea.wpcf7-form-control.wpcf7-textarea {
max-height: 120px;
line-height: 1.4;
}


/* 9.0 - Footer */

.site-footer {
background-color: #e7472c;
overflow: hidden;
position: relative;
clear: both;
}

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

.site-footer a {
color: #fff
}

.site-footer a:hover {
color: #211f5e !important;
transition: all 0.3s ease;
}

.site-footer a:hover, .bottom-footer a:hover {
color: #211f5e;
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: #e7472c !important;
}

#footerContent {
overflow: hidden;
}

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

#fc1 {
width: 19.25%;
}

#fc2 {
width: 19.25%;
}

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

#fc4 {
width: 22.25%;
}

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

.address {
margin: 0;
list-style: none;
padding-left: 0;
}

.address li {
padding-left: 0 !important;
}

.site-footer .address {
line-height: 1.7em;
font-size: 16px;
margin-bottom: 1.5em;
}

.post .address {
line-height: 1.6em;
}

#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 #684f77;
}

.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;
padding-left: 0 !important;
}

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

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

.social-links i {
font-size: 28px;
text-align: center;
border-radius: 0px;
transition: all 0.3s ease;
background: #fff;
width: 50px;
height: 37px;
padding-top: 13px;
color: #e7472c;
}

.dark-bg.sidebar .social-links i {
color: #211f5e
}

.dark-bg.sidebar .social-links i:hover {
background: #e7472c;
color: #fff !important;
}

.site-footer .social-links a:hover i {
background: #211f5e !important;
color: #fff !important;
}

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

.bottom-footer-container {
margin: 0 auto;
max-width: 1400px;
padding: 15px 30px 65px;
overflow: hidden 
}

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

.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: 'Montserrat', 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 {
float: left;
display: block;
max-width: 270px;
}

.eu-logo {
display: block;
max-width: 100px;
float: right;
}

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

.dpm:hover{
color:#e7472c !important;
}


/* 10.0 - Snippets & Miscellaneous */

.divide {
border-bottom: 5px solid #e7472c;
margin-top: 20px;
margin-bottom: 30px;
display: block;
overflow: hidden;
max-width: 70px;
}

.divide-center {
border-bottom: 2px solid #e7472c;
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(255, 255, 255, 0.92) 25%, rgba(255, 255, 255, 0));
background: -o-linear-gradient(right, rgba(255, 255, 255, 0.92) 25%, rgba(255, 255, 255, 0));
background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.92) 25%, rgba(255, 255, 255, 0));
background: linear-gradient(to right, rgba(255, 255, 255, 0.92) 25%, rgba(255, 255, 255, 0));
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 20%;
}

.right-gradient {
background: -webkit-linear-gradient(right, rgba(255, 255, 255, 1), 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: 20%;
right: 0;
}

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

.video-side {
width: 38%;
float: left;
}

.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: rgba(0, 0, 0, 0.2);
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: 600;
color: #fff;
}

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

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

.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: #e7472c;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
font-size: 16px;
}

.team-float, .single-custom-post-image {
float: left;
margin-bottom: 15px;
margin-right: 30px;
width: 50%;
max-width: 500px;
height: auto;
}

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

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

.single .post-social {
padding-top: 40px;
padding-bottom: 20px;
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: #e7472c !important;
}

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

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

.share-linkedin {
color: #007bb6 !important;
}

.share-linkedin:hover {
color: #e7472c !important;
}

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

.story {
float: left;
width: 32%;
margin-right: 2%;
display: block;
position: relative;
overflow: hidden;
box-sizing: border-box;
transition: all 0.4s ease;
}

.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;
}

.story h3 {
}

.story:hover h3 {
}

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

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

.single-results .site-header, .single-events .site-header {
background: #e7472c;
}

.single-results .single-results-headline {
text-transform: uppercase;
font-weight: 600;
font-size: 15px;
letter-spacing: 1px;
color: #e7472c !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: #e7472c !important;
border-color: #e7472c !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
}

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

.single-events h1 { 
font-size: 30px;
}

.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 {
-webkit-appearance: none;
box-shadow: none;
border: 0;
width: 100%;
padding: 10px;
box-sizing: border-box;
border: 0;
background: #3e1e51;
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;
color: #fff;
text-align: left;
outline: none;
margin: 0;
}

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

.footer-signup-email :-moz-placeholder {
color: #9e8da8 !important
}
.footer-signup-email ::-moz-placeholder {
color: #9e8da8 !important
}
.footer-signup-email :-ms-input-placeholder {
color: #9e8da8 !important
}
.search-barfooter-signup-email {
color: #9e8da8 !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: #3e1e51;
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: #e7472c;
color: #fff !important;
}

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

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

.pagination {
clear: both;
position: relative;
text-align: center;
text-transform: uppercase;
letter-spacing: 1px;
padding-top: 20px;
}

.contact-phone, .contact-email {
color: #e7472c !important;
font-size: 21px;
font-weight: 600;
}

.contact-phone:hover, .contact-email:hover {
color: #fff !important;
}

.contact-phone {
letter-spacing: 1px;
}

.contact-email {
}

.search-container {
background: #fff;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
bottom: 45px;
position: absolute;
max-width: 700px;
text-align: center;
}


.search-container select {
font-family: 'Montserrat', Arial, Helvetica, sans-serif;
font-size: 18px;
-webkit-appearance: none;
-moz-appearance: none;
padding: 16px 16px;
border-radius: 0 !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
color: #3b3b3b;
outline:none;
margin: 0;
background: url(https://solutionsrecruitment.co.uk/wp-content/uploads/dropdown-1.png) no-repeat right #fff;border: 0;
border-left: 1px solid #999;
min-width: 200px;
}

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

.search-bar input {
-webkit-appearance: none;
font-size: 18px;
padding: 15px 4px 14px 10px;
margin-right: 0;
background: #fff;
color: #211f5e;
border: 1px solid #fff;
margin: 0;
outline: none;
transition: all 0.3s ease;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
max-width: 300px;
font-weight: 400;
font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

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

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

.search-bar input:focus {
}

.search-submit {
font-family: 'Montserrat', Arial, Helvetica, sans-serif;
padding: 16px 27px;
font-size: 18px;
-webkit-appearance: none;
background: #e7472c;
color: #fff;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 0;
border: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
margin: 0;
margin-left: 0;
cursor: pointer;
transition: all 0.3s ease;
float: right;
}

.search-submit:hover {
background: #211f5e;
}

.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: #e7472c !important;
}

.stories li, .stories article, .news-post {
background: #f3f4f4;
transition: all 0.4s ease;
}

.stories li:hover, .stories article:hover, .news-post:hover {
background: #e7472c;
}

.news-post:hover .blog-date, .news-post:hover span, .news-post:hover p {
color: #fff !important
}

.stories li:hover h3, .stories li:hover .excerpt p, .stories article:hover h3, .news-post:hover h3 {
color: #fff !important;
}

.stories li h3, .stories li span, .stories article h3, .stories article span, .news-post h3, .news-post span {
color: #e7472c;
display: block;
}

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

.tc-box {
padding: 25px;
}

.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;
}

.social-sidebar li:first-of-type {
margin-right: 15px;
}

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

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

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

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

#responsive-menu-additional-content .search-submit {
padding: 6.5px 5px !important;
}

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

#responsive-menu-additional-content .contact-phone .medium-everyday-icon {
font-size: 23px;
float: left;
padding-top: 4px !important;
}

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

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

.team-contact {
display: block;
}

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

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

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

.section blockquote {
font-size: 130%;
margin: 0 0 1.15em 0;
font-weight: 600;
}

blockquote:last-child {
margin-bottom: 0 !important;
}

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

#join-team-benefits {
background-size: cover;
background-position: 65% 30%;
background-repeat: no-repeat;
}

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

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

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

.search .post-image {
margin-bottom: 0 !important;
}

.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;
border: 8px solid #fff;
box-shadow: 0 0 20px #ccc;
transform: rotate(-1deg);
box-sizing: border-box;
}

.page-story-image {
float: left;
max-width: 450px;
width: 50%;
height: auto;
display: block;
overflow: hidden;
background-size: cover;
background-position: 50%;
background-repeat: no-repeat;
transition: all 0.3s ease;
border: 8px solid #fff;
box-shadow: 0 0 20px #ccc;
transform: rotate(-1deg);
margin-right: 40px;
margin-bottom: 20px;
box-sizing: border-box;
}

#wellbeing-fun {
background-size: cover;
background-position: 65% 30%;
background-repeat: no-repeat;
}

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

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

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

.has-cookie-bar #catapult-cookie-bar {
padding: 8px 20px 8px !important;
font-size: 15px !important;
background: #211f5e;
}

button#catapultCookie {
font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
font-weight: 500 !important;
}

.cta-section .half {
box-sizing: border-box;
float: left;
}

.cqc {
max-width: 200px;
display: block;
width: 100%;
height: auto;
}

.iip-logo {
max-width: 240px;
display: block;
width: 100%;
height: auto;
float: left;
padding: 0 30px 10px 0;
}

.ageuk-logo {
max-width: 240px;
display: block;
width: 100%;
height: auto;
float: left;
padding: 0 30px 10px 0;
}

.page-id-500 .banner {
background-position: 50% 50% !important;
}

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

.single-jobs .image {
padding: 30px 0;
}

.ct-font-resizer {
list-style: none;
margin: 20px 0 0 0;
padding: 0;
}

.ct-font-resizer li {
display: inline-block;
}

.ct-font-resizer a {
display: inline-block;
margin-right: 12px;
}

.ct-font-resizer a:last-of-type {
margin-right: 0 !important;
}

.ct-font-resizer a:after {
display: none !important;
}

.search-no-results .container {
max-width: 900px;
font-size: 125%;
padding: 60px 30px 0 !important;
}

.icon-image {
width: 100%;
height: auto;
display: block;
max-width: 320px;
margin: 0 auto;
margin-bottom: 10px;
}

.illustration {
width: 100%;
height: auto;
display: block;
margin: 0 auto;
}

.cta-section .section-container {
padding-bottom: 0 !important;
}

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

.step-banner {
padding: 40px;
}

.step-banner-container {
width: 50%;
float: left
}

.step-banner-image {
max-height: 500px;
height: auto;
display: block;
margin: 0 auto;
width: auto;
max-width: 100%;
padding-right: 20px;
box-sizing: border-box;
}

.step-banner .banner-overlay {
top: 50%;
transform: translatey(-50%);
width: 50%;
max-width: none !important;
padding-right: 30px !important;
box-sizing: border-box;
right: 0 !important;
}

.step-banner-number {
font-size: 125%;
}

.body-illustration {
width: 100%;
height: auto;
display: block;
margin-top: 15px
}

.half-padding {
padding: 15px 30px;
overflow: hidden;
margin: 0 auto;
}

.container .half-padding br {
display: none !important;
}

.container .half-padding a:link, .container .half-padding a:visited {
color: #e7472c !important;
opacity: 0.4;
}

.container .half-padding a:hover {
opacity: 1 !important;
}

.first-cta-button {
margin-right: 10px;
}

.left-align {
margin: 0;
}

.no-divide::after {
display: none !important;
}

.counter:before{
content: '£'
}

.wpsm_count-title {
display: none !important
}

.counter {
color: #e7472c;
font-size: 75px;
letter-spacing: -0.5px;
font-weight: 800;
}

.excerpt p {
font-size: 15px !important;
color: #000 !important;
margin-bottom: 1.5em !important;
}

.team .post-image {
padding-bottom: 65%;
background-size: cover !important;
}

.job-title {
display: block;
transition: all 0.3s ease;
}

.wpsm_counter_b_row, .wpsm_counterbox {
text-align: left !important;
}

.site-footer .sidebar {
float: left !important;
}

.initial-inputs .wpcf7-form-control-wrap {
width: 49% !important;
float: left;
}

.initial-inputs .your-phone, .initial-inputs .your-company {
float: right;
}

.wpsm_col-sm-6 {
padding-left: 0 !important;
}

.team-social i {
height: 35px;
width: 50px;
background: #e7472c;
color: #fff;
text-align: center;
padding-top: 15px;
border-radius: 0;
margin-right: 10px;
transition: all 0.4s ease;
font-size: 23px;
}

.team-social i:hover {
background: #211f5e;
}

.footer-phone, .footer-email {
display: block;
}

.normal-text {
font-size: 100% !important;
}

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

.accordion-title {
padding: 24px 30px;
margin-bottom: 0 !important;
outline: 0;
transition: all 0.5s ease;
border-top: 1px solid rgba(122, 122, 122, 0.25);
font-size: 26px !important;
font-weight: 800 !important;
color: #fff;
background: #e7472c;
margin-top: 30px;
}

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

.accordion-title:hover, .accordion-title.open {
background: #e7472c;
color: #fff !important;
}

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

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

.accordion-content {
padding: 30px 30px 60px 145px;
background: #f6f6f6;
position: relative;
}

.accordion br {    
display: none;
}

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

.team li {
    background-color: #211f5e;
}

.team li:nth-of-type(8n-7), .team li:nth-of-type(8n-5), .team li:nth-of-type(8n-2), .team li:nth-of-type(8n) {
background-color: #e7472c;
}

.team li .post-image {
transition: all 0.4s ease;
padding-bottom: 100%;
background-position: 50% 25%;
opacity: 1;
}

.team li:hover .post-image {
/*opacity: 0.8;*/
}


.team {
/*padding: 25px;*/
}

.team li {
/*box-shadow: 0 5px 25px #ccc;*/
width: 25% !important;
margin-right: 0 !important;
margin-bottom: 0 !important;
position: relative;
}

.team li .tc-box {
position: relative;
/*transition: all 0.4s ease;*/
text-align: center;
opacity: 1;
background-color: inherit;
padding: 15px;
box-sizing: border-box;
}

.team li:hover .tc-box {
/*opacity: .25;*/
}

.box-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0));
background: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0));
background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0));
background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0));
opacity: 0;
transition: all 0.4s ease;
}

.team li .box-overlay {
opacity: 1;
}

.team li h3, .team li .job-title {
color: #fff !important;
}

.team li:hover {
background: #e7472c !important;
}

/*.team li:hover h3 {
color: #f39000 !important;
}*/

.team li:hover .job-title {
color: #fff !important;
}

.white-bg .wpcf7 input[type=text], .white-bg .wpcf7 input[type=tel], .white-bg .wpcf7 input[type=email], .white-bg .wpcf7 textarea, .gform_body input[type="text"], .gform_body input[type="tel"], .gform_body input[type="email"], .jmfe-text-field {
background: #f6f6f6 !important;
}

.wpcf7-list-item-label {
font-size: 16px;
padding-left: 10px;
}

.your-consent {
margin-bottom: 20px;
display: block;
}

.team-single .post-image {
padding-bottom: 120%;
background-position: 50% 25%;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
max-height: 0 !important;
}

.required {
display: block;
clear: both;
margin-bottom: 10px;
font-size: 15px;
}

.input-group.preferences li label {
padding-left: 10px;
}

.ctf-more {
background: #e7472c !important;
color: #fff !important;
padding: 14px 28px !important;
max-width: 200px;
margin: 0 auto !important;
display: block !important;
float: none;
margin-top: 20px !important;
margin-bottom: 1.5em !important;
border-radius: 0;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
font-weight: 700;
}

.ctf-more:hover {
background: #e7472c !important;
}

.ctf-tc-heading {
margin-bottom: 5px !important;
}

.section:first-of-type .sidebar p:first-of-type {
font-size: 100% !important;
}

.wpsm_col-md-6 {
width: auto !important;
}

#wpsm_counter_b_row_1470 .wpsm_counterbox {
    margin-top: 20px;
    margin-bottom: 20px;
}

.wpsm_col-md-6:nth-of-type(2) .counter::before {
content: ' to £';
}

.common-comments .accordion {
background: #f6f6f6 !important;
}

.common-comments .accordion-content {
background: #fff !important;
}

.common-comments .accordion-content:before {
border-left-color: #f6f6f6 !important;
}

.icon-section img {
max-height: 120px;
margin: 0 auto;
margin-bottom: 25px !important;
}

.footer-padding {
clear:both;
overflow:hidden;
padding: 60px 30px 0;
}

.flex-direction-nav {
display: block;
}

.metaslider .flexslider .flex-direction-nav li a {
width: 45px !important;
height: 45px !important;
background-size: cover;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

.metaslider .flexslider .flex-direction-nav li a.flex-prev {
background-image: url('https://union-fasteners.com/wp-content/uploads/slide-arrow-prev.png');
opacity: 0.8;
left: 5px;
}

.metaslider .flexslider .flex-direction-nav li a.flex-next {
background-image: url('https://union-fasteners.com/wp-content/uploads/slide-arrow-next.png');
opacity: 0.8;
right: 5px;
}

#responsive-menu-container #responsive-menu-wrapper, #responsive-menu-container #responsive-menu li.responsive-menu-item a, #responsive-menu-container #responsive-menu li.responsive-menu-item a:hover {
background: transparent !important;
}

.container .content ul, .container .content section ul {
list-style-image: url(https://solutionsrecruitment.co.uk/wp-content/uploads/bullet-1.png);
}

.container .content ul li, .container .content section ul li {
list-style-image: url(https://solutionsrecruitment.co.uk/wp-content/uploads/bullet-1.png);
line-height: 1.8em;
padding-left: 8px;
}

.container .content ul.jobs li {
list-style-image: none !important;
list-style: none !important;
line-height: 1.5em;
padding-left: 0 !important;
margin-bottom: 50px !important;
}

.site-header input[type=search] {
background: transparent  url(https://union-fasteners.com/wp-content/uploads/search-icon.png) no-repeat 9px center;
background-size: contain;
padding-left: 45px;
max-width: 40px;
}

.site-header input[type=search] {
cursor: pointer;    
}

.site-header input[type=search]:focus {
width: 200px !important;
max-width: 200px !important
}

.fasteners h3 {
font-size: 18px
}

.large-icon {
display: block;
clear: both;
font-weight: 700;
font-size: 60px;
line-height: 1.5em;
margin-bottom: 5px;
}

.large-stat {
display: block;
color: #e7472c;
clear: both;
font-weight: 700;
font-size: 85px;
line-height: 1.5em;
}

.three-column .large-stat {
font-size: 115px;
line-height: 1em;
}

.stat-text {
text-transform: uppercase;
letter-spacing: -0.5px;
line-height: 1.2em;
}

.stat-text strong {
display: block;
clear: both;
}

.link-box {
float: left;
width: 48.5%;
padding: 20px 20px;
background: #fff;
box-sizing: border-box;
text-align: center;
letter-spacing: -1.5px;
transition: all 0.4s ease;
display: flex;
flex-wrap: wrap;
height: 240px;
align-items: center;
justify-content: center;
position: relative;
background-size: cover !important;
background-position: 50% 40% !important;
background-repeat: no-repeat;
}

.link-box:nth-child(2n-1) {
margin-right: 3%;
}

.link-box:hover {
background: #211f5e;
}

.link-box h3 {
font-size: 70px;
text-transform: uppercase;
position: absolute;
margin: 0 !important;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
left:0;
right: 0;
}

.link-box:hover h3 {
font-size: 75px;
}

.jobs-box h3 {
color: #e7472c;
}

.people-box h3 {
color: #211f5e;
}

.people-box:hover h3 {
color: #fff;
}

.d-ib {
display: inline-block;
}

.tree-home {
max-width: 380px;
padding-left: 45px;
}

.gs_logo_single {
max-width: 130px;
margin-right: 30px !important;
}

.gs_logo_single img {
max-height: 55px;
}

.site-footer .content {
width: 80%;
}

.site-footer .sidebar {
width: 20%;
}

.site-footer hr {
opacity: 0.5;
}

.footer-columns {
overflow: hidden;
}

.group-logos {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}

.group-logos li {
max-width: 200px;
}

.affiliate-logo {
width: auto;
max-width: 200px;
max-height: 50px;
padding: 0 15px;
box-sizing: border-box;
}

#what-we-do {
margin-bottom: 10px;
}

.mapplic-tooltip-description .address {
margin-bottom: 15px !important;
}

.mapplic-tooltip-description, .mapplic-tooltip p {
color: #211f5e !important;
font-size: 15px !important;
}

.mapplic-tooltip-description a {
color: #e7472c !important;
font-weight: 700;
display: block;
}

.mapplic-tooltip-description a:hover {
color: #211f5e !important
}

.mapplic-tooltip-title {
display: block !important;
font-size: 21px !important;
font-weight: 700 !important;
line-height: 1.2em !important;
}

.mapplic-tooltip-wrap {
padding: 25px !important;
}

.footer-columns li a {
margin-bottom: 6px;
}

.salary, .location {
text-transform: uppercase;
font-weight: 700;
display: block;
}

.salary {
margin-bottom: 6px;
}

.location {
margin-bottom: 15px;
}

.jobs {
display: block !important;
}

.jobs li {
font-size: 15px !important;
}

.cv-box {
padding: 30px;
transition: all 0.4s ease;
}

.submit-cv {
transition: all 0.4s ease;
}

.submit-cv:hover {
background: #211f5e !important;
color: #fff !important;
}

.submit-cv i {
transition: all 0.4s ease;
}

.submit-cv:hover i {
color: #e7472c !important;
}

.submit-cv .cv-box p {
font-size: 18px !important;
}

.site-footer a:hover img {
opacity: 0.7;
}

.lg-boxes li {
background: #f5d4cd;
color: #e7472c;
text-align: center !important;
}

.two-column.lg-boxes li {
min-height: 300px;
}

.four-column.lg-boxes li {
padding: 30px;
}

.lg-boxes li > div {
left: 0;
right: 0;
}

.two-column.lg-boxes li h3 {
color: #211f5e !important;
font-size: 150%;
}

.icon-boxes img {
max-height: 85px;
display: block;
margin: 0 auto;
margin-bottom: 25px;
transition: all 0.4s ease;
}

.icon-columns li {
margin-bottom: 4% !important;
}

.icon-columns li img {
display: block;
max-height: 100px;
margin: 0 auto;
margin-bottom: 30px;
}

.about-testimonial .caption-wrap p {
font-size: 16px !important;
}

.group-logos li:hover img {
opacity: 0.8;
}

.team-tiles li {
padding-bottom: 20%;
background-size: cover !important;
background-position: 50% 25%;
background-repeat: no-repeat;
position: relative;
}

.team-tiles li h3 {
position: absolute;
top: 50%;
left: 0;
right: 0;transform: translateY(-50%);
text-align: center;color: #fff;
}

.team-tiles li:hover .bg-overlay {
background: rgba(0, 0, 0, 0.6);
}

.max-height-logos img {
max-height: 100px;
width: auto !important;
}

.search-filter .search-bar {
width: 100% !important;
}

.search-filter select, .search-filter input {
width: 100%;
clear: both;
display: block;
max-width: none !important;
margin-bottom: 20px !important;
}

.search-filter br {
display: none !important;
}

.search-filter select {
font-family: 'Montserrat', Arial, Helvetica, sans-serif;
font-size: 18px;
-webkit-appearance: none;
-moz-appearance: none;
padding: 16px 16px;
border-radius: 0 !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
color: #3b3b3b;
outline:none;
margin: 0;
background: url(https://solutionsrecruitment.co.uk/wp-content/uploads/dropdown-1.png) no-repeat right #fff;border: 0;
border-left: 1px solid #999;
min-width: 200px;
}

.link-box-overlay {
background: rgba(255,255,255,0.8);
transition: all 0.4s ease;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}

.link-box:hover .link-box-overlay {
background: rgba(33, 31, 94,0.8) !important;
}

/*.pillars-section:before {
    content: "";
    position: absolute;
    top:0px; left: 0;
    background-color:inherit;
    padding-bottom:50%;
	width:50%;
    z-index:-1;
    -webkit-transform-origin:0 0;
    -ms-transform-origin:0 0;
    transform-origin:0 0;
    -webkit-transform: rotate(-30deg) skewX(30deg);;
    -ms-transform: rotate(-30deg) skewX(30deg);
    transform: rotate(-30deg) skewX(30deg);
}

.pillars-section:before {
    content: "";
    position: absolute;
    top:0; right: 0;
    background-color:inherit;
    padding-bottom:50%;
	width:50%;
    z-index:-1;
    -webkit-transform-origin:0 0;
    -ms-transform-origin:0 0;
    transform-origin:0 0;
    -webkit-transform: rotate(-30deg) skewX(30deg);;
    -ms-transform: rotate(-30deg) skewX(30deg);
    transform: rotate(-30deg) skewX(30deg);
}

.pillars-wrapper {
    
}

.pillars-outer {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 205px 32px 205px;
    border-color: transparent transparent transparent transparent;
    position: absolute;
}

.pillars-inner {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 200px 32px 200px;
    border-color: transparent transparent #211f5e transparent;
    margin-left: -200px;
    margin-top: 5px;
    position: absolute;
}*/

.triangle-up {
    width: 200%;
    height: 0;    
    padding-left:50%;
    padding-bottom: 12.5%;
    overflow: hidden;
    box-sizing: border-box;
}
.triangle-up:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: -600px;
    border-left: 600px solid transparent;
    border-right: 600px solid transparent;
    border-bottom: 150px solid #211f5e;
}

.family-section {
margin: 0 45px 45px;
}

#counter br {
display: none;
}

.parent-pageid-1940 #what-we-do {
margin-bottom: 0 !important;
}

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

.all-jobs .job_filters .search_jobs {
padding: 30px;
}

.all-jobs .search_jobs::before {
 content: "Filters";
    color: #fff !important;
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.all-jobs .job_listings .job_filters {
float: left;
background: #211f5e;
width: 30%;
}

.all-jobs .job_listings .job_listings {
float: left;
background: #f6f6f6;
width: 70%;
border: 1px solid #e1e1e1;
box-sizing: border-box;
}

.all-jobs .job_filters .job_types {
background: none;
border-top: none;
}

.all-jobs .search_keywords, .all-jobs .search_location {
width: 100% !important;
float: none !important;
padding: 0 !important;
}

.all-jobs input[type=text] {
padding: 12px;
font-size: 16px;
margin: 0 0 10px 0;
}

.all-jobs .search_submit, .all-jobs .search_categories {
padding-top: 0 !important;
}

.all-jobs .search_submit input {
font-family: 'Montserrat', Arial, Helvetica, sans-serif;
font-weight: 700;
transition: all 0.3s ease;
display: inline-block;
color: #e7472c !important;
border: 2px solid #e7472c;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
line-height: 1;
text-transform: uppercase;
font-size: 16px;
padding: 16px 29px;
background: #e7472c;
color: #fff !important;
border: 2px solid #e7472c;
}


.all-jobs .search_submit input:hover {
background: #fff;
color: #e7472c !important;
border-color: #fff !important;
}

.all-jobs .job_types {
padding: 0 30px 30px 30px;
}

.all-jobs .job_types li {
color: #fff;
border: 0 !important;
}

.all-jobs .job_filters .job_types li {
padding: .5em 1em .5em 0;
}

.all-jobs .select2-container--default .select2-selection--multiple {
border: 0 !important;
background-color: #fff;
border-radius: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
margin: 0 0 10px 0;
}

.all-jobs .select2-container--default .select2-selection--multiple .select2-selection__rendered {
padding: 0 !important;
}

.all-jobs .select2-container--default .select2-search--inline .select2-search__field {
    -webkit-appearance:none;
    border-radius: 0 !important;
    font-size: 16px;
    padding: 12px;
    background: #fff;
}

.all-jobs .select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #e7472c !important;
border: 0 !important;
border-radius: 0 !important;
margin-left: 12px;
text-transform: uppercase;
font-weight: 700;
font-size: 16px;
padding: 8px 10px;
color: #fff;
}

.all-jobs .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
opacity: 0.8;
}

.all-jobs .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: #211f5e !important;
}

.all-jobs .job_filters .showing_jobs {
background: #484848 !important;
border-top: 0 !important;
color: #fff !important;
margin: 0 30px 30px 30px;
padding: 20px !important;
}

.all-jobs .job_filters .showing_jobs a:not(.reset) {
display: none;
}

.all-jobs .job_filters .showing_jobs a.reset {
display: block;
margin-top: 20px;
font-weight: 700;
text-transform: uppercase;
float: none !important;
padding-left: 0 !important;
}

.plain-jobs > div > div > ul > li{
 width: 25%;
float: left;
}

.plain-jobs li a, .plain-jobs div,  .plain-jobs ul {
 width: 100% !important;
    float: none !important;
    clear: both;
    display: block;
    text-align: left !important;
    box-sizing: border-box;
}

.plain-jobs .job_listings {
display: flex;
flex-wrap: wrap;
}

.plain-jobs ul.job_listings li.job_listing a {
padding: 25px !important;
}

.job_listings li a {
background: transparent !important;
}

.company_logo {
display: none !important;
}

.position, .plain-jobs .meta, .plain-jobs .location {
padding-left: 0 !important;
}

.all-jobs .position {
margin-right: 25px;
}

.all-jobs .job_listings {
display: flex;
flex-wrap: wrap;
}

.plain-jobs .date, .all-jobs .date {
font-size: 12px;
}

.position {
margin-bottom: 5px;
}

.location {
font-size: 14px;
color: #211f5e !important;
}

.plain-jobs div.location {
width: auto !important;
display: inline-block !important;
}

.all-jobs .location {
margin-right: 30px;
padding-left: 0 !important;
}

.location::before {
content: '\f3c5';
font-family: 'Font Awesome 5 Pro';
font-weight: 400;
padding-right: 6px;
}

.meta {
color: #211f5e !important;
font-size: 14px;
margin: 0 0 10px 0 !important;
font-weight: 700;
transition: all 0.4s ease;
}

.meta, .meta li {
list-style: none !important;
list-style-image: none !important;
}

#jmfe-wrap-salary_min, #jmfe-custom-salary_max {
display: inline-block;
width: auto !important;
}

#jmfe-wrap-rate_min, #jmfe-custom-rate_max {
display: inline-block;
width: auto !important;
}

#jmfe-wrap-salary_min::before, #jmfe-wrap-rate_min::before {
content: '\f0d6';
font-family: 'Font Awesome 5 Pro';
font-weight: 400;
padding-right: 10px;
}

#jmfe-custom-salary_max::before, #jmfe-custom-rate_max::before {
content: '-';
padding: 0 6px;
}

.listing-desc {
font-size: 14px;
color: #211f5e;
display: block;
clear: both;
}

.job_listings .date {
display: none !important;
}

.job-type {
display: inline-block;
text-transform: uppercase;
font-size: 13px;
font-weight: 700;
line-height: 1.2em;
padding: 8px 10px;
display: inline-block !important;
margin-left: 0;
margin-right: 15px;
transition: all 0.4s ease;
}

.all-jobs .job_listings .job-type {
margin-right: 30px;
}

.job-type.full-time, .job-type.permanent {
background: #e7472c !important;
border: 2px solid #e7472c;
color: #fff;
}

.job-type.part-time, .job-type.temporary {
background: transparent !important;
border: 2px solid #e7472c;
color: #e7472c;
}

.plain-jobs .job_listings li {
border-right: 1px solid rgba(0,0,0,0.1);
box-sizing: border-box 
}

.white-bg.plain-jobs .job_listings li {
background: #e7472c;
transition: all 0.4s ease;
}

.white-bg.plain-jobs .job_listings li h3, .white-bg.plain-jobs .job_listings li .listing-desc {
color: #fff !important;
}

.white-bg.plain-jobs .job_listings li:hover, .white-bg.plain-jobs .job_listings li a:hover {
background: #3b3b3b;
}

.white-bg.plain-jobs .job_listings li:hover .location, .white-bg.plain-jobs .job_listings li:hover h3, .white-bg.plain-jobs .job_listings li a:hover h3, .white-bg.plain-jobs .job_listings li:hover .listing-desc, .white-bg.plain-jobs .job_listings li:hover .meta{
color: #fff !important;
}

.white-bg.plain-jobs .job_listings li .job-type.full-time, .white-bg.plain-jobs .job_listings li .job-type.permanent, .grey-bg.plain-jobs .job_listings li a .job-type.full-time, .grey-bg.plain-jobs .job_listings li a .job-type.permanent {
background: #3b3b3b !important;
border-color: #3b3b3b !important;
}

.white-bg.plain-jobs .job_listings li .job-type.part-time, .white-bg.plain-jobs .job_listings li a .job-type.part-time, .white-bg.plain-jobs .job_listings li .job-type.temporary, .white-bg.plain-jobs .job_listings li a .job-type.temporary {
background: transparent !important;
color: #3b3b3b !important;
border-color: #3b3b3b !important;
}

.white-bg.plain-jobs .job_listings li:hover .job-type.full-time, .white-bg.plain-jobs .job_listings li a:hover .job-type.full-time, .white-bg.plain-jobs .job_listings li:hover .job-type.permanent, .white-bg.plain-jobs .job_listings li a:hover .job-type.permanent {
background: #e7472c !important;
border-color: #e7472c !important;
}

.white-bg.plain-jobs .job_listings li:hover .job-type.part-time, .white-bg.plain-jobs .job_listings li a:hover .job-type.part-time, .white-bg.plain-jobs .job_listings li:hover .job-type.temporary, .white-bg.plain-jobs .job_listings li a:hover .job-type.temporary {
background: transparent !important;
color: #e7472c !important;
border-color: #e7472c !important;
}

.grey-bg.plain-jobs .job_listings li {
background: #fff;
transition: all 0.4s ease;
}

.grey-bg.plain-jobs .job_listings li:hover, .grey-bg.plain-jobs .job_listings li a:hover {
background: #e7472c;
}

.grey-bg.plain-jobs .job_listings li:hover h3, .grey-bg.plain-jobs .job_listings li a:hover h3, .grey-bg.plain-jobs .job_listings li:hover .listing-desc, .grey-bg.plain-jobs .job_listings li:hover .meta{
color: #fff !important;
}

.grey-bg.plain-jobs .job_listings li:hover .job-type.full-time, .grey-bg.plain-jobs .job_listings li a:hover .job-type.full-time, .grey-bg.plain-jobs .job_listings li:hover .job-type.permanent, .grey-bg.plain-jobs .job_listings li a:hover .job-type.permanent {
background: #211f5e !important;
border-color: #211f5e !important;
}

.grey-bg.plain-jobs .job_listings li:hover .job-type.part-time, .grey-bg.plain-jobs .job_listings li a:hover .job-type.part-time,.grey-bg.plain-jobs .job_listings li:hover .job-type.temporary, .grey-bg.plain-jobs .job_listings li a:hover .job-type.temporary {
background: transparent !important;
color: #211f5e !important;
border-color: #211f5e !important;
}

.all-jobs .position, .all-jobs .location {
width: auto !important;
float: none !important;
display: inline-block !important;
}

.all-jobs .meta {
display: inline-block !important;
float: none !important;
width: auto !important;
padding-left: 0 !important;
}

.all-jobs ul.job_listings li.job_listing {
border-color: #e1e1e1 !important;
transition: all 0.4s ease;
}

.all-jobs ul.job_listings li.job_listing:hover {
background: #fff;
}

.single_job_listing .meta {
margin-bottom: 1.5em !important;
}

.single_job_listing .meta li {
float: none !important;
display: inline-block;
}

.single_job_listing .meta, .single_job_listing .meta li {
font-size: 16px !important;
}

.single_job_listing .meta li.job-type {
padding: 10px 15px !important;
line-height: 1.2em !important;
}

.single_job_listing .meta li.date-posted {
margin-left: 20px !important;
}

.single_job_listing .meta .date-posted {
color: #211f5e !important;
}

.single_job_listing .location, .single_job_listing .location a {
color: #211f5e !important;
}

.single_job_listing .location::before {
transition: all 0.4s ease;
}

.single_job_listing .location:hover, .single_job_listing .location:hover a {
color: #e7472c !important;
}

.single_job_listing .meta .date-posted:before {
padding-right: 6px;
}

.single_job_listing .application .application_button {
background: #e7472c;
color: #fff !important;
border: 2px solid #e7472c;
font-size: 16px;
padding: 16px 29px;
cursor: pointer
}

.single_job_listing .application .application_button:hover {
background: transparent;
color: #e7472c !important;
border-color: #e7472c !important;
}

.job-manager-form fieldset input.input-date, .job-manager-form fieldset input.input-text, .job-manager-form fieldset select, .job-manager-form fieldset textarea {
padding: 12px;
font-size: 15px;
}

.wp_job_manager_send_application_button {
background: #e7472c;
color: #fff !important;
border: 2px solid #e7472c;
font-size: 16px;
padding: 16px 29px;
cursor: pointer;
}

.wp_job_manager_send_application_button:hover {
background: transparent;
color: #e7472c !important;
border-color: #e7472c !important;
}

.single_job_listing .meta li::before, .single_job_listing .meta #jmfe-wrap-salary_min::before {
color: #e7472c !important;
}

.sidebar .plain-jobs ul.job_listings {
border-top: 0 !important;
border-bottom: 0 !important;
}

.sidebar .plain-jobs ul.job_listings li.job_listing {
border-bottom: 1px solid #e1e1e1;
background: transparent !important;
}

.sidebar .plain-jobs ul.job_listings li.job_listing a {
background: transparent !important;
}

.sidebar .plain-jobs ul.job_listings li.job_listing:last-of-type {
border-bottom: 0;
}

.sidebar .plain-jobs ul.job_listings li.job_listing a {
padding: 25px 0 !important;
}

.job-team-member {
overflow: hidden;
}

.job-team-member-image {
float: left;
width: 25%;
}

.job-team-member-container {
float: left;
width: 75%;
box-sizing: border-box;
padding-left: 20px;
}

.job-team-member-name, .job-team-member-name h3 {
font-size: 21px;
}

.job-team-member-title, .job-team-member-title a {
color: #3b3b3b !important;
font-size: 16px;
}

.return-button {
font-size: 15px;
color: #999 !important;
display: block;
margin-bottom: 10px;
}

.return-button:hover {
color: #3b3b3b !important;
}

#content_news {
display: flex;
flex-wrap: wrap;
justify-content: center;
}

@media only screen and (min-width:901px) {
.contentRow {
display: block;
width: 31.5%;
margin-right: 2.75%;
margin-bottom: 2.75%;
}
.contentRow:nth-of-type(3n) {
margin-right: 0 !important;
}
.contentRow:nth-of-type(3n+1) {
clear:left;
}
}

@media only screen and (min-width:601px) and (max-width:900px) {
.contentRow {
display: block;
width: 48.5%;
margin-right: 3%;
margin-bottom: 3%;
}
.contentRow:nth-of-type(2n) {
margin-right: 0 !important;
}
.contentRow:nth-of-type(2n+1) {
clear: left;
}
}

@media only screen and (max-width:600px) {
.contentRow {
display: block;
width: 100%;
margin-bottom: 25px;
}
}

.contentRow .iframely-embed {
width: 100%;
margin: 0 auto;
}

.contentRow h2 {
text-transform: none !important;
}

.twentyone-posts li:nth-of-type(2n-1) .title {
background: #a73439;
color: #fff;
}

.twentyone-posts li:nth-of-type(2n-1) .title a {
color: #fff;
}

.twentyone-posts li:nth-of-type(2n) .title {
background: #e7c033;
color: #fff;
}

.twentyone-posts li:nth-of-type(2n) .title a {
color: #4a4a49;
}

.twentyone-posts .rss_item {
width: 29.3334% !important;
float: left;
box-sizing: border-box;
}

.twentyone-posts .rss_content {
font-size: 18px;
}

.twentyone-posts .rss_content p {
font-size: 14px !important;
}

.twentyone-posts .rss_content small {
margin-bottom: 20px;
font-style: normal !important;
}

.twentyone-posts .rss_item .title {
display: block;
min-height: 350px;
box-sizing: border-box;
padding: 45px 30px;
margin-bottom: 20px;
}

.twentyone-posts .rss_item:nth-of-type(1), .twentyone-posts .rss_item:nth-of-type(2) {
width: 46% !important;
float: left;
box-sizing: border-box;
}

@media only screen and (min-width:1201px) {
.twentyone-posts li:nth-of-type(1) .title, .twentyone-posts li:nth-of-type(2) .title {
font-size: 30px;
}
}

@media only screen and (max-width:1200px) {
.twentyone-posts .rss_item {
width: 46% !important;
}
.twentyone-posts .rss_item .title { 
font-size:30px;
}
}

@media only screen and (max-width:991px) {
.twentyone-posts .rss_item, .twentyone-posts .rss_item:nth-of-type(1), .twentyone-posts .rss_item:nth-of-type(2) {
width: 100% !important;
margin-left:0 !important;
margin-right:0 !important;
}
.twentyone-posts .rss_item .title {
min-height: 200px !important;
padding: 30px !important;
font-size: 21px !important;
}
}

.shadow-boxes {
padding: 30px;
}

.shadow-boxes li {
box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.rss_item {
border-bottom: 0 !important; 
}

#hive .rss_item {
float: left;
width: 29.3334%;
background: #fff;
padding: 0 !important;
}

@media only screen and (max-width:1024px) {
#hive .rss_item {
width: 46% !important;
}
.contentRow .iframely-embed {
width: 48.5% !important;
}
}

@media only screen and (max-width:767px) {
#hive .rss_item {
width: 100% !important;
margin-left:0 !important;
margin-right:0 !important;
margin-bottom: 25px !important;
}
.contentRow .iframely-embed {
width: 100% !important;
}
}

#hive .rss_item:nth-of-type(3n+1) {
clear:left;
}

#hive .rss_content {
font-size: 14px;
}

#hive .rss_content small {
margin: 0 0 15px 0;
display: block;
}

#hive .rss_image {
width: 100% !important;
height: auto !important;
padding-bottom: 62.5%;
margin: 0 !important;
}

#hive .title {
padding: 30px 30px 10px 30px;
overflow: hidden;
display: block;
}

#hive .title a {
color: #1f2d3d;
}

#hive .rss_content {
padding: 0 30px 30px 30px;
}

.flex-container {
display: flex !important;
flex-wrap: wrap !important;
}

.jobs-submit > div > .job_listings {
width: 75% !important;
float: left !important;
clear: none !important;
margin-bottom: 0 !important;
}

.jobs-submit .submit-cv {
width: 25% !important;
float: left !important;
clear: none !important;
}

.plain-jobs.jobs-submit > div > div > ul > li {
width: 33.3334% !important;
}

.load_more_jobs {
display: none !important;
}

.talent-logo {
float: right;
font-weight: 700;
font-size: 18px;
}

.talent-logo span {
max-height: 45px;
padding-top: px;
display: inline-block;
vertical-align: middle;
}

.talent-logo img {
max-height: 45px;
display: inline-block;
padding: 0 10px;
vertical-align: middle;
}

.notification {
background: #f6f6f6;
background: rgba(231, 71, 44,0.25);
padding: 20px;
font-size: 13px;
margin-bottom: 30px;
}

.notification .button {
float: right;
font-size: 14px;
padding: 13px 20px;
}

.notification .button:hover {
background: #e7472c !important;
color: #fff !important;
}

.notification span {
font-weight: 700;
}

.acceptance {
font-size: 16px !important;
padding-left: 12px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
background: #e7472c !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
background: #e7472c !important;
}

.select2-container--default .select2-results ul li {
font-size: 16px;
padding: 12px;
}

fieldset {
border: 0;
border-bottom: 1px solid #d7d7d7;
margin: 0 0 20px 0;
padding: 0 0 20px 0;
}

fieldset:last-of-type {
border-bottom: 0;
margin: 0;
padding: 0;
}

ul.job-listings {
border-top: 0 !important;
}

.header-phone i {
font-size: 23px;
color: #e7472c;
margin-top: 13px;
margin-right: 50px;
float: right;
transition: all 0.4s ease;
}

.header-phone:hover i {
color: #3b3b3b;
}

.testimonials {
padding: 30px 0;
}

section.section .mapplic-element {
overflow: initial !important;
}

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

.footer-navigation ul li {
padding-bottom: 10px;	
}

/* 11.0 - Responsive */

@media only screen and (min-width:2100px) {
.illustration-content-container {
padding: 80px 30px 90px;
}
.banner {
height: 525px !important;
padding-bottom: 0 !important;
}
.blog-banner-image {
min-height: 525px;
}
.banner-cont, .slides {
}
}

@media only screen and (min-width:1865px) and (max-width:2099px) {
.banner {
height: 450px !important;
padding-bottom: 0 !important;
}
.blog-banner-image {
min-height: 750px;
}
.illustration-content-container {
padding: 60px 30px 70px;
}
}

@media only screen and (min-width:1865px) {
.banner-overlay {
max-width: 700px !important;
}
.banner-overlay.search-bo {
max-width: 750px;
}
.half-image {
min-height: 700px !important;
}
}

@media only screen and (min-width:1601px) and (max-width:1864px) {
.banner-overlay {
max-width: 700px;
}
.banner-overlay.search-bo {
max-width: 650px;
}
.illustration-content-container {
padding: 50px 30px 60px;
}
}

@media only screen and (min-width:1601px) and (max-width:2099px) {
.banner-cont, .slides {
}
}

@media only screen and (min-width:1601px) {
.banner-title {
font-size: 90px;
}
}

@media only screen and (max-width:1600px) {
.illustration-content-container {
padding: 40px 30px 50px;
}
}

@media only screen and (min-width:1301px) {
.home .banner-overlay {
margin: 0 auto;
right: 60px;
}
}

@media only screen and (max-width:1300px) {
.banner-overlay {
top: 45px !important;
left: 45px !important;
}
.banner-overlay.search-bo {
right: 45px !important;
top: 30% !important;
}
}

@media only screen and (min-width:1201px) {
.flex-control-nav {
right: 45px !important;
bottom: 45px !important;
}
.avg-claim h2 {
padding-top: 8%;
}
}

@media only screen and (min-width:501px) and (max-width:1200px) {
.flex-control-nav {
right: 30px !important;
bottom: 30px !important;
}
}

@media only screen and (max-width:1200px) {
    .about-testimonial .caption-wrap {
       right: 0 !important;
    }
    .about-testimonial.testimonials .slides li img {
       width: 65% !important
    }
}

@media only screen and (max-width:1100px) {
.results-main, .events-main {
padding-top: 60px !important;
}
.disclaimer {
text-align: left !important;
float: left !important;
padding-top: 15px !important;
}
}

@media only screen and (max-width:1090px) {
.video-side.middle {
position: relative;
top: 0 !important;
transform: none !important;
}
}

@media only screen and (min-width:1051px) and (max-width:1250px) {
.navigation ul li a {
font-size: 15px !important;
}
.navigation .sub-menu a {
padding: 6px 12px !important;
}
.site-logo img {
max-width: 240px;	
}
}

@media only screen and (min-width:1024px) {
.home .banner-overlay {
margin: 0 auto;
}
.home .bo-container {
text-align: center;
}
.banner-cta {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: transparent !important;
}
.banner-cta .section-container {
padding: 45px !important
}
.banner-cta .large-title {
font-size: 30px;
margin-bottom: 25px !important;
}
.banner-cta .standard {
max-width: 900px;
}
.banner-cta .link-box {
height: 180px;
}
.banner-cta .link-box-overlay {
background: rgb(231, 71, 44);
background: rgba(231, 71, 44,0.8);
}
.banner-cta .link-box h3 {
font-size: 42px;
}
.banner-cta .link-box h3::after {
content: "";
margin-left: 5px;
display: inline-block;
width: 36px;
height: 36px;
vertical-align: middle;
transform: translateY(-3px);
background: #211f5e;
-webkit-mask: url('./images/chevron.svg') center/contain no-repeat;
mask: url('./images/chevron.svg') center/contain no-repeat;
transition: background .3s ease;
}
.banner-cta .link-box:not(.people-box) h3 {
color: #fff;
}
.banner-cta .link-box:not(.people-box) h3::after {
background: #fff;
}
.banner-cta .link-box:hover h3 {
font-size: 50px;
}
.banner-cta .link-box:hover h3::after {
background: #fff;
}
}

@media only screen and (min-width:1024px) and (max-width:1300px) {
.home .banner-overlay {
right: 45px;
}
.banner-cta .section-container {
padding: 30px !important
}
}

@media only screen and (max-width:1023px) {
.video-banner {
max-height: none !important;
}
.jobs-submit > div > .job_listings {
width: 100% !important;
float: none !important;
clear: both !important;
}
.jobs-submit .submit-cv {
width: 100% !important;
float: none !important;
clear: both !important;
}
.plain-jobs.jobs-submit > div > div > ul > li {
width: 100% !important;
}
}

@media only screen and (min-width:961px) and (max-width:1050px) {
.navigation ul li a {
font-size: 14px !important;
margin: 0 12px !important;
}
.navigation .sub-menu a {
padding: 6px 12px !important;
}
}

@media only screen and (min-width:961px) and (max-width:1194px) {
.site-header-right {
padding-top: 0 !important;
}
.search-container {
margin-bottom: 0 !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 (min-width:981px) and (max-width:1200px) {
	.site-header-right {
	font-size: 19px !important;
	}
}

@media only screen and (min-width:981px) and (max-width:1060px) {
.contact-info {
padding-top: 9px !important;
font-size: 16px !important;
}
}

@media only screen and (min-width:981px) {
.header-phone {
display: none;
}
}

@media only screen and (max-width:980px) {
.header-phone {
display: block;
}
.navigation, .site-header-right {
display:none;
}
.site-header-container {
padding: 10px 20px !important;
}
.site-logo {
margin: 5px 0 !important;	
}
.site-logo, .site-logo img, .logo-dark {
max-width: 180px;
}
}

@media only screen and (max-width:973px) {
.footer-signup-box h3 {
padding-top: 0 !important;
}
}

@media only screen and (max-width:960px) {
.about-testimonial .metaslider .caption-wrap {
width: 90% !important;
max-width: 100% !important;
position: relative !important;
transform:  translateY(-15%) !important;
-webkit-transform: translateY(-15%)  !important;
-moz-transform:  translateY(-15%) !important;
box-sizing: border-box !important;
}
.about-testimonial.testimonials .slides li img {
width: 100% !important;
max-width: 100% !important;
position: relative !important;
transform: none !important;
-webkit-transform: none !important;
-moz-transform: none !important;
box-sizing: border-box !important;
}
	.caption-wrap p {
	font-size: 18px !important;
	}
.illustration-content, .illustration-sidebar {
width: 100% !important;
}
.content, .sidebar {
width: 100% !important;
}
.sidebar-container {
overflow: hidden;
padding-top: 45px;
padding-bottom: 45px;
}
.main {
padding: 0 !important;
}
.blog-container, .content-container {
padding: 30px 30px 30px 30px;
}
.home-intro {
padding-top: 30px !important;
}
.smalltitle, .bantitle {
font-size: 23px !important;
line-height: 26px !important;
}
#responsive-menu a::before {
padding-right: 15px !important;
clear: none !important;
display: inline-block !important;
padding-top: 6px !important;
text-align: left !important;
}
.blog-content, .sidebar, .single .content {
width: 100% !important;
}
.main {
padding: 0 !important;
}
}

@media only screen and (max-width:700px) {
.talent-logo {
float: none !important;
font-size: 12px !important;
clear: both;
padding-top: 30px;
display: block;
overflow: hidden;
position: relative;
}
.talent-logo img {
max-height: 25px !important;
}
.page-story-image {
width: 100%;
margin-bottom: 20px;
}
.blog .post, .category .post, .author .post, .archive .post, .category .post {
width: 100% !important;
}
}


@media only screen and (min-width:981px) and (max-width:1200px) {
.site-logo img, .logo-dark {
max-width: 260px !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) {
#what-we-do .half-image {
border-left: 10px solid #fff;
}
#what-we-do .half-image.half-left {
border-left: 0 !important;
}
#what-we-do .half-text.half-right {
border-right: 10px solid #fff;
}
.jobs-page .third {
min-height: 322px;	
}
.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;
}
.three-column li:nth-last-of-type(n+4), .third:nth-last-of-type(n+4), .story:nth-last-of-type(n+4) { 
margin-bottom: 2%;
}
.half-left .middle {
margin-right: 50%;
}
.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;
}
.active.site-header {
position: fixed !important;
right: 0;
left: 0;
}
.active .site-header-container {
padding: 0 30px;
}
.active .site-logo {
margin-top: 18px !important;
}
.active .site-logo img {
max-width: 225px !important;
}
.active .navigation {
margin-top: 0 !important;
}
.active .navigation ul.menu > li > a {
padding: 37.5px 0 !important;
}
.active.site-header + .container {
padding-top: 107px !important;
}
}

@media screen and (max-width:900px) {
.all-jobs .job_listings .job_filters, .all-jobs .job_listings .job_listings {
width: 100% !important;
}
#what-we-do .half-image {
border-top: 10px solid #fff;
}
.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: 350px !important; 
background-position-y: 38%;
}
.half-text {
width: 100% !important;
display: block;
max-width: 800px;
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: 15px;
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;
}
}

@media only screen and (min-width:1028px) and (max-width:1300px) {
.banner-title {
font-size: 62px !important;
}
}

@media only screen and (min-width:831px) and (max-width:1027px) {
.banner-title {
font-size: 55px !important;
}
}

@media only screen and (min-width:1025px) {
.four-column > li:nth-child(4n) {
margin-right: 0;
}
.team li {
}
}

@media only screen and (min-width:801px) and (max-width:1024px) {
.four-column > li {
width: 32%;
margin-right: 2%;
margin-bottom: 2%;
}
.four-column > li:nth-child(3n) {
margin-right: 0;
}
.team li {
width: 33.3334% !important;
}
}

@media only screen and (min-width:801px) {
.four-pillars {
margin-bottom: 2%;
}
}

@media only screen and (min-width:501px) and (max-width:800px) {
	.four-pillars {
	margin-bottom: 3% !important;
	}
.four-column > li {
width: 48.5%;
margin-right: 3%;
margin-bottom: 3%;
}
.four-column > li:nth-child(2n) {
margin-right: 0;
}
.team li {
width: 50% !important;
}
.four-col li {
width: 50%;
}
.four-col li:nth-of-type(2n+1) {
clear: left;
}
}


@media only screen and (max-width:500px) {
	.four-pillars {
	margin-bottom: 35px !important;
	}
.four-column > li, .four-col li {
width: 100%;
margin-right: 0 !important;
margin-bottom: 35px;
}
.four-column > li:last-of-type, .four-col li:last-of-type {
margin-bottom: 0 !important;
}
.team li {
width: 50% !important;
}
}

@media only screen and (max-width:800px) {
.step-banner {
padding: 30px !important;
}
.site-header {
border-bottom-width: 2px !important;
}
h5 {
font-size: 17px;
}
.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) {
.avg-claim h2 {
font-size: 40px !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:761px) and (max-width:960px) {
.site-header-right {
padding-right: 50px;
}
.search-container {
margin-bottom: 0 !important;
}
.site-header-right {
padding-top: 0 !important;
}
}

@media only screen and (max-width:760px) {
.site-header-right {
display: none;
}
}

@media only screen and (min-width:751px) {
.result:nth-of-type(3n+1) {
clear:left;
}
}

@media only screen and (max-width:750px) {
.banner-button {
font-size: 18px !important;
padding: 18px 25px !important;
margin-bottom: 15px !important;
margin-right: 8px !important;
}
.banner-button .sub-button {
font-size: 15px !important;
}
.divided-half {
width: 100%;
padding-right: 0 !important;
padding-left: 0 !important;
border-right: 0 !important;
}
.divided-half:first-of-type {
padding-bottom: 30px;
}
.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:651px) and (max-width:900px) {
.tree-home {
max-width: 300px;
}
}

@media only screen and (min-width:701px) {
.home .map-side, .map-section .map-side {
float: left;
width: 32%
}
.home .mapplic-element, .map-section .mapplic-element {
float: right;
width: 62%
}
.enquiry-text {
max-width: 64%;
}
.right-button {
position: absolute;
right: 40px;
top: 50%;
transform: translateY(-50%);
}
}

@media only screen and (max-width:700px) {
.map-side.middle {
position: relative !important;
top: 0 !important;
transform: none !important;
display: block !important;
clear: both !important;
}
.enquiry-text {
margin-bottom: 20px !important;
display: block;
position: relative
}
.image-links li {
padding-bottom: 60%;
}
.blog-container, .content-container {
padding: 30px 30px !important;
}
.home-intro {
padding-top: 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: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), .half-column:nth-of-type(2n) {
margin-right: 0;
}
.two-column > li:nth-last-of-type(n+3), .half-column:nth-last-of-type(n+3) { 
margin-bottom: 3%;
}
}

@media screen and (max-width:650px){
.metaslider .caption-wrap {
position: relative !important;
width: 90% !important;
box-sizing: border-box;
right: 0 !important;
padding: 25px !important;
top: 0 !important;
transform: translateY(-15%) !important;
-webkit-transform: translateY(-15%) !important;
-ms-transform: translateY(-15%) !important;
}
.testimonials .slides li img {
width: 100% !important;
}
.family-section {
margin: 0 30px 30px;
}
.tree-home {
max-width: 200px;
float: none !important;
margin-bottom: 20px !important;
padding: 0 !important;
}
.site-logo, .site-logo img, .logo-dark {
max-width: 140px;
}
.site-logo {
margin-top: 5px !important;
}
.banner-overlay {
left: 20px !important;
top: 20px !important;
max-width: 70%;
}
.link-box {
width: 100% !important;
margin-right: 0 !important;
height: 180px;
}
.jobs-box {
margin-bottom: 25px !important;
}
.accordion-title {
font-size: 21px !important;
}
.accordion-content {
padding: 30px 30px 60px 30px !important;
}
.site-footer-container {
margin-left: 0 !important;
margin-bottom: 45px;
}
.initial-inputs input {
width: 100% !important;
}
.counter {
font-size: 65px !important;
}
.two-column li, .half-column { 
width: 100% !important;
margin-right: 0 !important;
}
.two-column > li:nth-last-of-type(n+2), .half-column:nth-last-of-type(n+2) { 
margin-bottom: 30px;
}
.column-border .two-column li {
border-bottom: 1px solid #e7e7e7;
padding-bottom: 30px;
}
.column-border .two-column li:last-of-type {
border-bottom: 0 !important;
padding-bottom: 0 !important;
}
.support-services img {
max-width: 60px !important;
margin-bottom: 10px !important;
}
.narrow-container {
width: 100% !important;
}
.extra-padding {
padding: 40px 25px !important;
}
.padding {
padding: 30px 30px !important;
}
}

@media only screen and (min-width:621px) and (max-width:830px) {
.banner-title {
font-size: 46px;
padding-bottom: 0;
}
.banner-text {
font-size: 18px;
}
}

@media only screen and (max-width:620px) {
.banner-title {
font-size: 36px;
padding-bottom: 0;
}
.banner-text {
font-size: 16px !important;
display: block;
line-height: 1.25em;
margin-top: 5px;
}
.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 (min-width:601px) {
.team-section .section-container {
padding-left: 0 !important;
padding-right: 0 !important;
padding-bottom: 0 !important;
}
}

@media only screen and (min-width:601px) and (max-width:960px) {
.plain-jobs > div > div > ul > li {
width: 50% !important;
}
}

@media only screen and (max-width:600px) {
.plain-jobs > div > div > ul > li {
width: 100% !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;
}
#fc1, #fc2, #fc3, #fc4 {
width: 100% !important;
margin-right: 0 !important;
}
#fc2, #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: 14px !important;
}
.wpcf7-submit {
margin-top: 10px !important;
}
.section-container {
padding: 30px;
}
.team-section .section-container {
padding-left: 0 !important;
padding-right: 0 !important;
}
.team-section .section-container .large-title, .team-section .section-container p { 
padding-left: 25px;
padding-right: 25px;
}
.help-padding {
padding: 20px 20px;
}
.illustration-content-container {
padding: 30px 30px !important;
}
body, .stories li span, .wpcf7 input, .wpcf7 textarea {
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-title {
margin-bottom: 0;
}
.flex-control-nav {
right: 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:nth-last-of-type(n+3), .third:nth-last-of-type(n+3), .story:nth-last-of-type(n+3) { 
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) {
.container .half-padding a {
float: none !important;
clear: both !important;
display: block !important;
padding: 5px 0;
}
.iip-logo {
float: none !important;
padding: 0 0 15px 0 !important;
}
.spacer-hide {
display: none !important;
}
.copyright {
display: block;
}
.reg-address {
padding-top: 15px !important;
}
.medium-button {
font-size: 13px;
padding: 11px 18px;
}
.large-button {
font-size: 17px !important;
padding: 14px 20px !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;
}
.help-menu li .large-everyday-icon {
float: left;
font-size: 30px;
padding-bottom: 0;
padding-right: 15px;
margin-top: -2px;
}
}

@media only screen and (min-width:512px) {
.social-links {
max-width: 210px !important;
}
.social-links li:nth-child(4n) {
margin-right: 0;
}
}

@media only screen and (min-width:511px) and (max-width:1285px) {
.single-image {
padding-bottom: 55% !important;
}
}

@media only screen and (min-width:511px) and (max-width:1150px) {
.banner {
height: 40vh
}
}

@media only screen and (min-width:511px) and (max-width:960px) {
.link-box h3 {
font-size: 35px !important;
}
.link-box:hover h3 {
font-size: 42px !important;
}
}


@media only screen and (min-width:651px) and (max-width:1150px) {
.caption-wrap {
right: 0;
left: auto !important;
top: 50%;
bottom: auto !important;
width: 50% !important;
max-width: 450px;
}
}

@media only screen and (min-width:511px) {
.single .banner-image {
min-height: 450px;
}
}

@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: 75% !important;
}
.left-gradient {
right: 0 !important;
}
.post-overlay {
opacity: 0;
}
h1, .large-title, .single-events h1 {
font-size: 25px !important;
}
h2, .medium-title {
font-size: 21px !important;
}
h3 {
font-size: 18px !important;
}
.link-box h3 {
font-size: 30px !important;
}
.single h3 {
font-size: 16px !important;
}
h4 {
font-size: 16px !important;
}
.about-testimonial h4.white {
font-size: 14px !important;
}
.intro p {
text-align: left !important;
}
.banner {
height: 300px;
}
.banner-title {
margin-top: 0;
font-size: 34px !important;
}
#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:1600px) {
.banner-cont, .slides {
}
}

@media only screen and (min-width:501px) and (max-width:754px) {
h1, .large-title, .single-events h1 {
font-size: 30px;
}
.single h1 {
font-size: 30px !important;
}
.single h3 {
font-size: 18px !important;
}
}

@media only screen and (min-width:501px) and (max-width:750px) {
.help-menu li .large-everyday-icon {
font-size: 45px;
}
.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 (min-width:501px) {
.union-ul {
column-count: 2 !important;
}
}

@media only screen and (max-width:500px) {
.union-ul {
column-count: 1 !important;
}
.cta-section .center-button-container {
margin-bottom: 20px;
}
.step-banner-container {
width: 100% !important;
margin-bottom: 20px;
}
.step-banner-image {
max-height: 210px;
padding-right: 0 !important;
}
.step-banner .banner-overlay {
position: relative !important;
width: 100% !important;
top: 0 !important;
transform: none !important;
padding-right: 0 !important;
}
.step-banner .banner-title {
font-size: 175% !important;
max-width: 90%;
margin: 0 auto;
}
.step-banner .banner-overlay .bo-container {
text-align: center !important;
}
.story, .other-event {
width: 100%;
margin-right: 0%;
margin-bottom: 30px;
}
.single .blog-date {
font-size: 15px;
}
.single .date {
font-size: 14px !important;
}
.video-wrapper {
}
.banner-cont, .banner-slider, .metaslider, #metaslider_container_45, .flexslider, .slides, .slides li, .slides li img {
}
.banner-cont-image {
height: 50vh;
width: auto;
margin-left: -56%;
}
.slides li img {
}
.site-logo {
left: 10px !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: 140px !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) {
.mapplic-container {
max-height: 300px !important;
}
.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;
}
.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) {
.illustration-sidebar {
min-height: 90px !important;
}
.slides li img {
}
.five-column li {
width: 100% !important;
margin-right: 0 !important;
margin-bottom: 15px;
}
}

@media only screen and (min-width:341px) and (max-width:424px) {
.image-left {
padding-top: 420px !important;
}
}

@media only screen and (max-width:340px) {
.counter {
font-size: 50px !important;
}
.first-cta-button {
margin-right: 0 !important;
margin-bottom: 8px;
}
.spaced-uppercase {
font-size: 11px !important;
}
.banner-title {
font-size: 30px !important;
}
.image-left {
padding-top: 450px !important;
}
}

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

.li:hover .post-image {
opacity: 0.9;
}

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

.result:hover .custom-post-image, .other-event:hover .custom-post-image {
opacity: 0.7 !important;
}