﻿@import 'style.css';

#layout-navigation {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    #layout-navigation:after, #layout-navigation:before {
        content: " ";
        display: table;
    }

    #layout-navigation:after {
        clear: both;
    }

@media (min-width:768px) {
    #layout-navigation {
        width: 750px;
    }
}

@media (min-width:992px) {
    #layout-navigation {
        width: 970px;
    }
}

@media (min-width:1200px) {
    #layout-navigation {
        width: 1170px;
    }
}

section.usps.usps--compact{
    float: left;
}

.form_result {
    float: left;
    margin-top: 25px;
}
.form_result.success {
    color: #67bb1f;
}

.form_result.error {
    color: red;
}
    .form_result.primary {
        color: var(--primary-color);
    }

    .form_result h1 {
        font-size: 40px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .form_result p {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 26px;
    }

.button {
    cursor: pointer;
}

.checkbox__label.field--error {
    color: red;
}

.checkbox__label.field--error:before {
    border: 2px solid rgba(238,88,88,.35);
}

.section--usps-home {
    padding-bottom: 50px;
    padding-top: 30px;
}


.section--usps-home {
    padding-bottom: 50px;
    padding-top: 30px;
}

.section.section--feature{
    padding-top: 0px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .usps__listing.listing--grid {
        display: inline-block;
    }

    .usps--home .usps__listing.listing--grid li {
        min-height: 44px;
        float: left;
        width: 235px;
        margin-right: 20px;
    }   

}

section.commentable-standards {
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.1);
    margin-bottom: 40px;
    overflow-x: auto;
    padding: 20px 40px 20px 40px;
}

@media screen and (max-width:75em) {
    section.commentable-standards {
        padding: 0;
    }
}

    section.commentable-standards h2 {
        padding: 20px 0;
        font-size: 20px;
    }

    .commentable-standards-listing li {
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 10px;
        padding-left: 20px;
    }

.commentable-standards-listing li.listing--grid {
    display: grid;
    grid-template-columns: 1fr 1fr 3fr;
}

.commentable-standards-listing li.list-header {
    color: var(--muted-color);
    border-bottom: 1px dashed hsla(200,7%,57%,.5);
    margin-bottom: 10px;
}

.commentable-standards-listing li.listing__item {
    color: var(--primary-color);
    list-style: circle;
    list-style-position: initial;
}

    .commentable-standards-listing li.listing__item span:first-of-type {
        font-weight: 600;
        color: var(--nen-blue);
    }

    .commentable-standards-listing li.listing__item span:first-of-type::before {
        content: "\25CB"; 
        display: inline-block; 
        color: var(--primary-color);
        font-size: 10px;
        width: 2em; 
        margin-left: -2em;
    }

.slick-slide {
    cursor: pointer;
}
/*.editor {
    margin-left: 180px;
}*/
.mail__input.mail__button.button.button--secondary.button--arrow {
    margin-right: -250%;
}
/*.button.button--primary.button--orange.button--arrow {
    margin-left: 180px;
}*/
.mpFormTable {
    box-shadow: 0 2px 50px 0 rgba(0,0,0,.15);
    padding: 10px 40px 100px;
    width: 500px;
}
.mpFormField input {
    width: 100%;
    background-color: #f0f3f5;
    padding: 10px;
    font-size: 18px;
    color: #00205B;
}
.mpFormLabel{
    padding: 10px 10px;
    color: #8a9499;
    line-height: 20px;
    font-style: italic;
    font-size: 18px;
 }

.submitCell input {
    background: #67bb1f;
    margin-top: 10px;
    color: #fff;
    width:40%;
    float: right;
    height: 30px;
    font-size: 18px;
    padding: 15px 10px 40px 10px;
}

.sublabel{
    visibility:hidden;
}

.mpErrorRow {
    font-size: 100%;
    font-family: inherit;
    color: #A91E1E;
    font-style: italic;
}
.mpErrorSummary {
    font-size: 100%;
    font-family: inherit;
    color: #A91E1E;
    font-style: italic;
    padding-bottom: 20px;
}

.faq__listing.listing.listing--two-columns {
    display: grid !important;
}

.packages .listing {
    display: grid;
}
.listing--grid {
    display: grid;
}

.listing--grid[data-gap="4"] {
    grid-gap: 0px !important;
}

.usps__listing.listing.listing--grid li {
    padding: 0px;
}

.content__side .listing--grid[data-gap="4"] {
    grid-gap: 0px 20px !important;
}

@media screen and (max-width:48em) {
    .listing--grid[data-gap="4"] {
        grid-gap: 0px 20px !important;
    }
}

