/** Global
---------------------------------------------------------*/
body, html {
    font-family: 'Noto Sans', sans-serif;
    height: 100%;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
}

    html.mobile-open, html.mobile-open body {
        overflow: hidden !important;
    }

@media screen and (min-width: 320px) and (max-width:767px) {
    .img-ves {
        margin-top: 9%;
    }
}

@media screen and (min-width: 768px) and (max-width:1023px) {
    .img-ves {
        margin-top: 5%;
    }
}

h1, h2, h3, h4, h5, h6 {
    color: #55565a;
    font-weight: 700;
}

    h1.green, h2.green, h3.green, h4.green, h5.green, h6.green {
        color: #5F7800;
    }

    h1.enogen, h3.enogen, h4.enogen, h5.enogen, h6.enogen {
        color: #419639;
    }

    h2.enogen {
        color: #419639;
        font-size: 22px;
        line-height: 26px;
    }

h1 {
    font-size: 15px;
    line-height: 1em;
    margin-bottom: 20px;
}

    h1.pageTitle {
        font-size: 30px;
        line-height: 1.3em;
        margin-bottom: 30px;
    }

h2 {
    font-size: 30px;
    line-height: 1.3em;
    margin-bottom: 30px;
}

h3 {
    font-size: 22px;
    line-height: 1em;
    margin: 1em 0;
}

h4 {
    font-size: 18px;
    line-height: 26px;
    margin: 22px 0;
}

h5 {
}

h6 {
}

p {
    margin: 15px 0;
    font-size: 18px;
    line-height: 26px;
    color: #55565a;
}

    p.bold {
        font-weight: 700;
    }

ul {
    margin: 1em 0;
    padding-left: 20px;
    list-style-type: disc;
}

    ul ul {
        padding-left: 20px;
        list-style-type: circle;
    }

    ul li {
        margin-top: 10px;
    }

        ul li:first-child {
            margin-top: 0;
        }

img {
    max-width: 100%;
}

strong, b {
    font-weight: 700;
}

i, em {
    font-style: italic;
}

hr {
    border-top: 1px solid #55565a;
    margin: 40px 0;
}

a, a:link, a:visited, a:focus {
    color: #000066;
}

    a[name="jumpto"] {
        display: block;
        position: relative;
        top: -100px;
        visibility: hidden;
    }

/* Adding rounded corner test for images*/
.round-my-corner {
    border-radius: 6px;
    border: 1px solid rgba(45,45,45,0.5);
}
/* 
div{ position: relative;}*/

/* WEBKIT FIX */
textarea,
input[type="text"],
input[type="button"],
input[type="search"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

/* SPROUT PLAYER */
.sp-videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    z-index: 9;
    border: 1px solid #000000;
}

    .sp-videoWrapper iframe,
    .sp-videoWrapper embed,
    .sp-videoWrapper object {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

[data-playertype="playlist"] .sp-videoWrapper {
    padding-bottom: calc(56.25% + 125px);
}

    [data-playertype="playlist"] .sp-videoWrapper.vid-horz {
        padding-bottom: calc((100% - 300px) * .5625);
    }

.vc-holder {
    overflow: auto;
}

.sprout-vid-holder {
    display: block;
    overflow: hidden;
}

.svh-loader img {
    margin: auto;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.sprout-vid-holder iframe {
    width: 100%;
    border: 1px solid #000000;
}

/* LEARN MORE BUTTON */
.learnMoreBtn, .learnMoreBtn:link, .learnMoreBtn:visited {
    display: block;
    width: 225px !important;
    background: #7f9332;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    padding: 15px 0;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}

    .learnMoreBtn:hover {
        background: #5f7800;
    }


/* Adding snippits from inline master pages */

.async-hide {
    opacity: 0 !important
}

.qualtrics-page-category {
    display: none;
    opacity: 0;
}

/** Header
---------------------------------------------------------*/
#m-menu {
    background: #fff;
    width: 100%;
    border-bottom: 3px solid #62801e;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
    z-index: 1000;
    font-size: 16px;
    line-height: 18px;
    position: relative;
}

html.mobile-open #m-menu {
    position: fixed;
}

#m-menu.fixed {
    position: fixed;
}

