
div {
    /* -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; */
    font-size: 12px;
  }
  img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
  }
  .wf-loading {
    visibility: hidden;
  }
  .row-no-padding .columns {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  @font-face {
/*    font-family: 'coolvetica_rgregular', sans-serif; */
    font-family: 'Verdana', sans-serif;
    src: url('https://uploads.prod01.oregon.platform-os.com/instances/411/assets/css/fonts/coolvetica_rg-webfont.eot');
    src:  url('https://uploads.prod01.oregon.platform-os.com/instances/411/assets/css/fonts/coolvetica_rg-webfont.woff2') format('woff2'), 
          url('https://uploads.prod01.oregon.platform-os.com/instances/411/assets/css/fonts/coolvetica_rg-webfont.woff') format('woff'), 
          url('https://uploads.prod01.oregon.platform-os.com/instances/411/assets/css/fonts/coolvetica_rg-webfont.ttf') format('truetype'), 
          url('https://uploads.prod01.oregon.platform-os.com/instances/411/assets/css/fonts/coolvetica_rg-webfont.svg#coolvetica_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  
  /*defaults*/
  .inactive {
    pointer-events: none;
    font-weight: normal;
  }

  .backgroundLightGreen a:hover {
    color: #369 !important;
  }
  .RHS.Dark strong,
  b {
    color: #fc0;
  }
  b,
  strong {
    color: #369;
  }
  a {
    color: #1293c7;
    font-weight: bold;
  }
  a:visited {
/*    color: #16A085; */
/*  color: #597898; */
    color: #1293c7
  }
  a:visited:hover {
/*    color: #16A085; */
  color: #fc0
  }
  body,
  html {
    background: #404040;
  }
  body,
  p {
/*    font-family: 'Lato', sans-serif; */
    font-family: 'Verdana', sans-serif;

/*    color: #616161; */
      color: #484848;
  }
  h1,
  h3,
  h5,
  .system-message h1,
  .system-error-message h1,
  strong,
  b {
    color: #369;
    margin-bottom: 1.25rem;
  }
  h2,
  h4,
  h6 {
 /*   color: #369; */
    margin-bottom: 1.25rem;
  }
  span.error:empty,
  small.error:empty {
    display: none;
  }
  .system-message,
  .system-error-message {
    background: none;
    border: none;
    margin: 0;
    color: #484848;
    padding: 0;
  }
  p {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 1rem;
    line-height: 200%;
  }
  p.lead {
    font-size: 17px;
    line-height: 200%;
    margin-bottom: 3rem;
  }
  .system-message h1,
  .system-error-message h1 {
    font-size: 32px;
  }
  figcaption {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0rem;
    line-height: 100%;
    color: black;
    text-align: center;
  }
  h1,
  h2,
  h3 {
    font-family: 'coolvetica_rgregular', sans-serif;
/*    font-family: 'Verdana', sans-serif; */
    font-weight: bold;
    line-height: 130%;
  }
  h1 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 3rem;
  }
  h2 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 1em;
  
  }
  h4,
  h5,
  h6 {
    font-family: 'coolvetica_rgregular', sans-serif;
/*    font-family: 'Verdana', sans-serif; */
    font-weight: bold;
/*    letter-spacing: 2px; */
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
/*    font-weight: bold; */
  }
  h5 {
    font-size: 14px;
    font-weight: bold;
  }
  h6 {
    color: #369;
 /*    font-family: 'coolvetica_rgregular', sans-serif; */
    font-family: 'Verdana', sans-serif;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
    letter-spacing: 0;
    font-weight: bold;
  }
  a,
  .system-message a:link,
  .system-error-message a:link {
    color: #1293c7;
  }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
/*    color: #6e6460; */
    color:#1293c7;
  }
  a:hover,
  a:focus,
  h1 a:hover,
  h2 a:hover,
  h3 a:hover,
  h4 a:hover,
  h5 a:hover,
  h6 a:hover,
  h1 a:focus,
  h2 a:focus,
  h3 a:focus,
  h4 a:focus,
  h5 a:focus,
  h6 a:focus {
    color: #fc0;
  }
  em {
    font-style: italic;
  }
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="submit"],
  texarea,
  select,
  button {
    border-radius: 0px;
    height: auto;
    padding: 9px 12px;
  }
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="submit"],
  textarea,
  select {
    background: #f0f3f8;
    border: none;
    box-shadow: none;
  }
  label,
  input[type="text"],
  input[type="email"],
  input[type="password"],
  textarea {
    font-style: normal;
  }
  textarea {
    border-radius: 0px;
    padding: 9px 12px;
  }
  ul li {
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 400;
  }
  hr {
    border-color: #cbdada;
  }
  table {
    border: none;
    width: 100%;
  }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    border: none;
  }
  /*buttons*/
  .button,
  button,
  input[type="submit"],
  a#catshopbuy:link,
  a#catshopbuy:visited {
