/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  margin: 0;
}

body {
  font-family: "Open Sans", Helvetica, sans-serif;
	background: #20272a; /* url(/media/morehouse2015/styleassets/images/bg.jpg) repeat; */
  color: #58595b;
  font-size: 16px;
}
@media screen and (max-width: 37.5em) {
  body {
    font-size: 14px;
  }
}

strong {
  font-weight: 700;
}

h1, h2, h3, h4, h5 {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  margin: 0;
}

h1 {
  font-size: 2em;
  text-transform: uppercase;
  margin-bottom: 0.8em;
}

h2 {
  margin-bottom: 0.9em;
  line-height: 1.3;
  font-size: 1.5em;
}
h2 em {
  color: #aa1a1e;
  font-style: normal;
}

h3 {
  color: #aa1a1e;
  text-transform: uppercase;
  margin: 2em 0 1em;
  line-height: 1.5em;
}

h4, h5, h6 {
  font-size: 1em;
  margin: 0.9em 0 0;
  font-weight: 700;
}

blockquote {
  clear: both;
  font-style: italic;
  font-size: 1.2em;
  color: #939598;
  font-weight: 300;
  line-height: 1.3em;
  margin: 1.6em 0 2em -1.25em;
  border-left: 4px solid #939598;
  padding: 0 0 0 1.25em;
  text-indent: -0.45em;
}
blockquote:before {
  content: "\201C";
}
@media screen and (max-width: 37.5em) {
  blockquote {
    margin-left: 0;
  }
}

p {
  margin: 0 0 1.3125em 0;
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: #aa1a1e;
}
a:hover {
  text-decoration: underline;
  -webkit-transition: color 250ms;
  -moz-transition: color 250ms;
  transition: color 250ms;
}

ul, ol {
  margin: 0 0 1.4em 2.2em;
  padding: 0;
}
ul li, ol li {
  margin: 0.5em 0;
}

ul > li > ul,
ol > li > ol,
ul > li > ul > li > ul,
ol > li > ol > li > ol {
  margin-bottom: 0;
}

ol > li > ol {
  list-style-type: lower-roman;
}

ol > li > ol > li > ol {
  list-style-type: lower-alpha;
}

hr {
  border-width: 1px 0 0 0;
  border-top: 1px solid #dddddd;
  margin: 4em auto;
  width: 90%;
}

pre {
  margin-bottom: 1.6em;
}
pre > code {
  color: white;
  background: #333;
  display: block;
  padding: 1em;
  border-radius: 4px;
  font-family: "Bitstream Vera Sans Mono", Consolas, Courier, monospace;
}

figure {
  margin: 0 0 1em 0;
  max-width: 45%;
}
figure.right {
  margin-left: 1.5em;
}
figure.left {
  margin-right: 1.5em;
}
figure img {
  width: 100%;
  height: auto;
}
figure figcaption {
  font-style: italic;
  text-align: center;
  font-size: 90%;
  padding: 0.4em;
}
@media screen and (max-width: 30em) {
  figure {
    min-width: 100%;
  }
}

dl {
  margin: 1em 1em 1.6em;
}

dt {
  font-weight: 700;
  margin-top: 1em;
}

article > img {
  width: 100%;
}
article a {
  text-decoration: underline;
}
article a:hover {
  text-decoration: none;
}

.right {
  float: right !important;
}

.left {
  float: left !important;
}

.block {
  display: block !important;
}

.sr-only {
  display: none;
}

/* Forms */
fieldset {
  border: 0;
  padding-top: 1em;
  border-top: 1px solid #a2a5a7;
  margin: 2em 0 3.1em;
}

legend {
  margin-left: 1em;
  padding: 0 0.5em;
  font-size: 1.4em;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}

label,
.label {
  font-family: "Open Sans", Helvetica, sans-serif;
  display: block;
  clear: both;
  font-weight: 700;
  margin-bottom: 0.4em;
}

input,
textarea {
  width: 100%;
  display: block;
  font-size: 1.1em;
  padding: 0.5em;
  border: 1px solid #bcbec0;
  margin-bottom: 1.15em;
  border-radius: 3px;
}
input:disabled,
textarea:disabled {
  background: #e6e6e6;
  cursor: not-allowed;
}

input[type="radio"],
input[type="checkbox"] {
  width: auto;
  display: table-cell;
  margin-bottom: 0.4em;
  vertical-align: middle;
}

label + input[type="radio"] {
  clear: both;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  font-weight: 400;
  clear: both;
  display: inline-block;
  margin: 0.3em 1.5em 0.5em 0.3em;
}

