/**
* Slate 2 Theme
*/

/* PITCHBLOCKS */
.pitch_theme_10_wrapper {
    border-top: none!important;
    border-bottom: none!important;
    background: #eee!important;
}

.pitch_theme_10 {
    margin: 0px auto!important;
    padding: 20px 0px;
    background: #eee;
}

.pitch_theme_10 .pitchBlock {
    border-right: 1px solid #ddd !important;
    padding: 2rem 2rem!important;
    margin-left: 1%!important;
    border: 1px solid #ddd;
    background: #fff;
    outline: 1px solid #ddd;
    outline-offset: -10px;
}

.pitch_theme_10 .pitchBlock.see-more {
    background: #eee!important;
    outline: 0px solid #ddd;
}

.background_1,
.background_2 {
    background-color: #297ac1!important;
}
/* END PITCHBLOCKS */


/* ABOUT HOMEPAGE */

.home .tsg-hero-video .textAlignCenter.text-white.home_text {
    text-align: left;
}

.tsg-hero-video .hero-title {
    font-size: 3.5rem;
    line-height: 3.5rem;
    margin-bottom: 0;
}

.tsg-hero-video .hero-text{
    display:none;
}


.slate2-facility-info .about-container-noconflict {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    align-items: center;
    margin: 0px;
    background: #f9f9f9;
    padding: 0px 45px 0px 0px;
}

.slate2-facility-info .about-item {
    text-align: left;
    border-radius: 5px;
    line-height: 2rem;
    position: relative;
    margin-top: unset;
    padding: 25px;
    transform: translateY(-20%);
    color: #000;
}

.slate2-facility-info .about-item h2 {
    font-size: 1.8rem;
    font-weight: 600;
}

.slate2-facility-info .about-container-noconflict img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0%, 86% 100%, 0% 100%);
}
/* END ABOUT HOMEPAGE */


/* FEATURES HOMEPAGE */
.featured-section {
    display: flex;
    justify-content: space-around;
    margin: 0px 3%;
    padding: 65px 0px;
    background-color: #fff;
    color:#000;
}

.featured-section-block {
    border: 10px solid rgb(41, 122, 193);
    padding: 10px 20px 20px 20px;
    width: 33%;
    text-align: center;
    margin: 0 20px;
}

.features-title {
    text-align: center;
    font-size: 1.5rem;
    margin-top: 1.5rem;
    font-weight: 600;
}

.featured-section-block .fa {
    width: 50%;
    font-size: 4rem;
    font-weight: 900 !important;
    line-height: 1.8;
    text-transform: none;
    letter-spacing: 0;
    background-color: #fff;
    margin: -7rem auto;
    color: #000;
}

.featured-btn {
    position: relative;
    background: rgb(41, 122, 193);
    margin-top: 2rem;
    color: #fff;
    border-radius: 0px;
    border: 0px;
    display: inline-block;
    padding: 10px 30px;
}

.featured-btn:hover {
    color: #fff;
    transition: all 0.1s ease-out;
    transform: scale(1.1);
}

.hr-lines {
    position: relative;
    max-width: 800px;
    margin: 0px auto 50px auto;
    text-align: center;
    font-weight: 600;
    padding: 30px 10px 0px 10px;
}

.hr-lines:before {
    content: " ";
    height: 1px;
    width: 200px;
    background: #fff;
    display: block;
    position: absolute;
    top: 75%;
    left: 0;
}

.hr-lines:after {
    content: " ";
    height: 1px;
    width: 200px;
    background: #fff;
    display: block;
    position: absolute;
    top: 75%;
    right: 0;
}
/* END FEATURES HOMEPAGE */

/* CTA HOMEPAGE */

svg#wave path{
    fill: rgb(41, 122, 193);
}

.cta-section {
    background: rgb(41, 122, 193);
    padding: 0px 10% 0px 10%;
    color: #fff;
    text-align: center;
    margin-top: -20px;
}

.cta-section.slate2-featured{
    background: #fff;
    padding: 0px 20px 0px 20px;
}

.cta-section.slate2-featured .container {
    width: 100%;
    max-width: 1800px;
}

