<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*======================================================================== */
/*============================ MASTCELLAWARE 2015  ======================= */
/*=============================== STYLES : MAIN  ========================= */
/*======================================================================== */

body {
  font-family: Arial, 'PT Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

ul.bullet-list-body {
  text-align: left;
  color: #6b6f7d;
  font-family: 'PT Sans', sans-serif;
  font-size: 17px;
  line-height: 24px;
  margin: 0 0 25px -15px;
}
ul.bullet-list-body li {
  padding-bottom: 10px;
}
ul.no-bullet li{
  list-style: none;
  margin: 0 0 0 -25px;
  padding: 0 0 10px 0;
}
ul.bullet-list {
  text-align: left;
  color: #6b6f7d;
  font-family: 'PT Sans', sans-serif;
  font-size: 17px;
  margin: 0 0 25px -15px;
}
h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family:'Varela Round', sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
  text-align: left;
  letter-spacing: -1px;
  text-transform: none;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  text-align: left;
}
h3 {
  margin-bottom: 0px;
  font-family:'Varela Round', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}
h4 {
  margin-bottom: 10px;
/*   font-family:'Varela Round', sans-serif; */
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0 0 0 15px;
	font-family:'Varela Round', sans-serif;
	font-size: 17px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 15px;
  font-family: Arial, 'PT Sans', sans-serif;
  color: #6b6f7d;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

p.para-space {
	padding-bottom: 15px;
}

hr {
  border: 0;
  height: 1px;
  background: #bdc1c6;
}
a {
  padding-left: 0px;
  font-family: Arial, 'PT Sans', sans-serif;
  color: #41b5d9;
  text-decoration: none;
}
a:hover {
  color: #9b3dba;
  text-decoration: none;
}
a.w--current {
  color: #9b3dba;
}
a.current {     /* force navlink color change on mast-cells-illustrated.html, resource-links.html */
  color: #9b3dba;
}
.button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  background-color: #66bcd8;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  color: white;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  background-color: #854b99;
}
.header {
  display: block;
  padding-top: 7px;
  padding-bottom: 5px;
  background-color: white;
  color: #333;
}
.banner {
  position: relative;
  padding-top: 0px;
  background-color: #c49702;
  background-image: url('../images/mca-bg-img-xl-mosaic-gold-1b.png');
  background-position: 40% 13%;
  background-size: cover;
  background-repeat: repeat-x;
  background-attachment: scroll;
}
.banner.sp-landscape {
  background-color: #444861;
  background-image: url('../images/mca-bg-img-xl-mosaic-1.jpg');
  background-position: 40% 28%;
}
.banner.mastcells {
  background-color: #7e28a8;
  background-image: url('../images/mca-bg-img-xl-mosaic-purple-2.png');
  background-position: -185px 47%;
}
.banner.resources {
  background-color: #4961ab;
  background-image: url('../images/mca-bg-img-xl-mosaic-blue-1.png');
  background-position: 0px -39px;
}
.banner.about-us {
  background-color: #177187;
  background-image: url('../images/mca-bg-img-xl-mosaic-turq-1.png');
  background-position: 50% 16%;
}

