@charset "UTF-8";

/* CSS Document */
/*-------------------------*/
/*-------- 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;
}

form {
	margin: 0 0 15px 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

label {
	cursor: pointer;
}

legend {
	border: 0;
	*margin-left: -7px;
	padding: 0;
	white-space: normal;
}

button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: bottom;
	*vertical-align: bottom;
}

button, input {
	line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
}

button[disabled], input[disabled] {
	cursor: default;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	*width: 13px;
	*height: 13px;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

input:valid, textarea:valid {
}

input:invalid, textarea:invalid {
	background-color: #F0DDDD;
}

/* Clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix {
	zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
	zoom: 1;
}

/* IE7 */
/*---------------------------*/
/* Default Element Styles */
/*---------------------------*/
body {
	line-height: 1.5;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #666;
	background: #4E3B5E url(../images/bg-gradient-2.png) repeat-x;
}

h1 {
	margin: 0 0 55px 0;
	color: #CAC2D0;
	font-size: 18px;
	font-weight: normal;
}

h2 {
	margin: 0 0 0.15em 0;
	color: #640785;
	font-size: 30px;
	font-weight: normal;
	line-height: 32px;
}

h3 {
	font-size: 19px;
	font-weight: normal;
	color: #66BCD8;
	text-transform: uppercase;
	margin: 0.5em 0 0 0;
}

h4 {
	font-weight: bold;
	color: #3268B1;
}

h5 {
	font-weight: normal;
	color: #3268B1;
	margin: 0 0 0.5em 0;
	border-bottom: 1px solid #CCC;
}

h6 {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	margin: 0 0 0 0;
	text-transform: uppercase;
}

.subhead {
	font-weight: normal;
	color: #454545;
	margin: 0 0 0.2em 0;
	text-transform: uppercase;
	font-size: 1.15em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td.style {
	width: 420px;
}

td.size {
	width: 100px;
}

td.btn {
}

a:link, a:visited, a:hover, a:active {
	color: #640685;
	/* */
	text-decoration: none;
}

a:hover {
	color: #66BCD8;
	/* */
	text-decoration: underline;
}

ul {
	margin: 0 0 1em 0;
	padding: 0 0 0 1.5em;
	list-style-type: disc;
}

li {
	margin: 0 0 0.8em 0;
	padding: 0 0 0 0.2em;
}

p {
	margin: 0 0 1em 0;
}

/*-------------------------*/
/*-------- Common ---------*/
/*-------------------------*/
#wrapper {
	position: relative;
	width: 920px;
	margin: auto;
}

#nav {
	position: relative;
	width: 885px;
	height: 60px;
	padding: 15px 20px 0 15px;
	background-color: #FFF;
	-moz-border-radius: 0 0 12px 12px;
	-webkit-border-radius: 0 0 12px 12px;
	border-radius: 0 0 12px 12px;
	-webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 1);
	/*behavior: url(/scripts/PIE.htc);*/
}

#logo {
	float: left;
	width: 230px;
	height: 50px;
	background: url(../images/mca-logo-hz.jpg) no-repeat;
}

#nav-links {
	float: right;
	padding: 25px 0 0 0;
}

#nav-links li {
	display: inline;
	margin-left: 20px;
}

#nav-links a:link, #nav-links a:visited, #nav-links a:hover, #nav-links a:active {
	color: #3268B1;
	text-decoration: none;
}

#nav-links a:hover {
	color: #66BCD8;
}

#main {
	position: relative;
	width: 845px;
	height: auto;
	margin: 15px 0 20px 0;
	padding: 30px 35px 30px 40px;
	background: #FFF url(../images/bg-header-2.jpg) top no-repeat;
	-webkit-border-radius: 12px;
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-border-radius: 12px;
	/* Firefox 1-3.6 */
	border-radius: 12px;
	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	-webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.8);
	/*behavior: url(/scripts/PIE.htc);*/
}

#sidebar {
	float: right;
	width: 320px;
}

/*--------- Sidebar Callout Box --------------*/
.callout {
	margin-bottom: 20px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	background-color: #EFEFEF;
}

.purple {
	background-color: #EFD9FF;
}

.blue {
	background-color: #D9E7FF;
}

.gold {
	background-color: #FAF0D4;
}

.orange {
	background-color: #FFDFD9;
}

.green {
	background-color: #E4FFDD;
}

.callout h5 {
	color: #FFF;
	font-size: 15px;
	font-weight: normal;
	padding: 5px 0 5px 10px;
	-webkit-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	-ms-border-radius: 7px 7px 0 0;
	-o-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
	border-bottom: none;
}

