﻿/* reset */
html {
    font-size: 16px !important;
}

a, abbr, acronym, address, applet, b, big, blockquote, body, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tt, u, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    -webkit-font-smoothing: antialiased;
}

html, body {
    font-family: "Proxima Nova", sans-serif;
}

/* bs5 compat */
.micrositelinkbar-column-1, .micrositelinkbar-column-2 {
    display: none;
}

.help-grab ~ .row > * {
    width: auto !important;
}

/* overrides 
@media (min-width: 768px) {
    header .d-md-none {
        display: block !important;
    }
}

@media (min-width: 981px) {
    header .d-md-none {
        display: none !important;
    }
}

@media (min-width: 768px) {
    header .d-md-block {
        display: none !important;
    }
}

@media (min-width: 981px) {
    header .d-md-block {
        display: block !important;
    }
}

    */
/* overrides TBD

@media (min-width: 768px) {
    .d-md-block {
        display: none !important;
    }
}
@media (min-width: 992px){
    .d-md-block {
        display: block !important;
    }

}
@media (min-width: 768px) {
    .d-md-none {
        display: block !important;
    }
}
@media (min-width: 992px) {
    .d-md-none {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .nys-global-header.horizontal.unstacked .nav-toggle, 
    .nys-global-header.vertical.unstacked .nav-toggle {
    display: block !important;
}
    */

/* utility */
.w-1280 {
    max-width: 1280px;
}

.w-1005 {
    max-width: 1005px;
}

.w-787 {
    max-width: 787px;
}

.m-auto {
    margin-left: auto;
    margin-right: auto;
}

/* global */
body {
    line-height: 1.4em;
}

main {
    padding-bottom: 44px;
}

footer {
    padding-left: 15px;
    padding-right: 15px;
}

