/*
Theme Name: Isosceles Finance Custom Theme
Version: 1.9
Author: Rob Fenech
Author URI: http://www.robfenech.co.uk
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.gfield_consent_label a {
	color: inherit;
}

ul li
{
	list-style:none;
}

* {
	font-display: swap;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/********************************************************************************/
/******* END RESET FILE *********************************************************/
/********************************************************************************/

* {
	font-display: swap;
}

body
{
text-align:center;
font-family: "Quicksand", sans-serif;
font-size:16px;
line-height:1.5;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
}

a
{
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

strong
{
	font-weight:bold;
}

.container
{
width:100%;
max-width:960px;
margin:0 auto;
text-align:left;
}

.container.centre, .centre
{
	text-align:center;
}

.video-wrapper {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
width: 100%;
max-height: 337px;
}

video {
display: block;
-webkit-background-size: cover cover;
background-size: cover;
margin: 0 auto;
z-index: 10;
overflow: hidden;
width: 100%;
height: auto;
position: relative;
/* top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); */
top: 24%;
-webkit-transform: translateY(-24%);
-ms-transform: translateY(-24%);
transform: translateY(-24%);
}

body.page-id-8 video {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}




header
{
	padding:25px 0 25px 0;
	background:#ffffff;
}

a#logo
{
	display:block;
	height:40px;
	float:left;
	width:auto;
	margin:0;
}

div.social
{
	float:right;
	text-align:right;
	height:32px;
	line-height:32px;
	margin-right:10px;
	margin-bottom: 20px;

}

div.social span
{
	display:block;
	float:left;
	font-size:16px;
	color:#7e7e7e;
	height:32px;
	line-height:32px;
}

ul.social-icons
{
	display:block;
	float:left;
	width:210px;
	height:32px;
	line-height:32px;
}

@media screen and (max-width: 780px) {
div.social
{
	float:left;
	text-align:left;
	clear:both;
	margin-left: 10px;
}
}

ul.social-icons li, ul.social-icons a
{
	display:block;
	height:32px;
	width:32px;
}

ul.social-icons li
{
	float:right;
	margin-left:10px;
}

@media screen and (max-width: 580px) {
ul.social-icons
{
	display:block;
	width:100%;
	height:32px;
	line-height:32px;
}
ul.social-icons li
{
	float:left;
	margin-left:0px;
	margin-right:10px;
}
}

ul.social-icons a
{
	background-image:url(images/social-media.png);
	background-repeat:no-repeat;
	opacity:0.8;
	text-indent:-9999px;
	text-align:left;
}

ul.social-icons:hover a
{
	opacity:0.3;
}

ul.social-icons a:hover
{
	opacity:1;
}

ul.social-icons a.facebook
{
	background-position:0 0;
}

ul.social-icons a.twitter
{
	background-position:-32px 0;
}

ul.social-icons a.googleplus
{
	background-position:-64px 0;
}

ul.social-icons a.linkedin
{
	background-position:-96px 0;
}

ul.social-icons a.instagram
{
	background-position:-128px 0;
}


nav.primary
{
display: block;
float: right;
max-width: 960px;
margin: 10px 10px 0;
}

nav.primary li
{
	float:left;
	margin-right:15px;
	position:relative;
}

nav.primary li:first-child
{
	margin-left:10px;
}

nav.primary li:last-child
{
	margin-right:0px;
}

@media screen and (max-width: 940px) {
section.testimonials .testimonial-wrapper:before, section.testimonials .testimonial-wrapper:after {
	display: none !important;
}
	.hero-image img, .hero-image {
		display: block !important;
	}
a.menu-icon {
display: block !important;
}
nav.primary {
	width: 100%;
	display: none;
}
nav.primary li
{
	float:none;
	display:block;
	margin: 10px 0 10px 20px !important;
}
nav.primary li:last-child {
	margin-bottom: 0 !important;
}
body.page-id-15 .main-content img {
	display: none;
}
}

nav.primary a
{
	color:#0d0d45;
	font-weight:700;
	font-size: 18px;
	text-decoration:none;
	padding-bottom:2px;
}

nav.primary a:hover,
nav.primary li.current_page_item > a,
nav.primary li.current-menu-item > a,
nav.primary li.current-page-ancestor > a,
body.single-casestudy nav.primary li.case-studies-menu > a
{
	color:#21ffa1;
	border-color:#ffffff;
}

ul.sub-menu {
opacity:0;
display: none;
position: absolute;
top: 100%;
margin-top: -5px!important;
left: 0;
margin-top:2px;
background: #fff;
background:rgba(255,255,255,0.9);
z-index: 99;
padding: 1em;
width:220px;

-webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 0.5s; /* Firefox < 16 */
-ms-animation: fadein 0.5s; /* Internet Explorer */
-o-animation: fadein 0.5s; /* Opera < 12.1 */
animation: fadein 0.5s;

}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

nav.primary li:hover > ul.sub-menu
{
	display:block;
	opacity:1;
}

@media screen and (max-width: 940px) {
nav.primary li:hover > ul.sub-menu
{
	display:none;
	opacity:0;
}
}

ul.sub-menu > li
{
	float:none;
	margin:0 0 10px 10px;
	display:block;
}

ul.sub-menu > li:last-child
{
	margin-bottom:0;
}

ul.sub-menu a {
    color: #0d0d45;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    padding-bottom: 2px
}

section.slider
{
	width:100%;
	max-width:1600px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

a.hiring-tab
{
	display:block;
	position:fixed;
	top:25%;
	right:0;
	z-index:9090;
}



.main-bx-slider li > img
{
	width:100%;
	max-width:1600px;
	height:auto;
	display:block;
}


.main-bx-slider li .slide-fact-container
{
	width: 100%;
	/* max-width: 960px; */
	margin: 0 auto;
	text-align: left;
	z-index:9090;
	position:relative;
}

li.slide .fact {
position: absolute;
top: 150px;
left: 0;
background:rgba(0,0,0,0.6);
overflow-y: hidden;
max-width: 0;
-webkit-transition: max-width 2s ease-in-out;
-moz-transition: max-width 2s ease-in-out;
-o-transition: max-width 2s ease-in-out;
transition: max-width 2s ease-in-out;
overflow: hidden;
}

li.slide.active-slide .fact
{
	max-width:400px;
	width: 390px;
}

li.slide .fact.second {
top: 280px;
-webkit-transition: max-width 2s ease-in-out;
-moz-transition: max-width 2s ease-in-out;
-o-transition: max-width 2s ease-in-out;
transition: max-width 2s ease-in-out;
}

li.slide .fact img {
display: block;
padding: 10px;
}


span.caption, h1.caption
{
	width:50%;
	margin:0 25% 0;
	font-size:30px;
	line-height:40px;
	text-align:center;
	display:block;
	position:absolute;
	bottom: 50px;
	left:0;
	padding:20px;
	background:#fff;
	background:rgba(255,255,255,0.7);
	color:#363636;
	z-index:8080;
}

@media screen and (max-width: 1299px) {
	span.caption, h1.caption {
		width:75%;
		margin:0 15% 0;
	}
}



section.services
{
	background:#f9f7f7;
	padding:30px 0;
}

.service-icon
{
display: block;
width: 20%;
float: left;
text-align: center;
color:#707070;
}

@media screen and (max-width: 699px) {
.service-icon
{
width: 50%;
margin-bottom:30px;
}
}

@media screen and (max-width: 449px) {
.service-icon
{
width: 100%;
}
}

.img-holder
{
height: 100px;
position: relative;
}

.img-holder img
{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.service-icon div, .service-icon span
{
	margin: 0 auto 10px;
	display:block;
}

.service-icon span
{
	font-size:16px;
	text-transform: uppercase;
}

.service-icon a
{
	text-decoration:none;
	color:inherit;
}



section.testimonials
{
	background:#21ffa1;
	color:#ffffff;
	padding:90px 0 120px;
	position:relative;
}

section.testimonials .testimonial-wrapper
{
	text-align:center;
	position: relative;
}


.underline-heading
{
	font-size:44px;
	font-weight:700;
	position:relative;
	display: inline-block;
	margin-bottom:30px;
	letter-spacing:1px;
}

.underline-heading::after
{
	content:'';
	width:70%;
	height:1px;
	border-bottom:3px solid;
	position:absolute;
	bottom:-10px;
	left:15%;
}

.underline-heading > span {
	color: #21ffa1;
}

.testimonials .underline-heading > span {
	color: white;
}

.testimonial-single blockquote
{
	padding:0 5%;
	font-weight:700;
	font-size:28px;
	line-height:32px;
	margin-bottom:15px;
	quotes: "\201C""\201D""\2018""\2019";
	position:relative;
	font-style: italic;
}

/*
.testimonial-single blockquote:before {
display: block;
color: #fff;
content: "";
text-indent: -9999px;
background: url(images/openquotes.png) 0 0 no-repeat;
height: 128px;
width: 128px;
position: absolute;
top: -5px;
left: -5px;
opacity: 0.4;
}

.testimonial-single blockquote:after {
display: block;
color: #fff;
content: "";
text-indent: -9999px;
background: url(images/closequotes.png) 0 0 no-repeat;
height: 128px;
width: 128px;
position: absolute;
bottom: -5px;
right: -5px;
opacity: 0.4;
} */


section.testimonials .testimonial-wrapper:before {
display: block;
color: #fff;
content: "";
text-indent: -9999px;
background: url(images/openquotes.png) 0 0 no-repeat;
height: 128px;
width: 128px;
position: absolute;
top: -15px;
left: -100px;
opacity: 1;
}

section.testimonials .testimonial-wrapper:after {
display: block;
color: #fff;
content: "";
text-indent: -9999px;
background: url(images/closequotes.png) 0 0 no-repeat;
height: 128px;
width: 128px;
position: absolute;
bottom: -15px;
right: -100px;
opacity: 1;
}
.testimonial-single cite
{
	font-weight:normal;
	font-size:18px;
	color: #0d0d45;
}


section.testimonials a.bx-prev {
position: absolute;
top: 45%;
left: -15%;
background:url(images/left-arrow.png) 0 0 no-repeat;
height:32px;
width: 32px;
text-indent:-9999px;
}

section.testimonials a.bx-next {
position: absolute;
top: 45%;
right: -15%;
background:url(images/right-arrow.png) 0 0 no-repeat;
height:32px;
width: 32px;
text-indent:-9999px;
}

.slider.flexi a.bx-next
{
	position: absolute;
	top: 45%;
	right: 5%;
	background:url(images/right-arrow-dark.png) 0 0 no-repeat;
	height:32px;
	width: 32px;
	text-indent:-9999px;
}

.slider.flexi a.bx-prev
{
	position: absolute;
	top: 45%;
	left: 5%;
	background:url(images/left-arrow-dark.png) 0 0 no-repeat;
	height:32px;
	width: 32px;
	text-indent:-9999px;
}

.slider.flexi .bx-pager-item
{
		display:inline-block;
		margin:3px;
}

.slider.flexi .bx-pager-item a
{
	display:block;
	text-indent:-9999px;
	height:10px;
	width:10px;
	background:#333;
	border-radius:10px;
}

.slider.flexi .bx-pager-item a.active
{
	background:#21ffa1;
}

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

	section.testimonials a.bx-prev {
		left:3%;
	}
	section.testimonials a.bx-next {
		right:3%;
	}
	.testimonial-single blockquote {
		padding:0 10%;
	}
}

@media screen and (max-width: 699px) {
	section.testimonials a.bx-prev {
		bottom: -60px;
		top: auto;
		left:40%;
	}

	section.testimonials a.bx-next {
		bottom: -60px;
		top: auto;
		right:40%;
	}

	.testimonial-single blockquote {
		padding:0 10%;
	}

}



section.meet-the-team {
	padding:50px 0 80px;
}

section.meet-the-team .container {
	max-width:1280px;
}

section.meet-the-team h4 {
	color:#888;
}

.team-list
{
	text-align: center;
	margin-top:30px;
	display: flex;
	flex-wrap: wrap;
}

.team-single {
display: block;
width: 33.333333%;
text-align: center;
margin-bottom: 2rem;
}

@media screen and (max-width: 1119px) {
	.team-single {
	width: 50%;
	}
}

@media screen and (max-width: 699px) {
	.team-single {
	clear:both;
	width: 100%;
	border-bottom:1px solid #dddddd;
	margin-bottom:30px;
	padding-bottom:30px;
	}

	.team-single:last-child {
	border-bottom:none;
	margin-bottom:0px;
	padding-bottom:0px;
	}
}

.person-image
{
	position:relative;
}

.person-image img {
max-width: 100%;
height: auto;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
border-radius: 100%;
object-fit: cover;
width: 300px;
height: 300px;
object-position: top center;
}

.person-image a:hover img
{
	opacity:0.6;
}

.person-title {
position: relative;
margin-bottom: 20px;
}

.person-title h2
{
	color:#0d0d45;
	font-size:26px;
	letter-spacing: 1px;
	font-weight:700;
}

.person-title h3
{
	color:#878787;
	font-size:22px;
	font-weight:100;
}

.person-bio
{
	font-size:15px;
	line-height:24px;
	padding:0 5%;
	color:#555;
	margin-bottom:20px;
	min-height: 168px;
}

.social-bio-link {
display: inline-block;
margin: 0 3px;
}

.person-social a
{
	display:block;
	height:16px;
	width:16px;
	text-indent:-9999px;
}

.person-social .linkedIn a
{
	background:url(images/bio-linkedin.png) 0 0 no-repeat;
}

.person-social .twitter a
{
	background:url(images/bio-twitter.png) 0 0 no-repeat;
}

.person-social .google a
{
	background:url(images/bio-google.png) 0 0 no-repeat;
}


section.blog.homepage
{
	padding:50px 0 80px;
	color:#0d0d45;
	background:#fff;
}

section.blog.homepage.related
{
margin-top: 30px;
}

section.blog.homepage.related h2
{
color: #fff;
font-size: 14px;
}

.share-blog {
border-top: 1px solid #ccc;
margin-top: 40px;
padding-top: 20px;
}

.share-blog span {
display: inline-block;
margin-right: 10px;
position: relative;
top: -10px;
font-size: 13px;
text-transform: uppercase;
}

.share-blog a
{
display: inline-block;
margin-right: 7px;
text-decoration: none;
opacity: 0.5;
}

.share-blog a:hover
{
opacity: 1;
}

article.box
{
	background-position:center center;
	background-repeat:no-repeat;
}

.small-articles .box.small
{
	display:block;
	width: 100%;
	max-width:230px;
	height:230px;
	float:left;
	margin:5px;
	border: 1px solid #0d0d45;
	padding: 5px;
}

article.small.box.mobile-only
{
	display:none;
}

article.box.large
{
	display:block;
	width: 100%;
	max-width:950px;
	height:220px;
	margin:5px;
}

.article-image, .article-image img {
width: 100%;
height: auto;
display:block;
}
.small-articles .box.small a {
	color: #0d0d45;
}
.article-image
{
	background:#333;
	margin-bottom:10px;
	position:relative;
}

.overlay-link
{
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	opacity:0;
	display:block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background:url(images/overlay-link.png) center center no-repeat;
	z-index:999;
}

.person-image .overlay-link
{
	height:80%;
}

.article-image img
{
	-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
}

.article-image:hover img
{
	opacity:0.3;
}

.article-image:hover .overlay-link
{
	opacity:1;
}

.person-image a:hover .overlay-link
{
	opacity:1;
}


/* .article-text
{
	position:relative;
	display:block;
	text-align:center;
	padding:0 30px;
	height:180px;
	width:100%;
	background:rgba(255,255,255,0.9);
	color:#555;
	font-size:20px;
	font-weight:100;
	line-height:26px;
}

article.box.large .article-text
{
	height:220px;
	font-size:30px;
} */

a.readmore {
display: inline-block;
padding: 5px 10px;
border: 1px solid;
margin-top: 20px;
font-weight: 600;
font-size:20px;
}

.article-text a
{
	color:inherit;
	text-decoration:none;
}

.article-text small
{
	font-size:14px;
	display:block;
	margin-top:15px;
}

.article-text-wrap
{
	display:block;
}

.article-date {
display: block;
float: left;
width: 50px;
height: 55px;
padding: 5px;
background: white;
text-align: center;
color: #333;
margin: 0 10px 0 0;
font-size: 10px;
word-spacing: 999px;
	border: 1px solid #0d0d45;
}

.article-text-wrap > h2 {
display: block;
float: left;
width: 150px;
font-size: 14px;
}

ol li {
list-style-type: decimal;
list-style-position: outside;
margin-left: 23px;
margin-bottom: 5px;
font-size: 16px;
}

ol {
margin-left: 40px;
margin-bottom: 25px;
}

.hero-image
{
	position:relative;
}

.hero-image .caption
{
	width:60%;
	margin:0 20%;
}

.hero-image img
{
	display:block;
	width: 100%;
	height: auto;
	max-height: 57vh;
    object-fit: cover;
	object-position: center;
	min-height: 475px;
}

.hero-image a.hiring-tab img {
	min-height: 10px;
}

.single-post.hero-image.hasimage
{
max-height: 300px;
}

.single-post.hero-image.noimage
{
height: 380px;
}

.single-post.hero-image.noimage .caption
{
bottom: 100px!important;
}

.single-post.hero-image img {
top: -30%;
position: relative;
}

.landing-intro
{
	padding:40px 0;
	color: #363636;
}

.landing-intro .container
{
	text-align:center;
	font-size:19px;
	line-height:25px;
	padding:0 8%;
}

.landing-intro h2
{
font-weight: bold;
margin-bottom: 20px;
font-size: 36px;
line-height: 1.4;
}

.landing-intro h2 small {
    text-transform: lowercase;
}

.landing-intro h2 > span, .landing-intro h2 strong > span {
	color: #21ffa1;
}

.landing-intro p
{
	margin-bottom:20px;
}

.landing-intro p:last-child
{
	margin-bottom:0px;
}

.landing-contnet
{
	padding:0 0 40px 0;
	color: #363636;
}

.box-row
{
	border-top:1px solid #d6cce1;
	border-bottom:1px solid #d6cce1;
	display:flex;
}

.landing-box
{
	float: left;
	width: 33.33333%;
	text-align: center;
	border-right:1px solid #d6cce1;
	padding:2%;
}

.landing-box:nth-child(3n+3)
{
	border-right:none;
}

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

	.box-row
	{
		border: none;
		display:block;
	}

	.landing-box {
	clear:both;
	width: 100%;
	border-bottom:1px solid #dddddd;
	margin-bottom:30px;
	padding-bottom:30px;
	border-right:none;
	}

	.landing-box:last-child {
	border-bottom:none;
	margin-bottom:0px;
	padding-bottom:0px;
	}
}



.landing-box h2
{
	color:#0d0d45;
	font-size:35px;
	line-height:40px;
}

.landing-box h3
{
	font-size:25px;
	line-height:34px;
	margin-bottom:20px;
	color:#0d0d45;
}

.landing-box p
{
	color:#666666;
	font-size:15px;
	line-height:20px;
}

section.page-content
{
	padding:40px 0;
}

.page-content p
{
	margin-bottom:18px;
}

.page-content h2, .left-download-content h2, .right-download-content h2
{
	font-size:24px;
	margin-bottom:18px;
	color:#0d0d45;
}

.left-download-content h2 {
	font-size: 15px;
	margin-bottom: 10px;
}

.person-page h2
{
/* padding-bottom: 5px;
border-bottom: 1px solid; */
font-size: 26px;
font-weight: 700;
}

.main-content
{
	/* float:left;
	width:60%;
	margin-left: 3%;
	margin-right:7%;
	color: #555; */

float: left;
width: 80%;
margin-left: 10%;
margin-right: 10%;
color: #555;
line-height: 1.6;
}

.main-content.insights
{
	width:60%;
	margin-left: 3%;
	margin-right:7%;
}

.main-content.insights ul
{
margin-bottom: 20px;
}
.main-content.insights ul li
{
list-style: outside disc;
margin-left: 20px;
}

body.single-post .main-content.insights
{
margin: 0;
width: 100%;
}

body.single-post .main-content.insights hr {
	border-bottom: 1px solid #21ffa1;
border-top: none;
}

.main-content > h1, .left-download-content > h1  {
font-size: 22px;
margin-bottom: 18px;
color: #0d0d45;
}


section.landing-title
{
	padding: 10px 0 15px;
	background: #0d0d45;
}

section.landing-title.fixed
{
	position:fixed;
	top:0;
	left:0;
	margin-top: 0;
	width:100%;
	z-index:9999;
	border-bottom:1px solid #e2e2e2;
}

body.logged-in section.landing-title.fixed
{
	top:32px;
}

.landing-title-brand
{
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	width: 100%;
	gap: 50px;
	margin: 0 10px;
}

.landing-title-logo
{
	display: none;
	height: 40px;
	width: auto;
	flex-shrink: 0;
}

section.landing-title.fixed .landing-title-logo
{
	display: block;
}

section.landing-title h1
{
	margin: 0;
	font-size: 32px;
	text-transform: uppercase;
	color: #fff;
	line-height: 58px;
	position: relative;
	top: 5px;
}

section.landing-title h1 > span {
	color: #21ffa1;
}

nav.services
{
	display: block;
	float: right;
}

nav.services a
{
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	margin-right: 10px;
	display: inline-block;
	position: relative;
	top: 1px;
}

nav.services a span
{
display: block;
}

nav.services a img
{
display: block;
height: 24px;
width: 24px;
margin: 5px auto;
background: grey;
}

.menu-icon-services {
height: 24px;
width: 24px;
margin: 7px auto;
/* background-position: top left; */
background-position: 0 0;
background-repeat: no-repeat;
}

nav.services a:hover .menu-icon-services {
/* background-position: bottom left; */
background-position: 0 -24px;
}

nav.services a:hover
{
color: #21ffa1;
}

a.scroll-down
{
	display:block;
	margin:50px 0 -40px 0;
}

.flex_section_wrapper > section:nth-of-type(odd)
{
	background:#f2f2f2;
}

.flex_section_wrapper > section.flexi
{
	padding:100px 0;
	position: relative;
}

.section-facts, body.page-id-6540 .section-facts
{
padding: 70px 0;
background-image: url('/wp-content/uploads/2024/06/green-leaf30percent-treated.jpg');
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
body.page-id-103 .section-facts {
	background-image: url('/wp-content/uploads/2015/02/cloud-purple.png');
}


.flex_section_wrapper > section.flexi .container
{
	padding:0 10px;
	position: relative;
	/* top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%); */
}

section.flexi h1
{
	display:block;
	font-size: 36px;
	text-transform: uppercase;
	color: #0d0d45;
	margin-bottom:20px;
}

section.flexi h1 > span {
	color: #21ffa1;
}

section.flexi p
{
	font-size: initial;
	line-height:24px;
	margin-bottom:18px;
	padding:0 120px;
}


.service-slider h2
{
	display:block;
	font-size: 30px;
	text-transform: uppercase;
	color: #333;
	margin-bottom:20px;
	font-weight:bold;
}

.service-slider li ul,
.more-content ul,
.case-study-block ul,
.service-slider li ol,
.more-content ol,
.case-study-block ol
{
	margin:40px auto 20px;
	max-width: 75%;
	-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
text-align: left;
}

.service-slider li ul li,
.more-content ul li,
.case-study-block ul li
{
list-style: outside;
padding: 0;
margin: 0 10% 10px 10%;
-webkit-column-break-inside: avoid;
break-inside: avoid-column;
}

.service-slider li ol li,
.more-content ol li,
.case-study-block ol li
{
padding: 0;
margin: 0 10% 10px 10%;
-webkit-column-break-inside: avoid;
break-inside: avoid-column;
}

.more-button,
.hide-content,
.more-style-button,
.external-button
{
	display:inline-block;
	padding:8px 32px;
	font-size:18px;
	text-decoration:none;
	background:#21ffa1;
	color: white!important;
	color: #0d0d45!important;
	color: #2b398a!important;
	border:none;
	margin:5px 0 20px 0;
}

.more-button:hover, .external-button:hover
{
	background:#0d0d45;
	color: #fff!important;
}

.more-content
{
	display:none;
}

.bx-viewport
{
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

aside.sidebar
{
	float:left;
	width:27%;
	padding:20px;
	margin-right:3%;

	background:#f2f2f2;
}

aside.sidebar a
{
	color:inherit;
	text-decoration:none;
}

aside.sidebar a:hover
{
	color:#0d0d45;
	text-decoration:underline;
}

.xoxo > li {
margin-bottom: 1em;
}

.xoxo > li:last-child {
margin-bottom: 0;
}

h3.widget-title {
margin-bottom: 3px;
font-weight: 700;
color:#0d0d45;
font-size:17px;
}

li.widget-container > ul > li
{
	list-style:disc outside;
	margin-left:17px;
	line-height:1.3;
	margin-bottom:7px;
}

@media screen and (max-width: 500px) {
.main-content,
aside.sidebar
{
	float:none;
	width:90%;
	margin:1em 5%;
}
}

.insights article
{
	margin-bottom:3em;
}

.insights article,
.insights article img
{
	max-width: 100%;
	height:auto;
}

.insights article a
{
	text-decoration:none;
	font-weight:700;
	color: inherit;
	color: #21ffa1!important;
}

.insights article h2
{
	margin:5px 0;
}

span.posted-on {
display: block;
margin-bottom: 20px;
font-size: 13px;
color: #888;
}

img.alignleft {
float: left;
margin: 0 30px 30px 0;
}

img.alignright {
float: right;
margin: 0 0 30px 30px;
}

#map_canvas {
	width:100%;
	height:430px;
}


article.large h2 {
font-weight: 400;
font-size: 34px;
line-height: 36px;
margin-bottom: 20px;
}


article.large
{
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom: 1px solid #21ffa1;
}

footer
{
	min-height:100px;
	padding:30px 0;
	background:#fff;
	color:#333;
	font-size:13px;
	line-height:19px;
	position:relative;
	border-top: 1px solid #ddd;
}

a.backTop
{
display: block;
position: fixed;
bottom: 20px;
right: -120px;
height: 40px;
width: 40px;
text-indent: -9999px;
background: url(images/up-arrow.png) 0 0 no-repeat;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;
}

a.backTop.show {
right: 20px;
}

a.backTop + a.contact-button
{
display: block;
position: fixed;
bottom: 20px;
right: -220px;
height: 40px;
width: auto;
padding: 0 1.5rem;
background: #21FFa1;
color: #fff;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;
    border-radius: 5px;
    line-height: 40px;
    font-weight: 700;
}

a.backTop.show + a.contact-button {
right: 70px;
}

.footer-top {
margin-bottom: 10px;
}

.footer-contact
{
float: left;
margin: 10px;
font-size: 22px;
text-transform: uppercase;
color: #888;
}


footer a
{
	text-decoration:none;
	color:inherit;
	display:inline-block;
	margin-bottom:10px;
}

footer .left
{
	width:50%;
	float:left;
	text-align:left;
	margin-left:10px;
}

footer .right
{
	width:40%;
	float:right;
	/* opacity: 0; */
	text-align:right;
	margin-right:10px;
	/* font-weight: bold; */
}



section#financial-planning,
section#statutory-accounting-tax-and-compliance
{
position: relative;
}

section#financial-planning:after,
section#employee-development:after {
	top: 0;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(242, 242, 242, 0);
	border-top-color: #f2f2f2;
	border-width: 25px;
	margin-left: -25px;
}
/*
section#statutory-accounting-tax-and-compliance:after,
section#outsourced-hr:after,
section#international-business-growth:after {
	top: 0;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(242, 242, 242, 0);
	border-top-color: #21ffa1;
	border-width: 25px;
	margin-left: -25px;
}
*/

.section-breaker {
font-size: 20px;
padding: 14px 0;
position: relative;
}

ul.fact-holder {
text-align: center;
display: flex;
justify-content: center;
}

ul.fact-holder li
{
width: 33.33333%;

padding: 20px 3%;
font-size: 26px;
}

ul.fact-holder li span {
	color: #0d0d45;
	color: #2b398a;
}

ul.fact-holder li img {
display: block;
margin: 0 auto 10px;
max-width: 100%;
height: auto;
}


.case-study-logo
{
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #dddddd;
}

.case-study-block
{
padding: 20px 0;
}

.case-study-block p {
margin-bottom: 18px;
padding: 0 100px;
}

.case-study-block p, .case-study-block ul li, .insights p, .insights li {
font-size: 17px;
line-height: 24px;
}

.case-study-block h3 {
margin-bottom: 20px;
font-size: 26px;
width: 80%;
margin: 0 auto 30px auto;
color: #0d0d45;
font-weight: 600;
}

section.case-study-quote blockquote {
padding: 40px 0;
width: 80%;
margin: 0 auto;
font-size: 21px;
font-style: italic;
line-height: 1.3;
position: relative;
}

section.case-study-quote blockquote cite {
font-weight: bold;
margin-top: 20px;
display: block;
}

section.case-study-quote blockquote:before {
display: block;
color: #fff;
content: "";
text-indent: -9999px;
background: url(images/openquotes.png) 0 0 no-repeat;
height: 128px;
width: 128px;
position: absolute;
top: 20%;
left: -200px;
opacity: 1;
}

section.case-study-quote blockquote:after {
display: block;
color: #fff;
content: "";
text-indent: -9999px;
background: url(images/closequotes.png) 0 0 no-repeat;
height: 128px;
width: 128px;
position: absolute;
top: 20%;
right: -200px;
opacity: 1;
}

a.pdf {
display: inline-block;
color: white;
text-decoration: none;
padding: 8px 10px 8px 46px;
margin: 20px auto 30px;
background: url('images/black-pdf.png') 10px center no-repeat #21ffa1;
}



h1.case-study-title {
padding: 15px 10%;
color: white;
background: #0d0d45;
font-size: 30px;
}

h1.case-study-title span {
	color: #21ffa1;
}

section.case-studies-landing {
padding: 40px 0;
}

.case-studies-intro {
font-size: 22px;
color: #0d0d45;
margin-bottom: 20px;
}

section.who-we-work-with {
padding: 40px 0;
border-top: 1px solid #f2f2f2;
background: #f2f2f2;
}



section.who-we-work-with.related-blogs {
margin-top: 30px;
}
section.who-we-work-with.join-us {
padding: 40px 0;
border-top: 1px solid #fff;
background: #fff;
}

section.who-we-work-with.join-us h1 {
	text-align: center;
}

section.who-we-work-with h2,
section.client-logos h2
{
font-size: 42px;
color: #0d0d45;
margin-bottom: 30px;
text-align: center;
}

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

.client-carousel ul li
{
	width: 300px;
	float: left;
	margin: 10px;
	position: relative;
}

.client-carousel ul li img {
border-radius: 8px;
}

.client-carousel li:nth-of-type(3n-2) {
	clear: left;
}

section.who-we-work-with.join-us .client-carousel ul li
{
background: #f2f2f2;
}

span.sector {
position: absolute;
top: 0px;
left: 0px;
background: #777;
color: white;
padding: 5px 0;
width: 100%;
font-size: 12px;
text-transform: uppercase;
-webkit-border-radius: 8px 8px 0 0;
-moz-border-radius: 8px 8px 0 0;
border-radius: 8px 8px 0 0;
}

span.sector.accounting {
background: #2b3e8a;
}

span.sector.hr {
background: #b21f80;
padding: 5px 20px;
}

span.sector.entrepreneurial {
background: #609014;
}

.overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(119, 86, 157, 0);
color: white;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
z-index: 5;
}

