.cf:after {
	clear: both;
	content: "";
	display: table;
}
html {
	font-family: "Source Sans Pro", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Source Sans Pro", sans-serif;
}
.h1, h1 {
	font-size: 32px;
}
.h2, h2 {
	font-size: 28px;
}
.h3, h3 {
	font-size: 24px;
}
.h4, h4 {
	font-size: 20px;
}
.h5, h5 {
	font-size: 18px;
}
.h6, h6 {
	font-size: 16px;
}
a, button {
	font-family: "Source Sans Pro", sans-serif;
	text-decoration: none;
	color: inherit;
}
input {
	font-family: "Source Sans Pro", sans-serif;
}
.btn {
	background-color: #4b6a96;
	padding: 10px 20px;
	border-radius: 100px;
	color: #fff!important;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
}
.btn:hover {
	background-color: rgba(118, 197, 90, 0.8);
}
p {
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #000;
}
@media (max-width:768px) {
	p {
	font-size: 16px;
	line-height: 24px;
}
}p strong {
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
}
@media (max-width:768px) {
	p strong {
	font-size: 16px;
	line-height: 24px;
}
}p a {
	color: #4b6a96;
	text-decoration: underline;
}
a {
	color: #4b6a96;
	text-decoration: underline;
}
ol li, ul li {
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	color: #000;
}
h3 {
	font-weight: 600;
	font-size: 28px;
	line-height: 36px;
	color: #4b6a96;
	margin: 0 0 20px 0;
}
@media (max-width:768px) {
	h3 {
	font-size: 24px;
	line-height: 32px;
}
}.center {
	text-align: center;
	display: block;
}
.event-subpage h1, .event-subpage h2, .event-subpage h3, .event-subpage h4, .event-subpage h5, .event-subpage h6 {
	color: #4b6a96!important;
	margin: 0 0 20px 0;
}
.tooltip {
	position: relative;
	display: inline-block;
}
.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 0;
	font-size: 10px;
	position: absolute;
	z-index: 1;
	top: -5px;
	right: 105%}
.tooltip:hover .tooltiptext {
	visibility: visible;
}
.page-id-1278 .categories, .page-id-16 .categories, .page-id-898 .categories {
	margin: -10px -5px 0 -5px;
	padding: 0;
}
.page-id-1278 .categories li, .page-id-16 .categories li, .page-id-898 .categories li {
	/* font-size: 14px; */
	line-height: 14px;
	z-index: 9;
	position: relative;
	background-color: #4b6a96;
	color: #fff;
	text-decoration: none;
	border-radius: 100px;
	/* padding: 8px 15px; */
	display: inline-block;
	margin: 5px;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 20px;
}
.page-id-1278 .categories li a, .page-id-16 .categories li a, .page-id-898 .categories li a {
	color: #fff;
	text-decoration: none;
}
.category-head {
	position: relative;
}
.category-head .to-top {
	position: absolute;
	right: 35px;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
@media (max-width:768px) {
	.category-head .to-top {
	position: relative;
	right: unset;
	top: unset;
	margin-bottom: 20px;
}
}body, html {
	padding: 0px;
	margin: 0px;
	height: 100%;
	overscroll-behavior: none;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	padding-top: 145px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	
	overflow-x: hidden;
}
@media (max-width:1239px) {
	body {
	padding-top: 148px;
}
}@media (max-width:768px) {
	body {
	padding-top: 140px;
}
}.wrapper {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.footer {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.grey-background {
	background-color: #f7f7f7;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.container:after, .container:before {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}
@media (min-width:768px) {
	.container {
	width: 100%}
}@media (min-width:992px) {
	.container {
	width: 992px;
}
}@media (min-width:1240px) {
	.container {
	width: 1240px;
}
}@media (min-width:1400px) {
	.container {
	width: 1400px;
}
}.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}
.col {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 20px;
}
.col-sm-1 {
	width: calc(1/12 * 100%);
	padding: 20px;
}
.col-sm-2 {
	width: calc(2/12 * 100%);
	padding: 20px;
}
.col-sm-3 {
	width: calc(3/12 * 100%);
	padding: 20px;
}
.col-sm-4 {
	width: calc(4/12 * 100%);
	padding: 20px;
}
.col-sm-5 {
	width: calc(5/12 * 100%);
	padding: 20px;
}
.col-sm-6 {
	width: calc(6/12 * 100%);
	padding: 20px;
}
.col-sm-7 {
	width: calc(7/12 * 100%);
	padding: 20px;
}
.col-sm-8 {
	width: calc(8/12 * 100%);
	padding: 20px;
}
.col-sm-9 {
	width: calc(9/12 * 100%);
	padding: 20px;
}
.col-sm-10 {
	width: calc(10/12 * 100%);
	padding: 20px;
}
.col-sm-11 {
	width: calc(11/12 * 100%);
	padding: 20px;
}
.col-sm-12 {
	width: calc(12/12 * 100%);
	padding: 20px;
}
@media (min-width:768px) {
	.col-md-1 {
	width: calc(1/12 * 100%);
	padding: 20px;
}
.col-md-2 {
	width: calc(2/12 * 100%);
	padding: 20px;
}
.col-md-3 {
	width: calc(3/12 * 100%);
	padding: 20px;
}
.col-md-4 {
	width: calc(4/12 * 100%);
	padding: 20px;
}
.col-md-5 {
	width: calc(5/12 * 100%);
	padding: 20px;
}
.col-md-6 {
	width: calc(6/12 * 100%);
	padding: 20px;
}
.col-md-7 {
	width: calc(7/12 * 100%);
	padding: 20px;
}
.col-md-8 {
	width: calc(8/12 * 100%);
	padding: 20px;
}
.col-md-9 {
	width: calc(9/12 * 100%);
	padding: 20px;
}
.col-md-10 {
	width: calc(10/12 * 100%);
	padding: 20px;
}
.col-md-11 {
	width: calc(11/12 * 100%);
	padding: 20px;
}
.col-md-12 {
	width: calc(12/12 * 100%);
	padding: 20px;
}
}@media (min-width:1240px) {
	.col-lg-1 {
	width: calc(1/12 * 100%);
	padding: 20px;
}
.col-lg-2 {
	width: calc(2/12 * 100%);
	padding: 20px;
}
.col-lg-3 {
	width: calc(3/12 * 100%);
	padding: 20px;
}
.col-lg-4 {
	width: calc(4/12 * 100%);
	padding: 20px;
}
.col-lg-5 {
	width: calc(5/12 * 100%);
	padding: 20px;
}
.col-lg-6 {
	width: calc(6/12 * 100%);
	padding: 20px;
}
.col-lg-7 {
	width: calc(7/12 * 100%);
	padding: 20px;
}
.col-lg-8 {
	width: calc(8/12 * 100%);
	padding: 20px;
}
.col-lg-9 {
	width: calc(9/12 * 100%);
	padding: 20px;
}
.col-lg-10 {
	width: calc(10/12 * 100%);
	padding: 20px;
}
.col-lg-11 {
	width: calc(11/12 * 100%);
	padding: 20px;
}
.col-lg-12 {
	width: calc(12/12 * 100%);
	padding: 20px;
}
}.col-1, .col-auto {
	width: 100%;
	padding: 20px;
}
.col-2 {
	width: 100%;
	padding: 20px;
}
.col-3 {
	width: 100%;
	padding: 20px;
}
.col-4 {
	width: 100%;
	padding: 20px;
}
.col-5 {
	width: 100%;
	padding: 20px;
}
.col-6 {
	width: 100%;
	padding: 20px;
}
.col-7 {
	width: 100%;
	padding: 20px;
}
.col-8 {
	width: 100%;
	padding: 20px;
}
.col-9 {
	width: 100%;
	padding: 20px;
}
.col-10 {
	width: 100%;
	padding: 20px;
}
.col-11 {
	width: 100%;
	padding: 20px;
}
.col-12 {
	width: 100%;
	padding: 20px;
}
.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}
@media (min-width:768px) {
	.col-1, .col-auto {
	width: calc(1/12 * 100%);
	padding: 20px;
}
.col-2 {
	width: calc(2/12 * 100%);
	padding: 20px;
}
.col-3 {
	width: calc(3/12 * 100%);
	padding: 20px;
}
.col-4 {
	width: calc(4/12 * 100%);
	padding: 20px;
}
.col-5 {
	width: calc(5/12 * 100%);
	padding: 20px;
}
.col-6 {
	width: calc(6/12 * 100%);
	padding: 20px;
}
.col-7 {
	width: calc(7/12 * 100%);
	padding: 20px;
}
.col-8 {
	width: calc(8/12 * 100%);
	padding: 20px;
}
.col-9 {
	width: calc(9/12 * 100%);
	padding: 20px;
}
.col-10 {
	width: calc(10/12 * 100%);
	padding: 20px;
}
.col-11 {
	width: calc(11/12 * 100%);
	padding: 20px;
}
.col-12 {
	width: calc(12/12 * 100%);
	padding: 20px;
}
.col-auto {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 20px;
}
}.col-order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.col-order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.col-order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}
.col-order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}
.col-order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}
.col-order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}
.col-order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}
.col-order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}
.col-order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}
.col-order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}
.col-order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
}
.col-order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}
.row-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.row-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.row-align-bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.row-align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.col-align-bottom {
	-ms-flex-item-align: end;
	align-self: flex-end;
}
.col-align-center {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}
.cookie-notice {
	background: #000;
	bottom: 0;
	color: #fff;
	font-size: 0.875em;
	left: 0;
	line-height: 1.5;
	padding: 0.5em 5%;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 99999;
}
.cookie-notice .cookie-notice__accept, .cookie-notice .cookie-notice__accept:hover {
	background: #2BA3DB;
	border-radius: 0.1875em;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 0.7em;
	font-weight: 700;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}
