/*******************************************
*     
*    Description: Skin
*    Description URL: 
*    Version: 1.0
*    Author: Innovative Solutions - Rochester NY
*    Author URL: http://www.innovativesol.com
*    	
*    WDI Color Scheme:
*    #4063AA = Blue
*    #448591 = Light Blue
*	 #79A03E = Green
*    #848484 = Gray
*    ##242424 = Body Color
*
******************************************/

/**
* CONTENTS
*
* #BASE
* general ............. html, body styles
* headings ............ H1 - H6 styles
* links ............... a, a:link, a:hover, a:active styles
* floats .............. float styles
* clearfix ............ clearfix styles
* table ............... table styles
* ul, li, ol .......... list styles
* image ............... image stylesclearfix
* button .............. button styles
*
* #LAYOUT
* row ................. row style for general layout
* column .............. column style for general layout
*
* #COMPONENTS
* welcome bar ......... welcome bar styles
* header .............. main header styles
* nav ................. main navigation styles
* main ................ main content styles
* section ............. main section styles
* article ............. main article styles
* aside ............... main aside styles
* footer .............. main footer styles
*
* #PAGES
* page: home .......... home page styles
* page: landing ....... inside landing styles
*
* #MODULES & CONTROLS
* subnav .............. subnav styles
* breadcrumbs ......... breadcrumb styles
* sitemap ............. sitmap styles
* image rotator ....... image rotator style
* photo gallery ....... photo gallery styles
* faq ................. faq styles
* news & events ....... news and event styles
* admin ............... desktop module admin styles
*
* #MISC
* text ................ text styles
* social media ........ social media styles
* warning cookies/js .. warning for cookies and js styles
* validation summary .. validation styles
* dnn overrides ....... dnn styles that need to be overridden
* template container .. template container style
* page toggles ........ style for links/buttons used to toggle between pages
* date picker ......... styles the date picker for dates
*
*/


/************************************/
/*	#BASE	*/
/************************************/

/**
 * general
 */


body {
    background: #FFFFFF;
    color: #242424;
    font-family: 'PT Sans Narrow', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

img[src=""] {
    display: none;
}

/**
 * headings
 */

h1, h2, h3, h4, h5, h6 {
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-weight: 800;
    letter-spacing: normal;
    line-height: normal;   
    margin: 10px 0;
}


h1 {
    color: #4063AA;
    font-size: 28px;
    padding: 0;
    text-transform: uppercase;
}


h2 {
    color: #448591;
    font-size: 24px;
    padding: 0;
}

h3 {
    color: #446591;
    font-size: 20px;
    padding: 0;
    margin-bottom:0;
}

h4 {
    color: #999999;
    font-size: 18px;
    padding: 0;
}

h5 {
    color: #BBBBBB;
    font-size: 16px;
    padding: 0;
}

h6 {
    color: #666666;
    font-size: 16px;
    padding: 0;
}


/**
 * link
 */

.content a:link {
    color: #73963b;
    text-decoration: none;
}

.content a:visited {
    color: #73963b;
    text-decoration: none;
}

.content a:hover {
    text-decoration: underline;
}

.content a:active {
    color: #73963b;
}


/**
 * floats
 */

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}


/**
 * clearfix
 */

.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

/**
 * horizontal rule
 */
hr {
    border: 1px dashed #bcbcbc;
    margin: 20px 0;
}

/**
 * table
 */

.table {
    border: 1px solid #448591;
    margin: 30px 0;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
    color: #242424;
}

    .table th {
        background: #448591;
        border-right: 0;
        color: #ffffff;
        font-family: 'PT Sans', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        padding: 15px 30px;
        text-align: left;
    }

        .table th:last-child {
            border-right: none;
        }

    .table tr:nth-child(odd) {
        background-color: #f3f3f3;
    }

    .table td {
        border: 1px solid #bcbcbc;
        padding: 10px 30px;
    }


/**
 * list
 */

.content ul,
.content ol {
    margin: 0 0 0 15px;
    padding: 0 0 0 5px;
}

.content ul {
    list-style: none;
}

    .content ul p,
    .content ol p {
        line-height: inherit;
    }

    .content ul li,
    .content ol li {
        margin: 15px 0;
        padding: 0 15px;
    }

    .content ul li {
        background: url("Images/bullet.png") no-repeat left 9px;
    }

    .content ul li.noBullet {
        content: none;
        background: none;
    }

        .content ul li ul,
        .content ol li ol {
            margin: 15px 0;
        }


/**
 * image
 */

.image {
    /*border: 3px solid #c5c5c5;*/
    margin: 8px 0 10px 0;
    padding: 0;
    /*box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.35);*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    max-width: 90%;
}

.imageRight {
    /*border: 3px solid #c5c5c5;*/
    float: right;
    margin: 8px 8px 4em 4em;
    /*box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.35);*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    max-width: 90%;
}

.imageLeft {
    /*border: 3px solid #c5c5c5;*/
    float: left;
    margin: 8px 4em 4em 8px;
    /*box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.35);*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    max-width: 90%;
}

.imageCenter {
    /*border: 3px solid #c5c5c5;*/
    display: block;
    float: none;
    margin: 20px auto;
    /*box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.35);*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    max-width: 90%;
}


/************************************/
/*	#LAYOUT	*/
/************************************/

/**
 * row
 */

.row {
    overflow: hidden;
    padding: 5px 0;/*8px;*/
}

    .row:after {
        clear: both;
    }


/**
 * column
 */

.column {
    padding: 0 5px;
}

.columnOne, .columnTwo, .columnThree,
.columnFour, .columnFive, .columnSix,
.columnSeven, .columnEight, .columnNine,
.columnTen, .columnEleven, .columnTwelve {
    float: left;
    position: relative;
    -webkit-transition: width 0.02s ease;
    -moz-transition: width 0.02s ease;
    -o-tranistion: width 0.02s ease;
    transition: width 0.02s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.columnOne, .columnTwo, .columnThree, 
.columnFour, .columnFive, .columnSix, 
.columnSeven, .columnEight, .columnNine, 
.columnTen, .columnEleven, .columnTwelve {
    width: 100%;
	margin: 0;
}

/**
 * container
 */

.container {
    margin: 0 auto;
    max-width: 1480px;
    padding: 0 20px;
}

#twoCol.content .columnThree {
    /*width: 25%;*/
}

#twoCol.content section.columnNine {
    /*padding: 40px 60px !important;*/
    /*width: 75%;*/
}
/************************************/
/*	#COMPONENTS	*/
/************************************/

