@charset "UTF-8";
/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
    Fonts
    ========================================================================== */
@font-face {
  font-family: 'seiu icons';
  src: url("../img/home2019/fonts/seiu-icons.eot?59n22r");
  src: url("../img/home2019/fonts/seiu-icons.eot?59n22r#iefix") format("embedded-opentype"), url("../img/home2019/fonts/seiu-icons.ttf?59n22r") format("truetype"), url("../img/home2019/fonts/seiu-icons.woff?59n22r") format("woff"), url("../img/home2019/fonts/seiu-icons.svg?59n22r#seiu-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  color: #ffb607;
  font-family: 'seiu icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-social-facebook::before {
  content: "\e904";
}

.icon-social-instagram::before {
  content: "\e905";
}

.icon-social-twitter::before {
  content: "\e906";
}

.icon-social-youtube::before {
  content: "\e907";
}

.icon-search::before {
  content: "\e903";
}

/* ==========================================================================
    Buttons, backgrounds, etc.
    ========================================================================== */
.btn {
  display: inline-block;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
}

.btn.solid {
  color: #ffffff;
}

.btn.solid.yellow {
  background-color: #ffb607;
}

.btn.solid.yellow.hov:hover {
  background-color: #6c419a;
}

.btn.solid.yellow:hover {
  background-color: rgba(255, 182, 7, 0.9);
}

.btn.solid.purple {
  background-color: #6c419a;
}

.btn.solid.red {
  background-color: #ab2b29;
}

.btn.solid.red-accent {
  background-color: #ED474A;
}

.btn.outline {
  color: #6c419a;
  border: 2px solid #6c419a;
}

.btn.outline-reverse {
  color: #ffffff;
  border: 2px solid #ffffff;
  text-align: center;
}

.btn.outline-reverse:hover {
  color: #ffb607;
  border-color: #ffb607;
}

.btn.jumbo {
  font-size: 1.728rem;
  padding: 0.833rem 1rem;
  min-width: 200px;
}

.btn.lg {
  font-size: 1.44rem;
  padding: 0.579rem 0;
  min-width: 180px;
}

.btn.md {
  font-size: 1rem;
  padding: 0.579rem 0;
  min-width: 160px;
}

.btn.ext-lg {
  display: block;
  font-size: 1.2rem;
  min-width: auto;
  padding: 0.579rem 1rem;
  margin-bottom: 1rem;
}

.btn.top-margin {
  margin-top: 1.44rem;
}

.btn.all-caps {
  text-transform: uppercase;
}

.bg-purple {
  color: #ffffff;
  background-color: #6c419a;
}

.bg-purple-grad {
  color: #ffffff;
  background: #6c419a;
  background: -webkit-gradient(linear, left top, right top, from(#593680), color-stop(66%, #6c419a), to(#8650bf));
  background: linear-gradient(90deg, #593680 0%, #6c419a 66%, #8650bf 100%);
}

.bg-accent-lt {
  background-color: #f4f4f9;
}

.bg-white {
  background-color: #ffffff;
}

.bshadow {
  -webkit-box-shadow: 2px 2px 30px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 30px 1px rgba(0, 0, 0, 0.2);
}

/* ==========================================================================
    Social/Share tools
    ========================================================================== */
.social-share-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1rem;
}

.social-share-tools .share-button:not(:last-of-type) {
  margin-right: 0.5rem;
}

/* ==========================================================================
    Local dev only
    ========================================================================== */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  /* base font size */
  margin: 0;
  padding: 0;
}

/* ==========================================================================
    Structural defaults, type & common styles
    ========================================================================== */
h1, h2, h3, h4, h5, h6, p {
  font-family: "Open Sans", sans-serif;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.728rem;
}

.container.large {
  max-width: 1400px;
}

.container.med-lg {
  max-width: 1180px;
}

.container.medium {
  max-width: 980px;
}

.container.small-med {
  max-width: 960px;
}

.container.small {
  max-width: 880px;
}

.container.top-bot-padding {
  padding-top: 3.25%;
  padding-bottom: 3.25%;
}

.intro {
  margin-bottom: 2.074rem;
}

.intro p {
  font-size: 1.1rem;
  padding: 0 1.44rem;
  margin-bottom: 1.728rem;
}

.intro p:last-child {
  margin-bottom: 0;
}

.section-heading {
  font-family: "Open Sans", sans-serif;
  font-size: 2.074rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2.074rem;
}

.section-heading.reverse {
  color: #ffffff;
}

.section-heading.reverse a {
  color: #ffffff;
}

.section-heading a {
  color: #222222;
}

.card {
  color: #000000;
  background-color: #ffffff;
  padding: 2.074rem;
  text-align: center;
  height: 100%;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 40px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 40px 1px rgba(0, 0, 0, 0.1);
}

.card.reverse {
  color: #eeeeee;
  background-color: #6c419a;
  padding: 1.2rem 2.488rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.card .desc {
  padding-bottom: 0.579rem;
}

.card .desc p {
  text-align: left;
  line-height: normal;
}

/* ==========================================================================
    Utilities
    ========================================================================== */
/* scale all video embeds */
.video-wrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  background: #000000;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img-wrap {
  margin: 0 auto 1.728rem auto;
}

.img-wrap.logo {
  max-width: 250px;
}

.img-wrap.logo.ext-wide {
  max-width: 500px;
}

.img-wrap img {
  width: 100%;
  height: auto;
}

/* video switcher */
.video-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}

.video-switcher figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
  margin: 0;
  padding: 0;
}

.video-switcher figure figcaption {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.25px;
  padding: 0.2rem;
}

.video-switcher figure img {
  width: 100%;
  height: auto;
  border: 3px solid transparent;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}

.video-switcher figure a:hover img,
.video-switcher figure a.active img {
  border: 3px solid #ffb607;
}

/* show/hide text based on breakpoint */
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.hide-on-break,
.show-on-break {
  font-weight: inherit;
}

.show-on-break {
  display: none;
}

/* clearfix */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

/* ==========================================================================
    General page styles
    ========================================================================== */
#page-header {
  text-align: center;
}

#page-header.about {
  background: url("../img/page-headers/about-page-header-bg.jpg") center center no-repeat;
  background-size: cover;
}

#page-header.demands {
  background: url("../img/page-headers/page-header-ufa-multiply.jpg") center center no-repeat;
  background-size: cover;
}

#page-header .container {
  padding: 7% 1.2rem;
}

#page-header h1 {
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  background: #ffb607;
  padding: 0.579rem 1.2rem;
}

#page-header h1.purple {
  background: #6c419a;
}

#page-header h2 {
  color: #ffffff;
  font-size: 1.728rem;
  font-weight: 600;
}

#page-header h3 {
  color: #ffffff;
  font-size: 1.728rem;
  font-weight: 600;
}

.page-intro p {
  font-size: 1.2rem;
  text-align: center;
}

.page-intro strong {
  color: #ffb607;
}

