/*!
Theme Name: Eldo
Theme URI: https://www.eldo.co.uk
Author: Eldo Web Design
Author URI: https://www.eldo.co.uk
Description: The best theme by Eldo Web Design
Version: 4
License: Private
License URI: https://www.eldo.co.uk
Text Domain: Eldo
Tags: bespoke
*/

body {
	margin: 0;
	background: #fff;
	font-family: effra, sans-serif;
	color: #000000;
  font-weight: 400;
  font-size: 18px;
}
body:not(#tinymce), html {
	float: left;
	width: 100%;
	overflow-x: hidden;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: effra, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-family: cairo, sans-serif;

font-weight: 700;
  clear: both;
  line-height: 1.2;
}
h1 {
	font-size:3.22em;
    font-weight: 300 !important;
}
h2 {
	font-size:2.1em;
	color:#3D4E80;
	margin-bottom:0.8em;
	margin-top:0.4em
}
h3 {
	font-size:1.389em;
	color:#4698CA;
	line-height:1.;
	margin-bottom:0.4em;
	font-family: effra, sans-serif;
	font-weight:400;
	margin-top:0.6em
}

h4 {
	font-size:1.389em;
	color: #4698CA;
	font-family: effra, sans-serif;
	font-weight: normal;
}
h5 {
	font-size:0.8em;
}
h6 {
	font-size:0.6em;
}
p {
	margin-bottom: 1.2em;
}
#tinymce {
	padding:10px!important;
}
#tinymce * {
  opacity: 1 !important;
}
i {
	font-weight:100!important
}

h3.heading.question {
	color: #000;
	width: 100%;
	clear: both;
	display: flex;
	align-items: center;
	  margin-bottom: 20px;
}
h3.heading.question:before {
  content: url('images/question.svg');
  width: 90px;
  float: left;
  display: block;
  margin-right: 20px;
}


h3.heading.exclamation {
	color: #000;
	width: 100%;
	clear: both;
	display: flex;
	align-items: center;
	  margin-bottom: 20px;
}
h3.heading.exclamation:before {
  content: url('images/exclamation.svg');
  width: 90px;
  float: left;
  display: block;
  margin-right: 25px;
}

h2.heading.exclamation {
	color: #3D4E80;
	width: 100%;
	clear: both;
	display: flex;
	align-items: center;
	  margin-bottom: 20px;
}
h2.heading.exclamation:before {
  content: url('images/exclamation.svg');
  width: 90px;
  float: left;
  display: block;
  margin-right: 10px;
}
/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
button, a.button, .button a, .button a:visited, .button a:focus, input.button,
a.button:visited, input[type="submit"], .woocommerce a.button, .woocommerce button.button,
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled],
.woocommerce a.button.alt, .woocommerce button.button.alt {
	background: #C156F7;
	color: #fff;
	border-radius: 60px;
	font-size: 0.889em;
	padding: 24px 48px;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  border: 1px solid #C156F7;
	position: relative;
	display: inline-block;
	font-family: effra, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}
button:hover, a.button:hover, .button a:hover, input.button:hover,
input[type="submit"]:hover, .woocommerce a.button:hover, .woocommerce button.button:hover,
.woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover,
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover {
  background: #4698CA;
  color: #fff;
	border-color: #4698CA;
}
.button.outline, a.button.outline {
	background: none;
	color: #fff;
	border: 2px solid #C156F6;
}
.button.outline:hover, a.button.outline:hover {
	background: #C156F6;
	color: #fff;
}

.woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover {
	color: #fff;
	cursor: not-allowed;
}
.woocommerce div.product form.cart .button {
	padding: 10px 20px;
}
/* Blue Button */
a.button.blue {
	background: #5BC2E7;
	border-color: #5BC2E7;
	color: #fff;
}
a.button.blue:hover {
	background: #4ea3c1;
	border-color: #4ea3c1;
}
/* Secondary button */
a.button.secondary {
	background: none;
	color: #C964CF;
	padding:0;
	border:0;
	font-size:1em
}
a.button.secondary:after {
	content: "\f178";
  font-family: Font Awesome\ 5 Pro;
  color:#C964CF;
  font-size:1.1em;
  margin-left:20px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  top:2px
}
a.button.secondary:hover, a.button.secondary:hover:after {
	background: none;
	color: #4698CA;
}
a.button.secondary:hover:after {
	margin-left:30px
}

a.button.secondary.yellow, a.button.secondary.yellow:after {
	color: #F5EC5A;
}
a.button.secondary.yellow:hover, a.button.secondary.yellow:hover:after {
	color: #fff;
}

a.button.small {
	  padding: 8px 30px;
		text-transform: none;
		font-size: 0.9em;
}
a.button.outline.yellow {
	border-color:#F5EC5A;
}
a.button.outline.yellow:hover {
	background:#F5EC5A;
	color: #000;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
	color: #4698CA;
	text-decoration: none;
  transition: all 0.3s;
}
a:hover, a:focus, a:active {
	color: #3D4E80;
}

a:focus {
	outline: none;
}
a:hover, a:active {
	outline: 0;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	background: #eaeaea;
}
header .head-info {
	text-align: right;
}
#top-bar, #mobile-bar {
	background: #EBEBEB;
	padding: 3px 0;
}
#mobile-bar {
  display: none;
}
#top-bar .head-info a, #mobile-bar .head-info a {
	margin-left: 10px;
	display: inline-block;
}
.sub-menu li {
	display: block;
  width: 100%;
}
#menu-toggle {
  text-align: center;
  color: #5BC2E7;
  cursor: pointer;
  font-size: 1.3em;
  text-align: right;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
}
#menu-toggle i {
  width: 18px;
}
#logo img {
  display: block;
}
.toggle-wrap {
  position: relative;
  cursor: pointer;
  display: inline-block;
  /*disable selection*/
  -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  top: -5px;
}
.toggle-bar,
.toggle-bar::before,
.toggle-bar::after,
.toggle-wrap.active .toggle-bar,
.toggle-wrap.active .toggle-bar::before,
.toggle-wrap.active .toggle-bar::after {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.toggle-bar {
	width: 34px;
	margin: 10px 0;
  margin-left: 10px;
	position: relative;
	border-top: 4px solid #3d4e80;
	display: block;
}
.toggle-bar::before,
.toggle-bar::after {
	content: "";
	display: block;
	background: #3d4e80;
	height: 4px;
	width: 34px;
	position: absolute;
	top: -14px;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-ms-transform-origin: 13%;
	-webkit-transform-origin: 13%;
	transform-origin: 13%;
}
.toggle-bar::after {
  top: 6px;
}
.toggle-wrap.active .toggle-bar {
  border-top: 4px solid transparent;
}
.toggle-wrap.active .toggle-bar::before {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.toggle-wrap.active .toggle-bar::after {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
  top: 4px;
}
header span.header-link {
    margin: 10px 5px 0 5px;
    display: inline-block;
}
span.header-link i {
  color: #3D4E80;
}
/*-----------------------
# Banner
------------------------*/
#banner {
  height: 200px;
  min-height: 700px;
  padding: 40px 0;
	position: relative;
  color: #fff;
  background-color: #3D4E80;
}
#banner.slim {
	min-height:230px
}
.single-post #banner{
  min-height: 400px;
}
#banner .container {
  position: relative;
}
#banner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  background-image: linear-gradient(to right, #7CD4F8 , transparent);
  opacity: 0;
}
#banner h1 {
  margin: 0;
}
#banner h1, #banner p {
	color:#fff;
	position: relative;
}
#banner .text {
  float: left;
  width: 100%;
  max-width:700px
}
#banner:not(.slim) p {
	margin-bottom: 0;
	font-size:1.389em;
	max-width:465px;
}
#banner a:hover {
  color: #fff;
}
/*-----------------------
# Nobanner
------------------------*/
#nobanner * {
  color: #000;
}
#nobanner h1 {
  margin: 0;
}
#nobanner p:last-child {
  margin-bottom: 0;
}
#nobanner {
	text-align:left;
	padding: 30px 0;
  float: left;
  width: 100%;
  background-color: #fff;
  /* background-image: url(images/nobanner-bg.jpg);
  background-repeat: no-repeat;
  background-position: left center */
}
/*-----------------------
# Full width menu
------------------------*/
header#full #logo {
	max-width: 250px;
}
header#full #menu {
	background: #EBEBEB;
}
header#full #header-menu {
	text-align: center;
}
header#full .inner {
	padding: 20px 0;
}

/*-----------------------
# MOBILE HEADER
------------------------*/
.mobile-header {
	padding: 15px 0;
	box-shadow: 0 0 10px rgb(0 0 0 / 30%);
	float: left;
	width: 100%;
}
.mobile-header nav {
	display: none;
}
.mobile-header .social-links {
	text-align: right;
	padding-right: 0;
}
.mobile-header .search-icon .button {
	background: #C964CF;
	color: #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mobile-header .logo {
	max-width: 250px;
}
.mobile-header .logo img {
	display: block;
	width: 100%;
}
ul#mobile-menu {
	padding-top: 10px;
}
/*-----------------------
# LEFT HEADER
------------------------*/
#left-header {
	padding:0;
	background: #fff;
	box-shadow:0 0 10px rgba(0,0,0,0.3);
	    z-index: 999;
    position: relative;
}

#left-header .row {
		height:70px;
		position:relative;
		padding-right:88px
}
#left-header #logo {
	max-width: 195px;
}
#left-header #header-menu-desktop {
	text-align: right;
	margin-top: 10px;
}
#left-header #header-menu {
	text-align: center;
}
#left-header #menu {
	margin-top: 15px;
}
#left-header #menu {
	display: none;
}
#head-social {
	margin:0 70px;
	font-size:0.75em
}
#head-social a, #head-social a:visited {
	color:#000
}
.page-id-5 #head-social a, .page-id-5 #head-social a:visited {
	color:#fff;
}
#head-social a:hover {
	color:#C964CF
}
#head-search {
	background:#C964CF;
	color:#fff;
	cursor:pointer;
	text-align:center;
	font-weight:900;
	position:absolute;
	right:0;
	top:0;
	width:70px;
	overflow:hidden;
	height:70px;
	padding:0 ;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	line-height:1;
	user-select: none;
}
.search-bar {
	display: none;
  background: #3d4e80;
  padding: 10px 0;
  position: absolute;
  top: auto;
  width: 100%;
}

.search-bar input.search-field {
  width: 100%;
  max-width: 700px;
}


.search-bar form {
  justify-content: center;
}
.search-bar.show {
	display: block;
	animation-name: fadeInDown;
	animation-duration: 0.3s;
	visibility: visible;
}

.search-bar-mobile {
	background: #3d4e80;
	padding: 10px 0;
}
.search-bar-mobile form {
	justify-content: center;
}
.search-bar-mobile input.search-field {
  width: 100%;
}
span.tag {
  background: #fafafa;
  padding: 5px 15px;
  margin-top: 5px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 5px;
}
span.search-text {
	display:inline-block;
	font-weight:400!important;
	padding-right:0px;
	max-width:1px;
	opacity:0;
	overflow:hidden;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	position:relative;
	top:1px;
}
#head-search i {
	font-weight:500!important
}
#head-search:hover {
	width:130px;
}
#head-search:hover span.search-text{
	width:80px;
	padding-right:14px;
	max-width:80px;
	opacity:1;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.page-id-5 #left-header {
	background: linear-gradient(
	180deg
	, rgb(0 0 0 / 45%), transparent);
	  position: absolute;
	position: absolute;
	top: 0;
	box-shadow: none;
}
.page-id-5.admin-bar #left-header {
	top: 32px;
}
.page-id-5.admin-bar .sub {
	top: 102px;
}
/*-----------------------
# Mega Menu
------------------------*/
ul.mega {
	margin: 0;
	padding: 0;
}
.mega li a {
	border-bottom: 2px solid transparent;
}
.sub {
	background: #EBEBEB;
	padding: 40px 0;
	float: left;
	width: 100%;
	position: absolute;
	z-index: 9;
	top: 70px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	-webkit-backdrop-filter: blur(10px);
	border-top: 1px solid #eee;
	backdrop-filter: blur(10px);
	box-shadow:0 6px 10px rgba(0,0,0,0.2)
}

.admin-bar .sub {
	top: 102px;
}
.sub.show {
	opacity: 1;
	visibility: visible;
}
.menu-item.active, .menu-item.current-page {
	border-bottom: 7px solid #00ABE4 !important;
}
.menu-item.current-page {
	/* border-bottom-color: #eb599b !important; */
}
.sub h4 {
	color: rgba(0, 0, 0, 0.58);
	position: relative;
	margin: 0;
	margin-bottom: 15px;
}
.sub h4:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  bottom: -5px;
  background: rgba(0, 0, 0, 0.09);
  display:none
}
.sub-menu-title {
	margin: 0;
  color: rgba(0, 0, 0, 0.58);
}
.sub-menu-description p {
	margin: 10px 0;
	font-size:0.9em
}

