@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,700i|Roboto:400,400i,500,700,700i');

*, ::after, ::before {
	box-sizing: border-box;
}
.wow { visibility: hidden; }

body
{
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	/* background: #dee3e8; */
	background: #fff;
	font-size: 16px;
	color: rgba(0, 33, 100, 0.7);
}


html.is-reveal-open, html.is-reveal-open body {
	position: static !important;

}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto;
}



#page-container {
	margin: auto;
	background: #fff;

	/* max-width: 1680px;
	box-shadow: 0px 0px 31px rgba(0, 0, 0, 0.08); */

	/* background: rgb(238,240,242);
	background: -moz-linear-gradient(top, rgba(238,240,242,1) 0%, rgba(254,255,255,1) 50%);
	background: -webkit-linear-gradient(top, rgba(238,240,242,1) 0%,rgba(254,255,255,1) 50%);
	background: linear-gradient(to bottom, rgba(238,240,242,1) 0%,rgba(254,255,255,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef0f2', endColorstr='#feffff',GradientType=0 ); */

}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#page-container {
		overflow: hidden;
	}
}

#page-container.active-notch {
	margin-top: 50px;
}


#content-container {
	position: relative;
	z-index: 1;
	background-color: #fff;
}

.grid-container {
	max-width: 1240px;
}

.grid-container.extra-wide {
/* 	max-width: 1472px; */
}


.grid-container.full.blocks {
	width: calc(100% - 60px);
}
.section-cta .grid-container {
	z-index: 999;
}
.searchbar .grid-container {
	z-index: 999;
}

@media (max-width: 1680px) {
	.grid-container {
		max-width: 1240px;
	}
}
	@media (max-width: 1460px) {
		.grid-container {
			max-width: 1200px;
			z-index: 2;
		}
	}
	@media (max-width: 1120px) {
		.grid-container {
			max-width: 1040px;
			z-index: 2;
		}
	}
	@media (max-width: 1040px) {
		.grid-container {
			max-width: 1000px;
			z-index: 2;
		}
	}
	@media (max-width: 1023px) {
		.grid-container {
			max-width: 98%;
			z-index: 2;
		}
	}
	@media (max-width: 640px) {
		.grid-container {
			max-width:100%;
			z-index: 2;
		}
	}


a {
	color: #008aff;
	outline: 0;
	-webkit-transition: color 0.1s ease-in-out;
	-moz-transition: color 0.1s ease-in-out;
	-ms-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}
a i {
	-webkit-transition: color 0.1s ease-in-out;
	-moz-transition: color 0.1s ease-in-out;
	-ms-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}
a:hover {
	color: #0176dd;
}

p {
	font-size: 1rem;
	line-height: 1.7;
	font-family: 'Roboto', sans-serif;
}
p a {
	position: relative;
}
p.small {
	font-size: 0.86rem;

}
.b-lazy {
	-webkit-transition: opacity 200ms ease-in-out;
		 -moz-transition: opacity 200ms ease-in-out;
			 -o-transition: opacity 200ms ease-in-out;
					transition: opacity 200ms ease-in-out;
					 max-width: 100%;
						 opacity: 0;
}
.b-lazy.b-loaded {
						 opacity: 1;
}

.column-count-1 {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}
.column-count-2 {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap: 80px; /* Chrome, Safari, Opera */
    -moz-column-gap: 80px; /* Firefox */
    column-gap: 80px;
}
.column-count-3 {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
	column-count: 3;
	-webkit-column-gap: 60px; /* Chrome, Safari, Opera */
    -moz-column-gap: 60px; /* Firefox */
    column-gap: 60px;
}

.underline {
	border-radius: 0px;
  background-image: linear-gradient(120deg, rgba(0, 137, 255, 0.15) 0%, rgba(0,  122,  250, 0.15) 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 0 100%;
  transition: background-size 0.15s ease-in;

}
.underline:hover {
  background-size: 100% 100%;
}

p a {
	border-radius: 0px;
  background-image: linear-gradient(120deg, rgba(0, 137, 255, 0.15) 0%, rgba(0,  122,  250, 0.15) 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 0 100%;
  transition: background-size 0.15s ease-in;

}
p a:hover {
  background-size: 100% 100%;
}
/*
p a:before {
	position: absolute;
	bottom: 4px;
	left: 0;
	content:'';
	width: 100%;
	height:8px;
	background: #f8bf05;
	opacity: 0.3;
	z-index: -1;

}
p a:hover:before {
	opacity: 0.6;

}
*/



.fa-phone {
	-moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-style: normal;
	text-rendering: optimizeLegibility;
	margin-top: 0rem;
	margin-bottom: 0.5rem;
	color: #002164;

 }
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-size: 100%;
	line-height: 1;
	font-weight: 400;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	color: rgba(0, 33, 100, 0.6)
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #008aff;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {

}
.hiswa {
	font-style: normal
}
.hiswa em{
	margin-left: -1px;
	font-style: normal
}
h1 .hiswa em, h2 .hiswa em, h3 .hiswa em, h4 .hiswa em, h5 .hiswa em, h6 .hiswa em{
	margin-left: -3px;
	font-style: normal
}


[itemprop="video"] h2, [itemprop="video"] [itemprop="description"] {
	display: none;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
	  box-shadow: none ;
}
::placeholder {
  color:rgba(0, 33, 100, 0.6);
  opacity: 1; /* Firefox */
}

textarea {
	min-height: 200px;
	border-radius: 3px;
}

input::placeholder, textarea::placeholder {
	position: relative;
}
input[readonly] {
	background: #fff;
	cursor: text
}


b, strong {
	font-weight: 700;
}
label {
	font-size: 1rem;
	border-radius: 3px;
}
.label {
	border-radius: 3px;
}
a.label[href] {
	cursor: pointer;
}
input[type='text'],input[type='email'],input[type='password'] {
	border: 1px solid rgba(0, 33, 100, 0.2);
	background-color: #ffffff;
	box-shadow: none !important;
	line-height: 1.6;
	color: #002164;
	border-radius: 3px;
	height: 48px;
}


input:focus {
	border-color: #008aff !important
}
input[type='text'].invalid,input[type='email'].invalid,select.invalid,textarea.invalid {
	border-color: #ff2437 !important;
}
input[type='text'].valid,input[type='email'].valid,select.valid,textarea.valid {
	border-color: #2cc26f !important;
}
.formval-message {
	font-size: 0.85em;
	margin: -0.5em 0 1em 0;
	color: #ff2437;
}

.input-group-label {
	background-color: #fff;
}
.input-group-label:first-child {
	border-radius: 3px 0 0 3px;
}
.input-group-label:last-child {
	border-radius: 0 3px 3px 0;
}
.input-group-field:last-child {
	border-radius: 0 5px 5px 0;
}

.input-group-button .button {
}

[type=checkbox], [type=file], [type=radio] {
	margin-bottom:0;
}

select {
	border-radius: 5px;
	line-height: 1.4;
	appearance: none;
	height: 48px;
	border: 1px solid  rgba(34, 21, 90, 0.1);
	padding-left: 15px;
	background-image: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjEyOHB4IiBoZWlnaHQ9IjEyOHB4IiB2aWV3Qm94PSIwIDAgNDQ0LjgxOSA0NDQuODE5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NDQuODE5IDQ0NC44MTk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNNDM0LjI1MiwxMTQuMjAzbC0yMS40MDktMjEuNDE2Yy03LjQxOS03LjA0LTE2LjA4NC0xMC41NjEtMjUuOTc1LTEwLjU2MWMtMTAuMDk1LDAtMTguNjU3LDMuNTIxLTI1LjcsMTAuNTYxICAgTDIyMi40MSwyMzEuNTQ5TDgzLjY1Myw5Mi43OTFjLTcuMDQyLTcuMDQtMTUuNjA2LTEwLjU2MS0yNS42OTctMTAuNTYxYy05Ljg5NiwwLTE4LjU1OSwzLjUyMS0yNS45NzksMTAuNTYxbC0yMS4xMjgsMjEuNDE2ICAgQzMuNjE1LDEyMS40MzYsMCwxMzAuMDk5LDAsMTQwLjE4OGMwLDEwLjI3NywzLjYxOSwxOC44NDIsMTAuODQ4LDI1LjY5M2wxODUuODY0LDE4NS44NjVjNi44NTUsNy4yMywxNS40MTYsMTAuODQ4LDI1LjY5NywxMC44NDggICBjMTAuMDg4LDAsMTguNzUtMy42MTcsMjUuOTc3LTEwLjg0OGwxODUuODY1LTE4NS44NjVjNy4wNDMtNy4wNDQsMTAuNTY3LTE1LjYwOCwxMC41NjctMjUuNjkzICAgQzQ0NC44MTksMTMwLjI4Nyw0NDEuMjk1LDEyMS42MjksNDM0LjI1MiwxMTQuMjAzeiIgZmlsbD0iIzAwN2FmYSIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=');
	background-size: 10px auto;
	background-position: right -5px center;
	background-color: #f7f7f7;
	font-weight: 500;
	font-size: 14px;
	color: #002164;
}


.form-label {
	margin: 0;
	line-height: 1.4;
	margin-top: 7px;
	margin-bottom: 10px
}
.req {
	color: #008aff;
	font-weight: 700;
}
.checkbox-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-start;

}
.checkbox-wrap label.text  {
	position: relative;
	top:10px;
	margin:0;
	line-height: 1;
	padding:0;
	margin-left: -10px;

}


