﻿@charset "utf-8";
/* CSS Document */

/*install font faces to this site do not work on Mozilla*/
@font-face {
    font-family: 'TrajanPro-Bold';
    src: url('/fonts/TrajanPro-Bold.otf') format('truetype');
}

@font-face {
    font-family: 'TrajanPro-Regular';
    src: url('/fonts/TrajanPro-Regular.otf') format('truetype');
}
/*Be sure to add 'Cinzel' after all TrajanPro fonts to install this for Mozillia Firefox*/
/*---------------------------------*/
/*Styles for HTML TAGS*/
/*---------------------------------*/

html {
    width: 100%;
    max-width: 100vw;
    position: relative;
    overflow-x: hidden;
    box-sizing: border-box;
    display: block;
}

body {
    margin: 0px;
    background-color: #F1F0EB;
    max-width: 100%;
    overflow-x: hidden;
}

h3 {
    font-family: "TrajanPro-Regular", 'Cinzel', "Times New Roman", Times, serif;
    font-size: 31px;
    margin: 0px;
    text-align: right;
    color: #000;
    padding-bottom: 0px;
}

h1 {
    /* This is the secretary of state in the heading/nav */
    font-family: "TrajanPro-Regular",'Cinzel', "Times New Roman", Times, serif;
    font-size: 17px;
    color: #000;
    font-weight: normal;
    text-align: right;
    margin-top: 0px;
    padding-top: 0px;
}

div#top-menu-logo-text {
    font-family: "TrajanPro-Regular", 'Cinzel', "Times New Roman", Times, serif;
    font-size: 17px;
    color: #000;
    font-weight: normal;
    text-align: right;
    margin-top: 0px;
    padding-top: 0px;
}

h4 {
    /* This is the secretary of state in the heading/nav */
    font-family: "TrajanPro-Regular", 'Cinzel', "Times New Roman", Times, serif;
    font-size: 17px;
    color: #000;
    font-weight: normal;
    text-align: right;
    margin-top: 0px;
    padding-top: 0px;
}


h5 {
    /* Text in info boxes*/
    font-family: "TrajanPro-Regular",'Cinzel', Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: lighter;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 0px;
}


h6 {
    font-family: "Georgia", "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 3px;
    padding-bottom: 10px;
    color: #122E58;
    font-size: 18px;
}


p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #069;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}



/*---------------------------------
Font overrides on anchor tags
---------------------------------*/
li a {
    font-family: Arial, Helvetica, sans-serif;
}



#shortcuts-menu a {
    font-family: Arial, Helvetica, sans-serif;
}

a img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    text-decoration: none;
}


/*-------------------------------------------
/* Styles for layout and sections
------------------------------------------*/


#header {
    height: 35px;
    padding-top: 12px;
    background-image: url(//www.sos.mo.gov/SOSMasters/Images/Header.jpg);
    font-family: "TrajanPro-Bold", 'Cinzel' "Times New Roman", Times,serif;
    font-size: 13px;
    font-weight: bold;
    color: #CCC;
    z-index: 12;
    position: relative;
}

@media (min-width: 1080px) and (max-width: 1400px) {
    #header {
        width: 1400px;
    }
}

@media (min-width: 1080px) and (max-width: 1400px) {
    #header-line {
        width: 1400px;
    }
}

#header-info {
    width: 1400px;
    margin: auto;
}

#nav {
    height: 129px;
    width: 100%;
    background: rgb(249,249,249); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(249,249,249,1) 59%, rgba(186,199,214,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(59%,rgba(249,249,249,1)), color-stop(100%,rgba(186,199,214,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(249,249,249,1) 59%,rgba(186,199,214,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(249,249,249,1) 59%,rgba(186,199,214,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(249,249,249,1) 59%,rgba(186,199,214,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(249,249,249,1) 59%,rgba(186,199,214,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#bac7d6',GradientType=0 ); /* IE6-9 */
}

#nav-holder {
    padding-top: 5px;
    padding-bottom: 4px;
    font-size: 11px;
    z-index: 10;
    position: absolute;
    left: 360px;
    float: left;
}
    #nav-holder ul {
        text-align: center;
    }

        #nav-holder ul li {
            float: left;
            display: inline;
        }

            #nav-holder ul li:hover {
                background: #E6E6E6;
            }

            /* This will change the icon container*/
            #nav-holder ul li a {
                display: block;
                padding: 10px 10px;
                color: #444;
                padding-bottom: 11px;
            }

            #nav-holder ul li ul {
                position: absolute;
                width: 120px;
                background: #E6E6E6;
                text-align: left;
                padding: 0px;
            }

                #nav-holder ul li ul li {
                    width: 120px;
                    text-align: left;
                    padding: 0px;
                }

                    #nav-holder ul li ul li a {
                        display: block;
                        color: #666;
                    }

                    #nav-holder ul li ul li:hover a {
                        background: #CCC;
                        color: #000;
                    }

                #nav-holder ul li ul.fallback {
                    display: none;
                }

            #nav-holder ul li:hover ul.fallback {
                display: block;
            }

