@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700|Vollkorn:400,600,700&display=swap");
body {
  color: #414042;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  /*!
  * Hamburgers
  * @description Tasty CSS-animated hamburgers
  * @author Jonathan Suh @jonsuh
  * @site https://jonsuh.com/hamburgers
  * @link https://github.com/jonsuh/hamburgers
  */
  /*
  * 3DXY
  */
}
body.open-nav {
  overflow: hidden;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: #990219;
  font-family: "Georgia", serif;
  font-weight: 600;
  margin: 0 0 15px;
  line-height: 1.25;
  position: relative;
}
body h1 span,
body h2 span,
body h3 span,
body h4 span,
body h5 span,
body h6 span {
  color: #990219;
}
body h1 {
  font-size: 4.063rem;
}
body h2 {
  font-size: 2.625rem;
}
body h3 {
  font-size: 1.563em;
}
body h4 {
  font-size: 1.25em;
}
body p,
body ul,
body address {
  margin: 0 0 15px;
}
body p.subtitle,
body ul.subtitle,
body address.subtitle {
  font-size: 1.188rem;
  color: #191919;
  margin: 0 0 30px;
  font-weight: 800;
}
body ul,
body ol {
  list-style-type: disc;
  padding: 0 0 0 25px;
}
body ul li,
body ol li {
  margin: 0 0 5px;
}
body ul li a,
body ol li a {
  cursor: pointer;
}
body ul.split,
body ol.split {
  column-count: 2;
}
@media (max-width: 991px) {
  body ul.split,
body ol.split {
    column-count: 1;
  }
}
body a {
  color: #414042;
  text-decoration: underline;
}
body a:hover {
  text-decoration: none;
  color: #414042;
}
body img {
  max-width: 100%;
}
body section.light-green {
  background: #b11028;
}
body section.mid-green {
  background: #7b0013;
}
body section.dark-green {
  background: #191919;
}
body :target {
  padding-top: 90px;
  margin-top: -90px;
}
body form {
  width: 100%;
}
body form label {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}
body form input,
body form select,
body form textarea {
  width: 100%;
  height: 40px;
  padding: 10px 15px;
  border: none;
  border-radius: 0.35em;
  background: #eee;
  font-size: 0.875em;
  color: #191919;
  margin: 0 0 15px;
  outline: none !important;
}
@media (max-width: 576px) {
  body form input,
body form select,
body form textarea {
    padding: 10px 5px;
  }
}
body form input::-webkit-input-placeholder,
body form select::-webkit-input-placeholder,
body form textarea::-webkit-input-placeholder {
  /* Edge */
  color: #191919;
}
body form input:-ms-input-placeholder,
body form select:-ms-input-placeholder,
body form textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #191919;
}
body form input::placeholder,
body form select::placeholder,
body form textarea::placeholder {
  color: #191919;
}
body form textarea {
  min-height: 200px;
}
body form input[type=submit],
body form .frm_button_submit {
  padding: 8px 40px;
  background: #7b0013;
  color: #ffffff;
  border-radius: 2em;
  width: auto;
  display: inline-block;
  outline: none;
  border: none;
}
body form input[type=submit]:hover,
body form .frm_button_submit:hover {
  background: #b11028;
}
@media (max-width: 768px) {
  body form input[type=submit],
body form .frm_button_submit {
    display: block;
    width: 100%;
  }
}
body form .frm_submit {
  margin-bottom: 15px;
}
body .table-wrapper {
  overflow-x: scroll;
}
body table {
  border: none !important;
}
body table tr td,
body table tr th {
  border-right: 1px solid #990219;
  border-top: 1px solid #990219 !important;
  text-align: center;
  min-width: 60px;
}
body table tr td:first-of-type,
body table tr th:first-of-type {
  max-width: 100px;
  min-width: 0;
  border-left: 1px solid #990219;
}
@media (max-width: 991px) {
  body table tr td,
body table tr th {
    max-width: none !important;
  }
}
body table thead {
  background: #7b0013;
  color: #fff;
  font-size: 0.938rem;
}
body table thead tr th {
  padding: 15px 15px !important;
  border-bottom: none !important;
  vertical-align: baseline;
}
body table tbody {
  font-weight: 600;
  color: #990219;
  font-size: 0.813rem;
}
body table tbody tr td {
  min-height: 130px;
  height: 130px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
body table tbody tr:nth-of-type(even) {
  background: #dcddde;
}
body table tbody tr:last-of-type td {
  border-bottom: 1px solid #990219;
}
body table#trial-search {
  width: 100% !important;
}
body table#trial-search tbody tr td:nth-of-type(2) {
  text-align: left;
}
@media (max-width: 1200px) {
  body table {
    width: 1200px !important;
  }
}
body table.dataTable,
body table.dataTable th,
body table.dataTable td {
  box-sizing: border-box !important;
}
body table.dataTable th.sorting:hover,
body table.dataTable th.sorting_asc:hover,
body table.dataTable th.sorting_desc:hover {
  box-shadow: inset 0px 0px 0px 2px white;
  z-index: 10;
}
body .dataTables_wrapper .yadcf-filter-wrapper select {
  margin: 5px 10px 0 0;
  border: none;
  outline: none;
  font-size: 0.813rem;
  color: #990219;
  border-radius: 0.35em;
  padding: 5px;
  width: 110px;
  z-index: 2000;
}
body .dataTables_wrapper .yadcf-filter-wrapper button {
  display: none;
}
body #filter-container {
  margin: 0 0 15px;
  height: 50px;
}
body #filter-container .dt-buttons button {
  margin: 0 15px 0 0;
}
body #filter-container .dt-buttons button span {
  display: none;
}
body #filter-container .dt-buttons .buttons-print {
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  background: #990219;
  padding: 11px;
}
body #filter-container .dt-buttons .buttons-excel {
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  background: #19754c;
  padding: 11px;
}
@media (max-width: 768px) {
  body #filter-container .dt-buttons {
    display: inline-block;
    float: none;
  }
}
body #filter-container .dataTables_length label {
  color: #990219;
  font-size: 0.938rem;
  font-weight: 600;
  margin: 10px 0 0;
}
body #filter-container .dataTables_length label select {
  border: 2px solid #bcbec0;
  border-radius: 0.35em;
  margin: 0 0 0 5px;
}
@media (max-width: 768px) {
  body #filter-container .dataTables_length {
    display: inline-block;
    float: none;
  }
}
@media (max-width: 768px) {
  body #filter-container .dataTables_filter label {
    display: block;
    width: 100%;
  }
}
body #filter-container .dataTables_filter input {
  width: 100%;
  height: 40px;
  padding: 10px 15px;
  background: #f1f2f2;
  border-radius: 0.35em;
  border: none;
  font-size: 0.875em;
  color: #6e6f70;
  margin: 0;
}
body #filter-container .dataTables_filter input::-webkit-input-placeholder {
  /* Edge */
  color: #191919;
}
body #filter-container .dataTables_filter input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #191919;
}
body #filter-container .dataTables_filter input::placeholder {
  color: #191919;
}
@media (max-width: 768px) {
  body #filter-container .dataTables_filter input {
    margin: 15px 0;
  }
}
body #filter-container .dataTables_filter button {
  background: #E3BAB3;
  background: linear-gradient(140deg, #E3BAB3 0%, #b11028 50%, #990219 100%);
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  border: none;
  outline: none;
  padding: 11px 30px;
  margin: 0px 15px 0 15px;
  text-transform: capitalize;
  font-size: 0.75rem;
  display: inline-block;
}
body #filter-container .dataTables_filter button:after {
  content: "";
  height: 23px;
  width: 25px;
  background: url(../images/gradient-btn-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0 10px;
}
body #filter-container .dataTables_filter button:last-of-type {
  margin: 3px 0 0 0;
}
body #filter-container .dataTables_filter button:last-of-type:after {
  display: none;
}
body #filter-container .dataTables_filter button:hover {
  background: #b11028;
  background: linear-gradient(125deg, #b11028 0%, #b11028 100%);
  color: #fff !important;
}
@media (max-width: 768px) {
  body #filter-container .dataTables_filter button {
    display: block;
    width: 100%;
    float: none;
    margin: 0 0 15px;
  }
}
@media (max-width: 768px) {
  body #filter-container .dataTables_filter {
    float: none;
    width: 100%;
  }
}
@media (max-width: 768px) {
  body #filter-container {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  body #table-wrap {
    overflow-x: scroll;
  }
}
body #bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
body #bottom .dataTables_info {
  font-size: 0.938rem;
  color: #990219;
  font-weight: 600;
  margin: 15px 0 0;
  padding: 0;
}
@media (max-width: 768px) {
  body #bottom .dataTables_info {
    float: none;
    text-align: center;
    margin: 15px 0 0;
  }
}
body #bottom .dataTables_paginate,
body #bottom .navigation.pagination {
  padding: 0;
}
body #bottom .dataTables_paginate a,
body #bottom .navigation.pagination a {
  text-decoration: underline !important;
  font-weight: 600 !important;
  color: #990219 !important;
  margin: 0 !important;
  padding: 15px !important;
  border: none !important;
  font-size: 0.938rem !important;
}
body #bottom .dataTables_paginate a:hover,
body #bottom .navigation.pagination a:hover {
  text-decoration: none !important;
  border: none !important;
  outline: none !important;
  background: none !important;
  color: #990219 !important;
  box-shadow: none !important;
  padding: 15px !important;
}
body #bottom .dataTables_paginate a:active,
body #bottom .navigation.pagination a:active {
  border: none !important;
  outline: none !important;
}
body #bottom .dataTables_paginate a.disabled,
body #bottom .navigation.pagination a.disabled {
  text-decoration: none !important;
}
body #bottom .dataTables_paginate a.paginate_button.next,
body #bottom .navigation.pagination a.paginate_button.next {
  padding-right: 0 !important;
}
@media (max-width: 991px) {
  body #bottom .dataTables_paginate a.paginate_button.next,
body #bottom .navigation.pagination a.paginate_button.next {
    padding-right: 15px !important;
  }
}
body #bottom .dataTables_paginate .current,
body #bottom .navigation.pagination .current {
  border: none !important;
  outline: none !important;
  background: none !important;
  color: #7b0013 !important;
}
body #bottom .dataTables_paginate .current:hover,
body #bottom .navigation.pagination .current:hover {
  color: #7b0013 !important;
}
body #bottom .dataTables_paginate h2,
body #bottom .navigation.pagination h2 {
  display: none;
}
@media (max-width: 768px) {
  body #bottom .dataTables_paginate,
body #bottom .navigation.pagination {
    float: none;
    text-align: center;
    display: block;
    margin: 30px auto 0;
  }
}
@media (max-width: 768px) {
  body #bottom {
    display: block;
  }
}
body .navigation.pagination {
  padding: 0;
}
body .navigation.pagination a {
  text-decoration: underline !important;
  font-weight: 600 !important;
  color: #990219 !important;
  margin: 0 !important;
  padding: 15px !important;
  border: none !important;
  font-size: 0.938rem !important;
}
body .navigation.pagination a:hover {
  text-decoration: none !important;
  border: none !important;
  outline: none !important;
  background: none !important;
  color: #990219 !important;
  box-shadow: none !important;
  padding: 15px !important;
}
body .navigation.pagination a:active {
  border: none !important;
  outline: none !important;
}
body .navigation.pagination a.disabled {
  text-decoration: none !important;
}
body .navigation.pagination a.paginate_button.next {
  padding-right: 0 !important;
}
@media (max-width: 991px) {
  body .navigation.pagination a.paginate_button.next {
    padding-right: 15px !important;
  }
}
body .navigation.pagination .current {
  border: none !important;
  outline: none !important;
  background: none !important;
  color: #7b0013 !important;
}
body .navigation.pagination .current:hover {
  color: #7b0013 !important;
}
body .navigation.pagination h2 {
  display: none;
}
body .navigation.pagination .nav-links a,
body .navigation.pagination .nav-links span {
  display: inline !important;
}
body .navigation.pagination .nav-links .svg-icon {
  display: none !important;
}
body .navigation.pagination .nav-links .prev {
  padding-left: 0 !important;
}
@media (max-width: 768px) {
  body .navigation.pagination {
    float: none;
    text-align: center;
    margin: 0;
  }
}
body .btn,
body button {
  padding: 15px 50px;
  border-radius: 2em;
  border: none;
  outline: none;
  color: #fff !important;
  text-decoration: none !important;
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  box-shadow: none;
}
body .btn.mid-green,
body button.mid-green {
  background: #7b0013;
}
body .btn.mid-green:hover,
body button.mid-green:hover {
  background: #990219;
}
body .btn.dark-green,
body button.dark-green {
  background: #191919;
}
body .btn.dark-green:hover,
body button.dark-green:hover {
  background: #990219;
}
body .btn.mid-blue,
body button.mid-blue {
  background: #b11028;
}
body .btn.mid-blue:hover,
body button.mid-blue:hover {
  background: #990219;
}
body .btn.dark-blue,
body button.dark-blue {
  background: #990219;
}
body .btn.dark-blue:hover,
body button.dark-blue:hover {
  background: #b11028;
}
body .btn.gradient,
body button.gradient {
  background: #E3BAB3;
  background: linear-gradient(140deg, #E3BAB3 0%, #b11028 50%, #990219 100%);
  font-size: 1rem;
  font-weight: 800;
}
body .btn.gradient:after,
body button.gradient:after {
  content: "";
  height: 23px;
  width: 25px;
  background: url(../images/gradient-btn-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0 0 10px;
}
body .btn.gradient:hover,
body button.gradient:hover {
  background: #b11028;
  background: linear-gradient(125deg, #b11028 0%, #b11028 100%);
  color: #fff !important;
}
@media (max-width: 768px) {
  body .btn,
body button {
    display: block;
    width: 100%;
    margin: 0 0 15px;
  }
  body .btn:last-of-type,
body button:last-of-type {
    margin: 0;
  }
}
body button {
  background: #7b0013;
}
body button:hover {
  background: #990219;
}
body .card-link {
  color: white !important;
  text-decoration: none !important;
}
body .card {
  border-radius: 0.35em;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  z-index: 1;
  position: relative;
  overflow: hidden;
}
body .card .img-wrapper {
  height: 210px;
  overflow: hidden;
  border-radius: 0.35em 0.35em 0 0;
}
body .card .img-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 0;
  transform: scale(1);
  transition: ease-out 0.7s;
}
@media (max-width: 991px) {
  body .card .img-wrapper {
    height: auto;
  }
}
body .card .arrow-icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
  height: 25px;
  filter: brightness(0.5);
}
body .card .card-body {
  padding: 30px;
}
body .card .card-body p {
  margin: 0 0 30px;
}
body .card.post {
  border: none;
  background: transparent;
}
body .card.post a {
  text-decoration: none !important;
  color: #fff !important;
}
body .card.post a:hover h3 {
  text-decoration: underline;
}
body .card.post a:hover .img-wrapper img {
  transform: scale(1.04);
  transition: ease-in 0.7s;
}
body .card.post .card-body {
  background: #b11028;
  border-top: 10px solid #E3BAB3;
  border-radius: 0 0 0.35em 0.35em;
  padding: 30px;
  height: 304px;
}
body .card.post .card-body h1, body .card.post .card-body h2 {
  font-family: "Open Sans", sans-serif;
  color: #fff;
}
body .card.post .card-body h3 {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 1.5rem;
  margin: 0 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .card.post .card-body p {
  margin: 0;
  font-size: 1rem;
}
body .card.post .card-body p.category {
  margin: -10px 0 15px;
}
body .card.post .card-body p.category span {
  display: block;
  font-size: 0.844em;
  color: #bcbec0;
}
@media (max-width: 768px) {
  body .card.post .card-body {
    height: auto;
  }
}
body .card.post .read-more-arrow {
  opacity: 0.5;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 25px;
}
body .card.post.long {
  height: 300px;
  margin: 0 0 50px !important;
}
body .card.post.long .img-wrapper {
  position: relative;
  height: 100%;
  width: 30%;
  border-radius: 0.35em 0 0 0.35em;
}
body .card.post.long .img-wrapper img {
  height: 100%;
  width: auto;
  max-width: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  body .card.post.long .img-wrapper img {
    position: relative;
    transform: none;
    left: auto;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  body .card.post.long .img-wrapper {
    width: 100%;
    height: auto;
    border-radius: 0.35em 0.35em 0 0;
  }
}
body .card.post.long .card-body {
  border: none;
  position: absolute;
  height: 100%;
  width: 70%;
  right: 0;
  border-radius: 0 0.35em 0.35em 0;
  color: #fff;
}
body .card.post.long .card-body a {
  margin: 15px 15px 0 0;
  width: 230px;
  height: auto;
}
body .card.post.long .card-body a:last-of-type {
  margin: 15px 0 0;
}
@media (max-width: 991px) {
  body .card.post.long .card-body {
    position: relative;
    right: auto;
    width: 100%;
    border-radius: 0 0 0.35em 0.35em;
  }
}
@media (max-width: 1200px) {
  body .card.post.long {
    height: 365px;
  }
}
@media (max-width: 991px) {
  body .card.post.long {
    height: auto;
  }
}
@media (max-width: 1200px) {
  body .card.post {
    margin: 0 0 30px;
  }
}
@media (max-width: 991px) {
  body .card {
    margin: 0 0 30px;
  }
}
body .accordion .card {
  box-shadow: none;
  margin: 15px 0 0;
  border: none;
}
body .accordion .card .card-header {
  padding: 0;
  background: transparent;
}
body .accordion .card .card-header button {
  color: #191919 !important;
  text-align: left;
  padding: 15px;
  border-radius: 0;
  font-size: 2em;
  font-family: "Georgia", serif;
  white-space: normal;
  display: block;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #191919;
}
body .accordion .card .card-header button .fas {
  font-size: 1.25rem;
  padding: 10px 0 0;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  bottom: 30%;
}
body .accordion .card .card-header button.collapsed .fas {
  transform: none;
}
body .accordion .card .card-header button:hover {
  background: transparent;
}
@media (max-width: 768px) {
  body .accordion .card .card-header button {
    font-size: 1.5em;
  }
}
body .accordion .card .card-body {
  border: none;
}
body .container.large {
  max-width: 1280px;
}
body .flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body #skip-link {
  position: absolute;
  left: -999px;
  width: 1px;
  height: 1px;
  top: auto;
}
body #skip-link:focus {
  color: transparent;
  display: inline-block;
  height: auto;
  width: auto;
  position: static;
  margin: auto;
}
body .nav-tabs {
  border-bottom: 2px solid #7b0013;
  padding: 0 0 20px;
  margin: 30px 0 !important;
}
body .nav-tabs li a {
  border: none;
  padding: 19px 10px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  color: #7b0013;
}
body .nav-tabs li a.active {
  background-color: transparent;
  border-bottom: 10px solid #990219;
}
@media (max-width: 1200px) {
  body .nav-tabs {
    display: none;
  }
}
body .tab-content h4 {
  font-family: "Open Sans", sans-serif;
  color: #7b0013;
  font-weight: 800;
  margin: 0;
}
body .tab-content .table-wrapper {
  overflow: hidden;
}
@media (max-width: 1200px) {
  body .tab-content .table-wrapper {
    overflow-x: scroll;
  }
}
body .tab-content table {
  margin: 30px 0;
}
body .tab-content table tr td {
  min-width: 0px;
}
body .tab-content table thead {
  border-top: 1px solid #29305b;
}
body .tab-content table thead tr td {
  padding: 10px 0;
  font-weight: 800;
}
body .tab-content table tbody tr td:first-of-type {
  width: 65%;
  text-align: left;
}
body .tab-content table tbody tr td h4 {
  margin: 0;
  color: #990219;
}
body .tab-content table tbody tr td ul,
body .tab-content table tbody tr td p {
  margin: 0;
  font-weight: 400;
}
body .tab-content table tbody tr td ul {
  margin: 15px 0 0;
}
body .member {
  margin: 30px 0 0;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media (max-width: 576px) {
  body .member {
    padding-top: 55px;
  }
}
body .member h3 {
  font-family: "Open Sans", sans-serif;
}
body .member img {
  max-width: 170px;
}
@media (max-width: 768px) {
  body .member img {
    width: 170px;
    max-width: 100%;
    margin: 0 0 30px;
  }
}
body .member.preferred:after {
  content: "";
  width: 150px;
  height: 40px;
  background-image: url(../images/preferred.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  right: -10px;
}
body .member.accepting:after {
  content: "";
  width: 150px;
  height: 40px;
  background-image: url(../images/accepting-applications.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  right: -10px;
}
body .member.not-accepting:after {
  content: "";
  width: 150px;
  height: 40px;
  background-image: url(../images/not-accepting-applications.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  right: -10px;
}
body #tabs-mobile {
  display: none;
}
@media (max-width: 1200px) {
  body #tabs-mobile {
    display: block;
    margin: 30px 0;
  }
}
body .page-description {
  margin: 0 0 30px;
  text-transform: uppercase;
  font-size: 1.5em;
}
body header {
  background: #fff;
  border-top: 10px solid #990219;
  color: #333;
  padding: 15px 0 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: top 0.75s ease-in-out;
}
body header.fixed {
  position: fixed;
  top: 0;
  z-index: 99999;
}
body header #top-nav {
  margin: 0 0 15px;
}
body header #top-nav ul {
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body header #top-nav ul li {
  display: inline;
  margin: 0 0 0 10px;
}
body header #top-nav ul li a {
  font-size: 0.75rem;
  color: #5e5e5e;
  text-decoration: none;
}
body header #top-nav ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  body header #top-nav {
    display: none;
  }
}
body header #top-nav-mobile {
  display: none;
  list-style-type: none;
  list-style-type: none;
  margin: 0;
  padding: 0 !important;
  position: relative;
  top: -5px;
}
body header #top-nav-mobile li {
  display: inline;
  line-height: 50px;
}
body header #top-nav-mobile li a {
  font-size: 0.75rem;
  color: #bcbec0;
  text-decoration: none;
  margin: 15px 0;
}
body header #top-nav-mobile li a:hover {
  text-decoration: underline;
}
body header #top-nav-mobile li a i:before {
  content: "" !important;
}
@media (max-width: 991px) {
  body header #top-nav-mobile {
    display: inline-block;
  }
}
body header nav {
  padding: 0 15px !important;
}
body header nav .navbar-brand {
  margin: -45px 0 0px;
}
body header nav .navbar-brand #header-logo {
  width: 250px;
}
@media (max-width: 1200px) {
  body header nav .navbar-brand #header-logo {
    width: 250px;
  }
}
@media (max-width: 991px) {
  body header nav .navbar-brand {
    margin: -15px 0 0;
    padding: 20px 0;
  }
}
body header nav .navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
}
body header nav .navbar-toggler:hover {
  background: transparent;
}
@media (max-width: 991px) {
  body header nav .navbar-toggler {
    margin: -5px 0 0;
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  body header nav .navbar-toggler {
    padding: 15px 0;
  }
}
body header nav #navbarNav {
  flex-direction: row-reverse;
}
body header nav #navbarNav ul li {
  padding: 20px 0 60px;
}
body header nav #navbarNav ul li a {
  color: #333;
  display: inline;
  font-size: 1.25rem;
  margin: 0 0 0 30px;
  padding: 0;
  text-decoration: none;
}
@media (max-width: 1200px) {
  body header nav #navbarNav ul li a {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  body header nav #navbarNav ul li a {
    font-size: 2.5rem;
    margin: 0;
  }
}
@media (max-width: 576px) {
  body header nav #navbarNav ul li a {
    font-size: 1.35rem;
    margin: 0;
  }
}
body header nav #navbarNav ul li .sub-nav {
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  padding: 50px 0;
  position: fixed;
  height: 400px;
  width: 50%;
  right: 0;
  top: 160px !important;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  body header nav #navbarNav ul li .sub-nav {
    top: unset !important;
  }
}
body header nav #navbarNav ul li .sub-nav h2 {
  font-size: 2.25rem;
}
body header nav #navbarNav ul li .sub-nav h3 {
  color: #7b0013;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9rem;
}
body header nav #navbarNav ul li .sub-nav p {
  color: #414042;
  font-size: 0.875rem;
}
body header nav #navbarNav ul li .sub-nav a {
  color: #333;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 15px;
}
body header nav #navbarNav ul li .sub-nav a:hover {
  text-decoration: underline;
}
body header nav #navbarNav ul li .sub-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body header nav #navbarNav ul li .sub-nav ul li {
  padding: 0;
}
body header nav #navbarNav ul li .sub-nav ul li a {
  color: #333;
  display: block;
  font-size: 1rem;
  margin: 0 0 15px;
}
body header nav #navbarNav ul li .sub-nav ul li a:after {
  display: none;
}
@media (max-width: 991px) {
  body header nav #navbarNav ul li .sub-nav ul li a {
    color: #333;
    font-size: 1rem;
  }
}
body header nav #navbarNav ul li .sub-nav br {
  display: none;
}
body header nav #navbarNav ul li .sub-nav .column {
  position: relative;
}
@media (max-width: 991px) {
  body header nav #navbarNav ul li .sub-nav .column:nth-of-type(2) {
    margin: 0;
  }
}
body header nav #navbarNav ul li .sub-nav:after {
  content: "";
  display: block;
  width: 60%;
  right: 0;
  top: 0;
  position: absolute;
  height: 10px;
  background: #990219;
}
@media (max-width: 991px) {
  body header nav #navbarNav ul li .sub-nav:after {
    display: none;
  }
}
@media (max-width: 1200px) {
  body header nav #navbarNav ul li .sub-nav {
    top: 118px;
  }
}
@media (max-width: 991px) {
  body header nav #navbarNav ul li .sub-nav {
    position: relative;
    height: auto;
    top: 0;
    background: transparent;
    padding: 15px 0;
    box-shadow: none;
    opacity: 1;
    pointer-events: all;
    display: none;
  }
}
body header nav #navbarNav ul li i {
  color: #333;
  cursor: pointer;
  display: inline;
  margin: 0 0 0 5px;
}
@media (max-width: 991px) {
  body header nav #navbarNav ul li i {
    padding: 15px;
    position: absolute;
    right: 15px;
    top: 0px;
  }
}
@media (max-width: 576px) {
  body header nav #navbarNav ul li i {
    top: -5px;
  }
}
body header nav #navbarNav ul li:hover {
  cursor: pointer;
}
body header nav #navbarNav ul li:hover a {
  color: #990219;
}
@media (max-width: 991px) {
  body header nav #navbarNav ul li:hover a {
    color: #990219;
  }
}
body header nav #navbarNav ul li:hover .sub-nav {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 991px) {
  body header nav #navbarNav ul li:hover .sub-nav {
    display: none;
    opacity: 1;
    pointer-events: all;
  }
}
@media (max-width: 991px) {
  body header nav #navbarNav ul li {
    position: relative;
    padding: 0 0 15px;
  }
}
body header nav #navbarNav ul.hidden {
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body header nav #navbarNav ul.hidden li a i {
  position: relative !important;
  padding: 0;
  left: auto !important;
  right: auto !important;
  margin: 0 5px 0 0;
  color: #bcbec0;
}
@media (max-width: 991px) {
  body header nav #navbarNav ul.hidden li a {
    font-size: 1rem;
    color: #bcbec0;
  }
}
@media (max-width: 991px) {
  body header nav #navbarNav ul.hidden {
    display: block;
  }
}
@media (max-width: 768px) {
  body header nav {
    padding: 0 !important;
  }
}
body header.open {
  height: 100%;
  overflow: scroll;
  overflow-x: hidden;
}
body header.open nav #navbarNav {
  display: block;
  padding: 50px 0;
}
body header.nav-up {
  top: -124px !important;
}
body header.nav-up nav #navbarNav ul li .sub-nav {
  display: none !important;
}
body main {
  overflow: hidden;
}
body main section {
  padding: 100px 0;
  position: relative;
}
body main section .intro {
  margin: 0 0 75px;
}
body main section .intro .subtitle {
  margin: 0;
}
body main section .posts {
  justify-content: flex-start;
  margin: 0 -15px 50px;
}
body main section .sidebar .card {
  padding: 30px;
  border-top: 10px solid #990219;
}
body main section .sidebar .card .card-header {
  background: transparent;
  border: none;
  padding: 0;
}
body main section .sidebar .card .card-header h3 {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 1.375rem;
  font-weight: 800;
  margin: 0 0 30px;
}
body main section .sidebar .card .card-body {
  padding: 0;
}
body main section .sidebar .card .card-body ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body main section .sidebar .card .card-body ul li {
  margin: 0 0 15px;
}
body main section .sidebar .card .card-body ul li a {
  text-decoration: none;
  color: #990219;
}
body main section .sidebar .card .card-body ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  body main section .sidebar .card {
    margin: 15px 0 0;
  }
}
body main section.short {
  padding: 50px 0 0;
}
body main section#hero {
  height: 600px;
  color: #fff;
  background: #990219;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 140px;
}
body main section#hero h1 {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-weight: 700;
}
body main section#hero p {
  margin: 0 0 50px;
}
@media (max-width: 991px) {
  body main section#hero br {
    display: none;
  }
}
body main section#hero .btn {
  margin: 0 10px 0 0;
}
body main section#hero .btn:last-of-type {
  margin: 0;
}
@media (max-width: 991px) {
  body main section#hero .btn {
    margin: 0 0 15px;
  }
}
body main section#hero.home {
  display: block;
  padding: 0;
}
@media (max-width: 768px) {
  body main section#hero.home h1 {
    font-size: 3.063rem;
  }
}
@media (max-width: 576px) {
  body main section#hero.home h1 {
    font-size: 2rem;
    line-height: 1;
  }
}
body main section#hero.home .speed-value {
  opacity: 0;
  position: absolute;
}
body main section#hero.home .home-hero-slider {
  height: 100%;
  position: relative;
  width: 100%;
}
body main section#hero.home .home-hero-slider .slick-list,
body main section#hero.home .home-hero-slider .slick-track,
body main section#hero.home .home-hero-slider .slick-slide {
  height: 100%;
}
body main section#hero.home .home-hero-slider .bg-wrapper {
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
}
body main section#hero.home .home-hero-slider .mid-blue {
  border: #ffffff 1px solid;
}
body main section#hero.home .home-hero-slider p a {
  color: #fff;
}
body main section#hero.home .home-hero-slider .slick-dots {
  bottom: 60px;
  left: 50%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  transform: translate(-50%);
}
body main section#hero.home .home-hero-slider .slick-dots li {
  display: inline-block;
  margin: 0 10px 15px 0;
}
body main section#hero.home .home-hero-slider .slick-dots li:last-of-type {
  margin: 0 0 15px 0;
}
body main section#hero.home .home-hero-slider .slick-dots li.slick-active button {
  background: #fff;
  outline: none !important;
}
body main section#hero.home .home-hero-slider .slick-dots button {
  padding: 0;
  color: transparent !important;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
