.row {
  text-align: center;
  display: inline;
}
[class*='col-'] {
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 600px) {
  .col-1,
  .col-1-2,
  .col-2-4 {
    width: 100%;
  }
  .col-1-3,
  .col-1-4 {
    width: 49.4%;
  }
  .col-2-3 {
    width: 66.66%;
  }
  .col-3-4 {
    width: 75%;
  }
  .row .col-full-width {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .col-1-2 {
    width: 49.4%;
  }
  .col-1-4 {
    width: 33%;
  }
  .full-width .col-1-2 {
    width: 50%;
    float: left;
  }
  .row .col-full-width {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .row {
    display: block;
  }
  .col-1-2 {
    width: 49.4%;
  }
  .col-1-3 {
    width: 32.5%;
  }
  .col-2-3 {
    width: 65.5%;
  }
  .col-1-4 {
    width: 24.5%;
  }
  .col-2-4 {
    width: 49.4%;
  }
  .col-3-4 {
    width: 75%;
  }
  .row .col-full-width {
    width: 100%;
  }
}
/* Opt-in outside padding */
.row-pad {
  padding: 20px 0 20px 20px;
}
.row-pad [class*='col-']:last-of-type {
  padding-right: 20px;
}
.gallery-cell {
  width: 100%;
}
.flickity-page-dots .dot {
  background-color: #fff;
  opacity: 0.3;
}
.flickity-prev-next-button {
  width: 34px;
  height: 34px;
  background: transparent;
  opacity: 0.3;
}
.flickity-prev-next-button:hover {
  background: transparent;
}
.flickity-prev-next-button .arrow {
  fill: #fff;
}
.flickity-prev-next-button.previous {
  left: 0;
}
.flickity-prev-next-button.next {
  right: 0;
}
.bg-image .flickity-page-dots {
  bottom: -95px;
}
.cell-wrap {
  position: relative;
  padding: 0 20px;
  text-align: center;
}
.cell-wrap.full {
  padding: 0;
}
@media screen and (min-width: 600px) {
  .bg-image .flickity-page-dots {
    bottom: -155px;
  }
  .cell-wrap {
    width: 70%;
    margin: 0 auto;
  }
  .cell-wrap.full {
    width: auto;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .bg-image .flickity-page-dots {
    bottom: -95px;
  }
  .flickity-prev-next-button {
    width: 44px;
    height: 44px;
  }
  .flickity-prev-next-button.previous {
    left: 10px;
  }
  .flickity-prev-next-button.next {
    right: 10px;
  }
  .cell-wrap {
    width: 50%;
    margin: 0 auto;
  }
  .cell-wrap.full {
    max-width: 1024px;
    margin: 0 auto;
  }
}
/**
	Adobe Typekit
*/
/**
	thin: 100
	light: 300
	regular: 400
	semibold: 600
	bold: 700
	extra bold: 800
	black: 900
*/
/**
	Font Awesome
	version: 4.3.0
 	unicode char: http://fortawesome.github.io/Font-Awesome/cheatsheet/
*/
/**
	icomoon app - custom font constants
	https://icomoon.io/
*/
@font-face {
  font-family: 'restore-font';
  src: url('/src/fonts/restore-font.eot?-16m019');
  src: url('/src/fonts/restore-font.eot?#iefix-16m019') format('embedded-opentype'), url('/src/fonts/restore-font.ttf?-16m019') format('truetype'), url('/src/fonts/restore-font.woff?-16m019') format('woff'), url('/src/fonts/restore-font.svg?-16m019#restore-font') format('svg');
  font-weight: normal;
  font-style: normal;
}
.r-icon {
  font-family: 'restore-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.restore-menu-btn:before {
  content: "\e603";
}
.restore-logo:before {
  content: "\e601";
}
.restore-tree:before {
  content: "\e602";
}
.restore-icon:before {
  content: "\e600";
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.clearfix:after,
section:after,
.contact-info .info a:after,
.contact-info .info a:hover:after,
.contact-info .info a:visited:after {
  content: "";
  display: table;
  clear: both;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  color: #374146;
  line-height: 1.5;
  font-size: 20px;
  text-align: center;
}
a,
a:hover,
a:visited {
  text-decoration: none;
  color: #EE3526;
}
a img,
a:hover img,
a:visited img {
  border: none;
}
img {
  width: 100%;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.6em;
}
h3 {
  font-size: 1.4em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  font-weight: 600;
}
h1.sub,
h2.sub,
h3.sub,
h4.sub,
h5.sub,
h6.sub {
  font-style: italic;
  margin-top: -1.3em;
}
h1.thin,
h2.thin,
h3.thin,
h4.thin,
h5.thin,
h6.thin {
  font-weight: 100;
}
h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
  font-weight: 300;
}
h1.reg,
h2.reg,
h3.reg,
h4.reg,
h5.reg,
h6.reg {
  font-weight: 400;
}
h1.line,
h2.line,
h3.line,
h4.line,
h5.line,
h6.line {
  position: relative;
  padding-bottom: 50px;
  line-height: 1;
}
h1.line:after,
h2.line:after,
h3.line:after,
h4.line:after,
h5.line:after,
h6.line:after {
  content: "";
  position: absolute;
  margin-left: -22px;
  left: 50%;
  bottom: 20px;
  width: 44px;
  height: 2px;
}
h1.red:after,
h2.red:after,
h3.red:after,
h4.red:after,
h5.red:after,
h6.red:after {
  background-color: #EE3526;
}
h1.purple:after,
h2.purple:after,
h3.purple:after,
h4.purple:after,
h5.purple:after,
h6.purple:after {
  background-color: #A1A6BB;
}
p {
  margin-top: 0;
}
p:only-of-type {
  margin-top: 1em;
}
strong {
  font-weight: 600;
}
strong.red {
  color: #EE3526;
}
mark {
  background-color: #A1A6BB;
  color: #686F6E;
}
blockquote {
  border-left: 6px solid #A1A6BB;
  margin: 55px 0 55px 40px;
  padding: 0 0 0 20px;
  font-weight: 600;
  font-size: 1.5em;
  font-style: italic;
  position: relative;
  text-align: left;
  line-height: 1.25;
}
blockquote:after {
  content: "\201C";
  position: absolute;
  font-size: 2.933em;
  color: #EE3526;
  top: -5px;
  left: -70px;
  line-height: 1;
}
blockquote span {
  display: block;
  font-style: normal;
  font-size: 0.733em;
  font-weight: 400;
  margin-top: 0.8em;
}
.title {
  color: #777;
}
ul.list {
  list-style: none;
}
ul.list li {
  position: relative;
  padding-left: 10px;
}
ul.list li:before {
  content: '\f00c';
  font-family: FontAwesome;
  position: absolute;
  left: -25px;
  top: 0px;
  color: #EE3526;
}
ul.bullet {
  list-style: none;
}
ul.bullet li {
  position: relative;
  padding-left: 10px;
}
ul.bullet li:before {
  content: "\e600";
  font-family: 'restore-font';
  position: absolute;
  left: -25px;
  top: px;
  color: #EE3526;
}
.btn,
a.btn {
  border-color: #EE3526;
  border-style: solid;
  color: #374146;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  min-width: 120px;
  border-width: 2px;
  font-size: 0.85em;
  padding: 0.6em 0.85em;
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
.btn.small,
a.btn.small {
  border-width: 1px;
  font-size: 0.8em;
  letter-spacing: 1px;
  padding: 0.3em 0.55em;
}
.btn.fill-red,
a.btn.fill-red {
  background-color: #EE3526;
  color: #fff;
}
.btn.fill-dark-grey,
a.btn.fill-dark-grey {
  background-color: #374146;
  color: #fff;
}
.btn.fill-purple,
a.btn.fill-purple {
  background-color: #A1A6BB;
  border-color: #A1A6BB;
  color: #fff;
}
.btn.fill-white,
a.btn.fill-white {
  background-color: #fff;
  color: #374146;
}
.btn.icon,
a.btn.icon {
  padding-left: 0.6em;
  padding-right: 1em;
}
.btn.icon .fa,
a.btn.icon .fa,
.btn.icon .r-icon,
a.btn.icon .r-icon {
  display: inline-block;
  margin-left: 0.2em;
  margin-right: 0.5em;
  font-size: 1.3em;
}
.btn.block,
a.btn.block {
  display: block;
  margin-bottom: 15px;
}
.btn-wrap {
  margin: 30px 0;
}
section {
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: #fff;
}
.sec-wrap {
  padding: 0 20px;
}
.full-width .sec-wrap {
  padding: 0;
}
.bg-image {
  padding-top: 0;
  padding-bottom: 0;
  height: 540px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.flush-top {
  padding-top: 0;
}
.flush-top-half {
  padding-top: 35px;
}
.flush-bottom {
  padding-bottom: 0;
}
.flush-bottom-half {
  padding-bottom: 25px;
}
.vertical-align,
.banner-lead .article-content,
.infobox .icon-wrapper .fa,
.infobox .icon-wrapper .r-icon {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.divider {
  margin: 15px 0;
}
.divider.icon {
  text-align: center;
}
.divider.icon .restore-icon {
  font-size: 1.2em;
  margin-left: -2px;
  color: #EE3526;
}
.divider + p {
  margin-top: 0;
}
.divider.line {
  position: relative;
  padding-bottom: 50px;
  line-height: 1;
}
.divider.line:after {
  content: "";
  position: absolute;
  margin-left: -22px;
  top: 40%;
  left: 50%;
  bottom: 20px;
  width: 44px;
  height: 2px;
}
.divider.red:after {
  background-color: #EE3526;
}
.divider.purple:after {
  background-color: #A1A6BB;
}
.divider.arrow {
  background-color: #fff;
  margin: 0 0 -8px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  height: 5px;
  position: relative;
}
.divider.arrow:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -45px;
  width: 0;
  height: 0;
  border-top: 36px solid #fff;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  z-index: 2;
}
.divider.arrow:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -43px;
  width: 0;
  height: 0;
  border-top: 34px solid rgba(0, 0, 0, 0.07);
  border-left: 43px solid transparent;
  border-right: 43px solid transparent;
  z-index: 1;
}
.f-w-thin {
  font-weight: 100;
}
.f-w-light {
  font-weight: 300;
}
.f-w-reg {
  font-weight: 400;
}
.f-w-semi {
  font-weight: 600;
}
.f-w-bold {
  font-weight: 800;
}
.f-c-white {
  color: #fff !important;
}
.f-c-black {
  color: #000 !important;
}
.f-c-red {
  color: #EE3526 !important;
}
input[type=text],
textarea {
  display: block;
  width: 100%;
  margin: 15px auto 21px;
  padding: 0.75em 1em;
  background-color: rgba(255, 255, 255, 0.25);
  outline: none;
  border: none;
  font-size: 1em;
  color: #fff;
  text-align: left;
  -webkit-appearance: none;
}
input[type=text]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 200;
}
input[type=text]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #fff;
  font-weight: 200;
  letter-spacing: 1px;
}
input[type=text]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #fff;
  font-weight: 200;
  letter-spacing: 1px;
}
#lightbox {
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -10;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -ms-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
#lightbox.open {
  opacity: 1;
  z-index: 10;
}
#lightbox .wrap {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.columns-2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.columns-2 li {
  margin-bottom: 40px;
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  break-inside: avoid;
  /* IE 10+ */
}
.columns-2 h3 {
  font-size: 1em;
}
.mh {
  position: relative;
  padding: 10px 0 8px;
  z-index: 10;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
.mh .site-logo {
  line-height: 1;
  margin: 0 0 0 20px;
  font-size: 40px;
  text-align: left;
  color: #EE3526;
}
.mh .menu-btn {
  position: absolute;
  z-index: 2;
  right: 9px;
  top: 8px;
  font-size: 36px;
  color: #686F6E;
  padding: 5px;
  cursor: pointer;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
.mh .menu-btn span {
  display: none;
}
.mh .border-menu {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 14px;
  padding-left: 1.25em;
}
.mh .border-menu:before {
  box-sizing: content-box;
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 1em;
  height: 0.125em;
  border-top: 0.375em double #000;
  border-bottom: 0.125em solid #000;
}
.mh .mh-right {
  display: none;
}
#site-nav {
  overflow-y: scroll;
  text-align: center;
  position: fixed;
  top: 0;
  left: 100%;
  height: 100%;
  width: 100%;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 0;
  padding: 12px 30px 30px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
#site-nav * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#site-nav .close {
  position: absolute;
  display: inline-block;
  padding: 10px;
  top: 7px;
  right: 15px;
  z-index: 10;
  cursor: pointer;
  font-weight: 600;
}
#site-nav .nav-logo {
  font-size: 1.5em;
  text-align: center;
}
#site-nav .site-menu {
  margin-top: 33px;
}
#site-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1em;
}
#site-nav li {
  margin: 10px 0;
}
#site-nav .item {
  position: relative;
  color: #374146;
  font-weight: 600;
  cursor: pointer;
  font-size: 0.8em;
}
#site-nav .item > a,
#site-nav .item > a:hover,
#site-nav .item > a:visited {
  color: #374146;
  font-weight: 600;
  padding: 5px 0;
  display: inline-block;
}
#site-nav .item.has-sub {
  padding: 5px 0;
}
#site-nav .item .sub-icon {
  font-size: 0.75em;
  margin-left: 5px;
  color: #EE3526;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
