﻿/*****************************HTML Wrappers*****************************/
html {
    height: 100%;
    width: 100%;
}

body {
    color: #000000;
    font-family: Lato,'Trebuchet MS',Trebuchet,'Lucida Sans Unicode','Lucida Grande','Lucida Sans',Arial,sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
}

#wrapper {
    background: no-repeat center center fixed #cccccc;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    float: left;
    min-height: 100%;
    position: relative;
    width: 100%;
}
/*****************************End HTML Wrappers*****************************/

/*****************************Header Styles*****************************/
h2 {
    color: #030303;
    font-size: 1.75em;
}

h3 {
    color: #0B108C;
    font-size: 1.4em;
    font-size: 1.5em;
}

h4 {
    color: #1A8922;
    font-size: 1.25em;
}

h5 {
    color: #424242;
    font-size: 1.15em;
    margin-bottom: 0.5em;
}

h6 {
    color: #424242;
    font-size: 1em;
}

/*h6 {
    color: #424242;
    font-size: 0.75em;
}*/

h2, h3, h4, h5, h6 {
    font-weight: 900;
}
/*****************************End Header Styles*****************************/

/*****************************Home Page Styles*****************************/
#home_block_holder {
    float: left;
    margin: 0 0 0;
    position: relative;
    width: 100%;
}

#block_holder {
    float: left;
    margin: 0 9% 50px;
    position: relative;
    width: 82%;
}

#home_block_holder .block {
    background: repeat scroll left top #003663;
    float: left;
    margin-bottom: 10px;
    position: relative;
}

#left_block_column, #right_block_column {
    float: left;
    position: relative;
    width: 49.5%;
}

#right_block_column {
    margin-left: 1%;
}

    #right_block_column .block table {
        margin: 5% 0;
    }
/*****************************End Home Page Styles*****************************/

/*****************************Home Page Image Slider*****************************/
#slides {
    display: none;
    position: relative;
    width: 100%;
}

    #slides .slide {
        width: 100%;
        height: 100%;
        position: relative;
        background-size: cover !important;
    }

    #slides .slidesjs-navigation {
        bottom: 3px;
        margin-top: 5px;
        position: absolute;
        z-index: 11;
    }

a.slidesjs-next, a.slidesjs-previous, a.slidesjs-play, a.slidesjs-stop {
    background-image: url("../../images/responsive/btns-next-prev.png");
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 21px;
    margin-right: 5px;
    overflow: hidden;
    text-indent: -9999px;
    width: 21px;
}

a.slidesjs-next {
    background-position: -21px 0;
    left: 28px;
    margin-right: 10px;
}

    a.slidesjs-next:hover {
        background-position: -21px -21px;
    }

a.slidesjs-previous {
    background-position: 0 0;
    left: 3px;
}

    a.slidesjs-previous:hover {
        background-position: 0 -21px;
    }

a.slidesjs-play {
    background-position: -42px 0;
    left: 60px;
    width: 21px;
}

    a.slidesjs-play:hover {
        background-position: -42px -21px;
    }

a.slidesjs-stop {
    background-position: -63px 0;
    left: 60px;
    width: 21px;
}

    a.slidesjs-stop:hover {
        background-position: -63px -21px;
    }

.slidesjs-pagination {
    bottom: 3px;
    float: right;
    list-style: none outside none;
    margin: 0;
    position: absolute;
    right: 0;
    z-index: 11;
}

    .slidesjs-pagination li {
        float: left;
        margin: 0 1px;
    }

        .slidesjs-pagination li a {
            background-image: url("../../images/responsive/pagination.png");
            background-position: 0 0;
            display: block;
            float: left;
            height: 0;
            overflow: hidden;
            padding-top: 13px;
            width: 13px;
        }

            .slidesjs-pagination li a.active, .slidesjs-pagination li a.active:hover {
                background-position: 0 -13px;
            }

            .slidesjs-pagination li a:hover {
                background-position: 0 -26px;
            }

#slides a:link, #slides a:visited {
    color: #333333;
}