h5.purple {
	background-color: #9947D0;
}

h5.blue {
	background-color: #4172D0;
}

h5.gold {
	background-color: #E1B11F;
}

h5.orange {
	background-color: #FF4D2E;
}

h5.green {
	background-color: #46AB59;
}

.callout .inner {
	padding: 0 5px 10px 10px;
}

.sidebar-img-wrapper {
	width: 320px;
	height: 290px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	overflow: hidden;
}

#content {
	float: left;
	width: 490px;
	padding: 0 0 0 0;
	padding-bottom: 50px;
}

.resources #content {
	width: 800px;
}

.intro {
	font-size: 18px;
	color: #444;
	margin: 0 0 0.75em 0;
}

.caption {
	font-size: 12px;
	color: #999;
	margin: 0.8em 0;
}

.xtra-spacing {
	margin: 0 0 0.5em 0;
	/*padding-left: 10px;*/
	line-height: 1.2em;
	text-transform: capitalize;
}

.img-spacing {
	margin: 1em 0;
}

.img-box-shadow {
	-webkit-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.35);
	-moz-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.35);
	box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.35);
}

/*------------------------------*/
/*------------ Home ------------*/
/*------------------------------*/
#main.home {
	width: 885px;
	height: auto;
	margin: 15px 0 20px 0;
	padding: 35px 0 30px 35px;
	background: #FFF;
	-webkit-border-radius: 12px;
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-moz-border-radius: 12px;
	/* Firefox 1-3.6 */
	border-radius: 12px;
	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	-webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.8);
	/*behavior: url(/scripts/PIE.htc);*/
}

#hm-img-1 {
	float: left;
	width: 423px;
	height: 300px;
	margin: 0 15px 15px 0;
	background: #FFF url(/images/home/hm-img-01-blank.jpg) no-repeat;
	/*-webkit-border-radius: 11px; 
	  	-moz-border-radius: 11px; 
	  	border-radius: 11px;
		behavior: url(/scripts/PIE.htc);*/
}

/*---- Mission text styles -----*/
.mission-title {
	font-size: 22px;
	color: #640785;
	margin: 10px 0 13px 30px;
}

.mission-subtitle {
	font-size: 15px;
	line-height: 22px;
	color: #3267B1;
	margin: 0 0 18px 30px;
}

.mission-body {
	font-size: 14px;
	color: #FFF;
	margin: 0 0 20px 30px;
	padding-right: 30px;
	width: 353px;
}

.mission-signature {
	font-size: 15px;
	color: #3267B1;
	margin: 0 0 26px 30px;
}

#hm-img-2 {
	float: left;
	width: 423px;
	height: 300px;
	margin: 0 0 15px 0;
	background: #FFF url(/images/home/hm-img-02.jpg) no-repeat;
	/*-webkit-border-radius: 11px; 
	  	-moz-border-radius: 11px; 
	  	border-radius: 11px; 
		behavior: url(/scripts/PIE.htc);*/
}

#hm-img-3 {
	float: left;
	width: 423px;
	height: 300px;
	margin: 0 15px 0 0;
	background: #FFF url(/images/home/hm-img-03.jpg) no-repeat;
	/*-webkit-border-radius: 11px; 
	  	-moz-border-radius: 11px; 
	  	border-radius: 11px; 
		behavior: url(/scripts/PIE.htc);*/
}

#hm-img-4 {
	float: left;
	width: 423px;
	height: 300px;
	margin: 0 0 0 0;
	background: #FFF url(/images/home/hm-img-04h.jpg) no-repeat;
	/*  default image= url(/images/home/hm-img-04b2.jpg)  */
	/*-webkit-border-radius: 11px; 
	  	-moz-border-radius: 11px; 
	  	border-radius: 11px; 
		behavior: url(/scripts/PIE.htc);*/
}

/*----- Home Image Overay -----*/
.hm-img-wrap {
	width: 414px;
	height: 292px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	overflow: hidden;
	position: relative;
	/*behavior: url(/scripts/PIE.htc);*/
}

.hm-img-overlay {
	width: 414px;
	height: 292px;
	background-color: #3268B1;
	color: #FFF;
	text-align: center;
	line-height: 290px;
	opacity: 0;
	filter: alpha(opacity = 0);
	position: absolute;
	top: 0;
	z-index: 100;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	/*behavior: url(/scripts/PIE.htc);*/
}

.hm-img-overlay h1 {
	color: #FFF;
}

