@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29-Apr-2015, 14:31:14
    Author     : jasongoodenough
*/
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
/* import the fonts */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* line 45, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa, .carousel-container #prev-button, .carousel-container #next-button {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
/* line 56, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

/* line 62, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-2x {
  font-size: 2em; }

/* line 66, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-3x {
  font-size: 3em; }

/* line 70, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-4x, .carousel-container #prev-button, .carousel-container #next-button {
  font-size: 4em; }

/* line 74, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-5x {
  font-size: 5em; }

/* line 78, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center; }

/* line 83, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }

/* line 88, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-ul > li {
  position: relative; }

/* line 92, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }

/* line 99, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-li.fa-lg {
  left: -1.85714em; }

/* line 103, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

/* line 109, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.pull-right {
  float: right; }

/* line 113, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.pull-left {
  float: left; }

/* line 117, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa.pull-left, .carousel-container .pull-left#prev-button, .carousel-container .pull-left#next-button {
  margin-right: .3em; }

/* line 120, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa.pull-right, .carousel-container .pull-right#prev-button, .carousel-container .pull-right#next-button {
  margin-left: .3em; }

/* line 124, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

/* line 129, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* line 154, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

/* line 161, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-rotate-180, .faqs .panel-title .collapsed .fa, .faqs .panel-title .collapsed .carousel-container #prev-button, .carousel-container .faqs .panel-title .collapsed #prev-button, .faqs .panel-title .collapsed .carousel-container #next-button, .carousel-container .faqs .panel-title .collapsed #next-button {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 168, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

/* line 175, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

/* line 182, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

/* line 189, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .faqs .panel-title .collapsed .fa,
:root .faqs .panel-title .collapsed .carousel-container #prev-button,
:root .carousel-container .faqs .panel-title .collapsed #prev-button,
:root .faqs .panel-title .collapsed .carousel-container #next-button,
:root .carousel-container .faqs .panel-title .collapsed #next-button,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

/* line 202, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

/* line 211, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

/* line 218, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-stack-1x {
  line-height: inherit; }

/* line 222, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-stack-2x {
  font-size: 2em; }

/* line 226, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 232, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-glass:before {
  content: ""; }

/* line 236, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-music:before {
  content: ""; }

/* line 240, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-search:before {
  content: ""; }

/* line 244, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-envelope-o:before {
  content: ""; }

/* line 248, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-heart:before {
  content: ""; }

/* line 252, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-star:before {
  content: ""; }

/* line 256, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-star-o:before {
  content: ""; }

/* line 260, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-user:before {
  content: ""; }

/* line 264, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-film:before {
  content: ""; }

/* line 268, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-th-large:before {
  content: ""; }

/* line 272, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-th:before {
  content: ""; }

/* line 276, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-th-list:before {
  content: ""; }

/* line 280, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-check:before {
  content: ""; }

/* line 284, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

/* line 290, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-search-plus:before {
  content: ""; }

/* line 294, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-search-minus:before {
  content: ""; }

/* line 298, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-power-off:before {
  content: ""; }

/* line 302, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-signal:before {
  content: ""; }

/* line 306, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-gear:before,
.fa-cog:before {
  content: ""; }

/* line 311, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-trash-o:before {
  content: ""; }

/* line 315, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-home:before {
  content: ""; }

/* line 319, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-file-o:before {
  content: ""; }

/* line 323, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-clock-o:before {
  content: ""; }

/* line 327, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-road:before {
  content: ""; }

/* line 331, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-download:before {
  content: ""; }

/* line 335, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-arrow-circle-o-down:before {
  content: ""; }

/* line 339, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-arrow-circle-o-up:before {
  content: ""; }

/* line 343, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-inbox:before {
  content: ""; }

/* line 347, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-play-circle-o:before {
  content: ""; }

/* line 351, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

/* line 356, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-refresh:before {
  content: ""; }

/* line 360, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-list-alt:before {
  content: ""; }

/* line 364, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-lock:before {
  content: ""; }

/* line 368, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-flag:before {
  content: ""; }

/* line 372, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-headphones:before {
  content: ""; }

/* line 376, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-volume-off:before {
  content: ""; }

/* line 380, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-volume-down:before {
  content: ""; }

/* line 384, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-volume-up:before {
  content: ""; }

/* line 388, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-qrcode:before {
  content: ""; }

/* line 392, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-barcode:before {
  content: ""; }

/* line 396, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-tag:before {
  content: ""; }

/* line 400, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-tags:before {
  content: ""; }

/* line 404, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-book:before {
  content: ""; }

/* line 408, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-bookmark:before {
  content: ""; }

/* line 412, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-print:before {
  content: ""; }

/* line 416, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-camera:before {
  content: ""; }

/* line 420, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-font:before {
  content: ""; }

/* line 424, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-bold:before {
  content: ""; }

/* line 428, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-italic:before {
  content: ""; }

/* line 432, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-text-height:before {
  content: ""; }

/* line 436, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-text-width:before {
  content: ""; }

/* line 440, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-align-left:before {
  content: ""; }

/* line 444, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-align-center:before {
  content: ""; }

/* line 448, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-align-right:before {
  content: ""; }

/* line 452, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-align-justify:before {
  content: ""; }

/* line 456, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-list:before {
  content: ""; }

/* line 460, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

/* line 465, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-indent:before {
  content: ""; }

/* line 469, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-video-camera:before {
  content: ""; }

/* line 473, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

/* line 479, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-pencil:before {
  content: ""; }

/* line 483, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-map-marker:before {
  content: ""; }

/* line 487, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-adjust:before {
  content: ""; }

/* line 491, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-tint:before {
  content: ""; }

/* line 495, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

/* line 500, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-share-square-o:before {
  content: ""; }

/* line 504, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-check-square-o:before {
  content: ""; }

/* line 508, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-arrows:before {
  content: ""; }

/* line 512, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-step-backward:before {
  content: ""; }

/* line 516, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-fast-backward:before {
  content: ""; }

/* line 520, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-backward:before {
  content: ""; }

/* line 524, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-play:before {
  content: ""; }

/* line 528, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-pause:before {
  content: ""; }

/* line 532, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-stop:before {
  content: ""; }

/* line 536, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-forward:before {
  content: ""; }

/* line 540, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-fast-forward:before {
  content: ""; }

/* line 544, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-step-forward:before {
  content: ""; }

/* line 548, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-eject:before {
  content: ""; }

/* line 552, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-chevron-left:before, .carousel-container #prev-button:before, .carousel-container #next-button:before {
  content: ""; }

/* line 556, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-chevron-right:before, .carousel-container #next-button:before {
  content: ""; }

/* line 560, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-plus-circle:before {
  content: ""; }

/* line 564, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-minus-circle:before {
  content: ""; }

/* line 568, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-times-circle:before {
  content: ""; }

/* line 572, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-check-circle:before {
  content: ""; }

/* line 576, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-question-circle:before {
  content: ""; }

/* line 580, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-info-circle:before {
  content: ""; }

/* line 584, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-crosshairs:before {
  content: ""; }

/* line 588, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-times-circle-o:before {
  content: ""; }

/* line 592, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-check-circle-o:before {
  content: ""; }

/* line 596, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-ban:before {
  content: ""; }

/* line 600, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-arrow-left:before {
  content: ""; }

/* line 604, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-arrow-right:before {
  content: ""; }

/* line 608, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-arrow-up:before {
  content: ""; }

/* line 612, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-arrow-down:before {
  content: ""; }

/* line 616, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

/* line 621, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-expand:before {
  content: ""; }

/* line 625, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-compress:before {
  content: ""; }

/* line 629, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-plus:before {
  content: ""; }

/* line 633, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-minus:before {
  content: ""; }

/* line 637, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-asterisk:before {
  content: ""; }

/* line 641, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-exclamation-circle:before {
  content: ""; }

/* line 645, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-gift:before {
  content: ""; }

/* line 649, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-leaf:before {
  content: ""; }

/* line 653, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-fire:before {
  content: ""; }

/* line 657, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-eye:before {
  content: ""; }

/* line 661, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-eye-slash:before {
  content: ""; }

/* line 665, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

/* line 670, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-plane:before {
  content: ""; }

/* line 674, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-calendar:before {
  content: ""; }

/* line 678, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-random:before {
  content: ""; }

/* line 682, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-comment:before {
  content: ""; }

/* line 686, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-magnet:before {
  content: ""; }

/* line 690, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-chevron-up:before {
  content: ""; }

/* line 694, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-chevron-down:before {
  content: ""; }

/* line 698, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-retweet:before {
  content: ""; }

/* line 702, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-shopping-cart:before {
  content: ""; }

/* line 706, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-folder:before {
  content: ""; }

/* line 710, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-folder-open:before {
  content: ""; }

/* line 714, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-arrows-v:before {
  content: ""; }

/* line 718, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-arrows-h:before {
  content: ""; }

/* line 722, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

/* line 727, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-twitter-square:before {
  content: ""; }

/* line 731, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-facebook-square:before {
  content: ""; }

/* line 735, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-camera-retro:before {
  content: ""; }

/* line 739, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-key:before {
  content: ""; }

/* line 743, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-gears:before,
.fa-cogs:before {
  content: ""; }

/* line 748, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-comments:before {
  content: ""; }

/* line 752, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-thumbs-o-up:before {
  content: ""; }

/* line 756, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-thumbs-o-down:before {
  content: ""; }

/* line 760, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-star-half:before {
  content: ""; }

/* line 764, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-heart-o:before {
  content: ""; }

/* line 768, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-sign-out:before {
  content: ""; }

/* line 772, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-linkedin-square:before {
  content: ""; }

/* line 776, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-thumb-tack:before {
  content: ""; }

/* line 780, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-external-link:before {
  content: ""; }

/* line 784, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-sign-in:before {
  content: ""; }

/* line 788, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-trophy:before {
  content: ""; }

/* line 792, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-github-square:before {
  content: ""; }

/* line 796, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-upload:before {
  content: ""; }

/* line 800, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-lemon-o:before {
  content: ""; }

/* line 804, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-phone:before {
  content: ""; }

/* line 808, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-square-o:before {
  content: ""; }

/* line 812, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-bookmark-o:before {
  content: ""; }

/* line 816, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-phone-square:before {
  content: ""; }

/* line 820, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-twitter:before {
  content: ""; }

/* line 824, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

/* line 829, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-github:before {
  content: ""; }

/* line 833, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-unlock:before {
  content: ""; }

/* line 837, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-credit-card:before {
  content: ""; }

/* line 841, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-rss:before {
  content: ""; }

/* line 845, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-hdd-o:before {
  content: ""; }

/* line 849, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-bullhorn:before {
  content: ""; }

/* line 853, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-bell:before {
  content: ""; }

/* line 857, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-certificate:before {
  content: ""; }

/* line 861, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-hand-o-right:before {
  content: ""; }

/* line 865, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-hand-o-left:before {
  content: ""; }

/* line 869, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-hand-o-up:before {
  content: ""; }

/* line 873, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-hand-o-down:before {
  content: ""; }

/* line 877, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-arrow-circle-left:before {
  content: ""; }

/* line 881, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-arrow-circle-right:before {
  content: ""; }

/* line 885, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-arrow-circle-up:before {
  content: ""; }

/* line 889, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-arrow-circle-down:before {
  content: ""; }

/* line 893, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-globe:before {
  content: ""; }

/* line 897, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-wrench:before {
  content: ""; }

/* line 901, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-tasks:before {
  content: ""; }

/* line 905, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-filter:before {
  content: ""; }

/* line 909, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-briefcase:before {
  content: ""; }

/* line 913, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-arrows-alt:before {
  content: ""; }

/* line 917, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-group:before,
.fa-users:before {
  content: ""; }

/* line 922, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-chain:before,
.fa-link:before {
  content: ""; }

/* line 927, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-cloud:before {
  content: ""; }

/* line 931, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-flask:before {
  content: ""; }

/* line 935, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-cut:before,
.fa-scissors:before {
  content: ""; }

/* line 940, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-copy:before,
.fa-files-o:before {
  content: ""; }

/* line 945, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-paperclip:before {
  content: ""; }

/* line 949, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

/* line 954, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-square:before {
  content: ""; }

/* line 958, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

/* line 964, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-list-ul:before {
  content: ""; }

/* line 968, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-list-ol:before {
  content: ""; }

/* line 972, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-strikethrough:before {
  content: ""; }

/* line 976, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-underline:before {
  content: ""; }

/* line 980, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-table:before {
  content: ""; }

/* line 984, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-magic:before {
  content: ""; }

/* line 988, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-truck:before {
  content: ""; }

/* line 992, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-pinterest:before {
  content: ""; }

/* line 996, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-pinterest-square:before {
  content: ""; }

/* line 1000, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-google-plus-square:before {
  content: ""; }

/* line 1004, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-google-plus:before {
  content: ""; }

/* line 1008, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-money:before {
  content: ""; }

/* line 1012, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-caret-down:before {
  content: ""; }

/* line 1016, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-caret-up:before {
  content: ""; }

/* line 1020, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-caret-left:before {
  content: ""; }

/* line 1024, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-caret-right:before {
  content: ""; }

/* line 1028, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-columns:before {
  content: ""; }

/* line 1032, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

/* line 1037, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

/* line 1042, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

/* line 1047, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-envelope:before {
  content: ""; }

/* line 1051, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-linkedin:before {
  content: ""; }

/* line 1055, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

/* line 1060, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-legal:before,
.fa-gavel:before {
  content: ""; }

/* line 1065, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

/* line 1070, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-comment-o:before {
  content: ""; }

/* line 1074, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-comments-o:before {
  content: ""; }

/* line 1078, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-flash:before,
.fa-bolt:before {
  content: ""; }

/* line 1083, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-sitemap:before {
  content: ""; }

/* line 1087, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-umbrella:before {
  content: ""; }

/* line 1091, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

/* line 1096, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-lightbulb-o:before {
  content: ""; }

/* line 1100, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-exchange:before {
  content: ""; }

/* line 1104, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-cloud-download:before {
  content: ""; }

/* line 1108, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-cloud-upload:before {
  content: ""; }

/* line 1112, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-user-md:before {
  content: ""; }

/* line 1116, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-stethoscope:before {
  content: ""; }

/* line 1120, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-suitcase:before {
  content: ""; }

/* line 1124, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-bell-o:before {
  content: ""; }

/* line 1128, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-coffee:before {
  content: ""; }

/* line 1132, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-cutlery:before {
  content: ""; }

/* line 1136, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-file-text-o:before {
  content: ""; }

/* line 1140, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-building-o:before {
  content: ""; }

/* line 1144, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-hospital-o:before {
  content: ""; }

/* line 1148, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-ambulance:before {
  content: ""; }

/* line 1152, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-medkit:before {
  content: ""; }

/* line 1156, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-fighter-jet:before {
  content: ""; }

/* line 1160, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-beer:before {
  content: ""; }

/* line 1164, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-h-square:before {
  content: ""; }

/* line 1168, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-plus-square:before {
  content: ""; }

/* line 1172, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-angle-double-left:before {
  content: ""; }

/* line 1176, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-angle-double-right:before {
  content: ""; }

/* line 1180, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-angle-double-up:before {
  content: ""; }

/* line 1184, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-angle-double-down:before {
  content: ""; }

/* line 1188, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-angle-left:before {
  content: ""; }

/* line 1192, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-angle-right:before {
  content: ""; }

/* line 1196, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-angle-up:before {
  content: ""; }

/* line 1200, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-angle-down:before {
  content: ""; }

/* line 1204, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-desktop:before {
  content: ""; }

/* line 1208, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-laptop:before {
  content: ""; }

/* line 1212, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-tablet:before {
  content: ""; }

/* line 1216, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

/* line 1221, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-circle-o:before {
  content: ""; }

/* line 1225, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-quote-left:before {
  content: ""; }

/* line 1229, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-quote-right:before {
  content: ""; }

/* line 1233, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-spinner:before {
  content: ""; }

/* line 1237, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-circle:before {
  content: ""; }

/* line 1241, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

/* line 1246, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-github-alt:before {
  content: ""; }

/* line 1250, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-folder-o:before {
  content: ""; }

/* line 1254, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-folder-open-o:before {
  content: ""; }

/* line 1258, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-smile-o:before {
  content: ""; }

/* line 1262, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-frown-o:before {
  content: ""; }

/* line 1266, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-meh-o:before {
  content: ""; }

/* line 1270, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-gamepad:before {
  content: ""; }

/* line 1274, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-keyboard-o:before {
  content: ""; }

/* line 1278, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-flag-o:before {
  content: ""; }

/* line 1282, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-flag-checkered:before {
  content: ""; }

/* line 1286, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-terminal:before {
  content: ""; }

/* line 1290, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-code:before {
  content: ""; }

/* line 1294, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

/* line 1299, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

/* line 1305, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-location-arrow:before {
  content: ""; }

/* line 1309, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-crop:before {
  content: ""; }

/* line 1313, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-code-fork:before {
  content: ""; }

/* line 1317, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

/* line 1322, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-question:before {
  content: ""; }

/* line 1326, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-info:before {
  content: ""; }

/* line 1330, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-exclamation:before {
  content: ""; }

/* line 1334, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-superscript:before {
  content: ""; }

/* line 1338, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-subscript:before {
  content: ""; }

/* line 1342, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-eraser:before {
  content: ""; }

/* line 1346, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-puzzle-piece:before {
  content: ""; }

/* line 1350, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-microphone:before {
  content: ""; }

/* line 1354, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-microphone-slash:before {
  content: ""; }

/* line 1358, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-shield:before {
  content: ""; }

/* line 1362, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-calendar-o:before {
  content: ""; }

/* line 1366, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-fire-extinguisher:before {
  content: ""; }

/* line 1370, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-rocket:before {
  content: ""; }

/* line 1374, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-maxcdn:before {
  content: ""; }

/* line 1378, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-chevron-circle-left:before {
  content: ""; }

/* line 1382, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-chevron-circle-right:before {
  content: ""; }

/* line 1386, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-chevron-circle-up:before {
  content: ""; }

/* line 1390, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-chevron-circle-down:before {
  content: ""; }

/* line 1394, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-html5:before {
  content: ""; }

/* line 1398, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-css3:before {
  content: ""; }

/* line 1402, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-anchor:before {
  content: ""; }

/* line 1406, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-unlock-alt:before {
  content: ""; }

/* line 1410, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-bullseye:before {
  content: ""; }

/* line 1414, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-ellipsis-h:before {
  content: ""; }

/* line 1418, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-ellipsis-v:before {
  content: ""; }

/* line 1422, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-rss-square:before {
  content: ""; }

/* line 1426, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-play-circle:before {
  content: ""; }

/* line 1430, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-ticket:before {
  content: ""; }

/* line 1434, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-minus-square:before {
  content: ""; }

/* line 1438, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-minus-square-o:before {
  content: ""; }

/* line 1442, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-level-up:before {
  content: ""; }

/* line 1446, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-level-down:before {
  content: ""; }

/* line 1450, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-check-square:before {
  content: ""; }

/* line 1454, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-pencil-square:before {
  content: ""; }

/* line 1458, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-external-link-square:before {
  content: ""; }

/* line 1462, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-share-square:before {
  content: ""; }

/* line 1466, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-compass:before {
  content: ""; }

/* line 1470, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

/* line 1475, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

/* line 1480, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

/* line 1485, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-euro:before,
.fa-eur:before {
  content: ""; }

/* line 1490, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-gbp:before {
  content: ""; }

/* line 1494, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-dollar:before,
.fa-usd:before {
  content: ""; }

/* line 1499, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-rupee:before,
.fa-inr:before {
  content: ""; }

/* line 1504, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

/* line 1511, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

/* line 1517, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-won:before,
.fa-krw:before {
  content: ""; }

/* line 1522, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

/* line 1527, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-file:before {
  content: ""; }

/* line 1531, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-file-text:before {
  content: ""; }

/* line 1535, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-sort-alpha-asc:before {
  content: ""; }

/* line 1539, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-sort-alpha-desc:before {
  content: ""; }

/* line 1543, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-sort-amount-asc:before {
  content: ""; }

/* line 1547, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-sort-amount-desc:before {
  content: ""; }

/* line 1551, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-sort-numeric-asc:before {
  content: ""; }

/* line 1555, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-sort-numeric-desc:before {
  content: ""; }

/* line 1559, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-thumbs-up:before {
  content: ""; }

/* line 1563, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-thumbs-down:before {
  content: ""; }

/* line 1567, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-youtube-square:before {
  content: ""; }

/* line 1571, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-youtube:before {
  content: ""; }

/* line 1575, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-xing:before {
  content: ""; }

/* line 1579, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-xing-square:before {
  content: ""; }

/* line 1583, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-youtube-play:before {
  content: ""; }

/* line 1587, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-dropbox:before {
  content: ""; }

/* line 1591, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-stack-overflow:before {
  content: ""; }

/* line 1595, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-instagram:before {
  content: ""; }

/* line 1599, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-flickr:before {
  content: ""; }

/* line 1603, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-adn:before {
  content: ""; }

/* line 1607, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-bitbucket:before {
  content: ""; }

/* line 1611, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-bitbucket-square:before {
  content: ""; }

/* line 1615, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-tumblr:before {
  content: ""; }

/* line 1619, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-tumblr-square:before {
  content: ""; }

/* line 1623, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-long-arrow-down:before {
  content: ""; }

/* line 1627, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-long-arrow-up:before {
  content: ""; }

/* line 1631, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-long-arrow-left:before {
  content: ""; }

/* line 1635, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-long-arrow-right:before {
  content: ""; }

/* line 1639, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-apple:before {
  content: ""; }

/* line 1643, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-windows:before {
  content: ""; }

/* line 1647, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-android:before {
  content: ""; }

/* line 1651, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-linux:before {
  content: ""; }

/* line 1655, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-dribbble:before {
  content: ""; }

/* line 1659, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-skype:before {
  content: ""; }

/* line 1663, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-foursquare:before {
  content: ""; }

/* line 1667, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-trello:before {
  content: ""; }

/* line 1671, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-female:before {
  content: ""; }

/* line 1675, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-male:before {
  content: ""; }

/* line 1679, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

/* line 1684, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-sun-o:before {
  content: ""; }

/* line 1688, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-moon-o:before {
  content: ""; }

/* line 1692, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-archive:before {
  content: ""; }

/* line 1696, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-bug:before {
  content: ""; }

/* line 1700, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-vk:before {
  content: ""; }

/* line 1704, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-weibo:before {
  content: ""; }

/* line 1708, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-renren:before {
  content: ""; }

/* line 1712, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-pagelines:before {
  content: ""; }

/* line 1716, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-stack-exchange:before {
  content: ""; }

/* line 1720, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-arrow-circle-o-right:before {
  content: ""; }

/* line 1724, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-arrow-circle-o-left:before {
  content: ""; }

/* line 1728, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

/* line 1733, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-dot-circle-o:before {
  content: ""; }

/* line 1737, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-wheelchair:before {
  content: ""; }

/* line 1741, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-vimeo-square:before {
  content: ""; }

/* line 1745, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

/* line 1750, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-plus-square-o:before {
  content: ""; }

/* line 1754, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-space-shuttle:before {
  content: ""; }

/* line 1758, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-slack:before {
  content: ""; }

/* line 1762, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-envelope-square:before {
  content: ""; }

/* line 1766, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-wordpress:before {
  content: ""; }

/* line 1770, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-openid:before {
  content: ""; }

/* line 1774, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

/* line 1780, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

/* line 1785, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-yahoo:before {
  content: ""; }

/* line 1789, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-google:before {
  content: ""; }

/* line 1793, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-reddit:before {
  content: ""; }

/* line 1797, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-reddit-square:before {
  content: ""; }

/* line 1801, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-stumbleupon-circle:before {
  content: ""; }

/* line 1805, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-stumbleupon:before {
  content: ""; }

/* line 1809, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-delicious:before {
  content: ""; }

/* line 1813, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-digg:before {
  content: ""; }

/* line 1817, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-pied-piper:before {
  content: ""; }

/* line 1821, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-pied-piper-alt:before {
  content: ""; }

/* line 1825, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-drupal:before {
  content: ""; }

/* line 1829, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-joomla:before {
  content: ""; }

/* line 1833, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-language:before {
  content: ""; }

/* line 1837, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-fax:before {
  content: ""; }

/* line 1841, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-building:before {
  content: ""; }

/* line 1845, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-child:before {
  content: ""; }

/* line 1849, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-paw:before {
  content: ""; }

/* line 1853, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-spoon:before {
  content: ""; }

/* line 1857, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-cube:before {
  content: ""; }

/* line 1861, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-cubes:before {
  content: ""; }

/* line 1865, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-behance:before {
  content: ""; }

/* line 1869, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-behance-square:before {
  content: ""; }

/* line 1873, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-steam:before {
  content: ""; }

/* line 1877, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-steam-square:before {
  content: ""; }

/* line 1881, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-recycle:before {
  content: ""; }

/* line 1885, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-automobile:before,
.fa-car:before {
  content: ""; }

/* line 1890, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-cab:before,
.fa-taxi:before {
  content: ""; }

/* line 1895, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-tree:before {
  content: ""; }

/* line 1899, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-spotify:before {
  content: ""; }

/* line 1903, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-deviantart:before {
  content: ""; }

/* line 1907, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-soundcloud:before {
  content: ""; }

/* line 1911, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-database:before {
  content: ""; }

/* line 1915, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-file-pdf-o:before {
  content: ""; }

/* line 1919, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-file-word-o:before {
  content: ""; }

/* line 1923, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-file-excel-o:before {
  content: ""; }

/* line 1927, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-file-powerpoint-o:before {
  content: ""; }

/* line 1931, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

/* line 1937, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

/* line 1942, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

/* line 1947, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

/* line 1952, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-file-code-o:before {
  content: ""; }

/* line 1956, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-vine:before {
  content: ""; }

/* line 1960, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-codepen:before {
  content: ""; }

/* line 1964, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-jsfiddle:before {
  content: ""; }

/* line 1968, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

/* line 1976, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-circle-o-notch:before {
  content: ""; }

/* line 1980, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-ra:before,
.fa-rebel:before {
  content: ""; }

/* line 1985, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-ge:before,
.fa-empire:before {
  content: ""; }

/* line 1990, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-git-square:before {
  content: ""; }

/* line 1994, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-git:before {
  content: ""; }

/* line 1998, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-hacker-news:before {
  content: ""; }

/* line 2002, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-tencent-weibo:before {
  content: ""; }

/* line 2006, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-qq:before {
  content: ""; }

/* line 2010, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

/* line 2015, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

/* line 2020, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

/* line 2025, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-history:before {
  content: ""; }

/* line 2029, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-genderless:before,
.fa-circle-thin:before {
  content: ""; }

/* line 2034, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-header:before {
  content: ""; }

/* line 2038, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-paragraph:before {
  content: ""; }

/* line 2042, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-sliders:before {
  content: ""; }

/* line 2046, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-share-alt:before {
  content: ""; }

/* line 2050, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-share-alt-square:before {
  content: ""; }

/* line 2054, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-bomb:before {
  content: ""; }

/* line 2058, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

/* line 2063, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-tty:before {
  content: ""; }

/* line 2067, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-binoculars:before {
  content: ""; }

/* line 2071, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-plug:before {
  content: ""; }

/* line 2075, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-slideshare:before {
  content: ""; }

/* line 2079, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-twitch:before {
  content: ""; }

/* line 2083, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-yelp:before {
  content: ""; }

/* line 2087, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-newspaper-o:before {
  content: ""; }

/* line 2091, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-wifi:before {
  content: ""; }

/* line 2095, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-calculator:before {
  content: ""; }

/* line 2099, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-paypal:before {
  content: ""; }

/* line 2103, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-google-wallet:before {
  content: ""; }

/* line 2107, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-cc-visa:before {
  content: ""; }

/* line 2111, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-cc-mastercard:before {
  content: ""; }

/* line 2115, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-cc-discover:before {
  content: ""; }

/* line 2119, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-cc-amex:before {
  content: ""; }

/* line 2123, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-cc-paypal:before {
  content: ""; }

/* line 2127, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-cc-stripe:before {
  content: ""; }

/* line 2131, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-bell-slash:before {
  content: ""; }

/* line 2135, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-bell-slash-o:before {
  content: ""; }

/* line 2139, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-trash:before {
  content: ""; }

/* line 2143, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-copyright:before {
  content: ""; }

/* line 2147, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-at:before {
  content: ""; }

/* line 2151, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-eyedropper:before {
  content: ""; }

/* line 2155, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-paint-brush:before {
  content: ""; }

/* line 2159, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-birthday-cake:before {
  content: ""; }

/* line 2163, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-area-chart:before {
  content: ""; }

/* line 2167, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-pie-chart:before {
  content: ""; }

/* line 2171, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-line-chart:before {
  content: ""; }

/* line 2175, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-lastfm:before {
  content: ""; }

/* line 2179, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-lastfm-square:before {
  content: ""; }

/* line 2183, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-toggle-off:before {
  content: ""; }

/* line 2187, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-toggle-on:before {
  content: ""; }

/* line 2191, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-bicycle:before {
  content: ""; }

/* line 2195, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-bus:before {
  content: ""; }

/* line 2199, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-ioxhost:before {
  content: ""; }

/* line 2203, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-angellist:before {
  content: ""; }

/* line 2207, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-cc:before {
  content: ""; }

/* line 2211, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

/* line 2217, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-meanpath:before {
  content: ""; }

/* line 2221, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-buysellads:before {
  content: ""; }

/* line 2225, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-connectdevelop:before {
  content: ""; }

/* line 2229, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-dashcube:before {
  content: ""; }

/* line 2233, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-forumbee:before {
  content: ""; }

/* line 2237, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-leanpub:before {
  content: ""; }

/* line 2241, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-sellsy:before {
  content: ""; }

/* line 2245, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-shirtsinbulk:before {
  content: ""; }

/* line 2249, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-simplybuilt:before {
  content: ""; }

/* line 2253, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-skyatlas:before {
  content: ""; }

/* line 2257, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-cart-plus:before {
  content: ""; }

/* line 2261, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-cart-arrow-down:before {
  content: ""; }

/* line 2265, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-diamond:before {
  content: ""; }

/* line 2269, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-ship:before {
  content: ""; }

/* line 2273, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-user-secret:before {
  content: ""; }

/* line 2277, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-motorcycle:before {
  content: ""; }

/* line 2281, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-street-view:before {
  content: ""; }

/* line 2285, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-heartbeat:before {
  content: ""; }

/* line 2289, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-venus:before {
  content: ""; }

/* line 2293, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-mars:before {
  content: ""; }

/* line 2297, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-mercury:before {
  content: ""; }

/* line 2301, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-transgender:before {
  content: ""; }

/* line 2305, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-transgender-alt:before {
  content: ""; }

/* line 2309, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-venus-double:before {
  content: ""; }

/* line 2313, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-mars-double:before {
  content: ""; }

/* line 2317, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-venus-mars:before {
  content: ""; }

/* line 2321, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-mars-stroke:before {
  content: ""; }

/* line 2325, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-mars-stroke-v:before {
  content: ""; }

/* line 2329, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-mars-stroke-h:before {
  content: ""; }

/* line 2333, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-neuter:before {
  content: ""; }

/* line 2337, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-facebook-official:before {
  content: ""; }

/* line 2341, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-pinterest-p:before {
  content: ""; }

/* line 2345, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-whatsapp:before {
  content: ""; }

/* line 2349, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-server:before {
  content: ""; }

/* line 2353, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-user-plus:before {
  content: ""; }

/* line 2357, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-user-times:before {
  content: ""; }

/* line 2361, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-hotel:before,
.fa-bed:before {
  content: ""; }

/* line 2366, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-viacoin:before {
  content: ""; }

/* line 2370, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-train:before {
  content: ""; }

/* line 2374, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-subway:before {
  content: ""; }

/* line 2378, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-medium:before {
  content: ""; }

/* line 2384, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.pink {
  color: #fc92a4; }

/* line 2388, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.white {
  color: #fff; }

/* line 2392, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.grey {
  color: #4A4949; }

/* ---------------------------------------------------------------------------------------------------------
   JUSTIN --> NEW FONT STYLES
--------------------------------------------------------------------------------------------------------- */
/* line 2400, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 2405, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "HelveticaNeueW02-75Bold";
  font-weight: normal; }

/* line 2444, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.subheading {
  font-size: 16px;
  line-height: 24px;
  color: #9B9B9B; }

/* line 2449, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.section-heading {
  background: #F2F2F2;
  padding: 0 0 10px 0;
  margin: 50px 0 15px; }

/* line 2454, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.section-heading h4 {
  background: #FFF;
  padding: 5px 30px 5px 0;
  display: inline; }

/* line 2565, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
p {
  font-size: 16px;
  line-height: 21px; }

/* line 2570, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
a {
  color: #fc92a4; }

/* line 2574, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
a:hover {
  color: #fe7088; }

/* line 2578, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
a, p a {
  color: #fc92a4; }

/* line 2582, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
a:hover {
  color: #fe7088; }

/* ---------------------------------------------------------------------------------------------------------
   JUSTIN --> NEW FONT STYLES
--------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------
   JUSTIN --> NEW BUTTON STYLES
--------------------------------------------------------------------------------------------------------- */
/* line 2593, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.btn, .submit {
  line-height: 24px;
  font-size: 16px;
  font-family: 'HelveticaNeueW02-75Bold';
  font-weight: normal;
  padding: 10px 30px;
  margin-bottom: 20px;
  border: none;
  border-radius: 0;
  color: #333;
  background: #FFED00;
  white-space: normal !important;
  word-wrap: break-word;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s; }

/* line 2608, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.btn:hover, .submit:hover {
  color: #fff450;
  background: #4A4949 !important; }

/* line 2612, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.btn.alt {
  color: #FF5572;
  border: 1px solid #FF5572;
  background: #FFF; }

/* line 2617, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.btn.alt:hover {
  background: #FF5572 !important;
  color: #FFF; }

/* line 2621, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.btn.pink {
  background: #FF92A4;
  color: #333; }

/* line 2625, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.btn.pink:hover {
  background: #FF5572 !important;
  color: #FFF; }

/* line 2629, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.btn-outline {
  background: #FFF;
  color: #FF92A4;
  border: 1px solid #FF92A4; }

/* line 2634, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.btn-outline:hover {
  background: #FF92A4 !important;
  color: #FFF; }

/* line 2638, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.btn.btn-sm {
  padding: 6px 60px; }

/* line 2642, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
p, li {
  font-family: "HelveticaNeueW02-55Roma"; }

/* line 2646, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
p a {
  color: #fc92a4; }

/* line 2650, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
p strong, strong {
  font-family: "HelveticaNeueW02-75Bold";
  font-weight: normal; }

/* line 2655, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
a:focus, button:focus {
  outline: 0; }

/* line 2658, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
p.lead {
  font-size: 18px;
  line-height: 24px; }

/* line 2669, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
hr {
  margin-top: 30px;
  margin-bottom: 30px; }

/*.row {
  margin-left: -7px !important;
  margin-right: -7px !important;
}
.row [class*="col-"] {
  padding-left: 7px !important;
  padding-right: 7px !important;
}*/
/* ---------------------------------------------------------------------------------------------------------
   JUSTIN --> NEW BUTTON STYLES END
--------------------------------------------------------------------------------------------------------- */
/* line 2687, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.hide-text {
  position: absolute;
  text-indent: -5000px;
  white-space: nowrap;
  overflow: hidden; }

/* line 2694, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-header {
  margin: 0; }

/* line 2697, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fullwidth {
  width: 100%;
  overflow: hidden;
  background: #fff; }

/* line 2702, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.module {
  position: relative;
  margin-bottom: 40px; }
  /* line 2705, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .module .header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    background: none; }
    /* line 2711, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
    .module .header h3 {
      padding: 0 18px 8px 0;
      padding-right: 18px;
      margin: 0; }

/* line 2719, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.four-promos {
  padding: 50px 0 45px 0; }
  /* line 2721, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .four-promos .module {
    height: 360px; }

/* line 2728, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.block {
  position: relative;
  padding-top: 37px; }

/* line 2733, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4px; }
  /* line 2738, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .header h2 {
    display: inline-block;
    float: left;
    margin-top: -8px;
    padding: 0 18px 8px 0;
    background: #fff; }
  /* line 2745, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .header h3 {
    display: inline-block;
    float: left;
    margin-top: -8px;
    padding: 0 18px 8px 0;
    background: #fff; }

/* line 2753, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.secondary-header-content {
  position: relative;
  top: -150px; }

/* line 2758, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.centered {
  margin: 0 auto;
  text-align: center; }

/* line 2762, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.centered .donate-btn {
  margin-bottom: 30px; }

/* line 2766, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.strapline {
  font-size: 48px;
  font-weight: bold;
  text-align: center; }

/* line 2772, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.leaded-copy {
  margin-bottom: 26px; }

/* line 2775, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.leaded-copy .description-promos .content p {
  font-family: "HelveticaNeueW02-55Roma";
  font-size: 14px; }

/* line 2779, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.leaded-copy .description-promos .content .promoted-copy {
  font-family: 'HelveticaNeueW02-85Heav'; }

/* line 2783, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promoted-copy {
  font-family: 'HelveticaNeueW02-75Bold'; }

/* line 2786, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promoted-copy.small {
  font-size: 18px; }

/* line 2789, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promoted-copy.small .donate-btn {
  display: inline-block; }

/* line 2792, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promoted-copy.medium {
  font-size: 24px; }

/* line 2795, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promoted-copy.medium .donate-btn {
  display: inline-block; }

/* line 2798, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promoted-copy.large {
  font-size: 30px;
  font-family: 'HelveticaNeueW02-85Heav';
  margin-bottom: 48px; }

/* line 2803, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promoted-copy.last {
  margin-bottom: 0; }

/* line 2807, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.telephone {
  color: #636262; }

/* line 2811, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.navbar-container {
  border-bottom: 5px solid #fc92a4;
  position: relative;
  z-index: 1; }

/* line 2817, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promo-image .fa-calendar {
  margin: 0 10px 0 0; }

/* line 2821, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.full-width-section {
  position: relative; }

/* line 2824, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.full-width-section.promo-section {
  top: -4px; }

/* line 2827, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.full-width-section .promo-image {
  float: left;
  height: 625px;
  overflow: hidden;
  margin-bottom: 0;
  width: 64% !important; }

/* line 2834, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.full-width-section .promo-image a {
  cursor: pointer;
  display: block;
  height: 100%;
  overflow: hidden;
  z-index: 1; }

/* line 2841, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.full-width-section .promo-image video {
  background: url("../img/emma-video-holder.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover; }

/* line 2847, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.full-width-section .promo-image img {
  width: 75vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

/* line 2852, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.full-width-section .promo-text {
  left: 50%;
  overflow: hidden;
  position: absolute;
  width: 585px;
  z-index: 1; }

/* line 2859, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.full-width-section .promo-text .top-promo {
  font-size: 1.857em;
  min-height: 0;
  padding: 24px;
  width: 100%; }

/* line 2865, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.full-width-section .promo-text .top-promo h2 {
  font-size: 36px; }

/* line 2868, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.full-width-section .promo-text .top-promo.large {
  margin-top: 50px;
  margin-bottom: 3em; }

/* line 2872, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.full-width-section .promo-cta {
  clear: right;
  float: right;
  text-align: right;
  width: 370px; }

/* line 2878, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.full-width-section .promo-cta .donate-btn {
  display: inline-block;
  width: 100%; }

/* line 2882, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.full-width-section.pink {
  background: url("../img/pink-banner.jpg") #fc92a4;
  background-position: center -100px;
  background-repeat: no-repeat;
  color: #fff;
  min-height: 300px;
  margin: 0 0 60px 0; }

/* line 2890, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.full-width-section.pink h2 {
  color: #fff !important;
  margin-bottom: 1.2em;
  margin-top: 1.2em; }

/* line 2895, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.full-width-section.pink p, .full-width-section.pink a {
  color: #fff !important; }

/* line 2898, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.full-width-section.pink .three-promos {
  margin-bottom: 20px; }

/* line 2902, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.modal-cta .cta {
  background: rgba(0, 0, 0, .6);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 120px;
  left: 50%;
  margin: -60px 0 0 -60px;
  position: absolute;
  top: 50%;
  width: 120px; }

/* line 2915, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.modal-cta .cta:before {
  font-size: 72px;
  left: 50%;
  margin: -38px 0 0 -22px;
  position: absolute;
  top: 50%; }

/* line 2923, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.main-content li {
  font-size: 1.143em; }

/* line 2927, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.advice-block {
  margin: 35px 0 10px 0; }

/* line 2931, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.video-modal {
  background: rgba(0, 0, 0, .9); }

/* line 2934, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.video-modal .video-holder {
  float: none;
  margin: 0 auto;
  padding-top: 2em; }

/* line 2939, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.video-modal .video-holder .button-holder {
  overflow: hidden; }

/* line 2942, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.video-modal .video-holder .button-holder .close {
  background: #000;
  color: #fff;
  font-size: 16px;
  opacity: 1;
  padding: 8px 16px;
  text-shadow: none; }

/* line 2950, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.video-modal .video-holder .donate-btn {
  font-size: 20px;
  padding: 16px; }

/* line 2954, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.video-modal .video-holder .modal-text {
  color: #fff;
  padding-top: 2em; }

/* line 2958, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.video-modal .video-holder .modal-text p {
  color: #fff; }

/* line 2961, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.video-modal .video-holder .modal-text .col-sm-4 .promo-cta {
  width: 100%;
  margin-left: 0; }

/* line 2965, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.video-modal .video-holder .modal-text .col-sm-4 .promo-cta .panel-pane {
  float: none;
  width: 100%; }

/* line 2969, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.video-modal .flex-video {
  border: 5px solid #000; }

/* line 2972, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.video-modal .flex-video .youtube-iframe {
  width: 100% !important; }

/* line 2976, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.pager li > a:hover, .pager li > span:hover {
  color: #fc92a4;
  background: #4A4949; }

/* line 2980, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.pager .active > a, .pager .active > a:focus, .pager .active > a:hover, .pager .active > span, .pager .active > span:focus, .pager .active > span:hover {
  border-color: #fc92a4;
  background: #fc92a4; }

/* line 2984, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.pager > li > a, .pager > li > span {
  border-radius: 0;
  color: #fff;
  border: none;
  background: #fc92a4; }

/* line 2990, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.pager li.pager-current {
  display: inline-block;
  border-color: #fc92a4;
  padding: 5px 14px;
  color: #fc92a4;
  background: #fff; }

/* line 2998, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
article ul, article ol {
  margin-bottom: 30px; }
  /* line 3000, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  article ul ul, article ul ol, article ol ul, article ol ol {
    margin-bottom: 10px; }

/* line 3005, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tags {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px; }

/* line 3010, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tags .tag-header {
  margin-bottom: 16px; }

/* line 3013, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tags .tag-header h3 {
  margin: 0; }

/* line 3016, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tags ul {
  padding: 0;
  margin: 0; }

/* line 3020, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tags li {
  float: left;
  font-weight: bold;
  list-style: none;
  margin: 0 3px 3px 0; }

/* line 3026, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tags a {
  display: inline-block;
  color: #fc92a4;
  border: solid 1px #fc92a4;
  padding: 0 5px; }

/* line 3033, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.form-control::-webkit-input-placeholder {
  color: #4A4949; }

/* line 3037, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #4A4949; }

/* line 3042, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #4A4949; }

/* line 3047, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.form-control:-ms-input-placeholder {
  color: #4A4949; }

/* line 3051, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.donate-btn {
  background: #fff450;
  color: #000;
  display: inline-block;
  font-family: 'HelveticaNeueW02-85Heav';
  font-size: 36px;
  padding: 20px;
  text-align: center; }

/* line 3060, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.donate-btn:hover {
  background: #636262;
  color: #fff450;
  text-decoration: none; }

/* line 3066, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promoted-copy .donate-btn {
  font-size: 24px;
  padding: 16px; }

/* line 3071, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.appeal-landing.landing h1, .appeal-landing.landing h2, .appeal-landing.landing p {
  color: #4f4f4f; }

/* line 3074, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.appeal-landing.landing .header {
  margin-bottom: 48px; }

/* line 3077, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.appeal-landing.landing .top-promo {
  margin: 78px 0 58px 0; }

/* line 3080, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.appeal-landing.landing .page-header {
  padding-bottom: 0; }

/* line 3083, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.appeal-landing.landing .page-footer .copyright {
  color: #fff; }

/* line 3086, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.appeal-landing.landing .flex-video {
  padding-top: 0;
  padding-bottom: 40%; }

/* line 3091, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-header {
  height: 110px;
  border-bottom: solid 1px #e0e0e0;
  background: #fff; }

/* line 3096, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-header .tagline {
  padding-top: 26px; }

/* line 3099, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-header .promoted-copy {
  padding-top: 8px;
  text-align: right; }

/* line 3103, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-header .donate-btn {
  float: right;
  font-size: 18px;
  margin-left: 10px;
  padding: 10px; }

/* line 3111, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-header .social li {
  width: 24px;
  height: 26px; }

/* line 3121, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.secondary-nav {
  position: absolute;
  top: -56px;
  right: 0; }

/* line 3127, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.newsletter-signup {
  float: right;
  margin: 0 10px 0 0;
  padding-top: 24px; }

/* line 3132, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.newsletter-signup .signup {
  display: inline-block;
  float: left;
  margin: 1px 20px 0 0;
  color: #4A4949;
  font-family: "HelveticaNeueW02-75Bold"; }

/* line 3139, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.newsletter-signup .img-responsive {
  float: left; }

/* line 3143, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.logo {
  display: block;
  position: relative;
  z-index: 9;
  padding: 16px 0 0 16px; }

/* line 3150, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.appeal-landing .logo {
  display: block;
  padding: 16px 0 13px 16px; }

/* line 3155, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.balloon img {
  max-width: 100% !important; }

/* line 3159, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.js .search-container {
  width: 66px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

/* line 3166, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.js .search-container.open {
  width: 50%; }

/* line 3169, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.js .search-container.open .search-bar .search {
  width: 100%;
  padding: 15px 15% 0 12px; }

/* line 3173, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.js .search-bar .search {
  width: 0;
  padding: 0; }

/* line 3178, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body .search-bar input::-webkit-input-placeholder {
  display: none; }

/* line 3181, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body .search-bar input:-moz-placeholder {
  display: none; }

/* line 3184, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body .search-bar input::-moz-placeholder {
  display: none; }

/* line 3187, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body .search-bar input:-ms-input-placeholder {
  display: none; }

/* line 3193, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.search-container {
  margin: 0; }

/* line 3196, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.search-container.open .search-bar .search-btn .fa-search {
  color: #fc92a4; }

/* line 3199, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.search-container .search-bar {
  height: 55px;
  min-width: 46px;
  border-left: solid 1px #e0e0e0;
  border-right: solid 1px #e0e0e0;
  overflow: hidden;
  padding: 0; }

/* line 3207, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.search-container .search-bar .form-group {
  width: 100%;
  height: 55px;
  position: relative;
  overflow: hidden; }

/* line 3213, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.search-container .search-bar .search {
  width: 100%;
  height: 55px;
  font-size: 1.286em;
  font-weight: bold;
  float: left;
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px #fc92a4;
  padding-top: 16px;
  padding-right: 15%; }

/* line 3228, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.search-container .search-bar .search-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: none;
  padding: 0; }

/* line 3236, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.search-container .search-bar .search-btn .fa, .search-container .search-bar .search-btn .carousel-container #prev-button, .carousel-container .search-container .search-bar .search-btn #prev-button, .search-container .search-bar .search-btn .carousel-container #next-button, .carousel-container .search-container .search-bar .search-btn #next-button {
  color: #4A4949; }

/* line 3239, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.search-container .search-bar .fa, .search-container .search-bar .carousel-container #prev-button, .carousel-container .search-container .search-bar #prev-button, .search-container .search-bar .carousel-container #next-button, .carousel-container .search-container .search-bar #next-button {
  line-height: 1.6em;
  font-size: 2em;
  color: #999999; }

/* line 3245, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.taxonomy-term-description {
  margin-bottom: 20px; }

/* line 3249, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.social {
  padding: 20px 0 0 0; }

/* line 3252, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.social ul {
  display: inline-block;
  float: right;
  border: solid 1px #fc92a4;
  padding: 0;
  margin: 0; }

/* line 3259, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.social li {
  width: 28px;
  height: 28px;
  float: left;
  list-style: none;
  border-right: solid 1px #fc92a4; }

/* line 3266, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.social li a {
  line-height: 2em;
  display: block;
  text-align: center; }

/* line 3271, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.social li .fa, .social li .carousel-container #prev-button, .carousel-container .social li #prev-button, .social li .carousel-container #next-button, .carousel-container .social li #next-button {
  font-size: 1.2em;
  text-align: center;
  color: #4A4949; }

/* line 3276, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.social li .fa:hover, .social li .carousel-container #prev-button:hover, .carousel-container .social li #prev-button:hover, .social li .carousel-container #next-button:hover, .carousel-container .social li #next-button:hover {
  color: #fc92a4; }

/* line 3279, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.social li.youtube {
  margin: 0; }

/* line 3282, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.social li.instagram {
  border-right: none; }

/* line 3286, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body ul.secondary-nav {
  float: right;
  padding: 20px 0 5px 0;
  margin: 0; }

/* line 3291, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body ul.secondary-nav li {
  float: left;
  font-size: 1em;
  list-style: none;
  padding-left: 20px; }

/* line 3297, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body ul.secondary-nav li a {
  color: #4A4949;
  font-family: "HelveticaNeueW02-75Bold"; }

/* line 3302, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.navbar {
  min-height: 1px;
  margin: 0; }

/* line 3306, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.navbar .navbar-nav {
  width: 100%;
  min-height: 1px;
  position: relative;
  z-index: 2;
  border: none;
  border-radius: 0;
  margin-top: -1px;
  background: #fc92a4; }

/* line 3316, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.navbar .navbar-nav li {
  font-size: 1.286em; }

/* line 3319, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.navbar .navbar-nav a {
  padding: 11px 20px 12px 20px;
  color: #fff;
  font-family: "HelveticaNeueW02-75Bold"; }

/* line 3324, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.navbar .navbar-nav a:hover {
  color: #4A4949;
  background: #fc92a4; }

/* line 3328, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.navbar .navbar-nav a.active {
  border-bottom: solid 2px #fff; }

/* line 3331, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.navbar .navbar-nav .donate {
  width: 150px;
  height: 50px;
  line-height: 2.5em;
  text-align: center;
  position: absolute;
  top: -1px;
  right: 15px;
  color: #4A4949;
  background: #fff450; }

/* line 3342, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.navbar .navbar-nav .donate:hover {
  color: #fff450;
  background: #4A4949; }

/* line 3346, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.navbar .navbar-nav .donate a {
  height: 50px;
  display: block;
  padding: 13px 0 0 0;
  color: #4A4949;
  background: #fff450; }

/* line 3353, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.navbar .navbar-nav .donate a:hover {
  color: #fff450;
  background: #4A4949; }

/* line 3358, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.nav > li > a:focus, .nav > li > a:hover {
  background: pink; }

/* line 3362, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.mobile {
  display: none; }

/* line 3366, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.top-promo-container {
  position: relative; }

/* line 3370, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.top-section {
  width: auto;
  height: auto;
  display: block;
  background-repeat: no-repeat;
  background-size: 1018px auto; }

/* line 3378, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.top-promo {
  width: 560px;
  z-index: 2;
  background: #fff none repeat scroll 0 0;
  padding: 40px 46px 20px;
  margin: 40px 0 40px 48%;
  background: #fff; }

/* line 3386, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.top-promo h1 {
  margin: 0 0 27px 0; }

/* line 3389, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.top-promo p {
  font-size: 1.288em;
  margin-bottom: 30px; }

/* line 3394, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.landing .nav-container {
  width: 100%;
  position: absolute;
  text-align: center;
  z-index: 10; }

/* line 3400, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.landing .navbar {
  margin-top: 0;
  margin-bottom: 55px; }

/* line 3404, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.landing .navbar .navbar-nav {
  z-index: 2; }

/* line 3407, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.landing h1 {
  font-size: 4em; }

/* line 3410, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.landing .top-promo-container {
  position: relative;
  margin-bottom: 40px; }

/* line 3414, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.landing .top-section {
  width: auto;
  height: auto;
  display: block;
  background-repeat: no-repeat; }

/* line 3420, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.landing .top-promo {
  width: 560px;
  z-index: 2;
  background: #fff none repeat scroll 0 0;
  padding: 40px 46px 20px;
  margin: 40px 0 40px 48%;
  background: #fff; }

/* line 3428, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.landing .top-promo h1 {
  margin: 0 0 27px 0; }

/* line 3431, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.landing .top-promo p {
  font-size: 1.288em;
  font-family: "HelveticaNeueW02-75Bold";
  margin-bottom: 30px; }

/* line 3436, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.landing .promo-left-block {
  width: 50%;
  float: left; }

/* line 3440, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.landing .promo-left-block .first {
  width: 360px;
  min-height: 320px;
  position: relative;
  float: right;
  margin: -30px 0 0 30px;
  background: none; }

/* line 3448, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.landing .promo-right-block {
  width: 50%;
  float: right; }

/* line 3452, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.landing .promo-right-block .promo {
  width: 270px;
  position: relative;
  min-height: 320px;
  float: left;
  margin-left: 30px;
  background: #fc92a4 none repeat scroll 0 0; }

/* line 3461, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.ld-bg-two .top-section .block-link-block {
  width: 370px;
  position: relative;
  float: left;
  margin-left: 30px; }

/* line 3467, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.ld-bg-two .promo-left-block {
  width: 61%; }

/* line 3470, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.ld-bg-two .promo-left-block .block-links {
  float: right;
  width: 800px; }

/* line 3474, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.ld-bg-two .promo-right-block {
  width: 39%; }

/* line 3477, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.ld-bg-two .promo-right-block .block-links {
  width: 400px;
  float: left; }

/* line 3482, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.landing.front .top-section {
  background-image: url("../img/fallback-homepage.jpg"); }

/* line 3485, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.landing.front .top-section body.landing.front .top-section {
  background-size: 50% auto; }

/* line 3489, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.front {
  font-size: 14px;
  color: #4A4949; }

/* line 3493, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.front .nav-container {
  width: 100%;
  position: absolute;
  text-align: center; }

/* line 3498, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.front .navbar {
  margin-top: 0;
  margin-bottom: 55px; }

/* line 3502, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.front .navbar .navbar-nav {
  z-index: 2; }

/* line 3505, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.front h1 {
  font-size: 4em; }

/* line 3508, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.front .top-section {
  width: auto;
  height: auto;
  display: block;
  background-repeat: no-repeat; }

/* line 3514, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.front .top-promo-container {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px; }

/* line 3519, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.front .creater .col-sm-7 {
  padding: 0; }

/* line 3522, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.front .creater h2 {
  margin-top: 56px; }

/* line 3525, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.front .promos {
  width: 100%;
  overflow: hidden;
  margin-bottom: 60px; }

/* line 3530, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.front .promos .content p {
  font-family: "HelveticaNeueW02-85Heav"; }

/* line 3533, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.front .carousel {
  margin-top: 46px; }

/* line 3536, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.front .content-bottom .related-links {
  min-height: 468px; }

/* line 3540, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-long-arrow-right, .grey.fa-long-arrow-right, .grey .fa-long-arrow-right, a .grey.fa-long-arrow-right {
  display: inline-block;
  width: 15px;
  height: 10px;
  background: url("../img/arrow-grey.svg");
  background-size: cover; }

/* line 3547, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.fa-long-arrow-right:before, .grey.fa-long-arrow-right:before, .grey .fa-long-arrow-right:before, a .grey.fa-long-arrow-right:before {
  content: "" !important; }

/* line 3551, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
a .fa-long-arrow-right, .pink.fa-long-arrow-right, .pink .fa-long-arrow-right {
  background: url("../img/arrow-pink.svg"); }

/* line 3555, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.header {
  width: 100%;
  height: 37px;
  position: relative;
  margin-bottom: 12px;
  background: #f2f2f2; }

/* line 3562, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.header h2, .header h3 {
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 30px;
  color: #4A4949;
  background: #fff; }

/* line 3570, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.header h3 {
  font-size: 1.286em; }

/* line 3574, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
#full-carousel .carousel-item-container {
  display: block;
  float: left;
  margin-right: 0;
  width: 490px; }

/* line 3580, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
#full-carousel a {
  display: block;
  font-family: 'HelveticaNeueW02-75Bold'; }

/* line 3584, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
#full-carousel a:hover {
  text-decoration: none; }

/* line 3587, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
#full-carousel .carousel-item .thumbnail {
  width: 100%;
  height: 100%;
  position: relative;
  border: none;
  border-radius: 0;
  padding: 5px;
  margin-bottom: 0; }

/* line 3596, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
#full-carousel .carousel-item .thumbnail h2 {
  border-top: solid 5px #fff; }

/* line 3599, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
#full-carousel .carousel-item .thumbnail:hover .overlay {
  width: 99%;
  height: 100%;
  position: absolute;
  opacity: 0.3;
  background: #fc92a4; }

/* line 3606, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
#full-carousel .carousel-item .thumbnail:hover {
  opacity: 0.3em;
  background: #fc92a4;
  background: #fc92a4; }

/* line 3611, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
#full-carousel .carousel-item .thumbnail:hover h2 {
  border-top: solid 5px #fc92a4; }

/* line 3614, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
#full-carousel .carousel-item .thumbnail .caption {
  width: 99%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0; }

/* line 3621, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
#full-carousel .carousel-item .thumbnail .caption h2 {
  width: 60%;
  font-size: 1.286em;
  line-height: 1.4em;
  margin: 0;
  padding: 5px 10px 0 10px;
  color: #4A4949;
  background: #fff; }

/* line 3630, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
#full-carousel .carousel-item .thumbnail .caption h3 {
  width: 60%;
  position: relative;
  font-size: 2.143em;
  line-height: 1.1em;
  font-family: '';
  color: #fc92a4;
  margin: 0 0 -5px 0;
  padding: 10px 10px 10px 10px;
  background: #fff; }

/* line 3641, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
#full-carousel .carousel-item .thumbnail .caption .content-hidden {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  max-height: 0;
  overflow: hidden;
  background: #fff; }

/* line 3650, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
#full-carousel .carousel-item .thumbnail .caption .content-hidden a {
  display: inline-block; }

/* line 3653, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
#full-carousel .carousel-item .thumbnail .caption:hover .content-hidden {
  width: 100%;
  max-height: 300px;
  overflow: visible; }

/* line 3658, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
#full-carousel .carousel-item .thumbnail .caption .content {
  border-top: 5px solid #fc92a4;
  padding: 10px; }

/* line 3662, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
#full-carousel .carousel-item .thumbnail .caption .fa-long-arrow-right {
  margin-left: 5px; }

/* line 3665, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
#full-carousel .carousel-item .thumbnail .caption .fa-pencil {
  margin: 0 5px 0 30px; }

/* line 3668, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
#full-carousel .carousel-item .thumbnail .caption .read-more {
  display: inline-block; }

/* line 3671, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
#full-carousel .carousel-item .thumbnail .caption .read-more:hover {
  text-decoration: underline; }

/* line 3674, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
#full-carousel .carousel-item-spacer {
  margin: 0 12px 0 12px; }

/* line 3678, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.carousel-container {
  margin-top: 46px;
  position: relative;
  overflow: hidden; }

/* line 3683, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.carousel-container #prev, .carousel-container #next {
  background-color: rgba(255, 255, 255, .7);
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  width: 50%;
  top: 0;
  position: absolute;
  z-index: 11; }

/* line 3693, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.carousel-container #prev-button, .carousel-container #next-button {
  width: 60px;
  height: 180px;
  display: block;
  position: absolute;
  top: calc(50% - 90px);
  color: #fff;
  background: #fc92a4;
  z-index: 12;
  text-decoration: none;
  text-align: center; }

/* line 3705, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.carousel-container #prev-button:before, .carousel-container #next-button:before {
  position: relative;
  top: calc(50% - 28px); }

/* line 3709, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.carousel-container #next-button {
  right: 0; }

/* line 3712, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.carousel-container #prev {
  left: -494px; }

/* line 3715, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.carousel-container #next {
  right: -494px; }

/* line 3719, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.full.carousel {
  height: 680px; }

/* line 3722, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.full.carousel .col-sm-6 {
  margin-left: -15px;
  margin-right: -15px; }

/* line 3726, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.full.carousel .thumbnail {
  width: 100%;
  height: 100%;
  position: relative;
  border: none;
  border-radius: 0;
  padding: 0;
  margin-bottom: 30px; }

/* line 3735, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.full.carousel .thumbnail .caption {
  width: 60%;
  height: 154px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  background: #fff; }

/* line 3744, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.full.carousel .thumbnail .caption h2 {
  font-size: 1.286em;
  color: #4A4949; }

/* line 3748, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.full.carousel .thumbnail .caption h3 {
  font-size: 2.143em;
  color: #fc92a4; }

/* line 3753, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.featured-content .featured {
  position: relative; }

/* line 3756, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.featured-content .caption {
  width: 60%;
  height: 154px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  background: #fff; }

/* line 3765, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.featured-content .caption h2 {
  font-size: 1.286em;
  color: #4A4949;
  margin-top: 0; }

/* line 3770, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.featured-content .caption h3 {
  line-height: 1em;
  font-size: 1.5em;
  color: #fc92a4;
  margin-top: 0; }

/* line 3777, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.breadcrumbs {
  line-height: 45px;
  border-top: solid 2px #f2f2f2;
  padding: 0 15px;
  margin-top: -1px;
  z-index: 1000;
  overflow: hidden;
  background: #fff; }

/* line 3786, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.breadcrumbs .you-are-here {
  float: left;
  margin: 12px 8px 0 0;
  color: #4A4949; }

/* line 3791, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.breadcrumbs .breadcrumb {
  font-weight: bold;
  padding: 0 8px;
  background: none; }

/* line 3796, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.breadcrumbs .breadcrumb > li {
  float: left; }

/* line 3799, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.breadcrumbs .breadcrumb > li + li::before {
  display: inline-block;
  color: #fc92a4;
  content: "> "; }

/* line 3805, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promo {
  width: 22%;
  min-height: 320px;
  position: relative;
  float: left;
  margin-left: 30px;
  background: #fc92a4; }

/* line 3813, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promo .promo-header {
  width: 100%;
  overflow: hidden;
  background: #fc92a4; }

/* line 3818, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promo .promo-header h2 {
  float: left;
  padding: 0 20px 8px 0;
  margin-top: 0;
  color: #4A4949;
  background: #fff;
  font-size: 24px;
  line-height: 24px; }

/* line 3827, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promo .content {
  padding: 20px;
  background: #fc92a4; }

/* line 3831, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promo p {
  line-height: 1em;
  /* font-weight: bold; */
  font-size: 2.571em;
  font-family: "HelveticaNeueW02-75Bold";
  margin-bottom: 0; }