select {
  min-width: 20em;
  display: block;
  margin-top: 1em;
  margin-bottom: 1.15em;
}

textarea {
  height: 8.3em;
}

.button,
input[type="submit"] {
  width: auto;
  display: inline;
  float: left;
  margin: 1em 0.5em 0 0;
  background: #aa1a1e;
  border: none;
  padding: 0.6em 1em;
  border-radius: 0;
  -webkit-appearance: none;
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  -webkit-transition: background-color 300ms;
  -moz-transition: background-color 300ms;
  transition: background-color 300ms;
}
.button:hover,
input[type="submit"]:hover {
  text-decoration: none;
  color: #fff;
}
.button:hover,
input[type="submit"]:hover {
  background-color: #871518;
  cursor: pointer;
  -webkit-transition: background-color 300ms;
  -moz-transition: background-color 300ms;
  transition: background-color 300ms;
}
.button > a,
input[type="submit"] > a {
  color: #fff;
}
.button > a:hover,
input[type="submit"] > a:hover {
  text-decoration: none;
}
.button.cancel,
input[type="submit"].cancel {
  background: #939598;
}
.button.cancel:hover,
input[type="submit"].cancel:hover {
  background: #77797c;
}

table {
  border-collapse: collapse;
  width: 100%;
  font-size: 90%;
  margin: 2em 0;
}

@media screen and (max-width:37.5em){
	table {
		overflow-x: auto;
		display: block;
	}
}


table thead {
  background: #ccc;
  border-bottom: 1px solid #3f4041;
}
table tbody tr {
  border-bottom: 1px solid #dddddd;
}
table tbody tr:nth-child(2n) {
  background: #eeeeee;
}
table th {
  text-align: left;
  margin-right: 2em;
}
table th, table td {
  padding: 0.8em 1em;
}

.site-header {
  height: 145px;
  background: #000;
  position: relative;
}
.site-header .logo {
  display: block;
  width: 35%;
  float: left;
  height: 145px;
  text-transform: uppercase;
  padding: 0 0 1em 1em;
}
.site-header .logo:hover {
  text-decoration: none;
}
.site-header .logo h1, .site-header .logo h2 {
  color: #fff;
  font-weight: 400;
  margin: 0;
}
.site-header .logo h1 {
  font-size: 4.5em;
}
.site-header .logo h2 {
  font-size: 1.4em;
  margin-top: -0.8em;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 68.75em) {
  .site-header .logo {
    width: 100%;
  }
}
.site-header .mobile-open {
  display: none;
}
.site-header .full-site-nav {
  width: 65%;
  float: left;
}
@media screen and (max-width: 68.75em) {
  .site-header .full-site-nav {
    display: none;
  }
}
.site-header .quicklinks-container {
  position: absolute;
  right: 0;
}
.site-header .quicklinks-container > a:last-child {
  -webkit-transition: background-color 300ms;
  -moz-transition: background-color 300ms;
  transition: background-color 300ms;
  background: #aa1a1e;
  padding: 0.25em 2em;
  color: #fff;
  border-bottom: none;
  margin-right: 0;
}
.site-header .quicklinks-container > a:last-child:hover {
  -webkit-transition: background-color 300ms;
  -moz-transition: background-color 300ms;
  transition: background-color 300ms;
  border-bottom: 0;
  background: #871518;
}
@media screen and (max-width: 68.75em) {
  .site-header .quicklinks-container {
    left: 0;
    right: auto;
    margin-left: 1em;
  }
}
.site-header .main-nav {
  height: 65px;
  width: 100%;
  float: right;
  position: relative;
  margin: 0;
}
.site-header .main-nav ul {
  position: absolute;
  right: 0;
}
.site-header .main-nav ul li {
  margin: 0;
  position: relative;
  list-style-type: none;
  display: inline-block;
}
.site-header .main-nav ul li a {
  color: #bcbec0;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  display: inline-block;
  height: 3.4em;
  margin-right: 1.2em;
}
.site-header .main-nav ul li a:hover {
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 68.75em) {
  .site-header {
    height: auto;
    background: none;
  }
  .site-header:after {
    content: "";
    display: table;
    clear: both;
  }
  .site-header .logo {
    height: auto;
    width: 100%;
    margin: 4.5em auto 2em;
    text-align: center;
    font-size: 80%;
    padding: 0;
  }
  .site-header .mobile-open {
    display: block;
    clear: both;
    position: absolute;
    right: 0.5em;
    top: 0.5em;
    background: #0d0d0d;
    border: 1px solid #222;
    padding: 0.5em 1em 0.5em 0.75em;
    border-radius: 3px;
    color: #fff;
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    font-family: "Oswald", sans-serif;
  }
  .site-header .mobile-open:hover {
    text-decoration: none;
    color: #fff;
  }
  .site-header .mobile-open:before {
    font-family: "fontawesome";
    content: "\f0c9";
    font-size: 1.4em;
    line-height: 1;
    display: block;
    float: left;
    margin-right: 0.5em;
  }
}

