/*
 Theme Name:   Macks Solicitors Theme
 Theme URI: https://innercitydigital.co.uk
 Author: Inner City Digital
 Author URI:   https://innercitydigital.co.uk
 Template:     macks-solicitors
 Version:      1.0.0
*/

body {
	font-family: 'Spartan';
	overflow-x:hidden;
	max-width:100%;
}

.sub-career-img {
    background-color: whitesmoke;
    min-height: 640px;
    width: 100%;
    background-size: cover;
    background-position: center;	
}

.gform_confirmation_message_1 gform_confirmation_message {
    text-align: center;
    font-size: 1.3em;
    color: #19479d;
}

#career-contacts {
	display:flex;
}

#reviewPanel {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: white;
    max-height: 90%;
    max-width: 90%;
    margin: auto;
    width: 340px;
    height: 150px;
    padding: 35px;
    z-index: 200;
    text-align: center;
    border-radius: 4px;
	opacity:0;
	visibility:hidden;
}

.review-active #reviewPanel {
	visibility:visible;
	opacity:1;
}

#reviewPanel h5 {
    font-weight: 800;
    letter-spacing: -.5px;
    color: #19479d;
    font-size: 1.3em;
    margin-top:8px;
    margin-bottom: 4px;
}

.reviewLinks {
    display: flex;
    justify-content: space-around;
    text-align: center;
    align-items: center;
}

.reviewPanelInner {
	position:relative;
}

.reviewPanelInner .close-review {
    position: absolute;
    top: -36px;
    right: -20px;
	cursor:pointer;
    color: #b7b7b7;
    font-size: 1.1em;
}

.reviewPanelInner .close-review:hover {
	color:#000;
}

.review-modal {
	cursor:pointer;
}

.reviewPanelInner a span {
	display:block;
	color:#000;
}

.reviewPanelInner img:hover {
	opacity:.65;
}

#contactDetails .review-overlay {
	position:fixed !important;
	opacity:0;
	visibility:hidden;
	z-index:50;
}

.review-active #contactDetails .review-overlay {
	opacity:1;
	visibility:visible;	
}

#footerWidgets {
    display: flex;
    justify-content: space-between;
}

#career-contacts #secretaryBox {
	background-color:#FFF;
}

#career-contacts #secretaryBox:nth-of-type(1) {
	margin-right:10px;
}

.page-id-351, .page-id-8952 {
    background: #fbfbfb;
}

.page-id-351 #ctaRibbon, .page-id-8952 #ctaRibbon {
	display:none !important;
}

.page-id-351 #reviews, .page-id-8952 #reviews, .page-id-553 #ctaRibbon {
	background-color:#FFF !important;
}

.ref-img {
    box-shadow: 1px 1px 20px #f3f3f3;
    border: 1px solid #f3f3f3;
    padding: 15px;
}

.ref-img:hover {
	opacity:.5;
}


#pageContent .gform_wrapper.gravity-theme .ginput_complex label {
    color: #505050;
    font-size: 12px;
}

#pageContent .gform_wrapper.gravity-theme .gfield_label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
    display: inline-block;
    padding: 0;
    color: #000;
}

#pageContent .gform_wrapper.gravity-theme .gfield {
    margin: 7px 0px;
}

input:not([type="radio"]):not([type="checkbox"]), select, textarea {
    border-radius: 4px;
}

#ribbonWrap {
    display: flex;
    justify-content: space-between;
}

#content #ctaButtons a {
    background-color: #0000004d;
    font-size: .8em;
    padding: 10px 25px;
	margin:0;
    font-weight: 500;
    letter-spacing: 0px;
}

#pageTop {
	padding-top:60px;
}

#fullTestiWrapper {
	display:none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 55;
    background: rgb(0 0 0 / 76%);
}

a.testi-read-more {
    color: black;
    font-size: .9em;
    position: relative;
	text-decoration:none !important;
}

a.testi-read-more:after {
    font-family: 'FontAwesome';
    content: '\f061';
    position: absolute;
    right: -17px;
    top: 0px;
    font-weight: 300;
    font-size: .8em;
}

a.testi-read-more:hover {
	color:#19479d;
	cursor:pointer;
}

a.testi-read-more:hover:after {
	right:-22px;
}

#fullTestiWrapper .testiContent {
	max-height:initial;
}

#fullTestiWrapper .testiContent:after, #fullTestiWrapper .testi-read-more {
	display:none !important;
}

#fullTestiWrapper .closeTesti {
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    color: black;
    font-size: 1.35em;
	cursor:pointer;
}

#fullTestiWrapper .closeTesti:hover {
	color:#19479d;
}

#fullTestiWrapper img {
    max-width: 120px;
    margin-bottom: 15px;
}

#fullTestiWrapper .testimonialItem, #fullTestiWrapper .pilotReview {
    background-color: #FFF;
    max-width: 100%;
	position:relative;
	text-align:left;
    width: 640px;
    padding: 70px;
    border-radius: 0px;
    margin: auto;
	height:auto;
    margin-top: 180px;
    box-shadow: none;
}

#fullTestiWrapper .pilotReview h2 {
    color: #19479d;
    letter-spacing: 0;
}

#fullTestiWrapper .pilotReview p {
	font-size: .9em;
    line-height: 25px;
    color: #424242;
}

#fullTestiWrapper .pilotReview > p:last-of-type {
    font-weight: 600;
    color: #000;
    font-size: 1em;
}

.tp-read-more {
    margin-bottom: 10px;
    font-weight: 500;
    margin-top: 5px;
    display: inline-block;
    line-height: 31px;
    color: #19479d !important;
}

.testiContent {
    max-height: 120px;
    overflow: hidden;
    position: relative;
}

.testiContent:after {
	content: ' ';
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 55%, rgba(255,255,255,0.91) 75%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 55%,rgba(255,255,255,0.91) 75%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 55%,rgba(255,255,255,0.91) 75%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

#content #ctaButtons a:hover {
	background-color:#FFF !important;
	color:#000 !important;
}

body .hidden {
	display:none !important;
}

.videoCol {
	margin-bottom:15px;
}

#homeHero .slick-prev, #homeHero .slick-next {
    background:transparent;
    z-index: 20;
	width:75px;
	height:75px;
}

#homeHero .container .sliderSubHeading {
    font-weight: 700;
    font-size: 1.2em;
    letter-spacing: -0.5px;
    margin: 0px;
} 

#homeHero .slick-prev:before, #homeHero .slick-next:before {
	font-size:64px;
	font-family: 'FontAwesome';
	opacity:1;
	font-weight:300;
}

#homeHero .slick-prev:hover:before, #homeHero .slick-next:hover:before {
	opacity:0.6;
}

#homeHero .slick-prev:before {
	content: '\f104';
}

#homeHero .slick-next:before {
	content: '\f105';
}

#homeHero .slick-next {
	right:30px;
}

#homeHero .slick-prev {
	left:30px;
}

#content select {
	background-color:#FFF;
}

.hidden-desktop {
	display:none;
}

#content .bg-blue {
	background-color:#19479d;
}

.callbackWrapperInner .gfield_validation_message, 
.callbackWrapperInner .validation_message {
	display:none !important;
}

.callbackWrapperInner h2.title {
    margin-top: 0;
    font-size: 1.6em;
    letter-spacing: -0.5px;
    margin-bottom: 6px;
}

.callbackWrapperInner p.callbackText {
    font-size: 0.9em;
    color: #464646;
    line-height: 23px;
}

#navWrap .menu-item-7038, #navWrap .menu-item-7040, #navWrap .menu-item-7042, #navWrap .menu-item-7156 {
	display:none !important;
}

.gform_fileupload_rules {
    font-size: .75em;
    color: grey;
}

#big-video {
    position: relative;
    background: #000;
    overflow: hidden;
    height: 70vh;
}

#staffSingle {
	padding-bottom:0px;
}

.staff-full-img {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#searchWrapper {
    display: none;
    position: fixed;
    top: 165px;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 60%);
	z-index:30;
}

.staff-profile-main {
	padding-bottom:90px !important;
	padding-left:0px !important;
}

.page-template-OfficeTemplate #ctaRibbon, .home #blogCarousel {
	background-color:#FFF !important;
}

#big-video .video {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 56.25%;
}

#big-video video {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}


.wow {
	visibility:hidden;
}

.flex-right {
    justify-content: flex-end;
}

.flex-justify-center {
    justify-content: center;
}

.slick-list, .slick-track, #homeHeader .container-fluid {
	height:100%;
}

#homeHeader {
	overflow:hidden;
	max-width:100%;
}

#homeHeader .container-fluid {
	padding:0px;
	position:relative;
	overflow:hidden;
}

#homeHero {
	height:80vh;
	background-color:whitesmoke;
	position:relative;
	width:100%;
	overflow:hidden;
	margin:0;
	max-height:660px;
}

#homeHero .slick-dots {
    padding: 0;
    bottom: 30px;
    margin: 0;
}

#homeHero .slick-slide {
	background-size:cover;
	background-position:center;
}

#homeHero .overlay {
background-color:rgb(18 18 18 / 70%);
}

#homeHero .container p.bannerSmall {
    font-size: 1em;
    margin: 0;
    line-height: 13px;
	font-weight:400;
}

