@import url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,300i,400,400i,500,500i,600,600i,700,700i|Montserrat:200,200i,300,300i,400,400i,500,500i");
html,
body {
  font-size: 10px;
  line-height: 1.5;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #252525;
  font-family: 'Cormorant Garamond', serif;
}
@media only screen and (max-width: 1920px) {
  html,
  body {
    font-size: 8.88px;
  }
}
@media only screen and (max-width: 1440px) {
  html,
  body {
    font-size: 7.77px;
  }
}
@media only screen and (min-width: 1920px) {
  html,
  body {
    font-size: 11.11px;
  }
}
@media only screen and (max-width: 1024px) {
  html,
  body {
    font-size: 6.66px;
  }
}
html .section,
body .section {
  font-size: 1.8rem;
}
html p,
body p,
html ul,
body ul,
html ol,
body ol {
  font-size: 1.8rem;
}
html a,
body a {
  text-decoration: none !important;
  color: #252525;
}
html a:hover,
body a:hover,
html a:active,
body a:active,
html a:visited,
body a:visited {
  text-decoration: none;
  color: #3b3b3b;
}
html img,
body img {
  max-width: 100%;
  height: auto;
}
html h1,
body h1,
html h2,
body h2,
html h3,
body h3,
html h4,
body h4,
html h5,
body h5,
html h6,
body h6 {
  margin: 6rem auto 2rem;
}
html h1,
body h1 {
  font-size: 7.2rem;
}
html h2,
body h2 {
  font-size: 4.8rem;
}
html h3,
body h3 {
  font-size: 3rem;
}
html h4,
body h4 {
  font-size: 2.4rem;
}
html h5,
body h5 {
  font-size: 2rem;
}
html h6,
body h6 {
  font-size: 1.8rem;
}
.search-template .section-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.search-template .section-inner .search-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.search-template .section-inner #sidebar ul {
  list-style: none;
}
.search-template .section-inner #sidebar form input[type="search"] {
  border: 1px solid rgba(37,37,37,0.2);
  padding: 0.5rem 1rem;
  font-size: 1.8rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin-right: 1rem;
}
.search-template .section-inner #sidebar form input[type="submit"] {
  border: none;
  background: #d11217;
  border: 1px solid #d11217;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 0.5rem 1rem;
}
.staff h1,
.staff h2,
.staff h3,
.staff h4,
.staff h5,
.staff h6 {
  margin-top: 0 !important;
}
#wpadminbar {
  position: fixed;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
