/*
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/* END RESET CSS */
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.grid-cols-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1em !important;
  margin-right: -1em !important;
}
@media all and (max-width: 40.625em) {
  .grid-cols-wrapper {
    margin-left: -0.5em !important;
    margin-right: -0.5em !important;
  }
}
.grid-cols-wrapper.grid-cols-wrapper-small {
  margin-left: -0.5em !important;
  margin-right: -0.5em !important;
}
@media all and (max-width: 40.625em) {
  .grid-cols-wrapper.grid-cols-wrapper-small {
    margin-left: -0.25em !important;
    margin-right: -0.25em !important;
  }
}
.grid-col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(100% - 2em);
          flex: 0 1 calc(100% - 2em);
  width: calc(100% - 2em);
  margin-left: 1em !important;
  margin-right: 1em !important;
}
@media all and (max-width: 40.625em) {
  .grid-col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 1em);
            flex: 0 1 calc(100% - 1em);
    width: calc(100% - 1em);
  }
}
@media all and (max-width: 40.625em) {
  .grid-col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 1em);
            flex: 0 1 calc(100% - 1em);
    width: calc(100% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
}
.grid-col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(91.66666666666666% - 2em);
          flex: 0 1 calc(91.66666666666666% - 2em);
  width: calc(91.66666666666666% - 2em);
  margin-left: 1em !important;
  margin-right: 1em !important;
}
@media all and (max-width: 40.625em) {
  .grid-col-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(91.66666666666666% - 1em);
            flex: 0 1 calc(91.66666666666666% - 1em);
    width: calc(91.66666666666666% - 1em);
  }
}
@media all and (max-width: 40.625em) {
  .grid-col-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(91.66666666666666% - 1em);
            flex: 0 1 calc(91.66666666666666% - 1em);
    width: calc(91.66666666666666% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
}
.grid-col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(83.33333333333334% - 2em);
          flex: 0 1 calc(83.33333333333334% - 2em);
  width: calc(83.33333333333334% - 2em);
  margin-left: 1em !important;
  margin-right: 1em !important;
}
@media all and (max-width: 40.625em) {
  .grid-col-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(83.33333333333334% - 1em);
            flex: 0 1 calc(83.33333333333334% - 1em);
    width: calc(83.33333333333334% - 1em);
  }
}
@media all and (max-width: 40.625em) {
  .grid-col-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(83.33333333333334% - 1em);
            flex: 0 1 calc(83.33333333333334% - 1em);
    width: calc(83.33333333333334% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
}
.grid-col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(75% - 2em);
          flex: 0 1 calc(75% - 2em);
  width: calc(75% - 2em);
  margin-left: 1em !important;
  margin-right: 1em !important;
}
@media all and (max-width: 40.625em) {
  .grid-col-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(75% - 1em);
            flex: 0 1 calc(75% - 1em);
    width: calc(75% - 1em);
  }
}
@media all and (max-width: 40.625em) {
  .grid-col-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(75% - 1em);
            flex: 0 1 calc(75% - 1em);
    width: calc(75% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
}
.grid-col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(66.66666666666666% - 2em);
          flex: 0 1 calc(66.66666666666666% - 2em);
  width: calc(66.66666666666666% - 2em);
  margin-left: 1em !important;
  margin-right: 1em !important;
}
@media all and (max-width: 40.625em) {
  .grid-col-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(66.66666666666666% - 1em);
            flex: 0 1 calc(66.66666666666666% - 1em);
    width: calc(66.66666666666666% - 1em);
  }
}
@media all and (max-width: 40.625em) {
  .grid-col-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(66.66666666666666% - 1em);
            flex: 0 1 calc(66.66666666666666% - 1em);
    width: calc(66.66666666666666% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
}
.grid-col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(58.333333333333336% - 2em);
          flex: 0 1 calc(58.333333333333336% - 2em);
  width: calc(58.333333333333336% - 2em);
  margin-left: 1em !important;
  margin-right: 1em !important;
}
@media all and (max-width: 40.625em) {
  .grid-col-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(58.333333333333336% - 1em);
            flex: 0 1 calc(58.333333333333336% - 1em);
    width: calc(58.333333333333336% - 1em);
  }
}
@media all and (max-width: 40.625em) {
  .grid-col-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(58.333333333333336% - 1em);
            flex: 0 1 calc(58.333333333333336% - 1em);
    width: calc(58.333333333333336% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
}
.grid-col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 2em);
          flex: 0 1 calc(50% - 2em);
  width: calc(50% - 2em);
  margin-left: 1em !important;
  margin-right: 1em !important;
}
@media all and (max-width: 40.625em) {
  .grid-col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 1em);
            flex: 0 1 calc(50% - 1em);
    width: calc(50% - 1em);
  }
}
@media all and (max-width: 40.625em) {
  .grid-col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 1em);
            flex: 0 1 calc(50% - 1em);
    width: calc(50% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
}
.grid-col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(41.66666666666667% - 2em);
          flex: 0 1 calc(41.66666666666667% - 2em);
  width: calc(41.66666666666667% - 2em);
  margin-left: 1em !important;
  margin-right: 1em !important;
}
@media all and (max-width: 40.625em) {
  .grid-col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(41.66666666666667% - 1em);
            flex: 0 1 calc(41.66666666666667% - 1em);
    width: calc(41.66666666666667% - 1em);
  }
}
@media all and (max-width: 40.625em) {
  .grid-col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(41.66666666666667% - 1em);
            flex: 0 1 calc(41.66666666666667% - 1em);
    width: calc(41.66666666666667% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
}
.grid-col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.33333333333333% - 2em);
          flex: 0 1 calc(33.33333333333333% - 2em);
  width: calc(33.33333333333333% - 2em);
  margin-left: 1em !important;
  margin-right: 1em !important;
}
@media all and (max-width: 40.625em) {
  .grid-col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.33333333333333% - 1em);
            flex: 0 1 calc(33.33333333333333% - 1em);
    width: calc(33.33333333333333% - 1em);
  }
}
@media all and (max-width: 40.625em) {
  .grid-col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.33333333333333% - 1em);
            flex: 0 1 calc(33.33333333333333% - 1em);
    width: calc(33.33333333333333% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
}
.grid-col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(25% - 2em);
          flex: 0 1 calc(25% - 2em);
  width: calc(25% - 2em);
  margin-left: 1em !important;
  margin-right: 1em !important;
}
@media all and (max-width: 40.625em) {
  .grid-col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(25% - 1em);
            flex: 0 1 calc(25% - 1em);
    width: calc(25% - 1em);
  }
}
@media all and (max-width: 40.625em) {
  .grid-col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(25% - 1em);
            flex: 0 1 calc(25% - 1em);
    width: calc(25% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
}
.grid-col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(16.666666666666664% - 2em);
          flex: 0 1 calc(16.666666666666664% - 2em);
  width: calc(16.666666666666664% - 2em);
  margin-left: 1em !important;
  margin-right: 1em !important;
}
@media all and (max-width: 40.625em) {
  .grid-col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(16.666666666666664% - 1em);
            flex: 0 1 calc(16.666666666666664% - 1em);
    width: calc(16.666666666666664% - 1em);
  }
}
@media all and (max-width: 40.625em) {
  .grid-col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(16.666666666666664% - 1em);
            flex: 0 1 calc(16.666666666666664% - 1em);
    width: calc(16.666666666666664% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
}
.grid-col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(8.333333333333332% - 2em);
          flex: 0 1 calc(8.333333333333332% - 2em);
  width: calc(8.333333333333332% - 2em);
  margin-left: 1em !important;
  margin-right: 1em !important;
}
@media all and (max-width: 40.625em) {
  .grid-col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(8.333333333333332% - 1em);
            flex: 0 1 calc(8.333333333333332% - 1em);
    width: calc(8.333333333333332% - 1em);
  }
}
@media all and (max-width: 40.625em) {
  .grid-col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(8.333333333333332% - 1em);
            flex: 0 1 calc(8.333333333333332% - 1em);
    width: calc(8.333333333333332% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
}
*[class*="grid-col-"] {
  zoom: 1;
  display: inline-block;
  vertical-align: top;
  margin-left: 1em !important;
  margin-right: 1em !important;
}
*[class*="grid-col-"]:before {
  content: '';
  display: block;
}
*[class*="grid-col-"]:after {
  content: '';
  display: table;
  clear: both;
}
@media all and (max-width: 40.625em) {
  *[class*="grid-col-"] {
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
}
.grid-col-5-cols {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(20% - 2em);
          flex: 0 1 calc(20% - 2em);
  width: calc(20% - 2em);
}
@media all and (max-width: 40.625em) {
  .grid-col-5-cols {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(20% - 1em);
            flex: 0 1 calc(20% - 1em);
    width: calc(20% - 1em);
  }
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: none;
}
.section-no-padding {
  padding: 0;
}
.content-center {
  text-align: center;
}
.row {
  zoom: 1;
  padding: 0 2em;
}
.row:before {
  content: '';
  display: block;
}
.row:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 40.625em) {
  .row {
    padding: 0 1em;
  }
}
.centered-list {
  text-align: center;
  position: relative;
  margin: 1.5em 0 0 0;
}
.centered-list li {
  display: inline;
  margin-right: 20px;
}
.centered-list li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 350px) {
  .centered-list li {
    margin-right: 10px;
  }
}
.proclaim-it-map {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
}
.proclaim-it-map img {
  max-width: none;
}
audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}
.pit-logo-svg {
  display: block;
  width: 105px;
  height: 25px;
}
.pit-logo-svg .pit-logo-text,
.pit-logo-svg .pit-logo-green {
  -webkit-transition: fill 0.25s ease-in-out;
  transition: fill 0.25s ease-in-out;
  fill: rgba(255, 255, 255, 0.5);
}
.pit-logo-svg:hover .pit-logo-text {
  fill: #FFF;
}
.pit-logo-svg:hover .pit-logo-green {
  fill: #9CC45C;
}
.background-top {
  background-position: 50% 0% !important;
}
.background-top-middle {
  background-position: 50% 25% !important;
}
.background-middle {
  background-position: 50% 50% !important;
}
.background-bottom-middle {
  background-position: 50% 75% !important;
}
.background-bottom {
  background-position: 50% 100% !important;
}
@-webkit-keyframes popup-show {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes popup-show {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes pop {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pop {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes pop-full {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pop-full {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translate(0, -75px);
    transform: translate(0, -75px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translate(0, -75px);
    transform: translate(0, -75px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-top-full {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top-full {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translate(0, 75px);
    transform: translate(0, 75px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translate(0, 75px);
    transform: translate(0, 75px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-bottom-full {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom-full {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translate(-75px, 0);
    transform: translate(-75px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translate(-75px, 0);
    transform: translate(-75px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translate(75px, 0);
    transform: translate(75px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translate(75px, 0);
    transform: translate(75px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-right-full {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slide-in-right-full {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.secondary-button,
.white-border-button {
  position: relative !important;
  display: inline-block !important;
  padding: 1em 2.5em !important;
  background: transparent !important;
  color: #fff !important;
  text-align: center !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  font-weight: normal !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 1.1 !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
}
.secondary-button:before,
.white-border-button:before {
  content: ' ' !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  height: 100% !important;
  width: 100% !important;
  border: 2px solid #fff !important;
  opacity: 0 !important;
  -webkit-transform: translate(0, 10px) !important;
  transform: translate(0, 10px) !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
.secondary-button:hover,
.white-border-button:hover {
  color: #fff !important;
}
.secondary-button:hover:before,
.white-border-button:hover:before,
.secondary-button:hover:after,
.white-border-button:hover:after {
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  opacity: 1 !important;
}
.border-button {
  border: none;
  outline: none;
  text-align: center;
  display: inline-block;
  padding: 1em 2.5em;
  line-height: 1.1;
  cursor: pointer;
  font-size: 12px;
  margin-bottom: 32px;
  border-radius: 75px;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, border 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, border 0.15s ease-in-out;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.border-button:active {
  -webkit-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
@media all and (max-width: 40.625em) {
  .border-button {
    font-size: 0.75em;
    margin-bottom: 1.33333333em;
  }
}
.border-button.heaton-button {
  color: #ffffff;
  background: #d5a012;
}
.border-button.heaton-button:hover,
.border-button.heaton-button.selected {
  color: #fff;
  background: #b84e2a;
}
.border-button.heaton-button.border-button-pulse:before,
.border-button.heaton-button.border-button-pulse:after {
  border-color: #427abd;
}
.border-button.gosforth-button {
  color: #77a264;
  background: rgba(119, 162, 100, 0.15);
}
.border-button.gosforth-button:hover,
.border-button.gosforth-button.selected {
  color: #fff;
  background: #77a264;
}
.border-button.gosforth-button.border-button-pulse:before,
.border-button.gosforth-button.border-button-pulse:after {
  border-color: #77a264;
}
.border-button.network-button {
  color: #f18d5f;
  background: rgba(241, 141, 95, 0.15);
}
.border-button.network-button:hover,
.border-button.network-button.selected {
  color: #fff;
  background: #f18d5f;
}
.border-button.network-button.border-button-pulse:before,
.border-button.network-button.border-button-pulse:after {
  border-color: #f18d5f;
}
.border-button.grey-button {
  color: #6892a7;
  background: rgba(0, 0, 0, 0.075);
}
.border-button.grey-button:hover,
.border-button.grey-button.selected {
  color: #fff;
  background: #6892a7;
}
.border-button.grey-button.border-button-pulse:before,
.border-button.grey-button.border-button-pulse:after {
  border-color: #6892a7;
}
.border-button.light-blue-button {
  color: #6892a7;
  background: #f3f9ff;
}
.border-button.light-blue-button:hover,
.border-button.light-blue-button.selected {
  color: #fff;
  background: #6892a7;
}
.border-button.light-blue-button.border-button-pulse:before,
.border-button.light-blue-button.border-button-pulse:after {
  border-color: #6892a7;
}
.border-button.white-button {
  color: #fff;
  background: rgb(219 184 53);
}
.border-button.white-button:hover,
.border-button.white-button.selected {
  color: #222324;
  background: #fff;
}
.border-button.white-button.border-button-pulse:before,
.border-button.white-button.border-button-pulse:after {
  border-color: #fff;
}
.border-button.facebook-button {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}
.border-button.facebook-button:hover,
.border-button.facebook-button.selected {
  color: #3B5998;
  background: #fff;
}
.border-button.facebook-button.border-button-pulse:before,
.border-button.facebook-button.border-button-pulse:after {
  border-color: #fff;
}
.border-button.twitter-button {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}
.border-button.twitter-button:hover,
.border-button.twitter-button.selected {
  color: #1DA1F2;
  background: #fff;
}
.border-button.twitter-button.border-button-pulse:before,
.border-button.twitter-button.border-button-pulse:after {
  border-color: #fff;
}
.border-button.instagram-button {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}
.border-button.instagram-button:hover,
.border-button.instagram-button.selected {
  color: #1DA1F2;
  background: #fff;
}
.border-button.instagram-button.border-button-pulse:before,
.border-button.instagram-button.border-button-pulse:after {
  border-color: #fff;
}
.border-button.get-in-touch-button {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}
.border-button.get-in-touch-button:hover,
.border-button.get-in-touch-button.selected {
  color: #6892a7;
  background: #fff;
}
.border-button.get-in-touch-button.border-button-pulse:before,
.border-button.get-in-touch-button.border-button-pulse:after {
  border-color: #fff;
}
.border-button.mission-partners-button {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}
.border-button.mission-partners-button:hover,
.border-button.mission-partners-button.selected {
  color: #6892a7;
  background: #fff;
}
.border-button.mission-partners-button.border-button-pulse:before,
.border-button.mission-partners-button.border-button-pulse:after {
  border-color: #fff;
}
p .border-button {
  margin-bottom: 0;
}
.back-button {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 100;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.button-full {
  display: block;
  width: 100%;
}
.border-button-pulse {
  position: relative;
}
.border-button-pulse:before,
.border-button-pulse:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 2px solid;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.border-button-pulse:before {
  -webkit-animation: 2s linear infinite forwards pulse-button;
          animation: 2s linear infinite forwards pulse-button;
}
.border-button-pulse:after {
  -webkit-animation: 2s linear infinite 0.2s forwards pulse-button;
          animation: 2s linear infinite 0.2s forwards pulse-button;
}
@-webkit-keyframes pulse-button {
  0%,
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0.5;
  }
  25% {
    -webkit-transform: scale(1.25, 1.5);
            transform: scale(1.25, 1.5);
    opacity: 0;
  }
  99% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes pulse-button {
  0%,
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0.5;
  }
  25% {
    -webkit-transform: scale(1.25, 1.5);
            transform: scale(1.25, 1.5);
    opacity: 0;
  }
  99% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
}
.buttons-wrapper .border-button {
  margin: 0 0.5em;
}
.buttons-wrapper .border-button:first-child {
  margin: 0 0.5em 0 0;
}
@media screen and (max-width: 40.625em) {
  .buttons-wrapper .border-button {
    display: block !important;
    width: 100% !important;
    margin: 0 0 1em 0 !important;
  }
  .buttons-wrapper .border-button:last-child {
    margin: 0 !important;
  }
}
.social-buttons-wrapper .border-button {
  margin: 0 0.5em 16px 0.5em;
}
.buttons-cols-wrapper {
  zoom: 1;
  margin-bottom: 2em;
  background-color: rgba(104, 146, 167, 0.2);
  border-radius: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.buttons-cols-wrapper:before {
  content: '';
  display: block;
}
.buttons-cols-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.buttons-cols-wrapper .border-button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
  border-color: transparent;
  background-color: transparent;
  color: #6892a7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.buttons-cols-wrapper .border-button span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.buttons-cols-wrapper .border-button:not(.selected):hover {
  background-color: rgba(104, 146, 167, 0.1);
  border-color: transparent;
  color: #6892a7;
}
.buttons-cols-wrapper .border-button:not(.selected):active {
  background-color: rgba(104, 146, 167, 0.15);
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media all and (max-width: 40.625em) {
  .buttons-cols-wrapper .border-button {
    padding: 1em 2em;
    font-size: 11px;
  }
}
.circle-button {
  border-radius: 50%;
  display: inline-block;
  border: none;
  cursor: pointer;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
}
.circle-button i {
  vertical-align: middle;
}
.circle-button:hover {
  color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}
.circle-button:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.circle-normal {
  width: 50px;
  height: 50px;
}
.circle-normal i {
  line-height: 50px;
}
.circle-large {
  width: 64px;
  height: 64px;
}
.circle-large i {
  line-height: 64px;
}
.circle-large i {
  font-size: 20px;
}
.circle-xl {
  width: 80px;
  height: 80px;
}
.circle-xl i {
  line-height: 80px;
}
.circle-xl i {
  font-size: 24px;
}
.circle-heaton {
  background-color: #427abd;
}
.circle-gosforth {
  background-color: #77a264;
}
.circle-network {
  background-color: #f18d5f;
}
.fab-wrapper {
  display: none;
  position: fixed;
  z-index: 1000;
  bottom: 1.5em;
  right: 1.5em;
}
.fab-wrapper .fab-tooltip {
  position: absolute;
  right: 100%;
  top: 50%;
  width: 170px;
  padding: 0.5em;
  margin: 0 1em 0 0;
  opacity: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  text-align: center;
  background-color: rgba(34, 35, 36, 0.8);
  color: #fff;
  border-radius: 75px;
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.1);
  display: none;
}
@media all and (max-width: 40.625em) {
  .fab-wrapper .fab-tooltip {
    padding: 0.5em;
    margin: 0 0.5em 0 0;
  }
}
.fab-wrapper .fab-tooltip span {
  display: block;
  width: auto;
  font-size: 11px;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.fab-wrapper:hover .fab-tooltip {
  display: block;
  -webkit-animation: 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1 forwards slide-out-left-tooltip;
          animation: 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1 forwards slide-out-left-tooltip;
}
@media all and (max-width: 40.625em) {
  .fab-wrapper {
    bottom: 1em;
    right: 1em;
  }
  .fab-wrapper .circle-button {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
  }
  .fab-wrapper .circle-button i {
    font-size: 20px !important;
    line-height: 50px !important;
  }
}
@-webkit-keyframes slide-out-left-tooltip {
  0% {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    opacity: 1;
  }
}
@keyframes slide-out-left-tooltip {
  0% {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    opacity: 1;
  }
}
.big-highlight-btn {
  padding: 1rem 2rem;
  display: inline-block;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  background-color: #203b56;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.big-highlight-btn:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  background-color: #192e43;
}
.big-highlight-btn:focus {
  -webkit-box-shadow: 0 0 0 2px #274869;
          box-shadow: 0 0 0 2px #274869;
}
.big-highlight-btn:active {
  -webkit-box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.09);
          box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.09);
}
body {
  font-size: 100%;
  line-height: 1.5;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #222324;
}
body *::-moz-selection {
  background: #222324;
  color: #fff;
}
body *::selection {
  background: #222324;
  color: #fff;
}
body *::-moz-selection {
  background: #222324;
  color: #fff;
}
header,
nav,
section,
article,
footer,
.footer-top,
.footer-bottom {
  zoom: 1;
}
header:before,
nav:before,
section:before,
article:before,
footer:before,
.footer-top:before,
.footer-bottom:before {
  content: '';
  display: block;
}
header:after,
nav:after,
section:after,
article:after,
footer:after,
.footer-top:after,
.footer-bottom:after {
  content: '';
  display: table;
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #c93b20;
}
h1.border-heading,
h2.border-heading,
h3.border-heading,
h4.border-heading,
h5.border-heading,
h6.border-heading {
  position: relative;
  margin-bottom: 64px;
}
@media all and (max-width: 40.625em) {
  h1.border-heading,
  h2.border-heading,
  h3.border-heading,
  h4.border-heading,
  h5.border-heading,
  h6.border-heading {
    margin-bottom: 32px;
  }
}
h1.border-heading:after,
h2.border-heading:after,
h3.border-heading:after,
h4.border-heading:after,
h5.border-heading:after,
h6.border-heading:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -32px;
  height: 2px;
  width: 20px;
  background-color: #6892a7;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  border-radius: 50px;
}
@media all and (max-width: 40.625em) {
  h1.border-heading:after,
  h2.border-heading:after,
  h3.border-heading:after,
  h4.border-heading:after,
  h5.border-heading:after,
  h6.border-heading:after {
    bottom: -16px;
  }
}
h1.border-heading-center,
h2.border-heading-center,
h3.border-heading-center,
h4.border-heading-center,
h5.border-heading-center,
h6.border-heading-center {
  text-align: center;
}
h1.border-heading-center:after,
h2.border-heading-center:after,
h3.border-heading-center:after,
h4.border-heading-center:after,
h5.border-heading-center:after,
h6.border-heading-center:after {
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
h1.border-heading-right,
h2.border-heading-right,
h3.border-heading-right,
h4.border-heading-right,
h5.border-heading-right,
h6.border-heading-right {
  text-align: right;
}
h1.border-heading-right:after,
h2.border-heading-right:after,
h3.border-heading-right:after,
h4.border-heading-right:after,
h5.border-heading-right:after,
h6.border-heading-right:after {
  left: auto;
  right: 0;
}
h1.border-heading-heaton:after,
h2.border-heading-heaton:after,
h3.border-heading-heaton:after,
h4.border-heading-heaton:after,
h5.border-heading-heaton:after,
h6.border-heading-heaton:after {
  background-color: #b84e2a;
}
h1.border-heading-gosforth:after,
h2.border-heading-gosforth:after,
h3.border-heading-gosforth:after,
h4.border-heading-gosforth:after,
h5.border-heading-gosforth:after,
h6.border-heading-gosforth:after {
  background-color: #77a264;
}
h1.border-heading-kids:after,
h2.border-heading-kids:after,
h3.border-heading-kids:after,
h4.border-heading-kids:after,
h5.border-heading-kids:after,
h6.border-heading-kids:after {
  background-color: #bd8bda;
}
.small-uppercase-heading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.line-heading {
  position: relative;
}
.line-heading span {
  position: relative;
  z-index: 1;
  background-color: #FFF;
  padding: 0 32px;
  display: inline-block;
}
.line-heading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  width: 100%;
  background-color: #f3f9ff;
  z-index: -1;
}
h1,
h2,
h3 {
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1;
}
h1.small-uppercase-heading,
h2.small-uppercase-heading,
h3.small-uppercase-heading {
  font-size: 0.875em;
  margin-bottom: 2.28571429em;
}
@media all and (max-width: 40.625em) {
  h1.small-uppercase-heading,
  h2.small-uppercase-heading,
  h3.small-uppercase-heading {
    font-size: 0.75em;
    margin-bottom: 1.33333333em;
  }
}
h4,
h5,
h6 {
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
h4.small-uppercase-heading,
h5.small-uppercase-heading,
h6.small-uppercase-heading {
  font-size: 0.8125em;
  margin-bottom: 2.46153846em;
}
@media all and (max-width: 40.625em) {
  h4.small-uppercase-heading,
  h5.small-uppercase-heading,
  h6.small-uppercase-heading {
    font-size: 0.6875em;
    margin-bottom: 1.45454545em;
  }
}
h1 {
  font-size: 2.875em;
  margin-bottom: 0.69565217em;
}
@media all and (max-width: 40.625em) {
  h1 {
    font-size: 2.5em;
    margin-bottom: 0.4em;
  }
}
h2 {
  font-size: 2.5em;
  margin-bottom: 0.8em;
}
@media all and (max-width: 40.625em) {
  h2 {
    font-size: 2em;
    margin-bottom: 0.5em;
  }
}
h3 {
  font-size: 1.5em;
  margin-bottom: 1.33333333em;
}
@media all and (max-width: 40.625em) {
  h3 {
    font-size: 1.25em;
    margin-bottom: 0.8em;
  }
}
h4 {
  font-size: 1.25em;
  margin-bottom: 1.6em;
}
@media all and (max-width: 40.625em) {
  h4 {
    font-size: 1em;
    margin-bottom: 1em;
  }
}
h5 {
  font-size: 1.125em;
  margin-bottom: 1.77777778em;
}
@media all and (max-width: 40.625em) {
  h5 {
    font-size: 0.9375em;
    margin-bottom: 1.06666667em;
  }
}
h6 {
  font-size: 1em;
  margin-bottom: 2em;
}
@media all and (max-width: 40.625em) {
  h6 {
    font-size: 0.875em;
    margin-bottom: 1.14285714em;
  }
}
p {
  font-size: 0.9375em;
  margin-bottom: 2.13333333em;
  line-height: 1.8;
  color: fafafa;
}
@media all and (max-width: 40.625em) {
  p {
    font-size: 0.875em;
    margin-bottom: 1.14285714em;
  }
}
a {
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  color: #427abd;
}
a:hover {
  color: #f18d5f;
}
hr {
  margin: 2em 0;
  border-color: #f1f1ef;
}
.page-title {
  font-size: 5em;
  margin-bottom: 0em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #FFF;
}
@media all and (max-width: 62.5em) {
  .page-title {
    font-size: 3.75em;
    margin-bottom: 0em;
  }
}
@media all and (max-width: 50em) {
  .page-title {
    font-size: 3.375em;
    margin-bottom: 0em;
  }
}
@media all and (max-width: 40.625em) {
  .page-title {
    font-size: 2.5em;
    margin-bottom: 0em;
  }
}
.alpha-image-section {
  text-align: center;
  color: #FFF;
  position: relative;
  z-index: 1;
  padding: 4em 0;
  background-size: cover;
  background-image: url('../images/heaton-meeting-bg.jpg');
}
.alpha-image-section:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  background-color: #6892a7;
}
.wrapper {
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  overflow-x: hidden;
}
.row {
  padding: 0 2em;
}
@media only screen and (max-width: 40.625em) {
  .row {
    padding: 0 1em;
  }
}
@media only screen and (max-width: 21.875em) {
  .row {
    padding: 0 0.5em;
  }
}
.page-break {
  border-top: 2px solid;
  margin: 2em 0;
  width: 20px;
  border-radius: 50px;
}
@media only screen and (max-width: 40.625em) {
  .page-break {
    margin: 1em 0;
  }
}
.page-break-center {
  margin: 2em auto;
}
@media only screen and (max-width: 40.625em) {
  .page-break-center {
    margin: 1em auto;
  }
}
.page-break-right {
  margin: 2em 0 2em auto;
}
@media only screen and (max-width: 40.625em) {
  .page-break-right {
    margin: 1em 0 1em auto;
  }
}
.heaton-text-color {
  color: #427abd !important;
}
.gosforth-text-color {
  color: #77a264 !important;
}
.kids-text-color {
  color: #bd8bda !important;
}
.heaton-break {
  border-color: #427abd;
}
.gosforth-break {
  border-color: #77a264;
}
.kids-break {
  border-color: #bd8bda;
}
.image-right {
  float: right;
  margin: 0 0 2em 2em;
}
.image-left {
  float: left;
  margin: 0 2em 2em 0;
}
.image-left,
.image-right {
  max-width: 50%;
}
@media screen and (max-width: 40.625em) {
  .image-left,
  .image-right {
    float: none;
    display: block;
    margin: 1em auto;
    max-width: 100%;
  }
}
.content-block {
  padding: 2em;
  margin-bottom: 2em;
  border-radius: 0 5px 5px 0;
  background-color: #f3f9ff;
  border-left: 1px solid #daecff;
}
.content-block > *:last-child {
  margin-bottom: 0;
}
.content-block.content-block-small {
  padding: 1em;
  margin-bottom: 1em;
}
.content-block.content-block-small p {
  font-size: 0.8125em;
  margin-bottom: 1.23076923em;
}
.content-block.content-block-small > * {
  margin-bottom: 16px;
}
.content-block.content-block-small > *:last-child {
  margin-bottom: 0;
}
section {
  padding: 2em 0;
}
@media only screen and (max-width: 40.625em) {
  section {
    padding: 1em 0;
  }
}
section.light-blue-section {
  background-color: #eec839;
  border-top: 1px solid #daecff;
  border-bottom: 1px solid #daecff;
}
@media all and (max-width: 900px) {
  section .sidebar {
    max-width: 400px;
    margin: 0 auto;
  }
}
section .sidebar.event-popup-open {
  z-index: 0;
}
section blockquote {
  background-color: #f18d5f;
  color: white;
  border-radius: 0 5px 5px 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-style: italic;
}
section blockquote > *:last-child {
  margin-bottom: 0;
}
section blockquote * {
  color: #fff;
}
section blockquote p {
  line-height: 1.5;
  font-size: 1.25em;
  margin-bottom: 1.6em;
}
@media only screen and (max-width: 650px) {
}
section .content,
section .news-content,
section .sidebar,
section .content-with-sidebar {
  position: relative;
  z-index: 100;
  -webkit-box-shadow: 0 0 25px 0 rgba(32, 59, 86, 0.12);
          box-shadow: 0 0 25px 0 rgba(32, 59, 86, 0.12);
  background-color: #fff;
  border-radius: 5px;
  zoom: 1;
}
section .content:before,
section .news-content:before,
section .sidebar:before,
section .content-with-sidebar:before {
  content: '';
  display: block;
}
section .content:after,
section .news-content:after,
section .sidebar:after,
section .content-with-sidebar:after {
  content: '';
  display: table;
  clear: both;
}
section .content {
  max-width: 800px;
  margin: 0 auto;
  padding: 2em 4em;
  -webkit-transform: translateY(-3em);
          transform: translateY(-3em);
}
section .content > *:last-child {
  margin-bottom: 0;
}
section .content blockquote {
  margin: 2em 0 -2em;
  padding: 2em 4em;
  -webkit-box-shadow: inset 8px 0 0 #f5ae8e;
          box-shadow: inset 8px 0 0 #f5ae8e;
}
@media only screen and (max-width: 50em) {
  section .content {
    padding: 2em;
  }
}
@media only screen and (max-width: 40.625em) {
  section .content {
    padding: 1em;
  }
  section .content blockquote {
    margin: 1em 0 1em -1em;
    padding: 1em 2em;
  }
}
section .news-content,
section .content-with-sidebar,
section .sidebar {
  padding: 2em;
}
@media only screen and (max-width: 40.625em) {
  section .news-content,
  section .content-with-sidebar,
  section .sidebar {
    padding: 1em;
  }
}
section .default-page-content,
section .news-content,
section .content-with-sidebar,
section .sidebar {
  /*margin-top: -3em;*/
  margin-top: -10vh;
}
/*
@media all and (max-width: 62.5em) {
  section .default-page-content,
  section .news-content,
  section .content-with-sidebar,
  section .sidebar {
    margin-top: -8em;
  }
}
@media all and (max-width: 50em) {
  section .default-page-content,
  section .news-content,
  section .content-with-sidebar,
  section .sidebar {
    margin-top: -6em;
  }
}
@media all and (max-width: 40.625em) {
  section .default-page-content,
  section .news-content,
  section .content-with-sidebar,
  section .sidebar {
    margin-top: -4em;
  }
}
@media all and (max-width: 28.125em) {
  section .default-page-content,
  section .news-content,
  section .content-with-sidebar,
  section .sidebar {
    margin-top: -2em;
  }
}
*/
@media all and (max-width: 62.5em) {
  section .content-grid-col,
  section .sidebar-grid-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 2em);
            flex: 0 1 calc(100% - 2em);
    width: calc(100% - 2em);
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
}
@media all and (max-width: 62.5em) and all and (max-width: 40.625em) {
  section .content-grid-col,
  section .sidebar-grid-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 1em);
            flex: 0 1 calc(100% - 1em);
    width: calc(100% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
}
@media all and (max-width: 62.5em) {
  section .content-grid-col {
    margin-bottom: 2em;
  }
}
@media all and (max-width: 40.625em) {
  section .content-grid-col {
    margin-bottom: 1em;
  }
}
@media all and (max-width: 62.5em) {
  section .sidebar {
    max-width: 450px;
    margin: 0 auto;
  }
}
.page-content {
  padding: 0 0 2em 0;
  background-color: #f3f9ff;
}
.page-content table {
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  width: 100% !important;
  margin-bottom: 2em;
}
.page-content table,
.page-content td,
.page-content th {
  text-align: left;
  vertical-align: top;
}
.page-content tr:hover {
  background-color: #f5f5f5;
}
.page-content tr:nth-child(2n) {
  background-color: #fafafa;
}
.page-content tr:nth-child(2n):hover {
  background-color: #f5f5f5;
}
.page-content th,
.page-content td {
  padding: 16px;
  font-size: 13px;
}
.page-content th {
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #6892a7;
  background-color: #f3f9ff;
}
.page-content td {
  color: #656565;
  border: 1px solid #ededed;
}
.page-content ul,
.page-content ol {
  margin-bottom: 2em;
}
@media all and (max-width: 40.625em) {
  .page-content ul,
  .page-content ol {
    margin-bottom: 1em;
  }
}
.page-content ul li,
.page-content ol li {
  margin: 0.5em 2em;
  font-size: 0.9375em;
  line-height: 1.8;
  color: #656565;
}
@media all and (max-width: 40.625em) {
  .page-content ul li,
  .page-content ol li {
    font-size: 0.875em;
  }
}
.page-content ul li {
  text-indent: -0.5em;
  display: list-item;
  text-align: -webkit-match-parent;
}
.page-content ul li:before {
  content: '';
  float: left;
  width: 0.5em;
  height: 0.5em;
  background-color: #f18d5f;
  left: -1.25em;
  position: relative;
  top: 0.5em;
  border-radius: 0;
}
.talks-section {
  padding: 2em 0;
}
.section-background-image {
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
.section-background-image * {
  color: white;
  z-index: 1;
}
.section-background-image .content-wrapper {
  position: relative;
  z-index: 1;
}
.section-background-image .dark-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(34, 35, 36, 0.2);
}
.footer-top {
  background-color: #3F3F3F;
  color: rgba(255, 255, 255, 0.75);
  padding: 2em 0;
  /*
   .footer-col-1 {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      p {
         flex: 1 1 100%;
         .font-size(12, 0);
      }
   }
   @media all and (max-width: @bp-large-2) {
      .footer-col-1 {
         order: 1;
         .grid-col-select(12) !important;
         justify-content: center;
      }
   }
   */
}
@media only screen and (max-width: 40.625em) {
  .footer-top {
    padding: 1em 0;
  }
}
.footer-top .logo-img {
  height: 78px;
  opacity: 0.75;
}
@media all and (max-width: 40.625em) {
  .footer-top .logo-img {
    height: 50px;
  }
}
.footer-top h1,
.footer-top h2,
.footer-top h3,
.footer-top h4,
.footer-top h5,
.footer-top h6 {
  color: rgb(184 78 42);
}
.footer-top h4.small-uppercase-heading {
  font-size: 0.8125em;
  margin-bottom: 1.23076923em;
}
.footer-top p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.8125em;
  margin-bottom: 1.23076923em;
}
.footer-top a {
  color: rgba(255, 255, 255, 0.6);
}
.footer-top a:hover {
  color: #fff;
}
.footer-top a:active {
  color: rgba(255, 255, 255, 0.6);
}
.footer-top .footer-col > *:last-child {
  margin-bottom: 0;
}
.footer-top .footer-col-2 {
  text-align: center;
}
.footer-top .footer-col-2 img {
  max-height: 25px;
  margin: 0 10px;
}
.footer-top .footer-col-3 {
  text-align: right;
}
@media only screen and (max-width: 56.25em) and (min-width: 40.625em) {
  .footer-top .footer-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.33333333333333% - 2em);
            flex: 0 1 calc(33.33333333333333% - 2em);
    width: calc(33.33333333333333% - 2em);
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
}
@media only screen and (max-width: 56.25em) and (min-width: 40.625em) and all and (max-width: 40.625em) {
  .footer-top .footer-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.33333333333333% - 1em);
            flex: 0 1 calc(33.33333333333333% - 1em);
    width: calc(33.33333333333333% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
}
@media only screen and (max-width: 40.625em) {
  .footer-top .footer-col {
    margin-bottom: 1em;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 2em);
            flex: 0 1 calc(100% - 2em);
    width: calc(100% - 2em);
    margin-left: 1em !important;
    margin-right: 1em !important;
    text-align: center;
  }
}
@media only screen and (max-width: 40.625em) and all and (max-width: 40.625em) {
  .footer-top .footer-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 1em);
            flex: 0 1 calc(100% - 1em);
    width: calc(100% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
}
.footer-top .twitter-footer {
  font-size: 0.75em;
}
.footer-bottom {
  padding: 1em 0;
  background-color: #2D2D35;
  border-top: 1px solid #274869;
}
@media all and (min-width: 40.725em) {
  .footer-bottom .footer-bottom-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-bottom .footer-bottom-content .pit-logo-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 64px;
  }
  .footer-bottom .footer-bottom-content .copyright-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media all and (max-width: 40.625em) {
  .footer-bottom .footer-bottom-content {
    padding: 0 3em 0 1em;
    text-align: left;
  }
  .footer-bottom .footer-bottom-content .copyright-wrapper {
    margin-bottom: 0.5em;
  }
}
.footer-bottom p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75em;
  margin-bottom: 0em;
}
.main-header-new {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100000;
  padding: 0 0;
  background-color: #2D2D35;
  height: 65px;
}
@media all and (max-width: 68.75em) {
  .main-header-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0;
    padding: 0 0 0 2em;
  }
}
@media all and (max-width: 40.625em) {
  .main-header-new {
    padding-left: 1em;
  }
}
.main-header-new.header-shadow {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.main-header-new.event-popup-open {
  z-index: 0;
}
.main-header-new .menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 68.75em) {
  .main-header-new .menu-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.main-header-new .menu-wrapper .menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main-header-new .menu-wrapper .menu-right {
  text-align: right;
}
.main-header-new .menu-wrapper .menu-right > li > a,
.main-header-new .menu-wrapper .menu-right > li > span {
  color: #fea744;
}
.main-header-new .menu-wrapper .menu-right > li:last-child ul {
  left: auto;
  right: 0;
  margin-left: 0;
}
.main-header-new .menu-wrapper .menu-right > li:last-child ul:after {
  left: auto;
  right: 2em;
}
.main-header-new .menu-wrapper .logo-menu-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-header-new .menu-wrapper .logo-menu-wrapper img,
.main-header-new .menu-wrapper .logo-menu-wrapper svg {
  height: 50px;
  /*width: 185px;*/ /*263px;*/
  display: block;
}
@media all and (max-width: 68.75em) {
  .main-header-new .menu {
    display: none;
  }
}
.main-header-new .menu li {
  position: relative;
}
.main-header-new .menu .heaton-menu-item > a,
.main-header-new .menu .heaton-menu-item > span {
  color: #427abd;
}
.main-header-new .menu .gosforth-menu-item > a,
.main-header-new .menu .gosforth-menu-item > span {
  color: #77a264;
}
.main-header-new .menu > li {
  display: inline-block;
  line-height: 65px;
  font-size: 14px;
}
.main-header-new .menu > li > a,
.main-header-new .menu > li > span {
  display: block;
  padding: 0 1.33333333em;
  -webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}
@media all and (max-width: 93.75em) {
  .main-header-new .menu > li > a,
  .main-header-new .menu > li > span {
    padding: 0 1em;
  }
}
@media all and (max-width: 75em) {
  .main-header-new .menu > li > a,
  .main-header-new .menu > li > span {
    padding: 0 0.66666667em;
  }
}
.main-header-new .menu > li > span {
  cursor: default;
}
.main-header-new .menu > li ul {
  position: absolute;
  top: 65px;
  left: 50%;
  z-index: 1000;
  background-color: #2D2D35;
  visibility: hidden;
  opacity: 0;
  width: 240px;
  margin-left: -120px;
  padding: 0.5em 0;
  -webkit-box-shadow: 0px 10px 18px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 18px 0 rgba(0, 0, 0, 0.1);
}
.main-header-new .menu > li ul:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.main-header-new .menu > li ul li {
  font-size: 13px;
  line-height: 1.5;
}
.main-header-new .menu > li ul li a,
.main-header-new .menu > li ul li span {
  display: block;
  padding: 0.75em 2em;
  color: rgba(255, 255, 255, 0.75);
  color: #fea744;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
.main-header-new .menu > li ul li a:hover,
.main-header-new .menu > li ul li span:hover {
  background-color: #3f3f3f;
}
.main-header-new .menu > li:hover > a,
.main-header-new .menu > li:hover > span {
  background-color: #3f3f3f;
  color: #fea744;
}
.main-header-new .menu > li:hover ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.main-header-background,
.header-background {
  background-color: rgba(34, 35, 36, 0.75);
}
.mobile-menu-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (min-width: 68.76em) {
  .mobile-menu-button-wrapper {
    display: none;
  }
}
.mobile-menu-button-wrapper .mobile-menu-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2em;
}
@media all and (max-width: 40.625em) {
  .mobile-menu-button-wrapper .mobile-menu-button {
    padding: 0 1em;
  }
}
.mobile-menu-button-wrapper .mobile-menu-button:active {
  background-color: #f1f1ef;
}
.mobile-menu-button-wrapper .mobile-menu-button span {
  position: relative;
  width: 30px;
  height: 2px;
  display: block;
  background-color: #fea744;
}
.mobile-menu-button-wrapper .mobile-menu-button span:before,
.mobile-menu-button-wrapper .mobile-menu-button span:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  background-color: #fea744;
}
.mobile-menu-button-wrapper .mobile-menu-button span:before {
  width: 26px;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.mobile-menu-button-wrapper .mobile-menu-button span:after {
  width: 22px;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.mobile-menu-wrapper {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 300px;
  background-color: #203b56;
  background-color: #f1f1ef;
  display: none;
  z-index: 0;
  overflow-y: auto;
}
.mobile-menu-wrapper.mobile-menu-open {
  display: block;
}
.mobile-menu-wrapper.mobile-menu-open .mobile-menu li {
  -webkit-animation: 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) 1 forwards slide-in-left;
          animation: 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) 1 forwards slide-in-left;
}
.mobile-menu-wrapper.mobile-menu-open .mobile-menu li:nth-child(1) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.mobile-menu-wrapper.mobile-menu-open .mobile-menu li:nth-child(2) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.mobile-menu-wrapper.mobile-menu-open .mobile-menu li:nth-child(3) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
.mobile-menu-wrapper.mobile-menu-open .mobile-menu li:nth-child(4) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}
.mobile-menu-wrapper.mobile-menu-open .mobile-menu li:nth-child(5) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.mobile-menu-wrapper.mobile-menu-open .mobile-menu li:nth-child(6) {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
}
.mobile-menu-wrapper.mobile-menu-open .mobile-menu li:nth-child(7) {
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
}
.mobile-menu-wrapper.mobile-menu-open .mobile-menu li:nth-child(8) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}
.mobile-menu-wrapper.mobile-menu-open .mobile-menu li:nth-child(9) {
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}
.mobile-menu-wrapper.mobile-menu-open .mobile-menu li:nth-child(10) {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}
.mobile-menu-wrapper.mobile-menu-open .mobile-menu li:nth-child(11) {
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}
.mobile-menu-wrapper.mobile-menu-open .mobile-menu li:nth-child(12) {
  -webkit-animation-delay: 1.45s;
          animation-delay: 1.45s;
}
.mobile-menu-wrapper.mobile-menu-open .mobile-menu li:nth-child(13) {
  -webkit-animation-delay: 1.55s;
          animation-delay: 1.55s;
}
.mobile-menu-wrapper.mobile-menu-open .mobile-menu li:nth-child(14) {
  -webkit-animation-delay: 1.65s;
          animation-delay: 1.65s;
}
.mobile-menu-wrapper.mobile-menu-open .mobile-menu li:nth-child(15) {
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}
.close-mobile-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.close-mobile-menu-wrapper .close-mobile-menu {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.25);
}
.close-mobile-menu-wrapper .close-mobile-menu:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 0, 0, 0.1);
}
.mobile-menu li {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  opacity: 0;
  margin-bottom: 5px;
}
.mobile-menu .heaton-menu-item > a,
.mobile-menu .heaton-menu-item > span {
  color: #427abd;
}
.mobile-menu .gosforth-menu-item > a,
.mobile-menu .gosforth-menu-item > span {
  color: #77a264;
}
.mobile-menu a,
.mobile-menu span {
  display: block;
  padding: 12px 48px;
  color: rgba(255, 255, 255, 0.75);
  color: #222324;
  font-size: 14px;
  -webkit-transition: background-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mobile-menu a:hover,
.mobile-menu span:hover {
  color: #222324;
  background-color: rgba(0, 0, 0, 0.05);
}
.mobile-menu a:active,
.mobile-menu span:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.mobile-menu .has-dropdown > span,
.mobile-menu .has-dropdown > a {
  position: relative;
}
.mobile-menu .has-dropdown > span:before,
.mobile-menu .has-dropdown > a:before {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.mobile-menu .has-dropdown.submenu-open > a,
.mobile-menu .has-dropdown.submenu-open > span {
  background-color: rgba(0, 0, 0, 0.05);
}
.mobile-menu .has-dropdown.submenu-open > a:before,
.mobile-menu .has-dropdown.submenu-open > span:before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mobile-menu ul {
  margin-left: 2em;
  background-color: rgba(0, 0, 0, 0.05);
  display: none;
}
.mobile-menu ul a,
.mobile-menu ul span {
  padding: 12px 32px;
  font-size: 12px;
}
.mobile-menu ul.submenu-open {
  display: block;
}
body.mobile-menu-open {
  overflow-x: hidden;
}
.wrapper {
  position: relative;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.wrapper.mobile-menu-open {
  overflow: hidden;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
}
.mobile-menu-dark-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 100000000000;
  background-color: rgba(34, 35, 36, 0.5);
  opacity: 0;
  display: none;
}
.mobile-menu-dark-overlay.mobile-menu-open {
  display: block;
  -webkit-animation: 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) 1 forwards fade-in;
          animation: 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) 1 forwards fade-in;
}
.home-splash-new {
  background-image: url('../images/stock-3.jpg');
  background-image: url('../images/home-1.jpg');
  background-image: url('../images/home-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  height: 75vh;
  height: 300px;
  height: 50vh;
  position: relative;
  margin-top: 65px;
}
@media all and (max-width: 40.625em) {
  .home-splash-new {
    height: 50vh;
  }
}
.home-splash-new .overlay-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(34, 35, 36, 0.5);
  padding: 2em;
}
@media all and (max-width: 40.625em) {
  .home-splash-new .overlay-wrapper {
    padding: 1em;
  }
}
.home-splash-new .overlay-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.home-splash-new .overlay-content > *:last-child {
  margin-bottom: 0;
}
.home-splash-new h3 {
  color: rgba(255, 255, 255, 0.75);
  overflow-y: hidden;
}
.home-splash-new h3 span {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  display: block;
}
@media all and (max-width: 40.625em) {
  .home-splash-new h3 {
    font-size: 12px;
  }
}
.home-splash-new .main-church-title {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}
.home-splash-new .main-church-title .title-word-wrapper:nth-child(2) .title-word {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.home-splash-new .main-church-title .title-word-wrapper:last-child {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
@media all and (max-width: 40.625em) {
  .home-splash-new .main-church-title {
    font-size: 1.75em;
    margin-bottom: 0em;
    line-height: 1.1;
  }
}
.home-splash-new .title-word-wrapper {
  display: inline-block;
  overflow-y: hidden;
}
.home-splash-new .title-word {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  display: inline-block;
}
.home-splash-new.scroll-watch-in-view h3 span {
  -webkit-animation: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.75s 1 forwards slide-in-top-full;
          animation: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.75s 1 forwards slide-in-top-full;
}
.home-splash-new.scroll-watch-in-view .title-word {
  -webkit-animation: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s 1 forwards slide-in-top-full;
          animation: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.5s 1 forwards slide-in-top-full;
}
.home-splash-new.scroll-watch-in-view .main-church-title .title-word-wrapper:nth-child(2) .title-word {
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
  -webkit-animation: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.75s 1 forwards slide-in-bottom-full;
          animation: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.75s 1 forwards slide-in-bottom-full;
}
.home-splash-new.scroll-watch-in-view .main-church-title .title-word-wrapper:last-child .title-word {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.home-splash-new .home-splash-shape {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
}
.home-splash-new .home-splash-shape.event-popup-open {
  z-index: 0;
}
.home-splash-new .home-splash-shape-top {
  top: -1px;
  height: 60px;
}
@media all and (max-width: 62.5em) {
  .home-splash-new .home-splash-shape-top {
    height: 40px;
  }
}
@media all and (max-width: 40.625em) {
  .home-splash-new .home-splash-shape-top {
    height: 30px;
  }
}
@media all and (max-width: 28.125em) {
  .home-splash-new .home-splash-shape-top {
    height: 20px;
  }
}
.home-splash-new .home-splash-shape-bottom {
  bottom: 0;
  height: 80px;
}
@media all and (max-width: 62.5em) {
  .home-splash-new .home-splash-shape-bottom {
    height: 60px;
  }
}
@media all and (max-width: 40.625em) {
  .home-splash-new .home-splash-shape-bottom {
    height: 40px;
  }
}
@media all and (max-width: 28.125em) {
  .home-splash-new .home-splash-shape-bottom {
    height: 26px;
  }
}
.home-quote {
  padding: 4em 0;
  text-align: center;
}
.home-quote p {
  width: 50%;
  margin: 0 auto;
  font-size: 1.5em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 0.66666667em;
}
.home-quote h4 {
  font-size: 0.83333333em;
  color: #f18d5f;
}
@media only screen and (max-width: 900px) {
  .home-quote p {
    width: 100%;
  }
}
@media only screen and (max-width: 40.625em) {
  .home-quote {
    padding: 2em 1em;
  }
  .home-quote p {
    font-size: 1.125em;
    margin-bottom: 0.88888889em;
  }
}
.values-section {
  padding: 4em 0 4em 0;
  background-color: #f3f9ff;
  border-top: 1px solid #daecff;
  border-bottom: 1px solid #daecff;
}
@media all and (max-width: 62.5em) {
  .values-section {
    padding: 2em 0;
  }
}
@media all and (max-width: 40.625em) {
  .values-section {
    padding: 1em 0;
  }
}
.values-section .values-heading {
  text-align: center;
  font-size: 2.5em;
  margin-bottom: 1.6em;
}
@media all and (max-width: 40.625em) {
  .values-section .values-heading {
    font-size: 2em;
    margin-bottom: 0.5em;
  }
}
.values-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.values-wrapper .icon-info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.values-wrapper .icon-info-wrapper .icon-wrapper {
  margin-right: 2em;
}
@media all and (max-width: 40.625em) {
  .values-wrapper .icon-info-wrapper .icon-wrapper {
    margin-right: 1em;
  }
}
.values-wrapper .icon-info-wrapper svg {
  width: 35px;
  height: auto;
}
@media all and (max-width: 40.625em) {
  .values-wrapper .icon-info-wrapper svg {
    width: 25px;
  }
}
.values-wrapper .icon-info-wrapper .word-icon * {
  fill: #41dfc9;
}
.values-wrapper .icon-info-wrapper .community-icon * {
  fill: #de91df;
}
.values-wrapper .icon-info-wrapper .mission-icon * {
  fill: #fb8e8e;
}
.values-wrapper .icon-info-wrapper h3 {
  font-size: 1em;
  margin-bottom: 1em;
}
.values-wrapper .icon-info-wrapper p {
  font-size: 0.875em;
  margin-bottom: 1.14285714em;
}
.values-wrapper .icon-info-wrapper .info-wrapper > *:last-child {
  margin-bottom: 0;
}
.values-wrapper .values-info-wrapper {
  margin-top: 0.75em;
}
.values-wrapper .values-info-wrapper > *:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 40.625em) {
  .values-wrapper .values-info-wrapper {
    margin-top: 0.5em;
  }
}
@media all and (max-width: 50em) {
  .values-wrapper .grid-cols-wrapper .values-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 2em);
            flex: 0 1 calc(100% - 2em);
    width: calc(100% - 2em);
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .values-wrapper .grid-cols-wrapper .values-col:not(:last-child) {
    margin-bottom: 2em;
  }
}
@media all and (max-width: 50em) and all and (max-width: 40.625em) {
  .values-wrapper .grid-cols-wrapper .values-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 1em);
            flex: 0 1 calc(100% - 1em);
    width: calc(100% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
}
@media all and (max-width: 40.625em) {
  .values-wrapper .grid-cols-wrapper .values-col:not(:last-child) {
    margin-bottom: 1em;
  }
}
.home-intro-section {
  padding: 4em 0;
}
@media all and (max-width: 62.5em) {
  .home-intro-section {
    padding: 2em 0;
  }
}
@media all and (max-width: 40.625em) {
  .home-intro-section {
    padding: 1em 0;
  }
}
.home-intro-section .home-intro-wrapper {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}
.home-intro-section .home-intro-wrapper > *:last-child {
  margin-bottom: 0;
}
.home-intro-section .home-intro-wrapper h4,
.home-intro-section .home-intro-wrapper p,
.home-intro-section .home-intro-wrapper h5 {
  overflow-y: hidden;
}
.home-intro-section .home-intro-wrapper h4 > span,
.home-intro-section .home-intro-wrapper p > span,
.home-intro-section .home-intro-wrapper h5 > span {
  opacity: 0;
  display: block;
}
.home-intro-section .home-intro-wrapper p {
  font-size: 1.5em;
  margin-bottom: 1.33333333em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}
.home-intro-section .home-intro-wrapper p > span {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media all and (max-width: 40.625em) {
  .home-intro-section .home-intro-wrapper p {
    font-size: 1.125em;
    margin-bottom: 0.88888889em;
  }
}
.home-intro-section .home-intro-wrapper h4 {
  margin-bottom: 8px;
}
.home-intro-section .home-intro-wrapper h4 > span,
.home-intro-section .home-intro-wrapper h5 > span {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.home-intro-section .home-intro-wrapper h5 {
  font-size: 11px;
  color: rgba(104, 146, 167, 0.75);
}
.home-intro-section .home-intro-wrapper .home-intro-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-intro-section .home-intro-wrapper .home-intro-detail-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75px;
          flex: 0 0 75px;
  margin-right: 1em;
}
.home-intro-section .home-intro-wrapper .home-intro-detail-image img {
  display: block;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.home-intro-section .home-intro-wrapper .home-intro-detail-content {
  text-align: left;
}
.home-intro-section .home-intro-wrapper .home-intro-detail-content > *:last-child {
  margin-bottom: 0;
}
.home-intro-section .home-intro-wrapper.scroll-watch-in-view p > span {
  -webkit-animation: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1 forwards slide-in-bottom-full;
          animation: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1 forwards slide-in-bottom-full;
}
.home-intro-section .home-intro-wrapper.scroll-watch-in-view .home-intro-detail-image img {
  -webkit-animation: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.4s 1 forwards pop-full;
          animation: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.4s 1 forwards pop-full;
}
.home-intro-section .home-intro-wrapper.scroll-watch-in-view h4 > span,
.home-intro-section .home-intro-wrapper.scroll-watch-in-view h5 > span {
  -webkit-animation: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s 1 forwards slide-in-top-full;
          animation: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s 1 forwards slide-in-top-full;
}
.home-intro-section .home-intro-wrapper.scroll-watch-in-view h5 > span {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.affiliations-section {
  text-align: center;
  padding: 2em 0 0 0;
}
.affiliations-logos-wrapper img {
  max-width: 250px;
  margin: 0 2em 2em 2em;
  opacity: 0.35;
}
@media all and (max-width: 40.625em) {
  .affiliations-logos-wrapper img {
    margin: 0 1em 1em 1em;
  }
}
.owl-item .sequence-content-container {
  display: table;
  height: 100%;
  width: 100%;
}
.owl-item .sequence-content {
  display: table-cell;
  vertical-align: middle;
  padding: 0 1em;
  text-align: center;
}
.owl-item .sequence-content * {
  white-space: normal;
}
.owl-item .sequence-content h2,
.owl-item .sequence-content h3,
.owl-item .sequence-content p {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
  opacity: 0;
  display: block;
  color: #FFF;
  margin: 0 !important;
}
.owl-item .sequence-content h2,
.owl-item .sequence-content h3 {
  margin: 0;
}
.owl-item .sequence-content h2 {
  font-size: 5em;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.owl-item .sequence-content h3 {
  font-size: 3.125em;
  line-height: 1.75;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: none;
}
.owl-item .sequence-content p {
  font-size: 1.25em;
  max-width: 50%;
  line-height: 1.75;
  margin: 0 auto !important;
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}
@media only screen and (max-width: 800px) {
  .owl-item .sequence-content p {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .owl-item .sequence-content h2 {
    font-size: 3.5em;
  }
  .owl-item .sequence-content h3 {
    display: none;
  }
}
.owl-item .absolute-box {
  position: absolute;
  zoom: 1;
  z-index: 1000;
}
.owl-item .absolute-box:before {
  content: '';
  display: block;
}
.owl-item .absolute-box:after {
  content: '';
  display: table;
  clear: both;
}
.owl-item .absolute-box * {
  white-space: normal;
}
.owl-item .dark-grey-box {
  padding: 1em;
  background-color: rgba(34, 35, 36, 0.5);
  color: white;
  width: 30%;
  bottom: 10%;
  right: 5%;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  text-align: left;
  -webkit-transform: translate(0, -15px);
  transform: translate(0, -15px);
}
.owl-item .dark-grey-box h3,
.owl-item .dark-grey-box p {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.owl-item .dark-grey-box h3 {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
  margin-bottom: 0.25em;
}
.owl-item .dark-grey-box p {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
@media only screen and (max-width: 800px) {
  .owl-item .dark-grey-box {
    width: 90%;
  }
}
.owl-item .bold-heading-container {
  color: #47494b;
  bottom: 10%;
  left: 5%;
  text-align: left;
  max-width: 90%;
}
.owl-item .bold-heading-container h2,
.owl-item .bold-heading-container h3,
.owl-item .bold-heading-container p {
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  -webkit-transform: translate(-30px, 0);
  transform: translate(-30px, 0);
}
.owl-item .bold-heading-container h2 span,
.owl-item .bold-heading-container h3 span,
.owl-item .bold-heading-container p span {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 8px;
}
.owl-item .bold-heading-container h2 {
  font-size: 2.5em;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  line-height: 1.75;
}
.owl-item .bold-heading-container h2 span {
  background-color: rgba(255, 255, 255, 0.8);
}
.owl-item .bold-heading-container h3 {
  font-size: 1.5em;
  line-height: 2;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: none;
}
.owl-item .bold-heading-container p {
  font-size: 1.25em;
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
  line-height: 2.5;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}
.owl-item .bold-heading-container p span {
  background-color: rgba(71, 73, 75, 0.8);
  color: #FFF;
}
@media only screen and (max-width: 800px) {
  .owl-item .bold-heading-container p {
    display: none;
  }
}
.owl-item .overlay-text {
  position: absolute;
  z-index: 100;
  max-width: 40%;
}
.owl-item .overlay-text h2,
.owl-item .overlay-text p {
  margin-bottom: 0;
  overflow-y: hidden;
}
.owl-item .overlay-text h2 span,
.owl-item .overlay-text p span {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  display: block;
}
.owl-item .overlay-text h2 {
  color: #FFF;
  line-height: 1.25;
}
.owl-item .overlay-text p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.5;
}
@media all and (max-width: 50em) {
  .owl-item .overlay-text h2 {
    font-size: 1.5em;
    margin-bottom: 0em;
  }
  .owl-item .overlay-text p {
    font-size: 1em;
    margin-bottom: 0em;
  }
}
@media all and (max-width: 40.625em) {
  .owl-item .overlay-text {
    max-width: 75%;
  }
  .owl-item .overlay-text h2 {
    font-size: 1.5em;
    margin-bottom: 0em;
  }
  .owl-item .overlay-text p {
    font-size: 0.875em;
    margin-bottom: 0em;
  }
}
.owl-item .overlay-text.text-shadow h2,
.owl-item .overlay-text.text-shadow p {
  text-shadow: 0 0 25px rgba(34, 35, 36, 0.4);
}
.owl-item .overlay-bottom-left {
  left: 2em;
  bottom: 5em;
}
@media all and (max-width: 50em) {
  .owl-item .overlay-bottom-left {
    bottom: 2em;
  }
}
@media all and (max-width: 40.625em) {
  .owl-item .overlay-bottom-left {
    left: 1em;
    bottom: 1em;
  }
}
.owl-item.active .inside-carousel-item:before {
  opacity: 0;
  display: none;
}
.owl-item.active .sequence-content h2,
.owl-item.active .sequence-content h3,
.owl-item.active .sequence-content p {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.owl-item.active img {
  opacity: 1;
}
.owl-item.active .dark-grey-box {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.owl-item.active .dark-grey-box h3,
.owl-item.active .dark-grey-box p {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.owl-item.active .bold-heading-container h2,
.owl-item.active .bold-heading-container h3,
.owl-item.active .bold-heading-container p {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.owl-item.active .overlay-text h2 span,
.owl-item.active .overlay-text p span {
  -webkit-animation: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s 1 forwards slide-in-bottom-full;
          animation: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s 1 forwards slide-in-bottom-full;
}
.owl-item.active .overlay-text p span {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.inside-carousel-item {
  position: relative;
}
.inside-carousel-item a {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.events-list-wrapper {
  text-align: center;
  margin: 0 auto;
  max-width: 1200px;
}
.events-list-wrapper > *:last-child {
  margin-bottom: 0;
}
.events-list-cols-wrapper {
  margin-bottom: 2em;
}
@media all and (max-width: 40.625em) {
  .events-list-cols-wrapper {
    margin-bottom: 1em;
  }
}
@media all and (max-width: 40.625em) {
  .events-list-cols-wrapper .events-list-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 2em);
            flex: 0 1 calc(100% - 2em);
    width: calc(100% - 2em);
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
}
@media all and (max-width: 40.625em) and all and (max-width: 40.625em) {
  .events-list-cols-wrapper .events-list-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 1em);
            flex: 0 1 calc(100% - 1em);
    width: calc(100% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
}
.event-list-item-link {
  display: block;
  padding: 1em;
  border-radius: 5px;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
.event-list-item-link:hover {
  background-color: rgb(184 78 42 / 24%);
}
.event-list-item-link:active {
  background-color: rgba(66, 122, 189, 0.1);
}
.event-list-item {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.event-list-item span {
  display: block;
  font-size: 12px;
}
.event-list-item .material-icons {
  font-size: 14px;
  vertical-align: text-bottom;
  opacity: 0.5;
}
.event-list-item .event-list-date-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  margin-right: 1em;
}
.event-list-item .event-list-content-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.event-date-box {
  background-color: rgb(217 127 4 / 44%);
  color: #c93b20;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
}
.event-date-box .event-date-number {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin: 0;
}
.event-date-box .event-date-month {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.event-list-content-col h4 {
  margin-bottom: 3px;
}
.event-list-content-col span {
  color: #b84e2a;
}
.logo * {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.logo .top-text {
  fill: #fff;
}
.logo .bottom-text {
  fill: rgba(255, 255, 255, 0.7);
}
.logo .cross {
  fill: #fff;
}
.logo .outer-c {
  fill: rgba(255, 255, 255, 0.5);
}
.logo .inner-c {
  fill: rgba(255, 255, 255, 0.75);
}
.logo-header .top-text {
  fill: rgba(0, 0, 0, 0.75);
}
.logo-header .bottom-text {
  fill: rgba(0, 0, 0, 0.5);
}
.logo-header .cross {
  fill: rgba(0, 0, 0, 0.2);
}
.logo-header .outer-c {
  fill: rgba(0, 0, 0, 0.5);
}
.logo-header .inner-c {
  fill: rgba(0, 0, 0, 0.3);
}
.inside-carousel-new {
  overflow: hidden !important;
  margin-top: 65px;
  padding: 0;
  position: relative;
  background-color: #f1f1ef;
}
.inside-carousel-new:hover .cycle-prev,
.inside-carousel-new:hover .cycle-next {
  opacity: 1;
}
.inside-cycle-carousel-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.inside-splash-cycle {
  max-width: 1200px;
  margin: 0 auto;
  overflow: visible !important;
  height: 0;
  padding-bottom: 41.66666667%;
}
.cycle-carousel-item {
  overflow: hidden;
  position: relative !important;
  white-space: normal !important;
}
.cycle-carousel-item.cycle-slide-active:before {
  display: none !important;
  opacity: 0 !important;
}
.cycle-carousel-item.cycle-slide:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 35, 36, 0.8);
  z-index: 10000000;
}
.cycle-carousel-item .carousel-curve {
  position: absolute;
  top: -4px;
  height: 100%;
  width: 39.41666667%;
}
.cycle-carousel-item .carousel-curve.carousel-curve-left {
  left: 0;
}
.cycle-carousel-item .carousel-curve.carousel-curve-right {
  right: 0;
}
.cycle-carousel-item .carousel-curve.carousel-curve-heaton .main-curve {
  fill: #427abd !important;
}
.cycle-carousel-item .carousel-curve.carousel-curve-heaton .second-curve {
  fill: #213d5f !important;
}
.cycle-carousel-item .carousel-curve.carousel-curve-gosforth .main-curve {
  fill: #77a264 !important;
}
.cycle-carousel-item .carousel-curve.carousel-curve-gosforth .second-curve {
  fill: #3c5132 !important;
}
.cycle-carousel-item .carousel-curve.carousel-curve-network .main-curve {
  fill: #f18d5f !important;
}
.cycle-carousel-item .carousel-curve.carousel-curve-network .second-curve {
  fill: #794730 !important;
}
.cycle-carousel-item .carousel-curve.carousel-curve-kids .main-curve {
  fill: #bd8bda !important;
}
.cycle-carousel-item .carousel-curve.carousel-curve-kids .second-curve {
  fill: #5f466d !important;
}
.cycle-carousel-item .overlay-logo {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 1em;
  opacity: 0.5;
  z-index: 10000;
}
.cycle-carousel-item .overlay-logo.overlay-logo-left {
  left: 1em;
}
.cycle-carousel-item .overlay-logo.overlay-logo-right {
  right: 1em;
}
@media all and (max-width: 40.625em) {
  .cycle-carousel-item .overlay-logo {
    width: 30px;
    height: 30px;
  }
}
@media all and (max-width: 28.125em) {
  .cycle-carousel-item .overlay-logo {
    width: 20px;
    height: 20px;
    top: 0.5em;
  }
  .cycle-carousel-item .overlay-logo.overlay-logo-left {
    left: 0.5em;
  }
  .cycle-carousel-item .overlay-logo.overlay-logo-right {
    right: 0.5em;
  }
}
.cycle-carousel-item .overlay-text {
  position: absolute;
  z-index: 100;
}
.cycle-carousel-item .overlay-text > *:last-child {
  margin-bottom: 0;
}
.cycle-carousel-item .overlay-text h2,
.cycle-carousel-item .overlay-text h3,
.cycle-carousel-item .overlay-text p {
  margin-bottom: 0;
  overflow: hidden;
}
.cycle-carousel-item .overlay-text h2 span,
.cycle-carousel-item .overlay-text h3 span,
.cycle-carousel-item .overlay-text p span {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  display: block;
}
.cycle-carousel-item .overlay-text h2 {
  color: #FFF;
  line-height: 1.1;
  font-size: 48px;
  margin-bottom: 8px;
}
.cycle-carousel-item .overlay-text h3 {
  color: #FFF;
  margin-bottom: 8px;
}
.cycle-carousel-item .overlay-text p {
  color: #FFF;
  font-size: 18px;
  line-height: 1.5;
}
@media all and (max-width: 62.5em) {
  .cycle-carousel-item .overlay-text h2 {
    font-size: 2em;
    margin-bottom: 0.125em;
  }
  .cycle-carousel-item .overlay-text h3 {
    font-size: 1.5em;
    margin-bottom: 0.16666667em;
  }
  .cycle-carousel-item .overlay-text p {
    font-size: 1em;
    margin-bottom: 0em;
  }
}
@media all and (max-width: 50em) {
  .cycle-carousel-item .overlay-text h2 {
    font-size: 1.5em;
    margin-bottom: 0.16666667em;
  }
  .cycle-carousel-item .overlay-text h3 {
    font-size: 1.25em;
    margin-bottom: 0.2em;
  }
  .cycle-carousel-item .overlay-text p {
    font-size: 0.875em;
    margin-bottom: 0em;
  }
}
@media all and (max-width: 40.625em) {
  .cycle-carousel-item .overlay-text h2 {
    font-size: 1.5em;
    margin-bottom: 0.16666667em;
  }
  .cycle-carousel-item .overlay-text h3 {
    font-size: 1.125em;
    margin-bottom: 0.22222222em;
  }
  .cycle-carousel-item .overlay-text p {
    font-size: 0.75em;
    margin-bottom: 0em;
  }
}
@media all and (max-width: 28.125em) {
  .cycle-carousel-item .overlay-text h2 {
    font-size: 1.25em;
    margin-bottom: 0.2em;
  }
  .cycle-carousel-item .overlay-text h3 {
    font-size: 1em;
    margin-bottom: 0.25em;
  }
}
@media all and (max-width: 21.875em) {
  .cycle-carousel-item .overlay-text h2 {
    font-size: 0.9375em;
    margin-bottom: 0.26666667em;
  }
  .cycle-carousel-item .overlay-text h3 {
    font-size: 0.8125em;
    margin-bottom: 0.30769231em;
  }
}
.cycle-carousel-item .overlay-text.text-shadow h2,
.cycle-carousel-item .overlay-text.text-shadow p {
  text-shadow: 0 0 25px rgba(34, 35, 36, 0.4);
}
.cycle-carousel-item .overlay-text.overlay-text-curve {
  max-width: 30%;
  bottom: 8em;
}
.cycle-carousel-item .overlay-text.overlay-text-curve h3 {
  color: rgba(0, 0, 0, 0.5);
}
.cycle-carousel-item .overlay-text.overlay-text-curve p {
  color: rgba(255, 255, 255, 0.6);
}
@media all and (max-width: 62.5em) {
  .cycle-carousel-item .overlay-text.overlay-text-curve {
    bottom: 6em;
  }
}
@media all and (max-width: 50em) {
  .cycle-carousel-item .overlay-text.overlay-text-curve {
    bottom: 4em;
  }
}
@media all and (max-width: 40.625em) {
  .cycle-carousel-item .overlay-text.overlay-text-curve {
    bottom: 2em;
  }
  .cycle-carousel-item .overlay-text.overlay-text-curve p {
    display: none;
  }
}
@media all and (max-width: 28.125em) {
  .cycle-carousel-item .overlay-text.overlay-text-curve {
    bottom: 1em;
  }
}
.cycle-carousel-item .overlay-text.overlay-text-curve.overlay-text-curve-right {
  text-align: right;
}
.cycle-carousel-item .overlay-left-top {
  text-align: left;
  left: 2em;
  top: 5em;
}
@media all and (max-width: 40.625em) {
  .cycle-carousel-item .overlay-left-top {
    left: 1em;
  }
}
@media all and (max-width: 50em) {
  .cycle-carousel-item .overlay-left-top {
    top: 2em;
  }
}
@media all and (max-width: 40.625em) {
  .cycle-carousel-item .overlay-left-top {
    top: 1em;
  }
}
.cycle-carousel-item .overlay-left-center {
  text-align: left;
  left: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-width: 40.625em) {
  .cycle-carousel-item .overlay-left-center {
    left: 1em;
  }
}
.cycle-carousel-item .overlay-left-bottom {
  text-align: left;
  left: 2em;
  bottom: 5em;
}
@media all and (max-width: 40.625em) {
  .cycle-carousel-item .overlay-left-bottom {
    left: 1em;
  }
}
@media all and (max-width: 50em) {
  .cycle-carousel-item .overlay-left-bottom {
    bottom: 2em;
  }
}
@media all and (max-width: 40.625em) {
  .cycle-carousel-item .overlay-left-bottom {
    bottom: 1em;
  }
}
.cycle-carousel-item .overlay-right-top {
  text-align: right;
  right: 2em;
  top: 5em;
}
@media all and (max-width: 40.625em) {
  .cycle-carousel-item .overlay-right-top {
    right: 1em;
  }
}
@media all and (max-width: 50em) {
  .cycle-carousel-item .overlay-right-top {
    top: 2em;
  }
}
@media all and (max-width: 40.625em) {
  .cycle-carousel-item .overlay-right-top {
    top: 1em;
  }
}
.cycle-carousel-item .overlay-right-center {
  text-align: right;
  right: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-width: 40.625em) {
  .cycle-carousel-item .overlay-right-center {
    right: 1em;
  }
}
.cycle-carousel-item .overlay-right-bottom {
  text-align: right;
  right: 2em;
  bottom: 5em;
}
@media all and (max-width: 40.625em) {
  .cycle-carousel-item .overlay-right-bottom {
    right: 1em;
  }
}
@media all and (max-width: 50em) {
  .cycle-carousel-item .overlay-right-bottom {
    bottom: 2em;
  }
}
@media all and (max-width: 40.625em) {
  .cycle-carousel-item .overlay-right-bottom {
    bottom: 1em;
  }
}
.cycle-carousel-item .overlay-center-top {
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 5em;
}
@media all and (max-width: 50em) {
  .cycle-carousel-item .overlay-center-top {
    top: 2em;
  }
}
@media all and (max-width: 40.625em) {
  .cycle-carousel-item .overlay-center-top {
    top: 1em;
  }
}
.cycle-carousel-item .overlay-center-center {
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cycle-carousel-item .overlay-center-bottom {
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 5em;
}
@media all and (max-width: 50em) {
  .cycle-carousel-item .overlay-center-bottom {
    bottom: 2em;
  }
}
@media all and (max-width: 40.625em) {
  .cycle-carousel-item .overlay-center-bottom {
    bottom: 1em;
  }
}
.cycle-carousel-item.cycle-slide-active .overlay-text h2 span,
.cycle-carousel-item.cycle-slide-active .overlay-text h3 span,
.cycle-carousel-item.cycle-slide-active .overlay-text p span {
  -webkit-animation: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s 1 forwards slide-in-bottom-full;
          animation: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s 1 forwards slide-in-bottom-full;
}
.cycle-carousel-item.cycle-slide-active .overlay-text h3 span {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.cycle-carousel-item.cycle-slide-active .overlay-text p span {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.cycle-prev,
.cycle-next {
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  background-color: #FFF;
  border-radius: 50%;
  text-align: center;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  z-index: 1000000;
}
.cycle-prev i,
.cycle-next i {
  line-height: 50px;
  vertical-align: middle;
  font-size: 18px;
}
@media all and (max-width: 50em) {
  .cycle-prev,
  .cycle-next {
    width: 32px;
    height: 32px;
  }
  .cycle-prev i,
  .cycle-next i {
    line-height: 32px;
    font-size: 16px;
  }
}
@media all and (max-width: 40.625em) {
  .cycle-prev,
  .cycle-next {
    display: none;
  }
}
.cycle-prev {
  left: 1em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.cycle-prev:active {
  -webkit-transform: translate(0, -50%) scale(0.9);
          transform: translate(0, -50%) scale(0.9);
}
@media all and (max-width: 50em) {
  .cycle-prev {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .cycle-prev:active {
    -webkit-transform: translate(0, -50%) scale(0.9);
            transform: translate(0, -50%) scale(0.9);
  }
}
@media all and (max-width: 40.625em) {
  .cycle-prev {
    -webkit-transform: translate(-40%, -50%);
            transform: translate(-40%, -50%);
  }
  .cycle-prev:active {
    -webkit-transform: translate(-40%, -50%) scale(0.9);
            transform: translate(-40%, -50%) scale(0.9);
  }
}
.cycle-next {
  right: 1em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.cycle-next:active {
  -webkit-transform: translate(0, -50%) scale(0.9);
          transform: translate(0, -50%) scale(0.9);
}
@media all and (max-width: 50em) {
  .cycle-next {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .cycle-next:active {
    -webkit-transform: translate(0, -50%) scale(0.9);
            transform: translate(0, -50%) scale(0.9);
  }
}
@media all and (max-width: 40.625em) {
  .cycle-next {
    -webkit-transform: translate(40%, -50%);
            transform: translate(40%, -50%);
  }
  .cycle-next:active {
    -webkit-transform: translate(40%, -50%) scale(0.9);
            transform: translate(40%, -50%) scale(0.9);
  }
}
.splash .carousel-red {
  background-color: #ff304f;
}
.splash .carousel-purple {
  background-color: #775ada;
}
.splash .carousel-blue {
  background-color: #002651;
}
.splash .carousel-light-blue {
  background-color: #28c7fa;
}
.home-features {
  padding: 0;
  text-align: center;
}
.home-features .primary-button {
  position: relative !important;
  display: inline-block !important;
  padding: 1em 2.5em !important;
  background: transparent !important;
  color: #FFF !important;
  text-align: center !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  font-weight: normal !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 1.1 !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
}
.home-features .primary-button:before {
  content: ' ' !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  height: 100% !important;
  width: 100% !important;
  border: 2px solid #FFF !important;
  opacity: 0 !important;
  -webkit-transform: translate(0, 10px) !important;
  transform: translate(0, 10px) !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
.home-features .primary-button:hover {
  color: #FFF !important;
}
.home-features .primary-button:hover:before,
.home-features .primary-button:hover:after {
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  opacity: 1 !important;
}
.home-features .features-cols {
  float: left;
  width: 50%;
}
.home-features div[class^="row-"],
.home-features .cols-row-1-3 {
  height: 0;
  overflow: hidden;
}
.home-features div[class^="row-"] {
  position: relative;
}
.home-features div[class^="row-"]:hover a {
  color: #FFF;
}
.home-features div[class^="row-"]:hover .feature-image {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.home-features div[class^="row-"]:hover .primary-button:before {
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  opacity: 1 !important;
}
.home-features div[class^="row-"]:hover .feature-wrapper {
  background: rgba(0, 0, 0, 0.1);
}
.home-features div[class^="row-"]:hover .feature-light-overlay {
  background: rgba(241, 241, 239, 0.1);
}
.home-features .row-1-3,
.home-features .cols-row-1-3 {
  padding-bottom: 50%;
}
.home-features .row-2-3 {
  padding-bottom: 100%;
}
.home-features .feature-wrapper,
.home-features .feature-image {
  position: absolute;
  height: 100%;
  width: 100%;
}
.home-features .feature-wrapper {
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.home-features .feature-light-overlay {
  background: rgba(241, 241, 239, 0.3);
}
.home-features .feature-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}
.home-features .overlay-wrapper {
  zoom: 1;
  display: table;
  height: 100%;
  width: 100%;
}
.home-features .overlay-wrapper:before {
  content: '';
  display: block;
}
.home-features .overlay-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.home-features .overlay {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  color: #fff;
}
.home-features .overlay h2 {
  color: #FFF;
  font-size: 2.125em;
}
.home-features .overlay h4 {
  font-size: 1.125em;
  margin: 0;
}
.home-features .overlay-heaton h2 span {
  color: #427abd;
}
.home-features .overlay-fenham h2 span {
  color: #e5291f;
}
.home-features .overlay-gosforth h2 span {
  color: #77a264;
}
.home-features .cols-row-1-3 .col-1-2 {
  float: left;
  width: 50%;
  overflow: hidden;
}
.home-features .cols-row-1-3 .col-1-2:hover .feature-solid-color:before {
  opacity: 1;
}
.home-features .cols-row-1-3 .col-1-2:hover .primary-button:before,
.home-features .cols-row-1-3 .col-1-2:hover .primary-button:after {
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  opacity: 1 !important;
}
.home-features .cols-row-1-3 .col-1-2 .feature-solid-color:before {
  content: " ";
  position: absolute;
  top: 0;
  background-color: rgba(34, 35, 36, 0.1);
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  z-index: -1;
  opacity: 0;
}
.home-features .cols-row-1-3 .col-1-2:first-child .feature-solid-color {
  background-color: #f18d5f;
}
.home-features .cols-row-1-3 .col-1-2:first-child .feature-solid-color:before {
  right: 0;
}
.home-features .cols-row-1-3 .col-1-2:nth-child(2) .feature-solid-color {
  background-color: #b5c9d4;
}
.home-features .cols-row-1-3 .col-1-2:nth-child(2) .feature-solid-color:before {
  left: 0;
}
.home-features .cols-row-1-3 .col-wrapper {
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
@media screen and (max-width: 1200px) and (min-width: 1100px) {
  .home-features .overlay h2 {
    font-size: 1.75em;
  }
  .home-features .overlay h3 {
    font-size: 1.375em;
  }
}
@media only screen and (max-width: 1099px) and (min-width: 851px) {
  .home-features .overlay h2 {
    font-size: 1.5em;
  }
  .home-features .overlay h3 {
    font-size: 1.375em;
  }
  .home-features .overlay h4 {
    font-size: 1em;
  }
}
@media only screen and (max-width: 850px) {
  .home-features .features-cols {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .home-features .cols-row-1-3 {
    padding-bottom: 100%;
  }
  .home-features .cols-row-1-3 .col-1-2 {
    float: none;
    width: 100%;
  }
  .home-features .cols-row-1-3 .col-wrapper {
    padding-bottom: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .home-features .row-1-3 {
    padding-bottom: 66.66666667%;
  }
}
@media only screen and (max-width: 380px) {
  .home-features .overlay h2 {
    font-size: 1.75em;
  }
  .home-features .overlay h3 {
    font-size: 1.375em;
  }
}
@media only screen and (max-width: 900px) and (min-width: 700px) {
  .inside-features {
    text-align: center;
  }
}
.inside-feature-col {
  zoom: 1;
}
.inside-feature-col:before {
  content: '';
  display: block;
}
.inside-feature-col:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 901px) {
  .inside-feature-col {
    float: left;
    width: 30%;
    margin-right: 5%;
  }
  .inside-feature-col:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 900px) and (min-width: 701px) {
  .inside-feature-col {
    margin: 0 2.5% 2em 2.5%;
    display: inline-block;
    width: 45%;
  }
}
@media only screen and (max-width: 700px) and (min-width: 551px) {
  .inside-feature-col {
    margin: 0 auto 3em auto;
    width: 75%;
  }
}
@media only screen and (max-width: 550px) {
  .inside-feature-col {
    margin: 0 auto 3em auto;
  }
}
.inside-feature-wrapper {
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
  position: relative;
  text-align: left;
}
.inside-feature-wrapper:hover .feature-background {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.inside-feature-wrapper:hover .inside-feature-overlay-bottom {
  max-height: 200px;
}
.inside-feature-wrapper .feature-background {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.75s linear;
  transition: all 0.75s linear;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.inside-feature-wrapper .inside-feature-overlay-bottom h4 {
  margin-bottom: 0.25em;
}
.inside-feature-wrapper .inside-feature-overlay-bottom h4 i {
  float: right;
  color: #427abd;
}
.inside-feature-wrapper .inside-feature-overlay-bottom ul {
  zoom: 1;
}
.inside-feature-wrapper .inside-feature-overlay-bottom ul:before {
  content: '';
  display: block;
}
.inside-feature-wrapper .inside-feature-overlay-bottom ul:after {
  content: '';
  display: table;
  clear: both;
}
.inside-feature-wrapper .inside-feature-overlay-bottom ul li {
  zoom: 1;
  margin-bottom: 5px;
  font-size: 0.9em;
}
.inside-feature-wrapper .inside-feature-overlay-bottom ul li:before {
  content: '';
  display: block;
}
.inside-feature-wrapper .inside-feature-overlay-bottom ul li:after {
  content: '';
  display: table;
  clear: both;
}
.inside-feature-wrapper .inside-feature-overlay-bottom ul li:last-child {
  margin: 0;
}
.inside-feature-wrapper .inside-feature-overlay-bottom ul li .event .time {
  padding-right: 15px;
  color: #a0a3a5;
}
.inside-feature-wrapper .inside-feature-overlay-bottom ul li .event .event-name {
  color: #427abd;
  font-family: 'Montserrat', sans-serif;
}
.inside-feature-wrapper .inside-feature-overlay-bottom p {
  font-size: 0.9em;
}
.feature-wrapper:hover .feature-overlay-bottom {
  max-height: 999px;
}
.feature-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.feature-overlay-top {
  padding: 1em;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6));
  color: white;
}
.feature-overlay-top h2,
.feature-overlay-top h4 {
  margin: 0;
}
.feature-overlay-bottom {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  zoom: 1;
  max-height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  color: #222324;
}
.feature-overlay-bottom:before {
  content: '';
  display: block;
}
.feature-overlay-bottom:after {
  content: '';
  display: table;
  clear: both;
}
@media screen and (max-width: 800px) {
  .feature-overlay-bottom {
    display: none;
  }
}
.overlay-bottom-content {
  zoom: 1;
  padding: 1em;
}
.overlay-bottom-content:before {
  content: '';
  display: block;
}
.overlay-bottom-content:after {
  content: '';
  display: table;
  clear: both;
}
.social-buttons {
  margin-top: 0.5em;
}
.social-button {
  display: inline-block;
  width: 46px;
  height: 46px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-right: 10px;
  -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  background-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.75) !important;
  border-radius: 50%;
}
.social-button .fa {
  font-size: 16px;
  line-height: 46px;
  vertical-align: middle;
}
.social-button:hover {
  color: #FFF !important;
}
.social-button:active {
  opacity: 0.8;
}
.facebook-button:hover {
  background-color: #3B5998;
}
.twitter-button:hover {
  background-color: #1DA1F2;
}
.instagram-button:hover {
  background-color: #E94475;
}
.social-section {
  text-align: center;
  padding: 1em 0 0 0;
}
.social-section.social-section-heaton {
  background-color: #427abd;
}
.social-section.social-section-gosforth {
  background-color: #77a264;
}
.social-title {
  font-size: 0.75em !important;
  margin-bottom: 1.33333333em !important;
  color: rgba(0, 0, 0, 0.5);
}
.congregations-splash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  height: 75vh;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  z-index: 1;
  margin-top: 65px;
  padding: 2em;
}
.congregations-splash:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 35, 36, 0.5);
}
.congregations-splash .congregation-splash-overlay-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.congregations-splash .congregation-splash-welcome-text {
  font-size: 0.875em;
  margin-bottom: 0.57142857em;
  letter-spacing: 5px;
  display: block;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  overflow-y: hidden;
}
.congregations-splash .congregation-splash-welcome-text span {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  display: block;
}
@media all and (max-width: 40.625em) {
  .congregations-splash .congregation-splash-welcome-text {
    font-size: 12px;
  }
}
.congregations-splash h1 {
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  position: relative;
}
@media all and (max-width: 40.625em) {
  .congregations-splash h1 {
    font-size: 1.75em;
    margin-bottom: 0em;
    line-height: 1.1;
  }
}
.congregations-splash h1:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background-color: #427abd;
}
.congregations-splash h1 > span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  opacity: 0;
}
.congregations-splash h1 > span:nth-child(3) {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.congregations-splash.scroll-watch-in-view .congregation-splash-welcome-text span {
  -webkit-animation: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.75s 1 forwards slide-in-top-full;
          animation: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.75s 1 forwards slide-in-top-full;
}
.congregations-splash.scroll-watch-in-view h1 {
  visibility: visible;
}
.congregations-splash.scroll-watch-in-view h1:before {
  -webkit-animation: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s 1 forwards content-reveal-left;
          animation: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s 1 forwards content-reveal-left;
}
.congregations-splash.scroll-watch-in-view h1 > span {
  -webkit-animation: 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) 1.75s 1 forwards fade-in;
          animation: 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) 1.75s 1 forwards fade-in;
}
.congregations-welcome {
  text-align: center;
  background-color: #f3f9ff;
}
@media all and (max-width: 50em) {
  .congregations-welcome {
    padding-bottom: 1em;
  }
}
@media all and (max-width: 40.625em) {
  .congregations-welcome {
    padding: 1em 0;
  }
}
.congregations-welcome.congregations-welcome-new {
  padding-bottom: 0 !important;
}
.congregations-welcome.congregations-welcome-new .content {
  font-size: 140%;
}
.congregations-welcome .content {
  padding: 2em 4em;
}
.congregations-welcome .content > *:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 50em) {
  .congregations-welcome .content {
    -webkit-transform: translateY(-1em);
            transform: translateY(-1em);
    padding: 2em;
  }
}
@media all and (max-width: 40.625em) {
  .congregations-welcome .content {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding: 1em;
  }
}
.congregations-welcome h2 {
  font-size: 2.5em;
  margin-bottom: 0.8em;
}
@media all and (max-width: 40.625em) {
  .congregations-welcome h2 {
    font-size: 2em;
    margin-bottom: 0.5em;
  }
}
.congregations-welcome p {
  color: #656565;
}
.congregation-welcome-title {
  margin-bottom: 8px !important;
  color: rgba(104, 146, 167, 0.5);
}
.sundays-section {
  text-align: center;
  color: #FFF;
  position: relative;
  z-index: 1;
  background-size: cover;
  padding: 4em 0;
}
@media all and (max-width: 50em) {
  .sundays-section {
    padding: 2em 0;
  }
}
.sundays-section:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sundays-section span {
  display: block;
}
.sundays-section .meeting-text {
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875em;
  margin-bottom: 2.28571429em;
  text-transform: uppercase;
  letter-spacing: 10px;
  color: rgb(255 255 255);
}
.sundays-section .meeting-time,
.sundays-section .meeting-location {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 1;
  line-height: 1.2;
}
.sundays-section .meeting-time a,
.sundays-section .meeting-location a {
  color: white;
}
.sundays-section .meeting-time {
  font-size: 5em;
  margin-bottom: 0.4em;
  color: #FFF;
  line-height: 1;
}
@media all and (max-width: 40.625em) {
  .sundays-section .meeting-time {
    font-size: 3.75em;
    margin-bottom: 0.53333333em;
  }
}
.sundays-section .meeting-location {
  font-size: 1.125em;
  margin-bottom: 1.77777778em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 2px;
}
.sundays-section .meeting-location:before {
  content: "\f041";
  font-family: "FontAwesome";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.15);
  z-index: -1;
  font-size: 50px;
}
.sundays-section .meeting-content {
  max-width: 800px;
  margin: 0 auto;
}
.sundays-section .meeting-content > *:last-child {
  margin-bottom: 0;
}
.sundays-section .content-intro {
  position: relative;
}
.sundays-section .sundays-icon {
  font-size: 40px;
  text-shadow: 1px 2px 0 rgba(255, 255, 255, 0.15);
}
.sundays-section.sundays-heaton {
  background-image: url('../images/Church building 5.jpg');
}
.sundays-section.sundays-heaton:before {
  background-color: rgb(200 59 33 / 50%)
}
.sundays-section.sundays-gosforth {
  background-image: url('../images/gosforth-meeting-bg.jpg');
}
.sundays-section.sundays-gosforth:before {
  background-color: rgba(119, 162, 100, 0.75);
}
.sundays-section.open .more-info-sundays {
  background: #FFF !important;
  color: #222324;
}
.sundays-map-wrapper iframe {
  display: block;
  pointer-events: none;
}
.sundays-map-wrapper iframe.clicked {
  pointer-events: auto;
}
.sunday-details {
  display: none;
  padding: 0;
}
@media screen and (min-width: 801px) {
  .sunday-details .sundays-map {
    padding-bottom: 25%;
  }
}
.sunday-details .sunday-details-content {
  margin: 0 auto;
  padding: 2em;
  max-width: 1200px;
  position: relative;
}
.sunday-details .sunday-details-content > *:last-child {
  margin-bottom: 0;
}
.sunday-details .sunday-details-content:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-width: 12px;
  margin-left: -12px;
}
.sunday-details .sunday-details-content * {
  color: #FFF;
}
.sunday-details .sundays-details-text > *:last-child {
  margin-bottom: 0;
}
.heaton-sunday-details {
  background-color: #427abd;
}
.heaton-sunday-details .sunday-details-content:after {
  border-bottom-color: #427abd;
}
.gosforth-sunday-details {
  background-color: #77a264;
}
.gosforth-sunday-details .sunday-details-content:after {
  border-bottom-color: #77a264;
}
.midweek-main-content {
  max-width: 800px;
  margin: 0 auto;
}
.midweek-main-content > *:last-child {
  margin-bottom: 0;
}
.midweek-main-content h2 {
  font-size: 4.375em;
  margin-bottom: 0.45714286em;
  line-height: 1.2;
  color: #FFF;
}
.contact-section {
  text-align: center;
}
.contact-wrapper {
  max-width: 400px;
  margin: 0 auto;
}
.contact-wrapper input {
  text-align: center;
}
.home-features-new {
  background-color: #FFF;
  padding: 0;
}
.home-features-new .home-feature-row {
  zoom: 1;
}
.home-features-new .home-feature-row:before {
  content: '';
  display: block;
}
.home-features-new .home-feature-row:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 40.625em) {
  .home-features-new p {
    font-size: 0.875em;
    margin-bottom: 1.14285714em;
  }
}
@media screen and (min-width: 901px) {
  .home-features-new .home-feature-wrapper {
    display: table;
    height: 100%;
    width: 100%;
  }
  .home-features-new .home-feature-wrapper .home-feature-image,
  .home-features-new .home-feature-wrapper .home-feature-content {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .home-features-new .home-feature-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home-features-new .home-feature-wrapper .home-feature-image,
  .home-features-new .home-feature-wrapper .home-feature-content {
    width: 100%;
  }
  .home-features-new .home-feature-wrapper .home-feature-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
  }
  .home-features-new .home-feature-wrapper .home-feature-content:after {
    bottom: 99%;
    left: 3em;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #FFF;
    border-width: 15px;
    margin-left: -15px;
  }
  .home-features-new .home-feature-wrapper .home-feature-content.home-feature-content-right:after {
    left: auto;
    right: 3em;
  }
  .home-features-new .home-feature-wrapper .home-feature-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 300px;
  }
}
@media screen and (max-width: 40.625em) {
  .home-features-new .home-feature-wrapper .home-feature-image {
    height: 200px;
  }
}
.home-features-new .home-feature-wrapper .home-feature-image {
  background-size: cover;
  background-position: center center;
}
.home-features-new .home-feature-wrapper .home-feature-content {
  padding: 4em;
}
@media only screen and (max-width: 40.625em) {
  .home-features-new .home-feature-wrapper .home-feature-content {
    padding: 1em;
  }
}
.home-features-new .home-feature-wrapper .home-feature-content-right {
  text-align: right;
}
.home-features-new .home-feature-wrapper .home-feature-content-right p {
  margin-right: auto;
}
@media only screen and (max-width: 40.625em) {
  .home-features-new .home-feature-wrapper .home-feature-content-right p {
    margin: 0 0 1em auto;
  }
}
.home-features-new .home-feature-wrapper .home-feature-content-right .buttons-wrapper .border-button:first-child {
  margin: 0 0.5em;
}
.home-features-new .home-feature-wrapper .home-feature-content-right .buttons-wrapper .border-button:last-child {
  margin-right: 0;
}
.home-boxes-new {
  padding: 0;
}
.home-boxes-new .home-boxes-wrapper {
  zoom: 1;
}
.home-boxes-new .home-boxes-wrapper:before {
  content: '';
  display: block;
}
.home-boxes-new .home-boxes-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
@media screen and (min-width: 701px) {
  .home-boxes-new .home-box-col {
    float: left;
    width: 33.33333333%;
  }
}
.home-boxes-new .home-box-col .home-box {
  height: 0;
  padding-bottom: 66.66666667%;
  position: relative;
}
.home-boxes-new .home-box-col .home-box:hover .home-box-overlay-bottom {
  opacity: 0;
}
.home-boxes-new .home-box-col .home-box:hover .home-box-overlay-full {
  display: block;
  opacity: 1;
}
.home-boxes-new .home-box-col .home-box:hover .home-box-overlay-full h3,
.home-boxes-new .home-box-col .home-box:hover .home-box-overlay-full .overlay-full-content {
  /* Fx 5+ */
  /* Opera 12+ */
  animation: 0.75s cubic-bezier(0.06, 0.5, 0.11, 0.99) 1 forwards slide-in-bottom;
  -webkit-animation: 0.75s cubic-bezier(0.06, 0.5, 0.11, 0.99) 1 forwards slide-in-bottom;
  /* Safari 4+ */
}
.home-boxes-new .home-box-col .home-box:hover .home-box-overlay-full .circle-button {
  /* Fx 5+ */
  /* Opera 12+ */
  animation: 0.25s cubic-bezier(0.06, 0.5, 0.11, 0.99) 1 forwards popup-show;
  -webkit-animation: 0.25s cubic-bezier(0.06, 0.5, 0.11, 0.99) 1 forwards popup-show;
  /* Safari 4+ */
}
.home-boxes-new .home-box-col .home-box:hover .home-box-overlay-full .home-box-blog h4,
.home-boxes-new .home-box-col .home-box:hover .home-box-overlay-full .home-box-blog p,
.home-boxes-new .home-box-col .home-box:hover .home-box-overlay-full .home-box-blog .border-button {
  /* Fx 5+ */
  /* Opera 12+ */
  animation: 0.5s cubic-bezier(0.06, 0.5, 0.11, 0.99) 1 forwards slide-in-left;
  -webkit-animation: 0.5s cubic-bezier(0.06, 0.5, 0.11, 0.99) 1 forwards slide-in-left;
  /* Safari 4+ */
}
.home-boxes-new .home-box-col .home-box:hover .home-box-overlay-full .home-box-blog h4 {
  animation-delay: 0.25s !important;
  -webkit-animation-delay: 0.25s !important;
}
.home-boxes-new .home-box-col .home-box:hover .home-box-overlay-full .home-box-blog .title {
  animation-delay: 0.35s !important;
  -webkit-animation-delay: 0.35s !important;
}
.home-boxes-new .home-box-col .home-box:hover .home-box-overlay-full .home-box-blog .date {
  animation-delay: 0.45s !important;
  -webkit-animation-delay: 0.45s !important;
}
.home-boxes-new .home-box-col .home-box:hover .home-box-overlay-full .home-box-blog p {
  animation-delay: 0.55s !important;
  -webkit-animation-delay: 0.55s !important;
}
.home-boxes-new .home-box-col .home-box:hover .home-box-overlay-full .home-box-blog .border-button {
  animation-delay: 0.65s !important;
  -webkit-animation-delay: 0.65s !important;
}
.home-boxes-new .home-box-col .home-box:hover .home-box-overlay-full .sermons-col:first-child h4,
.home-boxes-new .home-box-col .home-box:hover .home-box-overlay-full .sermons-col:first-child p {
  /* Fx 5+ */
  /* Opera 12+ */
  animation: 0.5s cubic-bezier(0.06, 0.5, 0.11, 0.99) 1 forwards slide-in-left;
  -webkit-animation: 0.5s cubic-bezier(0.06, 0.5, 0.11, 0.99) 1 forwards slide-in-left;
  /* Safari 4+ */
}
.home-boxes-new .home-box-col .home-box:hover .home-box-overlay-full .sermons-col:last-child h4,
.home-boxes-new .home-box-col .home-box:hover .home-box-overlay-full .sermons-col:last-child p {
  /* Fx 5+ */
  /* Opera 12+ */
  animation: 0.5s cubic-bezier(0.06, 0.5, 0.11, 0.99) 1 forwards slide-in-right;
  -webkit-animation: 0.5s cubic-bezier(0.06, 0.5, 0.11, 0.99) 1 forwards slide-in-right;
  /* Safari 4+ */
}
.home-boxes-new .home-box-col .home-box:hover .home-box-overlay-full .sermons-col h4 {
  animation-delay: 0.25s !important;
  -webkit-animation-delay: 0.25s !important;
}
.home-boxes-new .home-box-col .home-box:hover .home-box-overlay-full .sermons-col .title {
  animation-delay: 0.35s !important;
  -webkit-animation-delay: 0.35s !important;
}
.home-boxes-new .home-box-col .home-box:hover .home-box-overlay-full .sermons-col p {
  animation-delay: 0.45s !important;
  -webkit-animation-delay: 0.45s !important;
}
.home-boxes-new .home-box-col .home-box:hover .home-box-overlay-full h3 {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}
.home-boxes-new .home-box-col .home-box:hover .home-box-overlay-full .overlay-full-content {
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
}
.home-boxes-new .home-box-col .home-box:hover .home-box-overlay-full .circle-button:first-child {
  animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
}
.home-boxes-new .home-box-col .home-box:hover .home-box-overlay-full .circle-button:last-child {
  animation-delay: 0.85s;
  -webkit-animation-delay: 0.85s;
}
.home-boxes-new .home-box-col .home-box-overlay-bottom,
.home-boxes-new .home-box-col .home-box-overlay-full {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #FFF;
  padding: 1em 2em;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 100;
}
.home-boxes-new .home-box-col .home-box-overlay-bottom h3,
.home-boxes-new .home-box-col .home-box-overlay-full h3 {
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: none;
}
.home-boxes-new .home-box-col .home-box-overlay-bottom {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
  z-index: 100;
}
.home-boxes-new .home-box-col .home-box-overlay-bottom h3 {
  margin: 0;
}
.home-boxes-new .home-box-col .home-box-overlay-full {
  height: 100%;
  background-color: rgba(34, 35, 36, 0.5);
  opacity: 0;
  z-index: 10000;
  display: none;
}
.home-boxes-new .home-box-col .home-box-overlay-full h3,
.home-boxes-new .home-box-col .home-box-overlay-full .overlay-full-content {
  -webkit-transform: translate(0, 75px);
  transform: translate(0, 75px);
  opacity: 0;
}
.home-boxes-new .home-box-col .home-box-overlay-full .circle-button {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.home-boxes-new .home-box-col .home-box-overlay-full .border-button {
  margin-top: 1em;
  display: block;
}
.home-boxes-new .home-box-col .home-box-overlay-full h3,
.home-boxes-new .home-box-col .home-box-overlay-full h4 {
  margin: 0 0 16px 0;
}
.home-boxes-new .home-box-col .home-box-overlay-full h4 {
  margin: 0 0 8px 0;
}
.home-boxes-new .home-box-col .home-box-overlay-full p {
  color: rgba(255, 255, 255, 0.8);
}
.home-boxes-new .home-box-col .home-box-overlay-full .home-box-buttons {
  margin-top: 1em;
}
.home-boxes-new .home-box-col .home-box-overlay-full .home-box-buttons .circle-button {
  margin: 0 0.25em;
}
.home-boxes-new .home-box-col .home-box-blog p,
.home-boxes-new .home-box-col .home-box-sermons p {
  margin: 0;
}
.home-boxes-new .home-box-col .home-box-blog .title,
.home-boxes-new .home-box-col .home-box-sermons .title,
.home-boxes-new .home-box-col .home-box-blog .date,
.home-boxes-new .home-box-col .home-box-sermons .date {
  font-family: 'Montserrat', sans-serif;
}
.home-boxes-new .home-box-col .home-box-blog .date,
.home-boxes-new .home-box-col .home-box-sermons .date {
  font-size: 14px;
  float: right;
  margin: 5px 0 0 1em;
}
.home-boxes-new .home-box-col .home-box-blog .title,
.home-boxes-new .home-box-col .home-box-sermons .title {
  font-size: 18px;
}
.home-boxes-new .home-box-col .home-box-blog .title {
  margin-bottom: 8px;
}
.home-boxes-new .home-box-col .home-box-blog h4,
.home-boxes-new .home-box-col .home-box-blog p,
.home-boxes-new .home-box-col .home-box-blog .border-button {
  opacity: 0;
  -webkit-transform: translate(-75px, 0);
  transform: translate(-75px, 0);
}
.home-boxes-new .home-box-col .home-box-sermons {
  zoom: 1;
}
.home-boxes-new .home-box-col .home-box-sermons:before {
  content: '';
  display: block;
}
.home-boxes-new .home-box-col .home-box-sermons:after {
  content: '';
  display: table;
  clear: both;
}
.home-boxes-new .home-box-col .home-box-sermons p {
  margin: 0;
}
.home-boxes-new .home-box-col .home-box-sermons .sermons-col {
  float: left;
  width: 50%;
  text-align: center;
}
.home-boxes-new .home-box-col .home-box-sermons .sermons-col h4,
.home-boxes-new .home-box-col .home-box-sermons .sermons-col p {
  opacity: 0;
}
.home-boxes-new .home-box-col .home-box-sermons .sermons-col:first-child {
  padding: 0 1em 0 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.home-boxes-new .home-box-col .home-box-sermons .sermons-col:first-child h4,
.home-boxes-new .home-box-col .home-box-sermons .sermons-col:first-child p {
  -webkit-transform: translate(-75px, 0);
  transform: translate(-75px, 0);
}
.home-boxes-new .home-box-col .home-box-sermons .sermons-col:last-child {
  padding: 0 0 0 1em;
}
.home-boxes-new .home-box-col .home-box-sermons .sermons-col:last-child h4,
.home-boxes-new .home-box-col .home-box-sermons .sermons-col:last-child p {
  -webkit-transform: translate(75px, 0);
  transform: translate(75px, 0);
}
.cards-section {
  padding: 4em 0;
  text-align: center;
}
.cards-wrapper {
  text-align: center;
  margin: 0 auto;
  max-width: 1200px;
}
@media all and (max-width: 50em) {
  .cards-wrapper {
    max-width: 450px;
    margin: 0 auto;
  }
  .cards-wrapper .card-container {
    margin-bottom: 2em;
  }
  .cards-wrapper .card-container:last-child {
    margin-bottom: 0;
  }
}
.card-container {
  background-color: #FFF;
  text-align: left;
  position: relative;
}
.card-container:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #203b56;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: width 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), width 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), width 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.card-container a {
  display: block;
  height: 100%;
}
.card-container:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.card-container:hover .card-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.card-container:active:before {
  height: 4px;
}
@media all and (max-width: 50em) {
  .card-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 2em);
            flex: 0 1 calc(100% - 2em);
    width: calc(100% - 2em);
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
}
@media all and (max-width: 50em) and all and (max-width: 40.625em) {
  .card-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 1em);
            flex: 0 1 calc(100% - 1em);
    width: calc(100% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
}
.card-image {
  overflow: hidden;
}
.card-image img {
  display: block;
  margin: 0 auto;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.card-content {
    padding: 2em;
    border: 2px solid #c83b21;
    background: #ffffff;
    margin-bottom: 50px;
}
.card-content > *:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 40.625em) {
  .card-content {
    padding: 1em;
  }
}
.card-content h3 {
  font-size: 1.5em;
  margin-bottom: 0.66666667em;
}
@media all and (max-width: 40.625em) {
  .card-content h3 {
    font-size: 1.25em;
    margin-bottom: 0.4em;
  }
}
.card-content p {
  font-size: 0.875em;
  margin-bottom: 1.14285714em;
  color: #222324;
}
@media all and (max-width: 40.625em) {
  .card-content p {
    font-size: 0.8125em;
    margin-bottom: 0.61538462em;
  }
}
.card-cat {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin-bottom: 16px;
}
@media all and (max-width: 40.625em) {
  .card-cat {
    margin-bottom: 8px;
  }
}
.card-cat.cat-students {
  color: #f18d5f;
}
.card-cat.cat-new-here {
  color: #25200a;
}
.card-cat.cat-events {
  color: #ff304f;
}
.congregation-event-features-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.congregation-event-features-wrapper .event-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.congregation-event-features-wrapper .event-feature:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 0 25px 0 rgba(32, 59, 86, 0.12);
          box-shadow: 0 0 25px 0 rgba(32, 59, 86, 0.12);
}
.congregation-event-features-wrapper .event-feature:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.congregation-event-features-wrapper .event-feature-link {
  background: #FFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222324;
  border-radius: 5px;
}
.congregation-event-features-wrapper .event-feature-image {
  overflow: hidden;
}
.congregation-event-features-wrapper .event-feature-image img {
  display: block;
  border-radius: 5px 5px 0 0;
}
.congregation-event-features-wrapper .event-feature-content {
  padding: 1em;
  text-align: left;
}
.congregation-event-features-wrapper .event-feature-content > *:last-child {
  margin-bottom: 0;
}
.congregation-event-features-wrapper .event-feature-content h4 {
  font-size: 1.25em;
  margin-bottom: 0em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.congregation-event-features-wrapper .event-feature-content p {
  font-size: 0.9375em;
  margin-bottom: 0.53333333em;
}
.congregation-event-features-wrapper .event-feature-details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}
.congregation-event-features-wrapper .event-feature-details-wrapper .event-feature-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  border: 1px solid #f3f9ff;
  border-radius: 3px;
  margin: 0 5px;
}
.congregation-event-features-wrapper .event-feature-details-wrapper .event-feature-detail .event-feature-detail-icon {
  background-color: #f3f9ff;
  padding: 3px;
}
.congregation-event-features-wrapper .event-feature-details-wrapper .event-feature-detail .event-feature-detail-icon i {
  font-size: 16px;
  color: #6892a7;
  display: block;
}
.congregation-event-features-wrapper .event-feature-details-wrapper .event-feature-detail .event-feature-details-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  padding: 2px;
  color: #656565;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content-cols-section {
  padding: 0;
}
@-webkit-keyframes content-reveal-left {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  49.999% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes content-reveal-left {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  49.999% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@-webkit-keyframes content-reveal-right {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  49.999% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes content-reveal-right {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  49.999% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
.content-cols-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-cols-wrapper table {
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  width: 100% !important;
  margin-bottom: 2em;
}
.content-cols-wrapper table,
.content-cols-wrapper td,
.content-cols-wrapper th {
  text-align: left;
  vertical-align: top;
}
.content-cols-wrapper tr:hover {
  background-color: #f5f5f5;
}
.content-cols-wrapper tr:nth-child(2n) {
  background-color: #fafafa;
}
.content-cols-wrapper tr:nth-child(2n):hover {
  background-color: #f5f5f5;
}
.content-cols-wrapper th,
.content-cols-wrapper td {
  padding: 16px;
  font-size: 13px;
}
.content-cols-wrapper th {
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #6892a7;
  background-color: #f3f9ff;
}
.content-cols-wrapper td {
  color: #656565;
  border: 1px solid #ededed;
}
@media all and (max-width: 56.25em) {
  .content-cols-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.content-cols-wrapper p {
  max-width: 550px;
}
.content-cols-wrapper .content-col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  width: 50%;
  position: relative;
}
@media all and (max-width: 56.25em) {
  .content-cols-wrapper .content-col {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
@media screen and (max-width: 40.625em) {
  .content-cols-wrapper .content-col .home-feature-image {
    height: 200px;
  }
}
.content-cols-wrapper .video-overlay-button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.content-cols-wrapper .content-col-content {
  padding: 4em 4em;
}
.content-cols-wrapper .content-col-content > *:last-child {
  margin-bottom: 0;
}
@media all and (min-width: 75em) {
  .content-cols-wrapper .content-col-content {
    padding: 6em 4em;
  }
}
@media only screen and (max-width: 56.25em) {
  .content-cols-wrapper .content-col-content {
    padding: 2em;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
  }
  .content-cols-wrapper .content-col-content:after {
    bottom: 99%;
    left: 3em;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 15px;
    margin-left: -15px;
    z-index: 100;
  }
  .content-cols-wrapper .content-col-content .border-heading {
    text-align: left;
  }
  .content-cols-wrapper .content-col-content .border-heading:after {
    left: 0;
  }
}
@media all and (max-width: 40.625em) {
  .content-cols-wrapper .content-col-content {
    padding: 1em;
  }
  .content-cols-wrapper .content-col-content:after {
    left: 2em;
    border-width: 10px;
    margin-left: -10px;
  }
}
@media only screen and (min-width: 56.2501em) {
  .content-cols-wrapper .content-col-content-left {
    text-align: right;
  }
  .content-cols-wrapper .content-col-content-left p {
    margin-left: auto;
  }
}
.content-cols-wrapper .content-col-img {
  background: url('../images/stock-2.jpg') 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 56.25em) {
  .content-cols-wrapper .content-col-img {
    height: 300px;
  }
}
@media screen and (max-width: 40.625em) {
  .content-cols-wrapper .content-col-img {
    height: 200px;
  }
}
.news-section .news-wrapper {
  zoom: 1;
  width: 1200px;
  margin: 0 auto;
}
.news-section .news-wrapper:before {
  content: '';
  display: block;
}
.news-section .news-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 1200px) {
  .news-section .news-wrapper {
    width: 100%;
  }
}
.news-section .first-news,
.news-section .featured-news {
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 41.66666667%;
}
.news-section .first-news .news-overlay,
.news-section .featured-news .news-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3em 1em 1em 1em;
  color: #FFF;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.75)));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.75));
}
.news-section .first-news .news-overlay h2,
.news-section .featured-news .news-overlay h2,
.news-section .first-news .news-overlay h3,
.news-section .featured-news .news-overlay h3 {
  color: #FFF;
}
.news-section .first-news .news-overlay h2,
.news-section .featured-news .news-overlay h2 {
  font-size: 1.5em;
  margin-bottom: 0em;
}
.news-section .first-news .news-overlay h3,
.news-section .featured-news .news-overlay h3 {
  font-size: 1em;
  margin-bottom: 0em;
}
.news-section .first-news .news-overlay p,
.news-section .featured-news .news-overlay p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.875em;
  margin-bottom: 0em;
}
.news-section .first-news .news-overlay .overlay-blog-author,
.news-section .featured-news .news-overlay .overlay-blog-author {
  font-size: 0.8125em;
  margin-bottom: 0em;
  color: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 550px) {
  .news-section .first-news .news-overlay p,
  .news-section .featured-news .news-overlay p {
    display: none;
  }
}
.news-section .first-news .news-hover-overlay,
.news-section .featured-news .news-hover-overlay {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(34, 35, 36, 0.75);
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.news-section .first-news .news-hover-overlay .button-overlay-wrapper,
.news-section .featured-news .news-hover-overlay .button-overlay-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.news-section .first-news .news-hover-overlay .button-overlay,
.news-section .featured-news .news-hover-overlay .button-overlay {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.news-section .first-news .news-hover-overlay .border-button,
.news-section .featured-news .news-hover-overlay .border-button {
  margin-bottom: 0;
}
.news-section .first-news:hover .news-hover-overlay,
.news-section .featured-news:hover .news-hover-overlay {
  opacity: 1;
}
.news-section .first-news {
  margin-bottom: 2em;
}
.news-section .featured-news-container {
  zoom: 1;
  margin-bottom: 2em;
}
.news-section .featured-news-container:before {
  content: '';
  display: block;
}
.news-section .featured-news-container:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 601px) {
  .news-section .featured-news-wrapper {
    float: left;
    width: 48%;
    margin-right: 4%;
  }
  .news-section .featured-news-wrapper:nth-of-type(2n + 2) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .news-section .featured-news-wrapper:first-child {
    margin-bottom: 2em;
  }
}
.news-section .news-list-wrapper .new-list-item {
  margin-bottom: 2em;
  -webkit-transition: background-color 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 15px 0 rgba(32, 59, 86, 0.12);
          box-shadow: 0 0 15px 0 rgba(32, 59, 86, 0.12);
  border-radius: 5px;
}
.news-section .news-list-wrapper .new-list-item a {
  padding: 1em;
  height: 100%;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-section .news-list-wrapper .new-list-item h4 {
  font-size: 14px;
  margin-bottom: 0;
  color: #222324;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.news-section .news-list-wrapper .new-list-item h5 {
  font-size: 12px;
  margin-bottom: 0;
  color: #6892a7;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@media all and (max-width: 40.625em) {
  .news-section .news-list-wrapper .new-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 2em);
            flex: 0 1 calc(50% - 2em);
    width: calc(50% - 2em);
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
}
@media all and (max-width: 40.625em) and all and (max-width: 40.625em) {
  .news-section .news-list-wrapper .new-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 1em);
            flex: 0 1 calc(50% - 1em);
    width: calc(50% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
}
.news-section .news-list-wrapper .new-list-item:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.news-section .news-list-wrapper .new-list-item:active {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  background-color: #f1f1ef;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.news-section .news-sidebar > *:last-child {
  margin-bottom: 0;
}
.news-section .news-sidebar ul li:before {
  display: none !important;
}
.news-section .news-sidebar h3 {
  margin-bottom: 8px;
  text-align: center;
}
.news-section .news-sidebar .button-list {
  zoom: 1;
  margin-bottom: 1em;
}
.news-section .news-sidebar .button-list:before {
  content: '';
  display: block;
}
.news-section .news-sidebar .button-list:after {
  content: '';
  display: table;
  clear: both;
}
.news-section .news-sidebar .button-list li {
  margin: 0;
  text-indent: 0;
  float: left;
  zoom: 1;
}
.news-section .news-sidebar .button-list li:before {
  content: '';
  display: block;
}
.news-section .news-sidebar .button-list li:after {
  content: '';
  display: table;
  clear: both;
}
.news-section .news-sidebar .button-list li a {
  float: left;
  margin: 0 6px 6px 0;
}
.news-section .news-sidebar .button-list li:first-child {
  float: none;
}
.news-section .news-sidebar .button-list li:first-child a {
  float: none;
  display: block;
  margin: 0 0 6px 0;
}
.news-section .news-sidebar .button-list .cat-selected {
  background-color: #F07575;
}
.news-section .news-sidebar select {
  width: 100%;
  padding: 10px;
  border: 2px solid #cecfcb;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 1em;
}
.news-section .news-sidebar select:focus {
  border: 2px solid #a9aaa3;
}
.news-section article > *:last-child {
  margin-bottom: 0;
}
.news-section article .blog-title {
  color: #222324;
  line-height: 1.2;
  margin-bottom: 5px;
}
.news-section article .blog-article-author {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #6892a7;
  font-size: 18px;
  margin-bottom: 0px;
}
.news-section article .blog-article-date {
  font-size: 14px;
  color: #cecfcb;
}
.news-section article figure {
  margin: -1.5em 0 2em 0;
}
.news-section article blockquote {
  float: right;
  max-width: 50%;
  margin: 2em 0 2em 2em;
  border-right: 8px solid #f5ae8e;
  padding: 1em;
}
.news-section article blockquote p {
  margin: 0;
}
.news-section .back-button-block > *:last-child {
  margin-bottom: 0;
}
.news-section .blog-article-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2em;
}
@media all and (max-width: 40.625em) {
  .news-section .blog-article-header {
    margin-bottom: 1em;
  }
}
.news-section .blog-article-header-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news-section .blog-article-header-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-section .news-sidebar-block {
  background-color: #FFF;
  padding: 1em;
  margin-bottom: 1em;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.news-section .news-sidemenu {
  margin: 0 0 1em 0;
}
.news-section .news-sidemenu li {
  margin: 0 -2em;
  text-indent: 0;
}
@media all and (max-width: 40.625em) {
  .news-section .news-sidemenu li {
    margin: 0 -1em;
  }
}
.news-section .news-sidemenu li:before {
  content: "" !important;
}
.news-section .news-sidemenu li a {
  font-size: 14px;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 10px 32px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 40.625em) {
  .news-section .news-sidemenu li a {
    padding: 8px 16px;
  }
}
.news-section .news-sidemenu li a:hover {
  background-color: #f1f1ef;
}
.news-section .news-sidemenu li a:active {
  background-color: #e5e5e1;
}
.news-section .news-sidemenu li span {
  display: block;
  line-height: 1.4;
}
.news-section .news-sidemenu li .list-title {
  color: #222324;
}
.news-section .news-sidemenu li .meta {
  color: #6892a7;
  font-size: 12px;
  margin-top: 3px;
}
.blog-share-title {
  margin-right: 5px;
  font-size: 12px;
  color: #6892a7;
}
.blog-share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-share-list li {
  margin: 0 0 0 5px !important;
  text-indent: 0 !important;
}
.blog-share-list li:before {
  display: none !important;
}
.blog-share-list a {
  display: inline-block;
  -webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
}
.blog-share-list a i {
  line-height: 36px;
  vertical-align: middle;
  font-size: 14px;
}
.blog-share-list span {
  color: #cecfcb;
}
.blog-share-list .facebook-share {
  background-color: rgba(59, 89, 152, 0.15);
  color: #3B5998;
}
.blog-share-list .facebook-share:hover {
  background-color: #3B5998;
  color: #FFF;
}
.blog-share-list .twitter-share {
  background-color: rgba(29, 161, 242, 0.15);
  color: #1DA1F2;
}
.blog-share-list .twitter-share:hover {
  background-color: #1DA1F2;
  color: #FFF;
}
.team-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.team-wrapper-list {
  max-width: 800px;
}
.team-list {
  margin-bottom: 2em;
}
.team-list > .team-member {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #f1f1ef;
}
@media all and (min-width: 40.6251em) {
  .team-list > .team-member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media all and (max-width: 40.625em) {
  .team-list > .team-member {
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
}
.team-list > .team-member:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.team-list > .team-member h3 {
  color: #222324;
  font-size: 1.5em;
  margin-bottom: 1.33333333em;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
@media all and (max-width: 40.625em) {
  .team-list > .team-member h3 {
    font-size: 1.25em;
    margin-bottom: 0.8em;
  }
}
.team-list > .team-member h3 + h4 {
  margin-top: -32px;
}
@media all and (max-width: 40.625em) {
  .team-list > .team-member h3 + h4 {
    margin-top: -16px;
  }
}
.team-list > .team-member h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.125em;
  margin-bottom: 1.77777778em;
}
@media all and (max-width: 40.625em) {
  .team-list > .team-member h4 {
    font-size: 1em;
    margin-bottom: 1em;
  }
}
.team-list > .team-member .team-content > *:last-child {
  margin-bottom: 0;
}
.team-list > .team-member .team-image img {
  display: block;
}
@media all and (min-width: 40.6251em) {
  .team-list > .team-member .team-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .team-list > .team-member .team-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .team-list > .team-member:nth-child(odd) .team-image {
    margin-right: 2em;
  }
  .team-list > .team-member:nth-child(even) .team-content {
    text-align: right;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .team-list > .team-member:nth-child(even) .team-image {
    margin-left: 2em;
  }
}
@media all and (max-width: 40.625em) {
  .team-list > .team-member .team-image {
    max-width: 300px;
    margin: 0 auto 1em;
  }
}
@media all and (max-width: 28.125em) {
  .team-wrapper-grid {
    max-width: 320px !important;
  }
}
.default-page-content .team-grid .team-member-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.33333333333333% - 2em);
          flex: 0 1 calc(33.33333333333333% - 2em);
  width: calc(33.33333333333333% - 2em);
  margin-left: 1em !important;
  margin-right: 1em !important;
}
@media all and (max-width: 40.625em) {
  .default-page-content .team-grid .team-member-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.33333333333333% - 1em);
            flex: 0 1 calc(33.33333333333333% - 1em);
    width: calc(33.33333333333333% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
}
@media all and (max-width: 68.75em) {
  .default-page-content .team-grid .team-member-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.33333333333333% - 2em);
            flex: 0 1 calc(33.33333333333333% - 2em);
    width: calc(33.33333333333333% - 2em);
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
}
@media all and (max-width: 68.75em) and all and (max-width: 40.625em) {
  .default-page-content .team-grid .team-member-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.33333333333333% - 1em);
            flex: 0 1 calc(33.33333333333333% - 1em);
    width: calc(33.33333333333333% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
}
@media screen and (max-width: 50em) {
  .default-page-content .team-grid .team-member-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 2em);
            flex: 0 1 calc(50% - 2em);
    width: calc(50% - 2em);
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
}
@media screen and (max-width: 50em) and all and (max-width: 40.625em) {
  .default-page-content .team-grid .team-member-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 1em);
            flex: 0 1 calc(50% - 1em);
    width: calc(50% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
}
@media all and (max-width: 40.625em) {
  .default-page-content .team-grid .team-member-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 1em);
            flex: 0 1 calc(50% - 1em);
    width: calc(50% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
}
@media all and (max-width: 28.125em) {
  .default-page-content .team-grid .team-member-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 1em);
            flex: 0 1 calc(100% - 1em);
    width: calc(100% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
}
.team-grid .team-member-container {
  -webkit-box-shadow: 0 0 25px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 25px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 2em;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(25% - 2em);
          flex: 0 1 calc(25% - 2em);
  width: calc(25% - 2em);
  margin-left: 1em !important;
  margin-right: 1em !important;
}
@media all and (max-width: 40.625em) {
  .team-grid .team-member-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(25% - 1em);
            flex: 0 1 calc(25% - 1em);
    width: calc(25% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
}
@media all and (max-width: 68.75em) {
  .team-grid .team-member-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.33333333333333% - 2em);
            flex: 0 1 calc(33.33333333333333% - 2em);
    width: calc(33.33333333333333% - 2em);
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
}
@media all and (max-width: 68.75em) and all and (max-width: 40.625em) {
  .team-grid .team-member-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.33333333333333% - 1em);
            flex: 0 1 calc(33.33333333333333% - 1em);
    width: calc(33.33333333333333% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
}
@media screen and (max-width: 50em) {
  .team-grid .team-member-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 2em);
            flex: 0 1 calc(50% - 2em);
    width: calc(50% - 2em);
    margin-left: 1em !important;
    margin-right: 1em !important;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 50em) and all and (max-width: 40.625em) {
  .team-grid .team-member-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 1em);
            flex: 0 1 calc(50% - 1em);
    width: calc(50% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
}
@media all and (max-width: 40.625em) {
  .team-grid .team-member-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 1em);
            flex: 0 1 calc(50% - 1em);
    width: calc(50% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
    margin-bottom: 1em;
  }
}
@media all and (max-width: 28.125em) {
  .team-grid .team-member-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 1em);
            flex: 0 1 calc(100% - 1em);
    width: calc(100% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
}
.team-grid .team-member {
  height: 0;
  padding-bottom: 150%;
  padding-bottom: 133.33333333%;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
}
.team-grid .extra-info-toggle {
  padding: 24px;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  z-index: 1000;
}
.team-grid .extra-info-toggle i {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.team-grid .extra-info-toggle i:last-child {
  opacity: 0;
}
.team-grid .extra-info-toggle.active i:first-child {
  opacity: 0;
}
.team-grid .extra-info-toggle.active i:last-child {
  opacity: 1;
}
.team-grid .team-email-overlay {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1em;
  color: #fff;
  font-size: 14px;
}
.team-grid .team-email-overlay i {
  font-size: 18px;
  vertical-align: text-bottom;
  padding-right: 6px;
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}
.team-grid .team-email-overlay .team-email-text {
  display: inline-block;
  text-shadow: 0 0 18px #000000;
  opacity: 0;
  -webkit-transform: translateX(-1em);
          transform: translateX(-1em);
  -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.team-grid .team-email-overlay:hover .team-email-text {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.team-grid .team-email-overlay:active {
  opacity: 0.75;
}
.team-grid .team-overlay-title {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.9)));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9));
  padding: 3em 1em 1em 1em;
  -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.team-grid .team-overlay-title.inactive {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  opacity: 0;
}
.team-grid .team-extra-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding: 1em;
  color: #fff;
  display: none;
  opacity: 0;
  background: rgba(34, 35, 36, 0.8);
}
.team-grid .team-extra-overlay h3 {
  padding: 0 24px 0 0;
}
.team-grid .team-extra-overlay h4 {
  margin-bottom: 8px;
}
.team-grid .team-extra-overlay .white-button {
  display: block;
  background-color: #fff;
  color: #222324;
}
.team-grid .team-extra-overlay.active {
  display: block;
  /* Fx 5+ */
  /* Opera 12+ */
  animation: slide-in-top 0.25s forwards;
  -webkit-animation: slide-in-top 0.25s forwards;
  /* Safari 4+ */
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}
.team-grid h3,
.team-grid h4 {
  text-transform: none;
  margin: 0;
  color: #fff;
}
.team-grid h3 {
  font-size: 1.25em;
  margin-bottom: 0.2em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.team-grid h4 {
  font-size: 1em;
  margin-bottom: 0em;
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.team-grid p {
  color: #fff;
  font-size: 0.875em;
  margin-bottom: 1.14285714em;
}
ul.downloads li,
ul.links li {
  margin: 0.5em 2em;
  text-indent: -0.5em;
  display: list-item;
  text-align: -webkit-match-parent;
  font-size: 15px;
}
ul.downloads li:before,
ul.links li:before {
  font-family: "FontAwesome";
  color: rgba(34, 35, 36, 0.75);
  float: left;
  left: -1em;
  position: relative;
  top: 2px;
}
ul.downloads li:before {
  content: "\f019";
}
ul.links li:before {
  content: "\f08e";
}
@media screen and (min-width: 769px) {
  .pit-gallery a img {
    width: 23.5%;
    margin: 0;
    margin-right: 2%;
    margin-bottom: 10px;
    float: left;
  }
  .pit-gallery a:nth-child(4n) img {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  .pit-gallery a img {
    width: 32%;
    margin: 0;
    margin-right: 2%;
    margin-bottom: 7.5px;
    float: left;
  }
  .pit-gallery a:nth-child(3n) img {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .pit-gallery a img {
    width: 49%;
    margin: 0;
    margin-right: 2%;
    margin-bottom: 5px;
    float: left;
  }
  .pit-gallery a:nth-child(2n) img {
    margin-right: 0 !important;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000000;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000001;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.required-text {
  color: #ff304f;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.error {
  border-color: #ff304f !important;
  border-radius: 3px 3px 0 0 !important;
}
.form-error,
.form-error-2 {
  padding: 0.66666667em 1.33333333em;
  margin-bottom: 2.66666667em;
  background-color: #ff304f;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
  position: relative;
  color: #FFF;
  display: block;
}
.form-error > *:last-child,
.form-error-2 > *:last-child {
  margin-bottom: 0;
}
.form-error:before,
.form-error-2:before {
  bottom: 100%;
  left: 2em;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 48, 79, 0);
  border-bottom-color: #ff304f;
  border-width: 7px;
}
.form-error.main-form-error,
.form-error-2.main-form-error {
  padding: 1.33333333em;
  display: none;
}
.form-error.form-error-no-arrow:before,
.form-error-2.form-error-no-arrow:before {
  display: none;
}
.has-error .form-error {
  border-radius: 0 0 3px 3px;
}
.form-element {
  zoom: 1;
  margin-bottom: 2em;
}
.form-element:before {
  content: '';
  display: block;
}
.form-element:after {
  content: '';
  display: table;
  clear: both;
}
@media all and (max-width: 40.625em) {
  .form-element {
    margin-bottom: 1em;
  }
}
.form-element label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #6892a7;
  display: block;
  margin-bottom: 8px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.form-element .input-description {
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  margin: 8px 0 0 0;
}
.form-element .form-error {
  margin-bottom: 0;
}
.form-row {
  margin-bottom: 2em;
}
.form-row .grid-col-12 {
  width: 95%;
}
.form-row .grid-col-11 {
  width: 86.66666667%;
}
.form-row .grid-col-10 {
  width: 78.33333333%;
}
.form-row .grid-col-9 {
  width: 70%;
}
.form-row .grid-col-8 {
  width: 61.66666667%;
}
.form-row .grid-col-7 {
  width: 53.33333333%;
}
.form-row .grid-col-6 {
  width: 45%;
}
.form-row .grid-col-5 {
  width: 36.66666667%;
}
.form-row .grid-col-4 {
  width: 28.33333333%;
}
.form-row .grid-col-3 {
  width: 20%;
}
.form-row .grid-col-2 {
  width: 11.66666667%;
}
.form-row .grid-col-1 {
  width: 3.33333333%;
}
.form-row .form-element {
  margin: 0;
}
@media all and (max-width: 50em) {
  .form-row {
    margin: 0;
  }
  .form-row *[class*="grid-col-"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 2em);
            flex: 0 1 calc(100% - 2em);
    width: calc(100% - 2em);
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .form-row .form-element {
    margin-bottom: 1em;
  }
}
@media all and (max-width: 50em) and all and (max-width: 40.625em) {
  .form-row *[class*="grid-col-"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 1em);
            flex: 0 1 calc(100% - 1em);
    width: calc(100% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="number"],
select,
textarea,
input[type=file] {
  width: 100%;
  border: 2px solid #daecff;
  padding: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  outline: none;
  color: #222324;
  border-radius: 3px;
  -webkit-transition: border 0.25s ease-in-out;
  transition: border 0.25s ease-in-out;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus,
input[type=file]:focus {
  border-color: #c0dfff;
}
form > *:last-child,
fieldset > *:last-child {
  margin-bottom: 0;
}
.custom-radio,
.custom-radio-label,
.custom-checkbox,
.custom-checkbox-label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.custom-radio-label,
.custom-checkbox-label {
  padding: 12px 12px 12px 52px !important;
  display: block !important;
  font-size: 12px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  border-radius: 3px;
  margin: 0 !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.custom-radio-label:hover,
.custom-checkbox-label:hover {
  background: #ebebe8;
}
.custom-radio,
.custom-checkbox {
  opacity: 0;
  position: absolute;
  z-index: -111;
}
.custom-radio + .custom-radio-label:before,
.custom-checkbox + .custom-checkbox-label:before,
.custom-radio + .custom-radio-label:after,
.custom-checkbox + .custom-checkbox-label:after {
  content: " ";
  background: #FFF;
  border: 2px solid #daecff;
  color: #FFF;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
  border-radius: 3px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.custom-radio + .custom-radio-label:after,
.custom-checkbox + .custom-checkbox-label:after {
  background: #c0dfff;
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 12px !important;
  background: transparent;
  border: none;
  overflow: hidden;
  -webkit-transform: scale(0) translateY(-50%) rotate(180deg);
          transform: scale(0) translateY(-50%) rotate(180deg);
  line-height: 26px;
}
.custom-radio + .custom-radio-label:before {
  -webkit-box-shadow: inset 0px 0px 0px 4px #fff;
  box-shadow: inset 0px 0px 0px 4px #fff;
}
.custom-checkbox:checked + .custom-checkbox-label {
  background: #e9e9e5;
}
.custom-checkbox:checked + .custom-checkbox-label:after {
  -webkit-transform: scale(1) translateY(-50%) rotate(0deg);
          transform: scale(1) translateY(-50%) rotate(0deg);
  background: #c0dfff;
}
.custom-checkbox:focus + .custom-checkbox-label {
  -webkit-box-shadow: inset 0 0 0 1px #c0dfff;
          box-shadow: inset 0 0 0 1px #c0dfff;
}
.custom-radio:checked + .custom-radio-label {
  background: #e9e9e5;
}
.custom-radio:checked + .custom-radio-label:before {
  background: #c0dfff;
}
.custom-radio-label,
.custom-checkbox-label {
  position: relative;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.calendar ul.month-browser li {
  width: 33.3%;
  padding: 0;
  border: 0;
  text-align: center;
  text-transform: uppercase;
  height: auto;
  margin: 20px 0;
}
.calendar {
  zoom: 1;
  border-bottom: 1px solid #ccc;
}
.calendar:before {
  content: '';
  display: block;
}
.calendar:after {
  content: '';
  display: table;
  clear: both;
}
.calendar .month-display {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calendar .month-display a {
  text-decoration: none;
}
@media all and (max-width: 28.125em) {
  .calendar .month-display a {
    font-size: 10px;
    padding: 10px 12px;
    width: 100%;
  }
}
.calendar .month-display .calendar_nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.calendar .month-display .calendar_nav .border-button {
  margin-bottom: 0;
}
.calendar .month-display .right {
  text-align: right;
}
.calendar .month-display #current-month {
  float: left;
  width: 33%;
  text-align: center;
}
@media all and (max-width: 40.625em) {
  .calendar .month-display #current-month {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
  }
}
.calendar .days {
  zoom: 1;
}
.calendar .days:before {
  content: '';
  display: block;
}
.calendar .days:after {
  content: '';
  display: table;
  clear: both;
}
.calendar .week {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-bottom: none;
  min-height: 130px;
  position: relative;
  background: url('../images/calendar-bg.png') 14.28571429% top repeat-y, url('../images/calendar-bg.png') 28.57142857% top repeat-y, url('../images/calendar-bg.png') 42.85714286% top repeat-y, url('../images/calendar-bg.png') 57.14285714% top repeat-y, url('../images/calendar-bg.png') 71.42857143% top repeat-y, url('../images/calendar-bg.png') 85.71428571% top repeat-y;
}
.calendar .week ul.week {
  margin-bottom: 0 !important;
}
.calendar div[class*="week_"]:before {
  content: " ";
  position: absolute;
  height: 100%;
  z-index: -1;
  top: 0;
  background-color: rgba(66, 122, 189, 0.1);
}
.calendar .week_1:before {
  left: 0;
  width: 14.28571429%;
}
.calendar .week_2:before {
  left: 0;
  width: 28.57142857%;
}
.calendar .week_3:before {
  left: 0;
  width: 42.85714286%;
}
.calendar .week_4:before {
  left: 0;
  width: 57.14285714%;
}
.calendar .week_5:before {
  left: 0;
  width: 71.42857143%;
}
.calendar .week_6:before {
  left: 0;
  width: 85.71428571%;
}
.calendar .week_end_1:before {
  right: 0;
  width: 14.28571429%;
}
.calendar .week_end_2:before {
  right: 0;
  width: 28.57142857%;
}
.calendar .week_end_3:before {
  right: 0;
  width: 42.85714286%;
}
.calendar .week_end_4:before {
  right: 0;
  width: 57.14285714%;
}
.calendar .week_end_5:before {
  right: 0;
  width: 71.42857143%;
}
.calendar .week_end_6:before {
  right: 0;
  width: 85.71428571%;
}
.calendar .week_today_0:before {
  width: 14.28571429%;
  left: -14.28571429%;
  background-color: #427abd !important;
}
.calendar .week_today_0 .days li:nth-child(0) .date {
  color: #FFF !important;
}
.calendar .week_today_0 .days li:nth-child(0) .show-info {
  background-color: rgba(255, 255, 255, 0.25) !important;
  border: 1px solid #FFF !important;
  color: #FFF !important;
}
.calendar .week_today_0 .days li:nth-child(0) .show-info .show-time {
  color: rgba(255, 255, 255, 0.8);
}
.calendar .week_today_1:before {
  width: 14.28571429%;
  left: 0%;
  background-color: #427abd !important;
}
.calendar .week_today_1 .days li:nth-child(1) .date {
  color: #FFF !important;
}
.calendar .week_today_1 .days li:nth-child(1) .show-info {
  background-color: rgba(255, 255, 255, 0.25) !important;
  border: 1px solid #FFF !important;
  color: #FFF !important;
}
.calendar .week_today_1 .days li:nth-child(1) .show-info .show-time {
  color: rgba(255, 255, 255, 0.8);
}
.calendar .week_today_2:before {
  width: 14.28571429%;
  left: 14.28571429%;
  background-color: #427abd !important;
}
.calendar .week_today_2 .days li:nth-child(2) .date {
  color: #FFF !important;
}
.calendar .week_today_2 .days li:nth-child(2) .show-info {
  background-color: rgba(255, 255, 255, 0.25) !important;
  border: 1px solid #FFF !important;
  color: #FFF !important;
}
.calendar .week_today_2 .days li:nth-child(2) .show-info .show-time {
  color: rgba(255, 255, 255, 0.8);
}
.calendar .week_today_3:before {
  width: 14.28571429%;
  left: 28.57142857%;
  background-color: #427abd !important;
}
.calendar .week_today_3 .days li:nth-child(3) .date {
  color: #FFF !important;
}
.calendar .week_today_3 .days li:nth-child(3) .show-info {
  background-color: rgba(255, 255, 255, 0.25) !important;
  border: 1px solid #FFF !important;
  color: #FFF !important;
}
.calendar .week_today_3 .days li:nth-child(3) .show-info .show-time {
  color: rgba(255, 255, 255, 0.8);
}
.calendar .week_today_4:before {
  width: 14.28571429%;
  left: 42.85714286%;
  background-color: #427abd !important;
}
.calendar .week_today_4 .days li:nth-child(4) .date {
  color: #FFF !important;
}
.calendar .week_today_4 .days li:nth-child(4) .show-info {
  background-color: rgba(255, 255, 255, 0.25) !important;
  border: 1px solid #FFF !important;
  color: #FFF !important;
}
.calendar .week_today_4 .days li:nth-child(4) .show-info .show-time {
  color: rgba(255, 255, 255, 0.8);
}
.calendar .week_today_5:before {
  width: 14.28571429%;
  left: 57.14285714%;
  background-color: #427abd !important;
}
.calendar .week_today_5 .days li:nth-child(5) .date {
  color: #FFF !important;
}
.calendar .week_today_5 .days li:nth-child(5) .show-info {
  background-color: rgba(255, 255, 255, 0.25) !important;
  border: 1px solid #FFF !important;
  color: #FFF !important;
}
.calendar .week_today_5 .days li:nth-child(5) .show-info .show-time {
  color: rgba(255, 255, 255, 0.8);
}
.calendar .week_today_6:before {
  width: 14.28571429%;
  left: 71.42857143%;
  background-color: #427abd !important;
}
.calendar .week_today_6 .days li:nth-child(6) .date {
  color: #FFF !important;
}
.calendar .week_today_6 .days li:nth-child(6) .show-info {
  background-color: rgba(255, 255, 255, 0.25) !important;
  border: 1px solid #FFF !important;
  color: #FFF !important;
}
.calendar .week_today_6 .days li:nth-child(6) .show-info .show-time {
  color: rgba(255, 255, 255, 0.8);
}
.calendar .week_today_7:before {
  width: 14.28571429%;
  left: 85.71428571%;
  background-color: #427abd !important;
}
.calendar .week_today_7 .days li:nth-child(7) .date {
  color: #FFF !important;
}
.calendar .week_today_7 .days li:nth-child(7) .show-info {
  background-color: rgba(255, 255, 255, 0.25) !important;
  border: 1px solid #FFF !important;
  color: #FFF !important;
}
.calendar .week_today_7 .days li:nth-child(7) .show-info .show-time {
  color: rgba(255, 255, 255, 0.8);
}
.calendar ul {
  margin-top: 0 !important;
  list-style: none;
  padding: 0;
  margin: 0;
  clear: both;
}
.calendar ul.weekdays {
  zoom: 1;
}
.calendar ul.weekdays:before {
  content: '';
  display: block;
}
.calendar ul.weekdays:after {
  content: '';
  display: table;
  clear: both;
}
.calendar ul.weekdays li {
  text-align: center;
  text-transform: uppercase;
  line-height: 20px;
  border: none;
  padding: 10px 6px;
  color: #656565;
  font-size: 12px !important;
}
.calendar li {
  text-indent: 0 !important;
  margin: 0 !important;
  display: block !important;
  line-height: 100% !important;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 14.28571429%;
  padding: 0;
  display: block;
  float: left;
  overflow: visible;
}
.calendar li:before {
  font-family: '' !important;
  content: '' !important;
  color: inherit !important;
  float: none !important;
  width: auto !important;
  border: none !important;
}
.calendar li .day,
.calendar li .month {
  display: none;
}
.calendar li.out_of_range {
  background-color: #F5F5F5;
  color: #666;
}
.calendar li .event-button {
  display: block;
}
.calendar li .show-info {
  width: 90%;
  margin: 0 5% 5px 5%;
  position: relative;
  z-index: 1000;
  padding: 5px;
  font-size: 12px;
  border-radius: 3px;
  -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
.calendar li .show-info:hover .show-time {
  color: rgba(255, 255, 255, 0.75);
}
.calendar li .span-1 {
  width: 90%;
}
.calendar li .span-2 {
  width: 190%;
}
.calendar li .span-3 {
  width: 290%;
}
.calendar li .span-4 {
  width: 390%;
}
.calendar li .span-5 {
  width: 490%;
}
.calendar li .span-6 {
  width: 590%;
}
.calendar li .span-7 {
  width: 690%;
}
.calendar li .show-info:hover .venue {
  display: block;
}
.calendar li a,
.calendar li .show-info .show-name {
  text-decoration: none;
}
.calendar li .show-time {
  color: #6892a7;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.calendar .days:last-child li {
  margin-bottom: 0px;
}
.calendar .date {
  text-align: right;
  margin-bottom: 5px;
  padding: 5px 5px 0 0;
}
.calendar .no-shows {
  display: none;
}
.calendar .venue {
  display: none;
}
.calendar .day-container {
  zoom: 1;
}
.calendar .day-container:before {
  content: '';
  display: block;
}
.calendar .day-container:after {
  content: '';
  display: table;
  clear: both;
}
.calendar .day-container .list-day {
  float: left;
  width: 20%;
  padding: 10px;
}
.calendar .day-container .list-day .day {
  color: #6892a7;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 540px) {
  .calendar .day-container .list-day {
    width: 100%;
  }
}
.calendar .day-container .list-event {
  float: right;
  width: 78%;
  margin-bottom: 10px;
  padding: 10px;
}
@media only screen and (max-width: 540px) {
  .calendar .day-container .list-event {
    width: 100%;
  }
}
.calendar .day-container .list-event .event-time {
  font-size: 13px;
}
.calendar .day-container .list-event .event-title {
  font-size: 14px;
}
.calendar .day-container .list-event .event-title a {
  text-decoration: none;
  font-weight: bold;
}
.calendar .day-container .list-event .event-summary {
  font-size: 12px;
  color: #777;
}
.calendar .day-container .list-event .event-summary a {
  color: #777;
  text-decoration: none;
}
.calendar .day-container .list-event .event-summary a:hover {
  text-decoration: underline;
}
.event_image {
  max-width: 100%;
  height: auto;
}
.event_times .event_dates {
  font-weight: bold;
}
.location_left {
  width: 48%;
  margin-right: 2%;
  float: left;
}
@media only screen and (max-width: 540px) {
  .location_left {
    width: 100%;
    margin-right: 0%;
  }
}
.location_left h4.location_directions,
.location_left h4.location_phone,
.location_left h4.location_link {
  margin-top: 15px;
}
.location_right {
  float: right;
  width: 48%;
  margin-left: 2%;
}
.location_right .location_image {
  width: 100%;
}
@media only screen and (max-width: 540px) {
  .location_right {
    width: 100%;
    margin-right: 0%;
  }
}
.location_right .proclaim-it-map {
  padding-bottom: 100% !important;
}
.calendar-sidebar ul li a:hover {
  border: none;
}
.calendar-sidebar h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.75em;
  margin-bottom: 1.33333333em;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.calendar-sidebar .sidebar-options {
  margin-bottom: 16px;
  font-size: 14px;
  color: rgba(34, 35, 36, 0.15);
}
.calendar-sidebar .sidebar-options a {
  color: rgba(34, 35, 36, 0.5);
}
.calendar-sidebar .sidebar-options a.view-selected {
  color: #222324;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.calendar-sidebar .sidebar-options .sidebar-date-view {
  margin-bottom: 1em;
}
.calendar-sidebar .sidebar-options .sidebar-display-view {
  width: 100%;
}
@media only screen and (max-width: 560px) {
  .calendar-sidebar .sidebar-options .sidebar-display-view {
    display: none;
  }
}
@media only screen and (max-width: 560px) {
  .calendar-sidebar .sidebar-options .display-h3 {
    display: none;
  }
}
.calendar-sidebar .sidebar-ics {
  font-size: 14px;
}
.calendar-sidebar .sidebar-ics a {
  width: 100%;
  display: block;
}
.calendar-sidebar .calendar-categories ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 0 !important;
  zoom: 1;
}
.calendar-sidebar .calendar-categories ul:before {
  content: '';
  display: block;
}
.calendar-sidebar .calendar-categories ul:after {
  content: '';
  display: table;
  clear: both;
}
.calendar-sidebar .calendar-categories ul li {
  text-indent: 0 !important;
  margin: 0px 5px 5px 0px !important;
  display: block !important;
  font-size: 14px !important;
  line-height: 1 !important;
  float: left;
  display: block;
  position: relative;
  overflow: hidden;
}
.calendar-sidebar .calendar-categories ul li:before {
  font-family: '' !important;
  content: '' !important;
  color: inherit !important;
  float: none !important;
  width: auto !important;
}
.calendar-sidebar .calendar-categories ul li a {
  display: block;
}
.calendar-sidebar .calendar-categories .sidebar-all-cats {
  display: block !important;
  float: none !important;
  margin: 0 0 5px 0 !important;
  width: 100% !important;
}
.calendar-sidebar .calendar-categories .sidebar-cat-button {
  padding: 5px;
  border-radius: 3px;
  font-size: 12px;
  text-align: center;
  -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
.calendar-sidebar .calendar-categories .sidebar-cat-button.sidebar-cat-button-all {
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.075);
  color: #6892a7;
}
.calendar-sidebar .calendar-categories .sidebar-cat-button.sidebar-cat-button-all:hover,
.calendar-sidebar .calendar-categories .sidebar-cat-button.sidebar-cat-button-all.cat-selected {
  color: #FFF;
  background-color: #6892a7;
}
@media only screen and (min-width: 561px) {
  .list-view {
    display: none;
  }
  .list-show {
    display: block;
  }
}
@media only screen and (max-width: 560px) {
  .list-view {
    display: block;
  }
  .calendar-view {
    display: none;
  }
}
.detail-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000000000;
  text-align: center;
  background-color: rgba(34, 35, 36, 0.75);
  display: none;
}
.event-detail {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-align: left;
  max-width: 550px;
  max-height: 90%;
  overflow-y: auto;
  background-color: #FFF;
  margin: 0 auto;
  display: none;
  border-radius: 5px;
  opacity: 0;
}
.event-detail::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 3px;
}
.event-detail::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
  border-radius: 3px;
}
.event-detail::-webkit-scrollbar-thumb {
  background-color: #222324;
  border-radius: 3px;
}
@media only screen and (max-width: 552px) {
  .event-detail {
    width: 96%;
  }
}
.event-detail .event-popup-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.event-detail .category-color {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
}
.event-detail .day-number-circle {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(241, 141, 95, 0.15);
  color: #f18d5f;
  text-align: center;
}
.event-detail .day-number {
  line-height: 50px;
  vertical-align: middle;
}
.event-detail .close-detail {
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #656565;
}
.event-detail .close-detail i {
  font-size: 18px;
}
.event-detail .close-detail:hover {
  background-color: #f1f1ef;
}
.event-detail .event-popup-title {
  font-size: 1.5em;
  margin-bottom: 0em;
  letter-spacing: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #222324;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 16px 0;
}
.event-detail section {
  zoom: 1;
  text-align: left;
  padding: 0;
}
.event-detail section:before {
  content: '';
  display: block;
}
.event-detail section:after {
  content: '';
  display: table;
  clear: both;
}
.event-detail section > *:last-child {
  margin-bottom: 0;
}
.event-detail .event-info {
  padding: 1em;
  border-top: 1px solid #F5F5F5;
}
.event-detail .event-map iframe {
  width: 100%;
}
.event-info-wrapper > *:last-child {
  margin-bottom: 0;
}
.event-info-wrapper.event-info-popup-wrapper {
  margin-bottom: 1em;
}
.event-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5em;
}
.event-info-item .event-info-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  text-align: center;
  color: rgba(34, 35, 36, 0.4);
}
.event-info-item .event-info-icon i {
  vertical-align: baseline;
  font-size: 14px;
}
.event-info-item .event-info-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.event-info-item .event-info-text {
  display: block;
  font-size: 14px;
  line-height: 1.7;
}
.detail-container-show {
  display: block;
}
.event-detail-show {
  opacity: 1;
  display: block;
  margin-top: 50px;
}
@media all and (max-width: 40.625em) {
  .event-detail-wrapper {
    margin-top: 1em;
  }
}
.event-detail-wrapper .proclaim-it-map {
  padding-bottom: 90%;
}
.event-detail-title {
  font-size: 2em;
  margin-bottom: 1em;
  letter-spacing: 0;
  color: #222324;
}
@media all and (max-width: 40.625em) {
  .event-detail-title {
    font-size: 1.75em;
    margin-bottom: 0.57142857em;
  }
}
@font-face {
  font-family: 'calendar-icons';
  src: url('./fonts/calendar-icons.eot?86120886');
  src: url('./fonts/calendar-icons.eot?86120886#iefix') format('embedded-opentype'), url('./fonts/calendar-icons.woff?86120886') format('woff'), url('./fonts/calendar-icons.ttf?86120886') format('truetype'), url('./fonts/calendar-icons.svg?86120886#calendar-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'calendar-icons';
    src: url('../font/calendar-icons.svg?86120886#calendar-icons') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "calendar-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-clock:before {
  content: '\e800';
}
/* '' */
.icon-location:before {
  content: '\e801';
}
/* '' */
.icon-doc-text:before {
  content: '\e802';
}
/* '' */
.icon-link:before {
  content: '\e803';
}
/* '' */
.icon-picture:before {
  content: '\e804';
}
/* '' */
section .talks-content a {
  border: none;
}
.addthis_toolbox a {
  width: 33%;
}
.series-overlay {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  padding: 5px;
  text-align: center;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  color: #222324;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  z-index: 100;
}
.series-overlay h4,
.series-overlay .button {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  margin: 0;
}
.series-overlay h4 {
  margin: 0 0 5px 0;
}
.series-overlay .button {
  font-size: 18px;
}
.podcast-list {
  margin: 0;
}
.podcast-list li {
  text-indent: 0 !important;
  font-size: 14px;
  margin: 0 0 5px 0 !important;
  font-family: 'Montserrat', sans-serif;
}
.podcast-list li:before {
  display: none;
}
.podcast-list a {
  padding: 4px 12px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  border-radius: 3px;
}
.podcast-list a i {
  margin-right: 8px;
}
.podcast-list a:hover {
  color: white;
}
.podcast-list .itunes-link {
  color: #b83ff6;
}
.podcast-list .itunes-link:hover {
  background: #b83ff6;
}
.podcast-list .rss-link {
  color: #e67e22;
}
.podcast-list .rss-link:hover {
  background: #e67e22;
}
.sermons-block {
  margin-bottom: 2em;
  -webkit-box-shadow: 0 0 25px 0 rgba(32, 59, 86, 0.12);
          box-shadow: 0 0 25px 0 rgba(32, 59, 86, 0.12);
  border-radius: 3px;
  background-color: #fff;
}
.sermons-block-content {
  zoom: 1;
  padding: 16px;
}
.sermons-block-content:before {
  content: '';
  display: block;
}
.sermons-block-content:after {
  content: '';
  display: table;
  clear: both;
}
.sermons-block-content > *:last-child {
  margin-bottom: 0;
}
.section-title {
  color: rgba(255, 255, 255, 0.75);
  background-color: #203b56;
  padding: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 5px;
  text-transform: uppercase;
  border-radius: 3px 3px 0 0;
}
.talk-tag-wrapper {
  margin: -8px 0 3px -16px;
}
.talk-tag-wrapper .talk-tag-text {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 12px;
  padding: 3px 10px 3px 16px;
  border-radius: 0 3px 3px 0;
}
.talk-tag-wrapper .talk-tag-text.talk-tag-Network {
  background-color: rgba(241, 141, 95, 0.15);
  color: #f18d5f;
}
.talk-tag-wrapper .talk-tag-text.talk-tag-Heaton {
  background-color: rgba(66, 122, 189, 0.15);
  color: #427abd;
}
.talk-tag-wrapper .talk-tag-text.talk-tag-Gosforth {
  background-color: rgba(119, 162, 100, 0.15);
  color: #77a264;
}
.talk-tag-wrapper.talk-tag-wrapper-table {
  margin-top: 0;
}
.talk-tag-wrapper.talk-tag-wrapper-table .talk-tag-text {
  font-size: 11px;
}
.talk-title-table {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.talk-title-table a {
  color: #6892a7;
}
.talk-title-table a:hover {
  color: #f18d5f;
}
#pit-sermons-home {
  zoom: 1;
}
#pit-sermons-home:before {
  content: '';
  display: block;
}
#pit-sermons-home:after {
  content: '';
  display: table;
  clear: both;
}
#pit-sermons-home > *:last-child {
  margin-bottom: 0;
}
#pit-sermons-home table {
  margin: 0;
}
#pit-sermons-home td {
  padding: 8px 16px !important;
  vertical-align: middle;
}
#pit-sermons-home .series-text .series-header,
#pit-sermons-home .container-box .series-header {
  margin: 10px;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc;
}
#pit-sermons-home .series-text .series-title,
#pit-sermons-home .container-box .series-title {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
  line-height: 22px;
}
#pit-sermons-home #latest .main {
  padding: 1em;
  background-color: transparent;
}
#pit-sermons-home #latest .main .latest-title {
  color: #222324;
  line-height: 1.5;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
#pit-sermons-home #latest .main .series {
  color: #656565;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin-top: 5px;
}
#pit-sermons-home #latest .main .passage-title {
  color: rgba(34, 35, 36, 0.7);
}
#pit-sermons-home #latest .main .sub-info {
  zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pit-sermons-home #latest .main .sub-info:before {
  content: '';
  display: block;
}
#pit-sermons-home #latest .main .sub-info:after {
  content: '';
  display: table;
  clear: both;
}
#pit-sermons-home #latest .main .sub-info p {
  margin-top: 12px;
}
#pit-sermons-home #latest .main .sub-info .author {
  font-size: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#pit-sermons-home #latest .main .sub-info .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pit-sermons-home #latest .main .sub-info .icons .icon-holder {
  margin-left: 5px;
}
#pit-sermons-home #latest .main .sub-info .icons .icon-holder a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #4fc3f7;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  /* '?' */
  /* '?' */
  /* '?' */
  /* '?' */
}
#pit-sermons-home #latest .main .sub-info .icons .icon-holder a .icon-download:before {
  content: '\e801';
}
#pit-sermons-home #latest .main .sub-info .icons .icon-holder a .icon-book-open:before {
  content: '\e802';
}
#pit-sermons-home #latest .main .sub-info .icons .icon-holder a .icon-dot-3:before {
  content: '\e803';
}
#pit-sermons-home #latest .main .sub-info .icons .icon-holder a .icon-file-audio:before {
  content: '\e804';
}
#pit-sermons-home #latest .main .sub-info .icons .icon-holder a .material-icons {
  font-size: 18px;
}
#pit-sermons-home #latest .main .sub-info .icons .icon-holder a i {
  vertical-align: middle;
  line-height: 30px;
}
#pit-sermons-home #latest .main .sub-info .icons .icon-holder a i:before {
  font-family: 'sermons';
}
#pit-sermons-home #latest .main .sub-info .icons .icon-holder a:hover {
  background: #2196f3;
}
#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper {
  position: relative;
}
#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper a i:before {
  font-family: 'FontAwesome';
}
#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper .share-buttons-wrapper {
  position: absolute;
  top: -40px;
  left: 50%;
  text-align: center;
  width: 200px;
  margin-left: -100px;
  display: none;
  zoom: 1;
}
#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper .share-buttons-wrapper:before {
  content: '';
  display: block;
}
#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper .share-buttons-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper .share-buttons-wrapper a {
  margin: 0 1px;
  -webkit-transform: scale(0);
  transform: scale(0);
}
#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper .share-buttons-wrapper .facebook-share {
  background: #3B5998;
}
#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper .share-buttons-wrapper .twitter-share {
  background: #1DA1F2;
}
#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper .share-buttons-wrapper .google-share {
  background: #dc483c;
}
#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper .sermon-share-toggle i {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper.active .sermon-share-toggle {
  background: #00e676;
}
#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper.active .sermon-share-toggle i {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper.active .share-buttons-wrapper {
  display: block;
}
#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper.active .share-buttons-wrapper a {
  /* Fx 5+ */
  /* Opera 12+ */
  animation: 0.3s pop forwards;
  -webkit-animation: 0.3s pop forwards;
  /* Safari 4+ */
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}
#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper.active .share-buttons-wrapper a:first-child {
  animation-delay: 0.15s;
  -webkit-animation-delay: 0.15s;
}
#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper.active .share-buttons-wrapper a:nth-child(2) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper.active .share-buttons-wrapper a:nth-child(3) {
  animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
}
#pit-sermons-home #latest .image {
  overflow: hidden;
  position: relative;
}
#pit-sermons-home #latest .image img {
  width: 100%;
  height: auto;
  float: left;
}
#pit-sermons-home .talk-download-list {
  margin: 0;
}
#pit-sermons-home .esv > *:last-child {
  margin-bottom: 0;
}
#pit-sermons-home .esv h2 {
  font-size: 1.75em;
  margin-bottom: 0.57142857em;
}
#pit-sermons-home .esv h2:before,
#pit-sermons-home .esv h2:after {
  display: none;
}
#pit-sermons-home .esv h3 {
  text-transform: none;
  font-size: 16px;
  margin-bottom: 5px;
}
#pit-sermons-home .esv .chapter-num {
  font-size: 1.5em;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.3;
}
#pit-sermons-home .esv .verse-num {
  vertical-align: super;
  font-size: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  position: relative;
  top: 1px;
  color: #222324;
}
#pit-sermons-home .esv-text > *:last-child {
  margin-bottom: 0;
}
#pit-sermons-home #recent-search {
  zoom: 1;
}
#pit-sermons-home #recent-search:before {
  content: '';
  display: block;
}
#pit-sermons-home #recent-search:after {
  content: '';
  display: table;
  clear: both;
}
#pit-sermons-home #recent-search #recent-full {
  width: 100%;
  margin-bottom: 0;
}
#pit-sermons-home #recent-search #search {
  zoom: 1;
}
#pit-sermons-home #recent-search #search:before {
  content: '';
  display: block;
}
#pit-sermons-home #recent-search #search:after {
  content: '';
  display: table;
  clear: both;
}
#pit-sermons-home #recent-search .search-wrapper {
  padding: 16px;
  zoom: 1;
}
#pit-sermons-home #recent-search .search-wrapper:before {
  content: '';
  display: block;
}
#pit-sermons-home #recent-search .search-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
#pit-sermons-home #recent-search .search-wrapper > *:last-child {
  margin-bottom: 0;
}
#pit-sermons-home #recent-search .search-wrapper h4 {
  font-size: 12px !important;
  margin-bottom: 4px !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
