/*-- Header --*/

.header-info {
    background-color: var(--header-background);
    background-image: url('https://apihoard.webit.com/api/v1/Image/7156254B27FC2FD0381714288C2B6B4D/7156254B27FC2FD0381714288C2B6B4D.jpg?size=Original');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*-- Hero --*/


.cw-hero {
    height: 400px;
}

.cw-heroText {
    position: relative;
    padding: 1em;
    margin-top: -120px;
    z-index: 2;
    -webkit-text-shadow: 0 2px 4px rgba(0, 0, 0, 0.85);
    -moz-text-shadow: 0 2px 4px rgba(0, 0, 0, 0.85);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.85);
    background: url('https://apihoard.webit.com/api/v1/Image/872DEC7B8FAAAFFEA182FD8E08B98FFF/872DEC7B8FAAAFFEA182FD8E08B98FFF.png?size=Original') no-repeat center center;
}


.cw-heroText h1 {
    font-size: 2rem;
}

@media screen and (min-width: 768px) {

    .cw-hero {
        height: 500px;
    }

    .cw-heroText {
        margin-top: -170px;
        height: 170px;
    }

    .cw-heroText h1 {
        max-width: 500px;
        margin: 1rem auto;
        font-size: 2.75rem;
    }
    

}

/*-- Home --*/
@media(max-width: 768px){
   .page-home .text span.text-highlight {
        font-size: .8em;
        display: block;
    }
    
}

/* .page-home .textwithimage-in-container {
    background: url('https://apihoard.webit.com/api/v1/Image/42880C9D2F91956200B82C795D70B031/42880C9D2F91956200B82C795D70B031.png?size=Original') no-repeat bottom center;
} */

.page-home .list {
    padding: 2em 0 0em;
    color: white
}

.page-home .galleryslideshow {
    padding-top: 5.5em;
    padding-bottom: 4em !important;
}

.cw-cascade {
    margin: 0 auto;
    padding: 8em 0;
}

.cw-cascade:before {
    overflow: hidden;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, .5);
}

.cw-cascade p {
    z-index: 2;
    max-width: 925px;
    font-size: 1.5rem;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
    .page-home .cw-cascade {
        padding: 5em 0;
    }

    .cw-cascade .btn {
        font-size: 1.5rem;
    }
    
    .cw-cascade p {
        font-size: 2rem;
    }

}

/*-- Subpage --*/

section:not(.page-home) .textwithimage-in-container {
    padding-top: 1.5em;
}

.page-employment .detailedlist {
    padding-top: 1em;
    padding-bottom: .5em;
}

/* .page-home .detailedlist {
    padding-top: 2em;
    padding-bottom: 0em;
    background-image: linear-gradient(0deg, #fff, transparent), url('https://apihoard.webit.com/api/v1/Image/8CFC703A755C6D360097945A0AE14D50/8CFC703A755C6D360097945A0AE14D50.jpg?size=1920x1440');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
} */

.page-home .detailedlist .order-1 {
    -ms-flex-order: 2;
    order: 2;
}

.page-home .detailedlist-item {
    margin-bottom: 0em;
}

.page-home .detailedlist-img .lazy-image img{
    margin-bottom: 0rem!important;
}


/*Home page lists*/
.pg-services-list {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
}

@media (min-width: 548px) and (max-width: 811px) {
    .pg-services-list {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
    }
}

@media (min-width: 812px) {
    .pg-services-list {
        column-count: 3;
        -moz-column-count: 3;
        -webkit-column-count: 3;
    }
}

.pg-services-list li {
    margin-top: 0;
    margin-bottom: 13px;
    margin-left: 38px;
}

.pg-services-list li::before {
    float: left;
    overflow: hidden;
    width: 23px;
    height: 23px;
    content: "";
    margin-right: 7px;
    margin-left: -35px;
    background-image: url("https://apihoard.webit.com/api/v1/Image/971473293F063523FECFB76228DA50DB/971473293F063523FECFB76228DA50DB.png?size=320x240");
    background-size: 23px 23px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.textwithimage-in-container {
    padding-top: 3.5em;
    padding-bottom: 0em;
}

@media(max-width: 576px) {
    .hero {
        padding-top: 3em;
        padding-bottom: 3em;
        min-height: 410px;
    }
    .hero-content .display-4 {
        font-size: 1.50em;
    }
    .hero-content .lead {
        font-size: 1em;
    }
}



.text-primary {
    color: var(--color-theme-primary) !important;
}

.hero {
    background: url(https://apihoard.webit.com/api/v1/Image/BC446483E1A8324A3DC1498EE4D632DF/BC446483E1A8324A3DC1498EE4D632DF.jpg?size=Original) no-repeat 65% top;
    margin-top: -1px;
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 480px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero .hero-container {
    position: relative;
    z-index: 2;
}

.hero-content {
    max-width: 800px;
    margin: auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.89);
}



/*BUTTONS*/

.cw-button-row {
    padding-top: 0px;
    padding-bottom: 0px;
}

.cw-button-row .btn-primary {
    font-size: 1em !important;
    text-transform: uppercase;
    font-weight: 800;
    margin: 1% 0;
    padding: 7% 0;
}

.btn-primary, .btn-primary:focus {
    background-color: #f00;
    color: var(--color-theme-text-btn);
    border-color: #f00;
}

/* XS: 440px & Up */
@media (min-width: 440px) {}

/* SM: 768px & Up */
@media (min-width: 768px) {}

/* MD: 992px & Up */
@media (min-width: 992px) {
    .cw-button-row .btn-primary {
        font-size: 1.5em;
    }
}

/* LG: 1200px & Up */
@media (min-width: 1200px) {}

/* XLG: 1400px & Up */
@media (min-width: 1400px) {}


.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }


  @media (min-width: 280px) {
    .center {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
      }
  }

  @media (min-width: 992px) {
    .center {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 65%;
      }
  }

  @media (min-width: 1200px) {
    .center {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 45%;
      }
  }


.responsive-three-column-grid {
    display: block;
}

.responsive-three-column-grid > * {
    padding: 1rem;
}

@media (min-width: 768px) {
    .responsive-three-column-grid {
        display: grid;
        grid-auto-rows: 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
}