/* line 3838, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promo.first .promo-header {
  background: none; }

/* line 3841, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promo.first h2 {
  float: left;
  padding: 0 1px;
  text-shadow: 1px 1px 1px #000000;
  margin-top: 30px;
  margin-bottom: 0;
  color: #fff;
  background: none;
  font-size: 24px;
  line-height: 28px; }

/* line 3852, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promo.first .pink-block {
  width: 90px;
  height: 35px;
  display: inline-block;
  float: right;
  margin-top: 30px;
  background: #fc92a4; }

/* line 3860, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promo.first .content {
  min-height: 285px;
  background: #fc92a4; }

/* line 3865, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.module h2 {
  position: relative;
  z-index: 9999; }

/* line 3869, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.module h3 {
  font-size: 1.286em;
  color: #4A4949;
  background: #fff; }

/* line 3874, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.module h3.pink {
  color: #fc92a4; }

/* line 3878, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body .block-links {
  width: 100%;
  overflow: hidden; }

/* line 3882, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body .block-links .inner-container {
  min-height: 300px;
  margin-bottom: 20px;
  padding: 18px;
  background: #fc92a4; }

/* line 3888, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body .block-links .inner-container a .fa-long-arrow-right {
  width: 47px;
  height: 33px;
  background: url("../img/arrow-grey.svg");
  background-size: 47px 33px; }

/* line 3894, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body .block-links h2 {
  line-height: 1.2em;
  font-size: 2.143em;
  margin: 0;
  padding: 0 0 18px 0;
  color: #fff;
  background: #fc92a4; }

/* line 3902, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body .block-links h2 a {
  font-family: "HelveticaNeueW02-75Bold"; }

/* line 3905, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body .block-links h2 a, body .block-links p {
  color: #fff;
  background: #fc92a4; }

/* line 3909, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body .block-links h2 a:hover, body .block-links p:hover {
  color: #fff; }

/* line 3912, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body .block-links ul {
  padding: 0; }

/* line 3915, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body .block-links p, body .block-links li {
  font-size: 1.286em;
  list-style: none;
  font-weight: normal;
  color: #fff; }

/* line 3921, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body .block-links p .fa, body .block-links p .carousel-container #prev-button, .carousel-container body .block-links p #prev-button, body .block-links p .carousel-container #next-button, .carousel-container body .block-links p #next-button, body .block-links li .fa, body .block-links li .carousel-container #prev-button, .carousel-container body .block-links li #prev-button, body .block-links li .carousel-container #next-button, .carousel-container body .block-links li #next-button {
  position: relative;
  font-size: 1em;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

/* line 3929, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body .block-links .content {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-bottom: 20px;
  background: #fc92a4; }

/* line 3936, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body .block-links .content a {
  color: #fff; }

/* line 3939, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body .block-links .fa, body .block-links .carousel-container #prev-button, .carousel-container body .block-links #prev-button, body .block-links .carousel-container #next-button, .carousel-container body .block-links #next-button {
  font-size: 4em;
  position: absolute;
  bottom: 45px;
  right: 25px;
  color: #4A4949; }

/* line 3946, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body .block-links .fa.fa-long-arrow-right, body .block-links .carousel-container .fa-long-arrow-right#prev-button, .carousel-container body .block-links .fa-long-arrow-right#prev-button, body .block-links .carousel-container .fa-long-arrow-right#next-button, .carousel-container body .block-links .fa-long-arrow-right#next-button {
  width: 47px;
  height: 33px;
  background-size: 47px 33px; }

/* line 3951, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body .block-links:hover {
  text-decoration: none; }

/* line 3954, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body .block-links li {
  font-size: 1.5em; }

/* line 3957, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body .block-links li .fa.fa-long-arrow-right, body .block-links li .carousel-container .fa-long-arrow-right#prev-button, .carousel-container body .block-links li .fa-long-arrow-right#prev-button, body .block-links li .carousel-container .fa-long-arrow-right#next-button, .carousel-container body .block-links li .fa-long-arrow-right#next-button {
  width: 30px;
  height: 16px;
  background-size: 30px 16px; }

/* line 3962, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body .block-links .inner-container.alt-style {
  background: #4A4949; }

/* line 3965, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body .block-links .inner-container.alt-style .content, body .block-links .inner-container.alt-style h2, body .block-links .inner-container.alt-style p, body .block-links .inner-container.alt-style h2 a, body .block-links .inner-container.alt-style .inner-container {
  color: #fff;
  background: #4A4949; }

/* line 3969, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body .block-links .inner-container.alt-style a .fa-long-arrow-right {
  width: 47px;
  height: 33px;
  background: url("../img/arrow-pink.svg");
  background-size: 47px 33px; }

/* line 3975, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body .block-links .inner-container.alt-style .fa, body .block-links .inner-container.alt-style .carousel-container #prev-button, .carousel-container body .block-links .inner-container.alt-style #prev-button, body .block-links .inner-container.alt-style .carousel-container #next-button, .carousel-container body .block-links .inner-container.alt-style #next-button {
  color: #fc92a4;
  background: url("../img/arrow-pink.svg");
  background-size: 47px 33px; }

/* line 3981, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.block-links-list {
  list-style: none;
  padding-left: 0; }

/* line 3985, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.block-links-list li {
  background: #fc92a4;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 30px 26px; }

/* line 3991, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.block-links-list li h4 {
  color: #fff;
  font-size: 2.15em;
  margin-top: 0; }

/* line 3996, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.block-links-list li p {
  color: #fff;
  font-size: 1.28em; }

/* line 4000, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.block-links-list li .fa-long-arrow-right {
  float: right;
  height: 38px;
  width: 54px; }

/* line 4006, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.region-selector-section .selection {
  font-size: 1.5em; }

/* line 4009, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.region-selector-section .selected-region {
  font-family: "HelveticaNeueW02-75Bold"; }

/* line 4012, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.region-selector-section .open-region-selector {
  float: right;
  font-family: "HelveticaNeueW02-75Bold";
  font-size: 18px; }

/* line 4017, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.region-selector-section .open-region-selector i svg {
  fill: #4A4949; }

/* line 4020, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.region-selector-section .region {
  display: inline-block;
  cursor: pointer;
  text-decoration: none; }

/* line 4025, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.region-selector-section .region .module {
  background: #4A4949;
  height: 350px;
  overflow: hidden;
  position: relative; }

/* line 4031, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.region-selector-section .region .module .content-overlay {
  background: #fff;
  color: #4A4949;
  overflow: hidden;
  padding: 1px 10px 10px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  top: -60px;
  width: 95%; }

/* line 4041, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.region-selector-section .region:hover .module {
  text-decoration: none; }

/* line 4044, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.region-selector-section .region:hover .module .content-overlay {
  top: -155px; }

/* line 4048, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.twitter-blog p {
  font-size: 2.143em;
  line-height: 1.1em; }

/* line 4053, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.section-page-not-found .navbar {
  margin: -1px 0 300px 0; }

/* line 4057, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
table td {
  padding: 5px; }

/* line 4061, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.reseach-charity {
  position: relative;
  padding-top: 98px; }

/* line 4065, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.reseach-charity .container {
  padding-bottom: 56px;
  margin-bottom: 30px; }

/* line 4069, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.reseach-charity .heart-logo {
  display: block;
  text-align: center;
  margin-bottom: 20px; }

/* line 4074, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.reseach-charity .heart-logo .img-responsive {
  display: inline-block; }

/* line 4077, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.reseach-charity .promo-text {
  font-size: 3.429em;
  line-height: 1em; }

/* line 4082, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.module .fa, .module .carousel-container #prev-button, .carousel-container .module #prev-button, .module .carousel-container #next-button, .carousel-container .module #next-button {
  margin-right: 7px; }

/* line 4085, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.module .date {
  font-weight: bold;
  font-size: 0.9em; }

/* line 4090, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.three-promos .inner-container {
  min-height: 300px;
  padding: 18px;
  margin-bottom: 30px;
  background: #fc92a4; }

/* line 4096, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.three-promos .inner-container .content {
  padding-bottom: 10px; }

/* line 4099, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.three-promos .inner-container h2 {
  margin: 0 0 16px 0; }

/* line 4102, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.three-promos .inner-container h2, .three-promos .inner-container h3, .three-promos .inner-container h4, .three-promos .inner-container p, .three-promos .inner-container li, .three-promos .inner-container a {
  color: #fff; }

/* line 4105, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.three-promos .inner-container h2 {
  font-size: 2.143em; }

/* line 4108, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.three-promos .inner-container a.block-link .fa-long-arrow-right {
  position: absolute;
  bottom: 32px;
  right: 24px; }

/* line 4113, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.three-promos .inner-container p {
  font-size: 1.286em; }

/* line 4116, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.three-promos .inner-container .fa-long-arrow-right {
  width: 47px;
  height: 33px;
  background: url("../img/arrow-grey.svg") no-repeat !important; }

/* line 4121, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.three-promos .module {
  position: relative;
  overflow: hidden;
  padding: 0; }

/* line 4126, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.three-promos .module .header {
  height: auto;
  z-index: 1500; }

/* line 4130, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.three-promos .module .header h2, .three-promos .module .header h3 {
  color: #4A4949;
  padding-left: 5px;
  margin-top: -3px; }

/* line 4135, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.three-promos .module .header h2 a, .three-promos .module .header h3 a {
  color: #fc92a4;
  font-family: "HelveticaNeueW02-75Bold";
  line-height: 24px; }

/* line 4140, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.three-promos .module .header h2 a .fa, .three-promos .module .header h2 a .carousel-container #prev-button, .carousel-container .three-promos .module .header h2 a #prev-button, .three-promos .module .header h2 a .carousel-container #next-button, .carousel-container .three-promos .module .header h2 a #next-button, .three-promos .module .header h3 a .fa, .three-promos .module .header h3 a .carousel-container #prev-button, .carousel-container .three-promos .module .header h3 a #prev-button, .three-promos .module .header h3 a .carousel-container #next-button, .carousel-container .three-promos .module .header h3 a #next-button {
  position: static !important;
  font-size: 1em !important; }

/* line 4144, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.three-promos .module .img-responsive {
  width: 100% !important;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease; }

/* line 4148, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.three-promos .module .content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

/* line 4156, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.three-promos .module .content a.btn {
  position: relative;
  display: block;
  z-index: 9999; }

/* line 4161, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.three-promos .module .content p {
  position: relative;
  z-index: 999; }

/* line 4165, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.three-promos .module a {
  display: block;
  text-decoration: none; }

/* line 4169, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.three-promos .module a h2 {
  color: #fff;
  font-size: 24px;
  line-height: 28px; }

/* line 4174, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.three-promos .module .contenthover, .three-promos .module .content-overlay {
  width: 90%;
  position: absolute;
  bottom: 0;
  left: -5px;
  z-index: 999;
  padding: 0 20px 15px;
  color: #fff;
  background: #fc92a4;
  overflow: hidden; }

/* line 4185, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.three-promos .module .overlay {
  width: 100%;
  height: 100%;
  background: none; }

/* line 4190, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.three-promos .module .overlay a {
  width: 100%;
  height: 100%;
  position: relative; }

/* line 4195, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.three-promos .module:hover .overlay {
  position: absolute;
  top: 0;
  left: 0;
  border: solid 3px #fc92a4; }

/* line 4201, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.three-promos .module:hover .overlay a {
  opacity: 0.3;
  z-index: 99;
  background: #fc92a4; }

/* line 4206, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.three-promos .module:hover .content {
  max-height: 300px;
  overflow: visible; }

/* line 4210, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.three-promos.alt-style a {
  text-decoration: none; }

/* line 4213, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.three-promos.alt-style a h2 {
  color: #fc92a4; }

/* line 4216, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.three-promos.alt-style .contenthover {
  color: #4A4949;
  background: #fff; }

/* line 4220, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.three-promos.alt-style:hover {
  background: none; }

/* line 4223, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.three-promos.alt-style:hover .overlay {
  border: none; }

/* line 4226, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.three-promos.alt-style:hover .overlay a {
  opacity: 1;
  background: none; }

/* line 4230, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.three-promos.no-hover .content {
  display: block; }

/* line 4233, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.three-promos.no-hover .content-overlay {
  width: 80%;
  color: #4A4949;
  background: #fff; }

/* line 4239, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.three-promos .inner-container a.block-link .fa-long-arrow-right {
  bottom: 45px;
  right: 24px; }

/* line 4244, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.description-promos .content {
  background: #fff;
  padding: 26px 12px;
  position: relative;
  top: -42px;
  width: 85%; }

/* line 4251, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.description-promos .content p {
  font-family: 'HelveticaNeueW02-85Heav'; }

/* line 4255, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.video-promos {
  min-height: 295px; }

/* line 4258, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.video-promos .content {
  position: absolute;
  bottom: -78px;
  top: auto;
  width: 85%; }

/* line 4264, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.video-promos .modal-cta {
  display: inline-block;
  position: relative; }

/* line 4268, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.video-promos .modal-cta i {
  height: 70px;
  width: 70px; }

/* line 4272, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.video-promos .modal-cta i:before {
  font-size: 48px;
  margin: -24px 0 0 -15px; }

/* line 4276, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.video-promos .modal-cta img {
  width: 100%; }

/* line 4280, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.value-promo {
  float: left;
  overflow: hidden; }

/* line 4284, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.value-promo .content {
  border: 1px solid #fff;
  padding: 65px 0;
  overflow: hidden;
  text-align: center;
  vertical-align: middle; }

/* line 4291, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.value-promo .content .promoted-copy {
  font-size: 30px; }

/* line 4294, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.value-promo .content .hover-content {
  background: #fff;
  height: 100%;
  position: absolute;
  -webkit-transition: top 0.5s ease-out;
  -o-transition: top 0.5s ease-out;
  transition: top 0.5s ease-out;
  top: -100%;
  width: 96%; }

/* line 4302, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.value-promo .content .hover-content h3 {
  color: #fc92a4;
  margin-bottom: 12px; }

/* line 4306, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.value-promo .content .hover-content p {
  color: #636262; }

/* line 4309, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.value-promo .content .hover-content .cta-text {
  font-family: 'HelveticaNeueW02-75Bold';
  margin-top: 6px; }

/* line 4313, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.value-promo:hover .hover-content, .value-promo.clicked .hover-content {
  top: 0; }

/* line 4317, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.donation-promos {
  margin-bottom: 32px; }

/* line 4320, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.donation-promos .donation-promo .content {
  background: #fc92a4;
  color: #fff;
  min-height: 230px;
  padding: 10px 6%; }

/* line 4326, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.donation-promos .donation-promo.grey .content {
  background: #636262; }

/* line 4329, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.donation-promos .donation-promo.grey .content .donate-btn {
  position: absolute;
  padding: 16px 54px; }

/* line 4334, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.research-donation .promoted-copy {
  padding: 12px 0; }

/* line 4337, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.research-donation .donate-btn {
  font-size: 24px;
  padding: 12px;
  width: 100%; }

/* line 4343, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.four-promos {
  position: relative; }

/* line 4346, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.four-promos .module.research {
  background-image: url("../img/breast-cancer-research.png"); }

/* line 4349, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.four-promos .module.get-involved {
  background-image: url("../img/get-involved.png"); }

/* line 4352, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.four-promos .module.who-we-are {
  background-image: url("../img/who-we-are.png"); }

/* line 4355, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.four-promos .act-now {
  font-size: 2.571em; }

/* line 4358, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.four-promos .content {
  width: 88%;
  height: 37%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  background: #fff; }

/* line 4367, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.four-promos h2 {
  font-size: 1.3em; }

/* line 4370, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.four-promos p {
  font-size: 1em;
  font-family: "HelveticaNeueW02-75Bold";
  line-height: 40px; }

/* line 4375, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.four-promos .content p {
  line-height: 24px; }

/* line 4378, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.four-promos .content p span {
  font-weight: normal !important;
  font-family: 'HelveticaNeueW02-75Bold' !important; }

/* line 4382, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.four-promos .img-responsive {
  width: 100%; }

/* line 4386, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.four-promos.with-hover .module {
  height: auto;
  position: relative;
  padding: 5px; }

/* line 4391, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.four-promos.with-hover .module .header h2, .four-promos.with-hover .module .header h3 {
  color: #4A4949;
  padding-left: 5px; }

/* line 4395, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.four-promos.with-hover .module .header h2 a, .four-promos.with-hover .module .header h3 a {
  color: #fc92a4; }

/* line 4398, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.four-promos.with-hover .module .content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: #fc92a4; }

/* line 4407, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.four-promos.with-hover .module a {
  text-decoration: none; }

/* line 4410, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.four-promos.with-hover .module a h2 {
  color: #fff; }

/* line 4413, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.four-promos.with-hover .module .overlay {
  width: 100%;
  height: 100%;
  opacity: 0.3em;
  background: #fc92a4; }

/* line 4419, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.four-promos.with-hover .module:hover {
  background: #fc92a4; }

/* line 4422, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.four-promos.with-hover .module:hover .overlay {
  width: 100%;
  height: 100%;
  background: #fc92a4;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3; }

/* line 4431, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.four-promos.with-hover .module:hover .content {
  max-height: 300px;
  overflow: visible; }

/* line 4435, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.four-promos.with-hover .contenthover, .four-promos.with-hover .content-overlay {
  width: 90%;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: 9;
  padding: 0 20px;
  color: #fff;
  background: #fc92a4;
  margin-left: 2%;
  overflow: hidden; }

/* line 4447, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.four-promos.with-hover.alt-style .module {
  background: none; }

/* line 4450, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.four-promos.with-hover.alt-style a {
  text-decoration: none; }

/* line 4453, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.four-promos.with-hover.alt-style a h2 {
  color: #fc92a4; }

/* line 4456, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.four-promos.with-hover.alt-style .contenthover {
  color: #fc92a4;
  background: #fff; }

/* line 4460, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.four-promos.with-hover.alt-style:hover {
  background: none; }

/* line 4463, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.four-promos.with-hover.alt-style:hover .overlay {
  width: 100%;
  height: 100%;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1; }

/* line 4472, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.four-promos.with-hover.no-hover .content {
  display: block; }

/* line 4475, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.four-promos.with-hover.no-hover .content-overlay {
  width: 80%;
  color: #4A4949;
  background: #fff; }

/* line 4481, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.links {
  position: relative;
  padding: 44px 0 54px 0; }

/* line 4485, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.links .module {
  min-height: 96px;
  background: #4A4949; }

/* line 4489, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.links .module.research p {
  font-weight: normal; }

/* line 4492, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.links .header a {
  color: #fc92a4; }

/* line 4495, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.links .content {
  padding: 40px 20px 10px 20px;
  bottom: 0; }

/* line 4499, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.links p {
  font-size: 1.714em;
  color: #fff; }

/* line 4503, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.links a {
  color: #fff; }

/* line 4506, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.links .fa, .links .carousel-container #prev-button, .carousel-container .links #prev-button, .links .carousel-container #next-button, .carousel-container .links #next-button {
  width: 32px;
  height: 22px;
  position: relative;
  top: 3px;
  margin-left: 5px; }

/* line 4514, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.related-promos {
  margin-top: 30px; }

/* line 4517, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.related-promos .three-promos .module {
  min-height: 350px;
  background-image: url("../img/fallback-petals.jpg");
  background-repeat: no-repeat;
  background-size: cover; }

/* line 4524, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.related-promos {
  position: relative; }

/* line 4527, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.related-promos .four-promos .content {
  height: auto;
  position: relative;
  padding: 0; }

/* line 4539, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.related-promos .three-promos .col-sm-4 .module h2 {
  line-height: 18px;
  font-size: 18px; }

/* line 4556, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.related-promos img {
  width: 100% !important; }

/* line 4564, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.bottom-bg {
  text-align: center; }

/* line 4567, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.bottom-bg .img-responsive {
  display: inline-block; }

/* line 4571, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.media-enquiry {
  min-height: 326px;
  border-bottom: solid 1px #ececec;
  margin-bottom: 50px;
  background: #f2f2f2; }

/* line 4577, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.media-enquiry .content {
  padding: 20px; }

/* line 4580, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.media-enquiry .content p {
  font-size: 1em; }

/* line 4584, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.e-newsletter {
  min-height: 326px;
  border-bottom: solid 1px #ececec;
  margin-bottom: 50px;
  color: #fff;
  background: #fc92a4; }

/* line 4591, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.e-newsletter .header {
  background: #fc92a4; }

/* line 4594, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.e-newsletter .header h2 {
  color: #4A4949; }

/* line 4597, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.e-newsletter .content {
  overflow: hidden;
  padding: 20px; }

/* line 4601, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.e-newsletter .content p {
  font-size: 1em; }

/* line 4604, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.e-newsletter .form-control {
  font-weight: bold;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 #fff;
          box-shadow: 0 0 0 #fff; }

/* line 4610, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.e-newsletter .select {
  width: 20.5%;
  float: left;
  margin-right: 1%; }

/* line 4615, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.e-newsletter .first-name {
  width: 33.8%;
  float: left;
  margin-right: 1%; }

/* line 4620, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.e-newsletter .last-name {
  width: 43.5%;
  float: left; }

/* line 4624, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.e-newsletter .email-text {
  width: 70%;
  float: left;
  margin-right: 5%; }

/* line 4629, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.e-newsletter .signup {
  width: 25%;
  float: left; }

/* line 4633, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.e-newsletter .signup .btn {
  width: 100%;
  padding: 0; }

/* line 4638, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.content-bottom {
  min-height: 600px;
  padding-top: 88px;
  background-image: url("../img/homepage-bottom-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

/* line 4646, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.content-bottom .donation-form .col-sm-12 {
  margin-bottom: 20px; }

/* line 4649, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.content-bottom .donation-form label {
  font-size: 1.286em;
  font-weight: bold; }

/* line 4653, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.content-bottom .donation-form select {
  font-size: 1.286em;
  font-weight: bold;
  color: #fc92a4;
  border: none;
  border-bottom: 1px solid #fc92a4; }

/* line 4660, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.content-bottom .donation-form .to-give {
  position: relative; }

/* line 4663, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.content-bottom .donation-form .to-give p {
  font-size: 1.286em; }

/* line 4666, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.content-bottom .donation-form .circle-container {
  margin: 10px 0; }

/* line 4669, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.content-bottom .donation-form .set-amount {
  width: 100%;
  overflow: hidden; }

/* line 4673, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.content-bottom .donation-form .set-amount label {
  width: 100%;
  display: block; }

/* line 4677, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.content-bottom .donation-form .set-amount .input-text {
  width: 110px;
  height: 48px;
  text-align: center;
  font-size: 1.5em;
  border: solid 1px #fc92a4; }

/* line 4684, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.content-bottom .donation-form .set-amount p {
  float: right;
  font-size: 1.286em;
  color: #fc92a4; }

/* line 4689, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.content-bottom .donation-form .set-amount .fa-long-arrow-right {
  width: 15px;
  height: 10px;
  background-size: 15px 10px; }

/* line 4694, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.content-bottom p, .content-bottom li {
  font-size: 2.571em;
  line-height: 1.2em;
  font-family: "HelveticaNeueW02-75Bold"; }

/* line 4699, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.content-bottom .promo-text {
  width: 30.5%;
  min-height: 468px;
  float: left;
  margin-left: 10%;
  padding: 30px;
  background: #fc92a4; }

/* line 4707, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.content-bottom .row .donation-form {
  padding: 30px 30px 0 30px; }

/* line 4710, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.content-bottom .related-links, .content-bottom .donation-form {
  width: 59.5%;
  min-height: 468px;
  float: left;
  padding: 30px;
  background: #fff; }

/* line 4717, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.content-bottom .related-links h2, .content-bottom .donation-form h2 {
  line-height: 1.1em;
  font-size: 5.143em;
  margin: 0 0 36px 0; }

/* line 4722, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.content-bottom .related-links h3, .content-bottom .donation-form h3 {
  font-size: 4em;
  line-height: 1em;
  margin: 0 0 20px; }

/* line 4727, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.content-bottom .related-links ul, .content-bottom .donation-form ul {
  padding: 0;
  margin: 0; }

/* line 4731, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.content-bottom .related-links li, .content-bottom .donation-form li {
  font-size: 2.571em;
  list-style: none; }

/* line 4735, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.content-bottom .related-links li a, .content-bottom .donation-form li a {
  color: #4A4949; }

/* line 4738, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.content-bottom .related-links .fa-long-arrow-right, .content-bottom .donation-form .fa-long-arrow-right {
  width: 30px;
  height: 20px;
  position: relative;
  top: 1px;
  margin-left: 7px;
  background-size: 30px 20px; }

/* line 4747, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
cite {
  font-style: normal;
  color: #4A4949; }

/* line 4751, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
cite span {
  color: #999; }

/* line 4755, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.intro-copy p {
  position: relative;
  line-height: 1.3em;
  font-size: 1.714em;
  padding: 0 12% 0 0;
  margin-bottom: 30px; }

/* line 4763, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promo-image {
  position: relative;
  margin-bottom: 30px; }

/* line 4767, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promo-image.with-border {
  border-bottom: solid 2px #fc92a4; }

/* line 4770, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promo-image.pink-border {
  border-bottom: solid 5px #fc92a4; }

/* line 4773, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promo-image .img-responsive {
  width: 100%; }

/* line 4776, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promo-image.img-reponsive img {
  width: 100%; }

/* line 4779, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promo-image .promo-image-header {
  font-weight: bold;
  position: absolute;
  top: -8px;
  left: 0;
  padding: 0 30px 8px 0;
  background: #fff; }

/* line 4787, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promo-image .overlay-logo {
  display: none; }

/* line 4790, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promo-image .image-container {
  width: 100%;
  height: 100%;
  position: relative; }

/* line 4795, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promo-image .image-container .overlay-logo {
  position: absolute;
  top: 75%;
  left: 16px; }

/* line 4800, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promo-image .figcaption {
  width: 85.1%;
  display: inline-block;
  position: relative;
  z-index: 10;
  border-bottom: solid 1px #e7e7e7;
  padding: 10px 20px;
  margin: -26px 0 0 15%;
  background: #fff; }

/* line 4811, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.youtube {
  overflow: hidden;
  margin: 30px 0; }

/* line 4816, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.feature-content {
  position: relative;
  margin: 40px 0;
  background: #fc92a4; }

/* line 4821, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.feature-content .overlay-label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.286em;
  padding: 0 24px 5px 0;
  margin-top: -10px;
  background: #fff; }

/* line 4830, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.feature-content .content {
  width: 67%;
  position: absolute;
  bottom: 2px;
  right: 0;
  padding: 20px;
  background: #fff; }

/* line 4838, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.feature-content .content h2 {
  margin: 0 0 14px 0; }

/* line 4841, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.feature-content .content .select {
  height: 50px;
  border: solid 1px #fc92a4; }

/* line 4845, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.feature-content .content .input-text {
  width: 120px;
  height: 50px;
  font-size: 1.286em;
  float: left;
  padding: 0 10px;
  border: solid 1px #fc92a4; }

/* line 4853, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.feature-content .content label {
  width: 100%;
  display: block; }

/* line 4857, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.feature-content .content .submit {
  height: 50px;
  float: left;
  padding: 0 10px;
  margin-left: 5px; }

/* line 4864, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.downloads {
  margin: 40px 0; }

/* line 4867, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.downloads .header {
  background: #4A4949; }

/* line 4870, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.downloads ul {
  padding: 0;
  margin: 0 0 40px 0; }

/* line 4874, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.downloads li {
  overflow: hidden;
  border-bottom: solid 1px #6e6f71;
  list-style: none;
  padding: 10px 0; }

/* line 4880, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.downloads li .img-responsive {
  float: left;
  margin-right: 30px; }

/* line 4884, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.downloads li h3 {
  margin: 5px 0; }

/* line 4887, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.downloads li .link {
  font-size: 0.8em; }

/* line 4890, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.downloads li .link a {
  font-size: 1.5em; }

/* line 4894, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.resources {
  margin: 40px 0; }

/* line 4897, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.resources .header {
  background: #4A4949; }

/* line 4900, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.resources ul {
  padding: 0;
  margin: 0 0 40px 0; }

/* line 4904, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.resources li {
  overflow: hidden;
  border-bottom: solid 1px #6e6f71;
  list-style: none;
  padding: 10px 0; }

/* line 4910, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.resources li .img-responsive {
  float: left;
  margin-right: 30px; }

/* line 4914, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.resources li h3 {
  margin: 5px 0; }

/* line 4917, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.resources li .link {
  font-size: 0.8em; }

/* line 4920, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.resources li .link a {
  font-size: 1.5em; }

/* line 4924, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.quote {
  overflow: hidden;
  border-left: none;
  border-bottom: solid 1px #e0e0e0;
  padding: 40px 0;
  margin-bottom: 30px; }

/* line 4931, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.quote .fa, .quote .carousel-container #prev-button, .carousel-container .quote #prev-button, .quote .carousel-container #next-button, .carousel-container .quote #next-button {
  width: 10%;
  font-size: 2.2em;
  float: left;
  color: #fc92a4; }

/* line 4937, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.quote p {
  width: 100%;
  line-height: 1.1em;
  font-size: 1.8em;
  font-weight: bold;
  float: left; }

/* line 4944, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.quote .cite {
  font-size: 1.2em;
  font-style: normal;
  color: #999999;
  margin-left: 10%; }

/* line 4950, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.quote.small {
  font-size: 0.8em; }

/* line 4953, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.quote.small .fa, .quote.small .carousel-container #prev-button, .carousel-container .quote.small #prev-button, .quote.small .carousel-container #next-button, .carousel-container .quote.small #next-button {
  font-size: 2em; }

/* line 4956, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.quote.small p {
  font-size: 2em; }

/* line 4959, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.quote.small .cite {
  font-size: 1.2em; }

/* line 4963, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.in-this-section.block {
  padding: 0; }

/* line 4967, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.in-this-section {
  padding: 0;
  margin: 10px 0 40px 0; }

/* line 4971, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.in-this-section .header {
  width: 100%;
  overflow: hidden;
  margin: 0;
  background: #4A4949; }

/* line 4977, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.in-this-section .header h3 {
  display: inline-block;
  float: left;
  padding: 0 20px 8px 0;
  margin-top: 0;
  color: #4A4949;
  background: #fff; }

/* line 4985, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.in-this-section ul {
  padding: 0;
  margin: 0;
  background: #4A4949; }

/* line 4990, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.in-this-section li {
  min-height: 39px;
  font-size: 1.143em;
  list-style: none;
  border-bottom: solid 1px #767675;
  color: #fff; }

/* line 4997, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.in-this-section li a {
  width: 100%;
  line-height: 1.1em;
  display: block;
  padding: 10px 16px;
  color: #fff;
  font-family: "HelveticaNeueW02-75Bold"; }

/* line 5005, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.in-this-section li a:hover {
  text-decoration: none;
  color: #fc92a4; }

/* line 5009, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.in-this-section li a.active {
  color: #fc92a4; }

/* line 5013, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.text-promo {
  position: relative;
  padding: 18px;
  background: #fc92a4; }

/* line 5018, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.text-promo .header {
  height: auto;
  background: transparent; }

/* line 5022, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.text-promo h2, .text-promo h3 {
  top: -18px;
  left: -18px; }

/* line 5026, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.text-promo p {
  font-size: 2.571em;
  color: #fff; }

/* line 5030, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.text-promo.get-involved p {
  padding-bottom: 40px; }

/* line 5033, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.text-promo.get-involved .fa-long-arrow-right {
  width: 48px;
  height: 32px;
  position: absolute;
  bottom: 16px;
  right: 16px;
  background-size: 48px 32px; }

/* line 5042, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
#block-views-sidebar-related-articles-block {
  padding-top: 0; }

/* line 5046, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.image-promo {
  min-height: 408px;
  padding-top: 0;
  margin-bottom: 40px;
  background: url("../img/get-involved.png") bottom no-repeat; }

/* line 5052, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.image-promo .img-responsive {
  width: 100%; }

/* line 5055, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.image-promo .header {
  top: 37px;
  background: transparent; }

/* line 5059, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.image-promo h2, .image-promo h3 {
  margin: 0;
  background: #fff; }

/* line 5063, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.image-promo .content {
  width: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px;
  background: #fff; }

/* line 5071, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.image-promo .content .fa, .image-promo .content .carousel-container #prev-button, .carousel-container .image-promo .content #prev-button, .image-promo .content .carousel-container #next-button, .carousel-container .image-promo .content #next-button {
  color: #4A4949; }

/* line 5074, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.image-promo .content a {
  font-size: 1.143em; }

/* line 5078, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.donate-promo, .text-promo-sm {
  margin-bottom: 40px;
  background: #fc92a4; }

/* line 5082, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.donate-promo .header, .text-promo-sm .header {
  height: auto;
  position: static; }

/* line 5086, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.donate-promo .input-group, .text-promo-sm .input-group {
  width: 48%;
  display: inline-block;
  font-size: 18px; }

/* line 5091, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.donate-promo .input-group #monetary-value, .text-promo-sm .input-group #monetary-value {
  width: 40px;
  height: 48px;
  font-size: 18px;
  border-radius: 0;
  line-height: 1.5em;
  float: left;
  display: inline-block;
  border: none;
  text-align: right;
  margin-top: 20px;
  padding: 11px 0;
  background: #fff; }

/* line 5105, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.donate-promo .input-group .amount, .text-promo-sm .input-group .amount {
  width: 70px;
  height: 48px;
  font-size: 18px;
  border-radius: 0;
  display: inline-block;
  border: none;
  padding-left: 8px;
  margin-top: 20px; }

/* line 5115, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.donate-promo label, .text-promo-sm label {
  font-size: 1.714em;
  line-height: 1em;
  color: #fff;
  margin-bottom: 16px; }

/* line 5121, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.donate-promo .content, .text-promo-sm .content {
  font-weight: bold;
  padding: 0 16px 16px 16px;
  overflow: hidden; }

/* line 5126, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.donate-promo select, .text-promo-sm select {
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px #fff;
  color: #fff;
  background: transparent; }

/* line 5135, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.donate-promo option, .text-promo-sm option {
  background: #fc92a4; }

/* line 5138, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.donate-promo .input-text, .text-promo-sm .input-text {
  width: 48%;
  height: 48px;
  display: inline-block;
  text-align: center;
  float: left;
  border-radius: 0;
  font-size: 1.286em;
  border: none;
  padding-left: 5%;
  margin: 20px 0 0 0; }

/* line 5150, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.donate-promo .submit, .text-promo-sm .submit {
  width: 48%;
  height: 48px;
  display: inline-block;
  float: right;
  font-size: 1.286em;
  border: none;
  background: #fff042;
  padding: 0 !important;
  margin: 20px 0 0 0; }

/* line 5162, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.divider {
  clear: both;
  width: 100%;
  display: inline-block;
  border-top: solid 1px #e0e0e0;
  margin: 30px 0; }

/* line 5170, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-footer {
  border-top: 4px solid #fff;
  margin-bottom: 0;
  color: #fff;
  background: #4A4949; }

/* line 5176, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-footer ::-webkit-input-placeholder {
  color: #fff; }

/* line 5179, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-footer :-moz-placeholder {
  /* Firefox 18- */
  color: #fff; }