#content #homeHero .slick-dots li button:before {
	background-color: transparent;
    opacity: 1;
    border: 2px solid #FFF;
    width: 18px;
    height: 18px;
}

#content #homeHero .slick-dots .slick-active button:before, 
#content #homeHero .slick-dots li button:hover:before {
	background-color:#FFF !important;
}

#content #homeHero .slick-dots li {
    margin: 0px 3px;
}

.res-anc {
	display: inline-block;
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.instructions-mobile {
	display:none !important;
}

.result-line-mobile {
  display: none !important;
}

.ease, #logoWrap img, #navWrap a, .servicePanel, .servicePanel *, .macks-btn, .btn-border, .wpcf7-submit, #content .slick-dots li button:before, .submenuInner a, #quickContact li, #macksContact .contactPanel .contactTab, .serviceLinks li a, .servicePanel a, .single .edit-link a, #teamSection ul li, #teamSection ul li a, .staff-contact li a, .staff-img, #content #formWrap button[type=submit], #archiveTaxCats .taxList li a, .mediaBox, .overlay, .child-service-panel, #submenuWrapper .submenuInner > a, #submenuWrapper .submenuInner > a:after, .cPanel, .cPanel *, #searchWrapper, a.testi-read-more, a.testi-read-more:after, .convBox, #mediaFiles a, #mediaFiles a > *, .ref-img {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.closeBtn i, .closeBtn, .serviceLinks, #headerTop, .overlay, .question, .bioTab, .page-id-20 .uspSlide, .overlay, .overlay:after, .carBox .z-container, .carBox h4, .arrow-btn:after, #reviewPanel, .review-overlay {
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}

.post, .page {
    margin: 0;
}

#content p, #content li {
    color: #4e4e4e;	
}

#content p {
	line-height: 27px;
    font-size: 0.95em;
}

#content p strong {
	color:#333;
}

.menu, .lsn {
	padding:0;
	margin:0;
	list-style:none;
}

#masthead {
	box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
    z-index: 55;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FFF;
}

.grey {
	background-color:#f9faff;
}

#navWrap .menu-main-nav-container {
	width:100%;
	text-align:left;
}

#navWrap #primary-menu {
    display: flex;
    justify-content: flex-end;
}

#navWrap .menu li a {
    cursor: pointer;
    padding: 20px 15px;
    color: #000000;
    font-weight: 500;
    font-size: 1em;
    letter-spacing: -.5px;
    display: block;
    text-decoration: none !important;
    position: relative;
}

#navWrap #primary-menu .sub-menu {
	display:none !important;
}

#navWrap .menu li a:hover, #navWrap .menu .current-menu-item a {
	color:#19479d !important;
}


#navWrap .menu-main-nav-container .callback-cta {
  display: flex;
  align-items: center;
  justify-content: center;
}

#navWrap .menu-main-nav-container .callback-cta a {
    margin-left: 25px;
    color: #FFF !important;
    padding: 15px 20px !important;
    font-size: 0.9em !important;
    line-height: 24px;
    font-weight: 600 !important;
    border-radius: 4px;
    letter-spacing: 0;
    background-color: #19479d;
}

#masthead #navWrap .menu-main-nav-container .callback-cta a:hover {
	background-color:#313131;
	color:#FFF !important;
}

#navWrap .menu li:first-of-type a {
	padding-left:0px;
}

.blue {
	color: #1e22aa; 
}

p a {
    color: #19479d !important;
	font-weight:400;
    text-decoration: underline;
}

#logoWrap img {
	max-width:125px;
	margin:20px 0px;
}

.sticky #headerTop {
    height: 0px;
    border-top: 4px solid #19479d;
}

.sticky #searchWrapper {
	top:109px;
}

.flex-center {
	display:flex;
	align-items: center;
}

#slideImage {
    background-size: cover;
    background-position: center;
}



#slideText {
    padding: 70px;
    background: #19479d;
    color: #FFF;
}

#slideText li {
	font-size:1em;
	color:#FFF;
}

#slideText ul {
    margin-bottom: 35px;
    display: block;
}

#slideText h1 {
    font-weight: 700;
    font-size: 2.3em;
    line-height: 42px;
    margin-bottom: 1.3rem;
}

#slideText p {
	font-size: 1em;
    color: #FFF;
    line-height: 23px;
}

.layer {
	padding-top:110px;
	padding-bottom:110px;
}

.layer-wide {
	padding-left:10vw;
	padding-right:10vw;
}

#homeHeader .col-md-6:first-of-type {
	padding-right:0px;
}

.servicePanel {
    background: #FFF;
    padding: 50px 40px;
    border: 1px solid #ececec;
    margin-bottom: 30px;
}

.servicePanel:hover {
	background: rgb(37,86,177);
	background: radial-gradient(circle, rgba(37,86,177,1) 0%, rgba(25,71,157,1) 100%);
    color: #FFF;
    border-color: #19479d;
}

.servicePanel:hover p, .servicePanel:hover i, .servicePanel:hover span {
	color:#FFF !important;
}

.servicePanel i {
	font-size: 3.2em;
    color: #19479d;
    margin-bottom: 15px;
}

.servicePanel .macks-btn {
    width: 100%;
    max-width: 200px;
	display:none;
}


#content .alt-btn {
	background-color: #313131;
}

#content .alt-btn:hover {
    background-color: #4a4e73;
    color: #FFF;
}

#content .white-btn {
	background-color:#FFF;
	color:#19479d;
}

#content .white-btn:hover {
    background-color: #272727;
    color: #ffffff;
}

.servicePanel:hover a {
	background-color:#FFF !important;
	color:#000 !important;
}

.servicePanel span {
    display: block;
    font-weight: 700;
    font-size: 1.2em;
	color:#161616;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

#content .servicePanel p {
    font-size: .9em;
    color: #585858;
    line-height: 23px;
}

.title-section {
	margin-bottom:3rem;
}

.title-section span {
    color: #999999;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: block;
    font-size: .9em;
}

.inverted h1, .inverted h2 {
	color:#FFF !important;
}

#content .inverted p {
	color: #c1c1c1;
}

.title-section h2, .title-section h1, .title {
    font-weight: 700;
    font-size: 2em;
    color: #19479d;
    letter-spacing: -1.5px;
    margin-top: 5px;
}

.title {
    margin-bottom: 1rem;
}

.tick-list li {
	position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    font-weight: 600;
}

.tick-list li:before {
	font-family: 'FontAwesome';
	content: "\f00c";
	position:absolute;
	left:0px;
}

.overlay {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
	background-color:rgb(0 0 0 / 75%);
}

.z-container {
	position:relative;
	z-index:5;
}

#content .btn-border {
	float:none;
}

#content .btn-border:hover {
	background-color:#FFF;
	color:#000;
	cursor:pointer;
}

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

.wpcf7 .wpcf7-not-valid {
	border-bottom: 2px solid #ff3d3d !important;
}

.wpcf7 .col-md-6, .wpcf7 .col-md-12 {
	padding:5px;
}

.wpcf7 input, .wpcf7 select, .wpcf7 textarea {
	width:100%;
	outline:none !important;
}

.wpcf7-submit {
	cursor:pointer;
}

.narrow-row {
	padding-left:170px;
	padding-right:170px;
}

div.wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: 0px !important;
    margin-top: 10px;
    color: #ff4a4a;
    font-size: 0.95em;
    font-weight: 300;
}

#quickContact {
    position: fixed;
    right: 0px;
    top: 0;
    bottom: 0;
    height: 155px;
    margin: auto;
    z-index: 50;
}

#quickContact li {
	background-color: #19479d;
    padding: 15px;
    text-align: center;
    margin: 8px 0px;
    color: #FFF;
    font-size: 0.75em;
	cursor:pointer;
}

#quickContact li:hover {
	background-color:#4b4d63;
}

#quickContact li a {
	color:#FFF;
	text-decoration:none !important;
}

#quickContact li p {
	margin:0;
}

#quickContact li i {
	font-size: 18px;
}

.borderbox {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px double white;
    width: 89%;
    height: 81%;
    margin: auto;
}

.intro, #pageContent p.intro {
    font-weight: 400;
    color: #19479d !important;
    font-size: 1.2em;
}

.arrow-btn {
	position:relative;
	color:inherit;
	text-decoration:none !important;
}

.arrow-btn:hover:after {
	right:-28px;
}

.arrow-btn:after {
    font-family: 'FontAwesome';
    content: '\f060';
    position: absolute;
    right: -20px;
    top: 0px;
    font-size: .9em;
    font-weight: 300;
    opacity: 0;
}

.macks-btn {
    background-color: #19479d;
    padding: 15px 25px;
    font-size: 1em;
    display: inline-block;
    color: #FFF;
    font-weight: 600;
    margin-top: 10px;
    line-height: 26px;
	cursor:pointer;
	border-radius:4px;
    text-decoration: none !important;
}

.macks-btn:hover {
	background-color:#3745c1;
	color:#FFF;
}

.macks-btn:visited {
	color:#FFF;
}

.wrapper-top .tp-widget-reviews .tp-widget-review {
	background-color:red !important;
}

.pilotReview {
	padding: 50px;
	border-radius:4px;
    background-color: #FFF;
    text-align: center;
    height: 100%;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 11%);
}

