
.position-right {
	width: 250px;
}


html{
	font-family: 'Open Sans', sans-serif;;
	font-size: 16px;
}

body{
	font-family: 'Open Sans', sans-serif;;
	font-size: 16px;
	color:#232322;
}
.grid-container{
	max-width:90rem;
}

code {
	padding: 0rem;
	border: 0px solid #cacaca;}


	p{
		font-size: 'Open Sans', sans-serif;;
		line-height: 1.5;
	}

	blockquote { color: #E62A32; font-size: 1.5rem; border: none; }
	a{
		outline: 0;
		color: #E62A32;
	}

	a:hover, a:active, a:focus{
		color: ;
		outline: 0 !important;
	}
	.left{float:left;}
	section, div{
		outline: 0 !important;
	}
	.grey-title{color: #D3D4D3}
	.lightblue-title{color: #ccdaee}
	.darkblue-title{color: #002E5A}

	.button {text-align:left}
	.hamburger {
		position: absolute;
		right: 0px;
	}

	#nav_menu-2 {list-style: none;}

	#nav_menu-2 a:hover {color: #E62A32;}

	.menu-item-object-team_member{
		width:100%;

	}


	.screen-reader-text {display:none;}

	.home-blog-btn.button {
		bottom: 0px;
		position: absolute;
		background: #E62A32;
		color: #fff;
		margin: 2rem;
	}

	.home-blog-btn.button:hover {
		background: #002E5A !important;
		color: #fff;
	}

	.lightblue-bg {background-color: $brandColorLightBlue;}

	.border-right-white {border-right: 1px solid #fff;}
	.home-blog-content-wrapper h3{
		margin-bottom:2em;color: #fff;
	}
	.home-blog-content-wrapper .home-blog-title{
		color: #fff;
		font-size: 2rem;
		line-height: 2.5rem;

	}
	.homenewsbg {
		background-image: url(/img/home-news-bg.png);
		background-repeat: repeat-x;
		background-size: contain;
	}
	.text-white{color:text;}
	ul.text-white{list-style:none; }
	ul.text-white li{color:white; font-size:1.4rem;}

	.inner-footer h2 {color:#fff;}

	.case-study-section {
		<!--    background:#d1eae5; -->
	}
	.home-blog-btn.button{
		padding-right: 4rem;}

		a.button::after{
			border-style: solid;
			border-width: 0.2em 0.2em 0 0;
			content: '';
			display: inline-block;
			height: 1em;
			right: 1em;
			position: absolute;
			top: 30%;
			transform: rotate(-45deg);
			vertical-align: top;
			width: 1em;
			transform: rotate(45deg);
		}

		.talent-matters-sect .home-blog-btn.button {
			bottom: 0px;
			position: relative;
			background: #ee343f;
			color: #fff;
			margin: 3rem 1.2rem;
			display: inline;
		}

		.talent-matters-sect .home-blog-title {
			font-size: 1.5rem;
			line-height: 1.5rem;
			margin-bottom:2em; 
			color: #002E5A;
		}
		.tweetname {    margin-top: 1rem;
			display: block;
		}

		.tweet-section {background-color:#fff !important; background-image:url(/img/tweet-sect-bg.jpg); background-repeat:no-repeat; background-position:left;background-attachment: fixed;}
		.postdate {color:#E62A32;}

		.listblogtitle {max-width: 92%; font-size: 1.2rem;position:relative;}
		.listblogtitle:hover {
			color: #000;
		}
		.listblogtitle::after {
			border-style: solid;
			border-width: 0.25em 0.25em 0 0;
			content: '';
			display: inline-block;
			height: 1.45em;
			right: -2em;
			position: absolute;
			top: 30%;
			transform: rotate(-45deg);
			vertical-align: top;
			width: 1.45em;
			transform: rotate(45deg);
			transition:0.3s;
		}

		.listblogtitle:hover::after {
			right: -2.5em;
		}

		input::-moz-focus-inner { 
			border: 0; 
		}

		h1{
			font-size: 3rem;
			font-family: 'Open Sans', sans-serif;;
			color: #002E5A;
			font-weight: 400;
			line-height: 1.3;
		}

		@media only screen and (max-width: 1023px){
			h1{
				font-size: 2.5rem;
			}
		}

		@media only screen and (max-width: 639px){
			h1{
				font-size: 1.8rem;
			}
		}

		@media only screen and (max-width: 340px){
			h1{
				font-size: 1.5rem;
			}
		}

		@media only screen and (min-width: 1250px){
			.home h1{
				font-size: 68px;
			}
		}

		@media only screen and (max-width: 1023px){
			.home h1{
				text-align: center;
			}
		}

		@media only screen and (max-width: 420px){
			.home h1{
				font-size: 44px;
			}
		}

		h1.single-title{
			color: #fff;
		}


		h2{
			font-family: 'Open Sans', sans-serif;;
			font-size: 1.8rem;
			font-weight: 400;
			line-height: 1.3;
		}

		@media only screen and (max-width: 1023px){
			h2{
				font-size: 1.8rem;
			}
		}

		@media only screen and (max-width: 639px){
			h2{
				font-size: 1.4rem;
			}
		}

		h3{
			font-family: 'Open Sans', sans-serif;;
			font-size: 1.8rem;
			font-weight: 400;
			line-height: 1.3;
		}

		@media only screen and (max-width: 1023px){
			h3{
				font-size: 1.8rem;
			}
		}

		@media only screen and (max-width: 639px){
			h3{
				font-size: 1.4rem;
			}
		}

		a.white{
			color: #fff !important;
		}

		.dark-blue{
			color: #002E5A;
		}

		.teal{
			color: #89c2cc;
		}

		.white{
			color: #fff;
		}

		.grey{
			color: #D3D4D3;	
		}

		/* bg colours */

		.lightbluebg{
			background-color: #ccdaee !important;
		}
		.pinkbg{
			background-color: #E62A32 !important;
		}
		.tealbg{
			background-color: #89c2cc !important;
		}
		.yellowbg{
			background-color: #E29C00 !important;
		}
		.darkbg{
			background-color: #002E5A !important;
		}

		.center{
			text-align: center;
		}

		.section-padding{
			padding-top: 50px;
			padding-bottom: 50px;
		}
		@media only screen and (max-width: 639px){
			.section-padding{
				padding-bottom: 30px;
				padding-top: 30px;
			}
		}

		.section-padding-top{
			padding-top: 50px;
		}

		@media only screen and (max-width: 639px){
			.section-padding-top{
				padding-top: 30px;
			}
		}

		.margin-bottom-30{
			margin-bottom: 30px;
		}

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

		.width-100{
			width: 100%;
			display: block;
		}

		.sticky{
			height: 75px;
		}
		@media only screen and (max-width: 960px){
			.sticky{
				height: 140px;
			}
		}

		.home .sticky{
			height: 0px;
		}

		.sticky.is-stuck{
			height: 0px;
		}


		.f-weight-500{
			font-weight: 500;
		}

		.f-weight-700{
			font-weight: 700;
		}

		.san-serif{
			font-family: 'Open Sans', sans-serif;;
		}

		.logo{
			width: 280px;
			height: 175px;
			margin-top: 20px;
			margin-bottom: 20px;
			background-image: url('/img/RSA-logo.png');
			background-repeat: no-repeat;
			background-size: contain;
			transition: all .5s ease-out;
			position: absolute;
			top: 0px;
			left: 20px;
			z-index: 9999999;
		}

		.home-top-section-bg{
			background-color: #fff;
			position:relative; 
			z-index:2;
		}

		@media all and (-ms-high-contrast:none){
			.home-top-section-bg { background-size: 2000px; } /* IE10 */
			*::-ms-backdrop, .home-top-section-bg{ background-size: 2000px; } /* IE11 */
		}

		.tech-curve {
			background-image: url(/img/home-curve-bg.png);
			min-height: 660px;
			z-index: 3;
			position: relative;
			margin-top: -300px;
			background-size: cover;
		}
		@media only screen and (max-width: 1024px){
			.tech-curve {
				background-image: url(/img/home-curve-bg.png);
				min-height: 0px;
				z-index: 3;
				position: relative;
				margin-top: -200px;
				padding-top: 300px;

			}
		}

		.home #menu-main-menu.menu.medium-horizontal{
			float: right;
			margin-top: 50px;

		}

		.accordion-menu .is-accordion-submenu a {
			padding: .7rem 2rem;
		}

		.is-stuck #menu-main-menu.menu.medium-horizontal{
			margin-top: 25px;
		}

		@media only screen and (max-width: 972px){
			#menu-main-menu.menu.medium-horizontal{
				margin-right: 55px;
			}
		}

		@media only screen and (max-width: 900px){
			#menu-main-menu.menu.medium-horizontal{
				margin-right: 80px;
			}
		}

		@media only screen and (max-width: 750px){
			#menu-main-menu.menu.medium-horizontal{
				margin-right: 30px;
			}
			.home #menu-main-menu.menu.medium-horizontal{
				margin-top: 30px;
			}
		}

		#menu-main-menu.menu.medium-horizontal{
			float: right;
			margin-top: 50px;
		}

		.home #menu-main-menu.menu.medium-horizontal li{
			margin-right: 10px;
		}

		#menu-main-menu.menu.medium-horizontal li{
			margin-right: 10px;
		}

		#menu-main-menu.menu.medium-horizontal li.last-menu-item{
			margin-right: 0px;
		}

		@media only screen and (max-width: 910px){
			.home #menu-main-menu.menu.medium-horizontal li{
				margin-right: 0px;
			}
			#menu-main-menu.menu.medium-horizontal li{
				margin-right: 0px;
			}
		}

		.home #menu-main-menu.menu.medium-horizontal li.last-menu-item{
			margin-right: 0px;
		}

		.home #menu-main-menu.menu.medium-horizontal a{
			color: #fff;
			font-weight: 700;
			font-size: 1.2rem;
			transition: color .25s ease-out;
		}

		#menu-main-menu.menu.medium-horizontal a{
			color: #fff;
			font-weight: 700;
			font-size: 1.2rem;
			transition: color .25s ease-out;
		}

		@media only screen and (max-width: 910px){
			.home #menu-main-menu.menu.medium-horizontal a{
				font-size: 1.1rem;
			}

			#menu-main-menu.menu.medium-horizontal a{
				font-size: 1.1rem;
			}
		}

		@media only screen and (max-width: 775px){
			.home #menu-main-menu.menu.medium-horizontal a{
				font-size: 1rem;
			}

			#menu-main-menu.menu.medium-horizontal a{
				font-size: 1rem;
			}
		}

		<!-- #menu-main-menu.menu.medium-horizontal a:hover, #menu-main-menu.menu.medium-horizontal a:focus, #menu-main-menu.menu.medium-horizontal a:active{
			color: #002E5A;
		}

		.home #menu-main-menu.menu.medium-horizontal a:hover, .home #menu-main-menu.menu.medium-horizontal a:focus, .home #menu-main-menu.menu.medium-horizontal a:active{
			color: #002E5A;
			} -->

			@media only screen and (max-width: 762px){
				.home #menu-main-menu.menu.medium-horizontal a{
					font-size: 1.1rem;
				}
				#menu-main-menu.menu.medium-horizontal a{
					font-size: 1.1rem;
				}
			}
			@media only screen and (max-width: 639px){
				.home .menu{
					margin-top: 40px;
				}
				.menu{
					margin-top: 40px;
					margin-right: 15px;
				}
				.is-stuck .menu{
					margin-top: 0px;
				}
				.is-stuck .home .menu{
					margin-top: 20px;
				}
			}

			.menu .active > a{
				background: transparent;
				color: #002E5A !important;
			}

			.menu .current_page_item{
				background: transparent;
			}
			.top-nav {margin-right: 80px;}
			.top-nav .menu .active > a{
				background: transparent;
				color: #E62A32 !important;
			}

			.top-nav .current_page_item, .footer .current_page_item, .second-footer .current_page_item{
				background-color: transparent;
			}

			.top-nav.is-stuck{
				background-color: #002E5A;
			}

			.dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu{
				border: 0;
				background-color: #43c1bc;
			}

			.is-dropdown-submenu .menu-item a{
				line-height: 1.2 !important;
				font-size: 1rem !important;
				font-weight: 500 !important;
			}

			.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after{
				border-color: #002E5A transparent transparent;
			}

			.footer .menu .active > a{
				background: transparent;
				color: #fff !important;
			}

			.main-menu-wrapper{
				background-color: #89c2cc;
			}

			.home .main-menu-wrapper{
				background-color: #89c2cc;
			}


			.overflow-hidden{ overflow: hidden; }

			.tile-presentation{
				border: solid 1px #e2ebff;
				background:#dee5f1;
				padding: 4rem;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
			}
			@media only screen and (max-width: 960px){
				.tile-presentation{
					padding: 2rem;
				}
			}

			.width-half {
				width: 44% !important;
				max-width: 44%;
				margin: 3%;
				display: block;
				float: left;
				-webkit-box-flex: 0;
				-webkit-flex: 0 0 auto;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;

			}
			@media only screen and (max-width: 960px){
				.width-half {
					width: 94% !important;
					margin: 3%;
					display: block;
					float: left;
				}
			}

			.sidebar{
				margin-top:40px;
			}

			.menu-icon{
				width: 40px;
				height: 40px;
				margin-right: 20px;
				margin-top: 15px;
				color: black;
			}

			.menu-icon::after{
				box-shadow: 0 18px 0 #002E5A,0 36px 0 #002E5A;
				border-radius: 8px;
				height: 5px;
				background:#002E5A;
			}

			.menu-icon:hover::after, .menu-icon:focus::after, .menu-icon:active::after{
				background: #E62A32;
				box-shadow: 0 18px 0 #E62A32,0 36px 0 #E62A32;
			}

			.is-stuck .logo{
				width: 100px;
				height: 120px;
				margin-top: 10px;
				margin-bottom: 10px;
				position:fixed;
			}

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

				.logo {
					width: 220px;
					height: 175px;
					margin-top: 2px;
					margin-bottom: 20px;
					background-image: url('/img/RSA-logo.png');
					background-repeat: no-repeat;
					background-size: contain;
					transition: all .5s ease-out;
					position: relative;
					text-align:center;	
					left:20px;
				}
				.is-stuck .logo{
					width: 120px;
					height: 175px;
					margin-top: 40px;
					margin-bottom: 20px;
					background-image: url('/img/RSA-logo.png');
					background-repeat: no-repeat;
					background-size: contain;
					transition: all .5s ease-out;
					position: relative;
					text-align:center;
				}
				.is-stuck .absolutelogo {
					background-color: rgba(255,255,255,0.86);
					margin-top: -40px;
					height: 80px;
				}
			}

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

				.logo {
					width: 220px;
					height: 175px;
					margin-top: 2px;
					margin-bottom: 20px;
					background-image: url('/img/RSA-logo.png');
					background-repeat: no-repeat;
					background-size: contain;
					transition: all .5s ease-out;
					position: relative;
					text-align:center;	
					left:20px;
				}

				.is-stuck .logo{
					width: 0px;
					height: 0px;
					margin-top: 20px;
					margin-bottom: 20px;
					background-image: url('/img/RSA-logo.png');
					background-repeat: no-repeat;
					background-size: contain;
					transition: all .5s ease-out;
					position: relative;
					text-align:center;
				}
				.is-stuck .absolutelogo {
					background-color: rgba(255,255,255,0.86);
					margin-top: -40px;
					height: 80px;
				}
			}


			#top-bar-menu{
				background-color: rgba(255,255,255,0.86);
			}

			@media only screen and (max-width: 960px){
				#top-bar-menu{
					margin-top:0px;
				}
			}

			.header-grad{
				/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
				background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
				background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
				background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


			}


			.inner-header-bg-image {background-size:cover; background-position: center;}

			.intro-content {
				padding: 20px;
			}
			.home-intro-para{
				color: #002E5A;
				font-weight: 500;
				font-size: 1.2rem;
				margin-top: 15px;
				margin-bottom: 50px;
				line-height: 1.2;
			}

			@media only screen and (min-width: 1250px) {
				.home-intro-para{
					font-size: 22px;
					margin-top: 30px;
					line-height: 1.35;
				}
			}

			@media only screen and (max-width: 1023px){
				.home-intro-para{
					text-align: center;
				}
			}

			.home-feature-btn-one{
				width: 100%;
				font-size: 1.2rem;
				font-family: 'Open Sans', sans-serif;;
				background-color: #E62A32;
				padding: 20px 80px 20px 15px;
				transition: all .2s;
				position: relative;
				color: #002E5A;
			}

			.home-feature-btn-one:hover, .home-feature-btn-one:focus, .home-feature-btn-one:active{
				background-color: ;
				color: #002E5A;
			}

			.home-feature-btn-one::after{
				position: absolute;
				margin-left: -1rem;
				opacity: 1;
				top: -1px;
				right: -1px;
				font-size: 45px;
				color: #E62A32;
				line-height: 61px;
				font-family: "Font Awesome 5 Free";
				font-weight: 900;
				content: "\f2bd";
				height: 61px;
				width: 61px;
				background-color: #002E5A;
				transition: all .2s;
			}


			@media all and (max-width: 1166px) and (min-width: 1023px){
				.home-feature-btn-one{
					font-size: 1rem;
					padding: 20px 70px 20px 15px;
				}
				.home-feature-btn-one::after{
					height: 58px;
					width: 58px;
					font-size: 40px;
					line-height: 58px;
				}
			}

			@media all and (max-width: 836px){
				.home-feature-btn-one::after{
					height: 62px;
					width: 62px;
				}
			}
			.home-feature-btn-two{
				width: 100%;
				font-size: 1.2rem;
				font-family: 'Open Sans', sans-serif;;
				background-color: #ccdaee;
				padding: 20px 80px 20px 15px;
				transition: all .2s;
				position: relative;
				color: #002E5A;
			}
			.home-feature-btn-two::after{
				position: absolute;
				margin-left: -1rem;
				opacity: 1;
				top: -1px;
				right: -1px;
				content: "";
				background-image: url('/img/heart-light-blue.svg');
				background-repeat: no-repeat;
				background-position: center center;
				background-size: 40px 40px;
				height: 61px;
				width: 61px;
				background-color: #002E5A;
				transition: all .2s;
			}
			.home-feature-btn-two:hover, .home-feature-btn-two:focus, .home-feature-btn-two:active{
				background-color: #b4e3f3;
				color: #002E5A;
			}

			@media all and (max-width: 1166px) and (min-width: 1023px){
				.home-feature-btn-two{
					font-size: 1rem;
					padding: 20px 70px 20px 15px;
				}
				.home-feature-btn-two::after{
					height: 58px;
					width: 58px;
				}
			}

			@media all and (max-width: 836px){
				.home-feature-btn-two::after{
					height: 62px;
					width: 62px;
				}
			}


			.page-template-content-page-with-sidebar .home-feature-btn-one, .page-template-top-level-page-with-sidebar .home-feature-btn-one{
				width: 100%;
				font-size: 1.2rem;
				font-family: 'Open Sans', sans-serif;;
				background-color: #002E5A;
				padding: 20px 80px 20px 15px;
				transition: all .2s;
				position: relative;
				color: #fff;
			}

			.page-template-content-page-with-sidebar .home-feature-btn-one:hover, .page-template-content-page-with-sidebar .home-feature-btn-one:focus, .page-template-content-page-with-sidebar .home-feature-btn-one:active, .page-template-top-level-page-with-sidebar .home-feature-btn-one:hover, .page-template-top-level-page-with-sidebar .home-feature-btn-one:focus, .page-template-top-level-page-with-sidebar .home-feature-btn-one:active{
				background-color: #165376;
				color: #fff;
			}