a.has-sub {
	position: relative;
	padding-right: 10px !important;
}
a.has-sub:after {
	content: "\f107";
  font-family: Font Awesome\ 5 Pro;
  position: absolute;
	font-weight: 400;
  right: -4px;
  top: 23px;
  color: #000;
	transform-origin: center;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	line-height:1
}
.page-id-5 a.has-sub:after {
	color: #fff;
}
a.has-sub.active:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	top:20px
}
ul.menu-items {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sub .link-description p {
	margin: 0;
	font-size: 0.9em;
	font-weight: 300;
}
li.has-description {
	margin-bottom: 15px;
}
li.has-description a {
	font-weight: bold;
}
ul.menu-items a {
	color: #000;
	border: none;
	display: inline-block;
	margin: 2px 0;
	font-size: 0.9em;
	font-weight: 400;
}
ul.menu-items a .bold-text {
	font-weight: bold;
}
ul.menu-items a.link-box {
	font-size: 1.1em;
	display: block;
	margin: 0;
	font-weight: bold;
}
ul.menu-items a.link-box .icon {
	max-width: 50px;
	padding-right: 10px;
}
ul.menu-items a.link-box .icon img {
	display: block;
	transition: all 0.3s;
}
ul.menu-items a.link-box:hover img {
	opacity: 0.7;
}
ul.menu-items a.current-page {
	color: #2a3336;
	font-weight: bold;
}
ul.menu-items a:hover {
	color: #eb599b;
}
.columns-2 {
	column-count: 2;
}
.columns-3 {
	column-count: 3;
}
.columns-4 {
	column-count: 4;
}
#end-link {
	max-width:800px
}
#end-link h2 {
	color:#313965
}

ul.mega li {
	list-style:none;
	display: inline-block;
    float: none;
    padding:0;
    margin:0
}
ul.mega li a,
ul.mega li a:focus,
ul.mega li a:visited {
	padding: 21px 0px;
    color: #000;
    font-family: effra, sans-serif;
    font-size: 0.778em;
    font-weight: 700;
    line-height: 15px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 10px
}
.page-id-5 ul.mega li a,
.page-id-5 ul.mega li a:focus,
.page-id-5 ul.mega li a:visited {
	color: #fff;
}
ul.mega li a:hover {
	color:#eb599b
}
.page-id-5 ul.mega li a:hover {
  color: #eb599b;
}
ul.mega a.end-link {
	color:#fff!important
}
li.hide {
	display:none!important
}
.sub h3 {
	color:#000;
	font-weight:600;
	font-size:1.22em
}
.sub a.button {
	padding:4px 20px;
	font-size:0.9em
}
.second-level-menu {
	padding-left:10px;
	padding-right:10px;
	max-width:170px;
	max-width:212px;
}
.second-level-description {
	padding-right:35px
}
.second-level-menu .menu-items li:first-child a{
	color:#000;
	font-weight:600!important;
	font-size:1em;
	line-height:1.2;
	border-bottom:1px solid #5D8CC5;
	padding-bottom:6px;
	min-height:47px;
	margin-bottom:12px;
	width:100%
}
.second-level-menu .menu-items li:first-child a:hover {
	color:#eb599b!important
}
.second-level-menu .menu-items li {
	width:100%
}

.row.extra-narrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.extra-narrow > .col,
.extra-narrow > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/*-----------------------
# CENTERED HEADER
------------------------*/
#centered-header #logo {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#centered-header #logo img {
	display: inline-block;
	max-height: 75px;
	width: auto;
}
#centered-header nav#menu {
	background: #EBEBEB;
}
#centered-header #header-menu {
	text-align: center;
}
#centered-header #header-menu a {
	color: #909090;
}
#centered-header #header-menu a:hover {
	color: #fff;
}
#centered-header .social-link {
	border: none;
}
#centered-header #menu-toggle {
  padding-right: 20px;
}
/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
body.home #breadcrumbs {
	display:none
}
/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
#search-page {
  padding: 20px 0;
}
.title-404 {
  font-size: 2em;
}
.error-404 .search-field, #no-results .search-field, .search-page-form .search-field {
	width: 100%;
}

.search-submit {
  width: auto;
	margin-left: 5px;
  text-align: center;
}
.search-page-form {
  margin-bottom: 20px;
}
.search-submit i {
  margin: 0 auto;
  display: block;
}
#sidebar .search-field {
  width: calc(100% - 43px);
}
body.search-results .featured-posts {
	display:none
}
.featured-posts .subtitle-row {
    margin-bottom: 10px;
}
.excerpt-search .tag {
	display:none
}
/*--------------------------------------------------------------
# News / Blog
--------------------------------------------------------------*/
#breadcrumbs {
  background: #EBEBEB;
  padding: 10px 0 0 0;
  font-size:0.9em
}
#breadcrumbs a{
	color:#000
}
#breadcrumbs a:hover {
	color:#00ABE4
}

span.breadcrumb_last {
    font-weight:600
}
#news-page, #no-results {
	padding: 20px 0;
}
#single-post {
  padding: 20px 0;
}
.post-wrap {
  margin: 20px 0;
}
.single-thumb img {
  display: block;
  width: 100%;
}
.container.no-sidebar {
  max-width: 860px;
}
.line {
	display:block;
	margin:0 auto;
	height:1px;
	max-width:920px;
	width:100%;
	background:#B565F2;
	margin-top:10px
}
.latest-posts h2.section-title {
	font-size:2.667em;
	margin-bottom:50px;
	/* text-align: center; */
}
.stc h2.section-title {
	text-align:center
}
.dark-bg .latest-posts  h2.section-title {
	color:#5BC2E7;
	font-size:2.667em;
	margin-bottom:50px
}
.dark-bg .gform_wrapper.gravity-theme input[type=text] {
	color: #000 !important;
}
.latest-posts {

}
section.rp {
	padding: 30px 0;
}
.subtitle h4 {
    color: #000;
    font-size: 1em;
	font-weight: bold;
	margin-bottom: 20px;
}
.subtitle-row {
	position: relative;
}
.subtitle-row:after {
	content: '';
	width: calc(100% - 40px);
	left: 20px;
	height: 1px;
	position: absolute;
	bottom: 0;
	background: #707070;
}
.lp-butt {
	margin:45px 0 60px 0
}
.featured-posts {
	/* padding-top:60px; */
	/* padding-bottom:80px; */
	/* background:#DBDBDB!important */
}
.featured-posts h2.section-title {
	font-size:2.667em;
	margin-bottom:40px
}
.wp-pagenavi a, .wp-pagenavi span {
	border:0
}
.wp-pagenavi span.pages {
	display:none;
}
.wp-pagenavi, .wp-pagenavi span.current {
	font-weight:400
}
.wp-pagenavi a {
	color:#C964CF;
	border-bottom: 1px solid #C964CF!important;
	padding:0
}
.wp-pagenavi a.larger:hover {
	color:#4698CA;
	border-bottom:1px solid #4698CA!importantt
}
a.nextpostslink {
	width:46px;
	height:46px;
	border:1px solid #000!important;
	border-radius:50%;
	color:#fff;
	text-align:center;
	top:-10px;
	position:relative;
	margin-left:30px
}
a.nextpostslink:before {
	content: "\f061";
	position:absolute;
	top:11px;
	left:13px;
  font-family: Font Awesome\ 5 Pro;
  color:#C964CF
}
a.nextpostslink:hover:before {
	color:#4698CA
}

a.previouspostslink {
	width:46px;
	height:46px;
	border:1px solid #000!important;
	border-radius:50%;
	color:#fff;
	text-align:center;
	top:-6px;
	position:relative;
	margin-right:30px
}
a.previouspostslink:before {
	content: "\f060";
	position:absolute;
	top:11px;
	left:13px;
  font-family: Font Awesome\ 5 Pro;
  color:#C964CF;

}
a.previouspostslink:hover:before {
	color:#4698CA
}
a.page.larger:after,
.wp-pagenavi span.current:after {
	content:"."
}
.post-pagination {
	float: left;
    width: 100%;
    text-align: center;
    font-size: 1.1em;
    margin: 20px 0;
    line-height: normal;
}
.post-pagination a {
	color: #C964CF;
    border-bottom: 1px solid #C964CF!important;
    padding: 0;
    margin:0 6px
}
.post-pagination a:hover {
	color:#4698CA;
	border-bottom:1px solid #4698CA!important
}
.wp-pagenavi a, .wp-pagenavi span {
    border: none !important;
}
.post-pagination a:after,
.post-pagination .current:after {
	content: ".";
}
.post-pagination a.next, .post-pagination a.prev {
	width: 46px;
    height: 46px;
    border: 1px solid #000!important;
    border-radius: 50%;
    text-align: center;
    top: 0px;
    position: relative;
    margin-left: 30px;
    display:inline-block;
    padding-top:10px
}
.post-pagination a.prev {
	margin-left:0;
	margin-right:30px
}
.post-pagination a.next i,
.post-pagination a.prev i {
	font-weight:400!important;
}
.post-pagination a.next:after,
.post-pagination a.prev:after {
	display:none
}
body.single-post #page-sections .page-section:first-child {
	padding-top:0!important

}
body.single-post h3, body.single-event h3 {
	color:#000
}
#single-meta {
	font-size:0.889em;
	color:#434343;
	padding-top:40px
}
#single-meta li, #single-meta ul  {
	margin:0;
	padding:0;
	list-style:none
}
#single-meta li {
	display:inline-block;
}
#single-meta li a {
	background:#EBEBEB;
	border-radius:30px;
	margin-right:10px;
	padding:8px 16px;
	color:#000
}
#single-meta li a:hover {
	background:#4698CA;
	color:#fff
}
#single-meta h4 {
	color:#000;
	font-size:1em;
	margin: 0;
}
.meta-cats-single {
	margin-top:20px;
	margin-bottom:20px
}

