﻿
.mr-read, .val-read {
    display: none;
}

.mr-read.active {
    display: block;
    position: absolute;
    z-index: 10;
    font-size: 1.25em;
    color: #fff;
    top: 20px;
    left: 20px;
    font-family: "BrandonGrotesqueMedium";
}

/* start easy-complete 
    320 - 386
    1157 - 1223
    24987 - 25338 */
@media only screen {
    .easy-autocomplete {
        width: 100% !important;
    }

        .easy-autocomplete input:focus, .easy-autocomplete input:hover {
            box-shadow: none;
        }

    .easy-autocomplete-container {
        left: -16px;
        right: 0;
        top: 62px;
        position: absolute;
        z-index: 2;
    }

        .easy-autocomplete-container ul {
            background: none repeat scroll 0 0 #fff;
            display: none;
            margin-top: 0;
            padding-bottom: 0;
            padding-left: 0;
            position: relative;
            top: -1px;
        }

            .easy-autocomplete-container ul .eac-category, .easy-autocomplete-container ul li {
                background: inherit;
                border-color: #ccc;
                border-image: none;
                border-style: solid;
                border-width: 0 1px;
                display: block;
                font-size: 14px;
                font-weight: 400;
                padding: 4px 12px;
            }

                .easy-autocomplete-container ul li:last-child {
                    border-radius: 0 0 2px 2px;
                    border-width: 0 1px 1px;
                }

                .easy-autocomplete-container ul li.selected {
                    background: none repeat scroll 0 0 #ebebeb;
                    cursor: pointer;
                }

                    .easy-autocomplete-container ul li.selected div {
                        font-weight: 400;
                    }

                .easy-autocomplete-container ul li div {
                    display: block;
                    font-weight: 400;
                    word-break: break-all;
                }

                .easy-autocomplete-container ul li b {
                    font-weight: 700;
                    color: #0a86c9;
                }

            .easy-autocomplete-container ul .eac-category {
                font-color: #aaa;
                font-style: italic;
            }

    /* 1157 */
    .easy-autocomplete {
        width: 100% !important;
    }

        .easy-autocomplete input:focus, .easy-autocomplete input:hover {
            box-shadow: none;
        }

    .easy-autocomplete-container {
        left: -16px;
        right: 0;
        top: 62px;
        position: absolute;
        z-index: 2;
    }

        .easy-autocomplete-container ul {
            background: none repeat scroll 0 0 #fff;
            display: none;
            margin-top: 0;
            padding-bottom: 0;
            padding-left: 0;
            position: relative;
            top: -1px;
        }

            .easy-autocomplete-container ul .eac-category, .easy-autocomplete-container ul li {
                background: inherit;
                border-color: #ccc;
                border-image: none;
                border-style: solid;
                border-width: 0 1px;
                display: block;
                font-size: 14px;
                font-weight: 400;
                padding: 4px 12px;
            }

                .easy-autocomplete-container ul li:last-child {
                    border-radius: 0 0 2px 2px;
                    border-width: 0 1px 1px;
                }

                .easy-autocomplete-container ul li.selected {
                    background: none repeat scroll 0 0 #ebebeb;
                    cursor: pointer;
                }

                    .easy-autocomplete-container ul li.selected div {
                        font-weight: 400;
                    }

                .easy-autocomplete-container ul li div {
                    display: block;
                    font-weight: 400;
                    word-break: break-all;
                }

                .easy-autocomplete-container ul li b {
                    font-weight: 700;
                    color: #0a86c9;
                }

            .easy-autocomplete-container ul .eac-category {
                font-color: #aaa;
                font-style: italic;
            }
    /* 24987 */
    .easy-autocomplete {
        position: relative;
    }

        .easy-autocomplete input {
            border-color: #ccc;
            border-radius: 4px;
            border-style: solid;
            border-width: 1px;
            box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
            color: #555;
            float: none;
            padding: 6px 12px;
        }

            .easy-autocomplete input:focus, .easy-autocomplete input:hover {
                box-shadow: none;
            }

        .easy-autocomplete a {
            display: block;
        }

        .easy-autocomplete.eac-blue-light input:focus, .easy-autocomplete.eac-blue-light input:hover {
            border-color: #66afe9;
            box-shadow: 0 1px 1px rgba(0,0,0,.075) inset,0 0 8px rgba(102,175,233,.6);
        }

        .easy-autocomplete.eac-blue-light ul {
            border-color: #66afe9;
            box-shadow: 0 1px 1px rgba(0,0,0,.075) inset,0 0 8px rgba(102,175,233,.6);
        }

            .easy-autocomplete.eac-blue-light ul .eac-category, .easy-autocomplete.eac-blue-light ul li {
                border-color: #66afe9;
            }

                .easy-autocomplete.eac-blue-light ul .eac-category.selected, .easy-autocomplete.eac-blue-light ul li.selected {
                    background-color: #ecf5fc;
                }

        .easy-autocomplete.eac-green-light input:focus, .easy-autocomplete.eac-green-light input:hover {
            border-color: #41db00;
            box-shadow: 0 1px 1px rgba(0,0,0,.075) inset,0 0 8px rgba(146,237,107,.6);
        }

        .easy-autocomplete.eac-green-light ul {
            border-color: #41db00;
            box-shadow: 0 1px 1px rgba(0,0,0,.075) inset,0 0 8px rgba(146,237,107,.6);
        }

            .easy-autocomplete.eac-green-light ul .eac-category, .easy-autocomplete.eac-green-light ul li {
                border-color: #41db00;
            }

                .easy-autocomplete.eac-green-light ul .eac-category.selected, .easy-autocomplete.eac-green-light ul li.selected {
                    background-color: #9eff75;
                }

        .easy-autocomplete.eac-red-light input:focus, .easy-autocomplete.eac-red-light input:hover {
            border-color: #ff5b5b;
            box-shadow: 0 1px 1px rgba(0,0,0,.075) inset,0 0 8px rgba(255,90,90,.6);
        }

        .easy-autocomplete.eac-red-light ul {
            border-color: #ff5b5b;
            box-shadow: 0 1px 1px rgba(0,0,0,.075) inset,0 0 8px rgba(255,90,90,.6);
        }

            .easy-autocomplete.eac-red-light ul .eac-category, .easy-autocomplete.eac-red-light ul li {
                border-color: #ff5b5b;
            }

                .easy-autocomplete.eac-red-light ul .eac-category.selected, .easy-autocomplete.eac-red-light ul li.selected {
                    background-color: #ff8e8e;
                }

        .easy-autocomplete.eac-yellow-light input:focus, .easy-autocomplete.eac-yellow-light input:hover {
            border-color: #ffdb00;
            box-shadow: 0 1px 1px rgba(0,0,0,.075) inset,0 0 8px rgba(255,231,84,.6);
        }

        .easy-autocomplete.eac-yellow-light ul {
            border-color: #ffdb00;
            box-shadow: 0 1px 1px rgba(0,0,0,.075) inset,0 0 8px rgba(255,231,84,.6);
        }

            .easy-autocomplete.eac-yellow-light ul .eac-category, .easy-autocomplete.eac-yellow-light ul li {
                border-color: #ffdb00;
            }

                .easy-autocomplete.eac-yellow-light ul .eac-category.selected, .easy-autocomplete.eac-yellow-light ul li.selected {
                    background-color: #ffe233;
                }

        .easy-autocomplete.eac-dark-light input:focus, .easy-autocomplete.eac-dark-light input:hover {
            border-color: #333;
            box-shadow: 0 1px 1px rgba(0,0,0,.075) inset,0 0 8px rgba(55,55,55,.6);
        }

        .easy-autocomplete.eac-dark-light ul {
            border-color: #333;
            box-shadow: 0 1px 1px rgba(0,0,0,.075) inset,0 0 8px rgba(55,55,55,.6);
        }

            .easy-autocomplete.eac-dark-light ul .eac-category, .easy-autocomplete.eac-dark-light ul li {
                border-color: #333;
            }

                .easy-autocomplete.eac-dark-light ul .eac-category.selected, .easy-autocomplete.eac-dark-light ul li.selected {
                    background-color: #4d4d4d;
                    color: #fff;
                }

        .easy-autocomplete.eac-dark {
            color: #fff;
        }

            .easy-autocomplete.eac-dark input {
                background-color: #404040;
                border-radius: 4px;
                box-shadow: 0;
                color: #f6f6f6;
            }

                .easy-autocomplete.eac-dark input:focus, .easy-autocomplete.eac-dark input:hover {
                    border-color: #333;
                    box-shadow: 0;
                }

            .easy-autocomplete.eac-dark ul {
                border-color: #333;
            }

                .easy-autocomplete.eac-dark ul .eac-category, .easy-autocomplete.eac-dark ul li {
                    background-color: #404040;
                    border-color: #333;
                }

                    .easy-autocomplete.eac-dark ul .eac-category.selected, .easy-autocomplete.eac-dark ul li.selected {
                        background-color: #737373;
                        color: #f6f6f6;
                    }

        .easy-autocomplete.eac-dark-glass {
            color: #fff;
        }

            .easy-autocomplete.eac-dark-glass input {
                background-color: rgba(0,0,0,.8);
                border-radius: 4px;
                box-shadow: 0;
                color: #f6f6f6;
            }

                .easy-autocomplete.eac-dark-glass input:focus, .easy-autocomplete.eac-dark-glass input:hover {
                    border-color: rgba(0,0,0,.8);
                    box-shadow: 0;
                }

            .easy-autocomplete.eac-dark-glass ul {
                border-color: rgba(0,0,0,.8);
            }

                .easy-autocomplete.eac-dark-glass ul .eac-category, .easy-autocomplete.eac-dark-glass ul li {
                    background-color: rgba(0,0,0,.8);
                    border-color: rgba(0,0,0,.8);
                }

                    .easy-autocomplete.eac-dark-glass ul .eac-category.selected, .easy-autocomplete.eac-dark-glass ul li.selected {
                        background-color: rgba(64,64,64,.8);
                        color: #f6f6f6;
                    }

                    .easy-autocomplete.eac-dark-glass ul .eac-category:last-child, .easy-autocomplete.eac-dark-glass ul li:last-child {
                        border-radius: 0 0 4px 4px;
                    }

        .easy-autocomplete.eac-blue {
            color: #fff;
        }

            .easy-autocomplete.eac-blue input {
                background-color: #6d9ed1;
                border-radius: 4px;
                box-shadow: 0;
                color: #f6f6f6;
            }

                .easy-autocomplete.eac-blue input::-webkit-input-placeholder {
                    color: #f6f6f6;
                }

                .easy-autocomplete.eac-blue input:-moz-placeholder {
                    color: #f6f6f6;
                }

                .easy-autocomplete.eac-blue input::-moz-placeholder {
                    color: #f6f6f6;
                }

                .easy-autocomplete.eac-blue input:-ms-input-placeholder {
                    color: #f6f6f6;
                }

                .easy-autocomplete.eac-blue input:focus, .easy-autocomplete.eac-blue input:hover {
                    border-color: #5a91cb;
                    box-shadow: 0;
                }

            .easy-autocomplete.eac-blue ul {
                border-color: #5a91cb;
            }

                .easy-autocomplete.eac-blue ul .eac-category, .easy-autocomplete.eac-blue ul li {
                    background-color: #6d9ed1;
                    border-color: #5a91cb;
                }

                    .easy-autocomplete.eac-blue ul .eac-category.selected, .easy-autocomplete.eac-blue ul li.selected {
                        background-color: #94b8dd;
                        color: #f6f6f6;
                    }

        .easy-autocomplete.eac-yellow {
            color: #333;
        }

            .easy-autocomplete.eac-yellow input {
                background-color: #ffdb7e;
                border-color: #333;
                border-radius: 4px;
                box-shadow: 0;
                color: #333;
            }

                .easy-autocomplete.eac-yellow input:focus, .easy-autocomplete.eac-yellow input:hover {
                    border-color: #333;
                    box-shadow: 0;
                }

            .easy-autocomplete.eac-yellow ul {
                border-color: #333;
            }

                .easy-autocomplete.eac-yellow ul .eac-category, .easy-autocomplete.eac-yellow ul li {
                    background-color: #ffdb7e;
                    border-color: #333;
                }

                    .easy-autocomplete.eac-yellow ul .eac-category.selected, .easy-autocomplete.eac-yellow ul li.selected {
                        background-color: #ffe9b1;
                        color: #333;
                    }

        .easy-autocomplete.eac-purple {
            color: #333;
        }

            .easy-autocomplete.eac-purple input {
                background-color: #d6d1e7;
                border-color: #b8afd5;
                box-shadow: 0;
                color: #333;
            }

                .easy-autocomplete.eac-purple input:focus, .easy-autocomplete.eac-purple input:hover {
                    border-color: #333;
                    box-shadow: 0;
                }

            .easy-autocomplete.eac-purple ul {
                border-color: #333;
            }

                .easy-autocomplete.eac-purple ul .eac-category, .easy-autocomplete.eac-purple ul li {
                    background-color: #d6d1e7;
                    border-color: #333;
                }

                    .easy-autocomplete.eac-purple ul .eac-category.selected, .easy-autocomplete.eac-purple ul li.selected {
                        background-color: #ebe8f3;
                        color: #333;
                    }

        .easy-autocomplete.eac-bootstrap input {
            border-color: #ccc;
            border-radius: 4px;
            border-style: solid;
            border-width: 1px;
            color: #555;
            padding: 6px 12px;
        }

    .easy-autocomplete-container {
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 2;
    }

        .easy-autocomplete-container ul {
            background: none repeat scroll 0 0 #fff;
            border-top: 1px dotted #ccc;
            display: none;
            margin-top: 0;
            padding-bottom: 0;
            padding-left: 0;
            position: relative;
            top: -1px;
        }

            .easy-autocomplete-container ul .eac-category, .easy-autocomplete-container ul li {
                background: inherit;
                border-color: #ccc;
                border-image: none;
                border-style: solid;
                border-width: 0 1px;
                display: block;
                font-size: 14px;
                font-weight: 400;
                padding: 4px 12px;
            }

                .easy-autocomplete-container ul li:last-child {
                    border-radius: 0 0 2px 2px;
                    border-width: 0 1px 1px;
                }

                .easy-autocomplete-container ul li.selected {
                    background: none repeat scroll 0 0 #ebebeb;
                    cursor: pointer;
                }

                    .easy-autocomplete-container ul li.selected div {
                        font-weight: 400;
                    }

                .easy-autocomplete-container ul li div {
                    display: block;
                    font-weight: 400;
                    word-break: break-all;
                }

                .easy-autocomplete-container ul li b {
                    font-weight: 700;
                }

            .easy-autocomplete-container ul .eac-category {
                font-color: #aaa;
                font-style: italic;
            }
}
/* end .easy-autocomplete*/

