@charset "UTF-8";
/*Bebas*/
@font-face {
  font-family: "Bebas";
  src: url("../../fonts/bebas.eot");
  src: url("../../fonts/bebas.eot?#iefix") format("embedded-opentype"), url("../../fonts/bebas.woff") format("woff"), url("../../fonts/bebas.woff2") format("woff2"), url("../../fonts/bebas.ttf") format("truetype");
}
/* Nexa Slab */
@font-face {
  font-family: "NexaSlabRegular";
  src: url("../../fonts/274CB8_10_0.eot");
  src: url("../../fonts/274CB8_10_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/274CB8_10_0.woff") format("woff"), url("../../fonts/274CB8_10_0.ttf") format("truetype");
}
@font-face {
  font-family: "NexaSlabBold";
  src: url("../../fonts/274CB8_2_0.eot");
  src: url("../../fonts/274CB8_2_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/274CB8_2_0.woff") format("woff"), url("../../fonts/274CB8_2_0.ttf") format("truetype");
}
@font-face {
  font-family: "NexaSlabBlack";
  src: url("../../fonts/274CB8_5_0.eot");
  src: url("../../fonts/274CB8_5_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/274CB8_5_0.woff") format("woff"), url("../../fonts/274CB8_5_0.ttf") format("truetype");
}
@font-face {
  font-family: "NexaSlabBook";
  src: url("../../fonts/274CB8_6_0.eot");
  src: url("../../fonts/274CB8_6_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/274CB8_6_0.woff") format("woff"), url("../../fonts/274CB8_6_0.ttf") format("truetype");
}
@font-face {
  font-family: "NexaSlabHeavy";
  src: url("../../fonts/274CB8_A_0.eot");
  src: url("../../fonts/274CB8_A_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/274CB8_A_0.woff") format("woff"), url("../../fonts/274CB8_A_0.ttf") format("truetype");
}
@font-face {
  font-family: "NexaSlabxBold";
  src: url("../../fonts/274CB8_16_0.eot");
  src: url("../../fonts/274CB8_16_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/274CB8_16_0.woff") format("woff"), url("../../fonts/274CB8_16_0.ttf") format("truetype");
}
@font-face {
  font-family: "NexaSlabRegularItalic";
  src: url("../../fonts/274CB8_11_0.eot");
  src: url("../../fonts/274CB8_11_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/274CB8_11_0.woff") format("woff"), url("../../fonts/274CB8_11_0.ttf") format("truetype");
}
/*Front Page*/
body.front {
  background-color: #ffffcc;
}

/*Full Window Experience setup. Maybe we should just kill some containers.*/
html, body.full-page, .main-container.full-page {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
html .background_section, body.full-page .background_section, .main-container.full-page .background_section {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
html .background_section .content_column, body.full-page .background_section .content_column, .main-container.full-page .background_section .content_column {
  background-color: #fff;
  margin: auto;
}

.home_intro {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 450px;
  padding: 10px;
  margin: auto;
  text-align: left;
  z-index: 2;
}
.home_intro .logo-box {
  text-align: center;
  margin-left: 0;
  display: block !important;
  width: 400px;
}
.home_intro .logo-box #clocking-in_logo {
  width: 90%;
  max-height: 50px;
}
.home_intro .logo-box .subtitle {
  font-family: NexaSlabRegular;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.home_intro .logo-box .subtitle.lang-es {
  font-size: 9.25px;
}
.home_intro p {
  position: absolute;
  margin-top: 0.5em;
  padding: 0 5%;
  color: #006666;
  font-family: NexaSlabHeavy;
}
.home_intro .lang-es p {
  font-size: 14px;
}

.mobile-front {
  display: none;
}

.city_container {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

.neighborhood {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  position: relative;
  margin: 0;
  opacity: 0;
  padding: 0;
  background-color: #ffffcc;
}
.neighborhood .intro_building {
  width: 20%;
  position: absolute;
  padding: 0;
  z-index: 1;
  bottom: 0;
}
.neighborhood .neighborhood_block {
  position: absolute;
  padding: 0;
  height: 100%;
  width: 100%;
  bottom: 0;
  z-index: 1;
  overflow-x: hidden;
}
.neighborhood .neighborhood_block > svg {
  position: absolute;
  height: 100%;
  width: 200%;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 0;
}
.neighborhood .clickable {
  cursor: pointer;
}

@media (orientation: portrait) {
  body.front {
    height: auto;
  }
  .neighborhood {
    height: auto;
  }
  .neighborhood .neighborhood_block {
    visibility: hidden;
  }
  .mobile-front {
    display: block;
    margin: auto;
    margin-top: 14em;
    background-color: #ffffcc;
    max-width: 400px;
  }
  .mobile-front nav .mobile_awning {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.5em;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 35%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .mobile-front nav .mobile_awning .ci_menu_item_box {
    margin-top: 20px;
    margin-left: 10px;
  }
  .mobile-front nav .mobile_awning .ci_menu_item_box + .ci_menu_item_box {
    float: right;
    margin-right: 10px;
  }
  .mobile-front nav .mobile_awning .ci_menu_item_box .ci_menu_item {
    margin: auto;
  }
  .mobile-front nav .mobile_awning .ci_menu_item_box:nth-child(3n+0) {
    margin-left: auto;
    margin-right: auto;
  }
  .mobile-front nav .mobile_awning.restaurant {
    background-image: url(../../images/restaurant_title.svg);
  }
  .mobile-front nav .mobile_awning.retail {
    background-image: url(../../images/retail_title.svg);
  }
  .mobile-front nav .mobile_awning.domestic {
    background-image: url(../../images/domestic_title.svg);
  }
}
@media (max-width: 767px) {
  body.front {
    height: auto;
  }
  .mobile-front {
    display: block;
  }
  .neighborhood_block {
    visibility: hidden;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  body.front .navbar-header {
    display: none;
  }
  .neighborhood {
    height: auto;
    margin-bottom: 0;
  }
  .mobile-front {
    width: 66%;
    margin-left: 32%;
  }
  .mobile-front nav .mobile_awning {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.5em;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-top: 35%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .mobile-front nav .mobile_awning .ci_menu_item_box {
    margin-top: 20px;
    margin-left: 10px;
  }
  .mobile-front nav .mobile_awning .ci_menu_item_box + .ci_menu_item_box {
    float: right;
    margin-right: 10px;
  }
  .mobile-front nav .mobile_awning .ci_menu_item_box .ci_menu_item {
    margin: auto;
  }
  .mobile-front nav .mobile_awning.restaurant {
    background-image: url(../../images/restaurant_title.svg);
  }
  .mobile-front nav .mobile_awning.retail {
    background-image: url(../../images/retail_title.svg);
  }
  .mobile-front nav .mobile_awning.domestic {
    background-image: url(../../images/domestic_title.svg);
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .home_intro {
    width: 100%;
  }
  .home_intro .logo-box {
    width: 100%;
    height: 0;
    padding-bottom: 15%;
  }
  .home_intro .logo-box #clocking-in_logo {
    height: 40px;
  }
  .home_intro .logo-box .subtitle {
    font-size: 10px;
    letter-spacing: 1.5px;
  }
  .home_intro > p {
    margin-top: 1em;
  }
  .home_intro > p:nth-child(3n+1) {
    text-align: center;
    margin-top: 3em;
  }
  .mobile-front {
    margin-top: 18em;
  }
  .city_container .neighborhood_block {
    visibility: hidden !important;
    display: none;
  }
}
@media (max-height: 480px) and (orientation: landscape) {
  body {
    height: 120%;
  }
  .home_intro .logo-box {
    width: 100%;
  }
  .home_intro .logo-box .subtitle {
    font-size: 10px;
    letter-spacing: 1.5px;
  }
  .neighborhood {
    background-size: 42% 100%, 23.5% 100%, 100% 100%;
    background-image: none;
    /*#domestic {
      margin-left: -10px;
    }*/
  }
  .neighborhood .home_intro {
    width: 33% !important;
    bottom: 0;
    margin-left: 0 !important;
    height: 100%;
    overflow-y: auto;
  }
  .neighborhood .home_intro > #clocking-in_logo {
    width: 100%;
    max-height: 50px;
  }
  .neighborhood .mobile-front {
    width: 66%;
    margin-left: 32%;
    display: block;
  }
  .neighborhood .mobile-front nav .mobile_awning {
    display: inline-block;
    display: -ms-flexbox;
    max-width: 400px;
    display: -webkit-box;
    display: flex;
    margin-bottom: 2.5em;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    padding-top: 35%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .neighborhood .mobile-front nav .mobile_awning .ci_menu_item_box {
    margin-top: 20px;
    margin-left: 10px;
  }
  .neighborhood .mobile-front nav .mobile_awning .ci_menu_item_box + .ci_menu_item_box {
    float: right;
    margin-right: 10px;
  }
  .neighborhood .mobile-front nav .mobile_awning .ci_menu_item_box .ci_menu_item {
    margin: auto;
  }
  .neighborhood .mobile-front nav .mobile_awning.restaurant {
    background-image: url(../../images/restaurant_title.svg);
  }
  .neighborhood .mobile-front nav .mobile_awning.retail {
    background-image: url(../../images/retail_title.svg);
  }
  .neighborhood .mobile-front nav .mobile_awning.domestic {
    background-image: url(../../images/domestic_title.svg);
  }
  .neighborhood .neighborhood_block {
    display: none;
    margin-left: 25%;
    width: 74%;
  }
  .neighborhood .neighborhood_block > svg {
    height: auto;
    width: 100%;
  }
  .neighborhood .neighborhood_block #restaurant_numbers {
    -webkit-transform: translate(-110px, -800px) scale(3);
    -ms-transform: translate(-110px, -800px) scale(3);
    transform: translate(-110px, -800px) scale(3);
  }
  .neighborhood .neighborhood_block #resources {
    -webkit-transform: translate(-690px, -585px) scale(3);
    -ms-transform: translate(-690px, -585px) scale(3);
    transform: translate(-690px, -585px) scale(3);
  }
  .neighborhood .neighborhood_block #restaurant_game {
    -webkit-transform: translate(-300px, -600px) scale(2.5);
    -ms-transform: translate(-300px, -600px) scale(2.5);
    transform: translate(-300px, -600px) scale(2.5);
  }
  .neighborhood .neighborhood_block #retail_numbers {
    -webkit-transform: translate(-750px, -800px) scale(3);
    -ms-transform: translate(-750px, -800px) scale(3);
    transform: translate(-750px, -800px) scale(3);
  }
  .neighborhood .neighborhood_block #success {
    -webkit-transform: translate(-690px, -585px) scale(3);
    -ms-transform: translate(-690px, -585px) scale(3);
    transform: translate(-690px, -585px) scale(3);
  }
  .neighborhood .neighborhood_block #retail_game {
    -webkit-transform: translate(-790px, -600px) scale(2.5);
    -ms-transform: translate(-790px, -600px) scale(2.5);
    transform: translate(-790px, -600px) scale(2.5);
  }
  .neighborhood .neighborhood_block #domestic_numbers {
    -webkit-transform: translate(-1375px, -800px) scale(3);
    -ms-transform: translate(-1375px, -800px) scale(3);
    transform: translate(-1375px, -800px) scale(3);
  }
  .neighborhood .neighborhood_block #donate {
    -webkit-transform: translate(-1925px, -585px) scale(3);
    -ms-transform: translate(-1925px, -585px) scale(3);
    transform: translate(-1925px, -585px) scale(3);
  }
  .neighborhood .neighborhood_block #domestic_game {
    -webkit-transform: translate(-1225px, -590px) scale(2.5);
    -ms-transform: translate(-1225px, -590px) scale(2.5);
    transform: translate(-1225px, -590px) scale(2.5);
  }
  .neighborhood .neighborhood_block #raceforward {
    -webkit-transform: translate(-300px, -600px) scale(2.4);
    -ms-transform: translate(-300px, -600px) scale(2.4);
    transform: translate(-300px, -600px) scale(2.4);
  }
  .arrow_navigation_overlay {
    display: none !important;
  }
  svg#industries > .building > *:not(.always) {
    display: none;
  }
  svg#industries .awning {
    -webkit-transform: translateY(-325px);
    -ms-transform: translateY(-325px);
    transform: translateY(-325px);
  }
}
body.full-page header#navbar {
  margin-bottom: -64px;
  background-color: transparent !important;
  padding-top: 0 !important;
  width: 80px;
}
body.full-page header#navbar .navbar-header {
  border: none;
}
body.full-page header#navbar .navbar-header #share {
  display: none;
}
body.full-page .hidebar {
  margin-top: 70px;
}
body.full-page .logo-box {
  display: none;
}