#slides a:hover, #slides a:active {
    color: #9E2020;
}
/*****************************End Home Page Image Slider*****************************/

/*End New Version*/
/*****************************End Sub Menu Block Styles*****************************/

/*****************************Banner and Menu Styles*****************************/
#banner {
    float: left;
    position: relative;
    width: 100%;
}

    #banner img {
        margin: 0 0 0 2px;
    }

    #banner h2 {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        color: #FFFFFF;
        font-size: small;
        margin: 0;
        padding: 5px 0 0 5px;
    }

    #banner #dwd {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        color: #FFFFFF;
        margin: 0;
        padding: 0;
    }

#bannerLogo {
    padding: 1% 0;
    position: relative;
    text-align: center;
    top: 0;
    width: 100%;
}

    #bannerLogo a {
        text-decoration: none;
    }

    #bannerLogo #screenimg {
        background: url("../../images/responsive/dwd_logo_blk.png") repeat scroll left top;
        display: block;
        height: 81px;
        margin: 0 auto;
        width: 240px;
    }

    #bannerLogo #printimg {
        display: none;
    }

#topnav {
    margin: 0px 6.5%;
    width: 95%
    /*margin:auto;*/
    /*width: 86.75%*/
}

#ChatBot {
    z-index: 100;
}



#menuContainer {
    background: repeat scroll left top #003663;
    border-top: 4px solid #FF9900;
    float: left;
    height: 36px;
    padding: 0 5%;
    position: relative;
    text-align: center;
    width: 90%;
    z-index: 90;
    font-size: .90em;
}

    #menuContainer #responsiveMenu, #menuContainer #responsiveSearch {
        display: none;
    }

    #menuContainer nav {
        float: left;
        margin: 0 auto;
        position: relative;
        width: 100%;
    }

    #menuContainer ul {
        float: left;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
    }

    #menuContainer .nav-btn {
        color: #FFFFFF;
        cursor: pointer;
        float: left;
        height: 36px;
        list-style: none outside none;
        position: relative;
        text-align: center;
        width: 22.85%;
        /*width:20%;*/
    }

        #menuContainer .nav-btn:hover {
            background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
        }

        #menuContainer .nav-btn a {
            color: #FFFFFF;
            float: left;
            height: 100%;
            line-height: 35px;
            position: relative;
            width: 100%;
        }

        #menuContainer .nav-btn:hover a {
            color: #000000;
        }

        #menuContainer .nav-btn a:hover {
            text-decoration: none;
        }
/*****************************End Banner and Menu Styles*****************************/

/*****************************Main Column Styles*****************************/
#maincolumn {
    float: left;
    /*    font-size: 0.75em; */
    margin: 0 10% 3%;
    padding: 0 1% 1% 1%;
    position: relative;
    width: 78%;
    height: 100%;
    font-family: Lato,Trebuchet MS,verdana,Geneva,URW Gothic L,Nimbus Sans L,Tahoma,Arial,sans-serif;
}

    #maincolumn img {
        max-width: 100%;
        height: auto;
    }

    #maincolumn nav a:link, #maincolumn nav a:visited {
        color: #e32fbe;
        text-decoration: none;
    }

    #maincolumn nav h3 a:link, #maincolumn nav h2 a:visited {
        color: #003197;
        text-decoration: none;
    }

    #maincolumn nav a:hover, #maincolumn nav a:active, #maincolumn nav a:focus, #maincolumn nav h3 a:focus, #maincolumn nav h3 a:active, #maincolumn nav h3 a:hover {
        color: #80bee8;
        text-decoration: underline;
    }

    #maincolumn li {
        margin-bottom: 0;
    }

        #maincolumn li ul {
            list-style-type: circle;
            margin-top: 0.4em;
            margin-bottom: .4em;
        }

        #maincolumn li ol {
            margin-top: .4em;
            margin-bottom: .4em;
        }

    #maincolumn p, #maincolumn li, #maincolumn dt, #maincolumn dd, #maincolumn div li {
        /* font-size: 1.15em; */
        line-height: 1.3em !important;
    }


        #maincolumn li ul, #maincolumn li ol, #maincolumn li li, #maincolumn li p, #maincolumn dd ul #maincolumn dd ol, #maincolumn dd p, #maincolumn table table, #maincolumn table th, #maincolumn table p, #maincolumn table li, #maincolumn dd table, #maincolumn dd ul li, #maincolumn dd ol li, #maincolumn ol li ol li ol {
            font-size: 1em;
        }

    #maincolumn nav {
        float: left;
        font-family: 'Trebuchet MS',Trebuchet,'Lucida Sans Unicode','Lucida Grande','Lucida Sans',Arial,sans-serif;
        margin: 0;
        padding: 5px 0;
    }

        #maincolumn nav img {
            margin: 0;
            vertical-align: bottom;
        }

        #maincolumn nav h3, #maincolumn nav h4, #maincolumn nav ul {
            margin: auto;
            width: 85%;
        }

        #maincolumn nav h3, #maincolumn nav h4 {
            text-align: left;
        }

        #maincolumn nav p {
            margin-bottom: 1.8em;
            margin-left: 2em;
        }

        #maincolumn nav ul {
            margin: 1em auto;
            padding: 0;
        }

            #maincolumn nav ul li {
                border: 1px solid #FFFFFF;
                margin: 0 0 0.9em;
                padding: 0;
                width: 100%;
            }