.single-event .meta-cats-single {
	margin-bottom: 0;
}
.single-event #single-meta h4 {
	margin: 0;
}
body.single-post blockquote h3 {
	color:#4698CA!important
}
body.single-post blockquote:before {
	    background-image: url(images/quote-blue.svg);
}
/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.event-date {
	color:#4698CA
}
.excerpt-event .cats {
	background:#FF7F45
}
body.single-event #banner {
	min-height:380px
}
.event-details {
	margin-bottom:70px
}
#event-title h2 {
	margin:0
}
body.single-event .box {
	    background: linear-gradient(115deg, #5C8AC3 0%, #3D4E80 100%);
	    color:#fff
}
body.single-event .box h2 {
	color:#F5EC5A
}
body.single-event .details {
	margin-bottom:20px
}
body.single-event .detail {
	border-bottom:2px solid #fff;
	padding:10px 0
}
body.single-event .first {
	min-width:30%;
	font-weight:600;
	padding-right: 20px;
}
/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
blockquote {
	font-size:1.667em;
	position:relative;
	margin:0;
	line-height:1.3;
	font-weight:700
}
blockquote h3 {
	font-family: effra, sans-serif;
	font-weight:400;
	color:#4698CA!important;
	font-size:0.8em;
	margin-top:0
}
blockquote p {
	margin:8px 0;
	color: #3D4E80;
}
blockquote:before {
	content:"";
	background-size:100% auto;
	background-image:url(images/quote-blue.svg);
	width:55px;
	height:33px;
	position:relative;
	display:inline-block
}
.pink blockquote:before {
	background-image:url(images/quote.svg);
}
.pink blockquote h3 {
	color:#fde863!important
}
.twitter-tweet {
	margin:0 auto;
	display:block
}
iframe {
	display:block;
	float:none;
	width: 100%;
}
iframe.instagram-media {
	margin:0 auto!important;
	display:block;
	float:none!important;
}
.map iframe {
	width:100%!important;
	height:575px;
}
.map .section-title {
  margin-top: 40px;
}
.section-title.dark {
	color: #08061C;
}
hr {
	background-color: #5BC2E7;
	border: 0;
	height: 1px;
	width:60%;
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 1.5em
}
.bottom {
	margin-top: auto;
}
/*-----------------------
# Sidebar
------------------------*/
#sidebar {
	max-width: 300px;
	margin: 20px 0;
}
#sidebar.page-sidebar {
	margin: 40px 0;
}
#sidebar .inner {
	background: #EBEBEB;
	padding: 15px;
}
.toggle-sidebar {
	text-transform: uppercase;
	display: inline-block;
	padding: 6px 16px;
	border: 1px solid #ccc;
	color: #5BC2E7;
	cursor: pointer;
	transition: all 0.3s ease;
	user-select: none;
	border-radius: 4px;
}
.toggle-sidebar i {
	color: #3D4E80;
	margin-left: 5px;
}
ul.pages, ul.child-pages, ul.child-pages, ul.children {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.pages .parent-page {
	margin-top: 0;
}
ul.child-pages {
	margin-bottom: 20px;
	margin-top: 10px;
}
li.page:not(.current) .child-pages {
	display: none;
}
.child-pages .child-page .excerpt {
	margin: 0;
	border: 0;
}
.child-pages .child-page {
	margin:0 0 10px 0
}
.child-pages .excerpt.child-page .inner {
	min-height:50px
}
.child-page .excerpt {
	margin: 0;
	border: 1px solid #707070;
}
ul.pages a {
	color: #2E2E2E;
	font-weight: 400;
}
ul.pages a:hover, ul.child-pages a:hover {
	color: #5BC2E7;
}
ul.pages > li {
  margin-bottom: 10px;
}
ul.pages li a.parent {
	border-left: 3px solid transparent;
	font-weight: 600;
	display: inline-block;
	color: #575757;
}
ul.pages li a.parent:hover {
	color: #5BC2E7;
}
ul.pages li.current a.parent {
	border-left-color: #2C3E55;
	color: #5BC2E7;
	padding-left: 10px;
}
ul.child-pages li {
	position: relative;
	text-indent: -35px;
  padding-left: 35px;
	margin: 5px 0;
}
ul.child-pages .children li {
  padding-left: 25px;
}
ul.child-pages li:before {
  content: "";
  /* font-family: Font Awesome\ 5 Pro; */
  margin-right: 10px;
  font-weight: 300;
	width: 12px;
	height: 1px;
	position: relative;
	background: #707070;
  top: 0;
	left: 0;
  display: inline-block;
}
.child-pages .section-title, .sibling-pages .section-title {
	text-align: center;
}

.text-indent {
  float: left;
  width: 100%;
  padding-left: 100px;
}
.sibling-pages .child-page.current {
	filter: grayscale(100%);
	opacity:0.8;
	pointer-events: none
}
/*--------------------------------
# ISOTOPE
--------------------------------*/
.grid {
	display:block;
	margin:0 auto;
	margin-left: -20px;
	margin-right: -20px;
}
.grid-item {
	width:33.33%;
	padding: 0 20px;
	display:inline-block;
}

/* Blog */
.grid-item.post .placeholder {
  display: none;
}
/*--------------------------------
# MODAL
--------------------------------*/
.modal {
	max-width:800px;
	margin:0 10px;
}
.fancybox-infobar {
  display: none !important;
}
.modal-image {
  margin-bottom: 20px;
}
.modal-title, .modal-name {
  margin: 0;
}
.modal-name {
  margin-bottom: 10px;
}
.modal-title {
  margin-bottom: 20px;
}

.fancybox-toolbar .fancybox-button:hover {
	background: #5BC2E7;
}
.fancybox-thumbs__list a:before {
	border-color: #5BC2E7;
}
.fancybox-button--arrow_left:hover div, .fancybox-button--arrow_right:hover div {
	background: #5BC2E7;
}
.fancybox-navigation .fancybox-button div {
	transition: all 0.4s ease;
}
.fancybox-button[disabled] {
	display: none !important;
}
.fancybox-close-small:hover {
	background: none;
}
.modal {
  max-width: 800px;
}
.fancybox-container {
  font-family: effra, sans-serif;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border: none;
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: inherit;
	border: 1px solid #707070;
	border-radius: 100px;
	padding: 24px 40px !important;
	transition: all 0.3s ease;
	line-height: normal !important;
	font-family: inherit;
  -webkit-appearance: none;
  text-align:left
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	outline: none;
	border-color: #3D4E80;
	background: #f7f7f7;
}
select {
	border: 1px solid #ccc;
}
.sm-clean a span.sub-arrow {
  width: 8px;
  position: absolute;
  right: -2px;
  top: 50%;
}
.sm-clean a.has-submenu {
  padding-right: 12px;
}
textarea {
	width: 100%;
	border-radius: 37px
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
  margin-bottom: 5px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
  margin-bottom: 5px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  padding: 0;
}
.widget-title {
	margin: 15px 0;
	font-size: 1.1em;
}
.widget_recent_entries li {
	margin-bottom: 10px;
}
.widget select {
	max-width: 100%;
}
.widget ul {
	margin: 0;
  margin-bottom: 10px;
  padding-left: 0;
  list-style: none;
}
.widget_categories li:before  {
  content: "\f054";
  text-align: center;
  font-family: Font Awesome\ 5 Pro;
  margin-right: 0px;
  font-weight: 300;
  border-radius: 50%;
  padding: 4px;
  position: relative;
  font-size: 0.8em;
  top: 0;
  display: inline-block;
}
#sidebar {
  font-size: 0.95em;
}
.widget_categories li {
	display: block;
	margin-bottom: 5px;
  text-indent: -12px;
  padding-left: 24px;
}
.widget_recent_comments li {
  padding-left: 0;
  text-indent: 0;
}

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.error-404 {
  padding: 40px 0;
  background: #EBEBEB;
  min-height: 50vh;
}
.error-404 .vci {
  text-align: left;
}
.error-404 #icon {
  max-width: 150px;
  border-right: 1px solid #ccc;
}
.error-404 #icon i {
  font-size: 6em;
  color: #6f6f6f;
}
/*--------------------------------------------------------------
# Flexible layout
--------------------------------------------------------------*/
a[data-layout="NAME"] {
  display: none;
}

.member,.link, .testimonial-grid .grid-item, .video-container, .cta {
  margin: 20px 0;
}
.video-container.shortcode {
	margin-top: 20px;
	margin-bottom: 10px;
}
.container.extra-small {
	max-width: 700px;
}
#password-protected {
	padding: 40px 0;
}
.section-title {
  margin: 10px 0 20px 0;
}
.blue-grad-bg {
  background: linear-gradient(135deg, #5D8CC5 0%, #3D4E80 100%);
}
.dark-bg, .dark-blue-bg {
  background-color: #3D4E80;
}
.dark-blue-bg h2.section-title {
	color: #5BC2E7;
}
.light-bg {
  background-color: #EBEBEB;
}
.light-blue-bg {
	background-color: #D2EEF5;
}
.background-image {
  position: relative;
}
.split {
	background-color: #EBEBEB;
	background-image: url(images/angle.svg);
    background-position: right top;
    background-repeat: no-repeat;
    padding-top:60px
}
.split h2.section-title {
	text-align:left
}
.dark-bg *:not(a), .background-image *:not(a) {
	color: #fff;
}
.dark-bg .ginput_container * {
	color: #000;
}
.dark-bg a:not(.button), .background-image a:not(.button) {
	color: #4698CA;
}
.dark-bg a:not(.button):hover, .background-image a:not(.button):hover {
	color: #ccc;
}

.dark-bg .box *:not(a), .background-image .box *:not(a),
.dark-bg .excerpt *:not(a), .background-image .excerpt *:not(a) {
	color: #333;
}

.dark-bg .box *:not(.button):hover, .background-image .box *:not(.button):hover,
.dark-bg .excerpt *:not(.button):hover, .background-image .excerpt *:not(.button):hover {
	color: #3D4E80;
}


ul.list, .text-intro ul, .tech-content ul {
	list-style: none !important;
  padding-left: 5px;
  line-height: normal !important;
  line-height: 1.5;
  margin: 0;
  margin-top: 10px;
}
ul.list li, .text-intro ul li, .tech-content li {
	position: relative;
	padding-left: 35px;
	margin: 10px 0;
	line-height: 1.5;
}
ul.list li:before, .text-intro ul li:before, .tech-content li:before {
	content: "\f86c";
  font-family: Font Awesome\ 5 Pro;
  color: #5BC2E7;
  display: inline-block;
  font-size: 1.1em;
  position: absolute;

  line-height: normal;
  left: 0;
  width: 60px;

}
ul.list ul {
	padding-left: 20px;
	padding-bottom: 10px;
}
ul.list ul li {
	padding-left: 0;
}
ul.list ul li::marker {
	color: #C964CF;
}
ul.list ul li:before {
	display: none;
}

.text-intro.single {
	margin-bottom: 20px;
}
#page-sections .background-image:before {
	position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}
