/* Global Styles ex_side_nav2New.css
    Version Major.Minor.Patch
    Version 1.2.3 Last Updated 07/06/2022
*/
@import url("content/language.css"); /* Using a url */
@import url("fonts/fontawesome/css/all.css"); /* Using a url */
@import url("fonts/icomoon/style.css"); /* Using a url */

select option {
    color: #000000;
}

/*Centers an image in the page*/
.ImageCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*center text on the page*/
.TextCenter {
    text-align: center;
            }

.Width50 {
    width: 50%;
}

.Width40 {
    width: 40%;
}

.Width30 {
    width: 30%;
}

.Width25 {
    width: 25%;
}

    /*Allows us to prevent anchors from working*/
    a.disabled {
        pointer-events: none;
        cursor: default;
    }

    /*Tells inputs to use bootstrap styles by default when creating element. 
    Ideally these styles would be set when dialog is created.*/
    input[type=button] {
        font-size: 12px;
        background: none;
        background-color: #CFCFCF;
        border-color: #000000;
        color: #000000;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border-width: 1px;
        border-style: solid;
    }

    /*Tells jqueryui to use bootstrap styles by default when creating element. 
    Ideally these styles would be set when dialog is created.*/
    input[type=button]:hover,
    input[type=button]:focus {
        color: #ffffff;
        background-color: #737373; /*WCAGAA Contrast ratio 4.741 against foreground*/
        border-color: #ffffff;
    }

/*Bootstrap override start*/
.form-control:focus {
    outline: 2px !important; /* Increases the outline to meet sucess criterion 2.4.7 https://www.w3.org/TR/WCAG20-TECHS/F78.html */
}

.dropdown-toggle:focus {
    outline: 2px !important; /* Increases the outline to meet sucess criterion 2.4.7 https://www.w3.org/TR/WCAG20-TECHS/F78.html */
}

/*Bootstrpap override ends*/
body {
    font-family: Arial, Oswald, sans-serif;
    /*background-color: #FFFFFF;*/ /*Colors on the body or a elements you must set all of them. Some users have browser defaults set to white text on a black background, so setting one color without setting the others can result in black text on a black background.*/
    margin: 0em;
}

/*Provides a method to hide elements which are only intended for screen readers.*/
.visibleToScreenReaderOnly {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

frameBorderZero {
    border: 0px;
}

.militaryBox {
	text-align: center;
    margin: 1em;
    padding: 1em;
    border-color: white;
    border-style: double;
    border-width: thick;
    background-color: #D70000;
}

    .militaryBox a {
        background-color: #D70000;
        text-decoration: none;
        color: white !important;
        font-weight: bolder;
    }

.newContent {
    display:inline-flex;
}

.newContent span {
    font-style: italic;
    font-weight: bolder;
    background-color: yellow;
    padding: 0.05em 0.1em;
    margin: 0 5px;
    border: solid 1px #fdfdfd;
    border-radius: 0.25em;
    transform: skew(350deg);
    line-height: 1em;
}

/*Ensure there is separation in the list items inside the main site*/
body #midHomeContent ul li,
body #midContent ul li {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

@font-face {
    font-family: 'D Sari';
    src: url('NYSBOE/Fonts/DSari_Bold.eot'); /* IE9 Compat Modes */
    src: url('NYSBOE/Fonts/DSari_Bold.woff') format('woff'), /* Modern Browsers */
    url('NYSBOE/Fonts/DSari_Bold.otf') format('otf'), url('NYSBOE/Fonts/DSari_Bold.eot?#iefix') format('eot'), /* IE6-IE8 */
    url('NYSBOE/Fonts/DSari_Bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('NYSBOE/Fonts/DSari_Bold.svg') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('NYSBOE/Fonts/ProximaNova-Reg.eot'); /* IE9 Compat Modes */
    src: url('NYSBOE/Fonts/ProximaNova-Bold.otf');
    src: url('NYSBOE/Fonts/ProximaNova-RegIt.otf');
    src: url('NYSBOE/Fonts/ProximaNova-BoldIt.otf');
    src: url('NYSBOE/Fonts/ProximaNova-Sbold.otf');
    src: url('NYSBOE/Fonts/ProximaNova-Light.otf');
    src: url('NYSBOE/Fonts/ProximaNova-SboldIt.otf');
    src: url('NYSBOE/Fonts/ProximaNova-LightIt.otf');
    src: url('NYSBOE/Fonts/ProximaNova-Reg.woff') format('woff'), /* Modern Browsers */
    url('NYSBOE/Fonts/ProximaNova-Reg.otf') format('otf'), url('NYSBOE/Fonts/ProximaNova-Reg.eot?#iefix') format('eot'), /* IE6-IE8 */
    url('NYSBOE/Fonts/ProximaNova-Reg.ttf') format('truetype'), /* Safari, Android, iOS */
    url('NYSBOE/Fonts/ProximaNova-Reg.svg') format('svg'); /* Legacy iOS */
}

table {
    width: 95%;
    margin: .5em 1em;
    border-collapse: collapse;
}

    table ul {
        margin: 0.2em;
        padding: 1em .2em;
    }

    table p {
        padding-left: 1em;
    }


td {
    font-family: Arial, Oswald, sans-serif;
    color: #000000;
    border: 1px solid black;
    border-collapse: collapse;
    margin: 0em;
    padding: 0.2em;
}

    td img {
        border: none;
    }

th {
    font-family: Arial, Oswald, sans-serif;
    color: #000000;
    margin: 0em;
    padding: 0.2em;
    border: 1px solid black;
    border-collapse: collapse;
}

dl {
    font-family: Arial, Oswald, sans-serif;
    color: #000000;
    margin: 0em;
    padding: 0em;
}

dt {
    font-family: Arial, Oswald, sans-serif;
    color: #334d55;
    margin: 0em;
    padding: 1em 0em 1em 0em;
}

dd {
    font-family: Arial, Oswald, sans-serif;
    font-size: 90%;
    color: #000000;
    margin: 0em;
    padding: .5em 0em .5em 0em;
}

a:link {
    color: #006699;
    /*text-decoration: none;*/ /*Removing the underline from links makes it hard for color-blind users to see them.*/
}

a:visited {
    color: #006699;
    /*text-decoration: none;*/ /*Removing the underline from links makes it hard for color-blind users to see them.*/
}

a:hover, a:focus {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Oswald, sans-serif !important;
    color: #000000;
    margin: 0.5em 0em;
}

    h2 a:link {
        color: #006699;
    }

xh3 {
    color: #334d55;
    margin: 0em;
    padding: 0em;
}

xh4 {
    font-weight: bold;
    color: #333333;
    margin: 0em;
    padding: 0em;
}


xh5 {
    color: #334d55;
    margin-top: 1em;
    padding: 0em;
}

img {
    border: none;
}

address {
    margin-top: 1em;
    margin-bottom: 1em;
}

ul {
    list-style-type: square;
}

    ul ul {
        list-style-type: disc;
    }

        ul ul ul {
            list-style-type: none;
        }


/* Header Styles */

#skip {
    font-size: 70%;
    padding-left: .5em;
}

    #skip a {
        color: #26354A;
    }