#m-menu nav {
    background: #fff;
    width: 100%;
    position: fixed;
    left: 0;
    margin-top: 4px;
    overflow: hidden;
}

    #m-menu nav.open {
        background: rgba(255,255,255,0.8);
        overflow: scroll;
        height: 100%;
        width: 100%;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

html.mobile-open #m-menu nav {
    display: block;
}

#m-menu .mm-cont {
    display: none;
}

#m-menu ul, #m-menu ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mm-breadcrumbs {
    position: absolute;
    top: 103px;
    width: 100%;
    background: #E6E6E6;
    color: #404143;
    font-size: 12px;
    line-height: 1.5em;
    padding: 12px 0 5px;
    z-index: 10;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

#m-menu.compact + .mm-breadcrumbs {
    top: 72px;
}

#m-menu a.mm-external:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    background: url('../templates/images/external-link.png') no-repeat;
    background-size: 9px 9px;
    margin-left: 7px;
}

.mm-breadcrumbs li, .mm-breadcrumbs a:link, .mm-breadcrumbs a:visited {
    font-size: 12px;
    line-height: 20px;
    color: #7F7F7F;
    text-decoration: none;
}

    .mm-breadcrumbs li:last-of-type {
        font-weight: 600;
    }

.mm-breadcrumbs a:hover {
    text-decoration: underline;
}

/* MOBILE MENU */
.mobile-menu {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}

.menu-icon {
    display: block;
    height: 26px;
}

    .menu-icon span, .menu-icon span:nth-child(2), .menu-icon span:nth-child(3) {
        height: 4px;
        width: 30px;
        background: #666769;
        position: relative;
        display: block;
        -webkit-transition: all .25s;
        -moz-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
    }

        .menu-icon span:nth-child(2) {
            top: 7px;
        }

        .menu-icon span:nth-child(3) {
            top: 14px;
        }

    .menu-icon.active span:nth-child(1) {
        background-color: transparent;
    }

    .menu-icon.active span:nth-child(2) {
        top: 4px;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .menu-icon.active span:nth-child(3) {
        top: 0;
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

/* UTILITY NAV */
#m-menu .utility-nav {
    display: none;
}

#m-menu .main-nav ul > li.visible-xs.mobile-search {
    background: #fff;
    padding: 7px;
    border-bottom: 1px solid #b7b7b7;
}

#m-menu .search-form {
    display: inline-block;
    width: 100%;
}

#m-menu input[type="text"] {
    background: #ebebeb;
    width: calc(100% - 45px);
    height: 45px;
    border: none;
    padding-left: 20px;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
}

#m-menu input[type="submit"] {
    width: 45px;
    height: 45px;
    font-size: 0;
    background: #62801e url('../templates/images/search-icon_mobile.png') center center no-repeat;
    background-size: 25px 22px;
    margin-left: -5px;
    border: none;
    vertical-align: top;
    outline: none;
    float: right;
    cursor: pointer;
    border-radius: 0;
    -webkit-appearance: none;
}


/* MAIN NAV */
#m-menu .main-nav {
    position: relative;
    width: 100%;
    left: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

    #m-menu .main-nav ul {
        width: 100%;
        background: #fff;
        list-style-type: none;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-box-shadow: 0 4px 2px -2px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 4px 2px -2px rgba(0,0,0,0.2);
        box-shadow: 0 4px 2px -2px rgba(0,0,0,0.2);
    }

        #m-menu .main-nav ul > li.visible-xs {
            background: #ebebeb;
        }

            #m-menu .main-nav ul > li.visible-xs a {
                color: #000;
            }

    #m-menu .main-nav li {
        cursor: pointer;
    }

        #m-menu .main-nav li a {
            display: block;
            color: #666769;
            text-decoration: none;
            font-size: 18px;
            font-weight: 600;
            position: relative;
            border-bottom: 1px solid #b7b7b7;
            padding: 15px 0 15px 30px;
        }

            #m-menu .main-nav li a[data-level]:after {
                display: inline-block;
                content: "";
                width: 10px;
                height: 18px;
                background: url('../templates/images/link-arrow.png') no-repeat;
                position: absolute;
                right: 20px;
            }

            #m-menu .main-nav li a[data-level] + ul {
                left: 100%;
                top: 0;
                display: none;
                position: absolute;
            }