.background-image div, .background-colour {
	position: relative;
}
.box-wrap {
  margin: 20px 0;
}
.box {
	background: linear-gradient(115deg, #8DD2F5 0%, #B565F2 100%);
	padding: 30px;
	float: left;
	width: 100%;
}
.box a.button.secondary, .box a.button.secondary:after {
	color:#F5EC5A
}

.box h2 {
	margin-top:0
}
.box h3, .box p {
	color:#ffff
}
.box p:last-child {
	margin-bottom:0
}
.text-intro * {
	color:#000
}
.text-intro .list a, .text-intro .list a:visited {
	color: #4698CA;
}
.text-intro .list a:hover {
	color: #3D4E80;
}
.text-intro h2 {
	font-size:2.667em
}
.text-intro h3 {
	font-size:1.389em;
	font-weight:400;
	line-height: 1.4;
}
.container.imgtext {
	padding:0;
	max-width:1260px
}
.text-wrap {
	padding:40px 180px
}
.image-left.full-width .container,
.image-right.full-width .container {
	max-width:1260px
}
.small .image-left.full-width .container,
.small .image-right.full-width .container {
	max-width:880px
}
.image-left.full-width .text-wrap,
.image-right.full-width .text-wrap {
	padding:65px 80px;
}
ol {
	margin: 0;
	padding-left: 18px;
}
ol li::marker {
	font-weight: bold;
	color: #72C0E4;
}
ol li {
	padding-left: 20px;
	margin: 5px 0;
}
.split-bg {
	position:relative;

}
.split-bg .co{
	min-height:700px
}

.split-bg .text{
	background: linear-gradient(90deg, #5BC2E7 0%, #C964CF 100%);
	position:relative;

	z-index:1;
	min-width:calc(50% - 200px);
	max-width:calc(50% - 200px);

}
.split-bg .image-wrap {
	min-width:calc(50% + 200px);
	max-width:calc(50% + 200px);
}
.split-bg .text:after {
	position:absolute;
	content:"";
	height:100%;
	width:400px;
	right:-400px;
	background-image: linear-gradient(to right bottom, #C964CF 0%, #C964CF 50%, transparent 0%);
}
.split-bg .text .inner {
	padding:20px 0 20px 20px!important;
	max-width:450px!important
}
.split-bg h2,
.split-bg h3,
.split-bg p {
	color:#fff
}

.split-bg blockquote {
	color:#fff
}
.split-img {
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	height:100%;
	width:70%;
}
.split-bg.blue .text{
	background: linear-gradient(90deg, #5D8CC5 0%, #3D4E80 100%);
}
.split-bg.blue .text:after {
	background-image: linear-gradient(to right bottom, #3D4E80 0%, #3D4E80 50%, transparent 0%);
}
.page-id-5 .split-bg.blue .text, .split-bg.solid-blue .text{
	background: #3A4D84;
}
.page-id-5 .split-bg.blue .text:after, .split-bg.solid-blue .text:after {

		background-image: linear-gradient(to right bottom, #3A4D84 0%, #3A4D84 50%, transparent 0%);
}
.split-bg.blue a.button.secondary {
	color: #fff;
}
.split-bg.blue .text h3 {
	color:#F5EC5A
}
.split-bg.blue h2 {
	color:#A1DEE9
}
.split-bg.solid-blue h3 {
	color:#A1DEE9;
}
.split-bg.solid-blue a.button.secondary, .split-bg.solid-blue a.button.secondary:after {
	color: #fff;
}
.full-image img {
	display:block
}
/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
#shop-page {
	padding: 0;
}
input#coupon_code {
    min-width: 200px;
    font-size: 0.9em;
    padding: 6px !important;
}
.woocommerce span.onsale {
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
}
.shop-content {
	margin: 20px 0;
}
h1.page-title {
	margin: 0 0 20px 0;
}
.woocommerce .products ul, .woocommerce ul.products {
	margin-right: -10px;
	margin-left: -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  padding: 0 10px;
  margin: 10px 0 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}
ul.products.columns-2 li.product {
	-ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
ul.products.columns-3 li.product {
	-ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
ul.products.columns-4 li.product {
	-ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
ul.products li.product a.woocommerce-loop-product__link {
	flex: 0 0 auto;
}
.woocommerce ul.products li.product .button {
  align-self: baseline;
  margin: 0 auto;
  margin-top: auto;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	width: 100%;
	-ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}
.pswp--open {
  z-index: 999999;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 80px;
}
section.related.products {
	padding: 0;
}
/*--------------------------------
# Image Left, Image Right
--------------------------------*/
.image-left.full-width .text .inner {
  padding: 40px 20px 40px 40px;
}
.image-right.full-width .text .inner {
  padding: 40px 40px 40px 20px;
}
.image-left.full-width .image-wrap img,
.image-right.full-width .image-wrap img {
  display: block;
  height: 100%;
  object-fit: cover;
}
.image-left.standard,
.image-right.standard {
	padding-top:20px;
	padding-bottom:20px
}
/*--------------------------------
# Quote Slider
--------------------------------*/

.quote-slider h3 {
	color: #fff;
	font-family: cairo, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}
.quote-slider h4 {
	color: #F5EC5A;
	font-family: effra, sans-serif;
	font-weight: normal;
}
.quote-slider-nav .flickity-page-dots {
	text-align: right;
	bottom: auto;
	top: -40px;
}
.quote-slider-nav .flickity-page-dots .dot {
	background: none;
	border: 2px solid #fff;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	opacity: 1;
}
.quote-slider-nav .flickity-page-dots .dot:hover {
	background: #fff;
}
.quote-slider-nav .flickity-page-dots .dot.is-selected {
	border-color: #F5EC5A;
	background: #F5EC5A;
}
#home-quotes {
	margin-top: -40px;
}
.quote-slider-nav {
	margin-bottom: 40px;
	width: 780px;
	z-index: 388;
}
.quote-slider-nav .quote-photo {
	float: left;
	width: 240px;
	height: 240px;
	position: relative;
	padding: 20px;
	margin-right: 20px;
	display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.quote-slider-nav .quote-photo:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(
0deg
, black, transparent);
transition: all 0.4s ease;
opacity: 0.75;
}
.quote-slider-nav .quote-photo:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	opacity: 0;
	transition: all 0.4s ease;
}
.quote-slider-nav .quote-photo:hover {
	cursor: pointer;
}
.quote-slider-nav .quote-photo:hover:before {
	opacity: 0;
}
.quote-slider-nav .quote-photo:hover:after {
	opacity: 1;
}
.quote-slider-nav .quote-photo .row {
	position: relative;
	z-index: 4;
}
.quote-slider-nav .quote-photo h4 {
	color: #fff;
	font-size: 1.15em;
	margin: 0;
}
.quote-slider-nav .arrow {
	color: #F5EC5A;
	font-size: 1.3em;
}
/*--------------------------------
# SLIDER
--------------------------------*/
.slide h1, .slide p, .slide .button {
  visibility: hidden;
  animation-name: fadeOut;
  animation-duration: 0.5s;
}
.slide.is-selected h1 {
  animation-name: fadeInDown;
  animation-duration: 1s;
  visibility: visible;
}
.slide.is-selected p {
  animation-name: fadeInUp;
  animation-duration: 1s;
  visibility: visible;
}
.slide.is-selected .button {
  animation-name: fadeIn;
  animation-duration: 1s;
  visibility: visible;
}

.slider .slide:before {
	content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
	display: none;
}
.slider .inside  {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 650px;
  text-align: left;
	padding-top: 80px;
}

.slide *:not(.button) {
  color: #fff;
}
.slide h1 {
	margin-top: 0;
}
.slide .scroll-down {
	color: #F5EC5A;
	display: inline-block;
	text-transform: uppercase;
	position: absolute;
	bottom: 80px;
	cursor: pointer;
	left: calc(50% - 78.5px);
}
.slide .scroll-down:hover {
	color: #fff;
}
.slide p {
	font-size: 1.4em;
}
.slide .scroll-down i {
	color: #F5EC5A;
	font-size: 1.2em;
	display: inline-block;
	margin-left: 10px;
}
.slider .slide {
  height: 200px;
  min-height: 100vh;
  padding: 60px 0;
  width: 100%;
}
.flickity-page-dots {
  bottom: 20px;
}
.flickity-page-dots li:only-child {
	display: none !important;
}
.flickity-page-dots .dot {
	height: 12px;
	width: 12px;
}
.slider .flickity-page-dots .dot, .dark-bg .flickity-page-dots .dot, .background-image .flickity-page-dots .dot {
  background: #fff;
}

.tech-slide {
	width: 50%;
	padding: 0 10px;
}
.tech-slider {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
}
.tech-slider .flickity-page-dots {
    bottom: -40px;
}
.tech-slider  .flickity-page-dots .dot {
	padding: 0;
}
.tech-slider  .flickity-page-dots .dot {
	margin: 0 4px;
	width: 14px;
	height: 14px;
}


.post-slider .post-wrap .excerpt {
	min-height: 409px;
}
.post-slider .flickity-page-dots {
  top: -20px;
	bottom: auto;
}
.post-slider .flickity-page-dots .dot {
	background: none;
	border: 2px solid #38497D;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	opacity: 1;
}
.post-slider .flickity-page-dots .dot:hover {
	background: #38497D;
}
.post-slider .flickity-page-dots .dot.is-selected {
	border-color: #4698CA;
	background: #4698CA;
}
/*-----------------------
# Quote
------------------------*/
.section.quote {
	text-align:center;
	font-size:18px;
	background:#EBEBEB;
	padding-top:20px;
	padding-bottom:20px;
}
/*-----------------------
# Image Top Text Bottom
------------------------*/
.ittb {
  margin: 20px 0;
}

/*-----------------------
# Promo Boxes
------------------------*/
.promo-boxes {
	position: relative;
	z-index: 4;
}
.promo-box {
  margin: 20px 0;
  width: 100%;
}
.promo-box.col {
  min-width: 33.33%;
  max-width: 50%;
}
.promo-box .inner {
  padding: 20px;
  width: 100%;
  position: relative;
	height: 480px;
}
.promo-box .arrow i {
	color: #F5EC5A !important;
}
.promo-box .inner:before {
  content: '';
  height: 70%;
  width: 100%;
  position: absolute;
	bottom: 0;
  left: 0;
	background: linear-gradient(
0deg
, black, transparent);
transition: all 0.4s ease;
}
.promo-box .inner:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url(images/promo-hover.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	mix-blend-mode: multiply;
	transition: all 0.4s ease;
}


/* stylus-based screens */
@media (hover: hover) and (pointer: fine) {
	.promo-box:hover .inner:before {
		opacity: 0;
	}
	.promo-box:hover .inner:after {
		opacity: 1;
	}
}
.promo-box .inner *:not(.button) {
  color: #fff;
}
.promo-box h3 {
	margin: 0;
}
.promo-box div {
  z-index: 2;
  position: relative;
}

/*-----------------------
# Home
-----------------------*/
#welcome .text-box .container {
	max-width: 900px;
}
#welcome .text-box h3 {
	color: #F5EC5A;
}
#welcome a.button.secondary {
	color: #fff;
}
/*-----------------------
# Pages
-----------------------*/
.child-page {
  margin: 20px 0;
}
.child-page .inner {
  width: 100%;
}
.child-page__.current {
  opacity: 0.5;
  pointer-events: none;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.parent-page {
  margin: 20px 0;
}
.no-block {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  padding: 40px;
  border: 2px dashed #ccc;
}
/*-----------------------
# Contact Details
-----------------------*/
.form-wrap h3 {
	margin: 0;
	margin-bottom: 20px;
}
.contact-details {
	padding-top:60px;
	padding-bottom:60px
}
.contact-details h3 {
  color:#000;
  font-size:1.667em;
  margin-bottom:7sp0px
}
.contact-details .notes p {
	margin: 0;
	margin-top: 10px;
}
.contact-details .notes em {
	font-size: 0.9em;
}
.business-time {
  font-weight: bold;
}
.contact-details .bh {
	margin-bottom: 10px;
}

.contact-info .box {
	text-align: center;
}
.contact-info .box p, .contact-info .box h3 {
	margin: 0;
}
.contact-info .box h3 {
	justify-content: center;
	margin-bottom: 10px;
}
.contact-info .col {
	min-width: 200px;
	margin: 10px 0;
}
.social-details {
	padding-top:36px;
	padding-bottom:56px
}
.social-details h2 {
	color:#fff
}
.social-details #social {
	margin:0;
	padding:0
}
/*-----------------------
# social
-----------------------*/
#social {
	font-size:1.3em;
	padding-top:40px;
	padding-bottom:50px
}
#social h2, #social h3 {
	color:#3D4E80
}
#social h2 {
	 font-size:2.6em;
	 margin-top:10px
}
#social h3 {
	margin-bottom:10px;
	font-family: cairo, sans-serif;
	font-weight:700
}
#social .social-link {
	background:#C964CF;
	width:43px;
	height:43px
}
#social .social-link {
	color:#EBEBEB
}
#social .social-link:hover {
	background:#3D4E80;
	color:#fff
}
#social .social {
	margin-bottom:20px
}
/*-----------------------
# Join
-----------------------*/
.pink-bg {
	background: linear-gradient(137deg, #5BC2E7 0%, #C964CF 100%);
}
.pink-bg h2, .pink-bg h3, .pink-bg h4,.pink-bg p {
	max-width:660px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	color:#fff
}
#join {
	padding-top:50px;
	padding-bottom:80px
}
#join p {
	font-size:1.389em
}
#join h2 {
	font-size:3.222em
}
#join .gform_footer input[type=submit]{
	background:#5BC2E7;
	border-color:#5BC2E7
}
#join .gform_footer input[type=submit]:hover{
	background:#C156F7;
	border-color:#C156F7
}
#field_3_4 {
	text-align:center!important;
	color:#fff!important;
	margin-bottom:20px!important;
	margin-top:10px
}
#field_3_4 input {
	max-width:216px;
	margin:10px auto;
	color:#fff!important
}
.gform_footer {
	text-align:center
}
/*-----------------------
# Calltoaction
-----------------------*/
.calltoaction {
	background: linear-gradient(135deg, #5D8CC5 0%, #3D4E80 100%);
	padding: 70px 0 90px 0;
}
.calltoaction h2,
.calltoaction h3,
.calltoaction p {
	color:#fff
}
.calltoaction h2 {
	font-size:3.222em
}
.calltoaction p {
	font-size:1.389em
}
.getintouch {
	padding-top:40px;
	padding-bottom:40px;
	color:#fff;
	background: linear-gradient(137deg, #5BC2E7 0%, #C964CF 100%);
}
.getintouch * {
	color:#fff
}
.getintouch a {
	color:#fff!important
}
.getintouch i {
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.getintouch a:hover,
.getintouch i:hover {
	color:#3D4E80!important
}
.getintouch img {
	display:block;
	max-width:340px
}
.getintouch h2 {
	font-size:2.667em;
	margin:0 0 20px 0
}
.getintouch h3 {
	margin:5px 0
}
.getintouch h3.name {
	font-size:1.667em
}
.getintouch a.button {
	margin-bottom:15px
}
.getintouch a.button.secondary:after {
	color:#fff
}
.gtsoc {
	font-size:1.7em
}
/*-----------------------
# Features List
-----------------------*/
.features h2.section-title {
	margin-bottom:30px
}
.feature {
	margin-bottom: 15px;
}
.feature .icon i {
  position: relative;
  top: -6px;
}
.feature .icon {
  max-width: 50px;
	color: #5BC2E7;
	font-size: 1.5em;
	text-align:left
}
/*-----------------------
# Counters
-----------------------*/
.counters {
	background:#4698CA;
	color:#fff;
	padding-top:50px;
	padding-bottom:100px
}
.light-blue-bg .counters {
	background: #D2EEF5;
	color: #3D4E80;
}
.counters h2 {
	color:#fff;
	font-size:3.222em
}
.light-blue-bg .counters h2 {
	color: #3D4E80;
}
.counters h3 {
	color:#fff;
	margin:0
}
.light-blue-bg .counters h3 {
	color:#3D4E80;
}
.counters .button-wrap {
	margin-top: 50px;
	text-align: center;
}
.align-center .row {
	align-items: center;
}
.counters .button-wrap .button:hover {
	background: #3C4E80;
}
.counters .numbers {
	color:#A1DEE9;
	font-size:3em;
	font-weight:600;
	position: relative;
	margin-bottom:10px
}
.light-blue-bg .counters .numbers {
	color: #3D4E80;
}
.counters .numbers:after {
	position:absolute;
	content:"";
	width:70px;
	height:4px;
	background:#fff;
	bottom:0;
	left:0
}
.light-blue-bg .counters .numbers:after {
	background: #BD6ECB;
}
/*-----------------------
# Meet The Team
-----------------------*/
a.image-link.fancybox {
  display: block;
  float: none;
  max-width: 150px;
  margin: 0 auto;
  transition: all 0.3s;
}
a.image-link {
  transition: all 0.3s;
}
a.image-link:hover {
  opacity: 0.8;
}
.meet-team .section-title {
	font-size:2.667em;
	margin-bottom:40px
}
.team-title {
	margin-bottom: 10px;
}
.excerpt.team header {
  padding-right: 30px;
}
.team-subtitle {
  margin: 0;
}
.member, .member .inner {
	text-align: center;
}
.member img {
  display: block;
	border-radius: 50%;
	width: 100%;
  margin: 0 auto;
  width: 150px;
}
.modal-team img {
	display: block;
  width: 100%;
  max-width: 140px;
	margin: 0 auto;
	margin-bottom: 20px;
	border-radius: 50%;
}
.modal-header {
	text-align: center;
}
.gform_confirmation_wrapper {
  background: #7fb567;
  text-align: center;
  color: white;
  font-size: 1.4em;
  padding: 20px;
  margin: 20px 0;
  position: relative;
  border-top: 20px solid #fff !important;
}
.gform_wrapper div.validation_error {
  background: rgba(255,255,255,0.3);
  text-align: center;
  color: #790000 !important;
  font-weight: normal !important;
  font-size: 1em !important;
  padding: 20px !important;

  margin: 20px 0 !important;
  position: relative;
}
.techmore .gform_confirmation_wrapper {
  background: none !important;
  padding: 0;
  margin: 0;
  border: none !important;
  margin-top: 20px !important;
	font-size: 1em;
}
.techmore .gform_wrapper .gform_validation_errors>h2 {
	font-size: 18px !important;
}
.techmore .gform_wrapper .gfield_required {
	color: #d0d0d0  !important;
}
.techmore .gform_wrapper .field_description_below .gfield_description {
	padding-top: 10px !important;
}
textarea {
  max-height: 150px;
      margin-top: 14px;
}
.people-image-wrap {
	position:relative;
	display:inline-block
}
.people-image img {
	display:block;
	width: 100%;
	max-width:397px;
}
.people-text h2 {
	margin:0
}
.people-text h3 {
	margin-top:10px
}
.people-links .button-wrap {
	margin: 10px 0;
}
.vid-link {
	color:#4698CA;
	text-transform:uppercase;
	margin: 10px 0;
}
.vid-link a {
	color:#C156F7;
}
.vid-link a:hover {
	color:#4698CA;
}
.vid-link i {
	font-size:1.2em;
	border:2px solid #C156F7;
	border-radius:50%;
	margin-left:30px;
	height:70px;
	width:70px;
	padding:24px 0;
	text-align:center;
	padding-left:4px
}
.vid-link a:hover i {
	border:2px solid #4698CA;
}
section.type-people {
	padding-bottom:100px;
	padding-top:70px
}
.li-link {
	position:absolute;
	bottom:30px;
	right:30px;
	height:43px;
	width:43px;
	background:#4698CA;
	color:#fff;
	text-align:center;
	border-radius:50%;
	font-size:1.5em;
	padding-top:3px
}
a.li-link {
	color:#fff!important;

}
a.li-link:hover {
	background:#C156F7;
	color:#fff!important
}
/*-----------------------
# ACCORDION
-----------------------*/
.accordion-toggle {
  width:100%;
  cursor: pointer;
  position: relative;
  padding: 10px 20px 10px 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
	color: #3D4E80;
  font-weight: 600;
  font-size: 1.7em;
	border-bottom: 2px solid #BD6ECB;
	max-width: 1020px;
	margin: 0 auto;
	float: none;
	margin-top: 10px;
}
.accordion-toggle .icon i {
	font-weight: 900 !important;
	color: #5BC2E7;
}
.accordion-toggle:hover {
	color: #BD6ECB;
}

.accordion-toggle.active-panel {
  background: #ddd;
}

.accordion-content {
  overflow: hidden;
  display: none;
	padding-top: 40px;
  /* padding-left: 65px; */
	margin-bottom: 20px;
}
.accordion-content :first-child {
	margin-top: 0;
}
.accordion-content :last-child {
	margin-bottom: 0;
}
.accordion-content.default {
  display: block;
}

.accordion-toggle .fa {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  font-size:30px!important;
	margin-left: 10px;
  color: #fff;
}
.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion-quote {
	text-align: right;
}

.accordion-quote .quote-mark {
	width: 55px;
	display: inline-block;
}
.accordion-quote h3 {
		color: #3D4E80;
		margin-bottom: 30px;
}
.has-quote .accordion-content {
  padding-left: 50px;
}
.accordion-quote blockquote {
	color: #3D4E80;
	 font-size: 1.5em;
}
.accordion-quote blockquote:before {
	display: none;
}
/*--------------------------------
# Misc
--------------------------------*/
.large-h2 h2 {
	font-size: 2.667em;
}
.large-p p {
	font-size:1.389em
}
/*--------------------------------
# Logos
--------------------------------*/
.carousel-wrap {
  position: relative;
}
.logo-carousel {
	padding-top:40px;
	padding-bottom:40px
}
.carousel img {
  display: block;
  height: auto;
  max-height: 150px;
  min-width: 50px;
  width: auto;
  max-width: 200px;
  padding: 20px;
  top: 50%;
  transform: translateY(-50%)
}
.logo-carousel .flickity-page-dots {
  bottom: 0;
  position: relative;
}

.accreditations .section-title {
	text-align: center;
}
.accs {
	text-align: center;
}
.accs img {
	display: block;
	width: 100%;
  /* padding: 10px; */
  vertical-align: middle;
  max-height: 55px;
  min-width: 50px;
  width: auto;
  /* max-width: 175px; */
  /* margin: 10px 40px; */
	margin: 0 auto;
}
.accs .purple-tag {
  display: inline-block;
  text-transform: uppercase;
  padding: 2px 20px;
  color: #fff;
  background: #C964CF;
  line-height: normal;
  font-size: 0.7em;
	margin-top: 10px;
}
.accs .inner {
	padding: 30px;
	justify-content: center;
}
.acc-image-wrap {
  min-width: 20%;
  max-width: 20%;
}
/*-----------------------
# Background Video
------------------------*/
.background-video:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #3D4E80, transparent);
  opacity: 1;
  z-index: 1;
}
.background-video {
	position: relative;
	min-height: 500px;
	height: calc(100vh - 200px);
}
.background-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.background-video .text {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	z-index:2;
}
.background-video .text-wrap {
	padding: 100px 0;
}
.background-video h2 {
	position: relative;
	font-size: 3.2em;
	margin-bottom: 35px;
	line-height: 1.1;
}
.background-video h2:after {
	content: '';
	width: 60px;
	position: absolute;
	bottom: -20px;
	left: 0;
	height: 3px;
	background: #F5EC5A;
}
.background-video p {
	font-size: 1.2em;
	margin: 0;
}
.background-video .button {
	margin-top: 20px;
}
/*--------------------------------
# Downloads
--------------------------------*/
.downloads {
	padding-bottom:100px
}
.download .inner {
	border-bottom:2px solid #5D8CC5
}
.download {
	 margin:10px 0px
 }
.download-title {
	font-weight:900
}
.download-link {
	color:#4698CA;
	text-transform:uppercase;
	font-size:0.778em;
	font-weight:800
}
a.button.download {
	padding:0;
	height:46px;
	width:46px;
	background:#C964CF;
	margin-left:18px;
	padding-top:10px
}
a.button.download:hover {
	background:#4698CA
}
a.button.download i {
	font-weight:600!important;
	font-size:2em;
}
span.dc {
	font-weight:400
}
/*--------------------------------
# Links section
--------------------------------*/
.link-title {
  margin-top: 0;
  margin-bottom: 15px;
}
.link-description {
  margin-top: 0;
  margin-bottom: 15px;
}

/*--------------------------------
# TABS
--------------------------------*/
ul.tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
ul.tabs li{
  background: none;
  color: #333;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  transition: all 0.3s;
}
ul.tabs li:hover {
  background: #fafafa;
}
ul.tabs li.current{
  background: #ededed;
  color: #222;
  pointer-events: none;
}
.tab-content {
  display: none;
  background: #ededed;
  padding: 15px;
}
.tab-content.current{
  display: inherit;
}
/*--------------------------------
# Icon Tabs
--------------------------------*/
.icon-tabs .tabs li {
	position: relative;
}
.icon-tabs .desc {
	padding-bottom:20px;
	max-width: 700px;
}
.icon-tabs ul.tabs {
	margin-left: -10px;
	margin-right: -10px;
	/* flex-wrap: nowrap; */
	/* overflow-x: auto; */
    margin-bottom: 10px;
	/* -webkit-overflow-scrolling: touch; */
    justify-content: center;
}
.icon-tabs ul.tabs li {
  background: #EBEBEB;
  color: #5BC2E7;
  display: inline-flex;
  padding: 15px;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 20px;
  position: relative;

  align-items: center;
	text-align: center;
	margin: 10px;
	font-weight: bold;
}
.step-title {
	max-width: 140px;
	border-right: 1px solid #F5EC5A;
}
.icon-tabs .tab-content p, .icon-tabs .tab-content .text {
	color: #fff;
}
.icon-tabs .tab-content {
    padding: 40px 15px;
}
.icon-tabs .tab-content .text .inner {
	padding-left: 20px;
}
.icon-tabs .tab-content a:not(.button):hover {
	color: #BD6ECB;
}
.step-title {
	padding-right: 40px;
}
.icon-tabs .tab-content .text :first-child {
	margin-top: 0;
}
.icon-tabs .tab-content .text :last-child {
	margin-top: 0;
}
.icon-tabs .tab-content .text h3 {
	color: #5BC2E7;
}
.steps .step {
	margin: 15px 0;
}
.step-title h3 {
	color: #F5EC5A;
	font-weight: bold;
}
.icon-tabs h2.tab-title {
	color: #fff;
}
.icon-tabs ul.tabs li.current {
	background: #3D4E80;
	color: #fff;
}
ul.tabs li .image img {
  display: block;
  height: 60px;
  width: auto;
	margin: 0 auto;
	margin-bottom: 10px;
}
ul.tabs li .active {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.4s ease;
}
.icon-tabs ul.tabs li.current  .active {
	opacity: 1;
}
.icon-tabs ul.tabs li.current .not-active img {
	opacity: 0;
}
ul.tabs li .image {
	position: relative;
}
.icon-tabs .tab-content {
	background: #3D4E80;
}

/*--------------------------------
# GALLERY
--------------------------------*/
.gallery-icon img {
  display: block;
}
.gallery-item .gallery-caption {
  display: block;
  font-size: 0.9em;
  font-style: italic;
  margin-top: 10px;
}
.gallery-item {
  padding: 0 10px;
  margin: 10px 0;
}
.gallery-image a {
  color: #fff;
}
.gallery-image .inner, .gallery-icon {
	position: relative;
	overflow: hidden;
	box-shadow: 0px 3px 9px rgba(0,0,0,0.2);
}

.gallery-image .inner:before, .gallery-icon a:before {
	opacity: 0;
	position: absolute;
	content:"\f03e";
	font-family: Font Awesome\ 5 Pro;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.4);
	transition: all 0.6s ease;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  color: #fff;
	font-size: 4em;
	z-index: 1;
}
.gallery-image:hover .inner:before, .gallery-icon:hover a:before {
	opacity: 1;
}
.gallery-image img {
	display: block;
	width:100%;
	transition: all 0.3s;
}
.gallery-image:hover img {
	transform: scale(1.1);
}
div.gallery {
  position: relative;
}
.gallery-image {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width:240px;
	max-width: 560px;
	padding: 10px;
}
.gallery.count-4 .gallery-image {
	max-width: 25%;
	min-width: 25%;
}
.gallery-image img {
	width:100%;
	display:block;
}
/*--------------------------------
# TESTIMONIALS
--------------------------------*/
.testimonials {
	text-align:center;
	padding: 30px 0;
  float: left;
  width: 100%;
}
.testimonials .flickity-page-dots {
  position: relative;
  bottom: 0;
}
.t-slide h1 {
  margin-top: 0;
}
.testimonial p, .testimonials p {
	font-size: 1em;
}
.testimonial .container, .testimonials .container {
	max-width: 940px;
}
.testimonial .author, .testimonials .author {
  font-style: italic;
  margin-bottom: 20px;
}
.has-one .flickity-page-dots {
  display: none;
}
.testimonial img, .testimonials img {
	display:block;
	margin:0 auto;
  width: 90px;
	border-radius:50%;
	margin-bottom: 10px;
}
.testimonial i, .testimonials i {
	color: #5BC2E7;
}
.testimonials .flickity-viewport {
  transition: all 0.4s;
}
/*--------------------------------
# TESTIMONIAL GRID
--------------------------------*/
.testimonial-grid .section-title {
  text-align: center;
}
.testimonial-grid .inner {
  background: #EBEBEB;
  padding: 20px;
}
.testimonial-grid .inner .image {
  text-align: center;
}
.testimonial-grid .inner .author {
  font-weight: bold;
  text-align: center;
}
.testimonial-grid .inner .image img {
  border-radius: 50%;
  display: inline-block;
  width: 120px;
  margin: 0 auto;
}
.testimonial-grid .inner p:first-child {
  margin-top: 0;
}
/*--------------------------------
# VIDEO
--------------------------------*/
.video-container {
	min-width: 25%;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.vid-play img {
	display:block;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
a.play-link {
	color: #fff;
}
a.play-link:hover {
	background: rgba(255,255,255,0.4);
}
.vid-play {
	position:relative;
	margin-top:40px;
	margin-bottom:40px
}
.play-link {
	position:absolute;
	top:calc(50% - 38px);
	left:calc(50% - 38px);
	width:76px;
	height:76px;
	border-radius:50%;
	background:rgba(255,255,255,0.6);
	text-align:center;
	color:#fff;
	padding-top:22px;
	padding-left:6px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.play-link i {
	font-size:2em;
	font-weight:900!important
}
.vid-play:hover img {
	opacity:0.9
}
.vid-play:hover .play-link {
	background:rgba(255,255,255,0.4)
}
/*--------------------------------
# CTAS
--------------------------------*/
.cta {
	margin:40px 0
}
.cta .inner {
  width: 100%;
}
.ctas .section-title {
	font-size:2.667em;
}
.cta-title {
	margin-bottom: 0;
}
.ctas h3 {
	color: #3D4E80;
	    font-family: cairo, sans-serif;
    font-weight: 700;
    font-size:1.667em
}
.cta img {
	display: inline-block;
	width: auto;
	max-height: 92px;
  margin: 0 auto;
  border-radius:50%
}

.ctas.dark-bg .section-title, .ctas.background-image .section-title {
	color: #fff;
}

/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
.light-bg .excerpt, .dark-bg .excerpt, .background-image .excerpt {
  background: #fff;
}
.excerpt {
	background: #fff;
	position: relative;
  margin: 20px 0;
  float: left;
  width: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.narrow .excerpt {
    margin: 10px 0;
}
.cats {
	text-transform: uppercase;
	position:absolute;
	top:0;
	right:0;
	width:90%;
	padding:6px 14px;
	background:#4698CA;
	color:#fff!important;
}
.cats.licensee {
    text-transform: none;
    background: #EC4371;
}
a.download {
	text-transform: uppercase;
}
.cats.spin-out {
    text-transform: none;
}
.excerpt.standard {
	box-shadow: none;
}
 
.cats a {
	color:#fff!important;
}
.cats .comma:last-child {display:none;}
.cats a:hover {
	color:#3D4E80!important;
}
.excerpt-related {
	margin: 30px 0;
}
.excerpt-related .image {
	padding-right: 0;
	max-width: 200px;
}
.excerpt-related .excerpt-title {
	color: #5BC2E7;
}
.related-title {
	margin: 20px 0;
	margin-bottom: 16px;
	color:#4698CA;
	font-family: effra, sans-serif;
}
.excerpt .inner {
	padding: 30px 35px 30px 35px;
}
.excerpt.standard .inner {
	padding: 20px 0;
}
.excerpt-content {
	  /* padding-right:30px; */
}
.excerpt-content p {
  margin: 0;
}
.excerpt-thumb img, .thumb-wrap img, .image-wrap img {
	display: block;
	width: 100%;
}
a.arrow i {
	color:#C964CF!important;
	font-weight:900!important;
	position:absolute;
	right: 34px;
    bottom: 34px;
}
a.arrow i {
	color:#C964CF!important;
	font-weight:900!important;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
a.arrow i:hover {
	color:#4698CA!important
}
.excerpt-title {
	margin: 0 0 10px 0;
	line-height:1.2
}
.meta span {
	display: inline-block;
}
#comments, #related-posts {
	float:left;
	width:100%;
	position:relative;
  border-top: 1px solid #ccc;
  margin-top: 5px;
}
#post-nav {
padding-top:40px;
  float:left;
  width:100%;
  position:relative;
  padding-bottom:60px

}
.prev-list, #post-nav .next-post {
  margin: 10px 0;
}
#post-nav a {

}
.prev-post, .next-post {
  margin: 10px 0;
}
#post-nav h3, #post-nav h4 {
  margin: 0;
}
#post-nav h4 {
  margin-top: 10px;
}
a.blist {
	margin-left:30px
}
h1.single-title {
  font-size: 2em;
}
.single-content a img {
	box-shadow: 0px 3px 9px #b9b9b9;
}
.meta {
  margin: 5px 0;
  color: #a5a5a5;
  font-size: 0.9em;
}
.excerpt-archive.classic {
	min-width: 100%;
}
.excerpt-classic-image {
	min-width: 300px;
}
.excerpt-classic-content {
	min-width: 300px;
}
.excerpt-archive.classic .excerpt {
	background: none;
}
.sticky {
	display: block;
	position: relative;
}
.excerpt-thumb, .thumb-wrap, .image-wrap {
	position: relative;
  float: left;
  width: 100%;
  flex: 0 0 auto;
}
.excerpt-footer {
	float: left;
	width: 100%;
	/* padding: 0 20px; */
	margin-bottom: 20px;
}
.updated:not(.published) {
	display: none;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.people-links .button-wrap .button:not(:last-child) {
  margin-right: 10px;
  margin-bottom: 5px;
}
.excerpt-related .excerpt-content {
	font-size:0.889em
}
.excerpt-related .excerpt-content a {
	margin-top:10px
}
.excerpt-related .excerpt-title {
	font-size:1.111em;
	margin-top:6px
}
.excerpt-related .excerpt-title a {
	color:#000;
	font-weight:900
}
.excerpt.default .excerpt-thumb img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.meta-cats {
	color:#4698CA
}
.excerpt-related .excerpt-title a:hover {
	 color:#4698CA
 }
.excerpt.case-study .excerpt-title {
	    padding-right: 40px;
}
.excerpt.case-study h3.excerpt-title {
	margin-bottom:0
}

.excerpt.standard .excerpt-footer a, .excerpt.standard .excerpt-footer {
	color: #707070;
}
.excerpt.standard .categories-list {
	text-transform: uppercase;
}
.remove-image .excerpt-thumb, .remove-image .excerpt-content {
	display: none !important;
}
.excerpt.standard .excerpt-footer {
	font-size: .9em;
	line-height: 1;
	/* padding: 0 20px; */
}
.excerpt.standard .excerpt-footer .date {
	border-left: 1px solid #707070;
}
/*--------------------------------------------------------------
## Report
--------------------------------------------------------------*/
.report {
	background: linear-gradient(135deg, #5BC2E7, #C964CF 60%);
	color: #fff;
	padding: 40px 0;
}
.report .section-title {

}
.report h2 {
	color: #fff;
}
.report p {
	font-size: 1.4em;
}
.report .button.secondary {
	color: #F5EC5A;
}
.report .button.secondary:after {
	color: #F5EC5A;
}
/*--------------------------------------------------------------
## Job
--------------------------------------------------------------*/
.excerpt.child-page h3,
.excerpt-job h3 {
	border-top:6px solid #5D8CC5;
	color:#3D4E80;
	font-family: cairo, sans-serif;
    font-weight: 700;
    padding-top:20px;
    font-size:1.667em;
    margin-bottom:20px
}
.excerpt.child-page h3 a {
	color:#3D4E80
}
.excerpt.child-page h3 a span {
	color: #000;
	display: block;
	margin-top: 10px;
	font-family: effra, sans-serif;
	font-weight: 500;
	font-size: 0.8em;
}
.child-page-link {
	margin: 5px 0;
}
.child-page h5 {
	 font-family: effra, sans-serif;
	 font-weight: bold;
	 color: #3D4E80;
	 margin: 0;
	 font-size: 1em;
	 transition: all 0.3s ease;
}
.child-page-link.current h5 {
	color: #C964CF;
}
.child-page-link:hover h5 {
	color: #C964CF;
}
.child-page-link i {
	font-weight: 900 !important;
	color: #C964CF;
}
.excerpt.child-page h3 a:hover {
	color:#C964CF
}
.excerpt.child-page .inner {
	padding-top:0px;
	min-height: 180px;
}
.excerpt-job .inner{
	padding-top:0
}
.job-content {

}
.job-content ul {
	list-style: none !important;
  padding-left: 5px;
  line-height: normal !important;
  line-height: 1.5;
  margin: 0;
  margin-top: -10px;
}
.job-content ul li  {
	position: relative;
	padding-left: 25px;
	margin: 14px 0;
}
.job-content ul li:before {
	content: "\f111";
  font-family: Font Awesome\ 5 Pro;
  color: #5BC2E7;
  display: inline-block;
  font-size: 0.5em;
  position: absolute;
font-weight:900;
  line-height: normal;
  left: 0;
  width: 40px;
  top:6px

}
.apply {
	margin-top:30px;
	margin-bottom:70px
}
.apply a.button {
	background:#4698CA;
	border-color:#4698CA
}
.apply a.button:hover {
	background:#C156F7;
	border-color:#C156F7
}
/*--------------------------------------------------------------
## Case Study
--------------------------------------------------------------*/
body.single-case-study .text-intro h2 {
	color:#3D4E80
}
/*--------------------------------------------------------------
## Agency
--------------------------------------------------------------*/
.excerpt-agency img{
	/* height:108px; */
	width:auto;
	max-height: 80px;
	margin-top:40px
}
.excerpt-agency .excerpt-thumb {
	    padding: 30px 35px 20px 35px;
}
body.single-agency #banner {
	min-height:400px
}
body.single-agency .text-intro img {
	max-height:108px;
	width:auto
}
.excerpt-licensee img{
	height:108px;
	width:auto;
	margin-top:40px
}
.excerpt-licensee .excerpt-thumb {
	  padding: 30px 35px 20px 35px;
}
body.single-licensee #banner {
	min-height:400px
}
body.single-licensee .text-intro img {
	max-height:108px;
	width:auto
}