#content .pilotReview p {
    font-size: 0.95em;
    line-height: 26px;
    max-height: 186px;
	margin:0;
    overflow: hidden;
}

#content .pilotReview p:last-of-type {
    color: #252525;
    font-weight: 700;
    font-size: .9em;
    letter-spacing: 0px;
    margin: 0;
    margin-top: 12px;
    text-transform: capitalize;
}

#content .pilotReview h2 {
	margin: 20px 0px;
    font-size: 1.2em;
    font-weight: 900;
    letter-spacing: -0.5px;
    color: #19479d;
}

#content .pilotReview img {
	max-width: 140px;
}

.trustBadge {
    display: inline-block;
    background-color: #FFF;
    padding: 10px;
}

.headerCall {
	width:100%;
	text-align:right;
}

.headerCall li i {
    line-height: 22px;
    text-align: center;
    font-size: 1.25em;
    margin-right: 7px;
    float: left;
}

.headerCall ul li {
    font-size: 0.8em;
    color: #FFF !important;
    text-align: right;
    margin: 0;
    line-height: 24px;
    font-weight: 500;
}

.headerCall ul li a {
	color:#FFF !important;
}

.headerCall ul {
    display: flex;
    flex-direction: row-reverse;
    color: #FFF;
    gap: 20px;
}

.headerCall p, .headerCall .social {
	display:inline-block;
}

#headerTop {
    background-color: #19479d;
	height:44px;
	overflow:hidden;
}

#content {
padding-top: 165px;
}

.slide-widget {
	background: #252948;
    height: 50px;
    padding: 14px;
    margin-top: 20px;
    display: block;
}

#content .blogPost .blogTitle {
	font-weight: 900;
    color: #000;
    font-size: 1.15em;
    line-height: 26px;
    margin-top: 12px;
    letter-spacing: -0.5px;
}

#content .blogPost .blogTitle:hover {
	color:#19479d;
}

#content .blogPost p {
	font-size: 0.9em;
    line-height: 25px;
}

#content .blogPost .date {
    color: #19479d;
    font-size: .75em;
    font-weight: 600;
}

#content .blogPost {
    padding: 10px 35px;
    text-align: center;
}
#content .blogPost a {
	text-decoration:none !important;
}

#content .slick-dots li button:before {
	border-radius: 50%;
    background-color: #b1b1b1;
    height: 15px;
    width: 15px;
    content: ' ';
}

#content .slick-dots .slick-active button:before {
    background-color: #19479d !important;
    opacity: 1;
}

#content .slick-dots li {
	margin: 0px 3px;
}

.callBackInner {
    padding: 110px 100px;
    color: #FFF;
    text-align: center;
}

.callBackInner h3 {
	font-weight: 800;
    font-size: 2.2em;
    letter-spacing: -0.5px;
}

#slideText li:before {
    color: #51B27F;
}

#content .callBackInner p {
	color:#FFF;
}

#callBack {
	position:relative;
	background-size:cover;
	background-position:center;
}

#callBack .overlay {
background-color:rgb(29 76 162 / 88%);
}

.callBackInner a {
	float:none !important;
}

#colophon {
    background-color: #19479d;
    padding: 65px 0px;
    color: #FFF;
    padding-bottom: 15px;
}

#colophon .widget-title {
    font-weight: 700;
    font-size: 1em;
    margin-bottom: 20px;
    display: block;
    letter-spacing: -0.5px;
}

#colophon .menu a {
	color: #FFF;
    font-size: 0.8em;
    display: block;
    line-height: 18px;
    margin: 8px 0px;
}

.footerLinks {
	margin-top:20px;
}

#menu-footer-links li {
	display:inline-block;
}

#colophon #menu-footer-links li a {
    font-size: 0.7em;
    margin: 0;
    border-right: 1px solid rgb(255 255 255);
    padding: 0px 7px;
    line-height: 12px;
}

#colophon #menu-footer-links li:first-of-type a {
	padding-left:0px;
}

#colophon #menu-footer-links li:last-of-type a {
	border:0px;
	padding-right:0px;
}

#footerLower {
	background-color: #19479d;
    color: #FFF;
}

#footerLower .container {
    padding-bottom: 20px;
}

#footerLower p {
    font-size: 0.65em;
    margin: 0;
    line-height: 10px;
    font-weight: 400;
}

#footerLower p a {
    color: #FFF !important;
    font-weight: 600;
    text-decoration: none;
}

#submenuWrapper {
	display:none;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.96);
    z-index: 99999;
    padding: 90px;
	overflow-y: scroll;
}

.closeBtn {
    position: fixed;
    right: 3vw;
    font-size: 3em;
	cursor:pointer;
    top: 5vh;
}

.closeBtn:hover {
	opacity:0.65;
}

.closeBtn:hover i {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.closeBtn span {
	display: block;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: -15px;
}

#submenuWrapper .submenuInner {
	max-width: 100%;
    width: 47%;
    margin: 0 auto;
}

#submenuWrapper .submenuInner .sub-menu {
	margin:0;
	padding:0;
	list-style:none;
}

#submenuWrapper .submenuInner a {
	display:block;
	cursor:pointer;
}

#submenuWrapper .submenuInner a:hover {
	color:#19479d !important;
	text-decoration:none;
}

#submenuWrapper .submenuInner > .sub-menu > li > a {
	color: #383838;
    font-size: 1.1em;
    line-height: 47px;
    border-bottom: 1px solid #dedddd;
    font-weight: 400;
	position:relative;
}

#submenuWrapper .submenuInner ul.sub-menu > li > ul.sub-menu {
	display:none;
	margin-top:10px;
}

#submenuWrapper .submenuInner .sub-menu > li.menu-item-has-children > a:after {
    font-family: 'FontAwesome';
    content: '\f107';
    position: absolute;
    right: 20px;
    font-weight: 300;
    font-size: 1.3em;
    top: 3px;
    color: #19479d;
}

#navWrap #primary-menu > li.menu-item-has-children a:after {
    font-family: 'FontAwesome';
    content: '\f107';
    margin-left: 7px;
    margin-top: 0px;
    float: right;
}

.submenu-active > a:after {
	content: '\f106' !important;
}

#submenuWrapper .submenuInner .sub-menu li .sub-menu a {
    color: #5a5a5a;
    padding: 8px 0px;
    font-size: .95em;
	position:relative;
}

.submenu-active {
	margin-bottom:20px;
}

#submenuWrapper .submenuInner > a {
	display:inline-block !important;
    font-weight: 900;
    font-size: 2em;
    color: #19479d;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
	position:relative;
}

#callbackWrapper {
	display:none;
	position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #232323f7;
    z-index: 200;
}


#callbackWrapper.active {
  	display: flex !important;
  	align-items: center;
  	justify-content: center;	
}

#caseStudiesCarousel {
	max-width:100%;
	overflow:hidden;
}

#caseStudiesCarousel .slick-list {
	padding:20px 0px;
}

.callbackWrapperInner {
	max-width: 100%;
    width: 800px;
    background-color: white;
    padding: 70px;
}

.closeContact, .closeQuickTel {
	color:#FFF;
}

.overlay-main {
	display:none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.89);
    z-index: 99;
}

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

.officeList li {
	display: block;
    margin-bottom: 30px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 30px;
}

.officeList li p {
    line-height: 22px;
    font-size: 0.9em;
    margin: 12px 0px;
    margin-bottom: 6px;
}

.officeList li h4 {
	color: #19479d;
	font-weight:900;
	margin:0;
	font-size:1em;
}

.officeList li h4 i {
    width: 24px;
    height: 24px;
    line-height: 25px;
    text-align: center;
    color: white;
    background: #2b3591;
    border-radius: 50%;
    font-size: 0.8em;
    float: left;
    margin-top: -5px;
    margin-right: 5px;
}

.officeList li a {
    color: #313131;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 0.95em;
}

.officeList li a:hover {
	color: #19479d;	
}

.officeList li a b {
	color: #19479d;	
}

.intro-section {
	margin-bottom:40px;
}

.intro-section p {
    font-size: 0.85em;
    color: #4a4a4a;
}

.intro-section h2 {
    color: #19479d;
    font-size: 1.5em;
    font-weight: 800;
    letter-spacing: -0.5px;
}

#pageBanner {
    position: relative;
    padding: 100px 0px;
    background-size: cover;
    background-position: top;
}

.archive #pageBanner {
	background-position:center;
}

#pageBanner h1 {
    color: #FFF;
    font-weight: 400;
    letter-spacing: -1px;
    margin: 0;
    display: inline-block;
    padding: 20px 0px;
    font-size: 2.4em;
    border-radius: 6px;
    line-height: 41px;
}

#pageBanner .bread a, #pageBanner .bread span, #pageBanner .bread b {
	color:#FFF !important;
}

#pageBanner .bread b {
	color:#FFF !important;
}

#pageContent p, #pageContent ul li {
    font-size: 1.05em;
    line-height: 30px;
    letter-spacing: -.2px;
}

#pageContent ul li a {
	color:#19479d;
}

#pageContent p b, #pageContent p strong, #pageContent li b, #pageContent li strong, #blogMain p b, #blogMain p strong {
    color: #2c2c2c;
    font-weight: 600;
}

