/* line 4, responsive.scss */
div#mobile-menu-button {
  display: none;
}

@media (max-width: 351px) {
  /* line 9, responsive.scss */
  #by-the-numbers {
    height: 1520px;
  }
  /* line 12, responsive.scss */
  #by-the-numbers .homepage-section-background {
    height: 1520px;
  }
}
@media (min-width: 351px) and (max-width: 520px) {
  /* line 19, responsive.scss */
  #by-the-numbers {
    height: 840px;
  }
  /* line 22, responsive.scss */
  #by-the-numbers .homepage-section-background {
    height: 840px;
  }
}
@media (min-width: 521px) and (max-width: 680px) {
  /* line 29, responsive.scss */
  #by-the-numbers {
    height: 670px;
  }
  /* line 32, responsive.scss */
  #by-the-numbers .homepage-section-background {
    height: 670px;
  }
}
@media (min-width: 681px) and (max-width: 980px) {
  /* line 39, responsive.scss */
  #by-the-numbers {
    height: 500px;
  }
  /* line 42, responsive.scss */
  #by-the-numbers .homepage-section-background {
    height: 500px;
  }
}
@media (max-width: 980px) {
  /* line 50, responsive.scss */
  html {
    box-sizing: border-box;
  }

  /* line 53, responsive.scss */
  *, *:before, *:after {
    box-sizing: inherit;
  }

  /* line 57, responsive.scss */
  div#container {
    width: 100%;
    min-width: 0;
  }
  /* line 61, responsive.scss */
  div#container div.wrapper {
    width: 100%;
  }

  /* line 66, responsive.scss */
  div#header {
    background-color: #27134b;
    background-position: 32% top;
  }
  /* line 70, responsive.scss */
  div#header div.logo {
    float: left;
    width: 299px;
    height: 44px;
    margin-left: 20px;
  }
  /* line 77, responsive.scss */
  div#header div.logo h1 a {
    width: 100%;
    height: 44px;
  }
  /* line 81, responsive.scss */
  div#header div.logo h1 a span {
    background-size: contain;
  }
  /* line 88, responsive.scss */
  div#header div.logo.small {
    margin-left: 20px;
  }
  /* line 92, responsive.scss */
  div#header div.global-navigation {
    margin-right: 20px;
  }
  /* line 95, responsive.scss */
  .mac div#header div.global-navigation {
    width: auto;
  }
  /* line 100, responsive.scss */
  div#header div.search-form {
    margin-right: 20px;
  }
  /* line 103, responsive.scss */
  div#header div.search-form p input.textbox {
    height: 20px;
    width: 185px;
  }
  /* line 108, responsive.scss */
  div#header div.search-form p input.search-btn {
    height: 20px;
  }

  /* line 114, responsive.scss */
  body.layout div#main-navigation,
  div#main-navigation {
    height: auto;
  }
  /* line 118, responsive.scss */
  body.layout div#main-navigation div.wrapper,
  div#main-navigation div.wrapper {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
  }
  /* line 126, responsive.scss */
  body.layout div#main-navigation ul li,
  div#main-navigation ul li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  /* line 131, responsive.scss */
  body.layout div#main-navigation ul li, body.layout div#main-navigation ul li:hover, body.layout div#main-navigation ul li.active,
  div#main-navigation ul li,
  div#main-navigation ul li:hover,
  div#main-navigation ul li.active {
    background: #c1a9de url(https://www.mckendree.edu/public/images/navigation/navigation-li-hover-bg.gif);
  }
  /* line 137, responsive.scss */
  body.layout div#main-navigation ul li:hover, body.layout div#main-navigation ul li.active,
  div#main-navigation ul li:hover,
  div#main-navigation ul li.active {
    height: auto;
  }
  /* line 142, responsive.scss */
  body.layout div#main-navigation ul li a,
  div#main-navigation ul li a {
    margin-left: 20px;
    float: none;
  }
  /* line 148, responsive.scss */
  body.layout div#main-navigation ul li.outer-most a,
  div#main-navigation ul li.outer-most a {
    background-image: none;
  }
  /* line 153, responsive.scss */
  body.layout div#main-navigation ul li.parent,
  div#main-navigation ul li.parent {
    position: relative;
  }
  /* line 156, responsive.scss */
  body.layout div#main-navigation ul li.parent div.child,
  body.layout div#main-navigation ul li.parent ul.child,
  div#main-navigation ul li.parent div.child,
  div#main-navigation ul li.parent ul.child {
    width: 100% !important;
    padding: 0;
    position: relative;
    top: 0;
    left: 0 !important;
  }
  /* line 166, responsive.scss */
  body.layout div#main-navigation ul li.parent:hover div.child,
  body.layout div#main-navigation ul li.parent:hover ul.child,
  div#main-navigation ul li.parent:hover div.child,
  div#main-navigation ul li.parent:hover ul.child {
    display: none;
  }
  /* line 173, responsive.scss */
  body.layout div#main-navigation ul li.parent.active div.child,
  body.layout div#main-navigation ul li.parent.active ul.child,
  div#main-navigation ul li.parent.active div.child,
  div#main-navigation ul li.parent.active ul.child {
    display: block;
  }
  /* line 180, responsive.scss */
  body.layout div#main-navigation ul li a.menu-expand,
  div#main-navigation ul li a.menu-expand {
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: 5px;
    right: 10px;
    text-indent: 100%;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 2px;
  }
  /* line 197, responsive.scss */
  body.layout div#main-navigation ul li a.menu-expand:before,
  div#main-navigation ul li a.menu-expand:before {
    display: block;
    content: "+";
    line-height: 16px;
    text-align: center;
    text-indent: 0;
    font-weight: bold;
    font-size: 1.2em;
    color: rgba(255, 255, 255, 0.6);
  }
  /* line 212, responsive.scss */
  body.layout div#main-navigation ul li.active a.menu-expand:before,
  div#main-navigation ul li.active a.menu-expand:before {
    content: "-";
  }
  /* line 221, responsive.scss */
  .main-menu-active body.layout div#main-navigation div.wrapper, .main-menu-active
  div#main-navigation div.wrapper {
    display: block;
  }

  /* line 227, responsive.scss */
  div.breadcrumb {
    padding: 12px;
    font-size: 1.2em;
  }
  /* line 231, responsive.scss */
  div.breadcrumb p {
    line-height: 1.4;
    font-weight: bold;
  }
  /* line 235, responsive.scss */
  div.breadcrumb p a {
    font-weight: normal;
  }

  /* line 241, responsive.scss */
  div#main {
    width: 66.66666666%;
    padding: 0 22px 0 12px;
  }
  /* line 245, responsive.scss */
  div#main div#inner-main {
    float: none;
  }
  /* line 249, responsive.scss */
  div#main div#sidebar1 {
    width: 20%;
  }
  /* line 252, responsive.scss */
  div#main div#sidebar1 ul.list3 {
    width: auto;
  }
  /* line 255, responsive.scss */
  div#main div#sidebar1 ul.list3 ul {
    width: auto;
  }
  /* line 259, responsive.scss */
  div#main div#sidebar1 ul.list3 li {
    width: 100%;
  }
  /* line 265, responsive.scss */
  div#main div#sidebar1 + div#inner-main {
    width: 80%;
    padding-left: 5%;
    margin-left: 20%;
  }

  /* line 272, responsive.scss */
  div#sidebar {
    width: 33.3333333333%;
    position: relative;
    left: -10px;
    text-align: center;
  }

  /* line 279, responsive.scss */
  div#mobile-menu-button {
    display: block;
    width: 100%;
    height: 32px;
    position: absolute;
    top: 82px;
    left: 0;
    z-index: 100;
    background: url(https://www.mckendree.edu/public/images/navigation/navigation-bg.gif) repeat-x left top;
  }
  /* line 291, responsive.scss */
  div#mobile-menu-button a {
    display: block;
    padding: .25em 1.25em .25em 2.25em;
    margin-top: 8px;
    margin-left: 25px;
    position: relative;
    color: white;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
  }
  /* line 304, responsive.scss */
  div#mobile-menu-button a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5em;
    height: 1em;
    border-top: 0.65em double white;
    border-bottom: 0.225em solid white;
  }
  /* line 315, responsive.scss */
  div#mobile-menu-button a:hover {
    text-decoration: none;
  }

  /* line 322, responsive.scss */
  div.post img {
    max-width: none;
  }

  /* line 330, responsive.scss */
  body.layout div#header {
    height: 107px;
    margin-bottom: 30px;
  }
  /* line 334, responsive.scss */
  body.layout div#header div.thehills {
    width: 130px;
    height: 86px;
    position: absolute;
    top: 10px;
    left: 0px;
  }
  /* line 343, responsive.scss */
  body.layout div#header div.thehills h1 a {
    width: 130px;
    height: 86px;
  }
  /* line 347, responsive.scss */
  body.layout div#header div.thehills h1 a span {
    background-size: cover;
  }
  /* line 354, responsive.scss */
  body.layout div#header div.tabs2 {
    margin-top: -13px;
    margin-right: 10px;
  }
  /* line 358, responsive.scss */
  body.layout div#header div.tabs2 ul.tab-strips2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
  }
  /* line 366, responsive.scss */
  body.layout div#header div.logo2 {
    margin: 3px 0 0 10px;
    width: 147px;
    height: 97px;
  }
  /* line 372, responsive.scss */
  body.layout div#header div.logo2 h1 a {
    width: 147px;
    height: 97px;
  }
  /* line 376, responsive.scss */
  body.layout div#header div.logo2 h1 a span {
    background-size: cover;
  }
  /* line 384, responsive.scss */
  body.layout div#main-navigation {
    margin-top: 0;
  }
  /* line 388, responsive.scss */
  body.layout div#main-navigation ul li.last,
  body.layout div#main-navigation ul li.last:hover {
    background: url("https://www.mckendree.edu/public/images/navigation/navigation-li-hover-bg.gif");
  }
  /* line 394, responsive.scss */
  body.layout div#main-navigation div.search-form {
    float: none;
    width: 100%;
    margin: 0;
    height: 32px;
  }
  /* line 400, responsive.scss */
  body.layout div#main-navigation div.search-form p {
    padding: 5px 0 0 30px;
    text-align: center;
  }
  /* line 404, responsive.scss */
  body.layout div#main-navigation div.search-form p input.textbox {
    height: 18px;
    border: 0 none;
  }
  /* line 412, responsive.scss */
  body.layout div#mobile-menu-button {
    top: 106px;
  }
  /* line 416, responsive.scss */
  body.layout div#footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 421, responsive.scss */
  div.slideshow3 {
    height: auto;
  }
  /* line 426, responsive.scss */
  div.slideshow3 div.slides div.slide div.image {
    margin-top: 32px;
  }
  /* line 429, responsive.scss */
  div.slideshow3 div.slides div.slide div.image img {
    width: 100%;
    height: auto;
  }

  /* line 438, responsive.scss */
  div.slideshow4 {
    width: 100%;
    padding-top: 1px;
  }
  /* line 442, responsive.scss */
  div.slideshow4 div.slides {
    width: 100% !important;
  }
  /* line 445, responsive.scss */
  div.slideshow4 div.slides div.slide {
    width: 100% !important;
  }
  /* line 448, responsive.scss */
  div.slideshow4 div.slides div.slide img {
    width: 100% !important;
    height: auto;
  }

  /* line 457, responsive.scss */
  #homeSliderWrapper {
    font-size: .75em;
  }
  /* line 460, responsive.scss */
  #homeSliderWrapper .bx-viewport {
    height: 400px !important;
  }
  /* line 464, responsive.scss */
  #homeSliderWrapper .banner-content {
    bottom: 50%;
  }

  /* line 470, responsive.scss */
  .banner-background img,
  .banner-background video {
    width: auto;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  /* line 479, responsive.scss */
  #by-the-numbers-content {
    font-size: .675em;
    padding: 1em;
  }
  /* line 485, responsive.scss */
  #by-the-numbers-content .wrapper .clearfix {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        -webkit-align-content: center;
            align-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  /* line 495, responsive.scss */
  #by-the-numbers-content .circle:nth-child(4n) {
    margin-right: 0.7333em;
  }
  /* line 498, responsive.scss */
  #by-the-numbers-content .circle:nth-child(4n+1) {
    -ms-flex-item-align: start;
        -webkit-align-self: flex-start;
            align-self: flex-start;
    margin-left: 0.7333em;
    clear: left;
  }

  /* line 508, responsive.scss */
  div#linkSections > div > .image {
    display: block;
    float: none;
    width: 100%;
    height: 80px;
    padding: 2px 0;
    border-top: 1px solid #d4ceb7;
    border-bottom: 1px solid #d4ceb7;
    overflow: hidden;
    position: relative;
  }
  /* line 521, responsive.scss */
  div#linkSections > div > .image img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -30%);
        -ms-transform: translate(-50%, -30%);
            transform: translate(-50%, -30%);
  }
  /* line 532, responsive.scss */
  div#linkSections ul {
    width: 100%;
    float: left;
  }
  /* line 536, responsive.scss */
  div#linkSections ul li {
    width: 100%;
  }

  /* line 543, responsive.scss */
  #news-container .news-item {
    vertical-align: top;
  }
  /* line 545, responsive.scss */
  #news-container .news-item img {
    width: 100%;
  }

  /* line 554, responsive.scss */
  #whats-happening .homepage-tile .homepage-tile-content {
    height: 68%;
    padding-top: 0;
    overflow: hidden;
  }
  /* line 559, responsive.scss */
  #whats-happening .homepage-tile .homepage-tile-content[data-twttr-id*="twttr"] {
    height: 100%;
  }
}
@media (max-width: 680px) {
  /* line 569, responsive.scss */
  div#header {
    background: #1e5799;
    /* Old browsers */
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to right, #2f124f 0%, #4d2179 58%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f124f', endColorstr='#4d2179',GradientType=1 );
    /* IE6-9 */
  }
  /* line 579, responsive.scss */
  div#header div.logo,
  div#header div.logo.small {
    position: absolute;
    top: 20px;
    left: 50%;
    margin: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  /* line 588, responsive.scss */
  div#header div.global-navigation {
    margin: 70px auto 0;
    float: none;
    text-align: center;
  }
  /* line 594, responsive.scss */
  div#header div.global-navigation ul li {
    display: inline-block;
    float: none;
  }
  /* line 601, responsive.scss */
  div#header div.search-form {
    float: none;
    margin: 10px auto;
  }

  /* line 607, responsive.scss */
  div#main {
    float: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  /* line 613, responsive.scss */
  div#main div#sidebar1 {
    width: 100%;
    -webkit-order: 999;
        -ms-flex-order: 999;
            order: 999;
    clear: both;
  }
  /* line 619, responsive.scss */
  div#main div#sidebar1 ul.list3 li {
    width: 100%;
  }
  /* line 623, responsive.scss */
  div#main div#sidebar1 ul.list3 ul {
    margin: 0;
    padding: 0;
  }
  /* line 630, responsive.scss */
  div#main div#sidebar1 + div#inner-main {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }

  /* line 637, responsive.scss */
  div#sidebar {
    width: 80%;
    margin: 5em auto 0;
    float: none;
    clear: both;
  }

  /* line 644, responsive.scss */
  div#mobile-menu-button {
    top: 140px;
  }

  /* line 648, responsive.scss */
  div#main-navigation {
    margin-top: 12px;
  }
  /* line 657, responsive.scss */
  div#main-navigation ul li.parent div.child div.inner > ul > li {
    width: 47%;
    margin-right: 3%;
    padding-bottom: 1.5em;
  }
  /* line 662, responsive.scss */
  div#main-navigation ul li.parent div.child div.inner > ul > li:nth-child(2n) {
    border-right: 0 none;
  }
  /* line 666, responsive.scss */
  div#main-navigation ul li.parent div.child div.inner > ul > li:nth-child(2n+1) {
    clear: left;
  }
  /* line 676, responsive.scss */
  div#main-navigation ul li a.home {
    margin-left: 24px;
  }

  /* line 685, responsive.scss */
  div#footer div#footer-navigation {
    width: auto;
    padding: 10px 20px;
    text-align: center;
  }

  /* line 692, responsive.scss */
  div.slideshow3 {
    height: auto;
  }
  /* line 699, responsive.scss */
  div.slideshow3 div.slides div.slide div.description {
    right: auto;
    left: 0;
  }
  /* line 704, responsive.scss */
  div.slideshow3 div.slides div.slide div.image {
    margin-top: 0;
  }
  /* line 707, responsive.scss */
  div.slideshow3 div.slides div.slide div.image img {
    width: 100%;
  }

  /* line 720, responsive.scss */
  body.layout div#header div.logo2 {
    margin-top: 12px;
    width: 117px;
    height: 77px;
  }
  /* line 726, responsive.scss */
  body.layout div#header div.logo2 h1 a {
    width: 117px;
    height: 77px;
  }
  /* line 733, responsive.scss */
  body.layout div#header div.tabs2 .logo {
    display: none;
  }
  /* line 737, responsive.scss */
  body.layout div#header div.logo {
    float: none;
    margin: 0;
    width: 163px;
    height: 25px;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  /* line 748, responsive.scss */
  body.layout div#header div.logo h1 a {
    width: 163px;
    height: 25px;
  }
  /* line 752, responsive.scss */
  body.layout div#header div.logo h1 a span {
    background-size: contain;
  }
  /* line 761, responsive.scss */
  body.layout div#header div.tabs2 ul.tab-strips2 {
    background: none;
    height: auto;
    float: none;
    width: auto;
    right: 5px;
    bottom: 20px;
  }
  /* line 769, responsive.scss */
  body.layout div#header div.tabs2 ul.tab-strips2 li {
    display: block;
    float: none;
    height: auto;
    background: none;
  }
  /* line 775, responsive.scss */
  body.layout div#header div.tabs2 ul.tab-strips2 li a {
    background: none;
    height: auto;
    line-height: 1.5;
    font-size: 1.5em;
    float: none;
    position: relative;
  }
  /* line 788, responsive.scss */
  body.layout div#header div.tabs2 ul.tab-strips2 li a:after {
    left: 95%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: rgba(255, 255, 255, 0.6);
    border-width: 5px;
    margin-top: -5px;
  }
  /* line 814, responsive.scss */
  body.layout div#footer {
    padding: 15px 10px 30px;
    text-align: center;
  }
  /* line 818, responsive.scss */
  body.layout div#footer div.map {
    float: none;
    width: 100%;
  }
  /* line 822, responsive.scss */
  body.layout div#footer div.map a {
    float: none;
    margin: 0;
  }
  /* line 828, responsive.scss */
  body.layout div#footer div.adr {
    width: 100%;
  }

  /* line 834, responsive.scss */
  .homepage-section-background {
    height: 100%;
    width: 100%;
    text-align: center;
  }
  /* line 840, responsive.scss */
  .homepage-section-background img {
    height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  /* line 850, responsive.scss */
  #whats-happening, #by-the-numbers, #spotlight, #next-steps {
    margin-top: -3em;
  }

  /* line 854, responsive.scss */
  #whats-happening {
    padding-top: 5em;
  }
  /* line 857, responsive.scss */
  #whats-happening .homepage-tile {
    width: 100%;
    float: none;
  }
  /* line 861, responsive.scss */
  #whats-happening .homepage-tile .homepage-tile-content {
    height: 68%;
    padding-top: 0;
    overflow: hidden;
  }
  /* line 866, responsive.scss */
  #whats-happening .homepage-tile .homepage-tile-content[data-twttr-id*="twttr"] {
    height: 100%;
  }

  /* line 873, responsive.scss */
  #by-the-numbers-content {
	padding-top: 4em;
  }

  /* line 877, responsive.scss */
  #spotlight {
    padding-top: 4em;
  }
  /* line 880, responsive.scss */
  #spotlight .news-item {
    width: 100%;
    padding: 0 17%;
  }

  /* line 886, responsive.scss */
  #next-steps {
    margin-top: -3em;
    padding-top: 4em;
  }
  /* line 890, responsive.scss */
  .flexbox #next-steps #next-steps-wrapper {
    display: block;
    -webkit-flex-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
  /* line 894, responsive.scss */
  #next-steps .next-steps-section {
    display: block;
    width: 50%;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    float: left;
    margin: 0;
    padding: 0 3em 5.6em 3em;
  }

  /* line 905, responsive.scss */
  #program-search #program-search-box {
    width: 80%;
  }
  /* line 909, responsive.scss */
  #program-search .button.purple {
    margin-top: 1em;
  }

  /* line 914, responsive.scss */
  div.highlight {
    display: none;
  }
}