.client-carousel,
section.client-logos
{
position: relative;
}

section.client-logos
{
padding: 50px 0;
border-top: 1px solid #ddd;
}

.client-carousel .disabled,
.client-logos .disabled
{
opacity: 0.2;
cursor: default;
}

.client-carousel .bx-next,
.client-logos .bx-next
{
position: absolute;
display: block;
height: 32px;
width: 32px;
top: 100px;
right: 100px;
text-indent: -9999px;
background: url(images/right-arrow-casestudies.png) 0 0 no-repeat;
}

.client-carousel .bx-prev,
.client-logos .bx-prev
{
position: absolute;
display: block;
height: 32px;
width: 32px;
top: 100px;
left: 100px;
text-indent: -9999px;
background: url(images/left-arrow-casestudies.png) 0 0 no-repeat;
}

.client-carousel ul li a
{
text-decoration: none;
}
.client-carousel ul li a:hover .overlay
{
background: rgba(119, 86, 157, 0.95);
}

.client-carousel ul li {
background: white;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-o-border-radius: 8px;
border-radius: 8px;
overflow: hidden;
}

span.overlay-content {
display: block;
position: relative;
opacity: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease-in;
-ms-transition: all 1s ease-in;
-o-transition: all 1s ease-in;
transition: all 1s ease-in;

-webkit-transition: all 1s ease-out;
-moz-transition: all 0.1s ease-out;
-ms-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
padding: 5%;}