form .form-group {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	padding: 10px 20px;
	margin: 0;
}
@media (max-width:768px) {
	form .form-group {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%}
}form .form-group.full-size {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%}
form .form-group.full-size textarea {
	width: 100%;
	resize: none;
	font-family: inherit;
	padding: 10px;
	font-size: 16px;
	height: 160px;
	border: 1px #ccc solid;
	background-color: #f7f7f7;
	border-radius: 30px;
}
form .form-group .wpcf7-not-valid-tip {
	color: #A9555B;
	margin-top: 5px;
	font-size: 16px;
}
form .form-group label {
	font-weight: 600;
	font-size: 18px;
	display: inline-block;
	margin-bottom: 5px;
}
form .form-group input {
	width: 100%;
	font-size: 16px;
	padding: 10px;
	border: 1px #ccc solid;
	background-color: #f7f7f7;
	border-radius: 30px;
}
form .form-group input[type=submit] {
	width: auto;
	font-size: 16px;
	padding: 10px 100px;
	border-radius: 100px;
	border: none;
	color: #fff;
	background-color: #4b6a96;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
form .form-group input[type=submit]:hover {
	background-color: rgba(118, 197, 90, 0.8);
}
form .wpcf7-response-output {
	width: 100%!important;
	margin: 10px 20px 0px 20px!important;
	padding: 10px!important;
	border: none!important;
}
form.invalid .wpcf7-response-output {
	background-color: #F2DEDE;
	color: #A9555B;
}
form.sent .wpcf7-response-output {
	background-color: #DFF0D8;
	color: #5B763D;
}
.modal-style {
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 1200px;
	margin: 40px auto;
	position: relative;
}
.image-source-link {
	color: #98C3D1;
}
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective(600px) rotateX(0);
	transform: translateY(0) perspective(600px) rotateX(0);
}
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	transform: translateY(-10px) perspective(600px) rotateX(10deg);
}
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}
.image-slider div {
	height: 600px;
}
.image-slider div img {
	width: 100%;
	height: 600px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.admin-bar .nav-bar {
	top: 32px!important;
}
.nav-bar {
	padding: 25px 0;
	position: relative;
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 999;
	-webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
}
@media (max-width:1030px) {
		.nav-bar {
		padding: 0px 0 20px 0;
	}
}
.nav-bar .logo {
	position: absolute;
	/* top: 50%; */
	top: 40%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.nav-bar .logo img {
	height: 80px;
	/* position: absolute; */
	position: relative;
	top: 70%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.nav-bar .logo a {
	text-decoration: none;
}
.nav-bar .logo a:hover img {
	opacity: 0.5;
}
.nav-bar .logo p {
	margin-top: 10px;
	font-size: 16px;
	max-width: 280px;
	line-height: 1.2;
	text-decoration: none;
	font-weight: 400;
	font-style: italic;
	clear: both;
	display: block;
}
@media (min-width:1400px) {
	.nav-bar .logo img { float: left; }
	.nav-bar .logo p { width: 500px; max-width: 500px; float: left; margin-left: 00px; margin-top: 20px; }
}
@media (max-width:1259px) {
	.nav-bar .logo p {
		display: none!important;
	}
}
@media (max-width:1030px) {
	.nav-bar .logo {
	position: relative;
	top: 50%!important;
	-webkit-transform: none;
	transform: none;
	height: 70px!important;
	width: auto;
}
}.nav-bar .bottom-nav, .nav-bar .top-nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}
.nav-bar .bottom-nav li, .nav-bar .top-nav li {
	display: inline-block;
	margin-left: 25px;
	font-size: 14px;
	color: #919890;
}
.nav-bar .bottom-nav li.menu, .nav-bar .top-nav li.menu {
	font-size: 32px;
	color: #4b6a96;
	cursor: pointer;
	display: none;
}
@media (max-width:768px) {
	.nav-bar .bottom-nav li.menu, .nav-bar .top-nav li.menu {
	display: block;
}
}.nav-bar .bottom-nav li a, .nav-bar .top-nav li a {
	font-size: 14px;
	color: #919890;
	text-decoration: none;
}
.nav-bar .top-nav {
	/* margin-top: 10px; */
}
@media (max-width:768px) {
	.nav-bar .top-nav {
	margin: 0;
}
.nav-bar .top-nav li {
	display: none;
}
}.nav-bar .bottom-nav {
	margin-top: 30px;
}
@media (max-width:1240px) {
	.nav-bar .bottom-nav {
	margin-left: 235px;
}
}@media (max-width:1030px) {
	.nav-bar .bottom-nav {
	margin: 0;
	position: absolute;
	bottom: 28px;
	right: 20px;
}
.nav-bar .bottom-nav li {
	display: none;
}
}.nav-bar .bottom-nav li {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #4b6a96;
	text-decoration: none;
	cursor: pointer;
}
.nav-bar .bottom-nav li i {
	margin-left: 3px;
}
.nav-bar .bottom-nav li a {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #4b6a96;
	text-decoration: none;
}
.nav-bar .bottom-nav .dropdown {
	display: inline-block;
}
.nav-bar .bottom-nav .dropdown:hover .dropdown-content {
	display: block;
}
.nav-bar .bottom-nav .dropdown .dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 200px;
	-webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}
.nav-bar .bottom-nav .dropdown .dropdown-content a {
	float: none;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #4b6a96;
	padding: 15px 20px;
	text-decoration: none;
	display: block;
	text-align: left;
}
.nav-bar .mobile-nav {
	display: none;
}
@media (max-width:1030px) {
	.nav-bar .mobile-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}
.nav-bar .mobile-nav li {
	padding: 5px;
	background-color: #E8E8E8;
	color: #fff;
	font-size: 10px;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	text-align: center;
}
.nav-bar .mobile-nav li a {
	display: block;
}
.nav-bar .mobile-nav li:last-child {
	background-color: #4b6a96;
}
.nav-bar .mobile-nav li:last-child a {
	color: #fff;
}
.nav-bar .mobile-nav li a {
	text-decoration: none;
	color: #4b6a96;
	font-size: 14px;
	font-weight: 600;
}
}.slide-nav {
	width: 500px;
	max-width: 80%;
	height: 100%;
	position: fixed;
	top: 0;
	left: -500px;
	z-index: 100;
	overflow: scroll;
	background-color: #fff;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
	color: #fff;
	font-size: 18px;
	padding: 45px 20px 20px 20px;
	margin: 0px;
	list-style-type: none;
	z-index: 99999;
}
@media (max-width:768px) {
	.slide-nav {
	width: 100%;
	max-width: 100%;
	left: -100%}
}.slide-nav li {
	text-transform: uppercase;
	font-size: 18px;
	text-transform: uppercase;
	color: #4b6a96;
	text-decoration: none;
	font-weight: 600;
	border-bottom: 1px solid #4b6a96;
	padding: 8px 0;
}
.slide-nav li:first-child {
	border-top: 1px solid #4b6a96;
}
.slide-nav a {
	color: inherit;
	font-size: 18px;
	text-transform: uppercase;
	color: #4b6a96;
	text-decoration: none;
	font-weight: 600;
}
.pushNavIsOpen {
	overflow: hidden;
	height: 100%}