body main section#hero.home .home-hero-slider.mobile {
  display: none;
}
@media (max-width: 768px) {
  body main section#hero.home .home-hero-slider {
    display: none;
  }
  body main section#hero.home .home-hero-slider.mobile {
    display: block;
  }
}
@media (max-width: 991px) {
  body main section#hero.home .btn {
    width: 100%;
    margin: 0 0 15px;
  }
}
body main section#hero.home .fas {
  position: absolute;
  width: 100%;
  display: block;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
  opacity: 50%;
  color: #b11028;
  font-size: 1.25rem;
}
body main section#hero.top-level {
  background: #313662;
  background-image: url(../images/top-level-hero.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body main section#hero.top-level h1 {
  font-size: 1.063rem;
  text-transform: uppercase;
  margin: 0 0 30px;
}
body main section#hero.top-level p {
  font-size: 3.313rem;
  font-family: "Georgia", serif;
  line-height: 1.25;
  margin: 0 0 15px;
  position: relative;
}
body main section#hero.top-level p.date {
  color: #bcbec0;
  font-size: 1.125rem;
  margin: 0 0 30px;
}
body main section#hero.top-level p.small {
  font-size: 1.125rem;
  color: #bcbec0;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 576px) {
  body main section#hero.top-level p.small {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  body main section#hero.top-level p {
    font-size: 2rem;
  }
}
body main section#hero.single {
  height: auto;
  background: transparent;
  padding: 100px 0 0;
}
body main section#hero.single h1 {
  font-size: 1.063rem;
  text-transform: uppercase;
  color: #7b0013;
  margin: 0 0 30px;
}
body main section#hero.single p {
  font-size: 2.313rem;
  font-family: "Georgia", serif;
  color: #990219;
  line-height: 1.25;
  margin: 0 0 60px;
  position: relative;
}
body main section#hero.single p:after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  background: #7b0013;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
body main section#hero.single p.date {
  font-size: 1.375rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  color: #6e6f70;
}
body main section#hero.single p.date:after {
  display: none;
}
@media (max-width: 768px) {
  body main section#hero.single p {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  body main section#hero.single p {
    font-size: 1.5rem;
  }
}
body main section#hero.archive {
  background: transparent;
  height: 300px;
  margin-top: 156px;
}
body main section#hero.archive div.bg-img-wrapper {
  transform: skewY(2.5deg);
  position: absolute;
  top: -80px;
  bottom: 32px;
  right: 0;
  left: 0;
  overflow: hidden;
}
body main section#hero.archive div.bg-img-wrapper div.bg-img {
  background-color: #990219;
  background-size: cover;
  position: absolute;
  top: 80px;
  bottom: -80px;
  right: 0;
  left: 0;
  transform: skewY(-2.5deg);
  background-attachment: fixed;
}
body main section#hero.archive h1 {
  color: #ffffff;
  font-family: "Georgia", serif;
  margin: 0;
  font-weight: 400;
  font-size: 3.313rem;
}
@media (max-width: 992px) {
  body main section#hero.archive h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  body main section#hero.archive h1 {
    font-size: 2rem;
  }
}
@media (max-width: 992px) {
  body main section#hero.archive {
    height: auto;
    margin-top: 156px;
    padding: 50px 0 75px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  body main section#hero .container {
    margin-left: 0;
  }
}
body main section#latest-search {
  padding: 30px 0;
}
body main section#latest-search a {
  color: #990219;
  text-decoration: none;
}
body main section#latest-search a p {
  text-decoration: none;
}
body main section#latest-search a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  body main section#latest-search .column {
    margin: 0 0 30px;
  }
}
body main section#latest-search img {
  max-width: 75px;
  float: left;
  margin: 0 15px 0 0;
}
body main section#latest-search form {
  width: 95%;
  margin: 30px auto 0 !important;
}
body main section#latest-search form .column {
  padding: 0;
}
body main section#latest-search form .column.arrow-wrap:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 47px;
  right: 10px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #33706f;
}
@media (max-width: 576px) {
  body main section#latest-search form .column.arrow-wrap:after {
    right: 5px;
  }
}
@media (max-width: 991px) {
  body main section#latest-search form .column {
    margin: 0;
  }
}
body main section#latest-search form label {
  position: relative;
  width: auto;
  height: auto;
  opacity: 1;
  font-size: 1.063rem;
  color: #455f60;
  font-weight: 800;
  margin: 0 0 5px 15px;
}
body main section#latest-search form input,
body main section#latest-search form select {
  display: inline;
  margin: 0;
}
body main section#latest-search form input {
  border-radius: 0.35em 0 0 0.35em;
  border-right: 1px solid #990219;
}
body main section#latest-search form select {
  border-radius: 0 0.35em 0.35em 0;
  appearance: none;
  -webkit-appearance: none;
}
@media (max-width: 991px) {
  body main section#latest-search form {
    margin: 0 auto !important;
  }
}
body main section#big-card-w-img {
  overflow: hidden;
  min-height: 750px;
}
body main section#big-card-w-img .btn {
  width: 100%;
  border-radius: 0.35em;
  padding: 15px 30px;
}
body main section#big-card-w-img .background-image {
  position: absolute;
  left: 0;
  max-width: 900px;
  height: auto;
  top: 50%;
  transform: translateY(-45%);
  z-index: 0;
}
body main section#big-card-w-img .background-image .caption {
  margin: 0;
  font-size: 0.75rem;
  background: #bcbec0;
  padding: 5px 15px;
  display: inline;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1200px) {
  body main section#big-card-w-img .background-image .caption {
    right: 0;
    left: auto;
  }
}
@media (max-width: 991px) {
  body main section#big-card-w-img .background-image .caption {
    left: 0;
    right: auto;
  }
}
@media (max-width: 991px) {
  body main section#big-card-w-img .background-image {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    margin: 0 auto;
    display: block;
    width: calc(100% - 30px);
  }
}
body main section#big-card-w-img.left .background-image {
  right: auto;
  left: 0;
}
body main section#big-card-w-img.left .background-image .caption {
  right: 0;
  left: auto;
}
@media (max-width: 1200px) {
  body main section#big-card-w-img.left .background-image .caption {
    left: 0;
    right: auto;
  }
}
@media (max-width: 991px) {
  body main section#big-card-w-img.left .background-image .caption {
    right: 0;
    left: auto;
  }
}
@media (max-width: 991px) {
  body main section#big-card-w-img {
    min-height: 0;
  }
}
body main section#icon-links .column {
  margin: 0 0 50px;
  padding: 50px;
}
body main section#icon-links .column a {
  text-decoration: none;
}
body main section#icon-links .column img {
  max-width: 75px;
  float: left;
  margin: -15px 15px 0 0;
}
@media (max-width: 1200px) {
  body main section#icon-links .column img {
    margin: -15px 15px 35px 0;
  }
}
body main section#icon-links .column h3 {
  font-size: 2rem;
  margin: 0 0 5px;
  display: inline;
}
body main section#icon-links .column h3:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 9px;
  right: -15px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #29305b;
  margin: 0 0 0 10px;
}
@media (max-width: 576px) {
  body main section#icon-links .column h3:after {
    bottom: 11px;
  }
}
@media (max-width: 768px) {
  body main section#icon-links .column h3 {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  body main section#icon-links .column h3 {
    font-size: 1.5rem;
  }
}
body main section#icon-links .column p {
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
  overflow: hidden;
}
body main section#icon-links .column:hover {
  -webkit-box-shadow: 0px 0px 10px 0px #80bcbc;
  -moz-box-shadow: 0px 0px 10px 0px #80bcbc;
  box-shadow: 0px 0px 10px 0px #80bcbc;
}
@media (max-width: 991px) {
  body main section#icon-links .column {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  body main section#icon-links .column {
    padding: 0;
  }
}
body main section#content {
  padding: 0 0 75px;
}
body main section#content .meta {
  font-size: 0.813rem;
  text-transform: uppercase;
}
body main section#content .meta a {
  color: #6e6f70;
}
body main section#content p {
  margin: 0 0 30px;
  color: #6e6f70;
}
body main section#content p:last-of-type {
  margin: 0;
}
body main section#content h1,
body main section#content h2,
body main section#content h3,
body main section#content h4,
body main section#content h5,
body main section#content h6 {
  margin: 0;
  color: #7b0013;
  font-family: "Open Sans", sans-serif;
}
body main section#content h3 {
  font-size: 1.313rem;
}
body main section#content .pagination {
  margin: 75px 0 0;
}
body main section#content .pagination a {
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 15px 50px;
  border-radius: 2em;
  color: #fff !important;
  text-decoration: none !important;
  white-space: pre-wrap;
  min-width: 210px;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  background: #7b0013;
}
body main section#content .pagination a:hover {
  background: #990219;
}
body main section#content .pagination a:last-of-type {
  margin: 0;
}
@media (max-width: 768px) {
  body main section#content .pagination a {
    margin: 0 0 30px;
  }
  body main section#content .pagination a:last-of-type {
    margin: 0;
  }
}
body main section#page ul,
body main section#page ol {
  margin: 0 0 30px;
}
body main section#page .btn {
  margin: 15px 0 0;
  white-space: nowrap;
}
body main section#page h2 {
  font-size: 2rem;
}
body main section#events-listing {
  padding: 35px 0 75px;
}
body main section#events-listing h4 {
  display: block;
  width: 100%;
  color: #7b0013;
  font-family: "Open Sans", sans-serif;
}
body main section#events-listing h4:after {
  width: 100%;
  height: 3px;
  content: "";
  display: block;
  background: #7b0013;
  margin: 15px 0 30px;
}
body main section#events-listing .card {
  margin: 0 0 30px;
}
body main section#events-listing .card h3 {
  font-size: 1.213rem;
}
body main section#events-listing .posts .info {
  display: block;
  width: 100%;
  margin: 0 0 30px;
}
body main section#newsroll .controls {
  margin: 0 0 30px;
}
body main section#newsroll .controls #filter-container {
  float: right;
  margin: 0;
}
body main section#newsroll .controls #filter-container .dataTables_length,
body main section#newsroll .controls #filter-container .dataTables_filter,
body main section#newsroll .controls #filter-container .db_posts_per_page_form {
  display: inline-block;
}
body main section#newsroll .controls #filter-container .db_posts_per_page_form {
  display: inline;
  margin: 0 15px 0 0;
}
body main section#newsroll .controls #filter-container .db_posts_per_page_form label {
  position: relative;
  opacity: 1;
  display: inline;
}
body main section#newsroll .controls #filter-container .db_posts_per_page_form select {
  display: inline-block;
  width: auto;
  background: transparent;
  height: auto;
  padding: 0;
  border: 2px solid #bcbec0;
  border-radius: 0.35em;
  margin: 0 0 0 5px;
}
body main section#newsroll .controls #filter-container .dataTables_length {
  margin: 0 30px 0 0;
}
body main section#newsroll .controls #filter-container .dataTables_filter label {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
body main section#newsroll .controls #filter-container .dataTables_filter input {
  width: auto;
}
@media (max-width: 768px) {
  body main section#newsroll .controls #filter-container .dataTables_filter input {
    width: 100%;
  }
}
body main section#newsroll .controls #filter-container .dataTables_filter input[type=submit] {
  background: #990219;
  color: #fff;
  border-radius: 2em;
  padding: 10px 35px;
}
body main section#newsroll .news-posts #post-content {
  padding: 0;
}
body main section#newsroll .news-posts #post-content .row {
  margin: 0 0 30px;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