.cta-section::before{
    display: none;
}

.cta-blocks {
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    color: #fff;
    background: #297ac1;
    padding-bottom: 25px;
}

.cta-blocks div{
    background: none;
}

.cta-blocks-title {
    font-size: 1rem;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
}

.cta-blocks-title::after {
    content: "\f178";
    font-family: "fontAwesome";
    padding-left: 8px;
}

.cta-blocks img {
    width:auto;
    height:100px;
    margin: 20px auto;
}

.cta-blocks a{
    display: block;
}

.cta-section h2 {
    color: #fff;
}

.cta-section p {
    text-align: center;
    margin: 20px 0px;
}


/* END CTA HOMEPAGE */


/* 3 EASY STEPS */

.steps-slate2 {
    margin: 0 auto 50px;
}

.steps-slate2 .steps {
    display: flex;
    flex-wrap: nowrap;
    margin: 20px auto;
    width: 100%;
    max-width: 1730px;
}

.steps-slate2 .steps .step {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 0;
    padding: 20px 25px 20px 90px;
    border: 1px solid #c9c9c9;
    background-image: linear-gradient(to right, #fff, #f9f9f9);
    height: 190px;
}

.steps-slate2 .steps .step:not(.first) {
    padding-left: 110px;
}

.steps-slate2 .steps .step:not(.first)>span {
left: 30px
}

.steps-slate2 .steps .step:not(.last)::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -95px;
  left: 100%;
  border: 95px solid transparent;
  border-left-color: #c9c9c9;
  border-left-width: 20px;
  border-right-width: 0;
  z-index: 1;
}

.steps-slate2 .steps .step:not(.last)::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -95px;
  left: calc(100% - 1px);
  border: 95px solid transparent;
  border-left-color: #f9f9f9;
  border-left-width: 20px;
  border-right-width: 0;
  z-index: 2;
}

.steps-slate2 .steps .step-spacer:not(.first)::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -95px;
    left: 100%;
    border: 95px solid transparent;
    border-left-color: #c9c9c9;
    border-left-width: 20px;
    border-right-width: 0;
    z-index: 1;
}

.steps-slate2 .steps .step-spacer:not(.first)::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -95px;
    left: calc(100% - 1px);
    border: 95px solid transparent;
    border-left-color: #fff;
    border-left-width: 20px;
    border-right-width: 0;
    z-index: 2;
}

.steps-slate2 .steps .step > span {
    color: rgb(69, 123, 170);
    position: absolute;
    z-index: 3;
    left: 20px;
    top: 50%;
    margin-top: -20px;
    display: block;
    width: 30px;
    height: 80px;
    text-align: center;
    line-height: 40px;
    font-size: 82px;
    font-weight: bold;
    font-style: normal;
}

.steps-slate2 .steps .step-header {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 18px;
}

.steps-slate2 .steps .step-spacer {
    position: relative;
    display: table-cell;
    width: 20px;
}

.steps-slate2 .steps-button {
    width: 100%;
    max-width:150px;
    display:block;
    text-align: center;
    background: rgb(41, 122, 193);
    padding: 27px 20px 25px 20px;
    color: #fff;
    line-height: 0;
    font-size: 1rem;
    border-radius: 0px;
    border: none;
    margin: 30px auto 0;
}

.steps-slate2 .steps-button:hover {
    color: #fff;
    transition: all 0.1s ease-out;
    transform: scale(1.1);
}

.steps-slate2 .steps-button::after {
    content: "\f178";
    font-family: "fontAwesome";
    padding-left: 8px;
}

.steps-slate2 .main_color_text.bold {
    line-height: 35px;
    color: rgb(41, 122, 193);
    margin-bottom: 0;
}