/* start adding some filter actions 
    528 - 1045 
    1743 - 1745 */
@media only screen {
.filter-type {
    background: #0a86c9;
    width: 100%;
}

    .filter-type input:focus::-webkit-input-placeholder {
        opacity: 0;
    }

    .filter-type input:focus:-moz-placeholder {
        opacity: 0;
    }

    .filter-type input:focus::-moz-placeholder {
        opacity: 0;
    }

    .filter-type input:focus:-ms-input-placeholder {
        opacity: 0;
    }

    .filter-type a.mobile-filter-collapse {
        color: #fff;
        font-size: 1.8em;
        padding: 15px 0;
        text-align: left;
        display: none;
    }

        .filter-type a.mobile-filter-collapse:before {
            content: "";
            position: absolute;
            top: 50%;
            margin-top: -5px;
            right: .9375rem;
            background: url(/assets/images/svg/icons/icon--arrow-down-stroke-thick-white.svg) no-repeat;
            background-size: 20px 11px;
            width: 22px;
            height: 12px;
            transition: -webkit-transform .4s;
            transition: transform .4s;
            transition: transform .4s,-webkit-transform .4s;
            -webkit-transition: transform .4s;
        }

        .filter-type a.mobile-filter-collapse.active:before {
            content: "";
            position: absolute;
            top: 50%;
            margin-top: -5px;
            right: .9375rem;
            background: url(/assets/images/svg/icons/icon--arrow-down-stroke-thick-white.svg) no-repeat;
            background-size: 20px 11px;
            width: 22px;
            height: 12px;
            transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
        }

@media only screen and (max-width:767px) {
    .filter-type a.mobile-filter-collapse {
        display: block;
    }
}

.filter-type .filter-wrapper {
    float: left;
    width: 100%;
}

@media only screen and (max-width:767px) {
    .filter-type .filter-wrapper {
        display: none;
    }
}

.filter-type .select-list-wrapper {
    border: 1px solid #fff;
    background: #0a86c9;
    color: #fff;
    width: 100%;
    overflow: hidden;
    display: block;
    margin: 25px 0;
    position: relative;
    font-size: 1em;
    transition: background .4s;
    -webkit-transition: background .4s;
}

@media only screen and (max-width:767px) {
    .filter-type .select-list-wrapper {
        margin: 25px 0 0;
    }
}

.filter-type .select-list-wrapper:hover {
    background: #086698;
}

.filter-type .select-list-wrapper:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: .9375rem;
    background: url(/assets/images/svg/icons/icon--arrow-down-stroke-thick-white.svg) no-repeat;
    background-size: 20px 11px;
    width: 22px;
    height: 12px;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s,-webkit-transform .4s;
    -webkit-transition: transform .4s;
}