/*.page-template-content-page-with-sidebar .home-feature-btn-one::after, .page-template-top-level-page-with-sidebar .home-feature-btn-one::after{
	position: absolute;
	margin-left: -1rem;
	opacity: 1;
	top: -1px;
	right: -1px;
	font-size: 45px;
	color: #002E5A;
	line-height: 61px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f2bd";
	height: 62px;
	width: 62px;
	background-color: #ccdaee;
	transition: all .2s;
	}*/

	@media all and (max-width: 1166px) and (min-width: 1024px){
	/*.page-template-content-page-with-sidebar .home-feature-btn-one, .page-template-top-level-page-with-sidebar .home-feature-btn-one{
		font-size: 1rem;
		padding: 20px 70px 20px 15px;
		}*/
		.page-template-content-page-with-sidebar .home-feature-btn-one::after, .page-template-top-level-page-with-sidebar .home-feature-btn-one::after{
			height: 58px;
			width: 58px;
			font-size: 40px;
			line-height: 58px;
		}
	}

	@media all and (max-width: 1023px){
/*	.page-template-content-page-with-sidebar .home-feature-btn-one, .page-template-top-level-page-with-sidebar .home-feature-btn-one{
		font-size: 1.2rem;
		padding: 20px 70px 20px 15px;
		}*/
		.page-template-content-page-with-sidebar .home-feature-btn-one::after, .page-template-top-level-page-with-sidebar .home-feature-btn-one::after{
			height: 61px;
			width: 61px;
			font-size: 45px;
			line-height: 61px;
		}
	}

	@media all and (max-width: 639px){
	/*.page-template-content-page-with-sidebar .home-feature-btn-one, .page-template-top-level-page-with-sidebar .home-feature-btn-one{
		font-size: 1.1rem;
		}*/
		.page-template-content-page-with-sidebar .home-feature-btn-one::after, .page-template-top-level-page-with-sidebar .home-feature-btn-one::after{
			height: 59px;
			line-height: 59px;
			width: 59px;
		}
	}

	.page-template-content-page-with-sidebar .home-feature-btn-two, .page-template-top-level-page-with-sidebar .home-feature-btn-two{
		width: 100%;
		font-size: 1.2rem;
		font-family: 'Open Sans', sans-serif;;
		background-color: #ccdaee;
		padding: 20px 80px 20px 15px;
		transition: all .2s;
		position: relative;
		color: #002E5A;
	}
/*.page-template-content-page-with-sidebar .home-feature-btn-two::after, .page-template-top-level-page-with-sidebar .home-feature-btn-two::after{
	position: absolute;
	margin-left: -1rem;
	opacity: 1;
	top: -1px;
	right: -1px;
	content: "";
	background-image: url('/img/heart-light-blue.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40px 40px;
	height: 61px;
	width: 61px;
	background-color: #002E5A;
	transition: all .2s;
}

.page-template-content-page-with-sidebar .home-feature-btn-one, .page-template-top-level-page-with-sidebar .home-feature-btn-one
.page-template-content-page-with-sidebar .home-feature-btn-two:hover, .page-template-content-page-with-sidebar .home-feature-btn-two:focus, .page-template-content-page-with-sidebar .home-feature-btn-two:active, .page-template-top-level-page-with-sidebar .home-feature-btn-two:hover, .page-template-top-level-page-with-sidebar .home-feature-btn-two:focus, .page-template-top-level-page-with-sidebar .home-feature-btn-two:active{
	background-color: #b4e3f3;
	color: #002E5A;
}
*/
@media all and (max-width: 1166px) and (min-width: 1023px){
	.page-template-content-page-with-sidebar .home-feature-btn-two, .page-template-top-level-page-with-sidebar .home-feature-btn-two{
		font-size: 1rem;
		padding: 20px 70px 20px 15px;
	}
	.page-template-content-page-with-sidebar .home-feature-btn-two::after, .page-template-top-level-page-with-sidebar .home-feature-btn-two::after{
		height: 57px;
		width: 57px;
	}
}

@media all and (max-width: 1023px){
	.page-template-content-page-with-sidebar .home-feature-btn-two, .page-template-top-level-page-with-sidebar .home-feature-btn-two{
		font-size: 1.2rem;
		padding: 20px 70px 20px 15px;
	}
	.page-template-content-page-with-sidebar .home-feature-btn-two::after, .page-template-top-level-page-with-sidebar .home-feature-btn-two::after{
		height: 61px;
		width: 61px;
	}
}

@media all and (max-width: 639px){
	.page-template-content-page-with-sidebar .home-feature-btn-two, .page-template-top-level-page-with-sidebar .home-feature-btn-two{
		font-size: 1.1rem;
	}
	.page-template-content-page-with-sidebar .home-feature-btn-two::after, .page-template-top-level-page-with-sidebar .home-feature-btn-two::after{
		height: 59px;
		width: 59px;
		line-height: 59px;
	}
}

.page-template-service-inner .home-feature-btn-one{
	width: 100%;
	font-size: 1.1rem;
	font-family: 'Open Sans', sans-serif;;
	background-color: #002E5A;
	padding: 20px 80px 20px 15px;
	transition: all .2s;
	position: relative;
	color: #fff;
}

.page-template-service-inner .home-feature-btn-one:hover, .page-template-service-inner .home-feature-btn-one:focus, .page-template-service-inner .home-feature-btn-one:active{
	background-color: #165376;
	color: #fff;
}

.page-template-service-inner .home-feature-btn-one::after{
	position: absolute;
	margin-left: -1rem;
	opacity: 1;
	top: -1px;
	right: -1px;
	font-size: 45px;
	color: #002E5A;
	line-height: 59px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f2bd";
	height: 59px;
	width: 59px;
	background-color: #ccdaee;
	transition: all .2s;
}

@media all and (max-width: 1210px) and (min-width: 1024px){
	.page-template-service-inner .home-feature-btn-one{
		font-size: 1.2rem;
		padding: 20px 70px 20px 15px;
		line-height: 24px;
	}
	.page-template-service-inner .home-feature-btn-one::after{
		height: 90px;
		width: 58px;
		font-size: 40px;
		line-height: 90px;
	}
}

@media all and (max-width: 1023px){
	.page-template-service-inner .home-feature-btn-one{
		font-size: 1.2rem;
		padding: 20px 70px 20px 15px;
	}
	.page-template-service-inner .home-feature-btn-one::after{
		height: 61px;
		width: 61px;
		font-size: 45px;
		line-height: 61px;
	}
}

@media all and (max-width: 639px){
	.page-template-service-inner .home-feature-btn-one{
		font-size: 1.1rem;
	}
	.page-template-service-inner .home-feature-btn-one::after{
		height: 60px;
		line-height: 60px;
		width: 60px;
	}
}

.page-template-service-inner .home-feature-btn-two{
	width: 100%;
	font-size: 1.1rem;
	font-family: 'Open Sans', sans-serif;;
	background-color: #ccdaee;
	padding: 20px 80px 20px 15px;
	transition: all .2s;
	position: relative;
	color: #002E5A;
}

.page-template-service-inner .home-feature-btn-two::after{
	position: absolute;
	margin-left: -1rem;
	opacity: 1;
	top: -1px;
	right: -1px;
	content: "";
	background-image: url('/img/heart-light-blue.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40px 40px;
	height: 59px;
	width: 59px;
	background-color: #002E5A;
	transition: all .2s;
}

.page-template-service-inner .home-feature-btn-two:hover, .page-template-service-inner .home-feature-btn-two:focus, .page-template-service-inner .home-feature-btn-two:active{
	background-color: #b4e3f3;
	color: #002E5A;
}

@media all and (max-width: 1170px) and (min-width: 1023px){
	.page-template-service-inner .home-feature-btn-two{
		font-size: 1.2rem;
		padding: 20px 70px 20px 15px;
		line-height: 24px;
	}
	.page-template-service-inner .home-feature-btn-two::after{
		height: 90px;
		width: 58px;
		font-size: 40px;
		line-height: 90px;
	}
}

@media all and (max-width: 1023px){
	.page-template-service-inner .home-feature-btn-two{
		font-size: 1.2rem;
		padding: 20px 70px 20px 15px;
	}
	.page-template-service-inner .home-feature-btn-two::after{
		height: 61px;
		width: 61px;
	}
}

@media all and (max-width: 639px){
	.page-template-service-inner .home-feature-btn-two{
		font-size: 1.1rem;
	}
	.page-template-service-inner .home-feature-btn-two::after{
		height: 59px;
		width: 59px;
		line-height: 59px;
	}
}

.footer-feature-btn-one{
	width: 100%;
	font-size: 1.1rem;
	font-family: 'Open Sans', sans-serif;;
	background-color: #F3A4BD;
	padding: 20px 80px 20px 15px;
	transition: all .2s;
	position: relative;
	color: #002E5A;	
	margin-bottom: 30px;
}

.footer-feature-btn-one:hover, .footer-feature-btn-one:focus, .footer-feature-btn-one:active{
	background-color: #f8b1c4;
	color: #002E5A;
}

.footer-feature-btn-one::after{
	position: absolute;
	margin-left: -1rem;
	opacity: 1;
	top: -1px;
	right: -1px;
	font-size: 45px;
	color: #F3A4BD;
	line-height: 60px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f2bd";
	height: 60px;
	width: 60px;
	background-color: #165376;
	transition: all .2s;

}

@media all and (max-width: 1023px){
	.footer-feature-btn-one{
		padding: 20px 70px 20px 15px;
	}
}

@media all and (max-width: 710px){
	.footer-feature-btn-one{
		line-height: 1.3;
	}
	.footer-feature-btn-one::after{
		height: 88px;
		line-height: 88px;
	}
}

@media all and (max-width: 639px){
	.footer-feature-btn-one{
		font-size: 1.1rem;
	}
	.footer-feature-btn-one::after{
		height: 65px;
		line-height: 65px;
		width: 65px;
	}
}

.footer-feature-btn-two{
	width: 100%;
	font-size: 1.1rem;
	font-family: 'Open Sans', sans-serif;;
	background-color: #ccdaee;
	padding: 20px 80px 20px 15px;
	transition: all .2s;
	position: relative;
	color: #002E5A;
}
.footer-feature-btn-two::after{
	position: absolute;
	margin-left: -1rem;
	opacity: 1;
	top: -1px;
	right: -1px;
	content: "";
	background-image: url('/img/heart-light-blue.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40px 40px;
	height: 60px;
	width: 60px;
	background-color: #165376;
	transition: all .2s;
}
.footer-feature-btn-two:hover, .footer-feature-btn-two:focus, .footer-feature-btn-two:active{
	background-color: #b4e3f3;
	color: #002E5A;
}

@media all and (max-width: 1023px){
	.footer-feature-btn-two{
		padding: 20px 70px 20px 15px;
	}
}

@media all and (max-width: 680px){
	.footer-feature-btn-two{
		line-height: 1.3;
	}

	.footer-feature-btn-two::after{
		height: 88px;
	}
}

@media all and (max-width: 639px){
	.footer-feature-btn-two{
		font-size: 1.1rem;
		line-height: 1;
	}
	.footer-feature-btn-two::after{
		height: 59px;
		width: 59px;
	}
}

.home-intro-wrapper{
	margin-top: 60px;
}

@media only screen and (max-width: 1023px){
	.home-intro-wrapper{
		margin-top: 0px;
		margin-bottom: 50px;
	}
}

.light-btn{
	font-size: 1.1rem;
	background-color: #ccdaee;
	padding: 15px 20px 15px 20px;
	transition: all .2s;
	position: relative;
	color: #002E5A;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;;
}
.light-btn::after{
	font-size: 0.9rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	transition: all .2s;
	color: #002E5A;
	margin-left: 25px;
}
.light-btn:hover, .light-btn:focus, .light-btn:active{
	background-color: #b4e3f3;
	color: #002E5A;
}

@media only screen and (max-width: 639px){
	.light-btn{
		display: block;
		padding: 15px 20px 15px 20px;
		font-size: 1.1rem;
		line-height: 1.5;
	}
	.light-btn::after{
		font-size: 1.1rem;
	}
}

.search-submit.light-btn{
	font-size: 1.15rem;
	padding: 15px 20px 15px 20px;
	margin-top: 20px;
}

.search-submit.light-btn::after{
	content: "";
}

@media only screen and (max-width: 639px){
	.search-submit.light-btn{
		display: block;
		width: 100%;
	}
}


.white-btn{
	font-size: 1.1rem;
	background-color: transparent;
	padding: 15px 4rem 15px 20px;
	transition: all .2s;
	position: relative;
	color: #002E5A;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;;
	border:solid 1px #002E5A;

}
.white-btn:hover{
	background-color:#165376;
}
.white-btn::after{
	font-size: 0.9rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	transition: all .2s;
	color: inherit;
	margin-left: 25px;
}


.dark-btn{
	font-size: 1.1rem;
	background-color: #002E5A;
	padding: 15px 4rem 15px 20px;
	transition: all .2s;
	position: relative;
	color: #fff;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;;

}
.dark-btn::after{
	font-size: 0.9rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	transition: all .2s;
	color: #ccdaee;
	margin-left: 25px;
}
.dark-btn:hover, .dark-btn:focus, .dark-btn:active{
	background-color: #165376;
}

@media only screen and (max-width: 639px){
	.dark-btn{
		display: block;
		padding: 15px 20px 15px 20px;
		font-size: 1.1rem;
		line-height: 1.5;
	}
	.dark-btn::after{
		font-size: 1.1rem;
	}
}

button.dark-btn{
	width: 100%;
}

.yellow-btn{
	font-size: 1.1rem;
	font-weight: 400;
	background-color: #E29C00;
	padding: 15px 20px 15px 20px;
	transition: all .2s;
	position: relative;
	color: #002E5A;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;;
}
.yellow-btn::after{
	font-size: 0.9rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	transition: all .2s;
	color: #002E5A;
	margin-left: 25px;
}
.yellow-btn:hover, .yellow-btn:focus, .yellow-btn:active{
	background-color: #f6f30c;
	color: #002E5A;
}

@media only screen and (max-width: 639px){
	.yellow-btn{
		display: block;
		padding: 15px 20px 15px 20px;
		font-size: 1.1rem;
		line-height: 1.5;
	}
	.yellow-btn::after{
		font-size: 1.1rem;
	}
}

.teal-btn{
	font-size: 1.1rem;
	background-color: #89c2cc;
	padding: 15px 20px 15px 20px;
	transition: all .2s;
	position: relative;
	color: #fff;
	font-family: 'Open Sans', sans-serif;;
	display: inline-block;
}
.teal-btn::after{
	font-size: 0.9rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	transition: all .2s;
	color: #fff;
	margin-left: 25px;
}
.teal-btn:hover, .teal-btn:focus, .teal-btn:active{
	background-color: #47a490;
}

@media only screen and (max-width: 639px){
	.teal-btn{
		display: block;
		padding: 15px 20px 15px 20px;
		font-size: 1.1rem;
		line-height: 1.5;
	}
	.teal-btn::after{
		font-size: 1.1rem;
	}
}

.home.yellow-btn{
	margin-top: 190px;
	margin-bottom: 30px;
}

.btn-width-100{
	width: 100%;
}

#history-snippet{
	background-image: url('/img/chart-bg.svg');
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: contain;
}

#service-home{
	background-color: #F3A4BD;
	padding-top: 110px;
	height: 930px;
}

