/* ------ END TEST -------- */
/* line 341, ../../sass/base/_global.scss */
html {
  height: 100%;
  width: 100%;
}

/* line 347, ../../sass/base/_global.scss */
body {
  background: #dbdcdd;
  font-size: 100%;
  height: 100%;
  min-width: 0;
  position: relative;
  width: 100%;
}
/* line 355, ../../sass/base/_global.scss */
body.scroll-disable {
  overflow: hidden;
}
/* line 358, ../../sass/base/_global.scss */
body.front {
  height: 200%;
}

/* line 363, ../../sass/base/_global.scss */
a {
  color: inherit;
  outline: 0;
  outline: none;
  text-decoration: none;
  -moz-transition: 100ms;
  -o-transition: 100ms;
  -webkit-transition: 100ms;
  transition: 100ms;
}

/* line 371, ../../sass/base/_global.scss */
strong {
  font-weight: 700;
}

/* line 375, ../../sass/base/_global.scss */
em {
  font-style: italic;
}

/* line 379, ../../sass/base/_global.scss */
.element-invisible {
  display: none;
}

/* line 383, ../../sass/base/_global.scss */
#main {
  -moz-transition: left 500ms;
  -o-transition: left 500ms;
  -webkit-transition: left 500ms;
  transition: left 500ms;
  background: white;
  left: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 392, ../../sass/base/_global.scss */
.menu-expanded #main {
  left: -100%;
}
@media (min-width: 37.5em) {
  /* line 392, ../../sass/base/_global.scss */
  .menu-expanded #main {
    left: -22em;
  }
}

/* line 399, ../../sass/base/_global.scss */
.select-wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  overflow: hidden;
  padding: 6px 11px 4px 11px;
  position: relative;
  width: 200px;
}
/* line 407, ../../sass/base/_global.scss */
.select-wrapper:after {
  background: url("../../images/select-icon.png") no-repeat;
  content: '';
  display: block;
  height: 20px;
  position: absolute;
  right: 9px;
  width: 20px;
  top: 6px;
}
/* line 418, ../../sass/base/_global.scss */
.select-wrapper select {
  background: transparent;
  background-image: none;
  border: none;
  box-shadow: none;
  color: #787878;
  font-size: 12px;
  outline: 0;
  width: 120%;
  -webkit-appearance: none;
  font-family: 'Merriweather', serif;
  font-weight: 700;
}

