/* Device Widths */
/* Colors */
/* Fonts */
/* line 3, ../sass/typography.scss */
body {
  font-family: "PT Sans", helvetica, sans-serif;
}

/* line 7, ../sass/typography.scss */
h1, h2 {
  font-family: "Alegreya SC", georgia, serif;
  font-weight: normal;
}

/* line 12, ../sass/typography.scss */
h1 {
  font-size: 3.5em;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  line-height: 1em;
}

/* line 19, ../sass/typography.scss */
h2 {
  font-size: 2.4em;
}
/* line 21, ../sass/typography.scss */
h2:first-child {
  margin-top: 0;
}

/* line 26, ../sass/typography.scss */
h3 {
  font-family: "Alegreya", serif;
  font-size: 1.5em;
  font-weight: normal;
  font-style: italic;
  margin-top: 1.75em;
  margin-bottom: 1em;
}

/* line 35, ../sass/typography.scss */
h4 {
  font-family: "PT Sans", helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 700;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

/* line 44, ../sass/typography.scss */
.subhead {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 1px;
}

/* line 51, ../sass/typography.scss */
ul:not(.inline) {
  margin-top: 0.25em;
  margin-bottom: 1.25em;
}

/* line 56, ../sass/typography.scss */
p {
  margin-top: 0.5em;
  margin-bottom: 1.25em;
}

/* line 61, ../sass/typography.scss */
.caption {
  background-color: #f7f7f7;
  color: #777;
  font-size: 0.9em;
  font-family: "Alegreya", serif;
  font-style: italic;
  padding: 10px 15px 15px 15px;
  margin-top: 0;
  min-height: 56px;
  position: relative;
  top: -9px;
}

/* Tables */
/* line 76, ../sass/typography.scss */
.table-wrapper {
  width: 100%;
  overflow: auto;
  border: 1px solid #ddd;
  margin-bottom: 1.5em;
}

/* line 83, ../sass/typography.scss */
table {
  width: 100%;
  border-spacing: 0;
  overflow: auto;
}
/* line 87, ../sass/typography.scss */
table th {
  text-align: left;
  text-transform: uppercase;
  font-size: 0.8em;
  color: #fff;
  background-color: #cc621e;
}
/* line 94, ../sass/typography.scss */
table th, table td {
  padding: 10px 15px;
  min-width: 160px;
}
/* line 98, ../sass/typography.scss */
table tr:nth-child(odd) {
  background-color: #f7f7f7;
}

/* line 4, ../sass/navigation.scss */
nav#main {
  text-align: center;
  padding: 2em 0;
}
/* line 9, ../sass/navigation.scss */
nav#main ul.inline li a {
  font-size: 1.2em;
}
/* line 15, ../sass/navigation.scss */
nav#fixed {
  -webkit-transition: max-height 0.5s ease;
  -moz-transition: max-height 0.5s ease;
  -o-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  position: fixed;
  top: 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #eee;
  width: 100%;
  z-index: 99;
}
/* line 24, ../sass/navigation.scss */
nav#fixed .container {
  padding: 20px;
}
/* line 27, ../sass/navigation.scss */
nav#fixed .logo {
  float: left;
}
/* line 29, ../sass/navigation.scss */
nav#fixed .logo .separator {
  height: 3px;
}
/* line 33, ../sass/navigation.scss */
nav#fixed ul.inline {
  display: inline-block;
  width: auto;
  float: right;
}
/* line 37, ../sass/navigation.scss */
nav#fixed ul.inline li {
  padding: 0 0.75em;
}
/* line 39, ../sass/navigation.scss */
nav#fixed ul.inline li a {
  font-size: 1em;
}
/* line 44, ../sass/navigation.scss */
nav#fixed.fixed-nav-hide {
  max-height: 0;
  overflow: hidden;
}
/* line 48, ../sass/navigation.scss */
nav#fixed.fixed-nav-show {
  max-height: 10em;
}
/* line 55, ../sass/navigation.scss */
nav.top-nav ul li a {
  color: #52504a;
  font-family: "Alegreya", serif;
  font-style: italic;
  text-decoration: none;
  text-transform: none;
  border: none;
}
/* line 64, ../sass/navigation.scss */
nav.top-nav ul li .hover-green:hover {
  border-bottom: 2px solid #2f4d2b;
}
/* line 69, ../sass/navigation.scss */
nav.top-nav ul li .hover-purple:hover {
  border-bottom: 2px solid #6c0f62;
}
/* line 74, ../sass/navigation.scss */
nav.top-nav ul li .hover-blue:hover {
  border-bottom: 2px solid #142455;
}
/* line 79, ../sass/navigation.scss */
nav.top-nav ul li .hover-orange:hover {
  border-bottom: 2px solid #cc621e;
}