.main-nav li a[data-level] + ul.show {
    display: block;
}

#m-menu .main-nav ul > li > ul > li a {
    font-weight: 400;
}

#m-menu .main-nav ul > li > ul > li.mm-back {
    display: block;
    background: #ebebeb;
    color: #666769;
    font-weight: 600;
    padding: 15px 0 15px 30px;
}

#m-menu .main-nav ul > li > ul > li span {
    display: block;
    background: #62801e;
    color: #fff;
    font-weight: 600;
    padding: 15px 0 15px 30px;
}

/* LOGO */
#m-menu .logo-cont {
    margin: 0 -15px;
    text-align: center;
    padding: 10px 0;
}

    #m-menu .logo-cont img {
        width: 100%;
        max-width: 140px;
        -webkit-transition: all .25s;
        -moz-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
    }

.body-content p {
    margin: 1em 0;
}

.page-content {
    padding-top: 20px;
    padding-bottom: 30px;
}

/* FOOTER STYLES */
footer {
    font-family: 'Noto Sans', sans-serif;
    display: table;
    table-layout: fixed;
    width: 100%;
    padding-top: 10px;
}

.footer-container {
    background: #f0eded;
    padding: 30px 0;
    border-top: 1px solid #d9d5d2;
    border-bottom: 1px solid #d9d5d2;
}

    .footer-container div[class*=' col-'] {
        margin-top: 20px;
    }

        .footer-container div[class*=' col-']:first-child {
            margin-top: 0;
        }

footer .footer-heading {
    background: none;
    color: #988877;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: .5em;
    padding: 0;
}

    footer .footer-heading:after {
        content: ">";
        display: block;
        position: absolute;
        right: 15px;
        top: 0;
        transform: rotate(90deg);
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

    footer .footer-heading.open:after {
        transform: rotate(0deg);
    }

footer ul {
    margin: 0;
    padding: 0 0 15px 0;
    list-style-type: none;
    display: none;
}

    footer ul > li {
        font-size: 16px;
        padding-bottom: 10px;
        list-style-type: none;
        margin-top: 0;
    }

        footer ul > li a:link, footer ul > li a:visited {
            color: #55565a;
            text-decoration: none;
        }

        footer ul > li a:hover {
            text-decoration: underline;
        }

img#footer {
    height: 11px;
}

.legal {
    font-family: 'Noto Sans', sans-serif;
    font-size: 11px;
    margin: 15px 0;
    padding: 0;
}

    .legal div {
        display: block;
        padding: 0;
        border: 0;
    }

    .legal a {
        color: #55565a;
        text-decoration: none;
    }

        .legal a:hover {
            text-decoration: underline;
        }
/* END FOOTER STYLES */

.carousel-container {
    touch-action: pan-y pinch-zoom !important;
}

@media only screen and (max-width:991px) and (min-width:768px) {
    .container {
        width: auto;
    }
}