footer .copyright-footer,
footer .nygov-universal-footer {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.container-lg {
    max-width: 1240px;
}

    .container-lg.footer-container {
        max-width: 1320px;
    }

a, a:hover {
    text-decoration: none;
}


html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

main table {
    border: 1px solid #eee;
    border-collapse: collapse;
}

main thead th, main tr th {
    color: #555;
    font-weight: 700;
    padding: 9px 24px;
    font-size: 1.1143rem;
}

main td {
    text-align: left;
    line-height: 22.4px;
}

    main td a {
        font-size: 16px;
        line-height: 22px;
    }

table td img {
    width: 100%;
    height: auto;
}

ol, ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

/* menu */
.menu-max {
    max-width: 1280px;
    padding: 0 !important;
    width: 80%;
}

/*@media (min-width:768px) and (max-width:1280px) {
    .menu-max {
    }
}
@media (min-width:981px) and (max-width:1050px) {
    .menu-max .nys-global-header.unstacked.horizontal h1 {
        width: 200px;
    }
}
@media (min-width:1051px) {
    .menu-max .nys-global-header.unstacked.horizontal h1 {
        width: 330px;
    }
}*/
@media (min-width:981px) {
    .menu-max .nys-global-header.unstacked.horizontal h1 {
        width: 205px !important;
    }
}



/*@media (min-width: 768px) {
    .nys-global-header.horizontal.unstacked > ul,
    .nys-global-header.vertical.unstacked > ul {
        display: none;
    }
}

@media (min-width:981px) {
    .nys-global-header.horizontal.unstacked > ul,
    .nys-global-header.vertical.unstacked > ul {
        padding-left: 15px;
        display: flex;
    }
}*/




.site-climate .nys-global-header h1 {
    font-family: "D Sari Bold", Arial, sans-serif;
    letter-spacing: 1px;
}


/* Page Title */
.section-title h1,
.section-title h2 {
    color: #fff;
}

/*@media (max-width:767px) {
        .section-title h1 {
            display: none;
        }
    }*/

.sc-editing-preview .section-title.d-md-none {
    display: block !important;
}


/* rich text */
.rich-text {
    line-height: 1.39em;
    font-size: 23px;
    line-height: 1.39em;
    padding-top: 30px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 40px !important;
    max-width: 968px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

    .rich-text ul {
        text-align: left;
    }

    .rich-text a {
        color: #0077C8 !important;
    }

    .rich-text p {
        margin-bottom: 1rem !important;
    }

        .rich-text p:last-of-type {
            padding-bottom: 1em !important;
        }

@media (max-width:991px) {
    .rich-text {
        max-width: 80%;
    }
}

.rich-text h1 {
    color: #154973 !important;
}

.rich-text h2,
.rich-text h3 {
    font-family: 'ProximaNova-Bold',sans-serif;
    font-size: 30px;
    color: #154973 !important;
    line-height: 1.13em;
    font-weight: 500;
}
/*main section.rich-text:nth-of-type(1) {
    padding-top: 40px;
}*/

/* rich text utilities */

.rich-text-wide {
    max-width: 1280px;
    width: 80%;
}

.rich-text-narrow {
    max-width: 640px;
}






/* title */
.section-title {
    padding-top: 32px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #154973 !important;
}

.title-inner {
    width: 80%;
}


/* headings */
h1 {
    line-height: 1em;
    font-weight: 500;
    color: #fff !important;
    font-size: 42px;
    font-family: "ProximaNova-Bold", sans-serif;
}

.site-climate h1, h1, h2, h3, h4, h5, h6 {
    padding-bottom: 10px;
    font-weight: 500;
}

.site-climate h1 {
    font-family: "ProximaNova-Bold", sans-serif;
}





/* hero */
.section-hero {
    margin-bottom: 20px;
}

.hero-image {
    position: relative;
    background-color: #fff;
    background-position: 50%;
    background-size: 100%;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 70px;
}

.hero-link {
    padding-top: 2.75%;
}

.hero-content {
    background-color: #154973;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    padding-top: 60px !important;
    padding-right: 60px !important;
    padding-bottom: 60px !important;
    padding-left: 60px !important;
    max-width: 576px; /* default */
    display: inline-block;
}

.hero-mobile {
    background-color: #154973;
}

.section-hero h2 {
    color: #fff;
    font-size: 42px;
    padding-bottom: 10px;
    line-height: 1em;
    margin-bottom: 0;
}

@media (max-width:767px) {
    .section-hero h2 {
        font-size: 25.9px;
    }
}

.hero-position {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    width: 80%;
}

.hero-mobile {
    display: none;
}

@media (max-width:767px) {
    .section-hero {
        margin-bottom: 0;
    }

    .hero-mobile {
        display: block;
    }

    .hero-position {
        display: none;
    }

    .hero-image {
        padding-top: 42%;
    }

    .hero-content {
        width: 80%;
        padding: 40px 0 !important;
        margin: 0 auto !important;
        max-width: 100%;
        display: block;
        border-radius: 0;
    }

    .hero-link {
        width: 80%;
        margin: 0 auto;
        padding-bottom: 20px;
    }
}

/* hero utilities */
.hero-tall .hero-image {
    padding-top: 140px;
    padding-bottom: 140px;
}

.hero-tall .hero-content {
    max-width: 463px;
}

.hero-461 .hero-content {
    max-width: 461px;
}

.hero-465 .hero-content {
    max-width: 465px;
}

.hero-505 .hero-content {
    max-width: 505px;
}

.hero-554 .hero-content {
    max-width: 554px;
}

.hero-532 .hero-content {
    max-width: 532px;
}

.hero-591 .hero-content {
    max-width: 591px;
}

.hero-610 .hero-content {
    max-width: 610px;
}

.hero-640 .hero-content {
    max-width: 640px;
}

.hero-676 .hero-content {
    max-width: 676px;
}

.hero-695 .hero-content {
    max-width: 695px;
}

.hero-739 .hero-content {
    max-width: 739px;
}

.hero-926 .hero-content {
    max-width: 926px;
}

.hero-1046 .hero-content {
    max-width: 926px;
}




/* divider */
.section-divider {
    margin: 0 auto 40px auto;
    position: relative;
    max-width: 1280px;
}

    .section-divider:before {
        width: auto;
        top: 0px;
        right: 0px;
        left: 0px;
        content: "";
        width: 100%;
        height: 1px;
        border-top: 1px solid rgba(0,0,0,.1);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
    }

    .section-divider:after {
        content: "";
        display: table;
    }

.section-divider-internal {
    display: inline-block;
    width: 100%;
}


/* video module */
.section-video {
    margin-bottom: 30px;
}

.section-video-wrapper {
    display: block;
    position: relative;
    z-index: 1;
    line-height: 0;
    margin: 0 auto;
    max-width: 1280px;
}

    .section-video-wrapper video {
        width: 100% !important;
        height: auto !important;
    }


/* Two column content */
.two-col-block {
    padding-top: 20px;
}

.two-col-wrap {
    display: flex;
    flex-direction: row;
    margin-bottom: 60px;
}

@media (max-width:980px) {
    .two-col-wrap {
        flex-direction: column;
    }

    .two-col-block-left {
        padding-right: 0;
    }

    .two-col-block-right {
        width: 80%;
        margin: 0 auto;
    }
}

.two-col-wrap img {
    width: 100%;
    height: auto;
}

.two-col-wrap .rich-text {
    text-align: left;
    padding-top: 0 !important;
}

    .two-col-wrap .rich-text h2 {
        color: #333 !important;
    }

.two-col-block-left {
    padding-right: 5%;
}

.two-col-reversed {
    padding-right: 0;
    padding-left: 5%;
}

.two-col-block-right {
    padding-right: 0;
}

.width-50 {
    flex: 0 0 50%;
}

.width-35 {
    flex: 0 0 35%;
}

.width-40 {
    flex: 0 0 40%;
}

.width-60 {
    flex: 0 0 60%;
}

.width-65 {
    flex: 0 0 65%;
}

.width-25 {
    flex: 0 0 25%;
}

.width-70 {
    flex: 0 0 70%;
}

.width-75 {
    flex: 0 0 75%;
}

.two-col-wrap video {
    width: 100%;
    height: auto;
}


/* CTA module */
.cta-default-color {
    background-color: #002D72;
    color: #fff !important;
}

.section-cta {
    padding-top: 80px;
    padding-right: 0px;
    padding-bottom: 80px;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 60px;
    text-align: center;
}

.cta-wrapper-inner {
    max-width: 650px;
}

.cta-link-wrapper {
    padding-top: 54px;
}

.section-cta h3 {
    font-family: 'ProximaNova-Bold',sans-serif;
    font-size: 30px;
    line-height: 1.13em;
}

.section-cta p {
    font-size: 24px;
    line-height: 1.13em;
    word-wrap: break-word;
}

@media (max-width:980px) {
    .cta-wrapper-inner {
        width: 80%;
    }
}


/* buttons */
.btn-climate {
    background-color: #0077c8;
    border-width: 0px !important;
    border-radius: 5px;
    color: #fff;
    transition: all 300ms ease 0ms;
    display: inline-block;
    font-size: 21px;
    font-family: 'ProximaNova-Bold',sans-serif;
    font-weight: 500;
    padding: .3em 1em;
    line-height: 1.7em !important;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transition-duration: .2s;
    -webkit-transition-property: all !important;
    transition-property: all !important;
    text-transform: none;
    transition: all 300ms ease 0ms;
    position: relative;
}

    .btn-climate:after {
        opacity: 0;
        position: absolute;
        transition: all 300ms ease 0ms;
        font-size: inherit !important;
        font-family: "Font Awesome 6 Pro" !important;
        font-weight: 900 !important;
        content: "\f138";
        line-height: inherit;
        margin-left: -1em;
        left: auto;
    }

    .btn-climate:hover {
        background-image: initial;
        background-color: #233E90;
        color: #fff;
        text-decoration: none;
        padding: .3em 2em .3em .7em;
    }

        .btn-climate:hover::after {
            position: absolute;
            margin-left: .3em;
            left: auto;
            opacity: 1;
        }

/* button utilities */
.btn-18 .btn-climate,
.btn-18 .btn-simple {
    font-size: 18px !important;
}

.btn-16 .btn-climate,
.btn-16 .btn-simple {
    font-size: 16px !important;
}

.btn-21 .btn-climate,
.btn-21 .btn-simple {
    font-size: 21px !important;
}


/* teaser */
.section-teaser-grid {
    margin-bottom: 60px;
}

.teaser-grid-wrapper {
    display: flex;
    gap: 4%;
}

    .teaser-grid-wrapper > div {
        flex: 1 0 0;
    }

.teaser-card img {
    width: 100%;
    height: auto;
}

.teaser-card {
    text-align: center;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    border-width: 1px;
    border-color: #d8d8d8;
    border-style: solid;
    height: 100%;
}

.teaser-button {
    margin-bottom: 40px;
    padding-top: 26px;
}

    .teaser-button .btn-climate {
        font-size: 13px;
    }

.teaser-image {
    margin-bottom: 4%;
}

.teaser-text {
    padding: 0 32px;
}

    .teaser-text h3 {
        font-family: 'Proxima Nova',sans-serif;
        font-weight: 700;
        font-size: 20px;
        color: #0077c8 !important;
        line-height: 1.05em;
    }

.teaser-link {
    display: block;
    background-blend-mode: hard-light;
    background-color: #63666a;
    padding-top: 100px;
    padding-right: 20px;
    padding-bottom: 100px;
    padding-left: 20px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
}

    .teaser-link:before {
        content: "";
        display: block;
        background-color: rgb(0,0,0,0.333);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .teaser-link:hover {
        text-decoration: none;
    }

    .teaser-link h3 {
        color: #fff;
        font-size: 42px;
        font-family: "ProximaNova-Bold",sans-serif;
        padding-bottom: 10px;
        line-height: 1em;
        font-weight: 500;
    }

.teaser-style-2 .teaser-column,
.teaser-style-1 .teaser-column {
    flex: 1 1 49.5%;
}

.teaser-grid-wrapper, .teaser-grid-title {
    width: 80%;
}

.teaser-grid-title {
    margin-bottom: 60px !important;
}

.teaser-link-text {
    word-wrap: break-word;
    text-align: center;
    max-width: 380px;
    margin: 0 auto;
    position: relative;
}

.teaser-style-3 .teaser-column {
    flex: 1 1 0%;
    position: relative;
}

.video-lower-title {
    padding-top: 20px;
}

.vp-center {
    display: flex;
    align-items: flex-start !important;
    justify-content: flex-start !important;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
}

    .video-container iframe {
        width: 100%;
        height: 100%;
    }

    .video-container video {
        width: 100%;
        height: auto;
    }

.teaser-column h3 {
    font-family: "ProximaNova-Bold";
}

.teaser-style-3 .teaser-column h3 {
    font-size: 24px;
}



@media (max-width:980px) {
    .teaser-grid-wrapper {
        display: flex;
        flex-direction: column;
    }

    .teaser-card {
        margin-bottom: 20px;
    }

    .teaser-link {
        margin-bottom: 20px;
    }
}

/* full width image */
.section-image {
    margin-bottom: 60px;
}

    .section-image img {
        width: 100%;
        position: relative;
        height: auto;
    }

    .section-image h2 {
        max-width: 1280px;
        margin: 0 auto;
        margin-bottom: 50px;
        width: 80%;
    }

/* utilities */
.image-center .horizontal {
    max-width: 1280px;
    margin: 0 auto;
}

.image-title-center h2 {
    text-align: center;
    color: #154973;
    font-size: 30px;
}

@media (max-width:980px) {

    .section-image h2 {
        margin-top: 20px;
    }

    .section-image .horizontal {
        display: none;
    }

    .section-image {
        padding: 0 70px;
    }
}

@media (min-width:981px) {
    .section-image .vertical {
        display: none;
    }
}


/* accordion */
.accordion-master {
    max-width: 1005px;
    margin: 0 auto;
}

    .accordion-master h3 {
    }

    .accordion-master .row-accordion {
        width: 80%;
        margin: 0 auto;
    }

    .accordion-master .ui-accordion-header {
        background-color: #002D72 !important;
        color: #fff;
        border: 0 none !important;
        padding: 20px 3.5em 20px 1em;
        margin: 0px 0 20px 0;
        font-size: 23px;
    }

    .accordion-master .ui-state-active.ui-accordion-header {
        background-color: #fff !important;
        color: #233E90 !important;
        margin: 0px 0 0 0;
        border-top: 1px solid #d9d9d9 !important;
        border-left: 1px solid #d9d9d9 !important;
        border-right: 1px solid #d9d9d9 !important;
    }

    .accordion-master .ui-accordion-content-active {
        border-bottom: 1px solid #d9d9d9 !important;
        border-left: 1px solid #d9d9d9 !important;
        border-right: 1px solid #d9d9d9 !important;
        margin-bottom: 20px;
    }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: inherit;
    top: 8px;
    height: 98%;
    width: 50px;
    background-color: rgb(0,0,0,0);
    background-position: 50% 50%;
    right: 0;
}

.ui-accordion h3:after {
    content: "\f055";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    right: 025px;
    font-size: 16px;
    line-height: 26px;
    color: #FFD100;
}

.ui-accordion h3.ui-state-active:after {
    content: "\f056";
    font-family: "Font Awesome 6 Pro";
    color: #0077C8;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    display: none;
}

/* bs5 accordion */
.accordion-master div.accordion {
    width: 100%;
}

    .accordion-master div.accordion h3 {
        width: 100%;
        padding: 0;
    }

.accordion-master .accordion-header {
    margin-bottom: 0;
}

.accordion-master .accordion-button {
    font-size: 23px;
    font-family: "Proxima Nova", Helvetica, Arial;
    font-weight: 600 !important;
    margin: 0;
}



.accordion-master .accordion-button {
    color: #233E90 !important;
    background-color: #fff !important;
    box-shadow: none;
    border-radius: 0 !important;
    width: 100%;
    display: block;
    padding: 20px;
}

    .accordion-master .accordion-button.collapsed {
        background: none;
        background-color: #002D72 !important;
        color: #fff !important;
    }

.accordion-master .accordion-header.ui-accordion-header {
    padding: 0;
}

.accordion-button:after {
    content: "\f056";
    font-family: "Font Awesome 6 Pro";
    color: #0077C8;
    right: 22px;
    font-size: 16px;
    line-height: 26px;
    position: absolute;
}

.accordion-button.collapsed:after {
    content: "\f055";
    font-family: "Font Awesome 6 Pro";
    color: #FFD100;
    right: 20px;
}

.accordion-button:not(.collapsed) {
    border-top: 1px solid #d9d9d9 !important;
    border-left: 1px solid #d9d9d9 !important;
    border-right: 1px solid #d9d9d9 !important;
}

    .accordion-button:not(.collapsed)::after {
        background-image: none;
    }

.accordion-master .accordion-item, .accordion-header {
    border: 0 !important;
    width: 80%;
    margin: 0 auto;
}

.accordion-collapse.show {
    border-bottom: 1px solid #d9d9d9 !important;
    border-left: 1px solid #d9d9d9 !important;
    border-right: 1px solid #d9d9d9 !important;
    padding-top: 0;
}


/* carousel */
.section-carousel {
    padding-top: 80px;
    padding-right: 0px;
    padding-bottom: 80px;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #d7e8f5 !important;
}


/* Link bar */
.link-nys-bar > div {
    max-width: 1280px;
    margin: 0 auto;
    width: 80%;
}

.link-nys-bar {
    border-top: 0 none;
    border-bottom: 0 none;
    height: auto;
    padding: 3px 0;
}

.translation-wrap {
    margin-right: 28px;
}

.search-text-input {
    padding-top: 7px !important;
    padding-right: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 10px !important;
    border-color: #0077C8 !important;
    height: auto;
    min-height: 0;
    min-width: 174px;
    border-radius: 4px;
    color: rgb(0,45,114) !important;
}

    .search-text-input:focus {
        background-color: #f3dd6d;
    }

    .search-text-input::placeholder {
        color: #0177C8;
    }

.btnimagesearch {
    /* background-image: url('/-/media/Project/Nyserda/search-glass.gif');*/
    background-image: none;
    border: none;
    color: #fff;
    width: 65px;
    height: 40px;
    background-repeat: no-repeat;
    text-indent: 0;
    margin-top: 0;
    border: 0 none;
    background-color: #0077C8 !important;
    border-radius: 0 4px 4px 0;
}

input#q::placeholder {
    color: #0077C8;
}


.gtranslate-selector {
    border-color: rgb(0,119,200) !important;
    color: rgb(0,45,114) !important;
    font-size: 14px;
    padding-bottom: 10.01px;
    padding-left: 10.01px !important;
    padding-right: 10.01px;
    padding-top: 10.01px;
    border-radius: 2.5px;
    height: 44px !important;
}


/* navigation */
.nav-container button:after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    font-size: .75em;
    padding-left: 6px;
    width: 20px;
    display: inline-block;
}