body main section#newsroll .news-posts #post-content .row a {
  text-decoration: none;
}
body main section#newsroll .news-posts #post-content .row .meta {
  font-size: 0.813rem;
  color: #6e6f70;
  margin: 0 0 30px;
  text-decoration: none;
}
body main section#newsroll .news-posts #post-content .row h2 {
  margin: 0 0 5px;
  color: #990219;
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  text-decoration: none;
}
body main section#newsroll .news-posts #post-content .row p {
  font-size: 1rem;
  margin: 0;
  text-decoration: none;
}
body main section#newsroll .news-posts #post-content .row .flex-container a {
  font-weight: 600;
  text-decoration: none;
}
body main section#newsroll .news-posts #post-content .row .flex-container a img {
  height: 23px;
  width: 25px;
  margin: -3px 0 0 5px;
}
body main section#newsroll .news-posts #post-content .row .flex-container a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  body main section#newsroll .news-posts #post-content .row .flex-container a {
    margin: 30px 0 0;
  }
}
body main section#stats {
  background: #d9d9d9;
  padding: 50px 0;
}
body main section#stats .row {
  justify-content: center;
}
body main section#stats p {
  font-size: 4.813rem;
  color: #990219;
  font-family: "Georgia", serif;
  text-align: center;
  margin: 0;
  line-height: 1;
}
body main section#stats p span {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #414042;
  display: block;
  width: 100%;
  margin: 5px 0 0;
}
@media (max-width: 991px) {
  body main section#stats p {
    margin: 0 0 15px;
  }
}
body main section#leadership h3 {
  font-family: "Open Sans", sans-serif;
  margin: 0 0 30px;
}
body main section#leadership .board {
  margin: 0 0 75px;
}
body main section#leadership .board .column:first-of-type {
  margin-left: 8.333333%;
}
@media (max-width: 991px) {
  body main section#leadership .board .column:first-of-type {
    margin-left: 0;
  }
}
body main section#leadership .board .card {
  box-shadow: none;
  height: 530px;
}
body main section#leadership .board .card .img-wrapper {
  background: #d8d3d3;
  height: auto;
  padding: 10px 0;
}
body main section#leadership .board .card .img-wrapper img {
  max-width: 200px;
  position: relative;
  transform: none;
  display: block;
  margin: 0 auto;
}
body main section#leadership .board .card .card-body {
  background: #7b0013;
  color: #ffffff;
}
body main section#leadership .board .card .card-body h3 {
  margin: 0 0 5px;
  color: #fff;
}
body main section#leadership .board .card .card-body h6 {
  color: #fff;
}
body main section#leadership .board .card .card-body p {
  font-size: 0.844rem;
  margin: 0;
}
body main section#leadership .board .card .card-body p.university {
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  body main section#leadership .board .card {
    height: auto;
  }
}
body main section#leadership .committee-title {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  body main section#leadership .committee-sub-title {
    margin-top: 40px;
  }
}
body main section#leadership .executive {
  margin: 0 0 75px;
}
body main section#leadership .executive .column img {
  margin: 0 0 10px;
  /*
  max-width: 100%;
  @include breakpoint(lg) {
  	width: 40%;
  }
  @include breakpoint(sm) {
  	width: 100%;
  }*/
}
body main section#leadership .executive .column h3 {
  margin: 0;
}
body main section#leadership .executive .column h4 {
  font-size: 1em;
  font-family: "Open Sans", sans-serif;
  margin: 0;
}
body main section#leadership .executive .column p {
  color: #7b0013;
  font-size: 0.938rem;
}
@media (max-width: 991px) {
  body main section#leadership .executive .column:nth-of-type(2) {
    margin: 0;
  }
}
@media (max-width: 991px) {
  body main section#leadership .executive .column {
    text-align: center;
  }
}
body main section#leadership .committees ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  column-count: 2;
  column-gap: 30px;
}
body main section#leadership .committees ul li a {
  margin: 0 0 15px;
  display: block;
  font-size: 1.063rem;
  text-decoration: none;
}
body main section#leadership .committees ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  body main section#leadership .committees ul {
    column-count: 1;
    column-gap: normal;
    text-align: center;
  }
}
body main section#research img {
  max-width: 750px;
  display: block;
  margin: 20px auto 50px;
  margin-left: 130px;
}
@media (max-width: 1200px) {
  body main section#research img {
    margin-left: 40px;
  }
}
@media (max-width: 991px) {
  body main section#research img {
    margin-left: -70px;
  }
}
@media (max-width: 768px) {
  body main section#research img {
    max-width: 100%;
    margin-left: -30px;
  }
}
@media (max-width: 768px) {
  body main section#research img {
    margin-left: 0;
  }
}
body main section#research h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
}
body main section#timeline h3 {
  font-size: 1.5rem;
  color: #191919;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
  margin: 0;
}
body main section#timeline h3 .fas {
  display: block;
  width: 100%;
  margin: 5px 10px 0;
}
body main section#timeline h3:before {
  content: "";
  display: block;
  width: 20px;
  height: 100px;
  position: absolute;
  top: -145px;
  left: 0;
  right: -15px;
  margin: auto;
  background: white;
  background: white;
  background: linear-gradient(180deg, white 0%, #b11028 40%, #990219 100%);
}
body main section#timeline .cd-timeline {
  background: transparent;
}
body main section#timeline .cd-timeline .cd-timeline__container .cd-timeline__block {
  flex-direction: inherit !important;
}
body main section#timeline .cd-timeline .cd-timeline__container .cd-timeline__block .cd-timeline__img {
  width: 40px;
  height: 40px;
  margin-right: calc(5% - 20px);
}
@media (max-width: 991px) {
  body main section#timeline .cd-timeline .cd-timeline__container .cd-timeline__block .cd-timeline__img {
    margin: 0 0 0 8px !important;
  }
}
body main section#timeline .cd-timeline .cd-timeline__container .cd-timeline__block .cd-timeline__img--picture {
  background-color: transparent;
  border: 10px solid #7b0013;
  outline: none;
  box-shadow: none;
}
body main section#timeline .cd-timeline .cd-timeline__container .cd-timeline__block .cd-timeline__content h2 {
  font-size: 2rem;
  color: #990219;
  font-family: "Georgia", serif;
  margin: 0 0 5px;
}
body main section#timeline .cd-timeline .cd-timeline__container .cd-timeline__block .cd-timeline__content p {
  color: #191919;
  font-size: 0.938rem;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}
