

html {
    background-color: #fff;
}

body {
    font-family: Arial;
}

body, h3 {
    color: #5D5E60;
}


.section {
    padding: 1.5rem 1.5rem;
}

.page-header {
    padding: 3rem 1.5rem 0rem;
}

.page-header, #mainNav {
    background-color: #D7DF23;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .page-header {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.content ol, .content ul, .content p {
    color: #4d4f50; /*#5D5E60;*/
}

.page-header a,  .page-header a:visited {
    color: #4a4a4a;
}

.stacked-horizontal-content-block ul  {
	
	list-style:square;
	
}

.content a:not(.button), .content a:visited:not(.button), .content a:active:not(.button), .stacked-horizontal-content-block a, .stacked-horizontal-content-block a:active, .stacked-horizontal-content-block a:visited, .stepped-content a, .stepped-content a:active, .stepped-content a:visited {
    color: #0067c1; /*rgb(2,139,255);*/
    text-decoration: underline;
    outline: 0;
}

    .content a:active:not(.button), .content a:focus:not(.button), .content a:visited:not(.button), .stacked-horizontal-content-block a:active, .stacked-horizontal-content-block a:focus, .stacked-horizontal-content-block a:visited, .stepped-content a:focus, .stepped-content a:active, .stepped-content a:visited {
        color: #567A24; /*#8dc63f;*/
        text-decoration: none;
    }

.generic-content ul, .generic-content ol {
    margin-left: 0em;
    margin-top: 0em;
}


/* END CHANGES */
    .navbar-link.is-active {
    background-color: transparent;
}

.navbar-link:not(.is-arrowless)::after {
    border-color: #8DC63F;
}

a.navbar-item:hover, a.navbar-item.is-active, .navbar-link:hover, .navbar-link.is-active {
    color: #5D5E60;
    font-weight: bold;
}

a.navbar-item:hover, a.navbar-item.is-active, .navbar-link:hover, .navbar-link.is-active {
    color: #5D5E60;
    font-weight: bold;
}

.navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link, a.navbar-item:hover {
    background: transparent;
}

.navbar-item {
    display: inline-block;
}

    .navbar-item.has-dropdown {
        display: inline-block;
        vertical-align:top;
    }

.navbar {
    background-color: transparent;
}

.navbar-brand {
    float: left;
}

#mainNav > div:first-child {
    text-align: center;
    width: 100%
}

@media screen and (max-width: 1087px) {
    .navbar-item {
        display: block !important;
    }

    #mainNav > div:first-child {
        clear: both;
        text-align: left;
    }

    .navbar-menu {
        box-shadow: none;
    }

}

.burger {
    background: transparent;
    border: none;
}


.navbar-burger {
    width: 5.25rem;
}

    .navbar-burger span {
        height: 2px;
        width: 30px;
        left: calc(50% - 17px);
    }

    .navbar-burger span:nth-child(2) {
        top: calc(50% + 1px);
    }


    .navbar-burger span:nth-child(3) {
        top: calc(50% + 8px);
    }

.navbar-burger.is-active span:nth-child(1) {
    top: calc(50% - 2px);
}


.navbar-dropdown {

    text-align:left;
    text-transform:capitalize;
}

    .navbar-dropdown a {
        width:100%;
    }