.client-carousel ul li a:hover .overlay span.overlay-content {
opacity: 1;
}
span.overlay-content img
{
display: block;
}
span.overlay-content h5
{
font-weight: 700;
font-size: 18px;
padding: 0 10%;
}

span.read-more {
display: inline-block;
margin-top: 10px;
padding: 5px 10px;
background: white;
color:#0d0d45;
}

.alternative-text {
display: block;
width: 100%;
height: 257px;
position: relative;
text-decoration: none;
color: #0d0d45;
z-index: 1;
}

.alternative-text span {
display: block;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 22px;
padding: 0 15%;
}

.client-logos li img
{
display: block;
max-width: 100%;
height: auto;
}


span.older-posts {
width: 48%;
display: inline-block;
}

span.newer-posts {
width: 48%;
text-align: right;
display: inline-block;
}

nav.post-navigation a
{
text-decoration: none;
font-weight: 700;
color: inherit;
color: #21ffa1;
}


section.not-found, section.not-found img {
display: block;
position: relative;
}

span.content404 {
position: absolute;
top: 0;
left: 0;
width: 100%;
top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

span.content404 .container {
text-align: center;
background: rgba(255,255,255,0.9);
padding: 30px;
font-size: 20px;
max-width: 760px;
}

span.content404 h1
{
font-size: 26px;
margin-bottom: 12px;
}

span.content404 .container > span a {
display: block;
color: #0d0d45;
text-decoration: none;
margin-top: 5px;
}

span.content404 .container > span a:first-of-type {
margin-top: 20px;
}

span.content404 .container > span a:hover {
color: #21ffa1;
}

a.menu-icon {
	display: none;
	width: 32px;
	height: 42px;
	margin: 0;
	float: right;
	outline: none;
	padding: 0;
	position: absolute;
	top: 33px;
	right: 30px;
}

a.menu-icon:active , a.menu-icon:active span.horizontal-line {
	outline: none;
}

a.menu-icon span.horizontal-line {
	background: #7d7d7d;
	border-radius: 2px;
	display: block;
	width: 100%;
	height: 3px;
	margin: 5px 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a.menu-icon.clicked span.horizontal-line {
	background: #21ffa1;
}

a.menu-icon.clicked span.horizontal-line:first-child {
	-webkit-transform: translateX(0) translateY(3px);
	-moz-transform: translateX(0) translateY(3px);
	transform: translateX(0) translateY(3px);
}

a.menu-icon.clicked span.horizontal-line:last-child {
	-webkit-transform: translateX(-0) translateY(-3px);
	-moz-transform: translateX(-0) translateY(-3px);
	transform: translateX(-0) translateY(-3px);
}

a.menu-icon.clicked span.horizontal-line:nth-child(2) {
	opacity: 0;
}

section.case-study-quote {
	overflow: hidden;
}

/* RESPONSIVE CSS */

@media screen and (max-width: 1140px) {
	li.slide .fact {
		top: 10px !important;
	}
	li.slide .fact.second {
		top: 120px !important;
	}
}

@media screen and (max-width: 1200px) {
	.client-carousel .bx-next{
		bottom: -50px;
		top: auto;
		right: 35%;
	}

	.client-carousel .bx-prev {
		left: 35%;
		bottom: -50px;
		top: auto;
	}

	section.who-we-work-with {
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 1070px) {
	body.page-id-8 .hero-image {
		/* display: none !important; */
	}
}

@media screen and (max-width: 940px) {
	body.home section.slider {
		padding-bottom: 110px;
	}

	span.caption, h1.caption {
		bottom: 0;
	}
}

@media screen and (max-width: 800px) {
	.main-content.insights, aside.sidebar {
		width: 100%;
	}

	.main-content.insights {
		margin: 0;
		padding: 0 10px;
	}

	aside.sidebar {
		margin: 20px 0 0 0;
	}
	body.home section.slider {
		padding-bottom: 140px;
	}
}

@media screen and (max-width: 767px) {
	section.landing-title.fixed {
		position: relative;
	}

	nav.services {
		width: 100%;
	}

	nav.services a {
		width: 50%;
		text-align: center;
		margin: 20px 0;
		float: left;
	}

	.landing-title-brand {
		float: none;
		flex-direction: column;
		align-items: center;
		gap: 20px;
		width: 100%;
		margin: 0;
	}

	.landing-title-logo {
		height: 28px;
	}

	section.landing-title h1 {
		text-align: center;
		width: 100%;
		margin: 0;
		top: 0;
	}
}

@media screen and (max-width: 640px) {
	.case-study-block p {
		padding: 0 20px;
	}

	ul.fact-holder li {
		width: 100%;
	}

	footer .left, footer .right {
		width: 90%;
	}

	footer .right {
		text-align: left;
		margin-left: 10px;
		float: left;
	}
}

@media screen and (max-width: 600px) {
	li.slide .fact {
		width: 230px !important;
		height: 70px;
	}

	li.slide img {
		height: 100%;
	}

	li.slide .fact.second {
		top: 90px !important;
	}

	body.home section.slider {
		padding-bottom: 235px;
	}
}

@media screen and (max-width: 560px) {
	body.home section.slider {
		padding-bottom: 180px;
	}
}

@media screen and (max-width: 500px) {
	body.home section.slider {
		padding-bottom: 200px;
	}
	section.flexi p {
		padding: 0 60px;
	}
}

@media screen and (max-width: 480px) {
	section.blog.homepage {
		padding-bottom: 0;
	}

	.article-text-wrap > h2 {
		width: 80%;
	}

	.article-date {
		width: 15%;
	}

	.small-articles {
		padding: 10px;
	}

	.small-articles .box.small {
		max-width: 100% !important;
		width: 100% !important;
		height: auto !important;
		box-sizing: border-box;
		margin: 10px 0;
	}
}
@media screen and (max-width: 320px) {
	body.home section.slider {
		padding-bottom: 300px;
	}
}
.team-photo-home {
	/* background-image: url('http://www.isoscelesfinance.co.uk/wp-content/uploads/2014/12/Meet-the-Team-KS-choice.jpg'); */
	background-image: url('/wp-content/uploads/2021/05/TeamNew.jpg');
	display: block;
	height: 500px;
	width: 100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}

@media screen and (max-width: 420px) {
.team-photo-home {
	/* background-image: url('http://www.isoscelesfinance.co.uk/wp-content/uploads/2014/12/Meet-the-Team-KS-choice.jpg'); */
	background-image: url('/wp-content/uploads/2021/05/TeamMobile.jpg');
	display: block;
	height: 300px;
	width: 100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
}

body.home .service-icon .img-holder {
	display: block;
	width: 100%;
	height: 100px;
	background-position: center center;
	background-repeat: no-repeat;
}

body.home .service-icon:nth-of-type(1) .img-holder {
	background-image: url('https://www.isoscelesfinance.co.uk/wp-content/uploads/2014/09/graph.png.webp');
}

body.home .service-icon:nth-of-type(2) .img-holder {
	background-image: url('https://www.isoscelesfinance.co.uk/wp-content/uploads/2014/09/financial-director.png.webp');
}

body.home .service-icon:nth-of-type(3) .img-holder {
	background-image: url('https://www.isoscelesfinance.co.uk/wp-content/uploads/2014/09/human-resources.png.webp');
}

body.home .service-icon:nth-of-type(4) .img-holder {
	background-image: url('https://www.isoscelesfinance.co.uk/wp-content/uploads/2014/09/handshake.png.webp');
}

body.home .service-icon:nth-of-type(1):hover .img-holder {
	background-image: url('https://www.isoscelesfinance.co.uk/wp-content/uploads/2015/02/graph-green.png.webp');
}

body.home .service-icon:nth-of-type(2):hover .img-holder {
	background-image: url('https://www.isoscelesfinance.co.uk/wp-content/uploads/2015/02/financial-director-green.png.webp');
}

body.home .service-icon:nth-of-type(3):hover .img-holder {
	background-image: url('https://www.isoscelesfinance.co.uk/wp-content/uploads/2015/02/human-resources-green.png.webp');
}

body.home .service-icon:nth-of-type(4):hover .img-holder {
	background-image: url('https://www.isoscelesfinance.co.uk/wp-content/uploads/2015/02/handshake-green.png.webp');
}

body.home .service-icon:nth-of-type(5) .img-holder {
	background-image: url('https://www.isoscelesfinance.co.uk/wp-content/uploads/2014/09/International-Expansion_icon.png.webp');
}

body.home .service-icon:nth-of-type(5):hover .img-holder {
	background-image: url('https://www.isoscelesfinance.co.uk/wp-content/uploads/2016/07/International-Expansion_icon-hover.png.webp');
}

section#statutory-accounting-tax-and-compliance, section#staff-development {
	background: #fff;
}

body.page-id-108 #preparation-for-sale {
	background-image: url('https://www.isoscelesfinance.co.uk/wp-content/uploads/2015/03/Sheffield-71.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
}


body.page-id-108 #preparation-for-sale h1, body.page-id-8 #financial-planning h1, body.page-id-8 #financial-planning h2, body.page-id-103 #hr-advisory h1, body.page-id-7800 #setting-up-a-uk-subsidiary h1, body.page-id-7800 #setting-up-a-uk-subsidiary h2 {
	color: #fff;
}

body.page-id-8 #financial-planning .bx-pager-item a, body.page-id-7800 #setting-up-a-uk-subsidiary .bx-pager-item a {
	background-color: #fff;
}

body.page-id-8 #financial-planning .bx-pager-item a.active, body.page-id-7800 #setting-up-a-uk-subsidiary .bx-pager-item a.active {
	background-color: #21ffa1;
}