#header {
    background-color: #64748B;
}

/* Banner */

#nys-banner {
    background-color: #003366;
    border: .15em solid #CCCCCC;
    width: 95%;
    height: 28px;
    margin: 0em 2em 0 2em;
}

    /* images for nys banner */
    #nys-banner img {
        float: left;
        border: none;
    }

    #nys-banner form {
        float: right;
        position: relative;
        top: 2px;
        left: 155px;
        background: transparent;
    }

.AgencyName {
    font-family: D Sari, Arial, Proxima Nova,Oswald;
    margin-left: 30px;
    font-size: 22px;
    font-weight: bold;
    line-height: 45px;
    color: #FFFFFF !important;
    float: left;
    text-decoration: none;
}

.NavigationElement {
    font-family: D Sari, Proxima Nova, Arial,Oswald;
    Font-Weight: Bold;
    Font-Size: 16px;
    Letter-Spacing: 0px;
    Color: #FFFFFF;
}


.NavigationElementActiveState ul a {
    font-family: D Sari, Proxima Nova, Arial,Oswald;
    Font-Size: 16px;
    Font-Weight: bolder;
    Letter-Spacing: 0px;
}

.primary_nav_wrap {
    background-color: #09464C; /* WCAGNYS Web Color Dark */
    height: 75px;
    padding: 15px 0px 5px 0px;
    border-bottom: 4px solid #7FA9AE;
}

    .primary_nav_wrap ul {
        list-style: none;
        float: left;
        padding-left: 0px;
        padding-right: 0px;
    }



        .primary_nav_wrap ul a {
            font-family: D Sari, Arial, Proxima Nova;
            Font-Weight: Bold;
            font-size: 14px;
            Letter-Spacing: 0px;
            Color: #FFFFFF;
            text-decoration: none; /*Removing the underline from links makes it hard for color-blind users to see them.*/
        }

        .primary_nav_wrap ul ul a {
            display: block;
            color: #FFFFFF;
            font-weight: 700;
            font-size: 14px;
            padding: 0 15px;
            font-family: ProximaNova;
            background-color: #09464C; /* WCAGNYS Web Color Dark */
        }

        .primary_nav_wrap ul a:hover,
        .primary_nav_wrap ul a:focus {
            text-decoration: underline;
        }

        .primary_nav_wrap ul a:visited {
            color: #FFFFFF;
        }

        .primary_nav_wrap ul li {
            position: relative;
            float: left;
            padding-left: 18px;
            padding-right: 18px;
            margin: 0px;
        }

            .primary_nav_wrap ul li.current-menu-item {
                display: block;
                font-size: 13px;
                width: 300px;
            }

            .primary_nav_wrap ul li:hover {
                z-index: 30001;
            }

        .primary_nav_wrap ul ul {
            display: none;
            position: absolute;
            left: 0;
            background-color: #09464C; /* WCAGNYS Web Color Dark */
            padding-left: 0px;
            Font-Size: 14px;
            Font-Weight: Bold;
            margin-top: 25px;
            width: 300px;
        }

            .primary_nav_wrap ul ul li {
                position: relative;
                float: left;
                margin: 0px;
                padding: 0;
            }

            .primary_nav_wrap ul ul a {
                display: block;
                line-height: 120%;
                padding: 15px 5px 15px 10px;
                font-size: 14px;
            }

                .primary_nav_wrap ul ul a:hover,
                .primary_nav_wrap ul ul a:focus {
                    opacity: 0.5;
                    color: #fff;
                    font-family: D Sari, Proxima Nova, Arial,Oswald;
                    Font-Size: 14px;
                    Font-Weight: 900;
                    Letter-Spacing: 0px;
                    height: 100%;
                }

                .primary_nav_wrap ul ul a:visited {
                    opacity: 0.5;
                    color: #fff;
                    font-family: D Sari,Proxima Nova, Arial,Oswald;
                    Font-Size: 14px;
                    Font-Weight: 900;
                    Letter-Spacing: 0px;
                    height: 100%;
                }



            .primary_nav_wrap ul ul ul {
                top: -25px;
                left: 100%;
                position: absolute;
                background-color: #09464C; /* WCAGNYS Web Color Dark */
                Font-Size: 14px;
                Font-Weight: Bold;
                Line-Height: 20px;
                float: left;
                width: 300px;
            }

                .primary_nav_wrap ul ul ul li {
                    float: left;
                    margin: 0px;
                    padding: 0;
                    width: 300px;
                }


        .primary_nav_wrap ul li:hover > ul {
            display: block;
            background-color: #09464C; /* WCAGNYS Web Color Dark */
            color: black;
            font-family: D Sari, Proxima Nova, Arial,Oswald;
            Font-Size: 14px;
            Font-Weight: 900;
            Letter-Spacing: 0px;
        }