.filter-type .select-list-wrapper select {
    width: 100%;
    border: none;
    padding: 15px;
    display: inline-block;
    font-size: 1.6em;
    position: relative;
    background: 0 0;
    cursor: pointer;
    font-family: GothamBook,Arial,Helvetica;
    color: #fff;
    margin: -1px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .filter-type .select-list-wrapper select::-ms-expand {
        display: none;
    }

.filter-type .select-list-wrapper option {
    background: #0a86c9;
    outline: 0;
    border: none;
}
    .filter-type .search-wrapper {
        display: block;
        position: relative;
        color: #fff;
        top: 0;
    }

        .filter-type .search-wrapper input {
            width: 100%;
            background: #0a86c9;
            border: 1px solid #fff;
            line-height: 48px !important;
            padding: 15px 50px 15px 15px;
            font-size: 1.6em;
            height: 48px;
            outline: 0;
            color: #fff;
            margin: 25px 0;
            font-family: GothamBook,Arial,Helvetica;
        }

    @media only screen and (max-width:767px) {
        .filter-type .search-wrapper input {
            margin: 15px 0 25px;
        }
    }

    .filter-type .search-wrapper input:focus {
        box-shadow: 0 0 5px #fff;
    }

    .filter-type .search-wrapper input[type=submit] {
        line-height: 1em;
        display: inline-block;
        background: url(../Assets/img/search-glass-white.svg) no-repeat center center;
        background-size: 20px 20px;
        width: 30px;
        height: 50%;
        position: absolute;
        right: 15px;
        top: 0;
        cursor: pointer;
        padding: 0;
        border: none;
    }

    .filter-type .search-wrapper ::-webkit-input-placeholder {
        color: #fff;
    }

    .filter-type .search-wrapper :-moz-placeholder {
        color: #fff;
    }

    .filter-type .search-wrapper ::-moz-placeholder {
        color: #fff;
    }

    .filter-type .search-wrapper :-ms-input-placeholder {
        color: #fff;
    }

    @media only screen and (max-width:767px) {
        .filter-type a.filter-toggle {
            margin: 25px 0 0;
        }

        .filter-type .search-wrapper {
            margin: 10px 0;
        }

        .filter-type input[type=submit] {
            top: 5px !important;
        }
    }
}
/* end adding some filter actions */

/* --- start stk-accordion --
    1386 -> 1404
    4957 -> 5131
    13572  */
@media only screen {
.stkaccordion {
    margin-left: 0;
    /*background: #fefefe;*/
    list-style-type: none;
}

    .stkaccordion[disabled] .stkaccordion-title {
        cursor: not-allowed;
    }

.stkaccordion-item:first-child > :first-child {
    border-radius: 0;
}

.stkaccordion-item:last-child > :last-child {
    border-radius: 0;
}

.stkaccordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    font-size: .75rem;
    line-height: 1;
    color: #1779ba;
}

:last-child:not(.is-active) > .stkaccordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0;
}

.stkaccordion-title:focus, .stkaccordion-title:hover {
    background-color: #e6e6e6;
}

.stkaccordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -.5rem;
    content: '+';
}

.is-active > .stkaccordion-title::before {
    content: '\2013';
}

.stkaccordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    background-color: #fefefe;
    color: #0a0a0a;
}

:last-child > .stkaccordion-content:last-child {
    border-bottom: 1px solid #e6e6e6;
}

.stkaccordion-menu li {
    width: 100%;
}

.stkaccordion-menu a {
    padding: .7rem 1rem;
}

.stkaccordion-menu .is-stkaccordion-submenu a {
    padding: .7rem 1rem;
}

.stkaccordion-menu .nested.is-stkaccordion-submenu {
    margin-right: 0;
    margin-left: 1rem;
}

.stkaccordion-menu.align-right .nested.is-stkaccordion-submenu {
    margin-right: 1rem;
    margin-left: 0;
}

.stkaccordion-menu .is-stkaccordion-submenu-parent:not(.has-submenu-toggle) > a {
    position: relative;
}

    .stkaccordion-menu .is-stkaccordion-submenu-parent:not(.has-submenu-toggle) > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #1779ba transparent transparent;
        position: absolute;
        top: 50%;
        margin-top: -3px;
        right: 1rem;
    }

.stkaccordion-menu.align-left .is-stkaccordion-submenu-parent > a::after {
    left: auto;
    right: 1rem;
}

.stkaccordion-menu.align-right .is-stkaccordion-submenu-parent > a::after {
    right: auto;
    left: 1rem;
}

.stkaccordion-menu .is-stkaccordion-submenu-parent[aria-expanded=true] > a::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.is-stkaccordion-submenu-parent {
    position: relative;
}

.has-submenu-toggle > a {
    margin-right: 40px;
}

.submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

    .submenu-toggle::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #1779ba transparent transparent;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .submenu-toggle[aria-expanded=true]::after {
        -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        transform: scaleY(-1);
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

.submenu-toggle-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}
} 
/* --- end stk-accordion --*/

/* --- start navigation-menu --
    2215 -> 2234
    2501 -> 2534
    24953 -> 24959 */