/* line 431, ../../sass/base/_global.scss */
.spinner {
  -webkit-animation: spin 0.5s linear infinite;
  -moz-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite;
  bottom: 0;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  border-width: 0.2em;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.75) rgba(255, 255, 255, 0.75) rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.25);
  border-radius: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-indent: -999vw;
  top: 0;
}
/* line 450, ../../sass/base/_global.scss */
.spinner.gray {
  border-color: rgba(204, 204, 204, 0.75) rgba(204, 204, 204, 0.75) rgba(204, 204, 204, 0.25) rgba(204, 204, 204, 0.25);
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 3, ../scss/_paragraph__slider.scss */
.paragraph--slider .slider--title-background {
  display: table;
  height: 80px;
  width: 100%;
  text-align: center;
}
/* line 10, ../scss/_paragraph__slider.scss */
.paragraph--slider .slider--title {
  font-family: TradeGothicBold20;
  display: table-cell;
  font-size: 1.5em;
  text-transform: uppercase;
  vertical-align: middle;
}
/* line 18, ../scss/_paragraph__slider.scss */
.paragraph--slider .row {
  max-width: none;
}
/* line 22, ../scss/_paragraph__slider.scss */
.paragraph--slider .paragraph--slider-item {
  text-align: center;
}
/* line 25, ../scss/_paragraph__slider.scss */
.paragraph--slider .paragraph--slider-item:hover {
  cursor: hand;
  cursor: pointer;
}
/* line 30, ../scss/_paragraph__slider.scss */
.paragraph--slider .slider-item--title {
  font-family: BrandonText-Medium;
  font-size: 24px;
  text-transform: uppercase;
  color: #333;
  padding: 10px 0;
  margin-top: 10px;
}
/* line 38, ../scss/_paragraph__slider.scss */
.paragraph--slider .slider-item--subtitle {
  padding: 0 15px;
  font-size: 14px;
  line-height: 1.4em;
  font-family: BrandonText-Medium;
}
/* line 45, ../scss/_paragraph__slider.scss */
.paragraph--slider .paragraph--slider-wrapper {
  position: relative;
}
/* line 48, ../scss/_paragraph__slider.scss */
.paragraph--slider .slide-item-expanded {
  width: 100vw;
  z-index: 100;
  background-color: #00b3fa;
  display: none;
}
/* line 59, ../scss/_paragraph__slider.scss */
.paragraph--slider .slide-item-expanded img {
  width: 100%;
  height: auto;
}
/* line 63, ../scss/_paragraph__slider.scss */
.paragraph--slider .slide-item-expanded .slide-item-exapnded-img {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  width: 100%;
  height: 30em;
  overflow: hidden;
}
/* line 71, ../scss/_paragraph__slider.scss */
.paragraph--slider .slide-item-expanded .content-right-wrapper {
  padding: 0em 2em;
}
/* line 73, ../scss/_paragraph__slider.scss */
.paragraph--slider .slide-item-expanded .content-right-wrapper h3 {
  font-family: BrandonText-Medium;
  font-size: 24px;
  color: white;
  text-transform: uppercase;
}
/* line 79, ../scss/_paragraph__slider.scss */
.paragraph--slider .slide-item-expanded .content-right-wrapper .subtitle {
  padding: 0;
  font-size: 14px;
  line-height: 1.4em;
  font-family: BrandonText-Medium;
  color: white;
  font-weight: 800;
  display: block;
}
/* line 88, ../scss/_paragraph__slider.scss */
.paragraph--slider .slide-item-expanded .content-right-wrapper .appeal-copy {
  padding: 1em 0;
  font-size: 16px;
  line-height: 1.4em;
  font-family: BrandonText-Medium;
  color: white;
  display: block;
}
/* line 97, ../scss/_paragraph__slider.scss */
.paragraph--slider .slide-item-expanded .slide-item-expanded-close {
  padding: 1em;
  float: right;
}
/* line 100, ../scss/_paragraph__slider.scss */
.paragraph--slider .slide-item-expanded .slide-item-expanded-close i {
  font-size: 1.5em;
  color: white;
  font-weight: 800;
}
/* line 111, ../scss/_paragraph__slider.scss */
.paragraph--slider .flexslider {
  border: none;
  margin: 0px;
  padding-bottom: 2em;
}
/* line 117, ../scss/_paragraph__slider.scss */
.paragraph--slider .flex-direction-nav a {
  top: 30%;
  display: none;
  background: #88c13d;
  opacity: .8;
  height: 60px;
  width: 60px;
  z-index: 10 !important;
}
/* line 125, ../scss/_paragraph__slider.scss */
.paragraph--slider .flex-direction-nav a:before {
  opacity: 1;
  font-family: ui-icons;
  text-shadow: none;
  font-size: 44px;
  margin: 6px;
}
/* line 133, ../scss/_paragraph__slider.scss */
.paragraph--slider .flex-direction-nav a.flex-next {
  right: 0px;
}
/* line 135, ../scss/_paragraph__slider.scss */
.paragraph--slider .flex-direction-nav a.flex-next:before {
  content: '\2c';
}
/* line 140, ../scss/_paragraph__slider.scss */
.paragraph--slider .flex-direction-nav a.flex-prev {
  left: 0px;
}
/* line 142, ../scss/_paragraph__slider.scss */
.paragraph--slider .flex-direction-nav a.flex-prev:before {
  content: '\2f';
}
/* line 147, ../scss/_paragraph__slider.scss */
.paragraph--slider .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 0px;
}
/* line 152, ../scss/_paragraph__slider.scss */
.paragraph--slider .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 0px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 157, ../scss/_paragraph__slider.scss */
  .paragraph--slider .flex-direction-nav a {
    top: 23%;
    display: block;
    height: 40px;
    width: 40px;
  }
  /* line 162, ../scss/_paragraph__slider.scss */
  .paragraph--slider .flex-direction-nav a:before {
    margin: -5px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 168, ../scss/_paragraph__slider.scss */
  .paragraph--slider .flex-direction-nav a {
    display: block;
  }
}