body .nys-global-header h1 a {
    font-size: 32px !important;
    font-weight: 500;
    height: auto;
}

body .nys-global-header h1 {
    padding-bottom: 0;
}

.nys-global-header.unstacked.horizontal h1 {
    padding-left: 0;
    padding-top: 1px;
    padding-bottom: 2px;
}

    .nys-global-header.unstacked.horizontal h1 a,
    .nys-global-header.unstacked.horizontal h1 a:visited {
        padding-left: 0 !important;
    }

@media (min-width: 1023px) {
    .nys-global-header {
        justify-content: space-between;
    }

        .nys-global-header.unstacked.horizontal > ul li ul,
        .nys-global-header.stacked.horizontal > ul li ul,
        .nys-global-header.vertical > ul li ul {
            top: 56px;
        }
}

ul.nav-container > li, ul.mirco-nav-container li {
    padding-left: 11px;
    padding-right: 11px;
    margin-right: 0 !important;
}

@media (min-width:1024px) and (max-width:1129px) {
    ul.nav-container > li {
        padding-left: 0;
        padding-right: 0;
    }
}

ul.nav-container > li:last-child {
    padding-right: 0
}

ul.nav-container li:last-child, ul.mirco-nav-container li {
    margin: 0 0 0 0 !important;
}

