/* ordered list styles */
ol { display: block; margin: 0; padding: 0; }
ol li {
    counter-increment: oln;
}
ol li:before{
	content: counter(oln) ". ";
    opacity: 0.7;
    display: inline;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
}

.main { padding: 0; }
.tagline { width: 100vw; position: relative; left: calc(( ( ( 100vw - 100%) / 2 ) * -1 ) ); font-size: 16px; font-weight: bold;}
.page-content-php .module:first-child { font-size: 3rem; padding-top: 1.125em; }
.page-content-php .module:last-child { margin-bottom: 50px; }
.page-content-php #hero { padding-top: 0 !important; }
.single-experts .page-content-php { padding: 50px 0; }

.link-list ol { font-size: 1.25em; line-height: 1.3em; }
.link-list ol li { border-bottom: solid 1px #b3b3b3; padding: 0 0 0.6em 0; margin: 0 0 0.6em 0; }
.link-list ol li:last-child { border: none; margin-bottom: 0; padding-bottom: 0; }
.link-list ol li a:hover { opacity: 0.75; }

#header .menu > ul > li > .dropdown-menu { display: none; }
@media (min-width: 1244px) {
	#header .menu > ul > li { display: inline-block !important; }
	#header .menu > ul > li > .dropdown-menu { display: block; position: absolute; left: 0; top: 100%; padding: 2.663em 0 0 0; min-width: 11.375em; opacity: 0; visibility: hidden; transition: all 0.2s; }
	#header .menu > ul > li:hover > .dropdown-menu { opacity: 1; visibility: visible; }
	#header .menu > ul > li > .dropdown-menu:before { content: ""; position: absolute; left: 1.438em; top: 0.35em; width: 1px; height: 1.5em; background: #7EBCBC; }
	#header .menu > ul > li > .dropdown-menu ul { background: #813393; font-size: 0.813rem; white-space: nowrap; line-height: 1.2em; padding: 0.35em 0.846em 0.15em 0.846em; transition: all 0.2s; transform: translateY(-2.66rem); }
	#header .menu > ul > li:hover > .dropdown-menu ul { transform: translateY(0); }
	#header .menu > ul > li > .dropdown-menu ul li { border-bottom: solid 1px rgba(255,255,255,0.55); text-align: left; z-index: 3000; position: relative; }
	#header .menu > ul > li > .dropdown-menu ul li:hover { z-index: 3001; }
	#header .menu > ul > li > .dropdown-menu ul li:last-child { border-bottom: none; }
	#header .menu > ul > li > .dropdown-menu ul li a { display: block; padding: 0.69em 2em 0.69em 0; }
	#header .menu > ul > li > .dropdown-menu ul li a:hover { opacity: 0.7; }
}
@media (max-width: 1243px) {
	#header .menu > ul > li.menu-item-has-children > a:before { content: " + "; font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace"; display: inline; }
	#header .menu > ul > li.menu-item-has-children.open > a:before { content: " - "; }
	#header .menu > ul > li > .submenu { display: none; }
	#header .menu > ul > li.open > .submenu { display: block; }
	#header .menu > ul > li > .submenu ul { font-size: 1.7rem; opacity: 0.8; }
}

/* list font sizes */
.list-size-normal ol, .list-size-normal ol{  }
.list-size-small ol, .list-size-small ul { font-size: 1em; }
.list-size-large ol, .list-size-large ul { font-size: 1.5em; }
.list-weight-bold ol, .list-weight-bold ul { font-weight: 800; }

/* tagline colours */
.tagline.white { color: #FFFFFF; } 
.tagline.dark { color: #000000; }

/* background colours */
.bg-purple {background-color: #584099 !important;}
.bg-teal {background-color: #64b5b6 !important;}
.bg-blue {background-color: #6993cd !important;}
.bg-green { background-color: #08b89d !important; }
.bg-green-2 { background-color: #89c765 !important; }
.bg-green-3 { background-color: #77b2b4 !important; }
.bg-orange { background-color: #f05125 !important; }  
.bg-pink { background-color: #e90e8b !important; }
.bg-teal-grad {background: rgb(15,87,94) !important;background: linear-gradient(180deg, rgba(15,87,94,1) 0%, rgba(51,120,138,1) 100%)!important;}
.bg-purple-grad {background: rgb(70,47,135) !important;background: linear-gradient(180deg, rgba(70,47,135,1) 0%, rgba(130,52,148,1) 100%)!important;}
.bg-green-grad {background: rgb(0,133,64) !important;background: linear-gradient(180deg, rgba(0,133,64,1) 0%, rgba(105,190,83,1) 100%)!important;}

/* newsletter sign up */
.social-newsletter .newsletter a { color: #573F99; }
.social-newsletter .newsletter a:hover { text-decoration: underline; }
.social-newsletter .newsletter .gform_wrapper ul.gform_fields li.gfield { padding: 5px 0; }
.social-newsletter .newsletter .email input { padding: 0.769em 1em !important; font-size: 1em; line-height: 1.308em; border: none; width: 100% !important; display: block; color: inherit; margin: 0 0 1em 0; }
.social-newsletter .newsletter input[type='submit'] { font-size: 1.125rem; border: none; font-weight: bold; color: #593589 !important; display: inline-block; line-height: 1.4em; color: #593589; padding: 0 4.2em 0 0; background: url("../img/arrow_large_purple.svg") right center no-repeat; background-size: 3em auto; }
.social-newsletter .newsletter .gform_wrapper .gform_footer input[type=image] { max-width: 50px !important; }
.social-newsletter .newsletter .gform_footer { text-align: right;  margin-top: 0; padding-top: 0; }
.social-newsletter .newsletter .gform_confirmation_message { font-weight: bold; font-size: 1.308em; line-height: 1.2em; margin: 0 0 0.8em 0; }
.social-newsletter .newsletter .validation_error { display: none; }


/* Image Text */
.font-large { font-size: 22px; line-height: 1.38em; }
.font-medium { font-size: 18px !important; line-height: 1.38em; }
.font-small { font-size: 16px; line-height: 1.38em; }

/* Text Area */
.p-intro a { color: #593589; }
.p-intro a:hover { filter: saturate(2); }

/* Form */
.module-gform { max-width: 40rem; }
.module-gform .gform_heading { display: none; }
.module-gform .gfield_label { color: #656565 !important; text-transform: uppercase !important; font-weight: 500 !important; line-height: 1.2em !important; margin: 0 0 0.3em 0; font-size: 0.813rem; }
.module-gform .ginput_container { margin: 0 0 0 0 !important; display: block !important; width: 100% !important; }
.module-gform .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.module-gform .gform_wrapper textarea, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select { margin: 0 0 0 0 !important; display: block !important; width: 100% !important; border: 1px solid black !important; font-size: 1.25em; line-height: 1.5em !important; padding: 0.5em 1em !important; }

 .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    background-image: linear-gradient( 45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    appearance: none;
}

.module-gform .gform_button { background: #593589; color: #fff !important; font-size: 1.063rem; text-transform: uppercase; font-weight: bold; border: none; display: inline-block; line-height: 1.412em; padding: 0.853em 1em; text-align: center; min-width: 8.5em; cursor: pointer; }
.module-gform .gform_button:hover { filter: saturate(1.5); }
#g-recaptcha-response {display: none!important;}
/* module map */

.module-map { height: 27.125rem; position: relative;}
.module-map .map-inner { background: #000; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.module-map .map-inner { width: 100vw; left: calc( ( ( 100vw - 100% - 10px) / 2 ) * -1 );  }
.module-map .map-inner .map { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
@media (min-width: 768px) {
	.side-margin .module-map .map-inner { left: calc(( ( ( 100vw - 100% - 10px) / 2 ) * -1 ) - 14% );  }
	.has-submenu > .opener{display:none;}
}

/* Partners Logos */
.module-partners .logos .logo img {
    height: auto;
} 

/* Pagination */
.module-pagination .numbers a span { display: inline-block; margin: 0 0.3em; color: #593589; }
.module-pagination .numbers .current { color: #8C8C8C !important; }

/* Startup team */
.box-startup-teams { display: flex; flex-direction: column; width: 100%; color: #000; position: relative; margin: 0 0 3rem 0; background: #fff; }
.box-startup-teams .header { background: #bbb; color: #fff; width: 100%; padding: 1.333rem; }
.box-startup-teams .header .subtitle { font-weight: normal; line-height: 1.2em; }
.box-startup-teams .header .title { font-weight: 500; line-height: 1.2em; margin: 0 0 0.2em 0; }
.box-startup-teams .info { padding: 1.1em; display: flex; flex-direction: column; flex: 1 0 auto; }
.box-startup-teams .info .logo { display: flex; width: 100%; height: 5rem; align-items: center; justify-content: center; margin-bottom: 1em; }
.box-startup-teams .info .logo img { display: block; max-width: 100%; max-height: 5rem; margin: auto; }
.box-startup-teams .info p { flex: 1 0 auto; }

.box-startup-teams .social { }
.box-startup-teams .social ul { text-align: center; }
.box-startup-teams .social ul li { margin: 0 .22em 0; display: inline-block; }
.box-startup-teams .social ul li:last-child { margin-bottom: 0; }
.box-startup-teams .social ul li a { display: block; padding: 0.5rem; background: #ccc; }
.box-startup-teams .social ul li a:hover { filter: saturate(2); }
.box-startup-teams .social ul li a img { display: block; width: 1.5rem; filter: invert(100%); }

.box-startup-teams .module-cta { text-align: center; }


.module-startup-teams { }
.module-startup-teams > ul { display: flex; flex-wrap: wrap; margin: 0 -0.5rem; }
.module-startup-teams > ul > li { width: 33.333%; padding: 0 0.5rem; display: flex; margin-bottom: 1rem; }
.module-startup-teams.col4 > ul > li { width: 25%; }

@media (max-width: 767px) {
	.module-startup-teams > ul > li { width: 50% !important; }
}
@media (max-width: 575px) {
	.module-startup-teams > ul > li { width: 100% !important; }
}

.search-results .box-search-result .inner{ max-width: 100%; }
.search-results .box-search-result { border-bottom: 0; margin: 0 0 1em 0; }

.btn-solid.download{
	padding-right: 50px;
	background-image: url("../img/download.svg");
	text-transform: none;
	background-position: 90%;
	background-size: 20px;
	background-repeat: no-repeat;
}
.owl-carousel .owl-stage {
	display: flex;
	align-items: center;
  }
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: 1px solid #FFF!important;
    padding: 3px!important;
    font: inherit;
    margin: 2px!important;
    border-radius: 25px!important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.active {
    background: #FFF!important;
    color: inherit;
    border: 1px solid #FFF!important;
    padding: 3px!important;
    font: inherit;
    margin: 2px!important;
    border-radius: 25px!important;
}
#hero .arrow{
	display: none;
}
.footer-imgs img{
	max-width: 100%;
	margin: 50px 0;
}

.box-case-study .photo { background-color: white; }
.module-photo img{
	max-width: 100%;
}
.ul > li, .project_specs ul > li, .ol > li, .conttxt ol > li {
	padding: 0.8em 0.6em 0.8em 0em;
}
.project_specs ul > li >span:first-child{
	width: 35%;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	color: #4c4c4c;
}
.mt-3 {
	margin-top: 2.3em;
}

/* testing blocks */
.slider-hero#hero .arrow{
	display: block;
}
#hero{
	margin: 0;
}
#hero .arrow {
	width: 1em;
}
#hero .slides .slide.has-video .bg-video video {
	object-fit: cover;
}
#hero .arrow.next{
	right: 1em;
}
#hero .arrow.prev{
	left: 1em;
}
#hero{
	margin: 0;
}
#hero .arrow {
	width: 1em;
}
#hero .slides .slide.has-video .bg-video video {
	object-fit: cover;
}
#hero .arrow.next{
	right: 1em;
}
#hero .arrow.prev{
	left: 1em;
}
/* TEST E */
body{
	background-color: #FFF !important;
}
 #header{
	background: #813494; 
	background: -webkit-linear-gradient(to top, #813494 , #462f87 ); 
	background: linear-gradient(to top, #813494 , #462f87 );
}
 #header .menu > ul > li > .submenu ul{
	background: #813494 ; 
	background: -webkit-linear-gradient(to top, #813494 , #462f87 ); 
	background: linear-gradient(to top, #813494 , #462f87 );
}
.main-inner{
	padding: 25px 0;
}
 #hero .slide-tbl p{
	font-size: 40px;
	font-weight: 300;
	line-height: 1.3;
	color: #89c765;
}
 #hero .slides .slide .slide-tbl .box{
	opacity: 0;
	background-color: rgba(0,0,0,0) !important;
	max-width: 44.4rem;
	transition: all .5s ease;
}
 #hero .slides .slide.cycle-slide-active .slide-tbl .box{
	opacity: 1;
	text-align: left;
}
 #header .menu > ul{
	font-size: 1.163em;
}
.module-partners .info {
	font-weight: bold;
}
.remove_link a:hover {color: inherit!important;}
.sfi_logo {
	position: absolute;
	right: 0px;
	top: 140px;
	z-index: 1000;
}
@media screen and (max-width: 1600px){
	.sfi_logo img {
		width: 200px;
	}
}
@media screen and (max-width: 1238px){
	.sfi_logo {
		top: 95px;
	}
}
@media screen and (min-width: 1244px){
	 #header .menu > ul > li > .submenu ul{
		font-size: 0.913rem;
	}
	.module-partners .info {
		padding-left: 25rem;
	}
}

@media screen and (max-width: 900px){
	.sfi_logo img {
		width: 150px;
	}
}
@media screen and (max-width: 769px){
	#hero .slide-tbl p{
		font-size: 32px;
	}
}
@media screen and (max-width: 600px){
	#hero .slides .slide .slide-tbl .box{
		max-width: 90%;
	}
	#hero .slides .slide .slide-tbl{
		max-height: 250px !important;
	}
	#hero .slide-tbl p{
		font-size: 16px;
	}
	#hero .slide, .slider-hero{
		max-height: 60vw;
	}
	#hero .arrow {
		top: 50%;
		transform: translateY(-50%);
	}
	#hero .arrow.prev {
		transform: translateY(-50%) scaleX(-1);
	}
	#hero .slides .slide-tbl .box{
		margin-bottom: 10px
	}
	#hero .arrow.next{
		right: .5em;
	}
	#hero .arrow.prev{
		left: .5em;
	}
	span.opener {float: right; margin-top: 6px;}
	.has-submenu > a {display: inline-block!important;}
	#header .menu > ul > li > .submenu ul {background: none;}
	#header .menu > ul {font-size: 2.2em;}
	#header .menu > ul > li.has-submenu.open > a:after {content: "";}
	#header .menu > ul > li > a {padding: 0.1em 1em 0.1em 0;}
	.submenu > ul > li {padding-left: 0.3em;}
	#header .menu > ul {min-width: 80%;}
	.sfi_logo {
		position: absolute;
		right: 0px;
		top: 100px;
		z-index: 1000;
	}
}
@media screen and (max-width: 350px){
	#hero .slides .slide-tbl .box{
		margin-bottom: 40px
	}
}
.search-inline .search-group .q {
    display: block;
    width: 100%;
    background: url(../img/search_purple.svg) 0.833em center no-repeat #FFEDFF;
    background-size: auto 2.067em;
    border: none;
    font-size: 1em;
    font-weight: 300;
    color: #333;
    line-height: 1.433em;
    padding: 0.833em 6.6em 0.833em 4.333em;
    position: relative;
    z-index: 1;
	float: left;

}
.search-inline .search-group .s {
    display: block;
    position: absolute;
    right: 0.4em;
	margin-right: 0.6em;
    margin-top: 0.4em;
    line-height: 2.3em;
    padding: 0 1em;
    text-transform: uppercase;
    color: #593589;
    background: #D5BFE1;
    border: none;
    z-index: 10;
    font-weight: bold;
}
#search .search-group .q:focus .search-inline .search-group .s:focus {
	background: #fff;
} 
#search .search-group .s:hover, .search-inline .search-group .s:hover {
	filter: saturate(1.5);
}
.w-100{
	width: 100%;
}