/**
 * welcome bar
 */
#pnlWelcome {
    background: #4063AA;
    color: white;
    height: 60px;
    padding: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#welcomeInformation p {
    margin-bottom: 0;
}

/* weclome navigation */
#welcomeInformation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    #welcomeInformation ul li {
        float: left;
        border-right: 1px solid #18345a;
    }

        #welcomeInformation ul li a {
            color: #FFFFFF;
                    padding: 0 15px;
            text-decoration: none;
        }

        #welcomeInformation ul li a:hover {
            background-color: #79A03E;
        }


/* Welcome Bar */
#pnlWelcome {
    height: 61px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
}

    #pnlWelcome .container {
        padding: 0;
    }

    /* Welcome Links */
    #pnlWelcome .welcomeLinks{
        float: left;
        border-top: 1px solid #18345a;
        width: 100%;
    }

    #pnlWelcome .welcomeLinks a {
        display: block;
        float: left;
        padding: 0 20px;
        color: #FFFFFF;
        text-decoration: none;
        border-right: 1px solid #18345a;
        width: 50%;

        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        #pnlWelcome .welcomeLinks a:last-child {
            border-right: 0;
        }
    
    #pnlWelcome .welcomeLinks a:hover {
        background: #2d4f92;
    }

    #pnlWelcome .welcomeLinks a.active {
        background: #79A03E;
    }

    #pnlWelcome .welcomeLinks .loginLink {
        display: none;
    }

/**
 * header
 */

header {
    background: url('/Portals/0/WDI/Images/WDI_insideBanner.jpg') no-repeat center top;
    width: 100%;
    z-index: 1;
}

#headerWrapper {
    background: rgba(30, 30, 30, 0.75);
    border-bottom: 1px solid #202122;
    height: 100px;
}

    #headerWrapper .container {
        padding: 0 0 0 15px;
    }

.headerLogo {
    display: inline-block;
    float: left;
    height: 100px;
    padding: 20px 0;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

    .headerLogo img {
        height: 100%;
    }

        .headerLogo img.print {
            display: none;
        }

header .mobileMenu {
    display: block;
    float: right;
    height: 28px;
    overflow: hidden;
    padding: 35px 30px;
    position: relative;
    width: 28px;
    z-index: 9;
}

    header .mobileMenu a#pull {
        color: #FFFFFF;
        content: "";
        display: inline-block;
        font-size: 35px;
    }

.mobileMenu a#pull:hover {
    color: #79A03E;
}

/* social media */

#navSocialWrapper {
    display: none;
    float: right;
    position: relative;
    padding: 33px 0;
}


.socialMedia {
    display: inline-block;
    height: 35px;
    position: relative;
    top: -24px;
}
    .socialMedia .iconWrapper {
        display: inline-block;
        width: 2em;
        height: 2em;
        line-height: 2em;
        border-radius: 2em;
    }

    .socialMedia .icon {
        display: inline-block;
        color: white;
        line-height: 1em;
        width: 2em !important;
        text-align: center;
    }
        .socialMedia .icon:hover {
            cursor: pointer;
            opacity: 0.75;
        }

    /* For div in homepage next to Connect With Us */
    .RightBox .socialMedia .icon {
        padding: .25em .03em 0 0;
    }
/**
 * nav
 */