#pageContent h1, #pageContent h2, #pageContent h3 {
    color: #19479d !important;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 10px;
    margin-top: 2.2rem;
}

#pageContent h1, #pageContent h2,  #pageContent h3, .smaller-title {
    font-size: 1.3em;
	letter-spacing:-0.5px;
}

#ctaButtons i {
	margin-right:4px;
}

#pageContent h1:first-of-type, #pageContent h2:first-of-type {
	margin-top:0px;
}

#pageContent ul {
	list-style:none;
	padding:0;
	margin:15px 0px;
}

#pageContent ul li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 12px;
}

#pageContent ul li:before {
    font-family: 'FontAwesome';
    content: '\f14a';
    position: absolute;
    left: 0;
    top: -1px;
    font-weight: 600;
    color: #2b3591;
}

#ctaRibbon {
    text-align: center;
    padding: 90px 20px;
}

#ctaRibbon p {
    font-size: 1.1em;
    font-weight: 400;
    line-height: 33px;
    max-width: 100%;
    margin: 0 auto;
    width: 960px;
    color: #1a1a1a;
}

#ctaRibbon p a {
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.5px;
}

#ctaRibbon h3 {
    font-size: 1.8em;
    font-weight: 700;
    letter-spacing: -1px;
    color: #2a2f3a;
    margin-top: 18px;
}

.bread a, .bread span, .bread b {
	color: #FFF !important;
    font-size: 14px;
    font-weight: 400;
	text-decoration:none;
}

.bread a:hover {
	text-decoration:underline !important;
}

#content .bread b {
    font-weight: 700;
}

.bread p, .bread {
	margin:0;
}

.search-toggle {
	cursor:pointer;
}

.breadWrapper {
    background:#19479d;
    padding: 12px 0px;
}

.search-form .search-submit {
    border: none;
    flex-basis: 50px;
    color: #FFF;
    margin-left: 0px;
    background-color: #19479d;
    min-width: 64px;
    border-radius: 0px 5px 4px 0px;
}

.search-form .search-field {
    border: 0;
    border-radius: 4px;
    font-size: 0.9em;
    padding: 18px;
    width: 100%;
    line-height: 22px;
	outline:none !important;
}

.search-form label {
    margin: 0;
    flex-basis:100%;
}

.search-form {
	display:flex;
    padding: 12px;
}

#pageSidebar {
	padding-left:2%;
}

.contactPanel ul {
	display:none;
}

#macksContact {
	margin-top:25px;
}

.api-error {
	text-align: center;
    color: red !important;
    display: block;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

#macksContact h5, .sideTitle {
    background-color: #2b3591;
    color: white;
    padding: 15px 20px;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin: 0;
    line-height: 20px;
    padding-bottom: 16px;
}

#macksContact .contactPanel {
    background-color: #f7f7f7;
    border-bottom: 1px solid #e4e4e4;
    font-weight: 500;
    font-size: 0.9em;
	position:relative;
	cursor:pointer;
}

#macksContact .contactPanel .contactTab, #macksContact .contactPanel ul {
	padding: 17px 30px;
}

#macksContact .contactPanel ul {
	background-color: #f2f3ff;
    border-top: 1px solid #e9e9ea;
}

#macksContact .contactPanel:after {
    position: absolute;
    right: 17px;
    top: 15px;
    font-family: 'FontAwesome';
    content: "\f105";
}

#macksContact .contactPanel i:first-of-type {
	margin-right:5px;
}

#macksContact .contactPanel li p {
    margin: 0;
    font-size: 0.95em;
    color: #292929;
    font-weight: 500;
    letter-spacing: -0.5px;
}

#macksContact .contactPanel li {
    padding: 12px 0px;
    border-bottom: 1px solid gainsboro;
}

#macksContact .contactPanel li:last-of-type {
	border:0;
}

#macksContact .contactPanel li a {
	color: #2b3591;
    font-size: 0.9em;
}

.active-panel:after {
	content: "\f107" !important;
}

#sidebarCallback .row {
	display: initial !important;
	margin:0;
}

#sidebarCallback .row > div, #sidebarCallback .row > div .form-group {
	width: 100% !important;
    display: block;
    max-width: initial;
}

#trustpilotSidebar {
	background-color: #f7f7f7;
    padding-top: 28px;
    margin-bottom: 21px;
}

#macksContact .office-link a {
    color: #212529 !important;
    letter-spacing: 0px !important;
}

#macksContact .contactPanel .contactTab:hover,.serviceLinks li a:hover {
	background-color:#eaeaea;
}

.serviceLinksWrapper {
	margin-top:30px;
}

.serviceLinks {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    list-style: none;
    max-height: 275px;
    overflow: hidden;
}

.serviceLinks li a {
	border-bottom: 1px solid #e4e4e4;
    color: #3c3c3c;
    font-size: 0.85em;
    display: block;
    background-color: #f7f7f7;
    font-weight: 500;
    text-decoration: none !important;
    padding: 13px 30px 12px 30px;
}

.serviceLinksToggle {
	font-size: .8em;
    padding-left: 15px;
    position: relative;
    cursor: pointer;
    color: #949494;
}

.serviceLinksToggle:hover {
	color:#2b3591;
}

.serviceLinksToggle:after {
    font-family: 'FontAwesome';
    content: '\f107';
    position: absolute;
    right: -16px;
    top: -2px;
    font-weight: 300;
}

.toggleActive:after {
	content: '\f106' !important;
}

.expandedMenu {
	max-height:1500px !important;
}

.social {
	list-style:none;
	margin:0;
	padding:0px;
}

.social li {
	display:inline-block;
}

#colophon .social {
	float:right;
	margin-top:20px;
}

#colophon .social li {
	margin-left:4px;
}

#colophon .social li a {
	color:#FFF;
}

.blog .breadWrapper, .archive .breadWrapper {
	margin:0;
}

.blog .search-form {
	padding:0px;
}

.blog #trustpilotSidebar {
	background-color:#FFF;
} 

#blogMain article {
	background-color:#FFF;
	padding:40px;
	margin-bottom:20px;
	min-height:440px;
}

#blogMain article .entry-title {
    font-size: 1.2em;
    font-weight: 600;
    margin: 10px 0px;
    line-height: 29px;
}

#blogMain article .entry-title a {
    color: #2b3591;
    letter-spacing: -0.5px;
}

#blogMain article .posted-on, #blogMain article .posted-on a {
    color: #909090;
    font-size: .9em;
}

#blogMain article .author, #blogMain article .rt-reading-time  {
    color: #868686;
    font-size: 0.85em;
}

.blog #blogMain article p {
	font-size:0.9em;
}

.pagination {
	font-size:0.85em;
}

.pagination span, .pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 10px 12px 9px 13px;
    text-decoration: none;
    width: auto;
    color: #000;
    background: #fff;
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -ms-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.pagination a:hover {
	background-color:#383839;
	color:#FFF;
}

.pagination .current {
	background: #19479d;
    color: #fff;
}

#pageSidebar .rpwe-img {
	display:none !important;
}

.single #content #blogMain ul, .single #content #blogMain ol {
    padding: 0;
    margin: 5px 0px 30px 15px;
}

.single #content #blogMain p, .single #content #blogMain li {
    font-size: 0.9em;
    line-height: 28px;
    color: #3c3c3c;
}

.single #content #blogMain li {
    margin-bottom: 8px;
}

.single #blogMain article {
	padding-top:0;
	padding-bottom:0;
}

.single .edit-link {
	display: block;
    margin-top: 30px;
}

.single .edit-link a {
	color: #929292;
    background-color: #e4e4e4;
    padding: 10px 30px;
    border-radius: 4px;
    font-size: .8em;
    display: inline-block;
    line-height: 16px;
}

.single .edit-link a:hover {
	background-color:#19479d;
	color:#FFF;
}

.single #pageSidebar .rpwe-block a {
    color: #19479d;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -.5px;
}

.single #pageSidebar .rpwe-time {
	color:#333;
}

.single #blogMain article .entry-title {
    font-size: 1.95em;
    letter-spacing: -1px;
    font-weight: 700;
    color: #2a3491;
}

.single #pageBanner .avatar {
    border-radius: 50%;
    max-width: 64px;
}

#pageBanner ul, .news-meta {
	margin:0;
	padding:0;
	list-style:none;
}

#pageBanner ul li, .news-meta li {
    display: inline-block;
    color: #FFF;
    padding: 0px 10px;
    font-size: 10px;
    border-right: 1px solid;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

#content #blogMain .news-meta li, #content #blogMain .news-meta li span {
    color: #1c1c1c;
    font-size: 11px;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-weight: 500;
}

.news-meta li:first-of-type {
	padding-left:0;
}

#pageBanner ul li:last-of-type, .news-meta li:last-of-type {
	border:0;
}

#pageBanner h2 {
    color: #FFF;
    font-size: 2.5em;
    margin: 30px;
    font-weight: 400;
    letter-spacing: -2px;
}

#pageBanner .written-by p {
    color: #333;
    display: inline-block;
    margin-left: 10px;
}


#pageBanner .author {
	font-size:0.8em;
	color:#FFF;
}

.single .entry-footer .cat-links {
	display:none !important;
}

