/*------------------------------------*\
    $HEADER
\*------------------------------------*/

svg {
  display: block;
  vertical-align: middle;
}
.ph {
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
}
.ph .logo {
  padding-top: 15px;
  padding-bottom: 15px;
}
.ph .logo a {
  display: block;
  width: 126px;
  height: 40px;
}
.ph .logo a svg {
  fill: #0e406a;
}
.ph .pn {
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .ph .logo {
    -webkit-flex: 1;
    flex: 1;
  }
  .ph .pn {
    position: fixed;
    top: 70px;
    height: calc(100vh - 70px);
    left: 0;
    right: 0;
    background-color: rgba(22, 66, 110, 0.95);
    color: white;
    overflow-y: scroll;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
  }
  .show-menu .ph .pn {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible;
  }
  .ph .pn .menu {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    font-size: 20px;
    line-height: 36px;
  }
  .ph .pn .menu .small {
    font-size: 18px;
  }
  .ph .pn .menu a:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  .ph .pn .sub-menu {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .home .ph::before {
    content: "";
    display: block;
    background-color: rgba(22, 66, 110, 0.5);
    height: 5px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
  }
  .ph .genericon-menu {
    display: none;
  }
  .ph .pn .menu {
    color: #0e406a;
  }
  .ph .pn .menu li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .ph .logo {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 10px;
  }
  .ph .logo a {
    width: 210px;
    height: 68px;
  }
  .ph .menu>li {
    position: relative;
  }
  .ph .menu>li.menu-item-has-children::after {
    display: block;
    border-top: 5px solid #0c72c7;
    border-left: 5px inset transparent;
    border-right: 5px inset transparent;
    width: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .ph .menu>li>.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    color: white;
    text-transform: none;
    text-align: left;
    font-size: 14px;
    line-height: 14px;
    padding-top: 10px;
  }
  .ph .menu>li>.sub-menu li {
    box-shadow: 0 5px 7px 0px rgba(50, 50, 50, 0.3);
    border-top: 1px solid #4F639F;
    background-color: #0e406a;
  }
  .ph .menu>li>.sub-menu li:first-child {
    border-top: 0;
  }
  .ph .menu>li>.sub-menu li a {
    padding: 15px;
  }
  .ph .menu>li>.sub-menu li a:hover {
    background-color: #f6f6f6;
    color: #0e406a;
  }
  .ph .menu>li:hover {
    background-color: #0c72c7;
  }
  .ph .menu>li:hover a {
    color: white;
  }
  .ph .menu>li:hover.menu-item-has-children::after {
    content: "";
  }
  .ph .menu>li:hover>.sub-menu {
    display: block;
  }
}
.ph .genericon {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.ph .genericon.active, .ph .genericon:hover {
  background-color: #0c72c7;
  color: white;
}
.ph .genericon.active::before {
  content: "\f406";
}
.ph.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.pn {
  -webkit-flex: 1;
  flex: 1;
}
.pn .menu {
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
}
.pn .menu a {
  display: block;
}
.pn .menu .small {
  font-weight: 400;
  font-size: 14px;
}
@media only screen and (min-width: 1024px) {
  .pn .menu {
    text-transform: uppercase;
  }
  .pn .menu a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.ps {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: rgba(22, 66, 110, 0.95);
  padding: 24px;
}
.ps #searchform {
  width: 100%;
  margin-bottom: 60px;
}
.ps #searchform #searchsubmit {
  width: 0;
  height: 0;
}
.ps #searchform #search {
  width: 100%;
  background-color: white;
  height: 96px;
  font-size: 3em;
  padding: 20px;
  text-indent: 10px;
  border: 2px solid #E3E3E3;
}
.ps #searchform #search:focus {
  border-color: #0c72c7;
}
.ps .genericon-close {
  width: 42px;
  height: 42px;
  font-size: 40px;
  line-height: 45px;
  text-indent: -3px;
  background-color: white;
  color: #0e406a;
  border-radius: 50%;
  margin-bottom: 60px;
}
.show-search .ps {
  filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}

/*------------------------------------*\
    $FOOTER
\*------------------------------------*/

