﻿body {
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-bottom: 0px;
}

a:active {
    color: black;
}

a:link {
    color: black;
}

a:visited {
    color: black;
}

.wcBody {
    padding: 15px 20px 50px 20px;
    background-color: white;
}

.wcBodySched {
    border-left: 1px solid #204782;
    border-right: 1px solid #204782;
    padding: 20px 65px 50px 65px;
    background-color: white;
}

@media only screen and (max-width:550px) {
    .wcBodySched {
        border-left: 1px solid #204782;
        border-right: 1px solid #204782;
        padding: 20px 15px 50px 15px;
        background-color: white;
    }
}

h1 {
    font-family: vista-sans-narrow,sans-serif;
    color: #204782;
    font-weight: 600;
    font-size: 300%;
}

h2 {
    font-family: capitolina, serif;
    font-weight: 400;
    font-style: normal;
}

h3 {
    font-family: vista-sans-narrow,sans-serif;
    color: #204782;
    font-weight: 600;
    font-size: 145%;
}

h4 {
    font-family: vista-sans-narrow,sans-serif;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 15px;
}

h5 {
    margin-top: 15px;
    color: #078243;
}

.h1-style {
    font-family: vista-sans-narrow,sans-serif;
    color: #204782;
    font-weight: 600;
    font-size: 300%;margin-bottom: 4px;
    
}

.h2-style {
    font-family: capitolina, serif;
    font-weight: 400;
    font-style: normal;
    font-size:2em;
    margin-bottom: 4px;
}

.h3-style {
    font-family: vista-sans-narrow,sans-serif;
    color: #204782;
    font-weight: 600;
    font-size: 145%;
    margin-bottom: 4px;
    
}

.h4-style {
    font-family: vista-sans-narrow,sans-serif;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 155%;
    color: #078243;
}

.h5-style {
    margin-top: 15px;
    color: #078243;
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 130%;
}



.promoSubhead {
    font-family: vista-sans-narrow,sans-serif;
    font-style: italic;
    font-size: 180%;
    color: #078243;
    margin-bottom: 25px;
}
.CallOutBox {
    background-color: #204782;
    padding:20px;
    font-size:180%;
    font-weight:bold;
    color:white;
    text-align:center;
    margin-bottom:18px;
}

.footHead {
    font-family: capitolina, serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    font-size: 170%;
    padding-top: 20px;
}

.SideNavHead {
    font-weight: bold;
}

.SideNavBlock {
    background-color: #eeeeee;
    margin-top: 20px;
    margin-bottom: 25px;
}

.SideNavItem {
    padding: 6px;
    border-bottom: 1px solid black;
}

.SideNavItemBot {
    padding: 6px;
}

.nav-item {
    font-family: vista-sans-narrow,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 135%;
}

.schedDropItemHead {
    color: #2d4f9e;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 15px;
}

.navColumnLine {
    border-left: 1px solid #808080;
}

.photoCaption {
    font-family: vista-sans-narrow,sans-serif;
    font-style: normal;
    font-size: 100%;
    padding-top: 10px;
}

#bottomLinks p {
    padding-top: 5px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#homeServUnder h1 {
    text-decoration: underline;
}

#homeServUnder h4 {
    text-decoration: underline;
}

#homeServUnder a:active {
    color: white;
}


#homeServUnder a:link {
    color: white;
}

#homeServUnder a:visited {
    color: white;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

#dialNumbers p {
    color: white;
}

#dialNumbers h3 {
    color: white;
}

#dialNumbers h4 {
    color: white;
}

.linkB {
    
    font-weight: 600;
}

.linkBU {
    text-decoration: underline;
    font-weight: 600;
}

.FaresText {
    font-size: 80%;
}

.westNewsHead {
    font-family: capitolina, serif;
    font-size: 160%;
}

.pageFoot {font-size:75%;
           
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.btn-success {
    background-color: #204782 !important;
}

@media only screen and (max-width: 1020px) {
    #sideNav {
        display: none;
    }
}

select option:checked {
    background: #a7efb6;
}