.subhead {
  max-width: 860px;
  margin: 0 auto 2.488rem auto;
}

.subhead.reverse p {
  color: #f4f4f9;
}

.subhead p {
  color: #4a4a4a;
  font-size: 1.2rem;
  text-align: center;
}

.nav-wrap > p {
  color: #ffb607;
  font-size: 1.44rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 0.2rem 0;
}

.in-page-nav.fixed {
  background: #6c419a;
  -webkit-box-shadow: 2px 2px 25px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 25px 1px rgba(0, 0, 0, 0.25);
}

.in-page-nav.fixed .sub-nav li {
  margin: 0 0.5rem 0 0;
}

.in-page-nav.fixed .sub-nav li a {
  font-size: 1rem;
}

.in-page-nav .sub-nav {
  text-align: center;
}

.in-page-nav .sub-nav li {
  float: none;
  display: inline-block;
  list-style-type: none;
  text-align: center;
  margin: 0 1rem 0 0;
}

.in-page-nav .sub-nav li:last-child {
  margin-right: 0;
}

.in-page-nav .sub-nav li.active a {
  background-color: #ffb607;
}

.in-page-nav .sub-nav li a {
  display: inline-block;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.335rem 1.2rem;
  background-color: #8650bf;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.in-page-nav .sub-nav li a:hover {
  background-color: #ffb607;
}

[data-magellan-expedition],
[data-magellan-expedition-clone] {
  background: inherit;
}

@media only screen and (max-width: 720px) {
  .video-switcher {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0.8rem;
  }
  .video-switcher figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin-bottom: 0.5rem;
  }
  .video-switcher figure figcaption {
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 600px) {
  .hide-on-break.six-hundred {
    display: none;
  }
  .show-on-break.six-hundred {
    display: inline;
  }
}

/* ==========================================================================
    Hero slider - via entries
    ========================================================================== */
#hero-slider .slide {
  /** Custom slide attributes via custom class field **/
}

#hero-slider .slide.template {
  background-color: #808080;
  background-size: cover;
  background-position: top 20% center;
  background-repeat: no-repeat;
  /* modifiers */
}

#hero-slider .slide.template .slide-outer {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1.728rem;
}

#hero-slider .slide.template .slide-inner {
  position: relative;
  float: none;
  height: 80vh;
  min-height: 580px;
  /* larger to accommodate WAD slides */
  overflow: hidden;
}

#hero-slider .slide.template .slide-content {
  position: static;
}

#hero-slider .slide.template .slide-content.top-left {
  position: absolute;
  top: 20%;
  bottom: auto;
  left: 3%;
}

#hero-slider .slide.template .slide-content.bot-left {
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 3%;
}

#hero-slider .slide.template .slide-content.center-center {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

#hero-slider .slide.template .slide-content.center-center h1, #hero-slider .slide.template .slide-content.center-center h2 {
  max-width: 900px;
}

#hero-slider .slide.template h1, #hero-slider .slide.template h2 {
  color: #ffffff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
  line-height: 150%;
  max-width: 600px;
}

#hero-slider .slide.template h1 span, #hero-slider .slide.template h2 span {
  padding: 0.1rem 0.5rem;
  -moz-box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

#hero-slider .slide.template h1 {
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 0.482rem 0;
  padding: 0;
}

#hero-slider .slide.template h2 {
  font-size: 1.44rem;
}

#hero-slider .slide.template .btn {
  margin-top: 0.5rem;
}

#hero-slider .slide.template .yellow span {
  background-color: #ffb607;
}

#hero-slider .slide.template .purple span {
  background-color: #6c419a;
}

#hero-slider .slide.template .headline-img {
  display: block;
  max-width: 500px;
  width: 100%;
  height: auto;
  margin: 0 auto 1.728rem auto;
}

#hero-slider .slide.template.h1-med h1 {
  font-size: 1.728rem;
}

#hero-slider .slide.custom-protect-workers {
  background-position: center center;
}

/* 
* Media queries for hero slider 
*/
@media only screen and (max-width: 1024px) {
  #hero-slider .slide.template h1, #hero-slider .slide.template h2 {
    max-width: 500px;
  }
  #hero-slider .slide.template h1 span, #hero-slider .slide.template h2 span {
    padding: 0.05rem 0.5rem;
  }
  #hero-slider .slide.template h1 {
    font-size: 1.5rem;
    margin: 0 0 0.75rem 0;
  }
  #hero-slider .slide.template h2 {
    font-size: 1.3rem;
    margin-bottom: 0.25rem;
  }
  #hero-slider .slide.template.h1-med h1 {
    font-size: 1.5rem;
  }
  #hero-slider .slide.template .headline-img {
    max-width: 450px;
  }
  #hero-slider .slide.template .btn.lg {
    font-size: 1.3rem;
    padding: 0.48rem 1.44rem;
    min-width: auto;
  }
}

@media only screen and (max-width: 768px) {
  #hero-slider .slide.template .slide-content {
    padding: 0 5%;
  }
  #hero-slider .slide.template .headline-img {
    max-width: 400px;
    margin-bottom: 1.2rem;
  }
  #hero-slider .slide.template .btn.lg {
    font-size: 1.2rem;
    padding: 0.48rem 1.2rem;
  }
  #hero-slider .slick-prev {
    left: 15px;
  }
  #hero-slider .slick-next {
    right: 15px;
  }
}

@media only screen and (max-width: 600px) {
  #hero-slider .slide.template.h1-med h1 {
    font-size: 1.3rem;
  }
  #hero-slider .slide.template .slide-content {
    padding: 0 3%;
  }
  #hero-slider .slide.template .headline-img {
    max-width: 360px;
    margin-bottom: 1.2rem;
  }
  #hero-slider .slick-prev {
    left: 10px;
  }
  #hero-slider .slick-next {
    right: 10px;
  }
}

@media only screen and (max-width: 360px) {
  #hero-slider .slide.template .slide-outer {
    padding: 0 1.44rem;
  }
  #hero-slider .slide.template h2 {
    font-size: 1.2rem;
  }
  #hero-slider .slick-prev,
  #hero-slider .slick-next {
    width: 40px;
    height: 40px;
  }
  #hero-slider .slick-prev::before,
  #hero-slider .slick-next::before {
    font-size: 40px;
  }
}

/* ==========================================================================
    Site header, primary nav & site footer
    ========================================================================== */
#header-main {
  background: #6c419a;
  background: -webkit-gradient(linear, left top, right top, from(#593680), color-stop(66%, #6c419a), to(#8650bf));
  background: linear-gradient(90deg, #593680 0%, #6c419a 66%, #8650bf 100%);
}

#header-main .title-area h1 {
  max-width: 85px;
  padding-top: 12px;
}

#header-main .title-area h1 a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 26.812%;
  background: url(https://d3jpbvtfqku4tu.cloudfront.net/img/seiu-logo-main.svg) no-repeat 0 0;
  background-size: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

#nav-primary a,
#nav-primary .top-bar-section li, #nav-primary.top-bar,
#nav-primary.top-bar.expanded .title-area {
  background: inherit;
}

#nav-primary.top-bar {
  height: 3rem;
  line-height: 3rem;
}

