/*
 * responsive.custom.css is for custom media queries that are not set via the
 * theme settings, such as cascading media queries.
 *
 * By default all the other responsive stylesheets used in Adaptivetheme use a
 * "stacking method", however cascading media queries use a waterfall method so
 * you can leverage the cascade and inheritance for all browsers that support
 * media queries, regardless of screen size.
 *
 * @SEE https://zomigi.com/blog/essential-considerations-for-crafting-quality-media-queries/#mq-overlap-stack
 *
 * NOTE: this file loads by default, to disable got to your theme settings and
 * look under the "CSS" settings tab.
 */
/*
 * Really small screens and up
 */
/* @media only screen and (min-width: 220px) {} */
/*
 * Smalltouch sizes and up
 */
/* @media only screen and (min-width: 320px) {} */
/*
 * Smalltouch sizes and down
 */
@media only screen and (max-width: 480px) {
  /* 
   * Float Region Blocks - custom media query CSS example:
   * 
   * Float regions blocks is an Extension you can enable in the appearance
   * settings for your theme. This feature allows you to automatically float
   * blocks in regions, you can switch it on and off depending on your
   * requirements. For design purposes you many want to remove the floats for
   * devices where the entire theme is just one column - for example small
   * mobile phones. The following CSS is inside the custom media query:
   *
   *   @media only screen and (max-width: 480px){}
   *
   * This will target devices with a maximum width of 480px - most small phones.
   * In these smaller screen sizes we can remove the float and widths so all
   * blocks stack instead of displaying horizonally. The selector used is an
   * "attribute selector" which will match on any float block class. Use your
   * inspector or Firebug to get the classes from the page output if you need
   * more granular control over block alignment and stacking.
   */
  /* line 57, ../sass/responsive.custom.scss */
  .region[class*="float-blocks"] .block {
    float: none;
    width: 100%;
  }
}
/*
 * Tablet sizes and up
 */
/* @media only screen and (min-width: 768px) {} */
/*
 * Desktops/laptops and up
 */
/*# sourceMappingURL=responsive.custom.css.map */

/* flexslider is fragile */


@media only screen and (min-width: 500px) and (max-width: 767px) {
    body.front .impact-wrapper {
        height: 310px;
        background-size: 100%;
    }
    body.front .programming-wrapper {
        height: 300px;
        background-size: 100%;
    }
    body.front .bookshelf-container {
        height: 200px;
        background-size: 100%;
    }
    body.front .history-5-10-50-wrapper {
        height: 300px;
        background-size: 100%;
    }
    body.front .impact-wrapper .banner-button-wrapper {
        padding: 310px 0 0 0px;
    }
    body.front .programming-wrapper .banner-button-wrapper {
        padding: 300px 0 0 0px;
    }
    body.front .history-5-10-50-wrapper .banner-button-wrapper {
        padding: 300px 0 0 0px;
    }
    body.front #block-views-flexslider-blocks-block-2 {
        padding: 104px 0 0 0;
    }
}