ul.nav-container li a {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

ul.nav-container li:last-child a {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.d-md-none .nys-global-header {
    margin: 0 auto;
}

    .d-md-none .nys-global-header .nav-toggle {
        height: 75px;
        top: 0;
        position: absolute;
        right: 0;
        width: 70px;
    }

    .d-md-none .nys-global-header h1 {
        padding-left: 0 !important;
    }

.nav-toggle ~ .nav-container {
    width: 100%;
    border-top: 4px solid #fff;
    top: 77px;
    padding-bottom: 25px;
}

.nav-item-links {
    width: 100%;
    border: 0 none;
    text-align: left;
}

.nav-item-link, .nav-item-sublink {
    padding: 10px 0 10px 30px;
    letter-spacing: 0.018em;
    font-size: 16px;
    margin: 0;
}

.nav-item-sublink {
    padding: 10px 30px 10px 50px;
    letter-spacing: 0.018em;
    font-size: 16px;
    margin: 0;
}

@media (min-width: 768px) {
    ul.nav-container li ul {
        width: 240px !important;
    }

    .nys-global-header.horizontal.unstacked > ul li ul li a {
        padding: 8px 38px 8px 40px !important;
        transition: all .4s ease-in-out;
        letter-spacing: 0.03em !important;
        line-height: 1.01em !important;
    }

    .nys-global-header.horizontal.unstacked > ul > li a {
        transition: all .4s ease-in-out;
        font-size: 16px !important;
    }

    .nys-global-header.horizontal.unstacked ul li ul > li a:hover,
    .nys-global-header.horizontal.unstacked ul li ul > li a:active {
        background: none;
        color: hsla(0,0%,100%,.8) !important;
    }

    .nys-global-header.horizontal.unstacked ul li ul > li a:active,
    .nys-global-header.horizontal.unstacked ul li ul > li a:focus {
        text-decoration: underline !important;
    }

    .nys-global-header.horizontal.unstacked ul > li a:hover,
    .nys-global-header.horizontal.unstacked ul > li a:active {
        background: none;
        color: hsla(0,0%,100%,.8) !important;
    }
}

@media (max-width:1023px) {
    .nys-global-header.horizontal.unstacked > ul > li a {
        transition: all .4s ease-in-out;
        font-size: 14px !important;
    }
}

.nav-container {
    padding-left: 0 !important;
}


/* news updates - must use rich text */
#latest-updates {
    font-size: 18px;
    border-width: 5px;
    border-color: #878b8e;
    position: relative;
    border-style: solid;
    padding-top: 50px !important;
    padding-right: 20px !important;
    padding-bottom: 50px !important;
    padding-left: 20px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    text-align: left;
}

    #latest-updates ul {
        list-style-type: none !important;
        padding-bottom: 1em;
        padding: 0 0 23px 1em;
        line-height: 26px;
    }

        #latest-updates ul li {
            margin-bottom: 0;
            padding-top: 25px;
            padding-bottom: 25px;
            border-bottom: 1px solid #D8D8D8;
        }

    #latest-updates h3 {
        font-family: 'ProximaNova-Bold',sans-serif;
        text-transform: uppercase;
        font-size: 18px;
        text-align: center;
    }