/*--------------------------------------------------------------
## Licensee / Spin-Out
--------------------------------------------------------------*/
.l-s .logo img {
    display: block;
    max-width: 220px;
	margin-bottom: 20px;
}
.l-s .type-image img {
	display: block;
	width: 160px;
	margin-bottom: 20px;
}
.l-s .side .types .type:last-child {
	border-bottom: 1px solid #D0D0D0;
}
.l-s .side .type {
	border-top: 1px solid #D0D0D0;
	padding: 20px 0;
}
.l-s .side .type p {
	margin: 0;
	margin-top: 10px;
}
.l-s .side h4 {
    color: inherit;
    margin: 0;
    font-size: 1em;
}
.excerpt.standard {
	background: none !important;
}
.dark-bg .excerpt.standard  {
	color: #fff;
}
/*--------------------------------------------------------------
## Technologies
--------------------------------------------------------------*/
.technologies-filter {
    margin-bottom: -20px;
}
#banner .discover {
	margin: 0;
	margin-top: 20px;
}
.no-results {
	padding: 40px 0;
}
#banner li.sf-field-search input {
    color: #000;
}
.page-id-5940 #banner .text {
	max-width: 100%;
}

.technologies-filter h3, .alternate h3.section-title {
	border-bottom:2px solid #5D8CC5;
	padding-bottom:5px;
	color: #fff;
	font-size: 1.1em;
}
.alternate .excerpt,
.alternate .inner {
	background:none;
	padding:0;
	box-shadow:none;
	margin:0
}
.alternate img {
	height:77px;
	min-width:77px;
	width:77px;
	margin-right:15px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.alternate img:hover {
	opacity:0.9
}
.alternate h4,
.alternate a {
	color:#000;
	font-size:1.111em
}
.alternate a:hover {
	color:#4698CA
}
.technologies-results .col-md-4 {
	min-width:50%;
}
body.single-technology .foottech {
	display:none
}
.techmore h2 {
	font-size:2.667em
}
.techmore h3 {
	margin-bottom:20px
}
.tech-content {
	padding-top:60px;
	padding-bottom:60px
}
.tech-content h3 {
	color:#000
}
.tech-content a {
	color:#C964CF
}
.tech-content a:hover {]
	color:#4698CA
}
.tech-cta .portal-link {
	margin-bottom: 20px;
	display: inline-block;
}
#modal-callback h3.gform_title {
  text-align: center;
}
.tech-cta .image-wrap img {
	max-height: 500px;
}
.tech-logos .accs img {
	max-height: 70px;
}
.tech-logos .accs .inner {
	padding: 0;
	margin-right: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.tech-logos h3 {
	margin-bottom: 5px;
}
.tech-logos h3:after {
    content: '';
    left: 0;
    width: 100%;
    position: relative;
    height: 1px;
    background: #3D4E80;
    display: block;
    max-width:250px;
    margin-top: 10px;
}
.related-tech .section-title {
	margin-bottom: 40px;
}
.related-tech .button-wrap {
	margin-top: 30px;
}
#tech-sidebar {
	margin-right:40px;
	padding: 50px 20px;
}
#tech-sidebar h3, #tech-sidebar h4 {
	margin:0
}
#tech-sidebar h3 {
	color:#000;
	border-bottom:2px solid #5D8CC5;
	font-size:1.111em;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-top:30px
}
#tech-sidebar h4 {
	color:#434343;
	font-size:0.889em;
	margin-top:20px;
	border-bottom:dotted 2px #5D8CC5;
	padding-bottom:6px;
	margin-bottom:4px
}
#tech-sidebar a.button {
	margin-top:20px
}
#tech-sidebar .secs h4 {
	color:#000;
	font-size:1.2em;
	border:0;
	margin:0;
	padding:0
}
.secs .image img {
	width: 80px;
	display: block;
}
.sector-page-item {
  margin: 10px 0;
}
#tech-sidebar .secs a {
	color:#000;
	border:0
}
.single-technology #banner p, .page-id-5940 #banner p {
    font-size: 1.3em;
}

