/* ========== FONTS ========== */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,900');

/* ========== VARIABLES & ANIMATIONS ========== */







@-webkit-keyframes rotate {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes rotate {
	from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(360deg);}
}
@-o-keyframes rotate {
	from {-o-transform: rotate(0deg);}
    to {-o-transform: rotate(360deg);}
}
@keyframes rotate {
	from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}


/* ========== MISC ========== */
body {
	font-size: 15px;
	font-weight: 400;

color: {

{
	fontColor
}
}
;
font-family: {

{
	primaryFont
}
}
;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.25;
	margin-top: 0;
	margin-bottom: 10px;

font-family: {

{
	primaryFont
}
}
;
}
h1 {
	font-weight: 300;
	font-size: 50px;
}

h2 {
	font-weight: 300;
	font-size: 24px;
}

h3 {
	font-weight: 800;
	font-size: 36px;
}

h4 {
	font-weight: 300;
	font-size: 24px;
}

a {
	color: #005c8e;
	-ms-transition: ease-in-out all 200ms;
	-moz-transition: ease-in-out all 200ms;
	-webkit-transition: ease-in-out all 200ms;
	-o-transition: ease-in-out all 200ms;
	transition: ease-in-out all 200ms;
}

a:hover,
a:active {
	color: #86bd28;
}