.pf {
  background-color: #0e406a;
  color: white;
}
.pf a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.pf .logo {
  padding-top: 30px;
  padding-bottom: 20px;
}
.pf .logo a {
  display: block;
  width: 210px;
  height: 68px;
}
.pf .logo a svg {
  fill: white;
}
.pf .copyright {
  background-color: #0d3c64;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  padding-top: 18px;
  padding-bottom: 20px;
}
.pf .pn .menu {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  font-size: 14px;
  line-height: 14px;
}
.pf .pn .menu li {
  margin-left: 24px;
}
@media only screen and (max-width: 1023px) {
  .pf .pn .menu {
    display: none;
  }
}
.fn ul {
  font: 300 12px/14px "Montserrat", sans-serif;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #577a97;
  padding-top: 30px;
  padding-bottom: 30px;
}
.fn ul li {
  width: 50%;
  padding-bottom: 10px;
  padding-right: 12px;
}
@media only screen and (min-width: 768px) {
  .fn ul li {
    width: 33.333333%;
  }
}
@media only screen and (min-width: 1024px) {
  .fn ul li {
    width: 25%;
  }
}
.fn ul li a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/footer-logos.png?8");
  background-size: 149px;
  background-repeat: no-repeat;
  margin-right: 7px;
}
.fn ul .logo-yd a::before {
  background-position: -35px -125px;
  width: 26px;
  height: 29px;
}
.fn ul .logo-ou a::before {
  background-position: 0 0;
  width: 26px;
  height: 30px;
}
.fn ul .logo-f a::before {
  background-position: -35px 0;
  width: 31px;
  height: 31px;
}
.fn ul .logo-y a::before {
  background-position: -66px 0;
  width: 26px;
  height: 31px;
}
.fn ul .logo-c a::before {
  background-position: -117px 0;
  width: 31px;
  height: 31px;
}
.fn ul .logo-r a::before {
  background-position: 0 -31px;
  width: 29px;
  height: 29px;
}
.fn ul .logo-e a::before {
  background-position: -35px -31px;
  width: 15px;
  height: 32px;
}
.fn ul .logo-a a::before {
  background-position: -66px -31px;
  width: 36px;
  height: 17px;
}
.fn ul .logo-v a::before {
  background-position: -117px -31px;
  width: 32px;
  height: 32px;
}
.fn ul .logo-ol a::before {
  background-position: 0 -63px;
  width: 29px;
  height: 27px;
}
.fn ul .logo-j a::before {
  background-position: -35px -63px;
  width: 30px;
  height: 30px;
}
.fn ul .logo-s a::before {
  background-position: -66px -63px;
  width: 33px;
  height: 33px;
}
.fn ul .logo-b a::before {
  background-position: -117px -63px;
  width: 30px;
  height: 30px;
}
.fn ul .logo-h a::before {
  background-position: 0 -96px;
  width: 31px;
  height: 20px;
}
.fn ul .logo-ot a::before {
  background-position: -35px -96px;
  width: 29px;
  height: 29px;
}
.fn ul .logo-g a::before {
  background-position: -66px -96px;
  width: 51px;
  height: 13px;
}
.fn ul .logo-n a::before {
  background-position: -117px -96px;
  width: 31px;
  height: 25px;
}

/*------------------------------------*\
    $PAGE
\*------------------------------------*/