#nav-primary.top-bar.expanded {
  height: auto;
}

#nav-primary .top-bar-section ul li > a {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
}

#nav-primary .social a,
#nav-primary .search a {
  color: #ffb607;
  display: inline-block;
  width: auto;
  padding-right: 0;
  padding-left: 0.5rem;
}

#nav-primary .social a span::before,
#nav-primary .search a span::before {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#nav-primary .social a:hover span::before,
#nav-primary .search a:hover span::before {
  color: #ffffff;
}

#nav-primary .social a span,
#nav-primary .search a span {
  font-size: 20px;
  vertical-align: middle;
}

#nav-primary .social img,
#nav-primary .search img {
  width: 20px;
  height: auto;
}

#nav-primary .search {
  padding-right: 0.75rem;
}

#footer-main {
  text-align: center;
}

#footer-main .footer-links {
  margin-bottom: 0.694rem;
}

#footer-main .footer-links.main li:not(:last-child)::after {
  display: inline-block;
  content: '|';
  padding: 0 0.579rem;
}

#footer-main .footer-links.sub li:not(:last-child) {
  padding-right: 0.579rem;
}

#footer-main .footer-links.social li:not(:last-child) {
  padding-right: 1rem;
}

#footer-main .footer-links.social li a {
  font-size: 1.728rem;
}

#footer-main .footer-links ul {
  margin: 0;
}

#footer-main .footer-links li {
  display: inline-block;
  list-style-type: none;
}

#footer-main .footer-links li a {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
}

#footer-main p {
  color: #c0c0c0;
}

#footer-main address {
  font-style: normal;
  margin-bottom: 1.2rem;
}

#footer-main address span {
  display: block;
}

#footer-main .disclaimer-box {
  width: 100%;
  border: 1px solid #c0c0c0;
  padding: 1.2rem;
}

#footer-main .disclaimer-box p {
  margin-bottom: 0;
}

#footer-main .bug {
  margin-top: 1rem;
}

@media only screen and (max-width: 641px) {
  #nav-primary .search,
  #nav-primary .social {
    display: inline-block;
  }
  #nav-primary .search {
    padding-left: 0.5rem;
    padding-right: 0.3rem;
  }
}

/* ==========================================================================
    Home: Hero slider
    ========================================================================== */
#hero-slider .slide {
  background-color: #808080;
}

#hero-slider .slide .slide-outer {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1.728rem;
}

#hero-slider .slide .slide-inner {
  position: relative;
  float: none;
  height: 80vh;
  min-height: 580px;
  /* larger to accommodate WAD slides */
  overflow: hidden;
}

#hero-slider .slide .slide-content {
  position: absolute;
  top: 20%;
  left: 3%;
}

#hero-slider .slide .slide-content.bot-left {
  top: auto;
  bottom: 7%;
  left: 3%;
}

#hero-slider .slide .slide-content.pos-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

#hero-slider .slide.center-all .slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#hero-slider .slide.center-all .flex-item {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
}

#hero-slider .slide h1 {
  font-size: 2.488rem;
  line-height: 150%;
  font-weight: 600;
  margin: 0 0 1rem 0;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}

#hero-slider .slide h1.med {
  font-size: 2rem;
  max-width: 480px;
}

#hero-slider .slide h1.lg {
  font-size: 2rem;
  max-width: 600px;
}

#hero-slider .slide h1.ext-lg {
  font-size: 1.728rem;
  max-width: 900px;
}

#hero-slider .slide h2 {
  font-size: 1.44rem;
  line-height: 150%;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}

#hero-slider .slide h2.bot-margin {
  margin-bottom: 1.2rem;
}

#hero-slider .slide h2.subhead {
  max-width: 600px;
  margin: inherit;
  margin-bottom: 1rem;
}

#hero-slider .slide .btn {
  border-radius: 3px;
}

#hero-slider .slide .reverse {
  color: #ffffff;
}

#hero-slider .slide .med-width {
  max-width: 560px;
}

#hero-slider .slide blockquote {
  color: #ffffff;
  margin: 0;
  padding: 0;
  border-left: none;
  max-width: 465px;
}

#hero-slider .slide blockquote p,
#hero-slider .slide blockquote cite {
  color: #ffffff;
  font-weight: 600;
}

#hero-slider .slide blockquote p {
  font-size: 1.728rem;
  line-height: 1.6;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
  margin-bottom: 0;
}

#hero-slider .slide blockquote p.sm {
  font-size: 1.44rem;
}

#hero-slider .slide blockquote footer {
  margin-top: 1rem;
}

#hero-slider .slide blockquote footer p {
  font-size: 1.2rem;
  font-weight: normal;
}

#hero-slider .slide blockquote footer span {
  font-style: italic;
}

#hero-slider .slide blockquote cite {
  font-size: 1.44rem;
  font-weight: 600;
  font-style: normal;
}

#hero-slider .slide blockquote cite::before {
  content: '';
}

#hero-slider .slide blockquote .hashtag {
  display: inline-block;
  font-size: 1rem;
  margin-right: 0.2rem;
}

#hero-slider .slide .highlight span {
  padding: 0.1rem 0.5rem;
  -moz-box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  quotes: "“" "”" "‘" "’";
}

#hero-slider .slide .highlight.quote span::before {
  content: open-quote;
}

#hero-slider .slide .highlight.quote span::after {
  content: close-quote;
}

#hero-slider .slide .highlight.quote footer cite {
  display: inline;
  background-color: rgba(108, 65, 154, 0.95);
  padding: 0.1rem 0.4rem;
}

#hero-slider .slide .highlight.quote footer cite::after {
  content: '\A';
  white-space: pre;
}

#hero-slider .slide .highlight.quote footer span::before, #hero-slider .slide .highlight.quote footer span::after {
  content: '';
}

#hero-slider .slide .highlight.ht-yellow span {
  background-color: rgba(255, 182, 7, 0.95);
}

#hero-slider .slide .highlight.ht-yellow span.hashtag {
  background-color: #6c419a;
}

#hero-slider .slide .highlight.ht-yellow footer cite,
#hero-slider .slide .highlight.ht-yellow footer span {
  background-color: rgba(108, 65, 154, 0.95);
}

#hero-slider .slide .highlight.ht-purple span {
  background-color: rgba(108, 65, 154, 0.95);
}

#hero-slider .slide .highlight.ht-purple footer cite,
#hero-slider .slide .highlight.ht-purple footer span {
  background-color: rgba(255, 182, 7, 0.95);
}

#hero-slider .slide.wad {
  text-align: center;
}

#hero-slider .slide.wad.general {
  background: url("../img/home2019/slider/slider-cir-gradient-yellow-bg.jpg") center center no-repeat;
  background-size: cover;
}