.rich-text .custom-news h2 {
    font-size: 54px;
    color: #212529 !important;
    margin-bottom: 60px;
}

#latest-updates ul li a:hover {
    color: #233E90 !important;
}

#latest-updates ul li a {
    color: #0077C8 !important;
    transition: color 300ms ease 0ms;
}

.custom-press {
    text-align: left;
}

.custom-news-list {
    text-align: left;
    font-weight: 500;
}

    .custom-news-list a {
        font-size: 23px;
    }

    .custom-news-list p {
        font-size: 21px;
    }

    .custom-news-list hr {
        color: #212529;
        font-weight: 500;
        line-height: 29px;
        border: 1px solid #212529;
        border-style: inset;
    }

/* back to top */
.back-top {
    background-color: rgba(0,0,0,0.4);
    border: 1px solid #ffffff;
    /*display: inline-block;*/
    color: #fff !important;
    padding: 6px 12px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    position: fixed;
    bottom: 125px;
    z-index: 1000;
    width: 40px;
    height: 40px !important;
    /*right: 0;*/
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 0;
    line-height: 3px;
}

    .back-top .glyphicon-arrow-up:before {
        content: "\f106";
        font-family: 'Font Awesome 6 Pro';
        font-size: 20px;
    }

    .back-top:hover {
        border: 1px solid #ffffff;
        background-color: rgba(0,0,0,0.4);
    }