#mainNav {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    display: inline-block;
    height: 57px;
    text-transform: uppercase;
}

    /* Site Menu/Navigation - Top Level */
    #mainNav ul {
        margin: 0 auto;
        padding: 0;
    }

        #mainNav ul li a {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }


        /* Top Level - Off state */
        #mainNav ul > li {
            list-style: none;
            margin: 0;
            position: relative;
        }

        #mainNav ul > li {
            display: inline;
            float: left;
            margin: 0;
        }

            #mainNav ul > li > span,
            #mainNav ul > li > a {
                color: #FFFFFF;
                display: inline-block;
                padding: 0 30px;
                text-decoration: none;
            }


            /* Top Level - On state */
            #mainNav ul > li.selected {
                color: #79A03E;
            }

            #mainNav ul > li.breadcrumb {
                color: #79A03E;
            }

            #mainNav ul > li.selected > a {
                color: #79A03E;
            }

            #mainNav ul > li.breadcrumb > a {
                color: #79A03E;
            }


            /* Top Level - Hover state */
            #mainNav ul > li:hover {
                color: #bac8e7;
            }

                #mainNav ul > li:hover > a, #primaryNav li.active a {
                    color: #bac8e7;
                }

                    #mainNav ul > li:hover > a:active {
                        color: #bac8e7;
                    }

                #mainNav ul > li:hover > span {
                    color: #bac8e7;
                }


        /* Site Menu/Navigation - Secondary level */
        #mainNav ul li > ul {
            display: none;
            font-size: 14px;
            margin: 0;
            position: absolute;
            width: 275px; /* width of secondary level  */
            z-index: 2000;
        }
        
        #mainNav ul li ul li > ul,
        #mainNav ul li ul li ul li > ul,
        #mainNav ul li ul li ul li ul li > ul {
            border-left: 1px solid #375491;
        }

        /* TEMP to show always  */
        #mainNav ul li:hover > ul {
            display: block;
        }

        /* Secondary Level - Off state */
        #mainNav ul li > ul li {
            background: #4063AA;
            border-bottom: 1px solid #375491;
            display: block;
            list-style: none;
            position: relative;
            width: 100%;

            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
        }

        #mainNav ul li > ul li:last-child {
            border-bottom: 0;
        }

            #mainNav ul li > ul li > span {
                cursor: default;
                display: block;
                color: #ffffff;
                line-height: 40px;
            }

            #mainNav ul li > ul li > a {
                color: #FFFFFF;
                display: block;
                line-height: 20px;
                padding: 15px;
            }

            /* Secondary Level - On state */
            #mainNav ul li > ul li.selected {
                background: #79A03E;
            }

            #mainNav ul li > ul li.breadcrumb {
                background: #79A03E;
            }

            #mainNav ul li > ul li.selected > a {
                color: #ffffff;
            }

            #mainNav ul li > ul li.breadcrumb > a {
                color: #ffffff;
            }

            #mainNav ul li > ul li.selected > span {
                color: #ffffff;
            }

            #mainNav ul li > ul li.breadcrumb > span {
                color: #ffffff;
            }

            #mainNav ul li span:hover {
                cursor: default;
            }

            /* Secondary Level - Hover state */
            #mainNav ul li > ul li:hover {
                background: #2d4f92;
            }

                #mainNav ul li > ul li:hover > a,
                ul.secondaryNav li:hover > a:active {
                    color: #ffffff;
                }

                #mainNav ul li > ul li:hover > span {
                    color: #FFFFFF;
                }


        /* Site Menu/Navigation - Tertiary level */
        #mainNav ul li ul li ul {
            left: 275px; /* width of secondary level  */
            top: 0;
        }


/**
 * nav - responsive
 */
#navMenu.mm-menu {
    background: #f1f1f1;
    color: #242424;
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
}


/* Making the content image manager window full height*/
.RadWindow table.rwTable {
    height: 85% !important;
}

div#innBlogPostsAdminWrapper table {
    height: 70% !important;
}


    /* header */
    #navMenu.mm-menu .mm-navbar .mm-title {
        border-color: #b5b5b5;
        color: #4063AA;
        font-size: 20px;
        font-weight: 400;
        height: 60px;
        line-height: 60px;
        padding: 0;
    }

    #navMenu.mm-menu .mm-navbar {
        height: 60px;
    }

    #navMenu.mm-menu.mm-hasnavbar-top-1 .mm-panel {
        top: 60px;
    }

    #navMenu.mm-menu.mm-hasnavbar-bottom-1 .mm-panel {
        bottom: 170px;
    }

    #navMenu.mm-menu > .mm-panel.mm-hasnavbar {
        padding-top: 60px;
    }

    #navMenu.mm-menu.mm-menu > .mm-panel > .mm-listview {
        margin-bottom: 0;
    }


    /* list items */
    #navMenu.mm-menu .mm-listview > li > a,
    #navMenu.mm-menu .mm-listview > li > span {
        padding: 10px 20px;
    }

    #navMenu.mm-menu .mm-listview .mm-next {
        padding: 0;
    }

    #navMenu.mm-menu .mm-listview > li .mm-prev:after,
    #navMenu.mm-menu .mm-listview > li .mm-next:before {
        border-color: transparent;
    }

.mm-listview > li:not(.mm-divider):after {
    z-index: 2;
}

#navMenu.mm-menu .mm-next:after,
#navMenu.mm-menu .mm-arrow:after {
    content: '';
    background: url('/Portals/0/Images/mobileArrowRight.png') no-repeat center center;
    background-size: 11px 17.5px;
    border: none;
    bottom: 0 !important;
    width: 11px !important;
    height: 40px !important;
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}


/* selected */
#navMenu.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
#navMenu.mm-menu .mm-listview > li.mm-selected > span {
}

#navMenu.mm-menu .mm-navbar .mm-btn:first-child {
    padding-left: 0;
    left: 0;
    top: 5px;
}


/* active state*/
#navMenu.mm-menu .mm-listview > li.mm-selected > a {
    background-color: #73963b;
    color: #FFFFFF;
}

#navMenu.mm-menu .mm-listview > li.mm-selected {
    border-left: none;
}

/* close & prev button */
#navMenu.mm-menu .mm-navbar .mm-prev.mm-btn,
#navMenu.mm-menu .mm-navbar .mm-close.mm-btn {
    text-align: center;
    padding: 10px;
    margin: 10px;
}

#navMenu.mm-menu .mm-navbar .mm-prev.mm-btn,
#navMenu.mm-menu .mm-navbar .mm-close.mm-btn {
    top: 0;
}

#navMenu.mm-menu .mm-close:after {
    content: 'X';
    font-size: 20px;
    color: #4063AA;
}

#navMenu.mm-menu .mm-prev:before {
    content: '<';
    font-size: 30px;
    color: #4063AA;
    border: none;
    width: 20px;
    height: 20px;
    left: 10px;
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}

/* page shadow */
#navMenu.mm-menu.mm-pageshadow:after {
    box-shadow: 0 0 25px rgba(76, 76, 76, 0.5);
}


/**
 * main
 */

#wrapper {
    position: relative;
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content {
    background: #FFF;
    margin: 0 auto;
    padding: 20px;
    max-width: 1480px;
}


/**
 * section
 */


/**
 * article
 */


/**
 * aside
 */



/**
 * footer
 */