@media screen {
  /* line 2, ../scss/_paragraph__advanced_hero.scss */
  .cc-advanced-hero {
    position: relative;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    width: 100%;
    -webkit-transition: 250ms ease-out;
    -moz-transition: 250ms ease-out;
    -o-transition: 250ms ease-out;
    transition: 250ms ease-out;
    /*height: auto;*/
    min-height: 35em;
    height: 35em;
    overflow: hidden;
  }
  /* line 17, ../scss/_paragraph__advanced_hero.scss */
  .cc-advanced-hero .overlay-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35em;
    /*height: 50em;*/
  }
  /* line 26, ../scss/_paragraph__advanced_hero.scss */
  .cc-advanced-hero .overlay-content {
    color: #FFF;
    padding: 0 1em;
    z-index: 1;
  }
  /* line 30, ../scss/_paragraph__advanced_hero.scss */
  .cc-advanced-hero .overlay-content h1.title {
    font-size: 2em;
    font-family: BrandonGrotesque-Medium;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  /* line 35, ../scss/_paragraph__advanced_hero.scss */
  .cc-advanced-hero .overlay-content h1.title .special {
    font-family: BrandonGrotesque-Black;
    color: black;
  }
  /* line 40, ../scss/_paragraph__advanced_hero.scss */
  .cc-advanced-hero .overlay-content p {
    font-size: .75em;
    line-height: 2em;
    margin-top: 1em;
    font-family: Merriweather,serif;
    font-weight: 100;
    max-width: 48em;
    margin: 0 auto;
    color: black;
  }
  /* line 50, ../scss/_paragraph__advanced_hero.scss */
  .cc-advanced-hero .overlay-content .icon-wrapper {
    padding: 2em 0;
    display: block;
  }
  /* line 53, ../scss/_paragraph__advanced_hero.scss */
  .cc-advanced-hero .overlay-content .icon-wrapper .icon-play {
    font-size: 4em;
  }
  /* line 57, ../scss/_paragraph__advanced_hero.scss */
  .cc-advanced-hero .overlay-content h2 {
    font-size: 1.5em;
    font-family: TradeGothicBold20;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.5em;
  }

  /* line 68, ../scss/_paragraph__advanced_hero.scss */
  .cc-advanced-hero.video-playing {
    background: black !important;
    height: auto;
    -webkit-transition: 250ms ease-out;
    -moz-transition: 250ms ease-out;
    -o-transition: 250ms ease-out;
    transition: 250ms ease-out;
  }
  /* line 75, ../scss/_paragraph__advanced_hero.scss */
  .cc-advanced-hero.video-playing .overlay-wrapper {
    height: auto;
  }
  /* line 78, ../scss/_paragraph__advanced_hero.scss */
  .cc-advanced-hero.video-playing .overlay-content {
    display: none;
  }

  /* line 83, ../scss/_paragraph__advanced_hero.scss */
  .cc-advanced-hero .overlay-content--top:hover {
    cursor: hand;
    cursor: pointer;
  }
  /* line 87, ../scss/_paragraph__advanced_hero.scss */
  .cc-advanced-hero .overlay-content--top:hover .icon-wrapper .icon-play {
    color: #88c13d;
    -webkit-transition: 250ms ease-out;
    -moz-transition: 250ms ease-out;
    -o-transition: 250ms ease-out;
    transition: 250ms ease-out;
  }

  /* line 97, ../scss/_paragraph__advanced_hero.scss */
  .vertical-center {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
  }

  /* line 109, ../scss/_paragraph__advanced_hero.scss */
  .cc-advanced-hero--video-wrapper iframe.media-youtube-player {
    display: none;
  }

  /* line 114, ../scss/_paragraph__advanced_hero.scss */
  .cc-advanced-hero-header {
    display: none;
    background-color: #000;
    min-height: 81px;
  }
  /* line 118, ../scss/_paragraph__advanced_hero.scss */
  .cc-advanced-hero-header .cc-advanced-hero-close {
    padding: 1em;
    float: right;
  }
  /* line 121, ../scss/_paragraph__advanced_hero.scss */
  .cc-advanced-hero-header .cc-advanced-hero-close .icon-close {
    color: white;
    font-size: 3em;
  }
  /* line 125, ../scss/_paragraph__advanced_hero.scss */
  .cc-advanced-hero-header .cc-advanced-hero-close .icon-close:hover {
    color: #88c13d;
  }

  /* line 132, ../scss/_paragraph__advanced_hero.scss */
  .overlay-content--top {
    z-index: 2;
  }

  /* line 135, ../scss/_paragraph__advanced_hero.scss */
  .overlay-content--bottom {
    display: none;
  }

  /* line 138, ../scss/_paragraph__advanced_hero.scss */
  .action-cards.row {
    max-width: 68.75em;
  }

  /* line 141, ../scss/_paragraph__advanced_hero.scss */
  .action-cards .action-cards--items .action-card {
    background: rgba(255, 255, 255, 0.5);
    padding: 1em 1em .5em 1em;
    color: black;
    z-index: 100;
  }
  /* line 147, ../scss/_paragraph__advanced_hero.scss */
  .action-cards .action-cards--items .action-card .action-card--header {
    font-family: BrandonGrotesque-Black;
    text-transform: uppercase;
    display: block;
    font-size: 22px;
    padding: 0 0 .5em 0;
  }
  /* line 154, ../scss/_paragraph__advanced_hero.scss */
  .action-cards .action-cards--items .action-card .action-card--appeal {
    font-family: BrandonGrotesque-Medium;
    text-align: left;
  }
  /* line 158, ../scss/_paragraph__advanced_hero.scss */
  .action-cards .action-cards--items .action-card .action-card--link {
    font-family: BrandonGrotesque-Black;
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
    padding: 1em 0 .5em 0;
    /*position: absolute;
    bottom: 10px;*/
  }
  /* line 169, ../scss/_paragraph__advanced_hero.scss */
  .action-cards .action-cards--items .action-card .action-card--anchor:hover .action-card--link {
    text-decoration: underline;
  }

  /* line 175, ../scss/_paragraph__advanced_hero.scss */
  .cc-action-cards-mobile {
    display: block;
  }
  /* line 177, ../scss/_paragraph__advanced_hero.scss */
  .cc-action-cards-mobile .action-cards .action-cards--items .action-card {
    padding: 2em 1em 1em 1em;
  }
  /* line 179, ../scss/_paragraph__advanced_hero.scss */
  .cc-action-cards-mobile .action-cards .action-cards--items .action-card .action-card--header {
    color: #3ccdc2;
  }
}
@media screen and (min-width: 767px) {
  /* line 189, ../scss/_paragraph__advanced_hero.scss */
  .cc-advanced-hero .overlay-content h1.title {
    font-size: 4em;
  }
  /* line 192, ../scss/_paragraph__advanced_hero.scss */
  .cc-advanced-hero .overlay-content p {
    font-size: .85em;
  }
  /* line 197, ../scss/_paragraph__advanced_hero.scss */
  .cc-advanced-hero .overlay-content--bottom {
    display: block;
  }

  /* line 202, ../scss/_paragraph__advanced_hero.scss */
  .cc-action-cards-mobile {
    display: none;
  }
}
@media screen {
  /* line 4, ../scss/_paragraph__calls_to_action.scss */
  .cc-calls-to-action ul li {
    padding: 1em 3em;
  }
  /* line 6, ../scss/_paragraph__calls_to_action.scss */
  .cc-calls-to-action ul li a {
    display: block;
  }
  /* line 8, ../scss/_paragraph__calls_to_action.scss */
  .cc-calls-to-action ul li a .icon-wrapper {
    text-align: center;
  }
  /* line 10, ../scss/_paragraph__calls_to_action.scss */
  .cc-calls-to-action ul li a .icon-wrapper i {
    font-size: 4em;
    color: gainsboro;
  }
  /* line 16, ../scss/_paragraph__calls_to_action.scss */
  .cc-calls-to-action ul li a .image-icon-wrapper {
    text-align: center;
  }
  /* line 18, ../scss/_paragraph__calls_to_action.scss */
  .cc-calls-to-action ul li a .image-icon-wrapper img {
    max-width: 75px;
  }
  /* line 23, ../scss/_paragraph__calls_to_action.scss */
  .cc-calls-to-action ul li a .cta-title {
    font-family: BrandonText-Medium;
    color: #444;
    font-size: .85em;
    font-weight: 600;
    text-align: center;
    display: block;
    padding: 1em 0;
  }
  /* line 32, ../scss/_paragraph__calls_to_action.scss */
  .cc-calls-to-action ul li a .link-text {
    font-family: BrandonText-Medium;
    color: #FF414B;
    font-size: .75em;
    font-weight: 600;
    text-align: center;
    display: block;
  }
  /* line 39, ../scss/_paragraph__calls_to_action.scss */
  .cc-calls-to-action ul li a .link-text i {
    font-size: 1.65em;
    vertical-align: middle;
    font-weight: 600;
  }
}
@media screen and (min-width: 767px) {
  /* line 54, ../scss/_paragraph__calls_to_action.scss */
  .cc-calls-to-action ul li {
    padding: 3.5em 4em;
  }
  /* line 56, ../scss/_paragraph__calls_to_action.scss */
  .cc-calls-to-action ul li a {
    display: block;
  }
  /* line 58, ../scss/_paragraph__calls_to_action.scss */
  .cc-calls-to-action ul li a .icon-wrapper {
    text-align: initial;
  }
  /* line 60, ../scss/_paragraph__calls_to_action.scss */
  .cc-calls-to-action ul li a .icon-wrapper i {
    font-size: 2em;
    color: gainsboro;
  }
  /* line 66, ../scss/_paragraph__calls_to_action.scss */
  .cc-calls-to-action ul li a .image-icon-wrapper {
    text-align: center;
  }
  /* line 68, ../scss/_paragraph__calls_to_action.scss */
  .cc-calls-to-action ul li a .image-icon-wrapper img {
    max-width: 30px;
  }
  /* line 73, ../scss/_paragraph__calls_to_action.scss */
  .cc-calls-to-action ul li a .cta-title {
    font-family: BrandonText-Medium;
    color: #444;
    font-size: .85em;
    font-weight: 600;
    max-width: 175px;
    text-align: inherit;
    padding: .25em 0;
  }
  /* line 82, ../scss/_paragraph__calls_to_action.scss */
  .cc-calls-to-action ul li a .link-text {
    text-align: left;
  }
}
/* line 1, ../scss/_paragraph__about_grid.scss */
.paragraph--about-grid {
  padding-bottom: 15px;
}
/* line 4, ../scss/_paragraph__about_grid.scss */
.paragraph--about-grid .about--title-background {
  display: table;
  height: 80px;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
/* line 12, ../scss/_paragraph__about_grid.scss */
.paragraph--about-grid .about--title {
  font-family: TradeGothicBold20;
  display: table-cell;
  font-size: 1.5em;
  text-transform: uppercase;
  vertical-align: middle;
}
/* line 20, ../scss/_paragraph__about_grid.scss */
.paragraph--about-grid .row {
  max-width: none;
}
/* line 24, ../scss/_paragraph__about_grid.scss */
.paragraph--about-grid .paragraph--about-item {
  display: table;
  padding: 15px 0;
}
/* line 29, ../scss/_paragraph__about_grid.scss */
.paragraph--about-grid .about-item--logo {
  text-align: center;
}
/* line 33, ../scss/_paragraph__about_grid.scss */
.paragraph--about-grid .about-item--text {
  font-family: BrandonText-Medium;
  color: #444;
  padding: 10px 30px;
  margin-top: 10px;
}
/* line 40, ../scss/_paragraph__about_grid.scss */
.paragraph--about-grid .about-item--rule {
  height: 1px;
  width: 55%;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  margin: auto;
}
/* line 48, ../scss/_paragraph__about_grid.scss */
.paragraph--about-grid .about-item--rule:last-child {
  display: none;
}
@media screen and (min-width: 40em) {
  /* line 54, ../scss/_paragraph__about_grid.scss */
  .paragraph--about-grid .about-item--text,
  .paragraph--about-grid .about-item--logo {
    display: table-cell;
    vertical-align: middle;
  }
}

@media screen {
  /* line 3, ../scss/_paragraph__calls_to_action_basic.scss */
  .cc-ctab h3 {
    font-family: TradeGothicBold20;
    font-size: 1.5em;
    text-transform: uppercase;
    background-color: #89c23d;
    width: 100%;
    text-align: center;
    color: #FFF;
    padding: 1em;
  }
  /* line 13, ../scss/_paragraph__calls_to_action_basic.scss */
  .cc-ctab img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 767px) {
  /* line 22, ../scss/_paragraph__calls_to_action_basic.scss */
  .cc-ctab img {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0 3em;
  }
}
@media screen {
  /* line 7, ../scss/_paragraph__action_hero.scss */
  .cc-action-hero a:hover .copy {
    text-decoration: underline;
  }
  /* line 12, ../scss/_paragraph__action_hero.scss */
  .cc-action-hero .hero-mode-video .cc-action-hero-video {
    display: none;
  }

  /* line 16, ../scss/_paragraph__action_hero.scss */
  .cc-action-hero-background {
    position: relative;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    width: 100%;
    -webkit-transition: 250ms ease-out;
    -moz-transition: 250ms ease-out;
    -o-transition: 250ms ease-out;
    transition: 250ms ease-out;
    /*height: auto;*/
    min-height: 38.5em;
    height: 38.5em;
    overflow: hidden;
  }
  /* line 31, ../scss/_paragraph__action_hero.scss */
  .cc-action-hero-background .overlay-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 38.5em;
    /*height: 50em;*/
  }
  /* line 40, ../scss/_paragraph__action_hero.scss */
  .cc-action-hero-background .overlay-content {
    margin: 0 auto;
    max-width: 100%;
    min-width: 0;
    padding: 0 1em;
    height: 38.5em;
  }
  /* line 47, ../scss/_paragraph__action_hero.scss */
  .cc-action-hero-background .overlay-content h1 {
    font-size: 3em;
    font-family: BrandonGrotesque-Black;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFF;
  }
  /* line 53, ../scss/_paragraph__action_hero.scss */
  .cc-action-hero-background .overlay-content h1 br {
    display: block;
  }
  /* line 58, ../scss/_paragraph__action_hero.scss */
  .cc-action-hero-background .overlay-content .copy {
    font-family: Merriweather;
    font-size: 1.25em;
    color: #FFF;
  }
  /* line 62, ../scss/_paragraph__action_hero.scss */
  .cc-action-hero-background .overlay-content .copy em {
    font-weight: 600;
  }
  /* line 68, ../scss/_paragraph__action_hero.scss */
  .cc-action-hero-background .text-overlay-box {
    background: rgba(255, 255, 255, 0.9);
    padding: 2em;
    width: auto;
  }
  /* line 73, ../scss/_paragraph__action_hero.scss */
  .cc-action-hero-background .text-overlay-box h1, .cc-action-hero-background .text-overlay-box .copy {
    color: #000;
  }
  /* line 78, ../scss/_paragraph__action_hero.scss */
  .cc-action-hero-background .overlay-content-inner.default-inner {
    max-width: 490px;
  }
  /* line 82, ../scss/_paragraph__action_hero.scss */
  .cc-action-hero-background .cc-action-hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    opacity: .9;
  }
  /* line 94, ../scss/_paragraph__action_hero.scss */
  .cc-action-hero-background .v-center-h-left {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: left;
  }

  /* line 104, ../scss/_paragraph__action_hero.scss */
  .text-mobile {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  /* line 110, ../scss/_paragraph__action_hero.scss */
  .cc-action-hero-background {
    min-height: 50vh;
    height: 50vh;
  }
  /* line 113, ../scss/_paragraph__action_hero.scss */
  .cc-action-hero-background .text-overlay-box,
  .cc-action-hero-background .default {
    display: none;
  }

  /* line 118, ../scss/_paragraph__action_hero.scss */
  .text-mobile {
    display: block;
    position: relative;
    height: 50vh;
  }
  /* line 123, ../scss/_paragraph__action_hero.scss */
  .text-mobile h1 {
    font-size: 1.75em;
    font-family: BrandonGrotesque-Black;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFF;
    padding: .25em .5em;
    text-align: center;
    width: 100%;
  }
  /* line 132, ../scss/_paragraph__action_hero.scss */
  .text-mobile h1 br {
    display: none;
  }
  /* line 137, ../scss/_paragraph__action_hero.scss */
  .text-mobile .copy {
    padding: .5em;
    text-align: center;
  }
  /* line 142, ../scss/_paragraph__action_hero.scss */
  .text-mobile h1, .text-mobile .copy {
    color: #000;
  }
}
@media screen and (min-width: 481px) {
  /* line 151, ../scss/_paragraph__action_hero.scss */
  .cc-action-hero-background .overlay-content h1 {
    font-size: 1.8em;
    width: 98vw;
    padding-right: 10px;
  }
  /* line 155, ../scss/_paragraph__action_hero.scss */
  .cc-action-hero-background .overlay-content h1 br {
    display: block;
  }
  /* line 160, ../scss/_paragraph__action_hero.scss */
  .cc-action-hero-background .overlay-content .text-overlay-box h1 {
    white-space: nowrap;
    width: auto;
  }
  /* line 164, ../scss/_paragraph__action_hero.scss */
  .cc-action-hero-background .overlay-content .text-overlay-box .copy {
    max-width: 426px;
  }
}
@media (min-width: 47em) {
  /* line 174, ../scss/_paragraph__action_hero.scss */
  .cc-action-hero .overlay-content h1 {
    font-size: 2.7em;
  }
  /* line 179, ../scss/_paragraph__action_hero.scss */
  .cc-action-hero .hero-mode-video {
    background: none !important;
  }
  /* line 183, ../scss/_paragraph__action_hero.scss */
  .cc-action-hero .hero-mode-video .cc-action-hero-video {
    display: block;
  }
}
@media screen and (min-width: 56.25em) {
  /* line 193, ../scss/_paragraph__action_hero.scss */
  .cc-action-hero .overlay-content {
    width: 53.125em;
  }
  /* line 195, ../scss/_paragraph__action_hero.scss */
  .cc-action-hero .overlay-content h1 {
    font-size: 3em;
  }
}
@media screen and (min-width: 62.5em) {
  /* line 204, ../scss/_paragraph__action_hero.scss */
  .cc-action-hero .overlay-content {
    width: 56.25em;
  }
}
@media screen and (min-width: 75em) {
  /* line 212, ../scss/_paragraph__action_hero.scss */
  .cc-action-hero .overlay-content {
    width: 68.75em;
  }
}
/* line 1, ../scss/_paragraph__quote.scss */
.quote-block {
  padding: 3em 5%;
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 7, ../scss/_paragraph__quote.scss */
.quote-block span {
  display: block;
  text-align: center;
  width: 100%;
}
/* line 13, ../scss/_paragraph__quote.scss */
.quote-block .quote {
  font-family: 'BrandonGrotesque-Black';
  letter-spacing: 1px;
  font-size: 1.2em;
  line-height: 0.5em;
  padding: 0 6px;
  display: inline;
  width: auto;
}
/* line 22, ../scss/_paragraph__quote.scss */
.quote-block .text {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'BrandonGrotesque-Medium';
  font-size: 2em;
  padding: 0 10%;
}
/* line 29, ../scss/_paragraph__quote.scss */
.quote-block .dash {
  display: block;
  margin: 0 auto 0;
  position: relative;
  text-indent: -999em;
  width: 1em;
}
/* line 37, ../scss/_paragraph__quote.scss */
.quote-block .name {
  margin-top: 1.2em;
  text-transform: uppercase;
  font-family: 'BrandonGrotesque-Medium';
}
/* line 43, ../scss/_paragraph__quote.scss */
.quote-block .title {
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-style: italic;
  font-size: 0.7em;
  margin-top: 0.4em;
}
@media (min-width: 56.25em) {
  /* line 1, ../scss/_paragraph__quote.scss */
  .quote-block {
    padding: 5em 5%;
  }
  /* line 52, ../scss/_paragraph__quote.scss */
  .quote-block .text {
    font-size: 3em;
  }
  /* line 56, ../scss/_paragraph__quote.scss */
  .quote-block .name {
    font-size: 1.1em;
  }
  /* line 60, ../scss/_paragraph__quote.scss */
  .quote-block .title {
    font-size: 0.9em;
  }
}