/*****************************End Main Column Styles*****************************/

/*****************************Breadcrumb Styles*******************************/
#breadcrumbs {
    background-color: #E6E6E6;
    float: left;
    font-weight: bold;
    margin: 0 0 1em;
    padding: 0;
    width: 100%;
}

    #breadcrumbs ul.icon {
        float: left;
        font-size: xx-small;
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }

        #breadcrumbs ul.icon li {
            background: url("../../images/global/breadcrumb_arrow.png") no-repeat scroll left center #E6E6E6;
            display: inline;
            float: left;
            height: 29px;
            margin: 0;
            padding: 0 10px 0 20px;
            text-transform: uppercase;
        }

        #breadcrumbs ul.icon img {
            padding: 2px 0 0;
        }

        #breadcrumbs ul.icon li#brhome {
            background-image: none;
            margin: 0;
            padding: 0 0 0 5px;
        }

        #breadcrumbs ul.icon li a {
            color: #999999;
            display: block;
            margin: 7px 0 0;
            padding: 0;
            text-decoration: none;
        }

        #breadcrumbs ul.icon li#brhome a {
            background: url("../../images/global/breadcrumb_home.png") no-repeat scroll left center #E6E6E6;
            display: block;
            height: 29px;
            margin: 0;
            width: 23px;
        }

            #breadcrumbs ul.icon li#brhome a:hover, #breadcrumbs ul.icon li#brhome a:active, #breadcrumbs ul.icon li#brhome a:focus {
                background: url("../../images/global/breadcrumb_home_on.png") no-repeat scroll left center #E6E6E6;
            }

        #breadcrumbs ul.icon li a:hover, #breadcrumbs ul.icon li a:active, #breadcrumbs ul.icon li a:focus {
            color: #000000 !important;
        }

        #breadcrumbs ul.icon li:last-child a, #breadcrumbs ul.icon li:last-child a:hover {
            background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
            color: #666666 !important;
            cursor: default;
        }
/*****************************End Breadcrumb Styles*****************************/