.patents {
	background: #EBEBEB;
	padding-bottom: 30px;
    padding-top: 15px;
}
.patents.second.float {
}
.patents.first {
	padding-bottom: 0;
}
.patents h3 {
	text-transform: uppercase;
	font-size: 1em;
}
.patents-title {
	border-bottom: 1px solid #3D4E80;
}
.patents-title .tags a {
	color: #000;
	display: inline-block;
	margin: 5px 15px;
}
.patents-title .tags a:hover {
	color: #4698CA;
}
.see-more {
	color: #434343;
    display: inline-flex;
	cursor: pointer;
    align-items: center;
	transition: all 0.4s ease;
	user-select: none;
	margin: 15px 0;
	font-size: 0.9em;
}
.patents-wrap .row.main {
	margin-left: -30px !important;
	margin-right: -30px !important;
}
.patents-wrap.secondary {
	display: none;
}
.see-more:hover {
	color: #4698CA;
}
.see-more .text {
	display: inline-block;
	margin-left: 4px;
	min-width: 37.22px;
}
.see-more span.circle {
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding: 2px;
	border-radius: 50%;
	background-color: #5BC2E7;
	margin-left: 10px;
}
.patents-title .the-tags {
	margin-left: -15px;
	margin-right: -15px;
}
.patent {
	margin: 15px 0;
	padding-left: 30px;
	padding-right: 30px;
}
.patent img {
	display: block;
	width: 40px;
}
.patent .status {
	/* font-size: 1.1em; */
	color: #000;
	transition: all 0.4s ease;
}
.patent a:hover .status {
	color: #4698CA;
}
.patent i {
	color: #C964CF;
	margin-left: 10px;
	display: inline-block;
	font-size: 1.2em;
}