body.front .l-hidebar-inner {
  display: none;
}
body.front .l-wrapper-inner {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  min-width: 100%;
  padding: 0;
}
body.front main {
  height: calc(100vh - 1em);
  padding: 0;
}
body.front .navbar-admin-bar.navbar-is-static-top {
  padding-top: 40px;
}
body.front .navbar-admin-bar.navbar-is-static-top header .navbar-header {
  padding-top: 40px;
}
body.front .navbar-admin-bar.navbar-is-static-top main {
  height: calc(100vh - 40px);
}
body.navbar-is-static-top:not(.navbar-admin-bar, .full-page) main.l-content {
  padding-top: 4em;
}

#admin-menu {
  z-index: 2000;
}

.navbar-toggle {
  position: relative;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  border: 1px solid transparent;
  border-radius: 4px;
}

body.admin-menu {
  padding-top: 30px !important;
  margin-top: 0 !important;
}
body.admin-menu header#navbar {
  top: 20px;
  background-color: #fff;
}
body.admin-menu header#navbar[style] {
  padding-top: 20px;
}

body.menu-open {
  overflow: hidden !important;
}

header {
  z-index: 25;
}
header#navbar {
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
}
header.navbar-default {
  background-color: transparent;
  border: none;
}
header.navbar-default .navbar-header {
  display: block;
  width: 100%;
  text-align: center;
  border-bottom: solid 1px #ccc;
}
header.navbar-default .navbar-toggle {
  float: left;
  display: block;
  margin-left: 10px;
  border: solid 1px transparent;
  background-color: #6598cb;
  font-family: NexaSlabBlack;
  color: #fff;
  max-width: 70px;
}
header.navbar-default .navbar-toggle:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #6598cb;
  border-style: solid;
  border-width: 1px;
  border-color: #6598cb;
}
header.navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #6598cb;
}
header.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
  width: 100%;
  min-width: 22px;
  padding-bottom: 2px;
  margin-bottom: 5px;
}
header .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
header .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
header nav[role=navigation] {
  margin: auto;
}
header .logo-box {
  display: inline-block;
  width: 420px;
  max-height: 90px;
  text-align: center;
  padding-top: 15px;
  overflow: hidden;
}
header .logo-box .logo-image {
  width: 100%;
  height: auto;
  outline: 0;
}
header .logo-box .subtitle {
  font-family: NexaSlabRegular;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
header #share,
header #share2 {
  float: right;
  margin-left: -250px;
  margin-bottom: 5px;
}
header #share .restaurant,
header #share2 .restaurant {
  fill: #6598cb;
}
header #share .retail,
header #share2 .retail {
  fill: #cc6633;
}
header #share .domestic,
header #share2 .domestic {
  fill: #33cc99;
}
header #share {
  width: 225px;
  max-height: 70px;
}
header #share g > g:not(.clickable .adjustment) {
  display: none;
}
header .hashtag {
  font-size: 0;
}

.hidebar {
  top: 0;
}
@media (min-width: 768px) {
  .hidebar {
    top: 4.5em;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .hidebar {
    height: 75%;
  }
}
.hidebar #share2 {
  width: 150px;
  height: 37px;
  margin-left: 0;
  margin-bottom: 10px;
  display: none;
}
.hidebar .hashtag {
  display: none;
  margin-bottom: 5px;
  text-align: center;
  margin-right: 30px;
}
.hidebar .hashtag > a {
  margin-right: 5px;
}
.hidebar .hashtag .social {
  margin-right: 2px;
}

.page-restaurant-numbers header.navbar-default .navbar-toggle,
.page-restaurant-clock-in header.navbar-default .navbar-toggle {
  background-color: #6598cb;
}
.page-restaurant-numbers header.navbar-default .navbar-toggle:hover,
.page-restaurant-clock-in header.navbar-default .navbar-toggle:hover {
  background-color: #fff;
  border-color: #6598cb;
  color: #6598cb;
}
.page-restaurant-numbers header.navbar-default .navbar-toggle:hover .icon-bar,
.page-restaurant-clock-in header.navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #6598cb;
}

.page-retail-numbers header.navbar-default .navbar-toggle,
.page-retail-clock-in header.navbar-default .navbar-toggle,
.page-methods header.navbar-default .navbar-toggle {
  background-color: #cc6633;
}
.page-retail-numbers header.navbar-default .navbar-toggle:hover,
.page-retail-clock-in header.navbar-default .navbar-toggle:hover,
.page-methods header.navbar-default .navbar-toggle:hover {
  background-color: #fff;
  border-color: #cc6633;
  color: #cc6633;
}
.page-retail-numbers header.navbar-default .navbar-toggle:hover .icon-bar,
.page-retail-clock-in header.navbar-default .navbar-toggle:hover .icon-bar,
.page-methods header.navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #cc6633;
}

.page-domestic-numbers header.navbar-default .navbar-toggle,
.page-domestic-clock-in header.navbar-default .navbar-toggle,
.page-acknowledgements header.navbar-default .navbar-toggle {
  background-color: #33cc99;
}
.page-domestic-numbers header.navbar-default .navbar-toggle:hover,
.page-domestic-clock-in header.navbar-default .navbar-toggle:hover,
.page-acknowledgements header.navbar-default .navbar-toggle:hover {
  background-color: #fff;
  border-color: #a7d1a7;
  color: #a7d1a7;
}
.page-domestic-numbers header.navbar-default .navbar-toggle:hover .icon-bar,
.page-domestic-clock-in header.navbar-default .navbar-toggle:hover .icon-bar,
.page-acknowledgements header.navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #a7d1a7;
}

.page-restaurant-numbers header .navbar-header {
  background-color: #fdf0e4;
}

.page-retail-numbers header .navbar-header,
.page-methods header .navbar-header {
  background-color: #f2fff2;
}

.page-domestic-numbers header .navbar-header,
.page-acknowledgements header .navbar-header {
  background-color: #cfecfb;
}

.page-resources header .navbar-header {
  background-color: #efeee6;
}
.page-resources header .navbar-header #share {
  display: none;
}

.page-notfound header .navbar-header {
  background-color: #ffffcc;
}
.page-notfound header .navbar-header #share {
  display: none;
}

.ci_menu_item_box {
  float: left;
  margin-top: 2px;
  margin-bottom: 2px;
}
.ci_menu_item_box .ci_menu_item,
.ci_menu_item_box .ci_menu_item_sub {
  background-color: #f6f6f6;
  border-radius: 12px;
  z-index: 2;
  width: 120px;
  height: 60px;
  text-align: center;
  position: relative;
  margin-left: 5px;
  padding: 5px;
}
.ci_menu_item_box .ci_menu_item a.restaurant:link,
.ci_menu_item_box .ci_menu_item_sub a.restaurant:link {
  color: #cc6633;
}
.ci_menu_item_box .ci_menu_item a.restaurant:visited,
.ci_menu_item_box .ci_menu_item_sub a.restaurant:visited {
  color: #bb5522;
}
.ci_menu_item_box .ci_menu_item a.restaurant:hover,
.ci_menu_item_box .ci_menu_item_sub a.restaurant:hover {
  color: #d74;
}
.ci_menu_item_box .ci_menu_item a.restaurant:active,
.ci_menu_item_box .ci_menu_item_sub a.restaurant:active {
  color: #d74;
}
.ci_menu_item_box .ci_menu_item a.retail:link,
.ci_menu_item_box .ci_menu_item_sub a.retail:link {
  color: #33cc99;
}
.ci_menu_item_box .ci_menu_item a.retail:visited,
.ci_menu_item_box .ci_menu_item_sub a.retail:visited {
  color: #2b8;
}
.ci_menu_item_box .ci_menu_item a.retail:hover,
.ci_menu_item_box .ci_menu_item_sub a.retail:hover {
  color: #4da;
}
.ci_menu_item_box .ci_menu_item a.retail:active,
.ci_menu_item_box .ci_menu_item_sub a.retail:active {
  color: #4da;
}
.ci_menu_item_box .ci_menu_item a.domestic:link,
.ci_menu_item_box .ci_menu_item_sub a.domestic:link {
  color: #6598cb;
}
.ci_menu_item_box .ci_menu_item a.domestic:visited,
.ci_menu_item_box .ci_menu_item_sub a.domestic:visited {
  color: #5487ba;
}
.ci_menu_item_box .ci_menu_item a.domestic:hover,
.ci_menu_item_box .ci_menu_item_sub a.domestic:hover {
  color: #76a9dc;
}
.ci_menu_item_box .ci_menu_item a.domestic:active,
.ci_menu_item_box .ci_menu_item_sub a.domestic:active {
  color: #76a9dc;
}
.ci_menu_item_box .ci_menu_item a:hover,
.ci_menu_item_box .ci_menu_item_sub a:hover {
  text-decoration: none;
}
.ci_menu_item_box .ci_menu_item .inner_menu,
.ci_menu_item_box .ci_menu_item_sub .inner_menu {
  border-top: solid 1px;
  border-bottom: solid 1px;
  border-color: #99cccc;
  height: 100%;
}
.ci_menu_item_box .ci_menu_item .inner_menu img,
.ci_menu_item_box .ci_menu_item_sub .inner_menu img {
  height: 90%;
  margin: 0;
  margin-top: -0.5em;
}
.ci_menu_item_box .ci_menu_item .inner_menu.restaurant,
.ci_menu_item_box .ci_menu_item_sub .inner_menu.restaurant {
  border-color: #99cccc;
}
.ci_menu_item_box .ci_menu_item .inner_menu .half_size,
.ci_menu_item_box .ci_menu_item_sub .inner_menu .half_size {
  font-size: 0.75em;
}
.ci_menu_item_box .ci_menu_item .main_menu_title,
.ci_menu_item_box .ci_menu_item_sub .main_menu_title {
  font-size: 22px;
  font-family: Bebas;
  text-transform: uppercase;
}
.ci_menu_item_box .ci_menu_item .main_menu_title_smaller,
.ci_menu_item_box .ci_menu_item_sub .main_menu_title_smaller {
  font-size: 19px;
  line-height: 20px;
  font-family: Bebas;
  text-transform: uppercase;
}
.ci_menu_item_box .ci_menu_item .larger_menu_title,
.ci_menu_item_box .ci_menu_item_sub .larger_menu_title {
  font-size: 25px;
  font-family: Bebas;
  text-transform: uppercase;
}
.ci_menu_item_box .ci_menu_item .home_menu_title,
.ci_menu_item_box .ci_menu_item_sub .home_menu_title {
  font-family: Bebas;
  font-size: 30px;
  text-transform: uppercase;
}
.ci_menu_item_box .ci_menu_item .home_menu_title:before,
.ci_menu_item_box .ci_menu_item_sub .home_menu_title:before {
  content: "";
  display: inline-block;
  height: 38px;
  vertical-align: baseline;
}
.ci_menu_item_box .ci_menu_item .minor_menu_title,
.ci_menu_item_box .ci_menu_item_sub .minor_menu_title {
  font-size: 13px;
  font-family: NexaSlabxBold;
  text-transform: uppercase;
}
.ci_menu_item_box .ci_menu_item .minor_menu_title_larger,
.ci_menu_item_box .ci_menu_item_sub .minor_menu_title_larger {
  font-size: 14px;
  font-family: NexaSlabxBold;
  text-transform: uppercase;
}
.ci_menu_item_box .ci_menu_item .mini_menu_title,
.ci_menu_item_box .ci_menu_item_sub .mini_menu_title {
  font-size: 10.5px;
  font-family: NexaSlabxBold;
  text-transform: uppercase;
}
.ci_menu_item_box .ci_menu_item_sub,
.ci_menu_item_box .ci_menu_item_sub_sub {
  z-index: 0;
  position: absolute;
  top: 0;
  display: none;
}