@media screen and (min-width: 1088px)  {

    .navbar-dropdown a.navbar-item:hover {
        color: #fff;
        background-color: #5D5E60;
    }

}



    .breadcrumb-container {
        background-color: #8DC63F;
        color: #5D5E60;
        padding: 1em;
        margin-bottom: 1rem;
        text-transform: capitalize;
    }

    .breadcrumb-icon-container {
        position: absolute;
        display: inline-block;
        right: 0;
        width: 142px;
        height: 142px;
        border-radius: 50%;
        z-index: 100;
        margin-top: -85px;
    }

        .breadcrumb-icon-container img {
            display: inline-block;
            vertical-align: middle;
            width: 133px;
            height: 133px;
        }

    .breadcrumb-icon {
        display: inline-block;
        z-index: 100;
        background-color: #8DC63F;
        width: 133px;
        height: 133px;
        right: 0;
        border-radius: 50%;
        text-align: center;
        border: 2px solid #D7DF23;
    }

    .breadcrumb-container a {
        color: #5D5E60;
    }

        .breadcrumb-container a:hover {
            color: #fff;
        }

    .breadcrumb-container li a.is-active {
        color: #fff;
    }

    .breadcrumb-container .breadcrumb li + li::before {
        color: #5D5E60 !important;
    }

    .has-breadcrumb-icon {
        margin-bottom: 3rem;
    }

    .content-separator {
        background-color: #ECECEC;
        margin-bottom: 1.5rem;
        margin-top: 1.5rem;
        padding: 3rem;
    }

        .content-separator p {
            color: #777;
        }

        .content-header h1, .content-separator h2, .content-separator h3 {
            color: #8DC63F;
        }

    .content-header p {
        color: #5D5E60;
    }

    .generic-content ul {
        list-style: none;
    }

    .generic-content-coloured {
        background-color: #D7DF23;
        padding: 3rem;
        border-radius: 3px;
    }

        .generic-content-coloured p {
            color: #5D5E60;
        }

        .generic-content-coloured h3 {
            color: #fff;
            margin-bottom: 2rem;
        }

    .stacked-horizontal-content-block img, .angled-content-container img {
        width: 100px;
        height: 100px;
        margin-bottom: 1.5rem;
    }

.stacked-horizontal-content-block h3 {
    line-height: 20px;
    margin-bottom: 16px;
}



.angled-content-container {
    background-color: #8DC63F;
    position: relative;
    z-index: 9;
    overflow: hidden;
}



.angled-content p {
    white-space: pre-line;
}


.angled-content-container img {
    width: 76px; 
        height: 76px;
}



.angled-content-container p.quote {
    margin-bottom: 1.5em;
}

.angled-content-container q {
    font-size: 4.2em;
    line-height: .2;
    vertical-align: bottom;
    margin-right: 5px;
    margin-top: -10px;

}

@media screen and (min-width: 768px) {



    .is-divider-vertical::before {
        bottom: 0;
        content: "";
        position: absolute;
        top: -200px;

        background-color: #D7DF23;
        width: 400px;
        transform: rotate(20deg);

        right: -100px;
        z-index: -1;
        bottom: -350px;
    }
}