.back-top {
    transition: all 0.5s ease-in;
    right: -40px;
}

    .back-top.loaded {
        right: 0;
    }

/* buttons */
.rich-text .btn-simple,
.btn-simple {
    background-color: #0077c8;
    border-width: 0px !important;
    border-radius: 5px;
    color: #fff !important;
    display: inline-block;
    font-family: 'ProximaNova-Bold',sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 0.3em 1em;
    line-height: 1.7em !important;
    text-transform: uppercase;
    transition: all 300ms ease 0ms;
    position: relative
}

    .rich-text .btn-simple:hover,
    .btn-simple:hover {
        background-image: initial;
        background-color: #233E90;
        border: 2px solid transparent;
        padding: .3em 2em .3em .7em;
    }

        .rich-text .btn-simple:hover:after,
        .btn-simple:hover:after {
            right: 8px;
            opacity: 1;
            line-height: inherit;
            font-size: inherit !important;
            margin-left: -1em;
            left: auto;
            font-family: "Font Awesome 6 Pro" !important;
            font-weight: 900 !important;
            content: "\f138";
            position: absolute;
        }

/* button utilities */
.rich-text .btn-to-lower {
    text-transform: capitalize;
}

.btn-to-lower .btn-simple {
    text-transform: capitalize;
}


