@font-face {
	font-family: "proxima_novalight";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/proximanova-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-light-webfont.woff2") format("woff2"), url("../fonts/proximanova-light-webfont.woff") format("woff"), url("../fonts/proximanova-light-webfont.ttf") format("truetype"), url("../fonts/proximanova-light-webfont.svg#proxima_novalight") format("svg");
}

@font-face {
	font-family: 'proxima_nova_cn_rgregular';
	src: url('../fonts/proximanovacond-regular-webfont.eot');
	src: url('../fonts/proximanovacond-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanovacond-regular-webfont.woff2') format('woff2'), url('../fonts/proximanovacond-regular-webfont.woff') format('woff'), url('../fonts/proximanovacond-regular-webfont.ttf') format('truetype'), url('../fonts/proximanovacond-regular-webfont.svg#proxima_nova_cn_rgregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'proxima_nova_rgregular';
	src: url('../fonts/proximanova-regular-webfont.eot');
	src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-regular-webfont.woff2') format('woff2'), url('../fonts/proximanova-regular-webfont.woff') format('woff'), url('../fonts/proximanova-regular-webfont.ttf') format('truetype'), url('../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'proxima_novaextrabold';
	src: url('../fonts/proximanova-extrabold-webfont.eot');
	src: url('../fonts/proximanova-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-extrabold-webfont.woff2') format('woff2'), url('../fonts/proximanova-extrabold-webfont.woff') format('woff'), url('../fonts/proximanova-extrabold-webfont.ttf') format('truetype'), url('../fonts/proximanova-extrabold-webfont.svg#proxima_novaextrabold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'proxima_novasemibold';
	src: url('../fonts/proximanova-semibold-webfont.eot');
	src: url('../fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-semibold-webfont.woff2') format('woff2'), url('../fonts/proximanova-semibold-webfont.woff') format('woff'), url('../fonts/proximanova-semibold-webfont.ttf') format('truetype'), url('../fonts/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*Spaces
------------------------------------*/

.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0;
}

.no-top-space {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.no-bottom-space {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.no-margin-top {
	margin-top: 0;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.no-padding-bottom {
	padding-bottom: 0 !important;
}

.no-padding-top {
	padding-top: 0 !important;
}

.no-padding-right {
	padding-right: 0 !important;
}

.content-xs {
	padding-top: 20px;
	padding-bottom: 20px;
}

.content {
	padding-top: 40px;
	padding-bottom: 40px;
}

.content-sm {
	padding-top: 60px;
	padding-bottom: 60px;
}

.content-md {
	padding-top: 80px;
	padding-bottom: 80px;
}

.content-lg {
	padding-top: 100px;
	padding-bottom: 100px;
}

.margin-bottom-5,
.margin-bottom-10,
.margin-bottom-15,
.margin-bottom-20,
.margin-bottom-25,
.margin-bottom-30,
.margin-bottom-35,
.margin-bottom-40,
.margin-bottom-45,
.margin-bottom-50,
.margin-bottom-55,
.margin-bottom-60,
.margin-bottom-100 {
	clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
	.sm-margin-bottom-10 {
		margin-bottom: 10px;
	}
	.sm-margin-bottom-20 {
		margin-bottom: 20px;
	}
	.sm-margin-bottom-30 {
		margin-bottom: 30px;
	}
	.sm-margin-bottom-40 {
		margin-bottom: 40px;
	}
	.sm-margin-bottom-50 {
		margin-bottom: 50px;
	}
	.sm-margin-bottom-60 {
		margin-bottom: 60px;
	}
}

@media (max-width: 992px) {
	.md-margin-bottom-10 {
		margin-bottom: 10px;
	}
	.md-margin-bottom-20 {
		margin-bottom: 20px;
	}
	.md-margin-bottom-30 {
		margin-bottom: 30px;
	}
	.md-margin-bottom-40 {
		margin-bottom: 40px;
	}
	.md-margin-bottom-50 {
		margin-bottom: 50px;
	}
	.md-margin-bottom-60 {
		margin-bottom: 60px;
	}
}


/*Other Spaces*/

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

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

.margin-left-5 {
	margin-left: 5px;
}

.margin-left-10 {
	margin-left: 10px;
}

.margin-right-5 {
	margin-right: 5px;
}

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

.padding-top-5 {
	padding-top: 5px;
}

.padding-left-5 {
	padding-left: 5px;
}


/*Rounded and Circle Classes
------------------------------------*/

.no-rounded {
	border-radius: 0 !important;
}

.rounded {
	border-radius: 4px !important;
}


/*Others
------------------------------------*/

.overflow-h {
	overflow: hidden;
}

.overflow-a {
	overflow: auto;
}

.overflow-hidden {
	overflow: hidden;
}


/*Display*/

.dp-none {
	display: none;
}

.dp-block {
	display: block;
}

.dp-table {
	display: table;
}

.dp-inline-block {
	display: inline-block;
}

.dp-table-cell {
	display: table-cell;
	vertical-align: middle;
}


/*Full Width*/

.full-width {
	width: 100%;
}


/*CSS3 Hover Effects*/

.hover-effect {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.white-text {
	color: #fff;
}

.blue-text {
	color: #27326f;
}

.blue-text-2 {
	color: #48B5E4;
}

.form-control {
	box-shadow: none;
	height: 36px;
}

.btn-primary {
	background: #70e3d8;
	color: #fff;
	border-color: #70e3d8;
	font-family: 'proxima_novasemibold';
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:focus {
	background: #5FD2C8;
	border-color: #5FD2C8;
}

.btn-1 {
	background: #48B5E4;
	border-color: #48B5E4;
	color: #fff;
}

.btn-1:hover,
.btn-1:focus,
.btn-1:active:focus {
	background: #3CA0DC;
	border-color: #3CA0DC;
	color: #fff;
}

.btn-2 {
	background: #27326f;
	border-color: #27326f;
	color: #fff;
}

.btn-2:hover,
.btn-2:focus,
.btn-2:active:focus {
	background: #121B5B;
	border-color: #121B5B;
	color: #fff;
}

.btn-3 {
	background: transparent;
	border: 1px solid #48B5E4;
	color: #48B5E4;
}

.btn-3:hover,
.btn-3:focus,
.btn-3:active:focus {
	background: #48B5E4;
	color: #fff;
}

.btn-normal-height {
	height: 34px;
}

.center-it {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.font-bold {
	font-family: 'proxima_novasemibold';
}

.font-light {
	font-family: "proxima_novalight";
}

.tooltip {
	font-family: "proxima_nova_rgregular";
	font-size: 14px;
}

form .tooltip-inner {
	background-color: #fff;
	color: #000;
	padding: 8px 10px;
	max-width: 250px;
	border-radius: 3px;
}

form .tooltip-inner span {
	color: #000;
}

form .tooltip-inner i {
	color: #f8d00c;
}

form .tooltip.top .tooltip-arrow {
	border-top-color: #fff;
}

form .tooltip.in {
	opacity: 1;
	filter: alpha(opacity=100);
}

.title-light-blue {
	color: #48B5E4;
	font-size: 32px;
	line-height: 36px;
}

.text-shadow-black {
	text-shadow: rgb(38, 38, 38) 2px 2px 2px;
}

.grey-bg {
	background: #eee;
}

.blue-bg {
	background: #27326f;
}

a {
	color: #53c0e9;
}

a:focus,
a:hover {
	color: #3CA0DC;
	text-decoration: none;
}

h1 {
	font-size: 28px;
	line-height: 35px;
	font-family: 'proxima_novasemibold';
}

h2 {
	font-size: 24px;
	line-height: 33px;
}

.admin-bar .navbar-fixed-top {
	top: 32px;
}

.single-post h1 {
	font-size: 26px;
}
/* 
@font-face {
	font-family: 'fontello';
	src: url('../fonts/fontello.eot?7272915');
	src: url('../fonts/fontello.eot?7272915#iefix') format("embedded-opentype"), url('../fonts/fontello.woff2?7272915') format("woff2"), url('../fonts/fontello.woff?7272915') format("woff"), url('../fonts/fontello.ttf?7272915') format("truetype"), url('../fonts/fontello.svg?7272915#fontello') format("svg");
	font-weight: 400;
	font-style: normal
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: 400;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-plus-circled:before {
	content: '\e800';
}

.icon-minus-circled:before {
	content: '\e801';
}

.icon-attention:before {
	content: '\e802';
}

.icon-user-f:before {
	content: '\e803';
}

.icon-globe:before {
	content: '\e804';
}

.icon-twitter:before {
	content: '\f099';
}

.icon-facebook:before {
	content: '\f09a';
}

.icon-mail-alt:before {
	content: '\f0e0';
}

.icon-linkedin:before {
	content: '\f0e1';
}

.icon-building:before {
	content: '\f0f7';
}

.icon-mobile:before {
	content: '\f10b';
} */


@font-face {
	font-family: fontellon;
	src: url(../fonts/fontello.eot);
	src: url(../fonts/fontello.eot#iefix) format("embedded-opentype"),
	  url(../fonts/fontello.woff2) format("woff2"),
	  url(../fonts/fontello.woff) format("woff"),
	  url(../fonts/fontello.ttf) format("truetype"),
	  url(../fonts/fontello.svg#fontello) format("svg");
	font-weight: 400;
	font-style: normal;
}
[class*=" icon-"]:before,
[class^="icon-"]:before {
font-family: fontellon;
font-style: normal;
font-weight: 400;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: 0.2em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
margin-left: 0.2em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-plus-circled:before {
content: "\e801";
}
.icon-minus-circled:before {
content: "\e803";
}
.icon-attention:before {
content: "\e805";
}
.icon-user-f:before {
content: "\e806";
}
.icon-globe:before {
content: "\e802";
}
.icon-twitter:before {
content: "\f309";
}
.icon-facebook:before {
content: "\f30c";
}
.icon-mail-alt:before {
content: "\f0e0";
}
.icon-linkedin:before {
content: "\f318";
}
.icon-building:before {
content: "\f1ad";
}
.icon-mobile:before {
content: "\e804";
}
.icon-youtube:before {
content: "\f315";
}
.icon-tiktok:before {
content: "\e800";
margin-left: 0.6em;
}
.icon-insta:before {
content: "\f31f";
}
.social.social-xhs > img {
width: 35px;
height: 35px;
border-radius: 50%;
display: inline-block;
margin-bottom: 5px;
}
.social.social-xhs>img {
filter: grayscale(100%) brightness(250%) !important;
}
/*--------------------- MEGANAV -----------------------*/

.mega-menu ul a {
	color: #666;
}

.btn-primary {
	background: #27326f;
	border-color: #27326f;
	color: #fff;
}

.btn {
	padding: 7px 12px;
}

.has-children > a {
	font-size: 15px;
	font-weight: bold !important;
}

.btn-primary {
	background: #27326f;
	border-color: #27326f;
	color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:focus {
	background: #121B5B;
}

.btn-default {
	background: #48b5e4;
	border-color: #48b5e4;
	color: #fff;
	font-weight: bold;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active:focus {
	background: #3CA0DC;
	border-color: #3CA0DC;
	color: #fff;
}

.about-emerge {
	padding: 14px 0;
}

.btn {
	padding: 7px 12px;
	height: 36px;
}

.btn-about-emerge {
	font-size: 15px;
	font-family: 'proxima_novasemibold';
}

.btn-about-emerge:hover,
.btn-about-emerge:focus,
.btn-about-emerge:focus:active {
	border-color: #27326f;
}

.about-emerge span {
	margin-right: 15px;
	font-size: 17px;
	color: #fff;
	font-family: 'proxima_novasemibold';
}

.navbar-brand>img {
	height: 36px;
}

.navbar-default {
	background: #48b5e4;
	margin-bottom: 0;
}

.navbar-brand {
	padding: 15px 15px;
	height: 66px;
}

.header-nav {
	padding: 15px 0;
}

.header-nav span {
	color: #fff;
	margin-right: 10px;
	font-size: 16px;
	font-weight: bold;
}

.header-nav .btn {
	font-weight: bold;
}

.margin-nav {
	margin-top: 68px;
	clear: both;
}


/*--------------------- END MEGANAV -----------------------*/


/*--------------------- FOOTER ----------------------*/

.footer-page {
	border-top: 3px solid #27326f;
}

.footer-logo {
	width: 120px;
}

.social {
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 34px;
	height: 34px;
	background: #9b9b9b;
	margin-left: 15px;
	text-align: center;
}

.social i {
	color: #fff;
	line-height: 34px;
	font-size: 1.2em;
}

.footer-copyright {
	border-top: 2px solid #e1e1e1;
	padding: 15px 0;
	color: #cbcbcb;
}

.footer-menu h3 {
	font-size: 24px;
	color: #53c0e9;
	border-bottom: 2px solid #d2d2d2;
	padding-bottom: 10px;
	font-family: 'proxima_novasemibold';
}

.footer-menu ul {
	margin: 20px 0px;
}

.footer-menu ul li a {
	font-size: 18px;
	color: #c2c2c2;
	font-family: "proxima_nova_rgregular";
}

.footer-menu a:hover {
	text-decoration: none;
}

.footer-menu-2 ul {
	margin-top: 10px;
}

.footer-menu ul li {
	line-height: 17px;
	margin-bottom: 7px;
}

.footer-menu ul .mail-footer a,
.mail-footer {
	color: #27326f;
	font-family: 'proxima_novasemibold';
	margin-top: 25px;
}

.footer-menu ul .mail-footer a:hover {
	color: #121B5B;
}


/*--------------------- END FOOTER ----------------------*/

.search-suggest-content {
	border: 1px solid #eee;
	padding: 5px 15px;
	white-space: normal;
    color: #444;
}

.will-bold {
    font-weight: 600;
    text-decoration: underline;
}