/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *


 */
 
/* primary gray */
/* secondary gray */
/* mapdwell red */
/* mapdwell orange */
/* mapdwell yellow */
/* mapdwell purple */
/* mapdwell dark pink */
/* epp pink */
/* mapdwell light pink */
/* mapdwell green */
/* mapdwell blue */
/* epp teal */
/*

    VARIABLES

*/
/* MDC-specific variables */
/* box shadow variables */
/* mapdwell teal */
/* line 3, app/assets/stylesheets/application/banner_bar.scss */
.banner-bar {
  position: fixed;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: middle;
  width: 100%;
  padding: 1rem;
  color: #fff;
  z-index: 9999999;
}

/* line 15, app/assets/stylesheets/application/banner_bar.scss */
.banner-bar.banner-message {
  background-color: #D00060;
  top: 4rem;
}

@media screen and (min-width: 30em) {
  /* line 15, app/assets/stylesheets/application/banner_bar.scss */
  .banner-bar.banner-message {
    top: 5.3rem;
  }
}

/* line 23, app/assets/stylesheets/application/banner_bar.scss */
.banner-bar.banner-announcement {
  bottom: 0;
  background-color: #1e2832;
}

/* line 27, app/assets/stylesheets/application/banner_bar.scss */
.banner-bar.banner-announcement .banner-content {
  margin: auto;
}

/* line 31, app/assets/stylesheets/application/banner_bar.scss */
.banner-bar.banner-announcement .banner-close {
  top: 1.5rem;
  margin: 0;
}

@media screen and (min-width: 60em) {
  /* line 31, app/assets/stylesheets/application/banner_bar.scss */
  .banner-bar.banner-announcement .banner-close {
    top: 50%;
    margin: auto 1.25rem;
  }
}

/* line 42, app/assets/stylesheets/application/banner_bar.scss */
.banner-bar .banner-close {
  position: absolute;
  width: 2.7rem;
  margin: auto 1.25rem;
  padding: 0.5rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  outline: inherit;
  background: none;
  cursor: pointer;
}

/* line 58, app/assets/stylesheets/application/banner_bar.scss */
.banner-bar .banner-close:hover, .banner-bar .banner-close:focus {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 63, app/assets/stylesheets/application/banner_bar.scss */
.banner-bar .banner-content {
  width: 100%;
  margin: 0 10%;
  padding: 0.5rem;
  text-align: center;
  font-size: 1.25rem;
}
/* primary gray */
/* secondary gray */
/* mapdwell red */
/* mapdwell orange */
/* mapdwell yellow */
/* mapdwell purple */
/* mapdwell dark pink */
/* epp pink */
/* mapdwell light pink */
/* mapdwell green */
/* mapdwell blue */
/* epp teal */
/*

    VARIABLES

*/
/* MDC-specific variables */
/* box shadow variables */
/* mapdwell teal */
/* line 3, app/assets/stylesheets/application/burger_button.sass */
.burger_button {
  width: 21px;
  height: 21px;
  cursor: pointer;
  display: none;
}

@media (max-width: 1090px) {
  /* line 3, app/assets/stylesheets/application/burger_button.sass */
  .burger_button {
    display: block;
  }
}

/* line 11, app/assets/stylesheets/application/burger_button.sass */
.burger_button .row {
  height: 33.33333333333%;
}

/* line 13, app/assets/stylesheets/application/burger_button.sass */
.burger_button .row .bar {
  height: 50%;
  transform: translateY(50%);
}

/* line 18, app/assets/stylesheets/application/burger_button.sass */
.bg-gray .burger_button .row .bar {
  background-color: #fff;
}

/* line 21, app/assets/stylesheets/application/burger_button.sass */
.bg-white .burger_button .row .bar {
  background-color: #4a4a4a;
}
/* line 1, app/assets/stylesheets/application/content.sass */
#content {
  height: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  position: relative;
}

