@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,600italic,400italic,700,700italic);

@font-face {
    font-family: 'NexaLight';
    src: url('../fonts/NexaLight.eot');
    src: url('../fonts/NexaLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NexaLight.woff2') format('woff2'),
        url('../fonts/NexaLight.woff') format('woff'),
        url('../fonts/NexaLight.ttf') format('truetype'),
        url('../fonts/NexaLight.svg#NexaLight') format('svg');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'NexaBold';
    src: url('../fonts/NexaBold.eot');
    src: url('../fonts/NexaBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NexaBold.woff2') format('woff2'),
        url('../fonts/NexaBold.woff') format('woff'),
        url('../fonts/NexaBold.ttf') format('truetype'),
        url('../fonts/NexaBold.svg#NexaBold') format('svg');
    font-style: normal;
    font-weight: normal;
}


body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f1f1f1;
}


/* Normal Styles */
#wrapper {
    background-color: #ffffff;
    margin: auto;
    max-width: 1280px;
}


h1,
h2,
h3,
h4 {
    font-family: 'NexaBold', sans-serif;
    font-weight: 400;
    color: #454545;
    margin-top: 0;
}

h1 span,
h2 span,
h3 span,
h4 span {
    color: #82ae38;
}

h1 {
    font-size: 1.563em;
    line-height: 1.4em;
}

h2 {
    font-size: 1.2em;
    line-height: 1.4em;
}

h3 {
    font-size: 1.063em;
}

p,
ul,
ol {
    margin-top: 0;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
}

a {
    text-decoration: none;
}


.noPadding {
    padding-left: 0;
    padding-right: 0;
}

header {
    position: relative;
}

a#linkedin {
    border-bottom: 1px solid #e9e8e8;
    float: right;
    left: 0;
    padding: 6px 110px 7px 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 5;
}


a#mobile-menu {
    background-color: #82ae38;
    background-image: url("../img/menu-btn-bg.png");
    background-position: left -1px;
    background-repeat: no-repeat;
    color: #ffffff;
    font-family: "NexaBold", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 17px 9px 45px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    z-index: 9;
}

img#logo {
    display: block;
    margin: 56px auto 0;
    max-width: 60%;
    padding-bottom: 20px;
}

#menu {
    background-color: #669d00;
    display: none;
    float: right;
    left: 0;
    list-style: outside none none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    top: 39px;
    width: 100%;
    z-index: 9;
}

#menu.open {
    display: block;
    z-index: 15;
}

#menu li {
    float: left;
    position: relative;
    width: 100%;
}

#menu li a {
    color: #d7d7d7;
    float: left;
    font-family: "NexaBold", sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 0 7px 15px;
    text-transform: uppercase;
    width: 100%;
}

#menu li a:hover {}

#menu li.parent>a {
    background-image: url("../img/menu-arrows.png");
    background-position: 95% -47px;
    background-repeat: no-repeat;
}

#menu li>ul {
    background-color: #4e7702;
    display: none;
    float: left;
    left: 0;
    list-style: outside none none;
    margin-bottom: 7px;
    margin-top: 6px;
    padding: 7px 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9;
}

#menu li>ul.open {
    display: block;
}

#menu li>ul li {
    float: none;
}

#menu li>ul li a {
    color: #d7d7d7;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.063em;
    font-weight: 400;
    padding: 9px 10px 10px 30px;
    text-transform: none;
}

#menu li>ul li a:hover {
    background-color: #4d4d4d;
    color: #ffffff;
}







/* CTAS */
#ctas {
    background-color: #393939;
    padding: 35px 0 30px;
    font-size: 90%;
}

#ctas ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

#ctas ul li {
    display: inline-block;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#ctas ul li img {
    left: 0;
    max-width: 174px;
    position: absolute;
    top: 0;
}



#ctas ul li a {
    color: #ffffff;
}

#ctas ul li h3 {
    background-color: #2f2f2f;
    border-left: 5px solid #669d00;
    color: #ffffff;
    float: right;
    font-size: 0.938em;
    height: 80px;
    letter-spacing: 0.16em;
    line-height: 1.467em;
    margin: 0 auto;
    padding: 10px 20px 26px;
    position: relative;
    width: 72%;
    z-index: 9;
}

