﻿/*
    blue green:     #004f51
    green:          #6a973f
    Gray:           #616161

    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
*/

#targetx-forms .form-container {
    background: blue !important;
}

/*#region general*/
@font-face {
    font-family: 'icomoon';
    src: url('/includes/fonts/icomoon.eot?-4v4dbb');
    src: url('/includes/fonts/icomoon.eot?#iefix-4v4dbb') format('embedded-opentype'), url('/includes/fonts/icomoon.woff?-4v4dbb') format('woff'), url('/includes/fonts/icomoon.ttf?-4v4dbb') format('truetype'), url('/includes/fonts/icomoon.svg?-4v4dbb#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-merit:before {
	content: "\e600";
}

.icon-merit:hover {
	color: #4F7019;
}
.frameContainer {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
/*#endregion*/

/*#region header */
#sectionHeader {
    background: #004f51;
    color: #FFF;
    padding: 1rem;
    border-bottom: 1px solid #000000;
}

#header-logo img {
    max-width: 100%;
    padding-top: .3rem;
}

#header-phone {
    text-align: right;
    padding-top: .75rem;
    font-size: 1.15rem;
    font-weight: bold;
}

#header-phone .fas {
    color: #6DA439;
    padding-right: .5rem;
}

.phoneContainer {
    display: inline-block;
    padding-right: 2rem;
}

.applyBtn {
    border: 4px solid #6DA439;
    padding: .75rem 2rem;
    font-size: 1rem;
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
    color: #FFF;
    font-family: 'Roboto Condensed', sans-serif;
}

.applyBtn:hover, .applyBtn:focus, .applyBtn:active {
    border: 4px solid #FFF;
}
.applyBtn .fas {
    padding-left: .75rem;    
    position: relative;
}
#contactDrop {
    background: #6DA439;
    color: #FFF;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    width: 214px;   
    width: 12.55rem;
    width: clamp(12.55rem, 11.392857142857142rem + 1.6517857142857153vw, 13.375rem);
    position: absolute;
    padding: 1rem;
    display: none;
    -webkit-box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 2px 0 #B3B3B3;
    -moz-box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 2px 0 #B3B3B3;
    box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 2px 0 #B3B3B3;
    z-index: 600;
}

    #contactDrop ul {
        list-style: none;
        margin-left: 0;
        text-align: left;
        width: 150px;
    }

#contactDrop li {
    display: inline-block;
}

    #contactDrop a {
        color:#FFF;
    }
    #contactDrop a:hover, #contactDrop a:focus, #contactDrop a:active {
        color: #004f51;
    }

    #contactUsButton:hover .applyBtn {
        border: 4px solid #FFF;
    }

#contactUsButton:hover #contactDrop {
    display: block;
}
@media(max-width:1248px) {
    .phoneContainer {        
        padding-right: 1rem;
    }
    #header-logo img {
        max-width: 95%;
        padding-top: .5rem;
    }
}

@media(max-width:1023px) {
    #header-phone, #header-logo {
        text-align:center;
    }    
}

@media (max-width:768px) {
    #applyBtn {
        width: 200px;
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    #header-phone {
        padding-top: 0;
        width: 100%;
        text-align: center;
    }
    #contactDrop {
        width: calc(100% - 3.25rem);
    }
    .phoneContainer {
        display: block;
        padding-right: 0;
        padding-bottom: 0;
        padding-top: 1rem;
        text-align: center;
    }
}
/*#endregion*/

/*#region hero*/
#sectionHero {
    position: relative;
    z-index: 2;
    width: 100%;
}

#heroGradient {
    position: absolute;
    z-index: 5;
    height: 100%;
    width: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 50%, rgba(0,79,81,.75) 70%, rgba(0,79,81,1) 95%);
}

#heroTitle {
    position: relative;
    height: 100%;
}

#heroTitleH {
    position: absolute;
    bottom: 4rem;
}

#heroTitleOne, #heroTitleTwo {
    font-size: 2rem;
    font-size: clamp(2rem, 1rem + 5vw, 7rem);
    font-weight: 500;
    line-height: 8rem;
    line-height: 2rem;
    line-height: clamp(2rem, 0.8rem + 6vw, 8rem);
    color: #FFF;
}

#heroTitleTwo {
    font-weight: 900;
    color: #6DA439;
}

#heroImage {
    z-index: 0;
}
#heroImage img {
    width: 100%;
    background-size: cover;
    background-position: center;
}
@media(max-width:1440px) {
    .frameContainer {       
        padding-left: 2rem;
    }
    #heroTitleH {
        bottom: 3rem;
    }
}
@media(max-width:768px) {
    #heroTitleH {
        bottom: 2rem;
    }
}
/*#endregion*/

/*#region down arrow*/
#downArrowImg {
    padding-left: 3.5rem;
}
@media(max-width:1440px) {
    #downArrowImg img {
        width: 75px;
    }
}
@media(max-width:1023px) {
    #downArrowImg {        
        padding-left: 6rem;
    }
    #downArrowImg img {
        width: 55px;
    }
}
/*#endregion*/