#hero-slider .slide.wad.general .wad-workers {
  padding: 1rem;
}

#hero-slider .slide.wad.general .wad-workers img {
  display: inline-block;
  max-width: 180px;
  margin: 0 1rem 1.44rem 0;
}

#hero-slider .slide.wad.warren {
  background: url("../img/home2019/slider/slider-lg-wad-warren.jpg") top center no-repeat;
  background-size: cover;
}

#hero-slider .slide.wad.sanders {
  background: url("../img/home2019/slider/slider-lg-wad-sanders.jpg") top center no-repeat;
  background-size: cover;
}

#hero-slider .slide.wad p {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}

#hero-slider .slide.wad p strong {
  color: #ffb607;
}

#hero-slider .slide.wad .slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  position: static;
  height: 100%;
  padding-left: 3%;
}

#hero-slider .slide.wad .slide-content.centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
}

#hero-slider .slide.wad .flex-item {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  max-width: 380px;
}

#hero-slider .slide.wad .flex-item.full-width {
  width: 100%;
  max-width: inherit;
}

#hero-slider .slide.wad .btn {
  margin-bottom: 1.44rem;
  border-radius: 3px;
}

#hero-slider .slide.wad .rounded {
  display: block;
  max-width: 200px;
  height: auto;
  margin: 0 auto 1.44rem auto;
  border-radius: 50%;
  border: 3px solid #ffb607;
}

#hero-slider .slide.wad .img-wrap.logo {
  max-width: 300px;
}

#hero-slider .slide.wad .img-wrap.logo.lg {
  max-width: 360px;
}

#hero-slider .slide.proact {
  background: url("../img/home2019/slider/slider-proact-lg.jpg") center center no-repeat;
  background-size: cover;
}

#hero-slider .slide.proact h2,
#hero-slider .slide.proact h3 {
  color: #ffffff;
  font-weight: bold;
  text-align: left;
}

#hero-slider .slide.proact h2 {
  font-size: 2.074rem;
  margin-bottom: 1.728rem;
}

#hero-slider .slide.proact h2 b {
  text-decoration: underline;
}

#hero-slider .slide.proact h3 {
  font-size: 1.728rem;
}

#hero-slider .slide.proact h3::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../img/home2019/slider/icon-phone-rounded.svg") no-repeat;
  background-size: 100%;
  margin: 0 0.75rem 0.25rem 0;
  vertical-align: middle;
}

#hero-slider .slide.proact b {
  color: #ffb607;
}

#hero-slider .slide.proact .slide-content {
  padding-left: 5%;
}

#hero-slider .slide.dorrie-steadman {
  background: url("../img/home2019/slider/slider-dorrie-steadman.jpg") top right no-repeat;
  background-size: cover;
}

#hero-slider .slide.bettie-douglas {
  background: url("../img/home2019/slider/slider-bettie-douglas-ext.jpg") top right no-repeat;
  background-size: cover;
}

#hero-slider .slide.josh-braley {
  /* background: url('../img/home2019/slider/slider-tammy-tate.jpg') center center no-repeat; */
  background: url("../img/home2019/slider/slider-josh-braley-credit-hamilton-nolan.jpg") top center no-repeat;
  background-size: cover;
}

#hero-slider .slide.chicago-strike {
  background: url("../img/home2019/slider/slider-chicago-strike-2.jpg") center center no-repeat;
  background-size: cover;
}

#hero-slider .slide.florida-ff {
  background: url("../img/home2019/slider/slider-faculty-forward.jpg") center center no-repeat;
  background-size: cover;
}

#hero-slider .slide.airport-workers {
  background: url("../img/home2019/slider/denver-airport-workers.jpg") top center no-repeat;
  background-size: cover;
}

#hero-slider .slide.swedish {
  background: url("../img/home2019/slider/seiu-healthcare-swedish-hospital-strike.jpg") center center no-repeat;
  background-size: cover;
}

#hero-slider .slide.ca-child-care {
  background: url("../img/home2019/slider/slider-ca-child-care.jpg") center center no-repeat;
  background-size: cover;
}

#hero-slider .slide.covid {
  background: url("../img/home2019/slider/slider-covid.jpg") center top 18% no-repeat;
  background-size: cover;
}

#hero-slider .slide.covid.healthcare {
  background: url("../img/home2019/slider/slider-covid-healthcare.jpg") center top 20% no-repeat;
  background-size: cover;
}

#hero-slider .slide.covid.public-workers {
  background: url("../img/home2019/slider/slider-protect-public-workers.jpg") center top 20% no-repeat;
  background-size: cover;
}

#hero-slider .slide.protect-workers {
  background: url("../img/home2019/slider/slider-protect-all-workers-v2.jpg") center center no-repeat;
  background-size: cover;
}

#hero-slider .slide.members-covid {
  background: url("../img/home2019/slider/slider-seiu-members.jpg") top center no-repeat;
  background-size: cover;
}

#hero-slider .slide.protect-immigrants {
  background: url("../img/home2019/slider/slider-protect-all-immigrants.jpg") top center no-repeat;
  background-size: cover;
}

.slick-prev,
.slick-next {
  width: 45px;
  height: 45px;
  z-index: 1;
}

.slick-prev::before,
.slick-next::before {
  font-family: 'seiu icons';
  font-size: 45px;
}

.slick-prev {
  left: 20px;
}

.slick-prev::before {
  content: '\e900';
}

.slick-next {
  right: 21px;
}

.slick-next::before {
  content: '\e901';
}

.slick-dots {
  bottom: 30px;
}

.slick-dots li {
  margin: 0 2px;
}

.slick-dots li button::before,
.slick-dots li.slick-active button::before {
  color: #ffffff;
  font-size: 42px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.fade-in {
  opacity: 0;
}

.fade-in.slick-initialized {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}

/* ==========================================================================
    Intro CTA section
    ========================================================================== */
#intro-cta {
  text-align: center;
  margin-top: -8px;
}

#intro-cta .intro strong {
  color: #ffb607;
}

/* ==========================================================================
    Unions for All section
    ========================================================================== */
#ufa {
  text-align: center;
}

#ufa .row {
  max-width: inherit;
}

#ufa .intro {
  padding-top: 0.335rem;
}

#ufa .intro p {
  padding: 0 1.2rem;
}

#ufa .ufa-logo {
  max-width: 275px;
  margin-top: -1.5%;
}

#ufa .ufa-logo img {
  vertical-align: inherit;
}

#ufa .video-wrapper {
  margin-bottom: 1.728rem;
}

/* ==========================================================================
    WAD / SEIU2020 section
    ========================================================================== */
#wad-seiu2020 .container {
  padding-left: 0;
  padding-right: 0;
}

#wad-seiu2020 .row {
  max-width: inherit;
}

