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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

html {
  border: none;
}

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

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.after, #content #text .filters:after, #content #text .filters .filter-wrap:after, .container:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clear {
  clear: both;
}

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

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.one-half,
.one-third,
.two-third,
.three-fourth,
.one-half.omega,
.one-third.omega,
.two-third.omega,
.one-fourth.omega,
.three-fourth.omega {
  width: 95.05562%;
  float: right;
  margin-right: 0;
  display: inline;
}

.one-half img,
.one-third img,
.two-third img,
.three-fourth img,
.one-half.omega img,
.one-third.omega img,
.two-third.omega img,
.one-fourth.omega img,
.three-fourth.omega img {
  display: block;
  width: 100%;
  height: auto;
  min-width: 100%;
  max-width: 100%;
  line-height: 0;
  padding: 0;
  margin: 0;
}

.grid-row {
  margin: 3px 0;
}
.grid-row:after {
  content: '';
  display: table;
  clear: both;
}

@media (min-width: 48em) {
  .one-half {
    padding-left: 0%;
    padding-right: 0%;
    width: 49.49223%;
    float: left;
    margin-right: 1.01554%;
  }

  .one-third {
    padding-left: 0%;
    padding-right: 0%;
    width: 32.65631%;
    float: left;
    margin-right: 1.01554%;
  }

  .one-fourth {
    padding-left: 0%;
    padding-right: 0%;
    width: 24.23835%;
    float: left;
    margin-right: 1.01554%;
  }

  .two-third {
    padding-left: 0%;
    padding-right: 0%;
    width: 66.32815%;
    float: left;
    margin-right: 1.01554%;
  }

  .three-fourth {
    padding-left: 0%;
    padding-right: 0%;
    width: 74.74612%;
    float: left;
    margin-right: 1.01554%;
  }

  .one-half.omega {
    padding-left: 0%;
    padding-right: 0%;
    width: 49.49223%;
    float: right;
    margin-right: 0;
  }

  .one-third.omega {
    padding-left: 0%;
    padding-right: 0%;
    width: 32.65631%;
    float: right;
    margin-right: 0;
  }

  .one-fourth.omega {
    padding-left: 0%;
    padding-right: 0%;
    width: 24.23835%;
    float: right;
    margin-right: 0;
  }

  .two-third.omega {
    padding-left: 0%;
    padding-right: 0%;
    width: 66.32815%;
    float: right;
    margin-right: 0;
  }

  .three-fourth.omega {
    padding-left: 0%;
    padding-right: 0%;
    width: 74.74612%;
    float: right;
    margin-right: 0;
  }
}
body {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body,
table td,
table caption,
table th,
table td,
textarea,
#search_term,
#search_term2,
#module-search-term {
  color: #222222;
  font-style: normal;
  font-weight: 400;
}

body,
table caption,
table th,
table td,
textarea,
#search_term,
#search_term2,
.button-small,
.button-blue,
.button-orange,
.ui-selectmenu,
.ui-selectmenu-menu,
#module-search-term {
  font-family: "proxima-nova", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
.mcms_form_thank_you {
  font-family: "proxima-nova", sans-serif;
}

a {
  color: #684287;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
a:hover {
  color: #0eb48d;
}
a span {
  color: inherit;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5em;
  color: #684287;
  font-weight: 400;
}
h1 [class^="icon-"], h1 [class*=" icon-"],
h2 [class^="icon-"],
h2 [class*=" icon-"],
h3 [class^="icon-"],
h3 [class*=" icon-"],
h4 [class^="icon-"],
h4 [class*=" icon-"],
h5 [class^="icon-"],
h5 [class*=" icon-"],
h6 [class^="icon-"],
h6 [class*=" icon-"] {
  float: right;
  font-size: 1em;
  vertical-align: middle;
  margin-left: .25em;
  color: inherit;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit !important;
}

h1 {
  font-size: 3em;
  color: #000000;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 0;
}

h2 {
  font-size: 2em;
  font-weight: lighter;
  line-height: 1em;
}

h3 {
  font-size: 1.875em;
  font-weight: 700;
}

h4 {
  font-size: 1.625em;
  color: #77787b;
  font-weight: 300;
}

h5 {
  font-size: 1.5em;
  font-weight: 700;
}

h6 {
  font-size: 1.25em;
  color: #000000;
  font-weight: 700;
}

.meganav h2 {
  font-size: 1.8em;
  color: white;
}

p {
  line-height: 1.6em;
  margin-bottom: 1.75em;
}

#content ul {
  margin: 0 0 1.75em 0;
}
#content ul li {
  list-style: none;
  line-height: 1.75em;
}
#content ul li:before {
  content: '\2022';
  font-size: 1.7em;
  color: #684287;
  position: relative;
  top: 2px;
  margin-right: 7px;
}
#content ul li ol:before {
  display: none;
}
#content ul li li {
  font-size: 100%;
}
#content ol li:before {
  display: none;
}
#content nav ul {
  margin: 0;
}
#content nav ul li {
  list-style: none;
  line-height: 1;
}
#content ol {
  margin: 0 0 1.75em 3em;
}
#content ol li {
  list-style: decimal;
  line-height: 1.75em;
}
#content ol li li {
  font-size: 100%;
}

#content #text ul {
  margin: 0 0 1.75em 1.75em;
}

i, em {
  font-style: italic;
}

b, strong {
  font-weight: 700;
}

pre, code {
  font-family: "Courier New", Courier, monospace;
  margin-bottom: 1em;
}

ins {
  text-decoration: none;
}

sup, sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: .4em;
  font-size: .6em;
}

sub {
  top: 0.3em;
}

dl {
  margin: 0 0 1.5em 0;
}

dl dt {
  font-weight: normal;
}

dd {
  margin-left: 1.5em;
}

blockquote {
  font-size: 1.875em;
  font-style: normal;
  line-height: 1.5em;
  font-weight: 300;
  color: #7a5996;
  padding: 0;
  margin: 1.75em 0;
  text-align: center;
}
blockquote p {
  display: inline;
  margin: 0;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}

#content a img:hover:before {
  content: "More";
  text-transform: uppercase;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(104, 66, 135, 0.5);
}

#content .purple-line, #content .green-line, #content .gray-line {
  display: block;
  margin: 1.25em 1%;
  padding: 0;
  width: 98%;
  height: 2px;
  border: 0;
  color: #684287;
  background-color: #684287;
  position: relative;
}
#content .purple-line:before, #content .green-line:before, #content .gray-line:before {
  content: '';
  height: 2px;
  width: 2%;
  background-color: #684287;
  top: 0;
  left: -1%;
  transform: skewX(150deg);
  transform-origin: top;
  -webkit-transform: skewX(150deg);
  -webkit-transform-origin: 0 0;
  position: absolute;
}
#content .purple-line:after, #content .green-line:after, #content .gray-line:after {
  content: '';
  height: 2px;
  width: 2%;
  background-color: #684287;
  top: 0;
  right: -1%;
  transform: skewX(150deg);
  transform-origin: top;
  -webkit-transform: skewX(150deg);
  -webkit-transform-origin: 0 0;
  position: absolute;
}
#content .green-line {
  background: #0eb48d;
}
#content .green-line:before {
  background: #0eb48d;
}
#content .green-line:after {
  background: #0eb48d;
}
#content .gray-line {
  background: #77787b;
  height: 4px;
}
#content .gray-line:before {
  background: #77787b;
  height: 4px;
}
#content .gray-line:after {
  background: #77787b;
  height: 4px;
}

#content .linkedimage {
  display: inline-block;
}
#content .linkedimage img {
  vertical-align: top;
}

#content .linkedimage .imgtint {
  position: relative;
  cursor: pointer;
}
#content .linkedimage .imgtint .inner-text {
  display: none;
}
#content .linkedimage .imgtint:before {
  content: '';
  background: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.noPointerEvents {
  pointer-events: none;
}

#content .linkedimage .imgtint:hover:before {
  content: '';
  opacity: 1;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(104, 66, 135, 0.75);
  z-index: 0;
}
#content .linkedimage .imgtint:hover .inner-text {
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  font-size: 1.2em;
  margin-top: -.6em;
  color: white;
  margin-right: 7px;
}
#content .linkedimage .imgtint:hover .inner-text:after {
  content: "\e620";
  font-family: 'calvary';
  display: inline-block;
  bottom: -1px;
  left: 5px;
  position: relative;
  font-weight: 400;
}

#sidebar h3 {
  font-size: 1.275em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: .25em;
  color: #b1b1b1;
}
#sidebar h3 a {
  color: #7a5996;
}

#sidebar h4 {
  font-size: 1.2em;
  font-weight: 700;
  color: #ffffff;
  margin: 12px 0 5px 0;
}
#sidebar h4 a {
  color: #7a5996;
}

#sidebar a {
  color: #7a5996;
}

#content #sidebar .monkForm label, #content #sidebar .monkForm legend, #content #sidebar .monkForm p {
  color: #b1b1b1;
}

#sidebar .sidebar-title-bar {
  position: relative;
  height: 2px;
  background: #68686b;
  width: 95%;
  margin-bottom: .6em;
}
#sidebar .sidebar-title-bar:before {
  content: '';
  display: block;
  width: 1000%;
  height: 2px;
  background: #68686b;
  position: absolute;
  left: -1000%;
}
#sidebar .sidebar-title-bar:after {
  content: '';
  display: block;
  position: absolute;
  width: 5%;
  height: 2px;
  top: 0;
  right: -5%;
  background: #68686b;
  transform: skewX(150deg);
  transform-origin: top;
  -webkit-transform: skewX(150deg);
  -webkit-transform-origin: 0 0;
}

#sidebar .widget-item h3 {
  margin-top: 15px;
}
#sidebar .widget-item .meta {
  margin: 0 0 20px 0;
  font-style: italic;
}
#sidebar .widget-item .meta .noitalic {
  font-style: normal;
  margin: 0 5px;
}

#sidebar #subnav li a {
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  font-size: 1.3em;
}
#sidebar #subnav li li a {
  text-transform: none;
  font-weight: 400;
  font-size: 1.3em;
}
#sidebar #subnav li li.current a {
  font-weight: 700;
}
#sidebar #subnav li li.current li a {
  font-weight: 400;
}
#sidebar #subnav li li li a {
  font-weight: 400;
  text-transform: none;
  font-size: 1em;
}
#sidebar #subnav li li li.current a {
  font-weight: 700;
}
#sidebar #subnav li li li.current li a {
  font-weight: 400;
}
#sidebar #subnav li li li.current li.current a {
  font-weight: 700;
}

#footer h3 {
  font-size: 1.4em;
}

.homepage .series-left {
  text-transform: uppercase;
  font-weight: 700;
}