footer {
    background-color: #4063AA;
    color: #bac8e7;
    font-size: 14px;
    padding: 30px 0;
    overflow: hidden;
}

    footer a {
        color: #bac8e7;
        display: inline-block;
        padding: 5px 0;
        text-decoration: none;
    }

        footer a:hover {
            text-decoration: underline;
        }

/* mainFooter */
#mainFooter {
    display: block;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1480px;
    text-align: center;
}

    #mainFooter ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #mainFooter .copyright {
        display: inline;
    }

        #mainFooter .copyright p {
            display: block;
            margin-bottom: 0;
        }

        #mainFooter .copyright a {
            color: #bac8e7;
            padding: 0;
        }

        #mainFooter .copyright p:after {
            content: none;
        }

        #mainFooter .copyright p:last-child {
            display: inline-block;
        }

        #mainFooter .loginLink {
            display: inline-block;
        }

        #mainFooter .loginLink a {
            padding: 0;
        }

    /* footer social media */

    #mainFooter .socialMedia {
        top: -12px;
    }

    #mainFooter .socialMedia .icon{
        color: #4063AA;
    }

    #mainFooter .socialMedia span{
        background: white !important;
    }


/************************************/
/*	#PAGES	*/
/************************************/

/**
 * page : home
 */

.largeHomeTitle {
    color: #4063AA;
    font-size: 2em;
    margin-bottom: 0;
    padding-bottom: 0; 
    text-align: center;
}
 
.smallHomeTitle {
    color: #4063AA;
    font-size: 0.8em; 
    letter-spacing: 0.3em;
    margin-top: 0;
    padding-top: 0; 
    text-align: center; 
}

.sectorIcon {
    max-width: 125px;
    width: 100%;
    margin-top: 5px;
}

    .sectorIcon.inside {
        max-width: 100px;
        width: 100%;
    }

/**
 * page : inside landing
 */

.inside header {
    background: url('/Portals/0/WDI/Images/WDI_Subpage_Banner.jpg') no-repeat center top;
    background-size: cover;
    height: 180px;
    position: relative;
}

.insidePageTitle {
    display: block;
    color: #FFFFFF;
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-size: 28px;
    font-weight: 400;
    position: relative;
    top: 30px;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}

/* two column */
#twoCol.content {
    padding: 0;
    max-width: 1600px;
}


/************************************/
/*	#MODULES & CONTROLS	*/
/************************************/

/**
 * breadcrumbs
 */

#breadcrumb {
    display: none;
    clear: both;
    color: #848484;
    font-size: 16px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #breadcrumb .breadcrumbSeperator {
        padding: 0 8px;
    }

    #breadcrumb a.breadcrumbLink,
    #breadcrumb a.breadcrumbLink:active,
    #breadcrumb span.breadcrumbLink {
        color: #848484;
        text-decoration: none;
    }

        #breadcrumb a.breadcrumbLink:hover {
            color: #848484;
            text-decoration: underline;
        }


/**
 * image rotator
 */

#homeImageRotator {
    position: relative;
    clear: both;
}

    #homeImageRotator .row,
    #homeImageRotator .column {
        padding: 0;
    }

    #homeImageRotator .bx-wrapper img.rotatorImage {
        width: 100%;
    }

    #homeImageRotator #rotatorDetails {
        color: #37373A;
        display: none;
        margin: auto;
        width: 100%;
        max-width: 1920px;
        /*position: absolute;
        top: 25%;
        left: 0;
        right: 0;*/
    }

        #homeImageRotator #rotatorDetails{
            /*margin-left: 3%;*/
            width: 38%;
        }

        #homeImageRotator #rotatorDetails .imageTitle {
            font-family: 'PT Sans', sans-serif;
            font-style: normal;
            font-weight: 800;
            /*margin-bottom: 15px;*/
            display: block;
        }

        #homeImageRotator #rotatorDetails .imageDescription {
            display: none;
        }

        #homeImageRotator #rotatorDetails .rotatorLinkStyle {
            cursor: pointer;
            font-family: 'PT Sans', sans-serif;
            font-style: normal;
            font-weight: 400;
            display: inline-block;
            line-height: normal;
            background: rgba(121, 160, 62, 0.75);
            color: #1D2B09;
            text-decoration: none;
            text-shadow: none;
            margin-top: 30px;
            padding: 15px 20px;

            -webkit-border-radius: 5px;
               -moz-border-radius: 5px;
                    border-radius: 5px;
        }

            #homeImageRotator #rotatorDetails .rotatorLinkStyle:hover {
                background: #79A03E;
            }


#imageRotatorWrapper {
    overflow-x: hidden;
}

    #imageRotatorWrapper ul li {
        background-color: #000000;
        margin: 0;
        padding: 0;
    }

    #imageRotatorWrapper li:before {
        content: none;
        background: none;
    }

    #imageRotatorWrapper img {
        margin: 0 auto;
    }

    /*bx-slider controls*/
    #imageRotatorWrapper .bx-wrapper .bx-pager, #imageRotatorWrapper .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: 15px;
        width: auto;
        left: 50%;
    }

        #imageRotatorWrapper .bx-wrapper .bx-pager.bx-default-pager a {
            background: rgba(0, 0, 0, 0.5);
            width: 12px !important;
            height: 12px !important;
            -webkit-border-radius: 50% !important;
            -moz-border-radius: 50% !important;
            border-radius: 50% !important;
        }

            /*bx-slider hover*/
            #imageRotatorWrapper .bx-wrapper .bx-pager.bx-default-pager a:hover,
            #imageRotatorWrapper .bx-wrapper .bx-pager.bx-default-pager a.active {
                background: #4063AA;
            }


/**
 * photo gallery
 */
#photoGalleryWrapper {
    display: table;
    width: 100%;
}