.staff-social, .specialities, .staff-contact {
	list-style:none;
	margin:4px 0px !important;
	padding:0 !important;
}

.staff-social li, .specialities li, .staff-contact li {
	display:inline-block;
}

.specialities li i {
	margin-right:4px;
}

.specialities li {
    background-color: #19479d;
    color: #FFF !important;
    padding: 5px 16px;
    margin-right: 5px;
    font-size: 11px !important;
    border-radius: 4px;
	font-weight:500;
}

.staff-social li a {
	font-size:1.2em;
	color:black;
}

.single #pageBanner .department {
    color: #fff;
    display: inline-block;
    background-color: #19479d;
    padding: 13px 20px;
    border-radius: 4px;
    font-size: .95em;
}

.staff-avatar {
    max-width: 100%;
    width: 190px;
    border-radius: 50%;
    background-color: #FFF;
    z-index: 50;
    position: relative;
}

#blogMain .staff-contact li {
	margin-right:15px;
	margin-bottom:0px !important;
}

.staff-contact li a {
    font-size: 14px !important;
    color: #161616;
    text-decoration: none !important;
}

.staff-contact li a:hover {
	color:#2a3491;
}

#blogMain .staff-contact .staff-social a {
	color: #2c3691;
	font-size:21px !important;
	position:absolute;
	top:-2px;
}

.single-staff-location {
	color:#1D479D !important;
}

#blogMain .staff-contact .staff-social li {
    margin-right: 2px !important;
    position: relative;
    width: 15px;
	height:15px;
}

#blogMain .staff-contact .staff-social {
	margin-left:20px;
}

.single-staff #blogMain h5 {
	font-weight: 600;
    margin-bottom: 20px;
    margin-top: 30px;
    letter-spacing: -0.5px;
}

#blogMain .memberships {
	list-style:none;
	margin:0 !important;
	padding:0px;
}

#blogMain .memberships li {
    position: relative;
    padding-left: 25px;
    font-size: 0.85em !important;
    margin-bottom: 3px !important;
}

#blogMain .memberships li:before {
    font-family: 'FontAwesome';
    content: '\f559';
    position: absolute;
    left: 0;
    font-size: 1.3em;
    font-weight: 300;
    top: -1px;
    color: #2c3691;
}

.single-staff #pageBanner h2 {
	margin-bottom:7px;
}

.single-staff #pageBanner span {
	color:#FFF;
}

.single-staff .staff_review {
    border-left: 5px solid #2a3691 !important;
    padding: 30px;
    background-color: #f9f9f9;
    position: relative;
}

.single #content #blogMain .staff_review p {
    font-size: .85em;
	margin:0;
    line-height: 26px;
    color: #5f5f5f;
	position:relative;
	z-index:5;
}

#teamSection ul li {
    display: flex;
    background: #f7f7f7;
    padding: 10px;
    border-radius: 6px;
    font-size: .85em;
	margin-top:6px;
}

#teamSection ul li:hover {
	background-color:#e8e5e5;
	-moz-transform: scale(.99);
	-webkit-transform: scale(.99);
	-o-transform: scale(.99);
	-ms-transform: scale(.99);
	transform: scale(.99);
}

#teamSection ul li a {
    color: #313131;
    width: 100%;
	text-decoration:none !important;
}

#teamSection ul li img {
	max-width:48px;
	border-radius:50%;
	margin-right:12px;
}

.plain-title {
    font-weight: 600;
    font-size: 1.1em;
    letter-spacing: -0.5px;
    margin-bottom: 11px;
    display: block;
    color: #131313;
    border-bottom: 1px solid #dadada;
    padding-bottom: 8px;
}

.staff-panel {
	text-align:center;
	margin-bottom:30px;
}

.staff-panel .staff-img {
    height: 420px;
    background-position: top center !important;
    background-size: cover;
    border-radius: 2px;
    overflow: hidden;
	background-repeat: no-repeat;
    position: relative;
	background-color:whitesmoke;
}

#content .staff-panel .staff-img .dept {
    position: absolute;
    bottom: 0;
    right: 20px;
    background-color: rgb(42 53 145 / 85%);
    color: #FFF;
    font-weight: 500;
    font-size: .7em;
    padding: 3px 9px;
    line-height: 27px;
    border-radius: 4px;
}

#content .staff-panel .staff-img .dept:nth-of-type(2) {
	right:130px;
}

.staff-panel .staff-info h2 {
    font-size: 1.15em;
    margin-top: 15px;
    color: #2c3691;
    font-weight: 800;
    margin-bottom: 0px;
    letter-spacing: -0.5px;
}

.staff-panel a {
	text-decoration:none !important;
}

.staff-panel:hover .staff-img {
	-moz-transform: scale(0.98);
	-webkit-transform: scale(0.98);
	-o-transform: scale(0.98);
	-ms-transform: scale(0.98);
	transform: scale(0.98);
	opacity:0.85;
}

.notice {
    padding: 30px 30px;
    border-left: 4px solid #e04545;
    font-size: .8em !important;
    background-color: #fff0f0;
    line-height: 24px !important;
}

#pageBanner .tp-wrapper, #homeHero .tp-wrapper {
    position: absolute;
    left: 0px;
    width: 450px;
    margin-left: -12px;
    top: 72px;
}

#homeHero .tp-wrapper {
	top:-50px;
}

.page-template #content .tp-pageBanner {
	padding-bottom:160px;
}

#swnza_banner_text {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}

#swnza_banner_id #swnza_banner_text {
	font-size:13px;
}

#swnza_banner_id #swnza_banner_text a {
	color:#FFF !important;
}

.swnza_banner {
	padding:20px !important;
}

.swnza_close_button {
	background-size:6px !important;
}

#formWrap {
	margin-top:20px;
}

#formWrap label {
	display:block;
    color: #4a4a4a;
    margin-bottom: 2px;
    font-weight: 600;
    font-size: .8em;
    letter-spacing: -0.5px;
}

#formWrap input, #formWrap select, #formWrap textarea {
    border-radius: 6px;
    font-size: 0.8em;
    margin-bottom:0px;
    padding: 12px;
	width:100%;
	min-height:52px;
    line-height: 26px;
    border: 1px solid #eaeaea;
}

#content #formWrap .form-heading {
    margin-top: 0;
    font-size: 1.3em;
    letter-spacing: -1px;
}

#content #formWrap .form-intro {
    color: #4e4e4e;
    font-size: .85em;
    line-height: 22px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.claim-form span {
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
    font-size: 1.1em;
    color: #2c3691;
    letter-spacing: -0.5px;
}

.radio-wrap {
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #f5f5f5;
    padding: 20px;
    border-radius: 7px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 6%);
    min-width: 180px;
    text-align: center;
}

#content .radio-wrap label {
    color: #232323;
    margin: 0;
    font-weight: 600;
    font-size: 0.85em;
}

#upperNav {
    padding: 10px 20px;
}

#upperNav li {
	display:inline-block;
}

#upperNav li a {
    font-size: .72em;
    margin-right: 8px;
    color: #FFF;
    font-weight: 400;
}

.single-vacancies #content #blogMain .entry-content h1, 
.single-vacancies #content #blogMain .entry-content h2, 
.single-vacancies #content #blogMain .entry-content h3 {
    color: #2c3691;
    font-size: 1.05em;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.single .entry-content {
	margin:0;
}

#content #pageBanner p {
    color: #FFF;
    margin-top: 10px;
    font-size: 1.1em;
    line-height: 29px;
}

#content #careerPosts .vacancy-post .news-meta .posted-on {
    color:#717171;
    text-transform: initial;
    margin-top: 0px;
    display: block;
    font-size: .95em;
    margin-bottom: 12px;
    font-weight: 400;
}

#blogMain .vacancy-post {
	min-height:initial;
}

#content #careerPosts .vacancy-post {
    padding: 75px 50px;
    background-color: #FFF;
    margin: 10px;
    border-radius: 4px;
    outline: none !important;
    text-align: center;
    box-shadow: 1px 1px 18px rgb(0 0 0 / 7%);
}

#content #careerPosts .vacancy-post p {
	font-size:0.9em;
}

#content #careerPosts .vacancy-post .entry-title {
    margin: 0;
    font-size: 1.25em;
    font-weight: 700;
	letter-spacing:0;
	margin-bottom:6px;
}

#content #careerPosts .vacancy-post .posted-on {
    letter-spacing: 0;
    font-size: 12px !important;
}

#content #careerPosts .vacancy-post h2 a {
	color:#19479d;
}

#content #careerPosts .vacancy-post .news-meta:last-of-type li {
	color:#717171;
}

#colophon #accreditations img {
	max-height:35px;
	margin-right:15px;
}

.careerUsp {
    position: relative;
    padding-left:80px;
    margin-bottom:30px;
}
.careerUsp span {
    display: block;
    font-weight: 700;
    font-size: 1.2em;
    letter-spacing: -0.5px;
    color: #292929;
    margin-bottom: 5px;
}

.careerUsp i {
    position: absolute;
    left: 0;
    font-size: 3.5em;
    color: #19479d;
}

.careerUsp p {
	font-size:0.9em;
}