@media only screen and (min-width: 640px) {
  #wad-seiu2020 .columns:first-of-type {
    padding-left: 0;
  }
  #wad-seiu2020 .columns:last-of-type {
    padding-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  #wad-seiu2020 .columns {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ==========================================================================
    In the News Section
    ========================================================================== */
.news-list {
  max-width: 720px;
  margin: 0 auto;
}

.news-list li {
  list-style-type: none;
  margin-bottom: 1.728rem;
  position: relative;
  padding-left: 60px;
}

.news-list li::before {
  color: #6c419a;
  font-family: 'seiu icons';
  font-size: 30px;
  line-height: 44px;
  opacity: 0.75;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "\e902";
}

.news-list li:last-of-type {
  margin-bottom: 0;
}

.news-list li a {
  color: #6c419a;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.728rem;
}

.news-list cite {
  font-size: 1rem;
  display: block;
}

/* ==========================================================================
    Our Stories section
    ========================================================================== */
#our-stories h4, #our-stories h5, #our-stories h6 {
  color: #ffb607;
}

#our-stories h5, #our-stories h6 {
  font-size: 1.2rem;
  margin: 0;
}

#our-stories h4 {
  font-size: 1.728rem;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 0.402rem 0;
}

#our-stories .container {
  max-width: 1040px;
  padding: 3.25% 0 5.5% 0;
}

#our-stories .slide .row {
  margin: 0;
  max-width: inherit;
  padding: 0 4.5rem 1rem 4.5rem;
}

#our-stories .slide img {
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 20px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 20px 1px rgba(0, 0, 0, 0.2);
}

#our-stories .excerpt {
  margin: 1rem 0 1.44rem 0;
}

#our-stories .story-about .inner {
  padding-left: 1.2rem;
}

#our-stories .slick-dots {
  bottom: -25px;
}

#our-stories .slick-prev,
#our-stories .slick-next {
  top: calc(50% - 1rem);
}

/* ==========================================================================
    Campaigns section
    ========================================================================== */
#campaigns .row {
  max-width: inherit;
  margin-bottom: 2.074rem;
}

#campaigns .card .desc {
  padding-bottom: 0;
}

#campaigns .card .img-wrap {
  margin-bottom: 1.44rem;
}

/* ==========================================================================
    Forms
    ========================================================================== */
#form-main {
  max-height: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}

#form-main.expanded {
  max-height: 760px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#form-main .form-container header.at-title,
#form-main .form-container header.at-markup,
#form-main .form-container legend.at-legend {
  display: none;
}

#form-main .form-container .at .at-fieldset {
  padding-top: 0;
}

#form-main .form-container .at-inner {
  background-color: inherit;
}

#form-main .form-container .at-text {
  color: #fff;
  text-align: left;
}

#form-main .form-container .at-legal p {
  font-size: 0.75rem;
}

#form-main .form-container .at-row-solo {
  display: inline-block;
  max-width: 33%;
}

#form-main .form-container .at-row > [class^="at-"] {
  min-width: 220px;
}

#form-main .form-container .at-form-submit {
  text-align: center;
  padding-top: 0;
}

#form-main .form-container .at-form-submit .at-submit {
  float: none;
}

#form-main .form-container .btn-at-primary {
  font-family: "Open Sans", sans-serif;
  font-size: 1.44rem;
  font-weight: 700;
  line-height: inherit;
  padding: 0.579rem 0;
  min-width: 180px;
  background-color: #ffb607;
  border-radius: 0;
}

#form-main .form-container .at-row.EmailAddress.MobilePhone {
  float: left;
  width: 72.5%;
}

@media only screen and (max-width: 940px) {
  #form-main .form-container .at-row.EmailAddress.MobilePhone {
    float: none;
    width: auto;
  }
}

#form-main .form-container .at-row-solo.SmsLegalDisclaimer {
  max-width: 90% !important;
}

#form-main .form-container .at-row-solo.SmsLegalDisclaimer p {
  margin-bottom: 0;
}

#form-main .form-container .at-markup.FastAction,
#form-main .form-container .at-row.at-row-solo.at-row-full.UpdateMyProfile {
  display: none !important;
}

@media only screen and (max-width: 760px) {
  #form-main .form-container .at-row > [class^="at-"] {
    min-width: 180px;
  }
}

@media only screen and (max-width: 640px) {
  #form-main .form-container .at-row-solo {
    display: block;
    max-width: 100%;
  }
}

/* ==========================================================================
    Media queries
    ========================================================================== */
@media only screen and (max-width: 1024px) {
  #hero-slider .slide .slide-content {
    top: auto;
    bottom: 5%;
    left: 5%;
  }
  #hero-slider .slide .slide-content.bot-left {
    left: 5%;
  }
  #hero-slider .slide h1 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
  #hero-slider .slide h1.med {
    font-size: 1.728rem;
  }
  #hero-slider .slide h1.ext-lg {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  #hero-slider .slide h2.bot-margin {
    margin-bottom: 0.5rem;
  }
  #hero-slider .slide blockquote.long {
    max-width: 75%;
  }
  #hero-slider .slide blockquote p {
    font-size: 1.44rem;
    line-height: 1.4;
  }
  #hero-slider .slide blockquote footer p {
    font-size: 1rem;
  }
  #hero-slider .slide blockquote cite {
    font-size: 1.2rem;
  }
  #hero-slider .slide .highlight span {
    padding-top: 0;
    padding-bottom: 0;
  }
  #hero-slider .slide.chicago-strike {
    background-position: bottom 35% center;
  }
  #hero-slider .slide.florida-ff {
    background-position: top 40% left 10%;
    background-size: auto;
  }
  #hero-slider .slide.wad.warren {
    background: url("../img/home2019/slider/slider-med-wad-warren.jpg") no-repeat;
    background-position: top 25% left 25%;
    background-size: cover;
  }
  #hero-slider .slide.wad.sanders {
    background: url("../img/home2019/slider/slider-med-wad-sanders.jpg") no-repeat;
    background-position: top 25% left 60%;
    background-size: cover;
  }
  #hero-slider .slide.wad .flex-item {
    max-width: 45%;
  }
  #hero-slider .slide.wad .rounded {
    max-width: 150px;
  }
  #hero-slider .slide.wad .img-wrap.logo {
    max-width: 265px;
  }
  #hero-slider .slide.proact .flex-item {
    max-width: 360px;
  }
  #hero-slider .slide.proact h2 {
    font-size: 1.728rem;
  }
  #hero-slider .slide.proact h3 {
    font-size: 1.5rem;
  }
  #hero-slider .slide.proact h3::before {
    margin-right: 0.5rem;
  }
}

@media only screen and (max-width: 960px) {
  #hero-slider .slide.wad .img-wrap.logo.lg {
    max-width: 300px;
  }
  #hero-slider .slide.wad.general .wad-workers {
    padding: 0 1rem;
  }
  #hero-slider .slide.wad.general .wad-workers img {
    max-width: 150px;
  }
  #hero-slider .slide.wad.general .flex-item.full-width {
    max-width: 480px;
    width: auto;
  }
}

