html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
    {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    }
input, textarea, select, button, submit
    {
    outline: none;
    }
a
    {
    text-decoration: none;
    }
img
    {
    display: block;
    }
html
    {
    font-size: 10px; /* 1.0rem = 10px */
    /*font-size: 62.5%;*/
    }
body
    {
    line-height: 1;
    font-size: 18px;
    font-family: 'open sans', sans-serif;
    color: #333;
    }
#viewport
    {
    width: 100%;
    background-color: #32394A;
    }
#body
    {
    padding: 5px;
    margin-top: 10px;
    }
#logo, #logo_wdt
    {
    position: absolute;
    left: 50%;
    margin-left: -95px;
    top: 13px;
    }
#logo_mtg
    {
    position: absolute;
    left: 50%;
    margin-left: -66px;
    top: 13px;
    }
#logo_bdn
    {
    position: absolute;
    left: 50%;
    margin-left: -112px;
    top: 6px;
    }
#logo_lcn
    {
    position: absolute;
    left: 50%;
    margin-left: -80px;
    top: 2px;
    }
#logo_osw
    {
    position: absolute;
    left: 50%;
    margin-left: -80px;
    top: 2px;
    }
#logo_dco
    {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 6px;
    }
#logo_ogd
    {
    position: absolute;
    left: 50%;
    margin-left: -70px;
    top: 6px;
    }
#logo_ljr
    {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 7px;
    }
#logo_crt
    {
    position: absolute;
    left: 50%;
    margin-left: -95px;
    top: 12px;
    }
#logo_wdt img, #logo_mtg img
    {
    height: 20px;
    }
#logo_bdn img
    {
    height: 30px;
    }
#logo_lcn img
    {
    height: 39px;
    }
#logo_osw img
    {
    height: 40px;
    }
#logo_dco img
    {
    height: 30px;
    }
#logo_ogd img
    {
    height: 30px;
    }
#logo_ljr img
    {
    height: 30px;
    }
#logo_crt img
    {
    height: 20px;
    }
.cf:after
    {
    content: "";
    display: table;
    clear: both;
    }



/* Mobile Nav Menu */

#close-mask
    {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    background-color: transparent;
    }
body.menu-open #close-mask
    {
    display: block;
    }
#page
    {
    position: relative;
    z-index: 2;
    min-width: 320px;
    min-height: 600px;
    /*margin-bottom: 20px;*/
    background-color: #fff;
    }
body.menu-opening #page,
body.menu-closing #page
    {
    transition-duration: 200ms;
    transition-timing-function: ease-in;
    -webkit-transition-duration: 200ms;
    -webkit-transition-timing-function: ease-in;
    }
body.menu-moving #page
    {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    }