@media only screen and (min-width: 992px) {
    .nav-wrapper {
        padding: 20px 0 0 0;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

    #m-menu {
        position: fixed;
        z-index: 1001;
    }

        #m-menu.compact .nav-wrapper {
            padding: 0;
        }

        #m-menu.compact .utility-nav {
            display: none;
        }

        #m-menu.compact .main-nav > ul {
            padding: 20px 0 10px;
        }

        #m-menu.compact .logo-cont {
            width: 100%;
            padding: 10px 0;
        }

            #m-menu.compact .logo-cont img {
                max-width: 120px;
            }

        #m-menu .nav-wrapper .col-md-10 {
            padding-right: 0;
        }

        #m-menu .mm-cont .col-cont {
            padding: 0 10px;
        }

        #m-menu nav {
            display: block !important;
            position: relative;
            margin: 0;
            top: 0;
            max-width: 100%;
            max-height: 100vh;
        }

        /* LOGO */
        #m-menu .logo-cont {
            margin: 0;
            padding: 0;
            text-align: right;
            border-bottom: none;
        }

        /* UTILITY NAV */
        #m-menu .utility-nav {
            display: block;
        }

            #m-menu .utility-nav ul {
                display: inline-block;
            }

                #m-menu .utility-nav ul > li {
                    display: inline-block;
                    line-height: 15px;
                    padding: 0 8px;
                    margin-left: -4px;
                    border-left: 1px solid #404143;
                }

                    #m-menu .utility-nav ul > li:first-child {
                        padding-left: 0;
                        margin-left: 0;
                        border-left: none;
                    }

                    #m-menu .utility-nav ul > li a {
                        color: #404143;
                        font-size: 12px;
                        text-decoration: none;
                    }

                        #m-menu .utility-nav ul > li a:hover {
                            text-decoration: underline;
                        }

            #m-menu .utility-nav a:first-child {
                padding-left: 0;
            }

            #m-menu .utility-nav span.search-icon {
                display: inline-block;
                width: 12px;
                height: 12px;
                background: url('../templates/images/search-icon.png') center center/11px 11px no-repeat;
                cursor: pointer;
                position: absolute;
                left: 4px;
                top: 4px;
                z-index: 10;
            }

            #m-menu .utility-nav .search-container {
                width: 12px;
                border-bottom: none;
                padding: 0;
                display: inline-block;
                position: relative;
                -webkit-transition: width .5s ease-in-out;
                -moz-transition: width .5s ease-in-out;
                -o-transition: width .5s ease-in-out;
                transition: width .5s ease-in-out;
            }

                #m-menu .utility-nav .search-container .search-form {
                    display: inline-block;
                    width: 200px;
                    padding: 0;
                }

            #m-menu .utility-nav input[type="text"] {
                background: #fff;
                width: 100%;
                height: auto;
                margin: 0;
                padding: 0;
                border: none;
                outline: none;
                font-size: 12px;
                padding: 2px 20px 2px 25px;
                box-shadow: inset 0 0 0 1px #95a1aa;
            }

        /* MAIN NAV */
        #m-menu .main-nav > span {
            display: none !important;
        }

        #m-menu .main-nav ul {
            position: relative;
            -webkit-transition: none;
            -moz-transition: none;
            -o-transition: none;
            transition: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            padding: 10px 0;
        }

        #m-menu .main-nav li {
            display: inline-block;
            margin: 0 2px;
            padding: 10px 0;
        }

            #m-menu .main-nav li[data-pane="1"] {
                margin-left: 0;
            }

        #m-menu .main-nav ul > li > ul {
            display: none !important;
        }

        #m-menu .main-nav ul > li a {
            font-size: 15px;
            color: #404143;
            border-bottom: 0;
            padding: 0;
        }

        #m-menu .main-nav ul > li > a[data-level]:after {
            content: "";
            display: block;
            background: #62801e;
            height: 4px;
            width: 0;
            position: relative;
            left: 50%;
            bottom: -20px;
            -webkit-transition: width .3s ease 0s, left .3s ease 0s;
            -moz-transition: width .3s ease 0s, left .3s ease 0s;
            -o-transition: width .3s ease 0s, left .3s ease 0s;
            transition: width .3s ease 0s, left .3s ease 0s;
        }

        #m-menu .main-nav ul > li > a[data-level]:hover:after {
            width: 100%;
            left: 0;
        }

        #m-menu .main-nav ul > li.active > a[data-level]:after {
            content: "";
            height: 4px;
            width: 100%;
            background: #62801e;
            display: block;
            position: relative;
            bottom: -20px;
            left: 0;
        }

        /* MEGA MENU */
        #m-menu .mm-arrow {
            display: inline-block;
            border-top: 3px solid #404143;
            border-right: 3px solid #404143;
            width: 10px;
            height: 10px;
            transform: rotate(45deg);
        }
        #m-menu .mm-cont {
            height: 390px;
            width: 100%;
            background: #f5f5f5;
            border-bottom: 3px solid #62801e;
            padding: 15px 10px 0 10px;
            margin-top: 3px;
            position: absolute;
            display: none;
            -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
            -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
            box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
            z-index: 10;
        }

            #m-menu .mm-cont .mm-pane {
                width: 100%;
                position: absolute;
                left: 100%;
                -webkit-transition: all .25s ease-in-out;
                -moz-transition: all .25s ease-in-out;
                -o-transition: all .25s ease-in-out;
                transition: all .25s ease-in-out;
            }

            #m-menu .mm-cont span.link-heading {
                display: block;
                font-weight: 700;
                margin-top: 15px;
                padding-bottom: 10px;
                text-transform: uppercase;
            }

                #m-menu .mm-cont span.link-heading:first-child {
                    margin-top: 0;
                }

            #m-menu .mm-cont .col-cont ul + span.link-heading,
            #m-menu .mm-cont .col-cont .link-heading:not(:first-of-type) {
                margin-top: 35px;
            }

            #m-menu .mm-cont a {
                color: #404143;
                text-decoration: none;
            }

            #m-menu .mm-cont ul > li {
                padding-top: 10px;
                line-height: 17px;
            }

                #m-menu .mm-cont ul > li:first-child {
                    padding-top: 0;
                }

                #m-menu .mm-cont ul > li > a:hover {
                    color: #62801e;
                    text-decoration: underline;
                }
                #m-menu .mm-cont ul > li > a:hover .mm-arrow,
                #m-menu .mm-cont ul > li > a:focus .mm-arrow {
                    border-color: #62801e;
                    text-decoration: underline;
                    margin-left: 5px;
                }

            #m-menu .mm-cont [class*=col] {
                height: 350px;
            }

                #m-menu .mm-cont [class*=col] ul {
                    padding-right: 20px;
                }

            #m-menu .mm-cont .col-cont {
                height: 100%;
            }

                #m-menu .mm-cont .col-cont i {
                    display: inline-block;
                    font-style: italic;
                }

            #m-menu .mm-cont .flex-area {
                max-width: 490px;
            }

                #m-menu .mm-cont .flex-area .feat-img {
                    height: 170px;
                    width: 490px;
                    max-width: 100%;
                    background-position: center center;
                    background-size: cover;
                    border: 1px solid #868686;
                    margin-bottom: 10px;
                }

    #mm-menu .mm-cont .col-sm-3 .flex-area .feat-img {
        width: 293px;
    }

    #m-menu .mm-cont .pane-1 .flex-area .feat-img {
        background-image: url('../templates/images/pane-1/TalinorMegaMenuFeature.jpg');
    }

    #m-menu .mm-cont .pane-2 .flex-area .feat-img {
        background-image: url('../templates/images/pane-2/NKMegaMenu_seedlings.jpg');
    }

    #m-menu .mm-cont .pane-3 .flex-area .feat-img {
        background-image: url('../templates/images/pane-3/syng_2312_1_1_RFMegaMenuDropdown_d01.jpg');
    }

    #m-menu .mm-cont .pane-5 .flex-area .feat-img {
        background-image: url('../templates/images/pane-5/the-good-growth-plan-feature.jpg');
    }

    #m-menu .mm-cont .pane-6 .flex-area .feat-img {
        background-image: url('../templates/images/pane-6/SecureChoice-Syngenta-US-megamenu.jpg');
    }

    #m-menu .mm-cont .pane-8 .flex-area .feat-img {
        background-image: url('../templates/images/pane-8/Social_Landing_page_MegaMenu_460x170.jpg');
    }

    #m-menu .mm-cont .flex-area .feat-title {
        font-weight: 700;
        font-size: 16px;
        color: #62801e;
    }
    #m-menu .mm-cont .flex-area .feat-content {
        line-height: 1.2em;
        font-size: 16px;
        margin: 10px 0 20px 0;
    }

    #m-menu .mm-cont .flex-area a:hover .feat-img {
        border: 1px solid #62801e;
    }

    #m-menu .mm-cont .flex-area a span {
        font-weight: 700;
        text-align: center;
        display: inline-block;
        background-color: #62801e;
        color: #FFF;
        padding: 10px 20px;
        margin: 0 0 0 0;
        border: 2px solid #62801e;
    }
    #m-menu .mm-cont .flex-area a:hover span,
    #m-menu .mm-cont .flex-area a:focus span {
        background-color: #FFF;
        color: #62801e;
    }

    /* MM NAV */
    #m-menu .mm-cont .mm-nav {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }

    #m-menu .mm-cont a.mm-nav {
        display: block;
        height: 100%;
        width: 30px;
        background: url('../templates/images/mm-arrow.png') no-repeat;
        background-position: center center;
        position: absolute;
        left: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #m-menu .mm-cont a.mm-right {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        left: inherit;
        right: 10px;
        top: 0;
    }

    #m-menu .mm-cont .mm-close {
        display: block;
        background: #62801e;
        color: #fff;
        width: 30px;
        height: 30px;
        line-height: 26px;
        text-align: center;
        border-radius: 50%;
        position: absolute;
        bottom: -16px;
        left: 50%;
        transform: translateX(-30px);
        cursor: pointer;
    }


    .page-content {
        padding-top: 154px;
    }

    footer .footer-heading {
        font-size: 14px;
    }

        footer .footer-heading:after {
            display: none;
        }

    footer ul {
        display: block !important;
    }

        footer ul > li {
            font-size: 13px;
            padding-bottom: 7px;
        }

    .footer-container div[class*=' col-'] {
        margin-top: 0;
        /*min-height:250px;*/
    }

    .legal {
        padding: 0;
    }

        .legal div {
            display: inline-block;
            padding: 0 15px;
            border-left: 1px solid black;
        }

            .legal div:first-child {
                padding-left: 0;
                border-left: 0;
            }
}