.tech-excerpt {
    aspect-ratio: 2 / 3;
	position: relative;
	background-color: #838383;
	background-size: 100%;
	transition: all 0.2s ease;
}
.tech-excerpt:hover {
	background-size: 115%;
}
.tech-wrap {
	margin: 10px 0;
}
.tech-excerpt .inner {
	padding: 40px;
}
.tech-excerpt h3 {
	color: #fff;
	font-size: 2em;
	font-family: cairo, sans-serif;
    font-weight: 700;
}
.tech-excerpt .keywords {
    background: #C964CF;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 0;
    width: calc(100% - 20px);
    padding: 5px 15px;
    font-size: 0.9em;
}
.tech-excerpt .name {
	margin: 0;
	color: #fff;
	font-weight: bold;
}
.tech-excerpt .name span {
	color: #fff;
	display: inline-block;
	position: relative;
	margin: 0 10px;
}
.tech-excerpt .name span:last-child {
	display: none;
}
.tech-excerpt h5 {
	font-family: effra, sans-serif;
    color: #fff;
	font-size: 1em;
    font-weight: 400;
	margin-top: 20px;
	margin-bottom: 10px;
}
.tech-excerpt.has-thumbnail:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(rgba(61, 78, 128, 0)  0%, #3d4e80 100%);
	height: 60%;
	mix-blend-mode: multiply;
}
.tech-excerpt .inner {
	position: relative;
}
/*--------------------------------------------------------------
## Timeline
--------------------------------------------------------------*/
.timeline .container {
	max-width:920px;
}
.timeline h2.section-title {
	margin-bottom:50px
}
.entry .circle {
	width:32px;
	height:32px;
	border-radius:50%;
	border:1px solid #B565F2;
	position:absolute;
	top:-16px;
	left:-12px
}
.entry {
	margin:15px 0;
	padding:40px;
	position:relative
}
.entry:before {
	position:absolute;
	content:"";
	width:8px;
	height:100%;
	border-radius:4px;
	background:#B565F2;
	left:0;
	top:0px
}
.entry .text {
	max-width:80%

}
.entry .image {

}
.entry .image img {
	max-width:320px
}
.entry p {
	margin-bottom:0
}
.entry h3 {
	margin:0;
}
.entry h2 {
	font-family: effra, sans-serif;
	font-weight:400;
	color:#000;
	margin-top:10px;
	margin-bottom:10px
}
.entry.right .image {
	order:2;
}
.entry.right .text,
body.single-case-study .text {
	max-width:100%
}
.video {
	min-width:100%;
	width:100%
}
.video-container .video-wrap {
	max-width:70%!important
}
body.single-case-study .entry p {
	font-size:1.389em
}
body.single-case-study .entry {
	    padding: 10px 40px 0 40px;
}
.breakout {
	width:150%;
	max-width:150%;
	margin-left:-25%
}
.split-bg.breakout .co {
	min-height:480px!important;
	height:200px
}
.split-bg.breakout .text .inner {
	padding:20px 0 20px 40px!important;
	max-width:450px!important
}
.split-bg.blue.breakout .text h3 {
	color:#A1DEE9
}
.split-bg.blue.breakout h2 {
	color:#fff
}
/*--------------------------------------------------------------
## Galleries (Flexible & posts)
--------------------------------------------------------------*/
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
section.gallery.count-5 .col, section.gallery.count-6 .col {
  min-width: 33.33%;
}
.gallery.count-10 .col {
	min-width: 20%;
	max-width: 20%;
}
.gallery.count-14 .gallery-image, .gallery.count-13 .gallery-image {
  min-width: 20%;
}
.gallery.count-13 .gallery-image {
  min-width: 20%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.gform_wrapper {
	margin:0 auto!important;
	max-width:960px!important
}
p.gform_required_legend {
	display: none !important;
}
.gform_wrapper .gform_ajax_spinner {
  padding-left: 0 !important;
  max-width: 30px;
  position: relative;
  top: 7px;
  height: 25px;
}
.gform_wrapper label.gfield_label {
	font-size:1em!important;
	font-weight:400!important;
  margin: 0 !important;
}
.gform_wrapper .field_description_below .gfield_description {
  padding-top: 0 !important;
}
.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
  padding: 0 !important;
}
.gform_wrapper .gfield_required {
	color:red!important
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent !important;
	border: none !important;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  padding:23px 70px!important
}
input.switch {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	width:40px;
	height:20px;
	background-color:#449988;
	border:1px solid #D9DADC;
	border-radius:50px;
	-webkit-box-shadow: inset -20px 0px 0px 0px #D9DADC;
	box-shadow: inset -20px 0px 0px 0px #D9DADC;
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
}
input.switch:checked {
	-webkit-box-shadow: inset 20px 0px 0px 1px #4ed164;
	box-shadow: inset 20px 0px 0px 1px #4ed164;
}
input.switch::-ms-check {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
	filter: alpha(opacity=0); /* IE 5-7 */
	opacity: 0;
}


.gform_footer input[type=submit] {
	display:inline-block!important;
	background:#C156F7;
	border-color:#C156F7;
}
.gform_footer input[type=submit]:hover {
	display:inline-block!important;
	background:#5BC2E7;
	border-color:#5BC2E7;
}

.calltoaction .gform_footer input[type=submit] {
	display:inline-block!important;
	background:#5BC2E7;
	border-color:#5BC2E7;
}
.calltoaction .gform_footer input[type=submit]:hover {
	display:inline-block!important;
	background:#C156F7;
	border-color:#C156F7;
}

.calltoaction .gform_footer,
.calltoaction input {
	text-align:center!important;
	justify-content: center;
}
.searchandfilter ul {
	margin:0;
	padding:0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;

}
.searchandfilter ul li {
	display:inline-block;
	padding: 0 10px;
	margin: 10px 0;
}
li.sf-field-search {
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}
#studies li.sf-field-search {
	width: 32%;
}
li.sf-field-submit {
	-ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.searchandfilter ul li input {
	width: 100%;

}
.full-image img {
  display: block;
  width: 100%;
}
.searchandfilter label {
	width:100%
}
input.sf-input-text {
	text-align:left
}
.search-filter-results {
	margin-top:10px
}
select.sf-input-select {
	padding: 24px 32px !important;
	padding-right: 50px !important;
    border-radius: 100px;
    -webkit-appearance: none;
    appearance: none;
        border: 1px solid #707070;
    font-size: 0.9em !important;
    background-color:#D0D0D0;
    background-image: url(images/blue-arrow.svg);
    background-size: 12px;
    background-position: center right 25px;
    background-repeat: no-repeat;
    width:100%
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#footer {
	float: left;
	width: 100%;
	background: #3D4E80;
	color: #fff;
	padding: 30px 0 20px 0;
}
#footer img {
	max-width:199px
}
#footer .co {
	min-width: 180px;
  margin: 25px 0;
}
#footer a {
	color: #fff;
}
#footer .social-link {
	font-size:1em;
	padding-left:0
}
#footer p {

  font-size:0.889em
}
#footer a:hover {
	color: #5BC2E7;
}
#footer p i {
  color: #fff;
}
#footer h3 {
	margin: 60px 0 20px 0;
  color: #fff;
  font-size:1.111em
}
#footer h3.subscribe {
	font-family: effra, sans-serif;
	margin-top:30px;
	font-size:1.4em;
	color:#5BC2E7;
	font-weight:400
}
.footer-menu {
	margin: 0 !important;
}
.footer-menu li a {
	position: relative;
	margin-bottom: 5px;
	font-size:0.889em;
}
.footer-menu li {
	margin:12px 0;
	line-height: 1;
}
.footer-menu .current-menu-item a, .footer-menu .current_page_parent >a {
  color: #5BC2E7 !important;
}

#copyright {
	float: left;
	color: #000;
	width: 100%;
	background: #fff;
	font-size: 0.9em;
	padding: 40px 0;
}
#copyright .credit {
	text-align: right;
}
#copyright p {
	margin: 0;
	color: #707070;
}
#copyright a {
  white-space: nowrap;
	color: #000;
}
#copyright a:hover {
	color:#5BC2E7
}
#copyright ul, #copyright li {
	margin:0;
	padding:0
}
#copyright ul {
	display:flex;
	justify-content: space-between!important;
	margin-bottom: 20px;
}
 #copyright li {
	 display:inline-block;
	 min-width: 195px;
 }
 #copyright .accreditations {
	 text-align: right;
 }
 #copyright .accreditations img {
	 max-width: 100px;
	 height: auto;
	 margin-left: auto;
 }
.fab-container {
  margin: 1em;
  position: fixed;
  bottom: -72px;
  right: 0;
}
.to-top {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  position: relative;
  cursor: pointer;
  transition: .3s;
  background: #5BC2E7 url(images/up.svg) center no-repeat;
  background-size: 15px;
  display:none
}
.to-top:hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2), 0 3px 8px rgba(0, 0, 0, 0.12);
}
/*--------------------------------------------------------------
# SOCIAL
--------------------------------------------------------------*/
/* a.social-link.facebook, a.social-link.facebook:visited {
    color: #3b5998;
}
a.social-link.twitter, a.social-link.twitter:visited {
    color: #1da1f2;
}
a.social-link.pinterest, a.social-link.pinterest:visited {
    color: #bd081c;
}
a.social-link.instagram, a.social-link.instagram:visited {
    color: #833ab4;
}
a.social-link.linkedin, a.social-link.linkedin:visited {
    color: #0077b5;
}
a.social-link.youtube, a.social-link.youtube:visited {
    color: #cd201f;
}
a.social-link.vimeo, a.social-link.vimeo:visited {
	color:#1ab7ea;
} */
.social-link {
	color: #5BC2E7;
	padding: 5px;
	font-size: 1.2em;
	margin-right: 5px;
	transition: all 0.2s ease;
	border-radius: 50%;
	padding-top: 8px;
}
a.social-link:visited {
	color: #5BC2E7;
}
a.social-link:hover, .social-link:hover {
	color: #3D4E80;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 641px) {
	.form-wrap {
		padding-right: 2px;
	}
}
@media screen and (min-width: 1024px) {
	.gallery.count-9 .gallery-image {
		min-width: 33.33%;
	}
	#banner input[type="submit"] {
		min-width: 220px;
	}
	.row.wide-desktop {
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  margin-right: -60px;
	  margin-left: -60px;
	}
	.wide-desktop > .col,
	.wide-desktop > [class*="col-"] {
	  padding-right: 60px;
	  padding-left: 60px;
	}
	.tech-cta.split-bg .co {
		min-height: 500px;
	}
	.slide p {
		font-size: 25px;
	}
	.slide h1 {
		font-size: 60px;
	}
	.image-left.full-width .text {
		max-width: 570px;
	}
	.image-right.full-width .text .inner {
		max-width: 570px;
	}
  #centered-header nav#menu, header#full #menu {
    display: block !important;
  }
	.next-post {
		text-align: right;
	}
  #left-header #menu {
    display: none !important;
  }
}
@media screen and (max-height: 760px) {
	.slide .scroll-down {
		position: relative;
		bottom: -80px;
		margin-top: 20px;
    left: calc(50% - 72.5px);
	}
}
@media screen and (max-height: 1200px) {
  #news-page.classic #sidebar {
    min-width: 100%;
  }
	.second-level-description {
		margin-bottom: 30px;
	}
	 
	.breakout {
		max-width: 100%;
		margin: 0;
	}
	.split-bg.breakout .co {
		max-width: 100%;
		height: auto !important;
  	min-height: 0 !important;
	}
	.split-bg.breakout .text:after {
		display: none;
	}
	.video-container .video-wrap {
		max-width: 100% !important;
	}
	.split-bg.breakout .text .inner {
	  padding: 40px !important;
		max-width: 100% !important;
	}
	.entry .text {
		max-width: 100%;
	}
	#head-social {
		margin: 0;
		margin-left: 20px;
	}
}
@media screen and (min-width: 1101px) {
	header .head-info {
		margin-right: 30px;
	}
	.accordion-quote .inner {
		padding-right: 60px;
	}
}
@media screen and (max-width: 1100px) {
	#head-social {
		display: none;
	}
	header .head-info {
		text-align: center;
		justify-content: center !important;
	}
}
@media screen and (max-width: 1200px) {
    .icon-tabs ul.tabs {
        margin-bottom: 10px;
    }
    .icon-tabs ul.tabs li {
        min-width: calc(33.33% - 20px);
        max-width: calc(33.33% - 20px);
        margin: 10px;
        border-radius: 10px;
    }
}  
@media screen and (max-width: 1024px) {
  .cover, .background-image {
    background-attachment: scroll !important;
  }

  .video-container {
    min-width: 50%;
    max-width: none;
  }
  .grid-item {
		width: 50%;
	}
  #banner {
    height: auto;
    min-height: 250px;
  }
}
@media screen and (max-width: 1023px) {
	.gallery.count-9 .gallery-image {
		min-width: 33.33%;
		max-width: 33.33%;
	}
	.featured-technologies .text {
		margin-bottom: 20px;
	}
	.accordion-quote {
		text-align: left;
		margin-bottom: 20px;
	}
	.acc-image-wrap {
	  min-width: 25%;
	  max-width: 25%;
	}
	#tech-sidebar {
		min-width: 100%;
		margin-right: 0;
		order: 2;
		padding: 20px;
	}
	.tech-content {
		padding-bottom: 0px;
	}
	 
	.apply {
		margin-bottom: 0;
	}
	.counters {
		padding: 40px 0;
	}
	.counters .button-wrap {
		margin-top: 20px;
	}
	.quote-slider-nav {
		width: 100%;
	}
	.slider .slide {
		min-height: 400px;
	}
	.promo-box {
		min-width: 50%;
		max-width: 50%;
		margin: 0;
	}
	.slide .scroll-down {
  	position: relative;
  	bottom: 0;
  	margin-top: 30px;
	}
	.flickity-resize .slide {
  	min-height: 100%;
	}
	li.sf-field-search {
		width: 100%;
	}
	li.sf-field-submit {
		width: auto;
	}
	.searchandfilter ul {
		margin-left: -10px;
		margin-right: -10px;
	}

	.searchandfilter ul li input {
		width: 100%;
	}
	.sub {
		display: none !important;
	}
	.technologies-results .col-md-4 {
		min-width: 100%;
		margin: 0;
	}
	.split-bg .text .inner {
		padding: 20px !important;
	}
	#copyright ul {
		margin-top: 20px;
	}
	.split-bg .text, .split-bg .image-wrap {
		min-width: 100%;
		max-width: 100%;
	}
	.split-bg .text:after {
		display: none;
	}
	.split-bg .text .inner {
		max-width: 100% !important;
	}
	.split-bg .co {
		min-height: 0;
	}
	#copyright li:first-child {
		padding-left: 0;
	}
	#copyright li {
		min-width: 0;
	}
	.image-left.full-width .text .inner, .image-right.full-width .text .inner {
		padding: 20px;
	}
	.image-left.full-width .text .inner, .image-right.full-width .text .inner {
		padding: 40px !important;
	}
	ul.products.columns-4 li.product {
		-ms-flex: 0 0 33.33%;
	  flex: 0 0 33.33%;
	  max-width: 33.33%;
	}

  .promo-box.col {
    min-width: 50%;
  }
	#sidebar {
		min-width: 100%;
		max-width: 100%;
	}
	.woocommerce-page #sidebar {
		display: none;
	}
  .sm-clean a span.sub-arrow {
    right: 8px;
    width: auto;
  }
  .sm-clean span.sub-arrow:before {
    font-size: 1.4em;
  }
  .gallery.count-14 .gallery-image {
    min-width: 33.33%;
  }
  .gallery.count-13 .gallery-image {
    min-width: 33.3%;

  }
  .gallery.count-13 .gallery-image:nth-child(13), .gallery.count-13 .gallery-image:nth-child(12) {
    min-width: 50%;
  }
	.gallery.count-10 .col {
	  min-width: 220px;
		max-width: none;
	}
  .image-left .image-wrap img, .image-right .image-wrap img {
    display: block;
    margin: 0 auto;
  }
  #menu-toggle {
    display: block;
  }
  #left-header #menu-desktop {
		display: none;
	}

  #centered-header #logo {
    text-align: left;
  }
  #centered-header nav#menu, header#full #menu {
    display: none;
  }
  header .head-info span.header-link {
    display: none;
  }
  #mobile-bar {
    display: block;
  }
  #top-bar {
    display: none;
  }
  .three-text {
    min-width: 50%;
  }
}

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

	.gallery.count-4 .gallery-image {
		max-width: 50%;
		min-width: 50%;
	}
  .gallery.count-10 .gallery-image:nth-child(9), .gallery.count-10 .gallery-image:nth-child(10) {
    min-width: 50%;
  }
}

