@-moz-keyframes lds-eclipse {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes lds-eclipse {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes lds-eclipse {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes blur-text {
	0% {
		-webkit-filter: blur(0);
		filter: blur(0);
	}
	100% {
		-webkit-filter: blur(4px);
		filter: blur(4px);
	}
}

@keyframes blur-text {
	0% {
		-webkit-filter: blur(0);
		filter: blur(0);
	}
	100% {
		-webkit-filter: blur(4px);
		filter: blur(4px);
	}
}

::-webkit-scrollbar-track {
	position: fixed;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgba(143, 143, 143, .3);
}

* {
	font-family: 'inter', 'Trebuchet', 'Century Gothic', 'Segoe UI';
	font-weight: 400;
	margin: 0;
	padding: 0;
	outline: 0;
}

b,
strong,
.bold {
	font-family: 'inter', 'Trebuchet', 'Century Gothic', 'Segoe UI';
	font-weight: 700;
}

.semibold { font-weight: 600; }

.preload-transition-fix * {
	-webkit-transition: none!important;
	-moz-transition: none!important;
	-o-transition: none!important;
	transition: none!important;
}

.clearfix {
	overflow: hidden;
	zoom: 1;
}

.center {
	text-align: center;
}

.isDisabled {
    cursor: unset;
}

html {
	overflow-x: hidden;
	overflow-y: scroll;
}

body {
	overflow-x: hidden;
	color: #404040;
}
figure { margin: 0; }

.overlay {
	display: none;
	background-color: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 998;
	opacity: 0;
	transition: opacity .3s;
}

.overlay.show {
	display: block;
	opacity: 1;
}

.main-content {
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	width: 100%;
}

.youtube.image-only {
	cursor: auto;
}

.youtube.image-only .icon-play {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	line-height: 1em;
	font-weight: 700;
}

h1 {
	font: 32px/38px 'inter', 'Trebuchet', 'Century Gothic', 'Segoe UI';
	font-weight: 700;
	color: #172A41;
}

h2 {
	font-size: 32px;
	line-height: 35px;
	font-weight: 600;
}

h3 {
	font-size: 22px;
	font-weight: 600;
}
h4 {
	font-size: 20px;
	font-weight: 600;
}

h2, h3, h4 { color: #293B51; }

p { color: #394E66; }

.blue-link,
.view-all.blue-link {
	color: #0E4E96;
}

.heading-section h1 {
	margin-bottom: 35px;
	padding: 45px 30px 0;
	text-align: center;
}

.title {
	color: #404040;
}
.uppercase {
	text-transform: uppercase;
}

.text-centered {
	text-align: center;
}

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

.active {
	display: block;
}

a { color: #1155CC; }

a,
a:focus,
a:hover {
	text-decoration: none;
}

.btn {
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #DB007D;
	background-color: transparent;
	padding: 14px 18px;
	color: #DB007D;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	font: 15px/1.3em 'inter', 'Trebuchet', 'Century Gothic', 'Segoe UI';
	font-weight: 700;
}

.btn:hover {
	background-color: #DB007D;
	color: #fff;
	border: 1px solid #DB007D;
}

.btn:focus {
	background-color: #fff;
	color: #DB007D;
	border: 1px solid #DB007D;
}

.btn-check:focus+.btn, .btn:focus { box-shadow: none; }

.btn.filled {
	background-color: #DB007D;
	color: #fff;
	border-color: #DB007D;
}


.btn.filled:hover {
	background-color: #bf0676;
	border-color: #bf0676;
}


.btn.filled:focus {
	background-color: #DB007D;
	color: #fff;
	border-color: #DB007D;
}

.btn.btn-white,
.btn.btn-white.filled:hover {
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
}

.btn.btn-white:hover {
	background-color: #fff;
	color: #053a74;
}


.btn.btn-white:focus {
	background-color: transparent;
	color: #fff;
}

.btn.btn-white.filled {
	background-color: #fff;
	color: #053a74;
	border: 1px solid #fff;
}

.btn.btn-white.filled:focus {
	background-color: #fff;
	color: #053a74;
	border: 1px solid #fff;
}

.btn[data-book-btn],
.btn[data-book-btn] span {
	font-family: 'inter', 'Trebuchet', 'Century Gothic', 'Segoe UI';
	font-weight: 700;
}

ul {
	list-style: none;
	padding-left: 15px;
}

ul li {
	position: relative;
}

ul li p {
	font-size: 15px;
}

ul li.inline-list {
	list-style: none;
	text-align: center;
}

ul li.inline-list>li {
	display: inline-block;
	position: relative;
}

ul li.inline-list>li:before {
	display: none;
}

ul li.inline-list>li:not(:last-child):after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 12px;
	background-color: #757575;
}

ul li.inline-list>li a,
ul li.inline-list>li p {
	padding: 0 20px;
}

table {
	width: 100%;
	border-collapse: separate;
	webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border-spacing: 0;
	border: 1px solid #e2e2e2;
	overflow: hidden;
	margin-bottom: 20px;
}

table thead tr {
	background: #00abeb;
}

table thead tr th {
	color: #fff;
	font-size: 14px;
	padding: 24px 0;
	text-align: center;
	font-weight: 700;
	border-right: 1px solid #fff;
}

table thead tr th:last-of-type {
	border-right: none;
}

table tbody tr:nth-child(odd) {
	background: #fff;
}

table tbody tr:nth-child(odd) td {
	border-right: 1px solid #e8e8e8;
}

table tbody tr:nth-child(even) {
	background: #e8e8e8;
}

table tbody tr:nth-child(even) td {
	border-right: 1px solid #fff;
}

table tbody tr td {
	font-size: 15px;
	color: #404040;
	padding: 16px 20px;
}

table tbody tr td:last-of-type {
	border-right: none;
}

table tbody tr td a {
	color: #21b1ed;
}

.has-new-label {
	position: relative;
}

.section-holder {
	padding: 80px 0;
}

section.white {
	background: #fff;
}

section.blue {
	background: #0E4E96;
}

section.white+section.white {
    padding-top: 0;
}

.section-holder h1,
.section-holder h2 {
	font-family: 'inter', 'Trebuchet', 'Century Gothic', 'Segoe UI';
	color: #404040;
}

.section-holder.blue-section {
	background-color: #005a96;
	color: #fff;
}

.section-holder.blue-section h2,
.section-holder.blue-section p.sub-title,
.section-holder.blue-section p.title {
	color: #fff;
}

.section-holder.grey-section {
	background-color: #f1f3f7;
	color: #404040;
}

.section-holder.grey-section h2,
.section-holder.grey-section p.sub-title,
.section-holder.grey-section p.title,
.section-holder.white-section h2,
.section-holder.white-section p.sub-title,
.section-holder.white-section p.title {
	color: #404040;
}

.section-holder.white-section {
	background-color: #fff;
	color: #404040;
}

.section-holder.grey-white-section {
	background-color: #f4f4f4;
	color: #646464;
}

.section-holder.yellow-section {
	background-color: #f3f1ef;
	color: #404040;
}

.section-holder.yellow-section h2,
.section-holder.yellow-section p.sub-title,
.section-holder.yellow-section p.title {
	color: #404040;
}

.section-holder img {
	max-width: 100%;
    height: auto;
    display: inline-block;
}

#breadcrumbs {
	margin-bottom: 40px;
	font-size: 12px;
}

/* .breadcrumbs-section {
	color: #646464;
	padding: 15px 0;
	font-size: 12px;
}

.breadcrumbs-section div {
	display: inline-block;
}

.breadcrumbs-section div a {
	color: #337ab7;
	font-size: 12px;
} */

li.icon-tick {
	padding-left: 40px;
	margin-bottom: 30px;
}

li.icon-tick:before {
	position: absolute;
	top: -3px;
	left: 0;
	font-size: 26px;
}

.add-check {
	padding-left: 40px;
	position: relative;
	margin-bottom: 15px;
}

.add-check.check-align-top:before {
	top: 0;
	transform: translateY(0);
}

.add-check.small-check {
	padding-left: 24px;
}

.add-check.small-check:before {
	font-size: 16px;
}

.dot-list {
	padding-left: 15px!important;
}

.dot-list li:before {
	content: '';
	position: absolute;
	top: 9px;
	left: -15px;
	width: 3px;
	height: 3px;
	background-color: #fff;
	border-radius: 50%;
}


/* ------------------------------------------------------------ *\
	Bullet List
\* ------------------------------------------------------------ */

.bullet-list { padding-left: 0; }
.bullet-list li { position: relative; padding-left: 30px; margin-bottom: 12px; line-height: 22px; text-align: left; }
.bullet-list li:last-child { margin-bottom: 0; }

.bullet-list li:before { content: ''; position: absolute; left: 0; top: 7px; width: 20px; height: 20px; display: block; background-image: url(../images/franchise/list-check.svg); background-repeat: no-repeat; }

.bullet-list.semibold li { font-weight: 600; }

.dark-dot-list li:before {
	background-color: #404040;
}

.green-check {
	margin-bottom: 45px;
	padding-left: 7px;
}
.green-check li {
	padding-left: 20px;
	margin-bottom: 30px;
}
.green-check:before,
.green-check li:before {
	background-size: 100%;
	background-image: url(../images/franchise/green-check.svg);
	width: 12px;
}

.default-section {
	padding: 30px 0;
}

.default-section h2 {
	color: #015b98;
	text-align: left;
	margin-bottom: 15px;
}

.default-section p {
	margin-bottom: 15px;
}

.default-section ul li {
	margin-bottom: 10px;
}

.def-style-btn {
	font-family: 'inter', 'Trebuchet', 'Century Gothic', 'Segoe UI';
	font-weight: 700;
	text-align: center;
	color: #fff;
	margin-bottom: 32px;
	text-transform: uppercase;
	display: inline-block;
	background: #ec008c;
	border-radius: 5px;
	min-width: 250px;
	padding: 20px 18px;
	-moz-box-shadow: 0 7px 30px 2px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 7px 30px 2px rgba(0, 0, 0, .3);
	box-shadow: 0 7px 30px 2px rgba(0, 0, 0, .3);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.def-style-btn:hover {
	color: #fff;
	background: #db00af;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.def-style-btn:focus {
	color: #fff;
}

.grecaptcha-badge {
	display: none;
}

.view-all {
	display: inline-block;
	padding-right: 30px;
	position: relative;
	color: #404040;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.view-all:after,
.view-all:before {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 2px;
	height: 8px;
	background: #404040;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.view-all.blue-link:after,
.view-all.blue-link:before {
	background: #0E4E96;
}

.view-all:before {
	-webkit-transform: translate(-5px, -50%) rotate(-45deg);
	transform: translate(-5px, -50%) rotate(-45deg);
}

.view-all:after {
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
}

.view-all.expand:before,
.view-all.expanded:before {
	-webkit-transform: translate(-5px, -50%) rotate(-135deg);
	transform: translate(-5px, -50%) rotate(-135deg);
}

.view-all.expand:after,
.view-all.expanded:after {
	-webkit-transform: translate(0, -50%) rotate(135deg);
	transform: translate(0, -50%) rotate(135deg);
}

.arrow-down {
    position: relative;
}

.arrow-down:before,
.arrow-down:after {
    content: '';
    display: block;
    background: #000;
    height: 7px;
    width: 1px;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.arrow-down:after{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 8px;
}


.mobile-btn {
	display: none;
}

.youtube {
	display: block;
	position: relative;
}

.podcast-link .icon-play,
.youtube .icon-play {
	font-size: 42px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 42px;
	width: 42px;
	line-height: 42px;
	margin: -21px 0 0 -21px;
	opacity: .7;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.youtube:hover .icon-play {
	opacity: 1;
}

.error-page h1 { margin: 50px 0 30px; }
.error-page .button-holder { margin-top: 50px; }

/*** footer area ***/
.footer-sidebar h2,
.footer-sidebar h3,
.footer-sidebar h4 {
	text-align: center;
	margin-bottom: 20px;
}

footer hr {
	margin: 0 auto 60px;
    max-width: 70%;
}


@media only screen and (max-width:1199px) {
	.section-holder {
		padding: 60px 0;
	}

}

@media only screen and (max-width:1200px) and (min-width:768px) {

}

@media only screen and (min-width:768px) {
	.visible-bg-xs {
		background: 0 0!important;
	}
}

@media only screen and (max-width:991px) {
	h1 {
		font-size: 28px;
		line-height: 32px;
	}
	h2 {
		font-size: 24px;
	}

}

@media only screen and (max-width: 767px) {
	h3 {
		line-height: 23px;
		margin-bottom: 20px;
	}
	.heading-section h1 {
		padding: 35px 20px 0;
	}
	.btn .book-btn {
		-moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
		-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
		box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
	}
	.hidden-bg-xs {
		background: 0 0!important;
	}
	.hidden-bg-xs:before {
		background-color: transparent;
	}
	.mobile-align {
		text-align: center;
	}

	.fixed-cta-buttons .cta-buttons-holder {
		position: fixed;
		top: 20px;
		bottom: auto;
	}

	/* ul.check-list {
		width: 65%;
		margin: 30px auto 0;
	}
	ul.check-list li p:first-child {
		font-size: 15px;
		font-family: 'inter', 'Trebuchet', 'Century Gothic', 'Segoe UI';
		font-weight: 400;
	}
	ul.check-list li p:not(:first-child) {
		display: none;
	}
	ul.check-list li ul {
		display: none;
	}
	ul.check-list .icon-tick {
		font-size: 16px;
	} */
	.sub-title {
		font-size: 14px;
	}
	h1 {
		font-size: 22px;
		line-height: 1.3em;
		text-align: center;
	}
	h2 {
		line-height: 1.3em;
		text-align: center;
	}
	.section-holder h2 {
		font-size: 20px !important;
	}
	/* .section-holder {
		padding: 30px 0;
	} */

	.def-style-btn:hover {
		background: #ec008c;
	}
	.copyright {
    	margin-top: 20px;
	}

	.gform_wrapper form ul li input, .gform_wrapper form ul li select, .gform_wrapper form ul li textarea {
		font-size: 16px!important;
	}

	.mobile-btn {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		background: #DB007D;
		width: 30px;
	}

	.mobile-btn:before,
	.mobile-btn:after {
		content: '';
		display: block;
		width: 2px;
		height: 7px;
		background-color: #fff;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		position: absolute;
		right: 14px;
		top: 50%;
		margin-top: -1px;
	}

	.mobile-btn:before {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		margin-top: -6px
	}

	.mobile-btn:after {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

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

}