table thead, table tbody, table tfoot {
	border:0;
	color: #002164;
}

/* Dropdown Pane */
.dropdown-pane {
	border: 0px;
	background: #fff;
	box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.08);
}
.dropdown-pane.is-open {

}

.reveal-overlay {
	z-index: 10000;
}

.title-highlight {
	position: relative;
}
.title-highlight:before,
.title-highlight:after {
	position: absolute;
	top: 96%;
	right: 0%;
	width:100%;
	height: 4px;
	border-radius: 5px;
	content:'';
	background: #ff2437;
	transform: rotate(0deg);
}
.title-highlight:after {
	top: 100%;
	width:98%;
	transform: rotate(-1deg)
}

.text-highlight {
	position: relative;
}
.text-highlight:before,
.text-highlight:after {
	position: absolute;
	top: 100%;
	right: 0%;
	width:105%;
	height: 4px;
	border-radius: 5px;
	content:'';
	background: #ff2437;
	transform: rotate(-1deg);
}
.text-highlight:after {
	top: 107%;
	width:100%;
	transform: rotate(-4deg)
}

.close-button {
	color: rgba(0, 14, 41, 0.35)
}

.pagination-previous a::before, .pagination-previous.disabled::before {
	font-family: "Font Awesome 5 Pro";
	content: '\f323';
}
.pagination-next a::after, .pagination-next.disabled::after {
	font-family: "Font Awesome 5 Pro";
	content: '\f324';
}


/* Callouts */

.callout {
	border: 0;
	border-radius: 5px;
	padding-top: 14px;
	padding-bottom: 14px;
}
.callout .close-button {
	top: 14px;
}
.callout.default,
.callout.white {
	border: 1px solid rgba(0, 33, 100, 0.15)
}


.callout.primary {
	background-color: rgba(0, 137, 255, 0.15);
	color: #002164
}
.callout.primary i {
	color: #008aff
}

.callout.secondary {
	background-color: rgba(255, 36, 54, 0.15);
	color: #002164
}
.callout.secondary i ,
.callout.secondary a {
	color: #ff2437
}

.callout.tertiary {
	background-color: rgba(133, 165, 190, 0.2);
	color: #002164
}
.callout.tertiary i,
.callout.tertiary a {
	color: #002164
}


.callout.success {
	background-color: rgba(61, 179, 115, 0.15);
	color: #002164
}
.callout.success i,
.callout.success a {
	color: #2cc26f
}


.callout.warning {
	background-color: rgba(255, 125, 18, 0.15);
	color: #002164;
}
.callout.warning i,
.callout.warning a {
	color: #ff7e12
}

.callout.alert {
	background-color: rgba(255, 36, 54, 0.15);
	color: #ff2437
}
.callout.alert i,
.callout.alert a {
	color: #ff2437
}

.callout.with-icon {
	padding-left: 60px;
}
.callout.with-icon i {
	position: absolute;
	top: 18px;
	left: 20px;
	font-size: 22px;
}

.callout h4 i {
	color: inherit !important;
}
@media (max-width: 767px) {
	.callout.large {
		padding-top: 1rem;
		padding-right: 1rem;
		padding-bottom: 1rem;
		padding-left: 1rem;
	}
}

/* Title Size
------------------------------------------------
*/

.title {
	margin-bottom: 1rem;
}
.title-tiny {
	font-size: 90%;
}
.title-small {
	font-size: 1.2rem;

}
.title-medium {
	font-size: 1.6rem;

}
.title-large {
	font-size: 3rem;

}
.title-huge {
	font-size: 4rem;

}



/* Sub */
.subtitle {
	margin-bottom: 1rem;
	font-size: 100%;
}
.subtitle-tiny {
	font-size: 70%;
	line-height: 1.1;
}
.subtitle-small {
	font-size: 120%;
	line-height: 1;
}
.subtitle-medium {
	font-size: 180%;
	line-height: 1.1;
}
.subtitle-large {
	font-size: 240%;
	line-height: 1.1;
}
.subtitle-huge {
	font-size: 320%;
	line-height: 1.2;
}


/*Sections */
.section-title {

}

/*
---------------------------
TOOLTIPS
---------------------------
*/

.has-tip {
	border:0;
	font-weight: normal;
	position: relative;
	display: inline-block;
	cursor: pointer;

}
.tooltip {
	max-width: 14rem;
	font-size: 11px;
	border-radius: 0;

	line-height: 1.2;
	border-radius:3px;
}





/* Introduction
------------------------------------------------
*/

.intro {
	font-size: 0.96rem;
	display: inline-block;
	margin-bottom: 10px;
}

.lead {
	padding-top: 10px;
	font-size: 120%;
}



/* Text Size
------------------------------------------------
*/
.text-tiny {
	font-size: 0.76rem;
}
.text-small {
	font-size: 1rem;
}
.text-medium {
	font-size: 1.2rem;
}
.text-large {
	font-size: 1.6rem;
}
.text-huge {
	font-size: 2rem;
}


p big {
	font-size: 130%;
	line-height: 1.2;
}
.bg-dark .text-white p,
.bg-black .text-white p {
	color: rgba(255, 255, 255, 0.8) !important;
}

/* Text Colors
------------------------------------------------
*/
.text-primary,
.c-primary {
	color: #008aff !important;
}
.text-secondary,
.c-secondary {
	color: #ff2437 !important;
}
.text-tertiary,
.c-tertiary	{
	color: #002164 !important;
}



.text-success,
.c-success {
	color: #2cc26f !important;
}
.text-warning,
.c-warning {
	color: #ff7e12 !important;
}
.text-alert,
.c-alert {
	color: #ff2437 !important;
}
.text-light-gray,
.c-light-gray {
	color: #bcbcba !important;
}
.text-medium-gray,
.c-medium-gray {
	color: #818180 !important;
}
.text-dark-gray,
.c-dark-gray {
	color: #474746 !important;
}
.text-dark,
.c-dark {
	color: #000e29 !important;
}
.text-black,
.c-black {
	color: #000;
}
.text-black-80,
.c-black-80 {
	color: rgba(0, 0, 0, 0.8);
}
.text-white,
.c-white {
	color: #ffffff !important;
}
.c-white-60 {
	color: rgba(255, 255, 255, 0.6) !important;
}


.text-light,
.c-light {
	color: #f6f2e7 !important;
}