@media only screen {
    .navigation-menu {
        pointer-events: none;
        background: url(/assets/images/transparent.png);
    }

        .navigation-menu .medium-12, .navigation-menu .medium-8 {
            pointer-events: auto;
            position: relative;
        }

        .navigation-menu:not(:nth-child(1)) .nav-contents {
            overflow-x: hidden;
        }

            .navigation-menu:not(:nth-child(1)) .nav-contents .medium-6 {
                background: #fff;
                position: relative;
                margin-top: 20px;
            }

                .navigation-menu:not(:nth-child(1)) .nav-contents .medium-6:after {
                    content: "";
                    position: absolute;
                    top: -20px;
                    height: 20px;
                    width: 100%;
                    background: #0a86c9;
                }

                .navigation-menu:not(:nth-child(1)) .nav-contents .medium-6.promo-item {
                    background: #205a88;
                    color: #fff;
                    padding-left: 0;
                }

                    .navigation-menu:not(:nth-child(1)) .nav-contents .medium-6.promo-item a.button {
                        margin-top: 5px;
                        background: #db6026;
                        color: #fff;
                    }

                        .navigation-menu:not(:nth-child(1)) .nav-contents .medium-6.promo-item a.button:hover {
                            background: #ba5220;
                        }

        .navigation-menu .medium-6.promo-item .inner-wrap img {
            border-radius: 5px;
        }

            .navigation-menu .medium-6.promo-item .inner-wrap img.no-corners {
                border-radius: 0 !important;
            }

    .nav-contents {
        position: relative;
        background: #fff;
        width: 100%;
        float: left;
    }

        .nav-contents ul {
            list-style: none;
            padding: 0;
            margin: 0;
            font-size: 1em;
            display: block;
            padding: 20px 6% 0 12%;
            width: 100%;
        }

            .nav-contents ul:first-child {
                padding-top: 0;
                margin-top: 30px;
            }

            .nav-contents ul:last-child {
                margin-bottom: 30px;
            }

            .nav-contents ul li {
                padding: 0;
            }

                .nav-contents ul li a {
                    display: inline-block;
                    font-size: 1.6em;
                    font-family: GothamBook,Arial,Helvetica;
                    padding: 2px 0;
                    cursor: default;
                    transition: all .4s;
                }

                    .nav-contents ul li a strong {
                        font-family: GothamBold,Arial,Helvetica;
                        text-transform: capitalize;
                    }

                    .nav-contents ul li a[href] {
                        cursor: pointer;
                    }

                        .nav-contents ul li a[href]:before {
                            color: #0a86c9;
                        }

                        .nav-contents ul li a[href]:hover {
                            color: #0a86c9;
                        }

        .nav-contents .medium-6.promo-item .inner-wrap {
            padding: 50px 16%;
        }

    @media only screen and (max-width:1023px) {
        .nav-contents .medium-6.promo-item .inner-wrap {
            padding: 50px 10%;
        }
    }

    .nav-contents .medium-6.promo-item p {
        text-align: left;
    }

    .nav-contents .medium-6.promo-item img {
        margin-bottom: 30px;
    }

    .nav-contents .medium-6.promo-item a.button {
        min-width: 170px;
    }

    .nav-contents .medium-4.promo-item {
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        background-color: #205a88;
        background-repeat: no-repeat;
        background-position: top left;
        color: #fff;
    }

        .nav-contents .medium-4.promo-item .inner-wrap {
            position: absolute;
            width: 100%;
            bottom: 0;
            padding: 0 70px 70px;
            padding: 0 20% 70px;
        }

    @media only screen and (max-width:1023px) {
        .nav-contents .medium-4.promo-item .inner-wrap {
            padding: 0 15% 70px;
        }
    }

    .nav-contents .medium-4.promo-item a.button {
        display: inline-block;
        padding: 15px 30px;
        margin: 10px 0 0;
        min-width: 170px;
    }

    .nav-contents ul.products-extra li {
        border-bottom: 1px solid #c1c4ca;
        display: block;
        margin-right: 20px;
    }

        .nav-contents ul.products-extra li:last-child {
            border: none;
        }

        .nav-contents ul.products-extra li a {
            padding: 20px 0;
            width: 95%;
            position: relative;
        }

            .nav-contents ul.products-extra li a[class^=icon-] {
                padding-left: 60px;
            }

            .nav-contents ul.products-extra li a:before {
                font-size: 2.5em;
                color: #c1c4ca;
                position: absolute;
                left: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 60px;
                transition: all .4s;
            }

            .nav-contents ul.products-extra li a:after {
                content: "";
                background: url(/assets/images/icons/aci-nav-right-arrow-grey.gif);
                width: 13px;
                height: 23px;
                position: absolute;
                right: -10px;
                top: 50%;
                margin-top: -12px;
                transition: all .4s;
            }

            .nav-contents ul.products-extra li a:hover:before {
                color: #0a86c9;
            }

            .nav-contents ul.products-extra li a:hover:after {
                background: url(/assets/images/icons/aci-nav-right-arrow-blue.png);
                right: -15px;
            }

    @media only screen and (max-width:850px) {
        .nav-contents ul.products-extra li a {
            font-size: 1.4em;
        }

            .nav-contents ul.products-extra li a[class^=icon-] {
                padding-left: 50px;
            }
    }

    .navigation-menu:not(:nth-child(1)) .nav-contents {
        overflow-x: hidden;
    }

        .navigation-menu:not(:nth-child(1)) .nav-contents .medium-6 {
            background: #fff;
            position: relative;
            margin-top: 20px;
        }

            .navigation-menu:not(:nth-child(1)) .nav-contents .medium-6:after {
                content: "";
                position: absolute;
                top: -20px;
                height: 20px;
                width: 100%;
                background: #0a86c9;
            }

            .navigation-menu:not(:nth-child(1)) .nav-contents .medium-6.promo-item {
                background: #205a88;
                color: #fff;
                padding-left: 0;
            }

                .navigation-menu:not(:nth-child(1)) .nav-contents .medium-6.promo-item a.button {
                    margin-top: 5px;
                    background: #db6026;
                    color: #fff;
                }

                    .navigation-menu:not(:nth-child(1)) .nav-contents .medium-6.promo-item a.button:hover {
                        background: #ba5220;
                    }
}
/* --- end navigation-menu --*/

/* in 2536 */
ul.landing-only li a {
    padding: 12px 0;
}

/* start row9, column9 & columns defs 
   .small - .medium - .large
    3308 - 4548 */