#page > header.wdt, #page > header.mtg
    {
    height: 43px;
    line-height: 43px;
    background: -webkit-gradient(linear, left top, left bottom, from(#579), to(#468));
    background: -moz-linear-gradient(top, #579 0%, #468 100%);
    background-color: #468;
    border-color: #111A33;
    box-shadow: inset 0 1px 1px -1px white, 0 1px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: inset 0 1px 1px -1px white, 0 1px 5px rgba(0,0,0,.5);
    -webkit-transition: left 200ms ease-in;
    -moz-transition: left 200ms ease-in;
    }
#page > header.bdn
    {
    height: 43px;
    line-height: 43px;
    background-color: #454D68;
    box-shadow: inset 0 1px 1px -1px white, 0 1px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: inset 0 1px 1px -1px white, 0 1px 5px rgba(0,0,0,.5);
    -webkit-transition: left 200ms ease-in;
    -moz-transition: left 200ms ease-in;
    }
#page > header.lcn
    {
    height: 43px;
    line-height: 43px;
    background-color: #A01C1D;
    box-shadow: inset 0 1px 1px -1px white, 0 1px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: inset 0 1px 1px -1px white, 0 1px 5px rgba(0,0,0,.5);
    -webkit-transition: left 200ms ease-in;
    -moz-transition: left 200ms ease-in;
    }
#page > header.osw
    {
    height: 43px;
    line-height: 43px;
    background-color: #69C;
    box-shadow: inset 0 1px 1px -1px white, 0 1px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: inset 0 1px 1px -1px white, 0 1px 5px rgba(0,0,0,.5);
    -webkit-transition: left 200ms ease-in;
    -moz-transition: left 200ms ease-in;
    }
#page > header.dco
    {
    height: 43px;
    line-height: 43px;
    xbackground: -webkit-gradient(linear, left top, left bottom, from(#579), to(#468));
    xbackground: -moz-linear-gradient(top, #579 0%, #468 100%);
    xbackground-color: #468;
    background: #468;
    border-color: #111A33;
    box-shadow: inset 0 1px 1px -1px white, 0 1px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: inset 0 1px 1px -1px white, 0 1px 5px rgba(0,0,0,.5);
    -webkit-transition: left 200ms ease-in;
    -moz-transition: left 200ms ease-in;
    }
#page > header.ogd
    {
    height: 43px;
    line-height: 43px;
    xbackground: -webkit-gradient(linear, left top, left bottom, from(#579), to(#468));
    xbackground: -moz-linear-gradient(top, #579 0%, #468 100%);
    background-color: #69C;
    border-color: #111A33;
    box-shadow: inset 0 1px 1px -1px white, 0 1px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: inset 0 1px 1px -1px white, 0 1px 5px rgba(0,0,0,.5);
    -webkit-transition: left 200ms ease-in;
    -moz-transition: left 200ms ease-in;
    }
#page > header.ljr
    {
    height: 43px;
    line-height: 43px;
    xbackground: -webkit-gradient(linear, left top, left bottom, from(#579), to(#468));
    xbackground: -moz-linear-gradient(top, #579 0%, #468 100%);
    background-color: #900;
    border-color: #111A33;
    box-shadow: inset 0 1px 1px -1px white, 0 1px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: inset 0 1px 1px -1px white, 0 1px 5px rgba(0,0,0,.5);
    -webkit-transition: left 200ms ease-in;
    -moz-transition: left 200ms ease-in;
    }
#page > header.crt
    {
    height: 43px;
    line-height: 43px;
    xbackground: -webkit-gradient(linear, left top, left bottom, from(#579), to(#468));
    xbackground: -moz-linear-gradient(top, #579 0%, #468 100%);
    background-color: #393;
    border-color: #111A33;
    box-shadow: inset 0 1px 1px -1px white, 0 1px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: inset 0 1px 1px -1px white, 0 1px 5px rgba(0,0,0,.5);
    -webkit-transition: left 200ms ease-in;
    -moz-transition: left 200ms ease-in;
    }
#page > header .trigger
    {
    position: absolute;
    z-index: 999;
    top: 11px;
    left: 14px;
    display: block;
    width: 24px;
    height: 21px;
    cursor: pointer;
    background: transparent url('/images/mobile-menu-three-bars.png') no-repeat;
    }
#page > header .logo
    {
    position: absolute;
    left: 50%;
    margin-left: -95px;
    top: 13px;
    }


#menu
    {
    position: fixed;
    width: 220px;
    top: 0;
    left: 0;
    }
body.menu-open #menu
    {
    overflow: auto;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    }
#menu > header
    {
    padding: 0 8px;
    width: 100%;
    height: 43px;
    background-image: -webkit-gradient( linear, left top, left bottom, from(#434B5B), to(#242B39));
    background-image: -moz-linear-gradient(top, #434B5B 0%, #242B39 100%);
    border-bottom: 1px solid #000;
    border-top: 1px solid #5F6673;
    color: #fff;
    }
#menu #search
    {
    position: relative;
    top: 6px;
    width: 180px;
    padding: 2px 8px 0 10px;
    background: -webkit-gradient( linear, 0 0, 0 100%, from(#414A5A), to(#4C5464));
    background: -moz-linear-gradient(top, #414A5A 0%, #4C5464 100%);
    color: #AAB2C0;
    border: 1px solid #222936;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, .5), 0 1px 2px -1px rgba(255, 255, 255, .4);
    -webkit-box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, .5), 0 1px 2px -1px rgba(255, 255, 255, .4);
    height: 27px;
    outline: none;
    font-size: 16px;
    font-weight: bold;
    }
#menu #search::input-placeholder
    {
    color: #AAB2C0;
    font-weight: normal;
    }
#menu #search::-webkit-input-placeholder
    {
    color: #AAB2C0;
    font-weight: normal;
    }

#menu .separator
    {
    background: #434B5C;
    background: -webkit-gradient( linear, left top, left bottom, from(#434B5C), to(#394152) );
    background: -moz-linear-gradient(top, #434B5C 0%, #394152 100%);
    border-bottom: 1px solid #242A37;
    border-top: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
    color: #7A8292;
    padding: 4px 0 4px 8px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .6);
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    }
#menu li
    {
    position: relative;
    display: block;
    list-style: none;
    min-height: 43px;
    line-height: 40px;
    background-color: #32394A;
    border-bottom: 1px solid #242A37;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
    font-size: 20px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .6);
    }
#menu li:hover
    {
    background-color: #434B5C;
    }
#menu li a
    {
    display: block;
    padding: 3px 0 3px 8px;
    color: #C4CCDA;
    }
#menu li a:visited
    {
    color: #C4CCDA;
    }
#menu li a:hover
    {
    text-decoration: none;
    }
#menu .active
    {
    background-color: #262C3A;
    }

/* /Mobile Nav Menu */



ul.newslist1
    {
    list-style-type: square;
    list-style-position: inside;
    color: #369;
    }
ul.newslist1 li
    {
    font: 18px 'open sans', sans-serif;
    margin-left: 16px;
    text-indent: -16px;
    margin-bottom: 5px;
    line-height: 125%;
    x-background: #EED url('/images/article-list-arrow-mobile.png') no-repeat right center;
    x-border-radius: 5px;
    x-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
    }
ul.newslist1 a
    {
    color: #369;
    xdisplay: block;
    padding: 2px 5px 2px 5px;
    }
ul.newslist1 li a:visited
    {
    color: #9AB;
    border-bottom: 1px dotted #9AB;
    }
ul.newslist1 li a:active
    {
    background: #E0E3E9;
    border-radius: 5px;
    x-color: #FFF;
    }
.divider_red, .webapps_alert_divider_top
    {
    height: 1px;
    width: 100%;
    border-top: 2px solid #833;
    border-bottom: 1px solid #833;
    clear: both;
    display: none;
    }
.contentblock, .webapps_alert_contentblock
    {
    margin-bottom: 20px;
    }
.contentblock-bordered, .webapps_alert_contentblock-bordered
    {
    border: 1px solid #CCC;
    border-radius: 5px;
    }
.contentheading, .webapps_alert_contentheading
    {
    /* font: 24px bevan, serif; */
    font: 28px 'open sans condensed', arial, helvetica, sans-serif;
    color: #833;
    x-border-bottom: 1px solid #833;
    margin-bottom: 8px;
    }
.contentheading a, .webapps_alert_contentheading a
    {
    color: #833;
    text-decoration: none;
    display: block;
    }
.contentblock-bordered .contentheading, .webapps_alert_contentblock-bordered .webapps_alert_contentheading
    {
    padding: 0px 8px 2px 8px;
    
    background: rgb(238,238,238); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    }
.morelink
    {
    margin: 10px 5px 10px 0;
    text-align: right;
    font: 700 14px 'open sans', sans-serif;
    text-transform: uppercase;
    clear: both;
    }
.morelink a
    {
    x-border: 1px solid #987;
    x-border-radius: 8px;
    x-padding: 3px 8px 3px 8px;
    text-decoration: none;
    x-background-color: #F4F4E4;
    color: #966;
    }

.morelist
    {
    background: #FFE;
    padding: 10px 0 10px 0;
    margin: -24px auto 10px auto;
    cursor: pointer;
    border: 1px solid #CCC;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    }

.morelist:active
    {
    background: #FFC;
    }

















#article_container
    {
    padding: 5px;
    margin-bottom: 10px;
    }
#article_container #article_rail
    {
    }
#article_container #article_main
    {
    }
#article_container #article_main .headline
    {
    font: 300 40px 'open sans condensed', sans-serif;
    color: #833;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 125%;
    }
#article_container #article_main .article_byline
    {
    font: 400 14px 'open sans', sans-serif;
    color: #666;
    }
#article_container #article_main .article_byline a
    {
    color: #369;
    }
#article_container #article_main .article_byline a:hover
    {
    color: #963;
    text-decoration: underline;
    }
#article_container #article_main .article_credit
    {
    font: 400 14px 'open sans', sans-serif;
    color: #666;
    }
#article_container #article_main .article_date
    {
    font: 400 14px 'open sans', sans-serif;
    color: #666;
    }
#article_container #article_main .article_body
    {
    font: 400 18px 'open sans', sans-serif;
    line-height: 150%;
    color: #444;
    margin-top: 20px;
    }
#article_container #article_main .article_body a
    {
    color: #369;
    }
#article_container #article_main .article_body a:hover
    {
    color: #963;
    text-decoration: underline;
    }
#article_container #article_main .article_body p
    {
    margin: 0;
    padding: 0 0 20px 0;
    }
#article_container #article_main .figure
    {
    margin: 0 auto;
    padding: 10px;
    }
#article_container #article_main .figure img
    {
    margin: 0 auto;
    }
#article_container #article_main .figcaption
    {
    margin-top: 5px;
    }
#article_container #article_main .photo_credit
    {
    font: 400 16px 'open sans', sans-serif;
    color: #666;
    }
#article_container #article_main .photo_caption
    {
    font: 400 18px 'open sans', sans-serif;
    color: #333;
    }





#commentshead
    {
    border: 1px solid #CCC;
    padding: 5px 10px;
    background: #FFE;
    font: 18px 'open sans', sans-serif;
    color: #833;
    border-radius: 3px;
    }
#commentshead a
    {
    color: #833;
    }






.forkbox
    {
    background-color: #F4F4E4;
    padding: 3px;
    clear: both;
    border-radius: 5px;
    border: 1px solid #C4C4B4;
    margin-bottom: 20px;
    }
.forkbox:after
    {
    content: '';
    display: table;
    clear: both;
    }
.forkrating
    {
    float: left;
    margin-right: 20px;
    }
.forklabel
    {
    font: 14px 'open sans condensed', sans-serif;
    color: #369;
    }
.forkkey
    {
    float: left;
    width: 100%;
    max-width: 460px;
    }
.fork
    {
    height: 100px;
    background: transparent url('/images/forks.png') top left no-repeat;
    }
.forkhead
    {
    font: 24px 'open sans condensed', sans-serif;
    color: #036;
    }
.fork1
    {
    width: 20px;
    }
.fork1half
    {
    width: 34px;
    }
.fork2
    {
    width: 40px;
    }
.fork2half
    {
    width: 54px;
    }
.fork3
    {
    width: 60px;
    }
.fork3half
    {
    width: 74px;
    }
.fork4
    {
    width: 80px;
    }
.fork4half
    {
    width: 94px;
    }
.fork5
    {
    width: 100px;
    }
    
    
/* SCHOOL ALERTS */

#webapps_school_alerts
    {
    font: 14px 'open sans', sans-serif;
    xwidth: 250px;
    }
.webapps_alert_county
    {
    font: 300 22px 'open sans condensed', sans-serif;
    color: #369;
    margin: 5px 0 0 0;
    }
.webapps_alert_countyblock:nth-of-type(1) .webapps_alert_county
    {
    margin-top: 0;
    }
.webapps_alert_row
    {
    padding: 2px 2px 4px 2px !important;
    border-bottom: 1px solid #CCC;
    line-height: 125%;
    }
webapps_alert_county .webapps_alert_row:last-child
    {
    border-bottom: 0px solid #FFF;
    }
.webapps_alert_row:nth-of-type(1)
    {
    border-top: 1px solid #CCC;
    }
.webapps_alert_countyblock
    {
    margin: 0 10px 0 10px;
    }
.webapps_alert_countyblock .webapps_alert_row:nth-of-type(odd)
    {
    xbackground-color: #EEE;
    }
.webapps_alert_countyblock .webapps_alert_row:nth-of-type(even)
    {
    xbackground-color: #FFE;
    }
.webapps_alert_school
    {
    font-weight: bold;
    color: #333;
    }
.webapps_alert_message
    {
    color: #C33;
    }