body main section#timeline .cd-timeline .cd-timeline__container .cd-timeline__block .cd-timeline__content:before {
  display: none;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  body main section#timeline .cd-timeline .cd-timeline__container .cd-timeline__block:nth-child(even) {
    text-align: left;
  }
}
body main section#timeline .cd-timeline .cd-timeline__container .cd-timeline__block:nth-child(even) .cd-timeline__img {
  margin-left: calc(5% - 20px);
}
body main section#timeline .cd-timeline .cd-timeline__container .cd-timeline__block:nth-child(even) .cd-timeline__content {
  text-align: right;
}
@media (max-width: 991px) {
  body main section#timeline .cd-timeline .cd-timeline__container .cd-timeline__block:nth-child(even) .cd-timeline__content {
    text-align: left;
  }
}
body main section#timeline .cd-timeline .cd-timeline__container .cd-timeline__block:nth-child(odd) {
  flex-direction: row-reverse !important;
}
@media (max-width: 991px) {
  body main section#timeline .cd-timeline .cd-timeline__container .cd-timeline__block:nth-child(odd) {
    flex-direction: inherit !important;
  }
}
body main section#timeline .cd-timeline .cd-timeline__container:before {
  width: 20px;
  background: #990219;
}
body main section#timeline .quote p {
  font-size: 1.938rem;
  color: #990219;
  font-family: "Georgia", serif;
  line-height: 1.15;
}
body main section#search a {
  text-decoration: none;
  display: block;
  margin: 0 0 30px;
}
body main section#search a h4 {
  margin: 0;
}
body main section#search a:hover {
  text-decoration: underline;
}
body main section#search-page h3 {
  margin: 0 0 50px;
}
body main section#search-page form input {
  display: inline-block;
  max-width: 500px;
}
@media (max-width: 991px) {
  body main section#search-page form input {
    display: block;
    max-width: none;
  }
}
body main section#search-page form button {
  padding: 10px 50px;
}
body footer section {
  position: relative;
  overflow: hidden;
}
body footer section#pre-footer {
  color: #990219;
  padding: 35px 0;
}
body footer section#pre-footer img {
  position: absolute;
  right: 10%;
  top: 0;
  height: 100%;
}
body footer section#pre-footer h2 {
  font-size: 2.25rem;
  margin: 0 0 5px;
}
body footer section#pre-footer p {
  font-size: 0.875rem;
}
body footer section#pre-footer form input[type=email] {
  max-width: 88%;
  display: inline;
  margin: 0;
  background: #fff;
}
@media (max-width: 1200px) {
  body footer section#pre-footer form input[type=email] {
    max-width: 68%;
  }
}
@media (max-width: 991px) {
  body footer section#pre-footer form input[type=email] {
    max-width: none;
    margin: 0 0 15px;
  }
}
body footer section#pre-footer form input[type=submit] {
  margin: 0 0 0 10px;
  padding: 10px 30px;
}
@media (max-width: 991px) {
  body footer section#pre-footer form input[type=submit] {
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  body footer section#pre-footer {
    text-align: center;
  }
}
body footer section#main-footer {
  border-top: 10px solid #990219;
  background: #E7E7E7;
  color: #333;
  padding: 75px 0 30px;
}
body footer section#main-footer a {
  color: #333;
  text-decoration: none;
}
body footer section#main-footer a:hover {
  text-decoration: underline;
}
body footer section#main-footer #footer-nav {
  margin: 0 0 75px;
}
body footer section#main-footer #footer-nav h3 {
  color: #333;
  margin: 0 0 10px;
  font-size: 1.25em;
}
body footer section#main-footer #footer-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body footer section#main-footer #footer-nav ul li a {
  font-size: 0.875rem;
  margin: 0 0 10px;
  display: block;
  color: #333;
}
@media (max-width: 1200px) {
  body footer section#main-footer #footer-nav ul {
    margin: 0 0 30px;
  }
}
body footer section#main-footer #footer-nav .column:last-of-type ul {
  column-count: 4;
}
@media (max-width: 1200px) {
  body footer section#main-footer #footer-nav .column:last-of-type ul {
    column-count: 1;
  }
}
body footer section#main-footer #footer-nav .column:last-of-type:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  background: #b11028;
  left: -50px;
  top: -30px;
}
@media (max-width: 1200px) {
  body footer section#main-footer #footer-nav .column:last-of-type:before {
    display: none;
  }
}
@media (max-width: 1200px) {
  body footer section#main-footer #footer-nav {
    margin: 0;
    text-align: center;
  }
}
body footer section#main-footer #copyright {
  font-size: 0.75rem;
}
body footer section#main-footer #copyright p,
body footer section#main-footer #copyright address {
  margin: 0;
}
@media (max-width: 1200px) {
  body footer section#main-footer #copyright .text-right {
    text-align: left !important;
  }
}
@media (max-width: 768px) {
  body footer section#main-footer #copyright .text-right {
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  body footer section#main-footer #copyright {
    text-align: center !important;
  }
}
body .hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
body .hamburger:hover {
  opacity: 0.7;
}
body .hamburger.is-active:hover {
  opacity: 0.7;
}
body .hamburger.is-active .hamburger-inner,
body .hamburger.is-active .hamburger-inner::before,
body .hamburger.is-active .hamburger-inner::after {
  background-color: #333;
}
body .hamburger-box {
  width: 40px;
  height: 24px;
}
body .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
body .hamburger-inner,
body .hamburger-inner::before,
body .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #333;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
body .hamburger-inner::before,
body .hamburger-inner::after {
  content: "";
  display: block;
}
body .hamburger-inner::before {
  top: -10px;
}
body .hamburger-inner::after {
  bottom: -10px;
}
body .hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
body .hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
body .hamburger--3dxy .hamburger-inner::before,
body .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
body .hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
body .hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
body .hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.mw-unavailable {
  font-style: italic;
  opacity: 0.5;
}