#publications-list .pagination {
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1.2em;
    padding: 0 0.5em;
    text-align: center;
}

#publications-list .pagination li {
	color: #593589;
}
#publications-list .pagination li.active {
	color: #8C8C8C;
}


#publications-list .pagination:not(.disabled) {
	cursor: pointer;
}

.facetwp-pager {
	font-size: 1.6rem;
    font-weight: 900;
    line-height: 1.8em;
    padding: 0 0.5em;
    text-align: center;
}
a.facetwp-page {
	color: #593589;
}
a.facetwp-page.active {
	color: #8C8C8C !important;
}
.facetwp-page.next {
	font-size: 0;
    background-image: url(../img/arrow_purple.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 57px;
    height: 30px;
}
.facetwp-page.prev {
	font-size: 0;
    background-image: url(../img/arrow_purple.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 57px;
    height: 30px;
    transform: scaleX(-1);
}

.module-experts .facetwp-template > ul { display: flex; flex-wrap: wrap; margin: 0 -0.5rem; }
.module-experts .facetwp-template > ul > li { width: 33.333%; padding: 0 0.5rem; display: flex; margin-bottom: 1rem; }
.module-experts.col4 .facetwp-template > ul > li { width: 25%; }


.module-searchbox .facetwp-input-wrap {
	width: 100%;
}
.module-searchbox .facetwp-facet {
	margin-bottom: 0;
}
.module-searchbox .facetwp-facet input, .module-searchbox .facetwp-facet select {
    display: block;
    width: 100%;
    border: none;
    color: #333;
    font-size: 0.813rem;
    font-weight: 500;
    line-height: 1.385em;
    padding: 0.577em 1em;
    position: relative;
    z-index: 1;
    outline: none !important;
    font-size: 1.125rem;
    padding-top: 0.78em;
    padding-bottom: 0.78em;
    min-width: 100% !important;
    height: 52px;
}
.ctf-tweet-content {
	max-width: 250px!important;
}



/* ALS Styles */

/* ALS Specific colours */
.bg-green-dark {
    background-color: #0e585e !important;
}
.bg-green-light-2 {
    background-color: #cedfdf !important;
}
.bg-als-orange {
    background-color: #cc624a !important;
}
.bg-als-gold {
    background-color: #dabc76 !important;
}
.bg-light-gold {
    background-color: #f4ebd5 !important;
}
.bg-als-faded-gold {
	background-color: #f4ebd5 !important;
}
.bg-faded-orange {
	background-color: #e0a192 !important;
}
.bg-faded-green {
	background-color: #6c9ca0 !important;
}