#logo {
    background-color: #007681;
    padding: 2em .5em 2em .5em;
}

.logo {
    font-family: Times New Roman, Times, serif;
    width: 60%;
    color: #FFFFFF;
    letter-spacing: .3em;
    line-height: 1em;
}

#cdResults {
    width: 60%;
    color: #000000;
    line-height: 1em;
}

#seal {
    float: left;
    width: 10%;
    padding: .5em .5em 0em .5em;
}

#logoPic {
    background-image: url(images/boebg2.jpg);
    float: right;
    width: 40%;
    padding: 0em 0em 0em 0em;
}

#pageBorder {
    --border-left: .15em solid #CCCCCC;
    --border-right: .15em solid #CCCCCC;
    --border-bottom: .15em solid #CCCCCC;
    width: 100%;
    margin: 0em 0em 0em 0em;
}

#navigation {
    background-color: #007681;
    height: 1.5em;
    width: 100%;
    border-top: .25em solid #FF6600;
    border-bottom: .25em solid #FF6600;
}

    #navigation a {
        font-family: Arial, Oswald, sans-serif;
        color: #26354A;
        letter-spacing: .1em;
        line-height: 1.3em;
        padding: 0em 1em;
        border-right: .1em solid #FF6600;
    }

        #navigation a:hover {
            color: #ffffff;
            background: #FF6600;
        }

.navText {
    float: left;
    width: 50%;
    color: #26354A;
    background-color: #FFCC00;
    letter-spacing: .1em;
    line-height: 1em;
    padding-top: .4em;
}

#search {
    font-family: D Sari, Arial, sans-serif;/
    color: #FFFFFF;
    float: right;
    width: 25%;
    background-color: #09464C; /* WCAGNYS Web Color Dark */
}

    #search form {
        margin: 0em;
        padding-top: 1em;
    }

    #search label {
        margin: 0em;
        padding: 0em 0em 2em 0em;
    }

.search {
    font: .7em D Sari, Arial, Oswald, sans-serif;
    color: #26354A;
    letter-spacing: .1em;
    padding: 0em 0em 0em 0em;
}
/* End Header Styles*/


/* Content Styles */
#content {
    font-family: Arial, Oswald, sans-serif;
    clear: both;
}

#reusableHavaDefaultContainer  {
    float:left;
    width: 25%;
}
#reusableHavaDefaultContainer #leftSideBar {
    width: 100%; /*Let the other id control the width.*/
}

#leftSideBar {
    float: left;
    width: 25%;
    margin: 0em 0em 0em 0em;
}

#rightSideBar {
    float: right;
    width: 22%;
    margin: .8em .0em 0em 0em;
}


#featuredLinks {
    border-right: .15em solid #CCCCCC;
    border-bottom: .15em solid #CCCCCC;
    padding-left: 1.25em;
    padding-right: .5em;
    margin-right: 1em;
}

    #featuredLinks span[role="heading"] {
        font-weight: bold;
        display:inline-block;
    }
    
    #featuredLinks .fontWeightNormal {
        font-weight: normal !important;
    }

    #featuredLinks span[role="heading"],
    #featuredLinks h1 {
        font-family: Arial, Oswald, sans-serif;
        color: #000000;
        letter-spacing: .2em;
        line-height: 1em;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }

    #featuredLinks h2 {
        color: #333333;
        padding-top: 0em;
        padding-bottom: 0em;
    }

    #featuredLinks p {
        color: #333333;
        padding-top: 0em;
        padding-bottom: 0em;
    }

    #featuredLinks ul {
        padding-top: 0em;
        padding-bottom: 0em;
        padding-inline-start: inherit;
        margin-block-start: 0px;
    }

    #featuredLinks img {
        border: none;
    }

.VELogo {
    margin: .5em -1.5em 1em 1em;
    padding: .2em .2em .2em .2em;
    border-color: #FFCC00;
}

/*Accessible Navigation*/

/* Javascript Hide */
.hidden {
    display: none;
}

[aria-hidden="true"] + ul {
    display: none;
}

[aria-expanded="true"] + ul {
    display: block;
}

[aria-expanded="false"] + ul {
    display: none;
}