.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.social-icon {
  font-size: 35px;
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  .social-icon {
    padding-bottom: 15px;
  }
}

th.date-th {
  width: 130px !important;
}

.simple-banner {
  opacity: 1;
  transition: opacity 1.5s ease-in;
  display: block;
  z-index: 0 !important;
  top: -75px;
  -webkit-animation: slide 0.75s forwards;
  animation: slide 0.75s forwards;
}
.simple-banner.hide {
  display: none !important;
}
@-webkit-keyframes slide {
  100% {
    top: 0;
  }
}
@keyframes slide {
  100% {
    top: 0;
  }
}
@media (max-width: 1200px) {
  .simple-banner {
    margin-top: 123px !important;
  }
}
@media (max-width: 991px) {
  .simple-banner {
    margin-top: 83px !important;
  }
}
.simple-banner h3 {
  color: white;
  padding-top: 15px;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 768px) {
  .simple-banner p {
    font-size: 10px;
  }
}
.simple-banner.hide {
  transition: opacity 1s ease-out;
  opacity: 0;
}
.simple-banner.none {
  display: none;
}

.col-md-12.col-lg-4.text-center {
  margin: 0;
}
@media (max-width: 991px) {
  .col-md-12.col-lg-4.text-center {
    margin: 5px;
  }
}
.col-md-12.col-lg-4.text-center a {
  width: 220px;
  white-space: nowrap !important;
}