@media only screen and (max-width: 768px) {
  #hero-slider .slide.bettie-douglas, #hero-slider .slide.dorrie-steadman {
    background-position: top right 35%;
  }
  #hero-slider .slide.wad.warren {
    background: url("../img/home2019/slider/slider-sm-wad-warren.jpg") no-repeat;
    background-position: top 25% left 20%;
    background-size: cover;
  }
  #hero-slider .slide.wad.sanders {
    background: url("../img/home2019/slider/slider-sm-wad-sanders.jpg") no-repeat;
    background-position: top 25% left 50%;
    background-size: cover;
  }
  #hero-slider .slide.wad .flex-item {
    max-width: 45%;
  }
  #hero-slider .slide.wad .rounded {
    max-width: 125px;
  }
  #hero-slider .slide.wad .img-wrap.logo {
    max-width: 220px;
  }
  #hero-slider .slide.proact {
    background-position: top 50% left 25%;
  }
  #hero-slider .slide.proact .flex-item {
    max-width: 360px;
  }
  #hero-slider .slide.proact h3 b {
    display: block;
  }
  #hero-slider .slide.covid {
    background-position: top left;
  }
  #hero-slider .slide.protect-workers {
    background: url("../img/home2019/slider/slider-med-protect-all-workers.jpg") center center no-repeat;
    background-size: cover;
  }
  #hero-slider .slide.protect-workers .slide-content {
    padding: 0 5%;
  }
  #hero-slider .slide.protect-workers .img-wrap.logo.ext-wide {
    max-width: 90%;
  }
  #hero-slider .slide blockquote p {
    font-size: 1.25rem;
  }
  #hero-slider .slide blockquote footer p {
    font-size: 0.9rem;
  }
  #hero-slider .slide blockquote cite {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 580px) {
  #hero-slider .slide .slide-content {
    left: 0;
  }
  #hero-slider .slide .slide-content.bot-left {
    left: 0;
  }
  #hero-slider .slide .slide-inner {
    min-height: 500px;
  }
  #hero-slider .slide h1 {
    font-size: 1.728rem;
    line-height: 140%;
  }
  #hero-slider .slide h1.med {
    font-size: 1.5rem;
  }
  #hero-slider .slide h2 {
    font-size: 1.2rem;
    line-height: 140%;
  }
  #hero-slider .slide .btn.lg {
    font-size: 1.2rem;
    min-width: 150px;
  }
  #hero-slider .slide.covid h1.ext-lg {
    font-size: 1.728rem;
  }
  #hero-slider .slide.airport-workers {
    background-position: bottom left 40%;
  }
  #hero-slider .slide.wad.warren {
    background: url("../img/home2019/slider/slider-sm-wad-warren.jpg") no-repeat;
    background-position: top 25% left 45%;
    background-size: cover;
  }
  #hero-slider .slide.wad.sanders {
    background: url("../img/home2019/slider/slider-sm-wad-sanders.jpg") no-repeat;
    background-position: top 25% center;
    background-size: cover;
  }
  #hero-slider .slide.wad .slide-content {
    padding-left: 0;
  }
  #hero-slider .slide.wad .flex-item {
    max-width: 45%;
  }
  #hero-slider .slide.wad .rounded {
    max-width: 110px;
    margin-bottom: 1rem;
  }
  #hero-slider .slide.wad .img-wrap.logo {
    max-width: 185px;
  }
  #hero-slider .slide.wad .btn {
    margin-bottom: 1rem;
  }
  #hero-slider .slide.wad .btn.lg {
    font-size: 1.2rem;
    min-width: 150px;
  }
  #hero-slider .slide.wad p {
    font-size: 1rem;
  }
  #hero-slider .slide.proact .flex-item {
    max-width: 280px;
  }
  #hero-slider .slide.proact .slide-content {
    padding-left: 5%;
  }
  #hero-slider .slide.proact h2 {
    font-size: 1.5rem;
  }
  #hero-slider .slide.proact h3 {
    font-size: 1.3rem;
  }
  #hero-slider .slide.proact h3::before {
    margin-right: 0.5rem;
  }
  #hero-slider .slide blockquote.long {
    max-width: 100%;
  }
  #hero-slider .slide blockquote.long p {
    font-size: 1.1rem;
  }
  #hero-slider .slide blockquote.long footer p {
    font-size: 0.9rem;
  }
  #hero-slider .slide blockquote.long cite {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 480px) {
  #hero-slider .slide.wad .img-wrap.logo {
    margin-bottom: 1.2rem;
  }
  #hero-slider .slide.wad .img-wrap.logo.lg {
    max-width: 240px;
  }
  #hero-slider .slide.wad.general .wad-workers img {
    max-width: 120px;
    margin: 0 0.5rem 1rem 0;
  }
  #hero-slider .slide.wad .flex-item {
    max-width: 43%;
  }
  #hero-slider .slide.wad p {
    font-size: 0.95rem;
  }
  #hero-slider .slide.proact .flex-item {
    max-width: 280px;
  }
  #hero-slider .slide.proact .slide-content {
    padding-left: 5%;
  }
  #hero-slider .slide .slide-outer {
    padding: 0 5%;
  }
  #hero-slider .slide blockquote .hashtag {
    font-size: 0.85rem;
  }
}

@media only screen and (max-width: 360px) {
  #hero-slider .slide.dorrie-steadman blockquote p {
    font-size: 1.15rem;
  }
  #hero-slider .slide.dorrie-steadman blockquote footer p {
    font-size: 1rem;
    line-height: 1.5;
  }
  #hero-slider .slide.wad.general .wad-workers img {
    max-width: 115px;
  }
  #hero-slider .slide.wad.warren {
    background: url("../img/home2019/slider/slider-narrow-wad-warren.jpg") no-repeat;
    background-position: top 25% left 54%;
    background-size: cover;
  }
  #hero-slider .slide.wad.sanders {
    background: url("../img/home2019/slider/slider-narrow-wad-sanders.jpg") no-repeat;
    background-position: top 25% left 57%;
    background-size: cover;
  }
  #hero-slider .slide.wad .flex-item {
    max-width: 45%;
  }
  #hero-slider .slide.wad p {
    font-size: 0.9rem;
  }
  #hero-slider .slide.proact {
    background-position: bottom 35% left 35%;
  }
  #hero-slider .slide.proact h2 {
    font-size: 1.44rem;
    margin-bottom: 1rem;
  }
  #hero-slider .slide.proact .flex-item {
    -ms-flex-item-align: end;
        align-self: flex-end;
    max-width: 280px;
    padding-bottom: 20px;
  }
  #hero-slider .slide.proact .slide-content {
    padding-left: 5%;
  }
}

@media only screen and (max-width: 801px) {
  .container.top-bot-padding {
    padding-top: 2.986rem;
    padding-bottom: 2.986rem;
  }
  #our-stories .container {
    padding: 2.986rem 0 3.583rem 0;
  }
  #ufa .ufa-logo {
    max-width: 250px;
    margin-top: -1rem;
  }
}