.homepage .series-right {
  text-transform: uppercase;
}

.homepage #sermon-player span {
  color: #b1b1b1;
  font-size: .85em;
  vertical-align: top;
}

.homepage #sermon-player h2 {
  margin: 0 0;
}
.homepage #sermon-player h2 a {
  color: #ffffff;
  font-size: .75em;
  line-height: 1em;
  vertical-align: top;
}

.homepage #buttons a {
  text-transform: uppercase;
  font-weight: 700;
}

#quote-bar .cycle-slideshow li {
  font-size: 1.25em;
  color: #684287;
  font-style: italic;
}

.calvary-1250 #text h2, .calvary-1250 #text h3, .color1, .harvest-fields #text h2, .harvest-fields #text h3, .calvary-harvest-fields #text h2, .calvary-harvest-fields #text h3 {
  color: #b41630 !important;
}

.calvary-1250 #text .mediumButton, .buttoncolor1, .calvary-harvest-fields #text .mediumButton, .harvest-fields #text .mediumButton {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(180, 22, 48, 0.8)), color-stop(100%, #b41630)) !important;
  background-image: -webkit-linear-gradient(top, rgba(180, 22, 48, 0.8), #b41630) !important;
  background-image: -moz-linear-gradient(top, rgba(180, 22, 48, 0.8), #b41630) !important;
  background-image: -o-linear-gradient(top, rgba(180, 22, 48, 0.8), #b41630) !important;
  background-image: linear-gradient(top, rgba(180, 22, 48, 0.8), #b41630) !important;
}
.calvary-1250 #text .mediumButton:hover, .buttoncolor1:hover, .calvary-harvest-fields #text .mediumButton:hover, .harvest-fields #text .mediumButton:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #684287), color-stop(100%, #3e2f4a)) !important;
  background-image: -webkit-linear-gradient(top, #684287, #3e2f4a) !important;
  background-image: -moz-linear-gradient(top, #684287, #3e2f4a) !important;
  background-image: -o-linear-gradient(top, #684287, #3e2f4a) !important;
  background-image: linear-gradient(top, #684287, #3e2f4a) !important;
}

.midtown #text h2, .midtown #text h3, .color2 {
  color: #f58232 !important;
}

.midtown #text .mediumButton, .buttoncolor2 {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(245, 130, 50, 0.8)), color-stop(100%, #f58232)) !important;
  background-image: -webkit-linear-gradient(top, rgba(245, 130, 50, 0.8), #f58232) !important;
  background-image: -moz-linear-gradient(top, rgba(245, 130, 50, 0.8), #f58232) !important;
  background-image: -o-linear-gradient(top, rgba(245, 130, 50, 0.8), #f58232) !important;
  background-image: linear-gradient(top, rgba(245, 130, 50, 0.8), #f58232) !important;
}
.midtown #text .mediumButton:hover, .buttoncolor2:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #684287), color-stop(100%, #3e2f4a)) !important;
  background-image: -webkit-linear-gradient(top, #684287, #3e2f4a) !important;
  background-image: -moz-linear-gradient(top, #684287, #3e2f4a) !important;
  background-image: -o-linear-gradient(top, #684287, #3e2f4a) !important;
  background-image: linear-gradient(top, #684287, #3e2f4a) !important;
}

.grays-woods #text h2, .grays-woods #text h3, .color3 {
  color: #cadb44 !important;
}

.grays-woods #text .mediumButton, .buttoncolor3 {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(202, 219, 68, 0.8)), color-stop(100%, #cadb44)) !important;
  background-image: -webkit-linear-gradient(top, rgba(202, 219, 68, 0.8), #cadb44) !important;
  background-image: -moz-linear-gradient(top, rgba(202, 219, 68, 0.8), #cadb44) !important;
  background-image: -o-linear-gradient(top, rgba(202, 219, 68, 0.8), #cadb44) !important;
  background-image: linear-gradient(top, rgba(202, 219, 68, 0.8), #cadb44) !important;
}
.grays-woods #text .mediumButton:hover, .buttoncolor3:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #684287), color-stop(100%, #3e2f4a)) !important;
  background-image: -webkit-linear-gradient(top, #684287, #3e2f4a) !important;
  background-image: -moz-linear-gradient(top, #684287, #3e2f4a) !important;
  background-image: -o-linear-gradient(top, #684287, #3e2f4a) !important;
  background-image: linear-gradient(top, #684287, #3e2f4a) !important;
}

.warriors-mark #text h2, .warriors-mark #text h3, .color4, .warriors-mark-tyrone #text h2, .warriors-mark-tyrone #text h3, .tyrone #text h2, .tyrone #text h3 {
  color: #0eb48d !important;
}

.warriors-mark #text .mediumButton, .buttoncolor4, .warriors-mark-tyrone #text .mediumButton, .tyrone #text .mediumButton {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(14, 180, 141, 0.8)), color-stop(100%, #0eb48d)) !important;
  background-image: -webkit-linear-gradient(top, rgba(14, 180, 141, 0.8), #0eb48d) !important;
  background-image: -moz-linear-gradient(top, rgba(14, 180, 141, 0.8), #0eb48d) !important;
  background-image: -o-linear-gradient(top, rgba(14, 180, 141, 0.8), #0eb48d) !important;
  background-image: linear-gradient(top, rgba(14, 180, 141, 0.8), #0eb48d) !important;
}
.warriors-mark #text .mediumButton:hover, .buttoncolor4:hover, .warriors-mark-tyrone #text .mediumButton:hover, .tyrone #text .mediumButton:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #684287), color-stop(100%, #3e2f4a)) !important;
  background-image: -webkit-linear-gradient(top, #684287, #3e2f4a) !important;
  background-image: -moz-linear-gradient(top, #684287, #3e2f4a) !important;
  background-image: -o-linear-gradient(top, #684287, #3e2f4a) !important;
  background-image: linear-gradient(top, #684287, #3e2f4a) !important;
}

.boalsburg #text h2, .boalsburg #text h3, .color5 {
  color: #00b38d !important;
}

.boalsburg #text .mediumButton, .buttoncolor5 {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 179, 141, 0.8)), color-stop(100%, #00b38d)) !important;
  background-image: -webkit-linear-gradient(top, rgba(0, 179, 141, 0.8), #00b38d) !important;
  background-image: -moz-linear-gradient(top, rgba(0, 179, 141, 0.8), #00b38d) !important;
  background-image: -o-linear-gradient(top, rgba(0, 179, 141, 0.8), #00b38d) !important;
  background-image: linear-gradient(top, rgba(0, 179, 141, 0.8), #00b38d) !important;
}
.boalsburg #text .mediumButton:hover, .buttoncolor5:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #684287), color-stop(100%, #3e2f4a)) !important;
  background-image: -webkit-linear-gradient(top, #684287, #3e2f4a) !important;
  background-image: -moz-linear-gradient(top, #684287, #3e2f4a) !important;
  background-image: -o-linear-gradient(top, #684287, #3e2f4a) !important;
  background-image: linear-gradient(top, #684287, #3e2f4a) !important;
}

.bellefonte #text h2, .bellefonte #text h3, .color6 {
  color: #e6b121 !important;
}

.bellefonte #text .mediumButton, .buttoncolor6 {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(230, 177, 33, 0.8)), color-stop(100%, #e6b121)) !important;
  background-image: -webkit-linear-gradient(top, rgba(230, 177, 33, 0.8), #e6b121) !important;
  background-image: -moz-linear-gradient(top, rgba(230, 177, 33, 0.8), #e6b121) !important;
  background-image: -o-linear-gradient(top, rgba(230, 177, 33, 0.8), #e6b121) !important;
  background-image: linear-gradient(top, rgba(230, 177, 33, 0.8), #e6b121) !important;
}
.bellefonte #text .mediumButton:hover, .buttoncolor6:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #684287), color-stop(100%, #3e2f4a)) !important;
  background-image: -webkit-linear-gradient(top, #684287, #3e2f4a) !important;
  background-image: -moz-linear-gradient(top, #684287, #3e2f4a) !important;
  background-image: -o-linear-gradient(top, #684287, #3e2f4a) !important;
  background-image: linear-gradient(top, #684287, #3e2f4a) !important;
}

.philipsburg #text h2, .philipsburg #text h3, .color7 {
  color: #a46f49 !important;
}

.philipsburg #text .mediumButton, .buttoncolor7 {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(164, 111, 73, 0.8)), color-stop(100%, #a46f49)) !important;
  background-image: -webkit-linear-gradient(top, rgba(164, 111, 73, 0.8), #a46f49) !important;
  background-image: -moz-linear-gradient(top, rgba(164, 111, 73, 0.8), #a46f49) !important;
  background-image: -o-linear-gradient(top, rgba(164, 111, 73, 0.8), #a46f49) !important;
  background-image: linear-gradient(top, rgba(164, 111, 73, 0.8), #a46f49) !important;
}
.philipsburg #text .mediumButton:hover, .buttoncolor7:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #684287), color-stop(100%, #3e2f4a)) !important;
  background-image: -webkit-linear-gradient(top, #684287, #3e2f4a) !important;
  background-image: -moz-linear-gradient(top, #684287, #3e2f4a) !important;
  background-image: -o-linear-gradient(top, #684287, #3e2f4a) !important;
  background-image: linear-gradient(top, #684287, #3e2f4a) !important;
}

.calvary-penns-valley #text h2, .calvary-penns-valley #text h3, .color8, .penns-valley #text h2, .penns-valley #text h3 {
  color: #1b75bb !important;
}

.calvary-penns-valley #text .mediumButton, .buttoncolor8, .penns-valley #text .mediumButton {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(27, 117, 187, 0.8)), color-stop(100%, #1b75bb)) !important;
  background-image: -webkit-linear-gradient(top, rgba(27, 117, 187, 0.8), #1b75bb) !important;
  background-image: -moz-linear-gradient(top, rgba(27, 117, 187, 0.8), #1b75bb) !important;
  background-image: -o-linear-gradient(top, rgba(27, 117, 187, 0.8), #1b75bb) !important;
  background-image: linear-gradient(top, rgba(27, 117, 187, 0.8), #1b75bb) !important;
}
.calvary-penns-valley #text .mediumButton:hover, .buttoncolor8:hover, .penns-valley #text .mediumButton:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #684287), color-stop(100%, #3e2f4a)) !important;
  background-image: -webkit-linear-gradient(top, #684287, #3e2f4a) !important;
  background-image: -moz-linear-gradient(top, #684287, #3e2f4a) !important;
  background-image: -o-linear-gradient(top, #684287, #3e2f4a) !important;
  background-image: linear-gradient(top, #684287, #3e2f4a) !important;
}

.accordiontrigger {
  cursor: pointer;
}

.accordiontrigger .plus-icon, .accordiontrigger3 .plus-icon {
  display: inline-block;
  position: relative;
  right: -9px;
  top: 3px;
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  background: url(/_img/icon-plus.png?v=3) no-repeat 0 0;
}

.accordiontrigger .plus-icon.hidden, .accordiontrigger3 .plus-icon.hidden {
  background: none;
}

.js .accordionbellow {
  display: none;
  position: relative;
  -webkit-transition: max-height 700ms ease;
  -moz-transition: max-height 700ms ease;
  -o-transition: max-height 700ms ease;
  padding-bottom: 7px;
}

/*.accordiontrigger3 .accordionbellow{
	display: block;
	overflow: hidden;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.accordiontrigger3.active .accordionbellow{
	-moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    max-height: 1000px;
    overflow: hidden;
}*/
.accordiontrigger3 .accordionbellow {
  display: none;
  padding-bottom: 0;
}

.accordiontrigger3.active .accordionbellow {
  display: block;
}
.accordiontrigger3.active .accordionbellow .accordionbellow {
  display: none;
}
.accordiontrigger3.active .accordionbellow .accordiontrigger3.active .accordionbellow {
  display: block;
}
.accordiontrigger3.active .accordionbellow .accordiontrigger3.active .accordionbellow .accordionbellow {
  display: none;
}

/*---FOR TEXT AREA---*/
#text .accordiontrigger {
  background: #d6d6d6;
  padding: .75em 10% .75em 5%;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 1.2em;
  position: relative;
  border-top: 1px solid white;
}
#text .accordiontrigger.active {
  background: #684287;
  color: white;
}
#text .accordiontrigger .accordionstatus {
  position: absolute;
  right: 1em;
  top: .75em;
  color: #ffffff;
}
#text .accordiontrigger .accordionstatus:before {
  font-family: "calvary";
  content: "\e620";
  font-size: 100%;
  font-weight: normal !important;
  vertical-align: middle;
  font-size: 1.2em;
  position: relative;
  top: -2px;
  right: 5px;
}
#text .accordiontrigger.active .accordionstatus:before {
  font-family: "calvary";
  content: "\e656";
  font-size: 100%;
  font-weight: normal !important;
  vertical-align: middle;
  font-size: 1em;
  position: relative;
  top: -1px;
  right: 8px;
}

.plus-icon {
  display: inline-block;
  position: relative;
  right: -9px;
  top: 3px;
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  background: url(/_img/icon-plus.png?v=3) no-repeat 0 0;
}
.plus-icon.hidden {
  background: none;
}

#text .accordiontext {
  padding: 1em 5%;
  margin-bottom: 0;
}

.js #text .accordionbellow {
  display: none;
  position: relative;
  background: #e3e3e3;
  -webkit-transition: max-height 700ms ease;
  -moz-transition: max-height 700ms ease;
  -o-transition: max-height 700ms ease;
}

[class^="button-"],
[class*=" button-"],
.rsvp a,
#content .monkForm input[type=submit],
#newsletter_submit {
  display: inline-block;
  margin: .25em;
  cursor: pointer;
  font-weight: 400;
  padding: 0 .625em;
  line-height: 40px;
  border-bottom: 1px solid rgba(53, 53, 53, 0.15);
  background-color: #e3e3e3;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*---------*/
.meganavButton {
  color: white;
  padding: .5em 3em;
  font-size: 1.2em;
  font-weight: 700;
  font-style: normal;
  margin: .5em 0;
  border: 1px solid #222222;
  display: inline-block;
  background: #222222;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.meganavButton:hover {
  color: white;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #684287), color-stop(100%, #3e2f4a));
  background-image: -webkit-linear-gradient(top, #684287, #3e2f4a);
  background-image: -moz-linear-gradient(top, #684287, #3e2f4a);
  background-image: -o-linear-gradient(top, #684287, #3e2f4a);
  background-image: linear-gradient(top, #684287, #3e2f4a);
  border: 1px solid #7a5996;
}

.smallButton {
  color: #684287;
  padding: .3em 1.5em .5em 1.5em;
  border: 1px solid #e3e3e3;
  display: inline-block;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e3e3e3), color-stop(100%, #c6c6c6));
  background-image: -webkit-linear-gradient(top, #e3e3e3, #c6c6c6);
  background-image: -moz-linear-gradient(top, #e3e3e3, #c6c6c6);
  background-image: -o-linear-gradient(top, #e3e3e3, #c6c6c6);
  background-image: linear-gradient(top, #e3e3e3, #c6c6c6);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.smallButton:hover {
  color: white;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #684287), color-stop(100%, #3e2f4a));
  background-image: -webkit-linear-gradient(top, #684287, #3e2f4a);
  background-image: -moz-linear-gradient(top, #684287, #3e2f4a);
  background-image: -o-linear-gradient(top, #684287, #3e2f4a);
  background-image: linear-gradient(top, #684287, #3e2f4a);
  border: 1px solid #7a5996;
}
.smallButton.mailicon:before {
  font-family: "calvary";
  content: "\e631";
  font-size: 100%;
  font-weight: normal !important;
  vertical-align: middle;
  position: relative;
  right: 5px;
}

.smallButton.mailButton {
  background-image: none;
  background: #e3e3e3;
}
.smallButton.mailButton:hover {
  background-image: none;
  background: #684287;
}

.mediumButton, .buttoncolor1, .buttoncolor2, .buttoncolor3, .buttoncolor4, .buttoncolor5, .buttoncolor6, .buttoncolor7, .buttoncolor8 {
  color: white;
  padding: .5em 3em;
  font-size: 1.4em;
  font-weight: 400;
  border: 1px solid #222222;
  display: inline-block;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #373737), color-stop(100%, #222222));
  background-image: -webkit-linear-gradient(top, #373737, #222222);
  background-image: -moz-linear-gradient(top, #373737, #222222);
  background-image: -o-linear-gradient(top, #373737, #222222);
  background-image: linear-gradient(top, #373737, #222222);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.mediumButton:hover, .buttoncolor1:hover, .buttoncolor2:hover, .buttoncolor3:hover, .buttoncolor4:hover, .buttoncolor5:hover, .buttoncolor6:hover, .buttoncolor7:hover, .buttoncolor8:hover {
  color: white;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #684287), color-stop(100%, #3e2f4a));
  background-image: -webkit-linear-gradient(top, #684287, #3e2f4a);
  background-image: -moz-linear-gradient(top, #684287, #3e2f4a);
  background-image: -o-linear-gradient(top, #684287, #3e2f4a);
  background-image: linear-gradient(top, #684287, #3e2f4a);
  border: 1px solid #7a5996;
}

.largeButton {
  color: white;
  padding: 1.25em 3em;
  font-size: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #36e7bd;
  display: inline-block;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0eb48d), color-stop(100%, #0c9b7a));
  background-image: -webkit-linear-gradient(top, #0eb48d, #0c9b7a);
  background-image: -moz-linear-gradient(top, #0eb48d, #0c9b7a);
  background-image: -o-linear-gradient(top, #0eb48d, #0c9b7a);
  background-image: linear-gradient(top, #0eb48d, #0c9b7a);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.largeButton:hover {
  color: white;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #684287), color-stop(100%, #3e2f4a));
  background-image: -webkit-linear-gradient(top, #684287, #3e2f4a);
  background-image: -moz-linear-gradient(top, #684287, #3e2f4a);
  background-image: -o-linear-gradient(top, #684287, #3e2f4a);
  background-image: linear-gradient(top, #684287, #3e2f4a);
  border: 1px solid #7a5996;
}
.largeButton:before {
  font-family: "calvary";
  content: "\e620";
  font-size: 100%;
  font-weight: normal !important;
  vertical-align: middle;
  color: white;
  font-size: 1.4em;
  margin-right: 5px;
}

.action {
  width: 89.5%;
  margin: 0 5% 2em 5%;
  position: relative;
  background: #684287;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.action h4 {
  margin-bottom: 2px;
  width: auto;
  padding: .75em 5%;
  line-height: 1em;
  color: white;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  -webkit-border-radius: 6px 0 0 0;
  -moz-border-radius: 6px 0 0 0;
  -ms-border-radius: 6px 0 0 0;
  -o-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0;
}
.action h4:after {
  position: absolute;
  right: -2.5em;
  background: #684287;
  top: 0;
  height: 2.5em;
  width: 2.5em;
  transform: skewX(150deg);
  transform-origin: top;
  -webkit-transform: skewX(150deg);
  -webkit-transform-origin: 0 0;
}
.action p {
  padding: 1em 5%;
  width: 90%;
  font-size: 1.2em;
  background: #e3e3e3;
  margin-bottom: 0;
}
.action .largeButton {
  display: inline-block;
}
@media (min-width: 48em) {
  .action {
    background: #222222;
  }
  .action h4 {
    width: 60%;
    background: #684287;
  }
  .action h4:after {
    content: '';
  }
}

.share a {
  height: 33px;
  width: 33px;
  border-radius: 16.5px;
  background: #684287;
  display: inline-block;
  text-align: center;
}
.share a:hover {
  background: #0eb48d;
}
.share a span {
  color: white;
  font-size: 1.2em;
  position: relative;
  top: 7px;
}

#text .share {
  margin: .5em 0 2.5em 0;
}

#content .media {
  margin: 10px 0 0 0;
}
#content .media li {
  list-style: none;
  display: inline-block;
  margin: 0 5px 6px 0;
}
@media (min-width: 62.5em) {
  #content .media li {
    margin: 0 5px 0 0;
  }
}
#content .media li:before {
  display: none;
}
#content .media li a {
  background: #222222;
  border: 1px solid #2a2a2a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: white;
  padding: .05em 1em;
  font-size: 1em;
  display: inline-block;
}
#content .media .listen a:before {
  font-family: "calvary";
  content: "\e621";
  font-size: 100%;
  font-weight: normal !important;
  vertical-align: middle;
  color: #77787b;
  position: relative;
  top: -1px;
  right: 4px;
}
#content .media .download a:before {
  font-family: "calvary";
  content: "\e642";
  font-size: 100%;
  font-weight: normal !important;
  vertical-align: middle;
  color: #77787b;
  position: relative;
  top: -1px;
  right: 4px;
}
#content .media .notes a:before {
  font-family: "calvary";
  content: "\e63d";
  font-size: 100%;
  font-weight: normal !important;
  vertical-align: middle;
  color: #77787b;
  position: relative;
  top: -1px;
  right: 4px;
}
#content .media .share a {
  height: auto;
  width: auto;
}
#content .media .share a:before {
  font-family: "calvary";
  content: "\e617";
  font-size: 100%;
  font-weight: normal !important;
  vertical-align: middle;
  color: #77787b;
  position: relative;
  top: -1px;
  right: 4px;
}

#content #sidebar .media {
  margin: 15px 0 0 0;
}
#content #sidebar .media li {
  display: block;
  margin-bottom: 5px;
}
#content #sidebar .media li a {
  width: 80%;
  padding: .05em 10%;
  text-align: center;
}

#footer .social-links li {
  display: inline-block;
}
#footer .social-links li a {
  width: 33px;
  height: 33px;
  display: inline-block;
  margin: 0 0 0 5px;
  background: #684287;
  -webkit-border-radius: 16.5px;
  -moz-border-radius: 16.5px;
  -ms-border-radius: 16.5px;
  -o-border-radius: 16.5px;
  border-radius: 16.5px;
}
#footer .social-links li a:before {
  position: relative;
  top: 7px;
  left: 7px;
  color: white;
}
#footer .social-links li a:hover {
  background: #0eb48d;
}
#footer .social-links .twitter a:before {
  font-family: "calvary";
  content: "\e60d";
  font-size: 100%;
  font-weight: normal !important;
  vertical-align: middle;
  font-size: 1.2em;
}
#footer .social-links .facebook a:before {
  font-family: "calvary";
  content: "\e603";
  font-size: 100%;
  font-weight: normal !important;
  vertical-align: middle;
  font-size: 1.2em;
}
#footer .social-links .youtube a:before {
  font-family: "calvary";
  content: "\eefc";
  font-size: 100%;
  font-weight: normal !important;
  vertical-align: middle;
  font-size: 1.2em;
}
#footer .social-links .vimeo a:before {
  font-family: "calvary";
  content: "\e602";
  font-size: 100%;
  font-weight: normal !important;
  vertical-align: middle;
  font-size: 1.2em;
}

table {
  margin: 0 0 40px 0;
  border-collapse: separate;
  width: 100%;
  border-bottom: 1px solid rgba(53, 53, 53, 0.2);
}
table caption {
  color: #353535;
  font-weight: 300;
  font-size: 2.125em;
  padding: .5em;
  text-align: left;
  background-color: white;
  border-bottom: 4px solid #353535;
}
table th {
  color: white;
  font-weight: 700;
  font-size: 1.5em;
  padding: .75em;
  background-color: rgba(53, 53, 53, 0.9);
}
table th:first-child {
  border-right: 1px solid rgba(53, 53, 53, 0.2);
}
table td {
  padding: 1em;
  line-height: 1.25em;
  background-color: transparent;
  border-right: 1px solid rgba(53, 53, 53, 0.2);
}
table td p {
  font-size: inherit;
  margin: 0;
}
table td:first-child {
  border-left: 1px solid rgba(53, 53, 53, 0.2);
}

@media (max-width: 48em) {
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: white;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid rgba(53, 53, 53, 0.2);
    border-left: 1px solid rgba(53, 53, 53, 0.2);
  }

  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }
  .pinned table th, .pinned table td {
    white-space: nowrap;
  }
  .pinned table td:last-child {
    border-bottom: 0;
  }

  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid rgba(53, 53, 53, 0.2);
  }
  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }
  div.table-wrapper div.scrollable table {
    margin-left: 35%;
  }

  table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
    display: none;
  }
}
#content .monkForm {
  margin: 0;
  padding: 0;
  width: 100%;
}

#content .monkForm fieldset {
  padding: 0;
  border: 0;
  display: block;
}

#content .monkForm fieldset .text {
  padding: 0;
}

#content .monkForm fieldset, #content .monkForm fieldset div {
  padding: 0;
  margin: 0;
}

#content .monkForm fieldset div {
  margin-bottom: 1em;
}

#content .monkForm fieldset legend {
  display: block;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  line-height: normal;
  white-space: normal;
  width: 90%;
}

#content .monkForm > fieldset > legend {
  display: none;
  white-space: normal;
  zoom: 1;
}

#content .monkForm > fieldset > fieldset > legend {
  padding-top: 10px;
  font-weight: bold;
}

#content .monkForm label {
  margin-bottom: 5px;
  padding-right: 10px;
  width: 242px;
  vertical-align: top;
}

#content .monkForm .radio label, #content .monkForm .checkbox label {
  font-weight: normal;
  line-height: normal;
  clear: none;
}

#content .monkForm p.data {
  margin-bottom: 4px;
}

#content .monkForm .radio p.data:last-child, #content .monkForm .checkbox p.data:last-child {
  margin-bottom: 8px;
}

#content .monkForm .description {
  line-height: normal;
  font-style: italic;
  width: 200px;
  margin-top: 4px;
}

#content .monkForm fieldset fieldset div, #content .monkForm fieldset fieldset div p, #content .monkForm fieldset fieldset div p {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

#content .monkForm fieldset fieldset div {
  margin-bottom: 25px;
}

#content .monkForm p.errorSummary {
  font-weight: bold;
  font-style: italic;
}

#content .monkForm p.error {
  font-size: 13px;
  margin-bottom: 5px;
}

#content .monkForm input, #content .monkForm select, #content .monkForm textarea {
  font: normal 12px/100% "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  border: 1px solid #aaa;
}

#content .monkForm input[type=text], #content .monkForm input[type=file] {
  padding: 5px;
  width: 200px;
}

#content .monkForm select {
  display: inline-block;
  padding: 2px;
}

#content .monkForm select option {
  padding: 2px 4px;
}

#content .monkForm textarea {
  padding: 6px;
  width: 200px;
}

#content .monkForm .radio .data, #content .monkForm .checkbox .data {
  margin-bottom: 12px;
}

#content .monkForm .radio label, #content .monkForm .checkbox label {
  display: inline;
  margin-left: 5px;
  vertical-align: middle;
}

#content .monkForm input[type=checkbox], #content .monkForm input[type=radio] {
  background: none;
  border: 0;
  vertical-align: middle;
}

#content .monkForm fieldset fieldset fieldset p {
  padding: 0;
  margin: 7px 10px;
  margin-top: 0;
}

#content .monkForm span.asterisk {
  font-weight: normal;
  display: inline;
}

#content .monkForm .captcha img {
  margin-bottom: 8px;
}

#content .monkForm .captcha input {
  width: 120px;
}

#content .monkForm input[type=submit] {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

#content .monkForm .monkFormsubmit input[src*=png], #content .monkForm .monkFormsubmit input[src*=jpg], #content .monkForm .monkFormsubmit input[src*=jpeg], #content .monkForm .monkFormsubmit input[src*=gif] {
  border: none;
  margin-bottom: 35px;
}

#content .monkForm input[type=image] {
  border: 0;
}

#content .monkForm label,
#content .monkForm legend,
#content .monkForm p {
  color: #222222;
}

#content .monkForm p.errorSummary,
#content .monkForm span.asterisk,
#content form.monkForm p.error {
  color: #b41630;
}

#content .monkForm input, #content .monkForm select, #content .monkForm textarea {
  background: none;
}

#content .monkForm input:focus, #content .monkForm select:focus, #content .monkForm textarea:focus {
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px 1px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px 1px;
}

.mcms_form_thank_you {
  font-size: 2em;
  line-height: 1.6;
  font-weight: 700;
}

#content .monkForm fieldset legend,
#content .monkForm > fieldset > legend,
#content .monkForm > fieldset > fieldset > legend {
  font-size: 1.25em;
}