body.page-id-8 #financial-planning a.bx-prev, body.page-id-7800 #setting-up-a-uk-subsidiary a.bx-prev
{
	background:url(https://www.isoscelesfinance.co.uk/wp-content/uploads/2015/02/left-arrow-light.png) 0 0 no-repeat;
}

body.page-id-8 #financial-planning a.bx-next, body.page-id-7800 #setting-up-a-uk-subsidiary a.bx-next
{
	background:url(https://www.isoscelesfinance.co.uk/wp-content/uploads/2015/02/right-arrow-light.png) 0 0 no-repeat;
}

body.page-id-108 #preparation-for-sale .more-button,
body.page-id-108 #preparation-for-sale .hide-content,
body.page-id-108 #preparation-for-sale .more-style-button,
body.page-id-8 #financial-planning .more-button,
body.page-id-8 #financial-planning .hide-content,
body.page-id-8 #financial-planning .more-style-button,
body.page-id-103 #hr-advisory .more-button,
body.page-id-103 #hr-advisory .hide-content,
body.page-id-103 #hr-advisory .more-style-button
{
	color:#fff;
	border:1px solid #fff;
}


body.page-id-8 #financial-planning, body.page-id-103 #hr-advisory {
	background-image: url('/wp-content/uploads/2019/03/In-the-kitchen-1.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	position:static;
	background-color: #000;
	color: #fff;
}

body.page-id-7800 #setting-up-a-uk-subsidiary {
	background-image: url(/wp-content/uploads/2019/03/World-Map.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-attachment: fixed;
	position:static;
	background-color: #000;
	color: #fff;
}

body.page-template-page-contact-php .main-content {
	margin-left: 5%;
	margin-right: 5%;
	width: 51%;
}

body.page-template-page-contact-php .main-content img {
	width: 258px;
	height: auto;
	margin-top: 30px;
}

section.call-back-form {
	float: left;
	background: #0d0d45;
	padding: 20px;
	width: 34%;
	color: #fff;
	margin-right: 5%;
}

section.call-back-form h1 {
	font-weight: bold;
	font-size: 30px;
}

section.call-back-form input.wpcf7-text {
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
}

section.call-back-form p:last-of-type {
	margin-bottom: 0;
}

section.call-back-form .wpcf7-submit {
	background: transparent;
	-webkit-appearance: none;
	padding: 10px;
	border: 1px solid #fff;
	color: #fff;
	margin-top: 20px;
	font-size: 15px;
}

section.call-back-form .wpcf7-submit:hover {
	background:#21ffa1;
	cursor: pointer;
}

section.call-back-form span.wpcf7-not-valid-tip {
	background: #fff;
	padding: 5px;
	margin-top:-10px;
}

section.call-back-form div.wpcf7-response-output {
	padding: 10px;
	margin: 20px 0 0 0;
}

body.page-id-8 #financial-planning {
	background-image: url('/wp-content/uploads/2019/03/Outsourced-Accounting-1024x682.jpg');
}

body.page-id-6540 .video-wrapper video {
	top: 6%;
	-webkit-transform: translateY(-6%);
	-ms-transform: translateY(-6%);
	transform: translateY(-6%);
}

body.page-id-6540 #interim-finance-director ul {
	padding:0 120px;
	text-align: left;
	margin-left: 20px;
}