/*****************************Footer Styles*****************************/
/*Rearrange Footer*/
#footer {
    margin-top: 0;
    background: none;
    background-color: #003663;
    width: 100%;
    align-content: center;
    position: absolute;
    bottom: 0;
}

    #footer nav {
        margin-top: 0;
    }

    #footer #footer_right, #footer #footer_left {
        border: medium none;
        margin: 0;
        width: 100%;
    }

    #footer #footer_left {
        margin-top: 10px;
    }

    #footer .footer_column, #footer .footer_connect_column {
        margin: 0 !important;
        width: 100%;
    }

        #footer .footer_connect_column h3 {
            margin-top: 5%;
        }

    #footer .footer_links {
        display: none;
    }

        #footer .footer_links a {
            background: none repeat scroll 0 0 #F4F3F3;
            color: #1F73AC;
            float: left;
            font-weight: bold;
            outline: 2px solid #0D4368;
            padding: 8px 0;
            position: relative;
            text-align: center;
            text-decoration: none;
            width: 100%;
        }

    #footer .footer_head {
        cursor: pointer;
        float: left;
        margin: 0;
        outline: 1px solid #FFFFFF;
        padding: 8px 0;
        position: relative;
        text-align: center;
        width: 100%;
    }

        #footer .footer_head.active {
            background: none repeat scroll 0 0 #15659C;
        }

    #footer h3 .arrow {
        position: absolute;
        right: 10px;
        top: 5px;
    }

    #footer h3 .expand_arrow {
        display: block;
    }
/**/
#bottom_connect_icons {
    display: block;
    text-align: center;
}
/* End Rearrange Footer */

.gridDivider {
    grid-area: gridDivider;
    color: #fff;
    opacity: 0.2;
    width: 90%;
    margin: auto;
}

.gridDivider2 {
    grid-area: gridDivider2;
    color: #fff;
    opacity: 0.2;
    width: 90%;
    margin: auto;
}

#eoe {
    grid-area: eoe;
}

#termsOfUse {
    grid-area: termsOfUse;
}

#contactUs {
    grid-area: contactUs;
}

#privacyNotice {
    grid-area: privacyNotice;
}

#supportedBrowsers {
    grid-area: supportedBrowsers;
}

#accessibility {
    grid-area: accessibility;
}

#ctl00_googleTranslate {
    grid-area: ctl00_googleTranslate;
    margin: 0.5rem;
}

#termsOfUse::before, #privacyNotice::before, #accessibility::before {
    content: "|";
    float: left;
}

#footerLinks {
    display: grid;
    text-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    grid-template-areas:
        'eoe termsOfUse'
        'gridDivider gridDivider'
        'contactUs privacyNotice'
        'gridDivider2 gridDivider2'
        'supportedBrowsers accessibility'
        'ctl00_googleTranslate ctl00_googleTranslate';
    width: 100%;
    margin: auto;
    padding: 0.5em 0;
}

    #footerLinks li:last-child, #footerLinks li:last-child::after {
        content: unset;
        float: unset;
        display: unset;
        align-items: unset;
        text-align: unset;
    }

#footer nav li {
    color: #fff;
    font-size: 0.75em;
    list-style-type: none;
    padding: 1% 4%;
    text-align: center;
    align-self: center;
}

#footerLinks a {
    color: #fff;
    vertical-align: middle;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    #termsOfUse::before, #privacyNotice::before, #accessibility::before {
        content: "|";
        float: left;
    }

    #footerLinks {
        grid-template-areas:
            'eoe termsOfUse ctl00_googleTranslate'
            'gridDivider gridDivider ctl00_googleTranslate'
            'contactUs privacyNotice ctl00_googleTranslate'
            'gridDivider2 gridDivider2 ctl00_googleTranslate'
            'supportedBrowsers accessibility ctl00_googleTranslate';
        width: 100%;
        padding: 0.25em 0;
    }

    #bottom_connect_icons {
        display: none;
    }

    #wrapper #left_connect_icons {
        display: block;
    }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #footerLinks {
        width: 80%;
    }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #termsOfUse::before, #contactUs::before,
    #supportedBrowsers::before, #supportedBrowsers::before, #accessibility::before {
        content: "|";
        float: left;
    }

    #privacyNotice::before {
        content: unset;
    }

    .gridDivider2 {
        display: none;
    }

    #footerLinks {
        grid-template-areas: unset;
        grid-template-areas:
            'eoe termsOfUse contactUs ctl00_googleTranslate'
            'gridDivider gridDivider gridDivider ctl00_googleTranslate'
            'privacyNotice supportedBrowsers accessibility ctl00_googleTranslate';
        width: 90%;
    }
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #footerLinks {
        width: 70%;
    }
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}
/*****************************End Footer Styles*****************************/