#footer {
    /*height: 160px;*/
    padding-top: 20px;
    background: url(//www.sos.mo.gov/SOSMasters/Images/Footer.png);
    color: #999;
    font-size: 12px;
    width: 100%;
    float: left;
}

@media (min-width: 1080px) and (max-width: 1400px) {
    #nav {
        width: 1400px;
    }

    #nav-info {
        width: 1050px;
    }

    #footer {
        width: 1400px;
    }
}


/*---------------------------------*/
/*Styles for Header*/
/*---------------------------------*/


.carved-line {
    margin-top: 0px;
    height: 31px;
    vertical-align: middle;
}

.social-media {
    margin-left: 3px;
}

#header-line {
    height: 1px;
    background-color: #000;
    -webkit-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.74);
    -moz-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.74);
    box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.74);
    border-top-style: outset;
    border-top-color: #000;
    border-right-color: #000;
    border-bottom-color: #000;
    border-left-color: #000;
}

@media (min-width: 1080px) and (max-width: 1400px) {
    #header-line {
        width: 1400px;
    }
}

#header-text {
    float: left;
}

    #header-text a {
        -webkit-transition-duration: .6s;
        transition-duration: .6s;
        font-family: "TrajanPro-Bold", 'Cinzel', "Times New Roman", Times, serif;
        font-size: 13px;
        font-weight: bold;
        color: #CCC;
    }


        #header-text a:hover {
            color: #06C;
        }

#social-media {
    float: left;
    width: 100px;
}

#search {
    width: 350px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
}



/*---------------------------------*/
/*Styles for navigation*/
/*---------------------------------*/

.icon {
    width: 50px;
    height: 50px;
    padding: 3px;
    padding-right: 5px;
}


#logo {
    padding-left: 3%;
    height: 110px;
    padding-bottom: 15px;
    padding-top: 5px;
    float: left;
    background-image: url(/SOSMasters/Images/StateSeal.png);
    background-repeat: no-repeat;
    background-position: right center;
    overflow: hidden;
    position: relative;
}

    #logo a {
        color: black;
        font-family: "TrajanPro-Regular",'Cinzel', Georgia, "Times New Roman", Times, serif;
        font-weight: bold;
        font-size: 2em;
    }


ul.icons {
    display: inline;
    margin-left: 8px;
    text-align: center;
    list-style-type: none;
}

    ul.icons li {
        list-style-type: none;
    }

#break-line {
    height: 8px;
    background-color: #0A447D;
    width: 100%;
}

@media (min-width: 1080px) and (max-width: 1400px) {
    #break-line {
        width: 1400px;
    }
}

#break-line2 {
    height: 8px;
    background-color: #0A447D;
}


/*---------------------------------*/
/*Styles for info boxes*/
/*---------------------------------*/
#info {
    height: 360px;
    width: 1080px;
    margin: auto;
}

/*---------------------------------*/
/******Info-box class is styles for latest news, Tweets, and About*******
/*---------------------------------*/
.info-box {
    height: 300px;
    width: 300px;
    float: left;
    margin: 16px;
    padding-top: 0px;
    padding: 7px;
    margin-bottom: 25px;
    /*	box-shadow: 3px 3px 3px #888888;
*/ text-align: center;
    border: thin solid #CCC;
    background-color: #FFF;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 16px rgba(50, 50, 50, 0.42);
    -moz-box-shadow: 0px 0px 16px rgba(50, 50, 50, 0.42);
    box-shadow: 0px 0px 16px rgba(50, 50, 50, 0.42);
    text-decoration: none;
}

    .info-box p {
        font-family: Arial, Helvetica, sans-serif;
    }