.hidebar,
.l-hidebar-inner {
  float: left;
  z-index: 10;
  width: 190px;
  position: fixed;
  background-color: #fff;
  overflow-x: hidden;
  height: auto;
  max-height: 80%;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 5px;
  border: solid 1px #ccc;
  border-left: none;
  margin-top: 4.5em;
}
.hidebar .hidebar-container,
.l-hidebar-inner .hidebar-container {
  width: 160px;
}
.hidebar .hidebar-container .ci_menu_item_box,
.l-hidebar-inner .hidebar-container .ci_menu_item_box {
  clear: left;
  margin: auto;
  margin-top: 10px;
  width: 100%;
}
.hidebar .hidebar-container .ci_menu_item_box .submenu-control,
.l-hidebar-inner .hidebar-container .ci_menu_item_box .submenu-control {
  display: inline-block;
  margin-left: 10px;
  outline: 0;
  text-decoration: none;
}
.hidebar .hidebar-container .ci_menu_item_box .submenu-control:after,
.l-hidebar-inner .hidebar-container .ci_menu_item_box .submenu-control:after {
  content: "▼";
  display: inline-block;
  line-height: 60px;
  font-size: 20px;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  cursor: pointer;
}
.hidebar .hidebar-container .ci_menu_item_box .submenu-control.collapsed:after,
.l-hidebar-inner .hidebar-container .ci_menu_item_box .submenu-control.collapsed:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hidebar .hidebar-container .ci_menu_item_box .submenu-control.restaurant:after,
.l-hidebar-inner .hidebar-container .ci_menu_item_box .submenu-control.restaurant:after {
  color: #cc6633;
}
.hidebar .hidebar-container .ci_menu_item_box .submenu-control.retail:after,
.l-hidebar-inner .hidebar-container .ci_menu_item_box .submenu-control.retail:after {
  color: #33cc99;
}
.hidebar .hidebar-container .ci_menu_item_box .submenu-control.domestic:after,
.l-hidebar-inner .hidebar-container .ci_menu_item_box .submenu-control.domestic:after {
  color: #6598cb;
}
.hidebar .hidebar-container .ci_menu_item,
.l-hidebar-inner .hidebar-container .ci_menu_item {
  float: left;
}
.hidebar .hidebar-container .ci_menu_item_sub,
.l-hidebar-inner .hidebar-container .ci_menu_item_sub {
  display: block;
  position: relative;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.collapse.width {
  height: auto;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

.language-toggle {
  float: right;
  font-size: 18px;
  clear: right;
  text-transform: uppercase;
  padding-right: 75px;
  width: 8em;
}
.language-toggle > span {
  position: absolute;
  cursor: pointer;
}
.language-toggle.restaurant {
  color: #6598cb;
}
.language-toggle.retail {
  color: #cc6633;
}
.language-toggle.domestic {
  color: #33cc99;
}
.language-toggle::after {
  content: "";
  display: block;
  clear: both;
}

.page-resources .language-toggle {
  margin-top: 0;
  z-index: 10000;
}

.full-page header .language-toggle {
  display: none;
}
.full-page .language-toggle {
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 10;
}

body:not(.full-page) > .language-toggle {
  display: none;
}

body.page-resources .language-toggle {
  margin-top: 3.5em;
}

.hidebar-container .language-toggle {
  display: none;
  height: 1em;
  margin-top: 0;
  position: static;
}

@media (max-width: 991px) {
  .navbar-header #share {
    margin-left: -112px;
  }
}
@media (max-width: 767px) {
  body.full-page .logo-image {
    display: inline-block;
    padding-top: 0;
  }
  body:not(.front) > .language-toggle {
    display: none;
  }
  .language-toggle {
    float: none !important;
    margin-left: 1em !important;
    margin-bottom: 1em !important;
  }
  header.navbar-default .navbar-header {
    -webkit-transition: width 2s;
    transition: width 2s;
  }
  header.navbar-default .navbar-header .language-toggle {
    display: none;
  }
  header.navbar-default .navbar-header.game-on {
    width: 80px;
  }
  header.navbar-default .navbar-header .logo-box {
    width: 200px;
    margin-left: -30px;
    padding-top: 10px;
  }
  header.navbar-default .navbar-header .logo-box .subtitle {
    font-size: 8px;
  }
  header.navbar-default .navbar-header #share {
    display: none;
  }
  header.navbar-default .navbar-header #share g > g:not(.clickable) {
    display: initial;
  }
  .hidebar #share2 {
    display: block;
  }
  .hidebar .language-toggle {
    display: block;
  }
}
@media (max-width: 767px) and (max-width: 768px) {
  .hidebar .language-toggle {
    display: block !important;
    text-align: left;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}
@media (max-width: 767px) {
  .page-resources .language-toggle {
    margin-top: 40px !important;
  }
  .page-resources header .language-toggle {
    display: none;
  }
  .page-resources .language-toggle {
    position: relative;
    padding-right: 0;
    width: 5em;
  }
  .full-page > .language-toggle {
    position: static;
    height: 1.25em;
    margin: 5px;
  }
}
@media (max-width: 480px) {
  body.full-page header {
    margin-bottom: 0;
  }
  header#navbar {
    padding-left: 0;
  }
  header .navbar-header {
    margin-bottom: 0;
  }
  header .navbar-header .navbar-toggle {
    float: left;
  }
  header .navbar-header nav {
    background-color: #fff;
  }
  header nav[role=navigation] {
    width: 100%;
    padding: 0;
  }
  header .logo-box .logo-image {
    width: 200px;
    height: 24px;
  }
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.hidebar.collapse {
  display: block !important;
}

.hidebar {
  width: 0 !important;
  left: -20px;
  -webkit-transition: none;
  transition: none;
}
.hidebar.show {
  width: 190px !important;
  left: 0;
}
@media (max-width: 480px) {
  .hidebar.show {
    top: 8px;
  }
}

.navbar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body {
  font-family: NexaSlabBook;
}
body.navbar-is-fixed-top:not(.full-page) {
  padding-top: 80px !important;
}
body.admin-menu.navbar-is-fixed-top:not(.full-page) {
  padding-top: 100px !important;
}
body.page-resources {
  background-color: #efeee6;
}
body.page-methods {
  background-color: #f2fff2;
}
body.page-methods .main-container {
  padding-top: 20px;
}
body.page-methods .main-container h2 {
  color: #33cc99;
  font-family: NexaSlabBlack;
  text-decoration: underline;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  body.page-methods .main-container h2 {
    font-size: 30px;
  }
}
body.page-methods .main-container h3,
body.page-methods .main-container h4 {
  font-family: NexaSlabBlack;
  max-width: 600px;
  margin: auto;
}
body.page-methods .main-container h3 {
  font-size: 24px;
  line-height: 1.1;
}
body.page-methods .main-container h4 {
  font-size: 18px;
  line-height: 1.1;
}
body.page-acknowledgements {
  background-color: #cfecfb;
}
body.page-acknowledgements .main-container {
  padding-top: 20px;
}
body.page-acknowledgements .main-container h2 {
  color: #6598cb;
  font-family: NexaSlabBlack;
  text-decoration: underline;
  margin-bottom: 25px;
}
body.page-acknowledgements .main-container h3,
body.page-acknowledgements .main-container h4 {
  font-family: NexaSlabBlack;
  max-width: 600px;
  margin: auto;
  margin-bottom: 20px;
}
body.page-acknowledgements section.names p {
  line-height: 1.1;
}
body.page-acknowledgements section.names p span {
  font-family: NexaSlabRegular;
  font-size: 14px;
  color: #666;
}
body.page-acknowledgements section.names p br {
  line-height: 1.5;
}
body.page-privacy {
  background-color: #fde3cb;
}
body.page-privacy .main-container {
  padding-top: 20px;
}
body.page-privacy .main-container h2 {
  color: #cc6633;
  font-family: NexaSlabBlack;
  text-decoration: underline;
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 1.1;
}
body.page-privacy .main-container h3,
body.page-privacy .main-container h4 {
  font-family: NexaSlabBlack;
  max-width: 600px;
  margin: auto;
  margin-bottom: 20px;
}
body.page-privacy .main-container h4 {
  font-size: 18px;
  line-height: 1.1;
}
body.page-privacy section.names p {
  line-height: 1.1;
}
body.page-privacy section.names p span {
  font-family: NexaSlabRegular;
  font-size: 14px;
  color: #666;
}
body.page-privacy section.names p br {
  line-height: 1.5;
}
body.page-privacy .main-container h2 {
  color: #cc6633;
}
body.page-privacy .main-container h4 {
  margin: 40px 0 20px 0;
}
body.page-notfound {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  background-color: #ffffcc;
}

h1.page_header {
  font-family: NexaSlabBlack;
  color: #231f20;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
}
h1.page_header .sub_header {
  display: inline-block;
  height: 1.2em;
  font-size: 29px;
  padding-top: 0.1em;
  margin-bottom: 0.2em;
  vertical-align: middle;
  border-top: solid 2px;
  border-bottom: solid 2px;
  border-color: #231f20;
}

h2 {
  text-align: center;
  margin: auto;
}

main.l-content {
  padding-top: 2em;
}

p,
ol,
ul {
  font-family: NexaSlabBook;
  font-size: 16px;
  margin: auto;
  margin-bottom: 0.5em;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}
p.numbers_intro,
ol.numbers_intro,
ul.numbers_intro {
  font-size: 20px;
  margin-bottom: 2em;
  text-align: center;
  width: 50%;
}
p .has-highlight,
ol .has-highlight,
ul .has-highlight {
  font-family: NexaSlabBook;
  font-size: 36px;
  line-height: 110%;
  margin-bottom: 0.5em;
  margin-top: 2em;
  color: #333;
}
@media (max-width: 768px) {
  p .has-highlight,
  ol .has-highlight,
  ul .has-highlight {
    font-size: 26px;
    line-height: 28px;
  }
}
p .has-highlight .highlight,
ol .has-highlight .highlight,
ul .has-highlight .highlight {
  font-family: NexaSlabBlack;
}
p .has-highlight li,
ol .has-highlight li,
ul .has-highlight li {
  color: #333;
}

dl dt {
  margin-top: 0.25em;
  font-family: NexaSlabHeavy;
}

input[type=radio] + label,
input[type=checkbox] + label {
  font-size: 14px;
  font-weight: 200;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  padding: 3px;
  padding-left: 13px;
  background-size: 0.1em 0.1em;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  -webkit-transition: background-size 0.1s, background-position 0.1s;
  transition: background-size 0.1s, background-position 0.1s;
  margin: 0;
  margin-bottom: 5px;
}

input[type=radio] + label:hover,
input[type=checkbox] + label:hover {
  background-image: url(../../images/checkmark.svg);
  background-size: 1.5em 1.5em;
  background-position: 0 0;
}

input[type=radio]:checked + label,
input[type=checkbox]:checked + label {
  font-weight: 600;
  font-family: NexaSlabBold;
  background-size: 1.5em 1.5em;
  background-position: 0 0;
  background-image: url(../../images/checkmark.svg);
}

.obscure {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  background-color: #fff;
  z-index: 99999;
}

.net {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9 !important;
  display: block !important;
}

.clickable {
  cursor: pointer;
  outline: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.clickable:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  text-decoration: none;
}
.clickable.down:hover {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

.main-container.full-page > .row > section {
  float: none;
}
.main-container.full-page > .row > section .l-wrapper,
.main-container.full-page > .row > section .l-wrapper-inner,
.main-container.full-page > .row > section .l-content {
  height: 100%;
  padding-top: 0;
}
.main-container div.row {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.main-container div.row section {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.main-container div.row section div.region {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.main-container div.row section div.region section.block {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.page-restaurant-numbers {
  background-color: #fdf0e4;
}
.page-restaurant-numbers h2 {
  color: #f8a879;
}
.page-restaurant-numbers h3.key {
  border-color: #f8a879;
}
.page-restaurant-numbers .chart_content .chart_controls .controls_label {
  border-color: #f8a879;
}
.page-restaurant-numbers .data_section {
  color: #333;
}
.page-restaurant-numbers .data_section .datapoints {
  border-color: #f8a879;
}

.page-retail-numbers {
  background-color: #f2fff2;
}
.page-retail-numbers h2 {
  color: #33cc99;
}
.page-retail-numbers h3.key {
  border-color: #33cc99;
}
.page-retail-numbers .chart_content .chart_controls .controls_label {
  border-color: #33cc99;
}
.page-retail-numbers .data_section .datapoints {
  border-color: #33cc99;
}

.page-domestic-numbers {
  background-color: #cfecfb;
}
.page-domestic-numbers h2 {
  color: #89c3cd;
}
.page-domestic-numbers h3.key {
  border-color: #89c3cd;
}
.page-domestic-numbers .chart_content .chart_controls .controls_label {
  border-color: #89c3cd;
}
.page-domestic-numbers .data_section .datapoints {
  border-color: #89c3cd;
}

#share {
  width: 250px;
  height: auto;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}

html body .background_section {
  padding: 20px;
}
html body .background_section > p {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
html body .background_section > p:last-child {
  margin-bottom: 3em;
}
html body .background_section .footnote-asterisk {
  font-size: 20px;
}
html body .background_section .footnotes {
  max-width: 500px;
  margin: auto;
  margin-top: 40px;
}
@media (max-width: 768px) {
  html body .background_section .footnotes {
    font-size: 14px;
  }
}
html body .background_section .footnotes a {
  text-decoration: none;
}
html body .background_section .chart-footnote {
  font-size: 12px;
  max-width: 80%;
}

.data_section {
  margin-top: 3em;
  font-family: NexaSlabBook;
}
.data_section h2 {
  font-weight: 100;
  font-family: Bebas;
  letter-spacing: 0.1em;
  font-size: 36px;
  text-decoration: underline;
  baseline-shift: 3px;
  line-height: 130%;
}
.data_section h3 {
  text-align: center;
  font-family: NexaSlabHeavy;
  font-size: 18px;
}
.data_section h3.key {
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin: 40px auto auto;
  max-width: 500px;
  font-family: NexaSlabRegular;
  color: #333;
}
.data_section ul {
  font-family: NexaSlabRegular;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.data_section ul.key {
  padding: 20px;
  text-align: center;
}
.data_section ul.key li ul li {
  margin-bottom: 10px;
  text-align: left;
}
.data_section ul li {
  list-style-type: none;
  margin-bottom: 2em;
}
.data_section .chart_content {
  width: 90%;
  height: auto;
  margin: auto;
  margin-bottom: 3em;
}
.data_section .chart_content .chart_controls {
  margin-bottom: 1em;
  opacity: 0;
}
.data_section .chart_content .chart_controls .controls_label {
  display: inline-block;
  font-family: NexaSlabHeavy;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  width: 100%;
  margin-bottom: 0.25em;
}
.data_section .chart_content .chart_controls .subControl {
  float: left;
  display: inline-block;
  padding-left: 1em;
  max-width: 45%;
}
@media (max-width: 768px) {
  .data_section .chart_content .chart_controls .subControl {
    max-width: 100%;
    padding-bottom: 14px;
  }
}
.data_section .chart_content .chart_controls .subControl.lastcontrol {
  max-width: 10%;
}
@media (max-width: 768px) {
  .data_section .chart_content .chart_controls .subControl.lastcontrol {
    max-width: 100%;
  }
}
.data_section .chart_content .chart_controls .subControl.lastcontrol .incomeswitcher {
  cursor: pointer;
  display: inline-block;
  font-family: NexaSlabHeavy;
  text-align: center;
}
.data_section .chart_content .chart_controls .subControl select {
  background-color: transparent;
  height: 18px;
  font-family: NexaSlabBold;
}
.data_section .chart_content .chart_controls .subControl input[type=radio] {
  display: none;
}
.data_section .chart_content .chart_controls .subControl div:nth-child(0n+3) {
  border-left: solid 1px #ccc;
}
.data_section .chart_content .chart_controls .subControl .subControlDivide {
  width: 50%;
  float: left;
}
.data_section .chart_content .chart_controls .subControl .subControlDivide input[type=radio] + label,
.data_section .chart_content .chart_controls .subControl .subControlDivide input[type=checkbox] + label {
  display: block;
}
.data_section .chart_content .chart_box {
  height: 350px;
  clear: both;
}
.data_section .chart_content .chart_box svg text {
  font-family: NexaSlabBold;
}
.data_section .chart_content .chart_box svg .highcharts-background {
  fill: none;
}
.data_section .chart_content .chart_box svg .highcharts-grid path,
.data_section .chart_content .chart_box svg .highcharts-axis path {
  stroke: #666;
}
.data_section .chart_content .chart_box svg .highcharts-tooltip {
  opacity: 0.8 !important;
}
.data_section .chart_content .chart_box svg .highcharts-label.highcharts-tooltip {
  opacity: 0.8 !important;
}
.data_section .datapoints {
  border-left-style: solid;
  border-left-width: 2px;
  width: 50%;
  margin-bottom: 2em;
  padding-left: 1em;
  float: right;
  clear: both;
  font-family: NexaSlabRegular;
}
@media (max-width: 768px) {
  .data_section .datapoints {
    width: 80%;
    float: none;
    margin: auto;
  }
}
.data_section .datapoints > ul > li {
  margin-bottom: 1em;
}
.data_section .datapoints > ul > li > ul > li {
  margin-bottom: initial;
}
.data_section .datapoints.nostory {
  border-left-width: 50%;
}
.data_section .datapoints .leading-question {
  cursor: help;
  font-family: NexaSlabHeavy;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .data_section .datapoints .leading-question {
    font-size: 14px;
  }
}
.data_section .datapoints .leading-question > span {
  font-family: NexaSlabRegular;
}
.data_section .datapoints .leading-question p {
  height: 0px;
  display: none;
  -webkit-transition: height 0.35s;
  transition: height 0.35s;
}
.data_section .datapoints .leading-question p.open {
  display: block;
  height: initial;
}
.data_section .datapoints p {
  text-align: left;
}
.data_section .datapoints p dt {
  font-weight: 500;
  margin-top: 1em;
}

.story_side {
  width: 50%;
  float: left;
  position: relative;
  height: 0px;
  padding-bottom: 50%;
}
@media (max-width: 768px) {
  .story_side {
    width: 80%;
    padding-bottom: 80%;
    float: none;
    margin: auto;
    margin-top: 40px;
  }
}
.story_side svg {
  position: absolute;
  z-index: -1;
}
.story_side .storydata > div {
  display: none;
}
.story_side .storydata .story_voice {
  display: inline-block;
  font-family: NexaSlabHeavy;
  position: relative;
  top: 25px;
  left: 80px;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
.story_side .storydata .story_voice.story_lift {
  top: -25px;
}
.story_side .storydata .storyfield_story_photo {
  display: block;
  position: absolute;
  cursor: pointer;
}
.story_side .storydata .storyfield_story_photo img {
  width: 75px;
  height: auto;
}
.story_side .storydata .story_quote_tip {
  background-image: url(../../images/speech_bubble_tip.svg);
  background-repeat: no-repeat;
  width: 23px;
  height: 40px;
  position: absolute;
  top: 15%;
  left: 60px;
  z-index: 0;
  display: block;
}
.story_side .storydata .storyfield_story_pull_quote,
.story_side .storydata .storyfield_story_pull_quote_spanish {
  display: block;
  width: 50%;
  position: absolute;
  top: 10%;
  left: 75px;
  margin-left: 20px;
  border-radius: 7px;
  background-color: #fff;
  border: solid 1px #f0f0f0;
  font-family: NexaSlabRegularItalic;
  text-align: center;
  padding: 15px;
  padding-top: 20px;
  cursor: pointer;
  color: #999999;
}
@media (max-width: 768px) {
  .story_side .storydata .storyfield_story_pull_quote,
  .story_side .storydata .storyfield_story_pull_quote_spanish {
    top: 18%;
    right: 5%;
    width: 75%;
  }
}
.story_side .storydata .storyfield_story_pull_quote > span:before,
.story_side .storydata .storyfield_story_pull_quote_spanish > span:before {
  content: "“";
  font-size: 125%;
}
.story_side .storydata .storyfield_story_pull_quote > span:after,
.story_side .storydata .storyfield_story_pull_quote_spanish > span:after {
  content: "”";
  font-size: 125%;
}
.story_side .storydata .storyfield_story_pull_quote .story_play,
.story_side .storydata .storyfield_story_pull_quote_spanish .story_play {
  font-family: NexaSlabxBold;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1em;
  color: #22a6b4;
  clear: both;
  margin: 5px;
  display: inline-block;
  margin: auto;
  margin-top: 15px;
}
.story_side .storydata .storybody,
.story_side .storydata .storyfield_story_body_spanish {
  display: block;
  opacity: 0;
  width: 75%;
  position: absolute;
  top: 10%;
  left: 89px;
  max-height: 80%;
  font-family: NexaSlabRegular;
  overflow-y: auto;
  background-color: #fff;
  border: solid 1px #f0f0f0;
  padding: 5%;
  border-bottom: solid 5px #fff;
  border-top: solid 5px #fff;
  border-radius: 2.5%;
}
.story_side .storydata .storybody .storyfield_story_question,
.story_side .storydata .storybody .storyfield_story_question_spanish,
.story_side .storydata .storyfield_story_body_spanish .storyfield_story_question,
.story_side .storydata .storyfield_story_body_spanish .storyfield_story_question_spanish {
  font-family: NexaSlabHeavy;
  margin-bottom: 5px;
}
.story_side .storydata .storybody p,
.story_side .storydata .storyfield_story_body_spanish p {
  text-align: left;
  margin-bottom: 1em;
}
.story_side .storydata .storybody .story-details,
.story_side .storydata .storyfield_story_body_spanish .story-details {
  text-align: center;
}
.story_side .storydata .storybody:after,
.story_side .storydata .storyfield_story_body_spanish:after {
  content: "";
  width: 17px;
  height: 22px;
  text-align: center;
  margin: auto;
  display: block;
  color: #333;
  font-size: 20px;
  background-image: url(../../images/clocking-in-logo.svg);
  background-size: 200px 72px;
  background-position: -38px -23px;
}
.story_side .storydata .story_sound {
  width: 25px;
  height: 22px;
  background: url(../../images/sound.svg);
  background-repeat: no-repeat;
  margin: auto;
  margin-top: 10px;
  opacity: 0.75;
  display: block;
  cursor: pointer;
}
.story_side .storydata .story_sound.story_silent {
  background: url(../../images/silent.svg);
}

.storyfield_story_audio_file {
  position: absolute;
  top: 0;
  width: 75%;
  left: 80px;
}
.storyfield_story_audio_file .player {
  opacity: 0;
  height: 30px;
  width: 100%;
}

.page-restaurant-clock-in {
  background-color: #FFCC99;
}
.page-restaurant-clock-in .game_options .game_option + label::before {
  border-color: #FFCC99;
}

.page-retail-clock-in {
  background-color: #D0E7C4;
}
.page-retail-clock-in .game_options .game_option + label::before {
  border-color: #D0E7C4;
}

.page-domestic-clock-in {
  background-color: #cfecfb;
}
.page-domestic-clock-in .game_options .game_option + label::before {
  border-color: #cfecfb;
}

.stage {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  float: none;
}
.stage.restaurant .game_character .game_inner_circle {
  background-color: #89c3cd;
}
.stage.restaurant .game_character .game_inner_circle .game_card .game_pc_name {
  background-color: #22a6b4;
}
.stage.retail .game_character .game_inner_circle {
  background-color: #fde3cb;
}
.stage.retail .game_character .game_inner_circle .game_card .game_pc_name {
  background-color: #33cc99;
}
.stage.domestic .game_character .game_inner_circle {
  background-color: #a7d1a7;
}
.stage.domestic .game_character .game_inner_circle .game_card .game_pc_name {
  background-color: #33cc99;
}
.stage .game_title {
  height: 27%;
  text-align: center;
}
.stage .game_title object {
  height: 100%;
  width: 100% !important;
}

.game_intro {
  opacity: 0;
  display: none;
  position: absolute;
  top: 0;
  width: 400px;
  padding: 1%;
  margin: auto;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .game_intro {
    width: 100%;
  }
}
.game_intro .game_inner_circle {
  padding-top: 30%;
  padding-bottom: 15%;
}
.game_intro p {
  font-family: NexaSlabBold;
  width: 80%;
  position: relative;
  text-align: center;
  padding-bottom: 1em;
}

.game_circle {
  overflow: hidden;
  position: relative;
  text-align: left;
  max-width: 600px;
}
.game_circle:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.game_circle .game_inner_circle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: rgba(250, 250, 250, 0.8);
}

.game_chooser {
  width: 100%;
  height: 50%;
  opacity: 0;
  display: none;
  margin-top: 40px;
}
.game_chooser #char1.character_duo {
  left: 25%;
}
.game_chooser #char2.character_duo {
  left: 75%;
}
.game_chooser .game_character_instruction {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  text-align: center;
  font-size: 40px;
  margin-top: 10px;
  font-family: NexaSlabHeavy, serif;
}
.game_chooser .game_character_instruction.reveal-text {
  opacity: 1;
}
.game_chooser .game_character {
  display: none;
  margin: auto;
  margin-top: 50px;
  position: absolute;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  max-width: 500px;
  top: 0;
  width: 33%;
  cursor: pointer;
}
.game_chooser .game_character.character_solo {
  left: 0;
  right: 0;
}
.game_chooser .game_character img.game_pc {
  height: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.game_chooser .game_character .game_card {
  background-color: #fff;
  width: 50%;
  height: 80%;
  opacity: 1;
  position: absolute;
  bottom: 7%;
  left: 10%;
  border-radius: 3px;
  text-align: left;
  font-family: NexaSlabBook;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
.game_chooser .game_character .game_card .game_pc_name {
  font-weight: 500;
  font-size: 1.25em;
  text-align: center;
  margin-top: 10px;
  padding-top: 4%;
  font-family: NexaSlabxBold;
  text-transform: uppercase;
}
.game_chooser .game_character .game_card .game_pc_bio {
  padding: 5px;
}
.game_chooser .game_character.character_duo {
  width: 30%;
}
.game_chooser .game_character.available {
  display: inline-block;
}

.game_next_step {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
  width: 210px;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.game_next_step:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.game_next_step span {
  display: inline-block;
  padding: 2px;
  border-radius: 0.2em;
  -webkit-box-shadow: -0.1em 0.1em 0em #333;
  box-shadow: -0.1em 0.1em 0em #333;
  color: #fff;
  text-shadow: -0.05em 0.05em 0em rgba(50, 50, 50, 0.75);
  font-family: NexaSlabBold;
  line-height: 1.5em;
  height: 1.35em;
}
.game_next_step.restaurant span {
  background-color: #cb6633;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cb6633), to(#d9916d));
  background-image: linear-gradient(to bottom, #cb6633, #d9916d);
}
.game_next_step.retail span {
  background-color: #cb6633;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#33cb98), to(#6fdab7));
  background-image: linear-gradient(to bottom, #33cb98, #6fdab7);
}
.game_next_step.domestic span {
  background-color: #cb6633;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6597ca), to(#92b6d9));
  background-image: linear-gradient(to bottom, #6597ca, #92b6d9);
}

.game_next_arrow {
  display: none;
}

.game_prev_step {
  top: 10%;
  right: 20%;
  position: absolute;
  opacity: 0;
  display: none;
  cursor: pointer;
  font-size: 18px;
  display: inline-block;
  padding: 2px;
  border-radius: 0.2em;
  -webkit-box-shadow: -0.1em 0.1em 0em #333;
  box-shadow: -0.1em 0.1em 0em #333;
  color: #fff;
  text-shadow: -0.05em 0.05em 0em rgba(50, 50, 50, 0.75);
  font-family: NexaSlabBold;
  line-height: 1.5em;
  height: 1.35em;
}
.game_prev_step.restaurant {
  background-color: #cb6633;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cb6633), to(#d9916d));
  background-image: linear-gradient(to bottom, #cb6633, #d9916d);
}
.game_prev_step.retail {
  background-color: #cb6633;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#33cb98), to(#6fdab7));
  background-image: linear-gradient(to bottom, #33cb98, #6fdab7);
}
.game_prev_step.domestic {
  background-color: #cb6633;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6597ca), to(#92b6d9));
  background-image: linear-gradient(to bottom, #6597ca, #92b6d9);
}

.game_quiz {
  display: none;
  opacity: 0;
  text-align: left;
  position: absolute;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 20px;
  margin: auto;
  left: 0;
  right: 0;
  top: 25%;
  background-color: rgba(250, 250, 250, 0.75);
}
.game_quiz.restaurant {
  color: #006666;
}
.game_quiz.restaurant .game_counter {
  color: #ff9966;
}
.game_quiz.retail {
  color: #006666;
}
.game_quiz.retail .game_counter {
  color: #99cc99;
}
.game_quiz.domestic {
  color: #006666;
}
.game_quiz.domestic .game_counter {
  color: #89c3cd;
}
.game_quiz .game_counter {
  width: 3em;
  height: 1em;
  float: left;
  margin-left: -3em;
  margin-top: 1%;
  font-family: NexaSlabBook;
}
.game_quiz .game_counter .game_counter_current {
  font-family: NexaSlabxBold;
}
.game_quiz .game_scenario_image {
  float: right;
  width: 150px;
  margin: 10px;
  margin-right: -150px;
  display: none;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}
.game_quiz .game_scenario_image.show-image {
  display: block;
}
.game_quiz .game_scenario_image > img {
  width: 100%;
  height: auto;
}
.game_quiz .game_scenario {
  width: 100%;
  font-size: 18px;
  padding: 1%;
  font-family: NexaSlabxBold;
}
.game_quiz .game_options {
  width: 90%;
  margin: auto;
}
.game_quiz .game_options input.game_option {
  display: none;
}
.game_quiz .game_options input.game_option + label {
  display: block;
  font-family: NexaSlabBook;
  font-size: 16px;
  opacity: 0;
  padding: 0;
  margin: 0;
  padding-left: 25px;
  margin-left: -20px;
  margin-top: 15px;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.game_quiz .game_options input.game_option + label:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.game_quiz .game_options input.game_option + label:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  opacity: 0.75;
  margin-left: -22px;
  margin-right: 4px;
  margin-bottom: -10px;
  mix-blend-mode: multiply;
}

.game_actors {
  display: none;
  opacity: 0;
  position: absolute;
  bottom: 0;
  height: 50%;
  width: 100%;
  z-index: 1;
}
.game_actors > img.characters {
  position: absolute;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  bottom: 0;
  height: 100%;
}
.game_actors #game_quote {
  position: absolute;
  right: 33%;
  top: 0;
  width: 10em;
  border-radius: 10px;
  padding: 5px;
  font-family: NexaSlabBlack;
  font-size: 17px;
  background-color: #fff;
}
.game_actors #game_quote:after {
  content: "";
  display: block;
  width: 43px;
  height: 28px;
  position: absolute;
  top: 10%;
  right: -40px;
  background-image: url(../../images/boss_quote_tip.svg);
  background-repeat: no-repeat;
}
.game_actors #game_player_character {
  left: 25%;
}
.game_actors #game_boss_character {
  left: 75%;
}

.game_result {
  opacity: 0;
  display: none;
  width: 33%;
  margin: auto;
  top: 20%;
}
.game_result .game_inner_circle {
  overflow: hidden;
}
.game_result .game_result_text {
  height: auto;
  min-height: 33%;
  padding: 15%;
  padding-bottom: 10px;
  margin-bottom: 1.5px;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  font-family: NexaSlabRegular;
  font-size: 21px;
  text-align: center;
}
.game_result .game_result_text.restaurant {
  border-color: #c63;
  color: #7a4300;
}
.game_result .game_result_text.retail {
  border-color: #99cc99;
  color: #006600;
}
.game_result .game_result_text.domestic {
  border-color: #6598cb;
  color: #006666;
}
.game_result .game_not_a_game {
  font-family: NexaSlabBook;
  font-size: 14px;
  margin-top: 0;
  overflow: auto;
  height: 50%;
  border-top-style: solid;
  border-top-width: 3px;
  margin-top: 1.5px;
  padding: 15%;
  padding-top: 15px;
}
.game_result .game_not_a_game .game_nag_header {
  font-family: NexaSlabxBold;
  text-transform: uppercase;
  color: #6598cb;
}
.game_result .game_not_a_game span object,
.game_result .game_not_a_game span img {
  width: 50%;
  float: right;
  margin-top: 0;
  padding-bottom: 5px;
  padding-left: 5px;
}
@media (max-width: 480px) {
  .game_result .game_not_a_game {
    height: 100%;
  }
}
.game_result .game_not_a_game.restaurant {
  border-color: #c63;
}
.game_result .game_not_a_game.retail {
  border-color: #99cc99;
}
.game_result .game_not_a_game.domestic {
  border-color: #6598cb;
}

.game_clipping {
  background-color: #fafafa;
  padding: 1%;
  padding-left: 3%;
  padding-right: 3%;
  border-radius: 2px;
  font-family: NexaSlabBold;
  color: #444;
}

.game_quote {
  text-align: center;
  border-radius: 2px;
  line-height: 1.5em;
  padding: 1%;
  margin: 1%;
}
.game_quote:before {
  content: "“";
  font-size: 2em;
  line-height: 0.5em;
  vertical-align: sub;
}
.game_quote:after {
  content: "”";
  font-size: 2em;
  line-height: 1em;
  vertical-align: sub;
}

.game_score {
  margin-top: 0;
  display: none;
  opacity: 0;
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media (max-width: 768px) {
  .game_score {
    top: 5px;
  }
}
.game_score .tooltip-arrow {
  border-bottom-color: #006666;
}
.game_score .tooltip-inner {
  background-color: #006666;
}
.game_score > div:not(.tooltip) {
  display: inline-block;
  width: 5em;
  height: 5em;
  position: relative;
}

#game_finale_text {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  z-index: 3;
  width: 60%;
  margin: auto;
  font-size: 1.5em;
  font-family: NexaSlabBold;
}

.game_end {
  display: none;
  opacity: 0;
  width: 50%;
  margin: auto;
  top: 20%;
  left: 0;
  right: 0;
  position: absolute;
}
.game_end .game_finale {
  height: 50%;
  position: relative;
  overflow: hidden;
  height: auto;
  min-height: 33%;
  padding: 15%;
  padding-bottom: 10px;
  margin-bottom: 1.5px;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  font-family: NexaSlabRegular;
  font-size: 21px;
  text-align: center;
}
.game_end .game_finale.restaurant {
  border-color: #c63;
  color: #7a4300;
}
.game_end .game_finale.retail {
  border-color: #99cc99;
  color: #006600;
}
.game_end .game_finale.domestic {
  border-color: #6598cb;
  color: #006666;
}
.game_end .game_finale img {
  height: 100%;
  float: right;
  position: absolute;
  bottom: 0;
  right: 0;
}
.game_end .game_finale > div {
  width: 85%;
}
.game_end .game_finale > div .game_final_blurb {
  display: inline-block;
  font-size: 15px;
  width: 85%;
  text-align: left;
}
.game_end .game_finale > div .game_final_blurb .game_invisible {
  opacity: 0;
}
.game_end .game_finale > div .game_final_blurb .game_visible {
  opacity: 1;
}
.game_end .game_finale > div .game_final_blurb.still-win {
  color: #ccc;
}
.game_end .game_finale > div > div:first-child {
  display: inline-block;
  width: 12% !important;
  height: 0;
  padding-bottom: 14%;
  vertical-align: top;
}
.game_end .game_share {
  font-family: NexaSlabBook;
  font-size: 14px;
  margin-top: 0;
  overflow: auto;
  height: 50%;
  border-top-style: solid;
  border-top-width: 3px;
  margin-top: 1.5px;
  padding: 15%;
  padding-top: 15px;
}
.game_end .game_share.restaurant {
  border-color: #c63;
}
.game_end .game_share.retail {
  border-color: #99cc99;
}
.game_end .game_share.domestic {
  border-color: #6598cb;
}
.game_end .game_share .game_share_links {
  width: 100%;
  max-width: 300px;
  margin: auto;
}
.game_end .game_share .game_share_links svg {
  width: 100%;
  height: auto;
}

.stage[lang=es] .game_result .game_result_text {
  font-size: 16px;
}

.resource_container {
  width: 100%;
  position: relative;
}
.resource_container .resource_inner_container {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.resource_container .resource_inner_container .colorbox {
  outline: 0;
}
.resource_container .resource_inner_container .resource-container {
  float: left;
  height: 100%;
  width: auto;
}
.resource_container .resource_inner_container .resource-container > h2 {
  font-family: Bebas;
  font-size: 21px;
  color: #006666;
  text-transform: uppercase;
  margin-bottom: 1em;
  word-spacing: 5px;
}
.resource_container .resource_inner_container .resource-container#resources_everyone {
  width: 32.2%;
}
.resource_container .resource_inner_container .resource-container#resources_everyone > div {
  border-right: dashed 1px #006666;
}
.resource_container .resource_inner_container .resource-container#resources_workers {
  width: 44.4%;
}
.resource_container .resource_inner_container .resource-container#resources_workers > div {
  border-right: dashed 1px #006666;
}
.resource_container .resource_inner_container .resource-container#resources_consumers {
  width: 22.5%;
}
.resource_container .resource_inner_container .resource-divider {
  position: relative;
  padding: 30px;
}
.resource_container .resource_inner_container .resource-divider > h2 {
  font-family: Bebas;
  font-size: 21px;
  color: #006666;
  text-transform: uppercase;
}
.resource_container .resource_inner_container .resources_section {
  position: relative;
  outline: 0;
  float: left;
  padding: 10px;
}
.resource_container .resource_inner_container .resources_section img {
  width: 100%;
  height: auto;
}
.resource_container .resource_inner_container #solutions {
  width: 100%;
}
.resource_container .resource_inner_container #archive {
  width: 55%;
}
.resource_container .resource_inner_container #share {
  width: 42%;
}
.resource_container .resource_inner_container #join {
  width: 60%;
}
.resource_container .resource_inner_container #story {
  width: 40%;
}
.resource_container .resource_inner_container #talk {
  width: 50%;
}
.resource_container .resource_inner_container #knowyourrights {
  width: 50%;
}
.resource_container .resource_inner_container #knowyourrights object {
  pointer-events: none;
}
.resource_container .resource_inner_container #support {
  width: 100%;
}
.resource_container .resource_inner_container #question {
  width: 100%;
}
.resource_container .resource_inner_container #resources {
  width: 15%;
}
.resource_container .resource_inner_container .resource_overlay {
  display: none;
  opacity: 0;
}