/* line 5183, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-footer ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff; }

/* line 5187, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-footer :-ms-input-placeholder {
  color: #fff; }

/* line 5190, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-footer .container {
  padding-top: 36px;
  padding-bottom: 36px;
  margin-top: -4px;
  border-top: solid 4px #fc92a4; }

/* line 5196, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-footer .newsletter-footer label {
  width: 100%;
  display: block;
  font-size: 1.286em;
  font-weight: normal; }

/* line 5202, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-footer .newsletter-footer .form-control {
  width: 70%;
  height: 41px;
  float: left;
  border-radius: 0;
  color: #fff;
  background: #828181; }

/* line 5210, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-footer .newsletter-footer .btn-default {
  width: 30%;
  height: 41px;
  line-height: normal;
  float: left;
  border-radius: 0;
  padding: 0;
  color: #fff;
  background: #fc92a4; }

/* line 5220, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-footer .newsletter-footer .btn-default:hover {
  background: #fe7088 !important; }

/* line 5223, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-footer .fundraising {
  text-align: center;
  margin-bottom: 47px; }

/* line 5227, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-footer .fundraising .img-responsive {
  display: inline-block; }

/* line 5230, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-footer .follow-us p {
  font-size: 1.286em;
  margin-bottom: 7px; }

/* line 5234, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-footer .follow-us .social {
  padding: 0; }

/* line 5237, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-footer .follow-us ul {
  height: 43px;
  float: left;
  border: solid 1px #fff;
  padding: 0;
  margin: 0; }

/* line 5244, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-footer .follow-us li {
  width: 41px;
  height: 41px;
  border-right: solid 1px #fff; }

/* line 5249, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-footer .follow-us li a {
  line-height: 3em;
  color: #fc92a4; }

/* line 5253, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-footer .follow-us li .fa, .page-footer .follow-us li .carousel-container #prev-button, .carousel-container .page-footer .follow-us li #prev-button, .page-footer .follow-us li .carousel-container #next-button, .carousel-container .page-footer .follow-us li #next-button {
  line-height: 1.8em;
  font-size: 1.6em;
  color: #fc92a4; }

/* line 5258, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-footer .follow-us li .fa:hover, .page-footer .follow-us li .carousel-container #prev-button:hover, .carousel-container .page-footer .follow-us li #prev-button:hover, .page-footer .follow-us li .carousel-container #next-button:hover, .carousel-container .page-footer .follow-us li #next-button:hover {
  color: #fe7088; }

/* line 5261, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-footer .follow-us li.instagram {
  border-right: none; }

/* line 5264, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-footer .footer-nav ul {
  width: 100%;
  display: inline-block;
  padding: 0;
  margin: 0; }

/* line 5270, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-footer .footer-nav li {
  font-size: 1.286em;
  list-style: none;
  float: left;
  margin: 26px 0 32px 0; }

/* line 5276, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-footer .footer-nav a {
  padding-right: 20px;
  color: #fff; }

/* line 5280, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-footer .copyright {
  font-size: 0.857em;
  margin: 0; }

/* line 5285, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.return-top {
  height: 38px;
  line-height: 38px;
  display: inline-block;
  border: solid 1px #929191;
  color: #fc92a4;
  padding: 0 20px; }

/* line 5293, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.return-top .fa, .return-top .carousel-container #prev-button, .carousel-container .return-top #prev-button, .return-top .carousel-container #next-button, .carousel-container .return-top #next-button {
  padding-left: 20px; }

/* line 5296, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.return-top:focus {
  color: #fc92a4; }

/* line 5300, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.node-webform .form-text {
  border: solid 1px #fc92a4;
  -webkit-box-shadow: 1px 1px 5px #ccc;
          box-shadow: 1px 1px 5px #ccc; }

/* line 5304, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.node-webform .form-textarea {
  border: solid 1px #fc92a4;
  -webkit-box-shadow: 1px 1px 5px #ccc;
          box-shadow: 1px 1px 5px #ccc; }

/* line 5308, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.node-webform .form-select {
  border: solid 1px #fc92a4;
  -webkit-box-shadow: 1px 1px 5px #ccc;
          box-shadow: 1px 1px 5px #ccc; }

/* line 5312, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.node-webform .radio input[type="radio"], .node-webform .radio-inline input[type="radio"] {
  margin: -18px 0 0 -5px; }

/* line 5315, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.node-webform .checkbox input[type="checkbox"], .node-webform .checkbox-inline input[type="checkbox"] {
  margin: 3px 0 0 -5px; }

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Since positioning the image, we need to help out the caption */
/* line 5322, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.carousel {
  height: 290px;
  margin-bottom: 60px; }

/* line 5326, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.carousel .content-container {
  width: 50%;
  height: 250px;
  position: absolute;
  top: 10px;
  right: 0 !important;
  z-index: 10;
  padding: 30px;
  background: #fff; }

/* line 5336, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.carousel .content-container h2 {
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 10px 0; }

/* line 5341, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.carousel .content-container .inner-container {
  width: 100%;
  height: 100%;
  position: relative; }

/* line 5346, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.carousel .content-container .inner-container .link {
  position: absolute;
  bottom: -20px;
  left: 0; }

/* line 5351, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.carousel .content-container .inner-container::before {
  width: 90%;
  height: 10px;
  display: block;
  position: absolute;
  top: -40px;
  right: 0;
  background: #fc92a4;
  content: " "; }

/* line 5361, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.carousel .content-container .content {
  overflow: hidden; }

/* line 5365, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.carousel-control {
  display: none; }

/* line 5368, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.carousel-control.right, .carousel-control.left {
  background: none; }

/* line 5372, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.carousel-indicators {
  width: 50px;
  bottom: 10px;
  left: 92%;
  margin: 0; }

/* line 5378, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.carousel-indicators li {
  border-color: #fc92a4; }

/* line 5381, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.carousel-indicators li.active {
  background: #fc92a4; }

/* Declare heights because of positioning of img element */
/* line 5386, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.carousel .item {
  height: 290px; }

/* line 5390, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.carousel-inner > .item > img {
  width: 90%;
  position: absolute;
  top: 0;
  left: 0;
  height: 290px; }

/* line 5398, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tab-header {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  background: #fc92a4; }

/* line 5405, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tab-header .views-exposed-widget label {
  position: absolute;
  top: 17px;
  right: 224px;
  color: #fff; }

/* line 5411, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tab-header .dropdown {
  width: 200px; }

/* line 5414, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tab-header .events-dropdown {
  float: right; }

/* line 5417, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tab-header .events-dropdown .dropdown {
  margin: 15px 15px 0 0; }

/* line 5420, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tab-header .events-dropdown .dropdown-label {
  width: auto;
  display: inline-block;
  margin-right: 10px;
  color: #fff; }

/* line 5427, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.dropdown, .dropup {
  float: right;
  margin: 15px 15px 0 0;
  position: relative; }

/* line 5433, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.mar-filters .nav-tabs {
  width: auto; }

/* line 5437, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.nav-tabs {
  width: 100%;
  float: left;
  padding: 6px 0 0 0px;
  background: #fc92a4;
  border-bottom: solid 1px #fc92a4; }

/* line 5444, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.nav-tabs li:first-of-type {
  margin-left: 15px; }

/* line 5447, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.nav-tabs li {
  font-weight: bold; }

/* line 5450, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.nav-tabs li a {
  border: none !important;
  border-radius: 0;
  color: #fff; }

/* line 5455, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.nav-tabs li a:hover {
  color: #4A4949;
  background: #fc92a4; }

/* line 5459, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.nav-tabs li.active {
  background: #fff; }

/* line 5462, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.nav-tabs li.active a {
  color: #4A4949; }

/* line 5466, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.list {
  padding: 0;
  margin: 0; }

/* line 5470, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.list li {
  height: 200px;
  position: relative;
  list-style: none;
  margin-bottom: 16px; }

/* line 5476, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.list li.no-image .content {
  width: 100%; }

/* line 5479, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.list h2 a {
  font-family: "HelveticaNeueW02-75Bold"; }

/* line 5482, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.list h2 {
  font-size: 24px;
  line-height: 28px;
  margin-top: 0; }

/* line 5487, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.list .fa-long-arrow-right {
  position: relative;
  top: -1px; }

/* line 5491, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.list .fa, .list .carousel-container #prev-button, .carousel-container .list #prev-button, .list .carousel-container #next-button, .carousel-container .list #next-button {
  margin-right: 10px; }

/* line 5494, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.list .date, .list .campaign {
  font-weight: bold;
  font-size: 0.9em; }

/* line 5498, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.list .date {
  margin-right: 10px; }

/* line 5501, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.list .mar-length {
  height: 25px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  padding-right: 20px;
  margin-top: -10px;
  color: #fc92a4; }

/* line 5513, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.list .img-responsive {
  width: 33%;
  position: absolute;
  top: 0;
  left: 0; }

/* line 5519, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.list .content {
  width: 67%;
  height: 188px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 24px;
  padding: 0 20px;
  background: #fff; }

/* line 5529, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.list .dec {
  width: 67%;
  height: 8px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f2f2f2; }

/* line 5539, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.list .image .views-field-nothing-1 {
  display: none; }

/* line 5544, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.section-news-and-blogs .list .mar-length {
  display: none; }

/* line 5548, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body .breadcrumbs {
  margin: -1px 0 185px 1px; }

/* line 5552, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.content .top-section, body.page-search-node .top-section {
  min-height: 238px;
  margin-bottom: 52px; }

/* line 5556, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.content .breadcrumbs, body.page-search-node .breadcrumbs {
  margin: -1px 0 185px 1px; }

/* line 5559, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.content .header-content, body.page-search-node .header-content {
  background: #fff; }

/* line 5562, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.content .header-content h1, body.page-search-node .header-content h1 {
  line-height: 1.2em;
  font-size: 3.429em;
  margin: 0 0 10px 0; }

/* line 5567, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.content li, body.page-search-node li {
  font-size: 16px; }

/* line 5571, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.content .content-bottom {
  background-image: url("../img/content-bg-bottom.png"); }

/* line 5575, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.section-get-involved, body.node-type-campaign {
  background-repeat: no-repeat;
  background-position: center top; }

/* line 5579, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.section-get-involved .navbar, body.node-type-campaign .navbar {
  margin: 0; }

/* line 5582, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.section-get-involved .page-header, body.node-type-campaign .page-header {
  margin: 0; }

/* line 5585, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.section-get-involved .three-promos .module .ch_hover, body.node-type-campaign .three-promos .module .ch_hover {
  width: 253px !important; }

/* line 5589, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.events.details .header-content h1 {
  margin-bottom: 20px; }

/* line 5592, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.events.details .promo-image .promo-image-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0; }

/* line 5599, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.events.details .promo-image .promo-image-header h2 {
  font-size: 1.143em;
  margin: 0;
  padding: 0 22px 5px 0;
  background: #fff; }

/* line 5605, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.events.details .promo-image .promo-image-header .fa, body.events.details .promo-image .promo-image-header .carousel-container #prev-button, .carousel-container body.events.details .promo-image .promo-image-header #prev-button, body.events.details .promo-image .promo-image-header .carousel-container #next-button, .carousel-container body.events.details .promo-image .promo-image-header #next-button {
  font-size: 1em;
  margin: 5px 0; }

/* line 5609, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.events.details .carousel {
  height: 474px; }

/* line 5612, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.events.details .carousel .carousel-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

/* line 5618, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.events.details .carousel .carousel-header h2 {
  font-size: 1.143em;
  margin: 0;
  padding: 0 22px 5px 0;
  background: #fff; }

/* line 5624, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.events.details .carousel .carousel-header .fa, body.events.details .carousel .carousel-header .carousel-container #prev-button, .carousel-container body.events.details .carousel .carousel-header #prev-button, body.events.details .carousel .carousel-header .carousel-container #next-button, .carousel-container body.events.details .carousel .carousel-header #next-button {
  font-size: 1em;
  margin: 5px 0; }

/* line 5628, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.events.details .carousel .item {
  height: 474px; }

/* line 5631, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.events.details .carousel .item .img-responsive {
  width: 100%;
  height: 474px; }

/* line 5635, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.events.details .carousel .button-left, body.events.details .carousel .button-right {
  width: 40px;
  height: 100px;
  display: block;
  position: absolute;
  top: 182px;
  color: #fff;
  background: #fc92a4; }

/* line 5644, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.events.details .carousel .button-left {
  left: -63px; }

/* line 5647, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.events.details .carousel .button-right {
  right: -64px; }

/* line 5650, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.events.details .carousel .fa, body.events.details .carousel .carousel-container #prev-button, .carousel-container body.events.details .carousel #prev-button, body.events.details .carousel .carousel-container #next-button, .carousel-container body.events.details .carousel #next-button {
  font-size: 1.8em;
  margin-top: 34px; }

/* line 5654, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.events.details .carousel-indicators {
  display: none; }

/* line 5657, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.events.details .carousel-control {
  display: block;
  opacity: 1; }

/* line 5661, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.events.details .button-container .buttons {
  float: right;
  text-align: right;
  margin-top: 18px; }

/* line 5666, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.events.details .button-container .buttons .already {
  height: 50px;
  font-size: 1.286em;
  display: block;
  line-height: 2.4em;
  padding: 0 60px;
  margin-right: 30px; }

/* line 5674, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.events.details .button-container .buttons .btn {
  display: block; }

/* line 5677, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.events.details .map {
  margin-bottom: 30px; }

/* line 5681, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.node-type-event .button-container .buttons {
  float: right;
  text-align: right;
  margin-top: 18px; }

/* line 5686, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.node-type-event .button-container .buttons .already {
  height: 50px;
  font-size: 1.286em;
  float: left;
  display: inline-block;
  line-height: 2.4em;
  padding: 0 60px; }

/* line 5694, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.node-type-event .button-container .buttons .btn {
  float: left;
  display: inline-block; }

/* line 5698, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.node-type-event .button-container .buttons .already {
  display: inline-block;
  float: left;
  font-size: 1.286em;
  height: 50px;
  line-height: 2.4em;
  padding: 0 60px; }

/* line 5706, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.node-type-event .button-container .buttons .btn {
  display: inline-block;
  float: left; }

/* line 5711, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.events.details .field-collection-container .event-information {
  padding: 20px; }

/* line 5715, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.contact-info {
  margin: 30px 0; }

/* line 5718, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.contact-info .header {
  margin: 0; }

/* line 5721, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.contact-info .content {
  border-bottom: solid 1px #e0e0e0;
  padding: 18px;
  background: #f2f2f2; }

/* line 5727, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.about-author {
  margin: 30px 0; }

/* line 5730, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.about-author .header {
  margin: 0; }

/* line 5733, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.about-author .content {
  margin-top: -16px;
  border-bottom: solid 1px #e0e0e0;
  background: #f2f2f2; }

/* line 5738, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.about-author .content .col-sm-9 {
  padding: 0 18px 18px 18px; }

/* line 5742, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.event-information {
  padding-bottom: 10px;
  margin-bottom: 20px;
  background: #f2f2f2; }

/* line 5747, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.event-information .content {
  padding: 0 20px 10px; }

/* line 5750, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.event-information .field-label {
  font-weight: bold;
  margin: 0; }

/* line 5754, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.event-information .field-collection-view {
  margin: 0; }

/* line 5757, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.event-information .field-collection-view-final {
  font-weight: bold; }

/* line 5760, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.event-information header {
  margin: 0; }

/* line 5763, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.event-information ul {
  padding: 0 0 13px 0;
  margin: 0;
  background: #f2f2f2; }

/* line 5768, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.event-information li {
  list-style: none;
  padding: 0 0 0 24px;
  margin: 0 0 5px 0; }

/* line 5773, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.event-information li.reg-fee {
  min-height: 50px;
  line-height: 50px;
  background: #fff; }

/* line 5778, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.event-information li strong {
  width: 180px;
  float: left; }

/* line 5782, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.event-information li .adult {
  width: 145px;
  float: left; }

/* line 5786, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.event-information li.event {
  padding-bottom: 10px; }

/* line 5790, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.isotope, .node-gallery {
  margin-bottom: 20px; }

/* line 5794, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.gallery .gallery-content {
  padding-bottom: 20px; }

/* line 5797, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.gallery .gallery-content a {
  min-height: 400px;
  width: 100%;
  display: block;
  position: relative; }

/* line 5803, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.gallery .gallery-content a:hover {
  cursor: pointer; }

/* line 5806, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.gallery .gallery-content a:hover .thumbnail {
  border: solid 1px #fc92a4; }

/* line 5809, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.gallery .gallery-content .img-responsive {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

/* line 5817, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.gallery .modal-dialog {
  width: 600px; }

/* line 5820, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.gallery .modal-content {
  border-radius: 10px 10px 0 0; }

/* line 5823, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.gallery .modal-header {
  border-radius: 10px 10px 0 0;
  border: none;
  background: #fc92a4; }

/* line 5828, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.gallery .modal-header h3 {
  color: #fff; }

/* line 5831, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.gallery .modal-header .close {
  margin: 0; }

/* line 5835, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.landing {
  background-repeat: no-repeat;
  background-position: center top; }

/* line 5839, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.landing .navbar {
  margin: 0; }

/* line 5842, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.landing .breadcrumbs {
  margin-bottom: 0; }

/* line 5846, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.landing.secondary-breast-cancer .top-promo {
  margin-bottom: 0; }

/* line 5849, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.landing.secondary-breast-cancer .top-promo .primary-text {
  font-family: "HelveticaNeueW02-75Bold";
  font-size: 1.7em; }

/* line 5853, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.landing.secondary-breast-cancer.marginbtm100px .top-promo {
  margin-bottom: 100px; }

/* line 5857, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.section-about-us .breadcrumbs {
  margin: -1px 0 196px 1px; }

/* line 5860, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.section-about-us.landing {
  margin: -1px 0 0 0; }

/* line 5863, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.section-about-us.landing .breadcrumbs {
  margin: -1px 0 0 1px; }

/* line 5867, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.section-about-breast-cancer.landing .breadcrumbs {
  margin: -1px 0 0 1px; }

/* line 5871, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.page-about-breast-cancer-breast-cancer-resources-breast-cancer-glossary.page-about-breast-cancer-breast-cancer-resources .breadcrumbs {
  margin: -1px 0 0 1px; }

/* line 5875, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.lexicon-admin-links .links a {
  color: #fc92a4; }

/* line 5879, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.circle-container {
  width: 20%;
  float: left;
  display: inline-block;
  margin-top: 34px; }

/* line 5885, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.circle-container .circle {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  display: block;
  border: solid 1px #fc92a4;
  border-radius: 50%;
  color: #fc92a4;
  background: #fff; }

/* line 5897, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.circle-container .circle.select, .circle-container .circle:hover {
  text-decoration: none;
  color: #fff;
  background: #fc92a4; }

/* line 5903, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.header-content {
  background: #fff;
  margin-bottom: 20px; }

/* line 5907, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.header-content h1 {
  line-height: 1.3em;
  font-size: 3.429em;
  margin: 0; }

/* line 5913, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.donate-fullscreen {
  width: 100%;
  background: #f2f2f2; }

/* line 5917, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.donate-fullscreen .form-group {
  overflow: hidden;
  background: #f2f2f2; }

/* line 5921, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.donate-fullscreen label {
  width: 100%;
  font-size: 1.5em;
  font-weight: normal;
  display: block; }

/* line 5927, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.donate-fullscreen .donation-type label {
  text-align: right;
  padding-right: 44px; }

/* line 5931, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.donate-fullscreen .donation-type select {
  width: 220px;
  height: 48px;
  font-size: 1.5em;
  text-align: center;
  float: right;
  border: solid 1px #fc92a4;
  margin-right: 30px; }

/* line 5940, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.donate-fullscreen .to-give p {
  font-size: 1.5em; }

/* line 5943, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.donate-fullscreen .to-give .radio {
  display: inline-block; }

/* line 5946, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.donate-fullscreen .set-amount label {
  text-align: left; }

/* line 5949, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.donate-fullscreen .set-amount .input-text {
  width: 110px;
  height: 48px;
  font-size: 1.5em;
  text-align: center;
  border: solid 1px #fc92a4;
  margin-right: 10px; }

/* line 5958, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.by-post a {
  font-weight: bold;
  color: #fff; }

/* line 5963, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.by-phone .tel {
  color: #4A4949; }

/* line 5967, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.other-ways.block-link .fa, .other-ways.block-link .carousel-container #prev-button, .carousel-container .other-ways.block-link #prev-button, .other-ways.block-link .carousel-container #next-button, .carousel-container .other-ways.block-link #next-button {
  font-size: 1em;
  position: static;
  color: #fff; }

/* line 5972, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.other-ways.block-link ul {
  padding: 0; }

/* line 5975, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.other-ways.block-link li {
  font-size: 1.286em;
  list-style: none; }

/* line 5979, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.other-ways.block-link li a {
  color: #fff; }

/* line 5982, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.other-ways.block-link p {
  color: #fc92a4; }

/* line 5986, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.landing h1 {
  font-size: 3.429em; }

/* line 5990, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.landing .content-bottom {
  background-image: url("../img/landing-page-bottom-bg.png"); }

/* line 5994, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.section-news-and-blogs .col-sm-6 .featured:first-of-type .img-responsive {
  margin-bottom: 40px; }

/* line 5997, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.section-news-and-blogs .blog-promo {
  width: 100%;
  min-height: 200px;
  position: relative;
  margin-bottom: 50px;
  background: #f2f2f2; }

/* line 6004, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.section-news-and-blogs .blog-promo .blog-header {
  top: -8px;
  left: 0;
  position: absolute;
  background: #fff; }

/* line 6010, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.section-news-and-blogs .blog-promo .blog-header h3 {
  line-height: 24px;
  font-size: 20px;
  margin-top: 0;
  padding-right: 26px; }

/* line 6016, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.blog-promo .blog-header h3 {
  line-height: 24px;
  font-size: 20px;
  margin-top: 0;
  padding-right: 26px; }

/* line 6022, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.section-news-and-blogs .blog-promo .figure {
  width: 22%;
  float: left; }

/* line 6026, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.section-news-and-blogs .blog-promo .content {
  width: 78%;
  min-height: 200px;
  float: left;
  padding: 20px;
  background: #f2f2f2; }

/* line 6034, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.information-links header {
  background: #4A4949; }

/* line 6037, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.information-links ul {
  padding-left: 0;
  list-style-type: none; }

/* line 6041, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.information-links ul li {
  border-bottom: solid 1px #e0e0e0;
  font-size: 1.15em;
  padding: 16px 0; }

/* line 6047, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.advice-block {
  overflow: hidden;
  padding: 0; }

/* line 6051, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.advice-block .image {
  padding: 0 !important; }

/* line 6054, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.advice-block .image .promo-image-header {
  background: #fff;
  display: inline-block;
  position: absolute;
  top: -10px; }

/* line 6060, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.advice-block .image .promo-image-header h2 {
  font-size: 1.3em;
  margin: 0;
  padding: 10px 40px 10px 0; }

/* line 6065, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.advice-block .text {
  background: #fc92a4;
  padding: 10px 0 2px 0 !important; }

/* line 6069, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.advice-block .text .content {
  background: #fff;
  left: -10px;
  padding: 1px 15px 30px 15px;
  position: relative;
  width: 102%; }

/* line 6076, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.advice-block .text .content h3 {
  font-size: 1.714em; }

/* line 6079, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.advice-block .text .content .divider {
  margin: 15px 0; }

/* line 6083, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-accordion.panel-group .panel {
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: 10px solid #fc92a4;
  border-bottom: 4px solid #fc92a4; }

/* line 6090, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-accordion.panel-group .panel .panel-heading {
  background: #fc92a4;
  border-bottom: 0;
  border-radius: 0;
  color: #fff; }

/* line 6096, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-accordion.panel-group .panel .panel-heading h4 a {
  color: #fff;
  display: block;
  font-family: "HelveticaNeueW02-75Bold";
  font-size: 1.5em;
  text-decoration: none;
  padding-right: 40px;
  position: relative; }

/* line 6105, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-accordion.panel-group .panel .panel-heading h4 a span {
  position: absolute;
  top: 0px;
  right: 0px; }

/* line 6110, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-accordion.panel-group .panel .panel-heading h4 a i {
  color: #4A4949;
  float: right;
  font-size: 1.3em; }

/* line 6115, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-accordion.panel-group .panel .panel-body {
  border-top: 0; }

/* line 6118, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-accordion.panel-group .panel .panel-heading.open {
  background: #fff; }

/* line 6121, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-accordion.panel-group .panel .panel-heading.open h4 a {
  color: #4A4949; }

/* line 6124, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-accordion.panel-group .panel .panel-heading.open h4 a i {
  color: #fc92a4;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

/* line 6129, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.flex-video {
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
  padding-bottom: 52.5%;
  padding-top: 25px;
  position: relative; }

/* line 6138, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.flex-video.widescreen {
  padding-bottom: 57.25%; }

/* line 6142, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.flex-video.vimeo {
  padding-top: 0; }

/* line 6146, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 6156, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.addthis_responsive_sharing {
  background: #f2f2f2;
  padding: 5px 5px 0; }

/* line 6161, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.addthis.block .header {
  margin: 0; }

/* line 6165, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.addthis.block .content {
  background: #f2f2f2;
  padding: 0 10px 10px; }

/* line 6171, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.addthis .header h3 {
  font-size: 1.2em; }

/* line 6180, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.appeal-landing .addthis_responsive_sharing {
  text-align: center; }

/* line 6183, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.appeal-landing .addthis_responsive_sharing .at-resp-share-element:before {
  content: "Share this appeal";
  display: inline-block;
  font-size: 20px;
  height: 28px;
  margin-right: 10px;
  vertical-align: bottom; }

/* adjust body when menu is open */
/* line 6198, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.slide-active, html.slide-active {
  overflow: hidden;
  height: 100%; }

/*first child of #page-content so it doesn't shift around*/
/* line 6204, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.no-margin-top {
  margin-top: 0px !important; }

/*wrap the entire page content but not nav inside this div if not a fixed top, don't add any top padding */
/* line 6209, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
#wrapper, .header-bar {
  position: relative;
  right: 0; }

/* line 6214, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
#wrapper.slide-active, .header-bar.slide-active {
  padding-top: 0; }

/* line 6218, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.navbar-header {
  position: relative; }

/* line 6222, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.default .header-bar {
  margin-top: 5px; }

/* line 6226, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.section-breast-cancer-research .view--research-projects-list-map .image h2 {
  line-height: 1em;
  margin-top: 0; }

/* line 6231, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.section-breast-cancer-research .promo-image {
  border-bottom: solid 5px #fc92a4; }

/* line 6235, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.faqs .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none; }

/* line 6238, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.faqs .panel {
  -webkit-box-shadow: 0 0 0 #fff;
          box-shadow: 0 0 0 #fff; }

/* line 6241, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.faqs .panel-group .panel-heading {
  padding: 0; }

/* line 6244, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.faqs .panel-title {
  font-weight: bold;
  overflow: hidden;
  color: #fc92a4;
  border-radius: 0; }

/* line 6250, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.faqs .panel-title a {
  width: 100%;
  display: inline-block;
  border-bottom: solid 8px #f2f2f2;
  padding-bottom: 8px; }

/* line 6256, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.faqs .panel-body {
  padding: 10px 15px 0 50px; }

/* line 6259, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.faqs .panel-title a {
  position: relative; }

/* line 6262, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.faqs .panel-title .collapsed {
  color: #4A4949; }

/* line 6265, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.faqs .panel-title .collapsed .fa, .faqs .panel-title .collapsed .carousel-container #prev-button, .carousel-container .faqs .panel-title .collapsed #prev-button, .faqs .panel-title .collapsed .carousel-container #next-button, .carousel-container .faqs .panel-title .collapsed #next-button {
  -webkit-filter: none;
          filter: none; }

/* line 6268, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.faqs .panel-group .panel {
  border: none; }

/* line 6271, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.faqs .panel-default {
  border: none;
  border-radius: 0; }

/* line 6275, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.faqs .panel-default .panel-heading {
  background: none; }

/* line 6278, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.faqs .q {
  width: 50px !important;
  display: inline-block;
  position: relative;
  float: left;
  top: 0 !important;
  font-size: 2.143em;
  color: #fc92a4;
  background: #fff; }

/* line 6288, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.faqs .question {
  width: 98%;
  display: block;
  float: left; }

/* line 6293, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.faqs .question span {
  width: 80%;
  float: left;
  position: relative;
  top: 5px; }

/* line 6299, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.faqs .question .q {
  float: left; }

/* line 6302, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.faqs .arrow {
  position: absolute;
  top: 5px;
  right: 7px; }

/* line 6308, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-search.page-search #search-form .form-item-keys {
  display: inline-block; }

/* line 6311, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-search.page-search #search-form .form-item-keys label {
  display: inline-block;
  font-size: 18px;
  margin-right: 3px; }

/* line 6316, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-search.page-search #search-form .form-item-keys .form-text {
  height: 47px;
  font-size: 18px;
  border-radius: 0;
  padding: 10px; }

/* line 6322, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-search.page-search #search-form .form-submit {
  width: 100px;
  height: 50px;
  display: inline-block;
  position: relative;
  left: 3px;
  top: 2px;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-weight: bold;
  padding: 13px 0;
  color: #4A4949;
  background: #fff450; }

/* line 6337, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-search.page-search #search-form .form-submit:hover {
  background: #4A4949;
  color: #fff450; }

/* line 6342, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-breast-cancer-glossary .nav-container {
  position: relative; }

/* line 6345, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-breast-cancer-glossary .lexicon-admin-links ul.links {
  padding: 0 0 0 18px; }

/* line 6348, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-breast-cancer-glossary .lexicon-admin-links a {
  color: #fc92a4; }

/* line 6351, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-breast-cancer-glossary .lexicon-extralinks a {
  background: none;
  font-size: 1em; }

/* line 6355, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-breast-cancer-glossary dt {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px; }

/* line 6361, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.alt-header {
  width: 100%;
  z-index: 100;
  position: fixed;
  padding-bottom: 0; }

/* line 6367, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.alt-header .logo {
  display: block;
  padding: 16px 0 16px 16px; }

/* line 6371, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.alt-header .promoted-copy p {
  font-size: 24px;
  font-weight: bold;
  text-align: right;
  color: #4f4f4f; }

/* line 6378, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.campaign-content .top-section {
  background-size: auto; }

/* line 6381, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.campaign-content .top-promo-container {
  margin-bottom: 40px; }

/* line 6384, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.campaign-content .top-promo-container .top-promo {
  margin-top: 152px;
  background-size: 65%; }

/* line 6388, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.campaign-content .top-promo-container .top-promo h2 {
  font-size: 36px;
  color: #4f4f4f; }

/* line 6392, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.campaign-content .top-promo-container .modal-cta .cta {
  left: 32.5%; }

/* line 6395, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.campaign-content .promo-cta {
  width: 560px;
  text-align: right;
  overflow: hidden;
  padding: 10px 0 0 0;
  margin-left: 48%; }

/* line 6402, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.campaign-content .promo-cta .panel-pane {
  float: right;
  width: 60%; }

/* line 6406, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.campaign-content .promo-cta a {
  font-size: 24px;
  height: auto;
  text-align: center;
  width: 100%; }

/* line 6412, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.campaign-content p {
  color: #4f4f4f; }

/* line 6415, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.campaign-content .donate-btn {
  font-size: 20px;
  font-weight: 400; }

/* line 6419, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.campaign-content #iTunesbtn {
  position: relative;
  top: -5px; }

/* line 6424, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.mobileapp-popup {
  display: none; }

/* line 6563, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
a.lexicon-term {
  border-bottom: 1px dotted #fc92a4;
  color: #fc92a4; }

/* line 6568, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.form-item.webform-component.webform-component-checkboxes > label {
  display: block;
  margin-bottom: -10px; }

/* line 6573, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.geolocation-map {
  max-width: 100% !important;
  height: 400px !important; }

/* line 6578, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.addthis_responsive_sharing {
  background: #f2f2f2;
  padding: 5px 5px 0; }

/* line 6583, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.addthis.block .header {
  margin: 0; }

/* line 6587, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.addthis.block .content {
  background: #f2f2f2;
  padding: 0 10px 10px; }

/* line 6592, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.balloon {
  position: relative;
  height: 186px;
  width: 650px;
  margin: 5px 0 0; }

/* line 6599, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.balloon .mar-length {
  background: #fff none repeat scroll 0 0;
  font-weight: bold;
  height: 25px;
  left: 0;
  margin-top: 0;
  padding-right: 20px;
  position: absolute;
  top: 0;
  z-index: 2; }

/* line 6611, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.balloon img {
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  height: 186px; }

/* line 6619, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.balloon .content {
  background: #fff none repeat scroll 0 0;
  height: 178px;
  overflow: hidden;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 67%; }

/* line 6630, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.balloon .dec {
  background: #f2f2f2 none repeat scroll 0 0;
  bottom: 0;
  height: 8px;
  position: absolute;
  right: 0;
  width: 60%; }

/* line 6639, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.regional_england, .regional_wales, .regional_scotland, .regional_ireland {
  visibility: hidden;
  display: none; }

/* line 6644, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.gmap-popup {
  position: relative;
  overflow: hidden; }

/* line 6648, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.gmap-popup .field-name-field-thumbnail-image {
  width: 45%;
  float: left; }

/* line 6652, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.gmap-popup .date-display-single {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px 5px;
  background: #fff; }

/* line 6659, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.gmap-popup .mar-length {
  position: absolute;
  top: 20px;
  left: 0;
  padding: 1px 5px;
  background: #fff; }

/* line 6666, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.gmap-popup .content {
  width: 55%;
  height: 190px;
  float: left;
  margin-left: -5px;
  margin-top: 10px;
  padding: 10px 0 0 20px; }

/* line 6674, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.gmap-popup .content .date-display-single {
  display: inline;
  position: relative;
  top: 0;
  padding: 0; }

/* line 6680, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.gmap-popup h2 {
  margin: 0 0 10px 0; }

/* FRONT PAGE SETTINGS */
/* line 6685, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.landing.front .top-promo {
  width: 500px;
  margin-top: 40px; }

/* GENERIC TOP PROMO SETTINGS  */
/* line 6691, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.landing .top-promo {
  margin-top: 85px;
  width: 600px; }

/* GENERIC TOP PROMO SETTINGS  */
/* line 6697, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.landing .top-section {
  background-size: 1018px auto; }

/* ABOUT BC SECTION SETTINGS */
/* line 6702, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.landing.section-about-breast-cancer .top-section {
  background-image: url("/sites/all/themes/breastcancer_theme/ui/frontend/img/scanning.jpg"); }

/* line 6706, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.landing.section-get-involved {
  background-image: none; }

/* GET INVOLVED SECTION SETTINGS */
/* line 6711, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.landing.section-get-involved .top-section {
  background-image: url("/sites/all/themes/breastcancer_theme/ui/frontend/img/skydivers.jpg"); }

/* line 6715, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.landing.section-breast-cancer-research {
  background-image: none; }

/* BC RESEARCH SECTION SETTINGS */
/* line 6720, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.section-breast-cancer-research .top-section {
  background-image: url("/sites/all/themes/breastcancer_theme/ui/frontend/img/lab.jpg"); }

/* line 6724, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.landing.section-news-and-blogs {
  background-image: none; }

/* NEWS AND BLOGS SECTION SETTINGS */
/* line 6729, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.section-news-and-blogs .top-section {
  background-image: url("/sites/all/themes/breastcancer_theme/ui/frontend/img/petals.jpg"); }

/* line 6733, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.landing.section-about-us {
  background-image: none; }

/* ABOUT US SECTION SETTINGS */
/* line 6738, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.section-about-us .top-section {
  background-image: url("/sites/all/themes/breastcancer_theme/ui/frontend/img/skydivers.jpg"); }

/* DONATE SECTION SETTINGS */
/* line 6743, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.landing.page-node-329 {
  background-image: none; }

/* line 6747, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.page-node-329 .top-section {
  background-image: url("/sites/all/themes/breastcancer_theme/ui/frontend/img/donate.jpg"); }

/* line 6751, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.nav-container {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10; }

/* line 6758, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.content .nav-container, .page-taxonomy .nav-container, .page-search .nav-container {
  position: static; }

/* line 6762, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.page-node-94 .nav-container, .page-node-93 .nav-container, page-node-24 .nav-container, .page-node-457 .nav-container {
  position: static; }

/* line 6766, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.section-about-us .block-links h2 {
  /*min-height: 110px;
  padding: 18px;*/ }