.carousel-slider {
  border-bottom: 3px solid white;
}
.carousel-slider .slider-item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.carousel-slider .slider-item img {
  width: 100%;
}
.carousel-slider .container-fluid {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
}
.carousel-slider span {
  display: inline-block;
  padding: 5px 10px;
}
.carousel-slider .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  font-family: "EB Garamond", serif;
}
.carousel-slider .title span {
  background-color: #0e406a;
  color: white;
}
.carousel-slider .blurb {
  font-size: 15px;
  line-height: 18px;
}
.carousel-slider .blurb span {
  background-color: rgba(255, 255, 255, 0.8);
  color: #0e406a;
}
@media only screen and (min-width: 768px) {
  .carousel-slider span {
    padding: 8px 15px;
  }
  .carousel-slider .title {
    font-size: 22px;
    line-height: 27px;
  }
  .carousel-slider .blurb {
    font-size: 17px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .carousel-slider .container-fluid {
    bottom: 45px;
  }
  .carousel-slider span {
    padding: 10px 20px;
  }
  .carousel-slider .title {
    font-size: 30px;
    line-height: 36px;
  }
  .carousel-slider .blurb {
    font-size: 22px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 1440px) {
  .carousel-slider .slider-item {
    height: 494px;
  }
  .carousel-slider .slider-item>img {
    display: none;
  }
}
@media only screen and (max-width: 639px) {
  .carousel-slider .slider-item {
    height: 220px;
  }
  .carousel-slider .slider-item>img {
    display: none;
  }
}
.block-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: #0e406a;
  padding-top: 15px;
  padding-bottom: 15px;
}
.g {
  background-color: #f6f6f6;
}
.w {
  background-color: white;
}
.block {
  margin-top: 24px;
  margin-bottom: 24px;
}
.block time {
  color: #5d5d5d;
  font-weight: 300;
  font-size: 12px;
  line-height: 12px;
}
.block figure {
  margin-bottom: 10px;
}
.block article {
  padding-left: 15px;
  padding-right: 15px;
}
.block article figure {
  margin-left: -15px;
  margin-right: -15px;
}
summary {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
.featured .block-title {
  text-transform: none;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  padding-top: 5px;
  border-bottom: 5px solid #0e406a;
}
.featured .block-title a:hover {
  color: #0e406a;
}
.featured ul {
  border-top: 1px solid #b7b7b7;
  margin-left: 10px;
  margin-right: 10px;
  padding: 25px 5px 10px;
}
.featured ul li {
  padding-bottom: 15px;
}
.featured ul figure {
  float: left;
  margin-right: 15px;
  width: 136px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .featured ul figure {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    width: auto;
  }
}
.ministry h4, .congregation h4 {
  padding-bottom: 20px;
}
.ministry .block-title, .congregation .block-title {
  padding-left: 15px;
  padding-right: 15px;
}
.ministry ul, .congregation ul {
  border-top: 1px solid #b7b7b7;
  margin-left: 10px;
  margin-right: 10px;
  padding: 30px 5px 0;
}
.ministry ul li, .congregation ul li {
  padding-bottom: 15px;
}
.ministry ul figure, .congregation ul figure {
  float: right;
  width: 92px;
  margin-left: 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ministry ul figure, .congregation ul figure {
    float: none;
    width: auto;
    margin-left: 0;
  }
}
.upcoming .block-title {
  border-top: 5px solid #0e406a;
  display: inline-block;
}
.upcoming ul li {
  padding-top: 25px;
}
.upcoming ul li:first-child {
  padding-top: 0;
}
.upcoming ul time {
  border-right: 1px solid #cacaca;
  padding-left: 5px;
  padding-right: 15px;
  padding-bottom: 10px;
  margin-right: 15px;
  text-align: center;
}
.upcoming ul time span {
  display: block;
}
.upcoming ul time .month {
  color: #1b1b1b;
  font-weight: 100;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}
.upcoming ul time .day {
  font: 500 33px/33px "EB Garamond", serif;
  color: #0c72c7;
}
.devotional .block-title {
  border-bottom: 1px solid #0e406a;
  padding-top: 5px;
}
.donation .block-title {
  border-top: 1px solid #0e406a;
}
.devotional .title, .donation .title {
  font-size: 16px;
  line-height: 22px;
  color: #0e406a;
  padding-top: 10px;
  padding-bottom: 10px;
}
.devotional summary, .donation summary {
  font-size: 14px;
  line-height: 20px;
}
.read-more {
  font-weight: 500;
  font-size: 12px;
  color: #0c72c7;
  text-transform: uppercase;
}
.learn-more {
  display: inline-block;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  padding: 9px 34px;
  border-width: 1px;
  border-style: solid;
}
.focus {
  background: url("../images/projects.jpg") center top/cover no-repeat;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}
.focus .block-title {
  text-transform: none;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  padding-top: 40px;
  padding-bottom: 35px;
}
@media only screen and (min-width: 600px) {
  .focus .block-title {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
.focus .menu {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  color: white;
  text-transform: uppercase;
  padding-bottom: 35px;
}
.focus .menu li {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
}
@media only screen and (min-width: 600px) {
  .focus .menu li {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .focus .menu li {
    width: 25%;
  }
}
.focus .menu li::before {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  right: 12px;
  background-color: rgba(22, 66, 110, 0.5);
}
.focus .menu li:hover::before {
  background-color: #16426e;
}
.focus .menu li a {
  display: block;
  position: relative;
  height: 100%;
  margin-left: 12px;
  margin-right: 12px;
  padding: 24px 24px 24px 60px;
}
.focus .menu li a::before {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 12px;
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 600px) {
  .focus .menu li a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
  }
}
.focus .menu li a:hover {
  color: white;
}
@media only screen and (min-width: 600px) {
  .focus .menu {
    text-align: center;
    padding-bottom: 115px;
  }
  .focus .menu li {
    margin-bottom: 35px;
  }
  .focus .menu li a {
    padding: 60px 24px;
  }
  .focus .menu li a::before {
    display: block;
    width: inherit;
    height: 126px;
    margin-left: -24px;
    margin-right: -24px;
    background-position: center top;
  }
  .focus .menu .project1 a::before {
    background-size: 81px;
  }
  .focus .menu .project2 a::before {
    background-size: 77px;
  }
  .focus .menu .project3 a::before {
    background-size: 79px;
  }
  .focus .menu .project4 a::before {
    background-size: 136px;
    background-position: center 20px;
  }
  .focus .menu .project5 a::before {
    background-size: 108px;
  }
  .focus .menu .project6 a::before {
    background-size: 113px;
    margin-bottom: 10px;
  }
  .focus .menu .project7 a::before {
    background-size: 127px;
  }
  .focus .menu .project8 a::before {
    background-size: 89px;
    margin-bottom: 10px;
  }
}
.focus .menu .project1 a::before {
  background-image: url("../images/project1.svg");
}
.focus .menu .project2 a::before {
  background-image: url("../images/project2.svg");
}
.focus .menu .project3 a::before {
  background-image: url("../images/project3.svg");
}
.focus .menu .project4 a::before {
  background-image: url("../images/project4.svg");
}
.focus .menu .project5 a::before {
  background-image: url("../images/project5.svg");
}
.focus .menu .project6 a::before {
  background-image: url("../images/project6.svg");
}
.focus .menu .project7 a::before {
  background-image: url("../images/project7.svg");
}
.focus .menu .project8 a::before {
  background-image: url("../images/project8.svg");
}
.ministries .block-title {
  padding-top: 38px;
  padding-bottom: 30px;
}
.ministry-slider .slider-item {
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 24px;
}
.ministry-slider .slider-item .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  color: #0e406a;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 15px;
}
.ministry-slider .slick-arrow {
  width: 54px;
  height: 35px;
  background-image: url("../images/arrows.jpg");
  background-size: 108px;
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  top: -47px;
}
.ministry-slider .slick-prev {
  background-position: 0 0;
  right: 68px;
}
.ministry-slider .slick-next {
  background-position: -54px 0;
  right: 12px;
}
.ministry-slider .slick-prev:hover {
  background-position: 0 -35px;
}
.ministry-slider .slick-next:hover {
  background-position: -54px -35px;
}
.oli {
  background: url("../images/oli.jpg") center top/cover no-repeat;
  color: white;
  padding-top: 70px;
  padding-bottom: 70px;
}
.oli h2 {
  font-weight: 600;
  font-size: 36px;
  padding-bottom: 20px;
  color: white;
}
.oli .logo {
  width: 100px;
  margin-left: auto;
  margin-bottom: 24px;
}
.oli .learn-more:hover {
  background-color: #047E84;
  border-color: #047E84;
  color: white;
}
.oli summary {
  margin-bottom: 0;
}
.oli summary p {
  margin-bottom: 20px;
}
.verse {
  color: #0e406a;
  font: 22px/26px "EB Garamond", serif;
  padding-top: 50px;
  padding-bottom: 50px;
}
.verse h1, .verse h2, .verse h3, .verse h4, .verse h5, .verse h6 {
  color: #0e406a;
}

/* section page */

.section-header {
  margin-bottom: 40px;
  padding-top: 30px;
  padding-bottom: 20px;
}
.breadcrumbs {
  display: -webkit-flex;
  display: flex;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  color: #0e406a;
  padding-bottom: 15px;
}
.breadcrumbs .separator {
  margin-left: 5px;
  margin-right: 5px;
}
.section-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  color: #0e406a;
  padding-bottom: 15px;
}
.side {
  font-size: 15px;
  line-height: 15px;
  color: #0e406a;
}
.side li {
  padding-top: 4px;
  padding-bottom: 4px;
}
.side .widget-container ul, .side>ul {
  border-bottom: 1px solid #ccc;
  margin-bottom: 35px;
}
.side .widget-container ul>li, .side>ul>li {
  border-top: 1px solid #ccc;
}
.side a {
  display: block;
  padding: 10px;
}
.side a:hover {
  background-color: #0c72c7;
  color: white;
}
.side .current-cat>a, .side .current-category-ancestor>a, .side .current_page_item>a {
  background-color: #f6f6f6;
}
.side .current-cat>a:hover, .side .current-category-ancestor>a:hover, .side .current_page_item>a:hover {
  background-color: #0c72c7;
  color: white;
}
.side .sub-menu {
  display: none;
  padding-left: 10px;
}
.side .sub-menu li.active {
  font-weight: bold;
}
.side .current_page_item .sub-menu {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .side {
    margin-right: 35px;
  }
}
.side .widget-container {
  margin-bottom: 24px;
}
.side .widget-container .widget-title {
  padding: 10px;
  background-color: #0e406a;
  color: white;
  font-weight: bold;
}
.side .widget-container li:first-child {
  border-top: 0;
}
.hentry {
  padding-bottom: 40px;
  color: #383838;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.hentry p {
  margin-bottom: 24px;
}
.hentry ul, .hentry ol {
  margin-left: 24px;
  margin-bottom: 12px;
}
.hentry ul li, .hentry ol li {
  margin-bottom: 12px;
}
.hentry ol li {
  list-style: decimal;
}
.hentry ul li {
  list-style: disc;
}
.hentry a {
  color: #0c72c7;
  text-decoration: underline;
}
.hentry a:hover {
  background-color: #0c72c7;
  color: white;
  text-decoration: none;
}
.hentry h1, .hentry h2, .hentry h3, .hentry h4, .hentry h5, .hentry h6 {
  margin-bottom: 12px;
}
.hentry h1 a, .hentry h2 a, .hentry h3 a, .hentry h4 a, .hentry h5 a, .hentry h6 a {
  color: #0e406a;
  text-decoration: none;
}
.hentry h1 a:hover, .hentry h2 a:hover, .hentry h3 a:hover, .hentry h4 a:hover, .hentry h5 a:hover, .hentry h6 a:hover {
  background-color: transparent;
  color: inherit;
}
.hentry .category {
  font: 500 14px/14px "Roboto", sans-serif;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.hentry .category a {
  text-decoration: none;
}
.hentry .category a:hover {
  background-color: transparent;
  color: #0c72c7;
}
.entry-meta {
  font: 300 14px/14px "Roboto", sans-serif;
  margin-bottom: 24px;
}
.entry-meta .author {
  text-transform: uppercase;
}
.entry-meta .author a {
  text-decoration: none;
}
.entry-meta .author a:hover {
  background-color: transparent;
  color: #0c72c7;
}
.entry-content figure {
  margin-bottom: 24px;
}
.entry-content figure img {
  width: auto;
}
.entry-content form {
  position: relative;
  padding-right: 126px;
}
.entry-content form input {
  font-weight: 500;
  font-size: 16px;
  height: 40px;
}
.entry-content form #search {
  border: 1px solid #ccc;
  width: 100%;
  color: black;
  text-indent: 10px;
}
.entry-content form #searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background-color: #0c72c7;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  width: 126px;
  text-align: center;
}
.entry-content form #searchsubmit:hover {
  background-color: black;
}
.entry-title {
  border-top: 1px solid #ccc;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #0e406a;
}
.hentry:before, .hentry:after {
  content: " ";
  display: table;
}
.hentry:after {
  clear: both;
}
img.alignleft {
  float: left;
  margin-right: 24px;
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  float: right;
  margin-left: 24px;
}
.wpcf7-form select, .wpcf7-form textarea, .wpcf7-form input {
  border: 1px solid #ccc;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  color: black;
}
.wpcf7-form textarea {
  padding: 10px;
}
.wpcf7-form input {
  height: 40px;
  text-indent: 10px;
}
.wpcf7-form #searchsubmit, .wpcf7-form input.wpcf7-submit {
  background-color: #0c72c7;
  color: white;
  font-weight: bold;
  cursor: pointer;
  border: 0;
  text-indent: 0;
  width: auto;
  height: auto;
  padding: 12px 30px;
  text-transform: uppercase;
}
.wpcf7-form #searchsubmit:hover, .wpcf7-form input.wpcf7-submit:hover {
  background-color: black;
}
.wpcf7-form input.wpcf7-file {
  border: 0;
  height: auto;
  text-indent: 0;
}
.wpcf7-form label {
  font: 300 12px/24px "Montserrat", sans-serif;
  text-transform: uppercase;
}
.entry-summary h1, .entry-summary h2, .entry-summary h3, .entry-summary h4, .entry-summary h5, .entry-summary h6 {
  margin-bottom: 5px;
}
.entry-summary figure {
  float: left;
  margin-right: 20px;
}
.entry-summary p {
  margin-bottom: 0;
}
.archive .hentry, .category .hentry, .search-results .hentry {
  border-top: 1px solid #ccc;
  padding-top: 24px;
  padding-bottom: 24px;
}
.archive .hentry:first-of-type, .category .hentry:first-of-type, .search-results .hentry:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.ajax-load-more-wrap {
  padding-bottom: 24px;
}
.alm-load-more-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
.alm-load-more-btn.more {
  width: 130px;
  background-color: #0c72c7;
  color: white;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
.alm-load-more-btn.loading {
  width: 60px;
  height: 60px;
  background: url("../images/spinner.gif") center/contain no-repeat;
  font-size: 0;
}
.alm-load-more-btn.done {
  display: none;
}