#gallery {
    /*overflow: hidden;
    position: relative;*/
    display: table-row;
}

    #gallery .galleryImage {
        display: table-cell;
        float: left;
        margin: 10px 0;
        position: relative;
        text-align: center;
        width: 20%;
    }

    #gallery div:nth-child(6n) {
        clear: both;
    }

    #gallery .galleryImage div {
        margin: 5px;
        min-height: 125px;
        position: relative;
    }

        #gallery .galleryImage div img {
            border: 3px solid #EEE;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            margin: auto;
        }

    #gallery .galleryImage p {
        margin: 0;
    }

/**
 * desktopModule admin
 */

/* rad grid */
.admin .RadGrid_Default {
    margin-top: 10px;
    margin-right: 5px;
}

    .admin .RadGrid_Default .rgMasterTable {
        font-family: 'PT Sans Narrow', sans-serif;
        font-size: 14px;
        line-height: 16px;    
    }

    .admin .RadGrid_Default .rgHeader a {
        color: #448591 !important;
    }

        .admin .RadGrid_Default .rgHeader a:hover {
            text-decoration: underline;
        }


/* admin */
.admin { }

.admin .input,
.admin .textarea,
.admin .datePicker input {
    background: none repeat scroll 0 0 #fbfbfb;
    border: 1px solid #C9C9C9;
    border-radius: 3px;
    box-sizing: border-box;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8), 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
    color: #333333;
    padding: 8px;
    margin-bottom:0;
    font-size: 14px;
}

.admin .adminActionTop .button {
    margin-right: 5px;
}

    /* removes list styling from admins */
    .content .admin ul {
        margin: 0;
        padding: 0;
    }

    .content .admin ul li {
        background: none;
        margin: 0;
        padding: 0;
    }

    .admin .requiredLegend {
        position: absolute;
        top: 0;
        right: 10px;
    }

    .admin #addSection,
    .admin #editSection {
        margin-bottom: 30px;
        padding: 0 10px;
        position: relative;
    }

    .admin .form {
        display: table;
        width: 100%;
    }

        .admin .form .formItem {
            display: table-row;
        }

            .admin .form .formItem > div {
                display: table-cell;
                padding-bottom: 8px;
                vertical-align: top;
            }

                .admin .form .formItem > div:first-child {
                    width: 20%;
                    text-align: right;
                }

            .admin .form .formItem .formItemLabel,
            .admin .form .formItem > label {
                font-weight: bold;
            }

            .admin .form .formItem .formItemToolTip {
                padding: 0;
                width: 10px;
                text-align: center;
            }

            .admin .form .formItem .tooltip {
                padding: 0 8px;
            }

            .admin .form .formItem > div input[type="text"],
            .admin .form .formItem > div textarea {
                width: 50%;
            }

            /* date picker */
            .admin .form .formItem > div input.riTextBox {
                width: 100%;
                background: #FBFBFB;
            }

            .admin .form .formItem > div .dnnTextPanelView {
                background-color: #FFFFFF;
            }

    .admin .adminActions {
        margin-top: 30px;
    }

/* administrator message */
.AdministratorMessage {
    background: #dab2b2;
    border: 1px solid #b37575;
    color: #723939;
    font-size: 20px;
    margin: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .AdministratorMessage h3 {
        color: #723939;
        font-size: 22px;
        margin-top: 5px;
        margin-bottom: 0;
    }

    .AdministratorMessage p {
        font-size: 14px;
        margin-bottom: 5px;
    }


/**
 * subnav
 */

#subNav {
    font-family: inherit;
    font-weight: 400;
    padding-bottom: 40px;
    padding-top: 40px;
    border-right: 1px solid #bcbcbc;
}

#subNav {
    display: none;
}

#subNavMobile {
    display: block;
    margin: 0;
}

    #subNav h2 {
        display: block;
        font-size: 22px;
        font-weight: 400;
        margin: 0 !important;
        padding: 0 15px 20px 54px;
        border-bottom: 1px solid #bcbcbc;
        text-transform: uppercase;
    }

        #subNav h2 a, #subNav h2 a:visited {
            color: #448591;
            display: block;
            text-decoration: none !important;
        }

    #subNav ul {
        margin: 0;
    }

        #subNav ul li {
            background: none;
            border-bottom: 1px solid #bcbcbc;
            margin: 0;
            padding: 8px 15px 8px 50px;
            position: relative;
        }

            #subNav ul li:last-child {
                border: 0;
            }

            #subNav ul li a, #subNav ul li a:visited {
                color: #242424;
                font-size: 18px;
                text-decoration: none !important;
            }

                #subNav ul li a:hover {
                    font-size: 18px;
                    text-decoration: underline !important;
                }

            #subNav ul li label.active {
                color: #79A03E;
                font-size: 18px;
                font-weight: 400;
            }


/**
 * sitemap
 */

#siteMapWrapper ul {
    margin: 0 !important;
}

    #siteMapWrapper ul li,
    #siteMapWrapper ol li {
        margin: 12px 0;
    }

    #siteMapWrapper ul > li a {
        font-weight: 700;
        text-decoration: none !important;
    }

    #siteMapWrapper ul > li.hasChildren a {
        font-weight: 400;
    }

    #siteMapWrapper ul > li.hasChildren li.hasChildren a {
        color: #7E8B6C !important;
    }

    #siteMapWrapper ul > li.hasChildren li.hasChildren li.hasChildren a {
        font-style: italic;
    }

    #siteMapWrapper ul > li a:hover {
        text-decoration: underline !important;
    }

/**
 * image rotator
 */

.bx-wrapper .bx-controls-direction a {
    top: 50% !important;
}


/**
 * news & events
 */

/* list view */
.newsListWrapper .newsDetail {
    border-bottom: 1px solid #bcbcbc;
    margin: 20px 0 20px;
    padding-bottom: 40px;
}

