@font-face {
	font-family: "icomoon";
	src: url("/fonts/icomoon.eot?2t38pi");
	src: url("/fonts/icomoon.eot?2t38pi#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?2t38pi") format("truetype"), url("/fonts/icomoon.woff?2t38pi") format("woff"), url("/fonts/icomoon.svg?2t38pi#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
[class^="icon-"],
[class*=" icon-"],
.tour-section ul:not([class]):not([id]) li:before {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-check:before {
	content: "\e900";
}
.calculator,
.tour-list,
.tour-section ul:not([class]):not([id]),
.blog-detail-section .aside .blog-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}
#header {
	background-color: #fff;
}
.navbar-brand {
	width: 10.1875rem;
}
.navbar-brand img {
	width: 100%;
}
.menu-holder {
	-webkit-transition: opacity .15s linear, visibility .15s linear;
	transition: opacity .15s linear, visibility .15s linear;
	background-color: #16749c;
	border-radius: .5rem;
	left: 0;
	padding: 1.9375rem 0 1.125rem;
	position: absolute;
	right: 0;
	top: .875rem;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}
.main-menu {
	overflow: hidden;
}
.navbar-nav .nav-item.active .nav-link {
	font-weight: 700;
}
.navbar-nav .nav-link {
	padding: .5rem 1.25rem;
	position: relative;
	font-size: 1.25rem;
}
.additional-holder {
	padding-top: 1rem;
	padding-left: 1.25rem;
	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-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.additional-holder .btn {
	margin-bottom: 1rem;
}
.nav-opener {
	display: inline-block;
	vertical-align: middle;
}
.nav-opener .open-menu {
	border: .0625rem solid #91278e;
	color: #91278e;
	padding: .3125rem 1.125rem;
	border-radius: .5rem;
}
.nav-opener .close-menu {
	-webkit-transition: color .15s linear;
	transition: color .15s linear;
	display: none;
}
.nav-opener .close-menu:hover {
	color: #26a9e0;
}
.nav-active .nav-opener {
	top: 1.25rem;
	right: 1.5rem;
}
.nav-active .nav-opener .open-menu {
	display: none;
}
.nav-active .close-menu {
	display: block;
}
.nav-active .menu-holder {
	opacity: 1;
	visibility: visible;
}
#app {
	overflow: hidden;
	position: relative;
	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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 100vh;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	background: #fff;
	max-width: 75rem;
	margin: 0 auto;
}
.container {
	max-width: 65.625rem;
}
#main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	height: 100%;
}
body {
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
a {
	-webkit-transition: color .15s linear, background-color .15s linear;
	transition: color .15s linear, background-color .15s linear;
}
a:not([class]) {
	text-decoration: underline;
}
img {
	max-width: 100%;
}
.btn {
	white-space: normal;
	letter-spacing: .1px;
}
.btn.btn-primary:hover {
	background-color: #16749c;
	border-color: #16749c;
	color: #fff;
}
.btn.btn-outline-primary {
	background: #fff;
}
.btn.btn-outline-primary:hover {
	background-color: #91278e;
}
.btn.btn-link {
	color: #fff;
	font-weight: 700;
	text-decoration: underline;
	font-size: 1.25rem;
	border: none;
}
.btn.btn-link:hover,
.btn.btn-link:focus {
	text-decoration: none;
	background: none;
	color: #91278e;
}
::-ms-reveal,
::-ms-clear {
	display: none;
}
p + .figure {
	margin-top: 2.8125rem;
}
.figure {
	display: block;
	text-align: center;
	margin-bottom: 1.5625rem;
}
.figure img {
	margin-bottom: .625rem;
	border-radius: .5rem;
	border: 1px solid #ccc;
	background-color: #eee;
}
.figure .figure-caption {
	font-style: italic;
}
.heading-block {
	background: #26a9e0;
	padding: 2.6875rem 0 2.5rem;
	margin-bottom: 2.1875rem;
	text-align: center;
	color: #fff;
}
.heading-block h1 {
	color: inherit;
}
.heading-block h1 a {
	color: #fff;
}
.heading-block h1 a:hover {
	text-decoration: none;
}
.heading-block.has-desc-text {
	padding: 2.125rem 0;
}
.heading-block.has-desc-text .text-holder p {
	margin-bottom: 0;
}
.description-text {
	line-height: 1.375;
	font-size: 1.25rem;
	text-align: center;
}
.error-message {
	display: none;
	color: #dd1367;
	background-color: #fef6f8;
	border: 1px solid #dd1367;
	border-radius: .5rem;
	font-size: 1rem;
	margin-bottom: 1.125rem;
	padding: 1.125rem .625rem .8125rem 1.25rem;
}
.error-message .title {
	display: block;
	font-weight: 700;
	line-height: 1;
	margin-bottom: .125rem;
}
.error-message p {
	margin-bottom: 0;
}
.input-error .form-control {
	border-color: #dd1367;
}
.form-error .error-message {
	display: block;
	width: 100%;
}
.subscribe-form {
	margin-bottom: .625rem;
}
.subscribe-form .form-control {
	min-width: 16rem;
	margin-right: .625rem;
}
.subscribe-form .form-control,
.subscribe-form .btn {
	margin-bottom: .625rem;
}
.account-form {
	max-width: 22.0625rem;
	margin-bottom: 3.125rem;
}
.account-form .form-group input {
	margin-left: -.4375rem;
}
.account-form .error-message {
	margin-left: -.4375rem;
}
.account-form input[type="submit"] {
	margin-top: 1.75rem;
}
.calculator {
	margin: 0 auto;
	max-width: 43.75rem;
	font-size: 1.5rem;
	line-height: 1.5;
}
.calculator li {
	margin-bottom: 2.375rem;
	position: relative;
}
.calculator li.error .error-msg {
	opacity: 1;
	visibility: visible;
}
.calculator li.error .form-control {
	border-color: #dd1367;
}
.calculator .form-control {
	height: 3.375rem;
	font-size: 1.375rem;
}
.calculator .error-msg {
	display: block;
	position: absolute;
	top: calc(100% + .25rem);
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	color: #dd1367;
	font-size: .875rem;
	text-align: center;
}
.tour-list li {
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 1rem;
	margin-bottom: 3rem;
}
.tour-list li:after {
	content: "";
	display: block;
	width: 3rem;
	height: 3.375rem;
	background-image: url(/images/decor.svg);
	background-size: 3rem 3.375rem;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.price-block {
	padding: 2.5rem 1.25rem;
	font-size: 1.5rem;
	line-height: 1.5;
}
.price-block .discount {
	display: block;
	color: #dd1367;
	font-weight: 700;
	margin-bottom: 1rem;
}
.price-block h2 {
	margin-bottom: 1.75rem;
}
.price-block h3 {
	margin-bottom: 1.625rem;
}
.price-block .price {
	font-size: 1.625rem;
}
.price-block .price .text-small {
	font-size: 1.25rem;
}
.price-block .price .value {
	font-size: 5rem;
	line-height: 1.05;
	font-weight: 700;
	display: block;
}
.price-block .price sup,
.price-block .price sub {
	font-size: 1.875rem;
	left: .4375rem;
}
.price-block .price sup {
	top: -2.125rem;
}
.price-block .price sub {
	bottom: 0;
}
.price-block .text-small {
	font-size: 1.125rem;
}
.prices-holder {
	text-align: center;
	margin-bottom: 1.875rem;
}
.intro {
	background: #26a9e0;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.25;
	padding-top: 2.5rem;
	position: relative;
	overflow: hidden;
}
.intro h1 {
	color: #fff;
	margin-bottom: 2rem;
}
.intro .text-holder p {
	margin-bottom: 1.875rem;
}
.intro .text-holder p:last-of-type {
	margin-bottom: 1.875rem;
}
.intro .img-holder {
	width: calc(100% + 16.25rem);
	height: 22.5rem;
	margin-right: -16.25rem;
	padding: 0;
}
.intro .img-holder.img-bottom {
	width: calc(100% + .9375rem);
	height: auto;
	margin-right: -.9375rem;
	text-align: right;
}
.intro .btn-holder {
	margin-bottom: 1.875rem;
	font-size: 1.125rem;
}
.intro .btn-holder .sep {
	padding: 0 0 0 1.125rem;
}
.intro .title {
	display: block;
	font-size: 1.25rem;
	color: #fff;
	font-weight: normal;
	margin-bottom: .875rem;
}
.pricing-section .price-block {
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}
.pricing-section .price-block:after {
	content: "";
	display: block;
	width: 3rem;
	height: 3.375rem;
	background-image: url(/images/decor.svg);
	background-size: 3rem 3.375rem;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.pricing-section .price-block:last-of-type {
	border-bottom: none;
}
.pricing-section .price-block:last-of-type:after {
	display: none;
}
.pricing-section .price-block:last-of-type .price {
	font-size: 1.4375rem;
}
.pricing-section .price-block:last-of-type .price .value {
	font-size: 3.125rem;
	line-height: 1.3;
}
.calculator-section {
	background-color: #e8f6f4;
	padding: 3rem 0 0;
	margin-bottom: 9.8125rem;
	position: relative;
}
.calculator-section .container {
	position: relative;
}
.calculator-section .decor {
	border-bottom: 1px solid #e5e5e5;
	position: absolute;
	top: calc(100% + 4.375rem);
	left: 0;
	right: 0;
}
.calculator-section .decor:after {
	content: "";
	display: block;
	width: 3rem;
	height: 3.375rem;
	background-image: url(/images/decor.svg);
	background-size: 3rem 3.375rem;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.calculator-section h2 {
	color: #105e53;
	text-align: center;
	margin-bottom: 2.25rem;
}
.calculator-section .price-block {
	text-align: center;
	font-size: 1.375rem;
	padding-top: 1.0625rem;
	overflow: hidden;
}
.calculator-section .price-block h3 {
	font-weight: 400;
}
.calculator-section .price-block .price {
	display: block;
	font-size: 3rem;
	line-height: 1.16666667;
	font-weight: 700;
	margin-bottom: 1.4375rem;
}
.calculator-section .price-block .price sup {
	font-size: 1.25rem;
	top: -1.5625rem;
}
.calculator-section .price-block:last-of-type .price {
	color: #105e53;
}
.tour-section {
	margin-bottom: 4rem;
}
.tour-section ul:not([class]):not([id]) {
	margin-bottom: 1.875rem;
}
.tour-section ul:not([class]):not([id]) li {
	position: relative;
	padding: 0 0 .6875rem 1.875rem;
}
.tour-section ul:not([class]):not([id]) li:before {
	content: "\e900";
	color: #105e53;
	font-size: 1.25rem;
	position: absolute;
	top: 0;
	left: 0;
}
.tour-section h2 {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 400;
	margin-bottom: 1.5rem;
}
.help {
	color: #fff;
	background: #16749c;
	font-size: 1rem;
	line-height: 1.4;
	padding: .6875rem 0 .75rem 0;
}
.help p:last-of-type {
	margin-bottom: 0;
}
.info {
	background: #fff;
	font-size: 1.5rem;
	line-height: 1.3;
}
.info .row {
	margin: 0 -.9375rem;
}
.info [class*="col-"] {
	padding: 2.625rem .9375rem;
	color: #16749c;
	border-bottom: 1px solid #e5e5e5;
}
.info [class*="col-"]:nth-child(3n+1) {
	color: #dd1367;
}
.info [class*="col-"]:nth-child(2n) {
	color: #105e53;
}
.info [class*="col-"]:last-of-type {
	border-bottom: none;
}
.info [class*="col-"] p:last-of-type {
	margin-bottom: 0;
}
.blog-section .heading-block {
	margin-bottom: 0;
}
.blog-section .posts {
	margin: 0 -.9375rem;
}
.blog-section .posts .post {
	padding: 1.375rem .9375rem;
	border-bottom: 1px solid #e5e5e5;
}
.blog-section .posts .post h2 {
	font-size: 1.3125rem;
	font-weight: normal;
}
.blog-section .posts .post .post-title {
	margin-bottom: 1.0625rem;
	font-size: 1rem;
	line-height: 1.523;
}
.blog-section .posts .post p {
	margin-bottom: 0;
}
.blog-section .posts .post.subscribe {
	background: #e8f6f4;
}
.blog-section .posts .post.subscribe h2 {
	font-weight: 700;
	color: #105e53;
	margin-bottom: 1.0625rem;
}
.blog-section .posts .post.subscribe p {
	margin-bottom: 1.5625rem;
}
.blog-detail-section article {
	margin-bottom: 1.875rem;
}
.blog-detail-section h2 {
	margin-bottom: 1.375rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.1;
}
.blog-detail-section p {
	margin-bottom: 1.125rem;
}
.blog-detail-section .aside .blog-list {
	line-height: 1.87;
}
.blog-detail-section .aside .blog-list li {
	margin-bottom: .9375rem;
}
.bottom-block {
	text-align: center;
	color: #105e53;
	line-height: 1.5;
	margin-bottom: 3rem;
}
.bottom-block .container {
	max-width: 30rem;
}
.bottom-block .btn {
	margin-bottom: 1.0625rem;
}
#footer {
	padding: .9375rem 0;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #16749c;
}
.footer-nav-holder {
	display: none;
}
.footer-nav {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1rem;
}
.footer-nav li a {
	text-decoration: underline;
}
.copyright {
	font-size: .875rem;
}
.copyright li {
	margin-bottom: .375rem;
}
.copyright li a {
	text-decoration: none;
}
.copyright li a:hover {
	text-decoration: underline;
}
body {
	min-width: 320px;
}
@media (min-width: 576px) {
	.calculator li {
		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;
	}
	.calculator .form-control {
		width: 7.4375rem;
	}
	.calculator .text-field {
		width: calc(100% - 7.4375rem);
		padding-right: .5rem;
	}
	.calculator .text-field p {
		margin-bottom: 0;
	}
	.calculator .error-msg {
		text-align: right;
	}
	.intro .img-holder {
		width: calc(100% + 6.25rem);
		margin-right: -6.25rem;
		height: 36.25rem;
	}
}
@media (min-width: 768px) {
	.menu-holder {
		background-color: #fff;
		opacity: 1;
		padding: 0;
		position: static;
		visibility: visible;
		width: calc(100% - 260px);
	}
	.main-menu {
		background-color: #16749c;
		border-radius: .25rem;
		padding: 2rem 0 .625rem;
		position: absolute;
		opacity: 1;
		visibility: hidden;
		left: 0;
		right: 0;
		top: .625rem;
		z-index: 1;
	}
	.navbar-nav {
		margin: 0 -1.25rem;
	}
	.navbar-nav .nav-item {
		margin: 0 .75rem;
	}
	.additional-holder {
		width: 100%;
		padding: 0;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.additional-holder .btn {
		margin: 0 .5rem;
	}
	.nav-opener .close-menu {
		color: #fff;
	}
	.nav-active .nav-opener {
		position: relative;
		top: 0;
		z-index: 3;
	}
	.nav-active .menu-holder .main-menu {
		opacity: 1;
		visibility: visible;
	}
	body {
		font-size: 1.125rem;
		line-height: 1.666;
	}
	h1 {
		font-size: 1.875rem;
	}
	.btn:not(.btn-sm) {
		font-size: 1.25rem;
		padding: .875rem 1.375rem;
	}
	.btn.btn-link {
		padding: .875rem .75rem;
	}
	.figure {
		margin-bottom: 2.8125rem;
		margin-top: 1.0625rem;
	}
	.figure .figure-caption {
		font-size: 1.125rem;
	}
	.heading-block {
		text-align: left;
	}
	.heading-block.has-desc-text .flex-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.heading-block.has-desc-text h1 {
		width: 24%;
		padding-right: 1.25rem;
	}
	.heading-block.has-desc-text .text-holder {
		width: 76%;
	}
	.description-text {
		font-size: 2rem;
		margin-bottom: 1.875rem;
		text-align: left;
	}
	.subscribe-form {
		margin-bottom: 3rem;
	}
	.tour-list li {
		margin-bottom: 4.375rem;
	}
	.price-block .discount {
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		font-size: 1.5rem;
	}
	.price-block h3 {
		min-height: 9.375rem;
	}
	.prices-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.intro {
		font-size: 1.25rem;
		line-height: 1.48;
	}
	.intro .flex-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.intro .text-holder {
		width: 44%;
	}
	.intro .text-holder p:last-of-type {
		margin-bottom: 2.375rem;
	}
	.intro .img-holder {
		width: calc(56% + 13.75rem);
		height: auto;
		padding-left: 2.6875rem;
		position: absolute;
		top: 3.5625rem;
		bottom: 0;
		right: -10.9375rem;
	}
	.intro .img-holder.img-bottom {
		width: calc(56% + 5.625rem);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		position: static;
		margin-right: -5.625rem;
		margin-top: .875rem;
		padding-left: 1.875rem;
	}
	.intro .btn-holder {
		margin-bottom: 3.1875rem;
	}
	.pricing-section .description-text {
		margin-bottom: 3.4375rem;
	}
	.pricing-section .price-block {
		border-bottom: none;
		padding-top: 3.125rem;
	}
	.pricing-section .price-block:nth-of-type(odd):after {
		display: none;
	}
	.pricing-section .price-block:nth-of-type(even) {
		border-left: 1px solid #e5e5e5;
	}
	.pricing-section .price-block:nth-of-type(even):after {
		left: 0;
		top: 50%;
	}
	.pricing-section .price-block:last-of-type {
		padding-top: 2.9375rem;
	}
	.pricing-section .price-block {
		width: 50%;
	}
	.calculator-section h2 {
		font-size: 1.75rem;
	}
	.calculator-section .price-block {
		width: 33.33%;
	}
	.calculator-section .price-block h3 {
		font-size: 1.625rem;
		line-height: 1.46153846;
	}
	.calculator-section .price-block .price {
		font-size: 2.5rem;
	}
	.calculator-section .price-block .text-small {
		line-height: 1.7;
	}
	.tour-section {
		margin-bottom: 6.625rem;
	}
	.tour-section ul:not([class]):not([id]) {
		font-size: 1.5rem;
		margin-bottom: 3.8125rem;
	}
	.tour-section ul:not([class]):not([id]) li {
		padding-left: 3.125rem;
	}
	.tour-section ul:not([class]):not([id]) li:before {
		font-size: 2.375rem;
	}
	.tour-section h2 {
		font-size: 2rem;
		margin-bottom: 2.125rem;
	}
	.help {
		padding: .625rem 0;
	}
	.info .row {
		margin: 0 -2.8125rem;
	}
	.info [class*="col-"] {
		padding: 2.5rem 2.8125rem 3.4375rem;
		border-right: 1px solid #e5e5e5;
		border-bottom: none;
	}
	.info [class*="col-"]:last-of-type {
		border-right: none;
	}
	.blog-section .posts {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -2.5rem;
	}
	.blog-section .posts .post {
		width: 50%;
		padding: 2.625rem 2.5rem;
		border-right: 1px solid #e5e5e5;
	}
	.blog-section .posts .post .post-title {
		font-size: 1.125rem;
		margin-bottom: 1.25rem;
	}
	.blog-section .posts .post.subscribe h2 {
		margin-bottom: 1.25rem;
	}
	.blog-detail-section article {
		margin-bottom: 3.75rem;
	}
	.blog-detail-section h2 {
		font-size: 2.625rem;
		line-height: 1.238;
		margin-bottom: 2rem;
	}
	.blog-detail-section p {
		margin-bottom: 2rem;
	}
	.blog-detail-section .two-columns-layout {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.blog-detail-section .two-columns-layout .text-holder:only-child,
	.blog-detail-section .two-columns-layout .aside:only-child {
		width: 100%;
	}
	.blog-detail-section .text-holder {
		width: 78.5%;
		padding-right: 6.25rem;
	}
	.blog-detail-section .aside {
		width: 21.5%;
		font-size: 1rem;
	}
	.blog-detail-section .aside .blog-list li {
		margin-bottom: 1.875rem;
	}
	.bottom-block {
		font-size: 1.5rem;
		margin-bottom: 4.9375rem;
	}
	#footer .flex-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.footer-nav-holder {
		max-width: 21.875rem;
		display: block;
		width: 100%;
	}
	.footer-nav {
		margin: 0 -1.0625rem .5rem;
		text-align: left;
	}
	.footer-nav li {
		padding: 0 1.0625rem .125rem;
	}
}
@media (min-width: 992px) {
	.navbar-expand-lg {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.menu-holder {
		width: calc(100% - 173px);
	}
	.main-menu {
		overflow: visible;
		background-color: transparent;
		opacity: 1;
		padding: 0;
		position: static;
		visibility: visible;
		width: 40%;
	}
	.navbar-nav .nav-link {
		font-size: 1.125rem;
	}
	.additional-holder {
		width: 60%;
		margin: 0 -.5rem;
	}
	.nav-opener {
		display: none;
	}
	h1 {
		font-size: 2.375rem;
		letter-spacing: -1.2px;
	}
	.heading-block {
		font-size: 1.5rem;
		line-height: 1.41666667;
	}
	.calculator .text-field {
		padding-right: 2.5rem;
	}
	.price-block h3 {
		min-height: 6.875rem;
	}
	.intro {
		font-size: 1.5rem;
	}
	.intro h1 {
		font-size: 1.875rem;
	}
	.intro .text-holder p:last-of-type {
		margin-bottom: 2.5rem;
	}
	.pricing-section .prices-container {
		margin: 0 -3.125rem;
	}
	.pricing-section .price-block {
		padding: 4.375rem 8.5625rem 1.625rem;
	}
	.calculator-section .price-block .price {
		font-size: 3.75rem;
	}
	.info {
		font-size: 1.4375rem;
	}
	.blog-section .posts {
		margin: 0 -5.625rem;
	}
	.blog-section .posts .post {
		padding: 2.625rem 5.625rem 3.75rem;
	}
	.blog-section .posts .post .post-title {
		margin-bottom: 2.3125rem;
	}
	.blog-section .posts .post.subscribe h2 {
		margin-bottom: 2.4375rem;
	}
}
@media (min-width: 1200px) {
	.main-menu {
		width: 44%;
	}
	.additional-holder {
		width: 56%;
	}
	#app {
		border-left: 1px solid #e5e5e5;
		border-right: 1px solid #e5e5e5;
	}
	body {
		background: #f0f4f5;
	}
	.intro h1 {
		font-size: 2.375rem;
		line-height: 1.3;
	}
	.help {
		font-size: 1.1875rem;
		padding: 1.375rem 0;
	}
	.info {
		font-size: 1.3125rem;
		line-height: 1.53;
	}
	.info .row {
		margin: 0 -4.75rem;
	}
	.info [class*="col-"] {
		padding: 2.5rem 4.75rem 3.5rem;
	}
}
@media (max-width: 991px) {
	.navbar-nav .nav-item:hover .nav-link,
	.navbar-nav .nav-item.show .nav-link {
		background-color: #26a9e0;
	}
	.navbar-nav .nav-link {
		color: #fff;
	}
}
@media (max-width: 767px) {
	.additional-holder .btn.btn-outline-primary,
	.additional-holder .btn.btn-primary {
		padding: 0;
		background: transparent;
		color: #fff;
		border: none;
	}
	.additional-holder .btn.btn-outline-primary:hover,
	.additional-holder .btn.btn-primary:hover {
		background: transparent;
		color: #91278e;
		border: none;
	}
	.additional-holder .btn-sm {
		font-size: 1.125rem;
	}
	.nav-opener {
		top: 1.25rem;
		right: 1rem;
		position: absolute;
		z-index: 3;
	}
	.account-form input[type="submit"] {
		padding: .625rem 1.25rem;
	}
}

/* Overrides */
	
	.honeypot {
    position: absolute;
    left: -9999px;
	}
	
	#footer a:hover, #footer a:active {
	color: #CCF0FF;
	}
	
	.btn.btn-link:hover, .btn.btn-link:focus {
	color: #fff;
	}
	
	.container.text {
	margin-bottom: 80px;
	}
	
	.additional-holder .btn.btn-outline-primary:hover, .additional-holder .btn.btn-primary:hover {
	color: #CCF0FF;
	}
	
	.nav-opener .close-menu {
	color: #fff;
	margin: 5px 0;
	}
	
	.nav-opener .close-menu:hover {
	color: #CCF0FF;
	margin: 5px 0;
	}
	
	.open-menu .btn-small {
	font-size: 1.120rem;
	}
	
	.intro, .heading-block {
	background: #1F9FD6;
	}
	
	.btn .btn-sm .btn-outline-primary {
	color: #fff;
	}