#newsletter label {
  display: block;
  margin-bottom: 1em;
}
#newsletter #newsletter_text {
  padding: 5px;
  width: 200px;
  margin-bottom: 1em;
}
#newsletter #newsletter_submit {
  background: none;
  text-transform: capitalize;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

.ui-selectmenu {
  display: block;
  background: #222222 url(/_assets/img/article_selectmenu_icon.png) no-repeat 95% 50%;
  position: relative;
  height: 100%;
  width: 150px;
  text-decoration: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 1px solid #2a2a2a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

#content .ui-selectmenu-status {
  display: block;
  height: auto;
  line-height: 1.5em;
  padding: 5px;
  outline: none;
  color: black;
  font-size: 1em;
  text-transform: none;
  overflow: hidden;
  white-space: nowrap;
}

#content .ui-selectmenu-status span.icon-menu2 {
  font-size: 1em;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -8px !important;
}

#content .ui-selectmenu.ui-state-active {
  outline: none !important;
  background-color: #222222;
  border: 1px solid #2a2a2a;
}

#content .ui-selectmenu.ui-state-active .ui-selectmenu-status {
  color: white;
}

#content .ui-selectmenu.ui-state-active .ui-selectmenu-status span.icon-menu2 {
  color: white;
}

#content a.ui-selectmenu:hover {
  text-decoration: none;
}