.top-quicklinks {
  width: 100%;
  height: 60px;
  margin-top: 20px;
  position: relative;
}
.top-quicklinks a {
  color: #bcbec0;
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  display: inline-block;
  margin-left: 1.4em;
  padding: 0.25em 0;
  border-bottom: 3px solid transparent;
  -webkit-transition: border-bottom-color 250ms;
  -moz-transition: border-bottom-color 250ms;
  transition: border-bottom-color 250ms;
}
.top-quicklinks a:hover {
  text-decoration: none;
  color: #fff;
}
.top-quicklinks a:hover {
  border-bottom-color: #aa1a1e;
  -webkit-transition: border-bottom-color 150ms;
  -moz-transition: border-bottom-color 150ms;
  transition: border-bottom-color 150ms;
}
.top-quicklinks span[class^="currentbranch"] a {
  border-bottom: 3px solid #aaa;
}
.top-quicklinks span[class^="currentbranch"] a:hover {
  text-decoration: none;
  border-bottom-color: #aa1a1e;
  color: white;
  -webkit-transition: border-bottom-color 150ms;
  -moz-transition: border-bottom-color 150ms;
  transition: border-bottom-color 150ms;
}

.search-form {
  display: inline-block;
  background: #fff;
  margin-bottom: -0.4em;
}
.search-form input[type="text"] {
  background: #fff;
  color: #333;
  padding: 0.38em 1em;
  float: left;
  width: auto;
  font-size: 0.7em;
  margin: 0;
  border: 1px solid transparent;
}
.search-form input[type="submit"] {
  background: #aa1a1e;
  margin: 0;
  width: auto;
  display: inline;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  padding: 0.25em 2em;
  color: white;
  color: #fff;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  -webkit-transition: background-color 300ms;
  -moz-transition: background-color 300ms;
  transition: background-color 300ms;
}
.search-form input[type="submit"]:hover {
  text-decoration: none;
  color: #fff;
}
.search-form input[type="submit"]:hover {
  cursor: pointer;
  background: #871518;
  -webkit-transition: background-color 300ms;
  -moz-transition: background-color 300ms;
  transition: background-color 300ms;
}

.site-header .main-nav > ul > li > a:after {
  content: "";
  display: block;
  height: 1.25em;
  width: 1.25em;
  background: transparent;
  position: absolute;
  margin: 0;
  -webkit-transition: margin 250ms, background-color 250ms;
  -moz-transition: margin 250ms, background-color 250ms;
  transition: margin 250ms, background-color 250ms;
}

.site-header .main-nav > ul > li > span[class^="currentbranch"] > a:after {
  content: "";
  display: block;
  height: 1.25em;
  width: 1.25em;
  background: #939598;
  position: absolute;
  margin: 0.75em 0 0 0;
  -webkit-transition: margin 250ms, background-color 250ms;
  -moz-transition: margin 250ms, background-color 250ms;
  transition: margin 250ms, background-color 250ms;
}
@media screen and (max-width: 68.75em) {
  .site-header .main-nav > ul > li > span[class^="currentbranch"] > a:after {
    margin-top: 0.25em;
  }
}

.site-header .main-nav > ul > li > a:hover:after,
.site-header .main-nav > ul > li > span[class^="currentbranch"] > a:hover:after {
  content: "";
  display: block;
  height: 1.25em;
  width: 1.25em;
  background: #aa1a1e;
  position: absolute;
  margin: 0.75em 0 0 0;
  -webkit-transition: margin 250ms, background-color 250ms;
  -moz-transition: margin 250ms, background-color 250ms;
  transition: margin 250ms, background-color 250ms;
}
@media screen and (max-width: 68.75em) {
  .site-header .main-nav > ul > li > a:hover:after,
  .site-header .main-nav > ul > li > span[class^="currentbranch"] > a:hover:after {
    margin-top: 0.25em;
  }
}

