/* line 1, ../../sass/components/accordion/_base.scss */
.accordion-container {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 7, ../../sass/components/accordion/_base.scss */
.accordion-head {
  margin: 0;
}

/* line 11, ../../sass/components/accordion/_base.scss */
.accordion-title {
  margin: 0;
}

/* line 15, ../../sass/components/accordion/_base.scss */
.accordion-content-wrapper {
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

/* line 22, ../../sass/components/accordion/_base.scss */
.mod-js .accordion-content-wrapper {
  visibility: hidden;
  height: 0;
  position: relative;
  top: -999999px;
  left: -999999px;
  overflow: hidden;
  margin: 0;
}
/* line 32, ../../sass/components/accordion/_base.scss */
.mod-js .accordion-slide.is-active > .accordion-content-wrapper {
  visibility: visible;
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  overflow: auto;
}

/* line 3, ../../sass/components/accordion/_filtered.scss */
/*.accordion-with-filtering .accordion-slide {
  margin-bottom: 8px;
  border: 1px solid #fff;
} */
/* line 4, ../../sass/components/accordion/_filtered.scss */
.accordion-with-filtering .accordion-slide.filtered {
  display: none;
}
/* line 14, ../../sass/components/accordion/_filtered.scss */
.accordion-with-filtering .accordion-slide.is-active .accordion-head, html:not(.touch) .accordion-with-filtering .accordion-slide:hover .accordion-head {
  background: #5eb320;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5eb320), color-stop(100%, #027a34));
  background: -webkit-linear-gradient(top, #007934, #007934);
  background: -moz-linear-gradient(top, #5eb320, #027a34);
  background: -o-linear-gradient(top, #5eb320, #027a34);
  background: linear-gradient(top, #5eb320, #027a34);
  background: linear-gradient(to bottom, #5eb320, #027a34);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF5EB320', EndColorStr='#FF027A34');
  background-color: transparent;
}
/* line 18, ../../sass/components/accordion/_filtered.scss */
.accordion-with-filtering .accordion-slide.is-active .accordion-head a, html:not(.touch) .accordion-with-filtering .accordion-slide:hover .accordion-head a {
  color: #fff;
}
/* line 21, ../../sass/components/accordion/_filtered.scss */
.accordion-with-filtering .accordion-slide.is-active .accordion-head a:after, html:not(.touch) .accordion-with-filtering .accordion-slide:hover .accordion-head a:after {
  background: url('../../img/../img/faq-down-arrow.png') 0 no-repeat;
  height: 12px;
  width: 28px;
}
/* line 28, ../../sass/components/accordion/_filtered.scss */
.accordion-with-filtering .accordion-slide.is-active .accordion-head-counter:after, html:not(.touch) .accordion-with-filtering .accordion-slide:hover .accordion-head-counter:after {
  background: url('../../img/../img/faq-active-image.png') 0 no-repeat;
  height: 33px;
  width: 28px;
  padding: 6px 0 0 0;
  color: #007934;
  font-family:"Roboto";
  font-size:14px;	 
  font-weight:600  
}
/* line 35, ../../sass/components/accordion/_filtered.scss */
.accordion-with-filtering .accordion-slide.is-active {
  border: 1px solid #007934;
}
/* line 39, ../../sass/components/accordion/_filtered.scss */
.accordion-with-filtering .accordion-slide .accordion-head {
  background: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  background: -webkit-linear-gradient(top, #ffffff, #cccccc);
  background: -moz-linear-gradient(top, #ffffff, #cccccc);
  background: -o-linear-gradient(top, #ffffff, #cccccc);
  background: linear-gradient(top, #ffffff, #cccccc);
  background: linear-gradient(to bottom, #ffffff, #cccccc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFFFF', EndColorStr='#FFCCCCCC');
  background-color: transparent;
  height: 55px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  width: 100%;
  position: relative;
  font-family:"Roboto";
  font-weight:600; 	
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer;
}
/* line 54, ../../sass/components/accordion/_filtered.scss */
.accordion-with-filtering .accordion-slide .accordion-head a {
  height: 100%;
  padding: 15px 20px 10px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  color: #4c4c4c;
}
/* line 62, ../../sass/components/accordion/_filtered.scss */
.accordion-with-filtering .accordion-slide .accordion-head a:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 10px;
  height: 25px;
  background: url('../../img/../img/faq-right-arrow.png') 0 no-repeat;
  height: 28px;
  width: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  /* line 62, ../../sass/components/accordion/_filtered.scss */
  .accordion-with-filtering .accordion-slide .accordion-head a:after {
    margin-top: 0;
    background: url('../../img/../img/atlas.png') 0 -2709px no-repeat;
    height: 12px;
    width: 28px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 39, ../../sass/components/accordion/_filtered.scss */
  .accordion-with-filtering .accordion-slide .accordion-head {
    background: #fff;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007934), color-stop(100%, #027a34));
    background: -webkit-linear-gradient(top, #007934, #027a34);
    background: -moz-linear-gradient(top, #5eb320, #027a34);
    background: -o-linear-gradient(top, #5eb320, #027a34);
    background: linear-gradient(top, #5eb320, #027a34);
    background: linear-gradient(to bottom, #007934, #027a34);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF5EB320', EndColorStr='#FF027A34');
    background-color: transparent;
    height: auto;
  }
  /* line 84, ../../sass/components/accordion/_filtered.scss */
  .accordion-with-filtering .accordion-slide .accordion-head a {
    color: #fff;
    display: block;
    margin-top: 0;
    padding: 15px 50px 15px 47px;
    font-family: Roboto;    
  }
  /* line 90, ../../sass/components/accordion/_filtered.scss */
  .accordion-with-filtering .accordion-slide .accordion-head a:after {
    background: url('../../img/../img/faq-up-arrow.png') 0  no-repeat;
    height: 12px;
    width: 28px;
  }
}
/* line 98, ../../sass/components/accordion/_filtered.scss */
.accordion-with-filtering .accordion-content {
  padding: 15px 25px 15px;     line-height: 25px;
}
.richText-accordion-faq-main p{
  font-size: 16px;
  line-height: 17px;
  font-family: "Roboto";
}
@media only screen and (max-width: 767px) {
  /* line 98, ../../sass/components/accordion/_filtered.scss */
  .accordion-with-filtering .accordion-content {
    padding: 10px 6px;
  }
}
/* line 105, ../../sass/components/accordion/_filtered.scss */
.accordion-with-filtering .accordion-content > div > .html.component {
  display: none;
}
/* line 110, ../../sass/components/accordion/_filtered.scss */
.accordion-with-filtering .accordion-head-counter {
  display: inline;
}
/* line 113, ../../sass/components/accordion/_filtered.scss */
.accordion-with-filtering .accordion-head-counter:after {
  content: attr(data-nr);
  position: absolute;
  left: 10px;
  top: 9px;
  width: 30px;
  height: 35px;
  padding: 7px 0 0 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url('../../img/../img/atlas.png') 0 -2448px no-repeat;
  height: 33px;
  width: 30px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  /* line 113, ../../sass/components/accordion/_filtered.scss */
  .accordion-with-filtering .accordion-head-counter:after {
    background: url('../../img/../img/atlas.png') 0 -2481px no-repeat;
    height: 33px;
    width: 28px;
    top: 50%;
    padding: 6px 0 0 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .main .accordion-head a{font-family: Roboto;}  
}
/* line 135, ../../sass/components/accordion/_filtered.scss */
.accordion-with-filtering .table-facts {
  font-size: 12px;
  font-size: 1.2rem;
}

/* line 143, ../../sass/components/accordion/_filtered.scss */
.cq-wcm-edit .accordion-with-filtering .accordion-content > div > .html.component {
  display: block;
}
.main .accordion-head a{
	font-family: Roboto;
	font-size: 15px;
    font-weight: 400;        
	padding-top: 15px;
}/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.add-to-basket-container {
  border: 1px solid #D5D1CE;
  background: #F0EFED; }
  .add-to-basket-container .add-to-basket-description {
    border-right: 1px solid #D5D1CE;
    display: inline-block;
    vertical-align: top;
    width: 65%;
    padding-left: 10px;
    margin-right: 10px; }
  .add-to-basket-container .add-to-basket-quantity {
    display: inline-block;
    vertical-align: middle;
    width: 15%;
    padding-top: 20px; }
    .add-to-basket-container .add-to-basket-quantity select {
      padding-left: 2%;
      padding-right: 4%; }
  .add-to-basket-container .add-to-basket-btn {
    display: inline-block;
    padding-top: 20px;
    vertical-align: middle;
    width: 15%; }

@media only screen and (max-width: 767px) {
  .add-to-basket-container {
    padding-bottom: 10px; }
    .add-to-basket-container .add-to-basket-description {
      width: 100%; }
    .add-to-basket-container .add-to-basket-quantity {
      width: 100%;
      padding-left: 10px; }
    .add-to-basket-container .add-to-basket-btn {
      width: 100%;
      padding-left: 10px; } }

.order-header {
  background-color: white;
  float: left;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px; }

.productDescription {
  float: left;
  width: 35%;
  padding-left: 20px; }
  .productDescription img {
    width: 40%;
    margin: 20px 15px 5px 0px !important; }

.SampleCount {
  float: left;
  width: 15%; }

.OrderDate {
  float: left;
  width: 25%; }

.OrderStatus {
  width: 20%;
  float: left; }

.itemOrderList {
  float: left;
  width: 100%; }
  .itemOrderList .SampleCount, .itemOrderList .OrderDate, .itemOrderList .OrderStatus {
    padding-top: 15px; }

.orderList .order-header div {
  font-weight: bold;
  font-size: 20px; }

.webshop-metadata {
  display: none !important; }

.webshop-cart .cartRecord {
  background: white;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-top: 20px;
  float: left;
  width: 100%; }

.webshop-cart .add-to-basket-description {
  width: 68%;
  border-right: 1px solid #f2f2f2;
  float: left; }

.webshop-cart .add-to-basket-wrapper {
  width: 30%;
  display: inline;
  margin-left: 40px;
  position: relative;
  left: 15px; }
  .webshop-cart .add-to-basket-wrapper div {
    float: left; }

.webshop-cart a.add-to-basket-remove {
  float: left;
  position: relative;
  left: 15px; }

.webshop-cart .webshop-error {
  margin-top: 20px;
  margin-left: 15px;
  color: red; }
/* line 1, ../../sass/components/article.teaser/_article.teaser-base.scss */
.articleTeaser {
  border: 1px solid #b6b8bf;
  margin-bottom: 20px;
}
/* line 5, ../../sass/components/article.teaser/_article.teaser-base.scss */
.articleTeaser .articleTeaser-text-content {
  padding: 0 12px 12px;
  position: relative;
}
/* line 12, ../../sass/components/article.teaser/_article.teaser-base.scss */
.articleTeaser .articleTeaser-text-content .shareThis-list {
  position: absolute;
  top: 6px;
  right: 12px;
}
@media only screen and (max-width: 360px) {
  /* line 12, ../../sass/components/article.teaser/_article.teaser-base.scss */
  .articleTeaser .articleTeaser-text-content .shareThis-list {
    position: static;
    margin-top: 10px;
  }
}
/* line 23, ../../sass/components/article.teaser/_article.teaser-base.scss */
.articleTeaser .articleTeaser-text-content .shareThis-item {
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
}
@media only screen and (max-width: 360px) {
  /* line 23, ../../sass/components/article.teaser/_article.teaser-base.scss */
  .articleTeaser .articleTeaser-text-content .shareThis-item {
    width: 25px;
    height: 25px;
  }
}
/* line 36, ../../sass/components/article.teaser/_article.teaser-base.scss */
.articleTeaser .articleTeaser-text-meta {
  min-height: 26px;
}
@media only screen and (max-width: 767px) {
  /* line 36, ../../sass/components/article.teaser/_article.teaser-base.scss */
  .articleTeaser .articleTeaser-text-meta {
    min-height: initial;
  }
}
/* line 43, ../../sass/components/article.teaser/_article.teaser-base.scss */
.articleTeaser.grid_5 {
  width: 31.94444%;
}
/* line 47, ../../sass/components/article.teaser/_article.teaser-base.scss */
.articleTeaser img {
  width: 100%;
}
/* line 52, ../../sass/components/article.teaser/_article.teaser-base.scss */
.articleTeaser .articleTeaser-image-holder a {
  display: block;
  line-height: 0.1;
}
/* line 59, ../../sass/components/article.teaser/_article.teaser-base.scss */
.articleTeaser .articleTeaser-text-header,
.articleTeaser .articleTeaser-text-description {
  font-family: "Roboto", sans-serif;
}
/* line 64, ../../sass/components/article.teaser/_article.teaser-base.scss */
.articleTeaser .articleTeaser-text-link,
.articleTeaser .articleTeaser-text-category {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4615;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
/* line 71, ../../sass/components/article.teaser/_article.teaser-base.scss */
.articleTeaser .articleTeaser-text-header {
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0.5em 0;
}
/* line 79, ../../sass/components/article.teaser/_article.teaser-base.scss */
.articleTeaser .articleTeaser-text-description {
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
}
/* line 85, ../../sass/components/article.teaser/_article.teaser-base.scss */
.articleTeaser .articleTeaser-text-description a {
  color: inherit;
}
/* line 90, ../../sass/components/article.teaser/_article.teaser-base.scss */
.articleTeaser .articleTeaser-text-link {
  display: block;
  text-align: right;
  padding-top: 8px;
}
/* line 95, ../../sass/components/article.teaser/_article.teaser-base.scss */
.articleTeaser .articleTeaser-text-link:after {
  font-size: 13px;
  font-size: 1.3rem;
  content: ' \203A';
}
/* line 102, ../../sass/components/article.teaser/_article.teaser-base.scss */
.articleTeaser .articleTeaser-text-category {
  padding-top: 8px;
  display: inline-block;
  text-decoration: underline;
  padding-right: 60px;
}
/* line 111, ../../sass/components/article.teaser/_article.teaser-base.scss */
.articleTeaser .articleTeaser-text-category.allergies {
  color: #f78e1e;
  border-bottom-color: #f78e1e;
}
/* line 116, ../../sass/components/article.teaser/_article.teaser-base.scss */
.articleTeaser .articleTeaser-text-category.living {
  color: #004c97;
  border-bottom-color: #004c97;
}
/* line 121, ../../sass/components/article.teaser/_article.teaser-base.scss */
.articleTeaser .articleTeaser-text-category.flonase {
  color: #007934;
}
/* line 124, ../../sass/components/article.teaser/_article.teaser-base.scss */
.articleTeaser .articleTeaser-text-category.flonase:after {
  content: '\00ae';
}
@media only screen and (max-width: 767px) {
  /* line 132, ../../sass/components/article.teaser/_article.teaser-base.scss */
  .articleTeaser .articleTeaser-text-header {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.125;
    min-height: 0 !important;
  }
  /* line 138, ../../sass/components/article.teaser/_article.teaser-base.scss */
  .articleTeaser .articleTeaser-text-description {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8461;
    min-height: 0 !important;
  }
  /* line 144, ../../sass/components/article.teaser/_article.teaser-base.scss */
  .articleTeaser img {
    display: block;
  }
  /* line 148, ../../sass/components/article.teaser/_article.teaser-base.scss */
  .articleTeaser .articleTeaser-image-holder {
    border-bottom: 1px solid #b6b8bf;
  }
  /* line 152, ../../sass/components/article.teaser/_article.teaser-base.scss */
  .articleTeaser .articleTeaser-text-link {
    font-family: "Roboto", sans-serif;
  }
}

/* line 3, ../../sass/components/article.teaser/_article.teaser-image-left.scss */
.articleTeaser-image-left > .component-content {
  position: relative;
}
/* line 6, ../../sass/components/article.teaser/_article.teaser-image-left.scss */
.articleTeaser-image-left > .component-content:after {
  content: "";
  display: block;
  clear: both;
}
/* line 12, ../../sass/components/article.teaser/_article.teaser-image-left.scss */
.articleTeaser-image-left > .component-content .articleTeaser-image-holder {
  font-size: 10px;
  font-size: 1rem;
  line-height: 0.1;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 57%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 27, ../../sass/components/article.teaser/_article.teaser-image-left.scss */
.articleTeaser-image-left > .component-content .articleTeaser-image-holder img {
  display: none;
}
/* line 32, ../../sass/components/article.teaser/_article.teaser-image-left.scss */
.articleTeaser-image-left > .component-content .articleTeaser-text-content {
  box-sizing: border-box;
  margin-left: 57%;
  padding: 10px 12px 10px 20px;
}
/* line 38, ../../sass/components/article.teaser/_article.teaser-image-left.scss */
.articleTeaser-image-left > .component-content .articleTeaser-text-description {
  line-height: 1.625;
}
@media only screen and (min-width: 768px) {
  /* line 44, ../../sass/components/article.teaser/_article.teaser-image-left.scss */
  .articleTeaser-image-left .articleTeaser-text-header {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.0435;
    font-family: "Roboto", sans-serif;
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  /* line 54, ../../sass/components/article.teaser/_article.teaser-image-left.scss */
  .articleTeaser-image-left > .component-content .articleTeaser-image-holder {
    position: relative;
    width: 100%;
  }
  /* line 58, ../../sass/components/article.teaser/_article.teaser-image-left.scss */
  .articleTeaser-image-left > .component-content .articleTeaser-image-holder img {
    display: block;
  }
  /* line 62, ../../sass/components/article.teaser/_article.teaser-image-left.scss */
  .articleTeaser-image-left > .component-content .articleTeaser-text-content {
    margin-left: 0;
    padding: 10px 12px 8px 10px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 4, ../../sass/components/article.teaser/_article.teaser-featured.scss */
  .articleTeaser-featured .articleTeaser-text-header {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.0435;
    font-family: "Roboto", sans-serif;
    margin-top: 1em;
  }
}
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.article-teaser-block {
  border: 1px solid #efefed;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px 0 rgba(84, 79, 64, 0.06);
  box-shadow: 0 0 8px 0 rgba(84, 79, 64, 0.06);
  position: relative;
  margin: 8px;
  overflow: hidden;
  background-color: #fff; }
  .article-teaser-block .aspect-ratio-box {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden; }
    .article-teaser-block .aspect-ratio-box img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      min-height: 100%; }
  .article-teaser-block .article-body {
    min-height: 120px;
    padding: 0 24px 30px; }
  .article-teaser-block .label p {
    margin-bottom: 20px; }
  .article-teaser-block .article-title p {
    margin-bottom: 20px; }
  .article-teaser-block .article-description {
    margin-bottom: 20px; }
  .article-teaser-block .article-body .article-date {
    color: rgba(84, 79, 64, 0.7);
    font-size: 1rem;
    letter-spacing: .2px;
    margin-bottom: 20px; }
  .article-teaser-block .article-button-container {
    position: relative;
    bottom: 0;
    left: 0; }
  .article-teaser-block .article-title {
    font-size: 1.5rem;
    font-weight: 700; }
  .article-teaser-block .margin-none-top {
    margin-top: 0; }
  .article-teaser-block .button-text {
    font-size: .85714rem;
    letter-spacing: 1.5px;
    line-height: 1.14286rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #544f40; }
  .article-teaser-block a.button-primary {
    color: #15717d; }
  .article-teaser-block a.button-primary-filled {
    background-color: #15717d;
    color: #fff;
    display: inline-block;
    padding: 12px 20px;
    border-radius: 2rem;
    font-size: .85714rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1.14286rem;
    text-transform: uppercase;
    text-align: center; }
  .article-teaser-block a.button-primary-pdf-icon::after {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-size: contain;
    background-image: url(../../img/download.png); }
  .article-teaser-block a.external-link-icon::after {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-size: contain;
    background-image: url(../../img/new-window.png); }

.article-teaser-block-transparent-background {
  border: none;
  background-color: inherit;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0; }

.articleTeaser .clickable-at {
  cursor: pointer; }
.articleList > .component-content {
  padding: 13px;
  border: solid 2px #323131;
  background-color: #e1e1e1; }

.articleList-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px; }

.articleList-date {
  margin-bottom: 10px;
  color: #868484; }

.articleList-article {
  margin-bottom: 20px;
  overflow: hidden; }
  .articleList-article-wrapper {
    margin: 0;
    padding: 0; }

.articleList-title {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px; }

.articleList-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.articleList-thumbnail {
  max-width: 100px;
  float: left;
  margin-right: 15px; }
  @media only screen and (max-width: 767px) {
    .articleList-thumbnail {
      float: none;
      margin: auto;
      display: block; } }

.articleList-more {
  float: right; }
  .articleList-more:after {
    display: inline;
    content: "\00bb"; }
  .articleList-more-arrow {
    display: none; }
    .no-generatedcontent .articleList-more-arrow {
      display: inline; }

.articleList-tags {
  padding: 0;
  margin: -20px 0 0 0;
  list-style-type: none; }
  .articleList-tags-item {
    display: inline-block;
    margin: 0 2px; }
    .articleList-tags-item-link {
      display: block;
      padding: 1px;
      background: #b9b8b8;
      color: black;
      border: 1px solid #939191;
      font-size: 0.85em; }
/* line 1, ../../sass/components/box/_box-base.scss */
.box {
  position: relative;
}

/* line 1, ../../sass/components/box/_box-wrapper.scss */
.box-wrapper {
  width: 100%;
}
/* line 4, ../../sass/components/box/_box-wrapper.scss */
.box-wrapper > .component-content {
  max-width: 972px;
  margin: 0 auto;
}
/* line 7, ../../sass/components/box/_box-wrapper.scss */
.box-wrapper > .component-content .lightbox.play {
  position: relative;
}
/* line 10, ../../sass/components/box/_box-wrapper.scss */
.box-wrapper > .component-content .lightbox.play .box-more-arrow {
  display: inline-block;
  text-indent: -100%;
  width: 11px;
  height: 12px;
  background: url('../../img/../img/atlas.png') 0 -3083px no-repeat;
  height: 12px;
  width: 11px;
  position: absolute;
  top: 50%;
  right: -17px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  /* line 10, ../../sass/components/box/_box-wrapper.scss */
  .box-wrapper > .component-content .lightbox.play .box-more-arrow {
    display: none;
  }
}
/* line 28, ../../sass/components/box/_box-wrapper.scss */
.box-wrapper.background-grey {
  background-color: #ebebeb;
  padding: 60px 0 90px;
}
@media only screen and (max-width: 1015px) {
  /* line 28, ../../sass/components/box/_box-wrapper.scss */
  .box-wrapper.background-grey {
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* line 41, ../../sass/components/box/_box-wrapper.scss */
.page-news .box-wrapper {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  /* line 41, ../../sass/components/box/_box-wrapper.scss */
  .page-news .box-wrapper {
    margin-top: 0;
  }
}

/* line 1, ../../sass/components/box/_box-navigation-header.scss */
.box.box-navigation-header {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  right: 150px;
  top: 24px;
}
.language-navigation ul li a, .language-navigation-fr ul li a {    display: none; }
.box-navigation-header ul {list-style-type: none;}
/* line 10, ../../sass/components/box/_box-navigation-header.scss */
.box.box-navigation-header .box,
.box.box-navigation-header .richText,
.box.box-navigation-header .searchBox {
  float: left;
}
/* line 15, ../../sass/components/box/_box-navigation-header.scss */
.box.box-navigation-header .richText,
.box.box-navigation-header .searchBox {
  margin: 0 10px;
}
.rt-language-selector p  a{
	font-size: 12px;
	color: #0079ae;
   
    margin: 0 auto;
    top: -24px;
    float: left;
}
.rt-language-selector-fr p  a{
	font-size: 12px;
	color: #0079ae;
   
    margin: 0 auto;
    top: -24px;
    float: left;
}

/*.box-navigation-header .rt-language-selector{  position: absolute;     top: 0px;     left: 313px;}*/
/* line 19, ../../sass/components/box/_box-navigation-header.scss */
.box.box-navigation-header p {
  line-height: 15px;
  margin: 0;
 
}
.rt-symptoms-fr-1 p, .rt-symptoms-en-1 p{ color:#053f84;}
.rt-symptoms-fr-2 p, .rt-symptoms-en-2 p{ color:#007938;}
.rt-symptoms-fr-3 p, .rt-symptoms-en-3 p{color:#1c88c5;}
.rt-symptoms-fr-4 p, .rt-symptoms-en-4 p{color:#3ba933;}
.rt-symptoms-fr-5 p{ color:#FC7924;}
.rt-symptoms-fr-6 p{ color:#e22619;}
.rt-symptoms-en-5 {color:#ea6112;}
.rt-symptoms-en-6 p  { color:#e22619;}

.rt-symptoms-fr-1 p, .rt-symptoms-en-1 p,.rt-symptoms-fr-2 p, .rt-symptoms-en-2 p, .rt-symptoms-fr-6 p{ padding-top:6px;}
.rt-symptoms-fr-1 p, .rt-symptoms-fr-2  p, .rt-symptoms-fr-3 p , .rt-symptoms-fr-4  p, .rt-symptoms-fr-5  p,.rt-symptoms-fr-6 p,
.rt-symptoms-en-1 p, .rt-symptoms-en-2  p, .rt-symptoms-en-3 p , .rt-symptoms-en-4  p, .rt-symptoms-en-5 p, .rt-symptoms-en-6 p
	{ 
	height:50px;  display: -webkit-inline-box;
    width: 70%;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight:700;
    text-align: left;
    padding-left: 6%;
	}
/* line 24, ../../sass/components/box/_box-navigation-header.scss */
.box.box-navigation-header a {
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration: none;
   color:#0079ae;
}
/* line 4, ../../../../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/typography/links/_hover-link.scss */
.box.box-navigation-header a:hover , .rt-language-selector-fr p a, .rt-language-selector-fr p a{
  text-decoration: underline;
}

.rt-language-selector-fr p a , .rt-language-selector p a {
    float: right;
    position: absolute;
    top: 2px;
    left: 101%;
}
.rt-language-selector p a {    
    /*position: fixed; */  
    left: 101%;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../../sass/components/box/_box-navigation-header.scss */
  .box.box-navigation-header {
    display: none;
  }
  
.rt-symptoms-fr-1 p, .rt-symptoms-en-1 p{ color:#053f84;}
.rt-symptoms-fr-2 p, .rt-symptoms-en-2 p{ color:#007938;}
.rt-symptoms-fr-3 p, .rt-symptoms-en-3 p{color:#1c88c5;}
.rt-symptoms-fr-4 p, .rt-symptoms-en-4 p{color:#3ba933;}
.rt-symptoms-fr-5 p{ color:#FC7924;}
.rt-symptoms-fr-6 p{ color:#e22619;}
.rt-symptoms-en-5 {color:#ea6112;}
.rt-symptoms-en-6 p  { color:#e22619;}

.rt-symptoms-fr-1 p, .rt-symptoms-en-1 p,.rt-symptoms-fr-2 p, .rt-symptoms-en-2 p, .rt-symptoms-en-4 p, .rt-symptoms-fr-6 p,.rt-symptoms-en-6 p{ padding-top:10px;}

.rt-symptoms-fr-1 p, .rt-symptoms-fr-2  p, .rt-symptoms-fr-3 p , .rt-symptoms-fr-4  p, .rt-symptoms-fr-5 p,.rt-symptoms-fr-6 p,
.rt-symptoms-en-1 p, .rt-symptoms-en-2  p, .rt-symptoms-en-3 p , .rt-symptoms-en-4  p, .rt-symptoms-en-5 p, .rt-symptoms-en-6 p
	{ 
	height:50px;  display: -webkit-inline-box;
    width: 67%;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight:700;
    text-align: left;
    padding-left: 6%;
	}
}

/* line 1, ../../sass/components/box/_box-follow-us-icons.scss */
.box-follow-us-icons {
  display: none;
  position: relative;
  top: -3px;
  clear: none;
}
/* line 6, ../../sass/components/box/_box-follow-us-icons.scss */
.box-follow-us-icons.is-expanded {
  display: block;
}
/* line 10, ../../sass/components/box/_box-follow-us-icons.scss */
.box-follow-us-icons .image {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
/* line 13, ../../sass/components/box/_box-follow-us-icons.scss */
.box-follow-us-icons .image img {
  max-width: none;
}
/* line 20, ../../sass/components/box/_box-follow-us-icons.scss */
.box-follow-us-icons a,
.box-follow-us-icons div,
.box-follow-us-icons img {
  display: block;
  margin: 0;
  padding: 0;
}
/* line 26, ../../sass/components/box/_box-follow-us-icons.scss */
.box-follow-us-icons a {
  text-decoration: none;
}

/* line 4, ../../sass/components/box/_box-home-page-header.scss */
.box-home-page-header {
  height: 420px;
  overflow: hidden;
}
@media only screen and (max-width: 1015px) {
  /* line 4, ../../sass/components/box/_box-home-page-header.scss */
  .box-home-page-header {
    overflow: visible;
  }
  
}
@media only screen and (max-width: 767px) {
  /* line 4, ../../sass/components/box/_box-home-page-header.scss */
  .box-home-page-header {
    height: auto;
  }
}
/* line 16, ../../sass/components/box/_box-home-page-header.scss */
.box-home-page-header > .component-content > .content {
  position: relative;
}
/* line 20, ../../sass/components/box/_box-home-page-header.scss */
.box-home-page-header .image {
  height: auto !important;
  border-bottom: none;
}
/* line 24, ../../sass/components/box/_box-home-page-header.scss */
.box-home-page-header .image .component-content {
  height: 420px;
}
@media only screen and (max-width: 1015px) {
  /* line 20, ../../sass/components/box/_box-home-page-header.scss */
  .box-home-page-header .image {
    margin: 0 -20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 20, ../../sass/components/box/_box-home-page-header.scss */
  .box-home-page-header .image {
    height: 240px;
  }
}
/* line 38, ../../sass/components/box/_box-home-page-header.scss */
.box-home-page-header .image-page-header {
  border-bottom: 0 none;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  /* line 42, ../../sass/components/box/_box-home-page-header.scss */
  .box-home-page-header .image-page-header > .component-content {
    height: 240px;
  }
}
/* line 49, ../../sass/components/box/_box-home-page-header.scss */
.box-home-page-header .box {
  position: absolute;
  top: 59%;
  left: 0;
  height: 226px;
  max-width: 442px;
  margin-top: -113px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  /* line 49, ../../sass/components/box/_box-home-page-header.scss */
  .box-home-page-header .box {
    cursor: auto;
  }
}
@media only screen and (max-width: 1015px) {
  /* line 49, ../../sass/components/box/_box-home-page-header.scss */
  .box-home-page-header .box {
    margin-left: -20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 49, ../../sass/components/box/_box-home-page-header.scss */
  .box-home-page-header .box {
    position: relative;
    height: auto;
    width: auto;
    max-width: 100%;
    margin-top: 3px;
    top: 0;
  }
}
/* line 75, ../../sass/components/box/_box-home-page-header.scss */
.box-home-page-header .box > .component-content .content {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: relative;
  background: url("../../img/box-pod-large-arrow-bgr.png") repeat-x 0 0;
}
/* line 81, ../../sass/components/box/_box-home-page-header.scss */
.box-home-page-header .box > .component-content .content:after {
  background: url('../../img/../img/atlas.png') 0 -664px no-repeat;
  height: 226px;
  width: 72px;
  content: '';
  position: absolute;
  top: 0;
  right: -72px;
  display: block;
}
@media only screen and (max-width: 767px) {
  /* line 75, ../../sass/components/box/_box-home-page-header.scss */
  .box-home-page-header .box > .component-content .content {
    display: block;
    height: auto;
    width: auto;
    max-width: 100%;
    margin: -65px 0 0 -20px;
    background-image: none;
  }
  /* line 99, ../../sass/components/box/_box-home-page-header.scss */
  .box-home-page-header .box > .component-content .content:after {
    display: none;
  }
}
/* line 105, ../../sass/components/box/_box-home-page-header.scss */
.box-home-page-header .box .richText {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3571;
  font-family: "Roboto", sans-serif;
  color: #262626;
  display: table-cell;
  height: 209px;
  vertical-align: middle;
  position: relative;
}
.flonase-ca_fr .rt-home-new {   position: absolute;    margin-top: -3px;}
.flonase-ca_fr .box-home-page-header .box .richText {   height: 194px; top: 7px;}

@media only screen and (max-width: 767px) {
  /* line 105, ../../sass/components/box/_box-home-page-header.scss */
  .box-home-page-header .box .richText {
    display: block;
    margin-bottom: 20px;
  }

}
@media only screen and (max-width: 360px) {
  /* line 105, ../../sass/components/box/_box-home-page-header.scss */
  .box-home-page-header .box .richText {
    margin-right: -20px;
  }
  .flonase-ca_fr .rt-home-new {margin-top: -10px !important;}
}
@media only screen and (max-width: 767px) {
  /* line 125, ../../sass/components/box/_box-home-page-header.scss */
  .box-home-page-header .box .richText > .component-content {
    padding-left: 20px;
  }
}
/* line 132, ../../sass/components/box/_box-home-page-header.scss */
.box-home-page-header .box .richText img {
    float: left;
    margin: -88px 0 0 0px;
    height: 270px;
    width: auto;
}
.flonase-ca_fr .box-home-page-header .box .richText img {   width: 38%; }
.flonase-ca_fr .box-home-page-header .box .richText img {   margin: -117px 8px 0 18px;}
@media only screen and (max-width: 767px) {
  /* line 132, ../../sass/components/box/_box-home-page-header.scss */
  .flonase-ca_fr .box-home-page-header .box .richText img { margin: -62px 0 0 -7px;}
  .box-home-page-header .box .richText img {
       margin: -62px 0 0 -7px;
    height: 164px;
    padding-bottom: 8px;
    position: relative;
    z-index: 2;
    cursor: Pointer;
  }
}
/* line 148, ../../sass/components/box/_box-home-page-header.scss */
.box-home-page-header .box .richText h2 {
  font-size: 14px;
  font-size: 1.4rem;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  line-height: 1.4em;
  color: #5eb320;
  margin: 22px 0 0;
  padding: 0;
  border-bottom: 1px solid #5eb320;
}
@media only screen and (max-width: 767px) {
  /* line 148, ../../sass/components/box/_box-home-page-header.scss */
  .box-home-page-header .box .richText h2 {
    position: absolute;
    top: 110px;
    left: 28px;
    border: none;
    color: #007934;
  }
}
@media only screen and (max-width: 360px) {
  /* line 148, ../../sass/components/box/_box-home-page-header.scss */
  .box-home-page-header .box .richText h2 {
    margin-right: -20px;
  }
}
/* line 171, ../../sass/components/box/_box-home-page-header.scss */
.box-home-page-header .box .richText h2 .rsaquo:after {
  content: "";
  background: url('../../img/../img/atlas.png') 0 -3071px no-repeat;
  height: 12px;
  width: 10px;
  width: 9px;
  display: inline-block;
  left: -3px;
  top: 1px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 171, ../../sass/components/box/_box-home-page-header.scss */
  .box-home-page-header .box .richText h2 .rsaquo:after {
    background: url('../../img/../img/atlas.png') 0 -2973px no-repeat;
    height: 12px;
    width: 10px;
  }
  .flonase-ca_fr .box-home-page-header .box .richText h1 {line-height: 13px !important;} 
   .flonase-ca_fr .rt-home-new {margin-top: -10px !important;}
}
/* line 187, ../../sass/components/box/_box-home-page-header.scss */
.flonase-ca_fr .box-home-page-header .box .richText h1 {
   font-family: "Roboto", sans-serif;
   line-height: 18px;
   margin: -68px 0 0;
   padding: 0;
}
.box-home-page-header .box .richText h1 {
    font-family: "Roboto", sans-serif;
    line-height: 28px;   margin: -68px 0 0;   padding: 0;
}
.flonase-ca_fr .box-home-page-header .box .richText h1 { margin: -59px 0 0; }
@media only screen and (max-width: 767px) {
  /* line 200, ../../sass/components/box/_box-home-page-header.scss */
  .box-home-page-header .box .richText h1 br {
    display: none;
  }
  .flonase-ca_fr .box-home-page-header .box .richText h1 { padding-top: 25px; }
}
@media only screen and (max-width: 767px) {
  /* line 187, ../../sass/components/box/_box-home-page-header.scss */
  .box-home-page-header .box .richText h1 {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1em;
    position: relative;
    z-index: 1;
    display: block;
    height: 120px;
    width: auto;
    max-width: 290px;
    min-width: 290px;
    margin: 0 0 20px;
    background: url("../../img/chevron-120-bgr.png") repeat-x 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
  }
  /* line 224, ../../sass/components/box/_box-home-page-header.scss */
  .box-home-page-header .box .richText h1:first-line {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1em;
  }
  /* line 230, ../../sass/components/box/_box-home-page-header.scss */
  .box-home-page-header .box .richText h1:after {
    background: url('../../img/../img/atlas.png') 0 -1249px no-repeat;
    height: 120px;
    width: 39px;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -39px;
    display: block;
  }
  /* line 241, ../../sass/components/box/_box-home-page-header.scss */
  .box-home-page-header .box .richText h1:first-line {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1em;
  }
}
@media only screen and (max-width: 360px) {
  /* line 187, ../../sass/components/box/_box-home-page-header.scss */
  .box-home-page-header .box .richText h1 {
    font-size: 14px;
    font-size: 1.4rem;
    min-width: 270px;
  }
}
/* line 254, ../../sass/components/box/_box-home-page-header.scss */
.box-home-page-header .box .richText p {
    margin-top: 5px;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    font-family: "Roboto";
    font-size: 13px;
    color: #333333;
}
@media only screen and (max-width: 767px) {
  /* line 254, ../../sass/components/box/_box-home-page-header.scss */
  .box-home-page-header .box .richText p {
    clear: both;
    padding-left: 21px;
    line-height: 1.2857;
    letter-spacing: -0.02em;
  }
}
/* line 267, ../../sass/components/box/_box-home-page-header.scss */
.box-home-page-header .box .richText .reference {
  font-size: 10px;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  /* line 267, ../../sass/components/box/_box-home-page-header.scss */
  .box-home-page-header .box .richText .reference {
    font-size: 12px;
    font-size: 1.2rem;
    position: absolute;
    top: 75px;
    z-index: 10;
    left: 120px;
    width: 190px;
    cursor: Pointer;
  }
}
/* line 282, ../../sass/components/box/_box-home-page-header.scss */
.box-home-page-header .box a {
  font-family: "Roboto", sans-serif;     color: #007934;  padding-left: 0%;
}
/*.flonase-ca_fr .box-home-page-header .box a { padding-left: 44%;}*/
/* line 285, ../../sass/components/box/_box-home-page-header.scss */
.box-home-page-header .box a:after {
  content: ' \203A';font-size: 120%;
}
#wrapper a.allergy-relief-link::after {
    content:'';
}
@media only screen and (max-width: 767px) {
  /* line 282, ../../sass/components/box/_box-home-page-header.scss */
  .box-home-page-header .box a {
    display: block;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0;
  }
}

/* line 1, ../../sass/components/box/_box-page-header.scss */
.box-page-header {
  overflow: visible;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1015px) {
  /* line 1, ../../sass/components/box/_box-page-header.scss */
  .box-page-header {
    margin: 0 -20px 50px;
  }
}
/* line 9, ../../sass/components/box/_box-page-header.scss */
.box-page-header > .component-content {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  /* line 9, ../../sass/components/box/_box-page-header.scss */
  .box-page-header > .component-content {
    margin: 0;
    overflow: inherit;
  }
}
/* line 21, ../../sass/components/box/_box-page-header.scss */
.box-page-header + .box .richText h1:first-child, .box-page-header + script + .box .richText h1:first-child, .box-page-header + .box .title h1:first-child, .box-page-header + script + .box .title h1:first-child {
  margin-top: -3px;
}
@media only screen and (max-width: 767px) {
  /* line 21, ../../sass/components/box/_box-page-header.scss */
  .box-page-header + .box .richText h1:first-child, .box-page-header + script + .box .richText h1:first-child, .box-page-header + .box .title h1:first-child, .box-page-header + script + .box .title h1:first-child {
    margin-top: 0.67em;
  }
  .main .box-page-header + .box .richText h1:first-child { float: none; }  
}

/* line 3, ../../sass/components/box/_box-flonase-benefits.scss */
.box-flonase-benefits .richText:not(.richText-footnotes) {
  font-size: 18px;
  font-family: "Roboto";
  margin-bottom: 48px;
  line-height:25px;
}
/* line 8, ../../sass/components/box/_box-flonase-benefits.scss */
.box-flonase-benefits .richText:not(.richText-footnotes) h2 {
  margin-top: 0;
  padding-top: 0;
  line-height: 1.25;
}
/* line 14, ../../sass/components/box/_box-flonase-benefits.scss */
.box-flonase-benefits .richText:not(.richText-footnotes) p {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-family: "Roboto";
  line-height:25px;
  font-weight:600;
}
.flonase-ca_fr .richtext-footnotes-ce.about-reference.initialized p {
    font-size: 10px;
    font-family: "Roboto";
    line-height: 13px;
    width: 128%;
}
/*.flonase-ca_fr .box-flonase-benefits .richText:not(.richText-footnotes) h2 { width: 124%;}*/
.flonase-ca_fr .about-bottom-reference { margin-bottom: 15px;}
.flonase-ca_fr .about-rt-table p {  width: 90%;}
.flonase-ca_fr .box-flonase-benefits .richText:not(.richText-footnotes) {  margin-bottom: 20px;}
/* line 21, ../../sass/components/box/_box-flonase-benefits.scss */
.box-flonase-benefits .box .richText {
  line-height: 1.16667;
  margin-bottom: 18px;
      width: 90%;
}
/* line 25, ../../sass/components/box/_box-flonase-benefits.scss */
.box-flonase-benefits .box .richText > .component-content {
  min-height: 90px;
  position: relative;
}
/* line 29, ../../sass/components/box/_box-flonase-benefits.scss */
.box-flonase-benefits .box .richText > .component-content img {
  margin: 0 16px 0 0;
  padding: 0;
}
/* line 34, ../../sass/components/box/_box-flonase-benefits.scss */
.box-flonase-benefits .box .richText > .component-content p {
  padding: 8px 0 0;
  overflow: hidden;
}
/* line 42, ../../sass/components/box/_box-flonase-benefits.scss */
.box-flonase-benefits .richText-footnotes {
  padding-left: 1.4em;
  margin-top: 0px;
}
/* line 46, ../../sass/components/box/_box-flonase-benefits.scss */
.box-flonase-benefits .richText-footnotes p {
  text-align: left;
  position: relative;
  margin-bottom: 1em;
}
/* line 51, ../../sass/components/box/_box-flonase-benefits.scss */
.box-flonase-benefits .richText-footnotes p:before {
  content: '*';
  position: absolute;
  top: 0;
  left: -1.7em;
  text-align: right;
  width: 1.6em;
}
/* line 60, ../../sass/components/box/_box-flonase-benefits.scss */
.box-flonase-benefits .richText-footnotes p p:first-child {
  margin-top: 0;
  padding-top: 0;
}
/* line 65, ../../sass/components/box/_box-flonase-benefits.scss */
.box-flonase-benefits .richText-footnotes p + p:before {
  content: '**';
}
/* line 69, ../../sass/components/box/_box-flonase-benefits.scss */
.box-flonase-benefits .richText-footnotes p + p + p:before {
  content: '***';
}
@media only screen and (min-width: 768px) and (max-width: 820px) {
  /* line 78, ../../sass/components/box/_box-flonase-benefits.scss */
  .box-flonase-benefits .box .richText > .component-content {
    min-height: 110px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1, ../../sass/components/box/_box-flonase-benefits.scss */
  .box-flonase-benefits {
    padding-bottom: 20px;
  }
  .flonase-ca_fr .about-rt-table p {
    width: 100%;
}
.box-flonase-benefits .box .richText {   width: 100%;}
  /* line 92, ../../sass/components/box/_box-flonase-benefits.scss */
  .box-flonase-benefits .box .richText:after {
    content: "";
    display: block;
    clear: both;
  }
  /* line 98, ../../sass/components/box/_box-flonase-benefits.scss */
  .box-flonase-benefits .box .richText > .component-content {
    min-height: 0;
  }
  /* line 101, ../../sass/components/box/_box-flonase-benefits.scss */
  .box-flonase-benefits .box .richText > .component-content p {
    padding-top: 6px;
  }
}

/* line 1, ../../sass/components/box/_box-flonase-steps.scss */
.box-flonase-steps {
  max-width: 972px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 20px 10px 40px 10px;
  margin-top: -1px;
}
/* line 12, ../../sass/components/box/_box-flonase-steps.scss */
.box-flonase-steps .richText h2 {
  font-size: 18px;
  margin: 0 0 10px;
  padding-left: 20px;
  width: 80%;
}
/* line 20, ../../sass/components/box/_box-flonase-steps.scss */
.box-flonase-steps .richText p {
  font-size: 18px;
  font-family: "Roboto";
  padding-left: 15px;
  margin: 5px 0 0;
  line-height: 1.333;
  color: #333333;
  width: 96%;
}
/* line 28, ../../sass/core/_mixins.scss */
.box-flonase-steps > .component-content > .content:before, .box-flonase-steps > .component-content > .content:after {
  content: ' ';
  display: table;
}
/* line 33, ../../sass/core/_mixins.scss */
.box-flonase-steps > .component-content > .content:after {
  clear: both;
}
/* line 35, ../../sass/components/box/_box-flonase-steps.scss */
.box-flonase-steps > .component-content > .content > .richText {
  width: 20%;
  margin-right: 1%;
  float: left;
}
/* line 41, ../../sass/components/box/_box-flonase-steps.scss */
.box-flonase-steps > .component-content > .content > .box {
  width: 34%;
  float: left;
  margin-left: 3%;
  clear: none;
}
/* line 46, ../../sass/components/box/_box-flonase-steps.scss */
.box-flonase-steps > .component-content > .content > .box .richText {
  width: 100%;
  float: none;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../../sass/components/box/_box-flonase-steps.scss */
  .box-flonase-steps {
    border: 0;
    margin: -10px -20px 0;
    padding: 0 0 60px;
    border: none;
  }
  /* line 61, ../../sass/components/box/_box-flonase-steps.scss */
  .box-flonase-steps .richText h2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  /* line 68, ../../sass/components/box/_box-flonase-steps.scss */
  .box-flonase-steps .richText p {
    font-size: 12px;
    /*font-size: 1.5rem;*/
    margin-top: 5px;
    padding: 0 20px;
    text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
		
  }
  /* line 75, ../../sass/components/box/_box-flonase-steps.scss */
  .box-flonase-steps .richText img {
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    transform: translateX(-15px);
    display: block;
    margin: 0 auto;
  }
  /* line 87, ../../sass/components/box/_box-flonase-steps.scss */
  .box-flonase-steps > .component-content > .content > .richText,
  .box-flonase-steps > .component-content > .content > .box {
    width: 100%;
    margin: 0;
  }
  /* line 92, ../../sass/components/box/_box-flonase-steps.scss */
  .box-flonase-steps > .component-content > .content > .richText {
    margin-top: 20px;
  }
  /* line 96, ../../sass/components/box/_box-flonase-steps.scss */
  .box-flonase-steps > .component-content > .content > .box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 40px;
    padding: 0 10px;
  }
  /* line 102, ../../sass/components/box/_box-flonase-steps.scss */
  .box-flonase-steps > .component-content > .content > .box.box-rotator {
    padding: 0 20px;
  }
}
/* line 110, ../../sass/components/box/_box-flonase-steps.scss */
.box-flonase-steps .component.carousel {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  width: 63%;
  position: relative;
  float: left;
}
/* line 119, ../../sass/components/box/_box-flonase-steps.scss */
.box-flonase-steps .component.carousel.full-width {
  width: 100%;
  float: none;
}
@media only screen and (max-width: 767px) {
  /* line 110, ../../sass/components/box/_box-flonase-steps.scss */
  .box-flonase-steps .component.carousel {
    width: 100%;
    padding-top: 18px;
    margin-top: 20px;
    float: none;
  }
}
/* line 131, ../../sass/components/box/_box-flonase-steps.scss */
.box-flonase-steps .component.carousel .carousel-slides {
  margin: 0;
  padding: 0;
  min-height: 280px;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  /* line 131, ../../sass/components/box/_box-flonase-steps.scss */
  .box-flonase-steps .component.carousel .carousel-slides {
    height: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 131, ../../sass/components/box/_box-flonase-steps.scss */
  .box-flonase-steps .component.carousel .carousel-slides {
    margin-top: 10px;
  }
}
/* line 146, ../../sass/components/box/_box-flonase-steps.scss */
.box-flonase-steps .component.carousel .carousel-nav {
  text-align: center;
  padding: 0;
  display: none;
  position: absolute;
  top: 0;
  list-style: none;
  left: 0;
  width: 100%;
  height: 0;
  margin: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  /* line 146, ../../sass/components/box/_box-flonase-steps.scss */
  .box-flonase-steps .component.carousel .carousel-nav {
    display: block;
  }
  /* line 162, ../../sass/components/box/_box-flonase-steps.scss */
  .box-flonase-steps .component.carousel .carousel-nav li {
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
    border-radius: 11px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 11px;
    height: 11px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #007934;
    margin: 0;
    display: inline-block;
  }
  /* line 173, ../../sass/components/box/_box-flonase-steps.scss */
  .box-flonase-steps .component.carousel .carousel-nav li a {
    border: none;
    background: transparent;
    padding: 0;
    display: block;
    margin: 0;
    width: 11px;
    height: 11px;
    text-indent: 9999px;
    overflow: hidden;
  }
  /* line 186, ../../sass/components/box/_box-flonase-steps.scss */
  .box-flonase-steps .component.carousel .carousel-nav li.is-active, .box-flonase-steps .component.carousel .carousel-nav li:hover {
    background: #007934;
    border: 1px solid transparent;
  }
}
/* line 194, ../../sass/components/box/_box-flonase-steps.scss */
.box-flonase-steps .component.carousel .carousel-nav .carousel-nav-prev,
.box-flonase-steps .component.carousel .carousel-nav .carousel-nav-next {
  border-radius: 0;
  border: none;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 100px;
}
/* line 203, ../../sass/components/box/_box-flonase-steps.scss */
.box-flonase-steps .component.carousel .carousel-nav .carousel-nav-prev.inactive, .box-flonase-steps .component.carousel .carousel-nav .carousel-nav-prev:hover,
.box-flonase-steps .component.carousel .carousel-nav .carousel-nav-next.inactive,
.box-flonase-steps .component.carousel .carousel-nav .carousel-nav-next:hover {
  background: transparent;
  border: none;
}
/* line 209, ../../sass/components/box/_box-flonase-steps.scss */
.box-flonase-steps .component.carousel .carousel-nav .carousel-nav-prev {
  left: 20px;
}
/* line 212, ../../sass/components/box/_box-flonase-steps.scss */
.box-flonase-steps .component.carousel .carousel-nav .carousel-nav-prev a:before {
  background: url('../../img/../img/atlas.png') 0 -2849px no-repeat;
  height: 23px;
  width: 12px;
}
/* line 217, ../../sass/components/box/_box-flonase-steps.scss */
.box-flonase-steps .component.carousel .carousel-nav .carousel-nav-next {
  right: 20px;
  position: absolute;
}
/* line 221, ../../sass/components/box/_box-flonase-steps.scss */
.box-flonase-steps .component.carousel .carousel-nav .carousel-nav-next a:before {
  background: url('../../img/../img/atlas.png') 0 -2872px no-repeat;
  height: 23px;
  width: 12px;
}
/* line 227, ../../sass/components/box/_box-flonase-steps.scss */
.box-flonase-steps .component.carousel .carousel-nav .carousel-nav-prev a,
.box-flonase-steps .component.carousel .carousel-nav .carousel-nav-next a {
  display: block;
  width: 35px;
  height: 35px;
  border: 1px solid #007934;
  background: #fff;
  text-indent: 99999px;
  overflow: hidden;
  position: relative;
}
/* line 241, ../../sass/components/box/_box-flonase-steps.scss */
.box-flonase-steps .component.carousel .carousel-nav .carousel-nav-next a:before,
.box-flonase-steps .component.carousel .carousel-nav .carousel-nav-prev a:before {
  content: '';
  display: block;
  width: 12px;
  height: 23px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11.5px;
  margin-left: -6px;
}
/* line 260, ../../sass/components/box/_box-flonase-steps.scss */
.box-flonase-steps .component.carousel .carousel-slide {
  float: left;
  width: 32%;
  margin-right: 1%;
  clear: none;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  /* line 260, ../../sass/components/box/_box-flonase-steps.scss */
  .box-flonase-steps .component.carousel .carousel-slide {
    opacity: 1 !important;
    display: block !important;
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  /* line 260, ../../sass/components/box/_box-flonase-steps.scss */
  .box-flonase-steps .component.carousel .carousel-slide {
    width: 100%;
    margin: 0;
  }
}
/* line 278, ../../sass/components/box/_box-flonase-steps.scss */
.box-flonase-steps .component.carousel .carousel-slide .carousel-cover {
  display: block;
  float: none;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  /* line 278, ../../sass/components/box/_box-flonase-steps.scss */
  .box-flonase-steps .component.carousel .carousel-slide .carousel-cover {
    margin: 0 auto;
  }
}
/* line 290, ../../sass/components/box/_box-flonase-steps.scss */
.box-flonase-steps .component.carousel .carousel-slide .carousel-content {
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  /* line 290, ../../sass/components/box/_box-flonase-steps.scss */
  h3 {
  font-size: 17px}
.box-flonase-steps .component.carousel .carousel-slide .carousel-content {
        max-width: 90%;
		}
.flonase-ca_fr .richtext-footnotes-ce.about-reference.initialized p {
       width: 98%;
}
/* .flonase-ca_fr .box-flonase-benefits .richText:not(.richText-footnotes) h2 {
    width: 114%;
} */
  .box-flonase-steps .component.carousel .carousel-slide .carousel-content {
    margin: 0 auto;
    position: relative;
  }
}

/* line 1, ../../sass/components/box/_box-article-teaser-wrapper.scss */
.box-article-teaser-wrapper {
  width: 100%;
  position: relative;
}
/* line 7, ../../sass/components/box/_box-article-teaser-wrapper.scss */
.box-article-teaser-wrapper > .component-content {
  padding: 27px 0;
  width: 100%;
}
/* line 11, ../../sass/components/box/_box-article-teaser-wrapper.scss */
.box-article-teaser-wrapper > .component-content > .box-heading {
  max-width: 972px;
  margin: 0 auto;
  line-height: 27px;
  text-transform: uppercase;
  position: relative;
}
/* line 18, ../../sass/components/box/_box-article-teaser-wrapper.scss */
.box-article-teaser-wrapper > .component-content > .content {
  max-width: 972px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  /* line 18, ../../sass/components/box/_box-article-teaser-wrapper.scss */
  .box-article-teaser-wrapper > .component-content > .content {
    display: block;
  }
  /* line 24, ../../sass/components/box/_box-article-teaser-wrapper.scss */
  .box-article-teaser-wrapper > .component-content > .content + .content {
    display: none;
  }
}
/* line 29, ../../sass/components/box/_box-article-teaser-wrapper.scss */
.box-article-teaser-wrapper > .component-content > .content .articleTeaser {
  background-color: #fff;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  /* line 29, ../../sass/components/box/_box-article-teaser-wrapper.scss */
  .box-article-teaser-wrapper > .component-content > .content .articleTeaser {
    margin-top: 20px;
  }
  /* line 36, ../../sass/components/box/_box-article-teaser-wrapper.scss */
  .box-article-teaser-wrapper > .component-content > .content .articleTeaser:first-child {
    margin-top: 0;
  }
}
/* line 44, ../../sass/components/box/_box-article-teaser-wrapper.scss */
.box-article-teaser-wrapper.background-grey {
  background-color: #e5e5e5;
  padding-top: 27px;
  margin-top: 40px;
}
/* line 49, ../../sass/components/box/_box-article-teaser-wrapper.scss */
.box-article-teaser-wrapper.background-grey > .component-content {
  padding-top: 0;
}
/* line 52, ../../sass/components/box/_box-article-teaser-wrapper.scss */
.box-article-teaser-wrapper.background-grey > .component-content h2.box-heading {
  margin-top: 0;
  margin-bottom: 0.83em;
}
@media only screen and (max-width: 1015px) {
  /* line 61, ../../sass/components/box/_box-article-teaser-wrapper.scss */
  .box-article-teaser-wrapper.background-grey {
    margin: 20px -20px 0;
    width: auto;
  }
  /* line 65, ../../sass/components/box/_box-article-teaser-wrapper.scss */
  .box-article-teaser-wrapper.background-grey > .component-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 27px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 77, ../../sass/components/box/_box-article-teaser-wrapper.scss */
  .box-article-teaser-wrapper > .component-content .articleTeaser-text-header,
  .box-article-teaser-wrapper > .component-content .articleTeaser-text-description {
    min-height: 0 !important;
  }
  /* line 81, ../../sass/components/box/_box-article-teaser-wrapper.scss */
  .box-article-teaser-wrapper > .component-content .articleTeaser-text-content {
    padding-bottom: 6px;
  }
  /* line 85, ../../sass/components/box/_box-article-teaser-wrapper.scss */
  .box-article-teaser-wrapper > .component-content .articleTeaser-text-link {
    padding-top: 6px;
  }
}

/* line 1, ../../sass/components/box/_box-how-to-clean.scss */
.box-how-to-clean {
  max-width: 972px;
  margin: 0 auto;
  margin-top: 53px;
  margin-bottom: 50px;
  width: 42%;
  float: right;
}
/* line 28, ../../sass/core/_mixins.scss */
.box-how-to-clean:before, .box-how-to-clean:after {
  content: ' ';
  display: table;
}
/* line 33, ../../sass/core/_mixins.scss */
.box-how-to-clean:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../../sass/components/box/_box-how-to-clean.scss */
  .box-how-to-clean {
    width: 100%;
  }
}
/* line 14, ../../sass/components/box/_box-how-to-clean.scss */
.box-how-to-clean .richText {
  float: left;
  width: 19%;
  clear: none;
}
/* line 18, ../../sass/components/box/_box-how-to-clean.scss */
.box-how-to-clean .richText h4 {
  color: #004c97;
  margin-top: 0;
  margin-bottom: 2px;
}
/* line 24, ../../sass/components/box/_box-how-to-clean.scss */
.box-how-to-clean .richText img {
  display: block;     margin-top: -44px;
}
/* line 29, ../../sass/components/box/_box-how-to-clean.scss */
.box-how-to-clean strong {
    font-size: 12px;
}
.box-how-to-clean .richText h4,
.box-how-to-clean .richText p {
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  line-height: 1.333;
  width: 78%;
}

@media only screen and (max-width: 767px) {
  /* line 1, ../../sass/components/box/_box-how-to-clean.scss */
  .box-how-to-clean {
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 42, ../../sass/components/box/_box-how-to-clean.scss */
  .box-how-to-clean .richText:first-of-type {
    width: 100%;
    margin-right: 0;
  }
  /* line 47, ../../sass/components/box/_box-how-to-clean.scss */
  .box-how-to-clean .richText {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    float: none;
    width: 45%;
    margin-right: 8%;
    margin-left: 0;
    margin-bottom: 15px;
  }
  /* line 57, ../../sass/components/box/_box-how-to-clean.scss */
  .box-how-to-clean .richText:first-of-type {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 61, ../../sass/components/box/_box-how-to-clean.scss */
  .box-how-to-clean .richText:nth-of-type(2n + 1) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* line 3, ../../sass/components/box/_box-home-featured.scss */
.box-home-featured {
  max-width: 972px;
  margin: 0 auto;
  border: 1px solid #c2c5ca;
  margin-top: -50px;
  background: #fff;
  display: table;
  cursor: pointer;
}
/* line 12, ../../sass/components/box/_box-home-featured.scss */
.box-home-featured .richText {
  -webkit-box-shadow: 1px 0 0 0 #c2c5ca;
  -moz-box-shadow: 1px 0 0 0 #c2c5ca;
  box-shadow: 1px 0 0 0 #c2c5ca;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  width: 33.33333%;
  padding: 10px 10px 0px 10px;
  position: relative;
  overflow: hidden;
}
/* line 22, ../../sass/components/box/_box-home-featured.scss */
.box-home-featured .richText > .component-content {
  margin-bottom: 40px;
}
/* line 26, ../../sass/components/box/_box-home-featured.scss */
.box-home-featured .richText img {
  margin-right: 10px;
}
/* line 30, ../../sass/components/box/_box-home-featured.scss */
.box-home-featured .richText h2 {
  font-size: 14px;
  line-height:15px;
  margin: 7px 0 10px;
  font-weight: normal;
}

/*.flonase-ca_fr .box-home-featured .richText h2 {  font-size: 14px; line-height:15px} */
/* line 37, ../../sass/components/box/_box-home-featured.scss */
 .flonase-ca_fr  .box-home-featured .richText p {  width: 58%;}
.box-home-featured .richText p {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
}

.flonase-ca_en .box-home-featured .richText p {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  color: #333333;
}

.box-home-featured .richText img {  margin-bottom: 10px; margin-top: -7px;}
/* line 42, ../../sass/components/box/_box-home-featured.scss */
.box-home-featured .richText h2,
.box-home-featured .richText p {
  margin-left: 110px;
}
/* line 48, ../../sass/components/box/_box-home-featured.scss */
.box-home-featured .richText a,
.box-home-featured .richText h2,
.box-home-featured .richText span {
  font-family: "Roboto", sans-serif;
}
/* line 52, ../../sass/components/box/_box-home-featured.scss */
.box-home-featured .richText .primary-green {
  color: #5eb320;
}
/* line 56, ../../sass/components/box/_box-home-featured.scss */
.box-home-featured .richText .arrow-link {
  position: absolute;
  bottom: 10px;  color: #007934;
}
@media only screen and (max-width: 767px) {
  /* line 56, ../../sass/components/box/_box-home-featured.scss */
  .box-home-featured .richText .arrow-link {
    bottom: 14px;
  }
.page-apropos .image-page-header figcaption h2 {
    width: 87% !important;
}	
.flonase-ca_fr .image-page-header figcaption h2 {
    width: 100%;
}
}
/* line 64, ../../sass/components/box/_box-home-featured.scss */
.box-home-featured .richText .arrow-link:after {
  font-size: 120%;
  content: '\203A';
  margin-left: 5px;
  width: auto;
  height: auto;
  background: none;
}
/* line 75, ../../sass/components/box/_box-home-featured.scss */
.box-home-featured .richText .yellow > a {
     color: #f78e1e;
}
/* line 81, ../../sass/components/box/_box-home-featured.scss */
.box-home-featured .richText .blue{ color: #044c97;}
.box-home-featured .richText .blue > a {color: #044c97;}

@media only screen and (max-width: 767px) {
  /* line 3, ../../sass/components/box/_box-home-featured.scss */
  .box-home-featured {
    margin-top: 0;
    display: block;
    float: none;
    border-bottom: none;
  }
 .skiptocontent p {display: none;} 
  /* line 92, ../../sass/components/box/_box-home-featured.scss */
  .box-home-featured .richText {
    box-shadow: none;
    border-bottom: 1px solid #c2c5ca;
    padding: 15px 10px;
    min-height: 160px;
    display: block;
    width: 100%;
  }
  /* line 100, ../../sass/components/box/_box-home-featured.scss */
  .box-home-featured .richText > .component-content {
    margin-bottom: 30px;
  }
  /* line 104, ../../sass/components/box/_box-home-featured.scss */
  .box-home-featured .richText h2 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 0.5em;
  }
}
.flonase-ca_fr .box-24h-relief .image-24h:after {
  background: url('../../img/../img/atlas-french.png') 0 -212px no-repeat;
  height: 212px;
  width: 182px;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -91px;
  margin-top: -108px;
  z-index: 2;
}
.flonase-ca_fr .richText-top-110 h1{ font-size:30px;  width: 72%;  line-height: 33px;}
/*.flonase-ca_fr  .page-wheretobuy  .box-wrapper .grid_12   p { width: 71%; } */
/* line 114, ../../sass/components/box/_box-home-featured.scss */
.cq-wcm-edit .box-home-featured .richText {
  float: left;
  display: block;
}

/* line 120, ../../sass/components/box/_box-home-featured.scss */
html[lang="dk"] .box-home-featured .richText h2 {
  font-size: 15.5px;
  font-size: 1.55rem;
}

/* line 1, ../../sass/components/box/_box-footer.scss */
.box-footer {
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #5eb320;
  padding: 20px 30px 40px;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../../sass/components/box/_box-footer.scss */
  .box-footer {
    border: none;
    padding: 20px 20px 40px;
  }
}

/* line 1, ../../sass/components/box/_box-allergies.scss */
.box-allergies {
  border-width: 1px 0;
  border-style: solid;
  border-color: #5eb320;
  margin-top: 25px;
}
/* line 7, ../../sass/components/box/_box-allergies.scss */
.box-allergies .richText {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
}
/* line 13, ../../sass/components/box/_box-allergies.scss */
.box-allergies .richText h2,
.box-allergies .richText h3 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #b5c800;
}
/* line 19, ../../sass/components/box/_box-allergies.scss */
.box-allergies .richText img {
  margin-right: 20px;
}
/* line 23, ../../sass/components/box/_box-allergies.scss */
.box-allergies .richText p {
  margin-left: 106px;
}
@media only screen and (max-width: 767px) {
  /* line 28, ../../sass/components/box/_box-allergies.scss */
  .page-apropos.flonase-ca_fr {
    width: 95%;
    margin: 0 auto;
}
  .box-allergies .richText p {
    margin-left: 0;
  }
}

/* line 1, ../../sass/components/box/_box-24h-relief.scss */
.box-24h-relief {
  position: relative;
  margin: 50px 0;
}
/* line 5, ../../sass/components/box/_box-24h-relief.scss */
.box-24h-relief > .component-content {
  max-width: 972px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  overflow: hidden;
}
/* line 11, ../../sass/components/box/_box-24h-relief.scss */
.box-24h-relief .image {
  line-height: 0.1;
  position: relative;
}
/* line 16, ../../sass/components/box/_box-24h-relief.scss */
.box-24h-relief .image-24h {
  font-size: 10px;
  font-size: 1rem;
}
/* line 19, ../../sass/components/box/_box-24h-relief.scss */
.box-24h-relief .image-24h img {
  width: 99%;
}
/* line 23, ../../sass/components/box/_box-24h-relief.scss */
.box-24h-relief .image-24h:after {
  background: url('../../img/../img/atlas.png') 0 -212px no-repeat;
  height: 212px;
  width: 182px;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -91px;
  margin-top: -108px;
  z-index: 2;
}
/* line 35, ../../sass/components/box/_box-24h-relief.scss */
.box-24h-relief .box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 104px;
  text-align: center;
}
/* line 40, ../../sass/components/box/_box-24h-relief.scss */
.box-24h-relief .box > .component-content {
  max-width: 90%;
}
/* line 44, ../../sass/components/box/_box-24h-relief.scss */
.box-24h-relief .box .title h2 {
  font-size: 22px;
  font-size: 2.2rem;
  margin: 1.5em 0 0.5em;
}
@media only screen and (min-width: 768px) and (max-width: 870px) {
  /* line 44, ../../sass/components/box/_box-24h-relief.scss */
  .box-24h-relief .box .title h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
 .rt-symptoms-fr-1 p, .rt-symptoms-en-1 p{ color:#053f84;}
.rt-symptoms-fr-2 p, .rt-symptoms-en-2 p{ color:#007938;}
.rt-symptoms-fr-3 p, .rt-symptoms-en-3 p{color:#1c88c5;}
.rt-symptoms-fr-4 p, .rt-symptoms-en-4 p{color:#3ba933;}
.rt-symptoms-fr-5 p{ color:#FC7924;}
.rt-symptoms-fr-6 p{ color:#e22619;}
.rt-symptoms-en-5 {color:#ea6112;}
.rt-symptoms-en-6 p  { color:#e22619;}

.rt-symptoms-en-1 p,.rt-symptoms-fr-2 p, .rt-symptoms-en-2 p, .rt-symptoms-en-4 p, .rt-symptoms-fr-5 p, .rt-symptoms-fr-6 p,.rt-symptoms-en-6 p{ padding-top:5px;}

.rt-symptoms-fr-1 p, .rt-symptoms-fr-2  p, .rt-symptoms-fr-3 p , .rt-symptoms-fr-4  p, .rt-symptoms-fr-5  p,.rt-symptoms-fr-6 p,
.rt-symptoms-en-1 p, .rt-symptoms-en-2  p, .rt-symptoms-en-3 p , .rt-symptoms-en-4  p, .rt-symptoms-en-5 p, .rt-symptoms-en-6 p
	{ 
	height:50px;  display: -webkit-inline-box;
    width: 58%;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight:700;
    text-align: left;
    padding-left: 6%;
	} 
}
@media only screen and (max-width: 767px) {
  /* line 56, ../../sass/components/box/_box-24h-relief.scss */
  .box-24h-relief > .component-content {
    margin: 0 -20px;
    padding-bottom: 48px;
    border-left: none;
    border-right: none;
  }
  /* line 63, ../../sass/components/box/_box-24h-relief.scss */
  .box-24h-relief .image-24h {
    margin-bottom: 58px;
  }
  /* line 66, ../../sass/components/box/_box-24h-relief.scss */
.flonase-ca_fr .box-24h-relief .image-24h:after {
    background: url('../../img/../img/atlas-french.png') 0 -543px no-repeat;
    height: 118px;
    width: 102px;
    content: '';
    display: block;
    position: absolute;
    top: auto;
    bottom: -46px;
    left: 50%;
    right: auto;
    margin-left: -51px;
    z-index: 2;
  }
  .box-24h-relief .image-24h:after {
    background: url('../../img/../img/atlas.png') 0 -543px no-repeat;
    height: 118px;
    width: 102px;
    content: '';
    display: block;
    position: absolute;
    top: auto;
    bottom: -46px;
    left: 50%;
    right: auto;
    margin-left: -51px;
    z-index: 2;
  }
  /* line 80, ../../sass/components/box/_box-24h-relief.scss */
  .box-24h-relief .box {
    padding: 0;
  }
  /* line 83, ../../sass/components/box/_box-24h-relief.scss */
  .box-24h-relief .box > .component-content {
    margin: 0 auto;
  }
  /* line 87, ../../sass/components/box/_box-24h-relief.scss */
  .box-24h-relief .box .title h2 {
    font-size: 22px;
    font-size: 2.2rem;
    margin: 1.5em 0 0.5em;
  }
}

/*fix for spain*/
/* line 99, ../../sass/components/box/_box-24h-relief.scss */
.page-home-es .box-24h-relief .image-24h:after {
  background: url('../../img/../img/atlas.png') 0 0 no-repeat;
  height: 212px;
  width: 182px;
}
@media only screen and (max-width: 767px) {
  /* line 99, ../../sass/components/box/_box-24h-relief.scss */
  .page-home-es .box-24h-relief .image-24h:after {
    background: url('../../img/../img/atlas.png') 0 -424px no-repeat;
    height: 119px;
    width: 102px;
  }
}

/* line 1, ../../sass/components/box/_box-dosing-orange.scss */
.box.box-dosing-orange {
  background: #fda133;
  padding: 17px;
  margin-bottom: 36px;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../../sass/components/box/_box-dosing-orange.scss */
  .box.box-dosing-orange {
    min-height: 0 !important;
    margin-left: -20px !important;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
/* line 14, ../../sass/components/box/_box-dosing-orange.scss */
.box.box-dosing-orange h2 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-transform: uppercase;
  margin: 5px 0 10px;
  clear: both;
  line-height: 20px;
}
/* line 23, ../../sass/components/box/_box-dosing-orange.scss */
.box.box-dosing-orange p {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  color: #fff;
  margin: 0 0 12px 10px;
  letter-spacing: .02em;
  float: left;
  max-width: 90%;
}
/* line 33, ../../sass/components/box/_box-dosing-orange.scss */
.box.box-dosing-orange .richText {
  clear: both;
  overflow: hidden;
}
/* line 37, ../../sass/components/box/_box-dosing-orange.scss */
.box.box-dosing-orange .richText img {
  width: 12px;
}
/* line 41, ../../sass/components/box/_box-dosing-orange.scss */
.box.box-dosing-orange .richText + .richText h2 {
  margin-top: 16px;
}

@media only screen and (max-width: 767px) {
  /* line 48, ../../sass/components/box/_box-dosing-orange.scss */
  .main [class*='grid_'] [class*='grid_'].alpha.box.box-dosing-orange {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: -20px !important;
    margin-bottom: 0;
  }
  .flonase-ca_fr .main [class*='grid_'] [class*='grid_'].alpha.box.box-dosing-orange {
       margin-left: -10px !important;
   }
  /* line 55, ../../sass/components/box/_box-dosing-orange.scss */
  .main [class*='grid_'] [class*='grid_'].alpha.box.box-dosing-orange > .component-content {
    min-height: 0 !important;
  }
  /* line 59, ../../sass/components/box/_box-dosing-orange.scss */
  .main [class*='grid_'] [class*='grid_'].alpha.box.box-dosing-orange img {
    width: 16px;
  }
  /* line 64, ../../sass/components/box/_box-dosing-orange.scss */
  .main [class*='grid_'] [class*='grid_'].alpha.box.box-dosing-orange p,
  .main [class*='grid_'] [class*='grid_'].alpha.box.box-dosing-orange h2 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  /* line 69, ../../sass/components/box/_box-dosing-orange.scss */
  .main [class*='grid_'] [class*='grid_'].alpha.box.box-dosing-orange .richText ~ .richText {
    margin: 16px 0 0;
  }
}

/* line 1, ../../sass/components/box/_box-dosing-purple.scss */
.box.box-dosing-purple {
  background: #a763a8;
  padding: 17px;
  margin-bottom: 36px;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../../sass/components/box/_box-dosing-purple.scss */
  .box.box-dosing-purple {
    min-height: 0 !important;
    margin-left: -20px !important;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
/* line 14, ../../sass/components/box/_box-dosing-purple.scss */
.box.box-dosing-purple h2 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-transform: uppercase;
  margin: 5px 0 10px;
  clear: both;
  line-height: 20px;
}
/* line 23, ../../sass/components/box/_box-dosing-purple.scss */
.box.box-dosing-purple p {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  color: #fff;
  margin: 0 0 12px 10px;
  letter-spacing: .02em;
  float: left;
  max-width: 90%;
}
/* line 33, ../../sass/components/box/_box-dosing-purple.scss */
.box.box-dosing-purple .richText {
  clear: both;
  overflow: hidden;
}
/* line 37, ../../sass/components/box/_box-dosing-purple.scss */
.box.box-dosing-purple .richText img {
  width: 12px;
}
/* line 41, ../../sass/components/box/_box-dosing-purple.scss */
.box.box-dosing-purple .richText + .richText h2 {
  margin-top: 16px;
}

@media only screen and (max-width: 767px) {
  /* line 48, ../../sass/components/box/_box-dosing-purple.scss */
  .main [class*='grid_'] [class*='grid_'].omega.box.box-dosing-purple {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: -20px !important;
  }
  /* line 55, ../../sass/components/box/_box-dosing-purple.scss */
  .main [class*='grid_'] [class*='grid_'].omega.box.box-dosing-purple > .component-content {
    min-height: 0 !important;
  }
  /* line 59, ../../sass/components/box/_box-dosing-purple.scss */
  .main [class*='grid_'] [class*='grid_'].omega.box.box-dosing-purple img {
    width: 17px;
  }
  /* line 64, ../../sass/components/box/_box-dosing-purple.scss */
  .main [class*='grid_'] [class*='grid_'].omega.box.box-dosing-purple p,
  .main [class*='grid_'] [class*='grid_'].omega.box.box-dosing-purple h2 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  /* line 69, ../../sass/components/box/_box-dosing-purple.scss */
  .main [class*='grid_'] [class*='grid_'].omega.box.box-dosing-purple .richText ~ .richText {
    margin: 16px 0 0;
  }
}

/* line 1, ../../sass/components/box/_box-allergies-impact.scss */
.box-allergies-impact {
  background-color: #8dc8e8;
  padding: 16px 8px;
  margin-bottom: 10px;
}
/* line 7, ../../sass/components/box/_box-allergies-impact.scss */
.box-allergies-impact .richText p {
  font-size: 10px;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  color: #004c97;
  margin: 0;
}
/* line 14, ../../sass/components/box/_box-allergies-impact.scss */
.box-allergies-impact .richText .reference {
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../../sass/components/box/_box-allergies-impact.scss */
  .box-allergies-impact {
    padding: 42px 0 0;
  }
  /* line 23, ../../sass/components/box/_box-allergies-impact.scss */
  .box-allergies-impact .image-thumbnail p {
    margin-top: 0;
  }
  /* line 28, ../../sass/components/box/_box-allergies-impact.scss */
  .box-allergies-impact .richText {
    padding: 42px 0 0 0;
  }
  /* line 31, ../../sass/components/box/_box-allergies-impact.scss */
  .box-allergies-impact .richText > .component-content {
    background: #fff;
    padding: 10px 10px 0;
  }
  /* line 36, ../../sass/components/box/_box-allergies-impact.scss */
  .box-allergies-impact .richText p {
    margin: 0;
    color: #000;
  }
  /* line 40, ../../sass/components/box/_box-allergies-impact.scss */
  .box-allergies-impact .richText p:first-child .reference {
    padding-top: 24px;
  }
  /* line 44, ../../sass/components/box/_box-allergies-impact.scss */
  .box-allergies-impact .richText p .reference {
    padding-bottom: 15px;
  }
  /* line 49, ../../sass/components/box/_box-allergies-impact.scss */
  .box-allergies-impact .richText .reference {
    background: #fff;
    display: block;
    padding: 0;
  }
}

/* line 1, ../../sass/components/box/_box-drug-facts-uses.scss */
.box-drug-facts-uses {
  width: 100%;
  margin-bottom: 20px;
}
/* line 5, ../../sass/components/box/_box-drug-facts-uses.scss */
.box-drug-facts-uses .component-content {
  max-width: 972px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  /* line 9, ../../sass/components/box/_box-drug-facts-uses.scss */
  .box-drug-facts-uses .image-mobile {
    max-width: 151px;
    display: block;
  }
}

/* line 18, ../../sass/components/box/_box-drug-facts-uses.scss */
.main .box-drug-facts-uses [class*='grid_'].image.image-mobile {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  /* line 18, ../../sass/components/box/_box-drug-facts-uses.scss */
  .main .box-drug-facts-uses [class*='grid_'].image.image-mobile {
    margin: 0 auto !important;
  }
}

/* line 1, ../../sass/components/box/_box-allergy-treatment.scss */
.box-allergy-treatment.box {
  position: relative;
}
/* line 7, ../../sass/components/box/_box-allergy-treatment.scss */
/*.box-allergy-treatment.box.odd .richText*/
.box-allergy-treatment.box.odd .image {
  border-top: none;
  border-bottom: none;
} 
/* line 14, ../../sass/components/box/_box-allergy-treatment.scss */
.box-allergy-treatment.box.odd:first-child .richText {
  border-top: 1px solid #666;
}
/* line 18, ../../sass/components/box/_box-allergy-treatment.scss */
.box-allergy-treatment.box.odd:first-child .image {
  border-top: 1px solid #fff;
}
/* line 25, ../../sass/components/box/_box-allergy-treatment.scss */
.box-allergy-treatment.box > .component-content,
.box-allergy-treatment.box > .component-content > .paragraphSystem {
  min-height: 115px;
}
/* line 29, ../../sass/components/box/_box-allergy-treatment.scss */
.box-allergy-treatment.box .image {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #008947;
  min-height: 100%;
  width: 14%;
  margin: 0;
  padding: 0;
  position: absolute;
  border: 1px solid #fff;
  border-right: none;
}
@media only screen and (max-width: 767px) {
  /* line 29, ../../sass/components/box/_box-allergy-treatment.scss */
  .box-allergy-treatment.box .image {
    width: 30% !important;
  }
}
/* line 45, ../../sass/components/box/_box-allergy-treatment.scss */
.box-allergy-treatment.box .image .component-content {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
}
/* line 56, ../../sass/components/box/_box-allergy-treatment.scss */
.box-allergy-treatment.box .richText {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 86%;
  height: 115px;
  margin: 0 0 0 14%;
  padding: 0 0 0 16px;
  border-right: 1px solid #666;
  border-left: none;
  display: table;
  border: 1px solid #666;
}
.box-allergy-treatment .box .richText {
    border-bottom: 1px solid #666;
}
@media only screen and (max-width: 767px) {
  /* line 67, ../../sass/components/box/_box-allergy-treatment.scss */
  .box-allergy-treatment.box .richText.component[class*='grid_'] {
    width: 70% !important;
    margin-left: 30% !important;
    display: block;
    min-height: 115px;
    height: auto;
  }
}
/* line 78, ../../sass/components/box/_box-allergy-treatment.scss */
.box-allergy-treatment.box .richText h3 {
  margin-bottom: 5px;
}
@media only screen and (max-width: 360px) {
  /* line 78, ../../sass/components/box/_box-allergy-treatment.scss */
  .box-allergy-treatment.box .richText h3 {
    font-size: 16px;
  }
}
/* line 86, ../../sass/components/box/_box-allergy-treatment.scss */
.box-allergy-treatment.box .richText p {
  padding-right: 16px;
}
/* line 90, ../../sass/components/box/_box-allergy-treatment.scss */
.box-allergy-treatment.box .richText .component-content {
  display: table-cell;
  vertical-align: middle;
}

/* line 1, ../../sass/components/box/_box-desktop-only.scss */
.box-desktop-only {
  display: block;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../../sass/components/box/_box-desktop-only.scss */
  .box-desktop-only {
   /*  display: none; */
  }
}

/* line 1, ../../sass/components/box/_box-mobile-only.scss */
.box-mobile-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../../sass/components/box/_box-mobile-only.scss */
  .box-mobile-only {
    display: block;
  }
}

/* line 1, ../../sass/components/box/_box-gradient-green.scss */
.box-gradient-green {
  background: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5eb320), color-stop(100%, #007934));
  background: -webkit-linear-gradient(top, #5eb320, #007934);
  background: -moz-linear-gradient(top, #5eb320, #007934);
  background: -o-linear-gradient(top, #5eb320, #007934);
  background: linear-gradient(top, #5eb320, #007934);
  background: linear-gradient(to bottom, #5eb320, #007934);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FF5EB320', EndColorStr='#FF007934');
  width: 100%;
  padding: 30px 0 38px;
  margin-bottom: 30px;
}
/* line 8, ../../sass/components/box/_box-gradient-green.scss */
.box-gradient-green > .component-content {
  max-width: 972px;
  margin: 0 auto;
  padding: 0 10px;
}
/* line 14, ../../sass/components/box/_box-gradient-green.scss */
.box-gradient-green .box-heading {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 10px;
}
@media only screen and (max-width: 1015px) {
  /* line 1, ../../sass/components/box/_box-gradient-green.scss */
  .box-gradient-green {
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 28, ../../sass/components/box/_box-gradient-green.scss */
  .box-gradient-green > .component-content {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1, ../../sass/components/box/_box-gradient-green.scss */
  .box-gradient-green {
    padding-top: 15px;
    padding-bottom: 28px;
  }
  /* line 37, ../../sass/components/box/_box-gradient-green.scss */
  .box-gradient-green img {
    height: auto;
  }
  /* line 43, ../../sass/components/box/_box-gradient-green.scss */
  .box-gradient-green > .component-content > .content > .component {
    margin-top: 20px;
  }
  /* line 46, ../../sass/components/box/_box-gradient-green.scss */
  .box-gradient-green > .component-content > .content > .component:first-child {
    margin-top: 0;
  }
  /* line 53, ../../sass/components/box/_box-gradient-green.scss */
  .box-gradient-green .box-heading {
    margin-left: 10px;
  }
}

/* line 1, ../../sass/components/box/_box-green-links.scss */
.box-green-links {
  background: #007934;
  margin: 45px 0 3px;
}
/* line 5, ../../sass/components/box/_box-green-links.scss */
.box-green-links > .component-content {
  max-width: 972px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  /* line 5, ../../sass/components/box/_box-green-links.scss */
  .box-green-links > .component-content {
    width: auto;
    height: auto;
  }
}
/* line 14, ../../sass/components/box/_box-green-links.scss */
.box-green-links .richText {
  position: relative;
  margin: 0;
  padding: 15px 20px 15px 70px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
/* line 21, ../../sass/components/box/_box-green-links.scss */
.box-green-links .richText.alpha {
  border-left: none;
}
/* line 25, ../../sass/components/box/_box-green-links.scss */
.box-green-links .richText.omega {
  border-right: none;
}
/* line 29, ../../sass/components/box/_box-green-links.scss */
.box-green-links .richText .component-content {
  position: relative;
}
/* line 33, ../../sass/components/box/_box-green-links.scss */
.box-green-links .richText img {
  position: absolute;
  left: 0;
  bottom: -4px;
}
/* line 39, ../../sass/components/box/_box-green-links.scss */
.box-green-links .richText p {
  margin: 0;
  padding: 0;
}
/* line 44, ../../sass/components/box/_box-green-links.scss */
.box-green-links .richText a {
  font-size: 18px;
  font-size: 1.8rem;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  border: 2px solid #fff;
  margin-left: 80px;
  padding: 6px 36px 6px 12px;
}
/* line 57, ../../sass/components/box/_box-green-links.scss */
.box-green-links .richText a:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 9px;
  top: 50%;
  margin-top: -6px;
}
/* line 70, ../../sass/components/box/_box-green-links.scss */
.box-green-links .richText a:hover {
  border-color: #99cc99;
  color: #99cc99;
}
/* line 74, ../../sass/components/box/_box-green-links.scss */
.box-green-links .richText a:hover:after {
  border-left-color: #99cc99;
}
@media screen and (max-width: 960px) {
  /* line 14, ../../sass/components/box/_box-green-links.scss */
  .box-green-links .richText {
    padding-left: 60px;
  }
  /* line 83, ../../sass/components/box/_box-green-links.scss */
  .box-green-links .richText a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 860px) {
  /* line 14, ../../sass/components/box/_box-green-links.scss */
  .box-green-links .richText {
    padding-left: 50px;
  }
  /* line 91, ../../sass/components/box/_box-green-links.scss */
  .box-green-links .richText a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 1015px) {
  /* line 1, ../../sass/components/box/_box-green-links.scss */
  .box-green-links {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1, ../../sass/components/box/_box-green-links.scss */
  .box-green-links {
    background: transparent;
  }
  /* line 106, ../../sass/components/box/_box-green-links.scss */
  .box-green-links .richText {
    background: #007934;
    border: none;
    margin-top: 70px;
    padding-left: 20px;
  }
  /* line 113, ../../sass/components/box/_box-green-links.scss */
  .box-green-links .richText a {
    font-size: 13px;
    font-size: 1.3rem;
    display: block;
    margin-left: 70px;
    padding-left: 6px;
    padding-right: 26px;
  }
}

/* line 1, ../../sass/components/box/_box-teaser-3-columns.scss */
.box-teaser-3-columns {
  max-width: 972px;
  margin: 0 auto;
  overflow: hidden;
}
/* line 5, ../../sass/components/box/_box-teaser-3-columns.scss */
.box-teaser-3-columns .box-heading {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  position: absolute;
  margin-top: 1px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  /* line 5, ../../sass/components/box/_box-teaser-3-columns.scss */
  .box-teaser-3-columns .box-heading {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 500px) {
  /* line 5, ../../sass/components/box/_box-teaser-3-columns.scss */
  .box-teaser-3-columns .box-heading {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 5px;
    position: static;
    padding-left: 0;
  }
}
@media only screen and (max-width: 359px) {
  /* line 5, ../../sass/components/box/_box-teaser-3-columns.scss */
  .box-teaser-3-columns .box-heading {
    padding-left: 0;
  }
}

/* line 1, ../../sass/components/box/_box-feature-holder.scss */
.box-feature-holder {
  max-width: 972px;
  margin: 0 auto;
  padding-bottom: 20px;
}

/* line 1, ../../sass/components/box/_box-navigation-mobile.scss */
.box-navigation-mobile {
  display: none;
  z-index: 888;
  position: absolute;
  width: 100%;
  top: 0;
  left: -100%;
  overflow-y: auto;
  -ms-overflow-style: none;
}
/* line 11, ../../sass/components/box/_box-navigation-mobile.scss */
.box-navigation-mobile.menu-visible {
  width: 103%;
  display: block;
}
@media screen and (min-width: 767px) {
  /* line 11, ../../sass/components/box/_box-navigation-mobile.scss */
  .box-navigation-mobile.menu-visible {
    display: none;
  }
}

/* line 20, ../../sass/components/box/_box-navigation-mobile.scss */
.box-navigation-mobile::-webkit-scrollbar {
  display: none;
}

/* line 1, ../../sass/components/box/_box-video-overlay.scss */
.box-video-overlay {
  border: 1px solid #cccccc;
  padding: 10px;
  position: relative;
}
/* line 6, ../../sass/components/box/_box-video-overlay.scss */
.box-video-overlay > .component-content {
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 10, ../../sass/components/box/_box-video-overlay.scss */
.box-video-overlay > .component-content > .content {
  overflow: hidden;
  position: relative;
}
/* line 15, ../../sass/components/box/_box-video-overlay.scss */
.box-video-overlay > .component-content > a {
  position: absolute;
  text-indent: -9999px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: url(../../img/transparent.gif);
}
/* line 24, ../../sass/components/box/_box-video-overlay.scss */
.box-video-overlay > .component-content > a:after {
  content: "";
}
@media only screen and (max-width: 767px) {
  /* line 1, ../../sass/components/box/_box-video-overlay.scss */
  .box-video-overlay {
    margin-top: 5px;
  }
}

/* line 38, ../../sass/components/box/_box-video-overlay.scss */
.cq-wcm-edit .box-video-overlay > .component-content > a {
  position: static;
}

/* line 1, ../../sass/components/box/_box-video-overlay-dark.scss */
div.box-video-overlay-dark {
  position: relative;
  margin-bottom: 70px;
  background: #A9A9A9;
}
/* line 6, ../../sass/components/box/_box-video-overlay-dark.scss */
div.box-video-overlay-dark .richText-box-video-caption {
  position: absolute;
  bottom: -35px;
  width: 100%;
  line-height: 30px;
  background: #007934;
}
/* line 13, ../../sass/components/box/_box-video-overlay-dark.scss */
div.box-video-overlay-dark .richText-box-video-caption p {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
  padding: 0 15px;
  color: #fff;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
/* line 24, ../../sass/components/box/_box-video-overlay-dark.scss */
div.box-video-overlay-dark .lightbox {
  position: relative;
  display: block;
  min-height: 250px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/* line 32, ../../sass/components/box/_box-video-overlay-dark.scss */
div.box-video-overlay-dark .lightbox:after {
  background: url('../../img/../img/atlas.png') 0 -1451px no-repeat;
  height: 70px;
  width: 60px;
  position: absolute;
  content: " ";
  display: block;
  text-align: center;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -35px;
}

/* line 1, ../../sass/components/box/_box-top-100.scss */
.box-top-100 {
  margin-top: -100px;
}
@media only screen and (max-width: 767px) {
  /* line 1, ../../sass/components/box/_box-top-100.scss */
  .box-top-100 {
    margin-top: 0;
  }
  /* line 7, ../../sass/components/box/_box-top-100.scss */
  .box-top-100 img {
    display: none;
  }
  /* line 12, ../../sass/components/box/_box-top-100.scss */
  .box-top-100 .image {
    display: none;
    min-height: 0px;
  }
}

/* line 19, ../../sass/components/box/_box-top-100.scss */
.page-coupons .box-top-100 h1 {
  margin-top: 35px !important;
}



/* line 1, ../../sass/components/box/_box-buy-blue.scss */
.box-buy-blue {
  position: relative;
  border: solid #B6B8BF;
  border-top-color: #8dc8e8;
  border-width: 7px 1px 1px;
  margin: 10px 0 20px;
  padding: 10px;
  font-family: "Roboto", sans-serif;
}
/* line 10, ../../sass/components/box/_box-buy-blue.scss */
.box-buy-blue .image {
  display: table;
  table-layout: fixed;
  width: 100%;
}
/* line 15, ../../sass/components/box/_box-buy-blue.scss */
.box-buy-blue .image > .component-content {
  display: table-row;
  width: 100%;
}
/* line 20, ../../sass/components/box/_box-buy-blue.scss */
.box-buy-blue .image a {
  display: table-cell;
  width: 100%;
  height: 120px;
  vertical-align: middle;
  text-align: center;
}
/* line 28, ../../sass/components/box/_box-buy-blue.scss */
.box-buy-blue .image img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  /* line 10, ../../sass/components/box/_box-buy-blue.scss */
  .box-buy-blue .image {
    height: 90px;
    width: 100%;
  }
.page-apropos  .image-page-header figcaption h2 {  font-size: 16px;}
  
}
/* line 41, ../../sass/components/box/_box-buy-blue.scss */
.box-buy-blue .richText {
  margin: 10px 0 -10px;
}
/* line 44, ../../sass/components/box/_box-buy-blue.scss */
.box-buy-blue .richText p {
  margin: 0;
}
/* line 50, ../../sass/components/box/_box-buy-blue.scss */
.box-buy-blue .hyperlink-find-store,
.box-buy-blue .hyperlink-buy-now {
  font-size: 11px;
  font-size: 1.1rem;
  display: block;
  font-family: inherit;
}
/* line 56, ../../sass/components/box/_box-buy-blue.scss */
.page-home-es .box-buy-blue .hyperlink-find-store, .page-home-es
.box-buy-blue .hyperlink-buy-now {
  line-height: 15px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  /* line 62, ../../sass/components/box/_box-buy-blue.scss */
  .page-home-es .box-buy-blue .hyperlink-find-store, .page-home-es
  .box-buy-blue .hyperlink-buy-now {
    margin-bottom: -5px;
  }
}
/* line 68, ../../sass/components/box/_box-buy-blue.scss */
.box-buy-blue .hyperlink-find-store {
  color: #007934;
  text-decoration: underline;
  line-height: 22px;
}
@media only screen and (max-width: 767px) {
  /* line 68, ../../sass/components/box/_box-buy-blue.scss */
  .box-buy-blue .hyperlink-find-store {
    font-size: 13px;
    font-size: 1.3rem;
    position: absolute;
    display: block;
    width: 100%;
    bottom: 10px;
    margin-left: -10px;
    text-align: center;
  }
}
/* line 85, ../../sass/components/box/_box-buy-blue.scss */
.box-buy-blue .hyperlink-buy-now {
  float: right;
  width: 75px;
  color: #fff;
  background-color: #007934;
  text-transform: uppercase;
  text-align: center;
  line-height: 22px;
}
@media only screen and (max-width: 767px) {
  /* line 85, ../../sass/components/box/_box-buy-blue.scss */
  .box-buy-blue .hyperlink-buy-now {
    position: absolute;
    right: 50%;
    margin: 0 -37px 0 0;
    bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1, ../../sass/components/box/_box-buy-blue.scss */
  .box-buy-blue {
    float: left !important;
    width: 49% !important;
    height: 200px;
    padding: 6px 10px 10px;
  }
  /* line 109, ../../sass/components/box/_box-buy-blue.scss */
  .box-buy-blue.component.even {
    margin-right: 2% !important;
  }
}

/* line 6, ../../sass/components/box/_box-flonase-outperforms.scss */
.box-flonase-outperforms > .component-content {
  background-position: right bottom;
  background-repeat: no-repeat;
  padding-bottom: 8%;
}
@media screen and (max-width: 800px) {
  /* line 6, ../../sass/components/box/_box-flonase-outperforms.scss */
  .box-flonase-outperforms > .component-content {
    background-position: -40px 0px;
  }
}
/* line 16, ../../sass/components/box/_box-flonase-outperforms.scss */
.box-flonase-outperforms > .component-content .content,
.box-flonase-outperforms > .component-content .component-content {
  position: relative;
}
/* line 21, ../../sass/components/box/_box-flonase-outperforms.scss */
.box-flonase-outperforms > .component-content .box-more-title,
.box-flonase-outperforms > .component-content .box-more-arrow {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.2105;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
/* line 29, ../../sass/components/box/_box-flonase-outperforms.scss */
.box-flonase-outperforms > .component-content h1,
.box-flonase-outperforms > .component-content h2 {
  margin: 0 0 30px;
  padding: 0;
}
/* line 34, ../../sass/components/box/_box-flonase-outperforms.scss */
.box-flonase-outperforms > .component-content p:first-child {
  margin-top: 0;
  padding-top: 0;
}
/* line 39, ../../sass/components/box/_box-flonase-outperforms.scss */
.box-flonase-outperforms > .component-content .image-watch-the-video {
  display: none;
}
@media only screen and (max-width: 1015px) {
  /* line 1, ../../sass/components/box/_box-flonase-outperforms.scss */
  .box-flonase-outperforms {
    margin: 0 -20px;
  }
  /* line 48, ../../sass/components/box/_box-flonase-outperforms.scss */
  .box-flonase-outperforms > .component-content {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 57, ../../sass/components/box/_box-flonase-outperforms.scss */
  .box-flonase-outperforms > .component-content {
    background-image: none !important;
    padding-bottom: 30px;
  }
  /* line 62, ../../sass/components/box/_box-flonase-outperforms.scss */
  .box-flonase-outperforms > .component-content .box-more-title,
  .box-flonase-outperforms > .component-content .box-more-arrow {
    display: none;
  }
  /* line 67, ../../sass/components/box/_box-flonase-outperforms.scss */
  .box-flonase-outperforms > .component-content h1,
  .box-flonase-outperforms > .component-content h2 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.01em;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 40%;
    z-index: 1;
  }
  /* line 78, ../../sass/components/box/_box-flonase-outperforms.scss */
  .box-flonase-outperforms > .component-content .image {
    position: relative;
    float: left;
    z-index: 2;
    width: 37%;
  }
  /* line 85, ../../sass/components/box/_box-flonase-outperforms.scss */
  .box-flonase-outperforms > .component-content .richText {
    clear: both;
  }
  /* line 89, ../../sass/components/box/_box-flonase-outperforms.scss */
  .box-flonase-outperforms > .component-content .richText:first-child, .box-flonase-outperforms > .component-content script:first-child + .richText {
    width: 60%;
    float: right;
  }
  /* line 92, ../../sass/components/box/_box-flonase-outperforms.scss */
  .box-flonase-outperforms > .component-content .richText:first-child h1, .box-flonase-outperforms > .component-content script:first-child + .richText h1 {
    position: static;
    padding-left: 0;
    margin-bottom: 0.27em;
  }
  /* line 99, ../../sass/components/box/_box-flonase-outperforms.scss */
  .box-flonase-outperforms > .component-content .image-watch-the-video {
    display: block;
    width: 100%;
    position: relative;
  }
  /* line 104, ../../sass/components/box/_box-flonase-outperforms.scss */
  .box-flonase-outperforms > .component-content .image-watch-the-video a {
    display: block;
    padding: 0;
    margin: 0;
  }
  /* line 110, ../../sass/components/box/_box-flonase-outperforms.scss */
  .box-flonase-outperforms > .component-content .image-watch-the-video img {
    border: 1px solid #cccccc;
  }
}

/* line 1, ../../sass/components/box/_box-coupon.scss */
.box-coupon {
  border: 1px solid #B6B8BF;
  margin-bottom: 20px;
}
/* line 5, ../../sass/components/box/_box-coupon.scss */
.box-coupon .title-blue {
  padding: 10px 11px;
}
/* line 10, ../../sass/components/box/_box-coupon.scss */
.box-coupon .title-blue h1,
.box-coupon .title-blue h2,
.box-coupon .title-blue h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  margin: 0;
  color: #004c97;
}
/* line 18, ../../sass/components/box/_box-coupon.scss */
.box-coupon .richText {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 15px;
  line-height: 1.16667;
  font-weight: normal;
  color: #4c4c4c;
}
/* line 26, ../../sass/components/box/_box-coupon.scss */
.box-coupon .richText > .component-content {
  display: table;
}
/* line 30, ../../sass/components/box/_box-coupon.scss */
.box-coupon .richText img {
  display: table-cell;
  max-width: none;
}
/* line 35, ../../sass/components/box/_box-coupon.scss */
.box-coupon .richText p {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  margin: 0;
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 767px) {
  /* line 44, ../../sass/components/box/_box-coupon.scss */
  .box-coupon .richText img {
    margin-bottom: 20px;
  }
}
/* line 50, ../../sass/components/box/_box-coupon.scss */
.box-coupon .richText-signup-btn {
  background: #004c97;
  width: 100%;
  padding: 20px;
  margin-top: 15px;
}
/* line 56, ../../sass/components/box/_box-coupon.scss */
.box-coupon .richText-signup-btn .component-content {
  display: block;
}
/* line 60, ../../sass/components/box/_box-coupon.scss */
.box-coupon .richText-signup-btn a {
  font-size: 15px;
  font-size: 1.5rem;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: relative;
  margin: 0 auto;
  width: 80%;
  padding: 10px 24px 10px 12px;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  text-align: left;
}
/* line 75, ../../sass/components/box/_box-coupon.scss */
.box-coupon .richText-signup-btn a:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 9px;
  top: 50%;
  margin-top: -6px;
}
/* line 89, ../../sass/components/box/_box-coupon.scss */
.box-coupon .richText-signup-btn p {
  padding: 0;
  display: block;
}

/* line 3, ../../sass/components/box/_box-article-wrapper.scss */
.box-article-wrapper {
  padding: 20px 80px 50px;
}
/* line 6, ../../sass/components/box/_box-article-wrapper.scss */
.box-article-wrapper .html-youtube {
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  /* line 3, ../../sass/components/box/_box-article-wrapper.scss */
  .box-article-wrapper {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 15, ../../sass/components/box/_box-article-wrapper.scss */
  .box-article-wrapper .image,
  .box-article-wrapper .html-youtube {
    margin: 20px 0 10px 0;
  }
}
@media only screen and (max-width: 360px) {
  /* line 15, ../../sass/components/box/_box-article-wrapper.scss */
  .box-article-wrapper .image,
  .box-article-wrapper .html-youtube {
    margin: 10px 0 5px 0;
  }
}

/* line 33, ../../sass/components/box/_box-article-wrapper.scss */
.box-article-wrapper .richText h1, .box-article-wrapper .richText h2, .box-article-wrapper .richText h3, .box-article-wrapper .richText h4, .box-article-wrapper .richText h5, .box-article-wrapper .richText h6 {
  margin-bottom: 10px;
  margin-top: 0;
}

/* line 1, ../../sass/components/box/_box-nuisance-chart.scss */
.box-nuisance-chart {
  background: #f4f4f4;
  padding: 25px;
}
/* line 6, ../../sass/components/box/_box-nuisance-chart.scss */
.box-nuisance-chart .image {
  position: relative;
  overflow: hidden;
}
/* line 11, ../../sass/components/box/_box-nuisance-chart.scss */
.box-nuisance-chart .richText-small-10px p {
  line-height: 1.6em;
}
/* line 15, ../../sass/components/box/_box-nuisance-chart.scss */
.box-nuisance-chart .richText-small-10px p + p {
  position: relative;
  top: -6px;
}
/* line 20, ../../sass/components/box/_box-nuisance-chart.scss */
.box-nuisance-chart figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 38%;
}
/* line 27, ../../sass/components/box/_box-nuisance-chart.scss */
.box-nuisance-chart figcaption ul {
  margin: 0;
  padding: 0;
  height: 100%;
}
/* line 33, ../../sass/components/box/_box-nuisance-chart.scss */
.box-nuisance-chart figcaption li {
  font-size: 17px;
  font-size: 1.7rem;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 25%;
  padding-left: 20%;
  min-height: 86px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 11, ../../../../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/typography/lists/_bullets.scss */
.box-nuisance-chart figcaption li li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
/* line 51, ../../sass/components/box/_box-nuisance-chart.scss */
.box-nuisance-chart figcaption li:nth-of-type(1) {
  color: #b0c73d;
}
/* line 54, ../../sass/components/box/_box-nuisance-chart.scss */
.box-nuisance-chart figcaption li:nth-of-type(2) {
  color: #fa9032;
}
/* line 57, ../../sass/components/box/_box-nuisance-chart.scss */
.box-nuisance-chart figcaption li:nth-of-type(3) {
  color: #007a37;
}
/* line 60, ../../sass/components/box/_box-nuisance-chart.scss */
.box-nuisance-chart figcaption li:nth-of-type(4) {
  color: #004991;
}
/* line 64, ../../sass/components/box/_box-nuisance-chart.scss */
.box-nuisance-chart figcaption li strong {
  font-size: 42px;
  font-size: 4.2rem;
  display: block;
  margin-top: -2px;
}
/* line 70, ../../sass/components/box/_box-nuisance-chart.scss */
.box-nuisance-chart figcaption li strong .superscript {
  top: 2px;
}
@media only screen and (max-width: 1015px) {
  /* line 77, ../../sass/components/box/_box-nuisance-chart.scss */
  .box-nuisance-chart figcaption li {
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 5px;
    min-height: 25%;
  }
  /* line 82, ../../sass/components/box/_box-nuisance-chart.scss */
  .box-nuisance-chart figcaption li strong {
    font-size: 35px;
    font-size: 3.5rem;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  /* line 20, ../../sass/components/box/_box-nuisance-chart.scss */
  .box-nuisance-chart figcaption {
    position: static;
    clear: both;
    width: 100%;
    margin-top: 40px;
    min-height: initial;
  }
  /* line 97, ../../sass/components/box/_box-nuisance-chart.scss */
  .box-nuisance-chart figcaption li {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    text-transform: none;
    width: 50%;
    padding: 0;
    float: left;
    margin-bottom: 27px;
  }
  /* line 106, ../../sass/components/box/_box-nuisance-chart.scss */
  .box-nuisance-chart figcaption li strong {
    font-size: 36px;
    font-size: 3.6rem;
    font-family: "Roboto", sans-serif;
  }
}
@media only screen and (max-width: 360px) {
  /* line 116, ../../sass/components/box/_box-nuisance-chart.scss */
  .box-nuisance-chart figcaption li {
    min-height: 72px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1, ../../sass/components/box/_box-nuisance-chart.scss */
  .box-nuisance-chart {
    background-color: #fff;
    padding: 0;
  }
  /* line 128, ../../sass/components/box/_box-nuisance-chart.scss */
  .box-nuisance-chart figure img {
    background: #f7f7f7;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 134, ../../sass/components/box/_box-nuisance-chart.scss */
  .box-nuisance-chart figure ul {
    padding: 20px;
  }
  /* line 139, ../../sass/components/box/_box-nuisance-chart.scss */
  .box-nuisance-chart figcaption {
    margin-top: 0;
  }
  /* line 143, ../../sass/components/box/_box-nuisance-chart.scss */
  .box-nuisance-chart .richText {
    padding: 0 20px;
  }
  /* line 147, ../../sass/components/box/_box-nuisance-chart.scss */
  .box-nuisance-chart .richText-small-10px {
    margin-top: -25px;
  }
  /* line 150, ../../sass/components/box/_box-nuisance-chart.scss */
  .box-nuisance-chart .richText-small-10px p {
    line-height: 1.2em;
    margin: 17px 0;
  }
}

@media only screen and (max-width: 767px) {
  /* line 3, ../../sass/components/box/_box-rotator.scss */
  .box-rotator > .component-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    padding: 20px 10px;
  }
  .flonase-ca_fr .richText-top-110 h1 {  font-size: 25px;  width: 72%;   line-height: 27px;  } /* fix 23 /01/ 1027 */
  .box-how-to-clean .richText-keep-it-clean { width: 100% !important; }
}

.box-flonase-outperforms .box-wrapper a { float: left; clear: both; }
.box-equal-height .box-dosing-orange{ margin-bottom: 6% !important;}.breadcrumbs {
  margin: 10px 0; }
  .breadcrumbs-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none; }
    .breadcrumbs-list li {
      float: left;
      margin-right: 6px; }
      @media only screen and (max-width: 767px) {
        .breadcrumbs-list li {
          float: none; } }
  .breadcrumbs-separator {
    margin: 0 10px; }
  .breadcrumbs-without-separator .breadcrumbs-separator {
    display: none; }
  .breadcrumbs-without-separator li {
    position: relative;
    padding-right: 15px;
    margin-right: 9px; }
    .breadcrumbs-without-separator li:before {
      top: 5px;
      right: 0;
      content: "\f054";
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      position: relative;
      font-weight: normal;
      position: absolute;
      font-size: 8px; }
    .breadcrumbs-without-separator li:last-child {
      background-image: none; }
      .breadcrumbs-without-separator li:last-child:before {
        display: none; }