/* line 7, app/assets/stylesheets/application/content.sass */
.scrollable-content {
  min-width: 320px;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

/* line 16, app/assets/stylesheets/application/content.sass */
.full-height {
  height: 100%;
  position: relative;
}
/* line 10, app/assets/stylesheets/application/coverage_map.scss */
.coverage-map {
  position: relative;
  /* For mobile interaction, disable text selection and remove the tap highlight color. */
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

/* line 17, app/assets/stylesheets/application/coverage_map.scss */
.coverage-map .nation-view .nation-layer {
  visibility: visible;
}

/* line 21, app/assets/stylesheets/application/coverage_map.scss */
.coverage-map .nation-view .nation:hover {
  cursor: pointer;
  stroke-width: 2px;
}

/* line 26, app/assets/stylesheets/application/coverage_map.scss */
.coverage-map .nation-view .national-coverage-text {
  fill-opacity: 1;
}

/* line 30, app/assets/stylesheets/application/coverage_map.scss */
.coverage-map .nation-view .state {
  stroke-opacity: 0.1;
}

/* line 36, app/assets/stylesheets/application/coverage_map.scss */
.coverage-map .state-view .state {
  pointer-events: visible;
  fill-opacity: 1;
}

/* line 41, app/assets/stylesheets/application/coverage_map.scss */
.coverage-map .state-view .county {
  stroke-opacity: 0.1;
}

/* line 45, app/assets/stylesheets/application/coverage_map.scss */
.coverage-map .state-view .major-city {
  fill-opacity: 1;
}

/* line 51, app/assets/stylesheets/application/coverage_map.scss */
.coverage-map .county-view .state {
  fill: transparent;
}

/* line 55, app/assets/stylesheets/application/coverage_map.scss */
.coverage-map .county-view .county {
  transition: stroke-opacity;
  transition-duration: 0;
  cursor: pointer;
  pointer-events: visible;
  stroke-opacity: 0.5;
  fill-opacity: 1;
}

/* line 64, app/assets/stylesheets/application/coverage_map.scss */
.coverage-map .county-view .legend {
  visibility: hidden;
}

/* line 68, app/assets/stylesheets/application/coverage_map.scss */
.coverage-map .county-view .major-city, .coverage-map .county-view .city-label {
  fill-opacity: 1;
  stroke-opacity: 1;
}

/* line 74, app/assets/stylesheets/application/coverage_map.scss */
.coverage-map .region {
  stroke: #FFFFFF;
}

/* line 78, app/assets/stylesheets/application/coverage_map.scss */
.coverage-map .nation-layer, .coverage-map .nation, .coverage-map .state, .coverage-map .county, .coverage-map .major-city {
  pointer-events: visible;
  transition: visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
  vector-effect: non-scaling-stroke;
}

/* line 86, app/assets/stylesheets/application/coverage_map.scss */
.coverage-map .nation-layer {
  visibility: hidden;
}

/* line 90, app/assets/stylesheets/application/coverage_map.scss */
.coverage-map .national-coverage-text {
  fill: #FFFFFF;
  fill-opacity: 0;
  transition-property: fill-opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
  font-weight: bold;
  text-anchor: middle;
  pointer-events: none;
}

/* line 100, app/assets/stylesheets/application/coverage_map.scss */
.coverage-map .national-coverage-text .value {
  font-size: 6rem;
}

/* line 104, app/assets/stylesheets/application/coverage_map.scss */
.coverage-map .national-coverage-text .label {
  font-size: 1.75rem;
  transform: translateY(2rem);
}

/* line 110, app/assets/stylesheets/application/coverage_map.scss */
.coverage-map .state {
  pointer-events: none;
  fill-opacity: 0;
  transition-property: fill, stroke-opacity, fill-opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}

/* line 117, app/assets/stylesheets/application/coverage_map.scss */
.coverage-map .state.active {
  cursor: pointer;
  stroke-width: 2px;
}

/* line 123, app/assets/stylesheets/application/coverage_map.scss */
.coverage-map .county {
  pointer-events: none;
  stroke-width: 0.25px;
  stroke-opacity: 0;
  fill-opacity: 0;
  transition-property: fill, stroke-opacity, fill-opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}

/* line 132, app/assets/stylesheets/application/coverage_map.scss */
.coverage-map .county.active {
  cursor: pointer;
  stroke-opacity: 1;
  stroke-width: 2px;
}

/* line 139, app/assets/stylesheets/application/coverage_map.scss */
.coverage-map .major-city {
  pointer-events: none;
  fill-opacity: 0;
  fill: #bbbbbb;
  stroke: #3a3a3a;
  stroke-width: 0.2em;
  paint-order: stroke;
}

/* line 147, app/assets/stylesheets/application/coverage_map.scss */
.coverage-map .major-city.hide {
  visibility: hidden;
}

/* line 151, app/assets/stylesheets/application/coverage_map.scss */
.coverage-map .major-city.nation-view {
  stroke-width: 0;
  fill: #3a3a3a;
}

/* line 157, app/assets/stylesheets/application/coverage_map.scss */
.coverage-map .city-label {
  pointer-events: none;
  fill-opacity: 0;
  stroke-opacity: 0;
  font-weight: 600;
  fill: #bbbbbb;
  stroke: #3a3a3a;
  stroke-width: 0.25em;
  paint-order: stroke;
}

/* line 167, app/assets/stylesheets/application/coverage_map.scss */
.coverage-map .city-label.hide {
  visibility: hidden;
}

/* line 172, app/assets/stylesheets/application/coverage_map.scss */
.coverage-map text {
  font-family: "Source Sans Pro", Sans-Serif;
}

/* line 176, app/assets/stylesheets/application/coverage_map.scss */
.coverage-map .background {
  fill: #4A4A4A;
}

/* line 179, app/assets/stylesheets/application/coverage_map.scss */
.coverage-map .background.active {
  cursor: pointer;
}

/* line 184, app/assets/stylesheets/application/coverage_map.scss */
.coverage-map .legend {
  transition: visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}

/* line 189, app/assets/stylesheets/application/coverage_map.scss */
.coverage-map .legend .title {
  fill: currentColor;
  text-anchor: middle;
  font-size: 1.25rem;
}

/* line 195, app/assets/stylesheets/application/coverage_map.scss */
.coverage-map .legend .tick text {
  font-size: 1.25rem;
}

/* line 199, app/assets/stylesheets/application/coverage_map.scss */
.coverage-map .legend .border {
  stroke: #FFFFFF;
}

/* line 204, app/assets/stylesheets/application/coverage_map.scss */
.coverage-map .tooltip {
  position: absolute;
  pointer-events: none;
  font-family: "Source Sans Pro", Sans-Serif;
  font-size: 16px;
  font-weight: 400;
}

/* line 211, app/assets/stylesheets/application/coverage_map.scss */
.coverage-map .tooltip.hidden {
  display: none;
}

/* line 215, app/assets/stylesheets/application/coverage_map.scss */
.coverage-map .tooltip .tooltip-triangle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #252525;
  transform: translate(-50%, 5px) rotate(45deg);
}

/* line 225, app/assets/stylesheets/application/coverage_map.scss */
.coverage-map .tooltip .tooltip-box {
  position: absolute;
  display: flex;
  flex-direction: column;
  padding: 0.6em;
  background-color: #252525;
  transform: translate(-50%, 10px);
}

/* line 234, app/assets/stylesheets/application/coverage_map.scss */
.coverage-map .tooltip .line {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  margin: 3px 0;
}

/* line 240, app/assets/stylesheets/application/coverage_map.scss */
.coverage-map .tooltip .line.hidden {
  display: none;
}

/* line 245, app/assets/stylesheets/application/coverage_map.scss */
.coverage-map .tooltip .location-line {
  font-weight: bold;
}

/* line 249, app/assets/stylesheets/application/coverage_map.scss */
.coverage-map .tooltip .label {
  padding-right: 1em;
}
/* line 1, app/assets/stylesheets/application/faq.sass */
.faq-columns {
  -moz-column-count: 2;
       column-count: 2;
  display: inline-block;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

@media screen and (max-width: 30em) {
  /* line 1, app/assets/stylesheets/application/faq.sass */
  .faq-columns {
    -moz-column-count: 1;
         column-count: 1;
  }
}

/* line 8, app/assets/stylesheets/application/faq.sass */
.faq-columns .faq-item {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  break-inside: avoid-column;
}
/* primary gray */
/* secondary gray */
/* mapdwell red */
/* mapdwell orange */
/* mapdwell yellow */
/* mapdwell purple */
/* mapdwell dark pink */
/* epp pink */
/* mapdwell light pink */
/* mapdwell green */
/* mapdwell blue */
/* epp teal */
/*

    VARIABLES

*/
/* MDC-specific variables */
/* box shadow variables */
/* mapdwell teal */
/* line 3, app/assets/stylesheets/application/footer.sass */
.big-footer {
  margin-left: auto;
  margin-right: auto;
}

/* line 7, app/assets/stylesheets/application/footer.sass */
.big-footer.bg-near-black a {
  color: #fff;
}

/* line 10, app/assets/stylesheets/application/footer.sass */
.big-footer.bg-light-gray a {
  color: #4a4a4a;
}

/* line 13, app/assets/stylesheets/application/footer.sass */
.big-footer a.underline:hover {
  text-decoration: underline;
}

/* line 17, app/assets/stylesheets/application/footer.sass */
.big-footer nav {
  width: 54rem;
  margin-left: auto;
  margin-right: auto;
}

/* line 23, app/assets/stylesheets/application/footer.sass */
.big-footer nav section ul li {
  margin-bottom: .8rem;
}

/* line 27, app/assets/stylesheets/application/footer.sass */
.big-footer .bg-white nav section h5 {
  color: #000;
}

/* line 30, app/assets/stylesheets/application/footer.sass */
.big-footer .bg-near-black nav section h5 {
  color: #fff;
}
/* line 1, app/assets/stylesheets/application/loader.sass */
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -32px;
  height: 64px;
  width: 64px;
  animation: rotate 0.8s infinite linear;
  border: 6px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  transform: translateZ(0);
  z-index: 10000;
}

@keyframes rotate {
  0% {
    transform: translateZ(0) rotate(0deg);
  }
  100% {
    transform: translateZ(0) rotate(360deg);
  }
}
/* primary gray */
/* secondary gray */
/* mapdwell red */
/* mapdwell orange */
/* mapdwell yellow */
/* mapdwell purple */
/* mapdwell dark pink */
/* epp pink */
/* mapdwell light pink */
/* mapdwell green */
/* mapdwell blue */
/* epp teal */
/*

    VARIABLES

*/
/* MDC-specific variables */
/* box shadow variables */
/* mapdwell teal */
@media print {
  /* line 8, app/assets/stylesheets/application/nav-bar.sass */
  .with-nav.overflow-hidden {
    position: relative;
  }
}

/* line 11, app/assets/stylesheets/application/nav-bar.sass */
.with-nav .with-nav-bar {
  margin-top: 4rem;
  height: calc(100% - 4rem);
}

@media screen and (min-width: 30em) {
  /* line 11, app/assets/stylesheets/application/nav-bar.sass */
  .with-nav .with-nav-bar {
    margin-top: 5.3rem;
    height: calc(100% - 5.3rem);
  }
}

@media print {
  /* line 11, app/assets/stylesheets/application/nav-bar.sass */
  .with-nav .with-nav-bar {
    overflow: auto;
    margin: 0;
    background-color: #FFF;
  }
}

/* line 22, app/assets/stylesheets/application/nav-bar.sass */
.with-nav nav.nav-bar {
  height: 4rem;
}

@media screen and (min-width: 30em) {
  /* line 22, app/assets/stylesheets/application/nav-bar.sass */
  .with-nav nav.nav-bar {
    height: 5.3rem;
  }
}

/* line 27, app/assets/stylesheets/application/nav-bar.sass */
.with-nav nav.nav-bar.bg-gray a:not(.mid-gray):not(.mdc-button--raised) {
  color: #fff;
}

/* line 30, app/assets/stylesheets/application/nav-bar.sass */
.with-nav nav.nav-bar.bg-white a:not(.mid-gray):not(.mdc-button--raised) {
  color: #4a4a4a;
}

/* line 33, app/assets/stylesheets/application/nav-bar.sass */
.with-nav nav.nav-bar .menu-items {
  top: 4rem;
  transition: transform 0.28s ease-in-out;
  transform: translateX(0);
  position: fixed;
  height: auto;
  overflow-y: auto;
  padding-bottom: 2rem;
  width: 100%;
  z-index: 2;
  bottom: 0;
  left: 100%;
}

@media screen and (min-width: 30em) {
  /* line 33, app/assets/stylesheets/application/nav-bar.sass */
  .with-nav nav.nav-bar .menu-items {
    top: 5.3rem;
  }
}

/* line 49, app/assets/stylesheets/application/nav-bar.sass */
.with-nav nav.nav-bar.open .menu-items {
  transform: translateX(-100%);
}

@media screen and (min-width: 65em) {
  /* line 49, app/assets/stylesheets/application/nav-bar.sass */
  .with-nav nav.nav-bar.open .menu-items {
    transform: translateX(0);
  }
}

/* line 55, app/assets/stylesheets/application/nav-bar.sass */
.with-nav nav.nav-bar .fluxboard-logo .fluxboard-logo-svg {
  width: 135px;
  height: 24px;
}

/* line 58, app/assets/stylesheets/application/nav-bar.sass */
.with-nav nav.nav-bar .fluxboard-logo .beta-badge {
  width: 29px;
  height: 12px;
  bottom: -3px;
  right: -1px;
}

@media screen and (min-width: 65em) {
  /* line 65, app/assets/stylesheets/application/nav-bar.sass */
  .with-nav nav.nav-bar {
    padding-right: 1rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  /* line 70, app/assets/stylesheets/application/nav-bar.sass */
  .with-nav nav.nav-bar .root-link {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 74, app/assets/stylesheets/application/nav-bar.sass */
  .with-nav nav.nav-bar .menu-items {
    position: initial;
    flex-direction: row;
    justify-content: space-between;
    width: auto;
    padding-bottom: 0;
    overflow-y: auto;
  }
  /* line 82, app/assets/stylesheets/application/nav-bar.sass */
  .with-nav nav.nav-bar .menu-items .menu-item-group {
    flex-direction: row;
  }
  /* line 84, app/assets/stylesheets/application/nav-bar.sass */
  .with-nav nav.nav-bar .menu-items .menu-item-group:first-child {
    margin-left: 1rem;
  }
  /* line 87, app/assets/stylesheets/application/nav-bar.sass */
  .with-nav nav.nav-bar .menu-items .mdc-button {
    margin-right: 0.5rem;
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 93, app/assets/stylesheets/application/nav-bar.sass */
  .with-nav nav.nav-bar .burger-button {
    display: none;
  }
}

@media screen and (min-width: 65em) {
  /* line 98, app/assets/stylesheets/application/nav-bar.sass */
  .ie .with-nav nav.nav-bar .menu-items {
    position: static;
  }
}

/* line 103, app/assets/stylesheets/application/nav-bar.sass */
.solarsystem-wrapper .with-nav-bar {
  margin-top: 0;
}

/* line 106, app/assets/stylesheets/application/nav-bar.sass */
.solarsystem-wrapper .with-nav .with-nav-bar, .solarsystem-wrapper .with-nav .sidebar_container {
  height: calc(100% - 2.3rem);
}

/* line 108, app/assets/stylesheets/application/nav-bar.sass */
.solarsystem-wrapper nav.nav-bar {
  display: flex;
  height: 2.3rem;
  width: 100%;
  white-space: nowrap;
  line-height: 2.3rem;
  background: linear-gradient(to bottom, #555 50%, #404040);
  color: #E1E1E1;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 119, app/assets/stylesheets/application/nav-bar.sass */
.solarsystem-wrapper nav.nav-bar span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: auto;
  margin-left: 12px;
}

/* line 125, app/assets/stylesheets/application/nav-bar.sass */
.solarsystem-wrapper nav.nav-bar a {
  padding: 0 6px;
  margin: 0 6px;
  color: #E1E1E1;
  font-size: 12px;
  letter-spacing: 0.09rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

/* line 134, app/assets/stylesheets/application/nav-bar.sass */
.solarsystem-wrapper nav.nav-bar a:hover {
  text-decoration: none;
}
/* line 1, app/assets/stylesheets/application/other_pricing.sass */
.other-pricing .other-pricing-text {
  font-size: 1.5rem;
  letter-spacing: 0.01rem;
}
/* line 1, app/assets/stylesheets/application/reset.scss */
html {
  height: 100%;
  width: 100%;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  position: fixed;
  font-size: 93.75% !important;
  min-width: 300px;
  -webkit-font-smoothing: antialiased;
}

/* line 12, app/assets/stylesheets/application/reset.scss */
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

/* line 19, app/assets/stylesheets/application/reset.scss */
ul {
  list-style: none;
  padding: 0;
}

/* line 24, app/assets/stylesheets/application/reset.scss */
h1, h2, h3, h4, h5, p {
  margin: 0;
}

/* line 28, app/assets/stylesheets/application/reset.scss */
a, img {
  border: none;
}

/* line 32, app/assets/stylesheets/application/reset.scss */
button:focus {
  outline-color: transparent;
}

/* line 36, app/assets/stylesheets/application/reset.scss */
input, label, select, button, textarea {
  vertical-align: middle;
  white-space: normal;
  font-family: "Open Sans", sans-serif;
}
/* line 2, app/assets/stylesheets/application/sample_select.sass */
.sample_select .sample_select_input {
  font-size: 13px;
  min-width: 160px;
  line-height: 16px;
  padding: 0 24px 0 4px;
  font-family: 'Raleway', sans-serif;
}

/* line 8, app/assets/stylesheets/application/sample_select.sass */
.sample_select .selectbox {
  background: white;
  border: 1px solid black;
}

/* line 11, app/assets/stylesheets/application/sample_select.sass */
.sample_select .selectbox:after {
  border-top-color: black;
  z-index: 100;
}
/* line 1, app/assets/stylesheets/application/selectbox.sass */
.selectbox {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  background-color: gray;
  color: #ccc;
}

/* line 9, app/assets/stylesheets/application/selectbox.sass */
.selectbox select {
  z-index: 10;
  position: relative;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  filter: alpha(opacity=0);
  padding: 0 1.5em 0 0.5em;
}

/* line 21, app/assets/stylesheets/application/selectbox.sass */
.selectbox:after {
  content: "";
  position: absolute;
  display: inline-block;
  *display: inline;
  zoom: 1;
  background: transparent;
  width: 0;
  height: 0;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-top: 0.5em solid #999;
  right: 0.5em;
  top: 50%;
  pointer-events: none;
  z-index: 100;
  transform: translateY(-50%);
}

/* line 38, app/assets/stylesheets/application/selectbox.sass */
.selectbox.white:after {
  border-top-color: black;
}

@media print {
  /* line 21, app/assets/stylesheets/application/selectbox.sass */
  .selectbox:after {
    display: none;
  }
}

/* line 44, app/assets/stylesheets/application/selectbox.sass */
.ie .selectbox select {
  padding: 0;
}

/* line 46, app/assets/stylesheets/application/selectbox.sass */
.ie .selectbox:after {
  content: none;
}
/* line 5, app/assets/stylesheets/application/spinner.sass */
.ajax-spinner-bars {
  position: absolute;
  width: 22px;
  height: 22px;
  display: none;
  pointer-events: none;
}

/* line 13, app/assets/stylesheets/application/spinner.sass */
.ajax-spinner-bars > div {
  position: absolute;
  width: 1px;
  height: 5px;
  background-color: #25363F;
  opacity: 0.05;
  animation: fadeit 0.8s linear infinite;
}

/* line 22, app/assets/stylesheets/application/spinner.sass */
.ajax-spinner-bars > :nth-child(1) {
  transform: rotate(0deg) translateY(-8px);
  animation-delay: 0.05s;
}

/* line 26, app/assets/stylesheets/application/spinner.sass */
.ajax-spinner-bars > :nth-child(2) {
  transform: rotate(22.5deg) translateY(-8px);
  animation-delay: 0.1s;
}

/* line 30, app/assets/stylesheets/application/spinner.sass */
.ajax-spinner-bars > :nth-child(3) {
  transform: rotate(45deg) translateY(-8px);
  animation-delay: 0.15s;
}

/* line 34, app/assets/stylesheets/application/spinner.sass */
.ajax-spinner-bars > :nth-child(4) {
  transform: rotate(67.5deg) translateY(-8px);
  animation-delay: 0.2s;
}

/* line 38, app/assets/stylesheets/application/spinner.sass */
.ajax-spinner-bars > :nth-child(5) {
  transform: rotate(90deg) translateY(-8px);
  animation-delay: 0.25s;
}

/* line 42, app/assets/stylesheets/application/spinner.sass */
.ajax-spinner-bars > :nth-child(6) {
  transform: rotate(112.5deg) translateY(-8px);
  animation-delay: 0.3s;
}

/* line 46, app/assets/stylesheets/application/spinner.sass */
.ajax-spinner-bars > :nth-child(7) {
  transform: rotate(135deg) translateY(-8px);
  animation-delay: 0.35s;
}

/* line 50, app/assets/stylesheets/application/spinner.sass */
.ajax-spinner-bars > :nth-child(8) {
  transform: rotate(157.5deg) translateY(-8px);
  animation-delay: 0.4s;
}

/* line 54, app/assets/stylesheets/application/spinner.sass */
.ajax-spinner-bars > :nth-child(9) {
  transform: rotate(180deg) translateY(-8px);
  animation-delay: 0.45s;
}

/* line 58, app/assets/stylesheets/application/spinner.sass */
.ajax-spinner-bars > :nth-child(10) {
  transform: rotate(202.5deg) translateY(-8px);
  animation-delay: 0.5s;
}

/* line 62, app/assets/stylesheets/application/spinner.sass */
.ajax-spinner-bars > :nth-child(11) {
  transform: rotate(225deg) translateY(-8px);
  animation-delay: 0.55s;
}

/* line 66, app/assets/stylesheets/application/spinner.sass */
.ajax-spinner-bars > :nth-child(12) {
  transform: rotate(247.5deg) translateY(-8px);
  animation-delay: 0.6s;
}

/* line 70, app/assets/stylesheets/application/spinner.sass */
.ajax-spinner-bars > :nth-child(13) {
  transform: rotate(270deg) translateY(-8px);
  animation-delay: 0.65s;
}

/* line 74, app/assets/stylesheets/application/spinner.sass */
.ajax-spinner-bars > :nth-child(14) {
  transform: rotate(292.5deg) translateY(-8px);
  animation-delay: 0.7s;
}

/* line 78, app/assets/stylesheets/application/spinner.sass */
.ajax-spinner-bars > :nth-child(15) {
  transform: rotate(315deg) translateY(-8px);
  animation-delay: 0.75s;
}

/* line 82, app/assets/stylesheets/application/spinner.sass */
.ajax-spinner-bars > :nth-child(16) {
  transform: rotate(337.5deg) translateY(-8px);
  animation-delay: 0.8s;
}

@keyframes fadeit {
  0% {
    opacity: 0.05;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Per https://gist.github.com/unruthless/413930 */
/* line 5, app/assets/stylesheets/application/supsub.scss */
sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;
  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}

/* line 23, app/assets/stylesheets/application/supsub.scss */
sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

/* line 28, app/assets/stylesheets/application/supsub.scss */
sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
/* line 2, app/assets/stylesheets/application/units.sass */
#content .unit.us {
  display: none;
}

/* line 6, app/assets/stylesheets/application/units.sass */
#content.us_units .unit.metric {
  display: none;
}

/* line 8, app/assets/stylesheets/application/units.sass */
#content.us_units .unit.us {
  display: block;
}

/* line 10, app/assets/stylesheets/application/units.sass */
#content.us_units span.unit.us {
  display: inline-block;
}
/* line 1, app/assets/stylesheets/application/warnings.sass */
.warning {
  display: none;
}

/* line 3, app/assets/stylesheets/application/warnings.sass */
.warning.visible {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: 20000000;
  background: white url(/assets/white_trans-ef64a788d7c8a1c968fc1454b858040647a3dd37957b68ec2c3eb03ed89d75bf.jpg) no-repeat 50% 0%;
  text-align: center;
}

/* line 14, app/assets/stylesheets/application/warnings.sass */
.warning div {
  text-align: center;
  font-size: 26px;
  margin-left: auto;
  display: table;
  margin-right: auto;
  position: relative;
  background: #f79525;
  color: white;
  font-weight: 400;
  height: 200px;
  line-height: 2em;
  width: 400px;
  top: 30%;
  padding: 40px;
}

/* line 29, app/assets/stylesheets/application/warnings.sass */
.warning div p {
  display: table-cell;
  vertical-align: middle;
}

/* line 33, app/assets/stylesheets/application/warnings.sass */
#javascript-warning {
  display: block;
}