#ctas div div h3 {
    background-color: #2f2f2f;
    /* border-left: 5px solid #669d00; */
    color: #ffffff;
    font-size: 0.938em;
    height: 80px;
    letter-spacing: 0.16em;
    line-height: 1.467em;
    margin: 0;
    padding: 10px 20px 26px;
    position: relative;
    width: 229px;
    z-index: 9;

}

#ctas ul li h3.one_line {
    padding: 27px 20px;
}



/* Content */
#content {
    padding-top: 25px;
}



/* Quote */
#quote {
    padding-bottom: 20px;
}

.quote.main {
    background-color: #f1f7e7;
    padding: 20px 25px 24px 70px;
    position: relative;
}

.quote.main img.icon {
    left: 17px;
    position: absolute;
    top: 25px;
}

.quote p {
    font-size: 1.063em;
    line-height: 1.471em;
    margin: 0;
}

.quote.bottom {}

.quote.bottom img.corner {
    left: 20px;
    position: absolute;
    top: 0;
}

.quote.bottom p {
    padding: 10px 010px 70px;
    position: relative;
}

.quote.bottom p strong {
    color: #2f2f2f;
}



/* Footer */
footer {
    background-color: #8ab434;
    color: #ffffff;
    padding: 30px 0;
    position: relative;
}

footer h3 {
    color: #516b1a;
    margin-bottom: 10px;
}

footer p {
    font-size: 0.938em;
    line-height: 1.867em;
}

footer table tr td {
    background-color: #759c23;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.938em;
    font-weight: 700;
    line-height: 1.867em;
    padding: 8px 15px;
}

#footer-two {
    margin-top: 35px;
}




/* Inside */
#images {}

#images img {
    float: left;
    margin-right: 1%;
    width: 49%;
}

.form {
    overflow: hidden;
}

.form.main {
    background-color: #f0f7e7;
    margin-bottom: 23px;
    padding: 20px;
}

.form img.security_placeholder {
    float: left;
}

form input#security {
    float: left;
    margin-left: 7px;
    margin-right: 7px;
    max-width: 90px;
}

form input#codeentered {
    float: left;
    margin-left: 7px;
    margin-right: 7px;
    max-width: 90px;
}

.form p {
    color: #838383;
}

.form span {
    color: #8ab434;
}

.form label {
    color: #646464;
    font-family: 'NexaBold', sans-serif;
    font-weight: 400;
    font-size: 15px;
}

.form input[type="text"] {
    border: 1px solid #707070;
    box-shadow: none;
}

.form input[type="textarea"] {
    border: 1px solid #707070;
    box-shadow: none;
}

.form input[type="checkbox"] {
    border: 1px solid #707070;
    border-radius: 0 !important;
    box-shadow: none;
    margin: 4px 7px 10px 0;
    position: relative;
    top: -2px;
}

.form input.button {
    float: left;
    font-family: "NexaBold", sans-serif;
    margin-bottom: 0;
    margin-left: 0;
    padding: 9px 6px 7px;
    text-transform: uppercase;
}





@media only screen and (max-width: 400px) {

    #ctas {
        font-size: 78%;
    }

    #ctas ul li img {
        left: -6%;
        max-width: 174px;
    }

    #ctas ul li h3 {
        width: 60% !important;
    }

}





@media only screen and (min-width: 640px) {

    a#mobile-menu {
        background-position: left 0;
        font-size: 20px;
        padding: 10px 17px 10px 55px;
        top: 94px;
    }

    img#logo {
        max-width: 100%;
        margin: 56px 0 0;
    }

    a#linkedin {
        padding: 6px 0 7px;
    }

    #menu {
        top: 195px;
    }

    #ctas {
        font-size: 100%;
    }

    #ctas ul li {
        margin: 0 0.5%;
        max-width: 229px;
        width: 31%;
    }

    #ctas ul li img {
        max-width: 229px;
        position: relative;
        border-bottom: 5px solid #669d00;
    }

    #ctas div div img {
        max-width: 229px;
        position: relative;
        border-bottom: 5px solid #669d00;
    }

    #ctas ul li h3 {
        border-left: 0 none;
        width: 100%;
        padding: 28px 20px 26px;
    }

    #main {
        padding: 30px;
    }

    #content {
        padding-top: 0;
    }

    #quote {
        padding-bottom: 0;
    }

    #footer-two {
        margin-top: 0;
    }

    footer .magic-line {
        background-color: #759c23;
        height: 100%;
        left: 50%;
        position: absolute;
        top: 0;
        width: 1px;
        z-index: 9;
    }

    #footer-one,
    #footer-two {
        padding: 0 40px;
    }

}


