@charset "utf-8";

/* #Reset & Basics ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  min-width: 300px;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* #Basic Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
body, html {
  font-size: 22px;
  line-height: 1.4em;
  font-family: "mr-eaves-modern", sans-serif;
  font-weight: 400;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

a, a:visited {
  text-decoration: none;
  outline: 0;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

p a, p a:visited {
  line-height: inherit;
}

li {
  line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

small {
  font-size: 85%;
}

sup {
  font-size: 75%;
  vertical-align: super;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

main {
  flex: 1 0 auto;
}

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

.no-touch a[href^="tel:"] {
  pointer-events: none;
  cursor: text;
}

/* #Misc ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#sapper {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-x: hidden;
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0;
  width: 92%;
  max-width: 1300px;
  z-index: 1;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.smallwrap {
  margin: 0 auto;
  max-width: 900px;
}

.bigfont {
  font-size: 1.2em;
  letter-spacing: 1px;
}

.uppercase {
  text-transform: uppercase;
}

.redcolor {
  color: #c51d26;
}

/* Helpers */
.hidden {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.col12 {
  width: 48%;
}

.col50 {
  width: 50%;
}

.col23 {
  width: 65.333%;
}

.col13 {
  width: 30.666%;
}

.col14 {
  width: 23%;
}

.col40 {
  width: 40%;
}

.col60 {
  width: 60%;
}

.space10 {
  width: 100%;
  font-size: 0;
  height: 10px;
}

.row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.row-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.itemcenter {
  align-items: center;
}

.justify {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.contentcenter {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

/* #header ~~~~~~~~~~~~~~~~~~~~~~~~ */
.header {
  position: relative;
  background-color: #fff;
  width: 100%;
  z-index: 5;
  -webkit-box-shadow: 0 1px 4px 2px rgb(0 0 0 / 10%);
  box-shadow: 0 1px 4px 2px rgb(0 0 0 / 10%);
}

.header.home {
  position: absolute;
  background-color: transparent;
  box-shadow: none;
}

.header .container {
  z-index: 1;
  height: 140px;
  padding-bottom: 20px;
}

.logo {
  position: absolute;
  width: 200px;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
}

.logo span {
  display: inline-block;
}

.logo .white, .home .logo .black {
  display: none;
}

.home .logo .white {
  display: block;
}

.searchWrap {
  position: relative;
}

.search {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 40px;
  right: 20px;
  padding: 4px 6px;
  font-size: 8px;
  color: #c9c9c9;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.search i {
  display: inline-block;
  line-height: 1;
}

.search:hover {
  color: #872928;
  background-color: #e3e3d8;
}

/*search form*/
#search {
  position: absolute;
  z-index: 12;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  padding: 15px;
  background-color: rgb(0 0 0 / 88%);
}

.sitesearch {
  position: relative;
  z-index: 12;
  top: 50%;
  transform: translateY(-50%);
  max-width: 600px;
  margin: 0 auto;
  padding: 15px;
  color: #fff;
}

.search-bar {
  padding: 0.66em;
  border: solid 1px #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  margin: 10px 0;
}

.input {
  background: none;
  border: none;
  padding: 0;
  color: #fff;
  width: 100%;
  outline: none;
  text-align: left;
  font-size: 1.3em;
}

.close {
  position: absolute;
  right: 30px;
  top: 50px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.close:before, .close:after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.close:before {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
  top: 0;
  left: 0;
}

.close:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
  top: 0;
  left: 0;
}

.search-bar .button {
  display: none;
}

.chat {
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #872928;
  border: 1px solid rgb(255 255 255 / 60%);
  box-shadow: 0px 3px 10px rgb(0 0 0 / 25%);
  padding: 12px;
  color: #fff;
  font-size: 18px;
  z-index: 2;
}

.banner, .bnrinn {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.bnrinn .jarallax {
  min-height: 530px !important;
}

.bnrinn .splide__pagination {
  z-index: 5;
}

.bnrinn .athletics-logo {
  width: 200px;
  margin-bottom: 20px;
}

.banner:after, .bnrinn:after, .missionWrap:after, .athleticsbnr:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  opacity: 0.45;
  z-index: 0;
  background: rgb(41, 41, 41);
}

.banner:after, .missionWrap:after {
  background: rgb(142, 57, 57);
  background: linear-gradient(0deg, rgba(142, 57, 57, 1) 0%, rgba(161, 65, 101, 1) 34%, rgba(159, 85, 152, 1) 67%, rgba(130, 114, 199, 1) 100%);
}

.bnrinn:after {
  opacity: 0.4;
  background: #872928;
}

.athleticsbnr:after {
  opacity: 0.3;
  background: #111;
}

.banner img, .bnrinn img {
  width: 100%;
  position: relative;
}

.bannertext {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  z-index: 2;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.bannertext p {
  font-size: 1.7em;
}

.bannertext.editor h1 {
  font-size: 2.5em;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 900;
}

.bannertext.editor h1 span {
  display: block;
  font-size: 150%;
}

.bannertext.innerpage {
  top: 60%;
}

.bottomCurveWrap {
  position: relative;
  margin-top: -108px;
}

.bottomCurve, .bottomCurveWrap {
  width: 100%;
  height: 109px;
}

/*~ ~ ~ ~ ~ ~ ~ ~ ~ ~*/
.waveWrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  top: 0;
  margin: auto;
  z-index: -1;
}

.waveWrapperInner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  bottom: -1px;
  background-image: linear-gradient(to top, #ffe4e0 30%, #fff 70%);
}

.bgMiddle {
  z-index: 10;
  opacity: 0.75;
}

.circlesWrap {
  position: relative;
}

.wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
}

.circles {
  margin-top: 150px;
  position: relative;
}

.circles a {
  width: 20%;
  position: relative;
}

.circles a img {
  border-radius: 50%;
}

.circles .prog-name {
  background-color: #872928;
  color: #fff;
  width: 110px;
  height: 110px;
  font-size: 1em;
  top: -50px;
  right: 0;
  left: 0;
  border-radius: 50%;
  position: absolute;
  overflow: hidden;
  -webkit-transition: 0.3s all ease-in;
  -o-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
}

.circles .prog-name>div {
  width: 100%;
  margin-top: 40px;
}

.circles .prog-name h3 {
  margin: 0 auto;
  color: #fff;
  line-height: 1.2em;
  font-size: 1.2em;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  -webkit-transition: all 700ms ease-in-out;
  -o-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}

.circles a:hover .prog-name {
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(142, 52, 57, 0.85);
}

.editor .circles .prog-name ul {
  font-size: 0.9em;
  max-width: 180px;
  margin: 0 auto;
  line-height: 1.1;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
}

.editor .circles a:hover .prog-name ul {
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 1.35s, transform 1.35s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.editor .circles .prog-name ul li {
  line-height: 1.1;
  margin-bottom: 0;
  list-style: none;
  margin-left: 0px;
  text-align: center;
  margin-bottom: 16px;
}

.footer .bottomCurveWrap {
  margin-top: 0;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#myVideo {
  object-fit: cover;
  width: 100vw;
  height: 94vh;
  position: relative;
  display: block;
}

.spaceTop {
  position: relative;
  padding-top: 70px;
}

.spaceBottom {
  position: relative;
  padding-bottom: 70px;
}

.smallTop {
  position: relative;
  padding-top: 30px;
}

.smallBottom {
  position: relative;
  padding-bottom: 30px;
}

.width50 {
  width: 50%;
}

.missionWrap {
  color: #fff;
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 450px;
}

.programs {
  margin-top: 40px;
}

.programs>a {
  width: 30.33%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.programs>a img {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.programs>a:hover img {
  transform: scale(1.1);
}

.programs .text-content, .programs>a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  color: #fff;
}

.programs>a:before {
  content: "";
  background-color: #333;
  opacity: 0.4;
  z-index: 1;
}

.programs>a:hover:before {
  opacity: 0.7;
}

.programs .text-content:before, .programs .text-content:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.programs .text-content:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.programs .text-content:after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.programs>a:hover .text-content:before, .programs>a:hover .text-content:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.editor .programs h3 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #fff;
  -webkit-transition: -webkit-transform 1.35s;
  transition: transform 1.35s;
  -webkit-transform: translate3d(0, 70px, 0);
  transform: translate3d(0, 70px, 0);
}

.programs .text-content p {
  padding: 0 15%;
  line-height: 1;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 1.35s, transform 1.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.programsWrap.editor a:hover .text-content h3, .programsWrap a:hover .text-content p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.programs .text-content .btn span {
  border: 1px solid #fff;
  padding: 5px 8px;
  display: inline-block;
}

.eventsWrap .col12:first-child span {
  width: 45%;
  display: inline-block;
}

.eventsWrap .col12:first-child span:first-of-type {
  width: 54%;
  margin-top: 20px;
}

.eventsWrap .col12:first-child span:last-child {
  margin-top: 150px;
}

.eventsWrap .col12:first-child span img {
  border-radius: 15px;
}

.events>div {
  background-color: #fff;
  box-shadow: 0 0 10px rgb(21 87 153 / 8%);
  padding: 28px 28px 30px;
  border-radius: 25px;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  width: calc(25% - 20px);
  margin: 10px 10px 30px;
}

.events>div:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -1px;
  width: 10px;
  height: 100%;
  background: rgb(142, 57, 57);
  background: linear-gradient(45deg, rgba(142, 57, 57, 1) 6%, rgba(161, 65, 101, 1) 34%, rgba(159, 85, 152, 1) 67%, rgba(130, 114, 199, 1) 100%);
}

.events .glEventDate {
  padding-left: 30px;
  padding-bottom: 10px;
  position: relative;
  color: #872928;
}

.events .glEventDate:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f15f";
  font-family: beehivelyicons;
  font-size: 1em;
  line-height: 1;
  color: #872928;
}

.events .glEventTitle {
  font-size: 1.2em;
  font-weight: 700;
}

.fbWrap {
  background-color: #f9f9f9;
}

.fbWrap.editor a {
  margin: 0 15px;
}

.fbWrap a>span {
  font-size: 10px;
  line-height: 1em;
  border-radius: 50%;
  display: inline-block;
  padding: 10px;
  color: #fff;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.fbWrap a.facebook span {
  background-color: #4267b2;
}

.fbWrap a.instagram span {
  background: #833ab4;
  background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
}

.fbWrap.editor a:hover span {
  background: #872928;
}

.fbWrap .icon i {
  display: inline-block;
}

.fbWrap.editor h3 {
  margin: 0;
}

.footer {
  position: relative;
  background-color: #872928;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9em;
  line-height: 1.5em;
  margin-top: 30px;
}

.footer.editor a {
  color: rgba(255, 255, 255, 0.7);
}

.footer:after {
  content: "";
  position: absolute;
  background-image: url(logo-shape.svg);
  width: 340px;
  height: 340px;
  top: 20px;
  right: -100px;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0.2;
  background-position: center right;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.footer .contactInfo.row article {
  margin: 0 5px;
}

.footer.editor .contactInfo article:last-child p {
  margin-bottom: 0;
}

.footer .contactInfo.row article:nth-child(-n+2) {
  width: 17%;
}

.footer .contactInfo.row article:nth-last-child(-n+2) {
  width: 25%;
}

.footer .contactInfo div, .fTextWrap>div {
  padding-bottom: 25px;
}

.footer [class^="bi-"], [class*=" bi-"] {
  display: inline-block;
}

.footer.editor h4 {
  position: relative;
  padding-bottom: 10px;
}

.footer.editor h4:after {
  position: absolute;
  content: "";
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 0;
  height: 4px;
  width: 33px;
  border-radius: 5px;
}

.biIcon {
  background-color: #872928;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 10px;
  font-size: 10px;
  margin-right: 10px;
}

.footer.editor a:hover {
  color: #fff;
}

.editor .fTextWrap h5 {
  margin-top: 0;
}

.footer .copyright {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 22px;
}

.footer .copyright span {
  margin-left: 10px;
  margin-right: 10px;
}

.social-icon a {
  padding: 0px 5px;
  line-height: 1em;
}

.social-icon span {
  font-size: 9px;
  line-height: 1em;
  background-color: #762d2d;
  border-radius: 50%;
  display: block;
  padding: 10px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.social-icon img {
  width: 24px;
}

.social-icon a:hover span {
  background-color: rgba(255, 255, 255, 0.2);
}

.acclogo img {
  width: 200px;
  margin: 10px 0;
}

.editor h1 {
  font-size: 2.3em;
  line-height: 1.1em;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}

.editor h2 {
  font-size: 1.8em;
  margin: 15px 0;
}

.editor h3 {
  font-size: 1.5em;
  margin: 15px 0;
  color: #872928;
}

.editor h4 {
  font-size: 1.3em;
  margin: 15px 0;
}

.editor h5 {
  font-size: 1.2em;
  margin: 15px 0 10px;
}

.editor h6 {
  font-size: 1em;
  margin: 15px 0;
}

.editor ul, .editor ol {
  margin: 15px 0 15px 5px;
}

.editor ul li, .editor ol li {
  margin-bottom: 8px;
  list-style-type: square;
  padding: 0;
  margin-left: 20px;
  display: list-item;
}

.editor ol li {
  list-style-type: decimal;
}

.editor ol ul {
  margin-top: 10px;
}

.editor table {
  margin: 10px 0 10px 0;
  font-size: 0.9em;
  color: #222;
  background: #fff;
}

.editor table th {
  padding: 5px;
  text-align: left;
  font-size: 1em;
  background-color: #872928;
  border: 1px solid #f7dbdc;
  color: #ffffff;
  font-weight: 700;
}

.editor table td {
  padding: 5px;
  text-align: left;
  border: 1px solid #f5e5e6;
}

.editor table tr:nth-child(2n+1) td {
  background-color: #fff4f5;
}

.editor table.no-border {
  border: none;
}

.editor a {
  color: #872928;
  text-decoration: none;
}

.editor a:hover {
  color: #222;
}

.editor p {
  margin-bottom: 15px;
}

.editor p:last-child {
  margin-bottom: 0;
}

.editor hr {
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  margin: 30px 0;
  border: 0px;
  border-top: 2px solid #e1bdbc;
  /* clear: both;
     width: 100%;
     */
}

.fulltable {
  width: 100%;
}

.editor blockquote {
  background: #d4bfbf;
  margin: 20px;
  padding: 50px;
  color: #333;
  position: relative;
  font-size: 1.2em;
}

.editor blockquote:after {
  position: absolute;
  right: 2%;
  top: 0;
  opacity: 0.2;
  z-index: 1;
  content: "\f12e";
  font-family: beehivelyicons;
  font-size: 5em;
  line-height: 1;
  color: #872928;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.editor .btn a {
  display: inline-block;
  color: #fff;
  padding: 6px 15px;
  cursor: pointer;
  font-size: 0.9em;
  border-radius: 50px;
  background-color: #872928;
  border: 2px solid transparent;
}

.editor .btn a:hover {
  background-color: transparent;
  color: #872928;
  border-color: #872928;
}

.editor .more a {
  display: inline-block;
  margin: 0;
  padding-right: 30px;
  line-height: 1em;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-weight: 700;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.editor .more a:after {
  content: '';
  display: block;
  position: absolute;
  top: 60%;
  right: 15px;
  margin-top: -4px;
  height: 8px;
  width: 8px;
  border-style: solid;
  border-color: #872928;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.editor .more a:hover:after {
  right: 2px;
  border-color: #222;
}

/* Inner page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.pagetitle {
  position: absolute;
  z-index: 1;
  color: #fff;
  right: 0px;
  bottom: 0;
  left: 0;
  top: 0;
  line-height: 1.2;
}

.pagetitle.editor h1 {
  margin-bottom: 0;
}

.pagetitle>div {
  width: 45%;
  max-width: 700px;
  position: relative;
  margin: 0 0 0 auto;
  text-align: center;
}

.pagetitle.editor a {
  color: #fff;
}

.pagetitle.athleticswraper>div {
  max-width: inherit;
  width: 100%;
  margin: 0;
}

.pagetitle.athleticswraper>div>div {
  min-width: 230px;
}

/* calendar */
.editor .fullcal table {
  margin: 0;
}

.editor .fullcal table td, .editor .fullcal table tr:nth-child(2n+1) td {
  padding: 0;
  background-color: transparent;
}

.editor .fullcal a {
  color: #fff;
  cursor: pointer;
}

.fullcal .fc-event {
  background-color: #4c4642;
  border-color: #4c4642;
  padding: 3px;
  cursor: pointer;
}

.fullcal button.fc-button-primary {
  background-color: #333;
  border-color: #333;
  text-transform: capitalize;
  font-size: 16px
}

.fullcal .fc-button-primary:hover {
  background-color: #222;
  border-color: #222;
}

.fullcal button.fc-button-primary:disabled {
  opacity: 0.7;
  background-color: #333;
  border-color: #333;
}

#detail h1 {
  font-size: 1.4em;
}

.parentpgWrap>article {
  position: relative;
  height: 300px;
  margin-top: 30px;
}

.parentpgWrap>article:after {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-color: rgb(0 0 0 / 45%);
}

.parentpgWrap>article img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.editor .parentpgWrap>article h2 {
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 6px;
}

.editor .parentpgWrap>article .more a {
  color: #fff;
}

.editor .parentpgWrap>article .more a:after {
  border-color: #fff;
}

.content {
  padding: 30px 0px 30px 0px;
  position: relative;
  min-height: 300px;
}

.twocolumn {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

.featureBox {
  max-width: 1000px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 auto 70px auto;
}

.featurePhoto {
  width: calc(50% + 2rem);
  margin-bottom: 40px;
  border: 10px solid #872928;
}

.featureContent {
  width: 50%;
  margin: 0 0 0 -70px;
  padding: 2rem 2rem 2rem 6rem;
  border: 1px solid #872928;
}

.featureContent2 {
  margin: 0 -70px 0 0px;
  padding: 2rem 6rem 2rem 2rem;
}

@keyframes sidearrow {
  0% {
    -webkit-transform: translateX(0);
    opacity: 0.4;
  }

  100% {
    -webkit-transform: translateX(-0.4em);
    opacity: 0.9;
  }
}

.photobox {
  position: relative;
  max-width: 300px;
}

.photobox:after {
  content: "";
  border: 5px solid rgba(255, 255, 255, 0.7);
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  position: absolute;
}

/* Custom design class */
.quoteWrap {
  color: #fff;
  font-size: 1.2em;
  clear: both;
}

.quoteWrap:after {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 10px;
  background-color: #9b4846;
  left: -100vw;
  right: -100vw;
  z-index: -1;
}

.quoteWrap .quote {
  position: relative;
}

.quoteWrap .quote:before, .quoteWrap .quote:after {
  position: absolute;
  opacity: 0.9;
  z-index: 0;
  content: "\f12e";
  font-family: beehivelyicons;
  font-size: 4.5em;
  line-height: 1;
  color: #e7d8d6;
}

.quoteWrap .quote:before {
  top: -100px;
  left: 0;
}

.quoteWrap .quote:after {
  right: 0;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.quoteWrap.innerquote {
  margin: 50px 0;
  padding: 50px 0;
  position: relative;
}

.quoteWrap.innerquote .quote:before, .quoteWrap.innerquote .quote:after {
  font-size: 3em;
}

.quoteWrap.innerquote .quote:before {
  top: -70px;
}

.page-contentWrap {
  padding-top: 15px;
}

.absolute {
  position: absolute;
}

.greybg {
  background-color: #cfcfcf;
  padding: 40px;
}

.darkgreybg {
  background-color: #7c7a7b;
  padding: 40px;
  color: #fff;
}

.lightredbg {
  background-color: #a65e5f;
  padding: 40px;
  color: #fff;
}

.directors>article {
  width: calc(33.33% - 20px);
  text-align: center;
  padding: 30px;
  margin: 0px 10px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.directors>article:hover {
  background-color: #f7f7f7;
}

.directors>article .thumb, .bios .thumb {
  border-radius: 50%;
  border: 2px solid #872928;
  overflow: hidden;
  max-width: 200px;
  margin: 0 auto;
  cursor: pointer;
}

.directors>article .thumb img, .bios .thumb img {
  border-radius: 50%;
}

.directors .email a {
  display: inline-block;
  font-size: .8em;
  line-height: 1;
}

.bios {
  width: 48%;
  margin-right: 4%;
}

.bios .thumb {
  max-width: 400px;
  margin: 0 auto;
  cursor: auto;
}

.editor .bios h3 {
  font-size: 1.8em;
}

.directors {
  flex: 1;
}

.details.directors>article {
  width: calc(50% - 20px);
  padding: 20px;
}

.details>article .thumb {
  max-width: 150px;
}

.editor .details>article h3 {
  font-size: 1.3em;
  margin: 7px 0 0;
}

.hidestaff {
  display: none;
}

.editor .rightimg {
  float: right;
  margin: 0 0 20px 40px;
  max-width: 45%;
}

.editor .leftimg {
  float: left;
  margin: 0 40px 20px 0px;
  max-width: 45%;
}

.leftimg img, .leftimgBox img {
  -webkit-box-shadow: -15px 15px 0 0 #872928;
  -moz-box-shadow: -15px 15px 0 0 #872928;
  box-shadow: -15px 15px 0 0 #872928;
}

.rightimg img, .rightimgBox img {
  -webkit-box-shadow: 15px 15px 0 0 #872928;
  -moz-box-shadow: 15px 15px 0 0 #872928;
  box-shadow: 15px 15px 0 0 #872928;
}

.images img {
  padding: 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.images {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.images a {
  width: calc(25% - 10px);
  margin: 0 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.editor .pdf {
  background: url(pdf-file.svg) 0 3px no-repeat;
  background-size: 18px;
  padding-left: 25px;
}

.accordion .accordion-header-button {
  font-size: 1.1em !important;
  font-weight: 600 !important;
}

.testimonialWrap>article {
  width: calc(50% - 30px);
  padding: 25px;
  position: relative;
  margin: 20px 15px;
  background-color: rgb(242 240 239 / 56%);
}

.testimonialWrap>article:nth-child(4n+1), .testimonialWrap>article:nth-child(4n+4) {
  background-color: rgb(255 237 237 / 40%);
}

.testimonialWrap>article strong {
  margin-right: 10px;
  display: block;
}

.testimonialWrap>article:before {
  position: absolute;
  left: 1%;
  top: -20px;
  opacity: 0.2;
  z-index: 0;
  content: "\f130";
  font-family: beehivelyicons;
  font-size: 3em;
  line-height: 1;
  color: #872928;
}

.testimonialWrap>article .auther {
  color: #872928;
  position: relative;
  padding-top: 10px;
  margin-top: 10px;
}

.testimonialWrap>article .auther:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #872928;
  top: 0;
  left: 0;
}

.donate_image {
  width: 100%;
  max-width: 200px;
}

/* ~~~~~~ Atheltics ~~~~~~~~~~~~~~~ */
.athboxes {
  margin-top: 30px;
  margin-bottom: 30px;
}

.athboxes>a {
  flex-basis: 0;
  flex-grow: 1;
  position: relative;
  height: 280px;
  margin: 0 5px;
}

.athboxes>a img {
  width: 100%;
  object-fit: cover;
}

.athboxes>a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: .5;
  height: 100%;
  background: rgb(23, 23, 23);
  background: linear-gradient(0deg, rgba(23, 23, 23, 1) 0%, rgba(23, 23, 23, 0) 100%);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.athboxes>a:hover::after {
  opacity: .8;
  background: linear-gradient(0deg, rgba(23, 23, 23, 1) 0%, rgba(23, 23, 23, 0.50) 100%);
}

.editor .athboxes h4 {
  position: absolute;
  color: #fff;
  width: 100%;
  bottom: 0;
  z-index: 3;
}

/*~~~~~~~~~~ Blog ~~~~~~~~~~~~~*/

.blog>article {
  width: 48%;
  border: 1px solid #eee;
  position: relative;
  margin-bottom: 25px;
}

.editor .blog>article h3 {
  margin-bottom: 0;
}

.editor .blog>article small {
  display: block;
  margin-bottom: 15px;
  color: #666;
}

.blog .blogText {
  padding: 0 15px;
  margin-bottom: 50px;
}

.blog .blogText .more {
  position: absolute;
  right: 20px;
  bottom: 5px;
}

.editor .blogdetails h3 {
  margin-bottom: 10px;
}

.editor .blog>article .more a {
  margin-top: 15px;
}

.blogdetails small {
  margin-bottom: 10px;
  display: inline-block;
}

.metaInfo {
  padding: 5px 15px;
  border-top: 1px solid #e7e6e6;
  color: #666;
  font-size: 0.9rem;
  margin-top: 20px;
  line-height: 1.3em;
}

.editor .metaInfo a {
  text-decoration: none;
}

.grid {
  margin: 0 -10px 10px;
}

.grid a {
  width: 24.9%;
  padding: 10px;
  position: absolute;
  line-height: 1.3em;
  text-decoration: none;
  text-align: center;
  min-height: 200px;
}

.grid a img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
}

/* top Navigation */
.home .topmenu.menu li a, .home .menu>li>a {
  color: #fff;
}

.topmenu.menu.topleft {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}

.topmenu.menu.topright {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}

.topmenu.menu {
  position: absolute;
  right: 45px;
  top: 5px;
  padding: 0;
}

.topmenu.menu>li {
  margin: 0;
}

.topmenu.menu>li>a {
  color: #222;
  font-size: 0.8em;
}

.topmenu.topleft {
  right: inherit;
  left: 0;
}

.topmenu.menu>li>a:after {
  display: none;
}

/* Navigation */
.nav {
  width: 100%;
}

.menu.left #home.active a:after {
  display: none;
}

.menu {
  width: calc(50% - 90px);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
  align-items: flex-end;
}

.menu.left {
  padding-right: 70px;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}

.menu.right {
  padding-left: 70px;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}

.menu, .menu>li, .flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.menu li a {
  color: #333;
  margin: 0;
}

.menu>li {
  position: relative;
  padding: 0 10px;
}

.menu>li:not(:last-child) {
  margin-right: 1px;
}

.menu li a {
  color: #fff;
  margin: 0;
  display: block;
}

.menu>li>a {
  line-height: 44px;
  position: relative;
  color: #222;
}

.menu>li>a:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #872928;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.menu>li:hover>a:after, .menu>li.active>a:after {
  opacity: 1;
  width: 100%;
}

.home .menu>li>a:after {
  background-color: #fff;
}

@keyframes pullDown {
  0% {
    transform: scaleY(0.1);
  }

  40% {
    transform: scaleY(1.02);
  }

  60% {
    transform: scaleY(0.98);
  }

  80% {
    transform: scaleY(1.01);
  }

  100% {
    transform: scaleY(0.98);
  }

  80% {
    transform: scaleY(1.01);
  }

  100% {
    transform: scaleY(1);
  }
}

@-webkit-keyframes pullDown {
  0% {
    -webkit-transform: scaleY(0.1);
  }

  40% {
    -webkit-transform: scaleY(1.02);
  }

  60% {
    -webkit-transform: scaleY(0.98);
  }

  80% {
    -webkit-transform: scaleY(1.01);
  }

  100% {
    -webkit-transform: scaleY(0.98);
  }

  80% {
    -webkit-transform: scaleY(1.01);
  }

  100% {
    -webkit-transform: scaleY(1);
  }
}

.menu ul {
  width: 200px;
  padding: 10px;
  position: absolute;
  left: 0px;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  background-color: #872928;
}

.menu ul:after {
  position: absolute;
  content: "";
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  z-index: -1;
}

.menu>li:hover>ul {
  visibility: visible;
  opacity: 1;
  z-index: 90;
  box-shadow: 0.33em 0.33em 0px rgb(0 0 0 / 15%);
  animation-name: pullDown;
  -webkit-animation-name: pullDown;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
}

.menu>li li:hover>ul {
  left: inherit;
  right: 100%;
  top: 0;
  visibility: visible;
  opacity: 1;
  z-index: 90;
  box-shadow: 0.33em 0.33em 0px rgb(0 0 0 / 15%);
  animation-name: pullDown;
  -webkit-animation-name: pullDown;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
}

.menu>li li:hover>ul {
  left: 100%;
  top: 0;
  display: block;
  right: inherit;
}

.menu>li:last-child>ul {
  left: inherit;
  right: 0;
}

.menu.right>li:last-child li>ul {
  right: 100%;
  left: inherit;
}

.menu li ul li {
  width: 100%;
  padding: 0px;
  position: relative;
}

.menu ul li:last-child {
  border-bottom: none;
}

.menu li ul li a {
  display: block;
  padding: 8px 15px;
  line-height: 1.3em;
  font-size: 0.85em;
}

.home .menu>li.active>a, .home .menu>li:hover>a {
  color: #fff;
}

.menu>li.active>a, .menu>li:hover>a {
  color: #872928;
}

.menu li:hover li>a:hover, .menu li:hover li:hover>a, .menu li.active li.active>a, .menu ul li:hover li:hover>a:hover, .menu li.active li.active li.active>a {
  color: #872928;
  background-color: #e3e3d8;
}

#menu-trigger {
  display: none;
}

/* Google Search */
.gsc-above-wrapper-area, .gsc-above-wrapper-area>table, .gsc-wrapper .gsc-adBlock, .gcsc-more-maybe-branding-root>a, .gcsc-find-more-on-google {
  display: none;
}

.margin-top--30 {
  margin-top: -30px;
}

.bgbox, .plainbox {
  padding: 16%;
}

.bgbox {
  background: #872928;
}

.bgcolorBpx {
  background-color: #9b4846;
  padding: 25px 15px;
  color: #fff;
  margin-bottom: 10px;
}

.subpages {
  margin-top: 30px;
  border-top: 1px solid #444;
}

.subpages ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.editor .subpages ul li {
  list-style: none;
  margin: 5px 7px;
}

.editor .subpages li a {
  font-weight: 600;
  font-size: 1.05em;
}

.subpages li.active>a {
  background-color: transparent;
  color: #872928;
  border-color: #872928;
}

@media screen and (max-width: 1199px) {
  .header .container {
    height: 100px;
  }

  .logo {
    width: 120px;
  }

  .menu {
    width: calc(50% - 70px);
  }

  .menu>li>a {
    padding: 0 6px;
    font-size: 0.95em;
    line-height: 34px;
  }

  .menu.left, .menu.right {
    padding-top: 44px;
  }

  .menu.left {
    padding-right: 0;
  }

  .menu.right {
    padding-left: 0;
  }

  .circles {
    margin-top: 90px;
  }

  .editor .circles .prog-name ul li {
    line-height: 1;
    margin-bottom: 3px;
  }

  .grid a, .grid a img {
    min-height: inherit;
  }
}

@media screen and (max-width: 1023px) {
  body, html {
    font-size: 20px;
  }

  .spaceBottom {
    padding-bottom: 50px;
  }

  .spaceTop {
    padding-top: 50px;
  }

  .header {
    margin-top: 0;
  }

  .header .row-reverse {
    -webkit-flex-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
  }

  .search {
    width: 34px;
    height: 34px;
    top: 26px;
    padding: 8px 8px;
    font-size: 9px;
    right: 15px;
  }

  .header .container {
    height: inherit;
    padding: 10px 0;
  }

  .logo {
    position: relative;
    margin: 0;
    top: inherit;
  }

  .bnrinn .jarallax {
    min-height: 350px !important;
  }

  .circles a {
    width: 23%;
  }

  .circles a:hover .prog-name h3 {
    top: 20px;
  }

  .editor .circles .prog-name ul {
    font-size: 0.8em;
  }

  .circles .prog-name>div {
    margin-top: 10px;
  }

  .programs .text-content:before, .programs .text-content:after {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .programs .text-content p {
    padding: 0 7%;
  }

  .footer .contactInfo.row article:nth-child(-n+2), .footer .contactInfo.row article:nth-last-child(-n+2) {
    width: calc(50% - 20px);
  }

  .pagetitle>div {
    width: 75%;
  }

  .parentpgWrap .pagetitle {
    padding: 30px 0;
  }

  .quoteWrap .quote:before, .quoteWrap .quote:after {
    font-size: 3em;
  }

  .quoteWrap .quote:before {
    top: -80px;
  }

  /* atheltics */
  .athboxes>a {
    flex-basis: inherit;
    flex-grow: inherit;
    width: 48%;
    margin-bottom: 15px;
  }

  .menu {
    padding: 0;
  }

  .nav, .mobimenu .nav, .menu>li>a:after, .subpages {
    display: none;
  }

  #menu-trigger, .mobimenu .nav {
    display: block;
  }

  .nav {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 5;
    background-color: #fff;
    width: 288px;
    box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.2);
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu.topmenu {
    position: relative;
    right: inherit;
    top: inherit;
  }

  .menu.left, .menu.right {
    padding-top: 0;
  }

  .menu {
    display: block;
    width: 100%;
  }

  .nav.showMobiNav {
    display: block;
  }

  .menu>li {
    padding: 0;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .menu>li:not(:last-child) {
    margin-right: inherit;
  }

  .menu>li>a {
    line-height: 1.3em;
    font-size: 1.1em;
    font-weight: 600;
  }

  .menu li a, .menu.topmenu li a, .menu li ul li a {
    position: relative;
    display: block;
    margin-right: 40px;
    padding: 10px 10px 10px 15px;
    color: #333;
    font-size: inherit;
  }

  .menu li ul li a {
    padding: 8px 10px 8px 15px;
    line-height: 1.3em;
  }

  .menu ul, .menu>li li:hover>ul, .menu>li:hover>ul {
    width: inherit;
    padding-right: 40px;
    position: relative;
    left: inherit;
    top: inherit;
    right: inherit;
    background: 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    animation: none;
    visibility: visible;
    opacity: 1;
    padding: 5px 10px 5px;
  }

  .home .topmenu.menu li a, .home .menu>li>a, .menu li ul li:hover ul li:hover>a, .menu li ul li:hover>a, .menu li.active li.active li.active>a, .menu li.active li.active>a, .menu li:hover li:hover>a, .menu li:hover li>a:hover, .menu ul li:hover li:hover>a:hover, .menu>li.active>a, .menu>li:hover>a {
    color: #872928;
    background-color: transparent;
  }

  .home .menu>li.active>a, .home .menu>li:hover>a, .menu>li.active:hover>a {
    color: #872928;
  }

  .menu li .droparrow {
    position: absolute;
    top: 0;
    right: -40px;
    width: 40px;
    height: 100%;
    background-color: #872928;
    cursor: pointer;
  }

  .menu li .droparrow:after, .menu li .droparrow:before {
    left: 50%;
    top: 50%;
    content: " ";
    height: 2px;
    width: 12px;
    position: absolute;
    background-color: #fff;
    pointer-events: none;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }

  .menu li .droparrow:after {
    width: 2px;
    height: 12px;
    margin-top: -5px;
  }

  .menu li .droparrow:before {
    margin-left: -5px;
  }

  .menu li .droparrow.open:after {
    display: none;
  }

  #menu-trigger {
    display: block;
    position: relative;
    z-index: 11;
    width: 40px;
    height: 34px;
    cursor: pointer;
    align-self: center;
    margin-right: 30px;
    background: #872928;
  }

  #menu-trigger span, #menu-trigger span:after, #menu-trigger span:before {
    position: absolute;
    width: 30px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #menu-trigger span {
    top: 50%;
    margin: -1px auto auto;
    display: block;
    font-size: 0;
  }

  #menu-trigger span:after {
    top: 10px;
    content: "";
  }

  #menu-trigger span:before {
    top: -10px;
    content: "";
  }

  .showMobiNav#menu-trigger span {
    background-color: transparent;
  }

  .showMobiNav#menu-trigger span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    top: 0;
    left: 0;
  }

  .showMobiNav#menu-trigger span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  body, html {
    font-size: 18px;
  }

  .editor h1 {
    font-size: 1.8em;
  }

  .pagetitle>div {
    width: 100%;
  }

  .bannertext.editor h1 {
    font-size: 2em;
  }

  .circles .prog-name {
    top: 0;
  }

  .circles a:hover .prog-name h3 {
    top: -10px;
    font-size: 1.5em;
    position: relative;
  }

  .circlesWrap .welcometext {
    max-width: 700px;
  }

  .circles a {
    width: 40%;
    margin-bottom: 60px;
  }

  .editor .circles .prog-name ul {
    font-size: 1em;
  }

  .programs>a, .blog>article {
    width: 100%;
    margin-bottom: 20px;
  }

  .programs>a img {
    width: 100%;
  }

  .programs>a:last-child {
    margin-bottom: 0px;
  }

  .events>div {
    width: calc(50% - 20px);
  }

  .footer .contactInfo.row article:nth-child(-n+2), .footer .contactInfo.row article:nth-last-child(-n+2) {
    width: 100%;
  }

  .spaceBottom {
    padding-bottom: 30px;
  }

  .spaceTop {
    padding-top: 30px;
  }

  .content {
    padding: 20px 0;
  }

  .directors>article {
    width: calc(50% - 20px);
    padding: 15px;
  }

  .bios {
    width: 100%;
    margin-right: 0;
  }

  .quoteWrap .quote:before, .quoteWrap .quote:after {
    font-size: 2.5em;
  }

  .quoteWrap {
    margin: 30px 0;
  }

  .quoteWrap .quote:before {
    top: -55px;
  }

  .testimonialWrap>article {
    width: 100%;
  }

  .col12, .col23, .col13, .col40, .col50 {
    width: 100%;
  }

  .col12+*, .col23+.col13, .col13+.col23 {
    margin-top: 20px;
  }

  .twocolumn {
    -moz-column-count: inherit;
    -webkit-column-count: inherit;
    column-count: inherit;
  }

  .editor table td {
    word-break: break-word;
  }

  .editor .rightimg, .editor .leftimg {
    float: none;
    margin: 0 0 40px;
    max-width: initial;
  }

  .athboxes>a {
    width: 100%;
    margin-bottom: 15px;
  }

  .grid a {
    width: 32.33%;
  }
}

@media screen and (max-width: 479px) {
  .search {
    right: 8px;
  }

  .circles a {
    width: 100%;
  }

  .events>div {
    width: 100%;
    margin: 10px 0;
  }

  .parentpgWrap>article {
    height: 350px;
  }

  .directors>article {
    width: 100%;
  }

  .grid a {
    width: 49.9%;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes pull-up {
  0% {
    transform: translate(0, 30px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes pull-up {
  0% {
    transform: translate(0, 30px);
  }

  100% {
    transform: translate(0, 0);
  }
}