/* line 89, ../sass/navigation.scss */
#subnav ul {
  background-color: rgba(255, 255, 255, 0.25);
  list-style-type: none;
  padding: 2em;
}
/* line 93, ../sass/navigation.scss */
#subnav ul li {
  line-height: 1.25em;
}
/* line 95, ../sass/navigation.scss */
#subnav ul li:not(:last-child) {
  margin-bottom: 0.8em;
}
/* line 98, ../sass/navigation.scss */
#subnav ul li a {
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8em;
  border: none;
}
/* line 106, ../sass/navigation.scss */
#subnav ul li a:hover {
  text-decoration: underline;
}
/* line 109, ../sass/navigation.scss */
#subnav ul li a.active {
  opacity: 0.65;
  text-decoration: underline;
}

/* line 118, ../sass/navigation.scss */
#sidebar-nav {
  margin-bottom: 60px;
}
/* line 120, ../sass/navigation.scss */
#sidebar-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 124, ../sass/navigation.scss */
#sidebar-nav ul li {
  padding: 0.5em 0;
  border-bottom: 1px solid #ddd;
}
/* line 127, ../sass/navigation.scss */
#sidebar-nav ul li a {
  font-family: "Alegreya", serif;
  font-style: italic;
  text-transform: none;
  border: none;
  font-size: 1em;
}

/* line 138, ../sass/navigation.scss */
.button {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border: none;
  display: block;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0.5em 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  position: relative;
  top: -9px;
}
/* line 152, ../sass/navigation.scss */
.button:hover {
  background-color: #52504a !important;
  color: #fff;
}

/* line 158, ../sass/navigation.scss */
a {
  color: #4d7e46;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8em;
  border-bottom: 1px solid #4d7e46;
}
/* line 164, ../sass/navigation.scss */
a:hover {
  color: #2f4d2b;
}

/* line 3, ../sass/page.scss */
html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.8em;
}

/* Global Classes */
/* line 13, ../sass/page.scss */
.clear {
  clear: both;
}

/* line 17, ../sass/page.scss */
.inline {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 21, ../sass/page.scss */
.inline li {
  display: inline-block;
}

/* line 26, ../sass/page.scss */
.separator {
  border: none;
  width: 50px;
  background-color: #52504a;
  margin-top: 0.5em;
  margin-right: 0;
  margin-bottom: 1em;
  margin-left: 0;
}

/* line 36, ../sass/page.scss */
#content .separator {
  height: 4px;
  margin-right: 0;
  margin-bottom: 1.5em;
  margin-left: 0;
  text-align: left;
}

/* line 44, ../sass/page.scss */
.shadow {
  background: url("../images/shadow.png") no-repeat bottom center;
}

/* line 48, ../sass/page.scss */
div.shadow {
  min-height: 2px;
  width: 100%;
  margin: 4em 0;
}

/* line 54, ../sass/page.scss */
.two-thirds {
  position: relative;
  z-index: 10;
}

/* line 59, ../sass/page.scss */
.bg-black {
  background-color: #52504a;
}

/* line 63, ../sass/page.scss */
.bg-white {
  background-color: #fff;
}

/* line 67, ../sass/page.scss */
.bg-green {
  background-color: #2f4d2b;
}

/* line 71, ../sass/page.scss */
.bg-blue {
  background-color: #142455;
}

