/**
MISC
**/

body {
    font-family: "Times New Roman", Georgia, Serif;
    position: relative;
    background: #000;
}
a.btn.btn-danger, .btn.btn-danger { background: #CD0E2C; }
a.btn.btn-danger:hover, .btn.btn-danger:hover { background: #8c1d25; }
a.read-more {
    color: #CD0E2C;
    text-transform: uppercase;
    font-weight: bold;
}
a {
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
}
.red-text { color: #be1c2f; }
.icon-red,
#header #main-nav li.active a [class^="icon-"],
#header #main-nav >li>a:hover [class^="icon-"],
#header #main-nav >li>a:focus [class^="icon-"] { background-image: url('../img/glyphicons-halflings-red.png') !important; }
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a {
    background: transparent;
    color: #CD0E2C;
}
[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 25px;
}
.btn-link { color: #CD0E2C; }
.btn-danger { color: #fff !important; }

hr {
    margin: 25px 0;
    padding: 0;
    border: 4px solid #000;
}

hr.thick-hr {
    display: block;
    clear: both;
    border-color: #000;
    color: #000;
    border-width: 4px;
    margin: 25px 0;
}

hr.medium-hr {
    display: block;
    clear: both;
    border-color: #000;
    color: #000;
    border-width: 2px;
    margin: 25px 0;
}

blockquote {
    border-left: none;
}

span.emph {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
}
span.emph span { color: #CD0E2C; }


span.red-text-capBold {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    color: #be1c2f;
}

span.red-text-bold {
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
    color: #be1c2f;
}

/**
TOP LINKS
**/
#top-links {
    padding: 5px 0;
    background: #000;
}
#top-links a { color: #fff; }
#top-links ul { margin: 0; }
#top-links ul#quick-links {
    display: block;
    margin: 6px 0 0 0;
    color: rgba(255,255,255,0.7);
}
#quick-links li {
    font-size: 14px;
    display: block;
    padding: 0 5px;
    float: left;
}
#quick-links li a { padding: 10px 0; }
#quick-links li form.form-search {
    position: relative;
    top: -2px;
    margin: 0;
}
#quick-links li form.form-search input {
    margin: 0;
    padding: 0 5px;
    height: 22px;
    width: 140px;
    min-height: 0;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
#quick-links li form.form-search button {
    margin: 0;
    padding: 0 5px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
a#my-bash {

    font-family: Arial, Helvetica, sans-serif;
    background: #CD0E2C;
    padding: 3px 8px;
    margin: 0 20px 0 0;
}
a#my-bash:hover { background: #8c1d25; }
.social-icons {
    margin-top: 8px;
    color: #000;
}
.social-icons h5 {
    color: #fff;
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 14px;
}
.social-icons a {
    text-decoration: none;
    display: inline-block;
    height: 23px;
    width: 23px;
    overflow: hidden;
    text-indent: -9999em;
   /* background: url('../img/social-links.png') 0 0 no-repeat; */
    background: url('/assets/img/social-links3.png') 0 0 no-repeat;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}
.social-icons a.icon-you { background-position: 0 0; }
.social-icons a.icon-you:hover { background-position: 0 -23px; }
.social-icons a.icon-fac { background-position: -27px 0; }
.social-icons a.icon-fac:hover { background-position: -27px -23px; }
.social-icons a.icon-twi { background-position: -55px 0; }
.social-icons a.icon-twi:hover { background-position: -55px -23px; }
.social-icons a.icon-rss { background-position: -83px 0; }
.social-icons a.icon-rss:hover { background-position: -83px -23px; }
.social-icons a.icon-lin { background-position: -110px 0; }
.social-icons a.icon-lin:hover { background-position: -110px -23px; }
.social-icons a.icon-ins { background-position: -138px 0; }
.social-icons a.icon-ins:hover { background-position: -138px -23px; }
.social-icons a.icon-pod { background-position: -164px 0; }
.social-icons a.icon-pod:hover { background-position: -164px -23px; }
.social-icons a.icon-snap { background-position: -188px 0; }
.social-icons a.icon-snap:hover { background-position: -188px -23px; }

/**
HEADER
**/
#header {
    position: relative;
    padding: 20px 0;
    padding-top: 70px;
    margin: 0;
    /*z-index: 10;*/
    background: #FFF;
    -webkit-box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.55);
}
#header a.brand {
    height: 82px;
    width: 188px;
    overflow: hidden;
    display: block;
    text-indent: -9999em;
    text-decoration: none;
    margin: 0 auto;
    padding: 0;
	background: url('https://www.wabash.edu/assets/img/Wabash_wordmark_rgb188.png') 0 0 no-repeat;
}
#header #main-nav { margin: 24px 0 0 0 ; }
#header #main-nav li { margin: 0 10px 3px; }
#header #main-nav li.active,
#header #main-nav li.active a {
    background: transparent;
    color: #CD0E2C;
    border: none;
}
#header #main-nav >li>a:hover,
#header #main-nav >li>a:focus {
    background: transparent;
    color: #CD0E2C;
}
#header #main-nav a {
    font-size: 18px;
    color: #000;
    padding-left: 6px;
    padding-right: 6px;
}
#header #main-nav li:last-child a { padding-right: 0px; }
#header #main-nav li:last-child { margin-right: 0px; }
#header #main-nav .dropdown-menu a {
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
}
#header #main-nav .dropdown-menu a:hover {
    text-decoration: underline;
}

/**
DROPDOWN
**/
#header .nav li.dropdown.open > .dropdown-toggle,
#header .nav li.dropdown.active > .dropdown-toggle,
#header .nav li.dropdown.open.active > .dropdown-toggle {
    color: #000;
    background-color: #fff;
    text-shadow: 0 0 0;
    border-top: 1px solid rgb(0, 0, 0);
}
#header .nav li.dropdown.open .dropdown-toggle,
#header .nav li.dropdown.open.active > .dropdown-toggle {
    background: #000;
    color: #fff;
    text-shadow: 0 0 0;
    border-bottom-color: #000;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: auto;
    right: 0px;
    z-index: 1000;
    display: none !important;
    float: left;
    min-width: 160px;
    padding: 10px 10px;
    margin: 0px 0 0;
    list-style: none;
    background-color: #fff;
    border-top: transparent;
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-right: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,0.2);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.dropdown-left .dropdown-menu {
    left: 0;
    right: auto;
}
.dropdown:hover > ul.dropdown-menu { display: block !important; }
.dropdown-menu li { margin: 0 !important; }
.dropdown-menu[class*="span"] { min-width: 380px; }
.dropdown-menu li > a {
    display: block;
    padding: 5px 20px;
    margin: 0;
    border-radius: 5px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: rgb(119, 119, 119) !important;
    background: transparent !important;
    /*white-space: nowrap;*/
    word-wrap: break-word;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
    color: black;
    /*padding: 5px 22px;*/
    text-decoration: underline;
    background-color: white;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: repeat-x;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}