.ui-selectmenu-icon {
  position: absolute;
  right: 6px;
  margin-top: -8px;
  top: 50%;
}

.ui-selectmenu-menu {
  padding: 10px 0;
  margin: 0;
  list-style: none;
  position: absolute;
  z-index: 1001;
  top: 0;
  visibility: hidden;
  background-color: #2a2a2a;
}

.ui-selectmenu-open {
  visibility: visible;
}

.ui-selectmenu-menu-popup {
  margin-top: -1px;
}

.ui-selectmenu-menu-dropdown {
  overflow: auto;
  height: 180px !important;
  margin-bottom: 0;
}

.ui-selectmenu-menu li {
  padding: 0;
  margin: 0;
  display: block;
  border: 0;
  font-size: .875em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ui-selectmenu-menu li a {
  display: block;
  position: relative;
  color: white;
  padding: .5em 2em .5em 1em;
  outline: none;
}

.ui-selectmenu-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.35);
}

.ui-selectmenu-menu li.ui-selectmenu-hasIcon a, .ui-selectmenu-hasIcon .ui-selectmenu-status {
  padding-left: 20px;
  position: relative;
  margin-left: 5px;
}

.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon {
  position: absolute;
  top: 1em;
  margin-top: -8px;
  left: 0;
}

.ui-selectmenu-menu li span, .ui-selectmenu-status span {
  display: block;
  margin-bottom: .2em;
}

.ui-selectmenu-menu li .ui-selectmenu-item-footer {
  opacity: .8;
}

.ui-selectmenu-menu .ui-selectmenu-group {
  font-size: 1em;
}

.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label {
  line-height: 1.4em;
  display: block;
  padding: .6em .5em 0;
}

.ui-selectmenu-menu .ui-selectmenu-group ul {
  margin: 0;
  padding: 0;
}

.ui-selectmenu-menu > ul > li:first-child {
  display: none;
}

#content .ui-selectmenu-status {
  color: white;
}

#content #text .filters .ui-selectmenu {
  width: 170px !important;
}