/*#region intro*/
#sectionIntro {
    padding-bottom: 50px;
}

#intro-form-container {
    padding: 2rem;
    position: relative;
    height: 100%;
}

#intro-container {
    display: flex;
}

#intro-form {
    background: #6DA439;
    width: 100%;
    color: #fff;
    position: relative;
    padding: 1.75rem;
    text-align: left;
    margin-top: -25em;
    z-index: 20;
}
.contactBox {    
    width: 100%;
    max-width: 500px;
    margin: 0 auto -150px auto;
    top: -150px;
    position: relative;   
}
#form-apply-container .button {
    background-color: #005051;
    font-size: 1.5rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    transition: .2s all ease-in-out;
    margin-top: 1em;
}

#form-disclaimer {
    font-size: .9rem;
    line-height: 1.1em;
}

#form-header {
    font-size: 1.75rem;
}

#form-instructions {
    padding-bottom: 25px;
}

iframe {
    overflow: hidden !important;
}

[type="text"]::placeholder {
    color: #666;
    opacity: 1;
}

.l__container {
    padding: 0px !important;
}

h3.introheading {
    color: white;
    font-weight: 700;
}

#intro-col1 {
    margin-top: 1em;
    font-size: 1rem;
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
    padding: 2.5rem;
    text-align: left;
}

#intro-col1 .theButton {
    background-color: white;
    color: #6a973f;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 0px;
    text-align: left;
    padding: .25em;
    display:inline-block;
}
#intro-col1 .theButton a {
    color: #6a973f;
}
#intro-col1 .theButton a:hover {
    color: #005051;
}
@media(max-width:1440px) {
    .contactBox {               
        top: -100px;
        margin-bottom:-100px;
    }
}

@media(max-width:1249px) {
    .contactBox {
        top: 0;
        margin-bottom:0;
    }
    #intro-col1 {
        padding: 2rem;        
    }
}
@media screen and (max-width: 1023px) {
    #intro-form {
        margin-top: 0rem;
    }
}
@media(max-width:736px) {
    #intro-col1 {
        padding: 1rem;
    }
}



/*#endregion*/

/*#region IconRow*/
    #sectionIconRow {
        background-color: #eff4ea;
        padding: 2em;
        text-align: center;
    }
    .iconColumn {
        padding: 1rem;
        padding: clamp(1rem, 0.4rem + 3vw, 4rem);
    }
    #sectionIconRow img {
        width: 100px;
        padding-bottom: 1em;
    }
    #sectionIconRow h4 {
        color: #004f51;
    }
    #sectionIconRow h4 span {
        font-weight: 900;
        text-transform: uppercase;
    }
@media(max-width:736px) {
    .iconColumn {
        width:100% !important;
    }
}
/*#endregion*/

/*#region HighTech*/
    #sectionHighTech {
        padding: 3em;
        text-align: center;
    }
    .headingH3 {
        color: #004f51;
        font-size: 1.5rem;
        font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
    }
    .headingH3 span {
        font-weight: 900;
    }
    #sectionHighTech p {
        font-size: 1rem;
        font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
    }
    #HighTech-col2 .button {
        background-color: #6a973f;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 1em;
        font-weight: 700;
        letter-spacing: 0px;
        text-align: center;
        padding: .75em;
        box-shadow: inset 0 0 0 0 #6a973f;
        transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    }
    #HighTech-col2 .button:hover {
        box-shadow: inset 300px 0 0 0 white;
        color: #6a973f;
    }
/*#endregion*/

/*#region Ready*/
#sectionReady {
    padding: 3em;
    text-align: center;
}
#sectionReady p {
    font-size: 1rem;
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}

#lineBreak {
    width: 85%;
    max-width:1200px;
    margin: 1rem auto 2rem auto;
    border-bottom: 2px solid #6a973f;
}
/*#endregion*/

/*#region Overlay*/
    #sectionOverlay {
        position: relative;
        width: 100%;
    }
    #sectionOverlay .grid-container {
        padding: 0px;
        max-width: 100%;
    }
    .overlay-col {
        position: relative;
        overflow:hidden;
    }
    .overlay-col h4 {
        position: absolute;
        bottom: 2rem;
        right: 2rem;
        text-align:right;
        color: white;
        font-weight: 600;
        font-size: 1rem;
        font-size: clamp(1rem, 0.8rem + 1vw, 2rem);
        text-shadow: 1px 1px 5px black;
    }
    .overlay-col img {
        object-fit: cover;
        object-position: center center;
    }
    .rightNowGradient {
        position:absolute;
        top:0;
        right:0;
        width:100%;
        height:100%;
        background:rgba(0,0,0,0);
        transition:all .25s ease-in-out;
    }
    .overlay-col:hover .rightNowGradient {
        background: rgba(0,0,0,.25);
    }
    @media(max-width:639px) {
        .overlay-col h4 {
            bottom: 1rem;
            font-size: 1rem;
            font-size: clamp(1rem, 0rem + 5vw, 2rem);
        }
        .overlay-col {
            height:200px;
        }
    }
    @media(max-width:475px) {
        .overlay-col {
            height: 175px;
        }
    }