#pit-sermons-home #recent-search .search-wrapper .select2 {
  width: 100% !important;
}
#pit-sermons-home #recent-search .search-wrapper .select2,
#pit-sermons-home #recent-search .search-wrapper input {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin-bottom: 0.5em;
}
#pit-sermons-home #recent-search .search-wrapper .select2:focus,
#pit-sermons-home #recent-search .search-wrapper input:focus {
  border-color: #f18d5f;
}
#pit-sermons-home #recent-search .search-wrapper input {
  width: 100% !important;
  height: 32px;
  border: 2px solid rgba(34, 35, 36, 0.25);
  padding: 5px;
  border-radius: 2px;
  outline: none;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#pit-sermons-home #recent-search .search-wrapper input[type='number'] {
  text-align: center;
}
#pit-sermons-home #recent-search .search-cols-wrapper {
  zoom: 1;
  margin-bottom: 1em;
}
#pit-sermons-home #recent-search .search-cols-wrapper:before {
  content: '';
  display: block;
}
#pit-sermons-home #recent-search .search-cols-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
#pit-sermons-home #recent-search .search-col {
  float: left;
  margin-right: 2%;
}
@media screen and (min-width: 801px) {
  #pit-sermons-home #recent-search .search-col {
    width: 23.5%;
  }
  #pit-sermons-home #recent-search .search-col:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 800px) {
  #pit-sermons-home #recent-search .search-col {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 800px) and (min-width: 501px) {
  #pit-sermons-home #recent-search .search-col {
    width: 49%;
  }
  #pit-sermons-home #recent-search .search-col:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  #pit-sermons-home #recent-search .search-col {
    width: 100%;
    margin: 0;
  }
}
#pit-sermons-home #recent-search .button-wrapper {
  margin-top: 1em;
}
#pit-sermons-home #recent-search .button-wrapper .primary-button {
  float: left;
  width: 49%;
  line-height: 1 !important;
}
#pit-sermons-home #recent-search .button-wrapper .primary-button:first-child {
  margin-right: 2%;
}
@media screen and (max-width: 550px) {
  #pit-sermons-home #recent-search .button-wrapper .primary-button {
    width: 100%;
    margin: 0 !important;
  }
  #pit-sermons-home #recent-search .button-wrapper .primary-button:first-child {
    margin: 0 0 1em 0 !important;
  }
}
#pit-sermons-home #archive {
  clear: both;
}
#pit-sermons-home #archive .archive-container {
  position: relative;
}
#pit-sermons-home #archive .archive-container .container-box {
  margin-bottom: 2%;
  margin-right: 2%;
  float: left;
}
@media screen and (min-width: 768px) {
  #pit-sermons-home #archive .archive-container .container-box {
    width: 32%;
  }
  #pit-sermons-home #archive .archive-container .container-box:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 768px) and (min-width: 551px) {
  #pit-sermons-home #archive .archive-container .container-box {
    width: 32%;
  }
  #pit-sermons-home #archive .archive-container .container-box:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 550px) and (min-width: 351px) {
  #pit-sermons-home #archive .archive-container .container-box {
    width: 49%;
  }
  #pit-sermons-home #archive .archive-container .container-box:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 350px) {
  #pit-sermons-home #archive .archive-container .container-box {
    width: 100%;
    margin-right: 0 !important;
  }
}
#pit-sermons-home #archive .archive-container .splash-box {
  height: 0;
  width: 100%;
  padding-bottom: 66.66666667%;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.7);
}
#pit-sermons-home #archive .archive-container .splash-box a {
  display: block;
}
#pit-sermons-home #archive .archive-container .splash-box img {
  height: auto;
  width: 100%;
}
#pit-sermons-home table {
  font-size: 12px;
}
@font-face {
  font-family: 'sermons';
  src: url('./fonts/sermons.eot?48716757');
  src: url('./fonts/sermons.eot?48716757#iefix') format('embedded-opentype'), url('./fonts/sermons.woff?48716757') format('woff'), url('./fonts/sermons.ttf?48716757') format('truetype'), url('./fonts/sermons.svg?48716757#sermons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'sermons';
    src: url('../font/sermons.svg?48716757#sermons') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "sermons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-download:before {
  content: '\e801';
}
/* '' */
.icon-book-open:before {
  content: '\e802';
}
/* '' */
.icon-dot-3:before {
  content: '\e803';
}
/* '' */
.icon-file-audio:before {
  content: '\e804';
}
/* '' */
.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  text-align: left;
}
.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 2px solid rgba(34, 35, 36, 0.25);
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  font-size: 12px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 2px solid rgba(34, 35, 36, 0.25);
  border-radius: 2px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  font-size: 22px;
  margin-top: -2px;
  color: #E88181;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #427abd;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), to(#eeeeee));
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 32px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 30px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#ffffff));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #427abd;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.pit-controls {
  width: 100%;
  padding: 10px 10px 20px 10px;
  zoom: 1;
  border: 2px solid rgba(104, 146, 167, 0.15);
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pit-controls:before {
  content: '';
  display: block;
}
.pit-controls:after {
  content: '';
  display: table;
  clear: both;
}
.pit-controls a {
  color: rgba(104, 146, 167, 0.75);
}
.pit-controls a:hover {
  color: #6892a7;
}
.pit-controls .left-controls {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  width: 4%;
  /* For old syntax, otherwise collapses. */
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 0 0 25px;
  /* IE 10 */
  -webkit-box-flex: 0;
          flex: 0 0 25px;
  /* NEW, Spec - Firefox, Chrome, Opera */
  margin-right: 5px;
  font-size: 1.125em;
}
.pit-controls .left-controls i {
  margin-top: 3px;
}
.pit-controls .right-controls {
  -webkit-box-flex: 2;
  /* OLD - iOS 6-, Safari 3.1-6 */
  width: 10%;
  /* For old syntax, otherwise collapses. */
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 0 0 100px;
  /* IE 10 */
  -webkit-box-flex: 0;
          flex: 0 0 100px;
  /* NEW, Spec - Firefox, Chrome, Opera */
  margin-left: 10px;
}
.pit-controls .progress {
  -webkit-box-flex: 7;
  /* OLD - iOS 6-, Safari 3.1-6 */
  width: 75%;
  /* For old syntax, otherwise collapses. */
  /* Safari 6.1+. iOS 7.1+, BB10 */
  -ms-flex: 7;
  /* IE 10 */
  flex: 7;
  /* NEW, Spec - Firefox, Chrome, Opera */
  zoom: 1;
  position: relative;
}
.pit-controls .progress:before {
  content: '';
  display: block;
}
.pit-controls .progress:after {
  content: '';
  display: table;
  clear: both;
}
.pit-controls .progress .progress-time {
  font-size: 0.75em;
}
.pit-controls .progress .progress-time span {
  cursor: default;
  color: rgba(104, 146, 167, 0.75);
}
.pit-controls .progress .progress-time .current-time {
  float: left;
}
.pit-controls .progress .progress-time .duration {
  float: right;
}
.pit-controls .progress .progress-bar {
  height: 10px;
  margin: 0.25em 0;
  display: block;
  background-color: rgba(104, 146, 167, 0.2);
}
.pit-controls .progress .seek-bar {
  position: relative;
  display: block;
  cursor: pointer;
  height: 10px;
  background: rgba(104, 146, 167, 0.05);
}
.pit-controls .progress .play-bar {
  display: block;
  height: 10px;
  padding: 0;
  background: #6892a7;
}
.pit-controls .progress .progress-time {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
}
.pit-controls .mute-control {
  float: left;
  margin-top: 2px;
}
.pit-controls .mute-control a {
  width: 1em;
  display: block;
}
.pit-controls .volume-bar {
  height: 5px;
  margin: 11px 0 0 1.25em;
  background-color: rgba(104, 146, 167, 0.1);
  cursor: pointer;
}
.pit-controls .volume-bar .current-volume {
  height: 5px;
  background-color: rgba(104, 146, 167, 0.05);
}
.pit-controls .volume-bar .cur-vol {
  height: 5px;
  background-color: rgba(104, 146, 167, 0.25);
}
@media only screen and (max-width: 980px) {
  .right-controls {
    display: none;
  }
}
.pit-controls-visible {
  opacity: 1;
  margin-top: 1em;
}
@font-face {
  font-family: 'podcast-icons';
  src: url('./fonts/podcast-icons.eot?90959475');
  src: url('./fonts/podcast-icons.eot?90959475#iefix') format('embedded-opentype'), url('./fonts/podcast-icons.woff?90959475') format('woff'), url('./fonts/podcast-icons.ttf?90959475') format('truetype'), url('./fonts/podcast-icons.svg?90959475#podcast-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'podcast-icons';
    src: url('../font/podcast-icons.svg?90959475#podcast-icons') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "podcast-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-itunes:before {
  content: '\e800';
}
/* '' */
.icon-rss-squared:before {
  content: '\e801';
}
/* '' */
@-webkit-keyframes pulse-small {
  0%,
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0.5;
  }
  25% {
    -webkit-transform: scale(1.125, 1.15);
            transform: scale(1.125, 1.15);
    opacity: 0;
  }
  99% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes pulse-small {
  0%,
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0.5;
  }
  25% {
    -webkit-transform: scale(1.125, 1.15);
            transform: scale(1.125, 1.15);
    opacity: 0;
  }
  99% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
}
.site-alert-section {
  padding: 2em 0;
}
@media only screen and (max-width: 40.625em) {
  .site-alert-section {
    padding: 1em 0;
  }
}
.site-alert-section .site-alert-wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 2em;
  border: 1px solid #daecff;
  background-color: #f3f9ff;
  text-align: center;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 1.3px 0.8px -40px rgba(0, 0, 0, 0.02), 0 3.2px 2px -40px rgba(0, 0, 0, 0.028), 0 6px 3.8px -40px rgba(0, 0, 0, 0.035), 0 10.7px 6.7px -40px rgba(0, 0, 0, 0.042), 0 20.1px 12.5px -40px rgba(0, 0, 0, 0.05), 0 48px 30px -40px rgba(0, 0, 0, 0.07);
          box-shadow: 0 1.3px 0.8px -40px rgba(0, 0, 0, 0.02), 0 3.2px 2px -40px rgba(0, 0, 0, 0.028), 0 6px 3.8px -40px rgba(0, 0, 0, 0.035), 0 10.7px 6.7px -40px rgba(0, 0, 0, 0.042), 0 20.1px 12.5px -40px rgba(0, 0, 0, 0.05), 0 48px 30px -40px rgba(0, 0, 0, 0.07);
}
.site-alert-section .site-alert-wrapper > *:last-child {
  margin-bottom: 0;
}
.site-alert-section .site-alert-wrapper:before,
.site-alert-section .site-alert-wrapper:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  border: 2px solid #daecff;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  z-index: -1;
}
.site-alert-section .site-alert-wrapper:before {
  -webkit-animation: 2.5s linear infinite forwards pulse-small;
          animation: 2.5s linear infinite forwards pulse-small;
}
.site-alert-section .site-alert-wrapper:after {
  -webkit-animation: 2.5s linear infinite 0.2s forwards pulse-small;
          animation: 2.5s linear infinite 0.2s forwards pulse-small;
}
.site-alert-section .site-alert-wrapper p {
  font-size: 1.25em;
  margin-bottom: 1.6em;
}
@media only screen and (max-width: 40.625em) {
  .site-alert-section .site-alert-wrapper p {
    font-size: 1em;
    margin-bottom: 1em;
  }
}