.standalone .resources-subpage h2 {
  position: static;
}
.standalone .resources-subpage .resources-intro {
  position: static;
  float: left;
  width: 50%;
}
.standalone .resources-subpage .resources-scroller {
  margin-left: 0px;
  width: 50%;
}

.resources-subpage {
  width: 680px;
  margin-right: 10px;
  margin-top: 15px;
  height: 100%;
  overflow: auto;
}
.resources-subpage h2 {
  font-family: NexaSlabBlack;
  font-size: 30px;
  color: #333;
  text-transform: uppercase;
  text-align: left;
  position: fixed;
  padding-bottom: 15px;
  left: 0;
  right: 0;
  width: 640px;
  padding-right: 30px;
  z-index: 9999;
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  transform: translateX(-8px);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0));
}
.resources-subpage h2.scroller {
  position: static;
  width: initial;
}
.resources-subpage .language-toggle {
  margin-top: 0;
  z-index: 10000;
  position: relative;
}
.resources-subpage h3 {
  font-family: NexaSlabBold;
  text-transform: uppercase;
  font-size: 24px;
  color: #cc6633;
}
.resources-subpage .restaurant h3 {
  color: #cc6633;
}
.resources-subpage .retail h3 {
  color: #33cc99;
}
.resources-subpage .domestic h3 {
  color: #6598cb;
}
.resources-subpage h4 {
  font-family: NexaSlabBold;
  font-size: 20px;
}
.resources-subpage #restaurant h3 {
  color: #cc6633;
}
.resources-subpage #retail h3 {
  color: #33cc99;
}
.resources-subpage #domestic h3 {
  color: #6598cb;
}
.resources-subpage p {
  margin-bottom: 1.5em;
  font-family: NexaSlabRegular;
}
.resources-subpage ul.nav {
  margin: 20px 0 0 0;
}
.resources-subpage ol {
  padding-left: 0;
}
.resources-subpage ol li {
  list-style-position: inside;
  color: #6598cb;
  font-family: NexaSlabHeavy;
  font-size: 12px;
}
.resources-subpage ol li > span {
  text-transform: uppercase;
}
.resources-subpage ol li p {
  color: #000;
  font-family: NexaSlabRegular;
}
.resources-subpage ul {
  padding-left: 0;
}
.resources-subpage ul.semantic-list li {
  list-style-type: none;
  font-family: NexaSlabRegular;
  font-size: 14px;
  margin-bottom: 3em;
}
.resources-subpage ul.semantic-list li > span {
  font-family: NexaSlabHeavy;
}
.resources-subpage img.resource-icon {
  width: 125px;
  height: auto;
}
.resources-subpage img.resource-icon.inline {
  float: left;
}
.resources-subpage img.resource-icon.cute {
  -webkit-transform: rotateZ(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotateZ(-25deg);
  margin-left: 20px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.resources-subpage img.resource-logo {
  width: 150px;
  height: auto;
  padding: 20px;
  padding-left: 0;
  float: left;
}
.resources-subpage .highlight {
  color: #cc6633;
  font-size: 18px;
}
.resources-subpage .speech-bubble {
  background-color: #f3f3f3;
  border-radius: 15px;
  padding: 15px;
  font-size: 18px;
  position: relative;
  margin-bottom: 30px;
  font-family: NexaSlabRegular;
}
.resources-subpage .speech-bubble .highlight {
  display: block;
  color: #cc6633;
  text-transform: uppercase;
}
.resources-subpage .speech-bubble:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 30px;
  width: 23px;
  height: 40px;
  background-image: url(../../images/speech_bubble_tip.svg);
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}
.resources-subpage .story_side {
  width: 100%;
  float: none;
  margin-bottom: 60px;
  padding-bottom: 75%;
}
.resources-subpage .story_side .storybody,
.resources-subpage .story_side .storyfield_story_body_spanish {
  top: 50px;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.resources-subpage .story_side .storyfield_story_pull_quote,
.resources-subpage .story_side .storyfield_story_pull_quote_spanish {
  width: auto;
  top: 45px;
}
.resources-subpage .story_side .story_quote_tip {
  top: 50px;
}
.resources-subpage .resources-intro {
  float: left;
  width: 330px;
  padding: 20px;
  margin-top: 60px;
}
.resources-subpage .resources-scroller {
  width: 330px;
  min-height: 350px;
  border-left: solid 1px #89c3cd;
  float: right;
  height: 100%;
  padding: 20px;
  margin-top: 40px;
}
.resources-subpage .resources-scroller.intro {
  border-left: none;
  float: left;
  margin-left: 0;
}
.resources-subpage .resources-scroller.resources-loaded {
  height: auto;
}
.resources-subpage .resources-scroller.intro + .resources-scroller {
  margin-left: 0;
  float: left;
  width: 320px;
}
.resources-subpage .resources-media {
  width: 660px;
  height: 100%;
  min-height: 350px;
  padding: 20px;
  margin-top: 10px;
}
.resources-subpage .resources-media iframe {
  margin: auto;
  display: block;
}

#cboxLoadedContent {
  overflow: hidden !important;
}

.hashtag {
  font-family: NexaSlabBlack;
  font-size: 18px;
}
.hashtag .social {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 2px;
  margin-bottom: 0;
  border-radius: 3px;
  background-size: 80% 80%;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  bottom: 0;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.hashtag .social.facebook {
  background-image: url(../../images/f.svg);
}
.hashtag .social.twitter {
  background-image: url(../../images/t.svg);
}
.hashtag.restaurant {
  color: #cc6633;
}
.hashtag.restaurant .social {
  background-color: #cc6633;
}
.hashtag.restaurant .social:hover {
  background-color: #fde3cb;
}
.hashtag.retail {
  color: #33cc99;
}
.hashtag.retail .social {
  background-color: #33cc99;
}
.hashtag.retail .social:hover {
  background-color: #ccffcc;
}
.hashtag.domestic {
  color: #6598cb;
}
.hashtag.domestic .social {
  background-color: #6598cb;
}
.hashtag.domestic .social:hover {
  background-color: #cfecfb;
}

.collapse-content {
  min-height: 300px;
}
.collapse-content > div.collapser {
  text-align: center;
  padding: 10px;
}
.collapse-content > div.collapser > a {
  outline: 0;
}
.collapse-content > div.collapser a,
.collapse-content > div.collapser a:hover,
.collapse-content > div.collapser a:focus,
.collapse-content > div.collapser a:visited {
  font-family: NexaSlabHeavy;
  font-size: 24px;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 15px;
}
.collapse-content > div.collapser a:after {
  content: "▼";
  display: inline-block;
  line-height: 60px;
  font-size: 20px;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  cursor: pointer;
}
.collapse-content > div.collapser a.collapsed:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.collapse-content div.restaurant a,
.collapse-content div.restaurant a:hover,
.collapse-content div.restaurant a:focus,
.collapse-content div.restaurant a:visited {
  color: #cc6633;
}
.collapse-content div.retail a,
.collapse-content div.retail a:hover,
.collapse-content div.retail a:focus,
.collapse-content div.retail a:visited {
  color: #33cc99;
}
.collapse-content div.domestic a,
.collapse-content div.domestic a:hover,
.collapse-content div.domestic a:focus,
.collapse-content div.domestic a:visited {
  color: #6598cb;
}

.tab-pane {
  padding-top: 20px;
}

#cboxOverlay {
  margin: 0;
  background-color: #333;
  height: 100%;
  width: 100%;
  top: 0;
  position: fixed;
  z-index: 9998;
}

#colorbox {
  border: none;
  border-color: #ccc;
  border-radius: 15px;
  background-color: #fff;
  outline: 0;
  z-index: 9999;
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
  overflow: hidden;
}
#colorbox #cboxWrapper #cboxContent {
  padding: 15px 5px;
}
#colorbox #cboxWrapper #cboxContent #cboxClose {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cb6633), to(#d9916d));
  background-image: linear-gradient(to bottom, #cb6633, #d9916d);
  border: none;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.65em;
  font-family: NexaSlabBold;
  font-size: 18px;
  outline: 0;
  border-radius: 3px;
  -webkit-box-shadow: -2px 2px 0 rgba(0, 0, 0, 0.9);
  box-shadow: -2px 2px 0 rgba(0, 0, 0, 0.9);
  overflow: hidden;
  z-index: 10000;
}
#colorbox #cboxWrapper #cboxContent #cboxClose:before {
  content: "X ";
  text-shadow: 0 0.5px 0 #663300;
}
#colorbox #cboxWrapper #cboxContent #cboxLoadingGraphic {
  float: none;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 60px;
  background-image: url(../../images/spinner.gif);
  background-size: cover;
}
#colorbox #cboxWrapper #cboxLoadedContent header {
  display: none;
}
#colorbox #cboxWrapper #cboxLoadedContent .main-container {
  width: 100%;
}
#colorbox #cboxWrapper #cboxLoadedContent footer {
  display: none;
}
#colorbox.evaluation {
  top: 5% !important;
}
#colorbox.evaluation form > div > div.form-item > label {
  font-family: NexaSlabHeavy;
  max-width: 500px;
  display: block;
  margin: auto;
  margin-top: 1em;
  border-bottom: solid 2px #f8a879;
}
#colorbox.subscribe {
  top: 5% !important;
}
#colorbox.subscribe form .webform-component-radios > label,
#colorbox.subscribe form .webform-component-checkboxes > label {
  font-family: NexaSlabHeavy;
  max-width: 500px;
  display: block;
  margin: auto;
  margin-top: 1em;
  border-bottom: solid 2px #f8a879;
}
#colorbox.evaluation .node-webform, #colorbox.subscribe .node-webform {
  margin: 0 30px;
  overflow: auto;
  height: 100%;
  max-width: 550px;
}
#colorbox.evaluation .node-webform h2, #colorbox.subscribe .node-webform h2 {
  font-family: NexaSlabBlack;
  text-decoration: none;
  padding-right: 60px;
  margin-bottom: 1em;
}
#colorbox.evaluation .node-webform form .form-textarea-wrapper, #colorbox.subscribe .node-webform form .form-textarea-wrapper {
  padding-top: 1em;
}
#colorbox.evaluation .node-webform form .form-item, #colorbox.subscribe .node-webform form .form-item {
  margin-bottom: 0.75em;
}
#colorbox.evaluation .node-webform form input.email, #colorbox.subscribe .node-webform form input.email {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
#colorbox.evaluation .node-webform form .webform-submit, #colorbox.subscribe .node-webform form .webform-submit {
  display: block;
  margin: 1em auto;
  width: 200px;
  padding: 2px;
  border-radius: 0.2em;
  text-transform: uppercase;
  background-color: #cb6633;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cb6633), to(#d9916d));
  background-image: linear-gradient(to bottom, #cb6633, #d9916d);
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: -0.1em 0.1em 0em #333;
  box-shadow: -0.1em 0.1em 0em #333;
  color: #fff;
  text-shadow: -0.05em 0.05em 0em rgba(50, 50, 50, 0.75);
  font-family: NexaSlabBold;
  line-height: 2em;
  height: 2em;
}