.hm-img-wrap:hover .hm-img-overlay {
	opacity: 0.8;
	filter: alpha(opacity = 80);
	transition: opacity 0.25s;
	-moz-transition: opacity 0.25s;
	-webkit-transition: opacity 0.25s;
}

.hm-img-wrap:hover .hm-img-overlay a {
	text-decoration: none;
}

/*-------------------------*/
/*-------- Store ----------*/
/*-------------------------*/
.product-wrapper {
	width: 100%;
	position: relative;
}

#store-img-1 {
	float: left;
	width: 414px;
	height: 290px;
	margin: 0 15px 15px 0;
	background: #66BCD8;
	/*url(../images/store-img-mc001.jpg) no-repeat*/
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	overflow: hidden;
	/*behavior: url(/scripts/PIE.htc);*/
}

#store-img-2 {
	float: left;
	width: 414px;
	height: 290px;
	margin: 0 0 15px 0;
	background: #640785;
	/* url(../images/store-img-mc002.jpg) no-repeat*/
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	overflow: hidden;
	/*behavior: url(/scripts/PIE.htc);*/
}

.descr-left {
	float: left;
	width: 414px;
	margin: 0 15px 15px 0;
}

.descr-right {
	float: left;
	width: 414px;
	margin: 0 0 15px 0;
}

#returns {
	width: 490px;
	margin: 0 0 25px 350px;
}

img.prod-img {
	float: left;
	margin: 5px 0 0 70px;
}

p.descr {
	font-size: 14px;
	color: #3268B1;
	margin: 0 0 10px 0;
}

ul.store {
	margin: 0 0 1em 0;
	padding: 0 0 0 1.5em;
	list-style-type: disc;
}

li.store {
	margin: 0;
	padding: 0 0 0 0.2em;
}

h3.store {
	font-size: 18px;
	font-weight: normal;
	color: #66BCD8;
	text-transform: uppercase;
	margin: 0.5em 0 0.5em 0;
	border-bottom: 1px solid #66BCD8;
}

#header-float-right {
	float: right;
	margin: 21px 0 0 0;
	color: #3268B1;
	text-transform: uppercase;
	font-size: 10px;
}

/*----------------------------*/
/*-------- Footer -----------*/
/*---------------------------*/
#footer {
	float: left;
	width: 920px;
	height: 40px;
	margin: 0 0 20px 0;
	font-size: 12px;
	color: #CCC;
}

#footer a {
	margin: 0 7px 0 7px;
}

#footer a img {
	margin: 0 0 0 10px;
	vertical-align: middle;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #CCC;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/*--------------------------------*/
/*--------- Thank You ----------*/
/*--------------------------------*/
#header-thankyou {
	width: 900px;
	height: 65px;
	margin: 15px 0 40px 0;
	background-image: url(../images/mca-header-thankyou.jpg);
}

/*--------------------------------*/
/*-------- Contact Page --------*/
/*--------------------------------*/
#content.contact {
	width: 430px;
	padding: 0 40px 0 0;
}

.sidebar-img-wrapper-contact {
	width: 320px;
	height: 240px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	/*border: 1px solid red;*/
	background: #9C3 url(../images/img-random-cells-green.jpg) no-repeat;
	/*behavior: url(/scripts/PIE.htc);*/
}

/*fieldset {
	margin-left: 25px;
}
*/
label {
	float: left;
	clear: left;
	margin: 11px 20px 0 0;
	width: 55px;
	text-align: left;
	font-size: 12px;
	color: #445668;
	text-transform: uppercase;
}

label.error {
	color: #FB3A3A;
	display: inline-block;
	font-size: 0.9em;
	margin: 0 0 0 75px;
	padding: 0;
	text-align: left;
	width: 260px;
}

input.contact {
	width: 260px;
	height: 25px;
	padding: 5px 20px 0px 20px;
	margin: 10px 0 0 0;
	background: #FFF;
	/*background: -moz-linear-gradient(top, #546A7F 0%, #5E768D 20%);  firefox */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#546A7F), color-stop(20%,#5E768D));  webkit */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #E2E2E2;
	/*-moz-box-shadow: 0px 1px 0px #f2f2f2;-webkit-box-shadow: 0px 1px 0px #f2f2f2;*/
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
	/*behavior: url(/scripts/PIE.htc);*/
}

input::-webkit-input-placeholder {
	color: #A1B2C3;
}

input:-moz-placeholder {
	color: #A1B2C3;
}