/* Navigation - Menubar */
.menubar {
    color: #ffffff;
    width: 100%;
    clear: both;
    line-height: 1.2em;
    position: relative;
    font-family: Arial, Oswald, sans-serif;
    margin: 0px;
    padding: 0px;
}

    .menubar .navList {
        list-style: none;
        z-index: 1;
        padding: 0px;
        -webkit-padding-start: 0px;
        margin: 0.5em; /* Accessibility restore to default browser size to reduce font-size micromanagement.*/
        border: .1em solid #CCCCCC;
        border-width: 0 .1em .1em .1em;
    }

    .menubar .navListItem {
        display: block;
        width: 100%;
        position: relative;
        margin: 0px;
        padding: 0px;
        background: #09464C; /* WCAGNYS Web Color Dark */
        border-top: .1em solid #CCCCCC;
    }

        .menubar .navListItem .navBarFeature {
            background-color: #007681; /*WCAG NYS Business Brand color dark */
            font-weight: bolder;
        }

    .menubar .navListItemLink:link, .menubar .navListItemLink:visited {
        color: #ffffff;
        text-decoration: none;
        padding: 1em .1em 1em .5em;
        line-height: 1.2em;
        display: block;
        font-size: 14px;
        font-weight: bold;
    }

        .menubar .navListItemLinkExpand:hover,
        .menubar .navListItemLink:hover,
        .menubar .navListItemLink:visited:hover {
            color: #ffffff;
            background: #007681; /*WCAG NYS Business Brand color dark */
            border: 3px solid #B6CFD0;
        }

    /* keyboard focus hover state*/
    .menubar .parentKeyboardFocus {
        color: #ffffff;
        padding: 1em .1em 1em .5em;
        line-height: 1.2em;
        display: block;
        font-size: 14px;
        font-weight: bold;
        background: #007681; /*WCAG NYS Business Brand color dark */
    }

        .menubar .navListItemLinkExpand .linkDetail, .menubar .parentKeyboardFocus .linkDetail {
            color: #001d3b;
            display: block;
            padding: 1em .1em 1em .5em;
        }

    .menubar .navListItemLinkExpand:link, .menubar .navListItemLink:visited {
        color: #ffffff;
        padding: 1em .1em 1em .5em;
        line-height: 1.2em;
        display: block;
        font-size: 14px;
        font-weight: bold;
    }

    /* keyboard focus hover state*/
    .menubar .parentKeyboardFocus {
        color: #ffffff;
        padding: 1em .1em 1em .5em;
        line-height: 1.2em;
        display: block;
        font-size: 14px;
        font-weight: bold;
        background: #007681; /*WCAG NYS Business Brand color dark */
    }

        .menubar .navListItemLink .linkDetail, .menubar .parentKeyboardFocus .linkDetail {
            color: #001d3b;
            display: block;
            padding: 1em .1em 1em .5em;
        }

    /* Navigation - Menubar Sub */
    .menubar .navSubList {
        list-style: none;
        overflow: hidden;
        position: relative;
        right: 0;
        margin: 0;
        padding: 0;
        line-height: 20px;
        z-index: 2;
        font-weight: bold;
        background-color: #E5EEEE;
        border: 1px solid #000000;
    }

        .menubar .navSubList li {
            width: 100%;
            overflow: hidden;
            display: block;
            border-top: .1em solid #CCCCCC;
        }

            .menubar .navSubList li [aria-hidden="true"] {
                display: none;
            }

            .menubar .navSubList li [aria-hidden="false"] {
                display: block;
            }


    .menubar .navSubListItemLink:link, .navSubListItemLink:visited, .navSubListItemLink:focus {
        color: #000000;
        display: block;
        padding: .3em 0;
        width: 100%;
        overflow: hidden;
        background-color: #E5EEEE;
    }

        .menubar .navSubListItemLink:hover, .navSubListItemLink:visited:hover {
            color: #ffffff;
            display: block;
            width: 100%;
            background-color: #666666;
        }


    /* keyboard focus hover state*/
    .menubar .childKeyboardFocus {
        color: #ffffff;
        display: block;
        padding: .3em 0;
        width: 100%;
        background-color: #666666;
    }

        .menubar .navSubListItemLink .linkText, .menubar .childKeyboardFocus .linkText {
            padding: 0 1em;
            display: block;
        }



/* End Accessible Navigation*/

#navBar {
    font-family: D Sari, Proxima Nova,Arial,Oswald;
    margin: 1em 1em 1em 1em;
    background-color: #09464C; /* WCAGNYS Web Color Dark */
    border-right: .1em solid #CCCCCC;
    border-bottom: .1em solid #CCCCCC;
    border-left: .1em solid #CCCCCC;
}

    #navBar a {
        color: #FFFFFF;
        font-weight: bold;
        display: block;
        padding: 1em .1em 1em .5em;
    }

    #navBar ul li a:visited {
        color: #FFFFFF;
        font-weight: bold;
        display: block;
        padding: 1em .1em 1em .5em;
    }

    #navBar ul ul li a:visited {
        color: #000000;
        font-weight: bold;
        display: block;
        padding: 1em .1em 1em .5em;
    }

.navBarFeature {
    background-color: #007681; /*WCAG NYS Business Brand color dark */
    font-weight: bolder;
}

/*Allows color blind people to distinguish selected side elements.*/
.navBarFeature[aria-current="page"] a:link {
    text-decoration: none; 
    font-size: larger;
}

.navBarMenu {
    display: block;
}

    .navBarMenu ul {
        display: none;
    }

    .navBarMenu:hover ul {
        display: block;
        background-color: #E5EEEE;
    }

    .navBarMenu:focus ul {
        display: block;
        background-color: #E5EEEE;
    }

.submenu {
    display: none;
    font-size: 110%;
    background-color: #E5EEEE;
    font-weight: bold;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
}

    .submenu a {
        color: #000000;
        display: block;
    }

        .submenu a:hover, .submenu a:focus {
            color: #FFFFFF;
            background-color: #007681; /*WCAG NYS Business Brand color dark */
            border: 3px solid #B6CFD0;
        }

        .submenu a:visited {
            color: #000000;
        }