.newsListWrapper .newsDetail h3.newsTitle {
    display: inline-block;
    font-size: 20px;
    margin: 0 5px 0 0;
}

.newsListWrapper .newsDetail .newsDate {
    color: #848484;
    display: inline-block;
    margin: 0;
}

.newsListWrapper .newsDetail p.newsDescription {
        margin: 20px 0;   
}

.newsListWrapper .newsDetail a.button {
    margin: 5px 0 0 0;
}

        /* pager */
        .resultsPager {
            text-align: center;
        }

        .resultsPager #dpNews input.aspNetDisabled {
            opacity: 0.5;
        }

        .resultsPager #dpNews input[type="image"] {
            position: relative;
        }

            .resultsPager #dpNews input[type="image"]:first-child {
                top: 8px;
            }

            .resultsPager #dpNews input[type="image"]:last-child {
                top: 9px;
                left: 5px;    
            }

        .resultsPager #dpNews > span,
        .resultsPager a {
            border: 1px solid #bcbcbc;
            margin: 0 5px;
            padding: 5px 10px;
            text-decoration: none;
        }

        /* pager active */
        .resultsPager #dpNews > span {
            background: #79A03E;
            border-color: #63842d;
            color: #FFFFFF;
        }

/* news detail */

#newsDetailWrapper #newsDate {
    color: #848484;
    margin: 0; 
    padding: 0 0 20px;
}

/************************************/
/*	#MISC	*/
/************************************/

/**
 * text
 */

/* colors */
.blue {
    color: #4063AA;
}

.lightBlue {
    color: #448591;
}

.green {
    color: #79A03E;
}

.gray {
    color: #848484;
}

.white {
    color: #FFFFFF;
}

/* sectors colors*/
.devPrimary {
    color: #79A03E;   
}

.devSecondary {
    color: #4B5B32;     
}

.supPrimary {
    color: #FCB514;     
}

.supSecondary {
    color: #A76E28;     
}

/* sector divs */
.devDiv ul, .supDiv ul, .enrchDiv ul{
    text-align: left;
    padding: 0;
    margin: 0 0 18px 0;
}
    .devDiv ul li, .supDiv ul li, .enrchDiv ul li {
        background: none;
        margin: 0;
    }
/* sup div */
.supDiv ul li a:link, .supDiv ul li a:visited{
    color: #FCB514 !important;
}
.supDiv .button{
    background-color: #FCB514;
}
    .supDiv .button:hover {
        background-color: #A76E28 !important;
    }


.enrchPrimary {
    color: #E6503D;     
}

.enrchSecondary {
    color: #751A16;     
}

.enrchDiv ul li a:link, .enrchDiv ul li a:visited{
    color: #E6503D !important;
}
.enrchDiv .button{
    background-color: #E6503D;
}
    .enrchDiv .button:hover {
        background-color: #751A16 !important;
    }

.devDiv .button {
}

.lowerButtonRow .button{
    display: inline-block !important;
}

/* align */
.centerText {
    text-align: center;
}

.leftText {
    text-align: left;
}

.rightText {
    text-align: right;
}

/* text transform */
.upperCase{
    text-transform: uppercase;
}

.lowerCase{
    text-transform: lowercase;
}

.fontBold {
    font-weight: 700;    
}

.fontLight {
    font-weight: 400;
}

/**
 * warning cookies/js 
 */

.warningDiv {
    font-size: 14px;
    padding: 5px 10px;
}

.warningImage {
    float: left;
    padding: 3px 10px 7px 2px;
}

.warningText {
    margin: 0 0 10px 0;
    padding: 10px 0;
}


/**
 * validation summary
 */

.requiredLegend {
    float: right;   
}

/* required field for program forms */
.requiredLegend.programLegend{
    float: none;
    position: absolute;
    right: 0;
}

.requiredLegend.applicationLegend{

}

.requiredField {
    color: #8a3434;
    font-weight: 700;
}