.page-methods .container h2,
.page-methods .container h3,
.page-methods .container h4,
.page-acknowledgements .container h2,
.page-acknowledgements .container h3,
.page-acknowledgements .container h4 {
  text-align: center;
}
.page-methods .container p,
.page-methods .container ul,
.page-methods .container ol,
.page-acknowledgements .container p,
.page-acknowledgements .container ul,
.page-acknowledgements .container ol {
  max-width: 500px;
  margin: auto;
  margin-bottom: 2em;
}
.page-methods .container h2,
.page-acknowledgements .container h2 {
  font-size: 30px;
  line-height: 1.1;
}
.page-methods .container h3,
.page-acknowledgements .container h3 {
  font-size: 24px;
  line-height: 1.1;
}

.instructions {
  width: 33%;
  margin: auto;
  margin-bottom: 4em;
  font-size: 12px;
  font-family: NexaSlabHeavy;
  color: #333;
}
@media (max-width: 768px) {
  .instructions {
    width: 80%;
  }
}

.contact-form {
  margin-top: 2em;
}
.contact-form .checkbox input[type=checkbox] {
  visibility: hidden;
}

button.form-submit {
  display: block;
  margin: 1em auto;
  width: 200px;
  padding: 2px;
  border-radius: 0.2em;
  text-transform: uppercase;
  background-color: #cb6633;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cb6633), to(#d9916d));
  background-image: linear-gradient(to bottom, #cb6633, #d9916d);
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: -0.1em 0.1em 0em #333;
  box-shadow: -0.1em 0.1em 0em #333;
  color: #fff;
  text-shadow: -0.05em 0.05em 0em rgba(50, 50, 50, 0.75);
  font-family: NexaSlabBold;
  line-height: 2em;
  height: 2em;
}

.a404error {
  width: 500px;
  background-color: #fefefe;
  margin: auto;
  margin-top: 200px;
  padding: 20px;
  font-family: NexaSlabBlack;
  overflow: hidden;
  height: 300px;
  display: none;
}
.a404error #a404 {
  font-size: 60px;
  display: inline-block;
}
.a404error .a404ah {
  font-size: 55px;
  display: inline-block;
}
.a404error #a404text {
  font-family: NexaSlabxBold;
}
.a404error #a404home {
  margin: auto;
  float: none;
}
.a404error #a404home .ci_menu_item {
  margin: auto;
}