.c-twitter {
	color: #55acef !important;
}
.c-facebook {
	color: #3b5a99 !important;
}
.c-linkedin {
	color: #007bb5 !important;
}
.c-instagram {
	color: #a13cad !important;
}
.c-youtube {
	color: #e1302f !important;
}
.c-googleplus {
	color: #e44538 !important;
}

/* Background Colors
------------------------------------------------
*/
.bg-transparant {
	background-color: transparent !important;
}

/* Primary */
.bg-primary {
	background-color: #008aff !important;
}
.bg-primary-90 {
	background-color: rgba(0, 137, 255, 0.9) !important;
}
.bg-primary-80 {
	background-color: rgba(0, 137, 255, 0.8) !important;
}
.bg-primary-70 {
	background-color: rgba(0, 137, 255, 0.6) !important;
}
.bg-primary-40 {
	background-color: rgba(0, 137, 255, 0.4) !important;
}
.bg-primary-10 {
	background-color: rgba(0, 137, 255, 0.1) !important;
}

/* Secondary */
.bg-secondary {
	background-color: #ff2437 !important;
}
.bg-secondary-90 {
	background-color: rgba(255, 36, 54, 0.9) !important;
}
.bg-secondary-70 {
	background-color: rgba(255, 36, 54, 0.7) !important;
}
.bg-secondary-50 {
	background-color: rgba(255, 36, 54, 0.5) !important;
}
.bg-secondary-30 {
	background-color: rgba(255, 36, 54, 0.3) !important;
}
.bg-secondary-10 {
	background-color: rgba(255, 36, 54, 0.1) !important;
}

/* Tertiary */
.bg-tertiary {
	background-color: #002164 !important;

}
/*
.section-wrapper.bg-tertiary {
	background: rgb(0,40,122);
	background: linear-gradient(225deg, rgba(0,40,122,1) 0%, rgba(0,33,100,1) 100%);
}
 */

.bg-tertiary-90 {
	background-color: rgba(0, 33, 100, 0.9) !important;
}
.bg-tertiary-70 {
	background-color: rgba(0, 33, 100, 0.7) !important;
}
.bg-tertiary-50 {
	background-color: rgba(0, 33, 100, 0.5) !important;
}
.bg-tertiary-30 {
	background-color: rgba(0, 33, 100, 0.3) !important;
}
.bg-tertiary-10 {
	background-color: rgba(0, 33, 100, 0.1) !important;
}
.bg-tertiary-10 {
	background-color: rgba(0, 33, 100, 0.08) !important;
}


/* color4 */
.bg-color4 {
	background-color: #89a3ce !important;
}



/* Success */
.bg-success {
	background-color: #2cc26f !important;
}
.bg-success-90 {
	background-color: rgba(61, 179, 115, 0.9) !important;
}
.bg-success-70 {
	background-color: rgba(61, 179, 115, 0.7) !important;
}
.bg-success-50 {
	background-color: rgba(61, 179, 115, 0.5) !important;
}
.bg-success-30 {
	background-color: rgba(61, 179, 115, 0.3) !important;
}
.bg-success-10 {
	background-color: rgba(61, 179, 115, 0.1) !important;
}

/* Warning Orange */
.bg-warning {
	background-color: #ff7e12 !important;
}
.bg-warning-90 {
	background-color: rgba(255, 125, 18, 0.9) !important;
}
.bg-warning-70 {
	background-color: rgba(255, 125, 18, 0.7) !important;
}
.bg-warning-50 {
	background-color: rgba(255, 125, 18, 0.5) !important;
}
.bg-warning-30 {
	background-color: rgba(255, 125, 18, 0.3) !important;
}
.bg-warning-10 {
	background-color: rgba(255, 125, 18, 0.1) !important;
}

/* Alert Red */
.bg-alert {
	background-color: #ff2437 !important;
}
.bg-alert-90 {
	background-color: rgba(255, 36, 54, 0.9) !important;
}
.bg-alert-70 {
	background-color: rgba(255, 36, 54, 0.7) !important;
}
.bg-alert-50 {
	background-color: rgba(255, 36, 54, 0.5) !important;
}
.bg-alert-30 {
	background-color: rgba(255, 36, 54, 0.3) !important;
}
.bg-alert-10 {
	background-color: rgba(255, 36, 54, 0.1) !important;
}





.bg-light-gray {
	background-color: #efefef !important;
}
.bg-medium-gray {
	background-color: #818180 !important;
}
.bg-dark-gray {
	background-color: #474746 !important;
}
.bg-dark {
	background-color: #000e29 !important;
}
.bg-dark-90 {
	background-color: rgba(0, 14, 41, 0.9) !important;
}
.bg-dark-70 {
	background-color: rgba(0, 14, 41, 0.7) !important;
}
.bg-dark-50 {
	background-color: rgba(0, 14, 41, 0.5) !important;
}
.bg-dark-30 {
	background-color: rgba(0, 14, 41, 0.3) !important;
}
.bg-dark-10 {
	background-color: rgba(0, 14, 41, 0.1) !important;
}

.bg-black {
	background-color: #000000 !important;
}
.bg-black-80 {
	background-color: rgba(0, 0, 0, 0.8) !important;
}
.bg-white {
	background-color: #ffffff !important;
}
.bg-extralight {
	background-color: #F2F3F7 !important;
}
.bg-light {
	background-color: #eef0f2 !important;
}

.bg-email {
	background-color: #a5a5a5 !important;
}
.bg-twitter {
	background-color: #55acef !important;
}
.bg-twitter:hover {
	background-color: #4391cd !important;
}

.bg-facebook {
	background-color: #3b5a99 !important;
}
.bg-facebook:hover {
	background-color: #2f4d89 !important;
}

.bg-linkedin {
	background-color: #007bb5 !important;
}
.bg-linkedin:hover {
	background-color: #0573a6 !important;
}

