﻿/*! *** Don't forget to update /source/js/nys-global-nav-header.js version after you edit *** */
body {
    margin: 0;
}

[class^="nys-global-header"] ul, [class^="nys-global-header"] li,
[class^="nys-global-footer"] ul,
[class^="nys-global-footer"] li {
    margin: 0;
    padding: 0;
}

[class^="nys-global-header"] a,
[class^="nys-global-footer"] a {
    background-color: transparent;
}

    [class^="nys-global-header"] a:active,
    [class^="nys-global-header"] a:hover,
    [class^="nys-global-footer"] a:active,
    [class^="nys-global-footer"] a:hover {
        outline: 0;
    }

[class^="nys-global-header"] img,
[class^="nys-global-footer"] img {
    border: 0;
}

[class^="nys-global-header"] svg:not(:root),
[class^="nys-global-footer"] svg:not(:root) {
    overflow: hidden;
}

.nys-global-header {
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .018em;
    position: relative;
  /*  border-bottom: 4px solid #fff;*/
    font-weight: bold;
    font-style: normal;
}

    .nys-global-header a,
    .nys-global-header a:link,
    .nys-global-header a:visited,
    .nys-global-header a:hover,
    .nys-global-header a:active {
        color: #fff;
        text-decoration: none;
        outline: 0;
    }

    .nys-global-header h1 {
        font-family: "D Sari Bold", Arial, sans-serif;
        display: table-cell;
        vertical-align: middle;
        height: 80px;
        padding: 0;
        margin: 0;
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
    }

        .nys-global-header h1 a,
        .nys-global-header h1 a:link,
        .nys-global-header h1 a:visited,
        .nys-global-header h1 a:hover,
        .nys-global-header h1 a:active {
            display: block;
            padding-left: 30px;
            padding-right: 30px;
            color: #fff;
        }

            .nys-global-header h1 a:hover {
                text-decoration: none;
                color: #fff;
                border-bottom: none;
            }

    .nys-global-header ul {
        padding: 0px 0px;
        margin: 0;
    }

        .nys-global-header ul li {
            padding: 0;
            margin: 0;
        }

        @media (max-width:767px) {
            .nys-global-header ul {
                list-style:none;
            }

            .nys-global-header ul > li > a {
                display:block;
            }
        }

            .nys-global-header ul li.nys-global-inactive {
                display: none;
            }

            .nys-global-header ul li.nys-global-active ul {
                display: block;
            }

        .nys-global-header ul > li > a[href='#']:after {
            background-image: url("../icons/icon-arrow-right.png");
            background-image: linear-gradient(transparent, transparent), url("../icons/icon-arrow-right.svg");
            background-size: 16px;
            background-repeat: no-repeat;
            width: 2em;
            height: 1.2em;
            content: '';
            position: absolute;
            right: 10px;
            top: 39%;
        }

    .nys-global-header > ul {
        position: absolute;
        width: 255px;
        border-top: 4px solid #fff;
        z-index: 2;
    }

        .nys-global-header > ul li {
            display: block;
            list-style: none;
            position: relative;
        }

.micro-nav-item:focus {
    outline: #4d90fe solid 3px;
}

.nys-global-header > ul li.nys-global-active > a:link, .nys-global-header > ul li.nys-global-active > a:visited {
    padding-left: 48px;
    font-weight: bold;
    letter-spacing: .03em;
    color: #fff;
}