/*    font-family: 'Lato', sans-serif; */
    font-family: 'Verdana', sans-serif;

    font-weight: 500;
    background: none;
    letter-spacing: 2px;
    background: #369;
    color: #fff;
    border-radius: 0px;
    text-transform: uppercase;
  }
  .button.secondary,
  button.secondary {
    background: #369;
    color: #fff;
  }
  button:hover,
  .button:hover,
  .button.secondary:hover,
  button.secondary:hover,
  button:focus,
  .button:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus {
    background: #fc0;
    color: #fff;
    transition-duration: 0.5s;
  }
  .button.dark,
  button.dark {
    background: #fc0;
    color: #fff;
    transition-duration: 0.5s;
  }
  .button.dark:hover,
  button.dark:hover {
    background: #fff !important;
    color: #fc0 !important;
  }
  .button.light,
  button.light {
    background: #369;
    color: #fff;
    transition-duration: 0.5s;
  }
  .button.light:hover,
  button.light:hover {
    background: #fff;
    color: #369;
  }
  button:visited,
  .button:visited, a.button:visited:hover {
    color: #fff;
  }
  input[type="submit"] {
    padding: 15px 20px;
    border: none;
    cursor: pointer;
  }
  .hvr-sweep-to-top:before {
    background: #f0f3f8;
  }
  .hvr-sweep-to-bottom:before {
    background: #484848;
  }
  /*header*/
  header {
    position: relative;
    width: 100%;
  }
  .contain-to-grid,
  .top-bar,
  .top-bar-section ul li,
  .top-bar-section li:not(.has-form) a:not(.button),
  .contain-to-grid,
  .top-bar,
  .top-bar-section li:not(.has-form) a:not(.button),
  .top-bar.expanded .title-area {
    background: none;
  }
  .top-bar .toggle-topbar.menu-icon {
    margin-top: 10px;
    margin-right: 60px;
/*    font-family: 'coolvetica_rgregular', sans-serif; */
    font-family: 'Verdana', sans-serif;
  }
  .top-bar.expanded .toggle-topbar a {
    color: #FFFFFF;
  }
  .top-bar-section ul li {
    padding: 0;
    margin: 0;
  }
  .contain-to-grid .top-bar {
    top: 20px;
  }
  .top-bar-section ul {
    float: right;
    margin-right: 1rem;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    color: #369;
    background: none;
  }
  .top-bar-section li.active:not(.has-form) a:hover:not(.button) {
    background: none repeat scroll 0 0 #369;
  }
  .top-bar-section ul li > a {
/*    font-family: 'Lato', sans-serif; */
    font-family: 'Verdana', sans-serif;

    font-size: 13px;
    letter-spacing: 1px;
    color: #369;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0px;
    transition-duration: 0.2s;
  }
  .top-bar-section li .dropdown li > a {
    font-size: 13px;
  }
  .top-bar-section li:not(.has-form) a:hover:not(.button) {
    background: #369;
  }
  .top-bar-section .dropdown li:not(.has-form) a:not(.button),
  .top-bar-section .dropdown li.active:not(.has-form) > li a:not(.has-form) a:not(.button) {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 0;
  }
  .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
    color: #369;
  }
  .top-bar-section .dropdown li.active:not(.has-form) a:not(.button),
  .top-bar-section .dropdown li.active:not(.has-form) .dropdown li.active:not(.has-form) a:not(.button) {
    background: #369;
  }
  .top-bar-section .dropdown li:not(.has-form) a:hover:not(.button) {
    background: #369;
    color: #fff;
  }
  .top-bar .name {
    margin-left: 0.9375rem;
    margin-top: -33px;
    max-width: 300px;
  }
  .top-bar-section .has-dropdown li > a {
    font-size: 13px;
  }
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    color: rgba(255, 255, 255, 0.4);
  }
  .top-bar-section ul li:hover:not(.has-form) > a {
    background: #369;
  }
  .top-bar-section .dropdown {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
  }
  .top-bar-section .dropdown li:last-child {
    border-radius: 0;
  }
  .top-bar-section ul li.donate-button {
    margin-left: 15px;
  }
  .top-bar-section ul li > a.button {
    background: #fff;
    border: 1px solid #369;
    color: #369;
    padding: 0.75rem 1rem;
    position: relative;
    top: 0px;
  }
  .top-bar .toggle-topbar.menu-icon a span::after {
    box-shadow: 0 0 0 1px #484848, 0 7px 0 1px #484848, 0 14px 0 1px #484848;
  }
  .contain-to-grid {
    padding: 0rem 0 1.2rem;
    background: #fff;
  }
  .utility-nav {
    background: #fff;
    margin: 0;
    padding: 0;
  }
  .utility-nav ul,
  .utility-nav ul li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    background: #369;
  }
  .utility-nav li {
    float: left;
  }
  .utility-nav li span {
    margin-left: 5px;
    color: #fff!important;
    margin-right: 1px;
  }
  .utility-nav li a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 5px 9px;
    position: relative;
    top: -1px;
  }
  .utility-nav li span {
    font-size: 18px;
  }
  .utility-nav li:hover {
    background: #369;
  }
  .utility-nav li:hover > a,
  .utility-nav li:hover > a span {
    color: #fff;
  }
  .shopping-cart {
    background: #369;
    color: #ffffff;
    font-size: 12px;
    padding: 4px 9px 6px;
    position: relative;
    top: 0;
  }
  .shopping-cart a {
    color: #fff;
  }
  /*pricing tables*/
  .pricing-table {
    border: 2px solid #369;
    margin-bottom: 30px;
  }
  .pricing-table .title {
    background: #369;
    text-transform: uppercase;
    letter-spacing: 2px;
/*    font-family: 'Lato', sans-serif; */
    font-family: 'Verdana', sans-serif;

    color: #fff;
    font-size: 18px;
    padding: 30px 15px;
  }
  .pricing-table .title a {
    color: #fff;
  }
  .pricing-table .price {
    background: none;
/*    font-family: 'Lato', sans-serif; */
    font-family: 'Verdana', sans-serif;
  }
  .pricing-table .price p.small {
    margin-bottom: 10px;
  }
  /*side-nav*/
  .side-nav {
    margin-bottom: 30px;
    margin-top: 0;
    padding: 0;
  }
  .side-nav li {
    margin-bottom: 0;
  }
  .side-nav li a:not(.button) {
    color: #369;
    padding: 15px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    font-family: 'Lato', sans-serif;
  }
  .side-nav li.side-nav-title a:not(.button),
  .side-nav li.side-nav-title a:hover:not(.button) {
    background: none repeat scroll 0 0 #369;
    color: #fff;
    font-weight: 300;
  }
  .side-nav li a:hover:not(.button),
  .side-nav li a:focus:not(.button),
  .side-nav li.active > a:first-child:not(.button) {
    color: #369;
    background: #fff;
/*    font-family: 'Lato', sans-serif; */
    font-family: 'Verdana', sans-serif;
  }
  /*search*/
  .search-container {
    display: none;
    padding: 30px 0 0;
  }
  .search-icon span {
    color: #FFFFFF;
    padding: 1px 0 0 9px;
    margin-left: 5px;
    font-size: 13px;
    cursor: pointer;
  }
  .search-container input[type="text"] {
    height: auto;
    padding: 14px 15px;
  }
  /*slider*/
  .slide-image-mobile {
      display: none;
    }
  .slide-image-pc {
    display: block;
  }

  .slick-slider {
    margin: 0;
  }
  .slick-slide {
    max-height: 500px !important;
  }
  .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .slide-description {
    position: absolute;
    width: 100%;
    top: 0%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 11%;
  }
  .slick-dots {
    margin: 0;
    bottom: -20px;
  }
  .slick-dots li {
    width: 7px;
  }
  .slick-dots li button:before {
    color: #98918d;
    opacity: 1;
  }
  .slick-dots li.slick-active button:before {
    color: #369;
  }
  .slick-dots li button:before {
    font-size: 7px;
  }
  .slide-description h1,
  .slide-description h2 {
    color: #fff;
    font-weight: normal;
    text-align: center;
    font-family: 'coolvetica_rgregular', sans-serif;
/*    font-family: 'Verdana', sans-serif; */

  }
  .slide-description h1 {
    font-size: 70px;
    line-height: 74px;
    text-transform: uppercase;
    margin-bottom: 0px;
  }
  .slide-description h2 {
    font-size: 30px;
    margin-bottom: 0px;
    text-transform: uppercase;
  }
  .slide-description p {
    margin-top: 2rem;
    color: #fff;
/*    font-family: 'coolvetica_rgregular', sans-serif; */
    font-family: 'Verdana', sans-serif;
  }
  .slick-prev,
  .slick-next {
    height: 46px;
    width: 45px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    top: 40%;
    background: url(../images/slider-arrows-2.png) no-repeat;
  }
  .slick-next {
    right: 0.5rem;
    background-position: 0 -49px;
  }
  .slick-prev {
    left: 0.5rem;
  }
  .slick-prev:before,
  .slick-next:before {
    content: none;
  }
  .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: rgba(84, 84, 84, 0.87);
    color: #fff;
    text-align: center;
    border-radius: 1px;
    padding: 1px 0;
    position: absolute;
    z-index: 100;
    top: 105px;
  }
  #Text:hover .tooltiptext {
    visibility: visible;
  }
  .slick-prev:hover,
  .slick-next:hover,
  .slick-prev:focus,
  .slick-next:focus {
    background: url(../images/slider-arrows-2.png) no-repeat;
    opacity: 0.8;
  }
  .slick-next:hover,
  .slick-next:focus {
    background-position: 0 -49px;
  }
  /*section countdown-wrap*/
  .countdown-wrap {
    background: #369;
    padding: 2rem 0;
  }
  .countdown-wrap h6,
  .countdown-wrap h3 {
    color: #fff;
    text-align: left;
    margin: 0;
    text-transform: uppercase;
  }
  .countdown-wrap h3 {
    font-size: 24px;
  }
  ul.countdown {
    margin: 0rem;
    text-align: center;
    float: right;
  }
  ul.countdown li {
    margin: 0;
    padding: 0 1rem;
    line-height: 18px;
    list-style: none;
    float: left;
  }
  ul.countdown li span {
    border: medium none;
    border-radius: 0;
    color: #fff;
/*    font-family: 'coolvetica_rgregular', sans-serif; */
    font-family: 'Verdana', sans-serif;
    font-size: 24px;
    margin: 0;
    text-align: center;
  }
  ul.countdown p {
    color: #fff;
/*    font-family: 'coolvetica_rgregular', sans-serif; */
    font-family: 'Verdana', sans-serif;
    margin: -4px 0 3px;
    font-size: 13px;
    text-transform: uppercase;
  }
  /*section main*/
  section.main {
    padding: 4rem 0 0;
    background: #f0f3f8;
  }
  section.main.inner {
    padding: 2rem 0;
  }
  section.main p.lead {
    margin-top: 2rem;
  }
  section.main.inner p.lead {
    margin-top: 0;
    text-align: center;
  }
  section.main.inner h1 {
    margin-bottom: 1rem;
  }
  .pastor-image {
    left: -2rem;
    position: relative;
  }
  .intro-text {
    position: relative;
  }
  .content-wrap {
    width: 100%;
  }
  .aside .content {
    padding: 2rem 2rem 0.5rem;
  }
  .aside .flex-video {
    margin-bottom: 1rem;
  }
  .aside .content .fa {
    float: left;
    padding: 6px 10px 0 0;
  }
  .aside .content h5 {
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 0.5rem;
  }
  .aside h3 {
    font-size: 18px;
  }
  .aside p {
    line-height: 150%;
  }
  /*ministries*/
  section.ministries {
    overflow: hidden;
  }
  .ministry-box {
    height: 245px;
  }
  .ministry-box h6 {
    margin-bottom: 0.25rem;
  }
  .ministry-box h3 {
    margin-bottom: 1rem;
    text-align: center;
  }
  .ministry-box h3 a {
    color: #484848;
  }
  .ministry-box span {
    background: url(images/leaf.png);
    background-repeat: no-repeat;
    height: 58px;
    left: -3rem;
    margin-right: -3rem;
    position: relative;
    width: 33px;
    overflow: hidden;
    overflow: ellipsis;
  }
  .box-2 span,
  .box-3 span {
    background-position: 0 -60px;
  }
  .box-1 {
    background: #369;
  }
  .box-2 {
    background: #fff;
    border-top: 1px solid #e9e9e9;
  }
  .box-3 {
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
  }
  .box-4 {
    background: #fc0;
  }
  .box-1,
  .box-3 {
    padding: 1rem;
  }
  .box-2,
  .box-4 {
    padding: 1rem;
  }
  .center-tm {
    text-align: center;
    margin-top: 20px;
  }
  .box-1 h6,
  .box-1 h3,
  .box-1 p {
    color: #fff;
  }
  .box-4 h6,
  .box-4 h3,
  .box-4 p {
    color: #707070;
  }
  .ministry-box.box-inner {
    height: auto;
    background: #fff;
    margin-bottom: 1rem;
  }
  .ministry-box.box-inner span {
    background-position: 0 -57px;
    left: 0;
    margin-right: 1rem;
  }
  .hvr-sweep-to-bottom:hover > h3,
  .hvr-sweep-to-bottom:hover > div > p,
  .hvr-sweep-to-bottom:hover > h6 {
    color: #fff;
  }
  #sermonSliderFix {
    padding: 0;
    min-height:300px;
    height: 290px;
  }
  #sermonSliderFix .row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 72.5rem;
    padding: rem;
  }
  #sermonSliderFix .row h4 a {
    min-height: 75px;
    color: #369;
  }
  .projectMap {
    text-align: center;
    margin: 30px 10px 70px 70px!important;
  }
  /*section sermons*/
  section.sermons {
    padding: 4rem 0;
  }
  section.sermons h2 {
    font-size: 26px;
    margin-bottom: 5px;
    margin-top: 1rem;
    text-align: left;
  }
  .video-wrap {
    padding: 0 2rem 0 0;
  }
  section.sermons .fa {
    color: #484848;
    float: left;
    font-size: 25px;
    margin-right: 0.5rem;
    position: relative;
    top: 4px;
  }
  /*ui*/
  .content {
    padding: 1.8rem 1.8rem 1rem;
    background: #fff;
    margin-bottom: 2rem;
  }
  .content-links {
    padding: 1.8rem 1.8rem 1rem;
    background: #369;
    margin-bottom: 2rem;
  }
  h5.footerH5 {
    color: #fff;
  }
  .content.sermon {
    padding: 3rem;
  }
  .content h2 {
    margin-bottom: 1rem;
  }
  .flex-video {
    margin-bottom: 0rem;
  }
  .feature-image {
    border-radius: 90em;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 189px;
    margin-bottom: 30px;
  }
  .feature-image img {
    border-radius: 90em;
  }
  /*team*/
  .team-item {
    background: #fff;
    padding: 0;
    margin-bottom: 2rem;
  }
  .team-image {
    position: relative;
    height: 215px;
    overflow: hidden;
    text-align: center;
  }
  .team-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .team-description {
    padding: 2rem 2rem 1rem;
    text-align: center;
    min-height: 199px;
  }
  .team-item h3 {
    text-align: center;
    font-size: 17px;
  }
  .teamInfo {
    display: none;
  }
  .team-image:hover .hvr-grow,
  .team-image:focus .hvr-grow {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .team-image:hover .teamInfo,
  .team-image:focus .teamInfo {
    display: block;
    position: relative;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
  }
  .team-image:hover .teamInfo i,
  .team-image:focus .teamInfo i,
  .team-image:hover .teamInfo p,
  .team-image:focus .teamInfo p {
    color: #fff;
    font-size: 20px;
  }
  .team-image:hover .teamInfoPhoneOne,
  .team-image:focus .teamInfoPhoneOne {
    margin-bottom: 0;
  }
  .team-image:hover .teamInfoOne,
  .team-image:focus .teamInfoOne {
    padding-top: 5%;
  }
  /*events section*/
  section.events {
    padding: 4rem 0;
    background: #369;
  }
  section.events h1 {
    color: #fff;
  }
  .event-item {
    background: #fff;
    padding: 0;
    margin-bottom: 2rem;
  }
  .event-image {
    position: relative;
    height: 180px;
    overflow: hidden;
    text-align: center;
  }
  .event-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .event-date {
    background: none repeat scroll 0 0 #fc0;
    color: #fff;
    display: block;
/*    font-family: 'coolvetica_rgregular', sans-serif; */
    font-family: 'Verdana', sans-serif;
    font-size: 12px;
    margin: 0 2rem;
    padding: 0.75rem 1rem;
    position: relative;
    text-align: center;
    top: 144px;
    z-index: 1;
  }
  .event-date span.empty {
    padding: 0 0.25rem;
  }
  .event-date span.month {
    font-size: 16px;
  }
  .event-description {
    padding: 2rem 2rem 1rem;
    text-align: center;
  }
  .event-item h3 {
    text-align: center;
    font-size: 18px;
  }
  .event-item-detail {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .event-item-detail h3 {
    margin-bottom: 5px;
  }
  .event-details {
    line-height: 18px;
    color: #99918e;
    font-size: 13px;
/*    font-family: 'coolvetica_rgregular', sans-serif; */
    font-family: 'Verdana', sans-serif;
    margin-bottom: 10px;
  }
  .event-item p {
    line-height: 150%;
  }
  .event-item-detail .button {
    float: right;
  }
  /*announcements*/
  .news-item {
    margin-bottom: 1rem;
    text-align: center;
    background: #fff;
    padding: 2rem 2rem 1rem;
  }
  .content .news-item {
    background: none;
    padding: 0;
  }
  .news-item h3 {
    font-size: 18px;
    line-height: 118%;
    margin-bottom: 5px;
    text-transform: none;
  }
  .news-details {
    line-height: 16px;
    color: #99918e;
    font-size: 13px;
/*    font-family: 'coolvetica_rgregular', sans-serif; */
    font-family: 'Verdana', sans-serif;
    margin-bottom: 10px;
  }
  /*prayers*/
  .prayer-item {
    margin-bottom: 1rem;
    text-align: center;
  }
  .prayer-item h3 {
    color: #369;
    font-size: 25px;
    line-height: 130%;
    margin-bottom: 15px;
    text-transform: none;
  }
  .prayer-item p {
    font-style: italic;
  }
  .prayer-details {
    line-height: 18px;
    color: #99918e;
    font-size: 13px;
/*    font-family: 'coolvetica_rgregular', sans-serif; */
    font-family: 'Verdana', sans-serif;
    margin-bottom: 10px;
  }
  /*faq*/
  .faq-question {
    padding: 2rem 2rem 0;
    background: #fff;
  }
  .faq-question a {
/*    font-family: 'coolvetica_rgregular', sans-serif; */
    font-family: 'Verdana', sans-serif;
    font-size: 18px;
  }
  .faq-details {
    padding-top: 30px;
    margin-bottom: 50px;
    padding-bottom: 20px;
  }
  .faq-details a {
/*    font-family: 'Lato', sans-serif; */
    font-family: 'Verdana', sans-serif;
    font-size: 13px;
    text-transform: none;
    font-weight: normal;
    color: #369;
  }
  .large-icon {
    font-size: 48px;
    margin-right: 10px;
  }
  .medium-icon {
    font-size: 38px;
    margin-right: 10px;
  }
  .faq-icon {
    background: none repeat scroll 0 0 #369;
    color: #fff;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 600;
    height: 33px;
    margin: 0 15px 0 0;
    padding-top: 8px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: -4px;
    width: 33px;
  }
  .faq-icon.answer {
    background: #fc0;
  }
  /*page-title*/
  section.page-title {
    overflow: hidden;
    background: url("/Theme/Church/_assets/img/ui/header.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 3rem 0 0.5rem;
    position: relative;
  }
  section.page-title img {
    width: 100%;
  }
  .row.page-headline h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 2px;
    margin-top: 1rem 0 0;
    text-transform: uppercase;
  }
  .row.page-headline h2 {
    text-align: left;
    color: #fff;
    font-size: 26px;
    letter-spacing: 2px;
    margin-bottom: 0;
    text-transform: uppercase;
    display: none;
  }
  p.literature-container {
    margin-bottom: 1rem;
  }
  p.literature-container span.icon,
  p.literature-container span.name {
    margin: 0 3px 0 0;
  }
  p.literature-container img {
    vertical-align: middle;
  }
  /*blog*/
  .post-details {
    margin-bottom: 1rem;
    font-size: 13px;
    color: #369;
  }
.blog-description
  {
    min-height: 300px;
    max-height: 300px;
    text-align: center;
    overflow: hidden; 
    text-overflow: ellipsis;
    padding: 2rem 2rem 0;
    }
  .blog-description p {
    overflow: hidden; 
    text-overflow: ellipsis;
    text-align: center;
  }
  .content.blog {
    font-size: 20px;
    font-weight:strong ;
    padding: 2rem 2rem 0;
  }
  .content.blog h2 {
    line-height: 120%;
/*    color: #6e6460; */
    color:369;
  }
  /*responsive photogallery */
  #photogalleryTable {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  #photogalleryTable img {
    border: 5px solid #fff;
    margin-bottom: 2rem;
    transition-duration: 0.5s;
    width: 100%;
  }
  #photogalleryTable img:hover {
    opacity: 0.8;
  }
  /*section map*/
  section.map,
  section.map .flex-video,
  section.map .flex-video iframe {
    height: 350px;
    overflow: hidden;
  }
  /*section newsletter*/
  section.newsletter {
    background: none repeat scroll 0 0 #fff;
    padding: 3.5rem 0 1.5rem;
    text-align: center;
  }
  section.newsletter h2 {
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: none;
    margin-bottom: 1.5rem;
  }
  section.newsletter form {
    margin: 0;
  }
  section.newsletter input {
    font-size: 14px !important;
    padding: 0.95rem 1rem;
    width: 98%;
  }
  section.newsletter input.button {
    padding: 1rem;
    width: 100%;
  }
  section.newsletter p {
    font-size: 12px;
  }
  /*store*/
  .productList.productSmall {
    background: none;
  }
  .productItem .image,
  .productItemLast .image {
    margin-bottom: 20px;
  }
  .productItem .image,
  .productItemLast .image {
    padding-top: 30px;
  }
  .productList,
  .productList ul,
  .catalogueList {
    clear: both;
    margin: 0;
    overflow: hidden;
    padding: 0 !important;
  }
  .productList li,
  .catalogueList li {
    display: inline;
    list-style-type: none;
  }
  .catalogueList li .image {
    margin-bottom: 20px;
  }
  .catalogueList li img {
    transition-duration: 0.5s;
    width: 100%;
  }
  .productSmall .image img {
    border: medium none;
    box-shadow: none;
  }
  .productList li img {
    transition-duration: 0.5s;
  }
  .catalogueList li img:hover,
  .productList li img:hover {
    opacity: 0.8;
  }
  .productItem ul.product-details li {
    display: inline;
  }
  li.price {
    color: #5e5754;
/*    font-family: 'coolvetica_rgregular', sans-serif; */
    font-family: 'Verdana', sans-serif;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
  }
  li.name h5 {
/*    font-family: 'coolvetica_rgregular', sans-serif; */
    font-family: 'Verdana', sans-serif;
    font-size: 16px;
    margin: 0 0 30px;
  }
  .catalogueList .catalogueItemNotFound {
    display: none;
  }
  .productLarge h1 {
    font-size: 32px;
    line-height: 1.35em;
  }
  .productLarge .image-large {
    margin-bottom: 30px;
  }
  #productPoplets {
    margin-bottom: 30px;
  }
  #productPoplets .productPopletsItem {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    display: block;
    margin: 0 10px 0 0;
    padding: 15px;
  }
  .poplets {
    border: medium none;
    margin: 0;
    padding: 0;
  }
  .poplets img {
    border: medium none;
  }
  .wishlist-link {
    color: #1abc9c;
/*    font-family: 'coolvetica_rgregular', sans-serif; */
    font-family: 'Verdana', sans-serif;
    font-size: 12px;
    padding: 20px 0 30px;
  }
  .product-block {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ece7ea;
    float: left;
    margin: 15px 0;
    position: relative;
    width: 100%;
  }
  .product-block figure {
    background: none repeat scroll 0 0 #fff;
    float: left;
    margin: 0 0 5px;
    padding: 2rem;
    text-align: center;
    width: 100%;
  }
  .product-block figure img {
    width: 100%;
  }
  .product-block .product-description {
    float: left;
    padding-top: 10px;
    width: 100%;
  }
  li.catalogueItem .product-block .product-description,
  li.catalogueItemLast .product-block .product-description {
    padding: 0 5px 20px;
  }
  .product-block h4 {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    margin: 0;
/*    font-family: 'coolvetica_rgregular', sans-serif; */
    font-family: 'Verdana', sans-serif;
    padding: 0 10px;
    text-align: center;
    letter-spacing: 0;
  }
  .product-block h4 a {
    color: #484848;
  }
  .product-block .product-description img {
    display: block;
    vertical-align: middle;
    width: auto;
  }
  .product-block .product-description .price {
    display: block;
    font-weight: bold;
    margin: 0 0 15px;
    text-align: center;
    width: auto;
  }
  .product-block .product-description .price span {
/*    font-family: 'coolvetica_rgregular', sans-serif; */
    font-family: 'Verdana', sans-serif;
  }
  .product-block .product-description .price span.new-amount {
    color: #fc0;
    font-size: 18px;
    font-weight: 300;
  }
  .product-block .product-description .price span.old-amount {
    color: #828282;
    font-size: 15px;
    font-weight: 300;
    text-decoration: line-through;
  }
  .add-cart .productSubmitInput {
    background: none repeat scroll 0 0 #369;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin: auto;
    min-width: inherit;
    padding: 10px 15px;
  }
  span.sale {
    background: none repeat scroll 0 0 #fc0;
    border-radius: 90em;
    color: #fff;
    display: block;
/*    font-family: 'Lato', sans-serif; */
    font-family: 'Verdana', sans-serif;

    font-size: 12px;
    font-weight: 500;
    height: 51px;
    left: 1rem;
    line-height: 51px;
    margin: auto;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 35%;
    width: 51px;
    z-index: 1000;
  }
  .browse-panel {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    margin-top: 15px;
  }
  .browse-panel h6,
  .browse-panel h5 {
    background: none repeat scroll 0 0 #f7f7f7;
    border: medium none;
/*    font-family: 'coolvetica_rgregular', sans-serif; */
    font-family: 'Verdana', sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0;
    padding: 14px;
    text-transform: uppercase;
  }
  .browse-panel h6 {
    margin: 30px 0 0;
  }
  .browse-panel ol {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 0;
  }
  .browse-panel ol li {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    color: #6e6460;
    font-family: 'coolvetica_rgregular', sans-serif;
    font-size: 13px;
    font-weight: 300;
    padding: 10px 14px;
  }
  .browse-panel ol li a {
    color: #8d8d8d;
    font-weight: 300;
  }
  .browse-panel ol li a:hover {
    color: #3f3f3f;
  }
  .browse-panel ol li a:before {
    display: inline-block;
    height: 10px;
    width: 10px;
  }
  ul.swatch li {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    float: left;
/*    font-family: 'coolvetica_rgregular', sans-serif; */
    font-family: 'Verdana', sans-serif;
    font-size: 12px;
    font-weight: 300;
    height: 40px;
    line-height: 37px;
    margin: 0 15px 15px 0;
    text-align: center;
    width: 40px;
  }
  ul.swatch li.selected {
    border: 2px solid #444;
  }
  #webapp28148pagination {
    display: block !important;
    margin-left: 10px;
    text-align: center;
  }
  ul.swatch li em {
    display: block;
    height: 100%;
    width: 100%;
  }
  em.Green {
    background: none repeat scroll 0 0 #369;
  }
  em.Turquoise {
    background: none repeat scroll 0 0 #74b9c8;
  }
  em.Teal {
    background: none repeat scroll 0 0 #74c8c7;
  }
  p.attr-label {
    margin: 0 0 5px;
  }
  .sale-text,
  .new-price,
  .old-price {
/*    font-family: 'coolvetica_rgregular', sans-serif; */
    font-family: 'Verdana', sans-serif;
    font-size: 24px;
    font-weight: 300;
  }
  .sale-text,
  .new-price {
    color: #369;
  }
  .description p {
    font-size: 15px;
  }
  .old-price {
    display: block;
    font-size: 15px;
  }
  .product-large {
    background: none repeat scroll 0 0 #fff;
    border: none;
    float: left;
    padding: 2rem;
    text-align: center;
  }
  .content.store {
    padding: 2rem 2rem 1rem;
  }
  .productPoplets {
    width: 100%;
  }
  .productPoplets ul {
    margin: 0 0 3rem;
  }
  .productPoplets ul li {
    background: none repeat scroll 0 0 #fff;
    border: none;
    float: left;
    margin: 1rem 1rem 0 0;
    padding: 0.5rem;
    text-align: center;
    width: 58px;
  }
  .productPoplets ul li:nth-child(4n+4) {
    margin-right: 0;
  }
  .productPoplets ul li img {
    display: block;
    margin: auto;
    width: auto;
  }
  table.productPoplets {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
  }
  .shop-product-large .details {
    background: none repeat scroll 0 0 #f9f9f9;
    float: left;
    height: auto !important;
    min-height: 360px;
    padding: 18px;
    width: 30%;
  }
  .shop-product-large ul {
    margin: 0 0 36px;
    padding: 0;
  }
  .shop-product-large li {
    margin: 9px 0;
  }
  .shop-cart .breadcrumbs {
    margin: 0 0 18px;
  }
  .tabs dd > a,
  .tabs .tab-title > a {
    background-color: #fff;
    color: #222;
    display: block;
/*    font-family: 'coolvetica_rgregular', sans-serif; */
    font-family: 'Verdana', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 14px 2rem;
    text-transform: uppercase;
  }
  .tabs dd.active a,
  .tabs .tab-title.active a {
    background-color: #f7f7f7;
    color: #222;
  }
  .tabs-content {
    background-color: #f7f7f7;
    padding: 1rem 2rem;
  }
  section.comments {
    clear: both;
    padding-top: 3rem;
  }
  .comment-container .comment-details span {
    font-size: 17px;
    font-weight: bold;
  }
  section.related {
    padding-top: 3rem;
  }
  section.related h4 {
    text-align: center;
  }
  .content.store .productSubmitInput {
    width: 100%;
  }
  /*footer*/
  footer {
    background: none repeat scroll 0 0 #484848;
    padding: 3rem 0 0rem;
    position: relative;
    text-align: center;
  }
  footer h5 {
    color: #fff;
    margin-bottom: 1rem;
/*    font-family: 'coolvetica_rgregular', sans-serif; */
    font-family: 'Verdana', sans-serif;
  }
  footer p,
  footer a {
    color: #fff;
    margin-bottom: 1rem;
  }
  footer div.copy {
    background: none repeat scroll 0 0 #404040;
    margin-top: 3rem;
    padding: 1rem 0;
    text-align: center;
  }
  footer div.copy a {
    padding: 0 0.35rem;
    color: #fff;
  }
  footer div.copy,
  footer span {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
  }
  footer ul,
  footer ul li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
  }
  footer ul li a {
    display: block;
    font-size: 13px;
    padding: 5px 0;
  }
  footer .vcard {
    border: medium none;
    color: #98958b;
    font-size: 13px;
    margin: 0;
    padding: 0;
  }
  footer .vcard .fa {
    margin-right: 5px;
  }
  footer .fa {
    color: #369;
    font-size: 28px;
    margin: 0.25rem 0.25rem 0;
  }
  footer p.info {
    font-size: 12px;
    line-height: 150%;
    margin-bottom: 0;
  }
  .modal {
    background-color: #fff;
    border: 1px solid #666;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    padding: 2rem;
  }
  dialog,
  .reveal-modal {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
  }
  dialog .close-reveal-modal,
  .reveal-modal .close-reveal-modal {
    right: 2rem;
  }
  .portfolioList {
    min-height: 580px;
  }
  .portfolioList img {
    margin: 0 auto;
    display: inline;
    width: 100%;
  }
  .portfolioListText {
    padding: 1.8rem 4rem 0rem;
  }
  .portfolioListButton {
    margin-bottom: 1rem;
    text-align: center;
  }
  .portfolioListButton a {
    text-transform: uppercase;
  }
  .portfolioListText a h3{
    color:white;
  }
  .portfolioListDescription p {
    min-height: 112px;
/*    text-overflow: ellipsis; */
    overflow: hidden;

  }
  .blogListImage {
    width: 100%;
  }
  .content img {
    margin: 0 auto;
    display: block;
  }
  .blogSideBar ul {
    margin-left: 0;
  }
  .blogSideBar li {
    list-style-type: square;
    list-style-position: outside;
    color: white;
  }
  .blogSideBar li a {
    color: #6e6460;
  }
  .blogSideBar h4 {
    font-size: 22px;
  }
  .blogSideBar ul.pagination {
    display: none !important;
  }
  .blogSideBar .connectWithUs {
    background: #484848;
    text-align: center;
  }
  .blogSideBar .connectWithUs h4 {
    color: white;
  }
  .blogSideBar .connectWithUs .fa {
    color: #369;
    font-size: 28px;
    margin: 0.25rem 0.25rem 0;
  }
  .blogSideBar .backgroundGreen h4 {
    color: white;
  }
  .blogSideBar .backgroundGreen a {
    color: white;
  }
  .blogSideBar .backgroundGreen a:hover {
    color: #fc0;
  }
  .RHS p {
    color: #fff;
  }
  .RHS a {
    color: #fff;
  }
  .RHS a:hover {
    color: #fc0;
  }
  .parallaxStrip {
    background-size: cover; 
    background-position-y: 76%;
    background-color: #369;
 /*   background-attachment: fixed !important; */
  }
  .parallaxStripPageName {
    margin: 0;
    padding: 40px;
    color: #fff;
    text-transform: capitalize;
/*    background-color: rgba(0, 0, 0, 0.3); */
    font-size: 48px;
    font-weight: bold;
  }
  .serviceDetailImage {
    max-width: 100%;
    margin-bottom: 20px !important;
  }
  .rhsTestimonial {
    padding: 2rem 2rem 2.5rem !important;
  }
  .rhsTestimonial h4 {
    font-size: 20px;
    line-height: 1;
    margin-top: 15px;
  }
  .rhsTestimonial p {
    margin-bottom: 5px !important;
  }
  .rhsTestimonial .fa-quote-right {
    float: right !important;
    padding: 0 0 6px 10px !important;
  }
  .rhsTestimonial a {
    color: #fff;
  }
  .rhsServices h3 a,
  .rhsServices a {
    color: #fff;
  }
  .rhsServices h3 a:hover,
  .rhsServices a:hover {
    color: #fc0;
  }
  .rhsServices .portfolioListText {
    padding: 1.8rem 1.2rem 0;
  }
  .backgroundGreen {
    background: #369;
  }
  .backgroundGreen .columns {
    background: #369;
  }
  .blog .backgroundGreen p,
  .blog .backgroundGreen b,
  .blog .backgroundGreen strong,
  .blog .backgroundGreen em
  {
    color: #fff;
  }
  .backgroundGreen h6 {
    color: #fff;
    text-align: center;
  }
  .backgroundGreen .portfolioListButton {
    margin-bottom: 0;
  }
  .backgroundGreen .portfolioListButton .button {
    background: #fc0;
  }
  .backgroundLightGreen {
    background: #fc0;
  }
  .backgroundLightGreen .columns {
    background: #fc0;
  }
  .ourServices {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }
  .ourServices .button {
    padding-left: 1rem;
    padding-right: 1rem;
    letter-spacing: 0px;
  }
  .pagination.webapp {
    display: none !important;
  }
  .portfolioHomeList .portfolioListDescription p {
    min-height: 170px;
    text-align: center;
    overflow: hidden;
    max-height: 171px;
  }
  .servicesRelated .portfolioListDescription p {
    min-height: 170px;
  }
  .content-links .links {
    min-height: 120px;
    max-height: 100px;
    padding: 30px;
  }
  #webapp28200pagination {
    display: none;
  }
  .servicesDescription p {
    margin-bottom: 1rem;
  }
  .servicesDescription h4 {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
  button.mfp-close:hover {
    background: transparent !important;
  }
  .projectThumbnails {
    margin-top: 20px !important;
  }
  .projectThumbnails img {
    margin-bottom: 10px;
  }
  /*media queries*/
  /*************media queries**************/
  @media only screen and (min-width: 0) and (max-width: 640px) {
    .mobileMarginBottom {
      margin-bottom: 40px;
    }
    p {
      font-size: 15px;
      font-weight: 400;
    }
    #sermonSliderFix {
      padding: 0;
      min-height: 30px;
    }
    .sermons-slider button {
      top: 60%;
    }
    h1 {
      font-size: 26px;
      margin-bottom: 1rem;
    }
    h2 {
      font-size: 22px;
      margin-bottom: 1rem;
    }
    .contain-to-grid {
      padding: 0;
    }
    .top-bar {
      height: 125px;
    }
    .contain-to-grid .top-bar.expanded {
      padding: 0rem 0 1.2rem;
    }
    .top-bar .name {
      margin: 0 auto;
    }
    .top-bar-section ul {
      margin: 4rem 0 0;
    }
    .top-bar-section ul li.donate-button {
      margin: 0 0.75rem;
    }
    .top-bar-section ul li > a.button,
    .top-bar-section ul li > a.button:focus,
    .top-bar-section ul li > a.button:hover {
      background: none repeat scroll 0 0 #369;
      border: 1px solid #369;
      color: #fff;
    }
    .utility-nav {
      background: #369;
    }
    .utility-nav li a {
      padding: 5px;
    }
    .slide-description {
      top: 18%;
      padding: 21%;
      background-color: rgba(0, 0, 0, 0.4);
    }
    .hero-slider .slide-description a.secondary {
        font-size: 12px;
        padding: 10px;
        margin: 10px;
    }
    
    .slide-description h1 {
      font-size: 28px;
      line-height: 32px;
      margin-bottom: 10px;
    }
   .slide-image-mobile {
      display: block;
    }
  .slide-image-pc {
    display: none;
  }
    .slide-description h2 {
      font-size: 18px;
      margin-bottom: 20px;
    }
    .hero-slider .slick-dots {
      bottom: 0;
      margin: 0;
      text-align: center;
    }
    .pastor-image {
      float: none!important;
      left: 0;
    }
    .intro-text {
      margin-top: 0rem;
      padding-right: 0;
      position: relative;
      right: 0;
      width: 100%;
    }
    section.main p.lead {
      margin-top: 2rem;
    }
    .ministry-box {
      height: auto;
      border-bottom: 1px solid #369;
    }
    .align-center {
      text-align: center;
    }
    .box-1,
    .box-3 {
      padding: 2rem 1rem 0 1rem;
    }
    .box-2,
    .box-4 {
      padding: 2rem 1rem 0 1rem;
    }
    section.main,
    section.main.inner,
    section.sermons,
    section.events,
    .countdown-wrap,
    section.newsletter {
      padding: 2rem 0;
    }
    section.main,
    section.main.inner,
    section.sermons {
      background: #f0f3f8;
    }
    .content.sermon {
      padding: 1rem;
    }
    .video-wrap {
      padding: 0 0rem 1rem 0;
    }
    .countdown-wrap {
      text-align: center;
    }
    ul.countdown li {
      padding: 0 0.5rem;
    }
    .countdown-wrap h6,
    .countdown-wrap h3 {
      text-align: center;
    }
    .countdown-wrap h3 {
      margin-bottom: 1rem;
      padding-bottom: 1rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    }
    ul.countdown {
      float: none;
    }
    .ministry-box.box-inner {
      padding: 1rem;
    }
    .ministry-box.box-inner img {
      margin-bottom: 1rem;
    }
    .content {
      padding: 1rem 2rem;
    }
    .prayer-item h3 {
      font-size: 19px;
    }
    footer {
      padding: 2rem 0 0;
      text-align: center;
    }
    footer p {
      margin-bottom: 2rem;
    }
    .social-icons {
      float: none;
    }
    section.page-title {
      padding: 1.5rem 0 0.5rem;
    }
    .row.page-headline h1 {
      font-size: 28px;
    }
    .slick-prev,
    .slick-next {
      top: 30%;
    }
    .slick-prev {
      left: 0.25rem;
    }
    .slick-next {
      right: 0.25rem;
    }
    .ourServices .button {
      font-size: 13px;
    }
    .slide-description {
      top: 0;
      padding: 16.7% 0;
      height: 100%;
    }
    .logo img {
      width: 90%;
      margin-top: 10px;
    }
    .slick-slider {
      margin-bottom: -27px;
    }
    .lead {
      text-align: center;
    }
    .portfolioListText {
      padding: 1rem;
    }
    .slick-slide {
      max-height: 210px !important;
    }
    #sermonSliderFix .row {
      padding: 1rem;
    }
    .slick-slide {
      max-height: 340px !important;
    }
    .parallaxStripPageName {
      padding: 60px 0;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 640px) {
    .slide-description h1 {
      font-size: 24px;
      line-height: 26px;
    }
    .slide-description h2 {
      font-size: 18px;
    }
    ul.countdown {
      width: 63%;
      margin: 0 auto;
    }
    #sermonSliderFix {
      padding: 0;
      min-height: 30px;
    }
  }
  @media only screen and (min-width: 641px) and (max-width: 1024px) {
    h1 {
      font-size: 28px;
      margin-bottom: 2rem;
    }
    .top-bar {
      height: 125px;
    }
    .contain-to-grid .top-bar.expanded {
      padding: 0rem 0 3rem;
    }
    .top-bar .title-area {
      float: none;
    }
    .top-bar .name {
      margin: 0 auto;
    }
    .top-bar-section ul {
      margin: 2rem 0 0;
      float: left;
    }
    .top-bar-section .dropdown {
      margin: 0;
    }
    .top-bar-section ul li.donate-button {
      margin: 0 0.75rem;
    }
    .top-bar-section ul li > a.button,
    .top-bar-section ul li > a.button:focus,
    .top-bar-section ul li > a.button:hover {
      background: none repeat scroll 0 0 #369;
      border: 1px solid #369;
      color: #fff;
    }
    .utility-nav {
      background: #369;
    }
    .slide-description {
      top: 0%;
      padding: 23% 0;
    }
    .slide-description h1 {
      font-size: 45px;
      line-height: 48px;
    }
    .slide-description h2 {
      font-size: 18px;
    }
    .slick-prev {
      left: 0.5rem;
    }
    .slick-next {
      right: 0.5rem;
    }
    ul.countdown li {
      padding: 0 0.5rem;
    }
    section.main {
      padding: 2rem 0 0;
    }
    section.main.inner,
    section.sermons,
    section.events,
    .countdown-wrap,
    section.newsletter {
      padding: 2rem 0;
    }
    section.main,
    section.main.inner,
    section.sermons {
      background: #f0f3f8;
    }
    .content.sermon {
      padding: 1rem;
    }
    .video-wrap {
      padding: 0 0rem 1rem 0;
    }
    .pastor-image {
      width: 67%;
    }
    section.main p.lead {
      margin-top: 1rem;
    }
    .box-1,
    .box-3 {
      padding: 3rem 2rem 0 4rem;
    }
    .box-2,
    .box-4 {
      padding: 3rem 2rem 0 4rem;
    }
    section.page-title {
      padding: 2.5rem 0 0.5rem;
    }
    .ministry-box.box-inner {
      padding: 2rem;
    }
    .event-date {
      font-size: 11px;
      padding: 0.5rem;
      top: 145px;
      margin: 0 1rem;
    }
    .portfolioList {
      min-height: 0;
    }
    .portfolioListText {
      padding: 1rem;
    }
    .portfolioListButton {
      margin-bottom: 0;
    }
    .ministry-box {
 /*     min-height: 320px; */
    }
    .ministry-box.box-inner {
      padding: 1rem 1rem 0 1rem;
    }
    .box-1,
    .box-2,
    .box-3,
    .box-4 {
      padding: 1rem;
    }
    .aside .ministry-box.box-inner {
      padding: 0;
    }
  }
  @media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .contain-to-grid {
      padding: 0rem 0 0.5rem;
    }
    .top-bar .title-area {
      float: left;
    }
    .top-bar-section ul {
      margin: -1rem 0 0;
      float: right;
    }
    .slide-description {
      top: 0%;
    }
    .slide-description h1 {
      font-size: 48px;
      line-height: 58px;
    }
    ul.countdown li {
      padding: 0 1rem;
    }
    section.main p.lead {
      margin-top: 5rem;
    }
    .ministry-box {
      height: 330px;
    }
    .box-1,
    .box-3 {
      padding: 0 1rem 0 1rem;
    }
    .box-2,
    .box-4 {
      padding: 0 1rem 0 1rem;
    }
    .content.sermon {
      padding: 2rem;
    }
    .video-wrap {
      padding: 0 1rem 0 0;
    }
    .event-date {
      font-size: 12px;
      padding: 0.5rem 0.75rem;
      top: 152px;
      margin: 0 1rem;
    }
    .slick-list {
      width: 100%;
    }
  }
  @media only screen and (min-width: 1280px) and (max-width: 1439px) {
    .top-bar-section ul {
      margin: -1rem 0 0;
    }
    .slide-description {
      top: 0%;
    }
    .box-1,
    .box-3 {
      padding: 0 1rem 0 1rem;
    }
    .box-2,
    .box-4 {
      padding: 0 1rem 0 1rem;
    }
    .slick-list {
      width: 100%;
    }
  }
  @media only screen and (min-width: 1440px) and (max-width: 1580px) {
    .box-1,
    .box-3 {
      padding: 0 1rem 0 1rem;
    }
    .box-2,
    .box-4 {
      padding: 0 1rem 0 1rem;
    }
  }
  @media only screen and (min-width: 1581px) and (max-width: 1600px) {
    .box-1,
    .box-3 {
      padding: 0 1rem 0 1rem;
    }
    .box-2,
    .box-4 {
      padding: 0 1rem 0 1rem;
    }
  }
  @media only screen and (min-width: 1601px) and (max-width: 1680px) {
    .box-1,
    .box-3 {
      padding: 0 1rem 0 1rem;
      height: 315px;
    }
    .box-2,
    .box-4 {
      padding: 0 1rem 0 1rem;
      height: 315px;
    }
  }