@media only screen and (min-width: 940px) {

    #ctas ul li {
        width: 19%;
    }

}


@media only screen and (min-width: 1024px) {

    a#mobile-menu {
        display: none;
    }

    header {
        padding-bottom: 27px;
        padding-top: 25px;
    }

    img#logo {
        margin-top: 0;
        padding-bottom: 0;
    }

    a#linkedin {
        border: 0 none;
        float: right;
        margin-right: 11px;
        margin-top: 13px;
        position: relative;
        width: auto;
        margin-top: 0;
    }

    #menu {
        background-color: transparent;
        border-bottom: 0 none;
        clear: both;
        display: block;
        float: right;
        position: relative;
        width: auto;
        font-size: 89%;
        top: 0;
        padding-bottom: 0;
        padding-top: 0;
    }

    #menu li {
        width: auto;
    }

    #menu li.parent>a {
        background-image: none;
    }

    #menu>li:hover>a {
        background-color: #82ae38;
        color: #ffffff;
    }

    #menu>li.active>a {
        background-color: #82ae38;
        color: #ffffff;
    }

    #menu li a {
        color: #4a5339;
        padding: 10px 15px;
        width: auto;
    }

    #menu li a:hover {
        background-color: #82ae38;
        color: #ffffff;
    }

    #menu li>ul {
        background-color: #2f2f2f;
        padding: 12px 0;
        position: absolute;
        top: 39px;
        width: 250px;
        border-bottom: 6px solid #669d00;
    }

    #menu li>ul li a {
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
        font-size: 17px;
    }

    #menu li:hover ul {
        display: block;
    }

    #main {
        padding: 42px 30px;
    }

    body.home #content {
        padding-right: 75px;
    }

    .quote.main {
        padding: 35px 35px 30px 85px;
    }

    .quote.main img.icon {
        left: 30px;
        top: 40px;
    }

    .quote.bottom p {
        padding: 10px 0 13px 125px;
    }

    .quote.bottom img.corner {
        left: 66px;
    }

    footer {
        padding: 45px 0 30px;
    }

    footer table tr td {
        padding: 7px 10px;
    }


    /* Inside */
    #content_inside {
        padding-right: 5px;
        width: 95%;
    }

    #images {
        width: 28%;
    }

    #images img {
        margin-right: 0;
        max-width: 100%;
        width: 100%;
    }

    .form.main {
        padding: 28px 35px;
    }


}


@media only screen and (min-width: 1120px) {

    #menu li a {
        font-size: 18px;
        ;
    }

}


@media only screen and (min-width: 1280px) {

    #linkedin {
        margin-right: 15px;
    }

    #menu {
        margin-right: 6px;
    }

    header .large-3 {
        padding-left: 30px;
        width: 30%;
    }

    header .large-9 {
        width: 70%;
    }

}

/* Slider related CSS */
.slick-list {
    margin: 0 0 0 12px !important;
}

.slick-prev {
    left: -14px !important;
}

.slick-next {
    right: -6px !important;
}

.slick-prev,
.slick-next {
    top: 40% !important;
    height: 100% !important;
}

.slider h3 {
    margin-top: 10px;
    color: #fff !important;
}

.slick-prev::before,
.slick-next::before {
    font-size: 60px !important;
}

@media only screen and (max-width: 480px) {
    .slick-initialized .slick-slide {
        display: flex !important;
        justify-content: center;
    }

    .slider h3 {
        text-align: center;
    }

    .slick-prev {
        left: 10px !important;
    }

    .slick-next {
        right: 10px !important;
    }
}


.slick-prev:before {
    content: "‹" !important;
}
.slick-next:before {
    content: "›" !important;
}
.automation > .slick-prev:before {
    color: #8ab434 !important;
}
.automation > .slick-next:before {
    color: #8ab434 !important;
}