#navBar ul {
    list-style: none;
    position: relative;
    clear: both;
    margin: 0em;
    padding: 0em;
}

    #navBar ul li {
        display: block;
        border-top: .1em solid #CCCCCC;
        list-style: none;
    }

        #navBar ul li a:hover, #navBar ul li a:focus {
            color: #FFFFFF;
            background-color: #007681; /*WCAG NYS Business Brand color dark */
            border: 3px solid #B6CFD0;
        }

    #navBar ul ul li a {
        font-size: 98%;
        padding: .5em .1em .5em 2em;
        color: #000000;
    }

        #navBar ul ul li a:hover, #navBar ul ul li a:focus {
            color: #FFFFFF;
            background-color: #666666;
            font-family: D Sari, Proxima Nova,Arial,Oswald;
            font-weight: bold;
            border: 3px solid #B6CFD0;
        }

#btnHelpShowHide, #btnHelpShowHide2, #btnHelpShowHide3, .btnSideBarShowHide {
    clear: both;
    background-repeat: no-repeat;
    float: right;
    margin-right: 30px;
}

#subTopic {
    background-color: #eeeeee;
    padding: 0em 0em 0em .1em;
}

    #subTopic a {
        color: #006699;
        display: block;
        padding: .2em 0em .2em 1em;
    }

        #subTopic a:hover {
            color: #FF6600;
            background-color: #cccccc;
        }



/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
/* fix for browsers that don't need the hack */
html > body #navBar li {
    border-bottom: none;
}

.width50 {
    width: 50%;
}

#midHomeContent {
    font-family: Arial, Oswald, sans-serif;
    float: left;
    height: 100%;
    padding: 0.5em;
}

    #midHomeContent h3 {
        color: #26354A;
    }

#midContent {
    font-family: Arial, Oswald, sans-serif;
    margin-left: 0em;
    float: left;
    width: 65%;
    padding: 1em 1em 1em 2em;
    min-height: initial; /*Sets min height for mid-content components which is overwritten elsewhere in @media screen (min-width: 900px).*/
}

    #midContent.midContent2SidebarWidthOveride {
        width: 46% !important; /*Accounts for padding in midContent*/
    }

    #midContent h1,
    #midContent h2,
    #midContent h3,
    #midContent h4,
    #midContent h5,
    #midContent h6 {
        font-family: Arial, Oswald, sans-serif;
        color: #000000;
        margin: 0em;
        padding: .2em 0em;
    }

    #midContent h4 {
        color: #26354A;
    }

    #midContent h5 {
        font-weight: bold;
        color: #333333;
    }

#rightBox {
    float: right;
    width: 40%;
    background-color: #FFCC00;
    margin: 1em 1em 1em 1em;
    padding: 1em 1em 1em 1em;
    border: .2em outset #CCCCCC;
}

    #rightBox table {
        background-color: #FFCC00;
    }

#homeQuestionTop {
    float: left;
    width: 100%;
}

#homeQuestionsBottom {
    float: left;
    width: 100%;
    margin-bottom: 1em;
}

.homeQuestions {
    font-weight: bold;
    width: 33%;
    float: left;
    text-align: center;
    text-decoration: none;
}

    .homeQuestions a {
        display: block;
        padding: 0.5em 0.5em;
        min-height: 130px;/*Allows for IE stacking.*/
        text-align: center;
        text-decoration: none;
        margin: 0.2em;
        background-position: left center;
        -moz-border-radius: .5em;
        color: #09464C; /* WCAGNYS Web Color Dark */
    }

        .homeQuestions a:link, .homeQuestions a:visited {
            background-color: #eeeeee;
            border: .5em outset #CCCCCC;
        }

        .homeQuestions a:focus, .homeQuestions a:hover {
            background-color: #09464C; /* WCAGNYS Web Color Dark */
            border: .5em inset #666666;
            color: #FFFFFF;
        }

        .homeQuestions a:active {
            background-color: #E5EEEE;
            border: .5em outset #CCCCCC;
        }

.topNews {
    font-family: Arial, Oswald, sans-serif;
    /*font-size:125%;/* Accessibility restore to default browser size to reduce font-size micromanagement.*/
    color: #000000;
    line-height: 1em;
}

.topNewsLarge {
    font-family: Arial, Oswald, sans-serif;
    color: #000000;
    margin-top: 1em;
}


.topNewsSub {
    font-family: Arial, Oswald, sans-serif;
    font-size: 85%;
    text-align: center;
    color: #000000;
    line-height: 1em;
    border-left: .1em solid #333333;
    border-right: .1em solid #333333;
    margin: 0em 5em 0em 5em;
}

.moved {
    font-family: Arial, Oswald, sans-serif;
    text-align: center;
    color: #000000;
    line-height: 1em;
    padding: 1em 1em 1em 1em;
}

#news {
    width: 100%;
    margin: .2em 0em .2em 0em;
    padding: 1em 1em 1em 1em;
}

    #news h2 {
        color: #666666;
        padding: 1em 0em 1em 0em;
    }

    #news ul {
        list-style: none;
    }


#calendarEvents {
    width: 95%;
    background-color: #E5EEEE;
    border: .2em outset #CCCCCC;
    padding: .5em;
    -moz-border-radius: 1em;
}

    #calendarEvents p {
        padding-left: 1em;
    }


#itemsOfInterest {
    font-family: Arial, Oswald sans-serif;
    margin: .5em;
    background-color: #E5EEEE;
    border: .2em outset #CCCCCC;
}