.site-header .main-nav > ul > li > ul,
.site-header .main-nav > ul > li > a + ul {
  position: absolute;
  left: -2em;
  margin: -1em .5em .5em;
  padding: .5em;
  visibility: hidden;
  width: 0%;
  background: #262627;
  font-size: 0.9em;
  border-top: 3px solid #aa1a1e;
  z-index: 9;
  width: 200%;
  top: 4.5em;
  opacity: 0;
  transition: opacity .3s, visibility .3s, margin .3s;
}
.site-header .main-nav > ul > li > ul li,
.site-header .main-nav > ul > li > a + ul li {
  display: block;
  float: none;
  height: auto;
}
.site-header .main-nav > ul > li > ul li a,
.site-header .main-nav > ul > li > a + ul li a {
  padding: 0.5em;
  height: auto;
  font-size: 1em;
  width: 100%;
  border-bottom: 1px solid #3f4041;
}
.site-header .main-nav > ul > li > ul li:last-child a,
.site-header .main-nav > ul > li > a + ul li:last-child a {
  border-bottom: 0;
}

.site-header .main-nav > ul > li > ul:hover,
.site-header .main-nav > ul > li > ul:focus,
.site-header .main-nav > ul > li > a:hover + ul,
.site-header .main-nav > ul > li > a:focus + ul,
.site-header .main-nav > ul > li > span[class^="currentbranch"]:hover + ul,
.site-header .main-nav > ul > li > span[class^="currentbranch"]:focus + ul {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.slider {
  position: relative;
  clear: both;
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-width: 1100px;
}
.slider ul {
  margin: 0;
  padding: 0;
}
.slider li {
  position: relative;
  list-style-type: none;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.slider li img {
  width: 100%;
  height: auto;
}
/*.slider li > a {
  position: absolute;
  top: 0;
  left: 0;
}*/
.slider a.slider-link{
	color:transparent;
}
.slider li > .caption {
  position: absolute;
  color: #fff;
  left: 5%;
  top: auto;
  bottom: 2em;
  width: 500px;
}
.slider li > .caption:hover {
  text-decoration: none;
}
.slider li > .caption:hover h2, .slider li > .caption:hover p {
  background: #202020;
  -webkit-transition: background-color 300ms;
  -moz-transition: background-color 300ms;
  transition: background-color 300ms;
}
.slider li > .caption h2, .slider li > .caption p {
  background: #1a1a1a;
  background: rgba(32, 32, 32, 0.8);
  margin: 0;
  padding: 10px 16px;
  -webkit-transition: background-color 300ms;
  -moz-transition: background-color 300ms;
  transition: background-color 300ms;
}
.slider li > .caption h2 {
  text-transform: uppercase;
  font-size: 1.8em;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 60em) {
  .slider li > .caption {
    width: 70%;
    left: 50%;
    right: 50%;
    margin-left: -35%;
  }
}
@media screen and (max-width: 44.5em) {
  .slider li > .caption {
    bottom: 3em;
  }
  .slider li > .caption h2 {
    font-size: 1.2em;
  }
  .slider li > .caption p {
    display: none;
  }
}
.slider .pager-buttons {
  position: absolute;
  bottom: 15px;
  width: 100%;
  height: 15px;
  margin: 0;
  text-align: center;
}
.slider .pager-button {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 0 3px;
  width: 15px;
  height: 15px;
}
.slider .pager-button a {
  display: block;
  overflow: hidden;
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  background-image: url(/media/morehouse2015/styleassets/images/slider/slider-pager.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.slider .pager-button.selected a {
  background-position: right top;
}
.slider .slider-button {
  position: absolute;
  display: block;
  top: 50%;
  width: 30px;
  height: 64px;
  color: white;
}
.slider .slider-button.previous {
  left: 10px;
}
.slider .slider-button.previous:after {
  font-family: "fontawesome";
  content: "\f053";
  text-shadow: 0 0 8px #000;
  font-size: 2em;
}
.slider .slider-button.previous:hover {
  text-decoration: none;
  color: #3f4041;
}
.slider .slider-button.next {
  right: 10px;
}
.slider .slider-button.next:after {
  font-family: "fontawesome";
  content: "\f054";
  text-shadow: 0 0 8px #000;
  font-size: 2em;
}
.slider .slider-button.next:hover {
  text-decoration: none;
  color: #3f4041;
}

.slider-image {
  display: none;
}

.social {
  margin: 0;
  padding: 0;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  list-style-type: none;
}
.social:last-child {
  margin-right: 0;
}
.social li {
  margin: 0.4em 0;
}
.social li a {
  display: block;
  width: 46px;
  height: 46px;
  float: left;
  margin-right: 1em;
  -webkit-transition: background-position 200ms;
  -moz-transition: background-position 200ms;
  transition: background-position 200ms;
  background-image: url(/media/morehouse2015/styleassets/images/icons/icons.png);
}
.social li a:hover {
  -webkit-transition: background-position 200ms;
  -moz-transition: background-position 200ms;
  transition: background-position 200ms;
}
.social li .facebook-icon {
  background-position: -46px -46px;
}
.social li .facebook-icon:hover {
  background-position: -46px 0;
}
.social li .twitter-icon {
  background-position: -92px -46px;
}
.social li .twitter-icon:hover {
  background-position: -92px 0;
}
.social li .email-icon {
  background-position: 0 -46px;
}
.social li .email-icon:hover {
  background-position: 0 0;
}
.social li .youtube-icon {
  width: 70px;
  background-position: -139px -46px;
}
.social li .youtube-icon:hover {
  background-position: -139px 0;
}

.feature-block {
  margin-top: 1.4em;
}
.feature-block:after {
  content: "";
  display: table;
  clear: both;
}
.feature-block h2 {
  color: #fff;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
}
.feature-block h2:hover {
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 60em) {
  .feature-block footer {
    margin: 0 1%;
  }
  .feature-block footer .button {
    margin: 0 0 1em;
  }
}
@media screen and (max-width: 60em) {
  .feature-block {
    margin: 1.4em 1em;
  }
  .feature-block h2 {
    margin: 0 1% 0.5em;
    font-size: 1.4em;
  }
}

.feature {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
  display: block;
  color: #bcbec0;
}
.feature:last-child {
  margin-right: 0;
}
@media screen and (max-width: 60em) {
  .feature {
    margin-bottom: 1em;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .feature:nth-of-type(2n) {
    margin-right: 0;
  }
  .feature:last-child {
    margin-right: 0;
  }
  .feature h2 {
    margin: 0 1% 0.5em;
  }
}
@media screen and (max-width: 30em) {
  .feature {
    margin-right: 0;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .feature:last-child {
    margin-right: 0;
  }
}

.feature-item {
  background: #000;
}
.feature-item:last-of-type {
  margin-right: 0;
}
.feature-item:hover {
  text-decoration: none;
}
.feature-item:hover p:before {
  content: "";
  display: block;
  height: 1.25em;
  width: 1.25em;
  background: #aa1a1e;
  position: absolute;
  margin: -1.5em 0 0 -2.6em;
  -webkit-transition: margin 250ms, background-color 250ms;
  -moz-transition: margin 250ms, background-color 250ms;
  transition: margin 250ms, background-color 250ms;
}
.feature-item:hover p {
  color: white;
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  transition: color 300ms;
}
.feature-item img {
  width: 100%;
  height: auto;
  border: none;
}
.feature-item h3 {
  padding: 0 1em 0.2em 2.6em;
  margin: 1em 0 0;
  color: #fff;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
}
.feature-item h3:hover {
  text-decoration: none;
  color: #fff;
}
.feature-item p:before {
  content: "";
  display: block;
  height: 1.25em;
  width: 1.25em;
  background: transparent;
  position: absolute;
  margin: -1.5em 0 0 -1.25em;
  -webkit-transition: margin 250ms, background-color 250ms;
  -moz-transition: margin 250ms, background-color 250ms;
  transition: margin 250ms, background-color 250ms;
}
.feature-item p {
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  transition: color 300ms;
  padding: 0 1em 0.6em 2.6em;
  line-height: 1.6;
  font-size: 0.9em;
  color: #bcbec0;
}

.feature-block.light .feature-item {
  background: #f1f1f1;
}
.feature-block.light .feature-item h3 {
  color: #fff;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  color: #58595b;
  font-weight: 700;
}
.feature-block.light .feature-item h3:hover {
  text-decoration: none;
  color: #000;
}
.feature-block.light .feature-item p {
  color: #58595b;
}
.feature-block.light .feature-list ul,
.feature-block.light .feature-events ul {
  background: #f1f1f1;
}
.feature-block.light .feature-list ul li a,
.feature-block.light .feature-events ul li a {
  color: #58595b;
}
.feature-block.light .feature-list ul li a:hover,
.feature-block.light .feature-events ul li a:hover {
  color: #aa1a1e;
}
.feature-block.light .feature-list .upcoming-events,
.feature-block.light .feature-events .upcoming-events {
  background: #f1f1f1;
}
.feature-block.light .feature-list .upcoming-events a,
.feature-block.light .feature-events .upcoming-events a {
  color: #aa1a1e;
}
.feature-block.light .feature-list .upcoming-events a h3,
.feature-block.light .feature-events .upcoming-events a h3 {
  font-weight: 700;
}
.feature-block.light .feature-list .upcoming-events a > *,
.feature-block.light .feature-events .upcoming-events a > * {
  color: #58595b;
}
.feature-block.light .feature-list .upcoming-events a:hover span,
.feature-block.light .feature-events .upcoming-events a:hover span {
  color: #939598;
}

.feature-list ul {
  background: #000;
  list-style-type: none;
  padding: 0.75em 0;
  margin: 0;
}
.feature-list ul li a {
  display: block;
  color: #bcbec0;
  font-size: 0.9em;
  margin: 0.5em 1em 0.5em 2.5em;
}
.feature-list ul li a:hover {
  color: #aa1a1e;
  text-decoration: none;
}
@media screen and (max-width: 60em) {
  .feature-list h2 {
    background: #000;
    margin: 0;
    padding: 0.75em 0 0 0.75em;
  }
  .feature-list ul {
    margin: 0;
  }
  .feature-list ul li a {
    margin-left: 1.75em;
  }
}

.feature-events .upcoming-events {
  background: #000;
  padding: 1em;
}
.feature-events .upcoming-events .event-item {
  display: block;
  margin: 0 0 1em 1.4em;
}
.feature-events .upcoming-events .event-item h3 {
  color: #fff;
  margin: 0;
}
.feature-events .upcoming-events .event-item .event-description {
  color: #bcbec0;
  font-size: 0.9em;
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  transition: color 300ms;
}
.feature-events .upcoming-events .event-item:before {
  content: "";
  display: block;
  height: 1.25em;
  width: 1.25em;
  background: transparent;
  position: absolute;
  margin: 0.25em 0 0 -1.25em;
  -webkit-transition: margin 250ms, background-color 250ms;
  -moz-transition: margin 250ms, background-color 250ms;
  transition: margin 250ms, background-color 250ms;
}
.feature-events .upcoming-events .event-item:hover {
  text-decoration: none;
}
.feature-events .upcoming-events .event-item:hover .event-description {
  color: #fff;
}
.feature-events .upcoming-events .event-item:hover:before {
  content: "";
  display: block;
  height: 1.25em;
  width: 1.25em;
  background: #aa1a1e;
  position: absolute;
  margin: 0.25em 0 0 -2.4em;
  -webkit-transition: margin 250ms, background-color 250ms;
  -moz-transition: margin 250ms, background-color 250ms;
  transition: margin 250ms, background-color 250ms;
}
@media screen and (max-width: 60em) {
  .feature-events .upcoming-events .event-item {
    margin-left: 0.5em;
  }
}
.feature-events .upcoming-events .all-events {
  color: #fff;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  margin: 1em 0 0 1.2em;
  clear: both;
}
.feature-events .upcoming-events .all-events:hover {
  text-decoration: none;
  color: #aa1a1e;
}
@media screen and (max-width: 60em) {
  .feature-events .upcoming-events .all-events {
    margin-left: 0.4em;
  }
}
.feature-events.feature {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
}
.feature-events.feature:last-child {
  margin-right: 0;
}
@media screen and (max-width: 60em) {
  .feature-events.feature {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .feature-events.feature:last-child {
    margin-right: 0;
  }
  .feature-events.feature h2 {
    background: #000;
    margin: 0;
    padding: 0.75em 0 0 0.75em;
  }
  .feature-events.feature ul {
    margin: 0;
  }
  .feature-events.feature ul li a {
    margin-left: 1.75em;
  }
}

.secondary-nav {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 18.9668591516%;
}
.secondary-nav:last-child {
  margin-right: 0;
}
.secondary-nav .section-navigation {
  margin: 1.8em 0 0;
  padding: 0;
  list-style-type: none;
}
.secondary-nav .section-navigation li {
  margin: 0;
}
.secondary-nav .section-navigation li a {
  color: #bcbec0;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  display: block;
  margin: 0.5em 0 0;
}
.secondary-nav .section-navigation li a:hover {
  text-decoration: none;
  color: #fff;
}
.secondary-nav .section-navigation li a:before {
  content: "";
  display: block;
  height: 1.25em;
  width: 1.25em;
  background: transparent;
  position: absolute;
  margin: 0.1em 0 0 -1em;
  -webkit-transition: margin 250ms, background-color 250ms;
  -moz-transition: margin 250ms, background-color 250ms;
  transition: margin 250ms, background-color 250ms;
}
@media screen and (max-width: 68.75em) {
  .secondary-nav .section-navigation li a:before {
    margin-left: -1.75em;
  }
}
.secondary-nav .section-navigation li a:hover:before {
  content: "";
  display: block;
  height: 1.25em;
  width: 1.25em;
  background: #aa1a1e;
  position: absolute;
  margin: 0.1em 0 0 -2.25em;
  -webkit-transition: margin 250ms, background-color 250ms;
  -moz-transition: margin 250ms, background-color 250ms;
  transition: margin 250ms, background-color 250ms;
}
.secondary-nav .section-navigation li > ul {
  margin-left: .5em;
  list-style-type: none;
}
.secondary-nav .section-navigation li > ul li a {
  text-transform: none;
  color: white;
}
.secondary-nav h3 {
  font-family: "Open Sans", Helvetica, sans-serif;
  margin: 2.5em 0 0;
  color: #bcbec0;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 0.9em;
}
.secondary-nav .quicklinks, .secondary-nav .see_also {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.secondary-nav .quicklinks li a, .secondary-nav .see_also li a {
  display: block;
  color: #939598;
  font-size: 0.9em;
  letter-spacing: 1px;
  margin-top: 0.8em;
}
.secondary-nav .quicklinks li a:hover, .secondary-nav .see_also li a:hover {
  color: #aa1a1e;
  text-decoration: none;
}
@media screen and (max-width: 68.75em) {
  .secondary-nav {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    clear: both;
    background: #1a1a1a;
    max-height: 3.8em;
    padding: 0.4em;
    margin: 0;
    -webkit-transition: max-height 400ms;
    -moz-transition: max-height 400ms;
    transition: max-height 400ms;
  }
  .secondary-nav:last-child {
    margin-right: 0;
  }
  .secondary-nav > * {
    visibility: hidden;
    -webkit-transition: visibility 300ms;
    -moz-transition: visibility 300ms;
    transition: visibility 300ms;
  }
  .secondary-nav.open-on-mobile {
    max-height: 80em;
    -webkit-transition: max-height 800ms;
    -moz-transition: max-height 800ms;
    transition: max-height 800ms;
  }
  .secondary-nav.open-on-mobile > * {
    visibility: visible;
    -webkit-transition: visibility 300ms;
    -moz-transition: visibility 300ms;
    transition: visibility 300ms;
  }
  .secondary-nav.open-on-mobile h2.sr-only a:after {
    content: "\25B2";
  }
  .secondary-nav h2.sr-only {
    display: block;
    visibility: visible;
    position: relative;
  }
  .secondary-nav h2.sr-only a {
    display: block;
    background: #333333;
    padding: 0.75em 1em 0.5em;
    margin: 0;
    color: #fff;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    font-family: "Oswald", sans-serif;
  }
  .secondary-nav h2.sr-only a:hover {
    text-decoration: none;
    color: #fff;
  }
  .secondary-nav h2.sr-only a:after {
    content: "\25BC";
    color: white;
    display: block;
    position: absolute;
    padding: 0.75em 0.75em 0.5em;
    right: 0;
    top: 0em;
    background: #aa1a1e;
  }
  .secondary-nav .section-navigation li a {
    margin: 0 1em;
    padding: 0.4em 0 0.4em 0.5em;
  }
  .secondary-nav li a,
  .secondary-nav h3 {
    margin: 0 2em;
  }
  .secondary-nav h3 {
    margin-top: 2em;
  }
  .secondary-nav li a {
    border-top: 1px solid #333333;
  }
  .secondary-nav li:last-child a {
    border-bottom: 1px solid #333333;
  }
  .secondary-nav .quicklinks li a {
    padding: 0.6em 0 0.4em 0.5em;
    margin: 0 1.4em;
  }
  .secondary-nav .quicklinks li:last-child a {
    padding-bottom: 0.6em;
  }
}
@media screen and (max-width: 37.5em) {
  .secondary-nav {
    min-height: 4em;
  }
}

.off-canvas {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: right 300ms opacity 750ms;
  -moz-transition: right 300ms opacity 750ms;
  transition: right 300ms opacity 750ms;
}
@media screen and (max-width: 68.75em) {
  .off-canvas {
    -webkit-transition: background-color 300ms, right 300ms, opacity 750ms;
    -moz-transition: background-color 300ms, right 300ms, opacity 750ms;
    transition: background-color 300ms, right 300ms, opacity 750ms;
    opacity: 0;
  }
  .off-canvas > * {
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    transition: opacity 1s;
  }
  .off-canvas.open {
    opacity: 1;
    display: block;
    left: auto;
    background: #333;
    height: 100%;
    width: 85%;
    right: 0;
    visibility: visible;
    position: absolute;
    padding: 1.5em 2em;
    font-size: 1em;
    display: block;
    background: #2b2b2c;
    height: 100%;
    width: 85%;
    right: 0;
    position: fixed;
    padding: 1.5em 2em;
    -webkit-transition: right 300ms, background-color 300ms, opacity 750ms;
    -moz-transition: right 300ms, background-color 300ms, opacity 750ms;
    transition: right 300ms, background-color 300ms, opacity 750ms;
  }
  .off-canvas.open > * {
    opacity: 1;
    display: block;
  }
  .off-canvas.open .overlay {
    left: -100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: background-color 300ms, left 300mss;
    -moz-transition: background-color 300ms, left 300mss;
    transition: background-color 300ms, left 300mss;
  }
  .off-canvas.open .search-form {
    width: 100%;
    margin-bottom: 0.5em;
    position: relative;
  }
  .off-canvas.open .search-form input[type="text"] {
    padding: 1em;
    width: 100%;
  }
  .off-canvas.open .search-form input[type="submit"] {
    position: absolute;
    right: 0;
    padding: 0.8em 2em 0.7em;
  }
  .off-canvas.open .sr-only {
    display: none;
  }
  .off-canvas.open ul {
    list-style-type: none;
    margin: 0;
  }
  .off-canvas.open a {
    color: #fff;
  }
  .off-canvas.open a:hover {
    text-decoration: none;
  }
  .off-canvas.open .quicklinks + .sr-only {
    display: block;
    color: #939598;
    margin: 1em 0 0.5em;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .off-canvas.open .quicklinks a {
    display: block;
    font-size: 0.9em;
    margin: 0 .5em 0.75em 0;
    padding: 0 0 0.75em 0.75em;
    color: #939598;
    border-bottom: 1px solid #212122;
    text-transform: capitalize;
  }
  .off-canvas.open .quicklinks a:last-of-type {
    text-transform: uppercase;
  }
  .off-canvas.open .main-nav a {
    display: block;
    border-bottom: 1px solid #212122;
    margin: 0 .5em 0.75em 0;
    padding-bottom: 0.75em;
  }
}
.off-canvas .overlay {
  left: 100%;
  background: transparent;
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-indent: -9999px;
  box-shadow: 10px 0px 50px 0px rgba(0, 0, 0, 0.75);
  -webkit-transition: background-color 750ms, left 100ms;
  -moz-transition: background-color 750ms, left 100ms;
  transition: background-color 750ms, left 100ms;
}
.off-canvas ul li ul {
    display: none;
  }

.page-footer {
  clear: both;
  width: 100%;
  padding: 1em;
  margin: 0 0 3em;
  background: #000;
  color: #939598;
}
.page-footer:after {
  content: "";
  display: table;
  clear: both;
}
.page-footer .footer-item {
  margin-right: 2em;
  display: inline-block;
}
@media screen and (max-width: 37.5em) {
  .page-footer .footer-item {
    display: block;
  }
}

.container {
  max-width: 68.75em;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}

.main {
  left: 0;
  position: absolute;
  width: 100%;
  -webkit-transition: left 300ms;
  -moz-transition: left 300ms;
  transition: left 300ms;
}
.main:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 68.75em) {
  .main.hide {
    left: -85%;
    -webkit-transition: left 300ms;
    -moz-transition: left 300ms;
    transition: left 300ms;
  }
}
.main main {
  margin-bottom: 3em;
}
.content-section-oia {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  background: #fff;
  margin-right: 0;
}

.content-section {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 78.6754892504%;
  background: #fff;
  margin-right: 0;
}
.content-section:last-child {
  margin-right: 0;
}
.content-section:after {
  content: "";
  display: table;
  clear: both;
}
.content-section header {
  width: 100%;
}
.content-section header img {
  width: 100%;
  height: auto;
}
.content-section section {
  padding: 2em 4em 4em;
}
@media screen and (max-width: 37.5em) {
  .content-section section {
    padding: 2em 1em;
  }
}
@media screen and (max-width: 68.75em) {
  .content-section {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .content-section:last-child {
    margin-right: 0;
  }
}

.site-header + .content-section {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
}
.site-header + .content-section:last-child {
  margin-right: 0;
}
.notification-header {
    background: #840028;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    width: 100%;
    margin: auto;
    padding: 10px 20px;
    text-align: justify;
}