textarea {
	width: 260px;
	height: 170px;
	padding: 12px 20px 0px 20px;
	margin: 10px 0 0 0;
	background: #FFF;
	/*background: -moz-linear-gradient(top, #546A7F 0%, #5E768D 20%);  firefox */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#546A7F), color-stop(20%,#5E768D));  webkit */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #E2E2E2;
	/*-moz-box-shadow: 0px 1px 0px #f2f2f2;-webkit-box-shadow: 0px 1px 0px #f2f2f2;*/
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
	/*text-transform: uppercase;*/
	/*behavior: url(/scripts/PIE.htc);*/
}

textarea::-webkit-input-placeholder {
	color: #A1B2C3;
	/*text-shadow: 0px -1px 0px #38506b;*/
}

textarea:-moz-placeholder {
	color: #A1B2C3;
	/*text-shadow: 0px -1px 0px #38506b;*/
}

input:focus, textarea:focus {
	background: #FFF;
}

/*----------------------------------*/
/*-------- New Contact Form --------*/
/*----------------------------------*/
#af-form input[type="text"] {
	color: #777;
	font-size: 12px !important;
	padding: 5px;
	height: 24px;
	box-shadow: none;
	margin-top: 0;
	height: 35px !important;
	margin-bottom: 0;
	border: 1px solid #ECECEC;
}

#af-form input[type="text"], #af-form textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #F9F9F9;
}

#af-form input[type="text"]:focus, #af-form textarea:focus {
	-webkit-box-shadow: 0px 0px 3px 0px #f0f0f0;
	box-shadow: 0px 0px 3px 0px #F0F0F0;
	background-color: #FCFCFC;
}

#af-form textarea {
	color: #777;
	font-size: 12px !important;
	padding: 5px;
	height: 160px !important;
	overflow: auto;
	border: 1px solid #ECECEC;
	width: 100%;
}

.af-outer {
	margin-bottom: 15px;
}

label.error, label.ferror {
	color: #DC3F35;
	font-size: 13px;
}

#af-form input.error, textarea.error {
	border: 1px solid #FF3F3F;
}

#progress {
	margin-top: 15px;
}

/*------------------------------*/
/*---- What's This Diagram -----*/
/*------------------------------*/
#whatsthis-wrapper {
	margin: 30px 0 25px 0;
	position: relative;
	height: 380px;
	background: url(/images/whatisthis-bg-1.jpg) top left no-repeat;
}

#wt-labels {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 33px;
	left: 427px;
	text-align: right;
	width: 130px;
}

#wt-description {
	color: #3268B1;
	position: absolute;
	top: 29px;
	left: 586px;
	text-align: left;
	width: 240px;
}

/*------------------------------------------*/
/*---- Resources - Download Page -----*/
/*-----------------------------------------*/
.resources h3 {
	margin: 0;
}

.download-wrapper {
	border: 1px solid #60007E;
	background-color: #F7F7F7;
	width: 90%;
	margin: 0 0 15px 0;
	padding: 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}

.resources .inner {
	float: left;
	margin-right: 42px;
	width: 225px;
}

.resources .inner-x2 {
	float: left;
	margin-right: 0;
	width: 492px;
}

.resources .inner-x3 {
	/*float: left;*/
	margin-right: 0;
	width: 759px;
}

.resources .inner.last {
	margin-right: 0;
}

.thumbnail {
	margin: 0 15px 0 0;
}

.info {
	padding: 5px;
}

.title {
	font-size: 11px;
	margin: 0 0 4px 8px;
}