/*--------- Summer-Spotlight Pg ------------*/
/*------------------------------------------*/
.summer {
  background-color: #f0cc54;
  background-image: none;
  background-position: 50% 16%;
}
div.summer {
  background-color: #fd056e;
	background-image: linear-gradient(135deg, #fd056e 0%, #eb317d 3.1%, #ff8310 44.08%, #e7f12a 82.01%, #78ed0e 97.68%);
  padding: 20px 0px;
  margin-bottom: 40px;
}	


/*------------------ ### -------------------*/

.brand {
  margin-top: 10px;
}
.navigation-link {
  margin-top: 5px;
  padding-right: 20px;
  padding-left: 7px;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
  font-family:'PT Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}
.navigation-link:hover {
  color: #36c7f7;
  text-decoration: none;
}
.navigation-link.w--current {
  color: #9b3dba;
}
.navigation-link.w--current:hover {
  color: #36c7f7;
  text-decoration: none;
}
.navigation-link.last.emergency {
  margin-top: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 4px;
  color: #d0021b;
}
.navigation-link.nav-link-wrapper {
  padding-right: 0px;
}
.section {
  padding-top: 45px;
  padding-bottom: 45px;
}
.section.parallax {
  margin-bottom: 0px;
  padding-top: 45px;
  padding-bottom: 45px;
/*   background-color: #7d2090; */
  background-image: url('../images/mca-bg-img-xl-mosaic-gray-resources-2.png'); 
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.section.parallax.thegood {
  background-color: #384c8f;
  background-image: url('../images/mca-bg-img-xl-mosaic-blue-3a.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.section.parallax.theugly {
  background-color: #1e2d36;
  background-image: url('../images/mca-bg-img-xl-mosaic-dkgrey-1.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.section.thebad {
  background-color: white;
}
.section.resources {
  padding-top: 45px;
  background-color: #f4f4f7;
}
.section.resources-2 {
  padding-top: 45px;
  background-color: #fff;
}
.section.resources.emergency {
  background-color: transparent;
}
.section.returns {
  background-color: #923e96;
}
.section.res-header {
  padding-top: 45px;
  padding-bottom: 20px;
}
.section.mc-illustrated {
  background-color: black;
}
.section.intro {
  padding-bottom: 10px;
}
.section.home-resource-links {
  display: block;
  background-color: #ebebed;
}
.section.mission {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #66bcd8;
  background-image: url('../images/mca-bg-img-mastcells-med-1a-colors-turq-1.jpg');
  background-position: 91% 0px;
  background-size: auto;
  background-repeat: no-repeat;
}
.top-big-title {
  margin-bottom: 40px;
  text-transform: uppercase;
}
.top-big-title.center {
  margin-bottom: 30px;
  text-align: center;
}
.top-small-text {
  font-family:'PT Sans', sans-serif;
  color: #3250b3;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  text-transform: none;
}
.top-small-text.purple {
  color: #a938c2;
}
.portfolio-wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  width: auto;
  padding-bottom: 0px;
  float: left;
  text-align: center;
}
.center {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}
.center.returns {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #419eb5;
  background-image: url('../images/mca-bg-img-sp-mosaic-turq-1.png');
  background-position: 0px 50%;
  background-size: auto;
}
.portfolio-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(73, 97, 171, 0.90);
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  font-family:'Varela Round', sans-serif;
}
.portfolio-title {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.portfolio-small-tag {
  font-family:'PT Sans', sans-serif;
  font-style: italic;
  text-transform: none;
}
.portfolio-icon {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: white;
  background-image: url('../images/arrow-right_0dc0c0_100.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.portfolio-icon:hover {
  background-color: #333;
  background-image: url('../images/arrow-right_ffffff_100.png');
}
.portfolio-big-title {
  font-family:'Varela Round', sans-serif;
  font-weight: 400;
}
.logo {
  width: 25%;
  height: 50px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  background-image: url('../images/mca-logo-hz-rgb-v2@2x.png');
  background-size: 230px;
  background-repeat: no-repeat;
  -webkit-transition-delay: initial;
  transition-delay: initial;
}
.logo:hover {
  opacity: 1;
}
.footer {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0f1f2;
}
.social-icon {
  width: 40px;
  height: 40px;
  margin-right: 7px;
  margin-left: 7px;
  border-radius: 100%;
  background-color: #7f33b5;
  background-image: url('../images/facebook.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}
.social-icon:hover {
  background-color: #333;
}
.social-icon.instagram {
  background-image: url('../images/icon-instagram-white.png');
}
.info-icon {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  float: left;
  border: 1px solid #ebebeb;
  border-radius: 100%;
  background-image: url('../images/map-marker_999999_100.png');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}
.info-icon.icon-2 {
  background-image: url('../images/envelope_fff_100.png');
}
.info-wrapper {
  margin-bottom: 0px;
  padding-top: 10px;
}
.info-text {
  position: relative;
  top: 6px;
  overflow-x: hidden;
  overflow-y: hidden;
  line-height: 26px;
}
.banner-big-text {
  margin-bottom: 15px;
  color: white;
  font-size: 22px;
  line-height: 44px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.banner-big-text.mission {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #384c8f;
}
.paragraph-banner {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.68);
}
.white {
  font-family:'PT Sans', sans-serif;
  color: white;
  font-weight: 400;
}
.white.mast-cell {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family:'Varela Round', sans-serif;
  font-weight: 400;
}
.white.heading {
  font-family:'Varela Round', sans-serif;
}
.yellow {
  color: #f2e422;
  text-decoration: none;
}
/*
.normal {
  font-weight: 400;
}
*/
.content-wrapper.emergency {
  padding-right: 12%;
  padding-left: 12%;
}
.mca-logo {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.mca-logo.w--current {
  float: left;
}
.box {
  margin-bottom: 15px;
  padding-bottom: 10px;
  background-color: #f0f0f0;
  font-family:'PT Sans', sans-serif;
}
.box.white-bg {
  background-color: white;
}
.res-box {
  padding-top: 12px;
  padding-bottom: 10px;
  padding-left: 12px;
  background-color: #6b6f7d;
  color: white;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}
.res-box.hdr-red {
  background-color: #d63a13;
}
.res-box.home {
  margin-bottom: 0px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 16px;
}
.resource {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: Arial, 'PT Sans', sans-serif;
}
.res-link {
  padding-bottom: 12px;
  font-size: 16px;
}
.res-link-heading {
  padding-bottom: 6px;
  font-size: 14px;
}
li.res-link {
	font-size: 16px;
	font-family:'PT Sans', sans-serif;
}
.mission-intro {
  margin-bottom: 5px;
  font-family:'Varela Round', sans-serif;
  color: white;
  font-size: 20px;
}
.col-left {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.-w-col.w-col-6.col-left.force-left {
	  text-align: left !important;
}

.banner-txt-box {
  width: 50%;
  padding: 30px 25px;
  float: right;
  background-color: #66bcd8;
}
.banner-txt-box.mastcells {
  background-color: #934bb8;
}
.banner-txt-box.resources {
  background-color: #506dc7;
}

/*------------ Summer-Spotlight Pg --------------*/
/*
.banner-txt-box.summer {
  background-color: #f0cc54;
}
*/
/*-----------------------------------------------*/
.banner-txt-box.store-txt-box {
  background-color: #ff9914;
}
.banner-txt-big {
  margin-top: 0px;
  margin-bottom: 5px;
  color: white;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  list-style-type: none;
}
.banner-txt-small {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family:'PT Sans', sans-serif;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  list-style-type: none;
}
.mc-2-col {
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 10px;
}
.tagline {
  margin-bottom: 0px;
  color: white;
}
.product-descr-wrapper {
  padding-top: 10px;
}
.product-title {
  margin-bottom: 0px;
  font-family:'PT Sans', sans-serif;
  font-weight: 700;
}
.product-container {
  margin-bottom: 25px;
}
.product-price {
  font-family:'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.product-pg-title {
  margin-top: 0px;
  padding-bottom: 10px;
  font-family:'Varela Round', sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
  text-align: left;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}
.store {
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: #cf7004;
  background-image: url('../images/mca-bg-img-xl-mosaic-gold-1c.png');
  background-position: 50% 0px;
  font-family:'Varela Round', sans-serif;
  color: #f60;
  font-size: 22px;
}
.product-details {
  margin-left: -20px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: #6b6f7d;
  font-size: 16px;
}
.tabs-specs-wrapper {
  margin-top: 0px;
  padding-top: 10px;
}
.tabs-content-wrapper {
  margin-top: 15px;
}
.tab-link {
  width: 30%;
  margin-right: 1%;
  padding-top: 7px;
  padding-bottom: 7px;
  border: 1px solid #9596a1;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family:'Varela Round', sans-serif;
  color: #444861;
  font-size: 16px;
  text-align: center;
}
.tab-link:hover {
  background-color: #b3b4bd;
  color: #444861;
  text-decoration: none;
}
.tab-link.w--current {
  background-color: #854b99;
  color: white;
}
.tab-link.w--current:hover {
  background-color: #854b99;
  color: white;
  text-decoration: none;
}
.style {
  margin-bottom: 0px;
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 20px;
}
.orange {
  color: #f24602;
}
.store-form-label {
  font-family:'PT Sans', sans-serif;
}
.home-col-1 {
  margin-bottom: 15px;
}
.home-col-2 {
  padding-right: 10px;
  /*padding-left: 0px;*/
}
.inner-2 {
  margin-bottom: 10px;
  padding: 10px;
  background-color: white;
}
.icon-wrapper {
  padding-top: 8px;
  padding-right: 12px;
  padding-left: 8px;
  float: left;
  line-height: 16px;
}
.icon-wrapper.smaller {
  padding-top: 7px;
}
.home {
  margin-top: 0px;
  font-family:'Varela Round', sans-serif;
  font-size: 32px;
}
.related-conditions {
  text-align: center;
}
h1.related-conditions {
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 8px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-family:'Varela Round', sans-serif;
  font-weight: 400;
  text-align: center;
  color: #7d2e93;
}
.icon-img {
  padding-bottom: 0px;
}
.icon-img.smaller {
  height: 25px;
}
.header-wrapper {
  margin-bottom: 10px;
}
.contact {
  margin-bottom: 10px;
  font-family:'PT Sans', sans-serif;
  font-size: 16px;
}
.contact.heading {
/*   margin-top: 40px; */
  margin-bottom: 0px;
  padding: 30px 10px 10px 15px;
  background-image: url('../images/mca-bg-img-sp-mosaic-turq-1.png');
  background-position: 50% 100%;
  background-size: 500px;
  font-family:'Varela Round', sans-serif;
  font-size: 28px;
  line-height: 32px;
}
.col-1 {
  padding-right: 40px;
  padding-bottom: 15px;
}
.img-mc-1 {
  width: 55%;
  height: auto;
}
.col-2-nopadding {
  padding-left: 0px;
}
.inner-2-fill {
  padding-top: 90px;
  padding-right: 10px;
  padding-bottom: 90px;
  background-color: #419eb5;
  background-image: url('../images/mca-bg-img-xl-mosaic-turq-1.png');
  background-position: 23% 0%;
}
.inner-2-fill.aboutus {
  padding: 10px 15px 35px;
  margin-bottom: 20px;
  background-color: #419eb5;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.arrow {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.style-details {
  margin-bottom: 10px;
  font-family:'PT Sans', sans-serif;
}
.first {
  padding-top: 15px;
}
.footer-link {
  font-family:'PT Sans', sans-serif;
  font-size: 12px;
  color: #934bb8;
  text-transform: uppercase; 
}
.footer-link:hover {
  color: #0fcdfc;
}
.footer-link.emergency {
  display: inline-block;
  color: #d60606;
  font-weight: 700;
  padding-top: 10px;
}
.copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family:'PT Sans', sans-serif;
  color: #6b6f7d;
}
.lt-grey {
  color: #8d92a1;
}
.lt-grey.note {
  padding-top: 15px;
  font-size: 14px;
}
.mc-parts {
  padding-bottom: 15px;
  font-family:'PT Sans', sans-serif;
  color: white;
  font-size: 16px;
}
.mc-parts-link {
  color: #ff9914;
}
.inner {
  padding-left: 0px;
}
.list-nav-item {
  padding-bottom: 8px;
  color: white;
  font-style: normal;
  list-style-type: none;
}
.list-nav-item.mc-illustrated {
  padding-bottom: 15px;
  line-height: 19px;
}
.mc-heading-1 {
  margin-bottom: 20px;
}
.dd-link {
  border-bottom: 1px solid #5c606e;
  background-color: #4b4e57;
  color: white;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
}
.dd-link:hover {
  background-color: #3f434d;
  color: white;
  font-weight: 400;
  text-decoration: none;
}
.dd-link.w--current {
  color: #b65de3;
}
.dd-list.w--open {
  margin-top: 0px;
  margin-left: 0px;
}
.mc-ill-list {
  color: white;
  font-size: 16px;
}
.attribution {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family:'PT Sans', sans-serif;
  color: #acadb0;
  font-size: 12px;
}
.attribution-p {
  display: block;
  padding-top: 5px;
  padding-bottom: 15px;
  font-family:'PT Sans', sans-serif;
  color: #acadb0;
  font-size: 17px;
}
.mc-img {
  padding-bottom: 25px;
}
.nav-link-emergency {
  position: static;
  top: 22px;
  right: auto;
}
.nav-link-emergency.icon-emergency-footer {
  margin-right: 5px;
}
.nav-emergency-wrapper {
  display: inline-block;
  max-width: 940px;
  float: none;
}
.icon-emergency-header {
  position: relative;
  top: 17px;
  padding-right: 0px;
}
.img-emergency {
  width: 22px;
}
.mc-number-key {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0px;
  border: 1px solid white;
  border-radius: 50%;
  text-align: center;
}
.instruction-tap {
  margin-top: 5px;
  font-family:'PT Sans', sans-serif;
  color: #80828a;
  font-size: 13px;
}
.home-didyouknow {
  display: block;
  background-color: white;
  font-size: 23px;
}
.link-whataremc {
  color: #c2e3ed;
  font-size: 17px;
  font-weight: 400;
  text-transform: none;
}
.link-whataremc:hover {
  text-decoration: none;
}
.home-mc-txt {
  color: #6b6f7d;
  font-size: 18px;
}
.nav-txt-link {
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  color: #393b47;
/*   display: block; */
}
.nav-txt-link:hover {
  color: #a757cf;
  text-decoration: none;
}
.nav-txt-link.w--current {
  color: #9b3dba;
}
.navlink {
  margin-bottom: 0px;
  padding-right: 15px;
  padding-bottom: 25px;
  padding-left: 15px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #393b47;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.navlink:hover {
  color: #a757cf;
  text-decoration: none;
}
.navlink.w--current {
  color: #9b3dba;
}
.header-new {
  display: block;
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: white;
}
.dd-toggle-txt {
  font-family:'PT Sans', sans-serif;
  color: #393b47;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.navmenu {
  clear: none;
}
.nav-dd-toggle {
  padding: 20px 15px 25px;
}
.nav-dd-toggle:hover {
  color: #a757cf;
}
.nav-dd-list.w--open {
  background-color: #3f434d;
}
.nav-dd-sub-link {
  background-color: #4b4e57;
  color: white;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
}
.nav-dd-sub-link:hover {
  background-color: #2d2f38;
  color: #d6d6d6;
  font-size: 15px;
  text-decoration: none;
}
.nav-dd-sub-link.w--current {
  color: #b65de3;
}
.dropdown {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}
.home-resource-link {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}
.home-resource-link:hover {
  color: #9b3dba;
  text-decoration: none;
}
.resources-link {
  font-size: 17px;
/*   font-weight: 400; */
  text-transform: none;
}
.resources-link:hover {
  color: #9b3dba;
  text-decoration: none;
}
.resources-link.grey-333 {
  color: #333;
  font-size: 16px;
}
.resources-link.grey-333:hover {
  color: #9b3dba;
}
.link-body {
  font-size: 17px;
  font-weight: 400;
  text-transform: none;
}
.link-body:hover {
  text-decoration: none;
}
html.w-mod-js *[data-ix="slide-portfolio-title-down-on-hover"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}
html.w-mod-js *[data-ix="slide-portfolio-title-down-on-hover-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}
html.w-mod-js *[data-ix="display-none-on-load"] {
  display: none;
}

/*======================================================================== */
/*======================== STYLES : MAIN : ADDITIONS ===================== */
/*======================================================================== */

.blue-bold {
	  color: #333; /* #d22c87 */
	  font-weight: bold;
}
.current {
  color: #9b3dba; /* navlink highlight color on dropdowns: about-mastcells.html, mast-cells-illustrated.html, resource-links.html */
}
a.w-nav-link.navlink.current-off {
  color: #393b47; /* navlink highlight disabled */
}
.qr-img {
	width: 17%;
	padding-top: 35%;
}
.qr-code {
	text-align: right;
}
.billboard-img {
	width: 50%;
	height: auto;
	margin-bottom: 15px;
}
h1.spotlight {
  text-align: center;
/*   padding: 0 0 20px 0; */
  color: #919498;
/*   border-bottom: 1px solid; */
}
h2.spotlight {
  text-align: left;
  text-transform: uppercase;
  font-size: 18px;
  padding: 0 0 20px 10px;
  color: #d22c87;
}
h5.spotlight {
  text-align: left;
  text-transform: uppercase;
  font-size: 18px;
  padding: 0 0 20px 0;
/*   color: #d22c87; */
}


a.spotlight-link {
	color: #33bfa7;
	font-size: 20px;
}
.subhead-caps-small {
	text-transform: uppercase !important;
}
.inactive {
	color: #393b47;
}
.teal {
	color: #2c9da6;
}
.banner.about-us.divider {
	height: 6px;
}
.a-right {
	text-align: right;
}
.cta-hero {
  color: #b6ddf7;
}
.cta-hero:hover {
  color: #125d9a;
}
.italic {
  font-style: italic;
}
.normal {
	font-style: normal;
}
.source {
	font-size: 14px;
	text-transform: uppercase;
	color: #bcbdc1;
	margin-bottom: 10px;
}
.gray {
	color: #bcbdc1;
}
.quote-mark {
	font-size: 4em;
}
img.a-left {
  float: left; 
  margin: 0px 15px 15px 0px;
  width: 40%;
}
img.a-left-10 {
  float: left; 
  margin: 0px 15px 5px 0px;
  width: 10%;
}
.lead-in-bold {
  color: #5a5a5a;
  font-weight: bold;
}
.dk-blue-bg {
  background-color: #00498d;
}
.bottom-25 {
  padding-bottom: 25px;
}
.bottom-0 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.section.dk-blue-bg.bottom-0 {
  padding-bottom: 0;
  margin-bottom: 0;
}
/*------------------------------------------*/
/*------------ Spotlight Page --------------*/
.section.resources.gallery {
  background-color: #ffffff;
  padding-top: 0;
}
.caption {
  padding: 10px 0 20px 0;
}
.cta-purple {
  color: #a938c2;
  font-size: 17px;
}
.banner-row {
  padding-bottom: 10px;
  text-align: left;
}
.rdd-img {
  width: auto;
  height: auto;
}
.rdd-logo {
  width: 40%;
  height: auto;
  padding: 5% 0 0;
}

/*   MHM - Light theme */
div.w-container.content-wrapper.center.mhm {
  border-bottom: 1px #66bcd8 solid;
  vertical-align: bottom;
}
img.mhm {
  max-width: 50%;
  height: auto;
}
img.mhm.home {
  max-width: 100%;
  height: auto;
}
h2.spotlight {
  font-family:'Varela Round', sans-serif;
  color: #000000;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
  padding: 0;
}
h4.spotlight {
  font-weight: 400;
  color: #00468c;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
.lt-gray {
  color: #b0b2b9;
}
div.box-cta-blue.spotlight {
  margin: 0 0 30px 0;
  padding: 10px;
  background-color: #41b5d9;
}
div.box-cta.spotlight {
  margin: 0 0 10px 0;
  padding: 10px;
}
.cta-txt.spotlight {
  text-transform: none;
  line-height: 50px;
}
.icon-hdpi-left.spotlight {
  width: 50px;
}
a:hover.white.cta-txt.spotlight {
  color: #e3b9ee;
/*   color: #41b5d9; */
}
/*-------------- Resources Page ----------------*/
.related-conditions-list {
	margin: 0;
	padding: 0;
	text-align: left;
}
li.resources {
	padding: 0 0 10px 0;
}
h3.resources {
  background-color: #506dc7;
}
h5.resources {
	color: #dba7fc;
  font-family:'PT Sans', sans-serif;
	font-size: 1.15rem;
	font-weight: 400;
	padding: 0 0 10px 0;
	text-align: left;
}
h5.resources-2 {
  color: #6a3888; /* #dca7fd : light purple */
  font-family:'PT Sans', sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  padding: 0 0 5px 0;
  text-align: left;
}
/*---------- About Mast Cells Page -------------*/
.box-cta {
  margin-top: 60px;
	padding: 20px;
	background-color: #6d3782; /* med gray: #41444F */
}
.box-cta-glossary {
  margin-top: 10px;
	padding: 20px;
	background-color: #6d3782; /* med gray: #41444F */
}
.cta-txt {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 58px;
  margin-bottom: 0;
}
.icon-hdpi-left {
  width: 58px;
  height: auto;
  float: left;
  margin-right: 10px;
}
.btn-return {
  display: block;
}
.privacy {
  font-family:'Varela Round', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-bottom: 0;
}
/*------------- Equal-height divs --------------*/
.equal-h-wrapper {
  overflow: hidden;
  position: relative;
}
.equal-h-inner {
  overflow: hidden;
  margin-bottom: -300px;
}
.equal-h-box {
  padding-bottom: 305px;
}
/*---------------- QRC ScanMe Page -------------*/
.banner.qrc {
  font-family:'Varela Round', sans-serif;
}
.logo.qrc {
  margin-bottom: 15px;
}
.white.qrc {
  font-size: 21px;
  line-height: 24px;
}
.banner-txt-box.qrc {
  background-color: #e2b51f;
}
.qrc {
  margin-top: 0px;
  color: #b56a23;
  font-size: 80px;
  line-height: 57px;
}
.qrc-sub {
  padding-top: 14px;
  color: white;
  font-size: 21px;
}
.section.awareness {
  background-color: #4961ab;
}
.section.roles {
  background-color: #7f3ea4;
}
.section.research {
  background-color: #5ca527;
}
.awareness {
  font-family:'Varela Round', sans-serif;
  color: #a1c1e5;
}
.roles {
  font-family:'Varela Round', sans-serif;
  color: #be9ce6;
}
.research {
  font-family:'Varela Round', sans-serif;
  color: #99d470;
}
.addtl-resources {
  font-family:'Varela Round', sans-serif;
  color: #3a75ac;
}
.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;
}
li.qrc-res {
	padding-bottom: 10px;
}
a.qrc-res {
	color: #D9F5FD;
	font-size: 17px;
	line-height: 24px;
}
a.qrc-res:hover {
	color: #8359d9;
}
/*---------------- About Us Page ---------------*/
.section.about-us {
  padding-bottom: 20px;
}
.section.canary {
  background-color: black;
  padding: 0 0;
}
h2.canary {
  padding-top: 30px;
}
.bird-cage {
  background-image: url('../images/bird-cage-img@2x.png');
  background-position: 75% -40px;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 330px;
}
.definition {
  color: #cecece;
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 30 px;
}
h4.about {
	padding-bottom: 5px;
	margin: 0;
}
.row-padding-top {
	padding-top: 40px;
}
.new {
	color: #1d8dcd	;  /* raspberry color: #e004ad; */
	font-weight: bold;
}
h5.divider {
	border-top: 1px solid gray;
	padding-top: 20px;
}
/*---------------- Spotlight - TEAL Pumpkin ---------------*/
.pumpkin {
  height: 80%;
  width: 80%;
  margin: 0 0 20px 0;
}
.pumpkin-small {
  height: 25%;
  width: 25%;
  margin: 0 0 20px 0;
}
.intro-txt {
padding-left: 10px; 
}

/*================================================================= */
/*=======================  STYLES : MEDIUM ======================== */
/*================================================================= */

@media (max-width: 991px) {
  h1 {
    font-family:'Varela Round', sans-serif;
    text-align: left;
  }
  .header {
    display: block;
  }
  .banner {
    padding-top: 0px;
    padding-bottom: 0px;
/*     background-position: -38px 0px; */
  }
  .banner.sp-landscape {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat-y;
  }
  .banner.mastcells {
    background-size: cover;
  }
  .banner.resources {
    background-position: 0px 0px;
    background-size: cover;
  }
  .navigation-link {
    margin-top: 0px;
    padding-right: 0px;
    border-bottom: 1px solid #6b6f7d;
    background-color: #3f434d;
    color: white;
  }
  .navigation-link:hover {
    color: #cb8aeb;
  }
  .navigation-link.w--current {
    color: #934bb8;
  }
  .navigation-link.last {
    border-bottom-style: none;
    border-bottom-width: 0px;
  }
  .navigation-link.last.emergency {
    display: inline-block;
    max-width: 665px;
    padding-left: 0px;
  }
  .navigation-link.nav-link-wrapper {
    padding-left: 0px;
  }
  .section.mission {
    background-position: 215% 0px;
  }
  .top-big-title.center {
    padding-left: 0px;
  }
  .top-small-text {
    text-align: left;
  }
  .portfolio-wrapper {
    width: auto;
  }
/*
  .center {
    padding-left: 10px;
  }
*/
  .logo {
    width: 35%;
  }
  .footer {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #f0f1f2;
  }
  .hamburger {
    margin-top: 4px;
    padding: 10px 10px 18px;
    font-size: 28px;
  }
  .hamburger.w--open {
    margin-top: 4px;
    padding: 10px 10px 18px;
    border-radius: 0%;
    background-color: #3f434d;
    font-size: 28px;
  }
  .paragraph-banner {
    font-size: 15px;
  }
  .mca-logo {
    margin-bottom: 7px;
    padding-bottom: 0px;
  }
  .res-box.home {
    font-size: 15px;
  }
  .product-pg-title {
    padding-bottom: 10px;
  }
  .tab-link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
  }
  .img-mc-1 {
    width: 80%;
  }
  .inner {
    padding-left: 0px;
  }
  .list-nav-item {
    padding-bottom: 10px;
  }
  .list-nav-item.mc-illustrated {
    font-size: 16px;
    line-height: 18px;
  }
  .dd-link {
    position: static;
    padding-left: 35px;
    background-color: #4b4e57;
    color: white;
  }
  .dd-link.w--current {
    color: #a757cf;
  }
  .dd-list.w--open {
    margin-top: 0px;
    margin-left: 0px;
  }
  .mc-img {
    padding-bottom: 35px;
  }
  .nav-emergency-wrapper {
    position: relative;
    display: block;
    max-width: 728px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
  }
  .icon-emergency-header {
    left: auto;
    top: 17px;
    right: auto;
    display: inline-block;
    margin-left: 0px;
    padding-right: 6px;
    padding-left: 0px;
    float: left;
  }
  .mc-number-key {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .mc-ill-links-mobile {
    padding-left: 0px;
  }
  .nav-txt-link {
    color: white;
  }
  .navlink {
    padding-bottom: 20px;
    border-bottom: 1px dotted #6b6f7d;
    color: white;
  }
  .navlink:hover {
    background-color: #363840;
    color: #b65de3;
    text-decoration: none;
  }
  .dd-toggle-txt {
    color: white;
  }
  .navmenu {
    background-color: #3f434d;
  }
  .nav-dd-toggle {
    border-bottom: 1px dotted #6b6f7d;
    color: white;
  }
  .nav-dd-toggle:hover {
    background-color: #363840;
  }
  .nav-dd-list.w--open {
    background-color: #4b4e57;
  }
  .nav-dd-sub-link {
    padding-left: 30px;
    border-bottom: 1px dotted #6b6f7d;
    background-color: #4b4e57;
    color: white;
    font-weight: 400;
  }
  .nav-dd-sub-link:hover {
    background-color: #363840;
    color: #b65de3;
    text-decoration: none;
  }
  .nav-dd-sub-link.w--current {
    color: #b65de3;
  }
  .box-cta, .box-cta-blue {
    padding: 18px;
    	background-color: #6d3782; /* med gray: #41444F */
    	text-align: center;
  }
  .cta-txt {
    font-size: 16px;
    line-height: 50px;
  }
  .cta-txt.spotlight {
    font-size: 18px;
    text-align: center;
    line-height: normal;
  }
  .icon-hdpi-left {
    width: 50px;
    height: auto;
    float: left;
    margin-right: 10px;
  }
  .icon-hdpi-left.spotlight {
    float: none;
  }
  .qrc {
    font-size: 62px;
  }
  .bird-cage {
  		background-size: contain;
/*   padding-bottom: 330px; */
  }
  .qr-img {
		width: 20%;
		padding-top: 55%;
	}
	.billboard-img {
		width: 55%;
		height: auto;
	}

}

/*================================================================= */
/*========================  STYLES : SMALL ======================== */
/*================================================================= */


@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
  p {
    line-height: 24px;
  }
  .banner {
    height: auto;
    background-color: #c49702;
  }
  .banner.sp-landscape {
    height: 125px;
    background-color: #444861;
  }
  .banner.mastcells.sp {
    background-image: url('../images/mca-bg-img-sp-mosaic-purple-1.png');
    background-position: 100% 50%;
  }
  .banner.about-us {
    background-color: #177187;
  }
  
  
  .banner.about-us.divider {
	  height: 6px;
  }
  .navigation-link {
    padding-left: 20px;
  }
  .navigation-link.last.emergency {
    max-width: 495px;
  }
  .navigation-link.nav-link-wrapper {
    padding-left: 0px;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section.parallax {
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section.parallax.thegood {
    padding-top: 15px;
  }
  .section.resources.emergency {
    padding-top: 20px;
  }
  .section.mission {
    background-position: 179% 0px;
    background-size: 70%;
  }
  .top-big-title {
    padding-right: 10px;
    padding-left: 10px;
  }
  .top-big-title.center {
    padding-right: 0px;
    padding-left: 0px;
  }
  .top-small-text {
    font-size: 24px;
    line-height: 28px;
  }
  .center {
    padding-left: 0px;
  }
  .logo {
    width: 50%;
    margin-left: 15px;
  }
  .footer {
    font-size: 16px;
  }
  .hamburger {
    margin-right: 15px;
  }
  .paragraph-banner {
    font-size: 17px;
  }
  .content-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-wrapper.emergency {
    padding-right: 10%;
    padding-left: 10%;
  }
  .res-box.home {
    font-size: 16px;
  }
  .banner-txt-box {
    width: 50%;
    float: right;
  }
  .banner-txt-big {
    font-size: 22px;
  }
  .banner-txt-box-sp {
    padding: 10px 20px 20px;
    background-color: #66bcd8;
  }
  .banner-txt-box-sp.qrc {
    padding-top: 25px;
    background-color: #e2b51f;
    font-family:'Varela Round', sans-serif;
  }
  .mc-2-col {
    padding-left: 0px;
  }
  .product-img-wrapper {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }
  .product-container {
    padding-left: 40px;
  }
/*
  .product-pg-title {
    margin-top: 20px;
  }
*/
  .product-pg-spacer {
    padding-right: 0;
    padding-left: 0;
  }
  .tab-link {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 15px;
  }
  .home-col-1 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .home-col-2 {
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }
  .inner-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .related-conditions {
    font-size: 36px;
  }
  .col-1 {
    padding-right: 0px;
    padding-left: 0px;
    width: 50%;
    float: left;
  }
  .col-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .col-2-nopadding {
    padding-right: 0px;
    width: 50%;
  }
  .col-1-product-pg {
	  padding-right: 20px;
	}
	.footer-link {
    padding-top: 1px;
    padding-bottom: 0px;
  }
  .list-nav-item {
    padding-bottom: 10px;
    font-size: 17px;
  }
  .list-nav-item.mc-illustrated {
    line-height: 19px;
  }
  .dd-link {
    padding-left: 34px;
    background-color: #4b4e57;
    color: white;
  }
  .dd-list.w--open {
    margin-top: 0px;
    margin-left: 0px;
  }
  .mc-img-wrapper {
    margin-bottom: 15px;
  }
  .nav-emergency-wrapper {
    margin-left: auto;
    padding-left: 20px;
  }
  .mc-ill-links-mobile {
    padding-left: 0px;
  }
  .footer-col-padding {
    padding-bottom: 20px;
  }
  .footer-link {
  font-size: 14px;
	}
  .box-cta, .box-cta-glossary {
    padding: 25px;
    	background-color: #6d3782; /* med gray: #41444F */
    text-align: center;
  }
  .cta-txt {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    padding-top: 10px;
  }
  .cta-txt.spotlight {
    font-size: 18px;
    text-align: center;
  }  
  .cta-txt-nopadtop {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    padding-top: 0;
  }
  
  .icon-hdpi-left {
    width: 56px;
    height: auto;
    float: none;
    margin-right: 7px;
  }
  .qrc {
    font-size: 100px;
    line-height: 75px;
  }
  .social-icon {
	  margin-right: 7px;
	  margin-left: 0;
  }
  .bird-cage {
  background-position: 75% top;
  background-size: contain;
  padding-bottom: 360px;
  }
  .w-tab-link {
	  padding: 8px 0;
  }
  .qr-img {
	width: 10%;
	padding-top: 10%;
	}
	.billboard-img {
		width: 60%;
		height: auto;
	}
  .pumpkin {
    height: 50%;
    width: 50%;
    margin: 0 0 20px 0;
  }
  /*
  	.tpc p, .tpc h3 {
  		text-align: center;
  	}
  */
  /*--- MHM - Mental Health Month ---*/
  div.w-col.w-col-6.col-left.mhm {
    padding-top: 20px;
  }
  div.w-col.w-col-6.col-left.center.mhm {
    border-bottom: 1px #66bcd8 solid;
  }
  img.mhm.home {
  max-width: 65%;
  height: auto;
  }
  .intro-txt {
	padding-left: 10px;
	}

}

/*================================================================= */
/*========================  STYLES : TINY  ======================== */
/*================================================================= */

@media (max-width: 479px) {
  h1 {
    margin-top: 0px;
    font-size: 30px;
    line-height: 34px;
  }
  h2 {
    margin-bottom: 5px;
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
    text-align: left;
  }
  p {
    color: #6b6f7d;
    font-size: 17px;
    line-height: 26px;
  }
  .header {
    margin-top: 0px;
    padding-top: 11px;
    padding-bottom: 7px;
  }
  .banner {
    height: 125px;
    background-color: #177187;
    background-image: url('../images/mca-bg-img-sp-mosaic-turq-1.png');
  }
  .banner.sp-landscape {
    background-color: #444861;
    background-image: url('../images/mca-bg-img-sp-mosaic-3-home.png');
    background-repeat: no-repeat;
  }
  .banner.mastcells.sp {
    background-image: url('../images/mca-bg-img-sp-mosaic-purple-2.png');
    background-position: 50% 50%;
  }
  .banner.resources.sp {
    background-image: url('../images/mca-bg-img-sp-mosaic-blue-2.png');
  }
  .banner.about-us {
    background-color: #177187;
  }
  .banner.about-us.divider {
	  height: 6px;
  }
  .banner.qrc {
    background-color: #c49702;
    background-image: url('../images/mca-bg-img-xl-mosaic-gold-1b.png');
    background-size: 245%;
  }
  .navigation-link.w--current {
    color: #934bb8;
  }
  .navigation-link.last.emergency {
    max-width: 249px;
  }
  .section {
    padding-top: 30px;
  }
  .section.parallax.thegood {
    padding-top: 30px;
  }
  .section.res-header {
  padding-top: 30px;
/*   padding-bottom: 20px; */
}
  .section.mission {
    background-position: 285% 0px;
    background-size: 79%;
  }
  .top-small-text {
    font-size: 22px;
    line-height: 26px;
  }
  .portfolio-wrapper {
    width: auto;
  }
  .center {
    padding-left: 0px;
  }
  .logo {
    width: 70%;
    height: 50px;
    margin-left: 4%;
    background-size: contain;
  }
  .hamburger {
    margin-top: 3px;
    margin-right: 10px;
    padding-bottom: 20px;
  }
  .hamburger.w--open {
    margin-top: 5px;
    margin-right: 10px;
  }
  .white {
    font-weight: 400;
  }
  .white.mast-cell {
    font-size: 24px;
    text-align: center;
  }
/*
  .normal {
    font-size: 24px;
  }
*/
  .content-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .content-wrapper.emergency {
    padding-right: 10px;
    padding-left: 10px;
  }
  .mca-logo {
    width: 214px;
    margin-top: -3px;
    padding-bottom: 0px;
  }
  .res-box {
    font-size: 16px;
  }
  .banner-txt-box {
    width: 50%;
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 10px;
  }
  h.banner-txt-big {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: -1px;
  }
  .banner-txt-small {
    font-size: 16px;
  }
  .banner-txt-box-sp {
    padding: 20px 10px 25px;
  }
  .banner-txt-box-sp.mastcells {
    background-color: #934bb8;
  }
  .banner-txt-box-sp.resources {
    background-color: #506dc7;
  }
  .mc-2-col {
    padding-left: 0px;
  }
  .product-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .product-pg-spacer {
    padding-right: 0px;
    padding-left: 0px;
  }
  .store {
    background-color: #ff9914;
    background-image: none;
    background-position: 0% 0%;
  }
  .store.sp {
    background-color: #c49702;
    background-image: url('../images/mca-bg-img-sp-mosaic-gold-1c.png');
    background-position: 50% 50%;
  }
  .tabs-content-wrapper {
    float: left;
  }
  .tab-link {
    width: 32%;
    margin-right: 2px;
    padding: 8px 9px;
    float: left;
    font-size: 14px;
  }
  .home {
    font-size: 26px;
    line-height: 34px;
    text-align: center;
  }
  .img-mc-1 {
    width: 75%;
  }
  .arrow {
    width: 75px;
  }
  .inner {
    padding-left: 0px;
  }
  .list-nav-item {
    padding-bottom: 10px;
    font-size: 17px;
  }
  .mc-heading-1 {
    font-size: 30px;
    letter-spacing: -2px;
  }
  .dd-link {
    padding-left: 30px;
    background-color: #4b4e57;
    color: white;
  }
  .dd-list.w--open {
    margin-top: 0px;
    margin-left: 0px;
  }
  .mc-ill-links-mobile {
    padding-left: 0px;
  }
  .instruction-tap {
    margin-top: 5px;
    font-family:'PT Sans', sans-serif;
    color: #6b6f7d;
  }
  .box-cta, .box-cta-glossary {
    padding: 20px;
    	background-color: #6d3782; /* med gray: #41444F */
    text-align: center;
  }
  .cta-txt {
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    padding-top: 10px;
  }
  .icon-hdpi-left {
    width: 56px;
    height: auto;
    float: none;
    margin-right: 7px;
  }
  .related-conditions {
    font-size: 28px;
  }
  .qrc {
    font-size: 59px;
    line-height: 50px;
  }
  .col-1 {
    width: 100%;
    float: none;
  }
	.col-1-product-pg {
	  padding-right: 0;
	}
  .col-2-nopadding {
    padding-right: 0px;
    width: 100%;
  }
  .bird-cage {
    background-position: center -70px;
    background-size: contain;
  }
/*
  .qr-code {
	text-align: left;
	}
*/
  .qr-img {
	  width: 20%;
    padding-top: 10%;
	}
	.billboard-img {
		width: 80%;
		height: auto;
	}
	img.a-left-10 {
    width: 20%;
  }
  
  /*--- MHM - Mental Health Month ---*/
  div.w-col.w-col-6.col-left.mhm {
    padding-top: 20px;
  }
  div.w-col.w-col-6.col-left.center.mhm {
    border-bottom: 1px #66bcd8 solid;
  }
  img.mhm {
    max-width: 100%;
    height: auto;
  }
  img.mhm.home {
  max-width: 100%;
  height: auto;
  } 
  .intro-txt {
	padding-left: 20px;
	}

  /*--- RDD - Rare Disease Day ---*/
	.rdd-logo {
	  width: 70%;
	  height: auto;
	  padding: 5% 0 0;
	}

	/*--------- Summer-Spotlight Pg ------------*/
	div.summer {
	  margin-bottom: 20px;
	}	

}
</pre></body></html>