@media only screen {
    .row9 {
        max-width: 75rem;
        margin-right: auto;
        margin-left: auto;
        background-color: black;
    }

        .row9:after, .row9:before {
            display: table;
            line-height: 0;
            content: "";
        }

        .row9:after {
            clear: both;
        }

        .row9.collapse > .column9, .row9.collapse > .columns {
            padding-right: 0;
            padding-left: 0;
        }

        .row9 .row9 {
            margin-right: -.625rem;
            margin-left: -.625rem;
        }

    @media print,screen and (min-width:40em) {
        .row9 .row9 {
            margin-right: -.9375rem;
            margin-left: -.9375rem;
        }
    }

    @media print,screen and (min-width:64em) {
        .row9 .row9 {
            margin-right: -.9375rem;
            margin-left: -.9375rem;
        }
    }

    .row9 .row9.collapse {
        margin-right: 0;
        margin-left: 0;
    }

    .row9.expanded {
        max-width: none;
    }

        .row9.expanded .row9 {
            margin-right: auto;
            margin-left: auto;
        }

    .row9:not(.expanded) .row9 {
        max-width: none;
    }

    .row9.gutter-small > .column9, .row9.gutter-small > .columns {
        padding-right: .625rem;
        padding-left: .625rem;
    }

    .row9.gutter-medium > .column9, .row9.gutter-medium > .columns {
        padding-right: .9375rem;
        padding-left: .9375rem;
    }

    .column9, .columns {
        width: 100%;
        float: left;
        padding-right: .625rem;
        padding-left: .625rem;
    }

    @media print,screen and (min-width:40em) {
        .column9, .columns {
            padding-right: .9375rem;
            padding-left: .9375rem;
        }
    }

    .column9:last-child:not(:first-child), .columns:last-child:not(:first-child) {
        float: right;
    }

    .column9.end:last-child:last-child, .end.columns:last-child:last-child {
        float: left;
    }

    .column9.row9.row9, .row9.row9.columns {
        float: none;
    }

    .row9 .column9.row9.row9, .row9 .row9.row9.columns {
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
    }

    .small-1 {
    width: 8.33333%;
}

.small-push-1 {
    position: relative;
    left: 8.33333%;
}

.small-pull-1 {
    position: relative;
    left: -8.33333%;
}

.small-offset-0 {
    margin-left: 0;
}

.small-2 {
    width: 16.66667%;
}

.small-push-2 {
    position: relative;
    left: 16.66667%;
}

.small-pull-2 {
    position: relative;
    left: -16.66667%;
}

.small-offset-1 {
    margin-left: 8.33333%;
}

.small-3 {
    width: 25%;
}

.small-push-3 {
    position: relative;
    left: 25%;
}

.small-pull-3 {
    position: relative;
    left: -25%;
}

.small-offset-2 {
    margin-left: 16.66667%;
}

.small-4 {
    width: 33.33333%;
}

.small-push-4 {
    position: relative;
    left: 33.33333%;
}

.small-pull-4 {
    position: relative;
    left: -33.33333%;
}

.small-offset-3 {
    margin-left: 25%;
}

.small-5 {
    width: 41.66667%;
}

.small-push-5 {
    position: relative;
    left: 41.66667%;
}

.small-pull-5 {
    position: relative;
    left: -41.66667%;
}

.small-offset-4 {
    margin-left: 33.33333%;
}

.small-6 {
    width: 50%;
}

.small-push-6 {
    position: relative;
    left: 50%;
}

.small-pull-6 {
    position: relative;
    left: -50%;
}

.small-offset-5 {
    margin-left: 41.66667%;
}

.small-7 {
    width: 58.33333%;
}

.small-push-7 {
    position: relative;
    left: 58.33333%;
}

.small-pull-7 {
    position: relative;
    left: -58.33333%;
}

.small-offset-6 {
    margin-left: 50%;
}

.small-8 {
    width: 66.66667%;
}

.small-push-8 {
    position: relative;
    left: 66.66667%;
}

.small-pull-8 {
    position: relative;
    left: -66.66667%;
}

.small-offset-7 {
    margin-left: 58.33333%;
}

.small-9 {
    width: 75%;
}

.small-push-9 {
    position: relative;
    left: 75%;
}

.small-pull-9 {
    position: relative;
    left: -75%;
}

.small-offset-8 {
    margin-left: 66.66667%;
}

.small-10 {
    width: 83.33333%;
}

.small-push-10 {
    position: relative;
    left: 83.33333%;
}

.small-pull-10 {
    position: relative;
    left: -83.33333%;
}

.small-offset-9 {
    margin-left: 75%;
}

.small-11 {
    width: 91.66667%;
}

.small-push-11 {
    position: relative;
    left: 91.66667%;
}

.small-pull-11 {
    position: relative;
    left: -91.66667%;
}

.small-offset-10 {
    margin-left: 83.33333%;
}

.small-12 {
    width: 100%;
}

.small-offset-11 {
    margin-left: 91.66667%;
}

.small-up-1 > .column9, .small-up-1 > .columns {
    float: left;
    width: 100%;
}

    .small-up-1 > .column9:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .small-up-1 > .column9:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
        clear: both;
    }

    .small-up-1 > .column9:last-child, .small-up-1 > .columns:last-child {
        float: left;
    }

.small-up-2 > .column9, .small-up-2 > .columns {
    float: left;
    width: 50%;
}

    .small-up-2 > .column9:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .small-up-2 > .column9:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
        clear: both;
    }

    .small-up-2 > .column9:last-child, .small-up-2 > .columns:last-child {
        float: left;
    }

.small-up-3 > .column9, .small-up-3 > .columns {
    float: left;
    width: 33.33333%;
}

    .small-up-3 > .column9:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .small-up-3 > .column9:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
        clear: both;
    }

    .small-up-3 > .column9:last-child, .small-up-3 > .columns:last-child {
        float: left;
    }

.small-up-4 > .column9, .small-up-4 > .columns {
    float: left;
    width: 25%;
}

    .small-up-4 > .column9:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .small-up-4 > .column9:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
        clear: both;
    }

    .small-up-4 > .column9:last-child, .small-up-4 > .columns:last-child {
        float: left;
    }

.small-up-5 > .column9, .small-up-5 > .columns {
    float: left;
    width: 20%;
}

    .small-up-5 > .column9:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .small-up-5 > .column9:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
        clear: both;
    }

    .small-up-5 > .column9:last-child, .small-up-5 > .columns:last-child {
        float: left;
    }

.small-up-6 > .column9, .small-up-6 > .columns {
    float: left;
    width: 16.66667%;
}

    .small-up-6 > .column9:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .small-up-6 > .column9:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
        clear: both;
    }

    .small-up-6 > .column9:last-child, .small-up-6 > .columns:last-child {
        float: left;
    }

.small-up-7 > .column9, .small-up-7 > .columns {
    float: left;
    width: 14.28571%;
}

    .small-up-7 > .column9:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .small-up-7 > .column9:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
        clear: both;
    }

    .small-up-7 > .column9:last-child, .small-up-7 > .columns:last-child {
        float: left;
    }

.small-up-8 > .column9, .small-up-8 > .columns {
    float: left;
    width: 12.5%;
}

    .small-up-8 > .column9:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
        clear: none;
    }

    .small-up-8 > .column9:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
        clear: both;
    }

    .small-up-8 > .column9:last-child, .small-up-8 > .columns:last-child {
        float: left;
    }

.small-collapse > .column9, .small-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}

.small-collapse .row9 {
    margin-right: 0;
    margin-left: 0;
}

.expanded.row9 .small-collapse.row9 {
    margin-right: 0;
    margin-left: 0;
}

.small-uncollapse > .column9, .small-uncollapse > .columns {
    padding-right: .625rem;
    padding-left: .625rem;
}

.small-centered {
    margin-right: auto;
    margin-left: auto;
}

    .small-centered, .small-centered:last-child:not(:first-child) {
        float: none;
        clear: both;
    }

.small-pull-0, .small-push-0, .small-uncentered {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
}