.nys-global-header > ul li.nys-global-active > a:before {
    background-image: url("../icons/icon-arrow-left.png");
    background-image: linear-gradient(transparent, transparent), url("../icons/icon-arrow-left.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    width: 2em;
    height: 1.2em;
    display: inline-block;
    content: '';
    position: absolute;
    left: 18px;
    top: 30px;
}

.nys-global-header > ul li.nys-global-active > a:after {
    background-image: none;
}

.nys-global-header > ul li a:link,
.nys-global-header > ul li a:visited {
    display: block;
    padding: 30px 48px 30px 30px;
    font-family: "Proxima Nova", Arial, sans-serif;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.nys-global-header > ul li a:hover {
    text-decoration: none;
    color: #fff;
}

.nys-global-header > ul li ul {
    padding: 0;
    display: none;
    position: initial;
    z-index: 5;
    width: 100%;
}

    .nys-global-header > ul li ul > li > a {
        letter-spacing: .02em;
        font-weight: bold;
    }

.nys-global-header .nys-global-active {
    display: block;
}

.nys-global-header .nav-toggle {
    text-indent: -9999px;
    color: transparent;
}

.nav-toggle a:hover {
    border-bottom: none;
}

.nys-global-header .nav-toggle a,
.nys-global-header .nav-toggle a:link,
.nys-global-header .nav-toggle a:visited,
.nys-global-header .nav-toggle a:hover,
.nys-global-header .nav-toggle a:active,
.nys-global-header .nav-toggle button {
    width: 73px;
    height: 80px;
    display: block;
    position: absolute;
    bottom: 0px;
    background-image: url("/Assets/Common/Images/icon-menu.png");
    background-image: linear-gradient(transparent, transparent), url("/Assets/Common/Images/icon-menu.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    color: transparent;
    margin-left: -7px;
}

@media (min-width: 768px) {
    .nys-global-header.horizontal, .nys-global-header.vertical {
        font-weight: bold;
    }

        .nys-global-header.horizontal h1 a,
        .nys-global-header.horizontal h1 a:link,
        .nys-global-header.horizontal h1 a:visited,
        .nys-global-header.horizontal h1 a:hover,
        .nys-global-header.horizontal h1 a:active, .nys-global-header.vertical h1 a,
        .nys-global-header.vertical h1 a:link,
        .nys-global-header.vertical h1 a:visited,
        .nys-global-header.vertical h1 a:hover,
        .nys-global-header.vertical h1 a:active {
            font-size: 20px;
            line-height: 26px;
        }

        .nys-global-header.horizontal.unstacked, .nys-global-header.vertical.unstacked {
            font-size: 14px;
            line-height: 18px;
        }

            .nys-global-header.horizontal.unstacked > ul, .nys-global-header.vertical.unstacked > ul {
                position: relative;
                display: block;
                border-top: 0;
                width: auto;
                vertical-align: bottom;
            }

                .nys-global-header.horizontal.unstacked > ul a, .nys-global-header.vertical.unstacked > ul a {
                    border-bottom-width: 0;
                    padding: 8px 15px;
                }

                .nys-global-header.horizontal.unstacked > ul li,
                .nys-global-header.horizontal.unstacked > ul li.hidden, .nys-global-header.vertical.unstacked > ul li,
                .nys-global-header.vertical.unstacked > ul li.hidden {
                    display: inline-block;
                    vertical-align: bottom;
                }

                    .nys-global-header.horizontal.unstacked > ul li ul,
                    .nys-global-header.horizontal.unstacked > ul li.hidden ul, .nys-global-header.vertical.unstacked > ul li ul,
                    .nys-global-header.vertical.unstacked > ul li.hidden ul {
                        position: absolute;
                        width: auto;
                        border-top: 4px solid #fff;
                    }

                        .nys-global-header.horizontal.unstacked > ul li ul li,
                        .nys-global-header.horizontal.unstacked > ul li.hidden ul li, .nys-global-header.vertical.unstacked > ul li ul li,
                        .nys-global-header.vertical.unstacked > ul li.hidden ul li {
                            display: block;
                        }

                            .nys-global-header.horizontal.unstacked > ul li ul li a,
                            .nys-global-header.horizontal.unstacked > ul li.hidden ul li a, .nys-global-header.vertical.unstacked > ul li ul li a,
                            .nys-global-header.vertical.unstacked > ul li.hidden ul li a {
                                padding: 15px;
                            }

                    .nys-global-header.horizontal.unstacked > ul li:last-child ul,
                    .nys-global-header.horizontal.unstacked > ul li.hidden:last-child ul, .nys-global-header.vertical.unstacked > ul li:last-child ul,
                    .nys-global-header.vertical.unstacked > ul li.hidden:last-child ul {
                        right: 0;
                    }

            .nys-global-header.horizontal.unstacked .nav-toggle, .nys-global-header.vertical.unstacked .nav-toggle {
                display: none;
            }

            .nys-global-header.horizontal.unstacked h1, .nys-global-header.vertical.unstacked h1 {
                height: auto;
            }

                .nys-global-header.horizontal.unstacked h1 a,
                .nys-global-header.horizontal.unstacked h1 a:link,
                .nys-global-header.horizontal.unstacked h1 a:visited,
                .nys-global-header.horizontal.unstacked h1 a:hover,
                .nys-global-header.horizontal.unstacked h1 a:active, .nys-global-header.vertical.unstacked h1 a,
                .nys-global-header.vertical.unstacked h1 a:link,
                .nys-global-header.vertical.unstacked h1 a:visited,
                .nys-global-header.vertical.unstacked h1 a:hover,
                .nys-global-header.vertical.unstacked h1 a:active {
                    padding: 15px 30px 1px 30px;
                }

            .nys-global-header.horizontal.unstacked > ul, .nys-global-header.vertical.unstacked > ul {
                padding-left: 15px;
                display: flex;
            }

                .nys-global-header.horizontal.unstacked > ul li a,
                .nys-global-header.horizontal.unstacked > ul li a:link,
                .nys-global-header.horizontal.unstacked > ul li a:visited,
                .nys-global-header.horizontal.unstacked > ul li a:hover,
                .nys-global-header.horizontal.unstacked > ul li a:active, .nys-global-header.vertical.unstacked > ul li a,
                .nys-global-header.vertical.unstacked > ul li a:link,
                .nys-global-header.vertical.unstacked > ul li a:visited,
                .nys-global-header.vertical.unstacked > ul li a:hover,
                .nys-global-header.vertical.unstacked > ul li a:active {
                    font-weight: bold;
                    font-size: 14px;
                    letter-spacing: .03em;
                    padding-left: 15px;
                }

                .nys-global-header.horizontal.unstacked > ul li ul, .nys-global-header.vertical.unstacked > ul li ul {
                    width: 170px;
                }

                    .nys-global-header.horizontal.unstacked > ul li ul li a,
                    .nys-global-header.horizontal.unstacked > ul li ul li a:link,
                    .nys-global-header.horizontal.unstacked > ul li ul li a:visited,
                    .nys-global-header.horizontal.unstacked > ul li ul li a:hover,
                    .nys-global-header.horizontal.unstacked > ul li ul li a:active, .nys-global-header.vertical.unstacked > ul li ul li a,
                    .nys-global-header.vertical.unstacked > ul li ul li a:link,
                    .nys-global-header.vertical.unstacked > ul li ul li a:visited,
                    .nys-global-header.vertical.unstacked > ul li ul li a:hover,
                    .nys-global-header.vertical.unstacked > ul li ul li a:active {
                        font-size: 12px;
                        line-height: 17px;
                        font-weight: bold;
                    }

            .nys-global-header.horizontal.unstacked ul > li > a[href='#']:after, .nys-global-header.vertical.unstacked ul > li > a[href='#']:after {
                background-image: none;
                width: 0;
                margin: 0;
                display: none;
            }

            .nys-global-header.horizontal.unstacked > ul li.nys-global-active > a:before, .nys-global-header.vertical.unstacked > ul li.nys-global-active > a:before {
                background-image: none;
                width: 0;
                margin: 0;
                display: none;
            }

        .nys-global-header.horizontal.stacked, .nys-global-header.vertical.stacked {
            font-size: 16px;
            line-height: 22px;
            letter-spacing: .03em;
        }

            .nys-global-header.horizontal.stacked > ul, .nys-global-header.vertical.stacked > ul {
                width: 300px;
            }

                .nys-global-header.horizontal.stacked > ul a,
                .nys-global-header.horizontal.stacked > ul a:link,
                .nys-global-header.horizontal.stacked > ul a:visited,
                .nys-global-header.horizontal.stacked > ul a:hover,
                .nys-global-header.horizontal.stacked > ul a:active, .nys-global-header.vertical.stacked > ul a,
                .nys-global-header.vertical.stacked > ul a:link,
                .nys-global-header.vertical.stacked > ul a:visited,
                .nys-global-header.vertical.stacked > ul a:hover,
                .nys-global-header.vertical.stacked > ul a:active {
                    font-weight: bold;
                }

                .nys-global-header.horizontal.stacked > ul li.nys-global-active > a:before, .nys-global-header.vertical.stacked > ul li.nys-global-active > a:before {
                    background-size: 18px;
                    top: 31px;
                }

                .nys-global-header.horizontal.stacked > ul > li > a[href='#']:after, .nys-global-header.vertical.stacked > ul > li > a[href='#']:after {
                    background-size: 18px;
                    top: 38%;
                }
}

@media (min-width: 1024px) {
    .nys-global-header.horizontal > ul,
    .nys-global-header.horizontal h1, .nys-global-header.vertical > ul,
    .nys-global-header.vertical h1 {
        display: inline-block;
    }

    .nys-global-header.unstacked.horizontal, .nys-global-header.stacked.horizontal, .nys-global-header.vertical {
        height: auto;
        font-size: 16px;
    }

        .nys-global-header.unstacked.horizontal h1, .nys-global-header.stacked.horizontal h1, .nys-global-header.vertical h1 {
            width: 300px;
            padding-left: 25px;
        }

            .nys-global-header.unstacked.horizontal h1 a,
            .nys-global-header.unstacked.horizontal h1 a:link,
            .nys-global-header.unstacked.horizontal h1 a:visited,
            .nys-global-header.unstacked.horizontal h1 a:hover,
            .nys-global-header.unstacked.horizontal h1 a:active, .nys-global-header.stacked.horizontal h1 a,
            .nys-global-header.stacked.horizontal h1 a:link,
            .nys-global-header.stacked.horizontal h1 a:visited,
            .nys-global-header.stacked.horizontal h1 a:hover,
            .nys-global-header.stacked.horizontal h1 a:active, .nys-global-header.vertical h1 a,
            .nys-global-header.vertical h1 a:link,
            .nys-global-header.vertical h1 a:visited,
            .nys-global-header.vertical h1 a:hover,
            .nys-global-header.vertical h1 a:active {
                padding: 0;
                font-size: 22px;
                line-height: 26px;
                display: table-cell;
                height: 75px;
                vertical-align: middle;
                padding-left: 15px;
            }

                .nys-global-header.unstacked.horizontal h1 a span,
                .nys-global-header.unstacked.horizontal h1 a:link span,
                .nys-global-header.unstacked.horizontal h1 a:visited span,
                .nys-global-header.unstacked.horizontal h1 a:hover span,
                .nys-global-header.unstacked.horizontal h1 a:active span, .nys-global-header.stacked.horizontal h1 a span,
                .nys-global-header.stacked.horizontal h1 a:link span,
                .nys-global-header.stacked.horizontal h1 a:visited span,
                .nys-global-header.stacked.horizontal h1 a:hover span,
                .nys-global-header.stacked.horizontal h1 a:active span, .nys-global-header.vertical h1 a span,
                .nys-global-header.vertical h1 a:link span,
                .nys-global-header.vertical h1 a:visited span,
                .nys-global-header.vertical h1 a:hover span,
                .nys-global-header.vertical h1 a:active span {
                    display: inline-block;
                }

        .nys-global-header.unstacked.horizontal > ul, .nys-global-header.stacked.horizontal > ul, .nys-global-header.vertical > ul {
            padding: 0 0 0 30px;
        }

            .nys-global-header.unstacked.horizontal > ul li a,
            .nys-global-header.unstacked.horizontal > ul li a:link,
            .nys-global-header.unstacked.horizontal > ul li a:visited,
            .nys-global-header.unstacked.horizontal > ul li a:hover,
            .nys-global-header.unstacked.horizontal > ul li a:active, .nys-global-header.stacked.horizontal > ul li a,
            .nys-global-header.stacked.horizontal > ul li a:link,
            .nys-global-header.stacked.horizontal > ul li a:visited,
            .nys-global-header.stacked.horizontal > ul li a:hover,
            .nys-global-header.stacked.horizontal > ul li a:active, .nys-global-header.vertical > ul li a,
            .nys-global-header.vertical > ul li a:link,
            .nys-global-header.vertical > ul li a:visited,
            .nys-global-header.vertical > ul li a:hover,
            .nys-global-header.vertical > ul li a:active {
                font-size: 15px;
                letter-spacing: .03em;
                display: table-cell;
                height: 75px;
                vertical-align: middle;
                padding: 0 15px;
            }

                .nys-global-header.unstacked.horizontal > ul li a:before, .nys-global-header.unstacked.horizontal > ul li a:after,
                .nys-global-header.unstacked.horizontal > ul li a:link:before,
                .nys-global-header.unstacked.horizontal > ul li a:link:after,
                .nys-global-header.unstacked.horizontal > ul li a:visited:before,
                .nys-global-header.unstacked.horizontal > ul li a:visited:after,
                .nys-global-header.unstacked.horizontal > ul li a:hover:before,
                .nys-global-header.unstacked.horizontal > ul li a:hover:after,
                .nys-global-header.unstacked.horizontal > ul li a:active:before,
                .nys-global-header.unstacked.horizontal > ul li a:active:after, .nys-global-header.stacked.horizontal > ul li a:before, .nys-global-header.stacked.horizontal > ul li a:after,
                .nys-global-header.stacked.horizontal > ul li a:link:before,
                .nys-global-header.stacked.horizontal > ul li a:link:after,
                .nys-global-header.stacked.horizontal > ul li a:visited:before,
                .nys-global-header.stacked.horizontal > ul li a:visited:after,
                .nys-global-header.stacked.horizontal > ul li a:hover:before,
                .nys-global-header.stacked.horizontal > ul li a:hover:after,
                .nys-global-header.stacked.horizontal > ul li a:active:before,
                .nys-global-header.stacked.horizontal > ul li a:active:after, .nys-global-header.vertical > ul li a:before, .nys-global-header.vertical > ul li a:after,
                .nys-global-header.vertical > ul li a:link:before,
                .nys-global-header.vertical > ul li a:link:after,
                .nys-global-header.vertical > ul li a:visited:before,
                .nys-global-header.vertical > ul li a:visited:after,
                .nys-global-header.vertical > ul li a:hover:before,
                .nys-global-header.vertical > ul li a:hover:after,
                .nys-global-header.vertical > ul li a:active:before,
                .nys-global-header.vertical > ul li a:active:after {
                    background-image: none;
                }

            .nys-global-header.unstacked.horizontal > ul li ul, .nys-global-header.stacked.horizontal > ul li ul, .nys-global-header.vertical > ul li ul {
                padding: 5px 0px;
                top: 63px;
                width: 300px;
            }

            .nys-global-header.unstacked.horizontal > ul li.micro-nav-item ul, .nys-global-header.stacked.horizontal > ul li.micro-nav-item ul, .nys-global-header.vertical > ul li.micro-nav-item ul {
                top: 75px;
            }

            .nys-global-header.unstacked.horizontal > ul li ul li, .nys-global-header.stacked.horizontal > ul li ul li, .nys-global-header.vertical > ul li ul li {
                height: auto;
            }

                .nys-global-header.unstacked.horizontal > ul li ul li a,
                .nys-global-header.unstacked.horizontal > ul li ul li a:link,
                .nys-global-header.unstacked.horizontal > ul li ul li a:visited,
                .nys-global-header.unstacked.horizontal > ul li ul li a:hover,
                .nys-global-header.unstacked.horizontal > ul li ul li a:active, .nys-global-header.stacked.horizontal > ul li ul li a,
                .nys-global-header.stacked.horizontal > ul li ul li a:link,
                .nys-global-header.stacked.horizontal > ul li ul li a:visited,
                .nys-global-header.stacked.horizontal > ul li ul li a:hover,
                .nys-global-header.stacked.horizontal > ul li ul li a:active, .nys-global-header.vertical > ul li ul li a,
                .nys-global-header.vertical > ul li ul li a:link,
                .nys-global-header.vertical > ul li ul li a:visited,
                .nys-global-header.vertical > ul li ul li a:hover,
                .nys-global-header.vertical > ul li ul li a:active {
                    font-size: 16px;
                    line-height: 20px;
                    height: auto;
                    display: block;
                    padding: 15px;
                }

            .nys-global-header.unstacked.horizontal > ul li:last-child ul, .nys-global-header.stacked.horizontal > ul li:last-child ul, .nys-global-header.vertical > ul li:last-child ul {
                left: auto;
            }

    .nys-global-header.stacked.horizontal, .nys-global-header.vertical {
        height: 118px;
    }

        .nys-global-header.stacked.horizontal > ul, .nys-global-header.vertical > ul {
            position: relative;
            display: block;
            border-top: 0;
            width: auto;
            vertical-align: bottom;
        }

            .nys-global-header.stacked.horizontal > ul a, .nys-global-header.vertical > ul a {
                border-bottom-width: 0;
                padding: 8px 15px;
            }

            .nys-global-header.stacked.horizontal > ul li,
            .nys-global-header.stacked.horizontal > ul li.hidden, .nys-global-header.vertical > ul li,
            .nys-global-header.vertical > ul li.hidden {
                display: inline-block;
                vertical-align: bottom;
            }

                .nys-global-header.stacked.horizontal > ul li ul,
                .nys-global-header.stacked.horizontal > ul li.hidden ul, .nys-global-header.vertical > ul li ul,
                .nys-global-header.vertical > ul li.hidden ul {
                    position: absolute;
                    width: auto;
                    border-top: 4px solid #fff;
                }

                    .nys-global-header.stacked.horizontal > ul li ul li,
                    .nys-global-header.stacked.horizontal > ul li.hidden ul li, .nys-global-header.vertical > ul li ul li,
                    .nys-global-header.vertical > ul li.hidden ul li {
                        display: block;
                    }

                        .nys-global-header.stacked.horizontal > ul li ul li a,
                        .nys-global-header.stacked.horizontal > ul li.hidden ul li a, .nys-global-header.vertical > ul li ul li a,
                        .nys-global-header.vertical > ul li.hidden ul li a {
                            padding: 15px;
                        }

                .nys-global-header.stacked.horizontal > ul li:last-child ul,
                .nys-global-header.stacked.horizontal > ul li.hidden:last-child ul, .nys-global-header.vertical > ul li:last-child ul,
                .nys-global-header.vertical > ul li.hidden:last-child ul {
                    right: 0;
                }

        .nys-global-header.stacked.horizontal .nav-toggle, .nys-global-header.vertical .nav-toggle {
            display: none;
        }

        .nys-global-header.stacked.horizontal h1, .nys-global-header.vertical h1 {
            display: block;
            width: auto;
            height: auto;
        }

            .nys-global-header.stacked.horizontal h1 a,
            .nys-global-header.stacked.horizontal h1 a:link,
            .nys-global-header.stacked.horizontal h1 a:visited,
            .nys-global-header.stacked.horizontal h1 a:hover,
            .nys-global-header.stacked.horizontal h1 a:active, .nys-global-header.vertical h1 a,
            .nys-global-header.vertical h1 a:link,
            .nys-global-header.vertical h1 a:visited,
            .nys-global-header.vertical h1 a:hover,
            .nys-global-header.vertical h1 a:active {
                height: 65px;
            }

        .nys-global-header.stacked.horizontal > ul, .nys-global-header.vertical > ul {
            display: block;
        }

            .nys-global-header.stacked.horizontal > ul li a,
            .nys-global-header.stacked.horizontal > ul li a:link,
            .nys-global-header.stacked.horizontal > ul li a:visited,
            .nys-global-header.stacked.horizontal > ul li a:hover,
            .nys-global-header.stacked.horizontal > ul li a:active, .nys-global-header.vertical > ul li a,
            .nys-global-header.vertical > ul li a:link,
            .nys-global-header.vertical > ul li a:visited,
            .nys-global-header.vertical > ul li a:hover,
            .nys-global-header.vertical > ul li a:active {
                height: 53px;
            }

            .nys-global-header.stacked.horizontal > ul li ul, .nys-global-header.vertical > ul li ul {
                top: auto;
                height: auto;
                width: 300px;
            }

                .nys-global-header.stacked.horizontal > ul li ul li a,
                .nys-global-header.stacked.horizontal > ul li ul li a:link,
                .nys-global-header.stacked.horizontal > ul li ul li a:visited,
                .nys-global-header.stacked.horizontal > ul li ul li a:hover,
                .nys-global-header.stacked.horizontal > ul li ul li a:active, .nys-global-header.vertical > ul li ul li a,
                .nys-global-header.vertical > ul li ul li a:link,
                .nys-global-header.vertical > ul li ul li a:visited,
                .nys-global-header.vertical > ul li ul li a:hover,
                .nys-global-header.vertical > ul li ul li a:active {
                    height: auto;
                    padding: 15px;
                }

        .nys-global-header.stacked.horizontal ul > li > a[href='#']:after, .nys-global-header.vertical ul > li > a[href='#']:after {
            background-image: none;
            width: 0;
            margin: 0;
            display: none;
        }

        .nys-global-header.stacked.horizontal > ul li.nys-global-active > a:before, .nys-global-header.vertical > ul li.nys-global-active > a:before {
            background-image: none;
            width: 0;
            margin: 0;
            display: none;
        }

    .nys-global-header.vertical {
        width: 300px;
        height: auto;
        border-bottom: 0;
        float: left;
    }

        .nys-global-header.vertical h1 {
            padding-left: 0;
            height: auto;
        }

            .nys-global-header.vertical h1 a,
            .nys-global-header.vertical h1 a:link,
            .nys-global-header.vertical h1 a:visited,
            .nys-global-header.vertical h1 a:hover,
            .nys-global-header.vertical h1 a:active {
                display: block;
                height: auto;
                padding: 30px 0 30px 15px;
            }

        .nys-global-header.vertical ul {
            width: 300px;
            padding: 0;
        }

            .nys-global-header.vertical ul li {
                display: block;
            }

                .nys-global-header.vertical ul li.nys-global-active > a, .nys-global-header.vertical ul li.nys-global-active > a:link, .nys-global-header.vertical ul li.nys-global-active > a:visited, .nys-global-header.vertical ul li.nys-global-active > a:hover, .nys-global-header.vertical ul li.nys-global-active > a:active {
                    padding-left: 24px;
                }

                    .nys-global-header.vertical ul li.nys-global-active > a:before {
                        background-image: url("../icons/icon-arrow-left.png");
                        background-image: linear-gradient(transparent, transparent), url("../icons/icon-arrow-left.svg");
                        background-size: 16px;
                        background-repeat: no-repeat;
                        width: 2em;
                        height: 1.2em;
                        display: inline-block;
                        content: '';
                        position: absolute;
                        left: 18px;
                        top: 30px;
                    }

                .nys-global-header.vertical ul li a,
                .nys-global-header.vertical ul li a:link,
                .nys-global-header.vertical ul li a:visited,
                .nys-global-header.vertical ul li a:hover,
                .nys-global-header.vertical ul li a:active {
                    height: auto;
                    display: block;
                    line-height: 1.5;
                    margin: 0 15px;
                    padding: 30px 0;
                }

                .nys-global-header.vertical ul li.nys-global-inactive {
                    display: block;
                }

                .nys-global-header.vertical ul li ul {
                    border-top: 0;
                    padding: 0;
                    position: initial;
                }

                    .nys-global-header.vertical ul li ul li:first-of-type a {
                        border-top: 0;
                    }

                    .nys-global-header.vertical ul li ul li a,
                    .nys-global-header.vertical ul li ul li a:link,
                    .nys-global-header.vertical ul li ul li a:visited,
                    .nys-global-header.vertical ul li ul li a:hover,
                    .nys-global-header.vertical ul li ul li a:active {
                        padding-left: 24px;
                    }
}

@media (min-width: 1024px) {
    .nys-global-nav-content-container {
        margin-left: 330px;
    }
}

.nys-global-footer {
    clear: both;
}

    .nys-global-footer h3,
    .nys-global-footer h4,
    .nys-global-footer p,
    .nys-global-footer span,
    .nys-global-footer a,
    .nys-global-footer a:link,
    .nys-global-footer a:visited,
    .nys-global-footer a:hover,
    .nys-global-footer a:active {
        color: #000;
    }

    .nys-global-footer h3,
    .nys-global-footer h4 {
        font-weight: bold;
    }

    .nys-global-footer h4,
    .nys-global-footer span,
    .nys-global-footer a,
    .nys-global-footer a:link,
    .nys-global-footer a:visited,
    .nys-global-footer a:hover,
    .nys-global-footer a:active {
        font-family: 'Proxima Nova', Arial, sans-serif;
    }

    .nys-global-footer .footer-container {
        padding: 0 0 36px;
        display: block;
        margin: 0 15px;
    }

        .nys-global-footer .footer-container h3 {
            font-family: 'Proxima Nova', 'D Sari Bold', Arial, sans-serif;
            font-size: 16px;
            line-height: 20px;
            padding: 32px 30px 0 30px;
            margin: 0;
        }

        .nys-global-footer .footer-container h5 {
            font-family: 'Proxima Nova', 'D Sari Bold', Arial, sans-serif;
            font-size: 12px;
            font-weight: normal;
            padding: 16px 30px 32px 30px;
            margin: 0;
        }

        .nys-global-footer .footer-container .footer-paragraph {
            font-family: 'Proxima Nova', 'D Sari Bold', Arial, sans-serif;
            font-size: 12px;
            font-weight: normal;
            padding: 16px 30px 32px 30px;
            margin: 0;
            line-height: 1.1;
        }


        .nys-global-footer .footer-container h4 {
            font-size: 12px;
            line-height: 16px;
            letter-spacing: .05em;
            clear: both;
            margin-left: 30px;
            margin: 0 16px 12px 30px;
        }

            .nys-global-footer .footer-container h4:after {
                content: '';
                display: block;
                height: 1px;
                background-color: #000;
                width: 96%;
                margin-top: 3px;
            }

        .nys-global-footer .footer-container a,
        .nys-global-footer .footer-container a:link,
        .nys-global-footer .footer-container a:visited {
            text-decoration: none;
        }

            .nys-global-footer .footer-container a:hover,
            .nys-global-footer .footer-container a:active {
                text-decoration: none;
                color: #000;
            }

        .nys-global-footer .footer-container ul {
            padding: 0 30px 0 30px;
        }

            .nys-global-footer .footer-container ul li {
                float: left;
                width: 50%;
                list-style-type: none;
                margin: 0;
                padding-bottom: 16px;
            }

                .nys-global-footer .footer-container ul li a,
                .nys-global-footer .footer-container ul li a:link,
                .nys-global-footer .footer-container ul li a:visited,
                .nys-global-footer .footer-container ul li a:hover,
                .nys-global-footer .footer-container ul li a:active {
                    font-size: 12px;
                    font-weight: bold;
                    line-height: 16px;
                    letter-spacing: .03em;
                    padding-right: 48px;
                    display: block;
                }

        .nys-global-footer .footer-container .footer-col {
            float: none;
            position: relative;
            width: 100%;
            display: inline-block;
            margin-bottom: 32px;
            min-width: 100px;
        }

        .nys-global-footer .footer-container .social-media {
            display: block;
            clear: both;
        }

            .nys-global-footer .footer-container .social-media ul {
                display: inline-block;
                text-align: center;
                width: 80%;
            }

                .nys-global-footer .footer-container .social-media ul li {
                    display: inline-block;
                    float: left;
                    font-size: 12px;
                    line-height: 16px;
                    margin: 28px 40px 0;
                    width: 15%;
                    padding-bottom: 12px;
                }

                    .nys-global-footer .footer-container .social-media ul li a {
                        padding-right: 0;
                        white-space: nowrap;
                    }
                        /* removed ticket 928*/
                        /*
.nys-global-footer .footer-container .social-media ul li a:hover span, .nys-global-footer .footer-container .social-media ul li a:active span {
  text-decoration: underline;
}
*/
                        .nys-global-footer .footer-container .social-media ul li a span:nth-child(even) {
                            display: inline-block;
                            margin-top: 3px;
                            margin-bottom: 1px;
                            padding-left: 6px;
                            position: absolute;
                        }

            .nys-global-footer .footer-container .social-media img {
                margin: 0 10px 0 0;
            }

            .nys-global-footer .footer-container .social-media .social-media-title {
                width: 100%;
                margin-left: auto;
                margin-right: auto;
                display: block;
                overflow: hidden;
            }

                .nys-global-footer .footer-container .social-media .social-media-title h4 {
                    display: inline-block;
                    float: left;
                    font-weight: bold;
                    line-height: 16px;
                    margin: 0 0 16px 30px;
                    overflow: hidden;
                    text-align: center;
                    width: 85.5%;
                }

                    .nys-global-footer .footer-container .social-media .social-media-title h4:before, .nys-global-footer .footer-container .social-media .social-media-title h4:after {
                        background-color: #000;
                        content: '';
                        display: inline-block;
                        height: 1px;
                        position: relative;
                        vertical-align: middle;
                        width: 40%;
                        top: -1px;
                    }

                    .nys-global-footer .footer-container .social-media .social-media-title h4:before {
                        right: 1.5em;
                        margin-left: -50%;
                    }

                    .nys-global-footer .footer-container .social-media .social-media-title h4:after {
                        left: 1.5em;
                        margin-right: -50%;
                    }

            .nys-global-footer .footer-container .social-media .social-media-links ul {
                display: inline-block;
                width: 100%;
                padding: 0;
                text-align: center;
            }

                .nys-global-footer .footer-container .social-media .social-media-links ul li {
                    display: inline-block;
                    margin: 16px 20px 0;
                    width: 38%;
                }

                    .nys-global-footer .footer-container .social-media .social-media-links ul li a {
                        padding-right: 48px;
                    }

@media (min-width: 768px) {
    .nys-global-footer .footer-container h3 {
        font-size: 20px;
        line-height: 24px;
        margin: 0;
    }

    .nys-global-footer .footer-container h5 {
        font-size: 14px;
        line-height: 16px;
        margin: 0;
    }

    .nys-global-footer .footer-container .footer-paragraph {
        font-size: 14px;
        line-height: 16px;
        margin: 0;
    }

    .nys-global-footer .footer-container h4 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 14px;
    }

        .nys-global-footer .footer-container h4:after {
            width: 27%;
        }

    .nys-global-footer .footer-container ul li {
        width: 32%;
        float: left;
        padding-bottom: 18px;
    }

        .nys-global-footer .footer-container ul li a,
        .nys-global-footer .footer-container ul li a:link,
        .nys-global-footer .footer-container ul li a:visited,
        .nys-global-footer .footer-container ul li a:hover,
        .nys-global-footer .footer-container ul li a:active {
            font-size: 14px;
            line-height: 18px;
        }

    .nys-global-footer .footer-container .footer-col {
        margin-bottom: 18px;
    }

    .nys-global-footer .footer-container .social-media {
        margin-top: 12px;
    }

        .nys-global-footer .footer-container .social-media ul li a span:nth-child(even) {
            margin-top: 6px;
            padding-left: 12px;
            position: relative;
            top: -5px;
        }

        .nys-global-footer .footer-container .social-media ul li:last-child a {
            padding-left: 7.5px;
        }

        .nys-global-footer .footer-container .social-media img {
            margin-right: 5px;
        }

        .nys-global-footer .footer-container .social-media .social-media-title h4 {
            margin-top: 0;
            margin-bottom: 36px;
            width: 94%;
            margin-left: 3%;
            margin-right: 3%;
        }

        .nys-global-footer .footer-container .social-media .social-media-title:before {
            right: 2.5em;
            margin-left: -50%;
        }

        .nys-global-footer .footer-container .social-media .social-media-title:after {
            left: 2.5em;
            margin-right: -50%;
            margin-top: 0;
        }

        .nys-global-footer .footer-container .social-media .social-media-links {
            display: table;
            width: 95%;
            margin: 0 auto;
        }

            .nys-global-footer .footer-container .social-media .social-media-links ul {
                display: table-row;
            }

                .nys-global-footer .footer-container .social-media .social-media-links ul li {
                    float: none;
                    width: auto;
                    font-size: 14px;
                    line-height: 18px;
                    margin: 0;
                    padding: 0;
                    display: table-cell;
                }

                    .nys-global-footer .footer-container .social-media .social-media-links ul li a {
                        padding-right: 20px;
                        text-decoration: none !important;
                    }

        .nys-global-footer .footer-container .social-media ul li a span:nth-child(even) {
            padding-left: 2px;
        }
}

@media (min-width: 1024px) {
    .nys-global-footer .footer-container h3 {
        font-size: 22px;
        line-height: 26px;
    }

    .nys-global-footer .footer-container h5 {
        font-size: 14px;
        line-height: 18px;
    }

    .nys-global-footer .footer-container .footer-paragraph {
        font-size: 14px;
        line-height: 18px;
    }

    .nys-global-footer .footer-container h4 {
        margin-right: 0;
    }

        .nys-global-footer .footer-container h4:after {
            width: 98%;
        }

    .nys-global-footer .footer-container ul {
        display: block;
        padding: 0;
    }

        .nys-global-footer .footer-container ul li {
            width: auto;
            float: none;
            padding-left: 30px;
        }

            .nys-global-footer .footer-container ul li a,
            .nys-global-footer .footer-container ul li a:link,
            .nys-global-footer .footer-container ul li a:visited,
            .nys-global-footer .footer-container ul li a:hover,
            .nys-global-footer .footer-container ul li a:active {
                padding-right: 0;
                text-decoration: none !important;
            }

    .nys-global-footer .footer-container .footer-col {
        display: inline-block;
        vertical-align: top;
        margin-right: 2%;
        margin-bottom: 18px;
    }

    .nys-global-footer .footer-container .social-media {
        margin: 0 auto;
    }

        .nys-global-footer .footer-container .social-media .social-media-title h4 {
            width: 100%;
            margin-left: 0%;
            margin-right: 0%;
        }

        .nys-global-footer .footer-container .social-media .social-media-links {
            width: 85%;
        }

            .nys-global-footer .footer-container .social-media .social-media-links ul li:last-child a {
                padding-left: 15px;
            }

    .nys-global-footer .footer-container.nys-global-footer-cols-1 .footer-col {
        width: 97%;
    }

    .nys-global-footer .footer-container.nys-global-footer-cols-2 .footer-col {
        width: 47%;
    }

    .nys-global-footer .footer-container.nys-global-footer-cols-3 .footer-col {
        width: 30%;
    }

    .nys-global-footer .footer-container.nys-global-footer-cols-4 .footer-col {
        width: 22%;
    }

    .nys-global-footer .footer-container.nys-global-footer-cols-5 .footer-col {
        width: 17%;
    }

    .nys-global-footer .footer-container.nys-global-footer-cols-6 .footer-col {
        width: 13%;
    }

    .nys-global-footer .footer-container.nys-global-footer-cols-7 .footer-col {
        width: 11%;
    }
}

.icon-social-blogger,
.icon-social-delicious,
.icon-social-facebook,
.icon-social-feed,
.icon-social-flickr,
.icon-social-foursqaure,
.icon-social-github,
.icon-social-google-plus,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-mail,
.icon-social-pinterest,
.icon-social-reddit,
.icon-social-share,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-vimeo,
.icon-social-yelp,
.icon-social-youtube {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-size: 20px 20px;
}


.nav-item-list ul {
    position: static !important;
    display: block !important;
    border: none !important;
}