.nav > li > .dropdown-menu::before,
.nav > li > .dropdown-menu::after { display: none; }
.dropdown-toggle [class^="icon-"], #header .dropdown-toggle [class*=" icon-"] {
    vertical-align: baseline;
    margin-top: 0;
}

/**
CONTENT
**/
#content, #main-content, #content1,
#content:hover, #main-content:hover, #content1:hover, 
#content:focus, #main-content:focus, #content1:focus 
{
	border:none !important;
}
.breadcrumb.push-right {
    /*margin-left: 25px !important;*/
}
#main-content {
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    padding: 30px 40px;
}
#main-content p {
    margin: 0 0 15px 0;
}

#main-content img {
    margin: 0 0 10px 0;
    width: auto;
    /*float: right;*/
    vertical-align: top;
    text-align: center;
}

#main-content img.align-left {
    margin-right: 25px;
}

#main-content img.align-right {
    margin-left: 25px;
}

#main-content h1 {
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding: 0;
    text-transform: uppercase;
}
#main-content h1 span { color: #CD0E2C; }
#main-content a { color: #be1c2f; }

#main-content h4 {
    font-weight: bold;  
}


#main-content blockquote1 {
    background: #B7242E;
    color: #fff;
    margin: 0 0 10px -40px;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 32px;
    border: none;
    padding: 20px 20px 20px 40px;
}

#main-content .redBlock {
    background: #B7242E;
    display: block;
    margin: 0 0 10px -40px;
    font-size: 20px;
    padding: 25px 20px 20px 40px;
    }


#main-content .redBlock .caption p {
    background: #B7242E;
    color: #fff;
    text-transform: none;
    font-size: 12px;
    line-height: 16px;
}

#main-content .redBlock .caption img {
    float: right;
    margin: 0px 20px 5px 5px;
    border-style: solid;
    border-width: 5px;
    border-color: #fff;
    position: relative;
}



#main-content .content-side {
    /*margin-left: 35px;
    width: 29%;*/
}

#content #featured-section .container.bg.inner .row-fluid #featured-content #main-content .row-fluid .span4.content-side.vert-pic-grid {
    margin-left: 35px;
    width: 40%;

}

#content #featured-section .container.bg.inner .row-fluid #featured-content-calendar {
    width: 100%;
}





#main-content .content-side h3,
#main-content .content-side h4,
#main-content .content-side h5 { color: #000; }
#main-content .content-side h3 {
    line-height: 28px;
    padding: 0;
    font-size: 22px;
    margin: 0 0 5px 0;
}

#main-content h4 span { color: #CD0E2C; }


#main-content .content-side hr {
    margin: 15px 0;
    padding: 0;
    border: 3px solid #000;
}
#main-content .content-side h4 {
    font-size: 16px;
    margin: 0 0 10px 0;
}
#main-content .content-side .btn {
    text-transform: uppercase;
}
#main-content .content-side ul,
#main-content .content-side address {
    margin: 0;
    line-height: 20px;

}
#main-content .content-side ul li { margin: 2px 0;  }
#main-content .content-side .uppercase { text-transform: uppercase; }
#main-content p.date {
    font-weight: bold;
    margin-bottom: 0;

}
#main-content p.date span {
    font-weight: normal;
    color: #626264;
}



#main-content .content-side ul li a.small-link {
    text-transform: uppercase;
    color: #000;
    font-size:12px;
    line-height: 17px;
}

#main-content .content-side ul li a.small-link:hover {
    color: #be1c2f;
    text-decoration: underline;
}




#main-content .content-side ul li.active a {
    text-transform: none;
    background: #be1c2f;
    display: block;
    padding-left: 5px;
    color: #fff;
}
#main-content .content-side ul li.active a:hover {
    background: #be1c2f;
    display: block;
    padding-left: 5px;
    text-decoration: underline;
    color: #fff;
}




#main-content .content-side ul li.active ul li a {
    color: #000;
    padding: 0;
    background: transparent;
}
#main-content .content-side ul li.active ul li.active a,
#main-content .content-side ul li.active ul li a:hover {
    color: #be1c2f;
    text-decoration: underline;
    padding: 0;
    background: transparent;
}
#main-content .content-side ul li.active ul li {
    margin: 2px 0 0 10px;
}


.grayBox {
display: block;
background: #f3f3f4;
padding: 20px 20px 20px 20px;
margin-top: 5px;
margin-bottom: 20px;
}

.smallNote {
    font-style:italic;
    color: #000;
    font-size:12px;
    line-height: 13px;
}


.right-Side-Pic {
    float:right;
    }


.right-Side-Pic-Text {
    float:right;
    width: 50%;
    clear:right;
    margin-left: 20px;
    margin-top: -20px;
    }


.left-Side-Pic {
    float:left;
    margin-right: 25px;
    margin-top: 5px;

    }


.left-Side-Pic-Text {
    float:left;
    width: 60%;

    margin-right: 25px;
    margin-top: -10px;
    font-size: 12px;
    line-height: 15px;
    }


.myBashColumn ul li {
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    margin-left: -25px;
    padding-bottom: 7px;
    line-height: 17px;
}



/**
FEATURED SECTION
**/
#featured-section {
    /*height: 500px;*/
    padding: 0;
    margin: 0;
    background: #b7242f url('../img/featured/featured-bg.png') top center no-repeat;
}
#featured-section.main-content{
    padding: 0;
    height: auto;
    margin: 0;
    background: #b7242f url('../img/featured/featured-bg.png') top center no-repeat;
}
#featured-section .container .bg {
    height: auto;
    overflow: visible;
    padding: 15px 0 0 0;
    background: #921C21;
    background: rgba(131,27,29,0.7);
}