@media only screen and (max-width: 1172px){
	#service-home{
		height: 1010px;
	}
}

@media only screen and (max-width: 1072px){
	#service-home{
		height: 1110px;
	}
}

@media only screen and (max-width: 1023px){
	#service-home{
		padding-top: 50px;
		height: 1010px;
	}
}

@media only screen and (max-width: 800px){
	#service-home{
		padding-top: 50px;
		height: 1100px;
	}
}

@media only screen and (max-width: 688px){
	#service-home{
		padding-top: 50px;
		height: 1140px;
	}
}

@media only screen and (max-width: 639px){
	#service-home{
		padding-top: 30px;
		padding-bottom: 30px;
		height: auto;
	}
}

.home-service-title{
	margin-bottom: 60px;
	font-size: 2.5rem;
}
@media only screen and (max-width: 1023px){
	.home-service-title{
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 639px){
	.home-service-title{
		margin-bottom: 10px;
	}
}

.home-service-content{
	margin-bottom: 60px;
}

@media only screen and (max-width: 1023px){
	.home-service-content{
		padding-top: 10px;
	}
}

@media only screen and (max-width: 639px){
	.home-service-content{
		margin-bottom: 10px;
	}
}

.service-image-container{
	position: relative;
}

.service-img{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 50%;
	height: 600px;
	width: 600px;
	position: absolute;
	top: -70px;
	z-index: 2;
}

@media only screen and (max-width: 1023px){
	.service-img{
		position: relative;
		width: 445px;
		height: 445px;
		top: 0;
	}
}

@media only screen and (max-width: 639px){
	.service-img{
		margin: 0 auto;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 486px){
	.service-img{
		width: 350px;
		height: 350px;
	}
}

@media only screen and (max-width: 400px){
	.service-img{
		width: 250px;
		height: 250px;
	}
}

.home-service-wrapper{
	display: block;
	margin-top: 50px;
}

.service-quote{
	position: relative;
	z-index: 1;	
	background-color: #fff;
	padding: 20px 250px 50px 20px;
}

@media only screen and (max-width: 1023px){
	.service-quote{
		margin-top: -50px;
		padding: 20px 170px 50px 20px;
		width: 80%;
	}
}

@media only screen and (max-width: 850px){
	.service-quote{
		padding: 20px 20px 50px 20px;
	}
}

@media only screen and (max-width: 688px){
	.service-quote{
		width: 100%;
		margin-top: 0;
	}
}

.service-quote .grey p{
	margin: 0;
	font-size: 1.1rem;
}

.service-quote-person{
	margin: 0;
	color: #89c2cc;
	font-weight: 500;
	margin-top: 30px !important;
}

.service-course-completed{
	display: block;
	position: relative;
	background-color: #ccdaee;
	padding: 20px;
	margin-top: -35px;
	z-index: 3;
}

.service-course-completed p{
	margin: 0;
}

@media only screen and (max-width: 1023px){
	.service-course-completed{
		width: 80%;
		float: right;
	}
}

.service-card{
	display: block;
	-webkit-box-shadow: 0 0 12px 4px rgba(0,0,0,.2);
	box-shadow: 0 0 12px 4px rgba(0,0,0,.2);
}

@media only screen and (max-width: 639px){
	.service-card{
		margin-bottom: 40px;
	}
}

.service-card-wrapper{
	padding: 20px 15px 30px 15px;
	display: block;
	text-align: center;
}

.service-page-card{
	display: block;
}

@media only screen and (max-width: 639px){
	.service-page-card{
		margin-bottom: 40px;
	}

	.service-page-card{
		margin-bottom: 40px;
	}

	.service-page-card{
		margin-bottom: 40px;
	}
}

.service-overlay-1 .service-card-wrapper{
	background-color: #ccdaee;
}

.service-overlay-2 .service-card-wrapper{
	background-color: #F3A4BD;
}

.service-overlay-3 .service-card-wrapper{
	background-color: #89c2cc;
}

.service-card-title{
	color: #002E5A;
	font-weight: 400;
	font-size: 1.8rem;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;;
}

a.service-card-title:hover, a.service-card-title:active, a.service-card-title:focus{
	color: #fff;
}

@media only screen and (max-width: 758px){
	.service-card-title{
		font-size: 1.5rem;
	}
}

@media only screen and (max-width: 639px){
	.service-card-title{
		font-size: 1.8rem;
	}
}

.service-card-content{
	color: #002E5A;
	font-size: 1rem;
	text-align: center;
	margin-bottom: 0px;
}

.service-card-button{
	display: block;
	text-align: center;
	cursor: pointer;
	padding: 15px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	transition: all 0.3s;
	text-transform: uppercase;
	border-top: 2px solid #fff;
}


a.service-card-button:hover, a.service-card-button:active, a.service-card-button:focus{
	color: #fff;
	background-color: #002E5A;
}

.service-overlay-1 .service-card-button{
	background-color: #7eb2d4;
}

.service-overlay-1 a.service-card-button:hover, .service-overlay-1 a.service-card-button:active, .service-overlay-1 a.service-card-button:focus{
	color: #fff;
	background-color: #a4d1ee;
}

.service-overlay-2 .service-card-button{
	background-color: #dc8fa3;
}

.service-overlay-2 a.service-card-button:hover, .service-overlay-2 a.service-card-button:active, .service-overlay-2 a.service-card-button:focus{
	color: #fff;
	background-color: #f8b1c4;
}

.service-overlay-3 .service-card-button{
	background-color: #00a39d;
}

.service-overlay-3 a.service-card-button:hover, .service-overlay-3 a.service-card-button:active, .service-overlay-3 a.service-card-button:focus{
	color: #fff;
	background-color: #47a490;
}

.service-page-top-card{
	display: block;
	padding: 15px;
	font-size: 1.4rem;
	font-family: 'Open Sans', sans-serif;;
	color: #002E5A;
}

.service-page-top-card.service-overlay-1{
	background-color: #ccdaee;
	border: 1px solid #fff;
}

.service-page-top-card.service-overlay-1:hover, .service-page-top-card.service-overlay-1:active, .service-page-top-card.service-overlay-1:focus{
	background-color: #b4e3f3;
	color: #002E5A;
}

.service-page-top-card.service-overlay-2{
	background-color: #F3A4BD;
	border: 1px solid #fff;
}

.service-page-top-card.service-overlay-2:hover, .service-page-top-card.service-overlay-2:active, .service-page-top-card.service-overlay-2:focus{
	background-color: #f8b1c4;
	color: #002E5A;
}

.service-page-top-card.service-overlay-3{
	background-color: #89c2cc;
	border: 1px solid #fff;
}

.service-page-top-card.service-overlay-3:hover, .service-page-top-card.service-overlay-3:active, .service-page-top-card.service-overlay-3:focus{
	background-color: #47a490;
	color: #002E5A;
}

.home-stats-button{
	display: inline-block;
	padding: 20px 100px 20px 40px;
}


@media only screen and (max-width: 639px){
	.stats-content{
		margin-bottom: 40px;
	}
}


.uk-map-bg{
	width: 500px;
	height: 570px;
	position: absolute;
	top: 110px;
	right: 10%;
	z-index: -1;
	background-image: url('/img/uk-map.svg');
	overflow: hidden;
	background-repeat: no-repeat;
}

@media all and (max-width: 1600px) and (min-width: 1330px){
	.uk-map-bg{
		right: 2%;
	}
}

@media only screen and (max-width: 1329px){
	.uk-map-bg{
		right: 0;
	}
}

@media only screen and (max-width: 1100px){
	.uk-map-bg{
		right: -3%;
	}
}

@media only screen and (max-width: 964px){
	.uk-map-bg{
		display: none;
	}
}

.home-alumni-wrapper{
	background-color: #f2f2f2;
	height: 660px;
	padding-top: 80px;
}

@media only screen and (max-width: 1023px){
	.home-alumni-wrapper{
		padding-top: 50px;
		height: 720px;
	}
}

@media only screen and (max-width: 660px){
	.home-alumni-wrapper{
		height: 800px;
	}
}

@media only screen and (max-width: 639px){
	.home-alumni-wrapper{
		height: auto;
	}
}

.home-alumni-wrapper .slider-wr .slider{
	cursor: default;
}


.home-alumni-content-wrapper{
	position: relative;
}

@media only screen and (max-width: 639px){
	.home-alumni-content-wrapper{
		margin-top: 40px;
	}
}

.home-alumni-content{
	margin-bottom: 0px;
	margin-top: 25px;
}

@media all and (max-width: 800px) and (min-width: 639px){
	.home-alumni-content{
		padding-left: 35px;
	}
}

@media only screen and (max-width: 639px){
	.home-alumni-content{
		margin-top: 0px;
	}
}

.home-alumni-content p{
	margin-bottom: 0px;
}

.home-alumni-quote-open{
	width: 68px;
	height: 80px;
	position: absolute;
	top: -10px;
	left: -90px;
	background-image: url('/img/teal-open-quote-marks.svg');
	background-repeat: no-repeat;
	background-position: center center;
}

@media all and (max-width: 800px) and (min-width: 639px){
	.home-alumni-quote-open{
		left: -50px;
	}
}
@media only screen and (max-width: 639px){
	.home-alumni-quote-open{
		position: relative;
		left: 0px;
		top: 0px;
	}
}

.home-alumni-quote-closed{
	width: 68px;
	height: 57px;
	position: relative;
	float: right;
	background-image: url('/img/teal-close-quote-marks.svg');
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 20px;
}

.top-nav{
	float: right;
}

.stats-content-wrapper{
	position: relative;
}

.light-blue-heart-bg{
	width: 250px;
	height: 250px;
	background-image: url('/img/light-blue-heart.svg');
	background-repeat: no-repeat;
	background-position: center center;
	z-index: -1;
	position: absolute;
	-ms-transform: rotate(-20deg); /* IE 9 */
	-webkit-transform: rotate(-20deg); /* Safari */
	transform: rotate(-20deg);
	left: -120px;
	top: -50px;
}

#stats-home{
	padding-top: 180px;
	height: 750px;
	position: relative;
	z-index: -1;
}
@media only screen and (max-width: 1064px){
	#stats-home{
		height: 815px;
	}
}
@media only screen and (max-width: 964px){
	#stats-home{
		height: 1030px;
	}
}
@media only screen and (max-width: 639px){
	#stats-home{
		height: auto;
		padding-top: 30px;
	}
}

@media only screen and (max-width: 639px){
	.stats-content-title, .stats-para{
		text-align: left;
	}
}

.stats-bottom-wrapper{
	position: relative;
	width: 100%;
	display: block;
}

.stats-top-wrapper{
	position: relative;
	width: 100%;
	display: block;
}

.stat-top{
	background-color: #002E5A;
	border-radius: 50%;
	height: 250px;
	width: 250px;
	padding: 50px 30px 30px 30px;
	margin-left: 70px;
}

@media only screen and (max-width: 1023px){
	.stat-top{
		margin-left: -50px;
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 964px){
	.stat-top{
		margin: 0 auto;
		margin-bottom: 30px;
	}
}

.stat-left{
	background-color: #89c2cc;
	border-radius: 50%;
	height: 265px;
	width: 265px;
	padding: 35px 30px 30px 30px;
	position: absolute;
	left: 0px;
	top: 30px;
}

.stat-right{
	background-color: #F3A4BD;
	border-radius: 50%;
	height: 220px;
	width: 220px;
	padding: 35px 30px 30px 30px;
	position: absolute;
	top: 0px;
	left: 275px;
}

@media only screen and (max-width: 1329px){
	.stat-left{
		left: -40px;
	}
	.stat-right{
		left: 240px;
	}
}

@media only screen and (max-width: 1023px){
	.stat-left{
		left: 0px;
		top: -25px;
	}
	.stat-right{
		left: 230px;
		top: -170px;
	}
}

@media only screen and (max-width: 964px){
	.stat-left{
		margin: 0 auto;
		left: auto;
		position: relative;
		top: auto;
		margin-bottom: 30px;
	}
	.stat-right{
		margin: 0 auto;
		left: auto;
		position: relative;
		top: auto;
	}
}

.stat-left .hero-number, .stat-right .hero-number{
	font-weight: 700;
	font-size: 5rem;
	text-align: center;
	color: #fff;
	line-height: 58px;
}

.stat-left .hero-text, .stat-right .hero-text{
	text-align: center;
	font-size: 1rem;
	color: #fff;
	line-height: 58px;
}

.stat-top .hero-number{
	font-weight: 700;
	font-size: 5rem;
	text-align: center;
	color: #fff;
	line-height: 58px;
}

.stat-top .hero-text{
	text-align: center;
	font-size: 1.2rem;
	color: #fff;
}

.stat-top .hero-text p{
	line-height: 25px;
}

#sponsors{
	background-color: #fff;
	border-top: 2px dashed #e7e7e7;
}






.home-blog-card{
	position: relative;	
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
@media only screen and (max-width: 639px){
	.home-blog-card{
		margin-bottom: 40px;
	}
}

.home-blog-content-wrapper{
	background: transparent;
}

.home-blog-content-container{
	padding: 20px;
}

.home-blog-feature{
	width: 100%;
	min-height: 400px;
	background:rgba(0, 0, 0, 0.5);
	height:100%;
}
.home-blog-feature .postdate{
	color:#ccdaee;
	font-weight: bold;
}

a.home-blog-title{
	color: #002E5A;
	font-family: 'Open Sans', sans-serif;;
	font-size: 1.3rem;
	line-height: 27px;
	margin-bottom: 0px;
	display: block;
}

.home-blog-list a.home-blog-title{
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom:solid 1px #002E5A;

}


.home-blog-content{
	color: #fff;
	font-size: 1rem;
}

@media only screen and (max-width: 639px){
	.home-blog-content-wrapper .home-blog-title {
		font-size: 1.5rem;
	}
	.home-blog-feature {
		width: 100%;
		height: auto;
	}
	.home-blog-btn.button {
		position: relative;
		display: inline;
		margin-top:-1rem;
	}
	.home-blog-content-container {
		padding: 20px;
		margin-bottom: 100px;
	}
}

.home-blog-btn{
	display: block;
	background-color: rgba(255,255,255,0.3);
	color: #002E5A;
	margin-bottom: 0px;
	font-weight: 500;
	font-size: 0.9rem;
	text-transform: uppercase;
}

.home-blog-btn:hover, .home-blog-btn:active, .home-blog-btn:focus{
	background-color: rgba(255,255,255,0.4);
	color: #165376;
}

@media only screen and (max-width: 639px){
	.home-blog-btn{
		font-size: 1.2rem;
	}
}

#home-blog{
	padding-top: 50px;
	padding-bottom: 50px;
	height: auto;
}