.small-btn {
  width: 130px;
  white-space: nowrap;
  padding: 10px 15px !important;
  margin: 15px 15px 0 0 !important;
}

.news {
  text-decoration: none;
}

.hide-desktop {
  display: none !important;
}
@media (max-width: 991px) {
  .hide-desktop {
    display: block !important;
  }
}

.hide-mobile {
  display: block !important;
}
@media (max-width: 991px) {
  .hide-mobile {
    display: none !important;
  }
}

.mobile-chart table {
  width: 100% !important;
}

.header-link {
  text-decoration: none !important;
}

.event-img {
  height: 300px;
  text-align: center;
  margin: 0px auto 30px;
}
.event-img img {
  height: 300px;
  width: auto;
}

#email_address_label_0 {
  opacity: 1;
  display: inline-block;
  width: 10%;
}

.ctct-gdpr-text {
  font-size: 8px !important;
}

.ctct-form-embed.form_0 .ctct-form-defaults {
  padding: 0;
  background-color: transparent !important;
}

.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
  width: auto;
  padding: 15px 50px;
  border-radius: 2em;
  background-color: #29305b;
}

.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button:hover {
  background-color: #55597c !important;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .video-wrapper {
    padding-bottom: 0;
  }
}

.video-wrapper embed,
.video-wrapper iframe,
.video-wrapper object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mepr-visuallyhidden {
  height: 0 !important;
}