.info-line {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #E5E5E5;
    width: 245px;
}

/*---------------------------------*/
/******CSS Info for calender boxes*******
/*---------------------------------*/
.date {
    height: 50px;
    width: 50px;
    display: block;
    margin: 10px;
    background-image: url(/CMSImages/SOSMain/date-01.png);
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.74);
    -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.74);
    box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.74);
    text-align: center;
}

p.month {
    margin: 0px;
    padding-top: 5px;
    color: white;
    font-size: 14px;
}

p.day {
    margin: 0px;
    padding-top: 8px;
    color: black;
    font-size: 16px;
}

#right p.day {
    text-align: center;
}

#right p.month {
    text-align: center;
}

table a {
    font-size: 12px;
    color: #000;
}

/*-------------------------------------------
Styles for the Latest News Box
---------------------------------------------*/

#news {
    width: 285px;
}

#news-table {
    height: 210px;
    overflow: hidden;
}

#news img {
    margin-left: 0px;
    margin-right: 0px;
    box-shadow: 3px 3px 3px #888888;
}

/*-------------------------------------------------
Styles for the About Jason Kander Box
-------------------------------------------------*/
#about img {
    margin: 10px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 4px;
}

#about {
    width: 225px;
    padding-left: 30px;
    padding-right: 30px;
}

    #about a {
        color: #000;
    }

/*-------------------------------------------------
Styles for the Footer box
-------------------------------------------------*/
@media (min-width: 1080px) and (max-width: 1400px) {
    #line-units {
        width: 1400px;
    }
}

#line-units {
    background-color: #0A447D;
    height: 8px;
    float: left;
}



#footer-links a {
    color: #999;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
}

#bottom-contact a:hover {
    color: #06C;
}

#bottom-contact a {
    color: #999;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
}

    #bottom-contact a span {
        display: none;
    }

#footer-links a:hover {
    color: #06C;
}

#footer-links {
    float: left;
    text-align: right;
    width: 200px;
    margin-right: 10px;
}

#bottom-contact {
    float: left;
    text-align: left;
    width: 200px;
    margin-left: 10px;
}

#seal {
    float: left;
    height: 130px;
    width: 120px;
}

#footer-holder {
    margin: auto;
    width: 620px;
}

.socialMediaIc {
    display: block;
    height: 20px;
    width: 20px;
    float: left;
    list-style-type: none;
}


a#facebook {
    background-image: url(/SOSMasters/Images/facebook-sprite.png);
    background-position: center top;
}

a#facebook:hover {
    background-image: url(/SOSMasters/Images/facebook-sprite.png);
    background-position: center bottom;
}

a#twitter {
    background-image: url(/SOSMasters/Images/twitter-sprite.png);
    background-position: center top;
}

a#twitter:hover {
    background-image: url(/SOSMasters/Images/twitter-sprite.png);
    background-position: center bottom;
}

a#rss {
    background-image: url(/SOSMasters/Images/rsssprite.png);
    background-position: center top;
}

a#rss:hover {
    background-image: url(/SOSMasters/Images/rsssprite.png);
    background-position: center bottom;
}


#footer p {
    font-family: Arial, Helvetica, sans-serif;
}

.div-line {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.75), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.75), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.75), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.75), rgba(0,0,0,0));
    color: #FFF;
}