#home-blog h2{
	margin-bottom: 30px;
}

@media only screen and (max-width: 795px){
	#home-blog{
		padding-top: 50px;
	}
}

@media only screen and (max-width: 639px){
	#home-blog h2{
		text-align: center;
	}
}

.footer{
	background-color: #002E5A;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 0;
	overflow: hidden;
	background-image: url('/img/globe-bg.png');
	background-repeat: no-repeat;
	background-position: top right;
}

.footer-contact{
	text-align: left;
}
.footer-contact-button  {
	bottom: 0px;
	position: relative;
	background: transparent;
	color: #fff;
	margin: 3rem 1.2rem;
	border: solid 3px #fff;
	width: 60%;
	display: block;
	padding: 20px;
	font-size: 1.2rem;
}

@media only screen and (max-width: 639px){
	.footer-contact{
		margin-top: 20px;
		text-align: center;
		margin-bottom: 40px;
	}
}

.footer-contact > p{
	margin-bottom: 0px;
}

.footer-contact div{
	margin-top: 1rem;
}

.footer-title, .footer-title-nav{
	font-weight: 700;
	font-size: 1rem;
	color: #fff;
}

@media only screen and (max-width: 639px){
	.footer-title, .footer-title-nav{
		text-align: center;
	}
}

.footer-title-nav{
	margin-left: 1rem;
}

@media only screen and (max-width: 639px){
	.footer-title-nav{
		margin-left: 0;
	}
}

#menu-footer-menu.menu{
	display: block;
}

@media only screen and (max-width: 639px){
	#menu-footer-menu.menu{
		text-align: center;
		font-size: 1.2rem;
		margin-top: 10px;
		margin-bottom: 30px;
		margin-right: 0;
	}
}

#menu-footer-menu.menu a{
	color: #fff;
	padding: .3rem 1rem;
}

#menu-footer-menu.menu .active > a{
	background: transparent;
}

.footer-btn{
	display: block;
	background-color: #ccdaee;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1rem;
	color: #002E5A;
}

.footer-btn:hover,.footer-btn:active, .footer-btn:focus{
	background-color: #b4e3f3;
	color: #002E5A;
}

.second-footer{
	padding: 20px 0px 80px 0px;
	background-color: #000;
}

.second-footer p, .second-footer a{
	color: #fff !important;
}

@media only screen and (max-width: 639px){
	.second-footer p{
		text-align: center;
	}
}

.second-footer a{
	color: #002E5A;
}

.second-footer a:hover, .second-footer a:focus, .second-footer a:active{
	color: #165376;
}

p.copyright{
	margin-bottom: 0;
	font-size: 0.8rem;
}

p.hg-text{
	margin-bototm: 0;
	text-align: right;
	font-size: 0.8rem;
}

.hg-text a{
	color: #002E5A;
	font-weight: 700;
	font-size: 0.8rem;
}

.hg-text a:hover, .hg-text a:focus, .hg-text a:active{
	color: #165376;
}

.second-footer-links a{
	font-size: 0.8rem;
}

@media only screen and (max-width: 639px){
	p.hg-text{
		text-align: center;
	}

	.second-footer-links{
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

.button-wrapper{
	text-align: left;
}

.service-button-section {
	background-color:#ccdaee;
	padding: 100px 0px;
	position: relative;
}
.service-button-section a{
	color:#002E5A;
}
.service-button-section a:hover{
	color:#47a490;
}

.service-buttons span::after {

	content: '';
	display: inline-block;


	font-size: 1.3rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	transition: all .2s;

	margin-left: 25px;
}



#top-bar-menu a{
	color: #002E5A;
}
#top-bar-menu a:hover {
	color: #3871b6;
}

#top-bar-menu .search-nav a{
	color: #ccdaee;
	padding-left: 10px;
}

.search-nav::before{
	font-size: 15px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f002";
	color: #ccdaee;
}

#menu-top-nav li a{
	display: inline-block;
	font-size: 1.1rem;
	padding: 1.8rem;
}



.sponsor-logo-container{
	margin-top: 30px;
	margin-bottom: 40px !important;
}

@media only screen and (max-width: 964px){
	.sponsor-logo-container{
		margin-top: 40px;
		margin-bottom: 100px !important;
	}
}

.page-template-service .sponsor-logo-container{
	margin-top: 30px;
	margin-bottom: 40px !important;
}

@media only screen and (max-width: 964px){
	.sponsor-logo-container{
		margin-top: 40px;
		margin-bottom: 40px !important;
	}
}

.sponsor-logo{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	opacity: 0.5;
	transition: all 0.3s ease-in-out;
}

.sponsor-logo-container .sponsor-logo{
	display: none;
}

.sponsor-logo-container .sponsor-logo:first-child{
	display: block;
}

.sponsor-logo-container.slick-initialized .sponsor-logo{
	display: block;
}

.sponsor-logo.slick-current{
	-webkit-filter: none; /* Safari 6.0 - 9.0 */
	filter: none;
	opacity: 1;
}

@media only screen and (max-width: 1023px){
	.sponsor-logo.slick-current{
		-webkit-filter: none; /* Safari 6.0 - 9.0 */
		filter: none;
		opacity: 1;
	}
}

.feature-image-wrapper{
	position: relative;
	width: 100%;
}

.home-conference-lead-para{
	font-size: 1.3rem;
	font-weight: 500;
	color: #fff;
}

.home-conference-para{
	font-size: 1rem;
	color: #fff;
	margin-bottom: 30px;
}
@media only screen and (max-width: 639px){
	.home-conference-para, .home-conference-lead-para, .home-conference-title{
		text-align: center;
	}
}

#mc_embed_signup form{
	text-align: right !important;
}

#home-mail{
	background-color: #89c2cc;
}

#mc_embed_signup input.email{
	width: 100% !important;
	border: 0px solid #89c2cc !important;
	border-radius: 0px !important;
	height: 50px !important;
}

#mc_embed_signup .button{
	width: 100%;
	border-radius: 0px !important;
	background-color: #ccdaee !important;
	color: #002E5A !important;
	text-transform: uppercase !important;
	height: 50px !important;
	font-weight: 500 !important;
	font-size: 1rem !important;
}

#mc_embed_signup .button:hover, #mc_embed_signup .button:focus, #mc_embed_signup .button:active {
	background-color: #b4e3f3 !important;
}

@media only screen and (max-width: 1120px){
	#mc_embed_signup .button{
		font-size: 0.85rem !important;
	}
}

@media only screen and (max-width: 1023px){
	#mc_embed_signup .button{
		font-size: 1rem !important;
	}
}

.home-mail-title{
	color: #fff;
	font-size: 2.1rem;
	font-weight: 700;
	margin-bottom: 0px;
	line-height: 44px;
}

.home-mail-sub-title{
	color: #fff;
	font-size: 1rem;
}

@media only screen and (max-width: 1023px){
	.home-mail-sub-title, .home-mail-title{
		text-align: center;
	}
}

#home-twitter{
	background-color: #f7f7f7;
	overflow: hidden;
	background-image: url('/img/grey-heart-circle.svg');
	background-repeat: no-repeat;
	background-size: 870px;
	background-position: 1370px 30px;
}

@media all and (-ms-high-contrast:none){
	#home-twitter { background-size: 3300px; background-position: 220px 20px; } /* IE10 */
	*::-ms-backdrop, #home-twitter{ background-size: 3300px; background-position: 220px 20px; } /* IE11 */
}

@media only screen and (max-width: 1500px){
	#home-twitter{
		background-position: 1190px 30px;
	}
}

@media only screen and (max-width: 1350px){
	#home-twitter{
		background-position: 1060px 30px;
	}
}
@media only screen and (max-width: 1250px){
	#home-twitter{
		background-position: 960px 30px;
	}
}

@media only screen and (max-width: 1150px){
	#home-twitter{
		background-position: 870px 30px;
	}
}

@media only screen and (max-width: 639px){
	#home-twitter{
		display: none;
	}
}

.home-twitter-wrap{
	margin-bottom: 40px;
}

.home-twitter-logo{
	margin: 0 auto;
	margin-top: 15px;
	max-width: 70px;
}
@media only screen and (max-width: 1023px){
	.home-twitter-logo{
		margin: 0 auto;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

.footer-logo{
	max-width: 240px;
	max-height: 85px;
	display: block;
}

@media only screen and (max-width: 1023px){
	.footer-logo{
		margin: 0 auto;
		margin-bottom: 40px;
	}
}

.home-florence-nightingale img{
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}

#home-title{
	-webkit-animation-delay: 300ms;
	-moz-animation-delay: 300ms;
	-o-animation-delay: 300ms;
	animation-delay: 300ms;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}

#right-counter{
	-webkit-animation-delay: 200ms;
	-moz-animation-delay: 200ms;
	-o-animation-delay: 200ms;
	animation-delay: 200ms;
}

#left-counter{
	-webkit-animation-delay: 400ms;
	-moz-animation-delay: 400ms;
	-o-animation-delay: 400ms;
	animation-delay: 400ms;
}

#banner-wrap{
	background-color: #002E5A;
	height: 470px;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}



.inner-banner{
	background-color: #002E5A;
	height: 470px;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

@media only screen and (max-width: 639px){
	.inner-banner{
		height: 300px;
	}
}






#service-banner-wrap{
	
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;

}

.service-banner{
	padding: 160px 0px 0px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+15,ffffff+92&1+42,0+75 */
	background: -moz-linear-gradient(45deg,  rgba(255,255,255,1) 15%, rgba(255,255,255,1) 42%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 92%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(255,255,255,1) 15%,rgba(255,255,255,1) 42%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 92%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(255,255,255,1) 15%,rgba(255,255,255,1) 42%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 92%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

@media only screen and (max-width: 720px){
	.service-banner{
		padding: 340px 0px 0px;
	}
}


#about-value{
	height: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #002E5A;
}

.page-template-service #banner-wrap{
	height: 550px;
}

@media only screen and (max-width: 1174px){
	.page-template-service #banner-wrap{
		height: 580px;
	}
}

@media only screen and (max-width: 871px){
	.page-template-service #banner-wrap{
		height: auto;
	}
}

@media only screen and (max-width: 871px){
	.page-template-service #banner-wrap{
		background-position: left center;
	}
}


.top-quote{
	height: 470px;
	width: 100%;
	background-color: rgba(0, 58, 93, 0.7);
	padding: 15px;
	position: relative;
}

@media only screen and (max-width: 639px){
	.top-quote{
		height: 360px;
	}
}

.hero-quote-wrapper{
	position: absolute;
	bottom: 20px;
}

.hero-quote{
	margin-top: 15px;
	margin-bottom: 15px;
	width: 95%;
}

.hero-quote p{
	color: #fff;
	font-family: 'Open Sans', sans-serif;;
	font-size: 1.5rem;
	line-height: 30px;
	margin-bottom: 0px;
}

.hero-person{
	color: #89c2cc;
	font-weight: 500;
	font-size: 1.2rem;
}

.hero-top-quote{
	width: 50px;
	height: 40px;
	background-image: url('/img/teal-open-quote-marks.svg');
	background-repeat: no-repeat;
	background-position: center center;
}

.hero-bottom-quote{
	width: 50px;
	height: 40px;
	background-image: url('/img/teal-close-quote-marks.svg');
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	margin-right: 15px;
}

.mobile-section-header{
	display: none;
}

@media only screen and (max-width: 1023px){
	.mobile-section-header{
		display: block !important;
	}
}

.sidebar-navigation .mobile-section-header h4, .mobile-section-header h4{
	display: inline-block;
	background-color: #DFF0F5;
	padding: 10px 15px 10px 15px;
	margin: 0;
	font-weight: 500;
	font-size: 1.3rem;
}

.mobile-active{
	display: block;
}

.sidebar-navigation{
	display: block;
	background-color: #DFF0F5;
}

.sidebar-header h4{
	display: block;
	background-color: #ccdaee;
	color: #002E5A;
	margin-bottom: 0px;
	padding: 10px 15px 10px 15px;
	font-family:  'Open Sans', sans-serif;;
	font-weight: 500;
	font-size: 1.3rem;
}

.sidebar-header h4 a:hover, .sidebar-header h4 a:active, .sidebar-header h4 a:focus{
	color: #002E5A;
}

.sidebar-navigation{
	margin-bottom: 30px;
}

.photo-wrapper-one, .photo-wrapper-two{
	position: relative;
	margin-top: 50px;
}

.photo-wrapper-one .profile-photo{
	display: block;
	width: 95%;
	position: absolute;
	z-index: 2;
	border: 3px solid #ccdaee;
}

.photo-wrapper-two .profile-photo{
	display: block;
	width: 95%;
	position: absolute;
	z-index: 2;
	border: 3px solid #89c2cc;
}

@media only screen and (max-width: 1023px){
	.photo-wrapper-two .profile-photo, .photo-wrapper-one .profile-photo{
		width: 100%;
		position: relative;
	}
}

@media only screen and (max-width: 639px){
	.photo-wrapper-two .profile-photo, .photo-wrapper-one .profile-photo{
		width: 100%;
		position: relative;
	}
}

.photo-bg-two, .photo-bg-one{
	position: absolute;
	width: 95%;
	height: auto;
	top: 100px;
	right: 0px;
	z-index: 1;
	padding: 15px;
}

@media only screen and (max-width: 1023px){
	.photo-bg-two, .photo-bg-one{
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 639px){
	.photo-bg-two, .photo-bg-one{
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
		margin-bottom: 30px;
	}
}

.photo-bg-one{
	background-color: #ccdaee;
}

.photo-bg-two{
	background-color: #89c2cc;
}

.profile-job-wrapper{
	text-align: right;
	margin-top: 200px;
}

@media only screen and (max-width: 1023px){
	.profile-job-wrapper{
		margin-top: 0;
	}
}

@media only screen and (max-width: 639px){
	.profile-job-wrapper{
		margin-top: 0;
	}
}
.profile-name{
	font-weight: 500;
	font-size: 1.1rem;
	margin-bottom: 0px;
	color: #fff;
}

.photo-bg-one .profile-name{
	color: #002E5A;
}

.main-content-area:before {
	content: "";
	width: 1500px;
	height: 1500px;
	position: absolute;
	top: 300px;
	right: -380px;
	z-index: -1;
	overflow: hidden;
	background-image: url('/img/grey-heart-f9.svg');
	background-repeat: no-repeat;
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);

}

.page-template-top-level-page-with-sidebar .main-content-area:before {
	content: "";
	width: 1500px;
	height: 1500px;
	position: absolute;
	top: 500px;
	right: -380px;
	z-index: -1;
	overflow: hidden;
	background-image: url('/img/grey-heart-f9.svg');
	background-repeat: no-repeat;
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);

}

.main-content-area:after {
	content: "";
	width: 1500px;
	height: 1500px;
	position: absolute;
	top: 2000px;
	left: -380px;
	z-index: -1;
	overflow: hidden;
	background-image: url('/img/grey-heart-f9.svg');
	background-repeat: no-repeat;
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);

}

.page-template-top-level-page-with-sidebar .main-content-area:after {
	content: "";
	width: 1500px;
	height: 1500px;
	position: absolute;
	top: 2200px;
	left: -380px;
	z-index: -1;
	overflow: hidden;
	background-image: url('/img/grey-heart-f9.svg');
	background-repeat: no-repeat;
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);

}

.main-content-area a{
	color: #89c2cc; 
}