/* line 6770, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.section-about-us .block-links .content {
  /*min-height: 190px;
  padding: 0 18px 18px 18px;*/ }

/* line 6774, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.section-about-us .block-links a .fa-long-arrow-right {
  background: url("../img/arrow-grey.svg") no-repeat; }

/* line 6778, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.landing.front .top-section {
  background-size: 50% auto !important; }

/* line 6891, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.content .nav-container, body.page-taxonomy .nav-container, body.page-breast-cancer-glossary .nav-container, body.section-news-and-blogs .nav-container, body.section-search .nav-container {
  position: relative; }

/* line 6894, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.content .bg-container, body.page-taxonomy .bg-container, body.page-breast-cancer-glossary .bg-container, body.section-news-and-blogs .bg-container, body.section-search .bg-container {
  width: 100%;
  min-width: 100%;
  height: 238px;
  display: table;
  position: absolute;
  top: 110px;
  z-index: -1;
  table-layout: fixed;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat; }

/* line 6907, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.content .bg-container.default-bg, body.page-taxonomy .bg-container.default-bg, body.page-breast-cancer-glossary .bg-container.default-bg, body.section-news-and-blogs .bg-container.default-bg, body.section-search .bg-container.default-bg {
  background-image: url("../img/content-fallback.jpg"); }

/* line 6910, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.content .left, body.page-taxonomy .left, body.page-breast-cancer-glossary .left, body.section-news-and-blogs .left, body.section-search .left {
  display: table-cell; }

/* line 6913, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.content .middle, body.page-taxonomy .middle, body.page-breast-cancer-glossary .middle, body.section-news-and-blogs .middle, body.section-search .middle {
  width: 1140px;
  display: table-cell; }

/* line 6917, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
body.content .right, body.page-taxonomy .right, body.page-breast-cancer-glossary .right, body.section-news-and-blogs .right, body.section-search .right {
  display: table-cell;
  background: white; }

/* NEW CSS FOR JUSTIN */
/* ---------------------------------------------------------------------------------------------------------
   BASE --> MAIN CONTENT
--------------------------------------------------------------------------------------------------------- */
/* line 6956, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.nav-container {
  margin-bottom: 30px; }

/* line 6959, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.main-content-inner {
  padding: 0 0 50px 15px; }

/* ---------------------------------------------------------------------------------------------------------
   BASE --> MAIN CONTENT <-- END
--------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------
   BASE --> TABS
--------------------------------------------------------------------------------------------------------- */
/* line 6980, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
#event-tabs, .tab-content {
  padding: 0 30px; }

/* line 6983, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
#event-tabs .tab-pane {
  margin-top: -31px; }

/* line 6986, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
#event-tabs h1, #event-tabs h2, #event-tabs h3, #event-tabs h4 {
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin-top: 30px;
  font-size: 24px;
  line-height: 32px; }

/* line 6993, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
#event-tabs .contact-info h3 {
  margin: -8px 0 0 0;
  padding: 0 30px 0 0;
  border: 0;
  font-size: 18px; }

/* ---------------------------------------------------------------------------------------------------------
   BASE --> TABS <-- END
--------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------
   CONTENT --> BLOCKQUOTE
--------------------------------------------------------------------------------------------------------- */
/* line 7007, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
blockquote.quote, blockquote {
  padding: 40px 50px 40px 100px;
  background: #F2F2F2 url(../icons/icon-quote.svg) no-repeat 30px 30px;
  border-bottom: 1px solid #E4E4E4;
  margin: 0 0 30px 0;
  width: 100%; }

/* line 7014, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
blockquote .author {
  font-size: 16px;
  line-height: 16px; }

/* line 7018, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
#event-tabs blockquote h1, #event-tabs blockquote h2, #event-tabs blockquote h3, #event-tabs blockquote h4 {
  margin: 0 0 20px;
  padding-top: 0;
  border: 0; }

/* line 7023, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
blockquote.quote i {
  display: none; }

/* line 7026, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.quote p {
  font-weight: normal;
  font-family: 'HelveticaNeueW02-75Bold'; }

/* line 7030, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.quote .cite {
  margin-left: 0; }

/* ---------------------------------------------------------------------------------------------------------
   CONTENT --> BLOCKQUOTE <-- END
--------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------
   SECTION --> EVENTS
--------------------------------------------------------------------------------------------------------- */
/* line 7050, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.events .promo-image {
  margin-bottom: 0; }

/* line 7053, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.event-information {
  padding: 20px;
  margin: -20px 0 20px;
  background: #F2F2F2;
  border-bottom: 1px solid #E4E4E4;
  z-index: 2;
  position: relative; }

/* line 7061, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.event-information:before {
  display: block;
  content: '';
  width: 48px;
  height: 48px;
  background: transparent;
  border-top: 6px solid #FF92A4;
  border-left: 6px solid #FF92A4;
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: -1; }

/* line 7088, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.event-information h5 {
  margin-top: 10px; }

/* line 7091, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.event-information p {
  margin: 0 0 20px; }

/* line 7094, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.event-information .content {
  padding: 0 20px 10px; }

/* line 7097, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.event-information .field-label {
  font-weight: bold;
  margin: 0; }

/* line 7101, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.event-information .field-collection-view {
  margin: 0; }

/* line 7104, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.event-information .field-collection-view-final {
  font-weight: bold; }

/* line 7107, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.event-information header {
  margin: 0; }

/* line 7110, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.event-information ul {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid rgba(74, 73, 73, .2); }

/* line 7115, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.event-information li {
  list-style: none;
  padding: 0 0 0 30px !important;
  margin: 0 0 5px 0;
  font-size: 16px;
  line-height: 24px;
  position: relative; }

/* line 7123, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.event-information li span {
  width: 80px;
  margin-right: 15px;
  font-family: 'HelveticaNeueW02-75Bold';
  font-size: 18px;
  display: none; }

/* line 7135, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.event-information li:before {
  display: block;
  position: absolute;
  top: 3px;
  left: 0; }

/* line 7141, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.event-information li.event-calendar:before {
  content: url(../icons/calendar.svg); }

/* line 7142, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.event-information li.event-location:before {
  content: url(../icons/map-marker.svg); }

/* line 7143, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.event-information li.event-type:before {
  content: url(../icons/rosette.svg); }

/* line 7144, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.event-information .btn {
  width: 100%; }

/* EVENTS BAR */
/* line 7151, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.events-bar {
  position: fixed;
  top: -200px;
  left: 0;
  width: 100%;
  padding: 15px 0;
  background: #FFF;
  -webkit-box-shadow: rgba(51, 51, 51, .2) 0px 4px 0px 0px;
          box-shadow: rgba(51, 51, 51, .2) 0px 4px 0px 0px;
  z-index: 9999;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s; }

/* line 7162, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.events-bar.active {
  top: 0; }

/* line 7165, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.events-bar h5 {
  margin: 0; }

/* line 7168, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.events-bar ul {
  padding: 0;
  margin: 0;
  list-style: none; }

/* line 7173, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.events-bar ul li {
  display: inline-block;
  border-left: 1px solid #4A4949;
  padding: 0px 10px;
  font-size: 14px;
  color: #4A4949;
  margin: 5px 0; }

/* line 7181, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.events-bar ul li:first-child {
  padding-left: 0;
  border: 0; }

/* line 7185, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.events-bar .events-bar-btn {
  text-align: right; }

/* line 7188, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.events-bar .btn {
  margin: 0;
  padding: 10px 20px;
  width: 100%; }

/* line 7193, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.events-bar .event-type {
  display: inline-block; }

/* line 7221, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.event-questions {
  padding: 30px 30px;
  margin-top: 30px;
  border-top: 1px solid #EEE; }

/* line 7226, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.event-questions h4 {
  font-size: 24px;
  line-height: 36px; }

/* line 7237, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tab-content h2, .tab-content h3 {
  font-size: 24px;
  line-height: 28px; }

/* ---------------------------------------------------------------------------------------------------------
   EVENTS <-- END
--------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------
   SIGNS & SYMPTOMS
--------------------------------------------------------------------------------------------------------- */
/* line 7249, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.main-content-inner ul li {
  padding: 5px 0; }

/* line 7254, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.content-left-img-right {
  padding: 30px 200px 30px 0;
  position: relative;
  border-bottom: 1px solid #DBDBDB; }

/* line 7259, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.content-left-img-right:first-of-type {
  border-top: 1px solid #D8D8D8; }

/* line 7262, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.content-left-img-right img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 90%;
  z-index: -1; }

/* line 7269, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.content-left-img-right a {
  margin-bottom: 0; }

/* line 7297, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .4);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .4);
  margin: 0 0 30px; }

/* line 7305, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* SIGNS AND SYMPTOMS CAROUSEL */
/* line 7315, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

/* line 7315, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

/* line 7315, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

/* line 7315, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* line 7315, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

/* line 7315, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/* line 7315, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

/* line 7315, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.owl-carousel .owl-item img {
  display: block; }

/* line 7315, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

/* line 7315, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

/* line 7315, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 7315, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

/* line 7315, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.owl-carousel.owl-hidden {
  opacity: 0; }

/* line 7315, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

/* line 7315, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 7315, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

/* line 7315, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.owl-carousel.owl-rtl {
  direction: rtl; }

/* line 7315, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* line 7315, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

/* line 7315, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.owl-carousel .owl-animated-in {
  z-index: 0; }

/* line 7315, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.owl-carousel .owl-animated-out {
  z-index: 1; }

/* line 7315, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* line 7315, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

/* line 7315, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

/* line 7315, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/* line 7315, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

/* line 7315, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -o-transition: transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

/* line 7315, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

/* line 7315, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

/* line 7315, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

/* line 7315, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* line 7316, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.flickity-viewport {
  -webkit-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s; }

/* line 7320, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-tabs .view-type {
  color: #FF5572;
  font-weight: bold;
  display: inline-block;
  margin: 0 10px 15px 0;
  font-size: 16px; }

/* line 7328, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-tabs .view-type.highlighted,
.tlc-tabs .view-type.highlighted:hover {
  color: #333333; }

/* line 7333, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-tabs .view-type:hover {
  color: #FF5572;
  text-decoration: none; }

/* line 7338, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-tabs .view-type:focus {
  color: #FF5572;
  text-decoration: none; }

/* line 7343, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-tabs .view-type svg {
  margin: 0 5px 0 0;
  vertical-align: text-bottom; }

/* line 7348, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-tabs .view-type svg path {
  fill: #FF5572; }

/* line 7353, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-tabs .view-type.highlighted svg path {
  fill: #333; }

/* line 7358, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-carousel .flickity-button {
  width: 76px;
  height: 76px;
  border-radius: 0;
  background: #454545;
  top: unset;
  z-index: 20;
  bottom: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  text-align: center; }

/* line 7369, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-carousel .flickity-button:hover {
  background: #454545 !important;
  opacity: 0.5 !important; }

/* line 7373, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.flickity-prev-next-button.next {
  right: 0 !important; }

/* line 7376, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.flickity-prev-next-button.previous {
  left: 0 !important; }

/* line 7379, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-carousel .flickity-button .flickity-button-icon {
  fill: #FFF;
  max-width: 22px;
  border: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: unset; }

/* line 7386, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-carousel .flickity-page-dots {
  bottom: 0;
  background: #FFF;
  padding: 30px 80px;
  min-height: 76px;
  z-index: 10; }

/* line 7393, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-carousel .flickity-page-dots .dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #FF92A4;
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  background: #FFF;
  opacity: 1; }

/* line 7404, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-carousel .flickity-page-dots .dot.is-selected {
  background: #FF92A4; }

/* line 7407, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-carousel {
  background: #FD9DAE url("../img/bg_tlc_carousel.png") no-repeat left top;
  background-size: auto 100%;
  padding: 40px 0 90px;
  margin: 0 0 40px;
  border-bottom: 1px solid #DBDBDB; }

/* line 7431, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-carousel:after {
  content: '';
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(253, 157, 174, 0)), to(rgba(253, 157, 174, .65)));
  background: -o-linear-gradient(left, rgba(253, 157, 174, 0) 0%, rgba(253, 157, 174, .65) 100%);
  background: linear-gradient(to right, rgba(253, 157, 174, 0) 0%, rgba(253, 157, 174, .65) 100%); }

/* line 7444, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-carousel .carousel-block {
  background: #F2F2F2;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(40, 40, 40, .16);
          box-shadow: 0px 2px 8px 0px rgba(40, 40, 40, .16);
  padding: 0 0 15px;
  width: 370px;
  margin: 0 15px; }

/* line 7451, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-carousel .carousel-block.title-section {
  background: transparent;
  padding: 0px 40px;
  display: table;
  height: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 535px; }

/* line 7460, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.carousel-cell {
  position: relative; }

/* line 7463, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-carousel .carousel-block.title-section .title-copy {
  display: table-cell;
  vertical-align: middle; }

/* line 7467, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-carousel .carousel-block-copy {
  background: #FFF;
  padding: 30px;
  margin: 0px 15px; }

/* line 7474, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-carousel .carousel-block-copy h4 {
  margin: 0 0 15px; }

/* line 7477, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-carousel .carousel-block-copy p {
  margin: 0; }

/* line 7480, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-carousel .carousel-block.final-block p {
  margin: 0 0 15px; }

/* line 7483, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-carousel .check-icon {
  position: absolute;
  color: #FFF;
  border-radius: 50%;
  font-family: "HelveticaNeueW02-75Bold";
  font-size: 16px;
  border: 4px solid #FFF;
  text-align: center; }

/* line 7492, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-carousel .check-type {
  width: 55px;
  height: 55px;
  font-size: 13px;
  line-height: 45px;
  top: -90px;
  background: #454545;
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg); }

/* line 7506, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-carousel .carousel-block.final-block .check-type {
  top: 20px; }

/* line 7509, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-carousel .check-number {
  width: 30px;
  height: 30px;
  font-size: 13px;
  line-height: 23px;
  background: #FF92A4; }

/* line 7522, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-carousel .owl-nav div {
  width: 64px;
  height: 64px;
  background: #454545;
  color: #FFF;
  position: absolute;
  z-index: 3;
  text-align: center;
  padding-top: 20px; }

/* line 7532, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-carousel .owl-nav div.owl-prev {
  bottom: 0;
  left: 0; }

/* line 7536, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-carousel .owl-nav div.owl-next {
  bottom: 0;
  right: 0; }

/* line 7540, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-carousel .owl-nav div.disabled {
  background: #CECECE; }

/* line 7543, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-carousel .owl-dots {
  background: #FFF;
  padding: 22px 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

/* line 7617, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.flickity-viewport {
  min-height: 395px !important; }

/* line 7626, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-carousel:after {
  content: 'flickity';
  display: none;
  /* hide :after */ }

