/*
 * SHARED WITH JAVELIN - /src/javelin/sass/_colors
 * color nicknames from http://chir.ag/projects/name-that-color/{{#hex-code}}
 */
/**
 * allows you to add styling to the bottom row of a grid using the mixins above
 */
/* line 5, src/hub/components/page/businessweek-v2/borders.scss */
::selection {
  background-color: #000000;
  color: #FFFFFF;
}

/* line 11, src/hub/components/page/businessweek-v2/borders.scss */
.hub-main .hub-zone-righty,
.hub-main .hub-zone-lefty,
.hub-main .hub-zone-switch {
  margin-bottom: 0;
}

/* line 18, src/hub/components/page/businessweek-v2/borders.scss */
.hub-zone-righty,
.hub-zone-lefty,
.hub-zone-switch {
  position: relative;
}

/* line 23, src/hub/components/page/businessweek-v2/borders.scss */
.hub-zone-righty:before,
.hub-zone-lefty:before,
.hub-zone-switch:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #000000;
}

/* line 33, src/hub/components/page/businessweek-v2/borders.scss */
.hub-zone-righty__content,
.hub-zone-lefty__content,
.hub-zone-switch__content {
  position: relative;
}

/* line 36, src/hub/components/page/businessweek-v2/borders.scss */
.hub-zone-righty__content:before,
.hub-zone-lefty__content:before,
.hub-zone-switch__content:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #000000;
}

/* line 46, src/hub/components/page/businessweek-v2/borders.scss */
.hub-zone-righty__content:after,
.hub-zone-lefty__content:after,
.hub-zone-switch__content:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #000000;
}

/* line 57, src/hub/components/page/businessweek-v2/borders.scss */
.hub-zone-righty__content > section,
.hub-zone-lefty__content > section,
.hub-zone-switch__content > section {
  border-top: 1px solid #000000;
}

/* line 61, src/hub/components/page/businessweek-v2/borders.scss */
.hub-zone-righty:nth-child(-n + 2) > .hub-zone-righty__content > section:first-child,
.hub-zone-lefty:nth-child(-n + 2) > .hub-zone-righty__content > section:first-child,
.hub-zone-switch:nth-child(-n + 2) > .hub-zone-righty__content > section:first-child, .hub-zone-righty:nth-child(-n + 2) >
.hub-zone-lefty__content > section:first-child,
.hub-zone-lefty:nth-child(-n + 2) >
.hub-zone-lefty__content > section:first-child,
.hub-zone-switch:nth-child(-n + 2) >
.hub-zone-lefty__content > section:first-child, .hub-zone-righty:nth-child(-n + 2) >
.hub-zone-switch__content > section:first-child,
.hub-zone-lefty:nth-child(-n + 2) >
.hub-zone-switch__content > section:first-child,
.hub-zone-switch:nth-child(-n + 2) >
.hub-zone-switch__content > section:first-child {
  border-top: none;
}

@media screen and (min-width: 0) and (max-width: 759px) {
  /* line 67, src/hub/components/page/businessweek-v2/borders.scss */
  .hub-zone-righty__content,
  .hub-zone-lefty__content,
  .hub-zone-switch__content {
    max-width: 500px;
    padding: 0 20px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1019px) {
  /* line 76, src/hub/components/page/businessweek-v2/borders.scss */
  .hub-zone-righty:before, .hub-zone-righty__content:before, .hub-zone-righty__content:after,
  .hub-zone-lefty:before,
  .hub-zone-lefty__content:before,
  .hub-zone-lefty__content:after,
  .hub-zone-switch:before,
  .hub-zone-switch__content:before,
  .hub-zone-switch__content:after {
    content: none;
  }
}