.validationSummary {
    background: #dab2b2;
    border: 1px solid #b37575;
    color: #723939;
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    margin: 10px 0;
    padding: 20px;
    width: 100%;

    -moz-border-radius: 5px 5px 5px 5px;
         border-radius: 5px 5px 5px 5px;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

    .validationSummary label {
        color: #723939;
    }

    .validationSummary h3 {
        color: #723939;
        font-size: 20px;
        margin: 0;
    }

    .validationSummary ul {
        color: #723939;
        padding: 0 !important;
        margin: 0 10px !important;
        color: #723939;
        list-style: disc;
        list-style-position: inside;
    }

    .validationSummary ul li {
        background: none !important;
        color: #723939;
        font-size: 16px;
        font-family: 'PT Sans Narrow', sans-serif;
        font-style: normal;
        font-weight: 400;
        list-style: inherit;
        margin: 0;
        padding: 5px !important;
    }

        .validationSummary li:before {
            content: none !important;
        }

    /* not valid input fields*/
    input[type="text"].notvalid,
    textarea.notvalid,
    table.notvalid {
        background-color:#dab2b2 !important; 
        border-color: #b37575 !important; 
    }

/**
 * dnn overrides
 */

.Normal, .NormalDisabled, .NormalDeleted {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

ul, ol {
    margin: 0;
}

.dnnDragHint {
    border: 1px dashed #2D292A;
}

.dnnDropTarget {
    border: 1px dashed #3B96B6;
}

.dnnDropEmptyPanes {
    border: 1px dashed #ff6a00 !important;
}

/* gray box that outlines content panes, for visual purposes only */
.pane {
    background-color: #EEEEEE;
    min-height: 100px;
    line-height: 100px;
    text-align: center;
    width: 100%;
}

/* makes header narrower in edit mode to be able to update image rotator*/
.dnnEditState header {
    width: 95% !important;
}

/* removes extra spacing below footer in edit mode */
.dnnEditState .mm-page,
.dnnEditState .mm-slideout {
    min-height: 0 !important;
}

.dnnEditHtml {
    font-size: 13px;
    line-height: 20px;
}

/* login DNN FormItem */
.loginContent .dnnFormItem > label.dnnFormLabel {
    display: inline-block;
    float: left;
    position: relative;
    width: 32.075%;
    padding-right: 20px;
    margin-right: 18px;
    overflow: visible;
}

.loginContent .dnnFormItem input {
    background: none repeat scroll 0 0 #fbfbfb;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    font-family: inherit;
    color: #242424;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.loginContent .dnnFormItem {
    margin: 8px 0;
}

.loginContent .dnnFormItem label {
    font-weight: 700;
}

.loginContent .dnnLoginService input[type="text"],
.loginContent .dnnLoginService input[type="password"] {
    width: 300px;
}

.reToolbar .reDropdown, .reToolbar .reDropdown:hover {
    line-height: normal;
}

/* removed login DNN reset password button */
.dnnLoginActions {
    display: none;
}

/* dnn ModuleActions Style*/
form .actionMenu ul {
  z-index: 1 !important;
}

/* primary button */
.dnnFormItem button, .dnnFormItem input[type="button"],
.dnnFormItem input[type="reset"], .dnnFormItem input[type="submit"],
.dnnPrimaryAction, .dnnSecondaryAction,
.dnnTertiaryAction, ul.dnnAdminTabNav li a,
.dnnLogin .LoginTabGroup span {
    font-family: inherit;
    font-style: normal;
    font-weight: 800;
    text-shadow: none;
    text-transform: uppercase;
}

/* admin style */
ul.dnnAdminTabNav li a,
ul.dnnAdminTabNav li.ui-tabs-active a {
    padding: 5px 10px;
}

ul.dnnAdminTabNav li.ui-tabs-active a {
    margin-top: 0;
}

.dnnPrimaryAction, .dnnFormItem input[type="submit"],
a.dnnPrimaryAction, .button, #wrapper a.button,
#wrapper span.button > a {
    box-shadow: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    padding: 15px 20px;
    text-shadow: none;
    text-decoration: none;
    text-transform: none;
    min-width: 75px;
    -webkit-appearance: none;
    background: #79A03E;
    color: #FFFFFF !important;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .dnnPrimaryAction:hover, .dnnFormItem input[type="submit"]:hover,
    a.dnnPrimaryAction:hover, .button:hover, #wrapper a.button:hover #wrapper span.button > a:hover {
        background: #7faf55 !important;
        color: #FFFFFF;
    }
    .staticMobileNavLink a:hover, .staticMobileNavLink a:active{
        background-color: #A76E28 !important; 
    }
/* secondary button */
a.dnnSecondaryAction, .dnnSecondaryAction,
input[type="submit"].dnnSecondaryAction,
input[type="button"].dnnSecondaryAction,
#wrapper .secondaryButton {
    box-shadow: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    padding: 15px 20px;
    text-decoration: none;
    text-shadow: none;
    text-align: center;
    text-transform: none;
    color: #FFFFFF !important;
    text-decoration: none;
    min-width: 75px;
    background: #8f9586;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    a.dnnSecondaryAction:hover, .dnnSecondaryAction:hover,
    input[type="submit"].dnnSecondaryAction:hover,
    input[type="button"].dnnSecondaryAction:hover,
    #wrapper .secondaryButton:hover,
    #wrapper .secondaryButton > a:hover {
        background: #adb1a7 !important;
    }

.dnnPrimaryAction, .dnnSecondaryAction, .dnnTertiaryAction {
    padding: 0;
    min-width: inherit;
    line-height: normal;
}

/* disabled button */
.ehActions {
  height: 90px !important;
}

.ehActions a.aspNetDisabled {
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0 !important;
    padding: 15px 25px !important;

    -webkit-border-radius: 5px !important;
       -moz-border-radius: 5px !important;
            border-radius: 5px !important;
}

/* Fix for IOS buttons */
.button,
.secondaryButton {
	-webkit-appearance: none;
}

/* form classes */
.input,
.textarea,
.datePicker .riTextBox {
    background: none repeat scroll 0 0 #fbfbfb;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    font-family: inherit;
    color: #242424;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 0;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.inputDisabled {
	color: #808080 !important;
}

input[disabled], 
textarea[disabled],
select[disabled],
select[disabled='disabled']{
   -webkit-text-fill-color: #808080; 
   -webkit-opacity: 1; 
   color: #808080; 
}

input[type="radio"].input + label {
	vertical-align: top;
}

.admin .form .formItem .datePicker table{
      margin-left: 5px;
}

.admin .form .formItem .datePicker table input{
    height: 33px;
    border: 1px solid #C9C9C9;
}

.formItem > label,
.inputField > label {
    display: inline-block;
    font-weight: bold;
    margin: 10px 0;
}

.formItem  > select,
.inputField > select {
    padding: 10px 75px 10px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(/Portals/0/Images/selectArrow.png) no-repeat right #FBFBFB;
}

.formItem  > select::-ms-expand, 
.inputField > select::-ms-expand {
    display: none;
}

/* dnn pop-up content pane */
#dnn_ContentPane {
    font-size: 16px !important;
}

/**
 * template container
 */

#template {
	background: #EEE;
    border: 1px solid #D8D8D8;
    padding: 15px 20px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

#template p {
        color: red;
    }

    #template ul {
        margin: 0 0 20px 20px;
    }

/**
 * page toggles
 */