.formidable-form label, .mepr-form label {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 1;
}
.formidable-form input[type=radio],
.formidable-form input[type=checkbox], .mepr-form input[type=radio],
.mepr-form input[type=checkbox] {
  width: auto;
  height: auto;
  overflow: auto;
}
.formidable-form input[type=text],
.formidable-form textarea,
.formidable-form select, .mepr-form input[type=text],
.mepr-form textarea,
.mepr-form select {
  margin-bottom: 0px !important;
  height: 45px !important;
}
.formidable-form .form-field > *:last-child, .mepr-form .form-field > *:last-child {
  margin-bottom: 15px;
}
.formidable-form fieldset, .mepr-form fieldset {
  margin-bottom: 0px !important;
}
.formidable-form label.frm_primary_label, .mepr-form label.frm_primary_label {
  opacity: 1;
  height: auto;
  position: relative;
  font-weight: bold;
}
.formidable-form div.frm_primary_label, .mepr-form div.frm_primary_label {
  font-weight: bold;
}
.formidable-form div.frm_description, .mepr-form div.frm_description {
  margin-bottom: 15px;
}
.formidable-form .frm_section_heading, .mepr-form .frm_section_heading {
  margin-bottom: 40px;
  border-bottom: 2px solid #e8e8e8;
}
.formidable-form .frm_top_container, .mepr-form .frm_top_container {
  margin-top: 15px;
}
.formidable-form .frm_hidden, .mepr-form .frm_hidden {
  display: none;
}
.formidable-form .frm_button, .mepr-form .frm_button {
  border: 1px solid #191919;
  padding: 2px 4px;
  border-radius: 0.35em;
  text-decoration: none;
}
.formidable-form .frm_button_submit, .mepr-form .frm_button_submit {
  margin-top: 25px;
}
.formidable-form .frm_error_style,
.formidable-form .frm_error,
.formidable-form .frm_required, .mepr-form .frm_error_style,
.mepr-form .frm_error,
.mepr-form .frm_required {
  color: #A01C00;
}
.formidable-form .frm_error_style, .mepr-form .frm_error_style {
  margin-bottom: 15px;
  font-size: 1.563rem;
}

/*************************************************************************************************
MUST BE AT BOTTOM FOR IE11 FIXES
*************************************************************************************************/
/* IE11 */
@media all and (-ms-high-contrast: none) {
  body main section#latest-search form .column.arrow-wrap:after {
    display: none !important;
  }

  .member {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3) !important;
  }
}