/* BEGIN experimental site tabular design- michael salmons 11-3-13 */
.sitewide {
    margin: 0px;
    padding: 0px;
    width: 100%;
    box-shadow: 10px 10px 5px #888888;
    border: 1px solid #000000;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

    .sitewide table {
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
    }

    .sitewide tr:last-child td:last-child {
        -moz-border-radius-bottomright: 0px;
        -webkit-border-bottom-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-width: 0px 0px 0px 0px;
    }

    .sitewide table tr:first-child td:first-child {
        -moz-border-radius-topleft: 0px;
        -webkit-border-top-left-radius: 0px;
        border-top-left-radius: 0px;
    }

    .sitewide table tr:first-child td:last-child {
        -moz-border-radius-topright: 0px;
        -webkit-border-top-right-radius: 0px;
        border-top-right-radius: 0px;
    }

    .sitewide tr:last-child td:first-child {
        -moz-border-radius-bottomleft: 0px;
        -webkit-border-bottom-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .sitewide tr:hover td {
    }

    .sitewide th {
        border-style: none;
    }

    .sitewide a {
        font-size: 1em;
        color: #16406a;
        font-weight: 700;
    }

        .sitewide a:hover {
            border-bottom: 1px dashed #16406a;
        }

    .sitewide tr:nth-child(odd) {
        background-color: #c9d2de;
    }

    .sitewide tr:nth-child(even) {
        background-color: #ffffff;
    }

.alt {
    background-color: #c9d2de;
}

.sitewide td {
    vertical-align: middle;
    border-collapse: separate;
    border: solid #000000;
    border-width: 0px 1px 1px 0px;
    text-align: left;
    padding: 7px;
    font-size: 1em;
    font-family: Arial;
    font-weight: normal;
    color: #000000;
}

.sitewide tr:last-child td {
    border-width: 0px 1px 0px 0px;
}

.sitewide tr td:last-child {
    border-width: 0px 0px 1px 0px;
}

.sitewide tr:first-child td {
    background: -o-linear-gradient(bottom, #094076 5%, #16406a 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #094076), color-stop(1, #16406a) );
    background: -moz-linear-gradient( center top, #094076 5%, #16406a 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#094076", endColorstr="#16406a");
    background: -o-linear-gradient(top,#094076,16406a);
    background-color: #094076;
    border: 0px solid #000000;
    text-align: center;
    border-width: 0px 0px 1px 1px;
    font-size: 14px;
    font-family: Georgia;
    font-weight: bold;
    color: #ffffff;
}

.sitewide tr:first-child:hover td {
    background: -o-linear-gradient(bottom, #094076 5%, #16406a 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #094076), color-stop(1, #16406a) );
    background: -moz-linear-gradient( center top, #094076 5%, #16406a 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#094076", endColorstr="#16406a");
    background: -o-linear-gradient(top,#094076,16406a);
    background-color: #094076;
}

.sitewide tr:first-child td:first-child {
    border-width: 0px 0px 1px 0px;
}

.sitewide tr:first-child td:last-child {
    border-width: 0px 0px 1px 1px;
}

/* END experimental site tabular design- michael salmons 11-3-13 */


/***************************************************
************Begin Navigation ONLY Styles************
***************************************************/
/*Styles below are for social media navigation drop down*/



.cssMenu {
    float: left;
    margin: 0px;
    padding: 0px;
    margin-top: 3px;
}

    .cssMenu ul {
        text-align: center;
        margin: 0px;
        padding: 0px;
    }

        .cssMenu ul li {
            float: left;
            display: inline;
            margin: 0px;
            padding: 0px;
        }

            .cssMenu ul li:hover {
            }

            /* This will change the icon container*/
            .cssMenu ul li a {
                display: block;
                padding: 0px;
                color: #444;
                padding-bottom: 0px;
                padding-top: 0px;
                margin: 0px;
                margin-left: 0px;
            }

            .cssMenu ul li ul {
                position: absolute;
                width: 150px;
                background: #E6E6E6;
                text-align: left;
                padding: 0px;
            }

                .cssMenu ul li ul li {
                    width: 150px;
                    text-align: left;
                    padding: 0px;
                }

                    .cssMenu ul li ul li a {
                        display: block;
                        color: #666;
                        font-weight: normal;
                        font-size: 11px;
                        padding: 10px;
                    }

                    .cssMenu ul li ul li:hover a {
                        background: #CCC;
                        color: #000;
                        border-top-style: none;
                        border-right-style: none;
                        border-bottom-style: none;
                        border-left-style: none;
                    }

                .cssMenu ul li ul.fallback {
                    display: none;
                }

            .cssMenu ul li:hover ul.fallback {
                display: block;
            }




/*******************************************************************
********************************************************************
*************CONTENT SPECIFIC TO Landing pages ETC.*****************
********************************************************************
********************************************************************/

/*--------------------------------
font overrides
----------------------------------*/

/* Main page header*/
#right h1 {
    font-size: 26px;
    font-weight: lighter;
    font-family: "TrajanPro-Regular",'Cinzel', Georgia, "Times New Roman", Times, serif;
    text-align: center;
}



h5 a {
    color: #CCC;
    font-size: 26px;
    font-weight: lighter;
    font-family: "TrajanPro-Regular", 'Cinzel', Georgia, "Times New Roman", Times, serif;
    text-align: center;
}

    h5 a:hover {
        text-decoration: underline;
    }

#unit-info h4 {
    text-align: center;
}

#right h4 {
    text-align: center;
}

#right h5 {
    text-align: center;
    margin-bottom: 15px;
    color: #122E58;
    font-family: "TrajanPro-Bold", 'Cinzel', Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    display: block;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: normal;
}





h6 a {
    text-align: left;
    color: #122E58;
    font-family: "TrajanPro-Bold", 'Cinzel', Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
}

    h6 a:hover {
        text-decoration: underline;
    }

h2.moreg {
    background-color: #036;
    color: #CCC !important;
    text-align: left !important;
    padding-bottom: 10px;
    font-family: "TrajanPro-Bold", 'Cinzel', Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
}

#right ul li p a {
    font-size: 14px;
}

h3.csr {
    background-color: #036 !important;
    color: #CCC !important;
    text-align: left !important;
    padding-bottom: 0px !important;
    font-family: "TrajanPro-Bold", 'Cinzel', Georgia, "Times New Roman", Times, serif;
    font-size: 16px !important;
}

    h3.csr a {
        text-decoration: underline;
        color: #CCC;
        text-align: left;
        padding-bottom: 10px;
        color: #CCC;
        font-family: "TrajanPro-Bold", 'Cinzel', Georgia, "Times New Roman", Times, serif;
        font-size: 18px;
    }

#right h2 {
    text-align: center;
    margin-bottom: 15px;
    color: #122E58;
    font-family: "TrajanPro-Bold", 'Cinzel', Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
}


    #right h2 a {
        font-family: "TrajanPro-Bold", 'Cinzel', Georgia, "Times New Roman", Times, serif;
        font-size: 18px;
    }


#right ul li {
    font: Arial, Helvetica, sans-serif;
    text-align: left;
}

    #right ul li a:hover {
        text-decoration: underline;
    }