#content #text .filters {
  padding: 1em;
  background-color: rgba(0, 0, 0, 0.06);
  margin-bottom: 2em;
}
#content #text .filters h6 {
  font-size: 1.125em;
  margin-bottom: .75em;
  text-align: center;
}
@media (min-width: 62.5em) {
  #content #text .filters h6 {
    float: left;
    margin: .25em 1em 0 0;
    text-align: left;
  }
}
#content #text .filters a {
  text-decoration: none;
}
#content #text .filters .ui-selectmenu {
  float: left;
  margin-right: .5em;
}
#content #text .filters select.sorter {
  display: block;
  float: none;
  width: 60%;
  margin: 0 auto 1em auto;
}

#content #sidebar .filters .ui-selectmenu {
  float: none;
  margin-bottom: 1em;
}
#content #sidebar .filters select.sorter {
  display: block;
  float: none;
  width: 60%;
  margin: 0 auto 1em auto;
}
#content #sidebar .filters ui-selectmenu-menu {
  background: #684287;
}

#module-search {
  float: none;
  width: 170px;
  margin: 0 auto 1em auto;
}
@media (min-width: 62.5em) {
  #module-search {
    float: right;
    border: 0;
    margin: 0;
  }
}

#module-search fieldset {
  border: 0;
  width: 160px;
  padding: 5px;
  background-color: #FFF;
  overflow: hidden;
}

#module-search-term {
  float: left;
  width: 130px;
  height: 26px;
  line-height: 26px;
  border: 0;
  padding: 0;
  font-size: 1em;
  font-size: 1em;
  font-weight: 300;
  background-color: transparent;
}

#module-search-submit {
  float: right;
  font-size: 1.1em;
  margin: 2px 0 0 0;
  position: relative;
  top: -2px;
  border: 0;
  outline: none;
  display: block;
  background: none;
  color: #684287;
  cursor: pointer;
  text-align: left;
}
#module-search-submit:hover {
  color: #7a5996;
}
#module-search-submit:after {
  font-family: "calvary";
  content: "\e637";
  font-size: 100%;
  font-weight: normal !important;
  vertical-align: middle;
}

#sidebar form#module-search {
  float: none;
}

#header {
  text-align: center;
  background: #ffffff;
  padding: 1.5em 0;
}
@media (min-width: 62.5em) {
  #header {
    text-align: left;
    padding: 0;
  }
}
#header .logo {
  position: relative;
  z-index: 2199;
}
@media (min-width: 62.5em) {
  #header .logo {
    float: left;
    width: auto;
    top: 1.6em;
  }
}
#header .logo img {
  display: inline-block;
  width: 172px;
}

nav.desktop {
  display: none;
  float: left;
  width: 100%;
  border-top: 3px solid #c3b3cf;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(50%, #684287), color-stop(50%, #000000));
  background-image: -webkit-linear-gradient(left, #684287 50%, #000000 50%);
  background-image: -moz-linear-gradient(left, #684287 50%, #000000 50%);
  background-image: -o-linear-gradient(left, #684287 50%, #000000 50%);
  background-image: linear-gradient(left, #684287 50%, #000000 50%);
  background: -ms-linear-gradient(left, #684287 50%, black 50%);
  /* IE10+ */
  background: linear-gradient(to right, #684287 0%, #684287 50%, #000000 50%, #000000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#684287', endColorstr='#000000',GradientType=1 );
  /* IE6-9 */
}
@media (min-width: 62.5em) {
  nav.desktop {
    display: block;
  }
}

#nav {
  display: inline-block;
}
#nav > li {
  display: inline-block;
  margin-left: 1.25em;
}
#nav > li:first-child {
  margin-left: 1.7em;
}
#nav > li > a {
  display: block;
  position: relative;
  padding: .75em .5em;
  color: white;
  font-family: "proxima-nova", sans-serif;
  font-size: 1em;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2199;
  text-decoration: none;
  cursor: default;
  background: #684287;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#nav > li > a:before {
  content: '';
  height: 1em;
  width: 1em;
  z-index: -1;
  padding: .75em .5em;
  background-color: #684287;
  position: absolute;
  top: 0;
  left: 0;
  transform: skewX(150deg);
  transform-origin: top;
  -webkit-transform: skewX(150deg);
  -webkit-transform-origin: 0 0;
  border-left: 1px solid #7a5996;
}
#nav > li > a:after {
  content: '';
  height: 1em;
  width: 1em;
  z-index: -1;
  padding: .75em .5em;
  background-color: #684287;
  position: absolute;
  top: 0;
  right: -1.5em;
  transform: skewX(150deg);
  transform-origin: top;
  -webkit-transform: skewX(150deg);
  -webkit-transform-origin: 0 0;
}
#nav > li:last-child:after {
  border-right: 1px solid #7a5996;
}
#nav > li:hover > a, #nav > li.current > a {
  background: #353535;
}
#nav > li:hover > a:before, #nav > li.current > a:before {
  background: #353535;
}
#nav > li:hover > a:after, #nav > li.current > a:after {
  background: #353535;
}

.campus-select {
  display: none;
}
@media (min-width: 62.5em) {
  .campus-select {
    float: right;
    display: inline-block;
  }
}
.campus-select li {
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 2em 0;
}
.campus-select li span {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  color: #222222;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.campus-select .calvary-1250, .campus-select .calvary-harvest-fields, .campus-select .harvest-fields {
  color: #b41630;
}
.campus-select .calvary-1250 .meganav a, .campus-select .calvary-harvest-fields .meganav a, .campus-select .harvest-fields .meganav a {
  color: #b41630;
}
.campus-select .calvary-1250 a.facebook:before, .campus-select .calvary-harvest-fields a.facebook:before, .campus-select .harvest-fields a.facebook:before {
  background: #b41630;
}
.campus-select .calvary-1250 a.locationButton, .campus-select .calvary-harvest-fields a.locationButton, .campus-select .harvest-fields a.locationButton {
  background: #b41630;
}
.campus-select .midtown {
  color: #f58232;
}
.campus-select .midtown .meganav a {
  color: #f58232;
}
.campus-select .midtown a.facebook:before {
  background: #f58232;
}
.campus-select .midtown a.locationButton {
  background: #f58232;
}
.campus-select .grays-woods {
  color: #CADB44;
}
.campus-select .grays-woods .meganav a {
  color: #CADB44;
}
.campus-select .grays-woods a.facebook:before {
  background: #CADB44;
}
.campus-select .grays-woods a.locationButton {
  background: #CADB44;
}
/*Tyrone*/
.campus-select .warriors-mark, .campus-select .warriors-mark-tyrone, .campus-select .tyrone {
  color: #0eb48d;
}
.campus-select .warriors-mark .meganav a, .campus-select .warriors-mark-tyrone .meganav a, .campus-select .tyrone .meganav a {
  color: #0eb48d;
}
.campus-select .warriors-mark a.facebook:before, .campus-select .warriors-mark-tyrone a.facebook:before, .campus-select .tyrone a.facebook:before {
  background: #0eb48d;
}
.campus-select .warriors-mark a.locationButton, .campus-select .warriors-mark-tyrone a.locationButton, .campus-select .tyrone a.locationButton {
  background: #0eb48d;
}
/*penns-valley*/
.campus-select .calvary-penns-valley, .campus-select .penns-valley {
  color: #1b75bb;
}
.campus-select .calvary-penns-valley .meganav a, .campus-select .penns-valley .meganav a {
  color: #1b75bb;
}
.campus-select .calvary-penns-valley a.facebook:before, .campus-select .penns-valley a.facebook:before {
  background: #1b75bb;
}
.campus-select .calvary-penns-valley a.locationButton, .campus-select .penns-valley a.locationButton {
  background: #1b75bb;
}
/*boalsburg*/
.campus-select .boalsburg {
  color: #00b38d;
}
.campus-select .boalsburg .meganav a {
  color: #00b38d;
}
.campus-select .boalsburg a.facebook:before {
  background: #00b38d;
}
.campus-select .boalsburg a.locationButton {
  background: #00b38d;
}
/*bellefonte*/
.campus-select .bellefonte {
  color: #e6b121;
}
.campus-select .bellefonte .meganav a {
  color: #e6b121;
}
.campus-select .bellefonte a.facebook:before {
  background: #e6b121;
}
.campus-select .bellefonte a.locationButton {
  background: #e6b121;
}
/*philipsburg*/
.campus-select .philipsburg {
  color: #a46f49;
}
.campus-select .philipsburg .meganav a {
  color: #a46f49;
}
.campus-select .philipsburg a.facebook:before {
  background: #a46f49;
}
.campus-select .philipsburg a.locationButton {
  background: #a46f49;
}
/*lewistown*/
.campus-select .lewistown {
  color: #A4704A;
}
.campus-select .lewistown .meganav a {
  color: #A4704A;
}
.campus-select .lewistown a.facebook:before {
  background: #A4704A;
}
.campus-select .lewistown a.locationButton {
  background: #A4704A;
}

#nav > li > .meganav, #locations > li > .meganav {
  position: absolute;
  left: -999em;
  top: 2.5em;
  width: 100%;
  color: #ffffff;
  padding: 2.5em 1em;
  text-align: left;
  background-color: rgba(53, 53, 53, 0.85);
  z-index: 4000;
}
#nav > li > .meganav .container, #locations > li > .meganav .container {
  left: -1em;
}
#nav > li > .meganav .one-third, #locations > li > .meganav .one-third {
  width: 30%;
  padding: 0 2.4%;
  margin: 0;
}
#nav > li > .meganav .one-third.one, #locations > li > .meganav .one-third.one {
  padding-left: 0;
  border-right: 1px solid #222222;
}
#nav > li > .meganav .one-third.two, #locations > li > .meganav .one-third.two {
  width: 31.2%;
}
#nav > li > .meganav .one-third.three, #locations > li > .meganav .one-third.three {
  width: 31.2%;
  padding: 0;
}

