/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}





/* Defaults */

html, body {
	margin: 0;
}

body {
	background: #F4F5FA;
	font-family: 'Calibri', 'Open Sans', 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 1.6;
	color: #464855;
}

img {
	max-width: 100%;
	height: auto;
}

::-moz-selection 	{ background:#3bcf5b; color:#fff; }
::selection 		{ background:#3bcf5b; color:#fff; }




/* Links */

a {
	color: #04B02A;
}

a:hover,
a:active {
	color: #20dd49;
}




/* Typography */

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}

h1 {
	font-size: 2.25em;
	line-height: 1.2;
}

h2 {
	font-size: 1.875em;
	line-height: 1.2;
}

h3 {
	font-size: 1.5em;
	line-height: 1.2;
}

h4 {
	font-size: 1.125em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 0.875em;
}

p {
	font-size: 1em;
}

strong {
	font-weight: 600;
}

em {
	font-style: italic;
}

small {
	font-size: 0.875em;
}

blockquote {
	background: #E2EEE6;
	padding: 1.25em;
	font-size: 1.25em;
	border-radius: 8px;
}




/* Lists */

ul, ol {
	list-style-position: inside;
	margin-left: 1em;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-left: 3em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

li {
	font-size: 1em;
}




/* Buttons */

.btn {
	display: inline-block;
	background: #563D82;
	padding: 0.75em 2em;
	margin-bottom: 1em;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-family: 'Calibri', 'Open Sans', 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.125em;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-transition:  all .1s linear;
	-moz-transition:  all .1s linear 0s;
}

.btn:hover {
	background: #7450b1;
	color: #fff;
	-ms-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
}

.btn:active {
	color: #fff;
}

.btn:disabled {
	opacity: 0.5;
}





/* Inputs */

input[type="text"],
input[type="name"],
input[type="email"],
input[type="phone"],
input[type="number"],
input[type="password"],
textarea {
	display: block;
	width: 100%;
	margin: 0;
	padding: 8px;
	font-size: 1em;
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	box-sizing: border-box;
	-webkit-transition:  all .1s linear;
	-moz-transition:  all .1s linear 0s;
}

input[type="text"]:hover, input[type="text"]:focus,
input[type="name"]:hover, input[type="name"]:focus,
input[type="email"]:hover, input[type="email"]:focus,
input[type="phone"]:hover, input[type="phone"]:focus,
input[type="number"]:hover, input[type="number"]:focus,
input[type="password"]:hover, input[type="password"]:focus,
textarea:hover, textarea:focus {
	border-bottom: 1px solid #04B02A;
	-moz-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

input[type="number"] {
	max-width: 100%;
	margin-left: 0;
}

textarea {
	padding: 8px;
}




/* Margins */

.mt1 {margin-top: 1em;}
.mt2 {margin-top: 2em;}
.mt3 {margin-top: 3em;}

.mb1 {margin-bottom: 1em;}
.mb2 {margin-bottom: 2em;}
.mb3 {margin-bottom: 3em;}





/* Layouts */

.clearfix:after {
	display:block;
	height:0;
	clear:both;
	content:"";
	visibility:hidden;
}

.hide {
	display: none;
}

.center {
	text-align: center;
}

.site-wrapper {
	max-width: 1600px;
	margin: 0 auto;
	box-shadow: 0 0 50px rgba(34, 5, 73, 0.07);
}

.wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.wrapper--med {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.half,
.thirds {
	float: left;
	width: 50%;
	box-sizing: border-box;
}

.half.padded {
	padding: 0 1em;
}

.thirds {
	width: 33.333333%;
}

.half p {
	max-width: 90%;
}




/* Header */

.header {
	background: #fff;
}

.ddok-link {
	position: absolute;
	top: 5px;
	right: 0;
	width: 220px;
	color: #000;
	text-align: right;
	text-decoration: none;
}

.ddok-link:hover {
	color: #666;
	opacity: .5;
}

.ddok-link img {
	position: relative;
	top: 3px;
	right: 5px;
	width: 17px;
}

.ddok-link span {
	font-family: 'Montserrat', 'Calibri', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.header_logo {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	float: left;
	width: 75%;
	margin: 30px 0;
}

.header_logo img {
	max-width: 100%;
}

.header_logo a {
	text-decoration: none;
}

.header_logo a:hover {
	opacity: 0.75;
}

.logo-dd {
	float: left;
	width: 250px;
	height: auto;
	padding: 30px 20px 30px 0;
	margin-right: 20px;
	border-right: 1px solid #EAEAEA;
	box-sizing: border-box;
}

.logo-client {
	float: left;
}

.logo-client img {
	max-width: 350px;
	max-height: 60px;
}

.header_logo h2 {
	font-family: 'Montserrat', 'Calibri', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.3;
	color: #437B84;
}

.header_spotlight {
	clear: right;
	float: right;
	position: relative;
	top: 60px;
	right: 0;
	min-width: 125px;
	padding: 10px 20px;
	color: #563D82;
	font-weight: 600;
	border-radius: 5px;
	text-decoration: none;
}

.header_spotlight:hover {
	color: #7453ae;
	box-shadow: 0 5px 20px #ebebeb;
}

.header_spotlight-person {
	float: left;
	width: 28px;
	position: relative;
	top: 8px;
	right: 7px;
}

.header_spotlight-text {
	float: left;
	line-height: 1;
}

.header_spotlight-visit {
	font-size: 18px;
}

.header_spotlight-spotlight {
	font-size: 24px;
}

.header_spotlight-arrow {
	width: 7px;
	position: relative;
	top: 13px;
	left: 11px;
}

/* Menu */

.menu {
	position: relative;
	z-index: 3;
	background: #fff;
	border-top: 1px solid #eaeaea;
	top: -2px;
}

.home .menu {
	background: #fff;
	background: rgba(255, 255, 255, 0.85);
}

.menu ul,
.menu li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li a {
	display: inline-block;
	padding: 10px 0;
	margin-right: 2em;
	font-size: 18px;
	font-weight: 600;
	color: #04B02A;
	text-decoration: none;
}

.menu li a:hover {
	color: #08701e;
}

.menu li.menu_active a {
	color: #6B6F81;
}

.menu li.menu_spotlight a {
	display: none;
	color: #563D82;
}

.menu li.menu_spotlight img {
    width: 20px;
    position: relative;
    top: 3px;
    margin-right: 7px;
}

.mobile-menu-toggle {
	display: none;
	position: relative;
	z-index: 1;
	background: #fff;
	border-bottom: 1px solid #eaeaea;
    padding: 12px 0;
    text-align: center;
    color: #04B02A;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}




/* Homepage Hero */

.hero {
	position: relative;
	padding: 6em 0 3em;
	margin-top: -3.1em;
	background: url("/static/web/images/clients/hero1.19c6548bb702.jpg") top center no-repeat;
	background-size: cover;
}

.hero_image {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	height: 100%;
	background-position: top center;
	background-size: cover;
	background-repeat: none;
}

.hero_image1 {
	background-image: url("/static/web/images/clients/hero1.19c6548bb702.jpg");
}

.hero_image2 {
	background-image: url("/static/web/images/clients/hero2.3a2e1f0df4e0.jpg");
}

.hero_image3 {
	background-image: url("/static/web/images/clients/hero3.5dd4eb622639.jpg");
}

.hero .wrapper {
	top: 0;
	left: 0;
	right: 0;
}

.hero_welcome {
	max-width: 330px;
	padding: 2.5em;
	background: #00AEC7;
	background: rgba(0, 173, 199, 0.70);
	box-shadow: inset 0 0 0 14px rgba(49, 210, 235, 0.5);
	border-radius: 8px;
	color: #fff;
}

.hero_welcome h2 {
	font-size: 3.5em;
	font-weight: 300;
}

.hero_welcome h4 {
	font-size: 1.5em;
	font-weight: 300;
	margin-bottom: 2em;
}

.hero_welcome .btn {
	display: block;
	margin: 0 auto;
	width: 270px;
}

.hero_spotlight {
	padding: 2.5em;
	background: #04B02A;
	box-shadow: inset 0 0 0 14px rgba(48, 230, 87, 0.5);
	border-radius: 8px;
	color: #fff;
}

.hero_spotlight h3 {
	font-size: 2.5em;
	font-weight: 300;
}

.hero_spotlight p {
	font-size: 1.125em;
	font-weight: 300;
}

.hero_spotlight .half {
	position: relative;
}

.hero_spotlight .btn {
	position: absolute;
    top: 1.5em;
    right: .75em;
    background: #265A46;
	background: rgba(87, 62, 130, 0.5);
}

.hero_spotlight .btn:hover {
    background: #489577;
	background: rgba(87, 62, 130, 0.3);
}


/* Tips */

.tips {
	padding: 2em 0;
	background: #fff;
}

.tips h5 {
	color: #007A1B;
}

.tips h3 {
	font-weight: 300;
	color: #000;
}

.tips_tip {
	margin: 1.5em 0 0 2em;
}

.tips h2 {
	font-family: 'Montserrat', 'Calibri', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 2.25em;
	line-height: 1.3;
	margin-bottom: 0.5em;
	color: #04B02A;
}

.tips p {
	margin-bottom: 2em;
}

.tips img {
	display: block;
	margin: 0 auto;
	max-width: 90%;
}

.home_questions {
	padding: 5em 0 7em;
}

.home_questions h3 {
	font-size: 2.5em;
	font-weight: 300;
	color: #000;
}

.home_questions p {
	max-width: 500px;
}

.home_questions h5 {
	margin-top: 3.5em;
}



/* FAQ */

.faqs-topics {
	margin: 4em 0;
}

.faqs-topics a {
	margin-right: 2em;
	font-weight: 600;
	color: #563D82;
}

.faq-entry {
	margin-bottom: 6em;
}

.content .faq-question p {
	font-weight: 600;
	margin-bottom: 0;
}

.content .faq-answer p:first-child {
	margin-top: 0;
}

.faq_back-to-top {
	float: right;
	font-weight: 600;
	color: #563D82;
}



/* Content */

.content {
	padding: 3em 0;
	font-family: 'Montserrat', 'Calibri', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 1.7;
}

.content h2.title {
	background: #04B02A;
	margin-bottom: 1em;
	padding: 0.75em 1em;
	font-family: 'Montserrat', 'Calibri', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 2.25em;
	font-weight: 300;
	line-height: 1.2;
	color: #fff;
	border-radius: 8px;
	-webkit-font-smoothing: antialiased;
}

.content p {
	margin: 1.5em 0;
}

.content-inset {
	padding: 0 2em;
}

.content-inset h1,
.content-inset h2,
.content-inset h3,
.content-inset h4,
.content-inset h5,
.content-inset h6 {
	margin: 1em 0;
}

.content-inset p {
	font-size: 1.125em;
}

.community {
	background: #00AEC7;
	box-shadow: inset 0 0 0 14px #37C3D5;
	color: #fff;
	margin: 4em 0 0;
	padding: 4em 0;
}

.community .btn {
	margin-right: 2em;
}

.end-half-card {
	background: #fff;
	padding: 5em 0 9em;
	font-family: 'Montserrat', 'Calibri', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.no-bottom-pad {
	padding-bottom: 0;
}

.end-half-card.no-top-bottom-pad {
	padding-top: 0;
	padding-bottom: 0;
}

.end-half-card img {
	display: block;
}

.plan {
	margin-left: 2em;
	margin-bottom: 2em;
}

.plan h3 {
	margin-bottom: 1em;
	font-family: 'Calibri', 'Open Sans', 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.icon-pdf {
	float: left;
	position: relative;
	width: 35px;
	margin: 0 15px 0 0;
}

.icon-globe {
    float: left;
    position: relative;
    width: 35px;
    margin: 0 15px 0 0;
    opacity: 60%;
}

.holiday--date {
	font-weight: 600;
	margin-right: 10px;
}

.widget {
	padding: 1em;
	text-align: center;
	box-sizing: border-box;
}

.widget img {
	max-width: 60%;
}

.widget p {
	font-weight: 600;
	font-size: 0.825em;
	line-height: 1.4;
}

.icon-left {
	width: 50px;
	height: 50px;
	float: left;
	margin: 0 12px 12px 0;
	border-radius: 5px;
}

.plan-disclaimer {
	font-size: 0.7em;
}


/* Footer */

.footer {
	padding: 3em 0;
	background: #04B02A;
	color: #fff;
}

.footer-logo {
	width: 300px;
	max-width: 80%;
}

.footer a {
	color: #fff;
}

.footer ul,
.footer li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

.footer-nav h5 {
	margin-bottom: 1em;
	color: #134F20;
	text-transform: uppercase;
}

.footer-nav ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.footer-nav li a {
	line-height: 1.2;
	text-decoration: none;
}

.footer-nav_secondary {
	margin-top: 2.25em;
	text-align: right;
}

.footer-nav_secondary li a {
	line-height: 1.2;
	text-decoration: none;
}

.footer-nav_secondary li a:before {
	content: '';
	display: inline-block;
	background: url("/static/web/images/clients/icon-triangle-white.d62ef8d24126.png") left center no-repeat;
	background-size: contain;
	width: 9px;
	height: 11px;
	margin-right: 5px;
}

.footer-nav li a:hover,
.footer-nav_secondary li a:hover {
	opacity: 0.75;
}

.social {
	margin-top: 3em;
}

.social a:hover {
	opacity: .75;
}

.social img {
	width: 50px;
	margin-right: 2em;
}

.social-inset {
	margin-top: 6em;
	text-align: center;
}

.social-inset img {
	display: inline;
}

.footer-compliance {
	padding: 1em 0;
	background: #007D1C;
	color: #000000;
}

.footer-compliance a {
	color: #000;
	text-decoration: none;
	margin: 0 2em 0 0;
}

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

.video-player {
	padding: 40% 0 0 0;
	position: relative;
	max-width: 640px;
}


/* Small Desktop & Tablet Styles */

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

	.wrapper {
		padding-left: 1em;
		padding-right: 1em;
	}
	
	.ddok-link {
		right: 20px;
	}
	
	.home .menu {
		background: #fff;
	}
	
	.menu li a {
		margin-right: 2em;
	}
	
	.community {
		padding: 3em 2em 4em;
	}
	
	.footer .social img {
	    width: 40px;
	    margin-right: 1em;
	}

}





/* Mobile Styles */

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

	.video-player {
		padding: 56.25% 0 0 0;
		max-width: 100%;
	}

	.half,
	.thirds {
		float: none;
		width: 100%;
	}
	
	.half.padded {
		padding: 0;
	}

	.ddok-link {
		display: block;
		position: static;
		width: 100%;
		top: 0;
		right: 0;
		padding: 5px 0;
		text-align: center;
	}

	.ddok-link img {
		top: 1px;
		right: 3px;
		width: 12px;
	}
	
	.ddok-link span {
		font-size: 12px;
		color: #666;
	}
	
	.header {
		padding: 0;
	}
	
	.header.fixed-nav {
		margin-bottom: 50px;
	}
	
	.header_logo {
		float: none;
    	width: 100%;
    	padding: 5px 0 17px;
    	margin: 0;
    }
    
    .header_logo img {
	    display: block;
	    margin: 0 auto;
	    max-width: 90%;
    }
    
    .logo-dd {
		width: 50%;
		margin: 0;
		padding: 15px 0;
    }
    
    .logo-client {
		width: 50%;
		text-align: center;
    }
    
    .logo-client img {
	    max-width: 80%;
	    margin: 0 auto;
    }
    
    .header_logo h2 {
	    max-width: 80%;
	    margin: 0 auto;
	    font-size: 1em;
	    text-align: left;
    }
    
    .header_spotlight {
	    display: none;
    }
	
	.hero_spotlight .btn {
		position: relative;
		top: auto;
		right: auto;
		margin-top: 1em;
		margin-bottom: 0;
	    font-size: 1em;
	}
	
	.header_spotlight-person {
		width: 28px;
		top: 8px;
		right: 7px;
	}
	
	.header_spotlight-visit {
		font-size: 15px;
	}
	
	.header_spotlight-spotlight {
		font-size: 20px;
	}
	
	.header_spotlight-arrow {
		width: 7px;
		top: 13px;
		left: 11px;
	}
	
	.mobile-menu-toggle {
		display: block;
	}

	.menu {
		width: 100%;
	}

	.menu .wrapper {
		display: none;
	}
	
	.menu.menu-fixed {
		position: fixed;
		top: 0;
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	}

	.menu li a {
		display: block;
		margin-right: 0.5em;
		padding: 10px 0;
		border-bottom: 1px solid #eaeaea;
	}
	
	.menu li.menu_spotlight a {
		display: block;
	}
	
	.hero {
		padding: 4.5em 0 0;
		background-position-x: 60%;
	}
	
	.hero .wrapper {
		padding: 0;
	}
		
	.hero_image, .hero_image1, .hero_image2, .hero_image3 {
		display: none !important;
	}

	.hero_welcome,
	.hero_spotlight {
		padding: 1.125em 1.125em 1.5em 1.125em;
		box-shadow: none;
		border-radius: 0;
	}
	
	.hero_welcome {
		width: 55%;
		margin: 0 0 1.5em;
		background: rgba(0, 173, 199, 0.9);
		border-radius: 0 8px 8px 0;
	}
	
	.hero_welcome h2 {
		font-size: 2em;
	}

	.hero_welcome h4 {
		font-size: 1.125em;
		line-height: 1.4;
		margin-bottom: 1em;
	}

	.hero_welcome .btn {
		width: auto;
		padding: 0.75em;
		font-size: 1em;
	}
	
	.hero_spotlight h3 {
		font-size: 2em;
	}
	
	.tips h2 {
		font-size: 1.75em;
	}
	
	.tips_tip {
		margin-left: 0;
	}
	
	.tips img {
		max-width: 100%;
	}
	
	.home_questions {
	    padding: 1em 0 2em;
	}
	
	.content {
		padding: 1em 0;
	}
	
	.content-inset {
		padding: 0;
	}
	
	.content h2.title {
		padding: 0.5em 0.75em;
		font-size: 2em;
	}
	
	.content p {
		font-size: 1em;
	}
	
	.no-bottom-pad {
		padding-top: 0;
	}
	
	.faqs-topics a {
		display: block;
		margin: 1.5em 0;
	}
	
	.footer {
		padding: 1.25em 0;
	}
	
	.social {
	    margin-top: 1em;
	}
	
	.social-inset {
		display: none;
	}
		
	.footer-nav {
		margin-top: 2em;
	}
	
	.footer-compliance {
		text-align: center;
	}

	.footer-compliance a {
		margin: 0 0.5em;
	}
	
	.footer-compliance_copyright {
		text-align: center;
	}
	
}