.title h4 {
	color: #3E3E3E;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}

i.fa.fa-chevron-circle-right {
	color: #FED51B;
	font-size: 1.2em;
}

a.epipen {
	font-weight: bold;
	color: #99D74A;
	padding: 0 0 0 5px;
}

/*------------------------------------------*/
/*-------------- QRC Page ----------------*/
/*------------------------------------------*/
.qrc p {
	font-size: 1.1rem;
}

.qrc ul li {
	font-size: 1.1rem;
	line-height: 20px;
}

.tags {
	margin: 0 0 10px 0;
}

.tags a {
	background-color: #35A4EB;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #FFF;
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 5px 10px 5px 10px;
	font-size: 14px;
}

.bg-box-gold {
	background-color: #EBB62E;
	padding: 20px;
	margin-bottom: 0.8em;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.bg-box-gold p {
	color: #FFF;
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 0.2em;
}

.bg-box-gold h2 {
	font-size: 40px;
	color: #C87704;
	margin-bottom: 0.4em;
}

.bg-box-purple {
	background-color: #7F3EA4;
	padding: 20px;
	margin-bottom: 0.8em;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.bg-box-purple p {
	color: #FFF;
}

.bg-box-purple h2 {
	color: #BE9CE6;
}

.bg-box-blue {
	background-color: #2C6BBC;
	padding: 20px;
	margin-bottom: 0.8em;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.bg-box-blue p {
	color: #FFF;
}

.bg-box-blue h2 {
	color: #ADD3F9;
}

.bg-box-green {
	background-color: #59BC48;
	padding: 20px;
	margin-bottom: 0.8em;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.bg-box-green p {
	color: #FFF;
}

.bg-box-green h2 {
	color: #9EDB90;
}

.bg-box-ltblue {
	background-color: #66BCD8;
	padding: 20px;
	margin-bottom: 0.8em;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.bg-box-ltblue p {
	color: #FFF;
}

.bg-box-ltblue h2 {
	color: #95E8FA;
	margin-bottom: 0.2em;
}

/*------------------------------------------*/
/*------------ QRC Page - Mobile -----------*/
/*------------------------------------------*/

@media screen and (max-width: 767px) {
	#wrapper {
		width: auto;
		margin: auto;
		padding: 0 10px 0 10px;
	}
	
	#nav {
		position: relative;
		width: auto;
		height: 60px;
		padding: 15px 0 0 10px;  
	}
	
	#nav-links {
		float: right;
		padding: 25px 10px 0 20px;
	}

	#logo {
		/*float: left;*/
		width: 230px;
		height: auto;
		/*margin: 10px;*/
		/*background: url(../images/mca-logo-hz.jpg) no-repeat;*/
	}

	#main {
		position: relative;
		width: auto;
		height: auto;
		padding: 30px 10px 20px 10px;; 
	}

	h1 {
		margin: 0 0 30px 0;
	}
	
	h2 {
		font-size: 24px;
		line-height: 28px;
		font-weight: bold;
	}
	
	#footer {
		float: left;
		width: auto;
		height: 40px;
		margin: 0 0 20px 0;
		font-size: 12px;
		color: #CCC;
	}

	.tags {
		margin: 0 0 10px 0;
	}

	.tags a {
		background-color: #35A4EB;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		color: #FFF;
		display: inline-block;
		margin: 0 0 10px 0;
		padding: 5px 10px 5px 10px;
		font-size: 14px;
	}

	.bg-box-gold {
		padding: 10px;
		margin-bottom: 0.8em;
	}

	.bg-box-gold p {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 0.2em;
	}

	.bg-box-gold h2 {
		font-size: 28px;
		line-height: 30px;
		color: #C87704;
		margin-bottom: 0.4em;
	}

	.bg-box-purple {
		padding: 10px;
		margin-bottom: 0.8em;
	}

	/*.bg-box-purple p {
		color: #FFF;
	}

	.bg-box-purple h2 {
		color: #BE9CE6;
	}*/

	.bg-box-blue {
		padding: 10px;
		margin-bottom: 0.8em;
	}

	/*.bg-box-blue p {
		color: #FFF;
	}

	.bg-box-blue h2 {
		color: #ADD3F9;
	}*/

	.bg-box-green {
		padding: 10px;
		margin-bottom: 0.8em;
	}

	/*.bg-box-green p {
		color: #FFF;
	}

	.bg-box-green h2 {
		color: #9EDB90;
	}*/

.bg-box-ltblue {
		padding: 10px;
		margin-bottom: 0.8em;
	}
}

@media screen and (min-width: 480px) and (max-width: 991px) {
	.qrc p {
	font-size: 1.3rem;
}
	
	#wrapper {
		width: auto;
		margin: auto;
		padding: 0 15px 0 15px;
	}
	
	#nav {
		position: relative;
		width: auto;
		height: 60px;
		padding: 15px 0 0 25px;  
	}
	
	#nav-links {
		float: right;
		padding: 25px 25px 0 20px;
	}

	#logo {
		/*float: left;*/
		width: 230px;
		height: auto;
		/*margin: 10px;*/
		/*background: url(../images/mca-logo-hz.jpg) no-repeat;*/
	}

	#main {
		width: auto;
		height: auto;
		padding: 30px 25px 20px 25px;
	}
	.bg-box-gold h2 {
		font-size: 2.8rem;
		line-height: 46px;
		margin-bottom: 0.4em;
	}
	.bg-box-gold p {
		font-size: 2.2rem;
		line-height: 38px;
		margin-bottom: 0.2em;
	}
}