#featured-section .container.bgindex {
    /*height: 485px;*/
    overflow: visible;
    background: #921C21;
    background: rgba(131,27,29,0.7);
}



#featured-section .container.bg.inner {
    height: auto;
}
#featured-section .breadcrumb {
    font-family: Arial, Helvetica, sans-serif;
    background: transparent;
    color: #fff;
    padding: 0 40px;
    margin: 0 0 10px 0;
}
#featured-section .breadcrumb a,
#featured-section .breadcrumb > .active  {
    color: #fff;
    text-shadow: 1px 1px 0 rgba(111,24,31,0.8);
}
#featured-section .breadcrumb > .active  {
    color: #e4e4e4;
}

/**
FEATURED CAROUSEL
**/
#featured-content {
    /*width: 850px;*/
}
#featured-content.overview-subpage-alt .carousel {
    margin-bottom: 0;
}
#featured-content.overview-subpage-alt #subpage-overview {
    background: #fff;
}
#featured-carousel .carousel-inner {
    position: relative;
    /*left: -90px;*/
    /*width: 940px;*/
}
#featured-carousel .carousel-control {
    /*border: 3px solid transparent;*/
    /*left: -75px;*/
    font-size: 45px;
    /*padding-top: 15%;*/
    /*top: 50%;*/
    /*top: 30px;*/
    opacity: .2;
    filter: alpha(opacity=20);
    z-index: 9;
}


#featured-carousel .carousel-control:hover{
    opacity: 1.0;
    filter: alpha(opacity=100);
}
#featured-carousel .carousel-control.right { 
    right: 15px;
    left: inherit;
}
#featured-carousel .carousel-inner .item .carousel-caption {
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #242324;
    background: rgba(0,0,0,0.8);
    /*margin: 0 130px 0 auto;*/
    /*left: 0;*/
    bottom: 0;
    /*width: 100%;*/
}
#featured-carousel .carousel-inner .item h4 {
    padding: 10px 15px 5px 15px;
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    background: #CBCAC3;
    background: rgba(255,255,255,0.75);
}
#featured-carousel .carousel-inner .item h4 span { color: #CD0E2C; }
#featured-carousel .carousel-inner .item p {
    padding: 5px 15px 15px 15px;
    background: transparent;
    line-height: 27px;
    font-size: 20px;
}
#featured-carousel .carousel-indicators { 
    top: 5px;
    bottom: auto;
}
#featured-carousel .carousel-indicators li {
    background: #cea89a;
    cursor: pointer;
}
#featured-carousel .carousel-indicators li:hover { background: #fff; }
#featured-carousel .carousel-indicators li.active { background: #CD0E2C; }

/**
FEATURED SIDEBAR
**/
#featured-sidebar {
    /*width: 160px;
    margin: 0 0 0 10px;*/
    color: #fff;
}
#featured-sidebar #quick-links-dropdown button { text-transform: uppercase; }
#featured-sidebar ul.unstyled a {
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 12px;
}
#featured-sidebar ul.unstyled li {
    line-height: 14px;
    margin-bottom: 5px;
}
#featured-sidebar h4 {
    color: #f4b99c;
    margin: 15px 0 5px 0;
}
#featured-sidebar div.featured-callout {
    /*margin: 15px 8px 0 -10px;*/
    padding: 5px 10px;
    position: relative;
    background: #CD0E2C;
    font-size: 11px;
    line-height: 17px;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
}
#featured-sidebar div.featured-callout h3 {
    text-transform: uppercase;
    font-size: 16px;
    padding: 0;
    font-weight: normal;
    line-height: 30px;
    margin: 0;
}
#featured-sidebar div.featured-callout a { color: #fff; }
#featured-sidebar div.featured-callout a.btn {}
#featured-sidebar div.side-menu-nav {
    background: #fff;
    padding: 10px;
    /*margin: 10px -3px 10px -10px;*/
    /*margin-right: 15px;*/
    margin-top: 15px;
}
#featured-sidebar div.side-menu-nav h3 {
    color: #2e2c2c;
    font-size: 20px;
    margin: 0;
    padding: 0;
    line-height: 22px;
}
#featured-sidebar div.side-menu-nav ul.sub-menu.unstyled {
    margin: 0 0 10px -10px;
    padding: 0;
}
#featured-sidebar div.side-menu-nav ul.sub-menu.unstyled li,
#featured-sidebar div.side-menu-nav ul.sub-menu.unstyled li a {
    color: #2e2c2c;
    text-transform: uppercase;
    display: block;
    padding: 2px 0;
}
#featured-sidebar div.side-menu-nav ul.sub-menu.unstyled li a { padding-left: 10px; }
#featured-sidebar div.side-menu-nav ul.sub-menu li.active a {
    background: #be1c2f;
    color: #fff;
}
#featured-sidebar div.side-menu-nav ul.sub-menu li.active ul a {
    background: #fff;
    color: #2e2c2c;
}
#featured-sidebar div.side-menu-nav ul.sub-menu.unstyled li ul li a {
    text-transform:none;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 16px;
    margin-left: -5px;
}
#featured-sidebar div.side-menu-nav ul.sub-menu.unstyled li ul { margin-left: 10px; }
#featured-sidebar div.side-menu-nav ul.sub-menu li ul li a:hover {
    color: #be1c2f;
    text-decoration: underline;
}
#featured-sidebar div.side-menu-nav .callout-btn {
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}
#featured-sidebar div.side-menu-nav .form-horizontal {
    font-family: Arial, Helvetica, sans-serif;
    color: #2e2c2c;
    padding-top: 10px;
}
#featured-sidebar div.side-menu-nav .form-horizontal .control-label {
    font-size: 12px;
    width: 60px;
}
#featured-sidebar div.side-menu-nav .form-horizontal .controls { /*margin-left: 65px;*/ }
#featured-sidebar div.side-menu-nav .form-horizontal .controls input { width: 100%; }
#featured-sidebar div.side-menu-nav .form-horizontal .control-group { margin-bottom: 10px; }
#featured-sidebar div.side-menu-nav ul.unstyled li a {
    font-family: Arial, Helvetica, sans-serif;
    color: #2e2c2c;
    text-transform: none;
}
#featured-sidebar div.side-menu-nav div.bg-grad {
    background: blue;
    /*width: 153px;*/
    padding: 0 10px 10px;
    margin: 0 -10px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
}