#locations > li > .meganav {
  top: 5.1em;
  background-color: rgba(255, 255, 255, 0.95);
}
#locations > li > .meganav .one-third {
  min-height: 220px;
}
#locations > li > .meganav .one-third.one {
  border-right: 1px solid #e3e3e3;
}
#locations > li > .meganav .one-third.one img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#locations > li > .meganav .one-third.two {
  border-right: 1px solid #e3e3e3;
  width: 30%;
}
#locations > li > .meganav .one-third.three {
  width: 30%;
  padding: 0 0 0 2.4%;
}
#locations > li > .meganav h6 {
  margin-bottom: 20px;
}
#locations > li > .meganav p {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-size: 1em;
  color: #77787b;
}
#locations > li > .meganav a {
  font-weight: 500;
  text-transform: none;
}
#locations > li > .meganav a.facebook {
  font-weight: 800;
  color: #222222;
  top: 10px;
  position: relative;
}
#locations > li > .meganav a.facebook:before {
  font-family: "calvary";
  content: "\e603";
  font-size: 100%;
  font-weight: normal !important;
  vertical-align: middle;
  font-size: 1.2em;
  color: white;
  padding: 4px 7px;
  display: inline-block;
  margin: 0 5px 0 0;
  -webkit-border-radius: 16.5px;
  -moz-border-radius: 16.5px;
  -ms-border-radius: 16.5px;
  -o-border-radius: 16.5px;
  border-radius: 16.5px;
}
#locations > li > .meganav .locationTitle {
  text-transform: uppercase;
  color: #222222;
}
#locations > li > .meganav a.locationButton {
  color: #FFF;
  display: block;
  text-align: center;
  margin-top: 10px;
  padding: .5em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#locations > li > .meganav a.locationButton:before {
  font-family: "calvary";
  content: "\e620";
  font-size: 100%;
  font-weight: normal !important;
  vertical-align: middle;
  color: white;
  font-size: 1.2em;
  margin-right: 5px;
  position: relative;
  top: -2px;
}


#locations > li.calvary-1250 > .meganav, #locations > li.online > .meganav, #locations > li.online > .meganav {
    border-top: 3px solid rgba(104, 66, 135, 0.5);
    border-bottom: 3px solid #684287;
}

#locations > li.calvary-1250 > .meganav, #locations > li.calvary-harvest-fields > .meganav, #locations > li.harvest-fields > .meganav {
  border-top: 3px solid rgba(180, 22, 48, 0.5);
  border-bottom: 3px solid #b41630;
}

#locations > li.midtown > .meganav {
  border-top: 3px solid rgba(245, 130, 50, 0.5);
  border-bottom: 3px solid #f58232;
}

#locations > li.grays-woods > .meganav {
  border-top: 3px solid rgba(202, 219, 68, 0.5);
  border-bottom: 3px solid #cadb44;
}

#locations > li.warriors-mark > .meganav, #locations > li.warriors-mark-tyrone > .meganav, #locations > li.tyrone > .meganav {
  border-top: 3px solid rgba(14, 180, 141, 0.5);
  border-bottom: 3px solid #0eb48d;
}

#locations > li.calvary-penns-valley > .meganav, #locations > li.penns-valley > .meganav {
  border-top: 3px solid rgba(27, 117, 187, 0.5);
  border-bottom: 3px solid #1b75bb;
}

#locations > li.boalsburg > .meganav {
  border-top: 3px solid rgba(0, 179, 141, 0.5);
  border-bottom: 3px solid #00b38d;
}

#locations > li.bellefonte > .meganav {
  border-top: 3px solid rgba(230, 177, 33, 0.5);
  border-bottom: 3px solid #e6b121;
}

#locations > li.philipsburg > .meganav {
  border-top: 3px solid rgba(164, 111, 73, 0.5);
  border-bottom: 3px solid #a46f49;
}

#nav > li:hover > a:after,
.no-js #nav > li:hover > a:after,
.no-touch #nav > li:hover > a:after {
  display: block;
}
#nav > li:hover .meganav,
.no-js #nav > li:hover .meganav,
.no-touch #nav > li:hover .meganav {
  display: inline;
  width: 200%;
  left: -50%;
}

#locations > li:hover > a:after,
.no-js #locations > li:hover > a:after,
.no-touch #locations > li:hover > a:after {
  display: block;
}
#locations > li .meganav.active,
.no-js #locations > li .meganav.active,
.no-touch #locations > li .meganav.active {
  display: inline;
  width: 200%;
  left: -50%;
}

#nav .meganav section, #locations .meganav section {
  width: 100%;
  display: table;
  table-layout: fixed;
}
#nav .meganav section ul, #locations .meganav section ul {
  float: none;
  text-align: left;
}

.meganav section h2 {
  font-weight: 300;
}
.meganav section .heading {
  padding: 1em;
  background-color: #0e76bc;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-size: 1.25em;
  font-weight: 300;
  color: white;
  text-align: center;
  margin-bottom: 1em;
}
.meganav section .heading span {
  display: block;
  margin-bottom: .25em;
  font-size: 1.75em;
  font-weight: 400;
}
.meganav section p {
  font-style: italic;
  margin-bottom: 0;
}
.meganav section [class^="button-"],
.meganav section [class*=" button-"] {
  display: block;
  margin: 0 0 .5em 0;
  font-size: 1.125em;
}
.meganav section .links {
  background: rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.meganav section .links a {
  display: block;
  font-size: 1.125em;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  padding: .75em 2.5em .75em 1em;
  position: relative;
}
.meganav section .links a:after {
  font-family: "calvary";
  content: "\e620";
  font-size: 100%;
  font-weight: normal !important;
  vertical-align: middle;
  opacity: 0;
  margin-right: .25em;
  top: .75em;
  position: absolute;
  right: .75em;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.meganav section .links a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.meganav section .links a:hover:after {
  opacity: 1;
}

.meganav section.connect .links {
  background: transparent;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  -o-border-radius: none;
  border-radius: none;
}
.meganav section.connect .links a {
  font-weight: 300;
  font-size: 1.8em;
  text-transform: none;
  padding: .3em 0 .3em 0;
}
.meganav section.connect .links a:hover {
  background: none;
  cursor: default;
}
.meganav section.connect .links a:hover:after {
  display: none;
}
.meganav section.connect .links ul ul {
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.meganav section.connect .links ul ul a {
  font-size: 1.125em;
  text-transform: uppercase;
  font-weight: 700;
  padding: .75em 2.5em .75em 1em;
}
.meganav section.connect .links ul ul a:hover {
  background: rgba(0, 0, 0, 0.05);
  cursor: auto;
}
.meganav section.connect .links ul ul a:hover:after {
  display: block;
}

#navright {
  display: inline-block;
  vertical-align: top;
  top: 0;
}
#navright li {
  display: inline-block;
  margin-left: 30px;
  position: relative;
  padding: .75em 0;
}
#navright li a {
  font-size: .95em;
  color: #FFF;
  font-style: italic;
  padding: .75em 0;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
#navright li ul {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 2.5em;
  right: 0;
}
#navright li ul #search_term {
  height: 32px;
  width: 270px;
  padding: 0 10px;
  background: #222;
  border: 1px solid #2A2A2A;
  color: #FFF;
  font-size: .8em;
  font-weight: 200;
  font-style: italic;
  outline: none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
#navright li ul #search_go {
  display: none;
}
#navright li ul:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 10%;
  width: 12px;
  height: 10px;
  background: url("/_assets/img/search_dropdown_arrow.png") no-repeat;
}
#navright li:after {
  color: white;
  margin-left: 8px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
#navright li:hover a, #navright li:hover:after {
  color: #7a5996;
}
#navright li.pos1 {
  margin-left: 0;
}
@media (min-width: 62.5em) {
  #navright li.pos1 {
    margin-left: 45px;
  }
}
#navright li.search:hover ul {
  display: block;
}

.breadcrumbs {
  float: right;
  color: white;
  top: -2.5em;
  right: .5em;
  position: absolute;
  padding: .55em;
  line-height: 1em;
  z-index: 1500;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(150deg);
  transform-origin: top;
  -webkit-transform: skewX(150deg);
  -webkit-transform-origin: 0 0;
  	/* &:before{
  		content: '';
  		position: absolute;
  		transform: skewX(150deg);
      	transform-origin: top;
      	-webkit-transform: skewX(150deg);
      	-webkit-transform-origin: 0 0;
  		width: 2.5em;
  		height: 2.5em;
  		top: 0;
  		left: -.5em;
  		background: rgba(white, .3);
  	} */
}
.breadcrumbs .breadcrumbs-inner {
  transform: skewX(-150deg);
  transform-origin: top;
  -webkit-transform: skewX(-150deg);
  -webkit-transform-origin: 0 0;
}
.breadcrumbs:after {
  content: '';
  position: absolute;
  right: -200%;
  top: 0;
  width: 200%;
  height: 2.5em;
  background: rgba(255, 255, 255, 0.3);
}
.breadcrumbs a {
  color: white;
}
.breadcrumbs .icon-calvary-icon {
  font-size: 1.4em;
  vertical-align: middle;
}
.breadcrumbs .delimiter {
  font-size: .9em;
  margin: 0 3px;
}

.noRotator .breadcrumbs, .videoPresent .breadcrumbs {
  top: 2.5em;
  background: #e3e3e3;
  color: #684287;
}
.noRotator .breadcrumbs a, .videoPresent .breadcrumbs a {
  color: #684287;
}
.noRotator .breadcrumbs:before, .videoPresent .breadcrumbs:before {
  z-index: -1;
  background: #e3e3e3;
  color: #684287;
}
.noRotator .breadcrumbs:after, .videoPresent .breadcrumbs:after {
  background: #e3e3e3;
}
.noRotator .breadcrumbs .currentpage, .videoPresent .breadcrumbs .currentpage {
  color: #0eb48d;
}

.videoPresent .breadcrumbs {
  top: .75em;
}
@media (min-width: 62.5em) {
  .videoPresent .breadcrumbs {
    top: 9em;
  }
}

.noRotator.videoPresent .breadcrumbs {
  top: 2.5em;
}