.itemsOfInterest {
    border-bottom: .2em outset #CCCCCC;
}

.itemsOfInterest:last-child{
    border-bottom: none;
}

    .itemsOfInterest p {
        margin: 0em .3em 0em .3em;
        padding: .5em 0em .2em .5em;
    }

    .itemsOfInterest ul {
        margin: .2em .5em .2em .2em;
        padding: 0em .2em .2em 1em;
    }

    .itemsOfInterest li {
        list-style: none;
        padding: 0em 0em 1em 0em;
    }

    .itemsOfInterest h2 {
        color: #000000;
        text-align: center;
        padding: 0.25em;
    }


    .itemsOfInterest h3 {
        font-family: Arial, Oswald, sans-serif;
        color: #334d55;
        padding: 0.25em;
    }


#voterLookUp {
    background-image: url(images/NYSVOTER.jpg);
}

#asterisk {
    font-style: italic;
    font-weight: bold;
}

.certified {
    font-family: Arial, Oswald, sans-serif;
    color: #000000;
    font-weight: bold;
    font-style: italic;
}

.tagline {
    font-family: Arial, Oswald, sans-serif;
    color: #D3DCE6;
    line-height: 1em;
}

.subHeader {
    font-family: Arial, Oswald, sans-serif;
    color: #2D374D;
    font-weight: bold;
    line-height: 2em;
    letter-spacing: .1em;
}

.breadCrumbs {
    font-size: 75%;
}

    .breadCrumbs ul {
        list-style-type: none;
        margin: 0;
        padding: .5em;
        overflow: hidden;
    }

        .breadCrumbs ul li {
            float: left;
            padding: .2em;
        }

            .breadCrumbs ul li a {
                display: block;
                text-align: center;
            }

                .breadCrumbs ul li a:hover, .breadCrumbs ul li a:focus {
                    text-decoration: underline;
                }

.tab {
    width: 18%;
}

/* Form Styles */

#form {
    font-family: Arial, Oswald, sans-serif;
}

#form label {
    color: #000000;
}

    #form h2 {
        margin: 0em 0em 0em 0em;
        padding: 0em;
    }

    #form p {
        margin: 0em 0em 1em 0em;
        padding: 0em 1em 0em 1em;
    }

.fieldset {
    background: #E5EEEE;
    border: .1em outset #64748B;
    width: 50em;
    padding: 2em .5em 1em .5em;
}

.legend {
    background: #09464C; /* WCAGNYS Web Color Dark */
    color: #FFFFFF;
    padding: 0em .5em 0em .3em;
    border: .1em outset #DED983;
    position: relative;
    margin: .5em 0em -1em 1em;
    width: 35em;
}

#requesterInfo {
    position: static;
    width: 95%;
    margin: 5px;
    padding: 10px 0px 5px 10px;
    background-color: #eeeeee;
    border-top: 2px solid #cccccc;
    border-left: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
}

#indRequest {
    position: static;
    width: 95%;
    margin: 5px;
    padding: 10px 0px 5px 10px;
    background-color: #eeeeee;
    border-top: 2px solid #cccccc;
    border-left: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    page-break-before: always;
}

#listRequest {
    width: 95%;
    margin: 5px;
    padding: 10px 0px 5px 10px;
    background-color: #eeeeee;
    border-top: 2px solid #cccccc;
    border-left: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
}

#ownBehalf {
    position: static;
    width: 95%;
    margin: 5px;
    padding: 10px 0px 5px 10px;
    background-color: #eeeeee;
    border-top: 2px solid #cccccc;
    border-left: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
}

#publicRecord {
    position: static;
    width: 95%;
    margin: 5px;
    padding: 10px 0px 5px 10px;
    background-color: #eeeeee;
    border-top: 2px solid #cccccc;
    border-left: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    page-break-before: always;
}

#question, #question2 {
    position: static;
    width: 95%;
    margin: 5px;
    padding: 10px 0px 5px 10px;
    font-weight: bold;
    background-color: #eeeeee;
    border-top: 2px solid #cccccc;
    border-left: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    page-break-after: always;
}

#ListRequest {
    position: static;
    width: 95%;
    margin: 5px;
    padding: 10px 0px 5px 10px;
    background-color: #eeeeee;
    border-top: 2px solid #cccccc;
    border-left: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
}

#IndRequest {
    position: static;
    width: 95%;
    margin: 5px;
    padding: 10px 0px 5px 10px;
    background-color: #eeeeee;
    border-top: 2px solid #cccccc;
    border-left: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    page-break-before: always;
}

/*  End Form Styles */

/* Footer Styles */

#footer {
    clear: both;
    font-family: Arial, Oswald, sans-serif;
    text-align: center;
    background-color: #E5EEEE;
    padding: .2em 0em .5em 1em;
}

#globalFooter {
    font-family: D Sari, Arial, Oswald;
    background-color: #E5EEEE;
    color: #000000;
}

    #globalFooter .agencyName {
        color: #000000;
    }

#globalNav {
    font-family: D Sari, Arial, sans-serif;
    padding-left: 2em;
}

    #globalNav a {
        font-family: D Sari, Arial, sans-serif;
        color: #000000;
        letter-spacing: .1em;
        line-height: 2em;
        padding: 0em 1em;
        border-right: .1em solid #000000;
    }

#copyRight {
    font-family: 55% Arial, Helvetica, sans-serif;
    color: #000000;
}

/*Campaign Finance Search Styles*/

#download table td {
    width: 33%;
}

#download table ul li {
    list-style: none;
    border-bottom: .2em solid #999999;
    padding: .5em 0em .5em 0em;
}


