@font-face {
    font-family: 'YOUR NOW Sans';
    src: url('../fonts/YOURNOWSans-Regular.woff2') format('woff2'),
        url('../fonts/YOURNOWSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'YOUR NOW Sans';
    src: url('../fonts/YOURNOWSans-Bold.woff2') format('woff2'),
        url('../fonts/YOURNOWSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'YOUR NOW Sans';
    src: url('../fonts/YOURNOWSans-Medium.woff2') format('woff2'),
        url('../fonts/YOURNOWSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

.navbar-newlogo {
	float: left;
	height: 47px;
	display: inline-block;
	margin-top: 2px;
}

@media ( max-width: 420px ) {
	.navbar-newlogo {
		display: none;
	}
}

/* Touch */

html.no-touch .show-touch {
	display: none !important;
}

html:not(.no-touch) .hide-touch {
	display: none !important;
}

body {
	font-family: 'YOUR NOW Sans', Roboto, Arial !important;
	font-size: 16px;
	line-height: 1.8em;
	color: #001E3E;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	text-shadow: 1px 1px 1px rgba(0,0,0,.004);
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

a, #packages .table thead th span, .page .main ul:not(.gform_fields):not(.list-unstyled):not(.dropdown-menu) li:before, .post-type-archive-faq .list-group .list-group-item-heading, .search.faq .list-group .list-group-item-heading, .single-faq .list-group .list-group-item-heading, .tax-faq-category .list-group .list-group-item-heading {
	color: #001E3E;
}

.blue-bg {
	background-color: #001E3E;
}

.page .main ol>li, .white-box, header .carousel .item .container .caption, header .carousel .item .container-narrow .caption {
	box-shadow: 0 0px 14px 0 rgba(0, 0, 0, .15);
}

@media screen and (min-width: 768px) {
	.page .main ol>li, .white-box, header .carousel .item .container .caption, header .carousel .item .container-narrow .caption {
		padding: 50px;
	}
}

@media screen and (max-width: 768px) and (min-width: 340px) {
	.main > section > .container, footer > .container, .navbar > .container-fluid, .carousel .item > .container {
		padding-left: 25px;
		padding-right: 25px;
	}
}

.gform_title, h1 {
	color: #005478 !important;
	font-weight: 800;
	font-size: 45px;
	line-height: 1.3em;
}

.h1, h1 {
	margin-top: 0;
	margin-bottom: 10px;
}


@media screen and (max-width: 768px) {
	.gform_title, h1, .h1 {
		font-size: 35px;
	}
}

.blue-bg .gform_title, .blue-bg h1, .blue-bg h2, .blue-bg h3, .blue-bg h4, .blue-bg h5, .blue-bg h6 {
	color: #fff !important;
}

.navbar-default {
	padding: 15px 0;
}

.navbar ul li a:not(.btn) {
	font-weight: bold;
	color: #001E3E !important;
	font-size: 16px !important;
}

.btn-green, .btn-success, .gform_footer .button {
	background: #57A300 !important;
	box-shadow: none !important;
	border: 0 !important;
	position: relative;
	text-shadow: none !important;
}

.btn-green:before, .btn-success:before, .gform_footer .button:before, .btn:before, .comment-form input[type=submit]:before, .gform_button:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: .2;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform .7s cubic-bezier(.19,1,.22,1);
	z-index: 0;
	text-shadow: none !important;
}

.btn-green:hover:before, .btn-success:hover:before, .gform_footer .button:hover:before, .btn:not(.dropdown-toggle):hover:before, .comment-form input[type=submit]:hover:before, .gform_button:hover:before {
	transform: scaleX(1);
	transform-origin: left;
}

.btn, .comment-form input[type=submit], .gform_button {
	padding: 15px 20px !important;
	font-size: 14px !important;
	font-weight: bold !important;
	position: relative;
}

#packages #toggle-type .active.gform_button, #packages #toggle-type .btn.active, #packages #toggle-type .comment-form input.active[type=submit], .btn-blue, .btn-primary, .comment-form #packages #toggle-type input.active[type=submit], .comment-form input[type=submit], .gform_button, header .carousel .item .container .caption .gform_footer .button, header .carousel .item .container-narrow .caption .gform_footer .button {
	border: 0 !important;
	box-shadow: none !important;
	background: #001E3E !important;
	position: relative;
}

header .carousel .item .container .caption, header .carousel .item .container-narrow .caption, .page .main ol>li {
	background: transparent;
	box-shadow: none;
	padding: 0;
}

#call-to-action .white-box {
	font-weight: 500;
	color: #001E3E !important;
	font-size: 18px;
	padding: 50px;
	background: #FFFFFF;
	box-shadow: 0 4px 19px 0 rgba(0,0,0,0.08);
}

.main>section {
	padding: 100px 0;
}

@media (max-width:768px) {
	.main>section {
		padding: 50px 0;
	}
}

@media (min-width:768px) {

    body.has-call-to-action .wrap section:first-child {
        padding-top: 150px;
    }
}

.gray-bg {
	background: #fff;
}


.page .main ol>li hr {
	border-color: transparent;
}

header .carousel .item .container {
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	height: 100%;
	align-items: center;
}


@media (min-width:768px) {
	header .carousel .item .container {
		position: absolute;
	}

    header .carousel .item .container .caption,
    header .carousel .item .container-narrow .caption {
        position: absolute;
        left: 0;
        right: auto;
        margin: 0 !important;
    }

	header .carousel .item .container .caption, header .carousel .item .container .caption h1 {
		color: #fff  !important;
	}
}


.carousel-control {
	background: transparent !important;
}

.navbar {
	box-shadow: 0 -4px 20px 0 rgba(0, 0, 0, 0.09);
}

@media screen and (min-width:768px) {
    .navbar-collapse.collapse {
        display: flex !important;
    }

    .navbar-collapse.collapse > div {
	    margin-left: auto;
	    margin-right: auto;
    }
}

.container-fluid>.navbar-header,
.container-narrow>.navbar-header,
.container>.navbar-header {
    margin-left: 0;
    margin-right: 0;
 }

.navbar-nav > li > a {
	padding-left: 0;
	padding-right: 0;
}

@media screen and (min-width:768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand,
    .navbar>.container-narrow .navbar-brand {
	    margin-left: 0;
    }

	.navbar-nav > li > a {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.navbar-brand {
	display: flex;
}


@media screen and (max-width: 768px) {
	.btn.dropdown-toggle {
		padding: 6px 8px !important;
	}
 }

.gradient-bg {
	background: #F3F3F3;
}

header.has-grey-bg, header.has-grey-bg .bg {
	background-color: #F3F3F3;
}

section.gradient-bg:not(.is-faq) > .container {
	background: #fff;
	padding: 25px;
}

section.gradient-bg:not(.is-faq) > .container .btn {
	margin-top: 25px;
}

@media (min-width: 768px) {
	section.gradient-bg:not(.is-faq) > .container {
		padding: 40px;
	}
}

@media (min-width: 991px) {
	section.gradient-bg:not(.is-faq) > .container {
		padding: 50px 80px;
	}
}

@media screen and (max-width: 768px) {
	.main > section.gradient-bg {
		padding-top: 0;
		padding-bottom: 0;
	}

	.main > section.gradient-bg > .container {
		padding-top: 0;
	}
}

.is-faq .white-box {
	box-shadow: none;
}

.is-faq .list-group-item {
	padding: 25px 30px;
}

.post-type-archive-faq .list-group a.block-link, .search.faq .list-group a.block-link, .single-faq .list-group a.block-link, .tax-faq-category .list-group a.block-link {
	padding: 15px 30px;
	color: #001E3E !important;
}

.list-group-item-heading {
	text-transform: none !important;
	font-size: 20px;
}

.list-group-item.block-link > strong {
	font-weight: 500;
}

.list-group-item.block-link .fa {
	color: #748f0f;
}

.post-type-archive-faq .list-group a.block-link[aria-expanded=true] .fa:before, .search.faq .list-group a.block-link[aria-expanded=true] .fa:before, .single-faq .list-group a.block-link[aria-expanded=true] .fa:before, .tax-faq-category .list-group a.block-link[aria-expanded=true] .fa:before {
	content: "\f077";
}

.panel-body {
	padding: 15px 30px;
}

.gradient-bg:not(.not-white),
.white,
.gradient-bg:not(.not-white) .page .main ol>li:before,
.gradient-bg:not(.not-white) a:not(.btn),
.gradient-bg:not(.not-white) a:not(.btn):hover,
.gradient-bg:not(.not-white) a.appbuttons,
.gradient-bg:not(.not-white) a.appbuttons:hover,
.gradient-bg:not(.not-white) li:before,
.page .main .gradient-bg:not(.not-white) ol>li:before,
.page .main .white ol>li:before,
.white .page .main ol>li:before,
.white a:not(.btn),
.white a:not(.btn):hover,
.white a.appbuttons,
.white a.appbuttons:hover,
.white li:before {
	color: #001E3E !important;
}

.gradient-bg:not(.not-white) h1,
.gradient-bg:not(.not-white) h2,
.white h1,
.white h2,
.white .gform_title,
.gradient-bg:not(.not-white) .gform_title {
	color: #005478 !important;
}

.card.is-post, .card.is-location {
	margin-bottom: 30px;
	display: block;
}

.card__container {
	margin-bottom: -30px;
	overflow: hidden;

}

.card.is-post h3, .card.is-location h4 {
	font-size: 18px;
	font-weight: bold;
	color: #005478;
}

.card.is-post h3 {
	margin: 40px 0 25px 0;
}

.card.is-location:hover {
	text-decoration: none;
}

.card.is-location {
	border: 1px solid rgb(233,233,233);
}

.card__title a {
	color: rgb(0, 84, 120);
}

.card__featured {
	height: 250px;
	display: block;
	overflow: hidden;
}

@media screen and (max-width: 600px) {
	.card__featured {
		height: 200px;
	}
}

.card__featured img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	margin: 0 !important;
}

.card.is-location .card__main {
	padding: 20px;
}

.card__date {
	font-weight: 400;
	color: #57A300;
	display: block;
	margin-bottom: 25px;
}

.card__text > *:last-child {
	margin-bottom: 0;
}

.card__main > *:first-child {
	margin-top: 0;
}

.card__main > *:last-child {
	margin-bottom: 0;
}

.read-more {
	color: #57A300;
	font-weight: bold;
	font-size: 16px;
	display: inline-flex;
	margin-top: 25px;
	position: relative;
	align-items: center;
	transition: all .25s ease-in-out;
}

.read-more:hover {
	color: #448000;
	text-decoration: none;
}

.read-more .caret {
	transition: all .25s ease-in-out;
	margin-left: 5px;
	color: #57A300;
}

.read-more:hover .caret {
	margin-left: 10px;
	color: #448000;
}

.caret.is-horizontal {
	transform: rotate(-90deg);
}

.list-group-item.block-link .fa {
	color: #57A300;
}

body>footer {
	background: #fff;
	border-top: 1px solid #F4F4F4;
	color: #001E3E;
	padding: 15px 0 50px;
}

@media screen and (min-width:768px) {
    body>footer .row [class^=col]:not(:last-child),
    body>footer .row-narrow [class^=col]:not(:last-child) {
        border-right: 0;
    }
}

body>footer .title {
	font-size: 20px;
	color: #001E3E;
	margin-bottom: 25px;
	margin-top: 40px;
}

body>footer a {
	font-size: 16px;
	font-weight: 500;
	color: #001E3E;
}

body>footer ul li {
	margin-bottom: 10px;
}

body>footer hr {
	border-color: transparent;
	margin: 40px 0 15px;
}

.footer__logo {
	margin-top: 40px;
}

.page .main ul:not(.gform_fields):not(.list-unstyled):not(.dropdown-menu) {
	padding-left: 0;
}

.page .main ul:not(.gform_fields):not(.list-unstyled):not(.dropdown-menu) li {
	margin-bottom: 5px;
	padding-left: 2em;
}

.page .main ul:not(.gform_fields):not(.list-unstyled):not(.dropdown-menu) li:before {
	width: 2em;
	margin-left: -2em;
}

.bg-image .gform_title, .bg-image .page .main ol>li:before, .bg-image a, .bg-image a:hover, .bg-image h1, .bg-image h2, .page .main .bg-image ol>li:before {
	color: #fff !important;
}

.appbuttons, .appbuttons:hover {
	border: 1px solid #001E3E;
	text-decoration: none;
	margin: 0px 15px 15px 0;
	color: #001E3E;
}

.appbuttons + p, .btn + p {
	margin-top: 30px;
}

h1 + ul {
	margin-top: 20px;
}

br + br + br {
	display: none;
}

.entry-content #map {
	margin: 35px 0;
}

#packages #main-features th.selected .overlay {
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,.15);
	border-radius: 15px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 12.5px 25px;
}