/* line 75, ../sass/page.scss */
.bg-orange {
  background-color: #cc621e;
}

/* line 79, ../sass/page.scss */
.bg-purple {
  background-color: #6c0f62;
}

/* line 83, ../sass/page.scss */
.bg-black, .bg-green, .bg-blue, .bg-orange, .bg-purple {
  color: #fff;
}

@media (min-width: 601px) {
  /* line 88, ../sass/page.scss */
  .fixed {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
  }
}
/* line 97, ../sass/page.scss */
.image-text-wrap {
  width: 33.33%;
}
/* line 99, ../sass/page.scss */
.image-text-wrap.float {
  padding: 10px 40px 10px 0;
}
/* line 102, ../sass/page.scss */
.image-text-wrap.float-right {
  padding: 10px 0 10px 40px;
}

/* Global Styles */
/* line 110, ../sass/page.scss */
img {
  max-width: 100%;
  min-width: 100%;
}

/* line 115, ../sass/page.scss */
div, nav {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* line 122, ../sass/page.scss */
.logo a {
  font-family: "Alegreya SC", georgia, serif;
  color: #52504a;
  text-decoration: none;
  border: none;
  text-transform: none;
}

/* line 131, ../sass/page.scss */
#hero {
  width: 100%;
  background-color: #2f4d2b;
  background-image: url("../images/hero-banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
/* line 139, ../sass/page.scss */
#hero p {
  max-width: 700px;
}

/* line 144, ../sass/page.scss */
#page-header {
  margin-bottom: 4em;
}

/* line 148, ../sass/page.scss */
section {
  padding: 6em 0;
}
/* line 150, ../sass/page.scss */
section#degrees {
  padding-top: 0;
}

/* line 155, ../sass/page.scss */
.page-title {
  padding-top: 44px;
  padding-bottom: 42px;
}

/* line 160, ../sass/page.scss */
.sticky-anchor {
  position: absolute;
  top: 283px;
}

@media (min-width: 601px) {
  /* line 166, ../sass/page.scss */
  .fixed .sticky-inner > * {
    padding-top: 100px;
  }
}
/* line 171, ../sass/page.scss */
footer {
  text-align: center;
  margin-top: 6em;
  font-size: 0.8em;
}
/* line 175, ../sass/page.scss */
footer .container {
  padding: 1em 0;
}
/* line 178, ../sass/page.scss */
footer .container:first-child {
  padding: 2em 0;
}
/* line 181, ../sass/page.scss */
footer p {
  margin: 0;
  opacity: 0.6;
}

