/* Body Class Identifiers */
.accessibility-2x-sprite, .accessibility-2x-increase-font, .accessibility-2x-open-dyslexic {
  background-image: url('../../images/generated/icons/accessibility-2x-s4660e7751e.png');
  background-repeat: no-repeat;
}

.accessibility-2x-increase-font {
  background-position: 0 0;
}

.accessibility-2x-open-dyslexic {
  background-position: 0 -56px;
}

@font-face {
  font-family: "OpenDyslexic";
  src: url('../fonts/opendyslexic-regular.eot?1502297684') format('embedded-opentype'), url('../fonts/opendyslexic-regular.svg?1502297684') format('svg'), url('../fonts/opendyslexic-regular.ttf?1502297684') format('truetype');
}
/*FONT SMOOTHING*/
/* @mixin styled-select($selectWidth, $height) {
  overflow: hidden;
  background: sprite($arrows, down) no-repeat;
  background-position: 95% -8px;
  background-size: 18px;
  width: $selectWidth - 20;

  select {
    background: transparent;
    line-height: 1;
    width: $selectWidth;
    border: 0;
    @include border-radius(0);
    -webkit-appearance: none;
    height: $height - 10;
    padding: 0 0 0 5px;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase !important;

    .lt-ie9 & {
      width: $selectWidth + 5;
    }

    option {
      padding: 5px;

      &:hover, &:active {
        background: #000000;
        color: #ffffff;
      }
    }
  }
} */
.content-type-label, .pane-node-terms {
  font-size: 0.6875em;
  line-height: 2.18182em;
  font-family: "Open Sans", "Helvetica Light", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #595959;
}

.panels-container.two-column {
  *zoom: 1;
}
.panels-container.two-column:after {
  content: "";
  display: table;
  clear: both;
}
.panels-container.two-column > .top {
  *zoom: 1;
}
.panels-container.two-column > .top:after {
  content: "";
  display: table;
  clear: both;
}
.panels-container.two-column > .main {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
}
.panels-container.two-column > .sidebar {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
}
.panels-container.two-column > .bottom {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  clear: both;
}
@media (min-width: 768px) {
  .panels-container.two-column > .main {
    width: 74.46809%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
  .panels-container.two-column > .sidebar {
    width: 23.40426%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
  .panels-container.two-column.no-sidebar .main {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