.mobilebar {
  display: block;
  float: left;
  width: 100%;
  border-top: 3px solid #c3b3cf;
  background: #000000;
}
@media (min-width: 62.5em) {
  .mobilebar {
    display: none;
  }
}
.mobilebar #navright {
  text-align: center;
  display: block;
  background: black;
}
.mobilebar #navright li {
  padding: .75em 0;
}
.mobilebar #navright a {
  padding: .75em 0;
}
.mobilebar li {
  padding: .75em 0;
  display: inline-block;
}
.mobilebar .mobile-options {
  text-align: center;
  background: #684287;
}
.mobilebar .mobile-options a {
  color: white;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 100;
  cursor: pointer;
}
.mobilebar .mobile-options .menu a {
  background: #7a5996;
  position: relative;
  padding: .65em 1em;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.mobilebar .mobile-options .menu a:before {
  content: '';
  height: 1em;
  width: 1000%;
  z-index: -1;
  padding: .75em 0;
  background-color: #7a5996;
  position: absolute;
  top: 0;
  left: -1000%;
}
.mobilebar .mobile-options .menu a:after {
  content: '';
  height: 1em;
  width: 1em;
  z-index: -1;
  padding: .75em .5em;
  background-color: #7a5996;
  position: absolute;
  top: 0;
  right: -1.5em;
  transform: skewX(150deg);
  transform-origin: top;
  -webkit-transform: skewX(150deg);
  -webkit-transform-origin: 0 0;
  border-right: 1px solid #C3B3CF;
}
.mobilebar .mobile-options .menu a.active {
  background: black url("/_assets/img/mobile_menu_arrow.png") no-repeat bottom center;
  background-size: 12px 6px;
}
.mobilebar .mobile-options .menu a.active:before, .mobilebar .mobile-options .menu a.active:after {
  background: black;
}
.mobilebar .mobile-options .locations {
  position: relative;
}
.mobilebar .mobile-options .locations a {
  padding: .65em 1em .65em 2.5em;
  background: #684287;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.mobilebar .mobile-options .locations a:after {
  content: '';
  height: 1em;
  padding: .75em 0;
  background-color: #684287;
  position: absolute;
  width: 1000%;
  top: 0;
  right: -1000%;
}
.mobilebar .mobile-options .locations a.active {
  background: black url("/_assets/img/mobile_location_arrow.png") no-repeat bottom center;
  background-size: 12px 6px;
}
.mobilebar .mobile-options .locations a.active:before, .mobilebar .mobile-options .locations a.active:after {
  background: black;
}

nav.mobile {
  display: none;
  position: absolute;
  top: 7.75em;
  width: 100%;
  height: auto;
  z-index: 4000;
  background: #353535;
}
@media (min-width: 62.5em) {
  nav.mobile {
    display: none !important;
  }
}

.mobile-nav nav.mobile {
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 2px -6px 7px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 2px -6px 7px;
  box-shadow: rgba(0, 0, 0, 0.25) 2px -6px 7px;
}

#wrap {
  right: 0;
}

.csstransforms3d.csstransitions #mobile-nav {
  right: 0;
  -webkit-transform: translate3d(121.2%, 0, 0);
  -moz-transform: translate3d(121.2%, 0, 0);
  -ms-transform: translate3d(121.2%, 0, 0);
  -o-transform: translate3d(121.2%, 0, 0);
  transform: translate3d(121.2%, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (min-width: 48em) {
  .csstransforms3d.csstransitions #mobile-nav {
    -webkit-transform: translate3d(284%, 0, 0);
    -moz-transform: translate3d(284%, 0, 0);
    -ms-transform: translate3d(284%, 0, 0);
    -o-transform: translate3d(284%, 0, 0);
    transform: translate3d(284%, 0, 0);
  }
}

.csstransforms3d.csstransitions #wrap {
  right: 0 !important;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.csstransforms3d.csstransitions .mobile-nav #wrap {
  -webkit-transform: translate3d(82%, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(82%, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(82%, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(82%, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(82%, 0, 0) scale3d(1, 1, 1);
}
@media (min-width: 48em) {
  .csstransforms3d.csstransitions .mobile-nav #wrap {
    -webkit-transform: translate3d(35.2%, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(35.2%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(35.2%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(35.2%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(35.2%, 0, 0) scale3d(1, 1, 1);
  }
}
@media (min-width: 62.5em) {
  .csstransforms3d.csstransitions .mobile-nav #wrap {
    -webkit-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
  }
}

nav.mobile .nav-top, nav.locations .nav-top {
  background-color: #684287;
  padding: .75em 5% 0 5%;
}
nav.mobile .nav-top h2, nav.locations .nav-top h2 {
  color: white;
  text-align: center;
}

#searchForm2 {
  border: 0;
  outline: none;
  width: 100%;
  margin-bottom: .5em;
}
#searchForm2 fieldset {
  width: 100%;
  color: white;
  overflow: hidden;
  border-top: rgba(34, 34, 34, 0.13);
  border-bottom: 1px solid #684287;
  background-color: rgba(34, 34, 34, 0.25);
}
#searchForm2 #search_term2 {
  width: 75%;
  padding: 0 5%;
  float: left;
  height: 28px;
  line-height: 28px;
  border: 0;
  font-size: .875em;
  color: #ffffff;
  outline: none !important;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#searchForm2 #search_term2:focus {
  color: white;
}
#searchForm2 #search_go2 {
  display: block;
  float: right;
  width: 15%;
  height: 28px;
  line-height: 28px;
  vertical-align: middle;
  text-align: center;
  color: white;
}

#mobilenav > li {
  line-height: 1;
}
#mobilenav > li > a {
  position: relative;
  display: block;
  padding: .5em .75em .5em 5%;
  color: white;
  font-size: 1.125em;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid #222222;
  /* span {
  	&:before{
  		@include icon("\e620");
  		font-size: 1.2em;
  		display: block;
  		color: $offblack;
  	}
  	display: block;
  	position: absolute;
  	right: 0;
  	top: 0;
  	width: 1.5em;
  	height: 100%;
  	line-height: 2.25em;
  	padding: 0 .5em;
  	text-align: center;
  } */
}
#mobilenav > li.open > a {
  border-bottom: none;
}
#mobilenav .meganav {
  display: none;
}

#mobilenav .meganav .container {
  border-bottom: 2px solid #222;
  padding: 0 0 15px 0;
}
#mobilenav .meganav section {
  width: 100%;
}
#mobilenav .meganav section h2 {
  color: white;
}
#mobilenav .meganav section p {
  color: white;
}
#mobilenav .meganav section .one-third {
  width: 95%;
  margin: 0 2.5%;
}
#mobilenav .meganav section .one-third.one {
  border-top: 2px solid #222;
  padding: 10px 0;
}
#mobilenav .meganav section .one-third.two .links {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#mobilenav .meganav section .one-third.three .links {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
#mobilenav .meganav section ul {
  float: none;
  text-align: left;
}
#mobilenav .meganav section .links {
  background: rgba(0, 0, 0, 0.2);
}
#mobilenav .meganav section .column {
  padding: 0 5%;
  padding-bottom: 1em;
  margin-bottom: 1em;
  position: relative;
}
#mobilenav .meganav section .column:after {
  content: "";
  position: absolute;
  width: 90%;
  bottom: 0;
  left: 5%;
  border-bottom: 2px solid rgba(0, 0, 0, 0.25);
}

nav.locations {
  display: none;
  position: absolute;
  top: 7.75em;
  width: 100%;
  height: auto;
  z-index: 4000;
  background: white;
}
@media (min-width: 62.5em) {
  nav.locations {
    display: none !important;
  }
}
nav.locations li a {
  position: relative;
  display: block;
  padding: .5em .75em .5em 5%;
  color: #050306;
  font-size: 1.125em;
  font-weight: 700;
  text-transform: uppercase;
}
nav.locations .campus-select {
  display: block;
}
nav.locations .campus-select li {
  margin: 0;
  width: 100%;
  padding: .5em 0;
}
nav.locations .campus-select a:before {
  font-family: "calvary";
  content: "\e622";
  font-size: 100%;
  font-weight: normal !important;
  vertical-align: middle;
  display: block;
  position: relative;
  font-size: 1.2em;
  top: -3px;
  display: inline-block;
}
nav.locations .campus-select .calvary-1250 a::before, nav.locations .campus-select .harvest-fields a::before, nav.locations .campus-select .calvary-harvest-fields a::before {
  color: #b41630;
}
nav.locations .campus-select .midtown a::before {
  color: #f58232;
}

nav.locations .campus-select .online a::before{
  color: #7a5996;
}

nav.locations .campus-select .grays-woods a::before {
  color: #CADB44;
}
nav.locations .campus-select .warriors-mark a::before, nav.locations .campus-select .warriors-mark-tyrone a::before, nav.locations .campus-select .tyrone a::before {
  color: #0eb48d;
}
nav.locations .campus-select .calvary-penns-valley a::before, nav.locations .campus-select .penns-valley a::before {
  color: #1b75bb;
}
nav.locations .campus-select .boalsburg a::before {
  color: #00b38d;
}
nav.locations .campus-select .bellefonte a::before {
  color: #e6b121;
}
nav.locations .campus-select .philipsburg a::before {
  color: #a46f49;
}

.mobile-locations nav.locations {
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) -2px -6px 7px;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) -2px -6px 7px;
  box-shadow: rgba(0, 0, 0, 0.25) -2px -6px 7px;
}

.csstransforms3d.csstransitions .locations #wrap {
  left: 0 !important;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.csstransforms3d.csstransitions .mobile-locations #wrap {
  -webkit-transform: translate3d(-82%, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(-82%, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(-82%, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(-82%, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(-82%, 0, 0) scale3d(1, 1, 1);
}
@media (min-width: 48em) {
  .csstransforms3d.csstransitions .mobile-locations #wrap {
    -webkit-transform: translate3d(-35.2%, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(-35.2%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-35.2%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-35.2%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(-35.2%, 0, 0) scale3d(1, 1, 1);
  }
}
@media (min-width: 62.5em) {
  .csstransforms3d.csstransitions .mobile-locations #wrap {
    -webkit-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
  }
}

.close-bar {
  color: #FFF;
  padding: .75em;
  background: #000;
  position: relative;
  min-height: 15px;
}
.close-bar span {
  display: block;
  right: 5%;
  top: .55em;
  position: absolute;
}
.close-bar span:before {
  font-family: "calvary";
  content: "\e656";
  font-size: 100%;
  font-weight: normal !important;
  vertical-align: middle;
  position: relative;
  color: #777777;
  top: -1px;
  right: 6px;
  font-size: 1.4em;
}

#rotator-wrap {
  position: relative;
}
@media (min-width: 62.5em) {
  #rotator-wrap {
    height: auto;
    min-height: 390px;
    /*max-height: 450px;*/
    overflow: hidden;
  }
}
#rotator-wrap img {
  display: block;
}
#rotator-wrap .cycle-prev, #rotator-wrap .cycle-next {
  position: absolute;
  opacity: .5;
  z-index: 800;
  padding: 2.5% 5%;
  top: 45%;
  cursor: pointer;
  width: 20%;
  height: 4em;
  margin-top: -2em;
}
#rotator-wrap:hover .cycle-prev, #rotator-wrap:hover .cycle-next {
  opacity: .5;
}
#rotator-wrap:hover .cycle-prev:hover, #rotator-wrap:hover .cycle-next:hover {
  opacity: 1;
}
#rotator-wrap .cycle-prev {
  left: 0;
  text-align: center;
}
#rotator-wrap .cycle-prev:before {
  font-family: "calvary";
  content: "\e673";
  font-size: 100%;
  font-weight: normal !important;
  vertical-align: middle;
  color: #757575;
  font-size: 4em;
}
#rotator-wrap .cycle-next {
  right: 0;
  text-align: center;
}
#rotator-wrap .cycle-next:before {
  font-family: "calvary";
  content: "\e674";
  font-size: 100%;
  font-weight: normal !important;
  vertical-align: middle;
  color: #757575;
  font-size: 4em;
}