#right p a:hover {
    text-decoration: underline;
}


#right li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
}

dt {
    font: Arial, Helvetica, sans-serif;
}


dd {
    font: Arial, Helvetica, sans-serif;
}

/* ----------------------
table of contents styles
----------------------- */

#left p a {
    color: #CCC;
    font-size: 14px;
    height: 24px;
    padding-top: 5px;
    width: 100%;
    display: block;
    text-align: center;
}

#left li a {
    color: #CCC;
    font-size: 12px;
    height: 36px;
    width: 120px;
    padding-top: 5px;
    width: 100%;
    display: block;
    text-align: left;
}

#left li {
    list-style-type: none;
}


#left p a:hover {
    text-decoration: underline;
}

#left li a:hover {
    text-decoration: underline;
}

#left {
    width: 310px;
    float: left;
    padding-right: 22px;
    padding-left: 13px;
    padding-top: 10px;
    padding-bottom: 200px;
    text-align: center;
    list-style-type: none;
}



.div-info {
    margin: auto;
    color: #CCC;
    font-size: 12px;
    font-family: "TrajanPro-Regular",'Cinzel', Georgia, "Times New Roman", Times, serif;
    left: 75px;
    bottom: 30px;
    position: absolute;
    display: block;
    text-align: center;
}

    .div-info a {
        color: #CCC;
        font-size: 12px;
        font-family: "TrajanPro-Regular", 'Cinzel', Georgia, "Times New Roman", Times, serif;
    }

/* ----------------------
content on right 
----------------------- */


#unit-content #right ul {
    text-align: left;
}


.head-photo {
    border: thick solid #FFF;
    -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.81);
    -moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.81);
    box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.81);
    margin: auto;
    margin-bottom: 30px;
}

.main-photo {
    width: 550px;
    margin: auto;
}



/* ----------------------
random lines
----------------------- */


#midline {
    width: 600px;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(100,100,100,0.75), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(100,100,100,0.75), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(100,100,100,0.75), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(100,100,100,0.75), rgba(0,0,0,0));
}