html header.header.new {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 0 26px -12px #000;
          box-shadow: 0 0 26px -12px #000;
  background-color: rgba(255,255,255,0.8);
}
@media only screen and (max-width: 1024px) {
  html header.header.new {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 5px solid #d11217;
  }
}
@media only screen and (max-width: 1024px) {
  html header .header-top {
    width: 80%;
    padding: 2.5%;
  }
}
html header .header-top .header-top-inner {
  max-width: 148rem;
  padding: 0 3rem;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
html header .header-top .header-top-inner > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
html header .header-top .header-top-inner .header-top-left {
  text-align: left;
  font-family: 'Montserrat', sans-serif;
}
@media only screen and (max-width: 1024px) {
  html header .header-top .header-top-inner .header-top-left {
    display: none;
  }
}
html header .header-top .header-top-inner .header-top-left .service-times {
  font-weight: bolder;
}
html header .header-top .header-top-inner .header-top-middle {
  text-align: center;
}
html header .header-top .header-top-inner .header-top-middle .logo-container {
  max-width: 42rem;
  margin: auto;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1024px) {
  html header .header-top .header-top-inner .header-top-middle .logo-container {
    margin: 0;
  }
}
html header .header-top .header-top-inner .header-top-middle .logo-container a {
  display: block;
}
html header .header-top .header-top-inner .header-top-right {
  text-align: right;
  font-family: 'Montserrat', sans-serif;
}
@media only screen and (max-width: 1024px) {
  html header .header-top .header-top-inner .header-top-right {
    display: none;
  }
}
html header .header-bottom {
  border-top: 5px solid #d11217;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1024px) {
  html header .header-bottom {
    width: 20%;
    padding: 2.5%;
    border-top: 0;
    display: block;
    text-align: right;
  }
}
html header .header-bottom .menu-primary-container {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  html header .header-bottom .menu-primary-container {
    display: none;
  }
}
html header .header-bottom .menu-primary-container ul {
  padding: 0;
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html header .header-bottom .menu-primary-container ul li {
  list-style: none;
  font-size: 2.1rem;
  text-transform: lowercase;
  font-weight: 600;
}
html header .header-bottom .menu-primary-container ul li a {
  display: inline-block;
  padding: 2rem;
  color: greyColor;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
html header .header-bottom .menu-primary-container ul li:hover,
html header .header-bottom .menu-primary-container ul li.current-menu-item {
  background-color: #d11217;
}
html header .header-bottom .menu-primary-container ul li:hover a,
html header .header-bottom .menu-primary-container ul li.current-menu-item a {
  color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
html header .header-bottom .menu-primary-container ul .sub-menu {
  display: none;
  position: absolute;
  background-color: rgba(255,255,255,0.5);
  width: auto;
}
html header .header-bottom .menu-primary-container ul .sub-menu li {
  display: block;
  padding-right: 0;
  text-align: left;
  line-height: 2rem;
}
html header .header-bottom .menu-primary-container ul .sub-menu li a {
  background: transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
html header .header-bottom .menu-primary-container ul .sub-menu li:hover a {
  background-color: #d11217;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
html header .header-bottom .menu-primary-container ul :hover .sub-menu {
  display: block;
}
html header .header-bottom .menu-primary-container ul li:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 1024px) {
  html header {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
html header .mobile-button,
html header .mobile-button:hover,
html header .mobile-button:active,
html header .mobile-button:focus {
  display: none;
  border-radius: 0;
  border: none;
  background-color: transparent;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  html header .mobile-button,
  html header .mobile-button:hover,
  html header .mobile-button:active,
  html header .mobile-button:focus {
    display: inline-block;
  }
}
html header.active .header-top .header-top-inner .header-top-middle .logo-container {
  max-width: 30rem;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
html header.active .header-bottom .menu ul li a {
  padding: 1rem 2rem;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
html #mobileMenu {
  width: 100%;
}
html #mobileMenu .well {
  margin: 0;
  border-radius: 0;
}
html #mobileMenu .well .menu-primary-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
html #mobileMenu .well .menu-primary-container ul li {
  text-align: center;
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 1rem !important;
  padding-bottom: 0.5rem !important;
}
html #mobileMenu .well .menu-primary-container ul li a {
  color: primaryColor;
}
html #mobileMenu .well .menu-primary-container ul li .sub-menu {
  padding: 0;
  font-size: 2rem;
  line-hegith: 2rem;
  margin-top: 1rem;
  padding-top: 0.5rem;
  list-style: none;
}
html #mobileMenu .well .menu-primary-container ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
html #mobileMenu .well .menu-primary-container ul .menu-item-has-children {
  margin-bottom: 0;
  padding-bottom: 0;
}
html #mobileMenu .well .menu-primary-container ul .menu-item-has-children ul.sub-menu {
  display: none;
}
html #mobileMenu .well .menu-primary-container ul .menu-item-has-children ul.sub-menu li {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}
html #mobileMenu .well .mod-links {
  text-align: center;
  padding-top: 0.5rem;
}
html #mobileMenu .well .mod-links i {
  color: primaryColor;
  font-size: 2rem;
  padding: 0 1rem;
}
.container {
  display: inline-block;
  cursor: pointer;
}
.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  -ms-transform: rotate(-45deg) translate(-9px, 6px);
      transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  -ms-transform: rotate(45deg) translate(-8px, -8px);
      transform: rotate(45deg) translate(-8px, -8px);
}
.home-page-template .section-inner {
  padding: 8rem 3rem;
}
.home-page-template #section1 .section-inner {
  padding: 0;
}
.home-page-template #section1 .slider-outer {
  position: relative;
}
.home-page-template #section1 .slider-outer .slide {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 90.5rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-page-template #section1 .slider-outer .slide:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0,0,0,0.45);
  z-index: 1;
}
.home-page-template #section1 .slider-outer .slide .slide-inner {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}
.home-page-template #section1 .slider-outer .slide .slide-inner h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin: 0;
}
.home-page-template #section1 .slider-outer .slide .slide-inner h1 {
  font-weight: 600;
  margin: 1rem 0 2rem;
}
.home-page-template #section1 .slider-outer .slide .slide-inner:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  max-height: 40rem;
  height: 250%;
  width: 118%;
  background-color: rgba(255,255,255,0.4);
  top: 50%;
  left: 50%;
  -webkit-transform: translate3D(-50%, -50%, 0);
      -ms-transform: translate3D(-50%, -50%, 0);
          transform: translate3D(-50%, -50%, 0);
}