@media only screen and (min-width: 1200px) {
    /* MAIN NAV */
    #m-menu .main-nav li {
        /*margin: 0 15px;*/
        margin: 0 12px;
    }

    #m-menu .nav-wrapper .col-md-10 {
        padding-right: 15px;
    }

    #m-menu .mm-cont .col-cont {
        padding: 0;
    }

    /* MEGA MENU */
    
    #m-menu .mm-cont {
        height: 425px;
    }

        #m-menu .mm-cont [class*=col] {
            height: 400px;
        }
}

#content li {
    font-size: 18px;
    line-height: 26px;
}

#cookieTable {
    width: 100%;
    font-size: 15px;
    margin-top: 20px;
    border: 1px;
    border-style: outset;
    display: table;
    border-collapse: separate;
}

    #cookieTable th {
        text-align: left;
        font-weight: 700;
        padding: 0 10px 0 0;
    }

    #cookieTable tbody {
        border: 1px !important;
    }

    #cookieTable td {
        padding: 0 10px 0 0;
        vertical-align: top;
        font-size: 18px;
        line-height: 26px;
    }

.mm-breadcrumbs li {
    display: inline;
}

p {
    margin-bottom: 18px;
}


/* fix herpo banner on load */

.heroContainer.home {
    min-height: 420px;
}