.careerimg {
    background-image: url(https://icdprojects.co.uk/macks/wp-content/uploads/2021/09/featContact.jpeg);
    background-size: cover;
    background-position: center;
    height: 550px;
    border-radius: 0px;
    margin-bottom: -130px;
    border: 0;
    box-shadow: 19px 19px 0px #dce6f9;
}

#careersUsp {
    padding-top: 180px;
    padding-left: 20vw;
    padding-right: 20vw;
}

#careersTop h2 {
    margin-top: 15px;
    margin-bottom: 0px;
}

#careersTop .title-section {
	margin-bottom:25px;
}

.careerIntro {
	padding-right:50px;
}

#mapsLayer {
	margin-bottom:-8px;
}

#breadContact {
	display:flex;
}

#breadContact li {
	margin-right:24px;
}

#breadContact a, #breadContact i {
	font-size:12px;
	color:#FFF;
}

#breadContact a {
	margin-left:2px;
}

#officeStaff .staff-info p {
    font-size: 0.8em;
    line-height: 21px;
    margin: 0;
}

#officeStaff .staff-info .department {
    display: block;
    color: black;
    margin: 5px 0px;
    font-size: .85em;
    font-weight: 500;
}

.breadWrapper .container {
	position:relative;
}

.breadWrapper .archive-links {
	position: absolute;
    right: 0px;
    top: -50px;
    display: flex;
    z-index: 10;
}

.breadWrapper .archive-links a {
	background: rgb(25,90,160);
	background: -moz-linear-gradient(top,  rgba(25,90,160,1) 0%, rgba(25,71,157,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(25,90,160,1) 0%,rgba(25,71,157,1) 100%);
	background: linear-gradient(to bottom,  rgba(25,90,160,1) 0%,rgba(25,71,157,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#195aa0', endColorstr='#19479d',GradientType=0 );
    padding: 20px;
    color: #fff;
    margin: 0px 5px;
    border-radius: 6px 6px 0px 0px;
    font-weight: 400;
    font-size: .9em;
	text-decoration:none !important;
}

#archiveTaxCats {
    padding: 7%;
    box-shadow: 1px 1px 25px rgb(0 0 0 / 6%);
    border: 1px solid whitesmoke;
    border-top: 4px solid #2d3883;
    background-color: #FFF;
}

.taxList {
    display: flex;
    margin-top: 30px !important;
    justify-content: center;
    flex-wrap: wrap;
}

#archiveTaxCats .taxList li a {
    border: 1px solid #efefef;
    padding: 15px 27px;
    border-radius: 4px;
    display: block;
    color: #424242;
    font-weight: 400;
    text-decoration: none !important;
}

#archiveTaxCats .taxList li:before {
display:none !important;
}

#archiveTaxCats .taxList li {
    padding-left: 15px;
}

#archiveTaxCats .taxList li a:before {
    font-family: 'FontAwesome';
    content: '\f3c5';
    margin-right: 5px;
}

#archiveTaxCats .taxList li a:hover {
    color: #FFF !important;
    background-color: #2d3883;
    border-color: #2d3883;
}

.tempCircle {
	height: 100px;
    width: 100px;
    background: #f7f7f7;
    border-radius: 50%;
	display:inline-block;
}

.quoteLayer h4 {
    font-size: 1.1em;
    font-weight: 400;
    line-height: 29px;
    margin: 24px 0px;
}

.quoteLayer span {
    color: #19479d;
    font-weight: 600;
}


#content .quoteLayer p {
    color: #9a9a9a;
    font-size: .95em;
}

#staffArchive a {
	text-decoration:none !important;
}

#staffArchive .staff-info p:first-of-type {
    color: #5a5a5a;
    font-size: .9em;
    line-height: 22px;
    margin: 10px;
}

.specialismList li a:before {
	content: "\f559" !important;
}

.single .specialities {
	margin-bottom:20px !important;
}

.mediaBox {
    margin: 20px 0px;
    background-color: #f5f9ff;
    padding: 150px 18%;
    text-align: center;
    background-position: center;
    background-size: cover;
	position:relative;
}

.mediaBox:hover {
-moz-transform: scale(0.97);
-webkit-transform: scale(0.97);
-o-transform: scale(0.97);
-ms-transform: scale(0.97);
transform: scale(0.97);
}

.mediaBox:hover .overlay {
    background-color: rgb(25 71 157 / 90%);
}

.mediaBox a {
	text-decoration: none !important;
    z-index: 10;
    position: relative;
    display: block;
}

.mediaBox .overlay {
    background-color: rgb(0 0 0 / 70%);
}

.mediaBox h5 {
    color: #FFF;
    font-weight: 600;
    letter-spacing: -0.5px;
	position:relative;
	z-index:5;
}

#content .mediaBox p {
    font-size: .9em;
    margin: 0;
	color:#FFF;
    line-height: 24px;
	position:relative;
	z-index:5;
}

#masthead .social a {
    color: #FFF;
    font-size: 1em;
    margin-right: 4px;
}

.m-watermark {
    position: absolute;
    z-index: 0;
    top: -74vh;
    max-width: 110%;
    opacity: .25;
    right: -35vw;
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}

.carBox {
    background-color: whitesmoke;
    color: #FFF;
    position: relative;
    background-size: cover;
    background-position: center;
    height: 45vh;
	min-height:320px;
    margin: 20px 0px;
	overflow:hidden;
}

.carBox .z-container {
    position: absolute;
    bottom: -30px;
    left: 30px;
	right: 30px;
}

#content .carBox p {
	color:#FFF;
}

.fullCarBox {
	height:100%;
	padding:15%;
}

.carBox h4 {
    font-weight: 300;
    font-size: 1.15em;
    margin-bottom: 30px;
	line-height:33px;
}

.carBox .carlink {
	color:#FFF;
	position:absolute;
	bottom:10%;
	font-size:1.1em;
}

#careerImgs {
    padding-top: 30px !important;
}

#careerImgs img {
	width:100%;
}

.pt-0 {
	padding-top:0;
}

.pb-0 {
	padding-bottom:0;
}

#homeBanner {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 550px;
    background-attachment: fixed;
	color:#FFF;
}

#homeBanner p, #homeBanner h1.title {
	color:inherit !important;
}

#homeBanner .overlay {
	background-color: rgb(25 71 157 / 93%);
}

#homeBanner p {
    font-size: 1.2em;
    font-weight: 300;
    line-height: 30px;
}

.carBox .overlay {
	background: -moz-linear-gradient(top,  rgba(153,153,153,0) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(153,153,153,0) 0%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(153,153,153,0) 0%,rgba(0,0,0,15%) 20%,rgba(0,0,0,40%) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00999999', endColorstr='#000000',GradientType=0 );
}

.carBox .overlay:after {
	opacity:0;
	position:absolute;
	content: ' ';
	top:0;
	right:0;
	bottom:0;
	left:0;
	background: -moz-linear-gradient(top,  rgba(153,153,153,0) 0%, rgba(25,71,157,0.5) 50%, rgba(25,71,157,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(153,153,153,0) 0%,rgba(25,71,157,0.5) 50%,rgba(25,71,157,1) 100%);
	background: linear-gradient(to bottom,  rgba(153,153,153,0) 0%,rgba(25,71,157,0.5) 50%,rgba(25,71,157,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00999999', endColorstr='#19479d',GradientType=0 );
}

.carBox:hover .overlay:after {
	opacity:1;
}

.carBox:hover:hover .overlay {
	background:transparent !important;
}

.carBox .arrow-btn {
	color:#FFF;
}

.carBox:hover .z-container {
	bottom:40px;
}

.carBox:hover .arrow-btn:after {
	opacity:1;
	right:-30px;
}

.carBox:hover h4 {
	margin-bottom:8px;
}

.careerSingleContent {
	padding-right:3%;
	padding-left:11%;
}

.child-service-panel .featuredImg {
    height: 260px;
    background-size: cover;
    background-position: center;
    border-radius: 2px;
	background-color:#eaeaea;
}

.child-service-panel {
	margin:20px 0px;
}

.child-service-panel:hover {
	opacity:0.8;
}

.child-service-panel .title {
    font-size: 1.2em;
    letter-spacing: -0.5px;
    margin-top: 15px;
    color: #383838;
}

.child-service-panel .title:hover {
	color:#1C50AF;
}

.child-service-panel a {
	text-decoration:none !important;
}

.staffCarousel .slick-slide {
	margin:10px;
}

.faq-tab {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.question {
    display: block;
    background-color: #19479d;
    padding: 15px;
    color: #FFF;
    font-weight: 500;
    border-radius: 4px;
	position:relative;
	cursor:pointer;
}

.question:after {
    font-family: 'FontAwesome';
    content: '\f0da';
    right: 20px;
    top: 14px;
    position: absolute;
    font-weight: 600;
}

.question:hover, .faq-active .question {
	background-color:#305caf !important;
}

.answer {
	padding:10px;
	display:none;
}

.faq-active .question:after {
    content: '\f0d8';
}

#faqWrapper {
	margin-top:5rem;
}

.cPanel {
    background: #FFF;
    padding: 50px;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 10%);
    position: relative;
    border-radius: 2px;
}

.cPanel h4 {
    color: #194598;
    margin-top: 15px;
    font-weight: 700;
    letter-spacing: -0.5px;
    font-size: 1.2em;
}

.cPanel a.cTel {
    font-size: 1em;
    letter-spacing: .5px;
    margin: 8px 0px;
    display: block;
    color: #0e0e0e;
    font-weight: 700;
}

#cPanelWrapper .col-lg-4:first-of-type .cPanel:before {
	height:200px;
	width:200px;
	background-color:#19479d;
	position:absolute;
	top:-7px;
	left:-7px;
	content: ' ';
	z-index:-1;
}

#cPanelWrapper .col-lg-4:last-of-type .cPanel:before {
	height:200px;
	width:200px;
	background-color:#19479d;
	position:absolute;
	bottom:-7px;
	right:-7px;
	content: ' ';
	z-index:-1;
}

#cPanelWrapper .col-lg-4 {
	z-index:1;
}

