/** UI **/
/* Body */
 body {
     background: #F8F8F8;
     font: 14px/18px Helvetica, Verdana, sans-serif;
     margin: 0px 0px 0px 0px;
     color: #423d3d;
}
 a {
     transition: background 150ms;
}
 a:focus, div:focus {
     outline: thin dotted;
}
/* Accessibilty Header */
 .vsu-accessible {
     background: #FFF;
     padding: 20px 10px;
     position: absolute;
     left: -9999em;
}
.vsu-accessible.noscript {
     position: relative;
     left: 0;
}
 .vsu-accessible ul {
     text-align: right;
     font-size: 1.2em;
}
/* Content */
 #content {
     margin: 0 auto;
}
/* Table for Listing */
 table.directory {
     text-align: left;
     width: 100%;
}
 table.directory thead {
     text-transform: uppercase;
     border-bottom: 2px solid #DFDFDF;
}
 table.directory thead tr th {
     padding: 10px 0px 10px 10px;
     width: 25%;
}
 table.directory tbody tr:nth-child(even) {
     background-color: #EEE;
}
 table.directory tbody tr td {
     padding: 15px 0px 15px 10px;
     font-weight: 300;
}
 table.directory tbody tr td a {
     text-decoration: none;
}
/** TOP HEADER **/
/* VSU Main Header */
 #header_container {
     background-color: #960816;
}
 .vsu-main-header {
     color: #fff;
}
 .vsu-main-header a {
     color: #fff;
}
 .vsu-main-header {
     height: 123px;
     width: 320px;
     margin: 0 auto;
}
 .vsu-main-header .brand {
     float: left;
     height: 53px;
     width: 320px;
}
 .vsu-main-header .brand .logo {
     display: none;
}
 .vsu-main-header .brand .name {
     float: left;
     margin: 18px 0px 0px;
}
 .vsu-main-header .brand .name img {
     max-width: 100%;
     height: auto;
}
 .vsu-main-header #search {
     height: 70px;
     width: 320px;
     background-color: #464646;
     float: right;
     font-weight: 300;
     letter-spacing: 0.05em;
}
 .vsu-main-header #search_box {
     margin: 20px 0px 0px 10px;
     position: relative;
     float: left;
     text-align: left;
}
 .vsu-main-header #search_box label {
     position: absolute;
     left: -9999px;
}
 .vsu-main-header #search_box form {
     float: left;
     position: relative;
}
 .vsu-main-header #search_box input {
     color: #FFF;
}
 .vsu-main-header #search input[type=image] {
     display: block;
     position: absolute;
     top: 6px;
     padding: 0px;
     right: 10px;
}
 .vsu-main-header #search input[type=text] {
     width: 100px;
     background: #7c7c7c;
     border: solid 1px #444444;
     border-radius: 5px;
     padding: 7px 30px 7px 7px;
     font-size: 1em;
}
 .vsu-main-header #search_box #weather {
     display: none;
}
 .vsu-main-header #search_box .search_options {
     color: #FFF;
     z-index: 9999;
     width: 234px;
     display: none;
     position: absolute;
     top: 33px;
}
 .vsu-main-header #search_box .search_options ul {
     background-color: #CECECE;
     display: block;
     border-radius: 5px;
     overflow: hidden;
}
 .vsu-main-header #search_box .search_options ul li {
     height: 31px;
     color: #000;
     text-shadow: 1px 1px 1px #fff;
     font-weight: 600;
     line-height: 31px;
     padding-left: 14px;
     font-size: 0.9em;
}
 .vsu-main-header #search_box .search_options ul li a {
     color: #000;
}
 .vsu-main-header #search_box .search_options ul li.selected {
     background: url('../images/master-template/search_select.png');
}
 .vsu-main-header #search .above-search-links {
     float: right;
     width: 150px;
     text-align: center;
     font-size: 10px;
     color: #fff;
     margin: 15px 15px 0px 0px;
}
/* Alert Header */
 #alert_container {
     background: url('//www.valdosta.edu/_files/images/master_template/alert-bg.png') repeat-x;
}
 #alert {
     width: 320px;
     height: 40px;
     margin: 0px auto 0px auto;
     background: url('//www.valdosta.edu/_files/images/master_template/alert-bang.png') no-repeat left center transparent;
     background-position: 2%;
     color: #BE4D02;
     text-shadow: 1px 1px 1px #FFE46E;
     overflow: hidden;
}
 #alert a {
     color: #BE4D02;
}
 #alert .alert_date {
     margin-left: 33px;
     padding-top: 12px;
     font-size: 16px;
     float: left;
}
 #alert .alert_date {
     margin-left: 10%;
     padding-top: 12px;
     font-size: 16px;
     float: left;
}
 #alert .alert_txt {
     padding-top: 12px;
     font-size: 16px;
     float: left;
}
 #alert #alert_btn {
     float: right;
     background: url('//www.valdosta.edu/_files/images/master_template/alert-button.png') no-repeat left center transparent;
     width: 22px;
     height: 40px;
     margin-right: 40px;
     cursor: pointer;
}
/* Main Footer */
 .vsu-main-footer {
     width: 280px;
     margin: 0 auto;
     clear: both;
     position: relative;
     font-size: 1.2em;
     line-height: 1.2em;
}
 .vsu-main-footer a {
     color: #FFF;
}
 .vsu-main-footer .maps {
     width: 100%;
     height: 200px;
     top: 366px;
     background-color: #292929;
     position: absolute;
}
 .vsu-main-footer .maps img {
     width: 85%;
     height: auto;
     margin: 20px 0px 0px 25px;
}
 .vsu-main-footer .maps .maps_and_directions {
     margin: -20px 20px;
     display: block;
}
 .vsu-main-footer .maps .maps-txt {
     display: block;
     float: left;
     margin: 0px 3px 0px 10px;
}
 .vsu-main-footer .maps .directions-txt {
     display: block;
}
 .vsu-main-footer .quick_links {
     width: 100%;
     height: 366px;
     background-color: #292929;
     position: absolute;
     top: 0px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
     overflow: hidden;
}
 .vsu-main-footer .quick_links .title {
     display: block;
     font-size: 1.2em;
     line-height: 1em;
     width: 100%;
     margin: 20px auto 5px 30px;
     color: #BCBDBF;
}
 .vsu-main-footer .quick_links .lists_wrapper {
     margin-left: 40px;
}
 .vsu-main-footer .quick_links ul {
     width: 100%;
}
 .vsu-main-footer .social {
     width: 100%;
     top: 550px;
     height: 150px;
     background-color: #292929;
     position: absolute;
     border-bottom-left-radius: 5px;
     border-bottom-right-radius: 5px;
}
 .vsu-main-footer .social .button {
     margin: 0 auto;
     height: 124px;
     width: 165px;
     background-image: url('//www.valdosta.edu/_files/images/homepage_responsive/480/social_icon.png');
     display: block;
     cursor: pointer;
     position: relative;
}
 .vsu-main-footer .social .button .button_text {
     top: 100px;
     position: absolute;
     width: 100%;
     text-align: center;
}
 .vsu-main-footer .copyright {
     width: 100%;
     position: absolute;
     top: 710px;
     text-align: center;
     padding-bottom: 10px;
     font-size: 0.7em;
     line-height: 1.2em;
}
/* Search Bar - In Content */
 #content #middle_content form.inContentSearch {
     margin-bottom: 30px;
}
 #content #middle_content form.inContentSearch input {
     text-shadow: 1px 1px 1px #FFF;
     margin-right: -5px;
     background: url('//www.valdosta.edu/_files/2014/images/in-page-ui/search-in-page-bg.png') #E1E1E1 repeat-x;
     border: 1px solid #D4D4D4;
     border-radius: 2px;
     padding: 20px;
}
 #content #middle_content form.inContentSearch input[type=text] {
     border-right: none;
     width: 62%;
     padding-left: 10px;
}
 #content #middle_content form.inContentSearch input[type=text]:focus {
     box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.2);
     background: rgba(255, 255, 255, 0.6);
}
 #content #middle_content form.inContentSearch input[type=submit] {
     text-indent: -9999px;
     width: 73px;
     border-left: none;
     background: url('//www.valdosta.edu/_files/2014/images/in-page-ui/search-icon.png') no-repeat 50% 50%;
     background-color: #E1E1E1;
}
 #content #middle_content form.inContentSearch input[type=submit]:focus {
     box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.2);
     background: url('//www.valdosta.edu/_files/2014/images/in-page-ui/search-icon.png') #E1E1E1 no-repeat 50% 50%;
}
/* Drop Down Menu Styling for Mobile */
 .vsu-nav-expanres {
     width: 280px;
     height: auto;
     box-shadow: 0px 1px 2px #abada4;
     background-image: none;
     box-shadow: none;
     margin: 10px auto;
}
 .vsu-nav-expanres .menu-title {
     display: block;
     height: 40px;
     background-image: url('//www.valdosta.edu/_files/2014/images/master-template/nav_bg_480.png');
     box-shadow: 0px 1px 2px #abada4;
}
 .vsu-nav-expanres .text {
     display: block;
     float: left;
     color: #FFF;
     margin-left: 25px;
     height: 40px;
     line-height: 40px;
     font-size: 20px;
     text-shadow: 1px 1px 2px #000;
}
 .vsu-nav-expanres .closed, .vsu-nav-expanres .open {
     display: block;
     float: right;
     height: 26px;
     width: 26px;
     margin: 7px 25px 0px 0px;
}
 .vsu-nav-expanres .open {
     background-image: url('//www.valdosta.edu/_files/2014/images/master-template/expand_arrow.png');
}
 .vsu-nav-expanres .closed {
     background-image: url('//www.valdosta.edu/_files/2014/images/master-template/contract_arrow.png');
}
 .vsu-nav-expanres li {
     height: 40px;
     line-height: 42px;
     text-overflow: ellipsis;
     overflow: hidden;
     background-image: url('//www.valdosta.edu/_files/2014/images/master-template/nav_item_bg_480.png');
     color: #000;
     text-shadow: 1px 1px 2px #fff;
     font-size: 1.4em;
}
 .vsu-nav-expanres li a {
     margin-left: 25px;
     color: #000;
}
/** 480 STYLES **/
 @media screen and (min-width: 450px) {
    /** UI **/
    /* Search Bar - In Content */
     #content #middle_content form.inContentSearch input[type=text] {
         width: 76%;
    }
    /* VSU Main Header */
     .vsu-main-header {
         height: 123px;
         width: 480px;
    }
     .vsu-main-header .brand {
         height: 53px;
         width: 480px;
    }
     .vsu-main-header #search {
         width: 480px;
    }
     .vsu-main-header #search_box {
    }
     .vsu-main-header #search input[type=text] {
         width: 180px;
    }
    /* Alert Header */
     #alert {
         width: 480px;
    }
     #alert .alert_date {
         margin-left: 8%;
    }
    /* Main Footer */
     .vsu-main-footer {
         width: 412px;
    }
     .vsu-main-footer .quick_links ul {
         width: 50%;
         float: left;
    }
     .vsu-main-footer .quick_links {
         height: 210px;
    }
     .vsu-main-footer .maps {
         top: 210px;
         height: 255px;
    }
     .vsu-main-footer .maps .maps_and_directions {
         margin: -40px 20px;
    }
     .vsu-main-footer .social {
         top: 465px;
    }
     .vsu-main-footer .copyright {
         top: 625px;
    }
    /* Drop Down Menu Styling for Mobile */
     .vsu-nav-expanres {
         width: 440px;
    }
}
/** 768 STYLES **/
 @media screen and (min-width: 738px) {
    /** UI **/
    /* Search Bar - In Content */
     #content #middle_content form.inContentSearch input[type=text] {
         width: 76%;
    }
    /* VSU Main Header */
    #menu-list.hide {
        display: block;
    }
     .vsu-main-header {
         height: 76px;
         width: 758px;
    }
     .vsu-main-header .brand {
         width: auto;
    }
     .vsu-main-header .brand .logo {
         float: left;
    }
     .vsu-main-header .brand .name {
         margin: 28px 0px 0px 17px;
    }
     .vsu-main-header #search {
         width: 285px;
         background-color: transparent;
    }
     .vsu-main-header #search_box {
         margin: 20px 0px 0px 0px;
         width: 100%;
    }
     .vsu-main-header #search input[type=text] {
         width: 175px;
         background: url('//www.valdosta.edu/_files/images/master_template/search_txt_bg.png') repeat-x #960813;
         border: inset 1px #87061B;
    }
     .vsu-main-header #search_box #weather {
         display: block;
         float: right;
         margin: 7px 0px 0px 0px;
    }
     .vsu-main-header #search_box #weather .icon {
         float: right;
    }
     .vsu-main-header #search_box #weather .icon img {
         width: 22px;
    }
     .vsu-main-header #search_box #weather .temp {
         float: left;
         font-size: 1em;
         line-height: 1.5em;
         margin-right: 5px;
    }
     .vsu-main-header #search .above-search-links {
         width: 100%;
         margin: 2px 0px;
         text-align: left;
    }
    /* Alert Header */
     #alert {
         width: 768px;
    }
     #alert .alert_date {
         margin-left: 6%;
    }
    /* Drop Down Menu Styling for Mobile */
     .vsu-nav-expanres {
         width: 758px;
         height: 41px;
         background-image: url('//www.valdosta.edu/_files/2014/images/master-template/tablet-mainnav-bg.png');
         margin: 0 auto;
    }
     .vsu-nav-expanres .menu-title {
         display: none;
    }
     .vsu-nav-expanres li {
         float: left;
         background-image: none;
         margin: 0px 25px;
    }
     .vsu-nav-expanres li a {
         margin-left: 0px;
    }
    /* Main Footer */
     .vsu-main-footer {
         width: 728px;
    }
     .vsu-main-footer .quick_links {
         width: 48%;
         float: left;
         border-radius: 5px;
         height: 380px;
         position: initial;
    }
     .vsu-main-footer .quick_links ul {
         width: 100%;
    }
     .vsu-main-footer .social {
         right: 0;
         width: 48%;
         top: 230px;
    }
     .vsu-main-footer .maps {
         width: 48%;
         float: right;
         height: 230px;
         border-top-left-radius: 5px;
         border-top-right-radius: 5px;
         right: 0;
         top: 0;
    }
     .vsu-main-footer .copyright {
         top: 390px;
    }
}
/** 960+ STYLES **/
 @media screen and (min-width: 960px) {
    /** UI **/
    /* Search Bar - In Content */
     #content #middle_content form.inContentSearch input {
         font-size: 1.8em;
         font-weight: 300;
         padding: 29px 0px;
    }
     #content #middle_content form.inContentSearch input[type=text] {
         width: 84%;
         padding-left: 20px;
    }
     #content #middle_content form.inContentSearch input[type=submit] {
         width: 100px;
    }
    /* VSU Main Header */
     .vsu-main-header {
         width: 960px;
         background: url('//www.valdosta.edu/_files/2014/images/master-template/seal.png') no-repeat center;
    }
     .vsu-main-header .brand .logo {
         display: block;
         z-index: 99999;
         position: relative;
    }
    /* Main Navigation */
     #main_nav_container {
         background: url('//www.valdosta.edu/_files/2014/images/master-template/main-nav-bg.png') repeat-x;
         overflow: visible;
         margin-bottom: 30px;
    }
    /* Drop Down Menu Styling for Mobile */
     .vsu-nav-expanres {
         background-image: none;
    }
     .vsu-nav-expanres ul {
         margin-left: 10px;
    }
     .vsu-nav-expanres li {
         font-size: 1em;
         margin: 0px;
         font-size: 1em;
         border-right: 2px solid transparent;
         border-image: url('//www.valdosta.edu/_files/images/master_template/main_nav_txt_sep.png') 2;
    }
     .vsu-nav-expanres li:last-child {
         border: none;
    }
     .vsu-nav-expanres li a {
         margin-left: 0px;
         padding: 14px 10px;
    }
     .vsu-nav-expanres li a:hover, .vsu-nav-expanres li a:focus {
         background: #FFF;
    }
    /* Main Footer */
     #footer_container {
         background-image: url('//www.valdosta.edu/_files/images/master_template/footer_bg.png');
         background-repeat: repeat-x;
         background-color: #292929;
         clear: both;
    }
     .vsu-main-footer {
         width: 960px;
         min-height: 257px;
    }
     .vsu-main-footer .maps {
         height: 227px;
         width: 320px;
         float: left;
         margin-right: 30px;
         background: transparent;
         border-radius: 0px;
         position: inherit;
         top: 0;
    }
     .vsu-main-footer .maps img {
         margin: -10px 0px 0px 0px;
         width: auto;
    }
     .vsu-main-footer .maps .maps_and_directions {
         margin: -30px 0px 0px 0px;
         display: block;
    }
     .vsu-main-footer .quick_links {
         height: 227px;
         width: 350px;
         float: left;
         margin-right: 70px;
         background: transparent;
         border-radius: 0px;
         font-size: 0.9em;
         position: inherit;
    }
     .vsu-main-footer .quick_links ul {
         width: 50%;
         display: block;
    }
     .vsu-main-footer .social {
         height: 227px;
         width: 121px;
         float: left;
         background: transparent;
         border-radius: 0px;
         position: inherit;
         top: 0;
    }
     .vsu-main-footer .social .button {
         background-image: url('//www.valdosta.edu/_files/images/master_template/footer_social.png');
         margin-top: 20px;
         height: 81px;
         width: 121px;
         display: block;
         cursor: pointer;
    }
     .vsu-main-footer .social .button .button_text {
         width: 121px;
         text-align: center;
         display: block;
         padding-top: 65px;
         font-size: 14px;
         position: initial;
    }
     .vsu-main-footer .social .vstate_logo {
         margin: 20px auto 0px auto;
         height: 68px;
         width: 90px;
         background-image: url('//www.valdosta.edu/_files/images/master_template/footer_vstate_logo.png');
         display: block;
         cursor: pointer;
    }
     .vsu-main-footer .copyright {
         position: initial;
         color: #BCBDBF;
         width: 100%;
         clear: left;
         top: 230px;
    }
}
 