.homepage #rotator-wrap img {
  display: block;
}

#rotator-wrap .cycle-slideshow {
  position: relative;
  height: auto;
  width: 100%;
}

li.slide {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
li.slide img {
  display: block;
  width: 100%;
}

#footer {
  background: #050306;
  color: #b1b1b1;
  font-family: "lato", sans-serif;
}
#footer #topbar {
  height: auto;
  background: #f1f1f2;
  padding: 50px 0 25px 0;
}
#footer #topbar .container {
  margin-bottom: 15px;
}
#footer #topbar p {
  color: #77787b;
}
#footer #footer-flair {
  width: 18%;
  background: #000;
  height: 3.5em;
  float: right;
  position: relative;
}
#footer #footer-flair:before {
  content: '';
  position: absolute;
  width: 1.5em;
  height: 25px;
  transform: skewX(150deg);
  transform-origin: top;
  -webkit-transform: skewX(150deg);
  -webkit-transform-origin: 0 0;
  background: #000;
}
#footer #bottombar {
  padding: .5em 0;
}
#footer #footer-inner .two-third, #footer #footer-inner .one-third, #footer #footer-inner .one-third.omega {
  float: none;
}
#footer #footer-inner .footer-right h3 {
  color: #050306;
}
#footer #footer-inner .footer-right .smallButton {
  display: block;
  text-align: center;
}
@media (min-width: 48em) {
  #footer #footer-inner .footer-right .smallButton {
    display: initial;
  }
}
@media (min-width: 62.5em) {
  #footer #footer-inner {
    display: table;
    table-layout: fixed;
    width: 100%;
    overflow: hidden;
  }
  #footer #footer-inner .one-third, #footer #footer-inner .one-third.omega {
    float: right;
  }
  #footer #footer-inner .two-third, #footer #footer-inner .two-third.omega {
    float: left;
  }
}
@media (min-width: 62.5em) {
  #footer section {
    padding: 0;
    vertical-align: top;
  }
}
#footer section .inner {
  padding: 1em 2.5%;
}
@media (min-width: 62.5em) {
  #footer section .inner {
    padding: 0;
    border-top: 0;
    border-bottom: 0;
  }
}
#footer section.contact {
  border-left: 0;
}
#footer section.contact .inner {
  border-top: 0;
}
@media (min-width: 62.5em) {
  #footer section.contact .inner {
    padding-left: 0;
  }
}
#footer section.social {
  border-right: 0;
}
#footer section.social .inner {
  border-bottom: 0;
}
@media (min-width: 62.5em) {
  #footer section.social .inner {
    padding-right: 0;
  }
}
#footer section h5 {
  font-size: 1.375em;
  font-weight: 700;
  color: #b2b2b2;
  text-transform: uppercase;
}
#footer section .more {
  font-size: .875em;
  text-transform: uppercase;
  font-weight: 700;
}

.copyright {
  float: left;
  font-size: 1em;
  font-family: "lato", sans-serif;
  font-style: italic;
  color: #b1b1b1;
  margin: 0 35px 0 0;
}
.copyright li {
  list-style: disc;
  display: inline-block;
  margin: 5px 0;
}
.copyright li a {
  color: #ffffff;
}
.copyright li a:hover {
  color: #7a5996;
}
.copyright li:before {
  content: "•";
  margin: 0 10px;
  color: #ffffff;
  font-size: .2em;
  top: -1px;
  position: relative;
}
.copyright li:first-child:before {
  content: "";
  margin: 0;
}

.ekklesia360 {
  float: right;
  position: absolute;
  bottom: 3px;
  left: 5px;
  z-index: 1000;
}
.ekklesia360 :before {
  font-family: "calvary";
  content: "\e600";
  font-size: 100%;
  font-weight: normal !important;
  vertical-align: middle;
  font-size: 1.4em;
}

#tweets .summary {
  margin: 0 0 20px 0;
}
#tweets .meta {
  font-size: .9em;
  font-style: italic;
}

.container {
  position: relative;
  max-width: 62.5em;
  margin: 0 auto;
}

#outer-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#wrap {
  position: relative;
  width: 100%;
}

#inner-wrap {
  position: relative;
  width: 100%;
}

@media (min-width: 48em) {
  .subpage #inner-wrap, .subpage #content .container {
    background-image: -o-linear-gradient(left, black 32%, white 32%);
    background-image: -moz-linear-gradient(left, black 32%, white 32%);
    background-image: -webkit-linear-gradient(left, black 32%, white 32%);
    background-image: -ms-linear-gradient(left, black 32%, white 32%);
    background-image: linear-gradient(to right, #000000 32%, #ffffff 32%);
  }
}

.billboard {
  height: auto;
  min-height: 100px;
}
.billboard img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
}
@media (min-width: 48em) {
  .billboard {
    min-height: 265px;
  }
}
@media (min-width: 62.5em) {
  .billboard {
    min-height: 350px;
    /*max-height: 500px;*/
    overflow: hidden;
  }
}

#sidebar {
  color: #ffffff;
  background: #000000;
  width: 70%;
  padding: 0 15% 2.5em 15%;
  display: block;
}
@media (min-width: 48em) {
  #sidebar {
    float: left;
    display: initial;
    width: 28%;
    padding: 2.5em 2%;
    background: none;
  }
}

#sidebar section {
  margin-top: 50px;
}
#sidebar section ul {
  margin: 0;
}
#sidebar section ul li {
  list-style: none;
}
#sidebar section ul li:before {
  display: none;
}
#sidebar section img {
  width: 100%;
  display: block;
}

#sidebar .video {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
}
#sidebar .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.subpage #text {
  width: 90%;
  padding: 2em 5%;
  background: none;
  position: relative;
}
@media (min-width: 48em) {
  .subpage #text {
    float: right;
    width: 62%;
    padding: 2em 2% 2em 4%;
  }
}
@media (min-width: 62.5em) {
  .subpage #text {
    width: 64%;
    padding: 2em 0 2em 4%;
  }
}

#content nav #subnav {
  margin: 0 0 50px 0;
}

#subnav li {
  /*li.current{
  	ul{
  		display: block;
  	}
  	&:after{
  		content: '-';
  	}
  } */
}
#subnav li:before {
  display: none;
}
#subnav li a {
  position: relative;
  display: block;
  background: #684287;
  padding: .525em 0;
  line-height: 1em;
}
#subnav li a:before {
  content: '';
  position: absolute;
  width: 200%;
  left: -200%;
  height: 2em;
  background: #684287;
  top: 0;
}
#subnav li a:after {
  content: '';
  position: absolute;
  width: 2.1em;
  height: 2em;
  background: #684287;
  top: 0;
  right: -2.1em;
  transform: skewX(150deg);
  transform-origin: top;
  -webkit-transform: skewX(150deg);
  -webkit-transform-origin: 0 0;
}
#subnav li li {
  position: relative;
  padding: 15px 15px 0 0;
}
#subnav li li a {
  width: auto;
  position: initial;
  background: none;
  padding: 0;
  display: initial;
}
#subnav li li a:before, #subnav li li a:after {
  content: none;
}
#subnav li li:before {
  display: none;
}
#subnav li li li {
  padding: 15px 0 0 15px;
}
#subnav li li li a {
  width: auto;
  background: none;
  display: initial;
}
#subnav li li li a:before, #subnav li li li a:after {
  content: none;
}
#subnav li li li .accordionstatus {
  right: -1em;
}
#subnav li li li:after {
  display: none;
}
#subnav li li li:before {
  display: none;
}
#subnav li li .accordionstatus {
  position: absolute;
  top: 10px;
  padding: 5px;
  right: 0;
  cursor: pointer;
}

/*.active{
	.accordionstatus:before{
		content: '-'!important;
	}
	ul .accordionstatus:before{
		content: '+'!important;
	}
	.active{
		.accordionstatus:before{
			content: '-'!important;
		}
		ul .accordionstatus:before{
			content: '+'!important;
		}
		.active{
			.accordionstatus:before{
				content: '-'!important;
			}
			ul .accordionstatus:before{
				content: '+'!important;
			}
			.active{
				.accordionstatus:before{
					content: '-'!important;
				}
				ul .accordionstatus:before{
					content: '+'!important;
				}
			}
		}
	}
}*/
/*.accordionstatus:before{
		content: '-'!important;
	}
	.active .accordionstatus:before{
		content: '-'!important;
		.accordionstatus:before{
			content: '+'!important;
		}
		.active .accordionstatus:before{
			content: '-'!important;
		}
	}*/
.videobox {
  width: 95%;
  background: #222222;
  border: 10px solid #222222;
  position: relative;
  display: block;
  top: 2em;
  right: 0;
  z-index: 2500;
  padding-bottom: 53.75%;
}
.videobox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 62.5em) {
  .videobox {
    top: -246px;
    position: absolute;
    width: 620px;
    height: 350px;
    padding-bottom: 0;
    padding-top: 0;
  }
}

.noRotator .videobox {
  top: 6.5em;
}

.videoPresent .heading {
  margin-top: 4em;
}
@media (min-width: 62.5em) {
  .videoPresent .heading {
    margin-top: 10em;
  }
}

.noRotator .heading {
  margin-top: 4em;
}

.noRotator.videoPresent .heading {
  margin-top: 8em;
}
@media (min-width: 62.5em) {
  .noRotator.videoPresent .heading {
    margin-top: 29em;
  }
}

.fullwidth .heading {
  margin-top: 2em;
}

.fullwidth #text {
  padding: 0 2.5%;
}
@media (min-width: 62.5em) {
  .fullwidth #text {
    padding: 0;
  }
}

#scrollDown, #scrollUp {
  position: fixed;
  right: 50px;
  bottom: 50px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
#scrollDown span, #scrollUp span {
  color: #757575;
  font-size: 4em;
}
#scrollDown.active, #scrollUp.active {
  opacity: .75;
}



/****************************************************
CLIENT REQUESTED TO HIDE THE DROPDOWN OF GRAY'S WOOD
AND WILL LET US KNOW IF THEY DECIDED TO SET IT BACK
*****************************************************/

.campus-select li.grays-woods,
.campus-select .grays-woods .active{
  display: none !important;
}



@media only screen and (max-width: 700px) {

 .campus-select ul li.pos1.grays-woods{
    display: none !important;
  }

/*******/
}
/*******/

@media only screen and (max-width: 945px) {

 .campus-select ul li.pos1.grays-woods{
    display: none !important;
  }

/*******/
}
/*******/
/****************************************************
CLIENT REQUESTED TO HIDE THE DROPDOWN OF GRAY'S WOOD
AND WILL LET US KNOW IF THEY DECIDED TO SET IT BACK
*****************************************************/