body.page-id-6540 #interim-finance-director ul li {
	list-style-type: disc;
	margin: 4px 0;
}


@media screen and (max-width: 700px) {
	body.page-template-page-contact-php .main-content, body.page-template-page-contact-php .call-back-form {
		width: 90%;
		margin: 0 5%;
	}

	body.page-template-page-contact-php .call-back-form {
		margin-top: 20px;
	}
}


.blog-download-button {
	border-top: 3px solid #0d0d45;
	padding-top: 15px;
	width: 340px;
	/* float: right; */
	/* margin-left: 20px; */
	margin-bottom: 20px;
}

.left-download-button {
	width: 33%;
	margin-right: 5%;
}

.right-download-button {
	width: 62%;
}

.right-download-button a {
	background: #21ffa1;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	display: inline-block;
	font-size: 13px;
	margin-top: 6px;
}

.right-download-button h2 {
	margin-bottom: 0px;
	font-size: 19px;
}

.right-download-button h3 {
	margin-bottom: 13px;
	font-size: 13px;
}

.left-download-button, .right-download-button {
	float: left;
}

#download {
display: none;
}

.left-download-content {
	width: 60%;
	text-align: left;
	float: left;
}
.left-download-content p {
	margin-bottom: 20px;
}

.right-download-content {
	width: 30%;
	float: right;
}