/*****************************Tag Styles*****************************/
img {
    border: 0 none;
    text-decoration: none;
}

ul {
    list-style: disc outside none;
    margin: 1em 0 1.5em;
}

    ul.arrow {
        list-style-image: url("https://dwd.wisconsin.gov/images/2011/arrow_dk_blu.gif");
    }

ol {
    list-style: decimal outside none;
    margin: 1em 0 1.5em 0;
}

blockquote {
    font-style: italic;
}

a {
    outline: 0 none;
}

    a:link, a:visited {
        color: #003663;
        text-decoration: none;
    }

    a:hover, a:active, a:focus {
        color: #0B108C;
        text-decoration: underline;
    }

    a img {
        border: 0 none;
        text-decoration: none;
    }

    a.orange:hover {
        color: #FFFFFF;
    }

    a.orange:hover {
        color: #FFFFFF;
    }
/*****************************End Tag Styles*****************************/

/*****************************Universal Classes*****************************/
.lrgtxt {
    font-size: 130%;
}

.smltxt {
    font-size: 85% !important;
}

.navbar {
    overflow: hidden;
}

.highlight, .important {
    color: #FF3300;
}

/*****************************End Universal Classes*****************************/

/*****************************Universal ID*****************************/
#wrapper #left_connect_icons {
    position: fixed;
    background: #003663;
    padding: 5px;
    top: 200px;
    width: 40px;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px; /* future proofing */
    right: 0px;
}

    #wrapper #left_connect_icons a {
        position: relative;
        float: left;
        margin: 2px 0;
        height: 40px;
    }

#bottom_connect_icons {
    display: none;
}

.fabWidget {
    position: fixed;
    top: 50vh;
    right: -5px;
    z-index: 1000;
    transition: all 0.3s;
}

.fabTrigger .background {
    background-color: #1950ff;
    border-radius: 50%;
    box-shadow: 0 2.1px 1.3px rgba(0, 0, 0, 0.044), 0 5.9px 4.2px rgba(0, 0, 0, 0.054), 0 12.6px 9.5px rgba(0, 0, 0, 0.061), 0 25px 20px rgba(0, 0, 0, 0.1);
    height: 45px;
    left: 1px;
    position: absolute;
    top: 10px;
    width: 45px;
}

.fabTrigger svg {
    top: 3px;
    left: -7px;
}

