@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;800&display=swap');

/* 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;
}
iframe {
	width: 100%;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
.ceedee {
	display: none;
}
body {
	line-height: 1.15;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body, html {
	background-color: #0E8D3D;
	color: #FFFFFF;
	text-align: left;
}
ul {
	list-style: none;
	font-size: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	display: block;
	border: none;
	outline: none;
}
.clearall {
	clear: both;
}
.clearfix::after {
	content: "";
	clear: both;
	display: block;
}
a {
	text-decoration: none;
	outline: none;
}
a span {
	display: none;
}

/* TRANSITIONS */

 {
	-o-transition: .35s;
	-ms-transition: .35s;
	-moz-transition: .35s;
	-webkit-transition: .35s;
	transition: .35s;
}
 {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
.zcwf_lblLeft .zcwf_button, .zcwf_lblLeft .zcwf_col_fld input, .zcwf_lblLeft .zcwf_col_fld textarea, #downloadlink {
	-o-transition: 1s;
	-ms-transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	transition: 1s;
	transition-timing-function: ease-out;
}
x {
	-o-transition: 2s;
	-ms-transition: 2s;
	-moz-transition: 2s;
	-webkit-transition: 2s;
	transition: 2s;
}
 {
	transition-timing-function: cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
@-webkit-keyframes bounce {
0% {
 transform: translate(0px, 15px);
 opacity: 0.6;
}
50% {
 transform: translate(0px, -15px);
 opacity: 0;
}
100% {
 transform: translate(0px, 15px);
 opacity: 0.6;
}
}
.bounce {
	-webkit-animation: bounce 3s infinite;
	transition-timing-function: ease-out;
}
.bounce:hover {
	opacity: 0.8;
}
/* CSS */

::selection {
	background: #0E8D3D; /* WebKit/Blink Browsers */
	color: #FFFFFF!important;
}
::-moz-selection {
 background: #0E8D3D; /* Gecko Browsers */
 color: #FFFFFF!important;
}

/* BACKGROUND */

#background {
	width: 100%;
	min-width: 976px;
	background: top right no-repeat url(../images/right-ground.png) transparent;
	background-size: auto 100%;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 0;
}
#leftground {
	width: 50%;
	min-width: 488px;
	background: bottom left no-repeat url(../images/left-ground.png) transparent;
	background-size: auto 100%;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 0;
}

/* TEXT */

strong {
	font-weight: 800;
}
h1 {
	display: block;
	width: 160px;
	height: 75px;
	text-indent: -32000px;
	margin-bottom: 35px;
	background: top left no-repeat url(../images/qchi-logo.png) transparent;
	background-size: 160px 75px;
}
h2 {
	display: block;
	font-size: 48px;
	font-weight: 800;
	padding-bottom: 10px;
}
h3 {
	display: block;
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 32px;
	margin-bottom: 40px;
	border-bottom: 1px solid #FFFFFF;
}
h4 {
	display: block;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}
p, ul {
	display: block;
	font-size: 18px;
	padding-bottom: 10px;
	font-weight: 600;
}
li {
	margin: 0px 0px 10px 20px;
	list-style-type: disc;
}
#overwrapper {
	position: relative;
	width: 896px;
	margin: 80px auto 40px 80px;
	text-align: left;
	z-index: 100;
}
#leftcolumn, #rightcolumn {
	width: 418px;
}
#leftcolumn {
	float: left;
}
#rightcolumn {
	float: right;
}
#downloadlink {
	margin: 20px auto 10px 0px;
	padding: 20px 0px 80px 0px;
	text-align: center;
	font-weight: 400;
	width: 100%;
	border: 0;
	display: block;
	cursor: pointer !important;
	border-radius: 5px;
	font-size: 27px;
	color: #FFFFFF;
	background-color: #E2B71E;
	background-repeat: no-repeat;
	background-position: center 100px;
	background-image: url(../images/download.png);
	background-size: 40px 40px;
}
#downloadlink:hover {
	color: #E2B71E;
	background-color: #FFFFFF;
	background-image: url(../images/download-over.png);
	}

/* FORM */

#mc_embed_signup {
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    padding: 0px 15px;
}

/* MAILCHIMP STUFF */

/* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:28px;}
#mc_embed_signup input {border: 1px solid #ABB0B2; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; transition: all 0.23s ease-in-out 0s; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:18px; font-weight: normal; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding: 0 22px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}

#mc_embed_signup .mc-field-group {clear:left; position:relative; width:96%; padding-bottom:3%; min-height:50px;}
#mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}
* html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
#mc_embed_signup .mc-field-group label {display:block; margin-bottom:3px;}
#mc_embed_signup .mc-field-group input {display:block; width:100%; padding: 10px 0px; text-indent: 10px;font-size: 18px;}
#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{padding:5px 0;}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:30px;}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}

#mc_embed_signup .indicates-required {text-align:right; font-size:11px; margin-right:4%;}
#mc_embed_signup .asterisk {color:#e85c41; font-size:150%; font-weight:normal; position:relative; top:5px;}     
#mc_embed_signup .clear {clear:both;}

#mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
#mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
#mc_embed_signup .mc-field-group.input-group label {display:inline;}
#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%; margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

#mc-embedded-subscribe {clear:both; width:auto; display:block; margin: 25px 0px 25px 0px!important;}
#mc_embed_signup #num-subscribers {font-size:1.1em;}
#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {display:inline-block; margin:2px 0 1em 0; padding:5px 10px; background-color:rgba(255,255,255,0.85); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size:14px; font-weight:normal; z-index:1; color:#e85c41;}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {border:2px solid #e85c41;}



/* MAX 1319PX ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 1319px) {
	
#overwrapper, #leftcolumn, #rightcolumn {
	width: 418px;
}
#leftcolumn, #rightcolumn {
	float: none;
}
#leftground {
	display: none;
}
}

/* MAX 1023PX ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

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

body, html {
	text-align: left;
}
#leftground {
	display: none;
}
#background {
	min-width: 640px;
}
#overwrapper {
	margin-left: 40px;
}
	
}

/* MAX 819PX ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 819px) {
	
body, html {
	text-align: center;
	background-image: url(../images/right-ground-mob.png);
	background-position: top right;
	background-size: contain;
}
#background {
	display: none;;
}
#overwrapper {
	margin: 40px auto;
}
	
}

/* MAX 489PX ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

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

#overwrapper {
	margin: 30px auto;
}
#overwrapper, #leftcolumn, #rightcolumn {
	width: 280px;
}
	
}