@media screen and (max-width: 980px) {
	.gallery-image {
		min-width: 180px;
	}
}

@media screen and (max-width: 768px) {
	.feature {
		min-width: 50%;
	}
	.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
	.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
		width: 100%;
		-ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.cta.col {
		margin-bottom: 40px;
    min-width: 100%;
	}
	.ctas {
		padding-bottom: 10px;
	}
	#footer .col {
    margin: 10px 0;
	}
}
@media screen and (max-width: 767px) {
  #menu-toggle {
    display: block;
  }	
  .icon-tabs ul.tabs li {
        min-width: calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
  .icon-tabs ul.tabs li {
    padding: 15px;
  }
  .tech-slide {
	width: 80%;
  }
 	.accordion-content, .text-indent {
		padding-left: 0 !important;
	}
	.acc-image-wrap {
		min-width: 33.33%;
		max-width: 33.33%;
	}
	a.blist {
		margin-left:10px;
	}
	.people-image {
		margin-bottom: 20px;
	}
	section.type-people {
		padding: 60px 0;
	}
	.quote-slider {
		margin-bottom: 20px;
	}
	.child-page {
		margin: 10px 0;
	}
	body.single-case-study .entry p {
		font-size: 1.15em;
	}
	.calltoaction {
		padding: 40px 0;
	}
	.counters h2, .meet-team .section-title, #join h2, .calltoaction h2,
	.featured-posts h2.section-title {
		font-size: 2em;
	}
	.counters .numbers {
		font-size: 2.1em;
	}
	.stat-wrap {
		margin: 10px 0;
	}
	.featured-posts h2.section-title {
		margin-bottom: 20px;
	}
	li.sf-field-taxonomy-case_study_category, li.sf-field-category {
		width: auto;
	}
	.post-slider .post-wrap {
		min-width: 100%;
	}
	.image-left.full-width .text-wrap, .image-right.full-width .text-wrap {
		padding: 30px 40px;
	}
	.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
		padding: 14px 35px!important;
	}
	#join {
		padding: 40px 0;
	}
	#footer h3 {
		margin: 0;
		margin-bottom: 20px;
	}
	select.sf-input-select {
		padding: 12px 16px !important;
		padding-right: 50px !important;
	}
	.dark-bg .latest-posts h2.section-title, #social h2, .text-intro h2,
	.ctas .section-title {
		font-size: 2em;
	}
	.dark-bg .latest-posts h2.section-title {
		margin-bottom: 20px;
	}
	#social {
		padding: 20px 0;
	}
	.entry.right .image {
		min-width: 100%;
		margin-top: 20px;
	}
	.entry .text {
		min-width: 100%;
	}
	.entry .image img {
		max-width: 100%;
	}
	input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
		  padding: 12px 20px !important;
	}
	button, a.button, .button a, .button a:visited, .button a:focus, input.button, a.button:visited, input[type="submit"], .woocommerce a.button, .woocommerce button.button, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce a.button.alt, .woocommerce button.button.alt {
		  padding: 12px 24px;
	}
	#mobile-bar .col-auto {
		min-width: 100%;
		text-align: center;
	}
	ul.products.columns-2 li.product, ul.products.columns-3 li.product, ul.products.columns-4 li.product {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
  .error-404 #icon {
    min-width: 100%;
    border: none;
  }
  .error-404 .vci {
    text-align: center;
  }
  .carousel-wrap {
    padding: 0;
  }
  .slider .inside {
    width: 100%;
  }
  .grid-item.post {
    width: 100%;
  }
  .excerpt-archive {
    min-width: 100%;
    max-width: 100%;
  }
  h1.single-title {
    font-size: 1.6em;
  }
  .slide h1 {
    font-size: 1.8em;
  }
  .accordion-toggle {
    font-size: 1.05em;
  }
  .slide p {
    font-size: 1.1em;
  }
  #sidebar {
    max-width: 100%;
    min-width: 100%;
  }
  .background-image {
    background: #3D4E80 !important;
  }
  .background-image:before {
    display: none;
  }
  #banner h1 {
    font-size: 2.3em;
  }
  #menu {
    display: none;
  }
  #centered-header .head-info, #top-bar {
    text-align: center;
  }
  #centered-header #logo img {
    max-height: 50px;
  }
  #centered-header #logo {
    text-align: left;
  }
  #centered-header .head-info {
    padding: 0;
  }

  .alignleft {
    display: block;
    float: none;
    margin: 20px auto;
  }
  .alignright {
    display: block;
    float: none;
    margin: 20px auto;
  }
  .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  ul, ol {
    margin: 0 0 1.5em 0em;
    -webkit-padding-start: 30px;
  }
  .three-text {
    min-width: 100%;
  }
	#nobanner {
		padding: 40px 0;
	}
	#left-header #menu-toggle {
		max-width: none;
	}
  .video-container {
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
	.latest-posts .container.d-flex {
		flex-direction: column;
	}
	.subtitle-row .subtitle {
		min-width: 100%;
	}
	.subtitle-row {
		padding-bottom: 20px;
	}
	.remove-image .excerpt {
		margin: 0;
	}
	.acc-image-wrap {
		min-width: 50%;
		max-width: 50%;
	}
	.latest-posts h2.section-title {
		margin-bottom: 30px;
	}
	.latest-posts .container.d-flex .button.secondary {
		margin-bottom: 30px;
	}
	.fancybox-slide--html .fancybox-content {
		margin: 0;
	}
	body.single-event .first, body.single-event .second {
		min-width: 100%;
		width: 100%;
	}
	.event-details {
		margin-bottom: 0;
	}
	body.single-event .detail {
		flex-direction: column;
	}
	.excerpt-search .text {
  	min-width: 100%;
	}
	.excerpt-search .image-wrap {
		margin-bottom: 20px;
	}
	.promo-box .inner {
		height: 250px;
	}
	.woocommerce-form-coupon .form-row {
    width: 100% !important;
    padding: 0 !important;
	}
	.woocommerce-message {
		display: flex;
		flex-direction: column;
	}
	input#coupon_code {
		min-width: 100%;
		margin-bottom: 10px;
	}
	.coupon .button {
    width: 100% !important;
	}
	.woocommerce-message a {
		align-self: baseline;
		margin-top: 10px;
	}
	.woocommerce-message a.button {
		order: 2;
		margin-top: 10px;
	}
	.fancybox-content:not(#modal-callback) {
		height: 100%;
		width: 100%;
		padding: 55px;
	}

	body:not(.single-technology).fancybox-slide--html {
		padding: 0;
	}
	body:not(.single-technology).fancybox-slide:before {
		display: none;
	}
	.grid-item {
		width: 100%;
	}
  blockquote {
    width: 100%;
    margin: 15px 0;
  }
	header#full .head-info  {
		text-align: right;
	}
	header#full .head-info a {
		display: block;
	}
	.gallery-image {
		min-width: 50% !important;
		max-width: none !important;
	}
	.head-info {
		text-align: center;
	}
	.feature, .promo-box.col {
		min-width: 100%;
	}
  .map iframe {
  	width:100%!important;
  	height:340px;
  }
	.mobile-header .logo {
		max-width: 200px;
	}
}
@media screen and (max-width: 575px) {
	.icon-tabs .tab-content .text .inner {
		padding-left: 0;
	}
	.step-title {
		padding-right: 20px;
		border: 0;
	}
}
@media screen and (max-width: 425px) {
	.mobile-header .social-links {
		display: none;
	}
	.entry:before {
		left: -20px;
	}
	.split-bg.breakout .text .inner {
		padding: 20px !important;
	}
	.excerpt-related .image	{
		padding-right: 20px;
	}
	.entry .circle {
		left: -32px;
	}
	.entry {
		padding: 20px;
	}
	.excerpt-related .image {
		min-width: 100%;
		margin-bottom: 20px;
		max-width: 100%;
		float: left;
	}
}
@media screen and (max-width: 375px) {
  .features .container {
    padding-left: 20px;
    padding-right: 20px;
  }
	#footer .co {
		min-width: 100%;
		margin: 10px 0;
	}

  h1 {
  	font-size:2.8em;
  }
  h2 {
  	font-size:1.7em;
  }
  h3 {
  	font-size:1.2em;
  }
  h4 {
  	font-size:1em;
  }
  h5 {
  	font-size:0.8em;
  }
  h6 {
  	font-size:0.6em;
  }
  .row.related {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 374px) {
	ul.products.columns-2 li.product, ul.products.columns-3 li.product, ul.products.columns-4 li.product {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	#banner li.sf-field-search {
		min-width: 100%;
	}
	.tech-excerpt h3 {
		font-size: 1.6em;
	}

	.promo-box {
		min-width: 100%;
	}
}
@media print {
  #footer, #menu, .fab-container, #comments, #sidebar, #post-nav, #related-posts, iframe, .embed-container, .fve-video-wrapper {
    display: none !important;
  }
  .background-image div, .background-colour, #banner h1, #banner p, #nobanner h1, #nobanner p, .testimonial, .testimonials, .promo-box .inner *, .button, a.button, a.button:visited {
    color: #333;
  }
  #single-post {
    padding: 0;
  }
  #banner {
    min-height: 0;
  }
  .anim {
    visibility: visible !important;
  }
  .download, .promo-box.col {
    min-width: 50%;
  }
  section.gallery .row {
    display: block;
  }
  .gallery-image {
    width: 25% !important;
    display: inline-block;
    min-width: 0 !important;
    float: left;
  }
  .section-title {
    page-break-before: always;
    position: relative;
  }
  .single-title {
    font-size: 2em;
  }
  #flexible-content section {
    page-break-inside: avoid;
    position: relative
  }
  .image-wrap img {
    display: block;
    margin: 0 auto;
    max-width: 50%;
  }
}