.fabList {
    visibility: hidden;
    opacity: 1;
    position: absolute;
    bottom: 100%;
    left: 40%;
    transform: translateX(-50%) translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.fabButton {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    opacity: 0;
    transform: translateY(50px);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

    .fabButton:hover {
        cursor: pointer;
    }

    .fabButton.active {
        transform: translateY(0px);
        opacity: 1;
    }

    .fabButton svg {
        width: 85%;
        height: 85%;
    }

.active .fabButton {
    visibility: visible;
    opacity: 1;
    transform: translateY(-15px);
}

.fabOverlay {
    transition: 0.25s;
}

    .fabOverlay.active {
        opacity: 1;
        visibility: visible;
    }

[data-tooltip] {
    position: relative;
}

    [data-tooltip]::before {
        opacity: 0;
        visibility: hidden;
        cursor: default;
        pointer-events: none;
    }

    [data-tooltip]::before {
        content: attr(data-tooltip);
        display: block;
        position: absolute;
        top: 50%;
        right: 100%;
        padding: 7px;
        text-align: center;
        border-radius: 4px;
        background: #1950FF;
        color: #fff;
        font-size: 0.8em;
        white-space: nowrap;
        transform: translateY(-50%);
        transition: all 0.3s ease-in-out;
    }

    [data-tooltip]:hover::before {
        opacity: 1;
        visibility: visible;
        right: 120%;
    }

.chat-bubble {
    cursor: pointer;
    position: relative;
}

    .chat-bubble .bubble {
        transform-origin: 50%;
        transition: transform 500ms cubic-bezier(0.17, 0.61, 0.54, 0.9);
    }

    .chat-bubble .line {
        fill: none;
        stroke: #ffffff;
        stroke-width: 2.75;
        stroke-linecap: round;
        transition: stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .chat-bubble .line1 {
        stroke-dasharray: 60 90;
        stroke-dashoffset: -20;
    }

    .chat-bubble .line2 {
        stroke-dasharray: 67 87;
        stroke-dashoffset: -18;
    }

    .chat-bubble .circle {
        fill: #ffffff;
        stroke: none;
        transform-origin: 50%;
        transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
    }

.active .bubble {
    transform: translateX(24px) translateY(4px) rotate(45deg);
}

.active .line1 {
    stroke-dashoffset: 21;
}

.active .line2 {
    stroke-dashoffset: 30;
}

.active .circle {
    transform: scale(0);
}

#searchfield {
    color: #FF3300;
    font-weight: bold;
    padding-bottom: 3px;
    padding-left: 1em;
}
/*****************************Universal ID*****************************/



/*****************************Button Styles*****************************/
.button {
    border-radius: 0.5em;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    margin: .5%;
    outline: medium none;
    padding: 0.5em 0 0.55em;
    text-align: center;
    text-decoration: none !important;
    vertical-align: baseline;
    position: relative;
}

    .button:hover {
        text-decoration: none;
    }

    .button:active {
        position: relative;
        text-decoration: none;
        top: 1px;
    }

/* orange */
.buttonorange, .buttonorange:visited, .buttonorange:active {
    color: #003663 !important;
    background: #b7e0ff !important;
    background: -webkit-gradient(#b7e0ff);
    background: -moz-linear-gradient(top, #faa51a, #f47a20);
    background: -ms-linear-gradient(top, #faa51a 0%, #f47a20 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20'); /* for IE */
    text-align: center;
    margin-top: 10px;
    text-decoration: none;
}

    .buttonorange:hover {
        background: linear-gradient(to bottom, #FDDB92 0%, #FF9900 100%) repeat scroll 0% 0% transparent !important;
        background: -webkit-gradient(linear, left top, left bottom, from(#FDDB92), to(#FF9900));
        background: -moz-linear-gradient(top, #FDDB92, #FF9900);
        background: -ms-linear-gradient(top, #FDDB92 0%, #FF9900 100%); /* IE10+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDDB92', endColorstr='#FF9900'); /* for IE */
        text-align: center;
        margin-top: 10px;
        text-decoration: none;
    }


/* blue */
.buttonblue, .buttonblue:visited, .buttonblue:active {
    color: #fff !important;
    background: #0E4EAD;
    background: -webkit-gradient(linear, left top, left bottom, from(#73C2FF), to(#107FC9));
    background: -moz-linear-gradient(top, #73C2FF, #107FC9);
    background: -ms-linear-gradient(top, #73C2FF 0%, #107FC9 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73C2FF', endColorstr='#107FC9'); /* for IE */
}

    .buttonblue:hover {
        background-color: #0198E7;
        background: -webkit-gradient(linear, left top, left bottom, from(#D5EDFF), to(#0198E7));
        background: -moz-linear-gradient(top, #D5EDFF, #0198E7);
        background: -ms-linear-gradient(top, #D5EDFF 0%, #0198E7 100%); /* IE10+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D5EDFF', endColorstr='#0198E7'); /* for IE */
    }

/* Green */
.buttongreen, .buttongreen:visited, .buttongreen:active {
    color: #fff !important;
    background: #8ac64b;
    background: -webkit-gradient(linear, left top, left bottom, from(#8ac64b), to(#5bc331));
    background: -moz-linear-gradient(top, #8ac64b, #5bc331);
    background: -ms-linear-gradient(top, #8ac64b 0%, #5bc331 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ac64b', endColorstr='#5bc331'); /* for IE */
    border-radius: 0.5em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    margin: .5%;
    outline: medium none;
    padding: 0.5em 0.55em;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    vertical-align: baseline;
    position: relative;
}



.btn {
    display: inline-block;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4285;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: button;
    cursor: pointer;
}

.blue_button {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}


    .blue_button:hover {
        color: #fff;
        background-color: #3071a9;
        border-color: #285e8e;
        text-decoration: none;
    }


/*****************************End Button Styles*****************************/

/*****************************Lightbox popup**********************************/
/* This was created for WC but can be used anywhere a lightbox effect is desired */
.lightbox_popup {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

    .lightbox_popup .popup_bg {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .75);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#90000000,endColorstr=#90000000);
    }

    .lightbox_popup .popup_content {
        position: fixed;
        width: 55%;
        height: 150px;
        background: #ffffff;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        padding: 0 5px;
        border-radius: 5px;
        border: 2px solid #155d8d;
        font-size: .8em;
    }

        .lightbox_popup .popup_content .buttons a {
            background: #f2f2f2; /* Old browsers */
            background: -moz-linear-gradient(top, #f2f2f2 0%, #cfcfcf 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #f2f2f2 0%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #f2f2f2 0%,#cfcfcf 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #f2f2f2 0%,#cfcfcf 100%); /* IE10+ */
            background: linear-gradient(to bottom, #f2f2f2 0%,#cfcfcf 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-8 */
            margin-right: 10px;
            padding: 5px 20px;
            color: #000000;
            border: 1px solid #000000;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px; /* future proofing */
        }

            .lightbox_popup .popup_content .buttons a:hover {
                text-decoration: none;
                background: #f0f8ff;
            }
/*****************************End Lightbox popup**********************************/

/*****************************Mobile Layout Styles*****************************/

@media screen and (max-width: 675px) {
    body {
        min-width: 100%;
    }

    #bannerLogo {
        background: none repeat scroll 0 0 #165d8e;
        border-bottom: 2px solid #F29022;
        z-index: 99999;
    }

        #bannerLogo #screenimg {
            background: url("../../images/responsive/dwd_logo_wht.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
        }

    #wrapper {
        background: #ffffff;
        min-width: 100%;
    }

    #maincolumn {
        margin: 0;
        overflow: hidden;
        width: 98%;
        padding: 0 0 80px 0;
    }

    #breadcrumbs {
        display: none;
    }

    #program_dropdown {
        margin-top: 5px;
    }

    #slides {
        display: none !important;
    }

    #block_holder, #home_block_holder {
        margin: 0;
        width: 100%;
    }

        #home_block_holder .block {
            background: none;
            background-color: #165d8e;
            margin-bottom: 5px;
        }

        #block_holder .block {
            width: 48%;
        }

    #topnav {
        margin: 0;
        width: 100%
    }

    #menuContainer {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border-top: medium none;
        height: auto;
        padding: 0;
        width: 100%;
    }

        #menuContainer #responsiveMenu, #menuContainer #responsiveSearch {
            background: #003663;
            cursor: pointer;
            display: block;
            float: left;
            margin: 0;
            outline: 1px solid #FFFFFF;
            width: 100%;
        }

            #menuContainer #responsiveMenu img, #menuContainer #responsiveSearch img {
                height: auto;
                max-width: 100%;
            }

        #menuContainer #first_lvl_btns {
            display: none;
            position: relative;
            width: 100%;
        }

            #menuContainer #first_lvl_btns li {
                border: 1px solid #FFFFFF;
                float: left;
                position: relative;
                width: 100%;
            }

                #menuContainer #first_lvl_btns li:hover a {
                    color: #FFFFFF;
                }

            #menuContainer #first_lvl_btns li {
                background: #003663;
            }

                #menuContainer #first_lvl_btns li:hover {
                    background: none repeat scroll 0 0 #111;
                }

    #gsasearchinput, .inputSearchBox {
        width: 75%;
    }

    #left_block_column, #right_block_column {
        margin: 0;
        width: 100%;
    }

    .block table, .block caption {
        padding-left: 3px;
    }

    .searchBox, .authenticationBox {
        display: none;
    }

    .block {
        float: left;
        margin: 0 0 5px;
        padding: 0;
        width: 100%;
    }

    #home_block_holder .block {
        height: auto;
        margin-left: 0;
    }

    #banner_block #featured_site {
        padding: 0 1%;
        width: auto;
    }

        #banner_block #featured_site a {
            height: auto;
            margin: 5% 0;
            position: relative;
        }

    #video_block p {
        padding: 0 1%;
    }

    .mobilefullwidth {
        width: 100% !important;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .mobilenosidemargin {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .mobilefloatnone {
        position: relative;
        float: none !important;
    }

    .hideonmobile {
        display: none !important;
    }

    .table_holder {
        overflow: auto;
    }


    .buttondiv {
        padding: 10px 0;
    }

    .button {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .lightbox_popup .popup_content {
        width: 90%;
        height: 200px;
    }

    .searchBox {
        float: left;
        margin: 0;
        padding: 20px 0;
        position: relative;
        width: 100%;
        text-align: center;
        vertical-align: middle;
    }

        .searchBox form {
            text-align: center;
        }

    .submitHome {
        background: url("https://dwd.wisconsin.gov/images/2013/submit_btn.png") no-repeat;
        border: medium none;
        cursor: pointer;
        height: 40px;
        margin: 4px 0 0;
        text-indent: -1000px;
        width: 46px;
    }

        .submitHome:hover {
            background: url("https://dwd.wisconsin.gov/images/2013/submitOver_btn.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        }

    .inputSearchBox {
        border: 0 none;
        font-size: large;
        line-height: 19px !important;
        margin: 5px 0 0;
        padding: 8px 10px;
    }
}

@media screen and (max-width: 549px) {
    #block_holder .block {
        margin: 1%;
        width: 98%;
    }
}

/*****************************End Mobile Layout Styles*****************************/

/*****************************Desktop Layout Styles*****************************/
/*These styles need to be changed back so items work correctly if you go from mobile to desktop */
@media screen and (max-width: 815px) {
    #block_holder .block {
        width: 48%;
    }

    #maincolumn .landingpage_sections {
        width: 45%;
    }
}


@media screen and (min-width: 676px) {
    #footer h4 .arrow {
        display: none !important;
    }

    #menuContainer #first_lvl_btns, #footer .footer_links {
        display: block !important;
    }

    #maincolumn.landingpage .landingpage_sections .section_links {
        display: block !important;
    }

    .searchBox {
        display: none;
    }
}
/*****************************End Desktop Layout Styles*****************************/
/*.searchBox {
    float: left;
    margin: 0;
    padding: 20px 0;
    position: relative;
    width: 100%;
}

.searchBox form {
    text-align: center;
}
*/