@media only screen and (min-width: 768px) {
    .heroContainer.home {
        min-height: 230px;
    }
}

@media only screen and (min-width: 992px) {
    .heroContainer.home {
        min-height: 300px;
    }
}

@media only screen and (min-width:1200px) {
    .heroContainer.home {
        min-height: 360px;
    }
}

.legal-barchart {
    font-size: 12px;
    font-family: 'Noto Sans', sans-serif;
}

    .legal-barchart a {
        border-bottom: 0px;
        text-decoration: underline;
    }

/* BOOTSTRAP CUSTOM */
.text-center {
    text-align: center;
}

@media only screen and (min-width:768px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }

        .row-eq-height > [class*='col-'] {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .adjust-img > [class*='col-'] {
            flex-direction: column;
            justify-content: center;
        }
  
}

.row-eq-height:before {
    display: none !important;
}


/* Print Classes */
@media print {
    #formQualtrics {
        display: none;
    }
}

@media only screen and (min-width:768px) {
    .lex-web-ui-iframe {
        min-width: calc(35vw - 3vw) !important;
        cursor: pointer !important;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .lex-web-ui-iframe {
        min-width: calc(50vw - 3vw) !important;
        height: 60vh !important;
    }
}


@media only screen and (max-width: 480px) and (min-width: 241px) and (orientation:portrait) {
    .lex-web-ui-iframe {
        height: 70vh !important;
    }
}

.lex-web-ui-iframe iframe {
    border-radius: 0 !important;
}

.lex-web-ui-iframe--minimize {
    height: 85px !important;
    min-width: 85px !important;
}

.lex-web-ui-iframe.lex-web-ui-iframe--minimize iframe {
    width: 85px !important;
}



/* cookie message css */
#cookie-msg {
    position: fixed;
    bottom: 230px;
    right: -400px;
    width: 95%;
    max-width: 350px;
    text-align: center;
    padding: 20px 16px 20px 35px;
    background-color: rgba(70,70,70,1);
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    -webkit-box-shadow: -10px -4px 20px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: -10px -4px 20px 0px rgba(0,0,0,0.35);
    box-shadow: -10px -4px 20px 0px rgba(0,0,0,0.35);
    -webkit-transition: all .75s ease;
    -moz-transition: all .75s ease;
    -o-transition: all .75s ease;
    -ms-transition: all .75s ease;
    transition: all .75s ease;
    z-index: 1000;
}

    #cookie-msg p {
        text-align: center;
        color: #fff;
        font-size: 15px;
        margin: 0 auto;
        width: 100%;
    }

    #cookie-msg.onscreen {
        right: 0;
    }

    #cookie-msg a.btn-aceptar {
        color: rgba(70,70,70,1);
        text-decoration: none;
        padding: 5px 10px;
        border-radius: 5px;
        background-color: rgba(70,70,70,1);
        font-size: 11px;
        display:none;
    }

    #cookie-msg a {
        color: rgb(0,0,0);
        background: #fff;
        margin-top: 10px;
        cursor: pointer;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        padding: 5px;
        text-decoration: none;
        display: inline-block;
        width: 130px;
    }

    #cookie-msg .sidebar {
        position: absolute;
        top: 66px;
        left: -46px;
        color: #fff;
        font-weight: 700;
        transform: rotate(-90deg);
        text-transform: uppercase;
        font-size: 15px;
    }

a.btn-accept {
    margin-left: 15px;
}


@media only screen and (min-width:768px) {
    #cookie-msg {
        bottom: -150px;
        right: auto;
        left: 0;
        width:50vw;
        max-width: none;
        padding: 20px;
        -webkit-box-shadow: 10px -4px 20px 0px rgba(0,0,0,0.35);
        -moz-box-shadow: 10px -4px 20px 0px rgba(0,0,0,0.35);
        box-shadow: 10px -4px 20px 0px rgba(0,0,0,0.35);
    }
        #cookie-msg p {
            width: 90%;
            max-width: 435px;
        }
        #cookie-msg .sidebar {
            display:none;
        }

        #cookie-msg.onscreen {
            bottom:0;
        }
}

@media only screen and (min-width:1000px) {
    #cookie-msg {
        width: calc(90vw - 350px)
    }
}

@media only screen and (min-width:1500px) {
    #cookie-msg p {
        max-width: none;
    }
}

.img-svg {
    height:60px !important;
}