/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 31, ../sass/_base.scss */
.container, .header-content, .main-nav .nav-items, .footer-content, .banner-img .tagline span, .home-news, .inner-page {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  /* line 31, ../sass/_base.scss */
  .container, .header-content, .main-nav .nav-items, .footer-content, .banner-img .tagline span, .home-news, .inner-page {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 31, ../sass/_base.scss */
  .container, .header-content, .main-nav .nav-items, .footer-content, .banner-img .tagline span, .home-news, .inner-page {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 31, ../sass/_base.scss */
  .container, .header-content, .main-nav .nav-items, .footer-content, .banner-img .tagline span, .home-news, .inner-page {
    width: 1140px;
  }
}

/* line 1, ../sass/_header.scss */
.header-content {
  overflow: hidden;
  *zoom: 1;
  padding-top: 10px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  /* line 1, ../sass/_header.scss */
  .header-content {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

/* line 12, ../sass/_header.scss */
.main-logo {
  text-align: center;
}
@media (min-width: 768px) {
  /* line 12, ../sass/_header.scss */
  .main-logo {
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 12, ../sass/_header.scss */
  .main-logo {
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  /* line 22, ../sass/_header.scss */
  .main-logo a {
    display: inline-block;
    width: 55%;
    max-width: 240px;
  }
}
/* line 29, ../sass/_header.scss */
.main-logo img {
  max-width: 100%;
}

/* line 33, ../sass/_header.scss */
.header-right {
  color: #5f8078;
}
@media (max-width: 767px) {
  /* line 33, ../sass/_header.scss */
  .header-right {
    text-align: center;
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  /* line 33, ../sass/_header.scss */
  .header-right {
    float: right;
  }
}
@media (min-width: 992px) {
  /* line 33, ../sass/_header.scss */
  .header-right {
    padding-top: 5px;
  }
}
/* line 47, ../sass/_header.scss */
.header-right blockquote {
  display: none;
}
@media (min-width: 768px) {
  /* line 47, ../sass/_header.scss */
  .header-right blockquote {
    display: block;
    font-family: "Mr Dafoe", cursive;
    text-align: right;
    line-height: 32px;
    margin-bottom: 12px;
  }
  /* line 57, ../sass/_header.scss */
  .header-right blockquote p {
    font-size: 31px;
  }
  /* line 60, ../sass/_header.scss */
  .header-right blockquote footer {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  /* line 47, ../sass/_header.scss */
  .header-right blockquote {
    line-height: 36px;
    margin-bottom: 30px;
  }
  /* line 68, ../sass/_header.scss */
  .header-right blockquote p {
    font-size: 36px;
  }
}
/* line 73, ../sass/_header.scss */
.header-right .header-phone {
  font-size: 18px;
}
@media (max-width: 767px) {
  /* line 73, ../sass/_header.scss */
  .header-right .header-phone {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  /* line 73, ../sass/_header.scss */
  .header-right .header-phone {
    display: inline-block;
    margin-right: 30px;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  /* line 73, ../sass/_header.scss */
  .header-right .header-phone {
    font-size: 20px;
    margin-right: 45px;
  }
}
/* line 89, ../sass/_header.scss */
.header-right .header-phone a {
  color: #5f8078;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* line 93, ../sass/_header.scss */
.header-right .header-phone a .fa {
  color: #d17063;
  color: #963f00;
  padding-right: 7px;
}
/* line 98, ../sass/_header.scss */
.header-right .header-phone a:hover {
  color: #d17063;
}
/* line 103, ../sass/_header.scss */
.header-right .header-address {
  font-size: 18px;
}
@media (min-width: 768px) {
  /* line 103, ../sass/_header.scss */
  .header-right .header-address {
    display: inline-block;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  /* line 103, ../sass/_header.scss */
  .header-right .header-address {
    font-size: 20px;
  }
}
/* line 114, ../sass/_header.scss */
.header-right .header-address .fa {
  color: #d17063;
  color: #963f00;
  padding-right: 5px;
}

/* line 123, ../sass/_header.scss */
.main-nav {
  background: #ececec;
}
/* line 126, ../sass/_header.scss */
.main-nav .toggle-bar {
  background: #5f8078;
  text-align: center;
}
/* line 130, ../sass/_header.scss */
.main-nav #nav-toggle {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  font-size: 30px;
  color: #fff;
  padding: 5px 10px;
}
@media (min-width: 768px) {
  /* line 130, ../sass/_header.scss */
  .main-nav #nav-toggle {
    display: none;
  }
}
/* line 147, ../sass/_header.scss */
.main-nav #nav-toggle:hover {
  background: #d17063;
}
/* line 152, ../sass/_header.scss */
.main-nav .nav-items {
  text-align: center;
}
@media (max-width: 767px) {
  /* line 152, ../sass/_header.scss */
  .main-nav .nav-items {
    display: none;
    padding: 0;
  }
}
/* line 161, ../sass/_header.scss */
.main-nav .nav-items li {
  display: block;
}
@media (min-width: 768px) {
  /* line 161, ../sass/_header.scss */
  .main-nav .nav-items li {
    display: inline-block;
  }
}
/* line 168, ../sass/_header.scss */
.main-nav .nav-items li a {
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
  display: block;
  padding: 0 20px;
  line-height: 50px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 18px;
  color: #4d6862;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  /* line 168, ../sass/_header.scss */
  .main-nav .nav-items li a {
    line-height: 70px;
  }
}
@media (min-width: 992px) {
  /* line 168, ../sass/_header.scss */
  .main-nav .nav-items li a {
    padding: 0 30px;
    line-height: 84px;
    font-size: 20px;
  }
}
/* line 189, ../sass/_header.scss */
.main-nav .nav-items li a:hover {
  background: #d17063;
  color: #fff;
}

/* line 1, ../sass/_footer.scss */
.main-footer {
  margin-top: 60px;
  background: #4d6862;
}

/* line 5, ../sass/_footer.scss */
.footer-content {
  overflow: hidden;
  *zoom: 1;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #fff;
}
@media (min-width: 768px) {
  /* line 5, ../sass/_footer.scss */
  .footer-content {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media (min-width: 992px) {
  /* line 5, ../sass/_footer.scss */
  .footer-content {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

@media (max-width: 767px) {
  /* line 21, ../sass/_footer.scss */
  .footer-address {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  /* line 21, ../sass/_footer.scss */
  .footer-address {
    float: left;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  /* line 21, ../sass/_footer.scss */
  .footer-address {
    font-size: 19px;
    line-height: 28px;
  }
}

/* line 35, ../sass/_footer.scss */
.footer-map {
  display: block;
  border: 3px solid #fff;
  line-height: 44px;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  letter-spacing: 1px;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
@media (max-width: 767px) {
  /* line 35, ../sass/_footer.scss */
  .footer-map {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media (min-width: 768px) {
  /* line 35, ../sass/_footer.scss */
  .footer-map {
    float: left;
    margin-top: 10px;
    margin-left: 34px;
    padding: 0 18px;
  }
}
@media (min-width: 992px) {
  /* line 35, ../sass/_footer.scss */
  .footer-map {
    margin-left: 55px;
    line-height: 56px;
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  /* line 35, ../sass/_footer.scss */
  .footer-map {
    margin-left: 55px;
    line-height: 56px;
    font-size: 20px;
  }
}
/* line 68, ../sass/_footer.scss */
.footer-map .fa {
  font-size: 22px;
  padding-right: 2px;
}
@media (min-width: 992px) {
  /* line 68, ../sass/_footer.scss */
  .footer-map .fa {
    font-size: 24px;
  }
}
/* line 76, ../sass/_footer.scss */
.footer-map:hover {
  background: #fff;
  color: #d17063;
}

@media (max-width: 767px) {
  /* line 81, ../sass/_footer.scss */
  .footer-right {
    clear: left;
    text-align: center;
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  /* line 81, ../sass/_footer.scss */
  .footer-right {
    float: right;
    text-align: right;
  }
}
/* line 92, ../sass/_footer.scss */
.footer-right .footer-links {
  margin-top: 12px;
  margin-bottom: 15px;
  font-size: 15px;
}
@media (min-width: 450px) {
  /* line 92, ../sass/_footer.scss */
  .footer-right .footer-links {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  /* line 92, ../sass/_footer.scss */
  .footer-right .footer-links {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 18px;
  }
}
/* line 106, ../sass/_footer.scss */
.footer-right .footer-links a {
  color: #fff;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
/* line 110, ../sass/_footer.scss */
.footer-right .footer-links a:hover {
  opacity: .5;
}
/* line 115, ../sass/_footer.scss */
.footer-right .footer-copyright {
  font-size: 14px;
}

/* line 1, ../sass/_home.scss */
.home-page {
  overflow: auto;
}

/* line 4, ../sass/_home.scss */
.banner-img {
  width: 100%;
  position: relative;
  text-align: center;
}
/* line 9, ../sass/_home.scss */
.banner-img img {
  width: 100%;
  max-width: 2000px;
}
/* line 13, ../sass/_home.scss */
.banner-img .tagline {
  display: none;
}
@media (min-width: 768px) {
  /* line 13, ../sass/_home.scss */
  .banner-img .tagline {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    height: 48px;
    background: rgba(77, 104, 98, 0.5);

  }
}
@media (min-width: 992px) {
  /* line 13, ../sass/_home.scss */
  .banner-img .tagline {
    bottom: 60px;
    height: 60px;
  }
}
@media (min-width: 768px) {
  /* line 30, ../sass/_home.scss */
  .banner-img .tagline span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
    color: #fff;
    font-family: "Mr Dafoe", cursive;
    font-size: 48px;
    text-align: right;
    letter-spacing: 2px;
    text-shadow: 0px 0px 15px #222;
  }
}
@media (min-width: 992px) {
  /* line 30, ../sass/_home.scss */
  .banner-img .tagline span {
    font-size: 60px;
  }
}

/* line 52, ../sass/_home.scss */
.home-news {
  margin-top: 40px;
}
@media (min-width: 768px) {
  /* line 52, ../sass/_home.scss */
  .home-news {
    border: 5px solid #8daba4;
    padding: 50px 34px 50px 46px;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  /* line 52, ../sass/_home.scss */
  .home-news {
    border-width: 8px;
    margin-top: 100px;
    margin-bottom: 40px;
    padding: 60px 70px;
  }
}
@media (min-width: 1200px) {
  /* line 52, ../sass/_home.scss */
  .home-news {
    padding-left: 100px;
    padding-right: 100px;
  }
}
/* line 72, ../sass/_home.scss */
.home-news h2 {
  display: block;
  position: relative;
  width: auto;
  margin: 0 30px 30px;
  padding: 11px 0 9px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  background: #d7877d;
  background: #963f00;

  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
}
@media (min-width: 560px) {
  /* line 72, ../sass/_home.scss */
  .home-news h2 {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-size: 34px;
  }
}
@media (min-width: 768px) {
  /* line 72, ../sass/_home.scss */
  .home-news h2 {
    width: 460px;
    margin-bottom: 55px;
  }
}
@media (min-width: 992px) {
  /* line 72, ../sass/_home.scss */
  .home-news h2 {
    width: 500px;
    margin-bottom: 70px;
    font-size: 40px;
  }
}
@media (min-width: 560px) {
  /* line 102, ../sass/_home.scss */
  .home-news h2:before, .home-news h2:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media (min-width: 992px) {
  /* line 102, ../sass/_home.scss */
  .home-news h2:before, .home-news h2:after {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 560px) {
  /* line 120, ../sass/_home.scss */
  .home-news h2:before {
    left: 20px;
  }
}
@media (min-width: 560px) {
  /* line 125, ../sass/_home.scss */
  .home-news h2:after {
    right: 20px;
  }
}

@media (min-width: 768px) {
  /* line 132, ../sass/_home.scss */
  .news-body {
    display: flex;
    justify-content: space-around;
  }
}
/* line 138, ../sass/_home.scss */
.news-body h3 {
  padding-top: 5px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 24px;
  color: #d17063;
  color: #963f00;

  letter-spacing: 1px;
  text-transform: uppercase;
}
/* line 147, ../sass/_home.scss */
.news-body ul {
  font-size: 17px;
  margin-top: 20px;
  padding-bottom: 5px;
}
@media (min-width: 992px) {
  /* line 147, ../sass/_home.scss */
  .news-body ul {
    font-size: 19px;
  }
}
@media (max-width: 991px) {
  /* line 156, ../sass/_home.scss */
  .news-body > div {
    width: 80%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  /* line 164, ../sass/_home.scss */
  .news-body .home-hours {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  /* line 164, ../sass/_home.scss */
  .news-body .home-hours {
    flex: 1 50%;
    padding-right: 50px;
    border-right: 2px solid #8daba4;
  }
}
@media (min-width: 992px) {
  /* line 164, ../sass/_home.scss */
  .news-body .home-hours {
    padding-right: 80px;
    border-width: 4px;
  }
}
@media (min-width: 1200px) {
  /* line 164, ../sass/_home.scss */
  .news-body .home-hours {
    padding-right: 96px;
  }
}
/* line 181, ../sass/_home.scss */
.news-body .home-hours li {
  line-height: 34px;
  overflow: hidden;
  *zoom: 1;
}
/* line 185, ../sass/_home.scss */
.news-body .home-hours li span {
  display: block;
}
/* line 188, ../sass/_home.scss */
.news-body .home-hours li span:first-child {
  float: left;
}
/* line 191, ../sass/_home.scss */
.news-body .home-hours li span:last-child {
  float: right;
}
@media (min-width: 768px) {
  /* line 197, ../sass/_home.scss */
  .news-body .home-events {
    flex: 1 50%;
    padding-left: 50px;
    border-left: 2px solid #8daba4;
  }
}
@media (min-width: 992px) {
  /* line 197, ../sass/_home.scss */
  .news-body .home-events {
    padding-left: 80px;
    border-width: 4px;
  }
}
@media (min-width: 1200px) {
  /* line 197, ../sass/_home.scss */
  .news-body .home-events {
    padding-left: 96px;
  }
}
/* line 211, ../sass/_home.scss */
.news-body .home-events li {
  position: relative;
  line-height: 28px;
  padding-left: 30px;
}
/* line 216, ../sass/_home.scss */
.news-body .home-events li:not(:first-child) {
  margin-top: 15px;
}
/* line 220, ../sass/_home.scss */
.news-body .home-events li:before {
  content: "\f138";
  font-family: FontAwesome;
  font-weight: bold;
  font-size: 16px;
  color: #8daba4;
  position: absolute;
  left: 0;
}
/* line 230, ../sass/_home.scss */
.news-body .home-events strong {
  font-weight: 700;
}

/* line 1, ../sass/_inner-pages.scss */
.inner-page {
  padding-top: 80px;
}
/* line 5, ../sass/_inner-pages.scss */
.inner-page h1 {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  color: #4d6862;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 90px;
}
/* line 14, ../sass/_inner-pages.scss */
.inner-page h1:after {
  content: "";
  display: block;
  width: 150px;
  height: 8px;
  background: #d17063;
  position: absolute;
  bottom: -25px;
  left: 0;
}

/* line 26, ../sass/_inner-pages.scss */
.about-content {
  font-size: 18px;
  line-height: 28px;
}
.about-content p {
  margin: 1em 0;
}

/* line 30, ../sass/_inner-pages.scss */
.beliefs-content {
  overflow: hidden;
  *zoom: 1;
}
@media (min-width: 768px) {
  /* line 30, ../sass/_inner-pages.scss */
  .beliefs-content {
    padding-right: 25%;
  }
}
@media (min-width: 1200px) {
  /* line 30, ../sass/_inner-pages.scss */
  .beliefs-content {
    padding-right: 32%;
  }
}
@media (min-width: 1200px) {
  /* line 30, ../sass/_inner-pages.scss */
  .beliefs-content {
    padding-right: 32%;
  }
}
/* line 43, ../sass/_inner-pages.scss */
.beliefs-content h2 {
  float: left;
  clear: both;
  padding-right: 36px;
  margin-bottom: 25px;
  font-size: 32px;
  font-family: "Roboto Slab", serif;
  color: #4d6862;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  /* line 43, ../sass/_inner-pages.scss */
  .beliefs-content h2 {
    font-size: 36px;
  }
}
/* line 57, ../sass/_inner-pages.scss */
.beliefs-content h2:hover {
  cursor: pointer;
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit browsers */
}
/* line 63, ../sass/_inner-pages.scss */
.beliefs-content h2 span {
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
}
/* line 68, ../sass/_inner-pages.scss */
.beliefs-content h2 span:after {
  content: "\f0da";
  font-family: FontAwesome;
  color: #d17063;
  position: absolute;
  top: 7px;
  right: -36px;
}
/* line 78, ../sass/_inner-pages.scss */
.beliefs-content div {
  clear: both;
}
/* line 81, ../sass/_inner-pages.scss */
.beliefs-content p {
  font-size: 21px;
  line-height: 30px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  /* line 81, ../sass/_inner-pages.scss */
  .beliefs-content p {
    max-width: 600px;
  }
}
@media (min-width: 768px) {
  /* line 81, ../sass/_inner-pages.scss */
  .beliefs-content p {
    font-size: 24px;
    line-height: 36px;
  }
}

/* line 96, ../sass/_inner-pages.scss */
.gallery-content ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
@media (min-width: 768px) {
  /* line 96, ../sass/_inner-pages.scss */
  .gallery-content ul {
    justify-content: flex-start;
  }
}
/* line 105, ../sass/_inner-pages.scss */
.gallery-content ul li {
  width: 100%;
  margin-bottom: 40px;
  height: 200px;
  line-height: 200px;
  text-align: center;
}
@media (min-width: 500px) {
  /* line 105, ../sass/_inner-pages.scss */
  .gallery-content ul li {
    width: 45%;
  }
}
@media (min-width: 768px) {
  /* line 105, ../sass/_inner-pages.scss */
  .gallery-content ul li {
    width: 30%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 119, ../sass/_inner-pages.scss */
  .gallery-content ul li:not(:nth-child(3n)) {
    margin-right: 5%;
  }
}
@media (min-width: 992px) {
  /* line 105, ../sass/_inner-pages.scss */
  .gallery-content ul li {
    width: 22%;
  }
  /* line 127, ../sass/_inner-pages.scss */
  .gallery-content ul li:not(:nth-child(4n)) {
    margin-right: 4%;
  }
}
/* line 132, ../sass/_inner-pages.scss */
.gallery-content ul li a {
  max-width: 100%;
  max-height: 100%;
}
/* line 137, ../sass/_inner-pages.scss */
.gallery-content ul li a:hover img {
  -moz-box-shadow: 0 0 12px 5px #d17063;
  -webkit-box-shadow: 0 0 12px 5px #d17063;
  box-shadow: 0 0 12px 5px #d17063;
  -moz-transition: all, 0.25s;
  -o-transition: all, 0.25s;
  -webkit-transition: all, 0.25s;
  transition: all, 0.25s;
}
/* line 143, ../sass/_inner-pages.scss */
.gallery-content ul li img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  -moz-box-shadow: 5px 5px 10px #555;
  -webkit-box-shadow: 5px 5px 10px #555;
  box-shadow: 5px 5px 10px #555;
}

/* line 153, ../sass/_inner-pages.scss */
.salvation-content {
  padding-bottom: 40px;
}
/* line 156, ../sass/_inner-pages.scss */
.salvation-content li {
  position: relative;
  padding-left: 70px;
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 560px) {
  /* line 156, ../sass/_inner-pages.scss */
  .salvation-content li {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (min-width: 1200px) {
  /* line 156, ../sass/_inner-pages.scss */
  .salvation-content li {
    padding-right: 170px;
  }
}
/* line 170, ../sass/_inner-pages.scss */
.salvation-content li:not(:first-child) {
  margin-top: 40px;
}
@media (min-width: 560px) {
  /* line 170, ../sass/_inner-pages.scss */
  .salvation-content li:not(:first-child) {
    margin-top: 80px;
  }
}
/* line 178, ../sass/_inner-pages.scss */
.salvation-content li:before {
  content: "\f192";
  font-family: FontAwesome;
  font-size: 36px;
  color: #cb5e4f;
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 15px;
}
@media (min-width: 560px) {
  /* line 178, ../sass/_inner-pages.scss */
  .salvation-content li:before {
    left: 5px;
  }
}
/* line 195, ../sass/_inner-pages.scss */
.salvation-content p {
  margin-bottom: 5px;
}
@media (min-width: 560px) {
  /* line 195, ../sass/_inner-pages.scss */
  .salvation-content p {
    margin-bottom: 15px;
  }
}
/* line 202, ../sass/_inner-pages.scss */
.salvation-content blockquote {
  font-style: italic;
  color: #777;
}

/* line 16, ../sass/screen.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 19, ../sass/screen.scss */
body {
  font-family: "Roboto", sans-serif;
  color: #2d2d2d;
}

/* line 23, ../sass/screen.scss */
a {
  text-decoration: none;
}

/* line 26, ../sass/screen.scss */
h1, h2, h3, h4 {
  font-weight: normal;
}