/*****************************Added by DET Web Masters*****************************/
#homeSlogin {
    text-align: center;
    font-size: 2em;
    position: absolute;
    margin-left: 10%;
    margin-top: 40px;
    font-family: "Myriad Pro";
    color: #00457c;
}

@media screen and (min-width: 676px) {
    #banner {
        border-top: 2px solid #00457c;
    }

    #topTabs {
        float: right;
        width: 50%;
        height: 25px;
        background: url('../../images/global/tab_left.png') no-repeat #00457c;
        text-align: left;
        padding-left: 20px;
        color: #b8b8b8;
    }

        #topTabs a {
            margin: 0 10px;
            color: white;
            font-size: 0.75em;
            border-right: 1px solid #FFFFFF;
            display: inline-block;
            padding-right: 20px;
        }

            #topTabs a.no_border {
                border-right: medium none;
            }

    #logoDiv {
        text-align: left;
        margin-left: 10%;
        padding-left: 1%;
    }

    .selectedTab {
        background-color: #F90;
    }

    #topnav li.selectedTab a {
        color: #00457c !important;
    }
}

.systemMessage {
    background-color: rgba(255, 153, 0, 0.20);
    border: 2px solid #ff9900;
    padding: 1em !important;
    border-radius: 1rem;
    color: #003663 !important;
    font-weight: bold !important;
    font-size: 100% !important;
}


@media screen and (max-width: 676px) {
    #topTabs {
        display: none;
    }

    #logoDiv {
        text-align: center;
        margin: 0px !important;
    }
}

@media print {
    html {
        height: auto;
    }

    .exclude-from-print {
        display: none;
    }
}
/*****************************End Added by DET Web Masters*****************************/