/* utilities */
.max-10 {
    max-width: 10%;
}

.max-20 {
    max-width: 20%;
}

.max-30 {
    max-width: 30%;
}

.max-40 {
    max-width: 40%;
}

.max-50 {
    max-width: 50%;
}

.max-60 {
    max-width: 60%;
}

.max-70 {
    max-width: 70%;
}

.max-80 {
    max-width: 80%;
}

.max-90 {
    max-width: 90%;
}

.max-100 {
    max-width: 100%;
}

.max-1280 {
    max-width: 1280px;
}

.max-1279 {
    max-width: 1279px;
}

.max-1266 {
    max-width: 1266px;
}

.max-1235 {
    max-width: 1235px;
}

.max-1200 {
    max-width: 1200px;
}

.max-1172 {
    max-width: 1172px;
}

.max-1100 {
    max-width: 1100px;
}

.max-1090 {
    max-width: 1090px;
}

.max-1040 {
    max-width: 1040px;
}

.max-1024 {
    max-width: 1024px;
}

.max-1005 {
    max-width: 1005px;
}

.max-1000 {
    max-width: 1000px;
}

.max-992 {
    max-width: 992px;
}

.max-905 {
    max-width: 905px;
}

.max-900 {
    max-width: 900px;
}

.max-888 {
    max-width: 888px;
}

.max-850 {
    max-width: 850px;
}

.max-800 {
    max-width: 800px;
}

.max-777 {
    max-width: 777px;
}

.max-768 {
    max-width: 768px;
}

.max-763 {
    max-width: 763px;
}

.max-725 {
    max-width: 725px;
}

.max-720 {
    max-width: 720px;
}

.max-707 {
    max-width: 707px;
}

.max-700 {
    max-width: 700px;
}

.max-646 {
    max-width: 646px;
}

.max-610 {
    max-width: 610px;
}

.max-600 {
    max-width: 600px;
}

.teaser-640 .teaser-grid-wrapper {
    max-width: 640px;
}

.teaser-700 .teaser-grid-wrapper {
    max-width: 700px;
}

.teaser-787 .teaser-grid-wrapper {
    max-width: 787px;
}

.teaser-768 .teaser-grid-wrapper {
    max-width: 768px;
}

.teaser-793 .teaser-grid-wrapper {
    max-width: 793px;
}

.teaser-806 .teaser-grid-wrapper {
    max-width: 806px;
}

.teaser-900 .teaser-grid-wrapper {
    max-width: 900px;
}

.teaser-1000 .teaser-grid-wrapper {
    max-width: 1000px;
}

.teaser-1100 .teaser-grid-wrapper {
    max-width: 1100px;
}

.teaser-1200 .teaser-grid-wrapper {
    max-width: 1200px;
}

.teaser-title-700 .teaser-grid-title {
    max-width: 700px;
}

.teaser-title-800 .teaser-grid-title {
    max-width: 800px;
}

.teaser-title-900 .teaser-grid-title {
    max-width: 900px;
}

.teaser-title-1000 .teaser-grid-title {
    max-width: 1000px;
}

.teaser-title-1100 .teaser-grid-title {
    max-width: 1100px;
}

.teaser-title-1200 .teaser-grid-title {
    max-width: 1200px;
}


/* heading utilities */

.h3-large h3 {
    font-size: 42px !important;
}

.h3-42 h3 {
    font-size: 42px !important;
}

.h3-30 h3 {
    font-size: 30px !important;
}

.h3-54 h3 {
    font-size: 54px !important;
}

.h2-54 h2 {
    font-size: 54px !important;
}

.h2-52 h2 {
    font-size: 52px !important;
}

.h2-42 h2 {
    font-size: 42px !important;
}

.h1-42 h1 {
    font-size: 42px !important;
}

.p-34 p {
    font-size: 34px !important;
    line-height: 1.43em;
}

.p-30 p {
    font-size: 30px !important;
}

.p-28 p {
    font-size: 28px !important;
}

.heading-dark h1,
.heading-dark h2,
.heading-dark h3,
.heading-dark h4 {
    color: #212529 !important;
}

.heading-blue h1,
.heading-blue h2,
.heading-blue h3,
.heading-blue h4 {
    color: #002D72;
}

.heading-center h2 {
    text-align: center;
    font-size: 30px;
}

.heading-23 h1,
.heading-23 h2,
.heading-23 h3,
.heading-23 h4 {
    font-size: 23px;
}