.cPanel > i {
	color:#19479d;
	display:block;
	margin-bottom:3px;
	font-size:2.6em;
}

.cPanel a {
	text-decoration:none !important;
}

.cPanel a.email {
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: .7em;
    padding: 6px 30px;
    display: inline-block;
    margin-top: 0px;
    color: #FFF;
    border-radius: 4px;
    background-color: #19479d;
    line-height: 23px;
}

.cPanel a.email:hover {
	background-color:#FFF;
	color:#000 !important;
}

.cPanel:hover {
background: rgb(37,86,177);
background: radial-gradient(circle, rgba(37,86,177,1) 0%, rgba(25,71,157,1) 100%);
	margin-top:-10px;
}

.cPanel:hover:before {
	opacity:0.6;
	width:100% !important;
	height:100% !important;
}

.cPanel:hover i, .cPanel:hover a, .cPanel:hover p, .cPanel:hover h4, .cPanel:hover span {
	color:#FFF !important;
}

.cPanel span {
    display: block;
    font-weight: 700;
	text-decoration:none !important;
    color: #171717;
    font-size: 1.1em;
    margin: 15px 0px;
    line-height: 26px;
	cursor:pointer;
}

#contactDetails .cPanel p {
    font-size: 0.9em;
    line-height: 23px;
    margin: 0;
    margin-top: 12px;
}

#cPanelWrapper {
	margin-top:2rem;
}

.contact-btn {
	margin-top:-10px;
}

.contact-btn i {
	margin-right:4px;
}

.cImageWrap {
	padding-left:35px;
	padding-top:57px;
}

.staffCarousel a {
	text-decoration:none !important;
}

#testimonials {
	padding:0px 2.5%;
}

.closeTesti {
	display:none;
}

.testimonialItem i.fa-quote-left {
    font-size: 2em;
    color: #19479d;
    margin-bottom: 30px;
}

.testimonialItem hr {
    margin: 32px 0px;
    opacity: .3;
}

#content .testimonialItem p {
    font-size: 0.95em;
    color: #5a5a5a;
    line-height: 27px;
	letter-spacing:-.5px;
}

.testiLower {
	display:flex;
	align-items: center;
}

.testiLower img {
    border-radius: 50%;
    max-width: 92px;
    margin-right: 20px;
}

.testiAuthor {
	flex:1;
}

.testiAuthor h5 {
    color: #19479d;
    font-weight: 400;
    letter-spacing: -.5px;
    margin: 0;
	font-size:1.15em;
    margin-top: 10px;
}

.testiAuthor span {
    color: #969696;
    font-size: .8em;
    letter-spacing: 0px;
    font-weight: 500;
}

.testimonialItem {
    border: 1px solid #f7f6f6;
    padding: 13%;
	background-color:#FFF;
    margin: 15px;
    border-radius: 4px;
    box-shadow: 1px 1px 20px #efefef;
}

.testimonialItem h2 {
    font-weight: 400;
    font-size: 1.3em;
    letter-spacing: -.5px;
    color: #000000;
    line-height: 29px;
}

#testimonials .slick-prev:before, #testimonials .slick-next:before {
    color: #19479d;
    font-family: 'FontAwesome';
    font-size: 30px;
    opacity: 1;
}

#testimonials .slick-prev:before {
	content: '\f104';
}

#testimonials .slick-next:before {
	content: '\f105';	
}

#testimonials .slick-prev, #testimonials .slick-next {
	width:35px;
	height:35px;
}

#pageContent .siteMap li:before {
	display:none !important;
}

#pageContent .siteMap li {
	margin:0;
}

#pageContent .siteMap li a {
    color: #565656;
    font-size: .9em;
    display: block;
    padding: 7px 0px;
    text-decoration: none;
}

#pageContent .siteMap li:nth-of-type(even) {
	background-color:whitesmoke;
}

#secretaryBox {
    display: flex;
    padding: 30px;
    margin: 15px 0px;
    max-width: 100%;
    width: 600px;
    border-radius: 8px;
}

#secretaryBox .secInfo p {
    font-size: .85em;
    line-height: 25px;
    margin: 0;
}

#secretaryBox img {
    border-radius: 50%;
    margin-right: 20px;
	align-self: center;
	max-width:100px;
}

#secretaryBox .title {
    font-size: 1.3em;
    margin-top: 0px;
    line-height: 33px;
    letter-spacing: -1px;
    margin-bottom: 0px;
}

.single #content #secretaryBox p {
    margin: 0;
    font-size: .85em;
    font-weight: 600;
    line-height: 22px;
    color: #1d1d1d;
}

.single #content #secretaryBox p a {
	text-transform:lowercase;
}

#secretaryBox span {
    letter-spacing: 0px;
    display: block;
    font-size: .8em;
    font-weight: 500;
    color: #3f4d95;
}

#tabNav {
	display:flex !important;
	padding:0 !important;
	margin:0 !important;
	list-style:none !important;
	border-bottom:1px solid #d6d6d6;
}

#tabNav li {
    padding: 10px 24px;
    margin: 0px !important;
    margin-right: 5px !important;
    margin-bottom: -1px !important;
    border-radius: 4px 4px 0px 0px;
    font-weight: 600;
    color:#19479d !important;
    font-size: .9em !important;
	cursor:pointer;
}

#tabNav li.activeTab {
    border: 1px solid #d6d6d6;
    background-color: #FFF;
    border-bottom: 0;
    color: #000 !important;
}

.staffTab {
    padding: 25px 5px 0px 5px;
}

.bioTab {
	max-height:350px;
	overflow:hidden;
	position:relative;
}

.bioTabActive {
	max-height:3000px;
}

.read-more-active:after {
	content:'\f106' !important;
}

.read-more-grad {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:115px;
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 73%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 73%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 73%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.tab-read-more {
    font-size: .8em;
    color: #19479d;
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
}

#content .staffTab p strong {
    color: #19479d;
    font-weight: 600;
    font-size: 1.1em;
}

.tab-read-more:after {
	font-family: 'FontAwesome';
	content: '\f107';
	margin-left:4px;
}

.tab-toggled {
	max-height:3000px;
}

#homeHero .container {
    height: 100%;
    padding-right: 7%;
}

#homeHero .container h1 {
    color: #FFF;
    font-weight: 900;
    font-size: 3.7em;
    letter-spacing: -2px;
    line-height: 70px;
    visibility: hidden;
}

#homeHero .container p {
    color: #FFF;
    font-size: 1.6em;
	line-height:37px;
    font-weight: 300;
	letter-spacing:-.5px;
	visibility:hidden;
}

#homeHero .container .row {
    flex: 1;
}

#homeHero .container .row .show {
	visibility:visible;
}

#gform_wrapper_2 label, #gform_wrapper_2 legend, #gform_wrapper_2 .gform_title, #gform_wrapper_2 .gform_required_legend {
	display:none;
}


body .gform_button {
    background-color: #19479d;
    width: auto;
    color: #FFF;
    font-weight: 700;
    font-size: 1em;
    padding: 16px 25px;
    border-radius: 6px !important;
}

body .gform_button:hover {
	background-color:#313131;
}

.search-results-list li:before {
	display:none !important;
}

.search-results-list li {
	padding:0px;
	display:block;
	padding:15px 0px;
	border-bottom:1px solid #e8e8e8;
}

.search-results-list li span {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 900;
    color: #19479d;
    display: block;
    font-size: .75em;
}

.search-results-list li h5 {
    margin-top: 7px;
    color: #2d2d2d;
    font-weight: 500;
    font-size: 1.25em;
    letter-spacing: -0.5px;
}


#content .search-results-list li p {
	font-size:.9em;
}

.contact404 {
	padding:8%;
	margin-top:25px;
}

.contact404 h6 {
    font-size: 1.15em;
    font-weight: 400;
    letter-spacing: -0.5px;
    color: #444444;
    display: block;
    margin-bottom: 20px;
}

.error404 #pageContent h5 {
    font-size: 1.6em;
    line-height: 38px;
    letter-spacing: -0.5px;
    font-weight: 300;
}

.form404 {
    padding: 45px;
    background-color: #f9f9f9;
    border-radius: 6px;
}

.form404 .gform_wrapper.gravity-theme .gform_fields {
	display:block !important;
}

.form404 .gform_wrapper.gravity-theme .gform_fields span {
	margin:0;
}


.form404 .gform_wrapper.gravity-theme .gfield {
	margin-bottom:8px !important;
}

