*,
*:after,
*:before{
  box-sizing: border-box;
}

body, html{
  margin: 0;
  padding: 0;
}
body{
  background-color: #f7f6f5;
  font-family: 'Proxima Nova', sans-serif;
}
html{
  font-size: 62.5%;
}

a{
  color: #407bbe;
}
a:focus,
input:focus{
  outline: 3px solid #f6b120;
}
a:hover{
  color: #292e7e;
  text-decoration: none;
}
a[href*="mailto:"]{
  text-transform: lowercase;
}
input[type="text"]{
  border: 1px solid #707c7d;
  font-family: inherit;
}
input[type="text"],
.select{
  border-radius: 2rem;
  padding: .5rem 1rem;
}
select{
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: inherit;
  font-family: inherit;
  font-size: 1.4rem;
  line-height: inherit;
  margin: 0;
  outline: none;
  padding: 0 1rem 0 0;
  width: 100%;
  z-index: 1;
}
select,
.select:after{
  grid-area: select;
}
select:focus+.focus{
  border: 3px solid #f6b120;
  border-radius: inherit;
  bottom: -1px;
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
}
select:-ms-expand{
  display: none;
}
.select{
  align-items: center;
  background-color: #fff;
  background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
  border: 1px solid #707c7d;
  cursor: pointer;
  display: grid;
  font-size: 1.25rem;
  grid-template-areas: "select";
  line-height: 1.1;
  min-width: 15ch;
  position: relative;
  width: 100%;
}
.select:after{
  background-color: #505859;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  content: "";
  height: .5rem;
  justify-self: end;
  width: .8rem;
}

.col-2{
  width: calc(50% - .5rem);
}

.display-block{
  display: block;
}
.display-flex{
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.display-flex>div{
  margin: .25rem;
}
.margin-auto{
  margin: auto;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.order-3{
  order: 3;
}
.position-relative{
  position: relative;
}
.text-center{
  text-align: center;
}
.w-100p{
  width: 100%;
}

.bg-waves{
  background-color: #292e7e;
  background-image: url(https://www.middlesexcollege.edu/wp-content/themes/middlesex-college/assets/images/temp/background-1.png);
  background-position: bottom left;
  background-repeat: no-repeat;
}
.entry{
  background-color: rgba(0, 0, 0, .075);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 1rem 2rem;
  padding-top: 1.6rem;
}
.entry-primary{
  border-bottom: 2px solid rgba(0, 0, 0, .075);
  border-left: 5px solid #f6b120;
  border-top: 2px solid rgba(0, 0, 0, .075);
  margin-bottom: .75rem !important;
  width: 100% !important;
}
.entry .label{
  font-weight: bold;
}
.entry .row{
  border-top: 1px solid rgba(0, 0, 0, .2);
  padding: .6rem 0;
}
.entry .text-lg{
  font-weight: bold;
}
.entry .text-lg + .row{
  border-top: none;
}

#all{
  position: relative;
  min-height: 100vh;
}

#content{
  padding-bottom: 5rem;
}

#header{
  padding: 4rem 0 2rem 0;
  text-align: center;
}

#options a{
  border: 1px solid #fff;
  border-radius: 2rem;
  box-shadow: 0 0 1px 0px white inset, 0 0 1px 0px white;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  padding: .4rem 2rem;
  text-decoration: none;
}
#options a .icn{
  position: relative;
}
#options a .icn-search{
  display: inline-block;
  padding-left: 1.75rem;
}
#options a .icn-search svg{
  content: "\e5c5";
  display: inline-block;
  fill: #fff;
  font: var(--fa-font-solid);
  position: absolute; top: .125rem; left: -.5rem;
  width: 1.6rem;
}

#hero{
  padding: 1.25rem 2.25rem 12rem 2.25rem;
  text-align: center;
}
#hero h1{
  color: #fff;
  margin-bottom: 1.5rem;
  margin-top: 0;
}

#suggestion{
  width: 100%;
}
#suggestion-container svg{
  left: 1.25rem;
  position: absolute;
  top: .8rem;
}

#results{
  margin: 2rem auto;
}
#results .text-lg{
  display: block;
  margin-bottom: 1rem;
}

#footer{
  background: #00843d;
  color: #fff;
  font-size: 1.2rem;
  height: 5rem;
  position: absolute; bottom: 0;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
}
#footer p{
  margin: 0 auto;
}

#footer a{
  color: #fff;
  font-weight: bold;
}
#footer a:hover{
  color: #fff;
  text-decoration: none;
}

#footer p + p{
  margin-top: 0.1rem;
}

@media (min-width: 1250px){
  .container-lg{
    max-width: 1200px;
  }
}

@media (max-width: 1249px){
  .container-lg{
    width: 95%;
  }
}

@media (min-width: 768px) and (max-width: 1110px) {
  #options-department{
    width: calc(50% - .5rem);
  }
}

@media (min-width: 768px){
  h1{
    font-size: 5.6rem;
  }

  .bg-waves{
    min-height: 32.5vh;
  }
  .col-1-md{
    width: calc(100% - .5rem);
  }
  .col-2-md{
    width: calc(50% - .5rem);
  }
  .col-3-md{
    width: calc(33% - .5rem);
  }
  .col-4-md{
    width: calc(25% - .5rem);
  }
  .select{
    max-width: 30ch;
  }
  .text-left-md{
    text-align: left;
  }
  .text-lg{
    font-size: 1.8rem;
  }

  .entry .label{
    display: inline-block;
    width: 100px;
  }
  .select{
    position: absolute;
    right: 0;
  }

  #options a{
    display: inline-block;
  }
  #options .display-flex{
    justify-content: flex-end;  
  }

  #suggestion{
    font-size: 2.2rem;
    padding-left: 5rem;
  }
  #suggestion-container svg{
    width: 2.2rem;
  }
}
@media (max-width: 767px){
  h1{
    font-size: 2.4rem;
  }

  .col-1-md,
  .col-2-md,
  .col-3-md,
  .col-4-md{
    width: 100%;
  }

  .bg-waves{
    background-size: 100%;
  }
  .entry .label{
    display: block;
  }
  .entry .label:after{
    content: ":";
    font-weight: bold;
  }

  #header .logo{
    max-width: 150px;
  }

  #options a{
    display: block;
  }
  #departments .select{
    margin: 2rem auto;
  }

  #suggestion{
    font-size: 1.8rem;
    padding-left: 4.6rem;
  }
  #suggestion-container svg{
    width: 1.8rem;
  }
}
@media (max-width: 450px){
  #header .logo{
    margin-top: .4rem;
  }
}