/**
FEATURED TABS
**/
#featured-tabs ul.nav.nav-tabs { 
    border-bottom: 5px solid #000;
    position: relative;
}
#featured-tabs ul.nav.nav-tabs li a {
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    /*margin: 0 70px;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}
#featured-tabs ul.nav.nav-tabs li:first-child a { margin: -1px; }
#featured-tabs ul.nav.nav-tabs li:last-child a { margin-right: 0; }
#featured-tabs ul.nav.nav-tabs > li > a:hover,
#featured-tabs ul.nav.nav-tabs > li > a:focus {
    border-color: transparent;
    color: rgba(0,0,0,0.7);
    background: transparent;
}
#featured-tabs ul.nav.nav-tabs > li.active > a,
#featured-tabs ul.nav.nav-tabs > li.active > a:hover,
#featured-tabs ul.nav.nav-tabs > li.active > a:focus {
    position: relative;
    background: transparent;
    border-color: transparent;
    color: #000;
}
/*#featured-tabs ul.nav.nav-tabs > li.active:after {
    content: "?";
    font-size: 20px;
    top: 100%;
    bottom: -25px;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    text-align: center;
    position: absolute;
}*/

#featured-tabs ul.nav.nav-tabs li a span { color: #CD0E2C; }
#featured-tabs .tab-content { font-family: Arial, Helvetica, sans-serif; }
#featured-tabs .tab-content .tab-pane h2 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 18px;
    line-height: 22px;
}
#featured-tabs .tab-content .tab-pane .media {
    margin: 0 0 20px 0;
    padding-bottom: 20px;
    border-bottom: 6px solid #000;
}
#featured-tabs .tab-content .tab-pane .media.items,
#featured-tabs .tab-content .tab-pane .media.video-item { border-bottom: none; }
#featured-tabs .tab-content .tab-pane .media.video-item { margin: 0; }
#featured-tabs .tab-content .tab-pane .media  > .pull-left { margin-right: 20px; }
#featured-tabs .tab-content .tab-pane .media h4.media-heading {
    margin: 0 0 10px 0;
    padding: 0;
    text-transform: uppercase;
}
#featured-tabs .tab-content .tab-pane .media p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;

}
#featured-tabs .tab-content .tab-pane .media p.date {
    margin: 0 0 2px 0;
    font-weight: bold;
    color: #626264;
    font-size: 14px;
}
#featured-tabs .tab-content .tab-pane .media h4.media-heading span { color: #CD0E2C; }
#featured-tabs .tab-content .tab-pane a.article-link {
    color: #000;
    display: block;
    padding: 0 0 20px 0;

}
#featured-tabs .tab-content .tab-pane a.article-link p {
    margin: 0;
    font-size: 16px;
    line-height: 20px;

}
#featured-tabs .tab-content .tab-pane a.article-link p.date {
    margin: 0 0 1px 0;
    font-weight: bold;
    color: #626264;
    font-size: 13px;
}
#featured-tabs .tab-content .tab-pane ul.unstyled a.article-link { padding: 0 0 10px 0; }
#featured-tabs .tab-content .tab-pane ul.unstyled a.article-link p {
    margin: 0;
    line-height: 18px;

}
#featured-tabs .tab-content .tab-pane ul.unstyled a.article-link p.date { margin: 0 0 2px 0; }

/**
CONTENT
**/
.table thead th {
    background: #221f20;
    color: #fff;
}
p.form-description { margin-bottom: 20px; }
.form-horizontal .control-label {  text-align: left; }
.form-horizontal .control-group { margin-bottom: 15px; }
span.help-block { padding-bottom: 10px; }
.form-horizontal .form-actions {
    padding: 20px 0 0 0;
    background: transparent;
    border-top: 5px solid #020606;
}

/**
SUB-PAGE OVERVIEW
**/
#featured-carousel .carousel-inner .item .carousel-caption.subpage-overview {
    /*width: 55%;
    margin: 0 38px 0 auto;*/
    left: 44%;
    right: 5%;
}
#subpage-overview {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 21px;
}
#main-content .span4,
#subpage-overview .span5 { position: relative; }
#main-content img.w-logo-push-up ,
#subpage-overview img.w-logo-push-up {
    position: absolute;
    z-index: 1000;
    top: -90px;
}
#subpage-overview p { margin-bottom: 15px; }
#main-content .push-h1 h1,
#subpage-overview h1 {
    font-size: 28px;
    line-height: 30px;
    font-weight: bold;
    margin: 120px 0 20px 0;
    padding: 0;
    text-transform: uppercase;
}
#subpage-overview h1 span { color: #CD0E2C; }
#subpage-overview hr.thick-hr:first-child { margin-top: 5px; }
#subpage-overview hr.thick-hr { border-width: 2px; }
#featured-carousel .carousel-inner .item .carousel-caption.subpage-overview  h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 0;
    padding-left: 16px;
    text-transform: uppercase;
}
#subpage-overview .media {
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
}
#subpage-overview .media h2 {
    color: #CD0E2C;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-right: 30px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    text-transform: uppercase;
}
#subpage-overview .media-body { margin-left: 190px; }
#subpage-overview .media-body p { margin: 0; }
#content #featured-section .container.bg.inner .row-fluid #featured-content #main-content .row-fluid .span8 .row-fluid .span6 .media .media-body p {
    font-size: 13px;
    line-height: 15px;
}


.media2 {
    position: relative;
    margin-left: 10px;
    margin-right: 13px;
}

h2.pull-left2 {
    color: #CD0E2C;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-left: 10px;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    text-transform: uppercase;
}

.media-body2 { margin-left: 165px; }

.media-body2 p { margin: 0; }

#content #featured-section .container.bg.inner .row-fluid #featured-content #main-content .row-fluid .span8 .row-fluid .span6 .media2 .media-body2 p {
    font-size: 13px;
    line-height: 15px;
}











/* FOOTER */
#footer {
    border-top: 10px solid #bcbec0;
    background: #000;
    font-size: 16px;
    margin: 0;
    color: #fff;
    padding: 20px 0;
    font-family: Arial, Helvetica, sans-serif;
}
#footer a {
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
}
#footer div.footer-about h3 {
    text-transform: uppercase;
    font-size: 24px;
    margin: 5px 0 15px 0;
    line-height: 30px;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}