@media print,screen and (min-width:40em) {
    .medium-1 {
        width: 8.33333%;
    }

    .medium-push-1 {
        position: relative;
        left: 8.33333%;
    }

    .medium-pull-1 {
        position: relative;
        left: -8.33333%;
    }

    .medium-offset-0 {
        margin-left: 0;
    }

    .medium-2 {
        width: 16.66667%;
    }

    .medium-push-2 {
        position: relative;
        left: 16.66667%;
    }

    .medium-pull-2 {
        position: relative;
        left: -16.66667%;
    }

    .medium-offset-1 {
        margin-left: 8.33333%;
    }

    .medium-3 {
        width: 25%;
    }

    .medium-push-3 {
        position: relative;
        left: 25%;
    }

    .medium-pull-3 {
        position: relative;
        left: -25%;
    }

    .medium-offset-2 {
        margin-left: 16.66667%;
    }

    .medium-4 {
        width: 33.33333%;
    }

    .medium-push-4 {
        position: relative;
        left: 33.33333%;
    }

    .medium-pull-4 {
        position: relative;
        left: -33.33333%;
    }

    .medium-offset-3 {
        margin-left: 25%;
    }

    .medium-5 {
        width: 41.66667%;
    }

    .medium-push-5 {
        position: relative;
        left: 41.66667%;
    }

    .medium-pull-5 {
        position: relative;
        left: -41.66667%;
    }

    .medium-offset-4 {
        margin-left: 33.33333%;
    }

    .medium-6 {
        width: 50%;
    }

    .medium-push-6 {
        position: relative;
        left: 50%;
    }

    .medium-pull-6 {
        position: relative;
        left: -50%;
    }

    .medium-offset-5 {
        margin-left: 41.66667%;
    }

    .medium-7 {
        width: 58.33333%;
    }

    .medium-push-7 {
        position: relative;
        left: 58.33333%;
    }

    .medium-pull-7 {
        position: relative;
        left: -58.33333%;
    }

    .medium-offset-6 {
        margin-left: 50%;
    }

    .medium-8 {
        width: 66.66667%;
    }

    .medium-push-8 {
        position: relative;
        left: 66.66667%;
    }

    .medium-pull-8 {
        position: relative;
        left: -66.66667%;
    }

    .medium-offset-7 {
        margin-left: 58.33333%;
    }

    .medium-9 {
        width: 75%;
    }

    .medium-push-9 {
        position: relative;
        left: 75%;
    }

    .medium-pull-9 {
        position: relative;
        left: -75%;
    }

    .medium-offset-8 {
        margin-left: 66.66667%;
    }

    .medium-10 {
        width: 83.33333%;
    }

    .medium-push-10 {
        position: relative;
        left: 83.33333%;
    }

    .medium-pull-10 {
        position: relative;
        left: -83.33333%;
    }

    .medium-offset-9 {
        margin-left: 75%;
    }

    .medium-11 {
        width: 91.66667%;
    }

    .medium-push-11 {
        position: relative;
        left: 91.66667%;
    }

    .medium-pull-11 {
        position: relative;
        left: -91.66667%;
    }

    .medium-offset-10 {
        margin-left: 83.33333%;
    }

    .medium-12 {
        width: 100%;
    }

    .medium-offset-11 {
        margin-left: 91.66667%;
    }

    .medium-up-1 > .column9, .medium-up-1 > .columns {
        float: left;
        width: 100%;
    }

        .medium-up-1 > .column9:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
            clear: none;
        }

        .medium-up-1 > .column9:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
            clear: both;
        }

        .medium-up-1 > .column9:last-child, .medium-up-1 > .columns:last-child {
            float: left;
        }

    .medium-up-2 > .column9, .medium-up-2 > .columns {
        float: left;
        width: 50%;
    }

        .medium-up-2 > .column9:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
            clear: none;
        }

        .medium-up-2 > .column9:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
            clear: both;
        }

        .medium-up-2 > .column9:last-child, .medium-up-2 > .columns:last-child {
            float: left;
        }

    .medium-up-3 > .column9, .medium-up-3 > .columns {
        float: left;
        width: 33.33333%;
    }

        .medium-up-3 > .column9:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
            clear: none;
        }

        .medium-up-3 > .column9:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
            clear: both;
        }

        .medium-up-3 > .column9:last-child, .medium-up-3 > .columns:last-child {
            float: left;
        }

    .medium-up-4 > .column9, .medium-up-4 > .columns {
        float: left;
        width: 25%;
    }

        .medium-up-4 > .column9:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
            clear: none;
        }

        .medium-up-4 > .column9:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
            clear: both;
        }

        .medium-up-4 > .column9:last-child, .medium-up-4 > .columns:last-child {
            float: left;
        }

    .medium-up-5 > .column9, .medium-up-5 > .columns {
        float: left;
        width: 20%;
    }

        .medium-up-5 > .column9:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
            clear: none;
        }

        .medium-up-5 > .column9:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
            clear: both;
        }

        .medium-up-5 > .column9:last-child, .medium-up-5 > .columns:last-child {
            float: left;
        }

    .medium-up-6 > .column9, .medium-up-6 > .columns {
        float: left;
        width: 16.66667%;
    }

        .medium-up-6 > .column9:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
            clear: none;
        }

        .medium-up-6 > .column9:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
            clear: both;
        }

        .medium-up-6 > .column9:last-child, .medium-up-6 > .columns:last-child {
            float: left;
        }

    .medium-up-7 > .column9, .medium-up-7 > .columns {
        float: left;
        width: 14.28571%;
    }

        .medium-up-7 > .column9:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
            clear: none;
        }

        .medium-up-7 > .column9:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
            clear: both;
        }

        .medium-up-7 > .column9:last-child, .medium-up-7 > .columns:last-child {
            float: left;
        }

    .medium-up-8 > .column9, .medium-up-8 > .columns {
        float: left;
        width: 12.5%;
    }

        .medium-up-8 > .column9:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
            clear: none;
        }

        .medium-up-8 > .column9:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
            clear: both;
        }

        .medium-up-8 > .column9:last-child, .medium-up-8 > .columns:last-child {
            float: left;
        }

    .medium-collapse > .column9, .medium-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }

    .medium-collapse .row9 {
        margin-right: 0;
        margin-left: 0;
    }

    .expanded.row9 .medium-collapse.row9 {
        margin-right: 0;
        margin-left: 0;
    }

    .medium-uncollapse > .column9, .medium-uncollapse > .columns {
        padding-right: .9375rem;
        padding-left: .9375rem;
    }

    .medium-centered {
        margin-right: auto;
        margin-left: auto;
    }

        .medium-centered, .medium-centered:last-child:not(:first-child) {
            float: none;
            clear: both;
        }

    .medium-pull-0, .medium-push-0, .medium-uncentered {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0;
    }
}