hr {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

p {
	margin-top: 0;
	margin-bottom: 10px;
}

.body-container-wrapper {
	padding-top: 0;
}

.rowPad {
	padding: 50px 0;
}

.container {
	max-width: 1180px;
	padding: 0 20px;
	margin: 0 auto;
}

.container.wide {
  max-width: 1600px;
}

.container.slim {
	max-width: 750px;
}

.container.ultra-slim {
	max-width: 440px;
}

.ta-left {
	text-align: left;
}

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

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

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

.extra-pad-b {
	padding-bottom: 150px !important;
}

.watermark {
	position: relative;
	overflow: hidden;
}

.watermark::after {
	content: url(https://1589374.fs1.hubspotusercontent-na1.net/hubfs/1589374/D%20-%20Website/Newsite%20-%20Assets/synli-right-grey.svg);
	right: 10%;
	position: absolute;
	bottom: -15px;
	width: 40%;
	max-width: 675px;
	height: auto;
}

.watermark > .container {
	position: relative;
	z-index: 1;
}

.btn.cta {
	display: inline-block;
	background: #86bd28;
	color: #fff;
	padding: 20px 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.btn.cta:hover {
	background: #92ce2c;
}

/* ========== HEADER ========== */
body.without-banner .header-container,
.header-container.scrolled {
	background: rgba(0, 90, 140, 1);
}

body.without-banner .body-container-wrapper {
	padding-top: 67px;
}

body.static-header .header-container-wrapper {
	position: static;
}

.header-container {
	padding: 0 20px;
	background: rgba(0, 90, 140, 0);
	position: fixed;
	width: 100%;
	z-index: 11;
	top: 0;
	-ms-transition: ease-in-out all 200ms;
	-moz-transition: ease-in-out all 200ms;
	-webkit-transition: ease-in-out all 200ms;
	-o-transition: ease-in-out all 200ms;
	transition: ease-in-out all 200ms;
}

.header-container.scrolled {
	background: rgba(0, 90, 140, 1);
}

.header-container .logo {
	float: left;
	width: auto;
}

.header-container .logo img {
	height: 37px;
	margin: 15px 0;
	position: relative;
	z-index: 100;
}

.header-container .main-menu {
	float: right;
	width: auto;
}

.header-container .primary-menu {
	float: left;
	width: auto;
}

.header-container .primary-menu ul {
	display: block;
}

.header-container .primary-menu li {
	margin-right: 30px;
}

.header-container .primary-menu a {
	display: block;
	color: #fff;
	font-weight: 600;
	padding: 18px 0 22px;
	text-transform: uppercase;
	border-top: 4px solid transparent;
}

.header-container .primary-menu a:hover,
.header-container .primary-menu .current-menu-item a {
	border-top-color: #86bd28;
}

.header-container .burger {
	float: left;
	width: 65px;
	height: 65px;
	margin-left: 0;
}

.header-container .burger .burger-wrapper {
	margin: 0 auto;
	padding: 26px 22px;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: 100;
	cursor: pointer;
}

.header-container .burger .menu.icon,
.header-container .burger .menu.icon::before,
.header-container .burger .menu.icon::after {
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: #fff;
	-ms-transition: ease-in-out all 400ms;
	-moz-transition: ease-in-out all 400ms;
	-webkit-transition: ease-in-out all 400ms;
	-o-transition: ease-in-out all 400ms;
	transition: ease-in-out all 400ms;
}

.header-container .burger .menu.icon::before,
.header-container .burger .menu.icon::after {
	content: "";
	left: 0;
}

.header-container .burger .menu.icon {
	margin-top: 5px;
}

.header-container .burger .menu.icon::before {
	top: -5px;
}

.header-container .burger .menu.icon::after {
	top: 5px;
}

.header-container .burger.open .menu.icon {
	background: transparent;
}

.header-container .burger.open .menu.icon::before {
	top: 0;
	-ms-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}

.header-container .burger.open .menu.icon::after {
	top: 0;
	-ms-transform: rotate(-225deg);
	-moz-transform: rotate(-225deg);
	-webkit-transform: rotate(-225deg);
	-o-transform: rotate(-225deg);
	transform: rotate(-225deg);
}

.header-container .menu-overlay .left,
.header-container .menu-overlay .right {
	position: fixed;
	z-index: 99;
	top: 0;
	height: 100vh;
	-webkit-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;;
	-moz-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;;
	-ms-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;;
	-o-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;;
	transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;;
}

.header-container .menu-overlay .left {
	width: 75%;
	left: 0;
	background-image: url(https://1589374.fs1.hubspotusercontent-na1.net/hubfs/1589374/D%20-%20Website/Newsite%20-%20Assets/bg-menu-blaa.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-ms-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.header-container .menu-overlay .right {
	right: 0;
	width: 25%;
	background: #005a8c;
	-ms-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}

.header-container .menu-overlay.active .left,
.header-container .menu-overlay.active .right {
	-ms-transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.header-container .menu-text {
	color: #fff;
	width: 310px;
	text-align: right;
	position: absolute;
	top: 50%;
	right: 50px;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header-container .menu-text h3 {
	text-transform: uppercase;
	font-size: 26px;
	margin: 0;
	font-weight: 300;
}

.header-container .menu-text p {
	font-style: italic;
	margin: 0;
}

.header-container .secondary-menu {
	width: 100%;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header-container .secondary-menu ul {
	margin: 0;
	list-style: none;
}

.header-container .secondary-menu a {
	display: block;
	color: #fff;
	padding: 10px 30px;
	border-left: 4px solid transparent;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 800;
}

.header-container .secondary-menu ul ul a {
	font-size: 14px;
	padding-left: 50px;
	font-weight: 600;
}

.header-container .secondary-menu a:hover,
.header-container .secondary-menu .current-menu-item > a {
	border-left-color: #86bd28;
}

.header-container .socials {
	position: absolute;
	bottom: 20px;
	left: 30px;
}

.header-container .socials a {
	color: #459fbd;
	margin-right: 20px;
}

.header-container .socials a:hover {
	color: #fff;
}


/* ========== Banner ========== */
.banner-module {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
}

.banner-module.video::after {
	content: "";
	background: rgba(0, 90, 140, .85);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.banner-module video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
}

.banner-module .content {
	position: relative;
	z-index: 1;
	color: #fff;
}

/* ========== LANDING PAGES ========== */
.custom-module {
	padding: 75px 0;
}

.custom-module.no-pad {
	padding: 0;
}

.custom-module-text .cta-container {
	margin-top: 30px;
}

.custom-module-usp .title.left {
	text-align: left;
}

.custom-module-usp .title.center {
	text-align: center;
}

.custom-module-usp .title.right {
	text-align: right;
}

.custom-module-usp .usp-row {
	margin-top: 50px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
}

.custom-module-usp .usp-row.pull-top {
	margin-top: -100px;
}

.custom-module-usp .single-usp {
	flex-grow: 1;
	flex-basis: 0;
	text-align: center;
	margin: 0 15px;
}

.custom-module-usp .single-usp img {
	margin-bottom: 15px;
	-ms-transition: ease-in-out all 200ms;
	-moz-transition: ease-in-out all 200ms;
	-webkit-transition: ease-in-out all 200ms;
	-o-transition: ease-in-out all 200ms;
	transition: ease-in-out all 200ms;
}

.custom-module-usp.colored .single-usp {
	padding: 50px 30px;
	background: #2b598d;
	color: #fff;
}

.custom-module-usp.hover--true .single-usp img:hover {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.custom-module-rows .rows {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	margin-left: -15px;
	margin-right: -15px;
}

.custom-module-rows .single-row {
	display: inherit;
	align-items: center;
	padding: 25px 0;
}

.custom-module-rows .single-row > div {
	width: 50%;
	padding: 0 15px;
}

.custom-module-rows .single-row .image {
	text-align: center;
}

.custom-module-columns .columns {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.custom-module-columns .columns > div {
	width: calc(50% - (0.5 * 100px));
}

.custom-module-columns .columns .image {
	text-align: center;
}

.custom-module-columns .columns.skewed-image .image {
	text-align: right;
}

.custom-module-columns .columns.skewed-image .image {
	position: relative;
	overflow: hidden;
}

.custom-module-columns .columns.skewed-image .image::before,
.custom-module-columns .columns.skewed-image .image::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: -1px;
	width: 80px;
	background: #f5f7fa;
	-ms-transform: skew(-7deg);
	-moz-transform: skew(-7deg);
	-webkit-transform: skew(-7deg);
	-o-transform: skew(-7deg);
	transform: skew(-7deg);
}

.custom-module-columns .columns.skewed-image .image::before {
	left: -45px;
}

.custom-module-columns .columns.skewed-image .image::after {
	right: -45px;
}

.custom-module-columns-form .columns .content {
	width: calc(45% - (0.5 * 100px));
}

.custom-module-columns-form .columns .content.pull {
	position: relative;
	margin-top: -150px;
}

.custom-module-columns-form .columns .content .video {
	margin-bottom: 30px;
}

.custom-module-columns-form .columns .content .video iframe,
.custom-module-columns-form .columns .content .video video {
	display: block;
	width: 100%;
	max-width: 100%;
}

.custom-module-columns-form .columns .form {
	width: calc(55% - (0.5 * 100px));
}

.custom-module-columns-form .columns {
	align-items: flex-start;
}

.custom-module-columns-form .form {
	padding: 70px 40px 40px;
	background: #fff;
	-webkit-box-shadow: 6px 15px 24.3px 2.7px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 6px 15px 24.3px 2.7px rgba(0, 0, 0, 0.06);
	-ms-box-shadow: 6px 15px 24.3px 2.7px rgba(0, 0, 0, 0.06);
	-o-box-shadow: 6px 15px 24.3px 2.7px rgba(0, 0, 0, 0.06);
	box-shadow: 6px 15px 24.3px 2.7px rgba(0, 0, 0, 0.06);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.custom-module-columns-form .form.pull {
	position: relative;
	margin-top: -150px;
	background: #fff;
}

.custom-module-columns-form .form h3 {
	display: none;
}

.custom-module-logos .title {
	text-align: center;
	margin-bottom: 50px;
}

.custom-module-logos .logo-slider {
	padding: 0 15px;
}

.custom-module-logos .logo-slider .slick-track {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.custom-module-logos .single-logo {
	margin: 0 25px;
	opacity: .35;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: ease-in-out all 200ms;
	-moz-transition: ease-in-out all 200ms;
	-ms-transition: ease-in-out all 200ms;
	-o-transition: ease-in-out all 200ms;
	transition: ease-in-out all 200ms;
}

/*.custom-module-logos .single-logo:hover {
	opacity:1;
	-webkit-filter: grayscale(0);
			filter: grayscale(0);
}*/
.custom-module-logos .single-logo img {
	margin: 0 auto;
}

.custom-module-logos .slick-arrow {
	cursor: pointer;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.custom-module-logos .slick-arrow.next {
	right: 0;
}

.custom-module-logos .slick-arrow.prev {
	left: 0;
}

.custom-module-logos .slick-arrow i {
	font-size: 40px;
	color: #00598f;
}

.custom-module-quote {
	text-align: center;
}

.custom-module-quote .quote-wrapper {
	position: relative;
}

.custom-module-quote .quote-wrapper::before,
.custom-module-quote .quote-wrapper::after {
	content: url(https://1589374.fs1.hubspotusercontent-na1.net/hubfs/1589374/D%20-%20Website/Newsite%20-%20Assets/quote.svg);
	position: absolute;
	top: 10px;
	width: 40px;
}

.custom-module-quote .quote-wrapper::before {
	left: 0;
}

.custom-module-quote .quote-wrapper::after {
	right: 0;
}

.custom-module-quote blockquote {
	max-width: 770px;
	margin: 0 auto 50px;
	padding: 0 50px;
	font-weight: 300;
	font-size: 24px;
	font-style: italic;
	color: #005c8e;
}

.custom-module-quote h6 {
	font-weight: 700;
	font-size: 15px;
	color: #005c8e;
	margin: 0;
}

.custom-module-contact .title {
	margin-bottom: 50px;
}

.custom-module-contact .contacts {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.custom-module-contact .contacts .contact {
	width: calc((100% - 10px) / 2);
}

.custom-module-contact .contacts .contact:nth-child(1n + 3) {
	margin-top: 50px;
}

.custom-module-contact .contacts .contact p {
	margin: 0;
}

.custom-module-contact .contacts .contact .name {
	font-weight: 700;
	margin-top: 10px;
}

.custom-module-workshop {
	padding: 0;
}

.custom-module-workshop .anchor-menu {
	max-width: 1140px;
	padding: 0 20px;
	margin: 0 auto -50px;
	z-index: 9;
}

.custom-module-workshop .anchor-menu ul {
	margin: 0 auto;
	list-style: none;
	margin: 0;
	padding: 25px 75px;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-box-shadow: 3px 7px 37.24px 0.76px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 7px 37.24px 0.76px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 3px 7px 37.24px 0.76px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 3px 7px 37.24px 0.76px rgba(0, 0, 0, 0.1);
	box-shadow: 3px 7px 37.24px 0.76px rgba(0, 0, 0, 0.1);
}

.custom-module-workshop .anchor-menu ul li {
	display: inline-block;
	margin-right: 75px;
}

.custom-module-workshop .anchor-menu ul li a {
	display: block;
	padding: 10px 0;
}

.custom-module-workshop .anchor-menu ul li:last-child {
	float: right;
	margin-right: 0;
}

.custom-module-workshop .anchor-menu ul li:last-child a {
	color: #94c123;
	font-weight: 700;
}

.custom-module-workshop .anchor-menu.sticky {
	width: 100%;
	margin: 0;
}

.custom-module-workshop .section {
	padding: 100px 0;
}

.custom-module-workshop .section-facts .wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.custom-module-workshop .section-facts .fact {
	width: 15%;
	text-align: center;
}

.custom-module-workshop .section-facts .fact .icon {
	margin-bottom: 20px;
}

.custom-module-workshop .section-facts .fact h6 {
	text-transform: uppercase;
	color: #005a8c;
	font-size: 11px;
	margin-bottom: 15px;
}

.custom-module-workshop .section-text h3 {
	margin-bottom: 30px;
}

.custom-module-workshop .section-text p {
	margin-bottom: 20px;
}

.custom-module-workshop .section-speakers .title {
	margin-bottom: 50px;
}

.custom-module-workshop .section-speakers .wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.custom-module-workshop .section-speakers .speaker {
	width: calc((100% - 10px) / 2);
}

.custom-module-workshop .section-speakers .speaker .image {
	margin-bottom: 25px;
}

.custom-module-workshop .section-speakers .speaker .name {
	font-weight: 700;
	margin-bottom: 0;
}

.custom-module-workshop .section-speakers .speaker .title {
	margin-bottom: 25px;
}

.custom-module-workshop .section-form .form-wrapper {
	background: #fff;
	padding: 50px;
	-webkit-box-shadow: 7px 3px 24.3px 2.7px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 7px 3px 24.3px 2.7px rgba(0, 0, 0, 0.06);
	-ms-box-shadow: 7px 3px 24.3px 2.7px rgba(0, 0, 0, 0.06);
	-o-box-shadow: 7px 3px 24.3px 2.7px rgba(0, 0, 0, 0.06);
	box-shadow: 7px 3px 24.3px 2.7px rgba(0, 0, 0, 0.06);
}

.custom-module-workshop .section-form .title {
	margin-bottom: 50px;
	text-align: center;
}

.custom-module-workshop .section-form h4 {
	font-size: 26px;
	font-weight: 700;
	color: #005c8e;
}

/* ========== FORMS ========== */
/* FORMS */
form {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="number"],
form select,
form textarea {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding: 16px 20px;
	margin-bottom: 0;
	height: 60px;
	width: 100% !important;
	border: 1px solid #005c8e;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.2);
	color: #005c8e;
	-webkit-transition: ease-in-out all 200ms;
	-moz-transition: ease-in-out all 200ms;
	-ms-transition: ease-in-out all 200ms;
	-o-transition: ease-in-out all 200ms;
	transition: ease-in-out all 200ms;
}

form input[type="range"] {
	width: 100%;
}

form textarea {
	height: 100%;
	min-height: 150px;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="tel"]:focus,
form input[type="number"]:focus,
form textarea:focus {
	background: rgba(255, 255, 255, 0.3);
	outline: none;
}

form input[type="text"]::placeholder,
form input[type="email"]::placeholder,
form input[type="tel"]::placeholder,
form input[type="number"]::placeholder,
form textarea::placeholder {
	color: #005c8e;
	opacity: 1;
}

form label {
	display: block;
	text-align: left;
	font-size: 12px;
	color: #005c8e;
	opacity: .8;
	font-weight: 400;
}

form.hs-form > div.hs-form-field,
form.hs-form > div.hs-dependent-field > div.hs-form-field {
	margin-bottom: 10px;
}

form.hs-form > fieldset {
	width: 100%;
	max-width: none;
	margin-bottom: 10px;
}

form.hs-form > fieldset.form-columns-1 .hs-input {
	width: 100%;
}

form.hs-form > fieldset.form-columns-2 .hs-form-field {
	width: calc(50% - 10px);
}

form.hs-form fieldset.form-columns-2 .hs-form-field:last-child {
	margin-left: 20px;
}

form .col {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: space-between;
	width: calc(50% - 10px);
	margin-bottom: 20px;
}

form .col > fieldset {
	width: 100%;
	max-width: none;
}

form .col > fieldset.form-columns-1 .input,
form .col > fieldset.form-columns-2 .input {
	margin-right: 0;
}

form .col > fieldset.form-columns-2 {
}

form .col > fieldset.form-columns-2 .hs-form-field {
	width: calc(50% - 10px);
}

form .hs-form-field .input {
	position: relative;
	width: 100%;
}

form .hs-form-field .input input[type="checkbox"],
form .hs-form-field .input input[type="radio"] {
	padding: 0;
}

form .hs-fieldtype-radio {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
}

form .hs-fieldtype-radio,
form .hs-fieldtype-booleancheckbox {
	width: 100%;
	padding: 0;
	text-align: left;
}

form .hs-fieldtype-radio > label,
form .hs-fieldtype-booleancheckbox > label {
	margin-bottom: 5px;
}

form .hs-fieldtype-radio .hs-form-radio-display,
	/*form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display { display: -ms-flexbox; display: flex; align-items: center; }*/
form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display {
	position: relative;
}

form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display > input {
	position: absolute;
	top: 4px;
	left: 0;
}

form .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox-display > span {
	display: block;
	padding-left: 24px;
}

form .hs-form-field.hs-fieldtype-radio .input,
form .hs-form-field.hs-fieldtype-booleancheckbox .input {
	margin: 0;
	width: calc(100% - 10px);
}

form .hs-fieldtype-radio ul,
form .hs-fieldtype-booleancheckbox ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

form .hs-fieldtype-radio label input,
form .hs-fieldtype-booleancheckbox label input {
	margin: 0 5px 0 0;
}

form .hs-form-field.hs-fieldtype-radio .hs-error-msgs .hs-error-msg,
form .hs-form-field.hs-fieldtype-booleancheckbox .hs-error-msgs .hs-error-msg {
	position: static;
}

form input[type="submit"] {
	width: 100%;
	white-space: normal;
	font-size: 16px;
	text-align: center;
	padding: 15px 20px;
	color: #fff;
	background: #86bd28;
	border: 2px solid #86bd28;
	-webkit-appearance: none;
	appearance: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: ease-in-out all 200ms;
	-moz-transition: ease-in-out all 200ms;
	-ms-transition: ease-in-out all 200ms;
	-o-transition: ease-in-out all 200ms;
	transition: ease-in-out all 200ms;
}

form input[type="submit"]:hover {
	background: #92ce2c;
	border-color: #92ce2c;
}

form .hs-form-field .input input.error {
	border-color: #ef6670;
}

form .hs-form-field,
form .hs-dependent-field {
	width: 100%;
	position: relative;
}

form .hs-form-field .input {
	position: relative;
	margin-right: 0;
	width: 100%;
}

form .hs-error-msgs {
	list-style: none;
	margin: 0;
	padding: 0;
}

form .hs-form-field .hs-error-msgs .hs-error-msg {
	position: absolute;
	top: 20px;
	right: 5px;
}

form .hs-form-field .hs-error-msgs label,
form .hs-form-field .hs-error-msgs label a {
	color: #ef6670;
}

form .hs-submit {
	width: 200px;
	margin: 30px auto 0;
}

form .hs-submit input {
	margin: 0;
}

form .submitted-message {
	color: #005c8e;
	text-align: center;
}

.white-form form label {
	color: #fff;
}

.white-form form input[type="text"],
.white-form form input[type="email"],
.white-form form input[type="tel"],
.white-form form input[type="number"],
.white-form form textarea {
	color: #fff;
	border-color: #fff;
}

.white-form form input[type="text"]::placeholder,
.white-form form input[type="email"]::placeholder,
.white-form form input[type="tel"]::placeholder,
.white-form form input[type="number"]::placeholder,
.white-form form textarea::placeholder {
	color: #fff;
}

.white-form form .hs-error-msgs label,
.white-form form .hs-error-msgs label a {
	color: #fff;
}

.white-form .submitted-message {
	color: #fff;
}

.small-form form .hs-submit {
	width: 100%;
}

/* ========== FOOTER ========== */
.mapArea {
	position: relative;
}

.cities {
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	text-align: right;
}

.city {
	background: #424242;
	margin-bottom: 5px;
}

.city a {
	padding: 15px 40px 15px 25px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	position: relative;
}

.city a:after {
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	border: 2px solid #fff;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	right: 14px;
	top: 20px;
}

.city a:hover,
.city a.chosen {
	background: #00598f;
}

.city a.chosen:after {
	background: #fff;
}

.map {
	min-height: 490px;
}

.map .content {
	margin-left: 20px;
}

.map h4 {
	font-size: 14px;
	margin-top: 10px;
	color: #444;
}

.map h4:before {
	content: url(//1589374.fs1.hubspotusercontent-na1.net/hubfs/1589374/Newsite%20-%20Assets/doggy.png);
	position: relative;
	top: 4px;
	margin-right: 10px;
}

.map hr {
	border-color: #000;
	width: 20%;
	margin: 0;
}

.map .bodyContent {
	color: 444;
	font-weight: 700;
}

.map .bodyContent i {
	color: #444;
	width: 13px;
	text-align: center;
	margin-right: 20px;
}

.footer-container-wrapper .footer-banner {
	background: url(//1589374.fs1.hubspotusercontent-na1.net/hubfs/1589374/Newsite%20-%20Assets/footer-img.jpg) no-repeat center center;
	background-size: cover;
	height: 575px;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
}

.footer-container-wrapper .socials {
	background: rgba(0, 89, 143, 0.8);
	text-align: center;
}

.footer-container-wrapper .socials a {
	display: inline-block;
	margin: 20px 30px;
	color: #fff;
}

.footer-container-wrapper .givemore-getmore {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	max-width: 800px;
	color: #fff;
	text-align: center;
}

.footer-container-wrapper .givemore-getmore p {
	margin: 10px 0;
	font-size: 18px;
	font-weight: 300;
}

.footer-container-wrapper .givemore-getmore img {
	margin-top: 30px;
}

.footer-container-wrapper .partner-wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-container-wrapper .partner-wrap > div {
	background: #fff;
	width: 220px;
	margin: 20px;
}

.footer-container-wrapper .partner a,
.footer-container-wrapper .partner img {
	display: block;
	margin: 0 auto;
}

.footer-container-wrapper .bottom-bar {
	background: #f2f2f2;
	padding: 40px 0;
}

.footer-container-wrapper .bottom-bar .container {
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.footer-container-wrapper .bottom-bar-inner .row-fluid {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-container-wrapper .bottom-bar-section {
	width: 30%;
}

.footer-container-wrapper .bottom-bar .copyright,
.footer-container-wrapper .bottom-bar .phone-cvr {
	font-size: 12px;
	font-weight: 300;
	color: #444;
}

.footer-container-wrapper .bottom-bar .phone-cvr {
	text-align: center;
}

.footer-container-wrapper .bottom-bar .phone-cvr span {
	display: block;
}

.footer-container-wrapper .bottom-bar .phone-cvr a {
	color: #444;
}

.footer-container-wrapper .bottom-bar .top {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	text-align: right;
}

.footer-container-wrapper .bottom-bar .top i {
	margin-left: 5px;
	font-size: 14px;
	font-weight: 700;
}


/* ========== RESPONSIVES ========== */
@media (max-width: 1024px) {
	form.hs-form fieldset.form-columns-2 .hs-form-field {
		width: 100%;
		padding: 0;
	}

	form.hs-form fieldset.form-columns-2 .hs-form-field:last-child {
		margin-left: 0;
	}

	.custom-module-columns-form .columns .content {
		width: calc(45% - (0.5 * 40px));
	}

	.custom-module-columns-form .columns .form {
		width: calc(55% - (0.5 * 40px));
	}

	form .col .hs-form-field {
		margin-bottom: 10px;
	}

	form .col textarea {
		min-height: 240px;
	}

	.footer-container-wrapper .partner-wrap {
		flex-wrap: wrap;
	}

	.footer-container-wrapper .partner-wrap > div {
		width: auto;
	}
}

@media (max-width: 768px) {
	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 20px;
	}

	.header-container .primary-menu {
		display: none;
	}

	.header-container .burger {
		margin-right: -20px;
	}

	.header-container .menu-overlay .left,
	.header-container .menu-overlay .right {
		width: 50%;
	}

	.header-container .menu-text {
		right: 25px;
		width: 175px;
	}

	.custom-module.no-pad {
		padding: 50px 0;
	}

	.custom-module-usp .usp-row,
	.custom-module-columns .columns {
		flex-direction: column;
		margin-left: 0;
		margin-right: 0;
	}

	.custom-module-usp .single-usp {
		max-width: 400px;
		margin: 0 auto 30px;
	}

	.custom-module-usp .single-usp:last-child {
		margin-bottom: 0;
	}

	.custom-module-usp .single-usp img {
		max-width: 200px;
	}

	.custom-module-columns .columns > div {
		width: 100%;
		padding: 0;
	}

	.custom-module-columns .columns .content {
		margin-bottom: 30px;
	}

	.custom-module-columns .columns .image {
		margin-bottom: 25px;
	}

	.custom-module-columns .columns.skewed-image .image {
		text-align: center;
	}

	.custom-module-columns .columns.skewed-image .image::before,
	.custom-module-columns .columns.skewed-image .image::after {
		content: none;
	}

	.custom-module-columns-form .columns .content,
	.custom-module-columns-form .columns .form {
		width: 100%;
	}

	.custom-module-columns-form .columns .form {
		padding: 40px;
	}

	.custom-module-columns-form .form.pull {
		margin-top: 0;
	}

	.custom-module-columns-form .columns.form-left .content,
	.custom-module-columns-form .columns.form-left .content.pull {
		margin-top: 30px;
	}

	.custom-module-workshop .section {
		padding: 50px 0;
	}

	.custom-module-workshop .anchor-menu ul {
		padding: 15px 25px;
	}

	.custom-module-workshop .anchor-menu ul li {
		margin-right: 25px;
	}

	.custom-module-workshop .section-facts .fact {
		width: 35%;
		margin: 20px 0;
	}

	.footer-container-wrapper .bottom-bar-inner .row-fluid {
		flex-wrap: wrap;
	}

	.footer-container-wrapper .bottom-bar-section {
		width: 50%;
	}

	.footer-container-wrapper .bottom-bar-section.top {
		width: 100%;
		margin-top: 30px;
	}

	.footer-container-wrapper .bottom-bar-section.phone-cvr {
		text-align: right;
	}
}

@media (max-width: 550px) {
	.header-container .menu-overlay .left {
		width: 0;
	}

	.header-container .menu-overlay .right {
		width: 100%;
	}

	.header-container .secondary-menu {
		position: static;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		-o-transform: none;
		transform: none;
		margin-top: 100px;
	}

	.header-container .secondary-menu a {
		padding: 10px 20px;
	}

	.header-container .secondary-menu ul ul a {
		padding-left: 40px;
	}

	.custom-module-rows .rows {
		margin-left: 0;
		margin-right: 0;
	}

	.custom-module-rows .single-row {
		flex-direction: column;
	}

	.custom-module-rows .single-row > div {
		width: 100%;
		padding: 0;
	}

	.custom-module-rows .single-row .text {
		order: 1;
		margin-bottom: 25px;
	}

	.custom-module-rows .single-row .image {
		order: 2;
	}

	.custom-module-quote blockquote {
		font-size: 20px;
	}

	.custom-module-contact .contacts .contact {
		width: 100%;
	}

	.custom-module-contact .contacts .contact:nth-child(n+3) {
		margin-top: 0;
	}

	.custom-module-contact .contacts .contact:not(:last-child) {
		margin-bottom: 50px;
	}

	.custom-module-contact .contacts .contact .image {
		margin-bottom: 10px;
	}

	.custom-module-workshop .anchor-menu ul {
		text-align: center;
	}

	.custom-module-workshop .anchor-menu ul li:last-child {
		float: none;
	}

	.custom-module-workshop .anchor-menu ul li:not(:last-child) {
		display: none;
	}

	.custom-module-workshop .section-speakers .speaker {
		width: 100%;
	}

	.custom-module-workshop .section-speakers .speaker:not(:last-child) {
		margin-bottom: 50px;
	}

	.custom-module-workshop .section-speakers .speaker .image,
	.custom-module-workshop .section-speakers .speaker .title {
		margin-bottom: 10px;
	}

	.custom-module-workshop .section-form .form-wrapper {
		padding: 50px 25px;
	}

	.footer-container-wrapper .partner-wrap {
		flex-wrap: wrap;
		justify-content: center;
	}

	.footer-container-wrapper .partner-wrap > div {
		width: calc(50% - 40px);
	}

	.footer-container-wrapper .partner-wrap > div:first-child {
		width: 100%;
		text-align: center;
	}

	form.hs-form > fieldset {
		margin-bottom: 0;
	}

	form .hs-form-field {
		margin-bottom: 10px;
	}

	form.hs-form > fieldset.form-columns-2 .hs-form-field {
		width: 100%;
	}

	form.hs-form > fieldset.form-columns-2 .hs-form-field:last-child {
		margin-left: 0;
	}

	.contact-page-form form .hs_kontakttype .hs-form-radio-display {
		font-size: 14px;
	}

	form .col {
		width: 100%;
	}

	form .col.first {
		margin-bottom: 0;
	}

	form .col textarea {
		min-height: 150px;
	}
}

@media (max-width: 414px) {
	h3 {
		font-size: 24px;
	}

	.custom-module-columns-form .columns .form {
		padding: 20px;
	}

	.custom-module-workshop .section-facts .fact {
		width: 45%;
	}
}