.right-download-content {
	width: 30%;
	float: right;
	text-align: left;
}

.right-download-content label {
	width: 100% !important;
	display: inline-block;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 5px;
}

.right-download-content input[type=text] {
	width: 100%;
	margin-bottom: 15px;
	padding: 5px;
	display: inline-block;
}

.right-download-content input[type=submit] {
	display: inline-block;
	border: none;
	background: none;
	font-size: 16px;
	background: #21ffa1;
	color: #fff;
	padding: 12px 20px;
}

.main-content.insights ul li {
	position: relative;
	list-style-type: none !important;
}

.main-content.insights ul li:before {
	content: '';
	position: absolute;
	left:-20px;
	top: 5px;
	background: #21ffa1;
	height: 7px;
	width: 7px;
	display: block;
	border-radius: 60%;
}

.main-content.insights ol li {
	font-size: inherit;
}

.main-content.insights ol {
margin-left: 0 !important;
font-size: 17px;
}

aside.sidebar.twitter {
	background: #fff;
	padding:0;
	margin-top: 30px;
}

select#lead_source, label[for="lead_source"] {
	display: none;
}

input[type="submit"]:disabled {
   opacity: 0.5;
}


.join-us-introduction, .join-us-employee-benefits, .join-us-what-we-need-from-you, .join-us-form {

}

.join-us-introduction .container, .join-us-employee-benefits .container, .join-us-what-we-need-from-you .container, .join-us-form .container {
	padding-top: 50px;
	padding-bottom: 50px;
}

.join-us-introduction .container {
	border-top: none;
}