.carousel, body > header {
	background: #fff;
}

.bg {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
	background-color: #fff;
	background-size: cover;
}

.main > section.gray-bg + section.gray-bg, .main > section.white-bg + section.white-bg, .main > section.gray-bg + section.white-bg, .main > section.white-bg + section.gray-bg, .main > section.white-bg + section:not(.gradient-bg, .blue-bg) {
	padding-top: 0 !important;
}

.country-locations {
	margin-bottom: 0;
}

.country-locations + .country-locations {
	margin-top: 100px;
}

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

.comment-form .input-group-lg>.input-group-btn>input[type=submit], .comment-form .input-group-lg>input[type=text], .comment-form .input-group-lg>input[type=email], .comment-form .input-group-lg>input[type=url], .comment-form .input-group-lg>textarea, .ginput_container .input-group-lg>input, .ginput_container .input-group-lg>select, .ginput_container .input-group-lg>textarea, .input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn, .input-group-lg>.input-group-btn>.gform_button, .input-lg {
	border-radius: 0;
}


/* Locationpage */
@media screen and (min-width: 550px) {
	.location-template-default .white-box, .post-template-default .white-box {
		margin-top: -150px;
	}

	.location-template-default header.banner, .post-template-default header.banner {
		min-height: 25vw !important; background-position: center center;
	}
}