.stepped-content div div {
    margin-top: -5em;
    margin-left: 10vw;
    margin-right: 10vw;
}



        .stepped-content div div.content {

            margin:0px;
        }

        @media screen and (max-width: 768px) {
            .stepped-content {
            margin-top: inherit !important;
        }

            .stepped-content h2 {
                margin-left: 0;
                margin-right: 0;
            }

            .stepped-content div div {
                margin-top: 0;
                margin-left: 0;
                margin-right: 0;
            }

        .angled-content-container {
            background-image: none !important;
        }

        .image-quote {
            padding: 3em;
        }

            .image-quote .image-quote-container {
                max-width: 100% !important;
                margin-left: 0px !important;
            }
    }

        .image-quote-container {
            display:inline-block;
        }

    .angled-content h3 {
        color: #fff;
    }

    .angled-content {
        background: #D7DF23;
        padding: 3em;
        z-index:10;
        position:relative;
    }

    .angled-content-container {
        background-repeat: no-repeat;
        background-position: right;
    }

    .video-tabs-container {
        background: #D7DF23;
        margin-top: 3rem;
        margin-bottom: 3rem;
        padding: 2.5rem 2.5em;
    }

        .video-tabs-container h3 {
            color: #fff;
        }

    .tab-section {
        background-color: #fff;
        padding: 2rem;
        color: #777;
    }

        .tab-section button {
            width: 100%;
            text-align: left;
            background: #fff;
            border: none;
            cursor: pointer;
            padding: 0.75em;
        }

            .tab-section button:hover, .tab-section button.is-active {
                background: #eee;
            }

                .tab-section button:hover svg path, .tab-section button.is-active svg path {
                    fill: #8DC63F;
                }

            .tab-section button svg {
                width: 20px;
                vertical-align: text-bottom;
                margin-right: 10px;
                max-height:20px;
            }

                .tab-section button svg path {
                    fill: #5D5E60;
                }

    .tabs.is-toggle li {
        margin-right: .25em;
    }

        .tabs.is-toggle li:last-child {
            margin-right: 0em;
        }

        .tabs.is-toggle li.is-active button {
            color: #777;
            background-color: #fff;
            border: none;
        }

    .tabs.is-toggle {
        background-color: none;
        border: none;
        color: #fff;
    }

        .tabs.is-toggle button:hover {
            background-color: #fff;
            color: #777;
        }

        .tabs.is-toggle button {
            color: #fff;
            font-weight: bold;
            width: 100%;
            padding: 1em;
            background: #8DC63F;
            border: none;
            cursor: pointer;
            border-radius: 3px 3px 0px 0px;
        }

    .tab-section ul li {
        margin-bottom: 1em;
    }

    .tab-section {
        min-height: 262px;
        max-height: 262px;
        overflow-y: auto;
    }

    .tab-video-section iframe {
        min-height: 315px;
        min-width: 100%;
        width: 100%;
        background: #eee;
    }

    .image-quote {
        color: #fff;
    }

        .image-quote .image-quote-container {
            max-width: 60%;
            z-index: 10;
            max-width: 60%;
            z-index: 10;
            /* position: inherit; */
            /* right: 0; */
            vertical-align: middle;
            margin-left: 200px;
        }
        

    .stepped-content {
        margin-top: 3rem;
    }

        .stepped-content h2, .stepped-content h3 {
            color: #8DC63F;
        }

        .stepped-content .container {
            border: 1px solid #5D5E60;
            padding: 2em;
        }

    .step-counter {
        margin-top: 2em;
    }

        .step-counter li {
            text-align: left;
        }

    .step-counter-block {
        text-align: center;
        width: 40px;
        border-radius: 50%;
        background-color: #5D5E60;
        color: white;
        font-weight: bold;
        font-size: 1.2em;
        padding: 5px;
        margin-bottom: 1em;
    }

    .button {
        color: #fff;
        padding: 1.5em;
        border-bottom: 4px solid #8DC63F;
        background-color: #A4D14C;
    }

    a.button {
        color: #fff;
        border-color: #8DC63F;
    }

        a.button:hover {
            color: #fff;
            border-color: #8DC63F;
        }

    .horizontal-full-width-two-column img {
        z-index: 10;
        position: absolute;
        max-width: 500px;
    }

    footer {
        z-index: 2;
        margin-top: -4.5em;
        position: relative;
        width: 100%;
        display: block;
        float: left;
    }

        footer a, footer li.is-active a {
            color: #5D5E60 !important;
        }

    .footer-top {
        background-color: #8DC63F;
        padding: 1em 2em 2em 2em;
    }

        .footer-top a:hover {
            color: #fff !important;
        }

    .cls-1 {
        fill: #fff;
    }

    .footer-bottom {
        background-color: #5D5E60;
        padding: 1.8em 1em 1.8em 2em;
    }

        .footer-bottom p {
            color: #fff;
        }

    .footer-top .social-icon img {
        width: 50px;
        margin-right: .5em;
    }

    .footer-top ul li {
        display: inline;
    }

        .footer-top ul li + li::before {
            color: #5D5E60 !important;
            content: "|";
            margin-right: 1em;
            margin-left: 1em;
        }

    #backshape .wrapper {
        display: block;
        float: left;
        margin: 50px auto 100px;
        width: 100%;
        padding: 0 5%;
        transform: skew(0deg,-5deg);
        -ms-transform: skew(0deg,-10deg);
        -webkit-transform: skew(0deg,-5deg);
    }

    #backshape {
        z-index: 1;
        display: block;
        float: left;
        margin-top: -75px;
        width: 100%;
        background: #8dc63f;
        transform: skew(0deg,6deg);
        -ms-transform: skew(0deg,6deg);
        /* IE 9 */
        -webkit-transform: skew(0deg,3deg);
        /* Safari and Chrome */
    }

    .headerimage {
        background-color: #fff;
        height: 225px;
        width: 100%;
        background-size: cover;
        position: relative;
        z-index: -1;
    }

    @media screen and (max-width: 768px) {
        .wcb-logo {
            margin-bottom: 2em;
        }

        .headerimage {
            height: 125px;
        }
    }

    @media screen and (min-width: 768px) {
        .is-pulled-right-desktop {
            float: right;
        }

        .is-pulled-left-desktop {
            float: left;
        }
    }

    .wcb-logo {
        display: block;
    }