.white {
    background-color: #FFFFFF;
}

#CampaignFinance h1 {
    color: #FFFFFF;
    background-image: url(images/flagcolor3.jpg);
    padding: 1em;
}

#cfCalendar {
    width: 100%;
}

    #cfCalendar table {
        background-color: #FFCC00;
    }

    #cfCalendar tr {
    }

    #cfCalendar td {
        width: 3em;
        height: 3em;
        text-align: center;
    }



#cfContent {
    font-family: Arial, sans-serif;
    background-color: #FFFFFF;
    clear: both;
    padding: .5em 1em 1em 1em;
}

    #cfContent h1 {
        font-family: Arial, Helvetica, sans-serif;
        color: #334d55;
        margin: 0em;
        padding: 0em;
    }

    #cfContent label {
        font-family: Arial, Helvetica, sans-serif;
    }

#campaignfinance_heading_office {
    font-family: Arial, Helvetica, sans-serif;
    padding: 1.2em .5em 1.5em 7em;
    background-color: #26354A;
    color: #FFBA00;
}

#campaignfinance_heading_office_exp {
    font-family: Arial, Helvetica, sans-serif;
    padding: 1.2em .5em 1.5em 7em;
    background-color: #006666;
    color: #FFBA00;
}

.cfTrainingMidContent {
    font-family: 90% Arial, Helvetica, sans-serif;
    margin-left: 0em;
    float: right;
    width: 60%;
    padding: 1em 1em 1em 2em;
}


#cfHome p {
    padding: 1em;
}

.largeLink {
    margin: .5em;
    font-size: 125%;
}

#cfNews, #cfNews1, #cfNews2, #cfNews3, #cfNews4, .cfNewsClass {
    background-color: #E5EEEE;
    padding: 1em;
    margin: 0.5em 0em;
    border: .2em outset #CCCCCC;
}


#cfContact {
    text-align: center;
    width: 90%;
    margin: 1em 5em 1em 1em;
    padding: 1em 1em 1em 1em;
}

#cfTips {
    float: right;
    width: 25%;
    background-color: #E5EEEE;
    margin: 1em 1em 1em 1em;
    padding: 1em 1em 1em 1em;
    border: .2em outset #CCCCCC;
}

#cfTipsCenter {
    width: 50%;
    background-color: #E5EEEE;
    margin: 2em 1em 1em 1em;
    padding: 1em 1em 1em 1em;
    border: .2em outset #CCCCCC;
}

#cfImage {
    float: right;
    width: 30%;
    padding: 1em 3em 1em 1em;
}

.topNewsButton {
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    margin: 0.5em;
    padding: 8px 30px 8px 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    font-weight: bold;
    line-height: 1.7em;
}

    .topNewsButton:hover {
        background-color: #09464C;
        color: #fff;
    }


/*End Campaign Finance Search Styles*/
/*BEGIN STYLES CARRIED OVER FROM THE VOTE-NY SITE*/
#midContentVNY {
    float: left;
    margin-left: 0;
    padding: 1em 1em 1em 2em;
    width: 70%;
}

div#left-nav-language {
    clear:left;
    float: left;
    font-size: 18pt;
    margin: 1em;
}
div#left-nav-language select,
div#left-nav-language input {
    font-size: 18pt;
}

div.box-small-scroll {
    height: 10em;
    overflow: auto;
    width: 17em;
}

.vny-left-column {
    width: 95%;
    float: left;
}


.vny-right-column {
    float: left;
    margin: 0 1em 1em;
    width: 17em;
}

.vny-left-column-mvan {
    width: 95%;
    float: left;
}

.vny-right-column-mvan {
    float: right;
    margin: 0 1em 1em;
    width: 17em;
}

.vny-vid-container {
    float: left;
    margin-right: 1em;
    width: 43em;
    padding-bottom:1em;
}

/*Navbar is displays in full at screen widths of 900px*/
@media only screen and (max-width: 950px) {

    #reusableHavaDefaultContainer,
    #leftSideBar {
        min-width: 90%;
    }

    #rightSideBar {
        float: left;
        min-width: 90%;
    }

    /*Scale up widths for responsive*/
    .width50 {
        width: 100%;
    }

    #midHomeContent,
    .midContent2SidebarWidthOveride {
        width: 90%;
        min-width: 90%;
        min-height: .5em;
    }

    .homeQuestions {
        width: 100%;
    }

        .homeQuestions a {
            padding: 0.5em 0.5em;
        }

    #cfNews, #cfNews1, #cfNews2, #cfNews3, #cfNews4, .cfNewsClass {
        margin: 1em;
    }

    .AgencyName {
        float: none;
    }

    .primary_nav_wrap {
        height: 100%;
    }

        .primary_nav_wrap ul {
            float: none;
            width: 90%;
        }

    #search {
        float: none;
        padding-left: 30px;
    }
}


/** END STYLES CARRIED OVER FROM THE VOTE-NY SITE **/
/**
    Start: Non-bootstap responsive Navbar Code 
    Based on code by Aleksandr Hovhannisyan.
    Source: https://www.aleksandrhovhannisyan.com/blog/responsive-navbar-without-bootstrap/
**/
:root {
    --navbar-bg-color: #09464C;
    --navbar-text-color: white;
    --navbar-text-color-focus: white;
    --navbar-bg-contrast: hsl(0, 0%, 5%);
    --navbar-font-family: D Sari, Arial, Proxima Nova, Oswald;
    --navbar-height: 75px;
    --navbar-border-bottom: 4px solid #7FA9AE;
}