@media only screen and (max-width: 767px) {
  .home-page-template #section1 .slider-outer .slide .slide-inner:after {
    width: 100%;
  }
}
.home-page-template #section1 .slider-outer .bottom-message {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 2rem;
  background-color: rgba(13,119,148,0.5);
  text-align: center;
}
.home-page-template #section1 .slider-outer .bottom-message h4 {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.home-page-template #section1 .slider-outer .bottom-message h4 a {
  color: #fff;
}
.home-page-template #section2 .section-inner {
  max-width: 118rem;
  margin: auto;
}
.home-page-template #section2 .section-inner .sec2-title {
  text-align: center;
  color: #0d7794;
}
.home-page-template #section2 .section-inner .sec2-title h2 {
  margin-bottom: 4rem;
  margin-top: 0;
}
.home-page-template #section2 .section-inner .sec2-text p {
  font-size: 2.1rem;
  text-align: center;
}
.home-page-template #section2 .section-inner .icons-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6rem;
  max-width: 100%
}
.home-page-template #section2 .section-inner .icons-wrap .icon-wrap {
  margin: 0 4rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .home-page-template #section2 .section-inner .icons-wrap {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .home-page-template #section2 .section-inner .icons-wrap .icon-wrap {
    margin: 0 2rem;
    display: block;
  }
}
.home-page-template #section2 .section-inner .icons-wrap .icon-wrap .icon img {
  max-height: 8rem;
}
.home-page-template #section2 .section-inner .icons-wrap .icon-wrap .icon-title {
  font-family: 'Montserrat', sans-serif;
  color: #447da6;
  font-weight: 400;
}
.home-page-template #section2 .section-inner .sec2-link {
  text-align: center;
  margin-top: 6rem;
}
.home-page-template #section2 .section-inner .sec2-link a {
  font-size: 1.8rem;
  font-family: 'Montserrat', sans-serif;
}
.home-page-template #section3 {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.home-page-template #section3:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.home-page-template #section3 .section-inner {
  position: relative;
  z-index: 2;
}
.home-page-template #section3:after {
  content: "";
  background: rgba(0,0,0,0.52);
}
.home-page-template #section3 .section-inner {
  max-width: 132rem;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .home-page-template #section3 .section-inner {
    display: block;
  }
}
.home-page-template #section3 .section-inner .sec3-left,
.home-page-template #section3 .section-inner .sec3-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.home-page-template #section3 .section-inner .sec3-left {
  color: #fff;
  -webkit-flex-basis: 55%;
      -ms-flex-preferred-size: 55%;
          flex-basis: 55%;
  padding-right: 8rem;
}
@media only screen and (max-width: 767px) {
  .home-page-template #section3 .section-inner .sec3-left {
    padding-right: 0;
    padding-bottom: 3rem;
  }
}
.home-page-template #section3 .section-inner .sec3-left .sec3-title h2 {
  margin: 2rem 0 4rem;
}
.home-page-template #section3 .section-inner .sec3-left .sec3-text {
  font-family: 'Montserrat', sans-serif;
}
.home-page-template #section3 .section-inner .sec3-left .sec3-text p {
  font-size: 2.1rem;
}
.home-page-template #section3 .section-inner .sec3-left .sec3-link a {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.1rem;
  color: #fff;
  font-style: italic;
  font-weight: 400;
}
.home-page-template #section3 .section-inner .sec3-right {
  -webkit-flex-basis: 45%;
      -ms-flex-preferred-size: 45%;
          flex-basis: 45%;
}
.home-page-template #sectionNewsletter .section-inner {
  margin: 0 6rem;
  padding: 3rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .home-page-template #sectionNewsletter .section-inner {
    display: block;
  }
}
.home-page-template #sectionNewsletter .section-inner .form-start {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .home-page-template #sectionNewsletter .section-inner .form-start {
    text-align: center;
  }
}
.home-page-template #sectionNewsletter .section-inner .form-start p {
  margin: 0;
  font-style: italic;
  font-size: 2.5rem;
}
.home-page-template #section4 .section-inner {
  max-width: 145rem;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .home-page-template #section4 .section-inner {
    display: block;
  }
}
.home-page-template #section4 .section-inner .sec4-left,
.home-page-template #section4 .section-inner .sec4-right {
  max-width: 49%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .home-page-template #section4 .section-inner .sec4-left,
  .home-page-template #section4 .section-inner .sec4-right {
    max-width: 100%;
    margin-bottom: 5rem;
  }
}
.home-page-template #section4 .section-inner .sec4-left .sec4-img {
  position: relative;
}
.home-page-template #section4 .section-inner .sec4-left .sec4-img:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.home-page-template #section4 .section-inner .sec4-left .sec4-img:after {
  content: "";
  background: rgba(255,255,255,0.68);
  margin: 3rem;
  width: -webkit-calc(100% - 6rem);
  width: calc(100% - 6rem);
  height: -webkit-calc(100% - 6rem);
  height: calc(100% - 6rem);
}
.home-page-template #section4 .section-inner .sec4-right .sec4-img {
  color: #fff;
}
.home-page-template #section4 .section-inner .sec4-img {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 45rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home-page-template #section4 .section-inner .sec4-img h3,
.home-page-template #section4 .section-inner .sec4-img h2 {
  position: relative;
  z-index: 2;
}
.home-page-template #section4 .section-inner .sec4-img h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  margin: 0;
  letter-spacing: 0.2em;
}
.home-page-template #section4 .section-inner .sec4-img h2 {
  font-weight: 600;
  margin: 1rem;
}
.home-page-template #section4 .section-inner p {
  font-size: 1.8rem;
  margin-bottom: 5rem;
}
.home-page-template #section4 .section-inner a {
  font-size: 1.8rem;
  font-family: 'Montserrat', sans-serif;
}
#sectionChildHeader {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.child-header {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  width: 100%;
  padding: 31rem 3rem 11.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-attachment: fixed;
}
.child-header:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.child-header .child-header-inner {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 425px) {
  .child-header {
    padding: 22rem 3rem 8rem;
  }
}
.child-header:after {
  content: "";
  background: rgba(0,0,0,0.52);
  mix-blend-mode: multiply;
}
.child-header .child-header-inner {
  color: #fff;
  padding: 4rem 10rem;
  text-align: center;
}
.child-header .child-header-inner h1,
.child-header .child-header-inner h4 {
  margin: 0;
}
.blog #content .flexrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 90vw;
  margin: 1vw auto;
}
@media only screen and (max-width: 767px) {
  .blog #content .flexrow {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.blog #content .leftCol {
  width: 39vw;
}
.blog #content .leftCol .imgHolder {
  height: 30vw;
}
@media only screen and (max-width: 767px) {
  .blog #content .leftCol {
    width: 100%;
    padding-bottom: 2vw;
  }
  .blog #content .leftCol .imgHolder {
    height: 70vw;
  }
}
.blog #content .rightCol {
  width: 29vw;
}
.blog #content .rightCol .imgHolder {
  height: 30vw;
}
@media only screen and (max-width: 767px) {
  .blog #content .rightCol {
    width: 100%;
  }
  .blog #content .rightCol .imgHolder {
    height: 70vw;
  }
}
.blog #content .middleCol {
  width: 20vw;
  margin: 0 1vw;
}
.blog #content .middleCol .imgHolder {
  height: 14.5vw;
}
.blog #content .middleCol .topHolder {
  padding-bottom: 1vw;
}
@media only screen and (max-width: 767px) {
  .blog #content .middleCol {
    width: 100%;
    padding-bottom: 2vw;
  }
  .blog #content .middleCol .imgHolder {
    height: 70vw;
  }
  .blog #content .middleCol .topHolder {
    padding-bottom: 2vw;
  }
}
.blog #content .imgHolder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.blog #content .top-section-blog-post {
  padding: 0.5vw;
  background-color: #d11217;
}
.blog #content .top-section-blog-post h4 {
  color: #fff;
  font-size: 1.6vw;
  margin: 0;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.05vw;
}
@media only screen and (max-width: 767px) {
  .blog #content .top-section-blog-post {
    padding: 2vw;
  }
  .blog #content .top-section-blog-post h4 {
    font-size: 4.5vw;
    letter-spacing: 0.1vw;
  }
}
.blog #content .bottom-section-blog-post {
  width: 100%;
  background-color: rgba(0,0,0,0.3);
  padding: 0.5vw;
}
.blog #content .bottom-section-blog-post h3 {
  margin: 0;
  font-size: 1vw;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .blog #content .bottom-section-blog-post {
    padding: 2vw;
  }
  .blog #content .bottom-section-blog-post h3 {
    font-size: 2.5vw;
  }
}
.blog #content .bottom-section-blog-post .blog-archive-single-title h2 {
  font-size: 1.4vw;
  color: #fff;
  font-weight: 600;
  margin: 0.5vw 0;
}
@media only screen and (max-width: 767px) {
  .blog #content .bottom-section-blog-post .blog-archive-single-title h2 {
    font-size: 4.5vw;
    margin: 1vw 0;
  }
}
.blog #content .bottom-section-blog-post .blog-archive-single-length h4 {
  font-size: 1.2vw;
  margin: 0;
  color: #fff;
  font-weight: 600;
  text-transform: lowercase;
}
@media only screen and (max-width: 767px) {
  .blog #content .bottom-section-blog-post .blog-archive-single-length h4 {
    font-size: 4vw;
  }
}
.blog #content .popular-container {
  margin: 4rem auto 4rem;
  max-width: 90vw;
}
.blog #content .popular-container .popular-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .blog #content .popular-container .popular-row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.blog #content .popular-container .popular-row .highlight-news {
  width: 60vw;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .blog #content .popular-container .popular-row .highlight-news {
    width: 100%;
  }
}
.blog #content .popular-container .popular-row .popular-news {
  width: 29vw;
  margin-left: 1vw;
}
@media only screen and (max-width: 767px) {
  .blog #content .popular-container .popular-row .popular-news {
    width: 100%;
  }
}
.blog #content .popular-container .col-title {
  text-transform: uppercase;
  border-bottom: 2px solid #d11217;
  margin-bottom: 2rem;
}
.blog #content .popular-container .col-title h3 {
  background: #d11217;
  padding: 0.5rem 1rem;
  color: #fff;
  display: inline-block;
  margin: 0;
  font-size: 2rem;
  letter-spacing: 2px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}