/*survey gizno pages left nav line*/
.sgline {
    width: 80px;
    border-top: 1px solid #FFF;
    height: 1px;
    margin: auto;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.75), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.75), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.75), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.75), rgba(0,0,0,0));
}

/* ----------------------
Info Boxes
----------------------- */
#unit-info {
    float: left;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 20px;
}

table p {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}

#page-boxes {
    width: 540px;
    margin: auto;
}

    #page-boxes a {
        color: #000;
    }


#latest-news {
    width: 245px;
    margin-left: 2%;
    padding: 5px;
    float: left;
    height: 320px;
    border: thin solid #E5E5E5;
    background-color: #FFF;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 16px rgba(50, 50, 50, 0.42);
    -moz-box-shadow: 0px 0px 16px rgba(50, 50, 50, 0.42);
    box-shadow: 0px 0px 16px rgba(50, 50, 50, 0.42);
    margin-bottom: 25px;
}

#featured-items {
    width: 245px;
    margin-left: 2%;
    padding: 5px;
    float: left;
    height: 320px;
    border: thin solid #E5E5E5;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFF;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 16px rgba(50, 50, 50, 0.42);
    -moz-box-shadow: 0px 0px 16px rgba(50, 50, 50, 0.42);
    box-shadow: 0px 0px 16px rgba(50, 50, 50, 0.42);
    margin-bottom: 25px;
}

.PageBoxes tr td {
    border: 0px none;
}

table.PageBoxes {
    border: none;
}

/* ----------------------
source Icons for division sub pages
----------------------- */

a.source-icons {
    height: 25px;
    margin: auto;
    width: 64px;
    display: inline-block;
    color: #333;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 2px;
    padding-top: 60px;
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat;
    vertical-align: top;
}


    /* these icons are for each units specific sections, more styles in
seperate css file*/
    a.source-icons:hover {
        text-decoration: underline;
    }

    a.source-icons:active {
        opacity: 0.8;
        filter: alpha(opacity=40); /* For IE8 and earlier */
    }


/* Styles for making a cool picture box/button on any page */

a.pic-box {
    display: inline-block;
    width: 188px;
    text-align: center;
    height: 120px;
    background-color: #CCC;
    vertical-align: middle;
    border: thick solid #CCC;
    margin: auto;
    -webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.75);
    opacity: 0.9;
}



a.pic-box2 {
    display: inline-block;
    width: 188px;
    height: 60px;
    margin: auto;
    margin-left: 15px;
    margin-bottom: 15px;
    text-align: center;
    background-color: #CCC;
    border: thick solid #CCC;
    -webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.75);
    opacity: 0.9;
}

    a.pic-box2 p {
        vertical-align: middle;
        text-align: center;
        font-size: 14px;
        padding-top: 0px;
        color: #036;
    }

a.pic-box3 {
    display: inline-block;
    width: 188px;
    height: 70px;
    margin: auto;
    margin-left: 15px;
    margin-bottom: 15px;
    text-align: center;
    background-color: #CCC;
    border: thick solid #CCC;
    -webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.75);
    opacity: 0.9;
}

    a.pic-box3 p {
        vertical-align: middle;
        text-align: center;
        font-size: 14px;
        padding-top: 0px;
        padding-bottom: 0px;
        color: #036;
    }


a.pic-box:hover {
    opacity: 1;
}

a.pic-box:active {
    opacity: 0.6;
}

a.pic-box2:hover {
    opacity: 1;
}

a.pic-box2:active {
    opacity: 0.6;
}


#right a.pic-box p {
    padding-top: 1px;
    font-size: 12px;
    text-align: center;
    color: #333;
}

#right .pic-box h6 {
    padding-bottom: 0px;
    text-align: center;
}


/*OTHER STYLES */

.hasBorder h6 {
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    background-color: #004E9B;
    margin: 0px;
    padding: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #333333;
}

#right ol li {
    text-align: left;
}


/*****************************************************
******************Contact Page Styles*****************
*****************************************************/

.page-contact {
    border: medium double #036;
    width: 30%;
    margin: auto;
    text-align: center;
    padding: 5px;
}

#right .page-contact p {
    text-align: center;
}

#right .page-contact h6 {
    text-align: center;
}