/* line 7632, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-carousel.tlc-carousel-list:after {
  content: ''; }

/* line 7636, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-carousel.tlc-carousel-list:before {
  display: none; }

/* line 7640, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-carousel.tlc-carousel-list {
  padding: 30px;
  background-size: contain; }

/* line 7645, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-carousel.tlc-carousel-list .carousel-block {
  margin: 0 0 15px;
  width: 100%;
  height: auto;
  padding: 0; }

/* line 7652, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-carousel.tlc-carousel-list .carousel-block .title-copy {
  padding: 30px 0; }

/* line 7656, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-carousel.tlc-carousel-list .carousel-block .title-copy h3 {
  margin: 0; }

/* line 7660, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-carousel.tlc-carousel-list .carousel-block .carousel-block-copy {
  margin: 0;
  height: auto; }

/* line 7665, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-carousel.tlc-carousel-list .check-number {
  top: -130px;
  left: -15px; }

/* line 7670, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-carousel.tlc-carousel-list .carousel-block.final-block .carousel-block-copy {
  min-height: auto; }

/* line 7674, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-carousel.tlc-carousel-list .carousel-block.final-block .carousel-block-copy h4 {
  margin: 0 0 15px;
  padding: 15px 0 15px 50px; }

/* line 7730, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-carousel .check-type {
  left: -16px;
  top: 108px;
  width: 75px;
  height: 75px;
  font-size: 16px;
  line-height: 61px; }

/* line 7742, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-carousel .check-number {
  left: 11px;
  top: 161px;
  width: 50px;
  height: 50px;
  font-size: 16px;
  line-height: 39px;
  background: g-webkit-repeating-radial-gradient(); }

/* line 7757, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-carousel.tlc-carousel-list .check-type {
  left: -20px;
  top: 22px;
  width: 75px;
  height: 75px;
  font-size: 16px;
  line-height: 61px; }

/* line 7774, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-carousel.tlc-carousel-list .check-number {
  left: -10px;
  top: 78px;
  width: 50px;
  height: 50px;
  font-size: 16px;
  line-height: 39px; }

/* line 7791, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-carousel.tlc-carousel-list .carousel-block.title-section {
  height: auto; }

/* line 7794, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.tlc-carousel.tlc-carousel-list .carousel-block.final-block {
  width: 100%; }

/* SIGNS AND SYMPTOMS CAROUSEL <-- END */
/* PROMO CAROUSEL */
/* line 7807, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promo-carousel {
  margin: 0 0 30px; }

/* line 7810, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promo-carousel .item {
  background: #F2F2F2;
  position: relative;
  max-height: 300px; }

/* line 7815, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promo-carousel .img-container {
  width: 50%;
  min-height: 300px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

/* line 7823, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promo-carousel .item:before {
  content: '';
  width: 50%;
  display: block;
  height: 80px;
  background: #FF92A4;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1; }

/* line 7834, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promo-carousel .promo-carousel-content {
  background: #FFF;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 60%;
  padding: 15px 15px 25px;
  z-index: 2; }

/* line 7843, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promo-carousel .no-image .promo-carousel-content {
  left: 10px;
  right: 10px;
  width: calc(100% - 20px); }

/* line 7848, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promo-carousel .promo-carousel-content .text-link {
  display: block;
  font-size: 18px;
  font-family: "HelveticaNeueW02-75Bold";
  padding-bottom: 20px; }

/* line 7857, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promo-carousel .promo-carousel-content .text-link i {
  background: url("../img/arrow-pink.svg"); }

/* line 7860, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promo-carousel .promo-carousel-content span {
  font-size: 16px;
  margin-bottom: 15px;
  display: block; }

/* line 7865, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promo-carousel .video .promo-carousel-content, .promo-carousel .quotation .promo-carousel-content, .promo-carousel .event .promo-carousel-content {
  padding-left: 95px; }

/* line 7868, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promo-carousel .item .promo-carousel-content:before {
  display: block;
  width: 35px;
  position: absolute;
  left: 30px;
  top: 30px; }

/* line 7875, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promo-carousel .video .promo-carousel-content:before {
  content: url(../icons/icon-play-pink.svg); }

/* line 7878, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promo-carousel .quotation .promo-carousel-content:before {
  content: url(../icons/icon-quote.svg); }

/* line 7881, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promo-carousel .event .promo-carousel-content:before {
  content: url(../icons/rosette_v2.svg); }

/* line 7884, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promo-carousel .play-video {
  display: none; }

/* line 7887, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promo-carousel .video .play-video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

/* line 7894, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promo-carousel .video .play-video img {
  width: 56px;
  height: 56px; }

/* line 7898, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promo-carousel .owl-dots {
  position: absolute;
  bottom: 15px;
  right: 15px;
  text-align: right; }

/* line 7904, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promo-carousel .owl-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #FF92A4;
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle; }

/* line 7913, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.promo-carousel .owl-dot.active {
  background: #FF92A4; }

/* PROMO CAROUSEL <-- END */
/* ICON PULLOUT BOX */
/* line 7957, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.icon-pullout-box {
  background: #F2F2F2;
  border-bottom: 1px solid #E4E4E4;
  padding: 30px 50px 30px 30px;
  margin: 0 30px 30px;
  position: relative; }

/* line 7964, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.icon-pullout-box:before {
  content: '';
  display: block;
  width: 70px;
  height: 70px;
  background: #FF92A4;
  color: #FFF;
  text-align: center;
  border-radius: 35px;
  position: absolute;
  top: 15px;
  left: -50px;
  padding: 18px 0 0 0; }

/* line 7978, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.icon-pullout-box.icon-info:before {
  content: url("../icons/icon-info.svg"); }

/* line 7981, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.icon-pullout-box.icon-share:before {
  content: url("../icons/icon-share.svg");
  padding: 22px 0 0 0; }

/* line 7985, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.icon-pullout-box h4 {
  padding: 0 50px 20px 0px;
  margin: 0 0 20px;
  border-bottom: 1px solid #D0D0D0;
  display: inline-block; }

/* line 7991, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.icon-pullout-box ul {
  list-style: none;
  padding: 0; }

/* line 7995, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.icon-pullout-box ul li {
  padding-left: 60px;
  margin: 10px 0;
  position: relative; }

/* line 8000, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.icon-pullout-box ul li:before {
  content: url("../icons/icon-check.svg");
  position: absolute;
  left: 15px;
  top: 5px; }

/* line 8006, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.icon-pullout-box .btn {
  margin: 0;
  float: right; }

/* ICON PULLOUT BOX <-- END */
/* ---------------------------------------------------------------------------------------------------------
   SIGNS & SYMPTOMS <-- END
--------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------
   MODULE --> SHARE
--------------------------------------------------------------------------------------------------------- */
/* line 8041, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.addthis_inline_share_toolbox {
  text-align: right;
  padding-top: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E4E4E4; }

/* ---------------------------------------------------------------------------------------------------------
   SIGNS & SYMPTOMS <-- END
--------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------
   MODULE --> RELATED CONTENT
--------------------------------------------------------------------------------------------------------- */
/* line 8060, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.related .module {
  background: #f2f2f2;
  position: relative;
  min-height: 300px;
  overflow: hidden;
  padding: 160px 0 10px 0; }

/* line 8067, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.related .module .img-wrapper {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  z-index: 1;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  overflow: hidden; }

/* line 8079, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.related .module .content {
  background: #FFF;
  margin-right: 10px;
  position: relative;
  z-index: 2;
  padding: 15px;
  min-height: 260px;
  overflow: hidden; }

/* line 8088, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.related .module .content .subheading {
  margin: 0 0 10px; }

/* line 8091, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.related .module .content h4 {
  margin: 0; }

/* line 8094, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.related .module .content a.read-more {
  position: absolute;
  padding-right: 40px;
  bottom: -100px;
  left: 15px;
  color: #333;
  font-size: 18px;
  line-height: 24px;
  font-family: "HelveticaNeueW02-75Bold";
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s; }

/* line 8105, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.related .module .content a.read-more:after {
  content: url("../icons/icon-arrow.svg");
  display: block;
  position: absolute;
  right: 0;
  top: 2px; }

/* line 8113, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.related .module:hover .img-wrapper {
  background-size: auto 120%; }

/* line 8116, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.related .module:hover .content a.read-more {
  bottom: 15px; }

/* ---------------------------------------------------------------------------------------------------------
   MODULE --> RELATED CONTENT <-- END
--------------------------------------------------------------------------------------------------------- */
/* line 8140, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.block-links .panel-pane:nth-child(3n+1) {
  clear: left; }

/* line 8145, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.rte .panel-pane p {
  line-height: 1.3em; }

/* line 8150, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.event-information header {
  margin: 0 0 20px 0; }
  /* line 8152, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .event-information header h3 {
    padding: 0 10px 0 10px; }

/* line 8159, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.node-webform input[type="text"], .node-webform input[type="number"], .node-webform textarea {
  font-size: 16px; }

/* line 8164, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.landing .three-promos.row {
  margin-left: 0;
  margin-right: 0; }

/* line 8173, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
.webform-client-form .btn {
  margin-top: 30px; }
@media (min-width: 320px) {
  /* line 2411, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  h1 {
    font-size: 32px;
    line-height: 40px; }
  /* line 2416, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  h2 {
    font-size: 24px;
    line-height: 32px; }
  /* line 2421, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  h3 {
    font-size: 20px;
    line-height: 24px; }
  /* line 2426, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  h4 {
    font-size: 18px;
    line-height: 24px; }
  /* line 2430, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  h5 {
    font-size: 16px;
    line-height: 24px; }
  /* line 2434, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  h6 {
    font-size: 14px;
    line-height: 18px; }
  /* line 2438, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px; } }
@media (min-width: 481px) and (max-width: 767px) {
  /* line 6936, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  body.content .bg-container, body.page-taxonomy .bg-container, body.page-breast-cancer-glossary .bg-container, body.section-news-and-blogs .bg-container, body.section-search .bg-container {
    height: 130px; }
  /* line 6939, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  body.content .middle, body.page-taxonomy .middle, body.page-breast-cancer-glossary .middle, body.section-news-and-blogs .middle, body.section-search .middle {
    width: 100%; } }
@media (min-width: 767px) {
  /* line 2461, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  h1 {
    font-size: 40px;
    line-height: 48px; }
  /* line 2466, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  h2 {
    font-size: 36px;
    line-height: 40px; }
  /* line 2471, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  h3 {
    font-size: 32px;
    line-height: 40px; }
  /* line 2476, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  h4 {
    font-size: 24px;
    line-height: 32px; }
  /* line 2480, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  h5 {
    font-size: 18px;
    line-height: 24px; }
  /* line 2484, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  h6 {
    font-size: 16px;
    line-height: 24px; }
  /* line 2488, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px; }
  /* line 2663, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  p.lead {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 50px; }
  /* line 6963, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .main-content-inner {
    padding: 0 0 50px 40px; }
  /* line 7075, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .event-information {
    padding: 30px; }
  /* line 7078, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .event-information:before {
    width: 62px;
    height: 62px;
    border-top: 8px solid #FF92A4;
    border-left: 8px solid #FF92A4;
    position: absolute;
    left: -7px;
    top: -7px; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6928, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  body.content .bg-container, body.page-taxonomy .bg-container, body.page-breast-cancer-glossary .bg-container, body.section-news-and-blogs .bg-container, body.section-search .bg-container {
    height: 200px; }
  /* line 6931, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  body.content .middle, body.page-taxonomy .middle, body.page-breast-cancer-glossary .middle, body.section-news-and-blogs .middle, body.section-search .middle {
    width: 718px; } }
@media (min-width: 768px) and (min-width: 768px) {
    /* line 7704, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
    .tlc-carousel.tlc-carousel-list .carousel-block.final-block .carousel-block-copy {
      padding: 20px; } }
@media (min-width: 768px) {
  /* line 4547, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .related-promos .three-promos .col-sm-4 .module .contenthover {
    width: 100%;
    left: 0;
    padding: 0; }
    /* line 4556, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
    .related-promos img {
      width: auto !important; }
  /* line 7414, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .tlc-carousel:before {
    display: block;
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    content: '';
    background: -webkit-gradient(linear, left top, right top, from(rgba(253, 157, 174, .65)), to(rgba(253, 157, 174, 0)));
    background: -o-linear-gradient(left, rgba(253, 157, 174, .65) 0%, rgba(253, 157, 174, 0) 100%);
    background: linear-gradient(to right, rgba(253, 157, 174, .65) 0%, rgba(253, 157, 174, 0) 100%); }
    /* line 7492, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
    .tlc-carousel .check-type {
      width: 75px;
      height: 75px;
      line-height: 65px; }
    /* line 7509, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
    .tlc-carousel .check-number {
      width: 50px;
      height: 50px;
      line-height: 43px; }
    /* line 7617, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
    .flickity-viewport {
      min-height: 400px !important; }
  /* line 7682, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .tlc-carousel.tlc-carousel-list {
    padding: 50px; }
  /* line 7685, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .tlc-carousel.tlc-carousel-list .carousel-block .title-copy {
    padding: 30px 0 30px 30px; }
  /* line 7688, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .tlc-carousel.tlc-carousel-list .carousel-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  /* line 7691, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .tlc-carousel.tlc-carousel-list img {
    max-width: 50%;
    max-height: 240px; }
  /* line 7695, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .tlc-carousel.tlc-carousel-list .carousel-block .carousel-block-copy {
    width: 50%;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 10px 10px 10px -10px; }
  /* line 7704, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .tlc-carousel.tlc-carousel-list .carousel-block.final-block .carousel-block-copy {
    width: 100%;
    margin: 10px; }
  /* line 7712, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .tlc-carousel.tlc-carousel-list .carousel-block.final-block .carousel-block-copy h4 {
    padding: 20px 0 20px 40px; }
  /* line 7715, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .tlc-carousel .carousel-block.final-block .check-type {
    top: 15px; }
    /* line 7730, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
    .tlc-carousel .check-type {
      left: -32px;
      top: 230px; }
    /* line 7742, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
    .tlc-carousel .check-number {
      left: -10px;
      top: 280px; }
    /* line 7757, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
    .tlc-carousel.tlc-carousel-list .check-type {
      top: 20px;
      left: -30px;
      width: 75px;
      height: 75px;
      line-height: 65px;
      font-size: 16px; }
    /* line 7774, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
    .tlc-carousel.tlc-carousel-list .check-number {
      top: 77px;
      left: -19px;
      width: 50px;
      height: 50px;
      line-height: 43px;
      font-size: 16px; }
    /* line 7848, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
    .promo-carousel .promo-carousel-content .text-link {
      padding-bottom: 0; }
    /* line 8164, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
    .landing .three-promos.row {
      margin-left: -15px;
      margin-right: -15px; } }
@media (min-width: 769px) {
    /* line 7617, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
    .flickity-viewport {
      min-height: 545px !important; } }
@media (min-width: 992px) {
  /* line 2496, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  h1 {
    font-size: 40px;
    line-height: 48px; }
  /* line 2501, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  h2 {
    font-size: 36px;
    line-height: 40px; }
  /* line 2506, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  h3 {
    font-size: 32px;
    line-height: 40px; }
  /* line 2511, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  h4 {
    font-size: 24px;
    line-height: 32px; }
  /* line 2515, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  h5 {
    font-size: 18px;
    line-height: 24px; }
  /* line 2519, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  h6 {
    font-size: 16px;
    line-height: 24px; }
  /* line 2523, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px; }
  /* line 4533, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .related-promos .three-promos .col-sm-4 {
    padding-left: 15px;
    padding-right: 15px; }
    /* line 4539, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
    .related-promos .three-promos .col-sm-4 .module h2 {
      line-height: 24px;
      font-size: 24px; }
    /* line 6171, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
    .addthis .header h3 {
      font-size: 1.3em; }
  /* line 6968, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .main-content-inner {
    padding: 0 0 50px 70px; }
  /* line 7131, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .event-information li span {
    display: inline-block; }
  /* line 7722, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .tlc-carousel.tlc-carousel-list .carousel-block.final-block .carousel-block-copy h4 {
    padding: 0 0 0 30px; }
  /* line 7725, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .tlc-carousel.tlc-carousel-list .carousel-block .carousel-block-copy {
    width: 100%; } }
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 6923, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  body.content .middle, body.page-taxonomy .middle, body.page-breast-cancer-glossary .middle, body.section-news-and-blogs .middle, body.section-search .middle {
    width: 938px; } }
@media (min-width: 1170px) {
  /* line 2531, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  h1 {
    font-size: 48px;
    line-height: 56px; }
  /* line 2536, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  h2 {
    font-size: 36px;
    line-height: 40px; }
  /* line 2541, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  h3 {
    font-size: 32px;
    line-height: 40px; }
  /* line 2546, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  h4 {
    font-size: 24px;
    line-height: 32px; }
  /* line 2550, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  h5 {
    font-size: 18px;
    line-height: 24px; }
  /* line 2554, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  h6 {
    font-size: 16px;
    line-height: 24px; }
  /* line 2558, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px; } }
@media (min-width: 1366px) {
    /* line 3111, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
    .page-header .social li {
      width: 28px;
      height: 28px; } }
@media (max-width: 480px) {
  /* line 6429, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .mobileapp-popup {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
  /* line 6432, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .mobileapp-popup .content {
    padding: 0 12px; }
  /* line 6435, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .mobileapp-popup .content p:last-child {
    width: 85%; }
  /* line 6438, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .mobileapp-popup h2 {
    line-height: 1.2em;
    font-size: 32px;
    font-weight: normal; }
  /* line 6443, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .mobileapp-popup h2 span {
    color: #fc92a4; }
  /* line 6446, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .mobileapp-popup .figure .img-responsive {
    width: 100%; }
  /* line 6449, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .mobileapp-popup .slide-content {
    position: relative; }
  /* line 6452, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .mobileapp-popup .sticky {
    width: 100%;
    position: fixed;
    z-index: 9999;
    bottom: 0; }
  /* line 6458, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .mobileapp-popup .launch-content {
    position: relative;
    -webkit-box-shadow: 0 0 10px #aaa;
            box-shadow: 0 0 10px #aaa;
    padding: 18px;
    background-color: #fc92a4; }
  /* line 6464, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .mobileapp-popup .launch-content p {
    width: 72%;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.2px;
    margin: 0; }
  /* line 6471, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .mobileapp-popup .launch-content p.morning {
    color: #fff;
    font-size: 22px;
    line-height: 1.1em;
    margin-bottom: 5px; }
  /* line 6477, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .mobileapp-popup .launch-content:after {
    width: 40px;
    position: absolute;
    right: 76px;
    bottom: -10px; }
  /* line 6483, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .mobileapp-popup .hidden-content-container {
    position: absolute;
    bottom: -5px;
    width: 100%;
    z-index: 100; }
  /* line 6489, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .mobileapp-popup .hidden-content {
    width: 100%;
    -webkit-box-shadow: 0 -2px 10px #666;
            box-shadow: 0 -2px 10px #666;
    padding: 1px 12px;
    color: #fff;
    background-color: #fc92a4;
    background-image: url("../img/iphone_plan.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 60%; }
  /* line 6500, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .mobileapp-popup .hidden-content .close-btn {
    display: block;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: -10px;
    right: 14px;
    border-radius: 50%;
    background: #4A4949; }
  /* line 6510, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .mobileapp-popup .hidden-content .fa-times {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 1.2em;
    color: #fff; }
  /* line 6517, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .mobileapp-popup .hidden-content h3 {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 30px; }
  /* line 6521, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .mobileapp-popup .hidden-content .figure {
    width: 35%; }
  /* line 6524, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .mobileapp-popup .hidden-content .figure .app-store {
    margin-bottom: 20px; }
  /* line 6527, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .mobileapp-popup .hidden-content .figure .google-play {
    margin-bottom: 65px; }
  /* line 6530, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .mobileapp-popup .hidden-content p {
    width: 65%;
    font-size: 16px; }
  /* line 6534, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .mobileapp-popup .hidden-content p.lifetime {
    color: #333; }
  /* line 6537, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .mobileapp-popup .hidden-content p.download {
    margin: 0; }
  /* line 6540, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .mobileapp-popup .hidden-content .btn {
    margin-top: 20px; }
  /* line 6543, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .mobileapp-popup .show-more {
    width: 100%;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 7px;
    cursor: pointer;
    padding-top: 50px; }
  /* line 6552, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .mobileapp-popup .show-more .fa-chevron-up {
    font-size: 2em; }
  /* line 6555, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .mobileapp-popup .show-more.closed .fa-chevron-up {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg); }
  /* line 6944, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  body.content .bg-container, body.page-taxonomy .bg-container, body.page-breast-cancer-glossary .bg-container, body.section-news-and-blogs .bg-container, body.section-search .bg-container {
    display: none; }
  /* line 7215, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .events-bar .btn {
    width: 100%; } }
@media (max-width: 1200px) {
  /* line 7273, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .content-left-img-right {
    padding: 30px 130px 30px 0; }
  /* line 7276, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .content-left-img-right img {
    max-height: 60%; }
  /* line 7553, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .tlc-carousel .carousel-block {
    width: 290px; }
  /* line 7556, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .tlc-carousel .carousel-block.title-section {
    height: 395px; }
  /* line 7559, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .tlc-carousel .carousel-block.final-block .carousel-block-copy {
    height: 450px; }
  /* line 7562, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .tlc-carousel:before, .tlc-carousel:after {
    width: 30px; } }
@media (max-width: 992px) {
  /* line 7281, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .content-left-img-right {
    padding: 30px 140px 30px 0; }
  /* line 7284, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .content-left-img-right img {
    max-height: 80%; } }
@media (max-width: 768px) {
  /* line 7289, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .content-left-img-right {
    padding: 30px 0; }
  /* line 7292, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .content-left-img-right img {
    display: none; }
  /* line 7567, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .tlc-carousel {
    position: relative;
    padding: 140px 0 90px; }
  /* line 7571, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .tlc-carousel .carousel-block {
    width: 260px;
    margin: 0 30px; }
  /* line 7575, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .tlc-carousel .carousel-block.final-block {
    width: 260px; }
  /* line 7579, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .tlc-carousel .carousel-block.title-section {
    padding: 0px 30px;
    height: 395px; }
  /* line 7583, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .tlc-carousel .carousel-block.title-section h3 {
    font-size: 24px;
    line-height: 32px; }
  /* line 7587, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .tlc-carousel .carousel-block-copy {
    padding: 15px;
    height: 190px; }
  /* line 7591, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .tlc-carousel .carousel-block.final-block .carousel-block-copy {
    min-height: 365px;
    height: 366px !important;
    overflow-y: scroll;
    padding: 15px;
    background: #FFF; }
  /* line 7598, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .tlc-carousel .owl-dots {
    display: none; }
  /* line 7601, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .tlc-carousel .owl-dot {
    display: none; }
  /* line 7604, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .tlc-carousel .flickity-page-dots {
    min-height: 56px;
    padding: 20px 0; }
  /* line 7609, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .tlc-carousel .flickity-button {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0; }
  /* line 7917, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .promo-carousel .item {
    max-height: none; }
  /* line 7920, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .promo-carousel .img-container {
    width: 100%; }
  /* line 7923, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .promo-carousel .no-image .img-container {
    display: none; }
  /* line 7926, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .promo-carousel .promo-carousel-content {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    border-top: 5px solid #FF92A4;
    padding-bottom: 0;
    background: #f2f2f2; }
  /* line 7936, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .owl-stage-outer {
    overflow: hidden;
    background: #f2f2f2; }
  /* line 7940, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .promo-carousel .item:before {
    display: none; }
  /* line 7943, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .promo-carousel .owl-dots {
    position: relative;
    bottom: auto;
    right: auto;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
    padding: 20px 0; }
  /* line 8011, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .icon-pullout-box {
    margin: 0 0 30px;
    padding: 60px 20px 20px; }
  /* line 8015, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .icon-pullout-box:before {
    top: -30px;
    left: 15px; }
  /* line 8019, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .icon-pullout-box h4 {
    width: 100%;
    display: block; }
  /* line 8023, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .icon-pullout-box ul li {
    padding-left: 40px; }
  /* line 8026, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .icon-pullout-box ul li:before {
    left: 0; }
  /* line 8029, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .icon-pullout-box .btn {
    float: none; }
  /* line 8048, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .icon-pullout-box {
    padding: 60px 20px 20px !important; } }
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  /* line 6193, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .flex-video {
    padding-top: 0; } }
@media (max-width: 767px) {
  /* line 6783, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  #slide-nav .container {
    margin: 0;
    padding: 0 !important; }
  /* line 6788, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  #slide-nav .navbar-header {
    margin: 0 auto;
    padding: 0 0 0 5px; }
  /* line 6792, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  #slide-nav .navbar-header .navbar-toggle {
    background: #fff;
    height: 56px;
    padding: 12px 20px;
    margin: -90px 0 0 0; }
  /* line 6798, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  #slide-nav .navbar-header .navbar-toggle .fa, #slide-nav .navbar-header .navbar-toggle .carousel-container #prev-button, .carousel-container #slide-nav .navbar-header .navbar-toggle #prev-button, #slide-nav .navbar-header .navbar-toggle .carousel-container #next-button, .carousel-container #slide-nav .navbar-header .navbar-toggle #next-button {
    color: #4A4949;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  /* line 6807, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  #slide-nav .navbar.slide-active {
    position: absolute;
    width: 80%;
    top: -1px;
    z-index: 1000; }
  /* line 6814, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  #slide-nav #slidemenu {
    background: #fff;
    right: -100%;
    width: 80%;
    min-width: 0;
    position: fixed;
    padding-left: 0;
    z-index: 9999;
    top: -8px;
    margin: 0;
    overflow-y: auto;
    height: 102%; }
  /* line 6827, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  #slide-nav #slidemenu ul {
    display: block; }
  /* line 6830, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  #slide-nav #slidemenu li.donate {
    width: auto;
    position: static;
    right: 0;
    top: 0;
    background: #fff; }
  /* line 6837, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  #slide-nav #slidemenu li.donate a {
    text-align: left; }
  /* line 6840, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  #slide-nav #slidemenu a {
    line-height: 30px;
    text-align: left;
    color: #fc92a4;
    background: #fff; }
  /* line 6847, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  #slide-nav #slidemenu .navbar-nav {
    min-width: 0;
    width: 100%;
    margin: 0;
    padding-top: 8px; }
  /* line 6853, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  #slide-nav #slidemenu .navbar-nav li {
    border-right: none; }
  /* line 6856, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  #slide-nav #slidemenu .navbar-nav li a {
    padding: 8px;
    border-bottom: solid 1px #000; }
  /* line 6860, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  #slide-nav #slidemenu .navbar-nav li a .fa, #slide-nav #slidemenu .navbar-nav li a .carousel-container #prev-button, .carousel-container #slide-nav #slidemenu .navbar-nav li a #prev-button, #slide-nav #slidemenu .navbar-nav li a .carousel-container #next-button, .carousel-container #slide-nav #slidemenu .navbar-nav li a #next-button {
    display: none; }
  /* line 6864, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  #slide-nav {
    border-top: 0; }
  /* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/
  /* line 6869, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  #slide-nav.slide-active #navbar-height-col {
    display: block; }
  /* line 6872, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  #slide-nav.slide-active .navbar-toggle .fa, #slide-nav.slide-active .navbar-toggle .carousel-container #prev-button, .carousel-container #slide-nav.slide-active .navbar-toggle #prev-button, #slide-nav.slide-active .navbar-toggle .carousel-container #next-button, .carousel-container #slide-nav.slide-active .navbar-toggle #next-button {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  /* line 6879, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  #slide-nav #navbar-height-col {
    position: fixed;
    top: 0;
    height: 100%;
    width: 20%;
    left: 0;
    background: #4e5053;
    opacity: 0;
    display: none;
    z-index: 5; }
  /* line 7034, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  blockquote.quote, blockquote {
    font-size: 1em;
    padding: 25px 25px 15px 100px !important; }
  /* line 7038, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  blockquote.quote p {
    float: none; }
  /* line 7197, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .events-bar {
    top: inherit;
    bottom: 0;
    -webkit-box-shadow: rgba(51, 51, 51, .2) 0px -4px 0px 0px;
            box-shadow: rgba(51, 51, 51, .2) 0px -4px 0px 0px;
    padding: 8px 0; }
  /* line 7203, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .events-bar ul {
    padding-bottom: 5px; }
  /* line 7206, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .events-bar ul li {
    margin: 0;
    font-size: 12px !important; }
  /* line 7210, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .events-bar .events-bar-btn {
    text-align: left; }
  /* line 7231, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .event-questions {
    padding: 10px 0px; }
  /* line 8121, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .related .module {
    min-height: auto; }
  /* line 8124, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .related .module .content {
    min-height: 150px; }
  /* line 8127, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .related .module .img-wrapper {
    height: 75%; }
  /* line 8130, drupal/sites/all/themes/breastcancer_theme/ui/frontend/sass/skin.scss */
  .related .module .content a {
    position: relative;
    left: inherit;
    bottom: inherit; } }