/*#endregion*/

/*#region Quote*/
    .swiper {
        width:700px;
        min-height: 300px;
    }
    .swiper-slide {
        
    }
    .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        background: #6a973f;
    }
    .swiper-pagination-bullet-active {
        background: #004f51;
    }
    #sectionQuote {
        position: relative;
        padding: 3em;
    }
    #Quote-col2 {
        border: 3px solid #6a973f;
        padding: 3em;
        margin:0 auto;
        width:100%;
        max-width:800px;
    }
    #Quote-col2 img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50px;
        padding-bottom: 1em;
    }
    #Quote-col2 p {
        text-align: center;
        color: #004f51;
        font-size: 1rem;
        font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
    }
    #Quote-col2 h6 {
        color: #004f51;
        text-align: center;
        font-weight: 800;
    }
    @media (max-width:935px) {
        #Quote-col2 {
            padding: 1em;
            width:700px;
        }
        .swiper {     
            width:668px;
        }               
    }
    @media (max-width:799px) {
        #Quote-col2 {           
            width: 550px;
        }
        .swiper {
            width: 518px;
        }        
    }
    @media (max-width:649px) {
        #Quote-col2 {
            width: 400px;
            height:500px;
        }
        .swiper {            
            width: 368px;
            min-height: 390px !important;
        }
    }
    @media (max-width:499px) {
        #sectionQuote {
            padding: 3rem 1em;
        }
        #Quote-col2 {
            width: 300px;
            height: 600px;
        }
        .swiper {           
            width: 268px;
            min-height: 490px !important;
        }
    }

/*#endregion*/

/*#region Right*/
#sectionRight {
    background-color: #eff4ea;
    padding: 2em;
    text-align: left;
    padding-top: 5em;
    margin-top: -5em;
}

.sectionRightPadding {
    padding:0 2em;
}
#sectionRight img {
    padding: 1em;
    width: 100%;
    padding: 1em;
}
#sectionRight h4 {
    color: #004f51;
    padding: .5em;
    font-size: 1.5rem;
    font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
}
#sectionRight h4 span {
    font-weight: 900;
    font-style: italic;
}
#sectionRight p {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1rem;
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}
@media(max-width:1023px) {
    .sectionRightPadding {
        padding: 3rem 2rem 0 2rem;
    }
}
/*#endregion*/

/*#region Watch*/
#sectionWatch {
    background-image: url("/includes/campaign2023/images/Youtube.jpg");
    padding: 3em;
    text-align: left;
    width: 100%;
    background-size: cover;
    background-position: center;
}

#Watch-col2 {
    padding-right: 2em;
}

#sectionWatch h3 {
    color: #004f51;
    padding-top: 70px;
    font-weight: 700;
    font-size: 1.5rem;
    font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
}

#sectionWatch p {
    padding-right: 1em;
    font-size: 1rem;
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}

#Watch-col1 .button {
    background-color: white;
    color: #004f51;
    border: 3px solid #6a973f;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 0px;
    text-align: left;
    padding: 1em;
}
/*#endregion*/

/*#region Do*/
    #sectionDo {
        padding-top: 3em;
        padding-bottom: 5em;
        text-align: center;
        background-image: url("/includes/campaign2023/images/Do.jpg")
    }
    #sectionDo h3 {
        color: #ffffff;
        padding-top: 2em;
    }
    #sectionDo h3 span {
        font-weight: 900;
        color: white;
        font-style: italic;
    }
#Do-col1 .button {
    background-color: #6a973f;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1rem;
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
    font-weight: 700;
    letter-spacing: 0px;
    text-align: center;
    padding: .75em;
    box-shadow: inset 0 0 0 0 #6a973f;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}
    #Do-col1 .button:hover {
        box-shadow: inset 200px 0 0 0 white;
        color: #6a973f;
    }
/*#endregion*/

/*#region footer*/
#sectionFooter {
    padding: 2rem;
    background: #ffffff;
    color: #004f51;
}

#footer-col2 {
    text-align: right
}

#footer-middle {
    background: #f4f4f4;
    border-top: 2px solid #FFF;
    padding: 2rem 1rem 1rem 1rem;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
    color: #0B2404;
}

#footer-social {
    text-align: right;
    padding: .75rem 0 .5rem 0;
}

#footer-middle-grid-x img {
    padding: 0 2rem 0 0;
    width: 350px;
    max-width: 100%;
}

#footer-social a {
    color: #0B2404;
    font-size: 2rem;
}

#footer-social i {
    padding-left: 1.5rem;
}

#footer-social:first-child {
    padding-left: 0rem;
}

@media screen and (max-width: 768px) {
    #footer-social {
        text-align: left;
    }

    #sectionFooter .fa-facebook-f {
        padding-left: 0rem;
    }
}
/*#endregion*/