ul.toggleButtonContainer {
	list-style: none;
	padding: 0;
	margin: 20px 0;
	font-size: 0;
	text-align: center;
    text-transform: uppercase;
    /*height: 60px;*/
}

	ul.toggleButtonContainer li {
		display: inline-block;
		background: none;
		margin: 0;
		padding: 0;
		border: 1px solid #bcbcbc;
		border-left: none;
		background-color: #f3f3f3;
		overflow: hidden;
	}
		ul.toggleButtonContainer li a {
			padding: 15px;
			background-color: #f3f3f3;
			display: inline-block;
			min-width: 110px;
			text-decoration: none;
			font-size: 18px !important;
			vertical-align: middle !important;
			color: #000000 !important;
		}

			ul.toggleButtonContainer li a:hover {
				text-decoration: none;
			}

            ul.toggleButtonContainer li a.aspNetDisabled {
                background-color: #d3d3d3;
                color: #8f9586 !important;
            }

    ul.toggleButtonContainer li.noExtraBackground a{
        background: none;
    }

	ul.toggleButtonContainer li.toggleButtonLeft,
    ul.toggleButtonContainer li:first-child {
		-ms-border-radius: 6px 0 0 6px;
		-moz-border-radius: 6px 0 0 6px;
		-webkit-border-radius: 6px 0 0 6px;
		border-radius: 6px 0 0 6px;
		border-left: 1px solid #bcbcbc;
	}

	ul.toggleButtonContainer li.toggleButtonRight,
    ul.toggleButtonContainer li:last-child{
		-moz-border-radius: 0 6px 6px 0;
		-webkit-border-radius: 0 6px 6px 0;
		-ms-border-radius: 0 6px 6px 0;
		border-radius: 0 6px 6px 0;
	}

	ul.toggleButtonContainer li.toggleButtonActive {
		background-color: #749739;
	}

		ul.toggleButtonContainer li.toggleButtonActive a {
			background-color: #cdd8ba;
			margin-bottom: 5px;
			padding-bottom: 9px;
			border-bottom: 1px solid #91ad63;
		}

	ul.toggleButtonContainer li.toggleButtonInvalid a span {
		background: url('/Portals/0/Images/alertIcon.png') no-repeat right center;
		padding-right: 30px;
		display: inline-block;
		height: 25px;
	}

/* Expand/collapse toggle */
.toggleWhiteExpand,
.toggleWhiteCollapse {
	display: inline-block;
	width: 26px;
	height: 26px;
	vertical-align: middle;
	background: url('/Portals/0/Images/toggleIconWhite.png') no-repeat 0 0;
}

.toggleWhiteCollapse {
	background: url('/Portals/0/Images/toggleIconWhite.png') no-repeat 0 -26px;
}

/**
 * date picker
 */

#ui-datepicker-div {
    font-family: 'PT Sans Narrow', sans-serif;
    font-style: normal;
    font-weight: 400;
}

    #ui-datepicker-div .ui-datepicker-header {
        background: #5E5E5E;
        color: white;
        position: relative;

        -webkit-border-top-left-radius: 8px;
           -moz-border-top-left-radius: 8px;
                border-top-left-radius: 8px;
                                        
       -webkit-border-top-right-radius: 8px;
          -moz-border-top-right-radius: 8px;
               border-top-right-radius: 8px;
    }

        #ui-datepicker-div .ui-datepicker-header a {
            color: white;
            text-decoration: none;
        }

        #ui-datepicker-div .ui-datepicker-header .ui-icon {
            background-image: url("Images/datepickerIconWhite.png");
            background-repeat: no-repeat;
            height: 24px;
            width: 24px;

            cursor: pointer;
            display: block;
            text-indent: -99999px;
            overflow: hidden;
        }

        /* prev arrow */
        #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span {
            position: absolute;
            left: 10px;
            top: 12px;
        }

            #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev .ui-icon {
                background-position: top left;
            }

        /* next arrow */
        #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
            position: absolute;
            right: 10px;
            top: 12px;
        }

            #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next .ui-icon {
                background-position: bottom right;
            }

        /* month & year */
        #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
            text-align: center;
            padding: 10px;
        }

            #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select {
                padding: 5px;
                width: 30%;
            }

    #ui-datepicker-div table.ui-datepicker-calendar {
        background: #f1f1f1;
        padding: 5px 10px 10px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        border-right: 1px solid #BCBCBC;
        border-bottom: 1px solid #BCBCBC;
        border-left: 1px solid #BCBCBC;
    }

    #ui-datepicker-div table.ui-datepicker-calendar a {
        font-size: 14px;
        text-decoration: none;
    }
    
    /* date picker header - days */
    #ui-datepicker-div table.ui-datepicker-calendar th {
        color: #4063AA;
        font-size: 16px;  
        text-align: center;   
    }
        
        /* date picker cells */
        #ui-datepicker-div table.ui-datepicker-calendar td {
            text-align: center;
            border: 1px solid #BCBCBC;
            padding: 0 10px;   
        }

            #ui-datepicker-div table.ui-datepicker-calendar td a {
                color: #79A03E;
            }

            #ui-datepicker-div table.ui-datepicker-calendar td a:hover {
                text-decoration: underline;
            }

            /* date picker - today */
            #ui-datepicker-div table.ui-datepicker-calendar td.ui-datepicker-today {
                background: #79A03E;
                border-color: #516D23;
            }

                #ui-datepicker-div table.ui-datepicker-calendar td.ui-datepicker-today a {
                    color: #FFFFFF;
                }

    /* date picker - disabled days */
    #ui-datepicker-div table.ui-datepicker-calendar td.ui-state-disabled {
        border: 0;
    }



/* To Do Highlight */
.toDoHighlight{ background: #ffff00;color: #000000; }


@media print {

    .columnNine {
        width: 100% !important;
    }

}