navbar * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    height: 100vh;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
}

.container {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
}

/*Code Referenced*/
#navbar {
    background-color: #09464C; /*IE Support*/
    border-bottom: 4px solid #7FA9AE; /*IE Support*/
    background-color: var(--navbar-bg-color);
    border-bottom: var(--navbar-border-bottom);
}

.navbar-container {
    min-height: 75px;
    display: block;
    width: 100%;
    left: 0;
    align-items: center;
}

.navbar-item {
    padding-left: 30px;
    padding-right: 30px;
    height: 100%;
    display: flex;
}

.home-link,
.navbar-link {
    text-decoration: none;
    display: flex;
    align-items: center;
    align-self: stretch;
    font-family: D Sari, Arial, Proxima Nova, Oswald; /*IE Support*/
    color: white !important; /*IE Support*/
    font-family: var(--navbar-font-family);
    color: var(--navbar-text-color) !important;
}

.home-link {
    white-space: nowrap;
    padding-left: 60px;
    padding-right: 30px;
    font-size: 22px;
    font-weight: bold;
    float: left;
    text-decoration: none;
    padding-top: 1em;
    padding-bottom: 1.22em;
    line-height: normal;
    color: white; /*IE Support*/
    color: var(--navbar-text-color);
}

    .home-link:focus,
    .home-link:hover {
        color: white; /*IE Support*/
        color: var(--navbar-text-color-focus);
    }

.navbar-link {
    justify-content: center;
    width: 100%;
}
    .home-link:hover,
    .navbar-item:hover,
    .navbar-link:focus,
    .navbar-link:hover {
        color: white; /*IE Support*/
        background-color: hsl(0, 0%, 5%); /*IE Support*/
        color: var(--navbar-text-color-focus);
        background-color: var(--navbar-bg-contrast);
    }

/*Code Referenced*/
.navbar-toggle-div {
    position: relative;
    float: right;
    padding-top: 1em;
    right: 0px;
    margin-left: auto;
    margin-right: 1em;
    z-index: 2;
}

.navbar-toggle {
    cursor: pointer;
    border: none;
    background-color: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.icon-bar {
    display: block;
    width: 25px;
    height: 4px;
    margin: 2px;
    transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    background-color: white; /*IE Support*/
    background-color: var(--navbar-text-color);
}
/*Code Referenced*/
.navbar-toggle:hover {
    background-color: hsl(0, 0%, 5%); /*IE Support*/
    background-color: var(--navbar-bg-contrast);
}

    .navbar-toggle:focus .icon-bar,
    .navbar-toggle:hover .icon-bar {
        background-color: white; /*IE Support*/
        background-color: var(--navbar-text-color-focus);
    }
/*Code Referenced*/
#navbar.opened .navbar-toggle .icon-bar:first-child,
#navbar.opened .navbar-toggle .icon-bar:last-child {
    position: absolute;
    margin: 0;
    width: 30px;
}
/*Code Referenced*/
#navbar.opened .navbar-toggle .icon-bar:first-child {
    top: 35px; /*IE Support*/
    left: 5px; /*IE Support*/
    margin-left: 0.01em; /*IE Support*/
    transform: rotate(45deg);
}
/*Code Referenced*/
#navbar.opened .navbar-toggle .icon-bar:nth-child(2) {
    opacity: 0;
}
/*Code Referenced*/
#navbar.opened .navbar-toggle .icon-bar:last-child {
    top: 35px; /*IE Support*/
    left: 5px; /*IE Support*/
    margin-left: 0.01em; /*IE Support*/
    transform: rotate(-45deg);
}

.navbar-menu {
    bottom: 0;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: 0;
    top: 75px; /*IE Support*/
    top: var(--navbar-height);
}

#navbar.opened .navbar-menu {
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
/*Code Referenced*/
.navbar-links {
    margin-top: 0px;
    list-style-type: none;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 0;
    right: 0;
    background-color: #09464C; /*IE Support*/
    background-color: var(--navbar-bg-color);
}

#navbar.opened .navbar-links {
    padding: 1em;
    max-height: none;
    width: 100%;
    position: static; /*IE Support*/
    position: initial;
}

#navbar.opened .navbar-menu {
}

#navbar.opened .attached .navbar-links {
    align-items: flex-start;
    padding: 0px;
    margin-bottom: 0px;
    width: 100%;
}

    #navbar.opened .attached .navbar-links .navbar-item {
        box-sizing: content-box;
        width: auto;
        padding-right: 50em;
        padding-left: 60px;
        padding-top: 20px;
        padding-bottom: 20px;
        white-space: nowrap;
    }

/*Responsive styles which apply when screen width is greater than 900px*/
@media screen and (min-width: 900px) {

    #midContent {
        min-height: 40em; /*Sets min height for mid-content components when the screen is larger.*/
    }

    .navbar-toggle {
        display: none;
    }

    #navbar .navbar-menu,
    #navbar.opened .navbar-menu {
        visibility: visible;
        opacity: 1;
        position: static;
        display: block;
        height: 100%;
    }

    #navbar .navbar-links {
        height: 75px; /*IE Support*/
        height: var(--navbar-height);
    }

    #navbar .navbar-links,
    #navbar.opened .navbar-links {
        margin: 0;
        padding: 0;
        position: static;
        flex-direction: row;
        list-style-type: none;
        height: 75px; /*IE Support*/
        max-height: 75px; /*IE Support*/
    }

    #navbar .navbar-link:last-child {
        margin-right: 0;
    }
}

/** End: Non-bootstap responsive Navbar Code**/