.main-content-area a:hover, .main-content-area a:focus, .main-content-area a:focus{
	color: #47a490; 
}



@media only screen and (max-width: 1023px){
	.subnav{
		display: none;
	}
}

ul.subnav.mobile-active{
	display: block;
}




/* Sidebar navigation */

.fa-navicon::before, .fa-reorder::before, .fa-bars::before {
	font-size: 28px;
}
@media screen and (max-width: 39.9375em) {
	.fa-navicon::before, .fa-reorder::before, .fa-bars::before {
		font-size: 18px;
	}
}

.subnav-burger {
	float: right;
	margin-right: 15px;
	margin-top: 10px;
}


.subnav-burger:hover, .subnav-burger:focus {opacity:0.7; transition:0.2s}

.sidebar-navigation {
	display: block;
	background-color: #DFF0F5;
	margin-bottom: 40px;
}

.sidebar-header h4{
	background-color: #ccdaee;
	color: #002E5A;
	margin-bottom: 0px;
	padding: 10px 15px 10px 15px;
	font-family:  'Open Sans', sans-serif;;
	font-weight: 500;
	font-size: 1.3rem;
}

.sidebar-header h4 a:hover, .sidebar-header h4 a:active, .sidebar-header h4 a:focus{
	color: #002E5A;
}

.sidebar-navigation ul {
	list-style-type: none;
	margin: 0;
}

.sidebar-navigation ul.children {
	display: none;
}

.sidebar-navigation ul li {
	padding: 10px 15px 10px 15px;
	border-bottom: 2px solid #f9f9f9;
}

.sidebar-navigation ul li:hover {
	background-color: #F0F6F7;
}

.sidebar-navigation ul li a {
	color: #002E5A;
	text-decoration: none;
}

.sidebar-navigation ul li a:hover {
	color: #002E5A;
}

.current_page_item, .current_page_ancestor, .current_page_parent {
	background-color: transparent;
}

.sidebar-navigation .current_page_item a, .sidebar-navigation .current_page_ancestor a, .sidebar-navigation .current_page_parent a {
	font-weight: 700;
	font-size: 1.1rem;
	color: #002E5A;
}

.page_item_has_children i {
	font-size: 1.1rem;
	float: right;
	transition: all 300ms ease;
	line-height: 24px;
}

.page_item_has_children i:hover {
	color: #89c2cc;
	cursor: pointer;
}

.chevron-rotate {
	transform: rotate(180deg);
}

.page_item_has_children.current_page_item i, .current_page_ancestor i, .current_page_parent i {
	color: #b0b0b0 !important;
}

.page_item_has_children.current_page_item .children{
	display: none;
}
.page_item_has_children.current_page_ancestor.current_page_parent .children, .sidebar-navigation ul.children.subnav-active {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.subnav .children li{
	font-weight: normal;
	border-bottom: 0;
	padding: 5px 0;
}

.current_page_item .children li a, .current_page_ancestor .children li a, .current_page_parent .children li a {
	font-color: red !important;
}

.subnav .children li a{
	font-weight: 400;
	font-size: 1rem;
	color: #002E5A;
}

.subnav .children li a:hover,  .subnav .children li a:focus, .subnav .children li a:active{
	color: #002E5A;
}

.subnav .children li.current_page_item{
	padding-left: 0 !important;
}

.subnav .children li.current_page_item{
	text-decoration: underline;
}

/* /end sidebar */

.profile-wrapper{
	margin-bottom: 50px;
}
.board-bio-wrapper{
	margin-bottom: 50px;
	background-color: #e9e9e9;
	padding: 15px;
}

.board-bio-intro{
	margin-bottom: 40px;
}

.board-bio-wrapper h2{
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid #002E5A;
	font-size: 1.9rem;
}

.board-bio-wrapper h3{
	font-size: 1.3rem;
	font-weight: 400;
	margin-bottom: 30px;
}
.reveal{
	padding: 2rem;
}

.reveal h2{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #002E5A;
	font-size: 1.9rem;
}

.reveal h3{
	font-family: 'Open Sans', sans-serif;;
	font-size: 1.7rem;
	font-weight: 400;
	margin-bottom: 10px;
}

.board-bio-wrapper .accordion{
	background: #f9f9f9;
}

.board-bio-wrapper .accordion-title{
	border: 2px solid #002E5A !important;
	color: #002E5A;
	font-size: 1rem;
	background: #fff;
}

.board-bio-wrapper .accordion-title:hover, .board-bio-wrapper .accordion-title:active, .board-bio-wrapper .accordion-title:focus{
	background: #f8f8f8;
}

.board-bio-wrapper .accordion-content{
	color: #002E5A;
}

h1.service-header{
	color: #232322;
	margin-bottom: 30px;
}

.service-subtext{
	color: #232322;
	font-size: 1.2rem;
	margin-bottom: 55px;
}

#application-section{
	background-color: #ccdaee;
}

#benefits-section{
	position: relative;
}

#benefits-section h2{
	margin-bottom: 50px;
}
.benefits h3{
	margin: 50px 0px 30px;
}

.benefit-block-left{
	padding-bottom: 30px;
	border-bottom: 2px dashed #ccdaee;
	margin-bottom: 40px;
	position: relative;
	margin-left: 40px;
}
.benefit-block-right{
	padding-bottom: 30px;
	border-bottom: 2px dashed #ccdaee;
	margin-bottom: 40px;
	position: relative;
	margin-right: 40px;
}

.benefit-block-left h3, .benefit-block-right h3{
	color: #89c2cc;
	font-size: 1.35rem;
	margin-left: 80px;
}

.benefit-block-left p, .benefit-block-right p{
	margin-left: 80px;	
}

@media only screen and (max-width: 1023px){
	.benefit-block-left{
		margin-left: 20px;
	}
	.benefit-block-right{
		margin-right: 20px;
	}
}

@media only screen and (max-width: 750px){
	.benefit-block-left{
		margin-left: 0;
	}
	.benefit-block-right{
		margin-right: 0;
	}
}

.benefit-heart{
	background-image: url('/img/teal-heart.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	height: 50px;
	width: 60px;
	display: block;
}

.about-value-wrapper{
	display: block;
	position: relative;
	margin-bottom: 20px;
}

.about-value-heart{
	background-image: url('/img/heart-white.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	height: 50px;
	width: 60px;
	display: block;
}

.about-value-wrapper h4{
	color: #fff;
	font-size: 1.7rem;
	margin-left: 80px;
}

.about-value-wrapper p{
	color: #fff;
	font-size: 1rem;
	margin-left: 80px;
}

.service-counter-wrapper{
	width: 1330px;
	margin: 0 auto;
	position: relative;
	height: 500px;
	padding-top: 30px;
}
@media only screen and (max-width: 1390px){
	.service-counter-wrapper{
		width: 1230px;
	}
}

@media only screen and (max-width: 1240px){
	.service-counter-wrapper{
		max-width: 75rem;
		width: auto;
		padding-right: .9375rem;
		padding-left: .9375rem;
		height: 425px;
	}
}

@media only screen and (max-width: 1023px){
	.service-counter-wrapper{
		height: 890px;
	}
}

@media only screen and (max-width: 639px){
	.service-counter-wrapper{
		height: auto;
	}
}

.service-counter-main-wrapper{
	height: 700px;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 20px;
}

@media only screen and (max-width: 1240px){
	.service-counter-main-wrapper{
		height: 590px;
	}
}

@media only screen and (max-width: 1023px){
	.service-counter-main-wrapper{
		height: 890px;
	}
}

@media only screen and (max-width: 639px){
	.service-counter-main-wrapper{
		height: auto;
	}
}

#service-first-counter{
	border-radius: 50%;
	background-color: #89c2cc;
	height: 370px;
	width: 370px;
	margin: 0 auto;
	padding: 80px 60px 60px 60px;
	margin-top: 50px;
}

#service-first-counter .hero-number{
	font-weight: 700;
	font-size: 8rem;
	text-align: center;
	color: #002E5A;
	line-height: 1;
	margin-bottom: 0;
}

#service-first-counter .hero-text{
	font-weight: 500;
	font-size: 1.2rem;
	text-align: center;
	color: #fff;
}

@media only screen and (max-width: 1330px){
	#service-first-counter{
		width: 340px;
		height: 340px;
	}
	#service-first-counter .hero-number{
		font-size: 6.5rem;
	}
}

@media only screen and (max-width: 1240px){
	#service-first-counter{
		width: 250px;
		height: 250px;
		padding: 40px 40px 40px 40px;
	}
	#service-first-counter .hero-number{
		font-size: 4rem;
	}
	#service-first-counter .hero-text{
		font-size: 1.1rem;
	}
}
@media only screen and (max-width: 1023px){
	#service-first-counter{
		width: 290px;
		height: 290px;
		padding: 50px 40px 40px 40px;
		margin: 0 auto;
	}
	#service-first-counter .hero-number{
		font-size: 5rem;
	}
	#service-first-counter .hero-text{
		font-size: 1.2rem;
	}
}

@media only screen and (max-width: 639px){
	#service-first-counter{
		margin-bottom: 30px;
	}
}

#service-second-counter{
	border-radius: 50%;
	background-color: #F3A4BD;
	height: 290px;
	width: 290px;
	margin: 0 auto;
	padding: 35px 50px 50px 50px;
	margin-left: 60px;
}

#service-second-counter .hero-number{
	font-weight: 700;
	font-size: 6rem;
	text-align: center;
	color: #002E5A;
	line-height: 1;
	margin-bottom: 0;
}

#service-second-counter .hero-text{
	font-weight: 500;
	font-size: 1.2rem;
	text-align: center;
	color: #002E5A;
}

@media only screen and (max-width: 1330px){
	#service-second-counter{
		width: 300px;
		height: 300px;
		margin-left: 45px;
	}
	#service-second-counter .hero-number{
		font-size: 6.5rem;
	}
}

@media only screen and (max-width: 1240px){
	#service-second-counter{
		width: 250px;
		height: 250px;
		padding: 40px 40px 40px 40px;
		margin-left: 5px;
	}
	#service-second-counter .hero-number{
		font-size: 4rem;
	}
	#service-second-counter .hero-text{
		font-size: 1.1rem;
	}
}

@media only screen and (max-width: 1023px){
	#service-second-counter{
		width: 290px;
		height: 290px;
		padding: 50px 40px 40px 40px;
		margin: 0 auto;
	}
	#service-second-counter .hero-number{
		font-size: 5rem;
	}
	#service-second-counter .hero-text{
		font-size: 1.2rem;
		margin: 0;
	}
}

@media only screen and (max-width: 639px){
	#service-second-counter{
		margin-bottom: 30px;
	}
}

#service-third-counter{
	border-radius: 50%;
	background-color: #ccdaee;
	height: 290px;
	width: 290px;
	margin: 0 auto;
	padding: 50px;
	margin-top: 150px;
}

#service-third-counter .hero-number{
	font-weight: 700;
	font-size: 6rem;
	text-align: center;
	color: #002E5A;
	line-height: 1;
	margin-bottom: 0;
}

#service-third-counter .hero-text{
	font-weight: 500;
	font-size: 1.2rem;
	text-align: center;
	color: #002E5A;
}

@media only screen and (max-width: 1330px){
	#service-third-counter{
		width: 270px;
		height: 270px;
		margin-left: 25px;
		padding: 30px 50px 50px 50px;
	}
	#service-third-counter .hero-number{
		font-size: 6.5rem;
	}
}

@media only screen and (max-width: 1240px){
	#service-third-counter{
		width: 220px;
		height: 220px;
		padding: 25px 40px 40px 40px;
		margin-left: -20px;
	}
	#service-third-counter .hero-number{
		font-size: 4rem;
	}
	#service-third-counter .hero-text{
		font-size: 1.1rem;
	}
}

@media only screen and (max-width: 1023px){
	#service-third-counter{
		width: 290px;
		height: 290px;
		padding: 50px 40px 40px 40px;
		margin: 0 auto;
		margin-top: 30px;
	}
	#service-third-counter .hero-number{
		font-size: 5rem;
	}
	#service-third-counter .hero-text{
		font-size: 1.2rem;
		margin: 0;
	}
}

@media only screen and (max-width: 639px){
	#service-third-counter{
		margin-bottom: 30px;
		margin-top: 0;
	}
}

#service-fourth-counter{
	border-radius: 50%;
	background-color: #fff;
	height: 340px;
	width: 340px;
	margin: 0 auto;
	padding: 60px;
	margin-left: -25px;
}

#service-fourth-counter .hero-number{
	font-weight: 400;
	font-size: 3rem;
	text-align: center;
	color: #003a5d;
	line-height: 1;
	margin-bottom: 0;
	font-family: 'Open Sans', sans-serif;;
}

@media only screen and (max-width: 1330px){
	#service-fourth-counter{
		width: 300px;
		height: 300px;
	}
	#service-fourth-counter .hero-number{
		font-size: 2.5rem;
	}
}

@media only screen and (max-width: 1240px){
	#service-fourth-counter{
		width: 250px;
		height: 250px;
		padding: 25px 40px 40px 40px;
		margin-left: -50px;
	}
}

@media only screen and (max-width: 1023px){
	#service-fourth-counter{
		width: 290px;
		height: 290px;
		padding: 50px 40px 40px 40px;
		margin: 0 auto;
		margin-top: 30px;
	}
	#service-fourth-counter .hero-number{
		font-size: 2.5rem;
	}
	#service-fourth-counter .hero-text{
		font-size: 1.2rem;
		margin: 0;
	}
}

@media only screen and (max-width: 639px){
	#service-fourth-counter{
		margin-bottom: 30px;
		margin-top: 0;
	}
}


.service-stat-link{
	font-size: 1.4rem;
	background-color: #fff;
	margin-top: 25px;
	transition: all .2s;
	position: relative;
	color: #002E5A;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;;
}
.service-stat-link::after{
	font-size: 0.9rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	transition: all .2s;
	color: #002E5A;
	margin-left: 25px;
}
.service-stat-link:hover, .service-stat-link:focus, .service-stat-link:active{
	background-color: #fff;
	color: #165376;
}

@media only screen and (max-width: 1240px){
	.service-stat-link{
		font-size: 1.1rem;
	}
}


.service-light-blue-heart-bg{
	width: 1400px;
	height: 1400px;
	background-image: url('/img/light-blue-heart-30.svg');
	background-repeat: no-repeat;
	background-position: center center;
	z-index: -1;
	position: absolute;
	-ms-transform: rotate(14deg); /* IE 9 */
	-webkit-transform: rotate(14deg); /* Safari */
	transform: rotate(14deg);
	left: 250px;
	top: 30px;	
}

@media only screen and (max-width: 1023px){
	.service-light-blue-heart-bg{
		left: 50px;
	}
}

@media only screen and (max-width:639px){
	.service-light-blue-heart-bg{
		left: 0px;
	}
}

#service-second-counter{
	-webkit-animation-delay: 400ms;
	-moz-animation-delay: 400ms;
	-o-animation-delay: 400ms;
	animation-delay: 400ms;
}

#service-third-counter{
	-webkit-animation-delay: 600ms;
	-moz-animation-delay: 600ms;
	-o-animation-delay: 600ms;
	animation-delay: 600ms;
}

#service-fourth-counter{
	-webkit-animation-delay: 800ms;
	-moz-animation-delay: 800ms;
	-o-animation-delay: 800ms;
	animation-delay: 800ms;
}

.contact-type{
	color: #89c2cc;
	font-size: 1.5rem;
	font-family: 'Open Sans', sans-serif;;
	font-weight: 700;
}

@media only screen and (max-width: 639px){
	.contact-type{
		text-align: center;
	}
}

a.contact-email{
	color: #002E5A;
	margin-bottom: 1rem;
	display: inline-block;
}

@media only screen and (max-width: 639px){
	a.contact-email{
		text-align: center !important;
		display: block;
	}
}

a.contact-email:hover, a.contact-email:focus, a.contact-email:active{
	color: #002E5A;
}

#alumni-stats{
	padding-top: 90px;
}

@media only screen and (max-width: 1172px){
	#alumni-stats{
		padding-top: 140px;
	}
}

@media only screen and (max-width: 788px){
	#alumni-stats{
		padding-top: 50px;
	}
}

.leader{
	font-size: 1.15rem;
	font-weight: 500;
}