/******************************************************************************
****************************Table defaults***************************
******************************************************************************/


table tr th {
    background-color: #036;
    font-size: 16px;
    font-weight: normal;
    color: #CCC;
    font-family: "TrajanPro-Regular", 'Cinzel', Georgia, "Times New Roman", Times, serif;
}

table tr {
    background-color: none;
    font-size: 12px;
}

    table tr td {
        font-family: Arial, Helvetica, sans-serif;
    }

/******************************************************************************
****************************CMS Public Styles**********************************
******************************************************************************/

.DefaultMessage {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

a#BlueButton:hover {
    border-bottom-width: medium;
    border-bottom-color: #FFFFFF;
    border-bottom-color: #BFCBD9;
    text-decoration: none;
}

a#BlueButton {
    border-right: thin solid #111111;
    border-bottom: medium solid #111111;
    font-size: 13px;
    font-weight: bold;
    color: #CFD8E2;
    text-shadow: 2px 2px 2px black;
    text-align: center;
    display: block;
    float: left;
    width: 135px;
    padding: 7px;
    background-color: #002E54;
    box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
    background-image: linear-gradient(to bottom, #003B6E 0%, #00121C 100%);
}


/******************************************************************************
****************************Custom Page Styles**********************************
******************************************************************************/

#complaints {
    text-align: center;
}

a.btn2 img {
    border-radius: 10px;
}

.comp-head {
    font-weight: bold;
}

#com-graphic h4 {
    font-weight: bolder;
    padding: 0px;
    margin: 0px;
    margin-bottom: 3px;
    margin-top: 30px;
}

#com-graphic {
    height: 300px;
    width: 430px;
    padding: 13px;
    padding-top: 2px;
    margin: auto;
    color: #000;
    background-color: #C3C3C3;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FFF;
    border-right-color: #FFF;
    border-bottom-color: #FFF;
    border-left-color: #FFF;
    -webkit-box-shadow: 0px 0px 19px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 19px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 19px rgba(50, 50, 50, 0.75);
}

#right-text {
    float: left;
    width: 250px;
    font-size: 14px;
    font-weight: bold;
    margin: 5px;
    margin-top: 25px;
}


#left1 {
    float: left;
    width: 170px;
}



#elec-line {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}


#home-box {
    font-weight: normal;
    margin-left: 0px;
    font-size: 11px;
    padding: 4px;
    width: 550px;
    height: 240px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #CCC;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FFF;
    border-right-color: #FFF;
    border-bottom-color: #FFF;
    border-left-color: #FFF;
    -webkit-box-shadow: 0px 0px 19px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 19px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 19px rgba(50, 50, 50, 0.75);
    background-color: #C3C3C3;
}

#trans-box {
    font-weight: normal;
    margin-left: 0px;
    font-size: 11px;
    padding: 4px;
    width: 439px;
    height: 240px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #CCC;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FFF;
    border-right-color: #FFF;
    border-bottom-color: #FFF;
    border-left-color: #FFF;
    text-align: center;
    padding-left: 115px;
    -webkit-box-shadow: 0px 0px 19px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 19px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 19px rgba(50, 50, 50, 0.75);
    background-color: #C3C3C3;
}

#rev-box {
    font-weight: bold;
    padding: 25px;
    height: 230px;
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FFF;
    border-right-color: #FFF;
    border-bottom-color: #FFF;
    border-left-color: #FFF;
    width: 508px;
    -webkit-box-shadow: 0px 0px 19px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 19px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 19px rgba(50, 50, 50, 0.75);
    background-color: #C3C3C3;
}

#home-box, #trans-box, #rev-box {
    margin-left: 25px;
}

#complaint-lower {
    padding-left: 12px;
    padding-right: 12px;
}

#left-text {
    float: left;
}

#rev-left {
    float: left;
    display: block;
    width: 300px;
}

#rev-right {
    float: right;
    display: block;
    padding-top: 50px;
}

h2 #img {
    margin: 0px;
}

#home-right {
    float: right;
    width: 180px;
    font-weight: bold;
    font-size: 14px;
    margin: 15px;
    margin-top: 20px;
}

#video {
    margin-top: 20px;
    float: left;
    margin-left: 5px;
}

#elec-vid {
    text-align: center;
}