#footer div.footer-about h3 span { color: #CD0E2C; }
#footer div.footer-about address {
    line-height: 20px;
    font-size: 12px;
     color: #b5b7b8;
}
#footer h4 {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #bcbdc0;
    font-weight: normal;
}
#footer ul.unstyled { font-size: 12px; }
#footer ul.unstyled li {
    /*line-height: 22px;*/
    margin-bottom: 5px;
}

/* Custom Unique pages */
#custom1 .carousel-inner .item .featured-caption {
    padding: 15px;
    font-family: Arial, Helvetica, sans-serif;
    background: rgba(255,255,255,0.8);
    margin: 20px 0 0 100px;
    width: 35%;
    position: absolute;
    top: 0;
}
#custom1 .carousel-inner .item .featured-caption h2 {
    font-size: 28px;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
}
#custom1 .carousel-inner .item .featured-caption h2 span { color: #CD0E2C; }
#custom1 .carousel-inner .item .featured-caption p {
    font-size: 14px;
    line-height: 22px;
    padding: 0;
    margin: 5px 0 0 0;
}
#custom1 .carousel { margin-bottom: 0; }
#custom1 #featured-section { height: auto; }
#custom1 #main-content { padding: 20px 30px; }
#custom1 #main-content .row-fluid { margin-top: 0; }
#custom1 #second-content .media {
    margin: 20px 0;
    padding: 10px 40px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
}
#custom1 #second-content .media img {
    border: 7px solid #fff;
    margin-left: 100px;
}
#custom1 #featured-section .container.bgindex { height: 575px; }
#custom2 #main-content img {
    float: left;
    padding-right: 25px;
}
#custom3 #main-content img {
    float: right;
    padding-left: 25px;
}
#custom3 .media { margin-top: 25px; }
#custom3 .media-body { display: block; }
#custom3 .media-body .time {
    width: 75px;
    text-align: right;
}
#custom3 .media-body .event {
    text-align: left;
    width: 265px;
}
#custom3 .media.red {
    margin-left: -40px;
    margin-right: -40px;
    background: #CD0E2C;
    padding-top: 10px;
    margin-bottom: 15px;
}
#custom3 .media.red img {
    border: 7px solid #fff;
    margin: 10px 50px 20px 60px;
    padding: 0 !important;
    float: left !important;
}
#custom3 .red .media-body {
    color: #fff;
    width: 410px;
    margin-top: 5px;
    margin-left: 90px;
}
#custom3 .red .media-body .event {
    width: 290px;
}

/* Large desktop */
@media (min-width: 1200px) {
}
@media (min-width: 1024px) and (max-width: 1100px) {
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a { color: #000; }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a { color: #000; }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    .dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a { color: #000; }
    .nav > .active > a,
    .nav > .active > a:hover,
    .nav > .active > a:focus { border-bottom: 1px solid black; }
}

/* EXPAND: Styles for expanding menu START */
.hidden {
    display: none;
}

.expandButton {
    /*border: 1px solid #d1d2d4;*/
    border-radius: 5px;
    background: #1e1f1f;
    background: rgba(0, 0, 0, 0.7);
    padding: 2px 8px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 0.7em;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 10px;
}

.expandButton:hover {
    cursor: pointer;
    background: #282828;
    background: rgba(0, 0, 0, 0.4);
}

.expandButton .chevron-down {
    display: inline-block;
    margin-top: 9px;
    margin-left: 10px;
    width: 20px;
    height: 10px;
    background: url('../img/chevron-down.png') no-repeat 0 0;
}

.expandButton .chevron-up {
    display: inline-block;
    margin-top: 9px;
    margin-left: 10px;
    width: 20px;
    height: 10px;
    background: url('../img/chevron-up.png') no-repeat 0 0;
}

.expandText {
    /*margin-top: 30px;*/
   margin-top: -20px;
}

.expandText span {

}
/* EXPAND: Styles for expanding menu END */

/* v2 new styles and style overwrites */
#searchIcon {
    margin-right: 5px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #FFF;
    /*padding-top: 25px;*/
    /*font-size: 0.85em;*/
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    text-decoration: underline; 
}

.text-white {
    color: #FFF !important;
}

.navbar-inverse {
    background-color: #000;
    border-color: #222;
}

ul#socialListHorizontal {
    list-style-type: none;
    padding: 0;
    /*margin-top: 16px;*/
    margin-bottom: 0;
}

ul#socialListHorizontal li {
    display: inline;
}

ul#mainNav li {
    padding: 0 10px 3px;
    margin-bottom: 10px;
}

ul#mainNav li .listItem {
    position: relative;
    /*margin-right: 5px;*/
}

ul#mainNav a {
    color: #000;
    font-size: 18px;
}

ul#mainNav ul.dropdown-menu li a {
    font-size: 14px;
}

ul#mainNav a:hover, ul#mainNav a:focus {
    color: #CD0E2C;
    text-decoration: none;
}

ul#mainNav .dropdown-menu, #quick-links-dropdown .dropdown-menu {
    min-width: 450px;
}

ul#mainNav .dropdown-menu a:hover {
    text-decoration: underline; 
}

.modal-body ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.modal-body a {
    color: #000;
}

.modal {
 overflow-y: auto;
}

.modal-open {
 overflow: auto;
}

.carousel-inner img {
    width: 100%;
}

ul.unstyled {
    list-style-type: none;
    padding: 0;
    padding-left: 10px;
    padding-right: 5px;
}

#main-content ul.unstyled {
    padding: 0;
}

ul.unstyled.inline li {
    display: inline;
}

#featured-carousel .carousel-indicators {
    left: auto;
    right: 10px;
    width: auto;
}

.btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #363636;
    background-image: -moz-linear-gradient(top,#444,#222);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
    background-image: -webkit-linear-gradient(top,#444,#222);
    background-image: -o-linear-gradient(top,#444,#222);
    background-image: linear-gradient(to bottom,#444,#222);
    background-repeat: repeat-x;
    border-color: #222 #222 #000;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444',endColorstr='#ff222222',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    margin-bottom: 5px;
}

.btn-inverse:hover {
    color: #FFF;
}

#quick-links-dropdown, #quickLinksMobile {
    position: absolute;
    z-index: 10;
    top: 5px;
}

#quick-links-dropdown {
    left: 10px;
}

#quickLinksMobile {
    right: 10px;
}