.heading-30 h1,
.heading-30 h2,
.heading-30 h3,
.heading-30 h4 {
    font-size: 30px;
}

.heading-34 h1,
.heading-34 h2,
.heading-34 h3,
.heading-34 h4 {
    font-size: 34px;
}

.heading-40 h1,
.heading-40 h2,
.heading-40 h3,
.heading-40 h4 {
    font-size: 40px;
}

.heading-44 h1,
.heading-44 h2,
.heading-44 h3,
.heading-44 h4 {
    font-size: 44px;
}

.heading-54 h1,
.heading-54 h2,
.heading-54 h3,
.heading-54 h4 {
    font-size: 54px;
}



.p-16 p,
.h-16 p,
.li-16 li {
    font-size: 16px;
    line-height: 26px;
}

.p-18 p,
.h-18 p,
.li-18 li {
    font-size: 18px;
}

.h-19 h2,
.h-19 h3,
.h-19 h4 {
    font-size: 19px;
}

.h-bold h2,
.h-bold h3,
.h-bold h4 {
    font-family: "ProximaNova-Bold";
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-21 {
    font-size: 21px;
}

.p-multiline p {
    margin-bottom: 46px !important;
}

.margin-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.margin-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.margin-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.margin-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.margin-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
}

.margin-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
}

.margin-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

.padding-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.padding-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.padding-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.padding-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.padding-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.padding-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.padding-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.padding-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.padding-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.padding-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.padding-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

/* search */
#searchvalue, .btnimagesearch {
    font-size: 14px;
}

.section-search {
    max-width: 1280px;
    width: 80%;
    margin: 0 auto;
}

    .section-search > div {
        max-width: 888px;
        width: 80%;
        padding-top: 44px;
    }

.results-list {
    list-style: none;
    padding: 0;
}

    .results-list li {
        margin-bottom: 24px;
    }

.search-results-link,
a.search-results-link:hover {
    font-weight: 700;
    color: #0077c8;
    font-size: 27px;
}




    .search-results-link:hover {
        color: initial;
    }

.search-url {
    padding-top: 6px;
    display: block;
    font-size: .92rem;
}

.filedata {
    color: #666;
}

.search-table .table-cell {
    padding: 15px 0;
}

.search-input {
    padding-right: 15px;
}

    .search-input input {
        margin-right: 4px;
    }

.search-table ~ div {
    padding-top: 20px;
}

#SearchTerm {
    padding: 7px;
}

.search-pager a {
    padding: 6px 11px;
    border: 1px solid #ccc;
    min-width: 45px;
    display: inline-block;
    text-align: center;
}

    .search-pager a:hover,
    .search-pagination-selected:hover {
        color: initial;
    }

.search-pagination-selected {
    background-color: #0077C8;
    color: #fff;
    border: 1px solid #0077C8;
}

/* data tables */
.rich-text .dataTable td {
    font-size: 16px;
}

.rich-text .table td {
    font-size: 16px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: .5em 0em !important;
}

.dataTables_paginate .active .page-link {
    color: #fff !important;
}

.dataTables_info,
.dataTables_length label,
.dataTables_filter label {
    font-size: 16px;
}

.dataTables_wrapper .dataTables_length select {
    display: inline-block;
    width: 25%;
}

.dataTable th {
    font-size: .85rem;
}

/* forms */
.contact-form {
    max-width: 720px;
    margin: 0 auto;
    width: 80%;
}

    .contact-form label {
        font-family: 'ProximaNova-Bold', sans-serif;
        margin-top: 20px;
        font-size: 18px;
    }

    .contact-form input[type="submit"],
    .section-search input[type="submit"] {
        width: auto;
        display: inline-block;
        background-color: #0077c8;
        text-decoration: none;
        line-height: 1.7;
        padding-left: 13px;
        padding-right: 13px;
        padding-top: 4.8px;
        padding-bottom: 4.8px;
        text-transform: uppercase;
        font-family: 'ProximaNova-Bold', sans-serif;
        border-radius: 5px;
        color: white;
        border: 0;
        font-size: 18px;
        margin-top: 20px;
    }

        .contact-form input[type="submit"][disabled] {
            background-color: grey;
        }

    .contact-form > div {
        margin-top: 20px;
    }

    .contact-form input[type="submit"]:hover, .contact-form input[type="submit"]:focus {
        background-color: #233E90;
    }

    .contact-form input[type="text"],
    .contact-form input[type="email"] {
        padding: 10px;
        margin-top: 6px;
        border: 1px solid rgb(0,45,114);
    }



/* mobile correction */
@media (max-width:991px) {
    .accordion-master, .rich-text, .section-video-wrapper {
        width: 80%;
    }
}