#customer_logo {
    float: left;
    margin-left: 10px;
}

.username_container {
    float: left;
    min-width: 80px;
    max-width: 168px;
    overflow-wrap: break-word;
    overflow: hidden;
    max-height: 31px;
    line-height: 1em;
    padding-bottom: 5px;
    margin-left: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#customer_name{
    font-weight: 600;
}

#user_role {
    font-style: italic;
    font-size: 0.87em;
    color: #00205B;
    margin-left: 10px;
    width: 200px;

}

.button.button--green {
    color: white;
    background-color: #00838B;
}

.button--arrow.button--green:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h20v20H0z'/%3E%3Cpath fill='%23fff' d='M2.886 10.937h11.69l-3.97 3.97a.75.75 0 0 0 1.06 1.06l5.25-5.25a.75.75 0 0 0 0-1.06l-5.25-5.25a.748.748 0 0 0-1.06 0 .75.75 0 0 0 0 1.06l3.97 3.97H2.885a.75.75 0 0 0 0 1.5z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 100% 100%;
}

.fixed_width_button {
    min-width: 224px;
}

/* Drop down menu styles */
.dropdown {
    position: relative;
    display: inline-block;
}
    .dropdown button.dropbtn {
        display: none;
    }

.dropdown-content {
    display: none;
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -230px;
    background-color: white;
    width: 480px;
    z-index: 1;
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 50px;
    border-radius: 3px;
}

    /* Top triangle */
    .dropdown-content::after {
        content: " ";
        position: absolute;
        bottom: 100%; /* At the top of the tooltip */
        left: 50%;
        margin-left: -10px;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent white transparent;
    }

    .dropdown-content a {
        padding: 32px;
        text-decoration: none;
        display: block;
        font-size: 16px;
        position:relative;
    }

        .dropdown-content a:not(:last-of-type) {
            border-bottom: 1px dashed rgba(5,85,121,.15);
        }

        .dropdown-content a:hover {
            background-color: #EBF1FA;
        }

            .dropdown-content a:hover::after {
                transition: .2s;
                content: "";
                width: 12px;
                height: 20px;
                position: absolute;
                float: left;
                background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h12v20H0z'/%3E%3Cpath fill='%23306AB2' d='M6.48 15.544l-.688-.736 3.216-2.992H2v-1.088h7.008L5.792 7.736 6.48 7l4.352 4.24v.064z'/%3E%3C/g%3E%3C/svg%3E");
                background-repeat: no-repeat;
                background-size: 12px 20px;
                right: 32px;
                top: 50%;
                transform: translateY(-50%);
            }

        .dropdown-content a span.title {
            color: #00205B;
            display: block;
            font-weight: 600;
            padding-bottom: 10px;
        }

        .dropdown-content a span.sub-title {
            color: rgba(0,32,91,0.5);
            display: block;
        }

.dropdown:hover a.dropbtn, .dropdown button.dropbtn.active {
    color: #087eb2;
}

.dropdown button.dropbtn {
    width:100%;
    text-align:left;
}            

.dropdown button.dropbtn::after {
                content: "";
                width: 20px;
                height: 20px;
                position: absolute;
                top: 50%;
                right: 10px;
                background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='none' stroke='%2300205B' stroke-width='2' d='M14.485 8.242l-4.272 4.272-4.268-4.268'/%3E%3C/svg%3E");
                background-size: 100% 100%;
                transform: translateY(-50%) ;
            }

    .dropdown button.dropbtn.active::after {
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        top: 10px;
        right: 10px;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill='none' stroke='%23087eb2' stroke-width='2' d='M14.485 8.242l-4.272 4.272-4.268-4.268'/%3E%3C/svg%3E");
        background-size: 100% 100%;
        transform: scaleY(-1);
    }

@media screen and (min-width: 75em) {
    .dropdown:hover .dropdown-content {
        display: block;
    }
}

@media screen and (max-width: 75em) {
    .navigation__listing .dropdown a.dropbtn {
        display: none;
    }

    .dropdown button.dropbtn {
        display: block;
    }

    .dropdown-content {
        position: relative;
        width: 100%;
        padding: 0;
        top: auto;
        left: auto;
        margin-left: 0;
        margin-top: 10px;
        box-shadow: none;
        border-left: 5px solid #EBF1FA;
    }

        .dropdown-content::after {
            content: none;
        }

        .dropdown-content a {
            border: none !important;
            padding: 10px;
        }

            .dropdown-content a span.title {
                color: #00205B;
                display: block;
                font-weight: normal;
                padding-bottom: 0;
            }

            .dropdown-content a span.sub-title {
                display: none;
            }
}