/* ----- Mobile Navigation Styles ----- */

.sticky-bar{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.mobile-bar{
    height:50px;
    background:#fff;
}

.mobile-bar img{
    height: 40px;
    width: auto;
    margin:5px 0;
}

.mobile-bar button{
    float:right;
    margin:5px 0;
}

.mobile-bar .dropdown-pane{
    padding:0 !important;
}

.mobile-bar ul.menu li{
    border-bottom: 1px solid #000;
}

.mobile-bar ul.menu li:hover{
    background-color: #fcedec;
}

.mobile-bar ul.menu li a{
    color:#000;
    display: block;
}

.jumpnav{
    background-color: #b0b0b0;
    text-align:center;
    padding: 5px 0 5px 0;
}

.jumpnav label{
    height:1px;
}

.jumpnav select{
    width:80%;
    margin:0 auto;
}

.jumpnav-med{
    background-color: #737373;
    text-align:center;
    padding: 5px 0 5px 0;
}

.jumpnav-med label{
    height:1px;
}

.jumpnav-med select{
    width:80%;
    margin:0 auto;
}



/* ----- Top bar and Desktop Navigation ----- */

.headbar-wrap{
    background-color:#fff;
}

.main-logo{
    margin: 5px 0;
}

.searchbox{
    text-align: right;
    padding-top: 55px;
}

.searchbox a:link, .searchbox a:visited{
    color: #bb1e22;
}

.searchbox a:hover, a searchbox a:active{
    text-decoration: underline;
}

.menu-wrap{
    background-color: #b0b0b0;
}

ul.menu li{
    text-align:center;
}

ul.menu li a{
    color:#fff;
    font-size:120%;
    text-decoration:none;
}

ul.menu li:hover, ul.menu li.on{
    background-color:#737373;
}

.red-wrap{
    width:100%;
    background-color: #bb1e22;
    color:#fff;
    text-align: center;
    padding: 10px 0;
}

.red-wrap h1{
    margin: 0;
    line-height:100%;
    color:#fff;
    font-size:200%;
}

.red-wrap p{
    padding:0;
    margin:0;
}

/* ----- Main Styles ----- */

body{
    background-color: #fcedec;
}

.container{
    padding:150px 0 0 0;
}

.container-links{
    padding:190px 0 0 0;
}

h1, h2, h3, h4, h5 {
    color: #bb1e22
}

a:link, a:visited, a:hover, a:active{
    text-decoration: underline;
}

.green{
    background-color:green;
}

.checker{
    height:3000px;
}

/* ----- Sidebar Styles ----- */

.sidestyles{
    text-align: center;
}

.jumplinks{
    position:fixed;
}

.sidebar-twitter{
    overflow:scroll;
    height: 400px;
    width:220px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
}

a.anchor {
        display: block;
        position: relative;
        top: -190px;
        visibility: hidden;
    }


/* -----Media Styles left from previous version of site ----- */
/*style for Media page ot have image with text vertically aligned next to it, http://stackoverflow.com/questions/35663419/how-can-i-align-multi-line-text-next-to-an-image-without-it-wrapping-underneath */
.media { display: table-row; }
.media-icon {
  display: table-cell; 
  vertical-align: middle; 
  margin-right: 10px;
}

img.media-icon  {
    width:100px;
    min-width:100px;
    height:auto;
    margin-right:15px;
}

.media-text { display: table-cell; vertical-align: middle; font-size: 100%;  }

.media-text a:link { color: #b31b1b; text-decoration:none; }
.media-text a:hover { color: #000; }

.media-text strong { font-size: 90%; font-style: italic; color: #908B8B;}



/* ----- Media Queries ----- */

/* Small only */
@media screen and (max-width: 39.9375em) {
    
}

/* Medium and up */
@media screen and (min-width: 40em) {
    
    .container, .container-links {
        padding:25px 0 0 0;
    }
    
    a.anchor {
        display: block;
        position: relative;
        top: -20px;
        visibility: hidden;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {
    
    .sidestyles{
        text-align: left;
    }
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}