/*
Theme Name: Moravian Archives 2018
Theme URI: http://www.thejtsite.com
Description: Custom website layout by J Taylor Design
Version: 1
Author: J Taylor Design
Author URI: http://www.thejtsite.com
*/
/* v1.0 | 20080212 */
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,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}
a {
  text-decoration: none;
}
a:active {
  outline: none;
}
input,
textarea,
submit {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
  -moz-outline-style: none;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* HTML 5 Reset */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* Global Usage ////////////////////////////////////////////////////////// */
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  html {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
}
.clearboth {
  clear: both;
  height: 0;
}
article,
section {
  clear: both;
}
a.trans {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.wow {
  visibility: hidden;
}
/* Video ////////////////////////////////////////////////////////// */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  margin-bottom: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Pages  ////////////////////////////////////////////////////////// */
#page-inside #content {
  position: relative;
}
#page-inside #content h1 {
  color: #322323;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: .3em;
  line-height: 1.2;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#page-inside #content h2 {
  color: #555555;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 20px;
  letter-spacing: .1em;
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#page-inside #content h3 {
  color: #a3a2a3;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 15px;
}
#page-inside #content h4 {
  color: #322323;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 20px;
}
#page-inside #content p {
  color: #231f20;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 24px;
}
#page-inside #content p a {
  color: #c1272d;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#page-inside #content p a:hover {
  color: #000;
}
#page-inside #content p em {
  color: #322323;
}
#page-inside #content p a {
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
}
#page-inside #content ol {
  display: table;
  width: 100%;
}
#page-inside #content ol a {
  color: #c1272d;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#page-inside #content ol a:hover {
  color: #000;
}
#page-inside #content ul {
  display: table;
  margin-bottom: 30px;
  width: 100%;
}
#page-inside #content ul a {
  color: #c1272d;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#page-inside #content ul a:hover {
  color: #000;
}
#page-inside #content ul ul {
  margin-top: 5px;
}
#page-inside #content ul ul:last-of-type {
  margin-bottom: 0;
}
#page-inside #content ul li {
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.6;
  padding-left: 24px;
  position: relative;
}
#page-inside #content ul li + li {
  margin-top: 6px;
}
#page-inside #content ul li:before {
  color: #c1272d;
  content: "\f178 ";
  font-family: FontAwesome;
  font-size: 10px;
  left: 0;
  position: absolute;
  top: 4px;
}
#page-inside #content img {
  height: auto;
  max-width: 100%;
}
#page-inside #content img.alignleft {
  display: inline-block;
  float: left;
  margin: 7px 20px 6px 0;
  width: 35%;
}
#page-inside #content img.alignright {
  display: inline-block;
  float: right;
  margin: 7px 0 6px 20px;
  width: 35%;
}
#page-inside #content img.topimg {
  display: block;
}
#page-inside #content ul.btns li {
  padding-left: 0;
}
#page-inside #content ul.btns li:before {
  display: none;
}
#page-inside #content ul.btns li a {
  color: #322323;
}
@media screen and (min-width: 901px) {
  #page-inside #content ul.btns li a:hover {
    color: #fff;
  }
}
#page-inside #content form ul li {
  padding-left: 0;
}
#page-inside #content form ul li:before {
  display: none;
}
/* Slider ////////////////////////////////////////////////////////// */
ul.hero {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
ul.hero li {
  background-position: center center;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
ul.hero li.current {
  opacity: 1;
  z-index: 2;
}
.slider-slide .slide-in-next {
  animation: ssl_sin 1000ms ease-in-out;
  -moz-animation: ssl_sin 1000ms ease-in-out;
  -webkit-animation: ssl_sin 1000ms ease-in-out;
}
.slider-slide .slide-in-prev {
  animation: ssl_sip 1000ms ease-in-out;
  -moz-animation: ssl_sip 1000ms ease-in-out;
  -webkit-animation: ssl_sip 1000ms ease-in-out;
}
.slider-slide .slide-out-next {
  animation: ssl_son 1000ms ease-in-out;
  -moz-animation: ssl_son 1000ms ease-in-out;
  -webkit-animation: ssl_son 1000ms ease-in-out;
}
.slider-slide .slide-out-prev {
  animation: ssl_sop 1000ms ease-in-out;
  -moz-animation: ssl_sop 1000ms ease-in-out;
  -webkit-animation: ssl_sop 1000ms ease-in-out;
}
@keyframes ssl_sip {
  0% {
    transform: translate3d(-50%, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0px, 0, 0);
    opacity: 1;
  }
}
@keyframes ssl_sin {
  0% {
    transform: translate3d(50%, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0px, 0, 0);
    opacity: 1;
  }
}
@keyframes ssl_sop {
  0% {
    transform: translate3d(0px, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(50%, 0, 0);
    opacity: 0;
  }
}
@keyframes ssl_son {
  0% {
    transform: translate3d(0px, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(-50%, 0, 0);
    opacity: 0;
  }
}
.slider-scale .slide-in-next {
  animation: ssc_sin 1000ms ease-in-out;
  -moz-animation: ssc_sin 1000ms ease-in-out;
  -webkit-animation: ssc_sin 1000ms ease-in-out;
}
.slider-scale .slide-in-prev {
  animation: ssc_sip 1000ms ease-in-out;
  -webkit-animation: ssc_sip 1000ms ease-in-out;
}
.slider-scale .slide-out-next {
  animation: ssc_son 1000ms ease-in-out;
  -moz-animation: ssc_son 1000ms ease-in-out;
  -webkit-animation: ssc_son 1000ms ease-in-out;
}
.slider-scale .slide-out-prev {
  animation: ssc_sop 1000ms ease-in-out;
  -moz-animation: ssc_sop 1000ms ease-in-out;
  -webkit-animation: ssc_sop 1000ms ease-in-out;
}
@keyframes ssc_sip {
  0% {
    transform: scale(1, 1);
    transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 100% 50%;
    opacity: 1;
  }
}
@keyframes ssc_sin {
  0% {
    transform: scale(1, 1);
    transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0% 50%;
    opacity: 1;
  }
}
@keyframes ssc_sop {
  0% {
    transform: scale(1, 1);
    transform-origin: 0% 50%;
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0% 50%;
    opacity: 0;
  }
}
@keyframes ssc_son {
  0% {
    transform: scale(1, 1);
    transform-origin: 100% 50%;
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 100% 50%;
    opacity: 0;
  }
}
/* -moz- */
@-moz-keyframes ssc_sip {
  0% {
    -moz-transform: scale(1, 1);
    -moz-transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1, 1);
    -moz-transform-origin: 100% 50%;
    opacity: 1;
  }
}
@-moz-keyframes ssc_sin {
  0% {
    -moz-transform: scale(1, 1);
    -moz-transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1, 1);
    -moz-transform-origin: 0% 50%;
    opacity: 1;
  }
}
@-moz-keyframes ssc_sop {
  0% {
    -moz-transform: scale(1, 1);
    -moz-transform-origin: 0% 50%;
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1, 1);
    -moz-transform-origin: 0% 50%;
    opacity: 0;
  }
}
@-moz-keyframes ssc_son {
  0% {
    -moz-transform: scale(1, 1);
    -moz-transform-origin: 100% 50%;
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1, 1);
    -moz-transform-origin: 100% 50%;
    opacity: 0;
  }
}
@-moz-keyframes ssl_sip {
  0% {
    -moz-transform: translate3d(-50%, 0, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3d(0px, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes ssl_sin {
  0% {
    -moz-transform: translate3d(50%, 0, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3d(0px, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes ssl_sop {
  0% {
    -moz-transform: translate3d(0px, 0, 0);
    opacity: 1;
  }
  100% {
    -moz-transform: translate3d(50%, 0, 0);
    opacity: 0;
  }
}
@-moz-keyframes ssl_son {
  0% {
    -moz-transform: translate3d(0px, 0, 0);
    opacity: 1;
  }
  100% {
    -moz-transform: translate3d(-50%, 0, 0);
    opacity: 0;
  }
}
/* -webkit- */
@-webkit-keyframes ssc_sip {
  0% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 100% 50%;
    opacity: 1;
  }
}
@-webkit-keyframes ssc_sin {
  0% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0% 50%;
    opacity: 1;
  }
}
@-webkit-keyframes ssc_sop {
  0% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0% 50%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0% 50%;
    opacity: 0;
  }
}
@-webkit-keyframes ssc_son {
  0% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 100% 50%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 100% 50%;
    opacity: 0;
  }
}
@-webkit-keyframes ssl_sip {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0px, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes ssl_sin {
  0% {
    -webkit-transform: translate3d(50%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0px, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes ssl_sop {
  0% {
    -webkit-transform: translate3d(0px, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(50%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes ssl_son {
  0% {
    -webkit-transform: translate3d(0px, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    opacity: 0;
  }
}
/* Accordion */
.accordion-loop {
  clear: both;
  display: block;
  margin: 30px 0;
  /* Overwrite */
}
.accordion-loop.mid-page .accordion h2.ui-accordion-header {
  display: table;
}
.accordion-loop.mid-page .accordion .ui-accordion-content {
  border-top: 3px solid #322323;
}
.accordion-loop .ui-accordion .ui-accordion-header .ui-icon {
  display: none !important;
}
.accordion-loop .ui-corner-all,
.accordion-loop .ui-corner-top,
.accordion-loop .ui-corner-right,
.accordion-loop .ui-corner-tr {
  border-radius: 0 !important;
}
.accordion-loop .ui-widget-content {
  border: none !important;
}
.accordion-loop .accordion h2.ui-state-default {
  border: none;
}
.accordion-loop .accordion h2.ui-accordion-header {
  background: #c1272d;
  border-top: 1px solid #991e23;
  color: #fff !important;
  cursor: pointer;
  font-family: "museo-sans", Museo Sans, sans-serif !important;
  font-style: normal;
  font-weight: 700;
  font-size: 14px !important;
  letter-spacing: normal;
  margin: 0 !important;
  padding: 15px;
  position: relative;
  text-transform: capitalize !important;
  transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  -webkit-transition: background 0.25s ease-in-out;
}
.accordion-loop .accordion h2.ui-accordion-header.ui-state-active {
  background: #322323;
  color: #ded1a4;
}
.accordion-loop .accordion h2.ui-accordion-header.ui-state-active:before {
  content: "\f078 ";
  font-family: FontAwesome;
}
.accordion-loop .accordion h2.ui-accordion-header:before {
  color: rgba(255, 255, 255, 0.5);
  content: "\f054 ";
  font-family: FontAwesome;
  font-size: 10px;
  margin-right: 8px;
  position: relative;
  top: -2px;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.accordion-loop .accordion .ui-accordion-content {
  background: rgba(252, 252, 252, 0.6);
  color: #333333;
  padding: 25px 25px 5px;
}
.accordion-loop .accordion .ui-accordion-content h3 {
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px;
}
.accordion-loop .accordion .ui-accordion-content p {
  color: #231f20;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 24px;
}
.accordion-loop .accordion .ui-accordion-content p a {
  color: #c1272d;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.accordion-loop .accordion .ui-accordion-content p a:hover {
  color: #000;
}
.accordion-loop .accordion .ui-accordion-content p em {
  color: #322323;
}
.accordion-loop .accordion .ui-accordion-content p a {
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.accordion-loop .accordion .ui-accordion-content ul {
  margin-bottom: 30px;
}
.accordion-loop .accordion .ui-accordion-content ul ul {
  margin-top: 5px;
}
.accordion-loop .accordion .ui-accordion-content ul ul:last-of-type {
  margin-bottom: 0;
}
.accordion-loop .accordion .ui-accordion-content ul li {
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.6;
  padding-left: 24px;
  position: relative;
}
.accordion-loop .accordion .ui-accordion-content ul li + li {
  margin-top: 6px;
}
.accordion-loop .accordion .ui-accordion-content ul li:before {
  color: #c1272d;
  content: "\f178 ";
  font-family: FontAwesome;
  font-size: 10px;
  left: 0;
  position: absolute;
  top: 4px;
}
.accordion-loop .accordion .ui-accordion-content form ul li {
  padding-left: 0;
}
.accordion-loop .accordion .ui-accordion-content form ul li:before {
  display: none;
}
.accordion-loop .accordion .ui-accordion-content iframe,
.accordion-loop .accordion .ui-accordion-content img,
.accordion-loop .accordion .ui-accordion-content object {
  max-width: 100%;
}
/* Buttons ////////////////////////////////////////////////////////// */
ul.btns li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
a.btn {
  border: 1px solid #c1272d;
  color: #322323;
  display: inline-block;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  height: 50px;
  letter-spacing: .2em;
  line-height: 50px;
  padding: 0 30px;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 720px) {
  a.btn {
    height: 35px;
    line-height: 35px;
  }
}
@media screen and (min-width: 901px) {
  a.btn:hover {
    background: #c1272d;
    color: #fff;
  }
  a.btn:hover i {
    color: #c1272d;
  }
}
/* Carousel ////////////////////////////////////////////////////////// */
#featured {
  position: relative;
}
#featured .owl-stage {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#featured .owl-stage .item {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#featured .owl-stage .item a {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* Content with Image Faded Background ////////////////////////////////////////////////////////// */
.fade-content {
  padding: 120px 0;
  position: relative;
}
@media screen and (max-width: 900px) {
  .fade-content {
    padding: 80px 0 60px;
  }
}
@media screen and (max-width: 720px) {
  .fade-content {
    margin-top: 1px;
    padding: 300px 0 30px;
  }
}
.fade-content .container {
  z-index: 3;
}
.fade-content .container h1 {
  color: #322323;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: .3em;
  line-height: 1.2;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.fade-content .container h2 {
  color: #555555;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 20px;
  letter-spacing: .1em;
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.fade-content .container h3 {
  color: #a3a2a3;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.fade-content .container h4 {
  color: #322323;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.fade-content .container p {
  color: #231f20;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 24px;
}
.fade-content .container p a {
  color: #c1272d;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.fade-content .container p a:hover {
  color: #000;
}
.fade-content .container p em {
  color: #322323;
}
.fade-content .container p a {
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.fade-content .container ol {
  display: table;
  width: 100%;
}
.fade-content .container ol a {
  color: #c1272d;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.fade-content .container ol a:hover {
  color: #000;
}
.fade-content .container ul {
  display: table;
  margin-bottom: 30px;
  width: 100%;
}
.fade-content .container ul a {
  color: #c1272d;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.fade-content .container ul a:hover {
  color: #000;
}
.fade-content .container ul ul {
  margin-top: 5px;
}
.fade-content .container ul ul:last-of-type {
  margin-bottom: 0;
}
.fade-content .container ul li {
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.6;
  padding-left: 24px;
  position: relative;
}
.fade-content .container ul li + li {
  margin-top: 6px;
}
.fade-content .container ul li:before {
  color: #c1272d;
  content: "\f178 ";
  font-family: FontAwesome;
  font-size: 10px;
  left: 0;
  position: absolute;
  top: 4px;
}
.fade-content .container img {
  height: auto;
  max-width: 100%;
}
.fade-content .container img.alignleft {
  display: inline-block;
  float: left;
  margin: 7px 20px 6px 0;
  width: 35%;
}
.fade-content .container img.alignright {
  display: inline-block;
  float: right;
  margin: 7px 0 6px 20px;
  width: 35%;
}
.fade-content .container img.topimg {
  display: block;
}
.fade-content .container ul.btns li {
  padding-left: 0;
}
.fade-content .container ul.btns li:before {
  display: none;
}
.fade-content .container ul.btns li a {
  color: #322323;
}
@media screen and (min-width: 901px) {
  .fade-content .container ul.btns li a:hover {
    color: #fff;
  }
}
.fade-content .container form ul li {
  padding-left: 0;
}
.fade-content .container form ul li:before {
  display: none;
}
.fade-content .container p {
  color: #231f20;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 24px;
}
.fade-content .container p a {
  color: #c1272d;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.fade-content .container p a:hover {
  color: #000;
}
.fade-content .container p em {
  color: #322323;
}
.fade-content .container p a {
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  .fade-content .container p {
    max-width: 45%;
  }
}
@media screen and (min-width: 720px) and (max-width: 900px) {
  .fade-content:after {
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 70%, #ffffff 100%);
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 70%, #ffffff 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 70%, #ffffff 100%);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
  }
}
.fade-content .bg-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  z-index: 1;
}
@media screen and (max-width: 720px) {
  .fade-content .bg-img {
    height: 330px;
    width: 100%;
  }
}
.fade-content .bg-img:before {
  background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0) 60%, #ffffff 100%);
  background: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0) 60%, #ffffff 100%);
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 60%, #ffffff 100%);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 720px) {
  .fade-content .bg-img:before {
    background: -webkit-linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 30%);
    background: -moz-linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 30%);
    background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 30%);
  }
}
.fade-content .bg-img:after {
  background: -webkit-linear-gradient(-180deg, rgba(255, 255, 255, 0) 70%, #ffffff 100%);
  background: -moz-linear-gradient(-180deg, rgba(255, 255, 255, 0) 70%, #ffffff 100%);
  background: linear-gradient(-180deg, rgba(255, 255, 255, 0) 70%, #ffffff 100%);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 720px) {
  .fade-content .bg-img:after {
    display: none;
  }
}
/* Hero Large ////////////////////////////////////////////////////////// */
.hero-large {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 901px) {
  .hero-large {
    height: 800px;
  }
}
/* Network Bar ////////////////////////////////////////////////////////// */
#network {
  background: #ac2329;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #fff;
}
@media screen and (max-width: 720px) {
  #network {
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 0.35s ease-in-out;
    -moz-transition: opacity 0.35s ease-in-out;
    -o-transition: opacity 0.35s ease-in-out;
    -webkit-transition: opacity 0.35s ease-in-out;
    width: 100%;
    z-index: 11;
  }
}
#network.in {
  opacity: 1;
  pointer-events: inherit;
}
#network.out {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 720px) {
  #network .container {
    padding: 0;
  }
}
#network ul {
  font-size: 12px;
}
#network ul:after {
  clear: both;
  content: '';
  display: block;
}
#network ul li {
  display: inline;
  float: left;
}
@media screen and (max-width: 720px) {
  #network ul li {
    border-top: 1px solid rgba(147, 33, 38, 0.7);
    text-align: center;
    width: 50%;
  }
}
#network ul li strong {
  color: rgba(255, 255, 255, 0.9);
  font-family: "utopia-std", Utopia, serif;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  padding-right: 6px;
}
@media screen and (max-width: 720px) {
  #network ul li strong i {
    display: none;
  }
}
#network ul li + li a {
  border-left: 1px solid rgba(147, 33, 38, 0.7);
}
@media screen and (max-width: 720px) {
  #network ul li:first-of-type {
    background: #932126;
    display: block;
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  #network ul li.current {
    display: none;
  }
}
#network ul li.current a {
  background: #c1272d;
  color: #ded1a4;
  pointer-events: none;
}
#network ul li a {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: rgba(255, 255, 255, 0.75);
  display: block;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  padding: 0 8px;
}
/* Notice Bar ////////////////////////////////////////////////////////// */
#notice {
  background: #c1272d;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #fff;
  padding: 25px 0;
}
#notice p {
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
}
#notice p i {
  color: #ded1a4;
}
#notice p a {
  color: #f1e4b8;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
}
/* Sections ////////////////////////////////////////////////////////// */
.repeater:after {
  clear: both;
  content: '';
  display: block;
}
.repeater .row {
  border-top: 1px solid rgba(221, 221, 221, 0.5);
  margin-top: 40px;
  padding-top: 40px;
}
.repeater .row:after {
  clear: both;
  content: '';
  display: block;
}
.up-next {
  border-top: 1px solid rgba(221, 221, 221, 0.5);
  margin-top: 40px;
  padding-top: 40px;
}
.up-next:after {
  clear: both;
  content: '';
  display: block;
}
.up-next a {
  color: #c1272d;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.up-next a i {
  margin-left: 5px;
}
/* Tabs  ////////////////////////////////////////////////////////// */
.tabs {
  margin-bottom: 50px !important;
}
.tabs:after {
  clear: both;
  content: '';
  display: block;
}
@media screen and (min-width: 901px) {
  .tabs {
    border-top: 6px solid #dddddd;
  }
}
@media screen and (min-width: 901px) {
  .tabs:before {
    background: #dddddd;
    content: '';
    height: 100%;
    left: calc(8% + 249px);
    left: -moz-calc(8% + 249px);
    left: -webkit-calc(8% + 249px);
    position: absolute;
    width: 1px;
  }
}
.tabs h4.filter {
  font-family: "utopia-std", Utopia, serif;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (min-width: 901px) {
  .tabs h4.filter {
    display: none;
  }
}
@media screen and (min-width: 901px) {
  .tabs .tab-nav {
    display: inline;
    float: left;
    position: relative;
    width: 250px;
  }
}
@media screen and (max-width: 900px) {
  .tabs .tab-nav {
    display: block;
    position: relative;
  }
}
.tabs .tab-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 901px) {
  .tabs .tab-nav ul {
    border-right: 1px solid #dddddd;
  }
}
@media screen and (max-width: 900px) {
  .tabs .tab-nav ul {
    overflow: hidden;
    position: relative;
  }
  .tabs .tab-nav ul:after {
    color: rgba(255, 255, 255, 0.65);
    content: "\f0c9";
    font-family: FontAwesome;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 14px;
    transition: opacity 0.35s ease-in-out;
    -moz-transition: opacity 0.35s ease-in-out;
    -o-transition: opacity 0.35s ease-in-out;
    -webkit-transition: opacity 0.35s ease-in-out;
    z-index: 3;
  }
  .tabs .tab-nav ul.open {
    border-top: 1px solid #dddddd;
  }
  .tabs .tab-nav ul.open a {
    border-bottom: 1px solid #dddddd;
    position: relative;
    display: block;
  }
  .tabs .tab-nav ul.open:after {
    opacity: 0;
  }
}
.tabs .tab-nav ul li {
  display: block;
  vertical-align: bottom;
}
@media screen and (min-width: 901px) {
  .tabs .tab-nav ul li + li {
    border-top: 1px solid #dddddd;
  }
}
.tabs .tab-nav ul li a {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #c1272d;
  display: block;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  padding: 15px;
}
@media screen and (max-width: 900px) {
  .tabs .tab-nav ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.tabs .tab-nav ul li a.active {
  background: #c1272d;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 900px) {
  .tabs .tab-nav ul li a.active {
    z-index: 2;
  }
}
.tabs .tab-group {
  display: none;
  padding-top: 50px;
}
.tabs .tab-group.active {
  display: block;
}
@media screen and (min-width: 901px) {
  .tabs .tab-group.active {
    float: right;
    width: calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
  }
}
.tabs .tab-group h1 {
  color: #322323;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: .3em;
  line-height: 1.2;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.tabs .tab-group h2 {
  color: #555555;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 20px;
  letter-spacing: .1em;
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.tabs .tab-group h3 {
  color: #a3a2a3;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.tabs .tab-group h4 {
  color: #322323;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.tabs .tab-group p {
  color: #231f20;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 24px;
}
.tabs .tab-group p a {
  color: #c1272d;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.tabs .tab-group p a:hover {
  color: #000;
}
.tabs .tab-group p em {
  color: #322323;
}
.tabs .tab-group p a {
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.tabs .tab-group ol {
  display: table;
  width: 100%;
}
.tabs .tab-group ol a {
  color: #c1272d;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.tabs .tab-group ol a:hover {
  color: #000;
}
.tabs .tab-group ul {
  display: table;
  margin-bottom: 30px;
  width: 100%;
}
.tabs .tab-group ul a {
  color: #c1272d;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.tabs .tab-group ul a:hover {
  color: #000;
}
.tabs .tab-group ul ul {
  margin-top: 5px;
}
.tabs .tab-group ul ul:last-of-type {
  margin-bottom: 0;
}
.tabs .tab-group ul li {
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.6;
  padding-left: 24px;
  position: relative;
}
.tabs .tab-group ul li + li {
  margin-top: 6px;
}
.tabs .tab-group ul li:before {
  color: #c1272d;
  content: "\f178 ";
  font-family: FontAwesome;
  font-size: 10px;
  left: 0;
  position: absolute;
  top: 4px;
}
.tabs .tab-group img {
  height: auto;
  max-width: 100%;
}
.tabs .tab-group img.alignleft {
  display: inline-block;
  float: left;
  margin: 7px 20px 6px 0;
  width: 35%;
}
.tabs .tab-group img.alignright {
  display: inline-block;
  float: right;
  margin: 7px 0 6px 20px;
  width: 35%;
}
.tabs .tab-group img.topimg {
  display: block;
}
.tabs .tab-group ul.btns li {
  padding-left: 0;
}
.tabs .tab-group ul.btns li:before {
  display: none;
}
.tabs .tab-group ul.btns li a {
  color: #322323;
}
@media screen and (min-width: 901px) {
  .tabs .tab-group ul.btns li a:hover {
    color: #fff;
  }
}
.tabs .tab-group form ul li {
  padding-left: 0;
}
.tabs .tab-group form ul li:before {
  display: none;
}
/* Accordion */
#accordion-loop {
  clear: both;
  display: block;
  margin: 1px 0 30px;
}
#accordion-loop .accordion h2 {
  border-bottom: 1px solid rgba(77, 77, 77, 0.5);
  color: #000000;
  cursor: pointer;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1em;
  margin: 0 !important;
  padding: 20px;
  text-transform: uppercase;
}
#accordion-loop .accordion h2.ui-state-active {
  /* other sheet */
}
#accordion-loop .ui-accordion-content {
  background: #fcfcfc;
  color: #333333;
  font-size: 17px;
  padding: 25px 25px 5px;
}
#accordion-loop .ui-accordion-content p,
#accordion-loop .ui-accordion-content li {
  color: #595959;
  display: block;
  font-size: 1em !important;
  line-height: 2;
}
#accordion-loop .ui-accordion-content p strong,
#accordion-loop .ui-accordion-content li strong {
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
}
#accordion-loop .ui-accordion-content li a {
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: color 0.35s ease-in-out;
  -moz-transition: color 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out;
  -webkit-transition: color 0.35s ease-in-out;
}
#accordion-loop .ui-accordion-content li a:hover {
  color: #000;
}
#accordion-loop .ui-accordion-content ul {
  margin: 0;
}
#accordion-loop .ui-accordion-content img {
  display: inline;
  float: left;
  height: auto;
  padding: 4px 20px 10px 0;
  width: 30%;
}
@media screen and (max-width: 720px) {
  #accordion-loop .ui-accordion-content img {
    padding: 0 0 30px;
    width: 100%;
  }
}
#accordion-loop .accordion div ul {
  color: #474747;
  font-size: 1em;
  margin: 0 0 30px;
  padding: 0;
}
#accordion-loop .accordion div ul ul {
  margin: 0;
}
#accordion-loop .accordion div li {
  display: block;
  text-align: left;
}
#accordion-loop .accordion div h3 {
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px;
}
/* Forms */
body .gform_wrapper {
  min-width: 100%;
}
.gform_fields {
  width: 100%;
}
body .gform_wrapper input[type=text],
body .gform_wrapper input[type=email],
body .gform_wrapper textarea {
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1em;
  padding: 15px !important;
  width: 100% !important;
}
body .gform_wrapper label {
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
}
body .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}
body .gform_wrapper ul.gfield_checkbox li input[type=checkbox] {
  appearance: checkbox;
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
  margin-left: 5px !important;
  position: relative;
  top: 1px;
}
body .gform_wrapper.gf_browser_chrome ul.gfield_checkbox li input[type=checkbox] {
  top: 0px;
}
body .gform_wrapper ul.gfield_radio li input[type=radio] {
  appearance: radio-button;
  -moz-appearance: radio;
  -webkit-appearance: radio;
  margin-left: 5px !important;
  position: relative;
  top: 3px;
}
body .gform_wrapper.gf_browser_chrome ul.gfield_radio li input[type=radio] {
  top: -1px;
}
body .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last {
  /*float: right;*/
}
body .gform_wrapper li {
  background: none;
  margin-bottom: 10px;
  padding-left: 0;
}
body .gform_wrapper .top_label .gfield_label {
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
}
body .gform_wrapper .ginput_complex label {
  color: #757575;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 1.5px;
  margin-bottom: 0;
  text-transform: uppercase;
}
body .gform_wrapper .ginput_full {
  width: 100%;
}
body .gform_wrapper .ginput_complex span {
  display: inline-block;
  margin-bottom: 6px;
}
body .gform_wrapper ul,
body .container-container .page-content .gform_wrapper ul {
  padding-left: 0;
}
body .container-container .gform_wrapper li {
  border: none;
  line-height: 20px;
  list-style: none;
  text-indent: 0 !important;
}
body .gform_wrapper li::before,
body .container-container .page-content .gform_wrapper li::before {
  content: none;
}
body .gform_wrapper li:before {
  content: none;
}
body .gform_wrapper .ginput_left {
  clear: left;
}
body .gform_wrapper label.gfield_label {
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
}
body .gform_wrapper .gfield_description {
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
}
body .gform_wrapper .gfield_html p {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 20px;
}
body .gform_wrapper .gfield_html ul li {
  font-size: 12px;
  list-style: disc;
  margin: 0 0 10px 20px;
}
body .gform_wrapper .gform_footer {
  margin: 30px 0 0;
  padding: 0;
}
body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit] {
  background: #c1272d;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1;
  margin: 0;
  padding: 18px 24px;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  width: 100%;
}
body .gform_wrapper .gform_footer input:hover {
  background: #000;
}
body #gforms_confirmation_message {
  border: 3px solid #fafce9;
  padding: 20px;
}
body .gforms_confirmation_message {
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}
/* Pop Up ////////////////////////////////////////////////////////// */
.white-popup {
  margin: 0 auto;
  max-width: 600px;
  background: #FFF;
  position: relative;
  padding: 25px;
  width: auto;
}
.white-popup img {
  height: auto;
  max-width: 100%;
}
.white-popup p {
  color: #231f20;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 24px;
}
.white-popup p a {
  color: #c1272d;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.white-popup p a:hover {
  color: #000;
}
.white-popup p em {
  color: #322323;
}
.white-popup p a {
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.white-popup ul {
  margin-bottom: 30px;
}
.white-popup ul ul {
  margin-top: 5px;
}
.white-popup ul ul:last-of-type {
  margin-bottom: 0;
}
.white-popup ul li {
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.6;
  padding-left: 24px;
  position: relative;
}
.white-popup ul li + li {
  margin-top: 6px;
}
.white-popup ul li:before {
  color: #c1272d;
  content: "\f178 ";
  font-family: FontAwesome;
  font-size: 10px;
  left: 0;
  position: absolute;
  top: 4px;
}
.white-popup ul li:before {
  color: #c1272d;
}
.mfp-bg {
  background: #322323 !important;
}
.mfp-content {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 40px 20px;
}
.mfp-close-btn-in .mfp-close {
  color: #c1272d !important;
}
.mfp-close {
  background: #fff !important;
  opacity: 1 !important;
  top: 4px !important;
}
/*

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/*

====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
/*

====== Move-from-top effect ======

*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
/* Blog Landing ////////////////////////////////////////////////////////// */
.post-feed {
  padding-top: 40px;
}
.post-feed:after {
  clear: both;
  content: '';
  display: block;
}
.post-feed .post-excerpt {
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 901px) {
  .post-feed .post-excerpt {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    width: 50%;
  }
  .post-feed .post-excerpt:nth-of-type(even) {
    padding-right: 0;
  }
  .post-feed .post-excerpt:nth-of-type(odd) {
    clear: left;
    padding-left: 0;
  }
  .post-feed .post-excerpt:nth-of-type(odd) a.square {
    right: 30px;
  }
}
@media screen and (max-width: 900px) {
  .post-feed .post-excerpt {
    padding-bottom: 30px;
  }
  .post-feed .post-excerpt:after {
    clear: both;
    content: '';
    display: block;
  }
}
@media screen and (max-width: 720px) {
  .post-feed .post-excerpt {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .post-feed .post-excerpt + .post-excerpt {
    border-top: 2px solid #dddddd;
    padding-top: 30px;
  }
}
.post-feed .post-excerpt a.featured {
  display: inline-block;
  float: left;
  margin-right: 5%;
  position: relative;
  width: 30%;
  z-index: 3;
}
.post-feed .post-excerpt a.featured img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 720px) {
  .post-feed .post-excerpt a.featured img {
    margin-bottom: 20px;
  }
}
.post-feed .post-excerpt h2 {
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
}
.post-feed .post-excerpt h2 a {
  color: #c1272d;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  transition: color 0.35s ease-in-out;
  -moz-transition: color 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out;
  -webkit-transition: color 0.35s ease-in-out;
}
@media screen and (min-width: 901px) {
  .post-feed .post-excerpt h2 a:hover {
    color: #000;
  }
}
.post-feed .post-excerpt p.details {
  font-family: "utopia-std", Utopia, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
}
.post-feed .post-excerpt p.details a {
  color: #c1272d;
}
.post-feed .post-excerpt .excerpt {
  position: relative;
  z-index: 1;
}
.post-feed .post-excerpt .excerpt p {
  color: #231f20;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.post-feed .post-excerpt .excerpt p a {
  color: #c1272d;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.post-feed .post-excerpt .excerpt p a:hover {
  color: #000;
}
#paginate {
  margin: 20px 0;
}
#paginate:after {
  clear: both;
  content: '';
  display: block;
}
#paginate .btns {
  text-align: center;
}
#paginate .btns li {
  display: inline-block;
}
#paginate .btns li a {
  color: #322323;
  display: block;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  padding: 10px;
  text-transform: uppercase;
}
#paginate .btns li a i {
  color: #c1272d;
}
/* Blog Single ////////////////////////////////////////////////////////// */
#post-single {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  margin: 40px auto;
  max-width: 800px;
  padding: 40px;
}
#post-single:after {
  clear: both;
  content: '';
  display: block;
}
@media screen and (max-width: 720px) {
  #post-single {
    box-shadow: none;
    padding: 0;
  }
}
#post-single h1 {
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 10px;
}
#post-single p.details {
  font-family: "utopia-std", Utopia, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
}
#post-single p.details a {
  color: #c1272d;
}
#post-single #post-content h1 {
  color: #322323;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: .3em;
  line-height: 1.2;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#post-single #post-content h2 {
  color: #555555;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 20px;
  letter-spacing: .1em;
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#post-single #post-content h3 {
  color: #a3a2a3;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 15px;
}
#post-single #post-content h4 {
  color: #322323;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 20px;
}
#post-single #post-content p {
  color: #231f20;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 24px;
}
#post-single #post-content p a {
  color: #c1272d;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#post-single #post-content p a:hover {
  color: #000;
}
#post-single #post-content p em {
  color: #322323;
}
#post-single #post-content p a {
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
}
#post-single #post-content ol {
  display: table;
  width: 100%;
}
#post-single #post-content ol a {
  color: #c1272d;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#post-single #post-content ol a:hover {
  color: #000;
}
#post-single #post-content ul {
  display: table;
  margin-bottom: 30px;
  width: 100%;
}
#post-single #post-content ul a {
  color: #c1272d;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#post-single #post-content ul a:hover {
  color: #000;
}
#post-single #post-content ul ul {
  margin-top: 5px;
}
#post-single #post-content ul ul:last-of-type {
  margin-bottom: 0;
}
#post-single #post-content ul li {
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.6;
  padding-left: 24px;
  position: relative;
}
#post-single #post-content ul li + li {
  margin-top: 6px;
}
#post-single #post-content ul li:before {
  color: #c1272d;
  content: "\f178 ";
  font-family: FontAwesome;
  font-size: 10px;
  left: 0;
  position: absolute;
  top: 4px;
}
#post-single #post-content img {
  height: auto;
  max-width: 100%;
}
#post-single #post-content img.alignleft {
  display: inline-block;
  float: left;
  margin: 7px 20px 6px 0;
  width: 35%;
}
#post-single #post-content img.alignright {
  display: inline-block;
  float: right;
  margin: 7px 0 6px 20px;
  width: 35%;
}
#post-single #post-content img.topimg {
  display: block;
}
#post-single #post-content ul.btns li {
  padding-left: 0;
}
#post-single #post-content ul.btns li:before {
  display: none;
}
#post-single #post-content ul.btns li a {
  color: #322323;
}
@media screen and (min-width: 901px) {
  #post-single #post-content ul.btns li a:hover {
    color: #fff;
  }
}
#post-single #post-content form ul li {
  padding-left: 0;
}
#post-single #post-content form ul li:before {
  display: none;
}
#post-single #share {
  border-top: 1px solid #dddddd;
  margin: 30px auto 0;
  padding-top: 30px;
}
#post-single #share:after {
  clear: both;
  content: '';
  display: block;
}
/* Calendar View ////////////////////////////////////////////////////////// */
#cal-content {
  padding: 40px 0;
}
#cal-content .tribe-events-nav-pagination a {
  background: #c1272d;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  padding: 8px;
  text-transform: uppercase;
}
#cal-content .tribe-events-calendar td a {
  background: #c1272d;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 8px;
}
#cal-content .tribe-events-meta-group-venue {
  display: none !important;
}
/* List View  ////////////////////////////////////////////////////////// */
.page-id-106 #tribe-events .tribe-events-title-bar,
.page-id-106 #tribe-events #tribe-events-header,
.page-id-106 #tribe-events .tribe-events-event-meta .tribe-events-venue-details {
  display: none !important;
}
.page-id-106 #tribe-events ul.tribe-events-sub-nav li {
  padding-left: 0;
}
.page-id-106 #tribe-events ul.tribe-events-sub-nav li:before {
  display: none;
}
.tribe-events-list h3.tribe-events-list-event-title a {
  color: #c1272d;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.tribe-events-list a.tribe-events-read-more {
  background: #c1272d;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 8px;
}
.tribe-events-list .recurringinfo {
  display: none !important;
}
/* Individual Event  ////////////////////////////////////////////////////////// */
#cal-content .tribe-events-single {
  margin: auto;
  max-width: 700px;
}
#cal-content .tribe-events-single .tribe-events-back a {
  background: #c1272d;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 8px;
  text-transform: uppercase;
}
#cal-content .tribe-events-single h1 {
  color: #322323;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 10px;
}
#cal-content .tribe-events-single h2 {
  color: #555555;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 20px;
}
#cal-content .tribe-events-single h3 {
  color: #a3a2a3;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 15px;
}
#cal-content .tribe-events-single h4 {
  color: #322323;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 20px;
}
#cal-content .tribe-events-single p {
  color: #231f20;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 24px;
}
#cal-content .tribe-events-single p a {
  color: #c1272d;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#cal-content .tribe-events-single p a:hover {
  color: #000;
}
#cal-content .tribe-events-single p em {
  color: #322323;
}
#cal-content .tribe-events-single p a {
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
}
#cal-content .tribe-events-single ol {
  display: table;
  width: 100%;
}
#cal-content .tribe-events-single ol a {
  color: #c1272d;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#cal-content .tribe-events-single ol a:hover {
  color: #000;
}
#cal-content .tribe-events-single ul {
  display: table;
  margin-bottom: 30px;
  width: 100%;
}
#cal-content .tribe-events-single ul a {
  color: #c1272d;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#cal-content .tribe-events-single ul a:hover {
  color: #000;
}
#cal-content .tribe-events-single ul ul {
  margin-top: 5px;
}
#cal-content .tribe-events-single ul ul:last-of-type {
  margin-bottom: 0;
}
#cal-content .tribe-events-single ul li {
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.6;
  padding-left: 24px;
  position: relative;
}
#cal-content .tribe-events-single ul li + li {
  margin-top: 6px;
}
#cal-content .tribe-events-single ul li:before {
  color: #c1272d;
  content: "\f178 ";
  font-family: FontAwesome;
  font-size: 10px;
  left: 0;
  position: absolute;
  top: 4px;
}
#cal-content .tribe-events-single img {
  height: auto;
  max-width: 100%;
}
#cal-content .tribe-events-single img.alignleft {
  display: inline-block;
  float: left;
  margin: 7px 30px 10px 0;
  width: 35%;
}
#cal-content .tribe-events-single img.alignright {
  display: inline-block;
  float: right;
  margin: 7px 0 10px 30px;
  width: 35%;
}
#cal-content .tribe-events-single img.topimg {
  display: block;
}
#cal-content .tribe-events-single ul.btns li {
  padding-left: 0;
}
#cal-content .tribe-events-single ul.btns li:before {
  display: none;
}
#cal-content .tribe-events-single ul.btns li a {
  color: #322323;
}
@media screen and (min-width: 901px) {
  #cal-content .tribe-events-single ul.btns li a:hover {
    color: #fff;
  }
}
#cal-content .tribe-events-single form ul li {
  padding-left: 0;
}
#cal-content .tribe-events-single form ul li:before {
  display: none;
}
#cal-content .tribe-events-single .tribe-events-event-meta .column,
#cal-content .tribe-events-single .tribe-events-event-meta .tribe-events-meta-group {
  display: block;
  float: none;
  padding: 0;
  width: 100%;
}
#cal-content .tribe-events-single .tribe-events-event-meta .column dl dt,
#cal-content .tribe-events-single .tribe-events-event-meta .tribe-events-meta-group dl dt {
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  margin-bottom: 3px;
  text-transform: uppercase;
}
#cal-content .tribe-events-single .tribe-events-event-meta .column dl dd,
#cal-content .tribe-events-single .tribe-events-event-meta .tribe-events-meta-group dl dd {
  font-size: 16px;
  margin-bottom: 20px;
}
#cal-content .tribe-events-single .tribe-events-nav-pagination,
#cal-content .tribe-events-single .tribe-events-event-categories-label,
#cal-content .tribe-events-single .tribe-events-event-categories,
#cal-content .tribe-events-single .tribe-events-single-section,
#cal-content .tribe-events-single .tribe-events-meta-group-details,
#cal-content .tribe-events-single .tribe-events-cal-links,
#cal-content .tribe-events-single #tribe-events-footer {
  display: none !important;
}
#cal-content #share {
  border-top: 1px solid #dddddd;
  margin: 10px auto auto;
  max-width: 700px;
  padding-top: 30px;
}
/* Child Pages ////////////////////////////////////////////////////////// */
@media screen and (max-width: 900px) {
  #intro.child .container .group {
    padding-bottom: 0 !important;
  }
}
#page-content {
  margin-bottom: 50px !important;
  position: relative;
}
#page-content:after {
  clear: both;
  content: '';
  display: block;
}
@media screen and (min-width: 901px) {
  #page-content {
    border-top: 6px solid #dddddd;
  }
}
@media screen and (min-width: 901px) {
  #page-content:before {
    background: #dddddd;
    content: '';
    height: 100%;
    left: 249px;
    position: absolute;
    width: 1px;
  }
}
@media screen and (min-width: 901px) {
  #page-content #content {
    display: inline;
    float: right;
    padding-top: 50px;
    width: calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
  }
}
#page-content #content h1 {
  color: #322323;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: .3em;
  line-height: 1.2;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#page-content #content h2 {
  color: #555555;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 20px;
  letter-spacing: .1em;
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#page-content #content h3 {
  color: #a3a2a3;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 15px;
}
#page-content #content h4 {
  color: #322323;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 20px;
}
#page-content #content p {
  color: #231f20;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 24px;
}
#page-content #content p a {
  color: #c1272d;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#page-content #content p a:hover {
  color: #000;
}
#page-content #content p em {
  color: #322323;
}
#page-content #content p a {
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
}
#page-content #content ol {
  display: table;
  width: 100%;
}
#page-content #content ol a {
  color: #c1272d;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#page-content #content ol a:hover {
  color: #000;
}
#page-content #content ul {
  display: table;
  margin-bottom: 30px;
  width: 100%;
}
#page-content #content ul a {
  color: #c1272d;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#page-content #content ul a:hover {
  color: #000;
}
#page-content #content ul ul {
  margin-top: 5px;
}
#page-content #content ul ul:last-of-type {
  margin-bottom: 0;
}
#page-content #content ul li {
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.6;
  padding-left: 24px;
  position: relative;
}
#page-content #content ul li + li {
  margin-top: 6px;
}
#page-content #content ul li:before {
  color: #c1272d;
  content: "\f178 ";
  font-family: FontAwesome;
  font-size: 10px;
  left: 0;
  position: absolute;
  top: 4px;
}
#page-content #content img {
  height: auto;
  max-width: 100%;
}
#page-content #content img.alignleft {
  display: inline-block;
  float: left;
  margin: 7px 20px 6px 0;
  width: 35%;
}
#page-content #content img.alignright {
  display: inline-block;
  float: right;
  margin: 7px 0 6px 20px;
  width: 35%;
}
#page-content #content img.topimg {
  display: block;
}
#page-content #content ul.btns li {
  padding-left: 0;
}
#page-content #content ul.btns li:before {
  display: none;
}
#page-content #content ul.btns li a {
  color: #322323;
}
@media screen and (min-width: 901px) {
  #page-content #content ul.btns li a:hover {
    color: #fff;
  }
}
#page-content #content form ul li {
  padding-left: 0;
}
#page-content #content form ul li:before {
  display: none;
}
@media screen and (min-width: 901px) {
  #page-content #sidebar {
    float: left;
    position: relative;
    width: 250px;
  }
}
@media screen and (max-width: 900px) {
  #page-content #sidebar {
    border-top: 5px solid #c1272d;
    margin-top: 30px;
  }
}
#page-content #sidebar #headBack {
  border-top: 1px solid #dddddd;
  padding-top: 30px;
  margin-top: 30px;
}
#page-content #sidebar .side-pad {
  padding: 15px;
}
#page-content #sidebar h4 {
  font-family: "utopia-std", Utopia, serif;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 10px;
}
#page-content #sidebar h4.more {
  margin-top: 10px;
}
#page-content #sidebar ul li {
  border-top: 1px solid #dddddd;
}
#page-content #sidebar ul li.current_page_item a {
  background: #c1272d;
  color: #fff;
  position: relative;
}
#page-content #sidebar ul li a {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #c1272d;
  display: block;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  padding: 15px;
}
/* Hero ////////////////////////////////////////////////////////// */
#page-inside .header-interior {
  position: relative;
}
#page-inside .header-interior.news-head .top-image {
  height: 110px;
}
#page-inside .header-interior .top-image {
  background: url(https://www.moravianchurcharchives.org/wp-content/themes/mas2018/less/../img/bg-interior.jpg) center center no-repeat;
  background-size: cover;
  display: block;
  height: 450px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 900px) {
  #page-inside .header-interior .top-image {
    height: 110px;
  }
}
#page-inside .header-interior:after {
  background: -webkit-linear-gradient(0deg, rgba(50, 35, 35, 0.4) 0%, #322323 97.5%);
  background: -moz-linear-gradient(0deg, rgba(50, 35, 35, 0.4) 0%, #322323 97.5%);
  background: linear-gradient(0deg, rgba(50, 35, 35, 0.4) 0%, #322323 97.5%);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
#page-inside #intro {
  position: relative;
  z-index: 3;
}
#page-inside #intro .container .group {
  padding: 50px 0;
  position: relative;
}
#page-inside #intro .container .group:after {
  clear: both;
  content: '';
  display: block;
}
#page-inside #intro .container .group h1 {
  font-size: 30px;
}
#page-inside #intro .container .group h1:after {
  background: #c1272d;
  content: '';
  display: block;
  height: 4px;
  margin: 30px 0;
  width: 50px;
}
#page-inside #intro .container .group .intro {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#page-inside #intro .container .group .intro p {
  color: #231f20;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 24px;
}
#page-inside #intro .container .group .intro p:first-of-type {
  color: #6f6f6f;
  font-size: 20px;
  letter-spacing: normal;
  line-height: 1.45;
}
#page-inside #intro .container .group .intro p a {
  color: #c1272d;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#page-inside #intro .container .group .intro p a:hover {
  color: #000;
}
#page-inside #intro .container .group .intro p em {
  color: #322323;
}
#page-inside #intro .container .group .intro p a {
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
}
/* Hero ////////////////////////////////////////////////////////// */
@media screen and (max-width: 900px) {
  #page-home .hero-large .hero {
    height: 600px;
    position: relative;
  }
}
@media screen and (max-width: 720px) {
  #page-home .hero-large .hero {
    height: 400px;
  }
}
#page-home .hero-large .hero-message-contain {
  bottom: 0;
  left: 60px;
  position: absolute;
  width: calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: -webkit-calc(100% - 120px);
  z-index: 4;
}
@media screen and (min-width: 900px) and (max-width: 1050px) {
  #page-home .hero-large .hero-message-contain {
    left: 40px;
    width: calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
  }
}
@media screen and (max-width: 900px) {
  #page-home .hero-large .hero-message-contain {
    bottom: auto;
    display: block;
    left: auto;
    position: relative;
    width: 100%;
  }
}
#page-home .hero-large .hero-message-contain .hero-message {
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 80px 50px 60px;
  position: relative;
  width: 40%;
}
@media screen and (min-width: 900px) and (max-width: 1050px) {
  #page-home .hero-large .hero-message-contain .hero-message {
    padding: 60px 30px 40px;
    width: 60%;
  }
}
@media screen and (max-width: 900px) {
  #page-home .hero-large .hero-message-contain .hero-message {
    padding: 60px 40px 15px;
    width: 100%;
  }
}
#page-home .hero-large .hero-message-contain .hero-message h2 {
  background: #c1272d;
  color: #fff;
  display: inline-block;
  font-family: "utopia-std", Utopia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  left: 50px;
  line-height: 1;
  padding: 20px;
  position: absolute;
  top: -20px;
}
@media screen and (min-width: 900px) and (max-width: 1050px) {
  #page-home .hero-large .hero-message-contain .hero-message h2 {
    left: 30px;
  }
}
@media screen and (max-width: 900px) {
  #page-home .hero-large .hero-message-contain .hero-message h2 {
    left: 40px;
  }
}
#page-home .hero-large .hero-message-contain .hero-message p {
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 24px;
  line-height: 1.66;
}
@media screen and (min-width: 900px) and (max-width: 1050px) {
  #page-home .hero-large .hero-message-contain .hero-message p {
    font-size: 22px;
  }
}
@media screen and (max-width: 900px) {
  #page-home .hero-large .hero-message-contain .hero-message p {
    font-size: 22px;
  }
}
#page-home .hero-large .hero-message-contain .hero-message p strong {
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
}
#page-home .hero-large:after {
  background: -webkit-linear-gradient(0deg, rgba(50, 35, 35, 0) 55%, rgba(50, 35, 35, 0.9) 90%, #322323 97.5%);
  background: -moz-linear-gradient(0deg, rgba(50, 35, 35, 0) 55%, rgba(50, 35, 35, 0.9) 90%, #322323 97.5%);
  background: linear-gradient(0deg, rgba(50, 35, 35, 0) 55%, rgba(50, 35, 35, 0.9) 90%, #322323 97.5%);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
#page-home #blocks {
  padding-top: 60px;
}
#page-home #blocks:after {
  clear: both;
  content: '';
  display: block;
}
@media screen and (min-width: 900px) and (max-width: 1050px) {
  #page-home #blocks {
    padding-top: 40px;
  }
}
@media screen and (max-width: 900px) {
  #page-home #blocks {
    padding-top: 40px;
  }
}
@media screen and (max-width: 720px) {
  #page-home #blocks {
    padding-top: 30px;
  }
}
#page-home #blocks #featured {
  display: inline;
  float: left;
  height: 560px;
  position: relative;
  width: 40%;
}
@media screen and (min-width: 900px) and (max-width: 1050px) {
  #page-home #blocks #featured {
    height: 540px;
  }
}
@media screen and (max-width: 900px) {
  #page-home #blocks #featured {
    height: 540px;
    width: calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
  }
}
@media screen and (max-width: 720px) {
  #page-home #blocks #featured {
    height: 400px;
    margin-bottom: 30px;
    width: 100%;
  }
}
#page-home #blocks #featured .owl-stage-outer {
  height: 100%;
  z-index: 1;
}
#page-home #blocks #featured .owl-stage-outer .owl-stage {
  height: 100%;
}
#page-home #blocks #featured .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
#page-home #blocks #featured .owl-stage-outer .owl-stage .owl-item .item {
  height: 100%;
}
#page-home #blocks #featured .owl-stage-outer .owl-stage .owl-item .item a {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}
#page-home #blocks #featured .owl-stage-outer .owl-stage .owl-item .item .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 85%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#page-home #blocks #featured .owl-stage-outer .owl-stage .owl-item .item .title {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  bottom: 95px;
  left: 0;
  padding: 0 12%;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 720px) {
  #page-home #blocks #featured .owl-stage-outer .owl-stage .owl-item .item .title {
    bottom: 50px;
  }
}
#page-home #blocks #featured .owl-stage-outer .owl-stage .owl-item .item .title h2 {
  color: #fff;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.15;
  margin-bottom: 15px;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 720px) {
  #page-home #blocks #featured .owl-stage-outer .owl-stage .owl-item .item .title h2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
#page-home #blocks #featured .owl-stage-outer .owl-stage .owl-item .item .title h3 {
  color: #fff;
  font-family: "utopia-std", Utopia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 720px) {
  #page-home #blocks #featured .owl-stage-outer .owl-stage .owl-item .item .title h3 {
    font-size: 13px;
  }
}
#page-home #blocks #featured .owl-stage-outer .owl-stage .owl-item .item .title h3 span {
  color: #ded1a4;
  padding: 0 4px;
}
#page-home #blocks #featured .owl-stage-outer .owl-stage .owl-item .item:after {
  background: -webkit-linear-gradient(-180deg, rgba(50, 35, 35, 0) 40%, #322323 85%);
  background: -moz-linear-gradient(-180deg, rgba(50, 35, 35, 0) 40%, #322323 85%);
  background: linear-gradient(-180deg, rgba(50, 35, 35, 0) 40%, #322323 85%);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 901px) {
  #page-home #blocks #featured .owl-stage-outer .owl-stage .owl-item .item:hover .title h2 {
    margin-bottom: 20px;
  }
}
#page-home #blocks #featured .owl-dots {
  bottom: 40px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 720px) {
  #page-home #blocks #featured .owl-dots {
    bottom: 15px;
  }
}
#page-home #blocks #featured .owl-dots .owl-dot {
  display: inline-block;
  padding: 5px;
}
#page-home #blocks #featured .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  height: 8px;
  width: 8px;
}
#page-home #blocks #featured .owl-dots .owl-dot.active span {
  background: #ded1a4;
}
#page-home #blocks #grid {
  float: right;
  position: relative;
  width: 60%;
}
#page-home #blocks #grid:after {
  clear: both;
  content: '';
  display: block;
}
@media screen and (max-width: 900px) {
  #page-home #blocks #grid {
    float: none;
    width: 100%;
  }
}
#page-home #blocks #grid .grid {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline;
  float: left;
  height: 250px;
  margin: 0 0 60px 60px;
  position: relative;
  width: calc(50% - 60px);
  width: -moz-calc(50% - 60px);
  width: -webkit-calc(50% - 60px);
}
@media screen and (min-width: 900px) and (max-width: 1050px) {
  #page-home #blocks #grid .grid {
    margin: 0 0 40px 40px;
    width: calc(50% - 40px);
    width: -moz-calc(50% - 40px);
    width: -webkit-calc(50% - 40px);
  }
}
@media screen and (min-width: 720px) and (max-width: 900px) {
  #page-home #blocks #grid .grid {
    width: calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
  }
  #page-home #blocks #grid .grid:nth-of-type(1) {
    margin-left: 40px;
    margin-bottom: 40px;
  }
  #page-home #blocks #grid .grid:nth-of-type(2) {
    margin-left: 40px;
    margin-bottom: 40px;
  }
  #page-home #blocks #grid .grid:nth-of-type(3) {
    margin-left: 0;
    margin-bottom: 40px;
  }
  #page-home #blocks #grid .grid:nth-of-type(4) {
    margin-left: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 720px) {
  #page-home #blocks #grid .grid {
    margin: 0 0 30px;
    width: 100%;
  }
}
#page-home #blocks #grid .grid a {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
#page-home #blocks #grid .grid h4 {
  background: #ded1a4;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  bottom: 10px;
  color: #322323;
  display: block;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  left: 10px;
  padding: 20px 15px;
  position: absolute;
  text-align: center;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  width: calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  z-index: 2;
}
#page-home #blocks #grid .grid h4 i {
  color: #c1272d;
  padding-left: 5px;
  transition: color 0.35s ease-in-out;
  -moz-transition: color 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out;
  -webkit-transition: color 0.35s ease-in-out;
}
#page-home #blocks #grid .grid:after {
  background: #322323;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  -webkit-transition: opacity 0.35s ease-in-out;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  #page-home #blocks #grid .grid:hover h4 {
    background: #c1272d;
    bottom: 15px;
    color: #fff;
  }
}
@media screen and (min-width: 901px) {
  #page-home #blocks #grid .grid:hover h4 i {
    color: rgba(255, 255, 255, 0.5);
  }
}
@media screen and (min-width: 901px) {
  #page-home #blocks #grid .grid:hover:after {
    opacity: .5;
  }
}
/* Research ////////////////////////////////////////////////////////// */
#research:after {
  clear: both;
  content: '';
  display: block;
}
#research .key:after {
  clear: both;
  content: '';
  display: block;
}
@media screen and (min-width: 720px) {
  #research .key .group {
    padding-right: 30px;
    width: 50%;
  }
  #research .key .group:nth-of-type(2n+2) {
    padding-right: 0;
  }
  #research .key .group:nth-of-type(2n+3) {
    clear: left;
  }
}
#research .sub:after {
  clear: both;
  content: '';
  display: block;
}
@media screen and (min-width: 901px) {
  #research .sub .group {
    padding-right: 30px;
    width: 33.333%;
  }
  #research .sub .group:nth-of-type(3n+3) {
    padding-right: 0;
  }
  #research .sub .group:nth-of-type(3n+4) {
    clear: left;
  }
}
@media screen and (min-width: 720px) and (max-width: 900px) {
  #research .sub .group {
    padding-right: 30px;
    width: 50%;
  }
  #research .sub .group:nth-of-type(2n+2) {
    padding-right: 0;
  }
  #research .sub .group:nth-of-type(2n+3) {
    clear: left;
  }
}
#research .group {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 30px;
}
@media screen and (min-width: 720px) {
  #research .group {
    display: inline;
    float: left;
  }
}
#research .group .block {
  background: #fff;
  border-top: 5px solid #c1272d;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 25px 25px 5px;
  position: relative;
}
#research .group .block.img {
  padding: 0;
}
@media screen and (min-width: 901px) {
  #research .group .block.img {
    min-height: 320px;
  }
}
#research .group .block.img .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  #research .group .block.img .image {
    height: 100%;
    width: 47%;
  }
}
@media screen and (max-width: 900px) {
  #research .group .block.img .image {
    height: 210px;
    width: 100%;
  }
}
#research .group .block.img .image:after {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 901px) {
  #research .group .block.img .image:after {
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 55%, #ffffff 100%);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 55%, #ffffff 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 55%, #ffffff 100%);
  }
}
@media screen and (max-width: 900px) {
  #research .group .block.img .image:after {
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 55%, #ffffff 100%);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 55%, #ffffff 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 55%, #ffffff 100%);
  }
}
#research .group .block.img .content {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 901px) {
  #research .group .block.img .content {
    padding: 30px 25px 1px 45%;
  }
}
@media screen and (max-width: 900px) {
  #research .group .block.img .content {
    padding: 200px 25px 1px;
  }
}
#research .group .block.med {
  padding: 0;
}
#research .group .block.med .title {
  background: #3d3832;
  padding: 20px 25px 10px;
  position: relative;
}
#research .group .block.med .title h2 {
  color: rgba(255, 255, 255, 0.85);
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 15px;
  text-align: center;
}
#research .group .block.med .title i {
  background: #3d3832;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  bottom: -20px;
  color: #fff;
  display: block;
  font-size: 15px;
  height: 46px;
  left: 50%;
  line-height: 46px;
  margin-left: -23px;
  position: absolute;
  text-align: center;
  width: 46px;
}
#research .group .block.med .content {
  padding: 35px 25px 1px;
}
#research .group .block h2 {
  color: rgba(50, 35, 35, 0.7);
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 15px;
}
#research .group .block p {
  color: #231f20;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 24px;
}
#research .group .block p a {
  color: #c1272d;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#research .group .block p a:hover {
  color: #000;
}
#research .group .block p em {
  color: #322323;
}
#research .group .block p a {
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
}
#research .group .block ul {
  display: table;
  margin-bottom: 30px;
}
#research .group .block ul a {
  color: #c1272d;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#research .group .block ul a:hover {
  color: #000;
}
#research .group .block ul ul {
  margin-top: 5px;
}
#research .group .block ul ul:last-of-type {
  margin-bottom: 0;
}
#research .group .block ul li {
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.6;
  padding-left: 24px;
  position: relative;
}
#research .group .block ul li + li {
  margin-top: 6px;
}
#research .group .block ul li:before {
  color: #c1272d;
  content: "\f178 ";
  font-family: FontAwesome;
  font-size: 10px;
  left: 0;
  position: absolute;
  top: 4px;
}
#research .group a.button {
  background: #c1272d;
  color: #fff;
  display: block;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  padding: 25px;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#research .group a.button i {
  padding-left: 4px;
}
@media screen and (min-width: 901px) {
  #research .group a.button:hover {
    background: #322323;
  }
}
/* Typography ////////////////////////////////////////////////////////// */
ol {
  list-style-type: decimal;
  margin-bottom: 30px;
  padding-left: 20px;
}
ol li {
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.6;
  padding-left: 8px;
  position: relative;
}
ol li + li {
  margin-top: 10px;
}
/* Base ////////////////////////////////////////////////////////// */
html,
body {
  background: #322323;
  color: #231f20;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  height: 100%;
  width: 100%;
}
strong {
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
}
/* Contain ////////////////////////////////////////////////////////// */
#container {
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: auto;
  max-width: 1440px;
  position: relative;
  width: 100%;
}
#container:after {
  clear: both;
  content: '';
  display: block;
}
.container {
  margin: auto;
  padding: 0 8%;
  position: relative;
}
.global-padding {
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (min-width: 900px) and (max-width: 1050px) {
  .global-padding {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 900px) {
  .global-padding {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 720px) {
  .global-padding {
    padding-left: 7%;
    padding-right: 7%;
  }
}
/* Top Bar //////////////////////////////////////////////////////////

#top-bar {
	.clearMe;
	@media @desktop {
		left: 40px;
		position: absolute;
		top: 0;
		width: ~"calc(100% - 80px)";
		width: ~"-moz-calc(100% - 80px)";
		width: ~"-webkit-calc(100% - 80px)";
		z-index: 5;
	}
	@media @tablet {
		display: block;
	}

	h3 {
		display: block;
		.f-serif-i;
		font-size: 14px;
		height: 22px;
	}

	#network {
		background: #fff;
		.border-box;
		display: inline;
		float: left;
		height: 80px;
		padding: 20px 0 0 20px;
		width: 25%;
		@media @desktopSmallOnly {
			width: 30%;
		}
		@media @tablet {
			display: block;
			opacity: 0;
			pointer-events: none;
			position: fixed;
			.transition-opacity();
			z-index: 5;
		}
		&.in {
			opacity: 1;
			pointer-events: inherit;
		}
		&.out {
			opacity: 0;
			pointer-events: none;
		}

		h3 {
			color: @themeDark;
		}
		ul {
			.clearMe;
			li {
				display: inline;
				float: left;
				+ li {
					margin-left: 14px;
				}
				a {
					color: @themeDark;
					display: block;
					.f-sans-bold;
					font-size: 12px;
					height: 38px;
					position: relative;
					&.current {
						color: @themeGray;
						&:after {
							background: @themeRed;
							width: 100%;
						}
					}
					&:hover {
						&:after {
							@media @desktop {
								background: @themeRed;
								width: 100%;
							}
						}
					}
					&:after {
						background: rgba(193, 39, 45, 0);
						bottom: 0;
						content: '';
						display: block;
						height: 5px;
						left: 0;
						position: absolute;
						.transition-all;
						width: 0;
					}
				}
			}
		}
	}
	#notice {
		background: @themeRed;
		.border-box;
		color: #fff;
		float: right;
		height: 80px;
		padding: 20px 20px 0;
		text-align: right;
		width: 75%;
		@media @desktopSmallOnly {
			width: 70%;
		}
		@media @tablet {
			display: block;
			float: none;
			height: auto;
			padding: 15px;
			text-align: left;
			width: 100%;
		}
		p {
			.f-sans-bold;
			font-size: 12px;
			a {
				color: #f1e4b8;
				.f-sans-bold;
			}
		}
	}
}

/* Header ////////////////////////////////////////////////////////// */
#header {
  left: 40px;
  position: absolute;
  top: 30px;
  width: calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: -webkit-calc(100% - 80px);
  z-index: 10;
}
#header:after {
  clear: both;
  content: '';
  display: block;
}
@media screen and (max-width: 900px) {
  #header {
    top: 30px;
  }
}
@media screen and (max-width: 720px) {
  #header {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    left: 0;
    padding: 0 7%;
    top: 20px;
    width: 100%;
  }
}
#header #logo {
  display: block;
  float: left;
  text-align: center;
  width: 25%;
}
@media screen and (min-width: 900px) and (max-width: 1050px) {
  #header #logo {
    width: 30%;
  }
}
@media screen and (max-width: 900px) {
  #header #logo {
    text-align: left;
    width: 50%;
  }
}
@media screen and (max-width: 720px) {
  #header #logo {
    width: auto;
  }
}
#header #logo a {
  display: block;
}
#header #logo a img {
  height: 45px;
  width: 200px;
}
@media screen and (max-width: 720px) {
  #header #logo a img {
    height: 33.75px;
    width: 150px;
  }
}
#header a#nav-btn {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #fff;
  display: inline-block;
  float: right;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 100;
  height: 50px;
  letter-spacing: .2em;
  line-height: 50px;
  margin-top: 15px;
  text-transform: uppercase;
}
@media screen and (min-width: 901px) {
  #header a#nav-btn {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  #header a#nav-btn {
    margin-top: 4px;
  }
}
#header a#nav-btn i {
  color: rgba(255, 255, 255, 0.4);
  padding-left: 5px;
}
@media screen and (min-width: 901px) {
  #header #nav {
    float: right;
    margin-top: 10px;
    text-align: right;
  }
}
@media screen and (max-width: 900px) {
  #header #nav {
    background: url(https://www.moravianchurcharchives.org/wp-content/themes/mas2018/less/../img/bg-footer.jpg) top center no-repeat;
    background-size: cover;
    display: table;
    left: 0;
    height: 100%;
    margin: 0;
    min-width: inherit;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 105;
    transition: opacity 0.35s ease-in-out;
    -moz-transition: opacity 0.35s ease-in-out;
    -o-transition: opacity 0.35s ease-in-out;
    -webkit-transition: opacity 0.35s ease-in-out;
  }
  #header #nav.in {
    opacity: 1;
    pointer-events: inherit;
  }
  #header #nav.out {
    opacity: 0;
    pointer-events: none;
  }
}
#header #nav #nav-close {
  background: #c1272d;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 40px;
  left: -20px;
  margin-left: 50%;
  position: absolute;
  top: 70px;
  width: 40px;
}
@media screen and (min-width: 901px) {
  #header #nav #nav-close {
    display: none;
  }
}
#header #nav #nav-close .close-x {
  height: 14px;
  position: relative;
  top: 12px;
  width: 14px;
  z-index: 2;
}
#header #nav #nav-close .close-x polygon {
  fill: #ffffff !important;
}
#header #nav ul.nav {
  width: 100%;
}
#header #nav ul.nav:after {
  clear: both;
  content: '';
  display: block;
}
@media screen and (min-width: 901px) {
  #header #nav ul.nav {
    text-align: right;
  }
}
@media screen and (max-width: 900px) {
  #header #nav ul.nav {
    display: table-cell;
    vertical-align: middle;
  }
}
#header #nav ul.nav li {
  display: inline-block;
}
@media screen and (min-width: 900px) and (max-width: 1050px) {
  #header #nav ul.nav li:first-child {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  #header #nav ul.nav li {
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease-in-out;
    -moz-transition: opacity 0.35s ease-in-out;
    -o-transition: opacity 0.35s ease-in-out;
    -webkit-transition: opacity 0.35s ease-in-out;
  }
}
#header #nav ul.nav li.in {
  opacity: 1;
  pointer-events: inherit;
}
#header #nav ul.nav li.out {
  opacity: 0;
  pointer-events: none;
}
#header #nav ul.nav li a {
  color: #fff;
  display: block;
  font-family: "museo-sans", Museo Sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  height: 60px;
  letter-spacing: .1em;
  line-height: 60px;
  padding: 0 9px;
  position: relative;
  transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  -webkit-transition: background 0.25s ease-in-out;
}
@media screen and (min-width: 900px) and (max-width: 1050px) {
  #header #nav ul.nav li a {
    font-size: 11px;
    padding: 0 7px;
  }
}
@media screen and (min-width: 720px) and (max-width: 900px) {
  #header #nav ul.nav li a {
    padding: 0 8px;
  }
}
@media screen and (max-width: 720px) {
  #header #nav ul.nav li a {
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 340px) {
  #header #nav ul.nav li a {
    height: 36px;
    line-height: 36px;
  }
}
#header #nav ul.nav li a.current {
  color: #ded1a4;
}
#header #nav ul.nav li a.current:hover {
  background: none;
}
@media screen and (min-width: 901px) {
  #header #nav ul.nav li a:hover {
    background: #c1272d;
  }
}
/* Footer ////////////////////////////////////////////////////////// */
#footer {
  background: url(https://www.moravianchurcharchives.org/wp-content/themes/mas2018/less/../img/bg-footer.jpg) center top no-repeat #322323;
  padding-top: 60px;
  padding-bottom: 150px;
}
@media screen and (max-width: 900px) {
  #footer {
    padding-bottom: 60px;
  }
}
#footer #footer-content {
  position: relative;
}
#footer #footer-content:after {
  clear: both;
  content: '';
  display: block;
}
@media screen and (min-width: 720px) {
  #footer #footer-content {
    background: rgba(255, 255, 255, 0.1);
  }
}
#footer #footer-content #footer-logo {
  background: #ded1a4;
  display: block;
  height: 100%;
  position: absolute;
  text-align: center;
  width: 25%;
}
@media screen and (min-width: 900px) and (max-width: 1050px) {
  #footer #footer-content #footer-logo {
    width: 30%;
  }
}
@media screen and (max-width: 900px) {
  #footer #footer-content #footer-logo {
    display: none;
  }
}
#footer #footer-content #footer-logo a {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#footer #footer-content #footer-logo a img {
  height: 45px;
  width: 200px;
}
#footer #footer-content #footer-info {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  margin-left: 25%;
  padding: 60px;
  width: 75%;
}
#footer #footer-content #footer-info:after {
  clear: both;
  content: '';
  display: block;
}
@media screen and (min-width: 900px) and (max-width: 1050px) {
  #footer #footer-content #footer-info {
    margin-left: 30%;
    width: 70%;
  }
}
@media screen and (max-width: 900px) {
  #footer #footer-content #footer-info {
    margin-left: 0;
    padding: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  #footer #footer-content #footer-info {
    padding: 0;
  }
}
#footer #footer-content #footer-info ul {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline;
  float: left;
}
@media screen and (min-width: 900px) and (max-width: 1050px) {
  #footer #footer-content #footer-info ul {
    width: 33.3333%;
  }
}
@media screen and (max-width: 900px) {
  #footer #footer-content #footer-info ul {
    width: 33.3333%;
  }
}
@media screen and (max-width: 720px) {
  #footer #footer-content #footer-info ul {
    margin-bottom: 30px;
    width: 50%;
  }
}
@media screen and (min-width: 1050px) {
  #footer #footer-content #footer-info ul + ul {
    padding-left: 50px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1050px) {
  #footer #footer-content #footer-info ul:nth-of-type(even) {
    padding-left: 25px;
  }
}
@media screen and (max-width: 720px) {
  #footer #footer-content #footer-info ul:nth-of-type(even) {
    padding-left: 25px;
    text-align: right;
  }
}
@media screen and (max-width: 720px) {
  #footer #footer-content #footer-info ul#footer-social {
    width: 100%;
  }
  #footer #footer-content #footer-info ul#footer-social:after {
    clear: both;
    content: '';
    display: block;
  }
  #footer #footer-content #footer-info ul#footer-social li {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline;
    float: left;
    width: 50%;
  }
  #footer #footer-content #footer-info ul#footer-social li:last-of-type {
    padding-left: 25px;
    text-align: right;
  }
}
#footer #footer-content #footer-info ul#footer-disclaimer {
  float: right;
  text-align: right;
}
@media screen and (min-width: 1050px) and (max-width: 1150px) {
  #footer #footer-content #footer-info ul#footer-disclaimer {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    clear: both;
    display: block;
    float: none;
    margin-top: 80px;
    padding: 30px 0 0;
    text-align: left;
  }
  #footer #footer-content #footer-info ul#footer-disclaimer:after {
    clear: both;
    content: '';
    display: block;
  }
  #footer #footer-content #footer-info ul#footer-disclaimer li {
    display: inline;
    float: left;
    width: 50%;
  }
  #footer #footer-content #footer-info ul#footer-disclaimer li:last-of-type {
    text-align: right;
  }
}
@media screen and (min-width: 1050px) and (max-width: 1150px) and screen and (max-width: 720px) {
  #footer #footer-content #footer-info ul#footer-disclaimer {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) and (max-width: 1050px) {
  #footer #footer-content #footer-info ul#footer-disclaimer {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    clear: both;
    display: block;
    float: none;
    margin-top: 80px;
    padding: 30px 0 0;
    text-align: left;
    width: 100%;
  }
  #footer #footer-content #footer-info ul#footer-disclaimer:after {
    clear: both;
    content: '';
    display: block;
  }
  #footer #footer-content #footer-info ul#footer-disclaimer li {
    display: inline;
    float: left;
    width: 50%;
  }
  #footer #footer-content #footer-info ul#footer-disclaimer li:last-of-type {
    text-align: right;
  }
}
@media screen and (max-width: 900px) {
  #footer #footer-content #footer-info ul#footer-disclaimer {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    clear: both;
    display: block;
    float: none;
    margin-top: 80px;
    padding: 30px 0 0;
    text-align: left;
    width: 100%;
  }
  #footer #footer-content #footer-info ul#footer-disclaimer:after {
    clear: both;
    content: '';
    display: block;
  }
  #footer #footer-content #footer-info ul#footer-disclaimer li {
    display: inline;
    float: left;
    width: 50%;
  }
  #footer #footer-content #footer-info ul#footer-disclaimer li:last-of-type {
    text-align: right;
  }
}
#footer #footer-content #footer-info ul#footer-disclaimer li {
  color: #9b9591;
  font-size: 10px;
  line-height: 2.4;
}
#footer #footer-content #footer-info ul#footer-disclaimer li a {
  color: #9b9591;
}
#footer #footer-content #footer-info ul#footer-disclaimer li a i {
  color: #ded1a4;
  margin-left: 1px;
}
#footer #footer-content #footer-info ul li {
  color: #fff;
  display: block;
  font-size: 13px;
  line-height: 1.8;
}
@media screen and (max-width: 340px) {
  #footer #footer-content #footer-info ul li {
    font-size: 11px;
  }
}
#footer #footer-content #footer-info ul li i {
  color: #ded1a4;
  padding-left: 5px;
}
#footer #footer-content #footer-info ul li i.fa-facebook {
  background: #c1272d;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webit-border-radius: 50%;
  color: #fff;
  height: 24px;
  line-height: 24px;
  margin-right: 5px;
  padding: 0;
  text-align: center;
  width: 24px;
}
#footer #footer-content #footer-info ul li a {
  color: #fff;
}
@media screen and (min-width: 901px) {
  #footer #footer-content #footer-info ul li a {
    transition: color 0.35s ease-in-out;
    -moz-transition: color 0.35s ease-in-out;
    -o-transition: color 0.35s ease-in-out;
    -webkit-transition: color 0.35s ease-in-out;
  }
}
#footer #footer-content #footer-info ul li a:hover {
  color: rgba(255, 255, 255, 0.6);
}