.blog #content .popular-container .highlight-news .single-highlight {
  margin-bottom: 2rem;
}
.blog #content .popular-container .highlight-news .single-highlight img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .blog #content .popular-container .highlight-news .single-highlight {
    text-align: center;
  }
}
.blog #content .popular-container .highlight-news .single-highlight .highlight-feature-img {
  margin: 0 auto;
  width: 100%;
}
.blog #content .popular-container .highlight-news a {
  color: #808080;
}
.blog #content .popular-container .highlight-news .blog-highlight-title {
  margin-top: 1rem;
}
.blog #content .popular-container .highlight-news .btn.btn-default {
  background-color: #d11217;
  color: #fff;
  border-radius: 0;
  border: none;
  font-family: sans-serif;
  letter-spacing: 2px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.blog #content .popular-container .highlight-news .btn.btn-default:hover {
  cursor: pointer;
  background-color: #eb141a;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.blog #content .popular-container .highlight-news .single-highlight-reg {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .blog #content .popular-container .highlight-news .single-highlight-reg {
    margin-bottom: 0;
  }
}
.blog #content .popular-container .highlight-news .single-highlight-reg .highlight-img {
  height: 200px;
  width: auto;
  display: block;
  margin: 1rem auto;
}
@media only screen and (max-width: 768px) {
  .blog #content .popular-container .highlight-news .single-highlight-reg .highlight-img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
.blog #content .popular-container .popular-news form input[type="search"] {
  border: 1px solid rgba(37,37,37,0.2);
  padding: 0.5rem 1rem;
  font-size: 1.8rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  margin-right: 1rem;
}
.blog #content .popular-container .popular-news form input[type="submit"] {
  border: none;
  background: #d11217;
  border: 1px solid #d11217;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 0.5rem 1rem;
}
.blog #content .popular-container .popular-news .single-pop {
  display: block;
  margin: 1rem 0;
}
.blog #content .popular-container .popular-news .single-pop .popular-img {
  margin: 0 auto;
  height: auto;
  width: 100%;
  padding: 0.25rem;
}
.blog #content .popular-container .popular-news .single-pop .single-pop-title {
  margin: 0;
  color: #808080;
  font-size: 2.4rem;
}
.blog #content .popular-container .popular-news .single-pop .popular-cat-date {
  font-size: 1.8rem;
}
.blog #content .popular-container .popular-news .single-pop .popular-cat-date span {
  color: #d11217;
}
.photoLoopContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.photoLoopContainer .photoHolder {
  width: 20%;
  height: 15vw;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
}
body .gform_wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 0;
}
body .gform_wrapper form .gform_body .gform_fields .gfield {
  margin: 0;
  padding: 0;
}
body .gform_wrapper form .gform_body .gform_fields .gfield label {
  display: none;
}
body .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
  margin: 0;
}
body .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input {
  margin: 0;
}
body .gform_wrapper form .gform_footer {
  margin: 0;
  padding: 0;
}
body .gform_wrapper form .gform_footer .gform_button {
  margin: 0;
}
body .gform_wrapper #gform_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  body .gform_wrapper #gform_1 {
    display: block;
  }
}
body .gform_wrapper #gform_1 .gform_body {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
body .gform_wrapper #gform_1 .gform_body .gform_fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  body .gform_wrapper #gform_1 .gform_body .gform_fields {
    display: block;
    width: 75%;
    margin: auto !important;
  }
}
body .gform_wrapper #gform_1 .gform_body .gform_fields .gfield {
  margin: 0 1rem !important;
}
@media only screen and (max-width: 767px) {
  body .gform_wrapper #gform_1 .gform_body .gform_fields .gfield {
    margin: 1rem 0 !important;
  }
}
body .gform_wrapper #gform_1 .gform_body .gform_fields .gfield .ginput_container {
  text-align: center;
}
body .gform_wrapper #gform_1 .gform_body .gform_fields .gfield .ginput_container input {
  width: 30rem;
}
body .gform_wrapper #gform_1 .gform_footer {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
body .gform_wrapper #gform_1 .gform_footer input {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font-size: 2.5rem;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  body .gform_wrapper #gform_1 .gform_footer {
    margin: auto;
    text-align: center;
  }
}
body .gform_wrapper #gform_2 .gfield {
  margin-bottom: 1rem !important;
}
body .gform_wrapper #gform_2 .gform_footer input {
  background: #d11217;
  border: none;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}