@media print,screen and (min-width:64em) {
    .large-1 {
        width: 8.33333%;
    }

    .large-push-1 {
        position: relative;
        left: 8.33333%;
    }

    .large-pull-1 {
        position: relative;
        left: -8.33333%;
    }

    .large-offset-0 {
        margin-left: 0;
    }

    .large-2 {
        width: 16.66667%;
    }

    .large-push-2 {
        position: relative;
        left: 16.66667%;
    }

    .large-pull-2 {
        position: relative;
        left: -16.66667%;
    }

    .large-offset-1 {
        margin-left: 8.33333%;
    }

    .large-3 {
        width: 25%;
    }

    .large-push-3 {
        position: relative;
        left: 25%;
    }

    .large-pull-3 {
        position: relative;
        left: -25%;
    }

    .large-offset-2 {
        margin-left: 16.66667%;
    }

    .large-4 {
        width: 33.33333%;
    }

    .large-push-4 {
        position: relative;
        left: 33.33333%;
    }

    .large-pull-4 {
        position: relative;
        left: -33.33333%;
    }

    .large-offset-3 {
        margin-left: 25%;
    }

    .large-5 {
        width: 41.66667%;
    }

    .large-push-5 {
        position: relative;
        left: 41.66667%;
    }

    .large-pull-5 {
        position: relative;
        left: -41.66667%;
    }

    .large-offset-4 {
        margin-left: 33.33333%;
    }

    .large-6 {
        width: 50%;
    }

    .large-push-6 {
        position: relative;
        left: 50%;
    }

    .large-pull-6 {
        position: relative;
        left: -50%;
    }

    .large-offset-5 {
        margin-left: 41.66667%;
    }

    .large-7 {
        width: 58.33333%;
    }

    .large-push-7 {
        position: relative;
        left: 58.33333%;
    }

    .large-pull-7 {
        position: relative;
        left: -58.33333%;
    }

    .large-offset-6 {
        margin-left: 50%;
    }

    .large-8 {
        width: 66.66667%;
    }

    .large-push-8 {
        position: relative;
        left: 66.66667%;
    }

    .large-pull-8 {
        position: relative;
        left: -66.66667%;
    }

    .large-offset-7 {
        margin-left: 58.33333%;
    }

    .large-9 {
        width: 75%;
    }

    .large-push-9 {
        position: relative;
        left: 75%;
    }

    .large-pull-9 {
        position: relative;
        left: -75%;
    }

    .large-offset-8 {
        margin-left: 66.66667%;
    }

    .large-10 {
        width: 83.33333%;
    }

    .large-push-10 {
        position: relative;
        left: 83.33333%;
    }

    .large-pull-10 {
        position: relative;
        left: -83.33333%;
    }

    .large-offset-9 {
        margin-left: 75%;
    }

    .large-11 {
        width: 91.66667%;
    }

    .large-push-11 {
        position: relative;
        left: 91.66667%;
    }

    .large-pull-11 {
        position: relative;
        left: -91.66667%;
    }

    .large-offset-10 {
        margin-left: 83.33333%;
    }

    .large-12 {
        width: 100%;
    }

    .large-offset-11 {
        margin-left: 91.66667%;
    }

    .large-up-1 > .column9, .large-up-1 > .columns {
        float: left;
        width: 100%;
    }

        .large-up-1 > .column9:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
            clear: none;
        }

        .large-up-1 > .column9:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
            clear: both;
        }

        .large-up-1 > .column9:last-child, .large-up-1 > .columns:last-child {
            float: left;
        }

    .large-up-2 > .column9, .large-up-2 > .columns {
        float: left;
        width: 50%;
    }

        .large-up-2 > .column9:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
            clear: none;
        }

        .large-up-2 > .column9:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
            clear: both;
        }

        .large-up-2 > .column9:last-child, .large-up-2 > .columns:last-child {
            float: left;
        }

    .large-up-3 > .column9, .large-up-3 > .columns {
        float: left;
        width: 33.33333%;
    }

        .large-up-3 > .column9:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
            clear: none;
        }

        .large-up-3 > .column9:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
            clear: both;
        }

        .large-up-3 > .column9:last-child, .large-up-3 > .columns:last-child {
            float: left;
        }

    .large-up-4 > .column9, .large-up-4 > .columns {
        float: left;
        width: 25%;
    }

        .large-up-4 > .column9:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
            clear: none;
        }

        .large-up-4 > .column9:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
            clear: both;
        }

        .large-up-4 > .column9:last-child, .large-up-4 > .columns:last-child {
            float: left;
        }

    .large-up-5 > .column9, .large-up-5 > .columns {
        float: left;
        width: 20%;
    }

        .large-up-5 > .column9:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
            clear: none;
        }

        .large-up-5 > .column9:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
            clear: both;
        }

        .large-up-5 > .column9:last-child, .large-up-5 > .columns:last-child {
            float: left;
        }

    .large-up-6 > .column9, .large-up-6 > .columns {
        float: left;
        width: 16.66667%;
    }

        .large-up-6 > .column9:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
            clear: none;
        }

        .large-up-6 > .column9:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
            clear: both;
        }

        .large-up-6 > .column9:last-child, .large-up-6 > .columns:last-child {
            float: left;
        }

    .large-up-7 > .column9, .large-up-7 > .columns {
        float: left;
        width: 14.28571%;
    }

        .large-up-7 > .column9:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
            clear: none;
        }

        .large-up-7 > .column9:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
            clear: both;
        }

        .large-up-7 > .column9:last-child, .large-up-7 > .columns:last-child {
            float: left;
        }

    .large-up-8 > .column9, .large-up-8 > .columns {
        float: left;
        width: 12.5%;
    }

        .large-up-8 > .column9:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
            clear: none;
        }

        .large-up-8 > .column9:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
            clear: both;
        }

        .large-up-8 > .column9:last-child, .large-up-8 > .columns:last-child {
            float: left;
        }

    .large-collapse > .column9, .large-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }

    .large-collapse .row9 {
        margin-right: 0;
        margin-left: 0;
    }

    .expanded.row9 .large-collapse.row9 {
        margin-right: 0;
        margin-left: 0;
    }

    .large-uncollapse > .column9, .large-uncollapse > .columns {
        padding-right: .9375rem;
        padding-left: .9375rem;
    }

    .large-centered {
        margin-right: auto;
        margin-left: auto;
    }

        .large-centered, .large-centered:last-child:not(:first-child) {
            float: none;
            clear: both;
        }

    .large-pull-0, .large-push-0, .large-uncentered {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0;
    }
}

.column9-block {
    margin-bottom: 1.25rem;
}

    .column9-block > :last-child {
        margin-bottom: 0;
    }

@media print,screen and (min-width:40em) {
    .column9-block {
        margin-bottom: 1.875rem;
    }

        .column9-block > :last-child {
            margin-bottom: 0;
        }
}

}
/* end row9, column9 & columns defs */

/* start 2nd navigatonal options bar
    26240 -> 26259
    26425 -> 26493
    26519 -> 26551
    26566 -> 26573    */
@media only screen {
    header ul.navigation-primary li {
        float: left;
        /*margin: 10px 0 0;*/
        padding: 2px 0 0 30px;
    }

        header ul.navigation-primary li a {
            font-size: 1.6em;
            color: #fff;
            text-transform: uppercase;
            font-family: GothamMedium,Arial,Helvetica;
            position: relative;
            transition: all .4s;
        }

            header ul.navigation-primary li a:hover {
                color: #ccc;
            }

            header ul.navigation-primary li a span {
                display: none;
            }

            header ul.navigation-primary li a:after {
                content: "";
                width: 38px;
                height: 19px;
                position: absolute;
                left: 50%;
                top: 32px;
                margin-left: -9px;
                content: '';
                display: block;
                width: 0;
                height: 0;
                -moz-transform: scale(.9999);
                border-left: 9px solid transparent;
                border-right: 9px solid transparent;
                border-bottom: 10px solid #0a86c9;
                z-index: 50;
                -webkit-opacity: 0;
                -moz-opacity: 0;
                opacity: 0;
                transition: all .4s;
                -webkit-transition: all .4s;
            }

            header ul.navigation-primary li a.active:after {
                -webkit-opacity: 1;
                -moz-opacity: 1;
                opacity: 1;
            }

            header ul.navigation-primary li a.current:before {
                content: "";
                height: 3px;
                background: #fff;
                position: absolute;
                -webkit-animation: animatein .5s ease-in;
                animation: animatein .5s ease-in;
                top: 26px;
                left: 0;
                right: 0;
                -webkit-opacity: 1;
                -moz-opacity: 1;
                opacity: 1;
                transition: all .4s;
                -webkit-transition: all .4s;
            }
}
/* end 2nd navigatonal options bar */

/* start search-bar 
    26525 - 26551 */