#about-promise-section{
	position: relative;
	height: auto;
}

#about-promise-section strong{
	font-weight: 700;
	color: #89c2cc;
	font-size: 1.1rem;
}

#about-promise-section h4 strong{
	font-size: 1.4rem;
}

.about-florence-image{
	position: absolute;
	bottom: 0px;
	max-width: 440px;
}

@media only screen and (max-width: 639px){
	.about-florence-image{
		display: none;
	}
}

.tech-curve {
	background-image: url(/img/home-curve-bg.png);
}

#about-goals-section{
	background-color: #ccdaee;
}

.about-goal-wrapper{
	position: relative;
}

.about-goal-wrapper h4{
	display: block;
	width: 70px;
	height: 70px;
	font-size: 2rem;
	background-color: #89c2cc;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 20px;
	font-weight: 700;
	padding: 12px;
	text-align: center;
}

@media only screen and (max-width: 360px){
	.about-goal-wrapper h4{
		width: 60px;
		height: 60px;
		padding: 8px;
	}
}

.widgettitle {
	margin: 20px;
}

#menu-mobile-main-menu {
	display:block;
}

.off-canvas #menu-mobile-nav.menu{
	margin-right: 0;
}



.off-canvas {
	background: #ccdaee;
}

.off-canvas  #menu-mobile-nav li{
	margin-bottom: 10px;
}

.off-canvas  #menu-mobile-nav a{
	color: #89c2cc;
	font-size: 1.2rem;
	outline: 0;
}

.off-canvas  #menu-mobile-nav a:hover, .off-canvas  #menu-mobile-nav a:focus, .off-canvas  #menu-mobile-nav a:active{
	color: #47a490;
}

.off-canvas #menu-mobile-nav.menu .active > a{
	color: #ccdaee !important;
}

.off-canvas #menu-mobile-nav.menu .search-nav{
	padding: 0 17px 0 17px;
	background-color: #ccdaee;
}

.off-canvas #menu-mobile-nav.menu .search-nav::before{
	color: #002E5A;
	font-size: 17px;
}

.off-canvas #menu-mobile-nav.menu .search-nav a{
	display: inline-block;
	color: #002E5A;
}

.off-canvas #menu-mobile-nav ul.submenu{
	margin-top: 0;
}

.about-promise-content{
	margin-bottom: 70px;
}

.footer-social{
	display: inline-block;
	margin-right: 20px;
}

.sticky{
	z-index: 9999;
}

.reveal{
	top: 260px !important;	
}

.charity-footer{
	font-size: 0.8rem;
}

.submit{
	background-color: #002E5A;
	font-family: 'Open Sans', sans-serif;;
	font-size: 1rem;
	padding: 15px 50px;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
}

.submit:hover, .submit:focus, .submit:active{
	background-color: #165376;
}

@media only screen and (max-width: 639px){
	.submit{
		display: block;
		width: 100% !important;
	}
}

.contact-social{
	margin-right: 40px;
}

@media only screen and (max-width: 639px){
	.contact-content{
		text-align: center;
	}
}

@media only screen and (max-width: 639px){
	.contact-social-icons{
		display: block;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 40px;
		text-align: center;
	}
}

.instagram-contact{
	margin-right: 0;
}



.nf-form-cont h3{
	font-family: 'Open Sans', sans-serif;;
	font-size: 2.5rem;
	font-weight: 400;
	margin-bottom: 40px;
}

.nf-field-element h4{
	font-family: 'Open Sans', sans-serif;;
	font-size: 1.6rem;
	font-weight: 700;
}

.nf-form-cont [type="text"], .nf-form-cont [type="tel"], .nf-form-cont [type="email"], .nf-form-cont textarea{
	border: 1px solid #ccdaee}

.nf-field-element p{
	font-size: 1rem;
	font-weight: 400;
}


.checkbox-wrap .nf-field-label label{
	font-size: 1.2rem;
	font-weight: 500;
	color: #E62A32;
	line-height: 25px;
}

.nf-field-label label{
	font-weight: 500 !important;
	font-size: 1rem;
	color: #002E5A;
}

.nf-field-container{
	margin-bottom: 20px !important;
}

.listcheckbox-wrap{
	margin-bottom: 40px;
}

.nf-fu-fileinput-button{
	background-color: #002E5A;
	font-family: 'Open Sans', sans-serif;;
	font-size: 1rem;
	padding: 15px 50px;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	color: #fff;
	cursor: pointer;
}

.nf-fu-fileinput-button:hover, .nf-fu-fileinput-button:focus, .nf-fu-fileinput-button:active{
	background-color: #165376;
}

.nf-progress-container{
	margin-bottom: 30px;
}

.nf-progress{
	background-color: #ccdaee !important;
}

.nf-next, .nf-previous{
	border: 0;
	padding: 15px 40px;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 500;
}

.nf-next{
	background-color: #ccdaee;
	color: #002E5A;
}

.nf-next:hover, .nf-next:focus, .nf-next:active{
	background-color: #b4e3f3;
}

.nf-previous{
	background-color: #002E5A;
	color: #fff;
}

.nf-previous:hover, .nf-previous:focus, .nf-previous:active{
	background-color: #165376;
}

.field-wrap input[type="button"]{
	background-color: #002E5A;
	font-family: 'Open Sans', sans-serif;;
	font-size: 1rem;
	padding: 15px 50px;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	border: 0;
}

.field-wrap input[type="button"]:hover, .field-wrap input[type="button"]:focus, .field-wrap input[type="button"]:active{
	background-color: #165376;
}

.nf-field-description{
	font-size: 0.85rem;
	font-weight: 400;
}

.nf-input-limit{
	color: #89c2cc;	
}

.nf-error-msg{
	font-size: 0.9rem;
}
.nf-form-fields-required{
	font-size:0.9rem;
	margin-bottom: 15px;
}


/*content slider */


.toggle {

	font-family: 'Dosis', sans-serif;
	font-weight: 200;
	font-size: 2vmax;
}
.toggle .tabs {
	width: 100%;
	overflow: hidden;

	line-height: 25px;
	animation: fadeIn 2s ease;


}
.toggle .tabs .tab {
	float:left;
	opacity: .6;
	height: 4vmax;

	padding: 0 8px;
	cursor: pointer;
	border-radius: 2px;
	transition: opacity 1s ease;
}
.toggle .tabs .tab.active {
	opacity: 1;

}

.toggle .panels .panel {
	padding: 20px 10px;
	display: none;
	opacity: 1;
	animation: fadeIn 2s ease;

}
.toggle .panels .panel:first-child {
	display: block;
}

/*tabS*/
.content-panels .tabs{
	margin: 3rem auto !important;
	border: none !important;
	background: none !important;
	list-style-type: none;
}


.panel.content-panel {
	background: #a2dced;
	text-align: center;

}
.content-panels h3{font-family: 'Playfair Display', serif; text-align: center;}

.content-panels .panels {margin-top:30px;}

.panel.content-panel p{
	font-size: 1rem;

}

.tabs .border {

	margin-left: -100px;
	opacity: 1;
	content: "";
	background-image: url('/img/heart-light-blue.svg');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 40px 40px;
	height: 40px;
	width: 40px;
	transition: all .2s;
	min-width: 70px;}


	@keyframes fadeIn {

		0% {opacity:0;}
		100%{opacity: 1;}
	}


	.gallery img {
		float: left;
		padding: 0 2px 2px 0;
		/* / */
	}
		/*SLICK

		.slider-wr .slider {height: auto; background-color: #f2f2f2 !important;}

		.slider-wr {
			width: 100%;
			padding: 0px;
			margin: 20px auto;
			box-sizing: border-box;
		}
		.slider-wr .slide {
			padding: 0 8px;
			box-sizing: border-box;
		}
		.slider-wr .slide img {
			max-width: 100%;
			position: relative;
			transform: scale(0.9);
			transition: all 1s ease-out;
			opacity: 0.5;
		}
		.slider-wr .slick-slide {
			opacity: 0.4;
		}
		.slider-wr .slick-current
		{
			opacity: 1;
		}

		.slider-wr .slide.slick-center img {
			transform: scale(1.1);
			transition: all 1s ease-out;
			opacity: 1;
		}
.slider-wr .slick-prev, .slider-wr .slick-next {
    width: 300px;
    height: auto;
    z-index: 3 !important;
}
		.slider-wr .slick-prev {
			left: -30px;
			background-position: -220px -20px;
			
		}
		.slider-wr .slick-next {
			right: -30px;
			background-position: -320px -20px;
		}

.slider-wr .slick-prev::before, .slider-wr .slick-next::before {

    font-size: 6rem;
}

.slider-wr .slick-prev::before {
color: #00b5af;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f053";
}


.slider-wr .slick-next::before {
color: #00b5af;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f054";
}
*/

.home-mission-wrapper{
	position: relative;
}

.home-mission-wrapper p{
	margin: 0;
	font-size: 1.25rem;
	font-family: 'Open Sans', sans-serif;;
}

.home-mission-quote-open{
	width: 40px;
	height: 50px;
	position: relative;
	background-image: url('/img/teal-open-quote-marks.svg');
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 50px;
}

@media only screen and (max-width: 700px){
	.home-mission-quote-open{
		margin-top: 10px;
	}
}

.home-mission-quote-closed{
	width: 40px;
	height: 50px;
	position: relative;
	float: right;
	background-image: url('/img/teal-close-quote-marks.svg');
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 20px;
	margin-right: 60px;
}

@media only screen and (max-width: 700px){
	.home-mission-quote-closed{
		margin-right: 0;
	}
}


.home-service-quote-open{
	width: 65px;
	height: 50px;
	position: relative;
	background-image: url('/img/teal-open-quote-marks.svg');
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 15px;
}

.home-service-quote-closed{
	width: 65px;
	height: 50px;
	position: relative;
	background-image: url('/img/teal-close-quote-marks.svg');
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
}

.home-service-main-content{
	font-family: 'Open Sans', sans-serif;;
}

.home-promise-wrapper{
	background-color: #002E5A;
	margin-right: 30px;
	padding: 30px;
	position: relative;
}

.home-promise-wrapper h3{
	margin-bottom: 30px;
	color: #fff;
}

.home-promise-shadow{
	position: absolute;
	left: 25px;
	top: 25px;
	width: 100%;
	background-color: #caefef;
	height: 100%;
	z-index: -1;
}

.home-promise{
	margin-left: 60px;
	position: relative;
	color: #fff;
}

.home-promise:before{
	content: "";
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0px;
	left: -70px;
	overflow: hidden;
	background-image: url('/img/teal-heart.svg');
	background-repeat: no-repeat;
}

.home-mission-wrapper{
	margin-right: 15px;
	padding-left: 40px;
}

@media only screen and (max-width: 700px){
	.home-mission-wrapper{
		padding-left: 0px;
		margin-right: 0px;
	}
}

#application-dealine-section{
	padding: 40px;
	margin-top: -90px;
	background-color: #ccdaee;
}

.service-page-buttons-container{
	margin-bottom: 50px;
	margin-top: -175px;
	z-index: 2;
	position: relative;
}

@media only screen and (max-width: 1240px){
	.service-page-buttons-container{
		margin-top: -170px;
	}
}

@media only screen and (max-width: 639px){
	.service-page-buttons-container{
		margin-top: 0px;
	}
}

.service-benefit-employer{
	padding: 30px 50px;
	background-color: #ccdaee;
	position: relative;
}

@media only screen and (max-width: 960px){
	.service-benefit-employer{
		padding: 20px 20px;
	}
}

@media only screen and (max-width: 639px){
	.service-benefit-employer{
		margin-bottom: 60px;
	}
}

.service-benefit-sponsor{
	padding: 30px 50px;
	background-color: #F3A4BD;
	position: relative;
}

@media only screen and (max-width: 960px){
	.service-benefit-sponsor{
		padding: 20px 20px;
	}
}

@media only screen and (max-width: 639px){
	.service-benefit-sponsor{
		margin-bottom: 40px;
	}
}

.service-btn{
	position: absolute;
	bottom: -40px;
	right: 30px;
	font-family: 'Open Sans', sans-serif;;
	font-size: 1.1rem;
	text-transform: none;
}

.service-big-btn{
	max-width: 50px;
	display: block;
	margin: 0 auto;
	margin-top: 35px;
}

.ln-feature{
	height: 300px;
	width: 100%;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}
.ln-feature-post{
	background-color: #D2F3F2;
	margin-bottom: 40px;
}

.ln-feature-inner{
	padding: 20px;
}

a.ln-feature-title{
	font-family: 'Open Sans', sans-serif;;
	font-size: 1.6rem;
	color: #002E5A;
	margin-bottom: 25px;
	display: inline-block;
}

a.ln-feature-title:hover, a.ln-feature-title:focus, a.ln-feature-title:active{
	color: #165376;
}

.ln-feature-date{
	font-weight: 600;
	font-size: 0.9;
}

.ln-archive-container{
	border-top: 2px solid #002E5A;
	padding-top: 20px;
}

.ln-archive-container:first-child{
	border-top: 0px solid #002E5A;
	padding-top: 0;
}

.ln-archive-feature{
	height: 170px;
	max-height: 170px;
	width: 100%;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

@media only screen and (max-width: 1023px){
	.ln-archive-feature{
		height: 200px;
		margin-bottom: 20px;
	}
}

.ln-archive-wrapper{
	padding-left: 40px;
	min-height: 170px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 1023px){
	.ln-archive-wrapper{
		padding: 0;
		min-height: 0;
	}
}

a.ln-archive-title{
	font-size: 1rem;
	color: #002E5A;
	margin-bottom: 25px;
	display: inline-block;
	font-weight: 500;
}

@media only screen and (max-width: 1023px){
	a.ln-archive-title{
		margin-bottom: 0;
	}
}

a.ln-archive-title:hover, a.ln-archive-title:focus, a.ln-archive-title:active{
	color: #165376;
}

#news-conference{
	background-color: #F3A4BD;
}

.news-abbey-service-img, .news-annual-conf-img{
	height: 400px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 1023px){
	.news-abbey-service-img, .news-annual-conf-img{
		height: 300px;
	}
}

@media only screen and (max-width: 639px){
	.news-abbey-service-img, .news-annual-conf-img{
		height: 250px;
	}

	.news-annual-conf-wr{
		margin-bottom: 30px;
	}
}

.news-conf-serv{
	background-color: #002E5A;
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 20px;
	font-size: 1.2rem;
	font-family: 'Open Sans', sans-serif;;
	margin: 0;
}

.news-conf-serv:hover, .news-conf-serv:active, .news-conf-serv:focus{
	background-color: #165376;	
}

.news-archive-feature{
	height: 180px;
	width: 100%;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	margin-bottom: 20px;
}

a.news-archive-title{
	font-family: 'Open Sans', sans-serif;;
	font-size: 1.4rem;
	color: #002E5A;
	margin-bottom: 15px;
	display: inline-block;
	line-height: 30px;
}

a.news-archive-title:hover, a.news-archive-title:focus, a.news-archive-title:active{
	color: #165376;
}

#news-events{
	background-color: #ccdaee;
}

#news-talent-eq{
	background-image:url(/img/talent-eq-bg.jpg);
	background-repeat: repeat-x;
}

#news-events .dark-btn{
	width: 60%;
}

@media only screen and (max-width: 639px){
	#news-events .dark-btn{
		width: 100%;
	}
}

.news-cta-wrapper{
	background-color: #002E5A;
	padding: 20px;
}

.news-cta-wrapper h3{
	color: #fff;
	margin-top: 30px;
	margin-bottom: 100px;
}

.news-scholars-wrapper, .news-events-wrapper{
	margin-bottom: 40px;
}

.post-background{
	background-color: white;
	height: 400px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: -1;
}

.article-header{
	background-image: url(/img/home-news-bg.png);
	background-repeat: repeat-x;
	background-size: contain;
	padding:40px;
}

.page-header{
	padding: 200px 20px;
}



@media only screen and (max-width: 639px){
	.article-header{
		margin-top: 40px;
	}
}

.page-template-template-full-width .article-header{
	background-color: transparent;
	padding: 0;
	margin: 0;
}

h1.single-title{
	color: #002E5A;
}


p.byline{
	color: #E62A32;
}

.byline a{
	color: #002E5A;
}