.join-us h1 {
	color: #21ffa1;
	/* font-weight: bold; */
	font-size: 2em;
	margin-bottom: 1em;
}

.join-us .left, .join-us .right {
	width: 36%;
	float: left;
}

.join-us .right {
	border-left: 1px solid #21ffa1;
	padding-left: 4%;
	box-sizing: border-box;
	margin-left: 4%;
	width: 60%;
}

.join-us .right.full-width.centered {
	border-left: none;
	padding-left: 0;
	box-sizing: border-box;
	margin-left: 0;
	width: 100%;
}

.join-us-introduction {

}

.join-us-employee-benefits {

background-size: cover;

background-position: top center;
}

.benefits-wrap {
	background: #fff;
	text-align: center;
	padding-bottom: 1em;
}
.benefits-wrap h1 {
	padding-top: 1em;
}

ul.employee-benefits {
	margin: 0;
}

ul.employee-benefits li {
	background-image: url('https://www.isoscelesfinance.co.uk/wp-content/uploads/2015/11/green-star.png');
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 50px;
	margin-right:0;
}

.join-us-what-we-need-from-you {

}

.join-us-testimonials {

padding: 50px 0;

background-size: cover;

background-position: center center;
}

.join-us-employee-benefits .container, .join-us-testimonials .container, .join-us-form .container {
	max-width: 840px;
}

ul.testimonials {
padding: 30px;}

ul.testimonials {
	background-color: rgba(255,2552,555,0.8);
	font-size: 0.9em;
}

ul.testimonials li {
	padding: 10px;
	width: 23%;
	box-sizing: border-box;
	float: left;
	margin: 1%;
	border-right: 1px solid #21ffa1;
	text-align: center;
	padding: 0 20px;
	min-height: 312px;
}

ul.testimonials li:last-of-type {
	border-right: none;
}

.join-us-form {

}

.join-us-form input, .join-us-form textarea {
	border: 1px solid #d6cfcf;
	background: #f9f8f8;
	border-radius: 4px;
	padding: 10px 8px;
	width: 100%;
	font-family:"proxima-nova-alt", Arial, Helvetica, sans-serif;
}

.fake-input-wrap {
	border: 1px solid #d6cfcf;
	background: #f9f8f8;
	border-radius: 4px;
	padding: 10px 8px;
	width: 100%;
	margin-bottom: 20px;
}

.fake-input-wrap span {
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
}

.list-of-vacancies {
text-align: center;
}

.join-us .cta {
	text-decoration: none;
	color: #fff;
	background: #21ffa1;
	padding: 10px 8px;
}

.new-vacancies-layout ul li {
	width: 210px;
}

.new-vacancies-layout ul li .alternative-text {
	height: 210px;
}

.top-row-triangle, .middle-row-triangle, .bottom-row-triangle {
	width: 100%;
}

.top-row-triangle, .middle-row-triangle, .bottom-row-triangle {

}

.job-wrap {
	display: inline-block;
}

.new-vacancies-layout .client-carousel ul li {
	border-radius: 0;
	border: 1px solid #0d0d45;
}


@media screen and (max-width: 900px) {
.join-us .left, .join-us .right {
	width: 100%;
	margin:0;
	padding: 0 5%;
	border: none;
}

.join-us .right img {
	max-width: 100%;
}

ul.testimonials li {
	width: 100%;
	padding:0;
	margin:0 0 40px 0;
	border: none;
	min-height: auto;
}

.blog-download-button {
	width: 100%;
}
.benefits-wrap, ul.testimonials {
	margin: 0 5%;
}
}


.join-us-introduction .container {
	display: flex;
	flex-wrap: wrap;
}

.social-share-wrap {
	width: 100%;
	clear: both;
}

.service-slider li ul li, .more-content ul li, .case-study-block ul li {
font-size: 17px;
}

nav.services.hide-nav {
	display: none;
}

.graph-and-text_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.graph-and-text_wrap .graph,
.graph-and-text_wrap .text {
	width: 48%;
}

.graph-and-text_wrap .graph img {
	width: 100%;
}

section.flexi .graph-and-text_wrap .text p {
	padding:0;
}

@media screen and (max-width: 660px) {
	.graph-and-text_wrap .graph,
	.graph-and-text_wrap .text {
		width: 100%;
	}

	.graph-and-text_wrap .text {
		order: 1;
	}

	.graph-and-text_wrap .graph {
		order: 2;
	}
}