@media only screen {
    pageHeader ul.navigation-primary li.search-bar {
        padding: 0 0 0 30px;
        position: relative;
        right: 20px;
    }

    header ul.navigation-primary li.search-bar a.search-icon {
        display: inline-block;
        background: url(../Assets/img/search-glass-white.svg) no-repeat center center;
        background-size: 18px 18px;
        margin: 10px;
        /*right: -250px;*/
        width: 30px;
        height: 30px;
        position: relative;
        transition: background-color .4s;
        -webkit-transition: background-color .4s;
    }

        header ul.navigation-primary li.search-bar a.search-icon.open {
            background-image: url(/assets/images/svg/icons/icon--mobile-menu-close-white.svg);
            background-color: #0a86c9;
            background-size: 16px 16px;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

    /* actual search */
    #site-search-overlay {
        position: relative;
        float: right;
        width: 100%;
        pointer-events: none; /* auto;*/
        display: none;
    }

    input[type=text]::-ms-clear {
        width: 0;
        height: 0;
    }

    #site-search-overlay .search-wrapper input.search-input {
        height: 60px;
    }

    .filter-type input.search-input {
        color: #fff !important;
    }

    .search-wrapper {
        position: absolute;
        top: 20px;
        width: 100%;
        left: 0;
        right: 0;
    }

        .search-wrapper ::-webkit-input-placeholder {
            color: #c1c4ca;
        }

        .search-wrapper :-moz-placeholder {
            color: #c1c4ca;
        }

        .search-wrapper ::-moz-placeholder {
            color: #c1c4ca;
        }

        .search-wrapper :-ms-input-placeholder {
            color: #c1c4ca;
        }

        .search-wrapper input.search-submit {
            background: url(/assets/images/icons/aci-search-button-gradient-large.png) no-repeat center center;
            background-size: 60px 60px;
            width: 60px;
            height: 60px;
            border: none;
            border-left: 1px solid #c1c4ca;
            position: absolute;
            right: 0;
            top: 0;
            outline: 0;
            cursor: pointer;
            transition: background .4s;
            -webkit-transition: background .4s;
        }

            .search-wrapper input.search-submit:hover {
                background: url(/assets/images/icons/aci-search-button-gradient-large-hover.png) no-repeat center center;
                background-size: 60px 60px;
            }

        .search-wrapper input.search-input {
            width: 100%;
            border: none;
            line-height: 58px;
            padding: 0 45px 0 15px;
            font-family: GothamBook,Arial,Helvetica;
            font-weight: 400;
            color: #000;
            outline: 0;
            background-color: #f2f4fa;
            border: 1px solid #fff;
            font-size: 14px;
        }

            .search-wrapper input.search-input.desktop-search-results-page {
                font-size: 14px;
            }

        .search-wrapper a.search-close {
            display: inline-block;
            position: absolute;
            top: 10px;
            right: -50px;
            background: url(/assets/images/svg/icons/icon--mobile-menu-close-white.svg) no-repeat center center;
            background-size: 18px 18px;
            width: 40px;
            height: 40px;
            color: #fff;
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
            transition: all .4s;
            -webkit-transition: all .4s;
        }

            .search-wrapper a.search-close span {
                display: none;
            }

            .search-wrapper a.search-close:hover {
                -webkit-opacity: .65;
                -moz-opacity: .65;
                opacity: .65;
            }

        .search-wrapper.results-search {
            position: relative;
            top: 10px;
        }

            .search-wrapper.results-search.wiggle {
                -webkit-animation: wiggler .75s ease-out;
                animation: wiggler .75s ease-out;
            }
}
/* end search-bar */

/* start footer: section-links, section-bottom 
    25967 - 26178   */
@media only screen
{
    footer .footer-links {
    /*margin: 70px auto; */
    z-index: 10;
}

    footer .footer-links h1, footer .footer-links h2, footer .footer-links h3, footer .footer-links h4, footer .footer-links h5, footer .footer-links h6 {
        color: #f2f4fa;
        font-size: 0.9em;
        padding-bottom: 20px;
        padding-top: 25px;
        font-family: Verdana;
        font-style: italic;
        font-weight: bold;
    }

    footer .footer-links p {
        padding-right: 30px;
        color: #c1c4ca;
        font-size: .70em;
        font-family:Verdana;
    }

        footer .footer-links p a {
            color: #fff;
        }

            footer .footer-links p a:hover {
                text-decoration: underline;
            }

    footer .footer-links .columns {
        position: relative;
    }

        footer .footer-links .columns:before {
            content: "";
            position: absolute;
            left: -5%;
            top: 0;
            height: 100%;
            width: 1px;
            background: #585858;
        }

        footer .footer-links .columns:first-child:before {
            display: none;
        }

@media only screen and (max-width:767px) {
    footer .footer-links .medium-4 {
        height: auto !important;
    }
}

footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1em;
}

    footer .footer-links ul li {
        color: #c1c4ca;
        font-size: 0.8em;
    }

        footer .footer-links ul li a {
            color: #ddd;
        }

            footer .footer-links ul li a:hover {
                text-decoration: underline;
            }

@media only screen and (max-width:1023px) {
    footer .footer-links {
        margin: 30px auto;
    }

    footer ul.about {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width:767px) {
    footer .footer-links {
        margin: 30px auto 10px;
    }

        footer .footer-links ul {
            border-bottom: 1px solid #c1c4ca;
        }

        footer .footer-links .medium-4 {
            margin-top: 20px;
        }

            footer .footer-links .medium-4:last-child ul {
                border: none;
            }

    footer ul.about {
        padding-bottom: 0;
    }

    footer ul li:last-child {
        padding-bottom: 20px;
    }
}

section.footer-bottom {
    background: #000000;
}

    section.footer-bottom p {
        font-size: 1.2em;
        color: #858686;
        letter-spacing: -.02em;
        padding-bottom: 35px;
        font-family: Verdana;
    }

        section.footer-bottom p.copyright {
            font-size: 0.7em;
            color: #f2f4fa;
            padding: 50px 0 0;
            font-family: Verdana;
            font-weight: bold;
        }

@media only screen and (max-width:767px) {
    section.footer-bottom p {
        padding-bottom: 0;
    }

        section.footer-bottom p.copyright {
            padding: 30px 0 0;
        }
}

section.footer-bottom ul.social-links {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1em;
    padding: 50px 0 0;
    float: right;
    width: auto;
}

    section.footer-bottom ul.social-links li {
        float: left;
        padding-left: 16px;
    }

        section.footer-bottom ul.social-links li a {
            width: 36px;
            height: 36px;
            display: inline-block;
            border-radius: 50%;
            background-color: #ddd;
            transition: background-color .4s;
            -webkit-transition: background-color .4s;
        }

            section.footer-bottom ul.social-links li a:hover {
                background-color: #858686;
            }

            section.footer-bottom ul.social-links li a span {
                display: none;
            }

            section.footer-bottom ul.social-links li a.linkedin {
                background-image: url(/assets/images/icons/aci-social-sprite-dark.png);
                background-repeat: no-repeat;
                background-position: 0 0;
            }

            section.footer-bottom ul.social-links li a.twitter {
                background-image: url(/assets/images/icons/aci-social-sprite-dark.png);
                background-repeat: no-repeat;
                background-position: -36px 0;
            }

            section.footer-bottom ul.social-links li a.facebook {
                background-image: url(/assets/images/icons/aci-social-sprite-dark.png);
                background-repeat: no-repeat;
                background-position: -72px 0;
            }

            section.footer-bottom ul.social-links li a.youtube {
                background-image: url(/assets/images/icons/aci-social-sprite-dark.png);
                background-repeat: no-repeat;
                background-position: -108px 0;
            }

            section.footer-bottom ul.social-links li a.googleplus {
                background-image: url(/assets/images/icons/aci-social-sprite-dark.png);
                background-repeat: no-repeat;
                background-position: -144px 0;
            }

@media only screen and (max-width:767px) {
    section.footer-bottom ul.social-links {
        padding: 30px 0;
        float: left;
    }

        section.footer-bottom ul.social-links li {
            padding-left: 30px;
        }

            section.footer-bottom ul.social-links li:first-child {
                padding-left: 0;
            }
}
}
/* end footer */

/* start .tnews4 for RelatedCont & FocusAreas - taken form 46dd*/
@media only screen {

}
/* end .tnews4 for RelatedCont & FocusAreas */