.attachment-blog-post-feature{
	margin-bottom: 40px;
}

.entry-content blockquote{
	border-left: 0;
	background-color: #B4E7E5;
	padding: 20px 20px;
}

.entry-content blockquote p{
	color: #002E5A;
}

#search-2 .screen-reader-text{
	display: none;
}

#search-2 .search-submit.light-btn{
	margin-top: 0;
	padding: 15px 15px 15px 15px;
	font-size: .9rem;
	width: 100%;
}

#categories-2 h4{
	display: block;
	background-color: #002E5A;
	color: #fff;
	font-family: 'Open Sans', sans-serif;;
	font-size: 1.3rem;
	padding: 7px 7px 7px 15px;
	margin: 0;
}

#archives-2 h4{
	display: block;
	background-color: #ccdaee;
	color: #002E5A;
	font-family: 'Open Sans', sans-serif;;
	font-size: 1.3rem;
	padding: 7px 7px 7px 15px;
	margin: 0;
}

#lc_taxonomy-2, #lc_taxonomy-3 {
	list-style: none;
}

#lc_taxonomy-2 h2{
	display: block;
	background-color: #89c2cc;
	color: #fff;
	font-family: 'Open Sans', sans-serif;;
	font-size: 1.3rem;
	padding: 7px 7px 7px 15px;
	margin: 0;
}


#lc_taxonomy-2 ul {
	background-color: #CCF4F3;
	margin-left:0px;
	list-style: none;
}

#lc_taxonomy-2 ul a{
	color: #002E5A !important;
}

#lc_taxonomy-2 ul li {
	padding: 7px 7px 7px 15px;
}


#lc_taxonomy-3 h2{
	display: block;
	background-color: #ccdaee;
	color: #002E5A;
	font-family: 'Open Sans', sans-serif;;
	font-size: 1.3rem;
	padding: 7px 7px 7px 15px;
	margin: 0;
}


#lc_taxonomy-3 ul {
	background-color: #DFF0F5;
	margin-left:0px;
	list-style: none;
}

#lc_taxonomy-3 ul a{
	color: #002E5A !important;
}

#lc_taxonomy-3 ul li {
	padding: 7px 7px 7px 15px;
}

.widget{
	margin-bottom: 30px;
}

#categories-2 ul{
	background-color:  #ccdaee;
}

#categories-2 ul li{
	padding: 7px 7px 7px 15px;
}

#categories-2 ul a{
	color: #002E5A;
}

#archives-2 ul{
	background-color: #DFF0F5;
}

#archives-2 ul li{
	padding: 7px 7px 7px 15px;
}

#archives-2 ul a{
	color: #002E5A;
}

#commentform #submit{
	
}

#commentform #submit{
	font-size: .9rem;
	font-weight: 500;
	background-color: #002E5A;
	padding: 15px 20px 15px 20px;
	transition: all .2s;
	position: relative;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
}
#commentform #submit::after{
	font-size: 0.9rem;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	transition: all .2s;
	color: #ccdaee;
	margin-left: 25px;
}
#commentform #submit:hover, #commentform #submit:focus, #commentform #submit:active{
	background-color: #165376;
}

@media only screen and (max-width: 639px){
	#commentform #submit{
		display: block;
		padding: 20px 60px 15px 20px;
		font-size: 1.1rem;
		width: 100%;
	}
	#commentform #submit::after{
		font-size: 1.1rem;
	}
}

.more-news-feature{
	height: 200px;
	width: 100%;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}
.news-more-post{
	background-color: #D2F3F2;
	margin-bottom: 40px;
}

.news-more-posts{
	margin-bottom: 30px;
	margin-top: 30px;
}

.more-news-inner{
	padding: 10px;
}

a.more-news-title{
	font-family: 'Open Sans', sans-serif;;
	font-size: 1.3rem;
	color: #002E5A;
	margin-bottom: 25px;
	display: inline-block;
}

a.more-news-title:hover, a.more-news-title:focus, a.more-news-title:active{
	color: #165376;
}

.blog-post-content {
	margin-top: 100px;
}
@media only screen and (max-width: 740px){
	.blog-post-content {
		margin-top: 0px;
	}
}
@media only screen and (max-width: 639px){
	.news-archive-post-wrapper{
		margin-bottom: 30px;
		border-bottom: 1px solid #002E5A;
		padding-bottom: 20px;
	}
}
.article-header.article-header-top-pad {
	padding-top: 150px;
}

.archive {
	background-image: url(/img/home-news-bg.png);
	background-repeat: repeat-x;
	background-size: contain;
}

.tribe-events-calendar-month, .tribe-events-calendar-list{
	background:#fff !important; 
	padding:15px !important;
}