.pushNav_indent * .pushNav {
	background-color: #333333;
	width: 460px;
}
.slide-nav-level.isOpen, .top-slide-nav.isOpen {
	left: 0;
}
.close-level, .open-level {
	cursor: pointer;
}
.nav-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	pointer-events: none;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 9999;
}
.nav-overlay.isOpen {
	opacity: 1;
	pointer-events: auto;
}
.slide-nav-level {
	background-color: #333333;
	padding: 55px 20px 20px 20px;
}
.slide-nav-level li:nth-child(2) {
	border-top: 1px solid #009999;
}
.slide-nav-level *, .slide-nav-level a {
	color: #fff;
}
.slide-nav-level-label {
	color: #fff;
	font-size: 18px;
	position: absolute;
	top: 9px;
	padding: 0px;
	border: none!important;
}
.open-level {
	position: relative;
}
.open-level:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0%, -50%) rotate(180deg);
	transform: translate(0%, -50%) rotate(180deg);
	background-image: url("../images/angle-left.svg");
	background-repeat: no-repeat;
	height: 32px;
	width: 14px;
}
.close-level, .open-level, .slide-nav a {
	padding: 12px 0;
	display: block;
}
.close-level {
	position: absolute;
	top: 9px;
	right: 20px;
	color: #000;
	padding: 0;
	font-size: 23px;
}
.back-level {
	top: 18px;
	color: #4b6a96;
	border: none!important;
}
.back-level:after {
	content: "";
	position: absolute;
	top: 45%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	background-image: url("../images/angle-left.svg");
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
	left: -20px;
}
.pushNavIsOpen .screen {
	height: 100%;
	opacity: 1;
}
.footer {
	background-color: #4b6a96;
	overflow: hidden;
}
.footer .container {
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
}
@media (max-width:768px) {
	.footer .container {
	padding-top: 40px;
	padding-bottom: 40px;
}
}.footer .background-owl {
	pointer-events: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: -15%;
	background-image: url(../images/large-circles.png);
	background-position: 20% 30%;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: visible;
	opacity: 0.4;
}
@media (max-width:768px) {
	.footer .background-owl {
	display: none;
}
}.footer h4 {
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	margin: 0 0 20px 0;
}
@media (max-width:768px) {
	.footer h4 {
	margin: 10px 0;
}
}.footer .col-3 {
	padding-top: 0;
	padding-bottom: 0;
}
@media (max-width:768px) {
	.footer .col-3 {
	width: 50%}
}.footer .col-12 {
	padding: 30px 20px 0 20px;
}
.footer .col-12 ul li {
	display: inline-block;
	padding-right: 20px;
}
@media (max-width:768px) {
	.footer .col-12 ul li {
	display: block;
	padding: 0 0 10px 0;
}
}.footer .col-12 ul li:last-child {
	/*padding: 0;
	float: right*/}
