﻿header {
    background: #000000;
}

.navbar .brand {
    max-width: 230px;
}

.fullWidth {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
}

.dnnPrimaryAction, .dnnFormItem input[type="submit"], a.dnnPrimaryAction {
    border: unset;
    background: none;
    background-color: #000000;
    color: #09ed59;
    margin: 10px;
}
    .dnnPrimaryAction:hover, .dnnFormItem input[type="submit"]:hover, a.dnnPrimaryAction:hover {
        border: unset;
        background: none;
        background-color: #09ed59;
        color: #ffffff;
        margin: 10px;
    }
.dnnSecondaryAction, .dnnFormItem input[type="submit"], a.dnnSecondaryAction {
    border: 1px solid black;
    background: none;
    color: #000000;
    margin: 10px;
}
    .dnnSecondaryAction:hover, .dnnFormItem input[type="submit"]:hover, a.dnnSecondaryAction:hover {
        border: 1px solid #09ed59;
        background: none;
        /*background-color: #DDDDDD;*/
        color: #000000;
        margin: 10px;
    }
.dnnFormAndList .dnnFormItem textarea {
    width: 100%;
    min-height: 200px;
}

/*Inline Elements on the home page*/
.section-title--highlight {
    color: #09ed59;
}

.section-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.5rem;
    text-align: center;
    position: relative;
    margin-bottom: 5rem;
}
    .section-title::after {
        content: '';
        width: 12rem;
        height: 0.5rem;
        background-color: #09ed59;
        position: absolute;
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
    }
    .background-image .section-title {
        color: #fff;
    }
        .background-image .container {
            position: relative;
            z-index: 10;
        }
        .background-image::after {
            content: '';
            position: absolute;
            z-index: 0;
            width: 100%;
            top: 0;
            height: 100%;
            background-color: #000;
            opacity: .6;
        }
.section-steps {
    overflow: hidden;
}
.testimonials__content {
    color: #fff;
}

.section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

article, aside, footer, header, nav, section {
    display: block;
}
main .section ul {
    margin-left: 0;
}

.steps {
    margin-top: 5rem;
}
main .section ul.stepsNew {
    margin: 5rem 20px 0 20px;
}

.stepsNew .step {
    padding: 60px 15px;
}
.stepsNew li.next {
    font-size: 2rem;
    font-weight: 700;
    flex-basis: unset;
    padding: 0 25px;
}
.stepsNew li.next .stepNext {
    font-size: 2.9rem;
    font-weight: 700;
}
.stepsNew li:not(.next) {
    border-top: 5px solid #ed100a;
    border-bottom: 5px solid #ed100a;
    position: relative;
    align-self: stretch;
    background-color: lightpink;
}
    /*.stepsNew li:not(.next)::before {
        content: ' ';
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-top: 7px solid #09ed59;
        border-bottom: 7px solid #09ed59;
    }*/
.stepsNew li:nth-child(3) {
    border-top: 5px solid #f7931e;
    border-bottom: 5px solid #f7931e;
    background-color: lightgoldenrodyellow;
}
    /*.stepsNew li:nth-child(3)::before {
        border-top: 7px solid #f7931e;
        border-bottom: 7px solid #f7931e;
    }*/
    .stepsNew li:nth-child(3) .step__number {
        background-color: #f7931e;
    }
.stepsNew li:nth-child(5) {
    border-top: 5px solid #009245;
    border-bottom: 5px solid #009245;
    background-color: lightgreen;
}
    /*.stepsNew li:nth-child(5)::before {
        border-top: 7px solid #009245;
        border-bottom: 7px solid #009245;
    }*/
    .stepsNew li:nth-child(5) .step__number {
        background-color: #009245;
    }
.stepsNew li:nth-child(1) { /*Added to float the content of the li to the top for the stop light effect*/
    padding-bottom:38px;
}
.stepsNew li:nth-child(5) { /*Added to float the content of the li to the top for the stop light effect*/
    padding-bottom: 20px;
}

    .layout--guttered {
    justify-content: space-between;
}

.layout--3 > .layout__item {
    flex-basis: 33.33%;
}

main section li {
    margin-bottom: 1rem;
    list-style: disc;
}

.step {
    position: relative;
}

.layout__item {
    flex: 1;
    align-self:center;
}

.layout--center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.layout--column {
    display: flex;
    flex-direction: column;
}
.step__number {
    font-size: 2rem;
    font-weight: 700;
}
.stepsNew .step__number {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 18px;
    background-color: #ed100a;
    padding: 21px;
    border-radius: 40px;
}
.stepsNew .step__number {
    padding: 50px;
    border-radius: 70px;
}
.stepsNew .step {
    padding: 20px 15px;
}
.step__title {
    text-align: center;
}
.step__background {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 53%;
    top: 50%;
    pointer-events: none;
    z-index: 0;
    transform: translate(-50%, -50%) scale(1.1);
}
.step:nth-of-type(1) svg {
    fill: #ed100a;
}
.step:nth-of-type(2) svg {
    fill: #f7931e;
}
.step:nth-of-type(3) svg {
    fill: #009245;
}
.step svg {
    display: block;
    width: 100%;
    height: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

.section.background-image {
    background-attachment: fixed;
}

.section-testimonials {
    padding: 10rem 0;
    -webkit-clip-path: polygon(0 12%, 100% 0, 100% 88%, 0 100%);
    clip-path: polygon(0 12%, 100% 0, 100% 88%, 0 100%);
}

.background-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
    -webkit-clip-path: polygon(0 13%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 13%, 100% 0, 100% 100%, 0 100%);
}
footer .footer-above {
    background-color: transparent; 
    padding-top: 25px;
    border-top: none;
}
footer .footer-below {
    background-color: transparent;
    padding: 15px 0;
}
.footer h3, .footer__title {
    margin: 0;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
}
@media (min-width: 1024px) {
    .layout {
        display: flex;
    }
    .step {
        padding: 3vw;
    }
    .step__background {
        display: block;
    }
}
@media (min-width: 768px) {
    .footer {
        /* -webkit-clip-path: polygon(0 23%, 100% 0, 100% 100%, 0 100%); */
        clip-path: polygon(0 23%, 100% 0, 100% 100%, 0 100%);
    }
}