#site-nav .item.open .sub-icon {
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -o-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#site-nav .submenu {
  display: none;
}
#site-nav .subitem {
  padding-left: 15px;
}
#site-nav .subitem a,
#site-nav .subitem a:hover,
#site-nav .subitem a:visited {
  color: #EE3526;
  font-weight: 300;
  line-height: 1.3;
  padding: 5px 0;
  display: inline-block;
}
#site-nav .footer {
  margin-top: 65px;
  position: relative;
}
#site-nav .social-media {
  text-align: center;
}
#site-nav .social-media li {
  display: inline-block;
}
#site-nav .social-media a {
  font-size: 1.2em;
  display: block;
  padding: 5px;
}
.nav-open #site-nav {
  left: 0;
  opacity: 1;
}
.csstransforms3d #site-nav {
  left: 100%;
  opacity: 1;
  text-align: left;
  width: 250px;
  background-color: rgba(255, 255, 255, 0.93);
  overflow-y: scroll;
}
.csstransforms3d #site-nav .close {
  display: none;
}
.csstransforms3d .nav-open {
  height: 100%;
  overflow: hidden;
  position: fixed;
}
.csstransforms3d .nav-open #site-nav {
  -webkit-transform: translate3d(-250px, 0, 0);
  -moz-transform: translate3d(-250px, 0, 0);
  -o-transform: translate3d(-250px, 0, 0);
  -ms-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.csstransforms3d .nav-open .mh {
  background-color: #EE3526;
  -webkit-transform: translate3d(-250px, 0, 0);
  -moz-transform: translate3d(-250px, 0, 0);
  -o-transform: translate3d(-250px, 0, 0);
  -ms-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
.csstransforms3d .nav-open .mh .menu-btn {
  color: #fff;
}
.csstransforms3d .nav-open #lightbox {
  z-index: 2;
}
footer {
  text-align: center;
  background-color: #EE3526;
}
footer .footer-wrap {
  padding: 80px 20px 20px;
}
footer h2 {
  color: #fff;
  padding: 0 20px;
}
footer .input-wrap {
  text-align: center;
}
footer input[type=text] {
  text-align: center;
}
footer .links {
  margin-top: 80px;
}
footer .links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
footer .links li {
  padding-bottom: 10px;
}
footer .links li a {
  color: #fff;
  font-weight: 400;
}
footer .bottom {
  margin-top: 80px;
}
footer .bottom h1,
footer .bottom h2 {
  font-size: 0.243em;
  line-height: 1;
  margin-top: -1em;
  color: #fff;
}
footer .social a {
  color: #fff;
  font-size: 1.5em;
  padding-right: 15px;
}
footer .social a:last-child {
  padding-right: 0;
}
footer .logo-wrap {
  font-size: 3.4em;
  margin-bottom: 30px;
  color: #fff;
}
footer .copyright {
  font-size: 0.8em;
  margin-top: 50px;
  color: #fff;
  text-align: center;
}
footer .copyright .bullet {
  padding: 0 10px;
  font-size: 3px;
  line-height: 0;
  vertical-align: middle;
}
footer .copyright a,
footer .copyright a:hover,
footer .copyright a:visited {
  color: #fff;
}
.home .sec-wrap {
  padding: 0 25px;
}
.home .full-width .sec-wrap {
  padding: 0;
}
.home .single-header {
  height: 360px;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #EAEAEA;
}
.our-mission {
  text-align: center;
}
.sm-tweet {
  text-align: center;
  position: relative;
  color: #fff;
  font-weight: 100;
}
.sm-tweet .sec-wrap {
  top: 48%;
}
.sm-tweet header {
  margin-bottom: 20px;
}
.sm-tweet .icon-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.sm-tweet .icon-wrapper:before {
  content: "";
  position: absolute;
  width: 75px;
  height: 75px;
  top: -18px;
  left: -20px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
}
.sm-tweet .icon-wrapper:after {
  content: "";
  position: absolute;
  top: -26px;
  left: -29px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 1px solid #fff;
  z-index: 1;
}
.sm-tweet .fa-twitter {
  position: relative;
  font-size: 42px;
  color: #EE3526;
  z-index: 2;
}
.sm-tweet a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.sm-tweet .handle {
  font-weight: 400;
  position: relative;
  padding-bottom: 40px;
}
.sm-tweet .handle:after {
  content: "";
  position: absolute;
  margin-left: -22px;
  left: 50%;
  bottom: 20px;
  width: 44px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.8);
}
.sm-tweet .nav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  text-align: center;
  z-index: 1;
}
.sm-tweet .nav ul {
  position: relative;
  left: -50%;
  padding: 0;
  list-style: none;
}
.sm-tweet .nav li {
  margin: 0 6px;
  float: left;
  width: 10px;
  height: 10px;
  opacity: 0.7;
  background-color: #A1A6BB;
  border-radius: 50%;
}
.sm-tweet .nav li.selected {
  background: #fff;
  opacity: 0.85;
}
.upcoming-events {
  text-align: center;
  background-color: #7B8281;
}
.upcoming-events .sec-wrap {
  padding-top: 60px;
  padding-bottom: 80px;
}
.upcoming-events .calendar {
  margin-bottom: 85px;
  border: 6px solid #EE3526;
}
.upcoming-events .calendar > header {
  padding: 5px 20px;
  background-color: #EE3526;
}
.upcoming-events .calendar article {
  padding: 20px 15px;
  background-color: #FCFCFC;
  border-top: 1px solid #A1A6BB;
}
.upcoming-events .calendar article:first-of-type {
  border-top: none;
}
.upcoming-events .calendar article > a {
  color: #374146;
  text-decoration: none;
  display: block;
}
.upcoming-events .calendar article header {
  margin-top: 17px;
}
.upcoming-events .calendar article header .fa,
.upcoming-events .calendar article header .r-icon {
  font-size: 1.2em;
}
.upcoming-events .calendar article h3 {
  margin: 0.4em 0;
  font-size: 1em;
}
.upcoming-events .calendar .cal-time {
  display: inline-block;
  width: 55px;
  height: 55px;
  background-color: #A1A6BB;
  color: #fff;
  text-align: center;
}
.upcoming-events .calendar .cal-time .month {
  font-size: 0.8em;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.upcoming-events .calendar .cal-time .date {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1;
}
.upcoming-events .calendar .cal-link {
  display: none;
}
.upcoming-events aside h2 {
  color: #fff;
  margin-bottom: 30px;
}
.billboard .slider-billboard {
  background-color: #686F6E;
  padding: 30px;
}
.billboard .image-wrap {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  z-index: 1;
  background-color: #374146;
}
.billboard .image-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.billboard .image-wrap .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  display: none;
}
.billboard .image-wrap .play-btn .outer {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: inset 0px 0px 7px #999;
  -moz-box-shadow: inset 0px 0px 7px #999;
  box-shadow: inset 0px 0px 7px #999;
}
.billboard .image-wrap .play-btn .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 14px solid #fff;
  z-index: 2;
  -webkit-transform: translate(-35%, -50%);
  -moz-transform: translate(-35%, -50%);
  -o-transform: translate(-35%, -50%);
  -ms-transform: translate(-35%, -50%);
  transform: translate(-35%, -50%);
}
.billboard .image-wrap .play-btn .inner-shadow {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 18px solid #999;
  opacity: 0.2;
  z-index: 1;
  -webkit-transform: translate(-35%, -50%);
  -moz-transform: translate(-35%, -50%);
  -o-transform: translate(-35%, -50%);
  -ms-transform: translate(-35%, -50%);
  transform: translate(-35%, -50%);
}
.billboard .video .play-btn {
  display: block;
}
.billboard .video-wrap {
  position: absolute;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  overflow: hidden;
  top: 0;
  z-index: 0;
  opacity: 0;
  background-color: #000;
  -webkit-transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -ms-transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
.billboard .video-wrap .play {
  opacity: 1;
  z-index: 2;
}
.billboard .video-wrap iframe,
.billboard .video-wrap object,
.billboard .video-wrap embed {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0.7s;
  -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0.7s;
  -o-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0.7s;
  -ms-transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0.7s;
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0.7s;
}
.billboard .gallery-cell.play .video-wrap {
  z-index: 2;
  opacity: 1;
}
.billboard .gallery-cell.play .video-wrap iframe,
.billboard .gallery-cell.play .video-wrap object,
.billboard .gallery-cell.play .video-wrap embed {
  opacity: 1;
}
.billboard .flickity-page-dots {
  bottom: 10px;
}
.billboard nav {
  position: relative;
  padding: 0;
  width: 100%;
  overflow: hidden;
  margin: 20px 0 10px;
  height: 50px;
}
.billboard nav:before,
.billboard nav:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 35px;
  top: 10px;
  z-index: 2;
  background-image: url(/src/images/base/grad-white.png);
}
.billboard nav:before {
  left: 10px;
  background-position: 0 0;
}
.billboard nav:after {
  right: 8px;
  background-position: -160px 0;
}
.billboard nav ul {
  list-style: none;
  text-align: center;
  border-top: 2px solid #686F6E;
  padding: 0 0 30px;
  white-space: nowrap;
  overflow-x: scroll;
  position: absolute;
  width: 94%;
  left: 50%;
  top: 0;
  margin: 0 0 0 -47%;
}
.billboard nav li {
  display: inline-block;
  position: relative;
  padding: 15px;
  font-size: 0.85em;
  color: #686F6E;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: color 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: color 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: color 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -ms-transition: color 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  transition: color 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
.billboard nav li:hover {
  color: #EE3526;
}
.billboard nav li:first-of-type {
  margin-left: 50px;
}
.billboard nav li:last-of-type {
  margin-right: 50px;
}
.billboard nav .is-selected {
  color: #EE3526;
}
.billboard nav .is-selected:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -9px;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-top-color: #686F6E;
}
.banner-lead {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  height: 450px;
  text-align: center;
  background-color: transparent;
}
.banner-lead .b-wrap {
  width: 100%;
  height: 100%;
}
.banner-lead article {
  height: 100%;
}
.banner-lead header {
  text-align: center;
  color: #fff;
}
.banner-lead h2 {
  margin: 0 10% 40px 10%;
  line-height: 1;
  font-size: 2.4em;
  font-weight: 600;
  letter-spacing: -1px;
}
.banner-lead h2 span {
  display: block;
}
.banner-lead .btn-wrap {
  margin: 0 auto;
  width: 130px;
}
.banner-lead .btn-wrap .btn {
  display: block;
  margin-bottom: 15px;
  color: #fff;
  border-color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
.banner-lead.ready .btn-wrap .btn {
  border-color: #EE3526;
}
.banner-lead .bg-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #EE3526;
}
.banner-lead .bg-wrap video {
  background-color: #000;
  height: 100%;
  display: none;
}
.banner-lead .bg-wrap .portrait {
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -ms-transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  opacity: 0;
}
.banner-lead .bg-wrap .loaded {
  opacity: 1;
}
.single-header {
  text-align: center;
  height: 450px;
  background-color: #EE3526;
}
.single-header h1 {
  margin: 0;
  line-height: 1;
  color: #fff;
}
.single-header h1.small-font {
  font-size: 1.90em;
}
.single-header.bg-image {
  position: relative;
}
.single-header.bg-image .sec-wrap {
  position: absolute;
  z-index: 2;
  width: 100%;
}
.single-header.bg-image .frame {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.single-header.bg-image .portrait {
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: cover;
  -webkit-transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -ms-transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
.single-header.bg-image .loaded {
  opacity: 1;
}
.subheader {
  padding-top: 35px;
  padding-bottom: 0;
  text-align: center;
}
.subheader .divider.arrow {
  margin: -10px 0 0;
}
.subheader + .content.flush-top {
  padding: 30px 0 25px 0;
}
.subheader p:last-of-type {
  margin-bottom: 40px;
}
.featured {
  text-align: center;
  background-color: #7B8281;
  color: #fff;
  padding-top: 95px;
  padding-bottom: 80px;
}
.featured h2 {
  font-size: 2.4em;
  font-weight: 200;
}
.featured .btn-wrap {
  margin: 40px 0 0;
}
.photo-slider {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.photo-slider figure {
  margin: 0;
}
.photo-slider figure .wrap {
  background-color: #000;
  padding-top: 56.25%;
  height: 0;
  box-shadow: 0 3px 5px #777;
}
.photo-slider figcaption {
  position: relative;
  margin-top: 25px;
  padding: 20px 22px;
  font-size: 0.8em;
  font-style: italic;
  color: #686F6E;
}
.photo-slider figcaption:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 4px;
  background-color: #A1A6BB;
}
.team-grid {
  padding-bottom: 70px;
}
.team-grid .bio {
  width: 280px;
  height: 280px;
  margin: 20px auto;
  background-color: #ccc;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  text-align: left;
  position: relative;
  border-top: 14px solid #EE3526;
}
.team-grid .bio a {
  padding: 20px;
  display: block;
  color: #374146;
}
.team-grid .bio h3 {
  font-size: 1.5em;
  font-weight: 600;
}
.team-grid .bio h4 {
  font-size: 1.1em;
  font-weight: 300;
}
.team-grid .bio .link {
  font-size: 2em;
  position: absolute;
  bottom: 3px;
  right: 15px;
  color: #EE3526;
}
.team-bio {
  text-align: left;
  padding-bottom: 70px;
}
.team-bio header {
  margin-top: 41px;
}
.team-bio h1 {
  font-size: 1.62em;
  line-height: 1;
}
.team-bio h2 {
  margin-top: -7px;
  font-size: 1.2em;
  font-weight: 300;
  color: #EE3526;
}
.team-bio .content {
  padding-top: 10px;
}
.team-bio aside {
  padding-top: 90px;
  text-align: center;
}
.team-bio aside .btn {
  display: inline-block;
  max-width: 360px;
  width: 100%;
}
.team-bio .social {
  margin: 25px 0;
}
.infobox {
  position: relative;
  border: 2px solid #A1A6BB;
  padding-top: 50px;
  margin-bottom: 80px;
}
.infobox:before {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  top: -2px;
  left: -2px;
  background-color: #A1A6BB;
  border: 2px solid #A1A6BB;
  z-index: 1;
  box-sizing: content-box;
}
.infobox:first-of-type {
  margin-top: 80px;
}
.grid-2 .infobox:first-of-type {
  margin-top: 0;
}
.infobox ul {
  text-align: left;
}
.infobox .icon-wrapper {
  position: absolute;
  text-align: center;
  top: -25px;
  left: 50%;
  margin-left: -48px;
  width: 95px;
  height: 95px;
  background-color: #fff;
  border: 4px solid #EE3526;
  border-radius: 50%;
  z-index: 1;
}
.infobox .icon-wrapper .fa,
.infobox .icon-wrapper .r-icon {
  position: relative;
  font-size: 36px;
  z-index: 2;
}
.infobox .icon-wrapper .fa-balance-scale {
  margin-left: 4px;
}
.infobox .icon-wrapper + h3 {
  margin-top: 50px;
}
.infobox h3 {
  text-align: center;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.infobox .content {
  padding: 0 30px 34px;
  position: relative;
  border-top: none;
}
.infobox .btn-wrap {
  text-align: center;
}
.icon-over-text {
  text-align: center;
  margin-bottom: 85px;
  padding: 0 30px;
}
.icon-over-text .header-link {
  display: block;
  color: #374146;
}
.icon-over-text .icon-wrapper {
  font-size: 3.8em;
}
.icon-over-text h3 {
  font-size: 1em;
  margin: 0.5em 0;
}
.icon-over-text .content {
  font-style: italic;
}
.pray {
  text-align: center;
  background-color: #A1A6BB;
  color: #fff;
  padding-bottom: 70px;
}
.pray header {
  padding-top: 50px;
  padding-bottom: 120px;
}
.pray header .divider.icon .restore-icon {
  font-size: 1.5em;
}
.pray h1 {
  font-size: 2.4em;
  line-height: 1;
}
.pray p {
  font-weight: 200;
}
.pray .form-wrap {
  margin: 70px auto 30px;
}
.pray input {
  display: block;
  width: 100%;
  margin: 15px auto 21px;
  padding: 0.75em 1em;
  background-color: #fff;
  outline: none;
  border: none;
  font-size: 1em;
  color: #686F6E;
  text-align: center;
  -webkit-appearance: none;
}
.pray input::-webkit-input-placeholder {
  color: #686F6E;
  letter-spacing: 1px;
  font-weight: 200;
}
.pray .btn-wrap {
  margin-top: 40px;
}
.pray button.custom {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 200;
  letter-spacing: 2px;
}
.contact-us {
  text-align: center;
  background-color: #EE3526;
  color: #fff;
}
.contact-us #gFormReponse {
  position: absolute;
  left: -10000px;
  opacity: 0;
  font-size: 1em;
  font-weight: 300;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -ms-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
.contact-us #gFormReponse.show {
  position: static;
  opacity: 1;
}
.contact-us a,
.contact-us a:hover,
.contact-us a:visited {
  color: #fff;
}
.contact-us header {
  padding-top: 50px;
  padding-bottom: 120px;
}
.contact-us header .divider.icon .restore-icon {
  font-size: 1.5em;
}
.contact-us .divider.icon .restore-icon {
  color: #fff;
}
.contact-us h1 {
  font-size: 2.4em;
  line-height: 1;
  text-transform: uppercase;
}
.contact-us p {
  font-weight: 200;
}
.contact-us .btn-wrap {
  margin-top: 40px;
}
.contact-us .form-wrap ul {
  list-style: none;
  text-align: left;
  padding-left: 19px;
}
.contact-us .form-wrap li {
  position: relative;
  margin-bottom: 10px;
}
.contact-us .form-wrap li input[type=checkbox] {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 1;
}
.contact-us .form-wrap li .ss-choice-label {
  display: inline-block;
  padding-left: 30px;
}
.contact-us button.custom {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 200;
  letter-spacing: 2px;
}
.contact-info {
  background-color: #EE3526;
  color: #fff;
}
.contact-info .icon-wrap {
  font-size: 1.8em;
  color: #fff;
  margin-bottom: 10px;
}
.contact-info h3 {
  font-size: 1.2em;
}
.contact-info h4 {
  margin: 30px 0 5px;
}
.contact-info .info {
  padding-bottom: 70px;
  font-weight: 100;
}
.contact-info .info a,
.contact-info .info a:hover,
.contact-info .info a:visited {
  color: #fff;
}
.contact-info .info span {
  display: block;
}
.page404 {
  background-color: #A1A6BB;
  color: #fff;
  text-align: center;
}
.page404 .r-icon {
  font-size: 6em;
}
.page404 h1 span {
  display: block;
  font-size: 0.4em;
}
.page404-content .sec-wrap {
  font-size: 1.4em;
  padding: 0px 0;
  text-align: center;
}
.sec-image p {
  margin: 0;
}
.sec-image figure {
  padding: 0;
  margin: 0;
}
.sec-image figcaption {
  font-size: 0.8em;
  font-style: italic;
}
.sec-image .image-wrap {
  margin-bottom: 14px;
}
.sec-image .caption-wrap {
  position: relative;
  padding: 0 20px;
}
.sec-image .caption-wrap:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 50%;
  height: 3px;
  background-color: #A1A6BB;
}
.sec-image.align-right figcaption {
  text-align: right;
}
.sec-image.align-right .caption-wrap:before {
  left: auto;
  right: 0;
}
.sec-inline-icons {
  text-align: center;
}
.sec-inline-icons a:not(.btn) {
  display: block;
  position: relative;
}
.sec-inline-icons h2 {
  margin-bottom: 30px;
}
.sec-inline-icons h3 {
  color: #374146;
  font-size: 1em;
}
.sec-inline-icons .border {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -35px;
  width: 70px;
  height: 70px;
  border: 4px solid #EE3526;
  border-radius: 50%;
  z-index: 1;
  background-color: #fff;
}
.sec-inline-icons .img-wrap {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  z-index: 2;
}
.sec-inline-icons .img-wrap img {
  position: relative;
  top: 50%;
  width: 60%;
  margin-top: -30%;
  -webkit-transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -moz-transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -o-transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  -ms-transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
.sec-inline-icons .item {
  width: 115px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  margin: 7px;
  vertical-align: top;
}
.slider-text .profile.img-wrap {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 600px) {
  body {
    text-align: left;
  }
  h1 {
    font-size: 3em;
  }
  h2 {
    font-size: 2em;
  }
  h1.line,
  h2.line,
  h3.line,
  h4.line,
  h5.line,
  h6.line {
    position: relative;
    padding-bottom: 50px;
    line-height: 1;
  }
  h1.line:after,
  h2.line:after,
  h3.line:after,
  h4.line:after,
  h5.line:after,
  h6.line:after {
    content: "";
    position: absolute;
    margin-left: auto;
    left: 3px;
    bottom: 20px;
    width: 44px;
    height: 2px;
  }
  h1.line.align-center:after,
  h2.line.align-center:after,
  h3.line.align-center:after,
  h4.line.align-center:after,
  h5.line.align-center:after,
  h6.line.align-center:after {
    left: 50%;
    margin-left: -22px;
  }
  .bg-image {
    height: 700px;
  }
  .btn {
    font-size: 1em;
    min-width: 160px;
  }
  .columns-2 {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }
  .mh .menu-btn {
    right: 15px;
    top: 8px;
  }
  #site-nav .close {
    right: 21px;
    top: 8px;
  }
  footer .input-wrap {
    width: 60%;
    margin: 40px auto;
  }
  footer .links ul {
    display: inline-block;
    text-align: left;
  }
  footer .links ul:first-child {
    margin-right: 20px;
  }
  footer .links li {
    max-width: 200px;
  }
  .home .sec-wrap {
    padding-left: 75px;
    padding-right: 75px;
  }
  .our-mission {
    text-align: center;
  }
  .our-vision {
    text-align: left;
  }
  .our-vision .btn {
    margin-top: 30px;
  }
  .get-involved h2 {
    text-align: left;
    margin-bottom: 60px;
  }
  .sm-tweet .tweet {
    width: 300px;
    margin: 20px auto;
  }
  .upcoming-events {
    padding: 110px 0;
  }
  .upcoming-events .sec-wrap {
    padding: 0 20%;
  }
  .billboard .slider-billboard {
    background-color: #686F6E;
    padding: 40px;
  }
  .billboard .image-wrap .play-btn .outer {
    width: 70px;
    height: 70px;
    border-width: 3px;
  }
  .billboard .image-wrap .play-btn .inner {
    border-top-width: 14px;
    border-bottom-width: 14px;
    border-left-width: 28px;
  }
  .billboard .image-wrap .play-btn .inner-shadow {
    border-top-width: 16px;
    border-bottom-width: 16px;
    border-left-width: 32px;
  }
  .banner-lead {
    height: 700px;
  }
  .banner-lead h2 {
    font-size: 3em;
  }
  .banner-lead h2 span {
    display: inline;
  }
  .banner-lead .btn-wrap {
    width: auto;
  }
  .banner-lead .btn-wrap .btn {
    display: inline-block;
    width: 150px;
    padding-left: .5em;
    padding-right: .5em;
    margin: 10px;
  }
  .single-header h1.small-font {
    font-size: 2.5em;
  }
  .subheader .sec-wrap {
    padding-left: 75px;
    padding-right: 75px;
  }
  .subheader .divider.arrow {
    margin: -6px 0 0;
  }
  .subheader + .content.flush-top {
    padding: 40px 0 35px 0;
  }
  .featured h2 {
    width: 70%;
    margin: auto;
  }
  .team-grid a {
    height: 100%;
  }
  .team-bio header {
    margin-top: 90px;
  }
  .team-bio h1 {
    font-size: 2.9em;
  }
  .team-bio h2 {
    margin-top: -5px;
    margin-left: 36px;
    font-size: 1.2em;
  }
  .infobox .content {
    padding-bottom: 44px;
  }
  .pray header {
    padding-top: 85px;
    padding-bottom: 80px;
  }
  .pray header .divider.icon .restore-icon {
    font-size: 1.7em;
  }
  .pray h1 {
    font-size: 3em;
    line-height: 1;
  }
  .pray .form-wrap {
    margin: 110px auto 70px;
  }
  .contact-us header {
    padding-top: 85px;
    padding-bottom: 80px;
  }
  .contact-us header .divider.icon .restore-icon {
    font-size: 1.7em;
  }
  .contact-us h1 {
    font-size: 3em;
    line-height: 1;
  }
  .shop-col li div {
    margin-left: 20px;
  }
  .sec-inline-icons h2 {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  blockquote {
    margin-left: 100px;
  }
  .mh {
    padding: 8px 0 4px;
  }
  .mh .site-logo {
    margin-left: 30px;
    font-size: 51px;
    line-height: 1;
  }
  .mh .menu-btn {
    top: 7px;
    right: 15px;
    font-size: 45px;
  }
  #site-nav .close {
    top: 11px;
    right: 25px;
  }
  footer {
    text-align: left;
  }
  footer .footer-wrap {
    padding: 65px 40px;
  }
  footer .header,
  footer .links {
    width: 50%;
    float: left;
  }
  footer .links {
    margin-top: 25px;
    padding-left: 50px;
  }
  footer .links ul:first-child {
    margin-right: 30px;
  }
  footer .links li {
    max-width: 135px;
    padding-bottom: 15px;
  }
  footer h2 {
    padding: 0;
    font-size: 2.4em;
  }
  footer .input-wrap {
    margin: 30px auto;
    width: 100%;
    text-align: left;
  }
  footer input[type=text] {
    margin: 25px auto;
    text-align: left;
    font-size: 1em;
  }
  footer .bottom {
    margin-top: 50px;
  }
  footer .social,
  footer .logo-wrap {
    width: 50%;
    float: right;
  }
  footer .social {
    margin-top: 30px;
    font-size: 1.2em;
  }
  footer .logo-wrap {
    margin-top: 0;
    text-align: right;
  }
  .home .sec-wrap {
    padding-left: 125px;
    padding-right: 125px;
  }
  .upcoming-events .calendar article {
    display: table;
    width: 100%;
  }
  .upcoming-events .calendar article > a {
    display: table-row;
  }
  .upcoming-events .calendar article header {
    display: table-cell;
    vertical-align: middle;
    float: left;
    margin-top: 0;
    max-width: 305px;
    padding-left: 40px;
    text-align: left;
  }
  .upcoming-events .calendar article header h3 {
    margin: 0;
  }
  .upcoming-events .calendar .cal-time-wrap {
    display: table-cell;
    float: left;
  }
  .upcoming-events .calendar .cal-link {
    font-size: 40px;
    display: table-cell;
    vertical-align: middle;
  }
  .billboard .image-wrap .play-btn .outer {
    width: 90px;
    height: 90px;
    border-width: 4px;
  }
  .billboard .image-wrap .play-btn .inner {
    border-top-width: 18px;
    border-bottom-width: 18px;
    border-left-width: 36px;
  }
  .billboard .image-wrap .play-btn .inner-shadow {
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 40px;
  }
  .single-header h1.small-font {
    font-size: 3em;
  }
  .subheader + .content.flush-top {
    padding: 70px 0 60px 0;
  }
  .featured h2 {
    width: 60%;
  }
  .team-grid .sec-wrap {
    text-align: center;
  }
  .team-grid .bio {
    display: inline-block;
    margin: 10px;
    overflow: hidden;
    vertical-align: top;
  }
  .team-bio header {
    margin-top: 110px;
  }
  .team-bio h1 {
    font-size: 3.4em;
  }
  .team-bio h2 {
    margin-top: -15px;
    margin-left: 70px;
    font-size: 1.5em;
  }
  .infobox .icon-wrapper .fa,
  .infobox .icon-wrapper .r-icon {
    font-size: 42px;
  }
  .pray header {
    padding-top: 120px;
  }
  .pray .form-wrap {
    width: 560px;
    margin-bottom: 140px;
  }
  .contact-us header {
    padding-top: 120px;
  }
  .contact-us #gFormReponse {
    font-size: 1.4em;
  }
  .sec-image .image-wrap {
    margin-bottom: 20px;
  }
  .sec-image .caption-wrap {
    position: relative;
    padding-top: 5px;
    padding-right: 45%;
  }
  .sec-image .caption-wrap:before {
    width: 55%;
    height: 4px;
  }
  .sec-image.align-right .caption-wrap {
    padding-right: 20px;
    padding-left: 45%;
  }
  .sec-image.align-right figcaption {
    text-align: right;
  }
  .sec-infobox .row {
    display: block;
    margin-bottom: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .sec-infobox .infobox.col-1-2 {
    width: 48%;
    margin: 0 0.8%;
  }
  .sec-inline-icons h3 {
    font-size: 1.3em;
    margin: 0.5em;
  }
  .sec-inline-icons .border {
    width: 100px;
    height: 100px;
    margin-left: -50px;
    border: 5px solid #EE3526;
  }
  .sec-inline-icons .img-wrap {
    width: 100px;
    height: 100px;
  }
  .sec-inline-icons .item {
    width: 150px;
  }
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 3.5em;
  }
  h2 {
    font-size: 1.667em;
  }
  h1.line:after,
  h2.line:after,
  h3.line:after,
  h4.line:after,
  h5.line:after,
  h6.line:after {
    width: 54px;
  }
  h1.line.align-center:after,
  h2.line.align-center:after,
  h3.line.align-center:after,
  h4.line.align-center:after,
  h5.line.align-center:after,
  h6.line.align-center:after {
    margin-left: -27px;
  }
  .sec-wrap {
    width: 1024px;
    margin: 0 auto;
  }
  .full-width .sec-wrap {
    width: auto;
    margin: auto;
  }
  .sec-wrap {
    padding-left: 100px;
    padding-right: 100px;
  }
  blockquote {
    margin-right: 100px;
  }
  .divider.icon .restore-icon {
    font-size: 1.33em;
    margin-left: -6px;
    color: #EE3526;
  }
  .divider.arrow {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  }
  .divider.arrow:before {
    top: 3px;
    margin-left: -70px;
    border-top: 55px solid #fff;
    border-left: 69px solid transparent;
    border-right: 69px solid transparent;
    z-index: 2;
  }
  .divider.arrow:after {
    margin-left: -73px;
    border-top: 57px solid rgba(0, 0, 0, 0.07);
    border-left: 72px solid transparent;
    border-right: 72px solid transparent;
    z-index: 1;
  }
  .btn:hover {
    background-color: #EE3526;
    color: #fff;
  }
  .btn.fill-red:hover {
    background-color: transparent;
    color: #EE3526;
  }
  .btn.fill-dark-grey:hover {
    background-color: #A1A6BB;
    color: #374146;
  }
  .btn.fill-purple:hover {
    background-color: #fff;
    color: #A1A6BB;
  }
  .btn.fill-white:hover {
    background-color: #374146;
    color: #fff;
  }
  .columns-2 {
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
  }
  .mh {
    margin: 0 auto;
    padding-bottom: 6px;
  }
  .mh .site-logo {
    margin-left: 3%;
    font-size: 42px;
  }
  .mh .menu-btn {
    top: 2px;
    right: 24px;
  }
  .mh .menu-btn span {
    font-family: proxima-nova, sans-serif;
    position: absolute;
    display: inline-block;
    top: 18px;
    right: 102%;
    font-size: 16px;
    font-weight: 400;
    z-index: 1;
  }
  .mh .mh-right {
    top: 15px;
    right: 2%;
  }
  .mh .mh-right .btn {
    font-size: 18px;
    padding: 3px 30px;
  }
  #site-nav .close {
    top: 6px;
    right: 36px;
  }
  .home .mh {
    position: relative;
    padding: 0;
    top: 0;
    left: 0;
    box-shadow: none;
  }
  .home .mh .site-logo {
    position: absolute;
    top: 8px;
    left: 3%;
    margin-left: 0;
    z-index: 1;
  }
  .home .mh .menu-btn {
    position: absolute;
    top: 2px;
    right: 2%;
    z-index: 1;
    color: #fff;
  }
  footer .footer-wrap {
    margin: auto;
    width: 1024px;
    padding: 65px 30px 30px;
  }
  footer .header {
    width: 45%;
  }
  footer .links {
    padding-left: 160px;
  }
  footer .social {
    margin-top: 25px;
    font-size: 1.125em;
  }
  footer .logo-wrap {
    padding-right: 164px;
  }
  .sm-tweet {
    height: 640px;
    text-align: center;
  }
  .upcoming-events {
    padding: 140px 0 145px;
  }
  .upcoming-events .sec-wrap {
    position: relative;
    padding: 0 135px 0 140px;
  }
  .upcoming-events .calendar {
    width: 450px;
    float: left;
    margin-bottom: 0;
  }
  .upcoming-events .calendar > header {
    padding: 13px 25px;
  }
  .upcoming-events .calendar article:hover {
    background-color: #A1A6BB;
  }
  .upcoming-events .calendar article:hover > a {
    color: #fff;
  }
  .upcoming-events .calendar article:hover .cal-time {
    background-color: #fff;
    color: #A1A6BB;
  }
  .upcoming-events aside {
    width: 205px;
    float: right;
    padding-top: 45px;
  }
  .upcoming-events aside .btn.fill-red {
    color: #fff;
  }
  .billboard .slider-billboard {
    padding: 50px;
  }
  .billboard .flickity-prev-next-button.previous {
    left: 5px;
  }
  .billboard .flickity-prev-next-button.next {
    right: 5px;
  }
  .billboard .image-wrap .play-btn .outer {
    width: 120px;
    height: 120px;
    border-width: 4px;
  }
  .billboard .image-wrap .play-btn .inner {
    border-top-width: 23px;
    border-bottom-width: 23px;
    border-left-width: 46px;
  }
  .billboard .image-wrap .play-btn .inner-shadow {
    border-top-width: 25px;
    border-bottom-width: 25px;
    border-left-width: 50px;
  }
  .banner-lead .btn-wrap .btn {
    width: 200px;
  }
  .banner-lead .btn-wrap .btn.fill-red:hover {
    color: #fff;
  }
  .banner-lead .bg-wrap video {
    display: block;
    opacity: 0;
    -webkit-transition: opacity 1.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    -moz-transition: opacity 1.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    -o-transition: opacity 1.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    -ms-transition: opacity 1.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    transition: opacity 1.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  }
  .banner-lead .bg-wrap video.loaded {
    opacity: 1;
  }
  .banner-lead .bg-wrap figure {
    opacity: 0;
  }
  .banner-lead.no-video .bg-wrap video {
    display: none;
  }
  .banner-lead.no-video .bg-wrap figure {
    opacity: 1;
  }
  .subheader + section {
    padding-top: 110px;
  }
  .subheader + section.flush-top {
    padding-top: 0px;
  }
  .subheader p {
    text-align: center;
  }
  .featured h2 {
    width: 80%;
  }
  .team-grid .sec-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .team-bio header {
    margin-top: 110px;
  }
  .team-bio h1 {
    font-size: 3.58em;
  }
  .team-bio h2 {
    margin-top: -20px;
    margin-left: 83px;
    font-size: 1.42em;
  }
  .team-bio aside .btn:hover {
    background-color: #EE3526;
    color: #fff !important;
  }
  .infobox {
    padding-top: 60px;
    margin-bottom: 100px;
  }
  .infobox:before {
    height: 60px;
  }
  .infobox:first-of-type {
    margin-top: 120px;
  }
  .grid-2 .infobox:first-of-type {
    margin-top: 0;
  }
  .infobox .icon-wrapper {
    width: 125px;
    height: 125px;
    top: -39px;
    margin-left: -60px;
    border-width: 6px;
  }
  .infobox .icon-wrapper .fa,
  .infobox .icon-wrapper .r-icon {
    font-size: 52px;
  }
  .infobox .icon-wrapper + h3 {
    margin-top: 75px;
  }
  .infobox .content {
    margin-top: 30px;
    padding: 0 80px 54px;
  }
  .infobox .content .btn-wrap {
    margin-top: 50px;
  }
  .pray {
    text-align: left;
  }
  .pray .sec-wrap {
    width: 760px;
    padding: 0;
  }
  .pray header {
    text-align: center;
  }
  .pray header .divider.icon .restore-icon {
    font-size: 1.667em;
  }
  .pray h1 {
    font-size: 3.33em;
  }
  .pray .form-wrap {
    width: auto;
  }
  .pray input[type=text] {
    text-align: left;
  }
  .pray button.custom:hover {
    background-color: #686F6E;
  }
  .contact-us .sec-wrap {
    width: 760px;
    padding: 0;
  }
  .contact-us header {
    text-align: center;
  }
  .contact-us header .divider.icon .restore-icon {
    font-size: 1.667em;
  }
  .contact-us h1 {
    font-size: 3.33em;
  }
  .contact-us .btn-wrap {
    text-align: left;
  }
  .contact-us button.custom:hover {
    background-color: #fff;
    color: #EE3526;
  }
  .contact-info h4 {
    margin: 5px 0;
  }
  .page404 .r-icon {
    font-size: 8em;
  }
  .sec-image .image-wrap {
    text-align: center;
  }
  .sec-image .image-wrap img {
    width: 640px;
  }
  .sec-image .caption-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .sec-image figcaption {
    width: 640px;
    margin: 0 auto;
    padding-right: 250px;
  }
  .sec-image.align-right .caption-wrap {
    padding-right: 0;
    padding-left: 0;
  }
  .sec-image.align-right figcaption {
    text-align: right;
    padding-right: 0;
    padding-left: 250px;
  }
  .sec-inline-icons h3 {
    margin: 0.5em;
  }
  .sec-inline-icons .border {
    width: 120px;
    height: 120px;
    margin-left: -60px;
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
  }
  .sec-inline-icons .img-wrap {
    width: 120px;
    height: 120px;
  }
  .sec-inline-icons .item {
    width: 200px;
    margin: 10px 20px;
  }
  .sec-inline-icons a:hover .border {
    border-style: dashed;
  }
  .sec-inline-icons a:hover .img-wrap img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }
  @-webkit-keyframes spinAround {
    from {
      -webkit-transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
    }
  }
  @-moz-keyframes spinAround {
    from {
      -moz-transform: rotate(0deg);
    }
    to {
      -moz-transform: rotate(360deg);
    }
  }
  @keyframes spinAround {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
}
@media screen and (min-width: 1280px) {
  .banner-lead .bg-wrap video {
    width: 100%;
    height: auto;
  }
}