@media only screen and (max-width: 374px) {
  .optionset-two-at-once {
      width: 300px;
  }
  .optionset-two-at-once ul.slides li {
      width: 137px !important;
  }
}
@media only screen and (min-width: 375px) and (max-width: 449px) {
  .optionset-two-at-once {
      width: 334px;
  }
  .optionset-two-at-once ul.slides li {
      width: 144px !important;
  }
}
@media only screen and (min-width: 450px) and (max-width: 500px) {
  .optionset-two-at-once {
      width: 389px;
  }
  .optionset-two-at-once ul.slides li {
      width: 172px !important;
  }
}
@media only screen and (min-width: 501px) and (max-width: 515px) {
  .optionset-two-at-once {
      width: 426px;
  }
  .optionset-two-at-once ul.slides li {
      width: 190px !important;
  }
}
@media only screen and (min-width: 516px) and (max-width: 554px) {
  .optionset-two-at-once {
      width: 426px;
  }
  .optionset-two-at-once ul.slides li {
      width: 190px !important;
  }
  .optionset-three-up {
      width: 456px !important;
      margin: 0 0 0 -36%;
  }
  .optionset-three-up ul.slides li {
      width: 119px !important;
      padding: 0px 15px 20px 15px;
  }
  .optionset-three-up ul.slides li .views-field-field-short-description {
      display: none;
  }
}
@media only screen and (min-width: 555px) and (max-width: 574px) {
  .optionset-two-at-once {
      width: 426px;
  }
  .optionset-two-at-once ul.slides li {
      width: 190px !important;
  }
  .optionset-three-up {
      width: 500px !important;
      margin: 0 0 0 -36%;
  }
  .optionset-three-up ul.slides li {
      width: 134px !important;
      padding: 0px 15px 20px 15px;
  }
}
@media only screen and (min-width: 575px) and (max-width: 615px) {
  .optionset-two-at-once {
      width: 490px;
  }
  .optionset-two-at-once ul.slides li {
      width: 222px !important;
  }
  .optionset-three-up {
      width: 500px !important;
      margin: 0 0 0 -36%;
  }
  .optionset-three-up ul.slides li {
      width: 134px !important;
      padding: 0px 15px 20px 15px;
  }
}
@media only screen and (min-width: 616px) and (max-width: 655px) {
  .optionset-two-at-once {
      width: 490px;
  }
  .optionset-two-at-once ul.slides li {
      width: 222px !important;
  }
  .optionset-three-up {
      width: 555px !important;
      margin: 0 0 0 -36%;
  }
  .optionset-three-up ul.slides li {
      width: 153px !important;
      padding: 0px 15px 20px 15px;
  }
  .optionset-two-at-once {
      width: 492px !important;
  }
  .optionset-two-at-once ul.slides li {
      width: 215px !important;
      margin: 0 30px 0 0px;
  }
  .optionset-two-at-once .views-field-nothing a {
      padding: 12px 30px 45px 30px;
  }
}
@media only screen and (min-width: 656px) and (max-width: 691px) {
  .optionset-two-at-once {
      width: 539px;
  }
  .optionset-two-at-once ul.slides li {
      width: 247px !important;
  }
  .optionset-three-up {
      width: 537px !important;
      margin: 0 0 0 -30%;
  }
  .optionset-three-up ul.slides li {
      width: 138px !important;
      padding: 0px 20px 20px 20px;
  }
  .optionset-two-at-once {
      width: 540px !important;
  }
  .optionset-two-at-once ul.slides li {
      width: 240px !important;
      margin: 0 35px 0 0px;
  }
  .optionset-two-at-once .views-field-nothing a {
      padding: 12px 30px 45px 30px;
  }
}
@media only screen and (min-width: 692px) and (max-width: 727px) {
  .optionset-three-up {
      width: 567px !important;
      margin: 0 0 0 -30%;
  }
  .optionset-three-up ul.slides li {
      width: 148px !important;
      padding: 0px 20px 20px 20px;
  }
  .optionset-two-at-once {
      width: 572px !important;
  }
  .optionset-two-at-once ul.slides li {
      width: 255px !important;
      margin: 0 35px 0 0px;
  }
  .optionset-two-at-once .views-field-nothing a {
      padding: 12px 30px 45px 30px;
  }
}
@media only screen and (min-width: 728) and (max-width: 767px) {
  .optionset-three-up {
      width: 597px !important;
      margin: 0 0 0 -30%;
  }
  .optionset-three-up ul.slides li {
      width: 158px !important;
      padding: 0px 20px 20px 20px;
  }
  .optionset-two-at-once {
      width: 602px !important;
  }
  .optionset-two-at-once ul.slides li {
      width: 266px !important;
      margin: 0 39px 0 0px;
  }
  .optionset-two-at-once .views-field-nothing a {
      padding: 12px 30px 45px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 827px) {
  .optionset-two-at-once {
      width: 464px !important;
  }
  .optionset-two-at-once ul.slides li {
      width: 201px !important;
      margin: 0 30px 0 0px;
  }
  .optionset-two-at-once .views-field-nothing a {
    padding: 12px 30px 45px 30px;
  }
  .optionset-three-up {
      width: 456px !important;
      margin: 0 0 0 -36%;
  }
  .optionset-three-up ul.slides li {
      width: 119px !important;
      padding: 0px 15px 20px 15px;
  }
  .optionset-three-up ul.slides li .views-field-field-short-description {
      display: none;
  }
}
@media only screen and (min-width: 828px) and (max-width: 923px) {
  .optionset-three-up {
      width: 500px !important;
      margin: 0 0 0 -36%;
  }
  .optionset-three-up ul.slides li {
      width: 134px !important;
      padding: 0px 15px 20px 15px;
  }
  .optionset-two-at-once {
      width: 523px !important;
  }
  .optionset-two-at-once ul.slides li {
      width: 230px !important;
      margin: 0 30px 0 0px;
  }
  .optionset-two-at-once .views-field-nothing a {
    padding: 12px 30px 45px 30px;
  }
}
@media only screen and (min-width: 924px) and (max-width: 1023px) {
  .optionset-three-up {
      width: 555px !important;
      margin: 0 0 0 -35%;
  }
  .optionset-three-up ul.slides li {
      width: 153px !important;
      padding: 0px 15px 20px 15px;
  }
  .optionset-two-at-once {
      width: 563px !important;
  }
  .optionset-two-at-once ul.slides li {
      width: 250px !important;
      margin: 0 30px 0 0px;
  }
  .optionset-two-at-once .views-field-nothing a {
      padding: 12px 30px 45px 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1089px) {
  .optionset-three-up {
      width: 555px !important;
      margin: 0 0 0 -36%;
  }
  .optionset-three-up ul.slides li {
      width: 153px !important;
      padding: 0px 15px 20px 15px;
  }
  .optionset-two-at-once {
      width: 492px !important;
  }
  .optionset-two-at-once ul.slides li {
      width: 215px !important;
      margin: 0 30px 0 0px;
  }
  .optionset-two-at-once .views-field-nothing a {
      padding: 12px 30px 45px 30px;
  }
}
@media only screen and (min-width: 1090px) and (max-width: 1149px) {
  .optionset-three-up {
      width: 537px !important;
      margin: 0 0 0 -30%;
  }
  .optionset-three-up ul.slides li {
      width: 138px !important;
      padding: 0px 20px 20px 20px;
  }
  .optionset-two-at-once {
      width: 540px !important;
  }
  .optionset-two-at-once ul.slides li {
      width: 240px !important;
      margin: 0 35px 0 0px;
  }
  .optionset-two-at-once .views-field-nothing a {
      padding: 12px 30px 45px 30px;
  }
}
@media only screen and (min-width: 1150px) and (max-width: 1209px) {
  .optionset-three-up {
      width: 567px !important;
      margin: 0 0 0 -30%;
  }
  .optionset-three-up ul.slides li {
      width: 148px !important;
      padding: 0px 20px 20px 20px;
  }
  .optionset-two-at-once {
      width: 572px !important;
  }
  .optionset-two-at-once ul.slides li {
      width: 255px !important;
      margin: 0 35px 0 0px;
  }
  .optionset-two-at-once .views-field-nothing a {
      padding: 12px 30px 45px 30px;
  }
}
@media only screen and (min-width: 1210px) and (max-width: 1269px) {
  .optionset-three-up {
      width: 597px !important;
      margin: 0 0 0 -30%;
  }
  .optionset-three-up ul.slides li {
      width: 158px !important;
      padding: 0px 20px 20px 20px;
  }
  .optionset-two-at-once {
      width: 602px !important;
  }
  .optionset-two-at-once ul.slides li {
      width: 266px !important;
      margin: 0 39px 0 0px;
  }
  .optionset-two-at-once .views-field-nothing a {
      padding: 12px 30px 45px 30px;
  }
}

@media only screen and (min-width: 1270px) and (max-width: 1329px) {
  .optionset-three-up {
      width: 745px !important;
      margin: 0 0 0 -30%;
  }
  .optionset-three-up ul.slides li {
      width: 187px !important;
      padding: 0px 30px 20px 30px;
  }
  .optionset-two-at-once {
      width: 651px !important;
  }
  .optionset-two-at-once ul.slides li {
      width: 285px !important;
      margin: 0 39px 0 0px;
  }
  .optionset-two-at-once .views-field-nothing a {
      padding: 20px 40px 45px 40px;
  }
}
@media only screen and (min-width: 1330px) and (max-width: 1389px) {
  .optionset-three-up {
      width: 756px !important;
      margin: 0 0 0 -30%;
  }
  .optionset-three-up ul.slides li {
      width: 210px !important;
      padding: 0px 20px 20px 20px;
  }
  .optionset-two-at-once {
      width: 662px !important;
  }
  .optionset-two-at-once ul.slides li {
      width: 290px !important;
      margin: 0 45px 0 0px;
  }
}
@media only screen and (min-width: 1390px) and (max-width: 1439px) {
  .optionset-three-up {
      width: 786px !important;
      margin: 0 0 0 -30%;
  }
  .optionset-three-up ul.slides li {
      width: 220px !important;
      padding: 0px 20px 20px 20px;
  }
  .optionset-two-at-once {
      width: 692px !important;
  }
  .optionset-two-at-once ul.slides li {
      width: 305px !important;
      margin: 0 45px 0 0px;
  }
}
@media only screen and (min-width: 1440px) {
  .optionset-three-up {
      width: 816px !important;
      margin: 0 0 0 -30%;
  }
  .optionset-three-up ul.slides li {
      width: 230px !important;
      padding: 0px 20px 20px 20px;
  }
  .optionset-two-at-once {
      width: 722px !important;
  }
  .optionset-two-at-once ul.slides li {
      width: 310px !important;
      margin: 0 55px 0 0px;
  }
}