@media (max-width:768px) {
	.footer .col-12 ul li: last-child {
	float: none;
}
}.footer .align-right {
	text-align: right;
}
@media (max-width:768px) {
	.footer .align-right {
	text-align: left;
}
}.footer .align-right li:last-child {
	margin-top: 10px;
}
.footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footer ul li {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}
.footer ul li a {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	text-decoration: none;
}
.header {
	text-align: center;
	padding: 120px 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
@media (max-width:768px) {
	.header {
	padding: 60px 0;
}
}.header:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #4B6A96;
	background: linear-gradient(90deg, rgba(75, 106, 150, 1) 0%, rgba(119, 155, 203, 1) 50%, rgba(178, 206, 230, 1) 100%);
	mix-blend-mode: multiply;
}
.header p {
	color: #fff;
	font-size: 28px;
	line-height: 46px;
	font-weight: 700;
	max-width: 600px;
	margin: auto;
	position: relative;
	z-index: 99;
}
@media (max-width:768px) {
	.header p {
	font-size: 24px;
	line-height: 42px;
}
}.header.sub-header {
	padding: 40px 0;
	text-align: left;
	background-image: none!important;
}
@media (max-width:768px) {
	.header.sub-header {
	padding: 40px 0;
}
}.header.sub-header .back-link {
	font-size: 12px;
	line-height: 12px;
	margin: 0 0 10px 0;
	color: #fff;
	z-index: 9;
	position: relative;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
.header.sub-header .btn {
	z-index: 9;
	position: relative;
	display: inline-block;
}
.header.sub-header .categories {
	margin: 20px 0 0 0;
	padding: 0;
}
.header.sub-header .categories li {
	font-size: 14px;
	line-height: 14px;
	z-index: 9;
	position: relative;
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
	text-decoration: none;
	border-radius: 100px;
	padding: 8px 15px;
	display: inline-block;
	margin: 0 10px 0 0;
}
.header.sub-header .categories li a {
	color: #fff;
	text-decoration: none;
}
.header.sub-header h1 {
	font-size: 38px;
	line-height: 56px;
	margin: 0 0 10px 0;
	color: #fff;
	z-index: 9;
	position: relative;
}
@media (max-width:768px) {
	.header.sub-header h1 {
	font-size: 32px;
	line-height: 48px;
}
}.header.sub-header p {
	max-width: 60%;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
}
@media (max-width:768px) {
	.header.sub-header p {
	max-width: 100%}
}.homepage-content {
	padding: 80px 0;
}
@media (max-width:768px) {
	.homepage-content {
	padding: 20px 0;
}
}.homepage-content .col-6 {
	padding-top: 0;
	padding-bottom: 0;
}
.homepage-content .col-6 p:first-of-type {
	margin-top: 0;
}
.homepage-content .col-12 {
	padding: 0 200px;
	text-align: center;
}
@media (max-width:768px) {
	.homepage-content .col-12 {
	padding: 0 20px;
}
}.homepage-content .latest-event {
	background-color: #f7f7f7;
	padding: 30px;
	position: relative;
}
@media (max-width:768px) {
	.homepage-content .latest-event {
	padding: 20px;
	margin-top: 20px;
}
}.homepage-content .latest-event .date {
	position: absolute;
	top: -30px;
	right: 30px;
	background-color: #4b6a96;
	display: inline-block;
	color: #fff;
	padding: 20px 30px;
}
.homepage-content .latest-event .date ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
.homepage-content .latest-event .date ul li {
	color: #fff;
	font-weight: 600;
}
.homepage-content .latest-event .date ul li:first-child {
	font-size: 33px;
	line-height: 26px;
}
.homepage-content .latest-event .date ul li:nth-child(2) {
	font-size: 18px;
	line-height: 18px;
}
.homepage-content .latest-event .date ul li:nth-child(3) {
	font-size: 14px;
	line-height: 14px;
}
.homepage-content .latest-event h3 {
	display: block;
	margin-right: 123px;
}
.homepage-content .latest-event .btn {
	display: inline-block;
	margin-top: 10px;
}
.area-links .row {
	margin: 0;
}
.area-links .row .col-4 {
	padding: 0;
}
.area-links .row .col-4:first-child .area-links-holder:after {
	background-color: #06a6ad;
	opacity: 0.8;
}
.area-links .row .col-4:nth-child(2) .area-links-holder:after {
	background-color: #36b27f;
	opacity: 0.7;
}
.area-links .row .col-4:nth-child(3) .area-links-holder:after {
	background-color: #64be52;
	opacity: 0.8;
}
.area-links a:hover .area-links-holder-background {
	scale: 1.1;
}
.area-links-holder {
	background-size: cover;
	background-position: center;
	height: 300px;
	position: relative;
	z-index: -1;
	overflow: hidden;
}
@media (max-width:768px) {
	.area-links-holder {
	height: 220px;
}
}.area-links-holder:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.area-links-holder-background {
	height: 100%;
	background-size: cover;
	background-position: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.area-links-holder-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 1;
}
.area-links-holder-content h3 {
	color: #fff;
	margin: 0 0 10px 0;
}
.area-links-holder-content p {
	color: #fff;
	max-width: 180px;
	margin: auto;
}
.features {
	padding: 40px 0 30px 0;
	display: block;
}
@media (max-width:768px) {
	.features {
	padding: 20px 0;
}
}@media (max-width:768px) {
	.features .row {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
}.features .row .col {
	padding-top: 0;
	padding-bottom: 0;
}
@media (max-width:768px) {
	.features .row .col {
	-ms-flex-preferred-size: 33%;
	flex-basis: 33%}
}.features .feature-icon {
	padding: 20px 0;
	text-align: center;
	overflow: visible;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	height: 150px;
	cursor: default;
}
.features .feature-icon i {
	font-size: 60px;
	margin-bottom: 20px;
	color: #cccccc;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@media (max-width:768px) {
	.features .feature-icon i {
	font-size: 50px;
}
}.features .feature-icon h5 {
	font-size: 20px;
	margin: 0;
	color: #4b6a96;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.features .feature-icon p {
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	margin-top: 5px;
	height: 0%;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.features .feature-icon:hover {
	padding: 0;
}
.features .feature-icon:hover i {
	font-size: 30px;
	color: #4b6a96;
	margin-bottom: 10px;
}
.features .feature-icon:hover h5 {
	font-size: 18px;
}
.features .feature-icon:hover p {
	display: block;
	height: 100%}
.video-content {
	background-color: #f7f7f7;
	margin-top: 50px;
}
@media (max-width:768px) {
	.video-content {
	margin: 0;
	padding: 20px 0;
}
}.video-content .col-6 {
	padding-top: 0;
	padding-bottom: 0;
}
.video-content .video-holder .video {
	margin-top: -50px;
	margin-bottom: 50px;
	position: relative;
}
@media (max-width:768px) {
	.video-content .video-holder .video {
	margin: 0;
}
}.video-content .video-holder .video .background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	z-index: 99;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.video-content .video-holder .video .background.hide {
	opacity: 0;
	pointer-events: none;
}
.video-content .video-holder .video .background:hover {
	cursor: pointer;
}
.video-content .video-holder .video .background:hover span .fa-circle {
	color: rgba(118, 197, 90, 0.8);
}
.video-content .video-holder .video .background span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.video-content .video-holder .video .background span .fa-circle {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color: #4b6a96;
}
.video-content .video-holder .video video {
	width: 100%;
	display: block;
}
.video-content .content-holder {
	padding-left: 60px;
}
@media (max-width:768px) {
	.video-content .content-holder {
	padding: 20px;
}
}.video-content .content-holder h3 {
	font-size: 28px;
	line-height: 46px;
	color: #666666;
}
@media (max-width:768px) {
	.video-content .content-holder h3 {
	font-size: 24px;
	line-height: 32px;
	margin: 0;
}
}.video-content.subpage {
	background-color: #fff;
	margin: 0;
	padding: 40px 0;
}
.video-content.subpage .content-holder {
	padding: 0 20px;
	padding-right: 60px;
}
.video-content.subpage .video-holder .video {
	margin-top: 0;
	margin-bottom: 0;
}
@media (max-width:768px) {
	.video-content.subpage .video-holder .video {
	margin-top: 40px;
}
}.client-holder {
	padding: 60px 0;
	text-align: center;
}
@media (max-width:768px) {
	.client-holder {
	padding: 40px 0;
}
}.client-holder h3 {
	margin-bottom: 40px;
}
@media (max-width:768px) {
	.client-holder h3 {
	margin-bottom: 20px;
}
}.client-holder .clients {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media (max-width:768px) {
	.client-holder .clients {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.client-holder .clients li {
	-ms-flex-preferred-size: 33%;
	flex-basis: 33%}
.client-holder .clients li img {
	width: 100%;
	padding: 10px;
}
}.testimonials {
	padding: 0 0 60px 0;
}
.testimonials .testimonial-slider {
	position: relative;
	visibility: hidden;
}
.testimonials .testimonial-slider.slick-initialized {
	visibility: visible;
}
@media (max-width:768px) {
	.testimonials .testimonial-slider {
	margin: 0px 20px;
}
}.testimonials .testimonial-slider .slick-list {
	margin-left: -20px;
	width: calc(100% + 40px);
	height: 100%}
.testimonials .testimonial-slider .slick-list .slick-slide {
	padding: 0 20px;
	outline: none;
	height: inherit!important;
}
.testimonials .testimonial-slider .slick-arrow {
	border: none;
	background-color: transparent;
	padding: 0;
	color: transparent;
	font-size: 0;
	background-image: url(../images/chevron.svg?v=3);
	background-size: cover;
	height: 50px;
	width: 25px;
	cursor: pointer;
}
@media (max-width:768px) {
	.testimonials .testimonial-slider .slick-arrow {
	height: 30px;
	width: 15px;
}
}.testimonials .testimonial-slider .slick-next {
	position: absolute;
	top: 50%;
	right: -60px;
	-webkit-transform: translate(0%, -50%) rotate(180deg);
	transform: translate(0%, -50%) rotate(180deg);
}
@media (max-width:768px) {
	.testimonials .testimonial-slider .slick-next {
	right: -30px;
}
}.testimonials .testimonial-slider .slick-prev {
	position: absolute;
	top: 50%;
	left: -60px;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
@media (max-width:768px) {
	.testimonials .testimonial-slider .slick-prev {
	left: -30px;
	z-index: 999;
}
}.testimonials .testimonial-slider .testimonial-author {
	margin-top: 15px;
}
.testimonials .testimonial-slider .testimonial-author h5 {
	font-size: 14px;
	line-height: 24px;
	color: #4b6a96;
	margin: 0;
}
.testimonials .testimonial-slider .testimonial-author p {
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	margin: 0;
}
.testimonials .testimonial-slider .testimonial {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.testimonials .testimonial-slider .testimonial-content {
	background-color: #f7f7f7;
	padding: 30px;
	position: relative;
}
.testimonials .testimonial-slider .testimonial-content p {
	margin-top: 0;
	color: #666666;
	font-size: 16px;
	line-height: 24px;
}
.testimonials .testimonial-slider .testimonial-content p:last-child {
	margin-bottom: 0;
}
.testimonials .testimonial-slider .testimonial-content:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 50px 0 0;
	border-color: #f7f7f7 transparent transparent transparent;
	position: absolute;
	bottom: -50px;
	right: 0;
}
.content {
	padding: 40px 0;
}
@media (max-width:768px) {
	.content {
	padding: 20px 0;
}
}.content h2 {
	font-size: 28px;
	line-height: 46px;
	color: #666;
}
@media (max-width:768px) {
	.content h2 {
	margin-top: 0;
	font-size: 24px;
}
}.resource {
	background-color: transparent;
	text-align: center;
	height: 100%;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	height: 340px;
}
@media (max-width:768px) {
	.resource {
	height: 560px;
}
}.resource-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-transition: -webkit-transform 0.8s;
	transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	transition: transform 0.8s, -webkit-transform 0.8s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.resource:hover .resource-inner {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.resource.no-flip .resource-inner {
	-webkit-transform: none!important;
	transform: none!important;
}
.resource-back, .resource-front {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 40px 20px;
	background-color: #f7f7f7;
	border-radius: 10px;
}
.resource-back {
	background-color: #4b6a96;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.resource-back a, .resource-back li, .resource-back p {
	color: #fff;
}
.resource-highlight {
	margin-top: -10px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 3px 20px rgba(0, 0, 10, 0.2);
	box-shadow: 0 3px 20px rgba(0, 0, 10, 0.2);
}
.resource i {
	font-size: 52px;
	color: #4b6a96;
}
.resource h5 {
	margin: 20px 0 10px 0;
	color: #4b6a96;
}
.resource li, .resource p {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
}
.resource ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.resources-holder {
	position: relative;
}
.resources-holder a {
	text-decoration: none;
}
@media (max-width:1240px) {
	.resources-holder .col-blank {
	display: none;
}
}.resources-holder .resources-image {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.resources-holder .resources-image-holder {
	position: relative;
}
.resources-holder .resources-image-hotspot {
	position: absolute;
	width: 13.3%;
	height: 13.3%;
	cursor: pointer;
}
.resources-holder .resources-image-hotspot-1 {
	top: 14.3%;
	left: 14.3%}
.resources-holder .resources-image-hotspot-2 {
	top: 3.7%;
	left: 32.7%}
.resources-holder .resources-image-hotspot-3 {
	top: 3.7%;
	left: 54%}
.resources-holder .resources-image-hotspot-4 {
	top: 14.3%;
	left: 72.4%}
.resources-holder .resources-image-hotspot-5 {
	top: 32.8%;
	left: 83.1%}
.resources-holder .resources-image-hotspot-6 {
	top: 54%;
	left: 83.1%}
.resources-holder .resources-image-hotspot-7 {
	top: 72.4%;
	left: 72.4%}
.resources-holder .resources-image-hotspot-8 {
	top: 83.2%;
	left: 54%}
.resources-holder .resources-image-hotspot-9 {
	top: 83.2%;
	left: 32.7%}
.resources-holder .resources-image-hotspot-10 {
	top: 72.4%;
	left: 14.3%}
.resources-holder .resources-image-hotspot-11 {
	top: 54%;
	left: 3.5%}
.resources-holder .resources-image-hotspot-12 {
	top: 32.8%;
	left: 3.5%}
@media (max-width:1240px) {
	.resources-holder .resources-image {
	position: relative;
	top: unset;
	left: unset;
	-webkit-transform: none;
	transform: none;
	width: 100%;
	text-align: center;
}
.resources-holder .resources-image-holder {
	display: inline-block;
	width: 50%}
}@media (max-width:768px) {
	.resources-holder .resources-image-holder {
	display: inline-block;
	width: 80%}
}.resources-holder .resources-image img {
	height: 550px;
	vertical-align: bottom;
}
@media (max-width:1240px) {
	.resources-holder .resources-image img {
	width: 100%;
	height: auto;
}
}@media (max-width:768px) {
	.resources-holder .resources-image img {
	width: 100%;
	height: auto;
}
}.events {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -20px;
	padding: 20px 0 0 0;
}
.events .event {
	-ms-flex-preferred-size: 33%;
	flex-basis: 33%;
	padding: 20px;
	padding-bottom: 40px;
	border-radius: 10px;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@media (max-width:768px) {
	.events .event {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%}
}.events .event a {
	text-decoration: none;
}
.events .event>div {
	position: relative;
	-webkit-box-shadow: 0 3px 20px rgba(0, 0, 10, 0.2);
	box-shadow: 0 3px 20px rgba(0, 0, 10, 0.2);
	border-radius: 10px;
	height: 100%;
	background-color: #f7f7f7;
}
.events .event-content {
	padding: 40px 20px 80px;
	border-radius: 0 0 10px 10px;
}
.events .event-content h3 {
	font-size: 22px;
	line-height: 30px;
	margin: 0 0 10px 0;
}
.events .event-content h4 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	margin: 0 0 10px 0;
}
.events .event-content .info {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	display: block;
	margin: 0 0 10px 0;
}
.events .event-content p {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
}
.events .event-content p strong {
	font-size: inherit;
	font-weight: 700;
}
.events .event-content ul {
	position: absolute;
	bottom: 30px;
	left: 20px;
	list-style-type: none;
	text-align: right;
	margin: 0;
	padding: 0;
}
.events .event-content ul li {
	display: inline-block;
	margin: 10px;
	margin: 0;
}
.events .event-content ul li a {
	font-size: 16px;
	margin: 0;
}
.events .event-content ul li:last-child {
	margin-right: 0;
}
.events .event-content ul.register-btn {
	left: auto;
	right: 20px;
}
.events .event-content ul.register-btn:hover {
	opacity: 0.8;
}
.events .event-date {
	position: absolute;
	bottom: -30px;
	right: 20px;
	/* width: 90px; */
	/* width: 8rem; */
	width: 10rem;
	
	background-color: #4b6a96;
	display: inline-block;
	color: #fff;
	padding: 10px;
	-webkit-box-shadow: 0 3px 20px rgba(0, 0, 10, 0.2);
	box-shadow: 0 3px 20px rgba(0, 0, 10, 0.2);
	
	border-radius: 3px;
}

@media (max-width: 1030px) and (min-width: 768px) {
	.events .event-date {
	width: 80%;
	
}
}


.events .event-date ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-size: 18px;
	line-height: 1em;
}
.events .event-date ul li {
	font-weight: 600;
	color: #fff;
	display: inline-block;
	line-height: 1em;
	font-size: 1em;
}
.events .event-date ul li:nth-of-type(2) {
	font-size: .9em;
	opacity: .8;
}
.events .event-image {
	position: relative;
}
.events .event-image img {
	display: block;
	width: 100%;
	border-radius: 10px 10px 0 0;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.newsletters {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -20px;
	padding: 20px 0 0 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.newsletters .newsletter {
	-ms-flex-preferred-size: 33.3333%;
	flex-basis: 33.3333%;
	padding: 20px;
	padding-bottom: 40px;
	border-radius: 10px;
	position: relative;
}
@media (max-width:768px) {
	.newsletters .newsletter {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	padding: 10px 20px;
}
}.newsletters .newsletter a {
	text-decoration: none;
}
.newsletters .newsletter-content {
	padding: 20px 40px;
	background-color: #f7f7f7;
	border-radius: 10px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.newsletters .newsletter-content:hover {
	margin-top: -10px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 3px 20px rgba(0, 0, 10, 0.2);
	box-shadow: 0 3px 20px rgba(0, 0, 10, 0.2);
}
.newsletters .newsletter-content h3 {
	font-size: 22px;
	line-height: 28px;
	font-weight: 500;
	margin: 0 0 10px 0;
}
.newsletters .newsletter-content p {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.newsletters .newsletter-content p strong {
	font-size: inherit;
	font-weight: 700;
}
.newsletters .newsletter-content img.thumbnail {
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
}
.newsletters .newsletter-content .download {
	margin: 20px 0 0 35px;
	display: block;
	font-size: 16px;
	line-height: 30px;
	position: relative;
}
.newsletters .newsletter-content .download i {
	position: absolute;
	top: 50%;
	left: -35px;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	font-size: 26px;
}
.event-subpage .col-4, .event-subpage .col-8 {
	padding-top: 0;
	padding-bottom: 0;
}
.event-subpage img {
	max-width: 100%;
	border-radius: 10px;
	margin: 10px 0;
	display: block;
}
.event-subpage .linkedin-holder {
	font-size: 20px;
	line-height: 1.7;
}
.event-subpage .linkedin-holder a {
	text-decoration: none;
}
.event-subpage .linkedin-holder img {
	width: auto;
	display: inline-block;
	margin: 0 10px 0 0;
	float: left;
}
.event-subpage .event-header {
	margin-top: -80px;
	z-index: 1;
	position: relative;
	margin-bottom: 20px;
}
@media (max-width:768px) {
	.event-subpage .event-header {
	margin-top: 20px;
}
}.event-subpage .info-boxes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 20px 0 10px 0;
	padding: 0;
	list-style-type: none;
}
.event-subpage .info-boxes .fa-stack {
	font-size: 28px;
}
.event-subpage .info-boxes .fa-stack .fa-solid {
	color: #4b6a96;
}
.event-subpage .info-boxes li {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
}
@media (max-width:768px) {
	.event-subpage .info-boxes li {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%}
}.event-subpage .info-boxes li .info {
	margin-left: 10px;
}
.event-subpage .info-boxes li .info h5 {
	margin: 0;
	font-size: 16px;
}
.event-subpage .info-boxes li .info p {
	margin: 0;
	font-size: 14px;
	line-height: 19px;
}
.event-subpage .event-aside {
	position: sticky;
	top: 176px;
	padding: 20px;
	background-color: #f7f7f7;
	border-radius: 10px;
	text-align: center;
	font-size: 18px;
}
.event-subpage .event-aside img {
	margin: 0 0 20px 0;
}
.event-subpage .event-aside a {
	text-decoration: none;
}
.event-subpage .event-aside p {
	margin-top: 0;
}
.event-subpage .event-aside .btn {
	display: block;
	border-radius: 10px;
}
.event-subpage .event-aside .speakers {
	margin: 0 0 20px 0;
	list-style-type: none;
	padding: 0;
}
.event-subpage .event-aside .speakers .speaker {
	background-color: rgba(221, 221, 221, 0.6);
	padding: 10px;
	border-radius: 10px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 10px;
}
.event-subpage .event-aside .speakers .speaker:hover {
	background-color: #dddddd;
}
.event-subpage .event-aside .speakers .speaker img {
	margin: 0;
	height: 120px;
	width: 120px;
}
.event-subpage .event-aside .speakers .speaker-info {
	text-align: left;
	margin-left: 15px;
}
.event-subpage .event-aside .speakers .speaker-info h5 {
	margin: 0;
	font-size: 16px;
}
.event-subpage .event-aside .speakers .speaker-info p {
	margin: 0;
	font-size: 14px;
}
.experts {
	padding: 10px 0;
}
.experts .alm-reveal {
	margin: 0;
	margin-left: -10px;
	margin-right: -10px;
	padding: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.experts ul {
	margin: 0;
	margin-left: -10px;
	margin-right: -10px;
	padding: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.experts ul li {
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	padding: 10px;
	position: relative;
}
@media (max-width:768px) {
	.experts ul li {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%}
}.experts ul li .expert-image {
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}
.experts ul li .expert-image i {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9;
	font-size: 26px;
	color: rgba(0, 0, 0, 0.6);
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@media (max-width:768px) {
	.experts ul li .expert-image i {
	display: none;
}
}.experts ul li .expert-image img {
	width: 100%;
	display: block;
	border-radius: 10px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.experts ul li:hover .expert-image img {
	scale: 1.1;
}
.experts ul li:hover .expert-image i {
	opacity: 1;
}
.experts ul li:hover .expert-info p {
	max-height: 500px;
}
.experts ul li .expert-info {
	background-color: rgba(0, 0, 0, 0.6);
	padding: 10px 20px;
	border-radius: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	position: absolute;
	height: auto;
	bottom: 10px;
	left: 10px;
	right: 10px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color: #fff;
	opacity: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}
@media (max-width:768px) {
	.experts ul li .expert-info {
	opacity: 1;
}
}.experts ul li .expert-info h5 {
	margin: 0;
	font-size: 16px;
	color: #fff;
}
.experts ul li .expert-info p {
	margin: 0;
	font-size: 14px;
	color: #fff;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 0.6s ease-in;
	transition: max-height 0.6s ease-in;
}
.acf-map {
	height: 350px;
	border-radius: 10px;
}
.page-id-20 .content p:first-of-type {
	margin: 0;
}
.page-id-20 iframe {
	height: 750px;
	display: block;
}
@media (max-width:768px) {
	.page-id-20 iframe {
	height: 450px;
}
}.page-id-151 .content {
	padding: 20px 0;
}
.page-id-151 .content.grey-background {
	background-color: #eee!important;
}
.calendar-event-modal .events {
	display: block!important;
	margin: 0!important;
	padding: 0!important;
}
.calendar-event-modal .events a {
	text-decoration: none!important;
}
.calendar-event-modal .events .event {
	padding: 20px!important;
	-ms-flex-preferred-size: auto!important;
	flex-basis: auto!important;
	background-color: #eee!important;
}
.calendar-event-modal .events .event h5 {
	padding: 0!important;
	color: #4b6a96!important;
}
.page-id-18 .col-blank {
	display: none;
}
.page-id-18 .resources-image {
	display: none;
}
img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
@media (max-width:768px) {
	img {
	width: 100%}
img.alignright {
	float: none;
	margin: 0 0 20px 0;
}
img.alignleft {
	float: none;
	margin: 0 0 20px 0;
}
}.search-form {
	margin-right: 20px;
}
.search-form label {
	font-size: 16px;
}
.search-form label .search-field {
	font-size: 14px;
	padding: 5px 5px 5px 10px;
	border-radius: 100px 0 0 100px;
	border: 2px solid #4b6a96;
	border-right: none;
	width: 200px;
}
.search-form .search-submit {
	border-radius: 0 100px 100px 0;
	border: 2px solid #4b6a96;
	border-left: none;
	font-size: 14px;
	color: #fff;
	padding: 5px 10px 5px 5px;
	background-color: #4b6a96;
	cursor: pointer;
}
.search-header form {
	display: block;
	margin-left: 0;
	margin-right: 0;
	z-index: 9;
	position: relative;
}
.search-header form .search-submit {
	margin-left: -3px;
	margin-top: -3px;
	vertical-align: middle;
}
.search-content .search .search-item {
	padding: 20px 0;
	border-bottom: 1px solid #000;
}
.search-content .search .search-item h3 {
	margin: 0;
}
.search-content .search .search-item h3 a {
	text-decoration: none;
}
.search-content .search .search-item h3 .pill {
	font-size: 14px;
	background-color: #4b6a96;
	padding: 5px 10px;
	border-radius: 100px;
	margin-left: 10px;
	color: #fff;
	vertical-align: middle;
}




/* NEW 12 OCT 2024 */




.nav-bar .logo {
	height: 65px;
}

.nav-bar .top-nav li a {
	color: #052148;
	text-decoration: none;
	font-weight: 400;
	font-size: 18px;
}
.nav-bar .top-nav li a i, .mobile-nav li a i {
	margin-right: 5px;
	/* color: #4b6a96; */
	color: #4b6a96;
}
.nav-bar .top-nav li {
	margin-left: 20px!important;
}
.nav-bar .screen-reader-text {
	position: relative;
	display: none!important;
}
.search-form {
	margin-right: 0px!important;
}
.nav-bar .search-form label .search-field {
	min-width: 150px;
	width: 150px;
	margin-left: 20px;
	border-radius: 0;
	border: 1px solid #052148;
	border-right: none;
}
.nav-bar .search-form label .search-field:hover, .nav-bar .search-form label .search-field:active {
	background: none!important;
	outline: none!important;
	box-shadow: none!important;
}
.nav-bar .search-form .search-submit {
	border-radius: 0;
	padding: 5px 10px;
	border: 1px solid #4b6a96;
	background: #4b6a96;
}

.nav-bar .bottom-nav li, .nav-bar .bottom-nav li a, .nav-bar .bottom-nav .dropdown .dropdown-content a {
	color: #052148;
}

.nav-bar .bottom-nav li a, .nav-bar .bottom-nav li {
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 400;
}

@media (max-width:1240px) and (min-width:1030px) {
	.nav-bar .bottom-nav li a, .nav-bar .bottom-nav li {
		font-size: 17px;
		
	}	
	.nav-bar .bottom-nav li {
		margin-left: 15px;
	}
}

@media (max-width:1030px) {
	.nav-bar .bottom-nav li.menu, .nav-bar .top-nav li.menu {
		display: block;
	}
	.nav-bar form {
		margin-left: 0!important;
	}
	
	.top-nav {
		display: none!important;
	}
	.nav-bar .mobile-nav li:last-child a i {
		
		color: white;
	}
}

@media (min-width:1030px) {
	.col-xs, .col-md {
		display: none;
	}
	.hidden-lg {
		display: none;
		visibility: none;
	}
}

@media (max-width:1030px) {
	.col-xs {
		display: none;
		visibility: none;
	}
	.col-md {
		display: block;
	}
	.hidden-md {
		display: none!important;
	}
	.latest-event {
		margin-bottom: 30px;
	}
	.full-mobile {
		width: 100%;
	}
}


@media (max-width:768px) {
	.col-md {
		display: none;
		visibility: none;
	}
	.col-xs {
		display: block;
	}
    .hidden-xs {
		display: none!important;
	}
}


.experts ul li .expert-image img {
	min-height: 150px;
	background: #4B6A96;
	background: linear-gradient(90deg, rgba(75, 106, 150, 1) 0%, rgba(119, 155, 203, 1) 50%, rgba(178, 206, 230, 1) 100%);
}
.experts-sub .event-aside img {
	background: #4B6A96;
	background: linear-gradient(90deg, rgba(75, 106, 150, 1) 0%, rgba(119, 155, 203, 1) 50%, rgba(178, 206, 230, 1) 100%);
	
}

.close-level {
	z-index: 99999;
}

.nav-bar .top-nav {
	margin-top: 0;
}

.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgba(0, 0, 0, 0.5); /* Black w/ opacity */
	z-index: 999999;
}

.modal-content {
	background-color: white;
	margin: 10% auto; /* 15% from the top and centered */
	padding: 40px;
	border: 1px solid #888;
	width: 90%; /* Could be more or less, depending on screen size */
}

.nav-bar .modal-content form {
	display: block;
}
.nav-bar .modal-content .search-form label .search-field {
	margin-left: 0;
	width: 100%;
	min-width: 100%;
	border-right: 1px solid #052148;
	font-size: 20px;
	line-height: 1;
	padding: 10px;
}


.nav-bar .modal-content  .search-form .search-submit {
	display: block;
	width: 100%;
	margin: 10px 0;
	font-size: 20px;
	padding: 10px;
}


.modal-content h2 {
	margin-top: 0;
}

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}



/* 8 Nov */

section p, section p strong {
	font-size: 18px;
	line-height: 1.4;
}
section, section.testimonials {
	padding: 40px 0;
}
.header.new-header {
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-blend-mode: darken!important;
	background: rgba(0, 0, 0, .3);
	text-align: left;
	padding: 40px 0;
}
.header.new-header:after {
	background: none!important;
	mix-blend-mode: normal;
	content: none;
}
.header.new-header h2 {
	font-size: 45px;
	line-height: 1.4;
	font-weight: 700;
	color: white!important;
	margin: 0 0 10px 0;
}
.header.new-header p {
	text-align: left!important;
	padding: 0!important;
	max-width: 100%;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 15px;
}


section .btn {
	margin: 1rem 0 0;
	display: inline-block;
	background-color: #4b6a96;
}
section  .btn:hover {
	background-color: #779bcb;
}
.btn-lg {
	font-size: 1.4rem;
	padding: 10px 40px;
	font-weight: bold;
}
section.dark {
	background: #F5F6F7;
}
.homepage-content .col-12 {
	padding: 20px!important;
	text-align: left;
}
section.homepage-content {
	padding: 60px 0;
}
.homepage-content p:first-child {
	padding-top: 0!important;
}
.section-title h3 {
	font-size: 45px;
	font-weight: 600;
	color: #052148;
	/* border-bottom: 2px solid #4b6a96; */
	display: inline-block;
	padding: 0;
	margin-bottom: 0;
}
.card {
	border-radius: 40px 15px 40px 15px;
	background: white;
	margin-top: 0px;
	transition: ease all 300ms;
	position: relative;
}
.card a {
	text-decoration: none!important;
}
.card-img {
	width: 100%;
	height: 180px;
	background-size: cover;
	background-position: center;
	border-radius: 40px 15px 0 0;
	margin-bottom: 20px;
}
.card-info {
	padding: 0 20px 20px;
	min-height: 12rem;
	text-decoration: none;
}
.card-info h3 {
	color: #052148;
	font-size: 26px;
	transition: ease all 300ms;
}
.card-info p {
	font-size: 18px;
}
.card-info .btn {
	font-size: 16px;
	background: #4b6a96;
	font-weight: bold;
}
.card:hover , .card:active, .card:focus  {
	margin-top: 0;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .08);
	transform: translateY(-3px);
	transition: ease all 300ms;
}
.card:hover .card-info h3, .card:active .card-info h3, .card:focus .card-info h3 {
	color: #4b6a96;
	transition: ease all 300ms;
}

.card-info.card-login {
	padding-bottom: 0px!important;
	min-height: 8rem;
}
.card-info.card-login .card-padding {
	padding: 10px 20px;
}


.responsive-img {
  max-width: 100%;
}

.video-content .video-holder .video .background span .fa-circle {
	color: #4b6a96;
}
.video-content .video-holder .video .background:hover {
	opacity: 0.8;
}
.video-content .video-holder .video .background:hover span .fa-circle {
	color: #4b6a96;
	/* opacity: 0.7; */
	
}

.homepage-content.dark  .latest-event {
	background: white;
}
.video-content .content-holder {
	padding-left: 20px;
}
.video-content {
	margin-top: 0;
	background: white;
}
.video-content .content-holder h3 {
	font-size: 28px;
	line-height: 36px;
}
.video-content .video-holder .video {
	margin-top: 0px;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .08);
}
.homepage-content .latest-event {
	min-height: 45vh;
}
.homepage-content .latest-event .date, .homepage-content .events .event-date {
	border-radius: 40px 15px;
	padding: 20px;
}
.logo-bullets li {
  padding-left: 0;
  margin-bottom: 1.4em;
  position: relative;
  list-style-image: url(../images/bullet.png?v=1.0=1);
} 

.card.member-login {
	background: #4B6A96;
	background: linear-gradient(90deg, rgba(75, 106, 150, 1) 0%, rgba(119, 155, 203, 1) 50%, rgba(178, 206, 230, 1) 100%);
	margin-top: 2rem;
	margin-bottom: 1rem;
}
.card.memnber-login .card-info {
	min-height: 2rem;
	padding: 0;
}
.card-padding {
	padding: 20px;
}
.card.member-login h3, .card.member-login p {
	color: white;
}
.card.member-login h3 i {
	margin-right: 5px;
}
.card.member-login a:hover h3 {			
	color: white;
}
.card.member-login .card-login-image img {
	/* background: white; */
	margin-top: -40px;
	float: right!important;
	max-height: 160px;
}
.card.member-login p {
	margin-bottom: 0!important;
}
/* @keyframes slowBounce {
  0%, 100% {
	transform: translateY(0);  
  }
  50% {
	transform: translateY(-5px);  
  }
}
.card.member-login {
  animation: slowBounce 3s infinite ease-in-out;
} */

.login-left {
	background: #4b6a96;
	border-radius: 40px 0 0 15px;
}
.login-right {
	background: #4b6a96;
	border-radius: 0 15px 40px 0;
}
@media (max-width:768px) {
	.login-left {
		border-radius: 40px 15px 0 0;
	}	
	.login-right {
		border-radius: 0 0 40px 15px;
	}	
}
.login-split, .login-split .login-left, .login-split .login-right {
	padding: 20px;
}
.login-split a {
	text-decoration: none!important;
}
.login-split > div:hover {
	opacity: 0.9;
}
.login-split h3, .login-split p {
	color: white!important;
}
.login-split h3 i {
	margin-right: 7px;
	font-size:0.8em;
}

@media (max-width:768px) {
	.homepage-content .events {
		margin-left: 0;
		margin-right: 0;
	}
}
	.homepage-content .events .date {
		/* position: absolute;
		top: -30px;
		right: 30px; */
		background-color: #4b6a96;
		display: inline-block;
		color: #fff;
		padding: 20px 30px;
	}
	.homepage-content .events .date ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: center;
	}
	.homepage-content .events .date ul li {
		color: #fff;
		font-weight: 600;
		display: block;
		color: white!important;
	}
	.homepage-content .events .date ul li:first-child {
		font-size: 33px;
		line-height: 26px;
	}
	.homepage-content .events .date ul li:nth-child(2) {
		font-size: 18px;
		line-height: 18px;
		opacity: 1!important;
	}
	.homepage-content .events .date ul li:nth-child(3) {
		font-size: 14px;
		line-height: 14px;
	}
	.homepage-content .events .event-content ul li a.btn {
		background: #4b6a96!important;
	}
	
	section.blue {
		background: #4b6a96;
	}
	section.blue h3, section.blue p {
		color: white;
	}
	.flex-container {
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.flex-item {
		flex: 1;
		padding: 25px;
		text-align: center;
	}
	.flex-item h3 {
		font-size: 40px!important;
	}
	@media (max-width: 800px) {
	  /* .flex-container {
		flex-direction: column;
	  } */
	  .flex-item {
		  flex: 1 0 40%;
	  }
	}
	ul.client-logos {
		min-width: 100% !important;
		width: 100% !important;
		max-width: 100% !important;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	ul.client-logos, ul.client-logos li {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	ul.client-logos li {
		-webkit-align-self: center;
		align-self: center;
	}
	ul.client-logos li {
		float: left;
		min-width: 16.666667%;
		width: 16.666667%;
		max-width: 16.666667%;
		padding: 2rem 1.5rem;
	}
	@media (max-width:768px) {
		ul.client-logos li {
			min-width: 33%;
			width: 33%;
			max-width: 33%;
		}
	}
	ul.client-logos li img {
		max-width: 100%;
		filter: grayscale(100%);
	}
	ul.client-logos li img:hover  {			
		filter: grayscale(0%);
	}






	.testimonial-slider .card {
	margin-top: 80px;
	text-align: center;
}
.testimonial-headshot {
	text-align: center;
	position: absolute;
	top: -62px;
	left: 20%;
	left: calc(50% - 62px);
	border: 5px solid white;
	border-radius: 300px;
	
}
.light .testimonial-headshot {
	border-color: #F5F6F7;	
}
.light .card {
	background: #F5F6F7;
}
.testimonial-headshot img {
	border-radius: 300px;
	max-width: 125px
}
.testimonial-person {
	padding: 40px 20px 20px;
	min-height: 10rem;
}

.testimonial-person h5 {
	margin-bottom: 0;
}
.testimonial-person p {
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 0;
}
.testimonial-text {
	padding: 0 20px 20px;
}
.testimonial-text p {
	font-size: 16px;
	text-align: left;
}
.testimonials .testimonial-slider .slick-arrow {
	/* background-image: url(<?php echo get_template_directory_uri(); ?>/images/chevron-blue.svg); */
}


@media (max-width: 1030px) and (min-width: 768px) {
	.half-ipad {
	width: 50%!important;
	
	}
	.resource {
		height: 400px;
	}
}

@media (max-width: 1090px) and (min-width: 768px) {
	.testimonials .testimonial-slider .slick-next {
		right: -30px;
		z-index: 99999;
	}
	.testimonials .testimonial-slider .slick-prev {
		left: -30px;
		z-index: 99999;
	}
}

/*# sourceMappingURL=style.min.css.map */