.bg-instagram {
	background: #a13cad !important;
}
.bg-instagram:hover {
	background-color: #8c2d97 !important;
}
.bg-instagram.gradient {
	background: rgb(255,147,65);
	background: -moz-linear-gradient(45deg,  rgba(255,147,65,1) 0%, rgba(203,52,153,1) 60%, rgba(161,60,173,1) 100%);
	background: -webkit-linear-gradient(45deg,  rgba(255,147,65,1) 0%,rgba(203,52,153,1) 60%,rgba(161,60,173,1) 100%);
	background: linear-gradient(45deg,  rgba(255,147,65,1) 0%,rgba(203,52,153,1) 60%,rgba(161,60,173,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9341', endColorstr='#a13cad',GradientType=1 );
}

.bg-youtube {
	background-color: #e1302f !important;
}
.bg-youtube:hover {
	background-color: #c12020 !important;
}

.bg-googleplus {
	background-color: #e44538 !important;
}
.bg-googleplus:hover {
	background-color: #c13326 !important;
}
.button.bg-email i,
.button.bg-twitter i,
.button.bg-facebook i,
.button.bg-linkedin i,
.button.bg-instagram i,
.button.bg-youtube i,
.button.bg-googleplus i {


}

.gradient-primary {
	background: rgb(0,122,250);
	background: -moz-linear-gradient(-45deg, rgba(0,122,250,1) 0%, rgba(8,30,93,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(0,122,250,1) 0%,rgba(8,30,93,1) 100%);
	background: linear-gradient(135deg, rgba(0,122,250,1) 0%,rgba(8,30,93,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008aff', endColorstr='#081e5d',GradientType=1 );
}
.gradient-secondary {
	background: rgb(0,30,103);
	background: -moz-linear-gradient(45deg, rgba(0,30,103,1) 29%, rgba(0,30,103,1) 29%, rgba(255,36,55,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(0,30,103,1) 29%,rgba(0,30,103,1) 29%,rgba(255,36,55,1) 100%);
	background: linear-gradient(45deg, rgba(0,30,103,1) 29%,rgba(0,30,103,1) 29%,rgba(255,36,55,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e67', endColorstr='#ff2437',GradientType=1 );
}

.gradient-tertiary {
	background: rgb(0,30,103);
	background: -moz-linear-gradient(45deg, rgba(0,30,103,1) 0%, rgba(0,55,143,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(0,30,103,1) 0%,rgba(0,55,143,1) 100%);
	background: linear-gradient(45deg, rgba(0,30,103,1) 0%,rgba(0,55,143,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e67', endColorstr='#00378f',GradientType=1 );
}


	@media (max-width: 767px) {
		.gradient-secondary {
			background: rgb(0,30,103);
			background: -moz-linear-gradient(45deg, rgba(0,30,103,1) 0%, rgba(0,55,143,1) 100%);
			background: -webkit-linear-gradient(45deg, rgba(0,30,103,1) 0%,rgba(0,55,143,1) 100%);
			background: linear-gradient(45deg, rgba(0,30,103,1) 0%,rgba(0,55,143,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e67', endColorstr='#00378f',GradientType=1 );
		}
	}


/* List Style
------------------------------------------------
*/

.ul-primary li,
.ul-secondary li,
.ul-tertiary li,
.ul-success li {
	list-style: none;
	position: relative;
}
.ul-primary li:before,
.ul-secondary li:before,
.ul-tertiary li:before,
.ul-success li:before {
	position: absolute;
	top: 11px;
	left:-20px;
	width: 4px;
	height: 4px;
	border-radius: 10px;
	content:'';
}
.ul-primary li:before {
	background: #481c8f;
}
.ul-secondary li:before {
	background: #f8bf05;
}
.ul-tertiary li:before {
	background: #3466fa;
}
.ul-success li:before {
	background: #2cc26f;
}

/* With Check mark */
.ul-primary.with-check li:before,
.ul-secondary.with-check li:before,
.ul-tertiary.with-check li:before,
.ul-success.with-check li:before {
	position: absolute;
	top: 0px;
	left:-22px;
	font-family: 'Font Awesome 5 Pro';
	content: '\f00c';
	font-size: 1rem;

	width: auto;
	height: auto;
	border-radius: 0;
	background: transparent;
}
.ul-primary.with-check li:before {
	color: #481c8f;
}
.ul-secondary.with-check li:before {
	color: #f8bf05;
}
.ul-tertiary.with-check li:before {
	color: #3466fa;
}
.ul-success.with-check li:before {
	color: #2cc26f;
}

.spaced li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.spaced li:before {
	top: 5px !important;
}


/* Text Style
------------------------------------------------
*/

.text-italic {
	font-style: italic;
}
.text-uppercase {
	text-transform: uppercase;
}

.font-weight-100 { font-weight: 100; }
.font-weight-200 { font-weight: 200; }
.font-weight-300 { font-weight: 300; }
.font-weight-400 { font-weight: 400; }
.font-weight-500 { font-weight: 500; }
.font-weight-600 { font-weight: 600; }
.font-weight-700 { font-weight: 700; }
.font-weight-800 { font-weight: 800; }
.font-weight-900 { font-weight: 900; }


/* .font-brushed {
	font-family: 'Highlander';
} */


/* Sizes */
.image-size-25 {
	width: 25%;
}
.image-size-33 {
	width: 31.5%;
}
.image-size-50 {
	width: 50%;
}
.image-size-75 {
	width: 75%;
}
.image-size-100 {
	width: 100%;
	margin-bottom: 1em;
	margin-left: 0 !important;
}


/* Horizontal rules
------------------------------------------------
*/

hr {
	max-width: 100%;
	margin: 15px 0 15px;
	border-width: 1px;
	border-color: rgba(0, 33, 100, 0.1);
}
.text-center hr {
	margin-left: auto;
	margin-right: auto;
}

.hr-narrow {
	margin: 20px 0 10px;
	max-width: 8rem;
	border-width: 4px;
	border-color: #f8bf05;
}
	@media (max-width: 640px) {
		.hr-narrow {
			margin: 10px 0 10px;
			max-width: 4rem;
			border-width: 3px;
			border-color: #f8bf05;
		}
	}
/* Thick */
.hr-thick {
	margin: 10px 0 10px;
	border-width: 3px;
}
/* Double */
.hr-double {
	margin: 10px 0 10px;

	border-style: double;
	border-width: 1px;
}

/* Dots */
.hr-dots {
	text-align: center;
	margin: 0 auto 20px;
}
.hr-dots span {
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 10px;
	margin:0 5px;
}

/* ZigZag */
.hr-zigzag {
	text-align: center;
	margin: 0 auto 20px;
}
.hr-zigzag .zig,
.hr-zigzag .zag {
	display: inline-block;
	width: 2px;
	height: 10px;
	margin: 0px;
}
.hr-zigzag .zig {
	-ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hr-zigzag .zag {
	-ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Stripes */
.hr-stripes {
	text-align: center;
	margin: 0 auto 20px;
}
.hr-stripes span {
	display: inline-block;
	width: 2px;
	height: 10px;
	margin:0 5px;
}



/* hr colours */

.hr-primary {
	border-color: #008aff;
}
.hr-transparent {
	border-color: transparent !important;
}
.hr-primary {
	border-color: #008aff;
}
.hr-secondary {
	border-color: #ff2437;
}

.hr-tertiary {
	border-color: #002164;
}
.hr-success {
	border-color: #2cc26f;
}
.hr-warning {
	border-color: #ff2437;
}
.hr-alert {
	border-color: #ff7e12;
}
.hr-light-gray {
	border-color: #bcbcba;
}
.hr-medium-gray {
	border-color: #818180;
}
.hr-dark-gray {
	border-color: #474746;
}
.hr-darken {
	border-color: #151416;
}
.hr-black {
	border-color: #000;
}
.hr-black-80 {
	border-color: rgba(0, 0, 0, 0.8);
}
.hr-white {
	border-color: #ffffff;
}
.hr-light {
	border-color: #f6f2e7;
}


/* border colours */

.border-primary {
	border-color: #008aff;
}
.border-transparent {
	border-color: transparent !important;
}
.border-tertiary {
	border-color: #002164;
}
.border-success {
	border-color: #2cc26f;
}
.border-warning {
	border-color: #ff2437;
}
.border-alert {
	border-color: #ff7e12;
}
.border-light-gray {
	border-color: #bcbcba;
}
.border-medium-gray {
	border-color: #818180;
}
.border-dark-gray {
	border-color: #474746;
}
.border-darken {
	border-color: #151416;
}
.border-black {
	border-color: #000;
}
.border-black-80 {
	border-color: rgba(0, 0, 0, 0.8);
}
.border-white {
	border-color: #ffffff;
}
.border-light {
	border-color: #f6f2e7;
}



/* Radius
------------------------------------------------
*/

.round {
	border-radius: 1000px;
}

.radius {
	border-radius: 5px;
}

.radius-tiny {
	border-radius: 2px;
}
.radius-small {
	border-radius: 4px;
}
.radius-medium {
	border-radius: 7px;
}
.radius-large {
	border-radius: 15px;
}

.with-radius-left {
	border-radius: 5px 0 0 5px !important;
}
.with-radius-right {
	border-radius: 0 5px 5px 0px !important;
}


/* Paddings
------------------------------------------------
*/

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


/** Tiny **/

.padding-tiny {
	padding: 1rem 0;
}
.padding-tiny-all {
	padding: 1rem;
}
.padding-top-tiny {
	padding-top: 1rem;
}
.padding-bottom-tiny {
	padding-bottom: 1rem !important;
}
.padding-left-tiny {
	padding-left: 1rem;
}
.padding-right-tiny {
	padding-right: 1rem;
}

/** Small **/
.padding-small {
	padding: 2rem 0 !important;
}
.padding-small-all {
	padding: 2rem !important;
}
.padding-top-small {
	padding-top: 2rem !important;
}
.padding-bottom-small {
	padding-bottom: 2rem !important;
}
.padding-left-small {
	padding-left: 2rem;
}
.padding-right-small {
	padding-right: 2rem;
}
	@media (max-width: 640px) {
		.padding-top-small {
			padding-top: 1rem !important;
		}
		.padding-bottom-small {
			padding-bottom: 1rem !important;
		}
	}

/** Medium **/
.padding-medium {
	padding: 5rem 0 !important;
}
.padding-medium-all {
	padding: 5rem !important;
}
.padding-top-medium {
	padding-top: 5rem !important;
}
.padding-bottom-medium {
	padding-bottom: 5rem !important;
}
.padding-left-medium {
	padding-left: 5rem !important;
}
.padding-right-medium {
	padding-right: 5rem;
}

	@media (max-width: 1024px) {
		.padding-top-medium {
			padding-top: 2rem !important;
		}
		.padding-bottom-medium {
			padding-bottom: 2rem !important;
		}
		.padding-left-medium {
			padding-left: 2rem !important;
		}
		.padding-right-medium {
			padding-right: 2rem !important;
		}

	}

	@media (max-width: 640px) {
		.padding-top-medium {
			padding-top: 2rem !important;
		}
		.padding-bottom-medium {
			padding-bottom: 2rem !important;
		}
		.padding-left-medium {
			padding-left: 2rem !important;
		}
		.padding-right-medium {
			padding-right: 2rem !important;
		}

	}

/** Large **/
.padding-large {
	padding: 7rem 0;
}
.padding-large-all {
	padding: 7rem;
}
.padding-top-large {
	padding-top:7rem;
}
.padding-bottom-large {
	padding-bottom: 7rem;
}
.padding-left-large {
	padding-left: 7rem !important;
}
.padding-right-large {
	padding-right: 7rem;
}
	@media (max-width: 970px) {
		.padding-top-large {
			padding-top: 4rem;
		}
	}
	@media (max-width: 640px) {
		.padding-top-large {
			padding-top: 4rem;
		}
		.padding-bottom-large {
			padding-bottom: 4rem;
		}
		.section-cta.padding-bottom-large {
			padding-bottom: 5rem;
		}
		.padding-left-large {
			padding-left: 4rem;
		}
		.padding-right-large {
			padding-right: 4rem;
		}
	}

/** Extra Large **/
.padding-xlarge {
	padding: 10rem 0;
}
.padding-xlarge-all {
	padding: 10rem;
}
.padding-top-xlarge {
	padding-top: 10rem;
}
.padding-bottom-xlarge {
	padding-bottom: 10rem;
}
.padding-left-xlarge {
	padding-left: 10rem;
}
.padding-right-xlarge {
	padding-right: 10rem;
}
	@media (max-width: 640px) {
		.padding-top-xlarge {
			padding-top: 6rem;
		}
		.padding-bottom-xlarge {
			padding-bottom: 6rem;
		}
		.padding-left-xlarge {
			padding-left: 6rem;
		}
		.padding-right-xlarge {
			padding-right: 6rem;
		}
	}

/** Huge **/
.padding-huge {
	padding: 12rem 0;
}
.padding-huge-all {
	padding: 12rem;
}
.padding-top-huge {
	padding-top: 14rem;
}
.padding-bottom-huge {
	padding-bottom: 14rem;
}
.padding-left-huge {
	padding-left: 12rem;
}
.padding-right-huge {
	padding-right: 12rem;
}
	@media (max-width: 1023px) {
		.padding-top-huge {
			padding-top: 9rem;
		}
		.padding-bottom-huge {
			padding-bottom: 9rem;
		}
		.padding-left-huge {
			padding-left: 9rem;
		}
		.padding-right-huge {
			padding-right: 9rem;
		}
	}

	@media (max-width: 676px) {
		.padding-top-huge {
			padding-top: 8rem;
		}
		.padding-bottom-huge {
			padding-bottom: 8rem;
		}
		.padding-left-huge {
			padding-left: 8rem;
		}
		.padding-right-huge {
			padding-right: 8rem;
		}
	}


/** None **/
.padding-none {
	padding:0;
}
.padding-top-none {
	padding-top: 0 !important;
}
.padding-bottom-none {
	padding-bottom: 0 !important;
}
.padding-left-none {
	padding-left: 0 !important;
}
.padding-right-none {
	padding-right: 0 !important;
}


/* Margins
------------------------------------------------
*/

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

/** Tiny **/
.margin-top-tiny {
	margin-top:1rem;
}
.margin-bottom-tiny {
	margin-bottom: 0.5rem;
}
.margin-left-tiny {
	margin-left: 0.5rem;
}
.margin-right-tiny {
	margin-right: 0.5rem;
}

/** Small **/
.margin-top-small {
	margin-top: 2rem;
}
.margin-bottom-small {
	margin-bottom: 2rem;
}
.margin-left-small {
	margin-left: 2rem;
}
.margin-right-small {
	margin-right: 2rem;
}

/** Medium **/
.margin-top-medium {
	margin-top: 4rem ;
}
.margin-bottom-medium {
	margin-bottom: 4rem;
}
.margin-left-medium {
	margin-left: 4rem;
}
.margin-right-medium {
	margin-right: 4rem;
}
	@media (max-width: 1023px) {
		.margin-top-medium {
			margin-top: 3rem ;
		}
		.margin-bottom-medium {
			margin-bottom: 3rem;
		}
		.margin-left-medium {
			margin-left: 3rem;
		}
		.margin-right-medium {
			margin-right: 3rem;
		}
	}
	@media (max-width: 767px) {
		.margin-top-medium {
			margin-top: 2rem ;
		}
		.margin-bottom-medium {
			margin-bottom: 2rem;
		}
		.margin-left-medium {
			margin-left: 2rem;
		}
		.margin-right-medium {
			margin-right: 2rem;
		}
	}

/** Large **/
.margin-top-large {
	margin-top: 7rem;
}
.margin-bottom-large {
	margin-bottom: 7rem;
}
.margin-left-large {
	margin-left: 7rem;
}
.margin-right-large {
	margin-right: 7rem;
}
/** Huge **/
.margin-top-huge {
	margin-top: 7rem;
}
.margin-bottom-huge {
	margin-bottom: 7rem;
}
.margin-left-huge {
	margin-left: 7rem;
}
.margin-right-huge {
	margin-right: 7rem;
}

.margin-top-negative {
	margin-top: -40px;
}

/* Position Fixed
------------------------------------------------
*/
.is-fixed {
	position: fixed;
}
.is-fixed-top {
	position: fixed;
	top:0;
	z-index: 999;
}
.is-fixed-bottom {
	position: fixed;
	bottom:0;
}


/* Position Absolute
------------------------------------------------
*/
.is-absolute-top {
	position: absolute !important;
	top:0;
	z-index: 999;
}
.is-absolute-bottom {
	position: absolute;
	bottom:0;
}
.is-absolute-left {
	position: absolute;
	left:0;
}
.is-absolute-right {
	position: absolute;
	right:0;
	left:auto;
}
.is-absolute-topleft {
	position: absolute;
	top:0;
}
.is-absolute-bottomleft {
	position: absolute;
	bottom:0;
}
.is-absolute-topright {
	position: absolute;
	top:0;
	right:0;
	left: auto !important;
}
.is-absolute-bottomright {
	position: absolute;
	right:0;
}



/* Position Relative
------------------------------------------------
*/
.is-relative {
	position: relative !important;
}
.is-relative {
	position: relative !important;
}

.z-index-999 {
	position: relative !important;
	z-index: 999 !important;
}

/* Widths
------------------------------------------------
*/
.width-100 {
	width: 100%;
}
.width-70 {
	width: 70%;
}
.width-60 {
	width: 63.5%;
}
.width-50 {
	width: 50%;
}
.width-25 {
	width: 25%;
}

/* Heights
------------------------------------------------
*/

.height-full {
	height: 100vh !important;
}
.height-100 {
	height: 100%;
}
.height-85 {
	height: 85vh;
}
.height-80 {
	height: 80vh;
}
.height-75 {
	height: 75vh;
}
.height-70 {
	height: 70vh;
}
.height-50 {
	height: 50vh;
}
.height-25 {
	height: 25%;
}





/* Glow
------------------------------------------------
*/

.glow-primary:before,
.glow-secondary:before,
.glow-tertiary:before,
.glow-dark:before {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	content:'';
	box-shadow: 0px 0px 30px #008aff;
	opacity: 0.3;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.glow-secondary {
	box-shadow: 0px 0px 30px #ff2437;
}
.glow-tertiary {
	box-shadow: 0px 0px 30px #787a8b;
}
.glow-dark {
	box-shadow: 0px 0px 30px #232f36;
}
.round.glow-primary:before,
.round.glow-secondary:before,
.round.glow-tertiary:before,
.round.glow-dark:before {
	border-radius: 1000px;
}

.glow-primary:hover:before,
.glow-secondary:hover:before,
.glow-tertiary:hover:before,
.glow-dark:hover:before {
	opacity: 0.7;
}

/* Opacity
------------------------------------------------
*/
.opacity-08 {
	opacity: 0.08 !important;
}
.opacity-10 {
	opacity: 0.1 !important;
}
.opacity-20 {
	opacity: 0.2 !important;
}
.opacity-30 {
	opacity: 0.3 !important;
}
.opacity-40 {
	opacity: 0.4 !important;
}
.opacity-50 {
	opacity: 0.5 !important;
}
.opacity-60 {
	opacity: 0.6 !important;
}
.opacity-70 {
	opacity: 0.7 !important;
}
.opacity-80 {
	opacity: 0.8 !important;
}
.opacity-90 {
	opacity: 0.9 !important;
}

/* Background Image Size
------------------------------------------------
*/
.bg-cover {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

}
.bg-contain {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}


/* Image Blend modes
-----------------------------
*/
.multiply {
	background-blend-mode: multiply !important;
}
.screen {
	background-blend-mode: screen !important;
}
.overlay {
	background-blend-mode: overlay !important;
}
.soft-light {
	background-blend-mode: soft-light !important;
}
.hard-light {
	background-blend-mode: hard-light !important;
}
.darken {
	background-blend-mode: darken !important;
}
.lighten {
	background-blend-mode: lighten !important;
}
.color-dodge {
	background-blend-mode: color-dodge !important;
}
.saturation {
	background-blend-mode: saturation !important;
}
.color {
	background-blend-mode: color !important;
}
.luminosity {
	background-blend-mode: luminosity !important;
}

.mix-blend-mode-multiply {
	mix-blend-mode: multiply;
}
.mix-blend-mode-soft-light {
	mix-blend-mode: soft-light;
}
.mix-blend-mode-exclusion {
	mix-blend-mode: exclusion;
}


/* Image Grayscale
-----------------------------
*/

.grayscale {
  /* Firefox 10+, Firefox on Android */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/207080f/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");

  /* IE 6-9 */
  filter: gray;

  /*
    Chrome 19+,
    Safari 6+,
    Safari 6+ iOS,
    Opera 15+
  */
  -webkit-filter: grayscale(100%);
}

.grayscale.grayscale-fade {
  -webkit-transition: -webkit-filter .5s;
}

.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0%);
  filter: none;
}

.grayscale-replaced.grayscale-fade svg {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.grayscale-replaced.grayscale-fade:hover svg {
  opacity: 0;
  filter: alpha(opacity=0);
}


/* Image Sizing
------------------------------------------------
*/

.image-cover {
	flex-shrink:0;
  min-width:100%;
  min-height:100%
 }

/* Image Cropping
------------------------------------------------
*/
.image-round {
	border-radius: 100%;
}


/* Image Effects
------------------------------------------------
*/

.has-effect img {
	-webkit-transition: transform 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out;
	-ms-transition:transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}

.has-effect.zoom-in img{
	transform: scale(1);
}
.has-effect.zoom-in:hover img {
	transform: scale(1.1);
}

.has-effect.zoom-out img {
	transform: scale(1.1);
}
.has-effect.zoom-out:hover img {
	transform: scale(1);
}


.hover-shadow:before {
	position: absolute;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
	content:'';
	border-radius: 5px;
	box-shadow: 0px 22px 40px black;
	opacity: 0.1;
	z-index: 2;
	-webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
[data-whatintent='mouse'] a.hover-shadow:hover:before {
  opacity: 0.3
}


/* Buttons
------------------------------------------------
*/

.button-wrap {
	display: block;
}
.button {
	font-family: 'Poppins', sans-serif;
	position: relative;
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	min-width: 0;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
/*
	text-transform: uppercase;
	letter-spacing: 1px;
*/
	padding-top: 20px;
	padding-bottom: 18px;
	padding-left: 30px;
	padding-right: 30px;
	border:0;
	border-radius: 5px;
	white-space: nowrap;
	box-shadow: 0px 1px 12px 1px rgba(0, 33, 100, 0.12);
	-webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.button.with-radius-left {
	border-radius: 5px 0 0 5px !important;
}
.button.with-radius-right {
	border-radius: 0 5px 5px 0px !important;
}

.button:hover {
	box-shadow: 0px 1px 12px 1px rgba(0, 33, 100, 0.2);
}

.button span {
	padding: 5px 1px;
	white-space: nowrap;
    /* overflow: hidden; */
    text-overflow: ellipsis;
}
.button:active {
	/* transform: translateY(1px) !important; */
}



.button.text-left {
	padding-left: 1.5rem;
	padding-right: 2rem;
	text-align: left !important;
}

@media (max-width: 1023px) {
	.button {
		align-items: flex-start;
		flex-wrap: wrap;
		white-space: normal;
		justify-content: flex-start;
		text-align: left !important;
		line-height: 1.1;
	}
}
@media (max-width: 767px) {
	.button {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 440px) {
	.button {
		padding-left: 15px;
		padding-right: 15px;
	}
}
/* .button:before {
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	content: '';
	opacity: 0;
	border-radius: 5px;
	box-shadow: 0px 0px 40px #002164;
	-webkit-transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.button:hover:before {
	opacity: 0.2;
}
.button.with-shadow:before {
	box-shadow: 0px 10px 40px black;
	-webkit-transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.button.with-shadow:hover:before {
	opacity: 0.4;
} */

.button i {
	margin:0 5px;
	-webkit-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.expanded.button.align-center {
	justify-content: center;
}

/* Icon Right */
.button.with-icon-right {
	/* padding-right: 3.5rem; */
}
.expanded.button.with-icon-right {
	justify-content: space-between;
}
.expanded.button.with-icon-right.align-center {
	justify-content: center;
}

.button.with-icon-right i {
	margin-left: 10px;
	margin-right: 0;
	/* position: absolute;
	top:50%;
	transform: translate3d(0, -50%, 0);
	right: 30px; */
	font-size: 16px;
}
.button.with-icon-right:hover i {
	transform: translateX(3px);
}

.button.small.with-icon-right {
	/* padding-right: 40px; */
}


/* Icon Left */
.button.with-icon-left {
	/* padding-left: 2.8rem;
	padding-right: 1.5rem; */
}
.button.with-icon-left i {
	margin-left: 0px;
	margin-right: 10px;
	/* position: absolute;
	top:50%;

	transform: translate3d(0, -50%, 0);
	right: auto;
	left: 1rem; */
}
.button.with-icon-left:hover i {
	transform: translateX(-3px);
}
.searchbar .button.with-icon-left:hover i {
	transform: translateX(0px);
}

@media (max-width: 440px) {
	.button i {
		position: relative;
		top: 2px;
		font-size: 13px !important;
	}
	.button.tiny i {
		position: relative;
		top: 0px;
		font-size: 11px !important;
	}
}


.button.more {
	padding-right: 4rem;
}

.button.secondary,
.button.secondary:hover {
	color: #fff;
}



/* Solid */
.button.primary {
	background: rgb(0,126,255);
	background: -moz-linear-gradient(left, rgba(0,126,255,1) 0%, rgba(0,138,255,1) 100%);
	background: -webkit-linear-gradient(left, rgba(0,126,255,1) 0%,rgba(0,138,255,1) 100%);
	background: linear-gradient(to right, rgba(0,126,255,1) 0%,rgba(0,138,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007eff', endColorstr='#008aff',GradientType=1 );
	color: #fff;
}
.button.primary:hover {
	background: rgb(0,126,255);
	background: -moz-linear-gradient(left, rgba(0,126,255,1) 0%, rgba(0,138,255,1) 100%);
	background: -webkit-linear-gradient(left, rgba(0,126,255,1) 0%,rgba(0,138,255,1) 100%);
	background: linear-gradient(to right, rgba(0,126,255,1) 0%,rgba(0,138,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007eff', endColorstr='#008aff',GradientType=1 );
	color: #fff;
}
.button.secondary {
	background-color: #ff2437
}
.button.secondary:hover {
	background-color: #e91426
}
.button.tertiary {
	background-color: #002164;
}
.button.success {
	background: #2cc26f;
	color: #fff;
}
.button.success:hover {
	background-color: #23b464;
	color: #fff;
}
.button.white {
	background-color: #fff;
	color: #002164;
}
.button.white:before {
	display: none;
}
.button.white:hover {
	color: #002164;
}
.button.light {
	background-color: #eaecf2;
}
.button.light:hover {
	background-color: #dadce1;
}
.button.dark {
	background-color: rgba(35, 47, 54, 0.6);
	color: #fff;
}
.button.dark:hover {
	background-color: rgba(35, 47, 54, 0.8);
	color: #fff;
}


/* Hollow */
.button.hollow {
	background: transparent !important;
	border-width: 1px !important;
	border-color: rgba(0, 33, 100, 0.1) !important;
	color: #002164;
	box-shadow: 0px 1px 2px 1px rgba(0, 33, 100, 0.08);
	-webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.button.hollow i {
	color: #002164
}
.button.hollow.primary {
  color: #002164;
}
.button.hollow.primary i {
	color: #008aff
}

.button.hollow.secondary {
  color: #ff2437;
}
.button.hollow.secondary i {
	color: #f8bf05
}
.button.hollow.tertiary {
  color: #002164;
}
.button.hollow.tertiary i {
  color: #008aff !important
}
.button.hollow.white {
	padding-top: 19px;
	padding-bottom: 17px;
	color: #fff !important;
	background-color: transparent !important;
	border: 1px solid rgba(255, 255, 255, 0.6) !important;
}
.button.hollow.white:hover {
	border-color: #fff !important;
}
.is-second.button.hollow.white {
	margin-left: 10px;
}
/* .button.hollow.white:before {
	display: block;
	border: 1px solid rgba(255, 255, 255, 1) !important;
	opacity: 0.3 !important;
	background: transparent !important;
}
.button.hollow.white:hover:before {
	opacity: 0.8 !important;
} */
.button.hollow.white i {
	color: #ffffff
}
.button.hollow.white:focus {
	color: #fff !important;
}



.section-wrapper.bg-primary .button.hollow,
.section-wrapper.bg-secondary .button.hollow,
.section-wrapper.bg-tertiary .button.hollow,
.section-wrapper.bg-dark .button.hollow {
	color: rgba(255, 255, 255, 1) !important;
}
.section-wrapper.bg-primary .button.hollow:hover,
.section-wrapper.bg-secondary .button.hollow:hover,
.section-wrapper.bg-tertiary .button.hollow:hover,
.section-wrapper.bg-dark .button.hollow:hover {
	color: rgba(255, 255, 255, 1) !important;
}

.button.hollow.primary.hover {
	border-color: #008aff !important;
}

.bg-dark .button.hollow.white,
.bg-primary .button.hollow.white,
.bg-secondary .button.hollow.white,
.bg-tertiary .button.hollow.white {
	color: #fff;
}
.button.hollow.dark {
	color: #041333;
}
.button.hollow:hover {
	/* background-color: rgba(0, 33, 100, 0.04) !important; */
	border-color: rgba(0, 33, 100, 0.2) !important;
	box-shadow: 0px 1px 2px 1px rgba(0, 33, 100, 0.1);
}
.button.hollow:focus {
	color: #002164 !important;
}

/* transparent */
.button.transparent {
	position: relative;
	background: transparent !important;
	border:0;
	padding-left:0;

	color: #002164;
	box-shadow: none;
	text-align: left;
	display: inline-block;
}
.button.transparent:before {
	display: none;
}
.button.transparent.primary {
	background: transparent !important;
  color: #002164;
}
.button.transparent.primary i {
  color: #008aff;
}
.button.transparent.secondary {
  color: #002164;
}
.button.transparent.secondary i {
  color: #ff2437;
}

.button.transparent.tertiary {
  color: #002164;
}
.button.transparent.tertiary i{
  color: #008aff;
}

.button.transparent.white {
    color: #fff;
}

.button.transparent.cancel {
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
}

.button.transparent.with-icon-left {
	padding-left: 35px;
}
.button.transparent.with-icon-left i {
	color: #fd6f00
}
.button.transparent.with-icon-right {

}
.button.transparent.with-icon-right i {

}
.button.transparent:hover {
	color: #0089ff
}
.button.transparent i {
	color: #ff2437
}

.button.tiny {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 10px;
	padding-bottom: 10px;
}
.button.tiny i {
	font-size: 0.85714em;
}
.button.small {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 16px;
	padding-bottom: 15px;
	font-size: 14px;
}
.button.small i {
	font-size: 12px;
}
.button.large {
	font-size: 15px;
}
.button.large.expanded {
	font-size: 17px;
}


/* Text link */
.text-link {
	position: relative;
	font-weight: 700;
	background: transparent !important;
	box-shadow: none !important;
	padding-left: 0 !important;
	padding-right: 3rem;
	color: rgba(0, 33, 100, 0.6);
}
.text-link:before {
	display:none;
}
.text-link:hover {
	color: #002164;
}

.text-link i {
	font-size: 80%;
	color: #008aff;
	margin-left:5px;
}
.text-link.dark {
	color: rgba(35, 47, 54, 1);
}


.section-wrapper.bg-primary .text-link,
.section-wrapper.bg-secondary .text-link,
.section-wrapper.bg-tertiary .text-link {
	color: rgba(255, 255, 255, 1) !important;
}


/* Button group */
.button-group .button{
	border-radius: 0;

}
.button-group .button:first-child{
	border-radius: 4px 0 0 4px;
}
.button-group .button:last-child{
	border-radius: 0 4px 4px 0px;
}

/* Dropdown */

.button.dropdown::after {
	position: absolute;
	right:13px;
	width: 12px;
	height: 12px;
	border: 0;
	content: '\f078';
	font-family: 'Font Awesome 5 Pro';
	-moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  font-style: normal;
  font-variant: normal;
	text-rendering: auto;
	font-size: 12px;
	top: 50%;
	transform: translateY(-46%);
	display: inline-block;
	float: right;
	margin-left: 0em;
	opacity: 0.3;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.button.dropdown.hover {
	color: #0089ff !important
}
.button.dropdown.hover::after {
	transform: translateY(-50%) rotate(-180deg);
	opacity: 1;
}




/* Box Shadows
------------------------------------------------
*/
.box-shadow-tiny {
	box-shadow: inset 0 -2px 0 0 rgba(4, 20, 47, 0.08), 0px 2px 3px rgba(4, 20, 47, 0.08);

}
.box-shadow-small {
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
.box-shadow-medium {
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.box-shadow-large {
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.1);
}
.box-shadow-larger {
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.4);
}


/* Borders
------------------------------------------------
*/

.border-none {
	border: none !important;
}
.border-solid {
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.border-dotted {
	border: 1px dotted rgba(0, 0, 0, 0.1) !important;
}
.border-dashed {
	border: 1px dashed rgba(0, 0, 0, 0.1) !important;
}

.border-top-none {
	border-top: 0px !important;
}
.border-left-none {
	border-left: 0px !important;
}
.border-right-none {
	border-right: 0px !important;
}
.border-bottom-none {
	border-bottom: 0px !important;
}




.icon-size-32 {
	width: 32px;
	height: 32px;
	line-height: 32px;
}
.icon-size-64 {
	width: 64px;
	height: 64px;
	line-height: 64px;
}
.icon-size-128 {
	width: 128px;
	height: 128px;
	line-height: 128px;
}
.icon-size-256 {
	width: 256px;
	height: 256px;
	line-height: 256px;
}
.icon-size-512 {
	width: 512px;
	height: 512px;
	line-height: 512px;
}


/* Deviders */

.section-divider {
	max-width: calc(100% -40px);
	display: block;
  line-height: 0.5;
  text-align: center;
  overflow: hidden;
  margin: 1rem auto;
}
.section-content .section-divider {
	margin: 0 auto;
}
.section-divider span {
  display: inline-block;
  position: relative;
}
.section-divider span:before,
.section-divider span:after {
  content: "";
  position: absolute;
  height: 1px;
  background: rgba(34, 21, 90, 0.1);
  top: 50%;
  width: 900px;
}
.section-divider span:before {
  right: 100%;
  margin-right: 15px;
}
.section-divider span:after {
  left: 100%;
  margin-left: 15px;
}

.divider {
	width: 100%;
	display: block;
  line-height: 0.5;
  text-align: center;
  overflow: hidden;
  margin: 1rem 0;

}

	@media (max-width: 768px) {
		.divider {
			margin-top: 1rem;
		}
	}
.divider img {
	display: inline-block;
}
.divider span {
  display: inline-block;
  position: relative;
  height: 40px;
  line-height: 40px;

}
.divider span:before,
.divider span:after {
  content: "";
  position: absolute;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  top: 50%;
  width: 600px;
}
.divider span:before {
  right: 100%;
  margin-right: 10px;
}
.divider span:after {
  left: 100%;
  margin-left:10px;
}

.divider.vertical {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	width: 2px;
	height: 100%;
	line-height: 0;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.right.divider.vertical {
	left: auto;
	right: 5px;
	top: 0%;
	-webkit-transform: translateX(0%);
	transform: translateX(0%)
}




/* Flexbox
------------------------------------------------
*/

.flex-align-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}


/* Flex Video
------------------------------------------------
*/

.responsive-embed-wrap {

}
.responsive-embed-wrap .responsive-embed {
	margin-bottom: 0rem;
}

/* Pagination
------------------------------------------------
*/

.pagination {
	margin-top: 35px;
	margin-left: 0;
	margin-bottom: 1rem; }

.side-content .pagination {
	margin-top: 10px;
}
	.pagination::before, .pagination::after {
	  display: table;
	  content: ' ';
	  -webkit-flex-basis: 0;
		  -ms-flex-preferred-size: 0;
			  flex-basis: 0;
	  -webkit-box-ordinal-group: 2;
	  -webkit-order: 1;
		  -ms-flex-order: 1;
			  order: 1; }
	.pagination::after {
	  clear: both; }
	.pagination li {
	  margin-right: 0.0625rem;
	  border-radius: 3px;
	  font-size: 0.96rem;
	  display: none; }
	  .pagination li:last-child, .pagination li:first-child {
		display: inline-block; }
	  @media print, screen and (min-width: 40em) {
		.pagination li {
		  display: inline-block; } }
	.pagination a,
	.pagination button {
	  display: block;
	  padding: 0.1875rem 0.86rem;
	  border-radius: 3px;
	  color: #002164; }
	  .pagination a:hover,
	  .pagination button:hover {
		background: rgba(0, 33, 100, 0.103); }
	.pagination .current {
	  padding: 0.1875rem 0.625rem;
	  background: #008aff;
	  color: #fefefe;
	  cursor: default; }
	.pagination .disabled {
	  padding: 0.1875rem 0.625rem;
	  color: #cacaca;
	  cursor: not-allowed; }
	  .pagination .disabled:hover {
		background: transparent; }
	.pagination .ellipsis::after {
	  padding: 0.1875rem 0.625rem;
	  content: '\2026';
	  color: #002164; }

  .pagination-previous a::before,
  .pagination-previous.disabled::before {
	display: inline-block;
	margin-right: 0.5rem;
	content: '\00ab'; }

  .pagination-next a::after,
  .pagination-next.disabled::after {
	display: inline-block;
	margin-left: 0.5rem;
	content: '\00bb'; }

/*
-----------------------------
IMAGE GRAYSCALE
-----------------------------
*/

.grayscale {
  /* Firefox 10+, Firefox on Android */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");

  /* IE 6-9 */
  filter: gray;

  /*
    Chrome 19+,
    Safari 6+,
    Safari 6+ iOS,
    Opera 15+
  */
  -webkit-filter: grayscale(100%);
}

.grayscale.grayscale-fade {
  -webkit-transition: -webkit-filter .5s;
}

.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0%);
  filter: none;
}

.grayscale-replaced.grayscale-fade svg {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.grayscale-replaced.grayscale-fade:hover svg {
  opacity: 0;
  filter: alpha(opacity=0);
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.clearer {
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.clearer.h5 {
	height: 5px;
}
.clearer.h10 {
	height: 10px;
}
.clearer.h15 {
	height: 15px;
}
.clearer.h20 {
	height: 20px;
}
.clearer.h25 {
	height: 25px;
}
.clearer.h30 {
	height: 30px;
}
.clearer.h35 {
	height: 35px;
}
.clearer.h40 {
	height: 40px;
}
.clearer.h45 {
	height: 45px;
}
.clearer.h50 {
	height: 50px;
}
.clearer.h55 {
	height: 55px;
}
.clearer.h60 {
	height: 60px;
}
.clearer.h65 {
	height: 65px;
}
.clearer.h70 {
	height: 70px;
}
.clearer.h75 {
	height: 75px;
}
.clearer.h80 {
	height: 80px;
}
.clearer.h85 {
	height: 85px;
}
.clearer.h90 {
	height: 90px;
}
.clearer.h95 {
	height: 95px;
}
.clearer.h100 {
	height: 100px;
}
.clearer.h120 {
	height: 120px;
}
.clearer.h140 {
	height: 140px;
}
.clearer.h160 {
	height: 160px;
}
.clearer.h180 {
	height: 180px;
}
.clearer.h200 {
	height: 200px;
}



/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


.fadeaway-text {
	position: relative;
	margin-bottom: -1rem;
}
.fadeaway-text:after {
	content: "";
	display: block;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

@media (max-width: 768px) {
	.cookiebar_hide span, .cookiebar_info span{
		display: none !important;
		visibility: hidden !important;
	}

	a.cookiebar_hide{
		margin-left: 10px !important;
	}
}

.sticky.is-stuck {
	z-index: 100;
}

.sitemap .invisible{
	display: none;
}


@media (max-width: 768px) {
	.overbutton{
		font-size: 12px !important;
		padding: 10px 10px 10px 10px !important;
	}
}

@media (max-width: 360px) {
	.overbutton{
		font-size: 12px !important;
		padding: 8px 8px 8px 8px !important;
	}
}	


#boeken_wrapper .callout, .object-detail-bookings .callout{
	border: 1px !important;
	border-radius: 5px !important;
	background: #ecfaff !important;
}	


ul.bookingpro{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.bookingpro li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	list-style-type: none;
	position: relative;
	font-size: 13px;
}

ul.bookingpro li i{
	position: absolute;
	top: 5px;
	left: 0px;
	color: #2cc26f;
}

.hinttext {
	font-size: 12px;
}