article.type-post header time {
	display: block;
	font-weight: 500;
	margin-bottom: 25px;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 70vh;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent !important;
}

.navbar-toggle {
	border-radius: 0px !important;
	border-color: #eee !important;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #333;
}

.blue-bg.padding *:last-child {
	margin-bottom: 0;
}

.padding {
	padding: 50px;
}

@media screen and (max-width: 768px) {
	.padding {
		padding: 25px;
	}
}

body header .navbar-nav li a {
	transition: all .2s ease-in-out;
}

body header .navbar-nav li.current-menu-item a, body header .navbar-nav li a:hover {
/* 	color: #57A300 !important; */
	text-decoration: underline;
}

.blue-bg .appbuttons, .blue-bg .appbuttons:hover {
	border-color:  #fff;
	color: #fff
}

.optanon-cookie-policy-group ul li div {
	display: inline-block;
}

.page .main ol>li:before, h2 {
	color: rgb(0, 84, 120);
}

.page .main ol>li h2, .page .main ol>li:before, h2 {
	font-size: 18px;
	line-height: 22px;
}

h2 {
	font-size: 25px;
	line-height: 35px;
}

.entry-content a:not(.btn), .page .main ol>li a:not(.btn) {
	font-weight: 700;
	color: #57A300;
}

.entry-content h2 {
	margin: 25px 0 15px 0;
}

.footer__bottom {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer__copy {
	padding-right: 25px;
	margin: 15px 0;
}

.footer__meta {
	display: inline-block;
	margin: 15px 0 5px;
}

.footer__meta li {
	display: inline-block;
	margin-left: 0;
	margin-right: 10px;
}

.footer__meta li:last-child {
	margin-right: 0;
}

body > header.banner .bg {
	z-index: 0;
}

body > header.banner .bg + .container {
	z-index: 1;
}

body > header.banner .bg:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,30,62,.65);
	z-index: 0;
}

.bg-image:before {
	background: rgba(0,30,62,.65);
}

.bg-image .bottom {
	text-shadow: none;
}

.panel-body a {
	font-weight: 500;
	color: #57A300 !important;
	text-decoration: none !important;
}