.nav-tabs {
  margin-top: 10px;
}

@media (min-width: 1200px) {
  .data_section .chart_content .chart_controls .subControl {
    max-width: 45%;
  }
  .data_section .chart_content .chart_controls .subControl.lastcontrol {
    max-width: 10%;
  }
  .stage .game_result {
    top: 10%;
  }
  .stage .game_result .game_result_text {
    padding: 17%;
    padding-top: 15%;
    padding-bottom: 20px;
  }
  .stage .game_result .game_not_a_game {
    padding-top: 5%;
  }
  .stage .game_result .game_not_a_game span object {
    width: 50% !important;
  }
}
@media (min-width: 992px) {
  .stage .game_quiz {
    padding-left: 25%;
    padding-right: 25%;
  }
  .stage .game_result {
    width: 40%;
    top: 10%;
    font-size: 1.1em;
  }
}
@media (min-width: 768px) {
  .container {
    margin-top: 1em;
  }
  .stage .game_chooser .game_character {
    width: 40%;
  }
  .stage .game_result {
    width: 50%;
    top: 10%;
  }
  .stage .game_result .game_result_text {
    font-size: 18px;
  }
  .resources-subpage.extra-space h2 {
    padding-bottom: 25px;
  }
  .resources-subpage.extra-space .resources-intro,
  .resources-subpage.extra-space .resources-scroller {
    margin-top: 90px;
  }
}
@media (min-width: 480px) and (orientation: portrait) {
  .resource_container .resource_inner_container .resource-container > h2 {
    font-family: Bebas;
    font-size: 21px;
    color: #006666;
    text-transform: uppercase;
    margin-bottom: 1em;
    word-spacing: 5px;
  }
  .resource_container .resource_inner_container .resource-container#resources_everyone {
    width: 42.756%;
  }
  .resource_container .resource_inner_container .resource-container#resources_everyone > div {
    border-right: dashed 1px #006666;
  }
  .resource_container .resource_inner_container .resource-container#resources_workers {
    width: 57.243%;
  }
  .resource_container .resource_inner_container .resource-container#resources_workers > div {
    border-right: none;
  }
  .resource_container .resource_inner_container .resource-container#resources_consumers {
    width: 100%;
    margin-top: 30px;
  }
  .resource_container .resource_inner_container .resource-container#resources_consumers #support {
    width: 25%;
    left: 15%;
  }
  .resource_container .resource_inner_container .resource-container#resources_consumers #question {
    width: 25%;
    left: 33%;
  }
}
@media (max-width: 767px) {
  body.front .main-container.full-page {
    height: auto;
  }
  p .has-highlight,
  ol .has-highlight,
  ul .has-highlight {
    font-size: 26px;
  }
  p.numbers_intro {
    font-size: 16px;
  }
  .chart_content {
    height: 250px;
  }
  .instructions {
    width: 80%;
  }
  html body .background_section {
    padding: 0;
  }
  select {
    font-size: 16px;
  }
  .data_section .datapoints {
    width: 80%;
    float: none;
    margin: auto;
  }
  .data_section label[for=povertyPoC],
  .data_section label[for=povertyWhite] {
    margin-left: 0;
  }
  .resource_container .resource_inner_container .resource-container > h2 {
    font-size: 24px;
    margin-top: 1em;
  }
  .resource_container .resource_inner_container .resource-container#resources_everyone {
    width: 100%;
  }
  .resource_container .resource_inner_container .resource-container#resources_everyone > div {
    border-right: none;
    border-bottom: dashed 1px #006666;
    padding-bottom: 1em;
  }
  .resource_container .resource_inner_container .resource-container#resources_workers {
    width: 100%;
  }
  .resource_container .resource_inner_container .resource-container#resources_workers > div {
    border-right: none;
    border-bottom: dashed 1px #006666;
    padding-bottom: 1em;
  }
  .resource_container .resource_inner_container .resource-container#resources_consumers {
    width: 100%;
  }
  .resource_container .resource_inner_container .resource-divider {
    height: auto;
    padding: 1%;
  }
  .resource_container .resource_inner_container #solutions {
    width: 100%;
  }
  .resource_container .resource_inner_container #archive {
    width: 60%;
  }
  .resource_container .resource_inner_container #share {
    width: 40%;
  }
  .resource_container .resource_inner_container #join {
    width: 60%;
  }
  .resource_container .resource_inner_container #story {
    width: 40%;
  }
  .resource_container .resource_inner_container #talk {
    width: 50%;
  }
  .resource_container .resource_inner_container #knowyourrights {
    width: 50%;
  }
  .resource_container .resource_inner_container #support {
    width: 50%;
  }
  .resource_container .resource_inner_container #question {
    width: 50%;
  }
  .resources-subpage {
    width: initial;
    min-width: 280px;
  }
  .resources-subpage h2 {
    position: static;
    display: inline;
    font-size: 27.5px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .resources-subpage h2.know-rights {
    display: block;
    width: 60%;
    margin-left: 20px;
  }
  .resources-subpage .resources-scroller,
  .resources-subpage resources-scroller.intro {
    width: 100%;
    margin-top: 0;
    border-left: none;
  }
  .resources-subpage .resources-intro {
    width: 100%;
    margin-top: 0;
    position: static;
  }
  .resources-subpage .resources-media {
    width: 100%;
  }
  .resources-subpage .resources-media iframe.youtube {
    width: 280px;
    height: 157.5px;
  }
  #colorbox {
    max-width: 95%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #colorbox #cboxWrapper {
    max-width: 100%;
  }
  #colorbox #cboxWrapper #cboxTopCenter,
  #colorbox #cboxWrapper #cboxContent,
  #colorbox #cboxWrapper #cboxBottomCenter {
    max-width: 90%;
  }
  #colorbox #cboxWrapper #cboxLoadedContent {
    max-width: 100%;
  }
  #colorbox #cboxWrapper #cboxLoadedContent .main-container {
    width: 100%;
  }
  #colorbox.subscribe .node-webform h2, #colorbox.evaluation .node-webform h2 {
    font-size: 20px;
    text-align: left;
  }
  .hashtag .social {
    width: 40px;
    height: 40px;
    vertical-align: middle;
  }
  .a404error {
    width: 300px;
    margin-top: 100px;
    padding: 20px;
    font-family: NexaSlabBlack;
    overflow: hidden;
    height: 300px;
  }
  .a404error #a404 {
    font-size: 40px;
    display: inline-block;
  }
  .a404error .a404ah {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .story_side .storydata .storyfield_story_pull_quote,
  .story_side .storydata .storyfield_story_pull_quote_spanish {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .data_section .chart_content .chart_controls .subControl {
    width: 100%;
    padding-bottom: 1em;
  }
  .data_section .chart_content .chart_controls .subControl.lastcontrol {
    width: 100%;
  }
  .stage .game_chooser .game_character .game_card {
    font-size: 11px;
  }
  .stage .game_end {
    width: 80%;
  }
  .stage .game_end .game_finale .game_final_blurb {
    font-size: 12px;
  }
}
@media (max-height: 480px) and (orientation: portrait) {
  .page-restaurant-clock-in,
  .page-retail-clock-in,
  .page-domestic-clock-in {
    height: 120%;
    min-height: 460px !important;
  }
}
.lang-en,
.lang-es {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s linear, visibility 0s linear 0.55s;
  transition: opacity 0.5s linear, visibility 0s linear 0.55s;
}

.active-lang {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.hidden-lang {
  position: absolute;
  display: none;
}

span.accent {
  position: relative;
}
span.accent:before {
  content: "´";
  position: absolute;
  top: -0.5em;
  left: 0.1em;
}

.page-user-login #edit-submit.form-submit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  font-size: 14px;
}

.modal.in {
  display: block;
}

body.full-page .footer {
  display: none;
}

body.front .footer {
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 999;
}

.footer {
  margin-top: 0;
  border: none;
}

footer.footer {
  text-align: center;
  padding: 5px;
  padding-top: 35px;
  width: 100%;
  font-family: NexaSlabxBold;
  margin: 0 auto;
}
footer.footer img {
  height: 14px;
  width: auto;
  vertical-align: baseline;
}

@media (orientation: portrait) {
  body.front footer.footer {
    position: relative;
  }
}
@media (min-width: 768px) {
  body.front .footer {
    width: auto;
    right: 0;
    background-color: rgba(250, 250, 250, 0.5);
    border-top-left-radius: 5px;
    padding-top: 5px;
  }
}
@media (max-width: 767px) {
  body.front footer.footer {
    position: relative;
  }
}
@media (max-width: 480px) {
  footer.footer {
    text-align: center;
    margin-bottom: 2em;
    position: relative;
  }
}
@media print {
  html {
    height: auto !important;
  }
  body {
    overflow: visible !important;
    height: auto !important;
  }
  .social.facebook:before {
    content: "Facebook: ";
  }
  .social.twitter:before {
    content: "Twitter: ";
  }
  .story_side {
    height: auto !important;
    padding-bottom: 0 !important;
    margin-bottom: 10px !important;
  }
  .story_side audio {
    display: none;
  }
  .story_side .story_voice {
    top: 0 !important;
  }
  .story_side .storyfield_story_pull_quote {
    display: none !important;
  }
  .story_side .storybody {
    opacity: 1 !important;
    position: static !important;
    margin-left: 80px !important;
    border: solid 1px #f0f0f0 !important;
  }
  .resource_container {
    display: none;
  }
  #colorbox {
    position: static !important;
    display: inline;
    float: none;
    height: auto !important;
  }
  #colorbox #cboxContent {
    display: inline !important;
    height: auto !important;
  }
  #colorbox #cboxContent #cboxClose {
    display: none;
  }
  #colorbox #cboxContent #cboxLoadedContent {
    overflow: visible !important;
    display: inline !important;
    height: auto !important;
  }
  #colorbox #cboxContent #cboxLoadedContent .resources-subpage {
    display: block;
    width: auto;
    height: auto;
  }
  #colorbox #cboxContent #cboxLoadedContent .resources-subpage h2 {
    width: auto;
    display: block;
    position: static !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #colorbox #cboxContent #cboxLoadedContent .resources-subpage .resources-intro, #colorbox #cboxContent #cboxLoadedContent .resources-subpage .resources-scroller {
    float: none;
    width: 100%;
    border: none;
    margin: auto;
    padding: 0em;
  }
  #colorbox #cboxContent #cboxLoadedContent .resources-subpage .resources-intro .cute, #colorbox #cboxContent #cboxLoadedContent .resources-subpage .resources-scroller .cute {
    float: left;
  }
  #colorbox #cboxContent #cboxLoadedContent .resources-subpage .resources-intro p, #colorbox #cboxContent #cboxLoadedContent .resources-subpage .resources-scroller p {
    text-indent: 1em;
  }
  #colorbox #cboxContent #cboxLoadedContent .resources-subpage .hashtag a {
    display: block;
  }
  #colorbox #cboxContent #cboxLoadedContent .resources-subpage:after {
    clear: both;
    content: url(../../images/race_forward_logo_large.png);
    width: 135px;
    height: 25px;
    margin: auto;
    margin-top: 1em;
    margin-bottom: 0.25em;
    display: block;
    -webkit-transform: scale(0.25);
    -ms-transform: scale(0.25);
    transform: scale(0.25);
  }
  #cboxOverlay {
    display: none !important;
  }
  footer.footer {
    display: none;
  }
}
.webform-button--submit {
  width: auto;
  color: #fff;
}
.webform-button--submit:hover {
  color: #fff;
  background-color: #3071a9;
}