#featured-tabs > ul > li {
    text-align: center; 
}

.tab-content {
    margin-top: 20px;   
}

#featured-tabs .tab-content .tab-pane a.article-link:hover {
    color: #8c1d25;
    text-decoration: none;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-top-10 {
    margin-top: 10px;
}

#socialListVertical .icon-you {
    background: transparent url('../img/icons/youtube_16x16.png') no-repeat 0 center !important;
}

#socialListVertical .icon-fac {
    background: transparent url('../img/icons/facebook_16x16.png') no-repeat 0 center !important;
}

#socialListVertical .icon-twi {
    background: transparent url('../img/icons/twitter_16x16.png') no-repeat 0 center !important;
}

#socialListVertical .icon-rss {
    background: transparent url('../img/icons/rss_16x16.png') no-repeat 0 center !important;
}

#socialListVertical .icon-lin {
    background: transparent url('../img/icons/linkedin_16x16.png') no-repeat 0 center !important;
}

.carousel-indicators .active {
    border: none;   
}

.navbar-nav>li>a {
    /*padding-top: 25px;*/
    padding-bottom: 0;
}

.btnMyBash {
    font-family: Arial, Helvetica, sans-serif;
}

#myBash {
    /*margin-top: 16px;*/
    margin-top: 8px;
    height: 25px;
    line-height: 1.2;
}

.navbar-text {
    /*margin-top: 25px;*/
    margin-top: 10px;
    margin-bottom: 0;
}

.navbar {
    margin-bottom: 0;
    min-height: 0;
    padding-bottom: 3px;
}

#mainNavRow {
    margin-top: 25px;
}

#featured-carousel .carousel-indicators li {
    border: none;
    margin-right: 5px;
}

#featured-carousel .carousel-caption {
    left: 10%;
    right: 20%;
    text-shadow: none;
}

#featured-carousel .carousel-caption h4 {
    margin-top: 0;
    font-weight: bold;
    text-align: left;
}

#featured-carousel .carousel-caption h4 span {
    font-weight: bold;
}

#featured-carousel .carousel-caption p {
    text-align: left;
}

ul.unstyled h4 {
    font-family: inherit;
}

.tab-content h2 {
    font-weight: bold;
}

.tab-content .media-heading {
    font-weight: bold;
}

.btn-danger {
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}

.featured-callout {
    margin-right: 15px;
}

#activeTriangle {
    position: absolute;
    left: 0;
    bottom: -20px;
    background: url('../img/icons/black_down_triangle.png') no-repeat;
    height: 24px;
    width: 24px;
}

.featured-callout ul.unstyled {
    padding-left: 0;
}

.hideNotImportant {
    display: none;
}

.footer-about h3 {
    font-weight: bold;
}

#searchForm {
    /*margin-top: 20px;*/
    margin-bottom: 0;
}

#searchForm input, #searchForm button {
    height: 25px;
}

#searchForm button {
    font-size: 9px;
}

#featured-carousel .carousel-control {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 45px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #222;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: .5;
    filter: alpha(opacity=50);
}

#wabashMascot {
    width: 136px;
    height: 200px;
    background: url('../img/icons/wabash-mascot.png') no-repeat;
}

.subMenu {
    display: none;
}

#mobileNavigation ul.mobileNavMenu, #mobileNavigation ul.mobileNavMenu > li > ul.subItemMenu, #mobileNavigation ul.mobileNavMenu > li > ul.subItemMenu > li > ul.subSubItemMenu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#mobileNavigation ul.mobileNavMenu > li > a {
    display: block;
    padding: 4px 8px;
    font-weight: bold;
    color: #000;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

#mobileNavigation ul.mobileNavMenu > li > a.hasItems {
    background: url('../img/icons/chevron-left-black.png') no-repeat right center;
}

#mobileNavigation ul.mobileNavMenu > li > a:hover, #mobileNavigation ul.mobileNavMenu > li.active > a {
    text-decoration: none;
    background: #e7e7e8;
}

#mobileNavigation ul.mobileNavMenu > li > a.hasItems:hover, #mobileNavigation ul.mobileNavMenu > li.active > a.hasItems {
    text-decoration: none;
    background: #e7e7e8 url('../img/icons/chevron-left-black.png') no-repeat right center;
}

#mobileNavigation ul.mobileNavMenu > li.active > a.hasItems {
    background: #e7e7e8 url('../img/icons/chevron-down-black.png') no-repeat right center;
}

#mobileNavigation ul.mobileNavMenu > li > ul.subItemMenu > li > a {
    display: block;
    padding: 4px 8px;
    padding-left: 16px;
    color: #000;
}

#mobileNavigation ul.mobileNavMenu > li > ul.subItemMenu > li > a.hasItems {
    background: url('../img/icons/chevron-left-black.png') no-repeat right center;
}

#mobileNavigation ul.mobileNavMenu > li > ul.subItemMenu > li > a:hover, #mobileNavigation ul.mobileNavMenu > li > ul.subItemMenu > li.active > a {
    text-decoration: none;
    background: #b6232e;
    color: #FFF;
}

#mobileNavigation ul.mobileNavMenu > li > ul.subItemMenu > li > a.hasItems:hover, #mobileNavigation ul.mobileNavMenu > li > ul.subItemMenu > li.active > a.hasItems {
    background: #b6232e url('../img/icons/chevron-left-white.png') no-repeat right center;
}

#mobileNavigation ul.mobileNavMenu > li > ul.subItemMenu > li.active > a.hasItems {
    background: #b6232e url('../img/icons/chevron-down-white.png') no-repeat right center;  
}

.chevronDownBlack {
    background: url('../img/icons/chevron-down-black.png') no-repeat right center;
}

.chevronDownWhite {
    background: url('../img/icons/chevron-down-white.png') no-repeat right center;
}

.chevronLeftBlack {
    background: url('../img/icons/chevron-left-black.png') no-repeat right center;
}

.chevronLeftWhite {
    background: url('../img/icons/chevron-left-white.png') no-repeat right center;
}

#mobileNavigation ul.mobileNavMenu > li > ul.subItemMenu > li > ul.subSubItemMenu > li > a {
    display: block;
    padding: 4px 8px;
    padding-left: 16px;
    color: #000;
}