.special-section {
    padding: 50px 20px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.special-section img {
    margin: 0px auto;
}

.review-section {
    background: url(https://network11.us25.cdn-alpha.com/tsg-new-theme/wp-content/uploads/sites/41/testimonial-image1-1.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 50px;
    min-height: 450px;
    max-height: 600px;
    margin-left: auto;
    margin-right: auto;
    background-attachment: fixed;
    text-align: center;
    color: #fff;
    z-index: 1;
}

.review-section:before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(29 110 180 / 65%);
    z-index: -1;
}

.reviewsHeaderTitle {
    padding-top: 50px;
    font-weight: 700;
    text-shadow: 2px 2px 5px #000;
}

.reviewsTheme3.candee.background_2 {
    background: transparent !important;
}

.tsg-hero-video .hero-title {
    font-size: 3.5rem !important;
    line-height: 3.5rem !important;
    margin-bottom: 0 !important;
}
.hero-text-sm {
    text-transform: none !important;
    font-size: 2rem !important;
    font-weight: 600;
    line-height: 45px;
    margin-top: unset;
    margin-bottom: 20px;
    text-shadow: 1px 2px 5px #000;
}

#topmostBar,
#navbarTheme8, 
#navbarTheme8.sticky{
    background: #fff !important;
}

.specialMenuItem {
    border-radius: 0 !important;
}


@media (max-width:1200px){
    .hr-lines:before,
    .hr-lines:after{
        display: none;
    }
}

@media screen and (max-width: 979px) {
    .steps-slate2 .steps {
        display: block;
        height: auto;
        margin: 10px auto;
        width: 80%;
    }

    .steps-slate2 .steps .step:not(.last) {
        border-right: 1px solid #c9c9c9;
    }

    .steps-slate2 .steps .step-spacer {
        height: 20px;
    }

    .steps-slate2 .steps .step:not(.last)::before {
        top: calc(100% + 1px);
        bottom: auto;
        left: 50%;
        margin-left: -140px;
        margin-top: 0;
        border: 140px solid transparent;
        border-top-color: #c9c9c9;
        border-top-width: 20px;
        border-bottom-width: 0;
    }

    .steps-slate2 .steps .step:not(.last)::after {
        top: 100%;
        bottom: auto;
        left: 50%;
        margin-left: -140px;
        margin-top: 0;
        border: 140px solid transparent;
        border-top-color: #f9f9f9;
        border-top-width: 20px;
        border-bottom-width: 0;
    }

    .steps-slate2 .steps .step-spacer:not(.first)::before {
        top: calc(100% + 1px);
        bottom: auto;
        left: 50%;
        right: auto;
        margin-left: -140px;
        margin-top: 0;
        border: 140px solid transparent;
        border-top-color: #c9c9c9;
        border-top-width: 20px;
        border-bottom-width: 0;
    }

    .steps-slate2 .steps .step-spacer:not(.first)::after {
        top: 100%;
        bottom: auto;
        left: 50%;
        right: auto;
        margin-left: -140px;
        margin-top: 0;
        border: 140px solid transparent;
        border-top-color: #fff;
        border-top-width: 20px;
        border-bottom-width: 0;
    }

    .steps-slate2 .steps .step {
        padding: 32px 25px 20px 90px;
    }

    .steps-slate2 .steps .step-spacer{
        display: none;
    }
}

@media (max-width:950px){
    .slate2-facility-info .about-container-noconflict {
        display: flex;
        flex-direction: column-reverse;
        padding: 0;
    }

    .slate2-facility-info .about-container-noconflict img{
        clip-path: none !important;
    }
}

/* END 3 EASY STEPS */


.home footer {
    margin-top: 0;
}

.bodyWrapper {
    padding-bottom: 0;
}



@media (max-width: 900px) {
    .about-container-noconflict {
        grid-template-columns: repeat(1, 1fr);
        padding: 0px 0px 0px 0px;
    }
    .about-container-noconflict img{
        clip-path: unset;
    }
    .featured-section-block {
        width: 100%;
        margin: 25px 0px;
    }
    .featured-section {
        flex-direction: column;
    }
    .about-item {
        text-align: left;
        border-radius: 5px;
        line-height: 2rem;
        position: relative;
        margin-top: 5%;
        padding: 0px 10px;
    }
    .special-section img {
        width: 90%;
    }
    .about-container-noconflict img {
        clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 100% 100%, 0% 100%);
    }
}

@media (max-width: 800px) {
    .cta-blocks {
        flex-direction: column;
    }
}