.form-item-first-name label,
.form-item-last-name label,
.form-item-email label {
  margin-bottom: 5px;
}

.contact-message-form .form-actions .form-submit {
  width: auto;
  color: #fff;
}
.contact-message-form .form-actions .form-submit:hover {
  color: #fff;
  background-color: #3071a9;
}

#spb-block-clockingin-content .node-webform,
#spb-block-clockingin-content-2 .node-webform {
  margin: 0 30px;
  overflow: auto;
  height: 100%;
  max-width: 550px;
  max-height: 80vh;
}
@media (max-width: 767px) {
  #spb-block-clockingin-content .node-webform,
  #spb-block-clockingin-content-2 .node-webform {
    max-height: 75vh;
  }
}
#spb-block-clockingin-content .node-webform h2,
#spb-block-clockingin-content-2 .node-webform h2 {
  font-family: NexaSlabBlack;
  text-decoration: none;
  padding-right: 60px;
  margin-bottom: 1em;
  font-size: 30px;
}
@media (max-width: 767px) {
  #spb-block-clockingin-content .node-webform h2,
  #spb-block-clockingin-content-2 .node-webform h2 {
    font-size: 20px;
    text-align: left;
  }
}
#spb-block-clockingin-content .node-webform form .form-textarea-wrapper,
#spb-block-clockingin-content-2 .node-webform form .form-textarea-wrapper {
  padding-top: 1em;
}
#spb-block-clockingin-content .node-webform form .form-item,
#spb-block-clockingin-content-2 .node-webform form .form-item {
  margin-bottom: 0.75em;
}
#spb-block-clockingin-content .node-webform form input.email,
#spb-block-clockingin-content-2 .node-webform form input.email {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
#spb-block-clockingin-content .node-webform form .webform-button--submit,
#spb-block-clockingin-content-2 .node-webform form .webform-button--submit {
  display: block;
  margin: 1em auto;
  width: 200px;
  padding: 2px;
  border-radius: 0.2em;
  text-transform: uppercase;
  background-color: #cb6633;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cb6633), to(#d9916d));
  background-image: linear-gradient(to bottom, #cb6633, #d9916d);
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: -0.1em 0.1em 0em #333;
  box-shadow: -0.1em 0.1em 0em #333;
  color: #fff;
  text-shadow: -0.05em 0.05em 0em rgba(50, 50, 50, 0.75);
  font-family: NexaSlabBold;
  line-height: 2em;
  height: 2em;
}
#spb-block-clockingin-content .spb-popup-main-wrapper,
#spb-block-clockingin-content-2 .spb-popup-main-wrapper {
  width: 620px !important;
  border: none;
  border-color: #ccc;
  border-radius: 15px;
  background-color: #fff;
  outline: 0;
  z-index: 9999;
  position: fixed !important;
  left: 0px !important;
  right: 0px !important;
  margin: auto !important;
  top: 10% !important;
}
@media (max-width: 767px) {
  #spb-block-clockingin-content .spb-popup-main-wrapper,
  #spb-block-clockingin-content-2 .spb-popup-main-wrapper {
    max-width: 95% !important;
    top: 5% !important;
  }
}
@media (max-width: 767px) {
  #spb-block-clockingin-content .content,
  #spb-block-clockingin-content-2 .content {
    max-width: 95%;
  }
}
#spb-block-clockingin-content .block-entity-block,
#spb-block-clockingin-content-2 .block-entity-block {
  padding: 15px 5px;
}
#spb-block-clockingin-content .spb_close,
#spb-block-clockingin-content-2 .spb_close {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cb6633), to(#d9916d));
  background-image: linear-gradient(to bottom, #cb6633, #d9916d);
  border: none;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.65em;
  font-family: NexaSlabBold;
  font-size: 18px;
  outline: 0;
  border-radius: 3px;
  -webkit-box-shadow: -2px 2px 0 rgba(0, 0, 0, 0.9);
  box-shadow: -2px 2px 0 rgba(0, 0, 0, 0.9);
  overflow: hidden;
  z-index: 10000;
  padding: 1px 6px;
}
#spb-block-clockingin-content .spb_close:before,
#spb-block-clockingin-content-2 .spb_close:before {
  content: "X ";
  text-shadow: 0 0.5px 0 #663300;
}
#spb-block-clockingin-content legend,
#spb-block-clockingin-content-2 legend {
  font-family: NexaSlabHeavy;
  max-width: 500px;
  display: block;
  margin-right: 25px;
  margin-left: 25px;
  margin-top: 1em;
  border-bottom: solid 2px #f8a879;
}
@media (max-width: 767px) {
  #spb-block-clockingin-content legend,
  #spb-block-clockingin-content-2 legend {
    margin-right: 0;
    margin-left: 0;
  }
}
#spb-block-clockingin-content .spb_overlay,
#spb-block-clockingin-content-2 .spb_overlay {
  margin: 0px;
  background-color: rgba(51, 51, 51, 0.9);
  height: 100%;
  width: 100%;
  top: 0px;
  position: fixed;
  z-index: 9998;
  opacity: 1;
  cursor: pointer;
  visibility: visible;
  display: block;
}
#spb-block-clockingin-content label,
#spb-block-clockingin-content-2 label {
  font-weight: bold;
}
#spb-block-clockingin-content .form-check-input[type=checkbox],
#spb-block-clockingin-content-2 .form-check-input[type=checkbox] {
  display: none;
}

.webform-submission-webform-76-form .webform-element-description {
  color: #333;
}
.webform-submission-webform-76-form .form-item-additional-feedback label {
  margin-bottom: 5px;
  font-weight: bold;
}
.webform-submission-webform-76-form .fieldset-legend {
  font-weight: bold;
}

.webform-subscribe-page legend {
  font-weight: bold;
}

.contact-message-form label {
  font-weight: bold;
  margin-bottom: 5px;
}
/*# sourceMappingURL=style.css.map */