/* Additional */
.awards-card-layout{
  height: 215px!important;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
}
.awards-card-layout-read-more{
  margin: 0px;
}

.model_pagination {
    margin-bottom: 12px;
    font-size: 17px;
    padding-left: 20px;
    display: inline-block;
}

.model_pagination a {
  float: left;
  padding: 3px 3px;
  text-decoration: none;

}

.model_pagination a.inactive {
    background-color: #fc0;
    color:#369;
    font-weight:bold;
}

.model_pagination a:hover:not(.active) {background-color: #ddd;}

.projects-grid-align-section{
    text-align: center;
    /*margin-bottom: 10px!important;*/
    margin: auto!important;
}

/* New Styles */
.hero-slider a.secondary{background: #FFCC00; color: #000;padding: 20px;
    font-size: 16px; margin: 25px;}
.slide-description{ padding: 5%;}
.ourServices .medium-6 .button{background: #FFCC00; color: #484848; padding: 15px;
    font-size: 16px; margin-top: -10px;}
.medium-6.portfolioList .button{background: #FFCC00; color: #000; padding: 15px;
    font-size: 16px; margin-top: -10px;}
    .medium-6.portfolioList .button:hover{color:#fff;}
.servicepage{background-color:#fff;}
.service-Commercial .hbspt-form, .form-bg{background-color: #369;  padding: 20px;}
/*.d-none, .service-Commercial h2{display:none;}*/
.service-Timber .hbspt-form, .form-bg{background-color: #369;  padding: 20px;}
.service-Turnkey .hbspt-form, .form-bg{background-color: #369;  padding: 20px;}
.home-blog .blog h2 {
	font-size: 18px;
	color: #000;
    margin-bottom: 1.25rem;
    line-height: 1.4;
}
.home-blog-bg{ background-color: #f0f3f8;}
.project-testimonials .portfolioList img{display:none;}
.form-bg h3{color:#fff;}
@media only screen and (min-width: 992px) {
	.blog-container .blog .blogListImage{ min-height: 400px; max-height: 400px;}
	.portfolioListText {  min-height: 120px;}
	.home-ourservices .portfolioListText { min-height: 300px; }
	.ourprojects .portfolioListText { min-height: 300px;}
	.content.blog { flex-basis: fit-content;}
	.home-blog { display: flex; }
	}
	
	.project-testimonials{
	   background: #f0f3f8;
	}
	.project-testimonials .model_pagination {
	   display: none;
	}
	
	.project-testimonials .portfolioList{
	  min-height:unset !important;
	  max-height: unset !important;
	}
	.project-testimonials .sermons-slider {
	  background-color: #fff;
	  margin-bottom: 100px;
	}
	.project-testimonials .sermons-slider > button:focus{
	  opacity: 1;
	}
	.project-testimonials .portfolioListText > h4{
	   min-height: 81px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	}
	
	.project-testimonials #sermonSliderFix .row{
	    padding: unset !important;
	}
  .project-testimonials .medium-6.portfolioList .button{
      background: #369;
      color:#fff;
      padding-top: 0.875rem;
      padding-right: 1.75rem;
      padding-bottom: 0.9375rem;
      padding-left: 1.75rem;
      font-size: 0.8125rem;
	}
	 
	.project-testimonials .medium-6.portfolioList .button.tiny{
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem;
	}	 
	 .project-testimonials .medium-6.portfolioList .button:hover{
	    background: #fc0;
      color: #fff;
      transition-duration: 0.5s;
	 }
	 .project-testimonials  .portfolioListText{
	   min-height: unset !important;
     padding-bottom: 4rem;
     position:relative;
	 }
 	 .project-testimonials  .portfolioListText .portfolioListButton{
 	   position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
 	 }
 	  .project-testimonials  .portfolioListText > p:not(.portfolioListButton){
 	    min-height: 61px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
 	  }
 	  
 	  
 	  .home-blog .blog .medium-12.columns > a > h2{
 	    min-height: 81px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
 	  }
 	  .home-blog .blog .medium-12.columns > p{
 	      display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
 	  }
 	  @media(min-width:992px){
 	    .home-blog .blog .medium-12.columns > a > img{
   	    width: 326px;
        height: 250px;
        object-fit: cover;
 	    }
 	  }
 	 @media(max-width:992px){
  	  .home-blog .blog .medium-12.columns > a > h2{
  	    min-height: unset;
  	  }
 	 }
 	 
 	 
 	 .project-testimonials .portfolioList{
 	   padding: 0;
 	 }
	 .project-testimonials .portfolioList .ministry-box > .row{
	   margin: unset;
	 }
	 .project-testimonials .portfolioListText{
	   padding-inline: none !important;
	 }
	  .testimonials.carpentry-Joinery{
	    background: #fff;    padding-bottom: 50px;
	 }
	 .testimonials.carpentry-Joinery p, .testimonials.carpentry-Joinery h4{
	   padding-right:20px;
	 }
	 .service-Commercial .servicesDescription > .services-margin-20{display:none;}