.contact404 .tel404 {
    color: #19479c;
    font-size: 1.7em;
    font-weight: 800;
    letter-spacing: 0px;
}

.error404 #content .contact404  p {
    color: #292929;
    margin-top: 20px;
    font-size: 1.05em;
}

.error404 #pageContent {
	padding-right:50px;
}

.form404 h3 {
    color: #19479d;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 1.5em;
    margin-bottom: 15px;
}

#content .gform_button {
    border: 0px;
    cursor: pointer;
    max-width: 100%;
    width: 190px;
    font-size: 1.1em;
}

.form404 #gform_submit_button_2 {
	width:100%;
}

.careergridbox {
    height: 100%;
    background-size: cover;
    background-position: center;
    min-height: 400px;	
}

#pageBanner .slide {
    background-size: cover;
    background-position: center;
	height:100%;
}

#pageBanner .slideInner {
	height:100%;
	position:relative;
}

.page-banner-carousel {
	padding-top:0px !important;
	padding-bottom:0px !important;
	height: 450px;
    margin-bottom: 0;
}

.page-banner-carousel h3 {
    font-size: 3.3em;
    color: #FFF;
    font-weight: 700;
    letter-spacing: -3px;
    margin: 0;
}

.page-banner-carousel p {
    color: #FFF;
    margin-top: 10px;
    font-size: 1.1em;
    line-height: 29px;
    margin: 0;
    max-width: 100%;
    width: 800px;
}

#paymentForm form {
    border-top: 4px solid #19479d;
    margin: 30px 0px;
    padding: 50px;
    display: flex;
    box-shadow: 1px 1px 30px rgb(0 0 0 / 6%);
    flex-grow: 1;
    justify-content: space-between;
}

#paymentForm form .formInner {
    width: 70%;
    margin-right: 30px;
}

.formImg {
    max-width: 270px;
}

#paymentForm form .formText {
    font-size: .85em;
    line-height: 24px;
}

#paymentForm ul {
    padding-left: 20px;
    margin: 0;
    margin-bottom: 30px;
}

#paymentForm form input {
    border: 1px solid #d8d8d8;
    outline: none;
    padding: 10px;
    border-radius: 6px;
    display: block;
    font-size: .9em;
    background-color: #fbfbfb;
    line-height: 28px;
}

#paymentForm form label {
    display: block;
    margin-bottom: 3px;
    font-size: .9em;
    color: black;
}

#reviewModal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 420px;
    width: 780px;
    z-index: 5;
    background: white;
    margin: auto;
    max-width: 95%;
}

.reviewOverlay {
    position: fixed;
    background-color: rgb(0 0 0 / 82%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.reviewLogos {
	display:flex;
}

.reviewModalInner {
	height:100%;
}

.reviewLogos {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#careerImgs .row #bizSupportPanel {
    height: 100%;
    margin-top: 0;
    background-size: cover;
}


#careerImgs .row #bizSupportPanel .z-container {
    margin-top: 0;
    position: absolute;
    padding-left: 0;
    padding-bottom: inherit;
    bottom: 0;	
}

.page-template-CareersPageTemplate .alt-btn {
	margin-left:5px;
}

#footerLegal p {
    font-size: .7em;
    line-height: 24px;
    margin-top: 30px;
}

.page-id-20 .careerUsp {
    background-color: #ffffff;
    text-align: center;
    padding: 50px;
    color: #242424;
    min-height: 310px;
    justify-content: center;
    width: 100%;
    border-radius: 6px;
    box-shadow: 1px 1px 15px #d7d7d7;
}


.page-id-20 .uspSlide {
	-moz-transform: scale(0.93);
	-webkit-transform: scale(0.93);
	-o-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
	padding:0;
}

.page-id-20 .uspSlide .careerUsp {

}

.page-id-20 .slick-center .careerUsp {
	background-color: #19479d;
	color:#FFF;
	box-shadow:none !important;
}

.page-id-20 .slick-center .careerUsp i {
	color:#FFF;
}

.page-id-20 .slick-center {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity:1;
}

.page-id-20 .careerUsp span {
    font-size: 1em;
    color: inherit;
    font-weight: 500;
    margin-top: 15px;
}

.page-id-20 .careerUsp i {
	position:initial;
	color:#19479d;
}

.uspSlide {
	padding:20px;
}

.signature img {
    display: block;
    max-width: 150px;
}

#contactForm input:not([type="submit"]), #contactForm select, #contactForm textarea {
	background-color:#FFF;
}

#contactForm .gform_title {
	display:none;
}

#contactForm .gfield_label, #contactForm label {
	display:none;
}

.standard-post {
    box-shadow: 1px 1px 20px rgb(0 0 0 / 9%);
    position: relative;
    margin: 15px 0px;
}

.standard-post .postContent {
    padding: 30px;
    min-height: 210px;
    background: #FFF;
}

.standard-post .postContent p.date {
    position: absolute;
    top: -15px;
    left: -15px;
    background-color: #19479d;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    text-align: center;
    color: #FFF !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
}

.standard-post .postContent p.date span {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 13px;
    font-size: .75em;
    letter-spacing: .5px;
}

.standard-post:hover .overlay {
    background-color: #19479c;
    opacity: .7;
}

.standard-post .overlay {
    background-color: black;
    opacity:0;
}

#content .standard-post .postContent p:not(.date) {
    color: #4a4a4a;
    font-size: .85em;
    line-height: 23px;
    max-height: 67px;
    overflow: hidden;
    position: relative;
}

#content .standard-post .postContent p:not(.date):after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.standard-post .postContent h2.entry-title {
    font-size: 1.1em;
    font-weight: 400;
    color: #292929;
    line-height: 28px;
    margin-bottom: 14px;
    letter-spacing: -0.5px;
}

.standard-post .postContent h2.entry-title:hover {
	color:#19479d;
}

a.postLink {
	text-decoration:none !important;
}

.postFeaturedImg {
	background-color:grey;
	min-height:250px;
	background-size:cover;
	background-position:center;
	position:relative;
}

.postFeaturedImg span {
    position: absolute;
    bottom: 10px;
    left: 30px;
    color: #FFFF;
    font-size: .85em;
    font-weight: 400;
    z-index: 5;
}

#postArea .slick-list .slick-slide {
    padding: 20px 20px;
}

#blogCarousel #postArea {
	margin-top:-35px;
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    font-size: 13px !important;
    padding: 10px !important;
    margin-bottom: 0 !important;
    padding-top: 12px !important;
    font-weight: 400 !important;
}

#pageContent .gsection_title {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

.convBox {
    position: relative;
    min-height: 400px;
    justify-content: center;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    overflow: hidden;
}

.convBox .overlay {
    background: rgb(0 0 0 / 35%);
}

.convBox h4 {
	color:#FFF;
	position:relative;
	z-index:15;
}

.convBox:hover, #mediaFiles a:hover {
	-moz-transform: scale(0.98);
	-webkit-transform: scale(0.98);
	-o-transform: scale(0.98);
	-ms-transform: scale(0.98);
	transform: scale(0.98);	
}

#mediaFiles {
    display: flex;
    flex-wrap: wrap;
	gap:10px;
}

#mediaFiles a {
    display: flex;
    background-color: #f8faff;
    padding: 20px 25px;
	border-radius:8px;
    align-items: center;
	text-decoration:none !important;
}

#mediaFiles a:hover {
	background-color:#19479d;
}

#mediaFiles a:hover i, #mediaFiles a:hover h4 {
	color:#FFF;
}

#mediaFiles a i {
    color: #19479d;
    font-size: 1.8em;
    margin-right: 15px;
}

#mediaFiles a h4 {
    color: #19479d;
    font-size: .9em;
    font-weight: 600;
    margin: 0;
    letter-spacing: -.5px;
}

p.warning-text, #pageContent p.warning-text {
    color: #d12222;
    font-size: .9em;
    line-height: 26px;
    font-weight: 500;
}

.convLink {
	text-decoration:none !important;
}

.convBox:hover .overlay {
	background-color:rgb(25 71 157 / 80%);
}

.single-staff #pageBanner {
	padding-top:100px;
	padding-bottom:100px;
}

#conveyancingLinks {
	margin-bottom:3rem;
}

.page-template-OfficeTemplate #pageContent #breadContact li:before {
	display:none !important;
}

.page-template-OfficeTemplate #pageContent #breadContact li {
    padding-left: 0;
	font-size:.9em;
}

.page-template-OfficeTemplate #pageContent #breadContact li a, .page-template-OfficeTemplate #pageContent #breadContact li i {
	font-size:inherit;
}


.page-template-OfficeTemplate #pageContent #breadContact li i {
	color:#19479d;
}

.page-template-OfficeTemplate .gform_wrapper.gravity-theme .gfield_label, .page-template-OfficeTemplate .gform_wrapper.gravity-theme label {
	display:none !important;
}

.page-template-OfficeTemplate .gform_wrapper {
    max-width: 100%;
    width: 1024px;
    margin: 0 auto;
    margin-top: 15px;
}

.submenuInner .sub-menu .sub-menu {
	padding-left:10px !important;
}

.submenuInner .sub-menu .sub-menu .sub-menu {
	padding-left:20px !important;
}

#gform_1 #gform_fields_1 {
	grid-row-gap: 0px;
}