#mobileNavigation ul.mobileNavMenu > li > ul.subItemMenu > li > ul.subSubItemMenu > li > a {
    display: block;
    padding: 4px 8px;
    padding-left: 24px;
    color: #000;
}

#mobileNavigation ul.mobileNavMenu > li > ul.subItemMenu > li > ul.subSubItemMenu > li.active > a {
    text-decoration: underline;
    font-weight: bold;
    color: #b6232e;
}

#mobileNavigation ul.mobileNavMenu > li > ul.subItemMenu > li > ul.subSubItemMenu > li > a:hover {
    text-decoration: none;
    background: #b6232e;
    color: #FFF;
}

#mobileNavigation ul.mobileNavMenu > li > ul.subItemMenu, #mobileNavigation ul.mobileNavMenu > li > ul.subItemMenu > li > ul.subSubItemMenu {
    display: none;
}

#mobileNavigation ul.mobileNavMenu > li.active > ul.subItemMenu, #mobileNavigation ul.mobileNavMenu > li.active > ul.subItemMenu > li.active > ul.subSubItemMenu {
    display: block;
}

#mobileNavigationContainer {
    display: none;
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    height: 100%;
    width: 250px;
    background: #FFF;
}

#mobileNavigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

#mobileLinksContainer {
    margin: 0;
    padding: 20px 0;
    background: #921C20;
} 

ul#mobileLinks {
    list-style-type: none;
    margin: 0 30px;
    padding: 0;
}

ul#mobileLinks li a {
    display: block;
    background: #3b393b;
    border: 2px solid #231f20;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    padding: 5px;
    margin-bottom: 10px;
    font-weight: bold;
}

ul#mobileLinks li a:hover {
    text-decoration: none;
}

.btnSearch {
    cursor: pointer;
    margin-top: 15px;
    margin-right: 10px;
}

.searchArea {
    display: none;
    /*margin-top: 55px;*/
    padding-bottom: 10px;
}

#mobileSearchRow {
    margin: 0 15px;
}

#bodyOverlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.expandInfoText {
    line-height: 27px;
}

.expandText {
    display: none;
}

.navbar-form {
    border: none;
    box-shadow: none;
}

.breadcrumb>li+li:before {
    content: '\00BB';
}

.white-bg {
    background: #FFF;
}

.caret {
    border-top: 4px solid #FFF;
}

.headerText {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
}

.headerText small {
    text-transform: none;
    color: #be1c2f;
}

.contactInfoRightRail {
    /*margin-top: 50px;*/
}

.contactInfoRightRail h4 {
    margin-top: 0;
}

.imageGrid {
    margin-right: 0;
}

.imageGrid .col {
    padding-right: 0;
    padding-left: 10px;
}

form.formMargin {
    margin-bottom: 20px;
}

ul.unstyled.sub-menu {
    margin-top: 10px !important;
}

ul.nestedMenu {
    margin: 0;
    margin-top: 5px;
    padding: 0;
    text-transform: none;
}

ul.nestedMenu > li {
    font-weight: 700 !important;
}

ul.nestedMenu > li > ul.nestedMenu li {
    line-height: 12px !important;
    margin-bottom: 0 !important;
}

ul.nestedMenu li a, ul.nestedMenu li a:link, ul.nestedMenu li a:active, ul.nestedMenu li a:visited {
    padding-left: 15px !important;
}

ul.nestedMenu li.active a:hover {
    color: #FFF !important;
    text-decoration: underline !important;
}

table.table figure {
    min-width: 120px;
}

/*figure figcaption { text-align: left;}*/

li.listNavHeading {
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-left: 10px !important;
    margin-top: 10px;
}

/* Youtube iframes */
.col-md-12 iframe, .col-md-12 object {
    height: 480px;
    width: 853px;
}
.col-md-8 iframe, .col-md-8 object {
    width: 570px;
    height: 340px;
}

#secondaryCarousel {
    margin-bottom: 10px;
}

#secondaryCarousel img {
    margin: 0;
}

#secondaryCarousel .left, #secondaryCarousel .right {
    margin: 0;
    float: none;
}

#secondaryCarousel a {
    color: #FFF;
}

#secondaryCarousel .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    padding: 5px 10px;
}

/* Calendar */
#cal-day-box #cal-day-panel {
    position: relative;
    z-index: 3;
}

.cal-week-box .cal-column {
    z-index: 1 !important;
}

.cal-day-hour [class*="span"] {
    margin-left: 0;
}

#calendar hr {
    margin-top: 0;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

ul.spacedItems li {
    margin-bottom: 5px;
}

/* Only devices classified as "lg" */
@media (min-width: 1200px) {
    #mainNavRow .desktopItem {
        margin-right: 10px;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    .media-body {
        clear: both;
        padding-top: 10px;
    }
}

/* Only devices classified as "xs" */
@media (max-width: 767px) {
    /* Youtube iframes */
    .col-md-12 iframe, .col-md-12 object {
        height: 175px;
        width: 300px;
    }
    .col-md-8 iframe, .col-md-8 object {
        height: 175px;
        width: 300px;
    }
    #featured-sidebar div.side-menu-nav {
        margin: 0;  
    }
    #featured-carousel .carousel-inner .item .carousel-caption {
        position: static;   
    }
    #footerAboutSite {
        clear: both;
    }
    ul#mainNav a:hover, ul#mainNav a:focus {
        color: #FFF;
        text-decoration: none;
    }
    #featured-tabs li {
        padding: 0;
    }
    .featured-callout {
        margin-right: 0;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
    }
    .navbar-text {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    ul#socialListHorizontal {
        margin-top: 0;
        margin-bottom: 10px;
    }
    ul#mainNav {
        margin-top: 20px;
    }
    ul#mainNav a {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        padding: 15px;
        border: 2px solid #231f20;
        border-radius: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        background: #3b393b;
        color: #FFF;
    }
    ul#mainNav a:hover {
        text-decoration: none;
    }
    ul#mainNav li {
        display: table;
        table-layout: fixed;
    }
    ul#mainNav li .listItem {
        height: 55px;
        /*display: table-cell;*/
        vertical-align: middle;
    }
    
    #featured-sidebar {
        padding-bottom: 30px;
    }
    
    #quick-links-dropdown, #quickLinksMobile {
        top: auto;
        bottom: 10px;
        right: 10px;
    }
    
    #featured-carousel .carousel-inner .item .carousel-caption h4 {
        font-size: 0.85em;
    }
    
    #featured-carousel .carousel-inner .item .carousel-caption p {
        font-size: 0.85em;  
        padding: 5px 15px;
        padding-bottom: 10px;
        line-height: normal;
    }
}