body.page-id-7800 .section-facts {
	background-image: url(https://www.isoscelesfinance.co.uk/wp-content/uploads/2016/07/london-homepage.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 70px 0;
}

.white-wrapper {
    background: rgba(255,255,255,0.95);
    padding: 20px;
    color: #111;
    text-align: left;
    max-width: 800px;
    margin: 0 auto;
}

.white-wrapper h1, .white-wrapper a {
color: #0d0d45!important;
}

.page-block h1 {
	font-size: 42px;
	margin-bottom: 18px;
	color: #0d0d45;
}

.page-block h1 > span {
	color: #21ffa1;
}

.page-block {
	margin-bottom: 50px;
}
.page-block:last-of-type {
	margin-bottom:0;
}

.page-block:nth-of-type(2) {
	background-image: url(/wp-content/uploads/2024/06/green-flower-open-min.jpg);
	padding: 200px 0;
	color: #fff;
	background-position: center;
	background-attachment: fixed;
}

.page-block:nth-of-type(2) h1, .page-block:nth-of-type(2) a {
	color: #fff;
}


/* Graduates (Stories) */
.graduates-stories-table .row {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.graduates-stories-table .row .image-wrap {
	width: 120px;
	height: 120px;
	background-color: red;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 2em;
}

.graduates-stories-table .row:nth-of-type(4n+1) .image-wrap {
	background-color: #0d0d45;
}

.graduates-stories-table .row:nth-of-type(4n+2) .image-wrap {
	background-color: #21ffa1;
}

.graduates-stories-table .row:nth-of-type(4n+3) .image-wrap {
	background-color: #cd0055;
}

.graduates-stories-table .row:nth-of-type(4n+4) .image-wrap {
	background-color: #00a7ee;
}

.graduates-stories-table .row .image-wrap > span {
	display: block;
	color: #fff;
	font-size: 2em;
}

/* .graduates-stories-table .row .image-wrap img {
	width: 120px;
	height: auto;
} */

.graduates-stories-table .row .tite-wrap {
	width: 65%;
}

.graduates-stories-table .row .tite-wrap h2 {
	font-size: 18px;
	line-height: 1.4em;
}

.graduates-stories-table .row .tite-wrap h2:hover {
	text-decoration: underline;
}

.graduates-stories-table .row .tite-wrap h2:first-of-type {
	margin-top: 0;
}

.graduates-stories-table .row .tite-wrap h2:last-of-type {
	margin-bottom: 0;
}

.graduates-stories-table .row .tite-wrap h2 span {
	color: #8e8e8e;
}

.graduates-stories-table .row .tite-wrap h2 a {
	color: #000;
	text-decoration: none;
}

.graduates-landing .container {
	padding: 0 15px
}

.graduates-landing h1 {
	font-size: 1.6em;
	margin-bottom: 18px;
	color: #0d0d45;
}

.graduates-landing .boxed-layout {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.graduates-landing .boxed-layout .box-link {
	position: relative;
	width: 31.5%;
	margin-bottom: 25px;
}

.graduates-landing .boxed-layout .box-link.large {
	background: #5b3e98;
	width: 31.5%;
}

.graduates-landing .boxed-layout .box-link.large .overlay-box {
	display: flex;
	background: none;
}

.graduates-landing .boxed-layout .box-link.image-box {
	width: 55%;
}

.graduates-landing .boxed-layout .box-link a {
	position: absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;

	z-index: 999;

	cursor: pointer;
}

.graduates-landing .boxed-layout .box-link .overlay-box {
	display: none;

	position: absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;

	background: rgba(0,0,0,0.6);

	align-items: center;
	justify-content: center;
	text-align: center;

	padding: 10px;
}

.graduates-landing .boxed-layout .box-link .overlay-box.blue { background: rgba(1, 25, 197, 0.6); }
.graduates-landing .boxed-layout .box-link .overlay-box.green { background: rgba(115, 191, 67, 0.6); }
.graduates-landing .boxed-layout .box-link .overlay-box.orange { background: rgba(243, 124, 48, 0.6); }
.graduates-landing .boxed-layout .box-link .overlay-box.red { background: rgba(196, 32, 61, 0.6); }
.graduates-landing .boxed-layout .box-link .overlay-box.purple { background: rgba(91, 62, 152, 0.6); }
.graduates-landing .boxed-layout .box-link .overlay-box.pink { background: rgba(171, 21, 108, 0.6); }

.graduates-landing .boxed-layout .box-link .overlay-box h2 {
	color: #fff;
	margin:0;
}

.graduates-landing .boxed-layout .box-link:hover .overlay-box {
	display: flex;
}

.graduates-landing .boxed-layout .box-link img {
	width: 100%;
	height: auto;
	display: block;
}

.default-page-container h1 {
	color: #0d0d45;
	font-size: 1.6em;
}

.default-page-container h2 {
	font-size: 2.2em;
}

.default-page-container h2 > span {
	color: #21ffa1;
}

.default-page-container ul {
	margin-bottom: 18px;
	padding-left: 50px;
}

.default-page-container ul li {
	position: relative;
	list-style-type: none !important;
}

.default-page-container ul li:before {
	content: '';
	position: absolute;
	left:-20px;
	top: 5px;
	background: #21ffa1;
	height: 7px;
	width: 7px;
	display: block;
	border-radius: 60%;
}

table.timelines {

}

table.timelines tr:first-of-type {

	background: #0d0d45;
	color: #fff;
}

table.timelines tr:first-of-type td {
	border: none;
	padding: 15px;
	font-weight: bold;
}

table.timelines td {
	min-width: 250px;
	padding: 5px;
	border: 1px solid #ddd;
}

@media screen and (max-width: 760px) {
	.graduates-landing .boxed-layout .box-link {
		width: 48%;
	}

	.graduates-landing .boxed-layout .box-link .overlay-box h2 {
		font-size: 16px;
	}
}

@media screen and (max-width: 460px) {
	.graduates-landing .boxed-layout .box-link {
		width: 100%;
	}

	.graduates-landing .boxed-layout .box-link .overlay-box h2 {
		font-size: 16px;
	}
}


@media screen and (max-width: 900px) {
	body.page-template-page-graduatesStories2017 .join-us-introduction .container {
		padding: 0 15px !important;
	}

	body.page-template-page-graduatesStories2017 .join-us-introduction .container .left,
	body.page-template-page-graduatesStories2017 .join-us-introduction .container .right {
		padding:0;
		width: 100%;
		margin-top: 15px;
	}
}


a.quick-apply {
	    display: table;
    text-align: center;
    text-decoration: none;
    background: #76569c;
    padding: 1em;
    color: #fff;
    margin: 2em auto 0;
}



.case_study_wrapper div.case_studies {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -2rem;
}

.case_study_wrapper div.case_studies > div {
    margin: 0.5rem;
}

section.blog_banner_purple {
    background: #0d0d45;
    padding: 3rem;
    color: #fff;
    font-size: 3rem;
}

section.blog_banner_purple h1 > span {
	color: #21ffa1;
}

h5.cs_title > span {
    display: none;
}

/* Cj Jan 2020 */
form .gf_progressbar_wrapper .gf_progressbar_title {
    margin-bottom: .5em;
    font-weight: 700;
    font-size: 1.4em;
	color: #704d9e;
}

.blog_banner_purple {
    background: #704d9e;
    padding: 3rem;
    color: #fff;
    font-size: 3rem;
}
.gform_confirmation_wrapper>div {
    text-align: center;
    font-size: 1.75rem;
}

.noUi-touch-area {
	background-image: url(/wp-content/uploads/2020/05/triangle.png)!important;
	background-repeat: no-repeat!important;
}

.graph-and-text_wrap .text ul {
	padding-left: 2rem;
}

.graph-and-text_wrap .text ul li {
	list-style: disc;
}

.main-content p a {
	color: #555;
}

@media screen and (max-width: 550px) {
	.main-bx-slider li > img {
		height: 75vh; object-fit:cover;
	}
	section.slider span.caption {
	  font-size: 20px;
	  line-height: 1.5;
	}
}


.container.wider-header { max-width: 1600px; }

li.slide picture, li.slide picture img {
    width: 100%;
    height: auto;
	width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 85vh;
}


.call-back-form input#gform_submit_button_2 { cursor: pointer; padding: 0.75rem; width: 100%; background: transparent; border: 1px solid white; color: white; }
.call-back-form input#gform_submit_button_2:hover { background: white; color: black; }
.call-back-form input { padding: 0.5rem; width: 100%; }
.call-back-form textarea { max-width: 100%; margin-top: 1rem;}
.call-back-form .gchoice { display: flex; align-items: center; justify-content: flex-start; margin-bottom: 0.5rem; }
.call-back-form .gchoice label { order: 2; width: auto; }
.call-back-form .gchoice input { order: 1; width: auto; margin: 0 0.5rem 0 0; }
.call-back-form .hidden_label { margin-bottom: 1rem; }
.call-back-form .hidden_label label { display: none; }
.call-back-form legend { color: white; font-weight: 700; }
.call-back-form label { color: white; }
.call-back-form h2 { color: white; font-weight: 700; margin-bottom: 1rem; }
.call-back-form span.gform_description { display: block; margin-bottom: 1rem;}


.ginput_container.ginput_container_consent {
    display: flex;
    align-items: center;
    justify-content: flex-start;
	padding-bottom: 1rem;
}
.ginput_container.ginput_container_consent input {
    width: auto;
    margin: 0 0.5rem 0 0;
}

body.page-id-8 #financial-planning {
	background: url('/wp-content/uploads/2023/06/isos.jpg') center center no-repeat;
	background-size: cover;
}

span.overlay.integro-green {
    display: none;
}


h1,h2,h3,h4,h5,h6 {
  font-family: "Big Shoulders Display", sans-serif!important;
  text-transform: uppercase!important;
	font-weight: 800!important;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	font-weight: 800!important;
}


.landing-intro h3 {
    font-size: 30px;
    line-height: 2;
}

.case_studies>div a h5 {
	font-size: 28px!important;
	line-height: 1.5!important;
}
.case_studies>div a h5 > p {
	display: inline;
}
.case_studies>div a h5 > pre {
    display: inline;
    font-family: "Big Shoulders Display", sans-serif !important;
    color: #21FFa1;
}

.purple-banner .container .flex h1, .simple-text .container h2 {
	font-size: 42px!important;
}

.purple-banner .container .flex h1 span,
.simple-text .container h2 span {
	color: #21ffa1;
}

body.page-template-page-graduates2023 h2 span,
body.page-template-page-graduates2023 h3 span,
body.page-template-page-graduates2023 h4 span,
body.page-template-page-graduates2023 h5 span {
	color: #21ffa1;
}

.graduate-opportunities .flex .box a.cta {
	background: #21FFa1;
	color: white!important;
}


main p a,
main li a {
	color: blue!important;
}


section.who-we-work-with h1 span,
section.client-logos h1 span {
	color: #21ffa1;
}

section.who-we-work-with h2 span, section.client-logos h2 span {
	color: #21ffa1;
}

article.large > a > h2 > span {
    color: #21ffa1;
}


body #applicantGatewayLink, body .vacancies-nav__link.active {
	background-color: #0d0d45!important;
}




.job-cards .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.job-cards .list li {
    width: 100%;
    text-decoration: none;
    list-style: none !important;
    margin-bottom: 1em;
    border-radius: 0px;
    background: #fdfdfd;
    -webkit-box-shadow: 11px 11px 31px #d7d7d7, -11px -11px 31px #ffffff;
    box-shadow: 11px 11px 31px #d7d7d7, -11px -11px 31px #ffffff;
    padding: 1.25em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#mpatscontent a, #mpatscontent span, #mpatscontent div {
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
}
#mpatscontent .job-card-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
#mpatscontent .newJobCards {
    flex-grow: 1;
    width: 50%;
}

.job-cards .list li a {
color: inherit!important;
text-decoration: none;
}


@media screen and (max-width: 500px) {
	body.home h1.caption {
		max-height: 60%;
	}
}