#btn-box {
    margin: auto;
    width: 344px;
    height: 190px;
}

p a.btn {
    color: #000;
    height: 109px;
    width: 152px;
    font-size: 15px;
    display: block;
    float: left;
    text-align: center;
    text-decoration: none;
    margin: 10px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

.box5 {
    padding-top: 20px;
    margin-top: 15px;
    margin-bottom: 0px;
    height: 40px;
    width: 100%;
    float: left;
    border-top: medium #036 solid;
    background: -moz-linear-gradient(top, rgba(213,229,239,1) 0%, rgba(213,229,239,0.98) 1%, rgba(177,211,236,0) 42%, rgba(125,185,232,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(213,229,239,1)), color-stop(1%,rgba(213,229,239,0.98)), color-stop(42%,rgba(177,211,236,0)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(213,229,239,1) 0%,rgba(213,229,239,0.98) 1%,rgba(177,211,236,0) 42%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(213,229,239,1) 0%,rgba(213,229,239,0.98) 1%,rgba(177,211,236,0) 42%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(213,229,239,1) 0%,rgba(213,229,239,0.98) 1%,rgba(177,211,236,0) 42%,rgba(125,185,232,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(213,229,239,1) 0%,rgba(213,229,239,0.98) 1%,rgba(177,211,236,0) 42%,rgba(125,185,232,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5e5ef', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}

    .box5 a {
        display: inline-block;
        text-align: center;
        width: 32%;
        height: 30px;
        background-color: none;
        font-size: 14px;
        color: #036;
        font-weight: bold;
    }

        .box5 a:hover {
            text-decoration: underline;
            color: #900;
        }

.cal tr:nth-of-type(odd) {
    background-color: #CCC;
}

.cal td {
    margin-bottom: 20px;
    margin-right: 10px;
    border-right-width: thin;
    border-bottom-width: thin;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #999;
    border-bottom-color: #999;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.75);
}

#slide-show {
    height: 325px;
    width: 100%;
    background-image: url(//www.sos.mo.gov/SOSMasters/images/ss-back.png);
    margin: auto;
    overflow: hidden;
    background-repeat: repeat;
    background-position: bottom;
}

#shortcuts {
    background-color: #C52233;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(//www.sos.mo.gov/SOSMasters/images/shortcut-back.png);
    -webkit-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.74);
    -moz-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.74);
    box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.74);
    overflow: hidden;
    height: 60px;
}

@media (min-width: 1080px) and (max-width: 1400px) {
    #shortcuts {
        width: 1400px;
    }
}

#shortcuts h4 {
    color: #FFF;
    font-size: 24px;
    font-family: 'Cinzel', "Times New Roman", Times, serif;
    font-weight: bold;
    text-align: left;
    font-weight: 100;
    text-decoration: none;
}

#shortcuts h2 {
    color: #FFF;
    font-size: 24px;
    font-family: 'Cinzel', "Times New Roman", Times, serif;
    font-weight: bold;
    text-align: left;
    font-weight: 100;
    text-decoration: none;
    margin-top: 0px;
    padding-top: 0px;
}


#shortcuts a {
    padding-top: 13px;
    font-weight: 100;
    display: block;
    float: left;
    width: 10%;
    height: 60px;
    color: #FFF;
    text-align: center;
    font-size: 12px;
}

#shortcuts-menu a:hover {
    -webkit-transition: All.5s ease;
    transition: All.5s ease;
    text-decoration: underline;
    background-color: white;
    color: #036;
    font-weight: bold;
    opacity: .8;
}

#shortcuts-menu img {
    margin-top: 10px;
}

#shortcuts-title {
    width: 5%;
    float: left;
    padding-top: 15px;
    margin-right: 8%;
    margin-left: 2%;
}

#shortcuts-menu {
    width: 70%;
    float: left;
}

.shortcut-line {
    float: left;
}

#twitter2 div {
         height: 280px;
         overflow-y: scroll;
         overflow-x: hidden;
     }
h3{
	text-align: center;
    margin-bottom: 15px;
    color: #122E58;
    font-family: "TrajanPro-Bold", 'Cinzel', Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    display: block;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    /* font-weight: normal; */

}

div#slider .navBulletsWrapper{
display:none;
}