#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
  background-color: #447da6 !important;
}
.recurring-info-tooltip,
.tribe-events-calendar .tribe-events-right .tribe-events-tooltip,
.tribe-events-shortcode.view-week .tribe-events-right .tribe-events-tooltip,
.tribe-events-week .tribe-events-right .tribe-events-tooltip {
  padding: 1rem;
}
#tribe-events {
  font-family: 'Montserrat', sans-serif;
}
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
    background: none !important;
  }
}
.tribe-events-calendar thead th {
  padding: 0.5rem;
}
.tribe-events-schedule h2:first-child {
  margin-top: 0;
}
.child-content .overlay {
  position: relative;
  color: #fff;
}
.child-content .overlay:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.child-content .overlay .wpb_wrapper {
  position: relative;
  z-index: 2;
}
.child-content .overlay:after {
  content: "";
}
.child-content .overlay.overlay-orange:after {
  background: rgba(244,138,66,0.6);
}
.child-content .overlay.overlay-blue:after {
  background: rgba(79,145,192,0.6);
}
.child-content .overlay.overlay-black:after {
  background: rgba(0,0,0,0.6);
}
.child-content .overlay a {
  color: #fff;
}
.child-content .wpb_content_element.overlay {
  padding: 18rem 3rem;
}
.child-content .wpb_content_element.overlay h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  margin: 0 !important;
}
.child-content .wpb_content_element.overlay h2 {
  margin: 0 !important;
}
.child-content .blue-title h1,
.child-content .blue-title h2,
.child-content .blue-title h3,
.child-content .blue-title h4,
.child-content .blue-title h5,
.child-content .blue-title h6 {
  color: #0d7794;
}
.child-content .yellow-title h1,
.child-content .yellow-title h2,
.child-content .yellow-title h3,
.child-content .yellow-title h4,
.child-content .yellow-title h5,
.child-content .yellow-title h6 {
  color: #ffbc45;
}
.child-content .orange-title h1,
.child-content .orange-title h2,
.child-content .orange-title h3,
.child-content .orange-title h4,
.child-content .orange-title h5,
.child-content .orange-title h6 {
  color: #f58a43;
}
.child-content .large-font p {
  font-size: 2.1rem;
}
.child-content .green-shape:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("//www.resurrectionfranklin.org/wp-content/uploads/2017/09/full_width_shape.png");
  background-repeat: no-repeat;
  background-position: right;
  -webkit-background-size: contain;
          background-size: contain;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .child-content .green-shape:before {
    display: none;
  }
}
.child-content .border-bottom {
  position: relative;
}
.child-content .border-bottom:after {
  content: "";
  display: block;
  background: rgba(0,0,0,0.1);
  height: 1px;
  width: 90%;
  position: absolute;
  left: 5%;
  bottom: 0;
}
#content .child-content {
  max-width: 142rem;
  padding: 0 3rem;
  margin: auto;
}
#content .child-content .altfont {
  font-family: 'Montserrat', sans-serif;
}
#content .child-content > .vc_row {
  padding: 10rem 0;
  margin: 0;
}
#content .child-content .wpb_text_column:first-of-type .wpb_wrapper *:first-child {
  margin-top: 0;
}
#content .child-content .wpb_content_element:last-of-type {
  margin-bottom: 0;
}
#content .child-content .vc_column-inner {
  padding-top: 0 !important;
}
@media only screen and (max-width: 767px) {
  #content .child-content .vc_column_container + .vc_column_container .vc_column-inner {
    padding-top: 3.5rem !important;
  }
}
#content .wpb_text_column:not(:last-of-type) p:last-child,
#content .wpb_text_column:not(:last-of-type) ul:last-child,
#content .wpb_text_column:not(:last-of-type) ol:last-child {
  margin: 2rem auto;
}
#content .wpb_text_column:not(:last-of-type) h1:last-child,
#content .wpb_text_column:not(:last-of-type) h2:last-child,
#content .wpb_text_column:not(:last-of-type) h3:last-child,
#content .wpb_text_column:not(:last-of-type) h4:last-child,
#content .wpb_text_column:not(:last-of-type) h5:last-child,
#content .wpb_text_column:not(:last-of-type) h6:last-child {
  margin: 6rem auto 2rem;
}
#sectionMain .section-inner {
  max-width: 132rem;
  padding: 5rem 3rem;
  margin: auto;
}
.site-footer {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 14rem;
  margin-top: 8rem;
  border-top: 1.5rem solid #d11217;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .site-footer {
    padding-top: 20rem;
  }
}
.site-footer .footer-border-image {
  position: absolute;
  top: -73px;
  left: 50%;
  -webkit-transform: translate3D(-50%, 0, 0);
      -ms-transform: translate3D(-50%, 0, 0);
          transform: translate3D(-50%, 0, 0);
}
.site-footer .footer-top {
  max-width: 141rem;
  margin: auto;
  padding: 0 3rem;
  padding-bottom: 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .site-footer .footer-top {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.site-footer .footer-top > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
@media only screen and (max-width: 1024px) {
  .site-footer .footer-top > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
.site-footer .footer-top .footer-top-left {
  width: 100%;
}
.site-footer .footer-top .footer-top-left .acf-map {
  width: 100%;
  height: 100%;
  border: #ccc solid 1px;
}
@media only screen and (max-width: 1024px) {
  .site-footer .footer-top .footer-top-left .acf-map {
    min-height: 35vw;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-top .footer-top-left .acf-map {
    min-height: 55vw;
  }
}
@media only screen and (max-width: 425px) {
  .site-footer .footer-top .footer-top-left .acf-map {
    min-height: 75vw;
  }
}
.site-footer .footer-top .footer-top-left .acf-map img {
  max-width: inherit;
}
.site-footer .footer-top .footer-top-middle,
.site-footer .footer-top .footer-top-right {
  color: #fff;
  padding-left: 6rem;
}
@media only screen and (max-width: 1024px) {
  .site-footer .footer-top .footer-top-middle,
  .site-footer .footer-top .footer-top-right {
    padding: 0;
  }
}
.site-footer .footer-top .footer-top-middle p,
.site-footer .footer-top .footer-top-right p {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
}
.site-footer .footer-top .footer-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer .footer-top .footer-title h6 {
  margin: 2rem 0;
  text-transform: uppercase;
  font-weight: 600;
}
.site-footer .footer-top .footer-title .footer-title-line {
  background-color: #fff;
  height: 1px;
  margin-left: 1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.site-footer .footer-top .connect-icon {
  margin: 0.5rem 0;
}
.site-footer .footer-top .connect-icon span:first-of-type {
  font-size: 2.5rem;
}
.site-footer .footer-top .connect-icon span:last-of-type {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
}
.site-footer .footer-bottom {
  margin: auto;
  text-align: center;
  max-width: 132rem;
  border-top: 1px solid rgba(255,255,255,0.3);
  padding: 3.5rem 0;
}
.site-footer .footer-bottom p {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}
.site-footer .footer-bottom .social-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-footer .footer-bottom .social-wrap span {
  font-size: 2.5rem;
  margin: 0 1rem;
}
.site-footer a {
  color: #fff;
}
.site-footer a .fa-stack .fa {
  color: #447da6;
}
.site-footer a .fa-stack .fa-circle {
  color: #fff;
}


@media only screen and (max-width: 767px) {
  .home-page-template #section2 .section-inner .sec2-text p {
	font-size: 2.4rem;
  }
  .home-page-template #section4 .section-inner p {
	font-size: 2.4rem;
  }
  .child-content .large-font p {
	font-size: 2.6rem;
  }
  html p, body p {
	font-size: 2.4rem;
  }
  html ul, body ul {
	font-size: 2.4rem;
  }
  .wpb_gmaps_widget .wpb_map_wraper iframe {
	display: none;
  }
}
/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */

.message-button {
    list-style: none;
    font-size: 2.1rem;
    text-transform: lowercase;
    font-weight: 600;
    padding-right: 13vw;
	display: none;
}
.message-button button {
    float: right;
    margin-bottom: -4vw;
    background-color: #d11217;
    border-color: #d11217;
    padding-left: 1vw;
    padding-right: 1vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
	display: none;
}
.message-button button a {
    color: #fff;
    list-style: none;
    font-size: 2.1rem;
    text-transform: none;
    font-weight: 600;
	display: none;
}



@media only screen and (max-width: 1000px) {
  .message-button {
    display: none;
  }
}