@media only screen and (max-width: 641px) {
  #ufa .img-wrap.logo {
    padding: 0 8%;
  }
  #wad-seiu2020 .card {
    padding-left: 0;
    padding-right: 0;
  }
  #wad-seiu2020 .seiu2020-logo {
    margin-bottom: -1.728rem;
  }
  #wad-seiu2020 .desc p {
    padding-right: 2.488rem;
    padding-left: 2.488rem;
  }
  #campaigns .row {
    margin-bottom: 0;
  }
  #campaigns .row:last-of-type .columns:last-child .card {
    margin-bottom: 0;
  }
  #campaigns .card {
    margin-bottom: 2.074rem;
  }
  #our-stories .story-photo {
    margin-bottom: 1.44rem;
  }
  #our-stories .story-about .inner {
    padding-left: 0.402rem;
  }
}

@media only screen and (max-width: 481px) {
  .btn.lg {
    font-size: 1.2rem;
  }
  .img-wrap.logo {
    max-width: 225px;
  }
  .section-heading {
    font-size: 1.728rem;
  }
  .intro p {
    padding: 0 1rem;
  }
  #ufa .container {
    padding-right: 0;
    padding-left: 0;
  }
  #ufa .ufa-logo {
    max-width: 200px;
    margin-top: -1.25rem;
  }
  #wad-seiu2020 .columns:last-of-type .card {
    padding-top: 0;
  }
  #our-stories .slide .row {
    padding: 0 2.074rem 1rem 2.074rem;
  }
}

@media only screen and (max-width: 401px) {
  .slick-dots {
    bottom: 15px;
  }
  .slick-dots li {
    margin: 0;
  }
  .slick-dots li button::before,
  .slick-dots li.slick-active button::before {
    font-size: 36px;
  }
  .intro p {
    padding: 0;
  }
  #wad-seiu2020 .desc p {
    padding-right: 1.728rem;
    padding-left: 1.728rem;
  }
  #campaigns .columns {
    padding-right: 0;
    padding-left: 0;
  }
  #our-stories .slide p {
    line-height: normal;
  }
  #our-stories .slide .columns {
    padding-right: 0;
    padding-left: 0;
  }
  #our-stories .slide .row {
    padding: 0 1.728rem 1rem 1.728rem;
  }
}

/* ==========================================================================
    About page
    ========================================================================== */
/* ==========================================================================
    About page: History/Timeline section
    ========================================================================== */
#timeline {
  position: relative;
  padding: 1rem 0;
  margin-top: 2em;
  margin-bottom: 0;
}

#timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #cbbedc;
}

@media only screen and (min-width: 767px) {
  #timeline {
    margin-bottom: 0;
    padding: 2rem 0 0 0;
  }
  #timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.timeline-block {
  position: relative;
  margin: 2em 0;
}

.timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

.timeline-block:first-child {
  margin-top: 0;
}

.timeline-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 767px) {
  .timeline-block {
    margin: 3rem 0;
  }
  .timeline-block:first-child {
    margin-top: 0;
  }
  .timeline-block:last-child {
    margin-bottom: 0;
  }
}

.timeline-dot {
  position: absolute;
  top: 25px;
  left: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px #f4f4f9, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 2px 0 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0 4px #f4f4f9, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 2px 0 3px rgba(0, 0, 0, 0.05);
  background: #6c419a;
}

@media only screen and (min-width: 767px) {
  .timeline-dot {
    width: 20px;
    height: 20px;
    top: 20px;
    left: 50%;
    margin-left: -10px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
}

.timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

.timeline-date {
  font-size: 1.44rem;
  font-weight: 700;
}

.timeline-content .status-read-more,
.timeline-content .timeline-date {
  display: inline-block;
}

/* consolidate start */
.timeline-content {
  position: relative;
  margin-left: 60px;
  background: #ffffff;
  border-radius: 0.25em;
  padding: 1em;
  -webkit-box-shadow: 0 3px 0 #cbbedc;
          box-shadow: 0 3px 0 #cbbedc;
}

.timeline-content p {
  color: #4a4a4a;
  line-height: 1.6;
  margin: 0 0 1rem 0;
}

.timeline-content p:last-child {
  margin-bottom: 0;
}

.timeline-content p strong {
  font-weight: 600;
}

.timeline-content h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 0.833rem 0;
}

.timeline-content figure {
  margin: 1.2rem 0 0 0;
}

.timeline-content figure img,
.timeline-content figure iframe {
  width: 100%;
  border: 2px solid #4a4a4a;
}

.timeline-content figure figcaption {
  color: #808080;
  font-size: 0.9rem;
  font-style: italic;
  padding-top: 0.402rem;
}

/* conslidate end */
.timeline-content .timeline-date {
  display: block;
  float: none;
  padding: 0.6rem 0;
  opacity: .7;
}

.timeline-content::before {
  content: '';
  position: absolute;
  top: 30px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #ffffff;
}

@media only screen and (min-width: 767px) {
  .timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #ffffff;
  }
  .timeline-content .status-read-more {
    float: left;
  }
  .timeline-content .timeline-date {
    position: absolute;
    width: 100%;
    left: 120%;
    top: 0px;
  }
  .timeline-block:nth-child(even) .timeline-content {
    float: right;
  }
  .timeline-block:nth-child(even) .timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #ffffff;
  }
  .timeline-block:nth-child(even) .timeline-content .status-read-more {
    float: right;
  }
  .timeline-block:nth-child(even) .timeline-content .timeline-date {
    left: auto;
    right: 120%;
    text-align: right;
  }
}

/*
* View more toggle
*/
.view-more-btn {
  cursor: pointer;
  position: relative;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  padding: 1.2rem;
  background: #ffffff;
  border-top: 5px solid #f4f4f9;
  border-radius: 0.25em;
  -webkit-box-shadow: 0 3px 0 #ffd431;
          box-shadow: 0 3px 0 #ffd431;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.view-more-btn:hover {
  color: #ffb607;
  -webkit-box-shadow: 0 3px 0 #cbbedc;
          box-shadow: 0 3px 0 #cbbedc;
}

.view-more-content {
  padding-top: 1.728rem;
}

.view-more-content.hidden {
  display: none;
}

/* ==========================================================================
    About page: Leadership section
    ========================================================================== */
.leadership-grid {
  max-width: 100%;
  margin-bottom: 3.5rem;
}

.leadership-grid .card {
  background-color: #6c419a;
  padding: 0;
  text-align: left;
  margin: 0 2%;
}

.leadership-grid .card > a {
  display: block;
}

.leadership-grid .card .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 1.2rem;
  background-color: #f4f4f9;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.leadership-grid .card .name-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.leadership-grid .card .social-links {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.leadership-grid .card .social-links a {
  font-size: 1.35rem;
}