/*Make bootstrap 3.4.1 open the menu in mobile on all widths*/
@media (max-width: 767px) {
    footer #dnnMenu .topLevel li {
        position: relative;
        background: none;
        list-style-type: none;
        float: none;
        width: 100%;
        margin-bottom: 0;
        border-top: 1px solid rgba(0, 0, 0, .1);
    }
        footer #dnnMenu .topLevel li a span {
            line-height: inherit;
            margin: 0;
            padding: 0;
            font-size: 16px;
            height: inherit;
            width: inherit;
            background: none;
        }
    footer #dnnMenu .dropdown-menu.subLevel li {
        background: none;
        border-bottom: none;
        padding: 0;
    }
    footer #dnnMenu .topLevel li.active a {
        color: inherit;
        font-weight: bold;
    }
    footer.navbar-nav.sm-collapsible .caret:before {
        content: '';
        line-height: 50px;
        font-family: inherit;
        font-weight: 700;
        border-top: 4px dashed;
        border-top: 4px solid\9;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }
}
@media (max-width: 3200px) {
    #navbar {
        float: none !important;
    }
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        /*margin-top: 7.5px;*/
    }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
    #dnnMenu .dropdown-menu {
        padding: 0
    }

        #dnnMenu .dropdown-menu::after {
            border: none;
            pointer-events: none;
            border-color: none;
            border-width: 0
        }

        #dnnMenu .dropdown-menu.subLevel {
            padding: 0
        }

            #dnnMenu .dropdown-menu.subLevel li.active a span {
                color: #3f3f3f
            }

            #dnnMenu .dropdown-menu.subLevel li {
                background: #4a4f54;
                border-bottom: 1px solid #4a4b4c;
                padding: 0
            }

        #dnnMenu .dropdown-menu.subLevelRight li {
            background: #5d6062;
            padding: 0
        }

    #dnnMenu .topLevel li { /**/
        position: relative;
        background: #383c40;
        list-style-type: none;
        float: none;
        width: 100%;
        margin-bottom: 0;
        border-top: 1px solid rgba(0,0,0,.1)
    }

        #dnnMenu .topLevel li.active a {
            color: #3f3f3f;
            font-weight: bold
        }

        #dnnMenu .topLevel li a {
            display: block;
            color: #ddd;
            -webkit-transition: all .2s ease 0s;
            -moz-transition: all .2s ease 0s;
            -o-transition: all .2s ease 0s;
            transition: all .2s ease 0s;
            padding-top: 5px;
            padding-bottom: 5px
        }

            #dnnMenu .topLevel li a:hover {
                background: #bbc2c8
            }

                #dnnMenu .topLevel li a:hover span {
                    color: #3f3f3f
                }

            #dnnMenu .topLevel li a span { /***/
                line-height: 52px;
                margin: 0;
                padding: 0 15px;
                font-size: 15px
            }

    #dnnMenu .topLevel .dropdown.open a span {
        color: #7ca0c0
    }

    #dnnMenu .topLevel .dropdown-menu.subLevel a span {
        color: #fff
    }

    #dnnMenu .topLevel > li > a {
        color: #fff
    }

        #dnnMenu .topLevel > li > a:hover span {
            color: #7ca0c0
        }

    #dnnMenu .dropdown.open .subLevel > li a:hover span {
        color: #69849d
    }

    .navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
        position: absolute;
        right: 0;
        padding: 0;
        width: 65px;
        height: 62px;
        line-height: 60px;
        text-align: center;
        border-width: 1px;
        border-style: solid;
        top: 0;
        border: none;
        background-color: #2c2f33;
        display: block;
        margin: 0;
        border-radius: 0;
        font-size: 1.3em
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    footer #dnnMenu .topLevel li {
        position: relative;
        background: none;
        list-style-type: none;
        float: none;
        width: 100%;
        margin-bottom: 0;
        border-top: 1px solid rgba(0, 0, 0, .1);
    }

        footer #dnnMenu .topLevel li a span {
            line-height: inherit;
            margin: 0;
            padding: 0;
            font-size: 16px;
            height: inherit;
            width: inherit;
            background: none;
        }

    footer #dnnMenu .dropdown-menu.subLevel li {
        background: none;
        border-bottom: none;
        padding: 0;
    }

    footer #dnnMenu .topLevel li.active a {
        color: inherit;
        font-weight: bold;
    }

    footer .navbar-nav.sm-collapsible .caret:before {
        content: '';
        line-height: 50px;
        font-family: inherit;
        font-weight: 700;
        border-top: 4px dashed;
        border-top: 4px solid\9;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }
}

@media (min-width: 1600px) {
    #mainHeader-inner.container {
        width: 1470px;
    }
}
@media (max-width:1024px){
    main .section ul.stepsNew {
        width: 350px;
        margin: 0 auto;
    }
    .stepsNew li {
        max-width: 350px;
    }
        .stepsNew li.next {
            display: none;
        }
}