@media (min-width: 1024px) {
  /* line 4, ../sass/responsive.scss */
  .container,
  .fixed .sticky-inner {
    width: 1024px;
    margin: 0 auto;
  }
}
@media (max-width: 1023px) {
  /* line 12, ../sass/responsive.scss */
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1023px) and (min-width: 601px) {
  /* line 20, ../sass/responsive.scss */
  .fixed .sticky-inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 769px) {
  /* line 29, ../sass/responsive.scss */
  .one-third.float {
    padding-right: 100px;
  }
  /* line 32, ../sass/responsive.scss */
  .one-third.float-right {
    padding-left: 100px;
  }
}
@media (max-width: 768px) and (min-width: 600px) {
  /* line 40, ../sass/responsive.scss */
  .one-third.float {
    padding-right: 40px;
  }
  /* line 43, ../sass/responsive.scss */
  .one-third.float-right {
    padding-left: 40px;
  }
}
@media (min-width: 600px) {
  /* line 50, ../sass/responsive.scss */
  .one-third {
    width: 33.33%;
  }
  /* line 53, ../sass/responsive.scss */
  .one-third.float.first {
    padding-right: 30px;
  }
  /* line 56, ../sass/responsive.scss */
  .one-third.float.middle {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 60, ../sass/responsive.scss */
  .one-third.float.last {
    padding-left: 30px;
    padding-right: 0;
  }

  /* line 66, ../sass/responsive.scss */
  .two-thirds {
    width: 66.67%;
  }
}
@media (min-width: 601px) {
  /* line 72, ../sass/responsive.scss */
  h1 {
    font-size: 3.5em;
  }

  /* line 76, ../sass/responsive.scss */
  h2 {
    font-size: 2.4em;
  }

  /* line 80, ../sass/responsive.scss */
  h3 {
    font-size: 1.5em;
  }

  /* line 83, ../sass/responsive.scss */
  #hero {
    padding: 8em 0 16em;
  }

  /* line 86, ../sass/responsive.scss */
  .float {
    float: left;
  }

  /* line 89, ../sass/responsive.scss */
  .float-right {
    float: right;
  }

  /* line 94, ../sass/responsive.scss */
  #main .logo a {
    font-size: 1.6em;
  }
  /* line 97, ../sass/responsive.scss */
  #main .logo .separator {
    margin: 0.5em auto 1em;
  }
  /* line 102, ../sass/responsive.scss */
  #main ul li {
    padding: 0 1em;
  }

  /* line 108, ../sass/responsive.scss */
  #fixed ul {
    margin-top: 7px;
  }
  /* line 112, ../sass/responsive.scss */
  #fixed .logo a {
    font-size: 1.4em;
  }
  /* line 115, ../sass/responsive.scss */
  #fixed .logo .separator {
    margin: 0.25em auto 1.5em;
  }

  /* line 121, ../sass/responsive.scss */
  .logo .separator {
    height: 4px;
  }

  /* line 126, ../sass/responsive.scss */
  #subnav ul {
    margin: 0;
    min-height: 106px;
  }
}
@media (max-width: 600px) {
  /* line 134, ../sass/responsive.scss */
  h1 {
    font-size: 2.8em;
  }

  /* line 138, ../sass/responsive.scss */
  h2 {
    font-size: 2em;
  }

  /* line 142, ../sass/responsive.scss */
  h3 {
    font-size: 1.3em;
  }

  /* line 145, ../sass/responsive.scss */
  #hero {
    padding: 4em 0 8em;
  }

  /* line 148, ../sass/responsive.scss */
  .logo {
    width: auto;
    padding-left: 20px;
    text-align: left;
    float: left;
  }
  /* line 153, ../sass/responsive.scss */
  .logo a {
    font-size: 1.4em;
  }
  /* line 156, ../sass/responsive.scss */
  .logo .separator {
    height: 3px;
    margin: 0.25em auto 1.5em;
  }

  /* line 161, ../sass/responsive.scss */
  #main {
    -webkit-transition: max-height ease 0.5s;
    -moz-transition: max-height ease 0.5s;
    -o-transition: max-height ease 0.5s;
    transition: max-height ease 0.5s;
    padding-bottom: 0;
    max-height: 105px;
    overflow: hidden;
  }
  /* line 163, ../sass/responsive.scss */
  #main #toggle-nav {
    width: 44px;
    height: 18px;
    float: right;
    border: 1px solid #ddd;
    margin-right: 20px;
    padding: 13px 0;
  }
  /* line 170, ../sass/responsive.scss */
  #main #toggle-nav span.bar {
    background-color: #52504a;
    border-radius: 1px;
    display: block;
    height: 3px;
    width: 22px;
    margin: 0 auto 4px;
  }
  /* line 182, ../sass/responsive.scss */
  #main ul {
    position: relative;
    top: 17px;
    margin-bottom: -15px;
  }
  /* line 186, ../sass/responsive.scss */
  #main ul li {
    display: block !important;
    padding: 0.75em 1em;
    border-bottom: 1px solid #ddd;
  }
  /* line 190, ../sass/responsive.scss */
  #main ul li:first-child {
    border-top: 1px solid #ddd;
  }

  /* line 197, ../sass/responsive.scss */
  body.nav-closed #main {
    max-height: 105px;
  }

  /* line 202, ../sass/responsive.scss */
  body.nav-open #main {
    max-height: 30em;
  }

  /* line 206, ../sass/responsive.scss */
  #fixed {
    display: none;
  }

  /* line 210, ../sass/responsive.scss */
  #subnav ul {
    margin: 0 -20px;
  }
}