/* Only devices classified as "sm" */
@media (min-width: 768px) and (max-width: 991px) {
    /* Youtube iframes */
    .col-md-12 iframe, .col-md-12 object {
        height: 260px;
        width: 460px;
    }
    .col-md-8 iframe, .col-md-8 object {
        height: 260px;
        width: 460px;
    }
    
    #featured-carousel .carousel-inner .item p {
        line-height: normal;    
    }
    
    ul#mainNav .listItem a {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        padding: 5px;
        text-align: center;
        border: 2px solid #231f20;
        border-radius: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        background: #3b393b;
        color: #FFF;
    }
    
    ul#mainNav li {
        display: table;
        table-layout: fixed;
    }
    ul#mainNav li .listItem {
        height: 35px;
        border-radius: 5px;
        /*display: table-cell;*/
        vertical-align: middle;
    }
    
    #featured-carousel .carousel-inner .item .carousel-caption h4 {
        font-size: 0.85em;
    }
    
    #featured-carousel .carousel-inner .item .carousel-caption p {
        font-size: 0.85em;  
    }
}

/* Only devices classified as "md" */
@media (min-width: 992px) and (max-width: 1199px) {
    /* Youtube iframes */
    .col-md-12 iframe, .col-md-12 object {
        height: 360px;
        width: 640px;
    }
    .col-md-8 iframe, .col-md-8 object {
        width: 400px;
        height: 250px;
    }
}

/* devices less than or equal to "sm" */
@media (max-width: 991px) {
    #main-content .push-h1 h1,
    #subpage-overview h1 {
        margin: 0;
    }
    .navbar-nav>li {
        font-size: 0.85em;
    }
    #featured-tabs ul.nav.nav-tabs li a {
        font-size: 14px;    
    }
    #mainNavRow {
        margin-top: 0;
    }
    
    /* hide desktop nav items */
    li.desktopItem {
        display: none !important;
    }
}

/* devices at least "sm" */
@media (min-width: 768px) {
    #featured-content {
        /*padding-left: 0;*/
        padding-right: 0;
    }
    
    #featured-sidebar {
        padding-left: 0;
        /*padding-right: 0;*/
    }
    #featured-section .container.bgindex {
        padding-top: 15px;
    }
    
    #sidebarRightCol {
        margin-top: 50px;
    }
}

/* devices at least "md" */
@media (min-width: 992px) {
    #mainNavRow .desktopItem {
        display: inline-block !important;
        /*margin-right: 5px;*/
    }
}
/* MMS  6/11/14 */
@media print {
	body, #content, #main-content, #featured-content,#featured-section, .row {
	background-image:none !important;
	background-color:white;
	background:#FFF;
	height:99%;
	min-height: 0x !important;
	display: inline ;
	width: 100%;
	margin: 0; padding: 0;
	background: none;
	}
	.navbar, #header, .breadcrumb, #featured-sidebar, #footer, .content-side > img {
	display: none !important;
	height:0px !important;
	}
    /* stolen from bootstrap.css media max-width:767px */
    [class*="span"],
    .row-fluid [class*="span"] {
      float: none;
      display: block;
      width: auto;
      margin-top: 0;
      margin-left: 0;
    }
    .span12, .row-fluid .span12 {
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
	#content a:after {
	content: " <" attr(href) "> ";
	font-weight: normal
	}	
}


.btn-inverse:hover, .btn-inverse:focus {
	outline:think; outline-color:#FFF; background-color:#CD0E2C;
    }


#skiptocontent a {
	padding:6px;
	position: absolute;
	font-family: Arial,"Times New Roman", Georgia, Serif;	
	top:-40px;
	left:0px;
	color:white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 100;
}

#skiptocontent a:focus {
	position:absolute;
	left:0px;
	top:0px;
	font-family: Arial,"Times New Roman", Georgia, Serif;
	background:#BF1722;
	outline:0;	
	-webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
}

.sr-only-focusable a:active, .sr-only-focusable a:hover,  .sr-only-focusable a:focus 
{
	display: block;
    z-index: 1000 !important;
    width: 55px;
    height: 55px;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.skiplink-text,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus   { 
	background-color: #CD0E2C;
	border:thick; border-color:#fff; color:#fff; outline:medium; outline-color:#D87B7C; 
}
 
.social-icons a.icon-you:focus { background-position: 0 -23px; }
.social-icons a.icon-fac:focus { background-position: -27px -23px; }
.social-icons a.icon-twi:focus { background-position: -55px -23px; }
.social-icons a.icon-rss:focus { background-position: -83px -23px; }
.social-icons a.icon-lin:focus { background-position: -110px -23px; }
.social-icons a.icon-ins:focus { background-position: -138px -23px; }
.social-icons a.icon-pod:focus { background-position: -164px -23px; }


#featured-section .breadcrumb > .active  {
    color: #FFF;
}

#featured-sidebar h4 {
    color: #FFF;
	font-size: 20px;
    margin: 15px 0 5px 0;
}

/* Landscape phone to portrait tablet 

@media (min-width: 1200px) {
	#myBash { margin-left:150px !important; }
}
@media (max-width: 1199px) {
	#myBash { margin-left:10px !important; }
}

@media (max-width: 767px) {
	#myBash { margin-left:10px !important; }
}
*/
#header a.brand {
	color: #CD0E2C;
}
@media (max-width: 1998px) {
    ul#mainNav a:hover, ul#mainNav a:focus {
	background-color: #CD0E2C; border:thick; border-color:#FFF; color:#FFF; outline:medium; outline-color:#D87B7C; 
    }
}
.btn-inverse a:hover, .btn-inverse a:focus {
	background-color: #CD0E2C; border:thick; border-color:#FFF; color:#FFF; outline:medium; outline-color:#D87B7C; 
    }
.iframe-container { position: relative; margin: 5px; height: 0; overflow: hidden; }

.iframe-container-for-wxh-500x350 {
padding: 25px 25px 70% 25px; /* padding-bottom = h/w as a % */
}

.iframe-container iframe {
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}