.leadership-grid .card img {
  width: 100%;
  position: relative;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  opacity: 0.85;
}

.leadership-grid .card h3 {
  font-size: 1.35rem;
  line-height: 1.728rem;
  margin: 0;
  padding: 0;
}

.leadership-grid .card h3 a {
  color: #6c419a;
  font-weight: 700;
}

.leadership-grid .card p {
  font-size: 1.1rem;
  line-height: 1.728rem;
  font-weight: 600;
  margin-bottom: 0;
}

/* ==========================================================================
    About page: Contact section
    ========================================================================== */
/* Contact form */
#contact-us a {
  color: #6c419a;
  font-weight: 600;
}

#contact-us h3 {
  font-size: 1.44rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.728rem;
}

#contact-us .container {
  max-width: 1100px;
}

#contact-us .row {
  max-width: inherit;
}

#contact-us .inner {
  border-radius: 0.25rem;
  padding: 1.2rem 1.728rem;
}

#contact-us .message {
  padding: 0 0.5rem;
}

#contact-us .contact-phone {
  padding-right: 2%;
}

#contact-us .contact-phone h3 {
  margin-bottom: 1.2rem;
}

#contact-us .contact-phone table {
  border: none;
  background: none;
  border-spacing: 0;
  width: 100%;
}

#contact-us .contact-phone table th {
  padding: 0;
}

#contact-us .contact-phone table tr td {
  font-size: 1rem;
  padding: 0.833rem;
  width: 30%;
}

#contact-us .contact-phone table tr td:first-child {
  width: 70%;
  font-weight: 600;
}

#contact-us .contact-phone table tr.even, #contact-us .contact-phone table tr.alt, #contact-us .contact-phone table tr:nth-of-type(even) {
  background: #f4f4f9;
}

#contact-us .contact-form .inner {
  background-color: #f4f4f9;
}

#contact-us form .fieldset {
  margin: 0 0 0.5rem 0;
  padding: 0;
}

#contact-us form .label {
  text-align: left;
  background: none;
  margin: 0;
  padding: 0 0.25rem 0.4rem 0.15rem;
}

#contact-us form .label label {
  color: #4a4a4a;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

#contact-us form .label .required {
  font-size: 0.833rem;
}

#contact-us form .input {
  width: 100%;
  margin: 0;
}

#contact-us form .input input,
#contact-us form .input textarea,
#contact-us form .input select {
  border: 1px solid #c0c0c0;
  padding: 1rem;
  height: 50px;
  border-radius: 0.25rem;
}

#contact-us form .input input:focus,
#contact-us form .input textarea:focus,
#contact-us form .input select:focus {
  border: 1px solid #ffb607;
}

#contact-us form .input textarea[rows] {
  height: auto;
}

#contact-us form .input input[type="submit"] {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 600;
  width: 100%;
  height: auto;
  margin-top: 1rem;
  background: #ffb607;
  border: none;
  cursor: pointer;
}

#contact-us form .thoughtsOnHoney {
  display: none;
}

/* ==========================================================================
    Worker Demands page
    ========================================================================== */
#demands {
  background: #f4f4f9;
}

#demands h1 {
  font-weight: 700;
  text-align: center;
  margin: 0 0 1.728rem 0;
  padding: 0;
}

#demands-accordion .tab-heading {
  display: block;
  background: #6c419a;
  padding: 1rem;
  text-align: center;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}

#demands-accordion .tab-heading:hover {
  background: #ffb607;
}

#demands-accordion .tab-heading h2 {
  color: #ffffff;
  font-size: 1.44rem;
  font-weight: 600;
}

#demands-accordion .tab-heading img {
  max-width: 110px;
  height: auto;
}

#demands-accordion .tab-heading img.tall {
  max-height: 110px;
  max-width: inherit;
  width: auto;
  padding: 15px 0;
}

#demands-accordion .tab-content {
  background: #ffffff;
  padding: 3% 5% 3% 5%;
}

#demands-accordion .tab-content ol {
  list-style-type: lower-alpha;
}

#demands-accordion .tab-content li {
  font-size: 1.2rem;
  padding: 0 0 0.8rem 1rem;
}

#demands-accordion > li {
  list-style-type: none;
  margin: 0 0 0.8rem 0;
  padding: 0;
}

.cta {
  text-align: center;
  padding-top: 1rem;
}

.cta .btn {
  font-size: 1.728rem;
  padding: 1.44rem;
}

/* ==========================================================================
    Protect All Workers landing page
    ========================================================================== */
#page-header.protect-landing-header {
  background-color: black;
  background: url("../img/page-headers/protect-landing-page-header-bg.jpg") top 20% center no-repeat;
  background-size: cover;
}

#page-header.protect-landing-header h1 {
  background: none;
  max-width: 580px;
  margin: 0 auto;
}

#page-header.protect-landing-header h1 img {
  width: 100%;
  height: auto;
}

#page-header.protect-landing-header .container {
  padding: 7% 1.2rem 7% 1.2rem;
}

#protect-landing {
  text-align: center;
}

#protect-landing .container {
  padding: 2.074rem 0 1rem 0;
}

#protect-landing .intro {
  margin: 0;
  padding: 1.728rem 1.44rem 2.074rem 1.44rem;
  background: #f4f4f9;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

#protect-landing .intro span {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
}

#protect-landing .video-wrapper {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #f4f4f9;
}

#protect-landing .btn {
  color: #000000;
  background-color: #F4E409;
}

#protect-landing .btn:hover {
  background-color: #e0d209;
}

#worker-videos .container {
  padding: 2.074rem 1rem 0 1rem;
}

#worker-videos .video-grid {
  max-width: inherit;
}

#worker-videos .video-grid figure {
  margin: 0 0 2.488rem 0;
  padding: 0.833rem;
  background-color: #f4f4f9;
  border-radius: 5px;
}

#worker-videos .video-grid figure img {
  width: 100%;
  height: auto;
}

#worker-videos .video-grid figure figcaption {
  text-align: left;
  margin-top: 0.279rem;
}

.border-wrap {
  background: #ffffff;
  margin-bottom: 1.44rem;
}

#protect-landing-keyhole {
  background-color: #f4f4f9;
  margin-top: 1rem;
}

#protect-landing-keyhole h2 {
  font-size: 1.728rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: -0.5px;
  margin-bottom: 1.728rem;
}

.form-embed {
  display: none;
  /* hide initially; reveal via JS */
  margin-top: 1rem;
}

/* responsive keyhole embed wrapper */
.keyhole-wrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 250%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  background: #000000;
}

.keyhole-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* media queries */
@media only screen and (max-width: 767px) {
  #protect-landing .container {
    padding-top: 0;
  }
  #protect-landing .intro span {
    display: inline;
  }
  #protect-landing-keyhole h2 {
    font-size: 1.6rem;
  }
  .keyhole-wrapper {
    padding-bottom: 500%;
  }
}
/*# sourceMappingURL=redesign2019.css.map */