.tribe-events-header {
	padding: 15px !important;
	margin: 0px !important;}

	.single-tribe_events{
		background-image: url(/img/home-news-bg.png);
		background-repeat: repeat-x;
		background-size: contain;

	}

	#tribe-events-content {
		margin-top: 150px;
	}
	.tribe-common-l-container.tribe-events-l-container {
		padding-top: 150px !important;
	}
	.subtle-dna-bg {

		background-image: url(/img/subtle-dna-bg.png);
		background-repeat: no-repeat;
		background-position: right;
		background-attachment: fixed;
	}

	.top-patron{
		background-color: #002E5A;
		padding: 15px;
		margin-bottom: 30px;
	}

	.bottom-patron{
		background-color: #002E5A;
		padding: 15px;
		margin-bottom: 30px;
	}

	.patron-pos{
		font-family: 'Open Sans', sans-serif;;
		margin: 0;
		color: #fff;
		font-size: 1.6rem;
		border-bottom: 1px solid #fff;
		padding-bottom: 5px;
		margin-bottom: 15px;
		margin-top: 60px;
	}

	.patron-name p{
		color: #fff;
		font-size: 1.1rem;
	}

	.patron-img {
		width: 66%;
	}

	.second-footer .menu a{padding: 0.4rem 1.5rem 1.5rem 0rem;
	}
	.second-footer .menu a:hover{color: #E62A32 !important;}

	@media only screen and (max-width: 1023px){
		.patron-img {
			width: 75%;
		}
	}

	@media only screen and (max-width: 639px){
		.patron-img {
			width: 100%;
		}
	}

	.rightnav li {
		list-style: none;

		border: solid 1px white;
		color: #dff0f5;
	}
	.rightnav li a {
		color: #ccdaee;
		padding: 0.8rem;
		display: block;    
		background: #002E5A;
	}

	.rightnav li a.active, .rightnav li a.is-active {
		background: #89c2cc;
		color: #002E5A; ;
	}

	.service-section {margin: 0 auto; background-size: cover;}
	.service-section .leader{margin:1rem auto}
	.service-section h2{margin: 1rem auto 2rem auto}

	.content-quote-block{
		background-color: #002E5A;
		padding: 20px 170px 20px 20px;	
		margin-top: 30px;
		margin-bottom: 40px;
	}

	@media only screen and (max-width: 1023px){
		.content-quote-block{
			padding: 20px 20px 20px 20px;
		}
	}

	.quote-block-quote p{
		color: #fff;
		font-family: 'Open Sans', sans-serif;;
		font-size: 1.2rem;
	}

	.content-quote-block-open{
		width: 40px;
		height: 50px;
		position: relative;
		background-image: url('/img/teal-open-quote-marks.svg');
		background-repeat: no-repeat;
		background-position: center center;
	}

	.content-quote-block-closed{
		width: 40px;
		height: 50px;
		position: relative;
		float: right;
		background-image: url('/img/teal-close-quote-marks.svg');
		background-repeat: no-repeat;
		background-position: center center;
	}

	p.quote-block-person{
		color: #89c2cc;
		font-weight: 500;
		font-size: 1.1rem;
	}

	.hearts-trio-wrapper{
		background-color:  #002E5A;
		padding: 50px 0;
	}

	.hearts-trio-wrapper h3{
		color: #fff;
		font-size: 1.8rem;
		margin-bottom: 30px;
	}

	.heart-trio-pink, .heart-trio-teal, .heart-trio-light-blue{
		background-size: cover;
		background-poisition: center center;
		background-repeat: no-repeat;
		height: 238px;
		width: 280px;
		margin: 0 auto;
		padding: 90px 50px 0 50px;
	}

	@media only screen and (max-width: 978px){
		.heart-trio-pink, .heart-trio-teal, .heart-trio-light-blue{
			height: 196px;
			width: 230px;
			padding: 50px 20px 0 20px;	
		}
	}

	@media only screen and (max-width: 978px){
		.heart-trio-pink, .heart-trio-teal, .heart-trio-light-blue{
			height: 196px;
			width: 230px;
			padding: 50px 20px 0 20px;	
		}
	}

	.heart-trio-pink{
		background-image: url('/img/pink-heart.svg');
	}

	.heart-trio-teal{
		background-image: url('/img/teal-heart.svg');
	}

	.heart-trio-light-blue{
		background-image: url('/img/lighter-blue-heart.svg');
	}

	.heart-trio-pink a, .heart-trio-teal a, .heart-trio-light-blue a{
		color:  #002E5A;
		font-family: 'Open Sans', sans-serif;;
		font-size: 1.4rem;
		text-align: center;
		line-height: 1.3;
		display: block;
	}

	.heart-trio-pink a:after, .heart-trio-teal a:after, .heart-trio-light-blue a:after{
		font-size: 0.9rem;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f054";
		transition: all .2s;
		color: #002E5A;
		display: block;
		margin-top: 15px;
	}

	.heart-trio-pink a:hover, .heart-trio-pink a:active, .heart-trio-pink a:focus, .heart-trio-teal a:hover, .heart-trio-teal a:active, .heart-trio-teal a:focus, .heart-trio-light-blue a:hover, .heart-trio-light-blue a:active, .heart-trio-light-blue a:focus{
		color:  #165376;
	}

	.westminster-service-bg{
		padding-top: 100px;
		padding-bottom: 100px;
		margin-bottom: 60px;
	}

	.westmintser-service-content{
		background-color: rgba(0, 180, 174, 0.8);
		padding: 30px;
		color: #fff;
	}

	.westmintser-service-content h3{
		font-size: 2rem;
	}

	h2.category-archive{
		font-size: 1.2rem;
	}

	.category-archive-feature{
		height: 150px;
		max-height: 150px;
		width: 100%;
		background-size: cover !important;
		background-position: center center !important;
		background-repeat: no-repeat !important;
		margin-bottom: 20px;
	}

	@media only screen and (max-width: 1023px){
		.category-archive-feature{
			height: 150px;
			margin-bottom: 20px;
		}
	}

	.category-archive-wrap{
		border-bottom: 1px solid #002E5A;
		padding-bottom: 10px;
		margin-bottom: 30px;
	}

	.archive h1.page-title{
		margin-bottom: 30px;
	}

	.pagination .current{
		background-color: #002E5A;
	}

	#breadcrumbs{
		display: inline-block;
		background-color: #F0F6F7;
		padding: 5px;
	}

	.cookie-notice-container{
		background-color:  #002E5A;
		padding: 20px;
	}

	.cookie-notice-container .button{
		margin: 0;
	}

	.cn-button{
		background-color: #89c2cc;
	}

	@media only screen and (max-width: 320px){
		.cn-button{
			display: block;
			margin-bottom: 20px !important;
		}
	}

	.cn-button:hover, .cn-button:focus, .cn-button:active{
		background-color: #47a490;
	}

	@media only screen and (max-width: 1220px){
		span#cn-notice-text{
			display: block;
			margin-bottom: 20px;
		}
	}

	.error404 .article-header{
		margin-top: 40px;
		margin-bottom: 30px;
	}

	.error404 .article-header h1{
		color: #E62A32;
	}

	.download_link i{
		margin-right: 10px;
	}

	@media only screen and (max-width: 639px){
		.psgal figure{
			width: 160px !important;
		}
	}

	@media only screen and (max-width: 420px){
		.psgal figure{
			width: 120px !important;
		}
	}

	.quote-slide-wrapper{
		text-align: center;
		margin-top: 40px;
		margin-bottom: 75px !important;
		background-color: #DCF1F0;
		padding-top: 40px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
	}

	.quote-slide-wrapper .quote{
		display: none;
	}

	.quote-slide-wrapper .quote:first-child{
		display: block;
	}

	.quote-slide-wrapper.slick-initialized .quote{
		display: block;
	}

	.quote-slide-name{
		font-family: 'Open Sans', sans-serif;;
		font-size: 1.5rem;
		color: #89c2cc;
		margin: 0;
	}

	.quote-slide-title{
		font-size: 1rem;
		color: #89c2cc;
	}

	.slick-dots{
		position: relative;
		bottom: 0;
	}

	.accordion-title {font-size: 1.0rem !important}


	.rightnav, .nav-index {z-index: 1 !important ;}
	.rightnav a.rn-apply-btn { font-family: 'Open Sans', sans-serif; ; background-color: #ccdaee; color: #002E5A;}

	.rightnav a.rn-apply-btn::after {
		font-size: 0.9rem;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f054";
		transition: all .2s;
		color: #003a5d;
		margin-left: 25px;
	}

	.named-type-wrap {
		margin-top:40px; 

	}

	.named-type {
		background-color: #ccdaee;
		padding: 2rem;
		margin: 1rem auto;
	}

	.heart-bullets li {
		margin-left: 50px;
		position: relative;
		list-style: none;
		margin-bottom: 1rem;

	}
	.heart-bullets li::before {
		content: "";
		width: 30px;
		height: 30px;
		position: absolute;
		top: 6px;
		left: -70px;
		overflow: hidden;
		background-image: url('/img/teal-heart.svg');
		background-repeat: no-repeat;
	}

	.heart-bullet-list li {
		margin-left: 30px;
		position: relative;
		list-style: none;
		margin-bottom: 1rem;
	}

	.darkbg .heart-bullet-list li, .darkbg .callout-content{
		color: #fff;
	}

	.darkbg h3{
		color: #fff;
	}

	.callout-content{
		color: #003a5d;
	}

	.callout{
		color: #003a5d;  
	}

	.heart-bullet-list li::before {
		content: "";
		width: 15px;
		height: 15px;
		position: absolute;
		top: 6px;
		left: -30px;
		overflow: hidden;
		background-image: url('/img/teal-heart.svg');
		background-repeat: no-repeat;
	}

	ul.employer-promise li{
		margin-left: 20px;
		position: relative;
		list-style: none;
		margin-bottom: 1rem; 
		color: white;
	}

	ul.employer-promise li::before {
		content: "";
		width: 20px;
		height: 20px;
		position: absolute;
		top: 6px;
		left: -45px;
		overflow: hidden;
		background-image: url('/img/teal-heart.svg');
		background-repeat: no-repeat;
	}


	ul.programme-structure li{
		margin: 1.2rem 2rem 1.2rem 2rem;
		position: relative;
		list-style: none;

	}

	ul.programme-structure li::before {
		content: "";
		width: 20px;
		height: 20px;
		position: absolute;
		top: 6px;
		left: -45px;
		overflow: hidden;
		background-image: url('/img/teal-heart.svg');
		background-repeat: no-repeat;
	}


	ul.programme-type li{
		margin: 1.2rem 2rem 1.2rem 2rem;
		position: relative;
		list-style: none;

	}

	ul.programme-type li::before {
		content: "";
		width: 20px;
		height: 20px;
		position: absolute;
		top: 6px;
		left: -45px;
		overflow: hidden;
		background-image: url('/img/teal-heart.svg');
		background-repeat: no-repeat;
	}


	.yellow-panel-wrapper{
		background-color: #E29C00;
		margin-right: 30px;
		padding: 30px;
		position: relative;
	}

	.yellow-panel-wrapper h3{
		margin-bottom: 30px;

	}

	.yellow-panel-shadow{
		position: absolute;
		left: 25px;
		top: 25px;
		width: 100%;
		background-color: #caefef;
		height: 100%;
		z-index: -1;
	}

	.yellow-panel-wrapper ul li{
		margin: 1.2rem 2rem 1.2rem 2rem;
		position: relative;
		list-style: none;

	}
	.yellow-panel-wrapper ul li::before {
		content: "";
		width: 20px;
		height: 20px;
		position: absolute;
		top: 6px;
		left: -45px;
		overflow: hidden;
		background-image: url('/img/teal-heart.svg');
		background-repeat: no-repeat;
	}

	.minbtnwidth {min-width: 200px; text-align: left;}

	.schol-banner-quote {
		display: block;
		background-color: #dff0f5;
		margin-bottom: 0px;
		padding: 40px;
		margin-top: -50px;}

		@media only screen and (max-width: 1023px){
			.schol-banner-quote{
				margin-top: 0px;
			}
		}





		.schol-banner-quote p {
			font-size: 1.2rem;
		}

		.callout {border: 0px solid #fff;}
		.call-text{padding:2rem !important;}

		.page-id-1308 .entry-content ul{
			list-style-type: none;
		}

		.news-social{
			border-top: 1px solid #002E5A;
			color:  #002E5A;
			margin-top: 20px;
			margin-bottom: 20px;
			padding-top: 20px;
		}

		.news-social p{
			display: inline-block;
		}

		.social-icons-container{
			display: inline-block;
			padding-left: 20px;
		}

		.social-share{
			margin-right: 20px;
		}

		.timeline .timeline-item::after, .timeline .timeline-item::before {
			clear: both;
			content: '';
			display: block;
			width: 100%;
		}

		.timeline {
			margin: 30px auto;
			padding: 0 10px;
			position: relative;
			transition: all 0.25s ease-in;
			width: 100%;
		}

		.timeline::before {
			background: rgb(0,180,174);
			background: linear-gradient(180deg, rgba(0,180,174,1) 86%, rgba(255,255,255,1) 100%);
			content: '';
			height: 100%;
			left: 50%;
			position: absolute;
			top: 0;
			width: 3px;
		}

		.timeline::after {
			clear: both;
			content: '';
			display: table;
			width: 100%;
		}

		.timeline a {
			color:  #002E5A;
			font-weight: bold;
			transition: all 0.25s ease-in;
		}

		.timeline a:hover {
			box-shadow: 0 1px 0px 0px  #165376;
			transition: all 0.25s ease-in;
		}

		.timeline .timeline-item {
			margin-bottom: 20px;
			position: relative;
			min-height: 110px;
		}

		.timeline .timeline-item .timeline-icon {
			background: #89c2cc;
			padding: 10px 22px 20px 22px;
			left: 50%;
			margin-left: -50px;
			overflow: hidden;
			position: absolute;
			top: 0;
			display: inline-block;
		}

		.timeline .timeline-item .timeline-icon p{
			font-size: 2rem;
			text-align: center;
			color: #fff;
			margin: 0;
			font-family: 'Open Sans', sans-serif;;
			line-height: 30px;
		}

		.timeline .timeline-item .timeline-content {
			text-align: right;
			transition: all 0.25s ease-in;
			width: 45%;
			background: transparent;
			padding-top: 0px;
			padding-right: 40px;
		}

		.timeline .timeline-item .timeline-content p {
			line-height: 1.4;
			margin-bottom: 0;
		}

		.timeline-content img{
			max-width: 200px;
			margin-bottom: 30px;
		}

		.timeline .timeline-item .timeline-content.right {
			float: right;
			text-align: left;
			padding-right: 0px;
			padding-left: 45px;
		}

		@media only screen and (max-width: 1100px){
			.timeline .timeline-item .timeline-content {
				padding-left: 30px;
				padding-right: 70px;
				padding-bottom: 0px;
				padding-top: 0px;
			}
			.timeline .timeline-item .timeline-content.right {
				padding-left: 70px;
				padding-right: 0px;
			}
			.timeline-content img{
				width: 100%;
			}
		}

		@media screen and (max-width: 639px) {
			.timeline {
				margin: 0;
				padding: 0;
				width: 100%;
			}
			.timeline::before {
				left: 0;
			}
			.timeline .timeline-item .timeline-content {
				float: left;
				text-align: left;
				width: 90%;
				margin-top: 20px;
				margin-bottom: 20px;
				padding-right: 0px;
				padding-left: 30px;
			}
			.timeline .timeline-item .timeline-content::before, .timeline .timeline-item .timeline-content.right::before {
				border-left: 0;
				border-right: 7px solid #fefefe;
				left: 10%;
				margin-left: -6px;
			}
			.timeline .timeline-item .timeline-icon {
				left: 0;
				margin-left: 0px;
				overflow: hidden;
				position: relative;
				top: 0;
				display: inline-block;
			}
			.timeline .timeline-item .timeline-content.right {
				float: left;
				text-align: left;
				padding-left: 30px;
				padding-right: 0px;
			}
			.timeline-content img{
				width: 100%;
			}
		}

		.nf-breadcrumbs li a{
			font-size: 0.75rem !important;
			background-color: #daf0f8;
			padding: 6px;
		}

		.nf-breadcrumbs li.active a{
			background-color: #89c2cc;
			color: #fff;
			font-weight: 400 !important;
		}

		.alert-area{
			background-color: #F3A4BD;
			padding-top: 0px;
			padding-bottom: 0px;
			overflow: hidden;
		}

		.alert-area p{
			margin: 0;
		}

		.alert-area a{
			color: #002E5A;
			font-weight: 600;
			text-decoration: underline;
		}

		.alert-area a:hover, .alert-area a:focus, .alert-area a:active{
			color: #165376; 
		}

		#top-bar-menu li.yellow-nav-label a, .top-nav .menu .yellow-nav-label.active > a{
			color: #E29C00;
		}

		#top-bar-menu li.yellow-nav-label a:hover, #top-bar-menu li.yellow-nav-label a:focus, #top-bar-menu li.yellow-nav-label a:active{
			color: #f6f30c;
		}

		#top-bar-menu li.yellow-nav-label .menu li a{
			color: #fff;
		}

		#top-bar-menu li.yellow-nav-label .menu li a:hover, #top-bar-menu li.yellow-nav-label .menu li a:focus, #top-bar-menu li.yellow-nav-label .menu li a:active{
			color: #fff;
		}

		.top-nav .menu .yellow-nav-label.active > a{
			color: #E29C00 !important;
		}

		@media screen and (max-width: 1424px) {
			.dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu{
				right: 0;
				left: auto;
			}
		}

		.page-template .um a.um-link{
			color: #89c2cc;
		}

		.page-template .um a.um-link:hover, .inner-content .um a.um-link:focus, .inner-content .um a.um-link:active{
			color: #47a490;
		}

		.page-template .um .um-tip:hover, .page-template .um .um-field-radio.active:not(.um-field-radio-state-disabled) i, .page-template .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i, .page-template .um .um-member-name a:hover, .page-template .um .um-member-more a:hover, .page-template .um .um-member-less a:hover, .page-template .um .um-members-pagi a:hover, .page-template .um .um-cover-add:hover, .page-template .um .um-profile-subnav a.active, .page-template .um .um-item-meta a, .page-template .um-account-name a:hover, .page-template .um-account-nav a.current, .page-template .um-account-side li a.current span.um-account-icon, .page-template .um-account-side li a.current:hover span.um-account-icon, .page-template .um-dropdown li a:hover, .page-template i.um-active-color, .page-template span.um-active-color{
			color: #89c2cc;
		}

		.page-template .um input[type=submit].um-button, .page-template .um a.um-button{
			background: #89c2cc;
			-webkit-box-shadow: none;
			box-shadow: none;
		}

		.page-template .um input[type=submit].um-button:hover, .page-template .um a.um-button:hover{
			background: #47a490;
		}

		.page-template .um-button{
			-moz-border-radius: 0px !important;
			-webkit-border-radius: 0px !important;
			border-radius: 0px !important;
		}

		.page-template .um input[type=submit].um-button.um-alt, .page-template .um .um-button.um-alt{
			background: #f1f1f1;
			-webkit-box-shadow: none;
			box-shadow: none;
		}

		.page-template .um input[type=submit].um-button.um-alt:hover, .page-template .um .um-button.um-alt:hover{
			background: #e5e5e5;
		}

		.um-own-profile h1{
			display: none;
		}

		.team-photo-wrap
		{position: relative;
			margin-bottom: 2rem;
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center center;
			z-index: 1;
			min-height: 350px;
			width: 100%;
			display: block;
			background-blend-mode: multiply;
			background-color: #ccdaee;
			opacity: 0.88;
			max-height: 240px;
			height:240px;
			background-size:cover;
			background-position: center;
			transition:0.4s;
		}
		.team-photo-wrap:hover {
			background-blend-mode: normal;
			opacity: 1;
		}
		@media screen and (max-width: 640px) {
			.team-photo-wrap{
				max-height: 400px;
				height:400px;
			}
		}
		.home-veiwpoint-link {font-size: 1rem;}


		/*tab panel*/

		/* Tabs */
		.tabs-title > a[aria-selected="true"] {
			background: transparent;
			color: #63656A;
		}
		.the-panel-tabs { z-index: 99;}
		.the-panel-tabs .tabs {border: 0px solid #ffffff;}
		.tabs-title {width:120%; position: relative;}
		.tab-image {}
		.tabs-panel { padding: 0rem !important;}
		#panel-tabs {}
		.the-panel-tabs a{ font-size:1.2em; float:left;}
		.the-panel-tabs a span { font-size: 0.8em; display: block; margin-top: 10px;}
		.tab-text{float: left; width: 80%; line-height: 1.3;}
@media only screen and (max-width: 638px) {
.tab-text {width: 100%; text-align: left;}
}
		.the-panel-tabs .is-active .tab-arrow img {opacity: 1; transition: 0.3s; display: inline-block;}
		.the-panel-tabs a { text-align: right;  margin-right: 0px; transition: all 0.3s ease-in-out; width: 100%;}
		.home .the-panel-tabs .is-active a, .the-panel-tabs .is-active a:focus {width: 100%; color: white !important; margin-right: -120px; transition: all 0.3s ease-in-out; text-align: right;}
		.the-panel-tabs .was-active a, .the-panel-tabs .was-active a:focus {width: 100%; color: white !important;  margin-right: -120px; transition: all 0.3s ease-in-out; text-align: right;}
		.the-panel-tabs a:active, .the-panel-tabs a:focus {outline: none !important;}
		.tabs{background: none !important;}
		.tabs li {width: 100% !important;}
		.tabs-content {z-index: 1; transition: 0.3s; }
		.tabs-content {transition: 0.3s; border:0px; } 

		.tabs-title > a{
			padding:  1.25rem 3rem 1.25rem 1.5rem;
		}

		.tabs-title > a:focus{
			background: transparent;
			color: #63656A;
		}

		.tabs-title > a:hover .tab-arrow img {opacity: 1; transition: 0.3s; display: inline-block;}
		.tab-flag img {
			-webkit-box-shadow: -11px 7px 29px 0px rgba(0,0,0,0.3);
-moz-box-shadow: -11px 7px 29px 0px rgba(0,0,0,0.3);
box-shadow: -11px 7px 29px 0px rgba(0,0,0,0.3); }
		.tab-flag {float: left; margin-right: 10px;}
			.big-clock div{border: 0px !important; padding: 0px !important; float: left; font-family: 'Open Sans', sans-serif!important;}
			.big-clock {float: left;}
.timezone-ints {padding: 12px; float: left;}
		.tabs-title:after{
			font-family: "Font Awesome 5 Free";
			font-weight: 900;
			content: "\f054";
			position: absolute;
			top: 50%;
			right: 10px;
			font-size: 28px;
			margin-top: -1.25rem;
			color: transparent;
			transition: 0.3s;
		}

		.is-active.tabs-title:after{
			font-family: "Font Awesome 5 Free";
			font-weight: 900;
			content: "\f054";
			position: absolute;
			top: 50%;
			right: 10px;
			font-size: 28px;
			margin-top: -1.25rem;
			color: #fff;
		}

		.home .tab-cta { background: rgb(122, 48, 63); /* The Fallback */
			background: rgba(122, 48, 63, 0.8); 
			position: absolute;
			bottom: 30px;
			right: 30px;
			padding: 40px 70px 40px 40px;
		}
		.home .tab-cta:hover {background: rgba(122, 48, 63, 1); transition: 0.3s; }
		.tab-cta a {color:#fff !important; }
		.tab-cta h3{ font-family: 'Martel', 'Times New Roman', Times, serif;; display: inline-block; color: #fff; margin: 0;}
		.tab-cta:after{
			font-family: "Font Awesome 5 Free";
			font-weight: 900;
			content: "\f054";
			position: absolute;
			top: 50%;
			right: 20px;
			font-size: 28px;
			margin-top: -1.25rem;
			color: #fff;
		}
		.the-panel-tabs .is-active a, .the-panel-tabs .is-active a:focus {
			width: 100%; 
			color: white !important; 
			background: #002E5A; 
			margin-right: -120px; transition: all 0.3s ease-in-out; 
			text-align: right;
		}

		.tab-cta { background: rgb(94,120,117); /* The Fallback */
			background: #002E5A; 
			position: absolute;
			bottom: 30px;
			right: 30px;
			padding: 40px 70px 40px 40px;
		}
		.tab-cta:hover { transition: 0.3s; }

	

		.slider-panel-tabs .tab-image{
			width: 100%;
			height: 500px;
			position: relative;
			background-size: cover;
			background-position: center center;
			background-repeat: no-repeat;
		}


		@media only screen and (max-width: 638px) {
			.slider-panel-tabs .tab-image{
				height: 350px;
			}
		}

		.slider-panel-tabs .tab-image .tab-cta{
			position: absolute;
			bottom: 10px;
			right: 10px;
			width: 75%;
		}

		.slider-panel-tabs .slick-slide img{
			display: inline-block;
		}


		.tabbed-panel-section{
			position: relative;
			padding-top: 120px;
			padding-bottom: 45px;
		}

		.tabbed-panel-section{
			position: relative;
			padding-top: 80px;
			padding-bottom: 80px;	
		}

		@media only screen and (max-width: 1023px) {
			.tabbed-panel-section{
				padding-top: 80px;
			}
		}


		@media only screen and (max-width: 638px) {
			.tabbed-panel-section{
				padding-top: 60px;
				padding-bottom: 50px;
			}
		}

		ul.slick-slider {margin-left: 0px;}

		.trackfix{display: block !important;}

		.teamimgbg {height: 300px; background-size: cover; background-position:center center;}

		@media only screen and (min-width: 1600px) {
.teamimgbg {height:500px;}
	}
		.slick-prev {
    left: 5px;
}
		.slick-next {
    right: 5px;
}
.slick-prev, .slick-next {
 z-index: 9999;}

    .slick-prev:before {content:url(/img/prev-btn.jpg);}
    .slick-next:before {content:url(/img/next-btn.jpg);}
.dark-btn.button.btn-back::after {
    border-width: 0 0 0.2em 0.2em !important;}

    .casestudyimage {text-align: center;}

 .tax-case_study_services .category-archive-feature {
    height: 150px;
    max-height: 150px;
    width: 100%;
    background-size: contain !important;}
.field-wrap > div input[type="checkbox"] {
    width: 30px !important;
    height: 30px !important;
}
.menu {
    margin: 0.8rem 0rem;}

.yearsgraph   {margin-top: 5%;
    text-align: center;
    max-width: 400px;
}

@media only screen and (max-width: 640px) {
.home-blog-content-wrapper .home-blog-title {
    font-size: 1.3rem;
}
.home-blog-btn {
    font-size: 1rem;
}
.listblogtitle {
    max-width: 82%;
    font-size: 1rem;
}
.home-blog-content-wrapper .home-blog-title {
    font-size: 1.2rem;
}
.footer {

    text-align: center;
}
.footer-contact-button {
 text-align: center;
 left: 15%;
}
.inner-footer br {display:none}
.inner-footer h6 {color:#b0b0b0 !important;}
#menu-footer {
    display: block;
    text-align: center;
    margin-right: 0px;
      padding: 1rem 0rem;
}
.dark-btn {
    width: 100%;
}
    .article-header {
    padding: 10px;
}
.home-blog-card {
    margin-bottom: 80px;
}
.home-blog-content-container {
    margin-bottom: 10px;
    }
    ul{
    	margin-left: 0px;
    }
.second-footer .menu a {
    padding: 1rem 0rem;
}
.second-footer p, .second-footer a {
    font-size: 0.8rem;
}

}

#off-canvas {
    z-index: 99999;
}
		@media only screen and (min-width: 1023px){
.inner-header-bg-image.meet-us-video {
    margin-top: -75px;
}
}
.menu-meet-us-container ul li {width:100%;}