@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/files/fonts/glyphicons-halflings-regular.eot');
  src: url('/files/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded- opentype'),
        url('/files/fonts/glyphicons-halflings-regular.woff') format('woff'),
        url('/files/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
        url('/files/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
   font-style: normal;
}

#carousel-custom {
    width: 100%;
}
#carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    width: auto;
    margin: 0 !important;
    width:60px;
    /* height:60px;*/
    overflow:hidden;
}
#carousel-custom .carousel-indicators li img {
    height:100%;
    width:100%;
    display: block;
    opacity: 0.5;
}
#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom .carousel-indicators li.active{
   border-bottom:4px solid #981e32;
}
#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom .carousel-outer {
    position: relative;
}
#carousel-custom .carousel-control{
    width:10%;
}
#carousel-custom .carousel-inner>.item>img, #carousel-custom .carousel-inner>.item>a>img{
    width:100%;
}
#carousel-custom .carousel-caption{
    bottom:20%;
    text-align:left;
}
#carousel-custom a:visited{color:#fff!important;}
#carousel-custom .read-more-box {
        font-size:15px;
        bottom: -13px;
        padding: 5px 10px;
}
#carousel-custom .carousel-control.left, #carousel-custom .carousel-control.right{
    background:none;
}

@media screen and (max-width: 900px){
    #carousel-custom .carousel-caption {
    bottom: 25%;
}
}

@media screen and (max-width: 767px){
#carousel-custom  .carousel-control .glyphicon-chevron-left,
#carousel-custom .carousel-control .glyphicon-chevron-right, 
#carousel-custom  .carousel-control .icon-prev, 
#carousel-custom  .carousel-control .icon-next {
    width: 25px;
    height: 25px;
    margin-top: -15px;
    margin-left: -25px;
    font-size: 20px;
}
#carousel-custom .carousel-caption{
    left:10%;
}
#carousel-custom .read-more-box {
    font-size: 15px;
    padding: 5px 10px;
    position: relative;
    margin-top: 10px;
    display: inline-block;
}

#carousel-custom .secondary-slideshow-caption {
    position:relative;
    padding:20px;
    background:#444;
    
}
}


@media screen and (max-width: 500px){
#carousel-custom .carousel-inner {
    height: 300px;
}
#carousel-custom .read-more-box{
    position:relative;
}
}

.umsl-day-ad {
    position:fixed;
    top: 0px;
    left: 0px;
    right: 0px;
	bottom: 0px;
	background: rgba(10, 10, 10, 0.7);
	z-index: 1000000000;
	opacity: 0;
    }
.umsl-day-banner {
	width: 700px;
	max-width: 100%;
	margin: 0px auto;
	display:block;
	margin-top: -400px;
	
    }
.umsl-day-banner img {
        max-width:100%;
    }
    

a:visited{
    color:#444
}
a:active{
    color:#444
}

h1, h2, h3, h4, h5{
    font-family:'proxima_novabold',Helvetica,Arial,sans-serif;
}
p, a {
    font-family:'proxima_novaregular',Helvetica,Arial,sans-serif;
    color:#444;
}

p{
    font-family:'proxima_novaregular',Helvetica,Arial,sans-serif;
    font-size:16px;
    line-height:27px;
    color:#444;
}

h1{
    font-size:32px;
    font-weight:bold;
}

h2{
    font-size:28px;
    font-weight:bold;
}
h3{
    font-size:25px;
    font-weight:bold;
}

/********************************
 * IMAGE GALLERY
 *******************************/

#gallery-content{
    width:100%;
    float:left;
    padding-top:15px;
}
#gallery-content .thumbnail{
    border:0px;
    padding:10px;
    margin-bottom: 0px;
    height:150px;
    overflow:hidden;
    background: #f7f7f7;
}
#gallery-content .caption
{
    margin: 0px 0px 20px 0px;
    background: #f7f7f7;
    padding: 10px 0px 10px 10px;
    
}  

/************************
 * LIGHTBOX
 ************************/

@charset "UTF-8";
body:after {
  content: url(//www.umsl.edu/files/images/close.png) url(//www.umsl.edu/files/images/loading.gif) url(//www.umsl.edu/files/images/prev.png) url(//www.umsl.edu/files/images/next.png);
  display: none;
}
.divTable{
    display:  table;
    width:auto;
    background-color:#eee;
    border-spacing:5px;/*cellspacing:poor IE support for  this*/
    /* border-collapse:separate;*/
}

.divRow {
    line-height:30px;
    float:left;
}

.thumbnail-gallery {
  width:250px;
  margin-left:30px;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(//www.umsl.edu/files/images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(//www.umsl.edu/files/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(//www.umsl.edu/files/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(//www.umsl.edu/files/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}



/************************
* STYLEGUIDE SPECIFIC
 ***********************/

.color-swatch {
    width: 100px;
    height: 100px;
    margin: 0 5px;
    border-radius: 3px;
    float:left;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.umsl-primary{
    background-color:#981e32
}

.umsl-secondary{
    background-color:#eaab00
}

.umsl-gray{
    background-color:#444444
}

.umsl-light-gray{
   background-color: #eeeeee
}

.umsl-lightest-gray{
   background-color: #f9F9f9
}



/************************
 * LEFT NAV
 ***********************/
 
#leftnavcont {
    border-color: #444 -moz-use-text-color -moz-use-text-color;
    color: #444;
    border-collapse: collapse;

}

#primaryNavigation {
    background-color:#EEEEEE;
    float:left;
    position:relative;
    height:auto;
    width:100%;
}

ul.navigation {
    border-width: 7px 0px 0px;
    background-color: #EEEEEE;
    float: left;
    padding-left: 0px;
    margin: 0px;
    list-style-type: none;
    padding-top: 0px;
    padding-bottom: 0px;
    display: block;
    width:100%;
    border-top:3px solid #444;

}


li.navigation {
    width:100%;
    list-style-type:none;
    border-bottom: 1px solid #444;
}

hr.nav {
    color:#cccccc;
    background:#cccccc;
    height:1px;
    margin-top:0;
}

.dropdown {
    margin-left: 1px;
    line-height: 28px;
    background-color: white;
    width: 99.1%;
    padding-left: 15px;
    margin-bottom: 0px;
    }

a.navigation-links:link {
    color:#333;
    text-decoration: none;
    display:block;
    padding:8px;
    }
    
a.navigation-links:visited {
    color: #333;
    text-decoration: none;
    }
    
a.navigation-links:active {
    color: #333;
    text-decoration: none;
    }
    
a.navigation-links:hover {
    color: #FFFFFF;
    background-color:#444444;
    text-decoration: none;
    display:block;
    }

a.subnavigation-links:link {
    color:#000;
    text-decoration: none;
    }
    
a.subnavigation-links:visited {
    color: #000;
    text-decoration: none;
    }
    
a.subnavigation-links:active {
    color: #000;
    text-decoration: none;
    }
    
a.subnavigation-links:hover {
    color: #981E32;
    text-decoration: none;
    }

.open > a{
    color:#444;
}

.open > a:hover{
    color:#981e32;
}

/************************
 * MOBILE LEFT NAV
 ***********************/

.accordion-group{
  display:block;
  border: 1px solid #cccccc;
}


.accordion-toggle{
    display:block;
    padding:10px;
    background:#EEEEEE url(//www.umsl.edu/files/images/redesign/arrow-down-gray.png) no-repeat 97% 10px;
}

.accordion-heading> .active{
    display:block;
    padding:10px;
    border-bottom: 1px rgb(51, 51, 51);
    text-decoration: none;
    background:url(//www.umsl.edu/files/images/redesign/arrow-down-gray.png) no-repeat 97% 10px;
}


.accordion-heading a:hover{
    display:block;
    text-decoration:none;
    border:0px
}

.accordion-inner {
    background-color: #ffffff;
    padding-left: 10px;
}

.accordion-inner a:hover{
    color:#981e32;
    text-decoration:none;
}




 
/************************
 * BUTTONS
 ***********************/
button{
    border:0px
    }
    
.button {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    padding: 6px 12px;
    line-height: 32px;
    font-weight: normal;
    font-size: 16px;
    font-family:'proxima_novaregular','Helvetica Neue',Helvetica,Arial,sans-serif;
    color: #fff;
    text-shadow: 0 1px 1px white;
    margin: 0;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    width: 150px;
    margin-bottom: 10px;
    text-transform: uppercase;
    border:0px;
}

.button a:visited {
	color:#fff!important
}



.button-apply {
	background:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#C6223E),color-stop(100%,#9A1B30));
	background:-webkit-linear-gradient(top,#C6223E,#9A1B30);
	background:-moz-linear-gradient(top,#C6223E,#9A1B30);
	background:-o-linear-gradient(top,#C6223E,#9A1B30);
	background:linear-gradient(top,#C6223E,#9A1B30);
	background-color:#C6223E;
	color:#fff!important;
	text-shadow:0 -1px 1px rgba(103,24,13,0.35);
	box-shadow:0 2px #600
}

.button-apply:hover {
    background-color:#B81F3A;
	background:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#D1213F),color-stop(100%,#9A1B30));
	background:-webkit-linear-gradient(top,#D1213F,#9A1B30);
	background:-moz-linear-gradient(top,#D1213F,#9A1B30);
	background:-o-linear-gradient(top,#D1213F,#9A1B30);
	background:linear-gradient(top,#D1213F,#9A1B30);
	color:#fff!important
}




.button-apply a:visited {
	color:#fff!important
}


.button-give {
	background:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#EAAB00),color-stop(100%,#DEA100));
	background:-webkit-linear-gradient(top,#EAAB00,#DEA100);
	background:-moz-linear-gradient(top,#EAAB00,#DEA100);
	background:-o-linear-gradient(top,#EAAB00,#DEA100);
	background:linear-gradient(top,#EAAB00,#DEA100);
	background-color:#EAAB00;
	border-color:#DEA100;
	color:#fff!important;
	text-shadow:0 -1px 1px rgba(103,24,13,0.35);
	box-shadow:0 2px #8C6900;
}

.button-give:hover {
	background-color:#DEA100;
	background:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#FDB700),color-stop(100%,#E2A400));
	background:-webkit-linear-gradient(top,#FDB700,#E2A400);
	background:-moz-linear-gradient(top,#FDB700,#E2A400);
	background:-o-linear-gradient(top,#FDB700,#E2A400);
	background:linear-gradient(top,#FDB700,#E2A400);
	color:#fff!important
}

.button-give a:visited {
	color:#fff!important
}

.button-tour {
	background:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#4593E3),color-stop(100%,#0E83CD));
	background:-webkit-linear-gradient(top,#4593E3,#0E83CD);
	background:-moz-linear-gradient(top,#4593E3 #0E83CD);
	background:-o-linear-gradient(top,#4593E3,#0E83CD);
	background:linear-gradient(top,#4593E3,#0E83CD);
	background-color:#4593E3;
	color:#fff!important;
	text-shadow:0 -1px 1px rgba(0,40,50,0.35);
	box-shadow:0 2px #09629B
}

.button-tour:hover {
	background:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#4BA2FC),color-stop(100%,#0E83CD));
	background:-webkit-linear-gradient(top,#4BA2FC,#0E83CD);
	background:-moz-linear-gradient(top,#4BA2FC,#0E83CD);
	background:-o-linear-gradient(top,#4BA2FC,#0E83CD);
	background:linear-gradient(top,#4BA2FC,#0E83CD);
	background-color:#4593E3;
	color:#fff!important
}

.button-tour a:visited {
	color:#fff!important
}

.button-register {
	background:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#2ACA76),color-stop(100%,#21A660));
	background:-webkit-linear-gradient(top,#2ACA76 #21A660);
	background:-moz-linear-gradient(top,#2ACA76 #21A660);
	background:-o-linear-gradient(top,#2ACA76,#21A660);
	background:linear-gradient(top,#2ACA76,#0E83CD);
	background-color:#2ACA76;
	border-color:#0E83CD;
	color:#fff!important;
	text-shadow:0 -1px 1px rgba(0,40,50,0.35);
	box-shadow:0 2px #197946
}

.button-register:hover {
	background:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#54d491),color-stop(100%,#21A660));
	background:-webkit-linear-gradient(top,#54d491,#21A660);
	background:-moz-linear-gradient(top,#54d491,#21A660);
	background:-o-linear-gradient(top,#54d491,#21A660);
	background:linear-gradient(top,#54d491,#21A660);
	background-color:#4bbe82;
	color:#fff!important
}

.button-register a:visited {
	color:#fff!important
}

.button-business {
	background:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#0059B2),color-stop(100%,#001A66));
	background:-webkit-linear-gradient(top,#0059B2,#001A66);
	background:-moz-linear-gradient(top,#0059B2,#001A66);
	background:-o-linear-gradient(top,#0059B2,#001A66);
	background:linear-gradient(top,#0059B2,#001A66);
	background-color:#001A66;
	color:#fff;
	text-shadow:0 -1px 1px rgba(0,40,50,0.35);
	box-shadow:0 2px #09629B
}

.double-line {
	line-height:20px;
	text-align:center
}




/************************
 * CTA BUTTONS
 ***********************/

    
#conversionBox {
    display: block;
    position: fixed;
    top:45%;
    right: 0px;
    border-bottom: 0px;
    padding:10px;
    color: #fff;
    z-index: 999;
    width:150px;
    height:auto;
    background:#f9f9f9;
    text-transform: uppercase;
    line-height: 32px;
    font-weight: 200;
    font-size: 14px;
    font-family:'proxima_novaregular','Helvetica Neue',Helvetica,Arial,sans-serif;
    text-align:center;
}
.request a{
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #EAAB00), color-stop(100%, #DEA100));
    background: -webkit-linear-gradient(top, #EAAB00, #DEA100);
    background: -moz-linear-gradient(top, #EAAB00, #DEA100);
    background: -o-linear-gradient(top, #EAAB00, #DEA100);
    background: linear-gradient(top, #EAAB00, #DEA100);
    background-color: #EAAB00;
    border-color: #DEA100;
    color: white;
    text-shadow: 0 -1px 1px rgba(103, 24, 13, 0.35);
    box-shadow: 0 2px #8C6900;
    display: block;
    padding:5px;
    margin-bottom:10px;
     -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.request a:hover{
    background-color: #DEA100;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #FDB700), color-stop(100%,#E2A400));
    background: -webkit-linear-gradient(top, #FDB700,#E2A400);
    background: -moz-linear-gradient(top, #FDB700,#E2A400);
    background: -o-linear-gradient(top, #FDB700,#E2A400);
    background: linear-gradient(top, #FDB700,#E2A400);
    text-decoration:none;
    display: block;
}

.apply a{
   background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #C6223E), color-stop(100%, #9A1B30));
    background: -webkit-linear-gradient(top, #C6223E, #9A1B30);
    background: -moz-linear-gradient(top, #C6223E, #9A1B30);
    background: -o-linear-gradient(top, #C6223E, #9A1B30);
    background: linear-gradient(top, #C6223E, #9A1B30);
    background-color: #C6223E;
    color: white;
    text-shadow: 0 -1px 1px rgba(103, 24, 13, 0.35);
    box-shadow: 0 2px #660000;
    display: block;
    padding:5px;
    color:#fff;
    margin-bottom:10px;
     -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.apply a:hover{
    background-color: #B81F3A;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #D1213F), color-stop(100%, #9A1B30));
    background: -webkit-linear-gradient(top, #D1213F,#9A1B30);
    background: -moz-linear-gradient(top,#D1213F, #9A1B30);
    background: -o-linear-gradient(top, #D1213F, #9A1B30);
    background: linear-gradient(top, #D1213F, #9A1B30);
    display:block;
    padding:5px;
   text-decoration:none;
}

.tour a{
     background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4593E3), color-stop(100%, #0E83CD));
    background: -webkit-linear-gradient(top, #4593E3, #0E83CD);
    background: -moz-linear-gradient(top,#4593E3 #0E83CD);
    background: -o-linear-gradient(top,#4593E3, #0E83CD);
    background: linear-gradient(top, #4593E3, #0E83CD);
    background-color: #4593E3;
    border-color: #0E83CD;
    color: white;
    text-shadow: 0 -1px 1px rgba(0, 40, 50, 0.35);
    box-shadow: 0 2px #09629B;
    padding:5px;
    display:block;
    text-decoration:none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.tour a:hover{
     background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4BA2FC), color-stop(100%, #0E83CD));
    background: -webkit-linear-gradient(top, #4BA2FC, #0E83CD);
    background: -moz-linear-gradient(top,#4BA2FC, #0E83CD);
    background: -o-linear-gradient(top,#4BA2FC, #0E83CD);
    background: linear-gradient(top, #4BA2FC, #0E83CD);
    background-color: #4593E3;
   padding:5px;
}


@media screen and (max-width: 1199px){
    #conversionBox{
        left:85%
    }
}

@media screen and (max-width: 767px){
    #conversionBox{
        left:80%
    }
}

@media screen and (max-width: 480px){
    #conversionBox{
        left:62%;
    }
}






/************************
 * ALERTS
 ***********************/

.alert-success{
    background-color:#D3F6E4;
    color:#444;
    border:0px
}

.alert-info{
    background-color:#def6fc;
    color:#444;
    border:0px
}

.alert-warning{
    background-color:#fff4d5;
    color:#444;
    border:0px
}

.alert-danger{
    color:#444;
    border:0px
}


/************************
 * RELATED LINKS
 ***********************/
#related-links{
    background-color:#F5F5F5;
    color:#444;
    padding:10px
}

#related-links ul{
    list-style-type:none;
    font-size:14px;
    padding:0px 0px 0px 10px
}

#related-links li{
    line-height:25px
}

#related-links li a:hover{
    color:#981e32;
    text-decoration:none
}

.content-container .col-md-2{
    font-size:12px;
}
.content-container .col-md-2 ul{
    padding-left:10px;
}
/************************
 * FORMATTED TABLES
 ***********************/

.red-table{
    font-size:15px;
    border:1px solid #ccc
}

.red-table th{
    background:#981e32;
    padding: 10px;
    color:#fff;
}

.red-table td{
    padding: 10px;
    vertical-align: top;
    border-top: 1px solid #ddd;
}


.red-table > tbody > tr:nth-child(odd) > td,
.red-table > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.gray-table {
    font-size:15px;
    border:1px solid #ccc
}

.gray-table th {
    background:#444;
    padding: 10px;
    color:#fff;
}

.gray-table td {
    padding: 10px;
    vertical-align: top;
    border-top: 1px dashed #ddd;
}



/************************
 * GLOBAL STYLES
 ***********************/
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    /*max-height: 100%;*/
}

body {
    font-size: 17px;
}

.no-pad {
    padding: 0px;
}

.relative {
    position: relative;
}

/************************
 *  HEADER STYLES
 ***********************/
.tactical-nav {
    background: rgb(51, 51, 51);
    text-align: right;
    font-size: 14px;
    position:relative;
    z-index: 20;
    font-family:'proxima_novaregular','Helvetica Neue',Helvetica,Arial,sans-serif;
}

#a-z-dropdown {
    display: inline-block;
    margin-left: 20px;
    font-size: 13px;
    color: #fff;
    padding: 6px;
    margin-left: 20px;
    position: relative;
    z-index: 20;
}

#a-z-dropdown:hover {
    cursor: pointer;
    color: #fff;
    background: #444;
}

.tactical-nav a{
    padding: 6px;
    font-size: 14px;
    margin-left: 20px;
    color: #fff;
}

.tactical-nav a:hover, .tactical-nav-left a:hover {
    color: #fff;
    background: #444;
    text-decoration: none;
}

.tactical-nav-left {
    text-align:left;
}

.tactical-nav-left a {
    padding: 6px;
    font-size: 14px;
    margin-left: 20px;
    text-align:left;
    display:inline-block;
    color: #fff;
}

.tactical-nav-left a:first-child {
    padding-left:0px;
    margin-left:0px;
}

.tactical-nav .arrow-down {
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgb(136, 136, 136);
    font-size: 0;
    line-height: 0;
    display:inline-block;
    position:relative;
}

.a-z-list {
    position:absolute;
    line-height: 14px;
    bottom: 29px;
    left: -72px;
    z-index: 10;
    background: #333;
    width: 83px;
}
.a-z-list a {
    border-bottom: 3px solid #444;
    display:block;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    margin: 0px 10px;
}

.logo-bar {
    background: rgb(152, 30, 50);
    text-align: right;
    font-size: 15px;
    padding:10px 0px 10px 0px
}
.logo-bar img {
    max-height: 67px;
    float:left;
    margin-bottom: 7px;
    margin-top: 9px;
    cursor:pointer;
}
.logo-bar input {
    height: 34px;
    font-size: 16px;
    width: 345px;
}

.search-bar {
    background-image: url('/renderfile/f94a710f80ce0e9a2df18abf7d30976c/files/images/redesign/search-icon.png');
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 98% 50%;
}

.logo-bar a {
    margin: 10px 0px 10px 20px;
    display:inline-block;
    color:#fff
}

.logo-bar a:hover {
    text-decoration:none;
    color: rgb(180, 180, 180);
}

.college{
    text-align:left;
    color:#fff;
    padding-top:47px;
}

.logo-bar h4 a{
    margin:0px;
}

.college h4 a:hover{
    color:#F5F5F5;
}

a.logo{
    margin: 0px;
    display:block;
    color:#fff
} 

/** hidden search field **/
#searchbar {
  display: none;
  float: left;
  width: 100%;
  height: 52px;
  padding-left: 25px;
  padding-right: 10px;
  z-index: 9999;
  background: #fff;
  -webkit-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
  box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
}

#s {
  display: inline-block;
  width: 88%;
  border: 0;
  outline: none;
  height: 50px;
  font-size: 2em;
  font-weight: bold;
  color: #676767;
}

#searchsubmit {
  display: block;
  float: right;
  margin-top: 6px;
  background: none;
  color: #717171;
  border: 0;
  outline: none;
  cursor: pointer;
}

#searchform .glyphicon-search{
    background:url(//www.umsl.edu/files/images/redesign/search-bar-icon.png) no-repeat;
    color:transparent;
    top: -12px;
    width:30px;
    height:30px;
}

#searchtoggl .glyphicon-search{
    background:url(//www.umsl.edu/files/images/redesign/search.png) no-repeat;
    color:transparent;
    width:25px;
    height:25px;
    font-size: 25px;
    left: -1px;
}


#searchtoggl .glyphicon-search:hover{
    background:url(//www.umsl.edu/files/images/redesign/search-hover.png) no-repeat;
    width:25px;
    height:25px;
    font-size: 25px;
    color:transparent;
}

#searchtoggl .glyphicon-zoom-out{
    background:url(//www.umsl.edu/files/images/redesign/search-minus.png) no-repeat;
    width:25px;
    height:25px;
    font-size:25px;
    color:transparent;
}

#searchtoggl .glyphicon-zoom-out:hover{
    background:url(//www.umsl.edu/files/images/redesign/search-minus-hover.png) no-repeat;
    width:25px;
    height:25px;
    font-size:25px;
    color:transparent;
}




.cta-search {
    padding-top:18px;
    font-size:20px;
}

/****************************
 * MOBILE DROPDOWN MENU
 ***************************/
.mobile-menu {
    float:right;
    position:relative;
}
.mobile-dropdown-menu {
    display: none;
    position:relative;
    background: rgb(51, 51, 51);
    color: #444;
    z-index:999;
}

.mobile-dropdown-menu input {
    width: 100%;
    height: 34px;
    font-size: 16px;
    margin-top: 8px;
    color: #444;
}
.mobile-dropdown-menu a {
    display: block;
    border-bottom: 1px solid rgb(130, 130, 130);
    font-size: 16px;
    padding: 8px 0px;
    color:#fff;
    padding-left:10px
}
.mobile-dropdown-menu a:hover {
    text-decoration: none;
}

.mobile-menu-pane {
    float:left;
    width: 100%;
    position: relative;
    background-color: rgb(51, 51, 51);
    z-index: 10;
}
.unit-mobile-menu-pane {
    background-color:#eee;
}
.unit-mobile-menu-pane a {
    color: #222;
    border-bottom: none;
    
}
.unit-mobile-menu-pane div {
    border-bottom: 1px solid #ccc;
}
.unit-mobile-menu-pane div:last-child {
    border-bottom: 0px;
}

.active-submenu {
    background-color: #fff;
}
.umsl-main-mobile-menu a{
    color: #fff;
}
.umsl-main-mobile-menu ul {
    display:none;
}
.umsl-main-mobile-menu li {
    list-style: none;
}
/****************************
 * SUB NAV
 ***************************/
#sub-nav{
    background:#E0DAD1;
    width:100%;
    margin-bottom:0px;
    padding:0px
}
.navbar{
    margin-bottom:0px;
    font-weight:500;
    letter-spacing:0px;
    text-transform: uppercase;
    font-size:17px;
    margin:0px auto;
    width:100%
}

.navbar li{
    width:220px;
    text-align:center;
}
.navbar li:hover a { 
    background: #fff;
}
.navbar li a:hover{
    color:#981e32;
}
.dropdown-menu{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    width:220px;
    list-style: none;
    font-size: 16px;
    text-align:left;
    font-weight:bold;
    text-transform: none;
    background-color: #fff;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 2px 1px #E6E6E6;
    box-shadow:0px 2px 1px #E6E6E6;
    background-clip: padding-box;
}
.dropdown-menu li{
    padding:10px 0px;
    text-align:left;
    width:100%;
    font-size:15px;
    color:#444
}
.dropdown-menu li a:hover { 
    color:#981e32;
    background-color:#fff;
    text-decoration:underline;
}

.dropdown-toggle{
    padding-right:10px;
    text-align:center
}


/****************************
 * TABBED CONTENT
 ***************************/

.tab-content{
    padding:20px;
    border-top:0px;
    border-left:1px solid #eee;
    border-right:1px solid #eee;
    border-bottom:1px solid #eee;
}

.tab-content p, .tab-content ul{
    font-size:15px;
}

.tab-content img{
    padding:20px 20px 10px 10px;
    max-width:80%;
    vertical-align:middle;
}

.nav-tabs>li{
    font-family:'proxima_novabold','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size:15px;
    letter-spacing:-.01em;
    border:1px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active{
    color:#981e32;
    background:#fff;
}

.nav-tabs>li>a:hover{
    background:#F5F5F5;
    color:#981e32
}

.nav-tabs li a{
     background:#eee;
     text-decoration:none;
     font-weight:normal;
}

 .tab-content ul{
    font-size:15px
}

.tab-content table td{width:50%}

table {
    width: 100%;
}
table img{
  
}
@media screen and (max-width: 767px){
  .tab-content{
        padding:0px;
    }
    .tab-content p, .tab-content h1, .tab-content h2, .tab-content h3,.tab-content  h4,.tab-content h5, .tab-content h6,.tab-content ul{
        margin:0px 10px 0px 10px;
        border:0px
    }
      .table-collapse td{
        padding:0px;
        display:inline;
    }
    
      .nav-tabs>li{
        width:100%
    }
    
    
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
  
  .gray-table {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  
  .gray-table > .table {
    margin-bottom: 0;
  }
  .gray-table > .table > thead > tr > th,
  .gray-table > .table > tbody > tr > th,
  .gray-table > .table > tfoot > tr > th,
  .gray-table > .table > thead > tr > td,
  .gray-table > .table > tbody > tr > td,
  .gray-table > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .gray-table > .table-bordered {
    border: 0;
  }
  .gray-table > .table-bordered > thead > tr > th:first-child,
  .gray-table > .table-bordered > tbody > tr > th:first-child,
  .gray-table > .table-bordered > tfoot > tr > th:first-child,
  .gray-table > .table-bordered > thead > tr > td:first-child,
  .gray-table > .table-bordered > tbody > tr > td:first-child,
  .gray-table > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .gray-table > .table-bordered > thead > tr > th:last-child,
  .gray-table > .table-bordered > tbody > tr > th:last-child,
  .gray-table > .table-bordered > tfoot > tr > th:last-child,
  .gray-table > .table-bordered > thead > tr > td:last-child,
  .gray-table > .table-bordered > tbody > tr > td:last-child,
  .gray-table > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .gray-table > .table-bordered > tbody > tr:last-child > th,
  .gray-table > .table-bordered > tfoot > tr:last-child > th,
  .gray-table > .table-bordered > tbody > tr:last-child > td,
  .gray-table > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
  
  .gray-table {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  
  .gray-table > .table {
    margin-bottom: 0;
  }
  .gray-table > .table > thead > tr > th,
  .gray-table > .table > tbody > tr > th,
  .gray-table > .table > tfoot > tr > th,
  .gray-table > .table > thead > tr > td,
  .gray-table > .table > tbody > tr > td,
  .gray-table > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .gray-table > .table-bordered {
    border: 0;
  }
  .gray-table > .table-bordered > thead > tr > th:first-child,
  .gray-table > .table-bordered > tbody > tr > th:first-child,
  .gray-table > .table-bordered > tfoot > tr > th:first-child,
  .gray-table > .table-bordered > thead > tr > td:first-child,
  .gray-table > .table-bordered > tbody > tr > td:first-child,
  .gray-table > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .gray-table > .table-bordered > thead > tr > th:last-child,
  .gray-table > .table-bordered > tbody > tr > th:last-child,
  .gray-table > .table-bordered > tfoot > tr > th:last-child,
  .gray-table > .table-bordered > thead > tr > td:last-child,
  .gray-table > .table-bordered > tbody > tr > td:last-child,
  .gray-table > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .gray-table > .table-bordered > tbody > tr:last-child > th,
  .gray-table > .table-bordered > tfoot > tr:last-child > th,
  .gray-table > .table-bordered > tbody > tr:last-child > td,
  .gray-table > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
  
  .red-table {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  
  .red-table > .table {
    margin-bottom: 0;
  }
  .red-table > .table > thead > tr > th,
  .red-table > .table > tbody > tr > th,
  .red-table > .table > tfoot > tr > th,
  .red-table > .table > thead > tr > td,
  .red-table > .table > tbody > tr > td,
  .red-table > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .red-table > .table-bordered {
    border: 0;
  }
  .red-table > .table-bordered > thead > tr > th:first-child,
  .red-table > .table-bordered > tbody > tr > th:first-child,
  .red-table > .table-bordered > tfoot > tr > th:first-child,
  .red-table > .table-bordered > thead > tr > td:first-child,
  .red-table > .table-bordered > tbody > tr > td:first-child,
  .red-table > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .red-table > .table-bordered > thead > tr > th:last-child,
  .red-table > .table-bordered > tbody > tr > th:last-child,
  .red-table > .table-bordered > tfoot > tr > th:last-child,
  .red-table > .table-bordered > thead > tr > td:last-child,
  .red-table > .table-bordered > tbody > tr > td:last-child,
  .red-table > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .red-table > .table-bordered > tbody > tr:last-child > th,
  .red-table > .table-bordered > tfoot > tr:last-child > th,
  .red-table > .table-bordered > tbody > tr:last-child > td,
  .red-table > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
  
  .red-table {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  
  .red-table > .table {
    margin-bottom: 0;
  }
  .red-table > .table > thead > tr > th,
  .red-table > .table > tbody > tr > th,
  .red-table > .table > tfoot > tr > th,
  .red-table > .table > thead > tr > td,
  .red-table > .table > tbody > tr > td,
  .red-table > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .red-table > .table-bordered {
    border: 0;
  }
  .red-table > .table-bordered > thead > tr > th:first-child,
  .red-table > .table-bordered > tbody > tr > th:first-child,
  .red-table > .table-bordered > tfoot > tr > th:first-child,
  .red-table > .table-bordered > thead > tr > td:first-child,
  .red-table > .table-bordered > tbody > tr > td:first-child,
  .red-table > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .red-table > .table-bordered > thead > tr > th:last-child,
  .red-table > .table-bordered > tbody > tr > th:last-child,
  .red-table > .table-bordered > tfoot > tr > th:last-child,
  .red-table > .table-bordered > thead > tr > td:last-child,
  .red-table > .table-bordered > tbody > tr > td:last-child,
  .red-table > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .red-table > .table-bordered > tbody > tr:last-child > th,
  .red-table > .table-bordered > tfoot > tr:last-child > th,
  .red-table > .table-bordered > tbody > tr:last-child > td,
  .red-table > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
  
	.block-table table, .block-table  thead, .block-table tbody, .block-table  th,  .block-table td, .block-table  tr { 
			display: block; 
		}
	
    .block-table  tr { border: 1px solid #ccc; }
		
    .block-table td { 
			border: none;
			border-bottom: 1px solid #eee; 
			position: relative;
	
		}
		
      .block-table 	td:before { 		
			position: absolute;
			top: 6px;
			left: 6px;
			width: 45%; 
			padding-right: 10px; 
			white-space: nowrap;
		}
    
    
    
    
        
}


/****************************
 * BREADCRUMBS
 ***************************/
#breadcrumbs ul{
    padding:10px 0px 0px 0px;
    color:#fff
}
#breadcrumbs li {
    display: inline;
    font-family:'proxima_novaregular','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 13px;
    padding-right:0px;
}
#breadcrumbs li a:link{
    text-decoration:underline;
    color:#fff
}
#breadcrumbs li a:visited{
    text-decoration:underline;
    color:#fff
}
.separator{
    padding-right: 5px;
    padding-top:10px;
}

/**stuff**/

/****************************
 * PAGE
 ***************************/
.black{
    background:#333;
}

.content-container{
    padding-top:40px;
}

.page-header{
    color:#fff;
    border-bottom:0px;
    font-weight:normal;
    margin:0px 0px 10px 0px;
    padding-top:20px;
}

.page-container{
    padding-top:50px
}

.main-content h1,h2,h3,h4,h5{
    margin-top:0px
}
.main-content a{
    color:#981e32;
    text-decoration:none;
     font-weight:bold;
}

.main-content a:hover{
   color:#c32640;
   font-weight:bold;
   text-decoration:underline;
}

.main-content a:visited{
   color:#551A8B;
   font-weight:bold;
   text-decoration:none;
}

.banner-container{
}

.banner-container img{
    width:100%
}

.page-image-caption {
    position:absolute;
    bottom:25%;
    padding: 15px;
    background-color: rgb(55, 56, 54);
    background-color: rgba(55, 56, 54, .9);
    color: #fff;
    width:50%
}






/****************************
 * HERO STORY
 ***************************/
/*This line hides the js slideshow in case a user with js disabled visits
 *If js is enabled, the js will flip this one off and turn the slideshow on
 */
#js-enabled {
    display:none;
    background-color: rgb(51, 51, 51);
}
.hero-slideshow-container {
    overflow:hidden;
}
.hero-slideshow-wrapper {
    overflow: hidden;
    height: 500px;
    position:relative;
}
.hero-story {
    background-size: 100% auto;
    background-position: top;
    height: 500px;
    width: 100%;
    position:relative;
    float:left;
    text-align: center;
}
.hero-story-wrapper {
    position:relative;
    height: 500px;
    display: inline-block;
    text-align: left;
}
.hero-story img {
    max-width: 100%;
    display: block;
    margin: auto;
    
}

.hero-story-headline {
    position:absolute;
    bottom: 15%;
    background: rgb(51, 51, 51);
    background: rgba(51, 51, 51, .9);
    background-image: url(/renderfile/ab37a7e280ce0e360081d840b86b50c0/files/images/redesign/slide_logo.png);
    background-repeat: no-repeat;
    background-position: 0% -41px;
    color: rgb(255, 255, 255);
    padding: 13px 20px 5px 20px;
    max-width:80%;
}
.hero-story-headline h1 {
    font-size: 40px;
    margin-top: 30px;
    margin-bottom: 5px;
   
}
.hero-story-headline p {
    font-size: 15px;
}

.read-more-box {
    background: rgb(152, 30, 50);
    background: rgba(152, 30, 50, .98);
    position: absolute;
    left: 0px;
   /* bottom: -31px;*/
    padding: 5px 20px 0px 20px;
}

.read-more-box p {
    margin-bottom: 5px;
    color:#fff
}

.read-more-box a  {
    color:#fff;
    text-decoration:none;
}

.read-more-box :hover{
    color:#fff;
    text-decoration:underline;
}

.take-a-tour {
    background-color:#4593E3;
    background-color:#0088cc;
    position: absolute;
    left: 266px;
    bottom: -31px;
    padding: 5px 20px 0px 20px;
}

.take-a-tour p {
    margin-bottom: 5px;
    color:#fff
}

.take-a-tour a  {
    color:#fff;
    text-decoration:none;
}

.take-a-tour :hover{
    color:#fff;
    text-decoration:underline;
}

/*****************************
 * ADDITIONAL STORIES
 ****************************/
.additional-stories {
    background: rgb(51, 51, 51);
    padding: 15px 0px;
    border-top: 2px solid rgb(27, 27, 27);
}

.selected-story img{
    border-bottom: 10px solid rgb(152, 30, 50);
}

/******************************
 * MAIN NAVIGATION
 *****************************/
.main-nav {
    background: #333333;
    background: -webkit-linear-gradient(#555, #333333);
    background:    -moz-linear-gradient(#555, #333333);
    background:     -ms-linear-gradient(#555,  #333333);
    background:      -o-linear-gradient(#555,  #333333);
    padding-top: 20px;
    border-bottom: 5px solid rgb(102, 102, 102);
}
.main-nav p {
    color: rgb(255, 201, 38);
    font-weight: bold;
}
.main-nav a {
    display: block;
    margin: 10px 0px;
    padding-left: 10px;
    text-indent: -10px;
}

.main-nav a:hover {
    text-decoration: none;
    color: rgb(180, 180, 180);
}
.colleges-and-schools {
    background: rgb(51, 51, 51);
    border-top: 5px solid rgb(102, 102, 102);
    margin: 30px 0px 5px 0px;
    padding: 10px 15px 10px 15px;
}
.colleges-and-schools p, .colleges-and-schools a {
    border-bottom: 1px solid rgb(102, 102, 102);
    padding-bottom: 5px;
    padding-top: 5px;
    margin: 0px;
}

/*******************************
 * MOBILE MAIN NAV
 ******************************/
.mobile-main-nav {
    background: rgb(34, 34, 34);
    border-bottom: 5px solid rgb(102, 102, 102);
}
.mobile-main-nav ul {
    padding: 0px;
    margin-bottom: 0px;
}
.mobile-main-nav ul li {
    
    background-color: rgb(51, 51, 51);
    background-image: url(/renderfile/ab37a7e280ce0e360081d840b86b50c0/files/images/redesign/arrow-down-yellow.png);
    background-position: 97% 10px;
    background-repeat: no-repeat;
    list-style: none;
    margin-bottom: 2px;
    
}
.mobile-main-nav ul li a {
    color: rgb(255, 201, 38);
    font-weight: bold;
    font-size: 18px;
    font-family: 'proxima_novaregular';
    padding: 6px 8px;
    display: block;
}
.mobile-main-nav ul li a:hover {
    text-decoration:none;
}
.mobile-main-nav ul li ul {
    padding: 0px;
    display:none;
}
.mobile-main-nav ul li ul li{
    background: rgb(34, 34, 34);
    background-image: none;
}
.mobile-main-nav ul li ul li a {
    display: block;
    background: rgb(34, 34, 34)
    padding: 3px 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 100;
}
.mobile-main-nav ul li ul li a:hover {
    background: rgb(68, 68, 68);
    color: #fff;
    text-decoration: none;
}
/*******************************
 * FOOTER
 ******************************/
.footer {
    background: rgb(34, 34, 34);
    padding: 30px 0px 0px 0px;
    margin-top:100px;
    color: #fff;
}
.footer a {
    color: #fff;
}
.footer p {
    color: #fff;
}
.yellow {
    color: rgb(255, 201, 38);
}
.bump-right {
    margin-left: 30px;
}
.campus-map{
    float:right;
}
.footer-logo {
    height: 59px;
    margin-bottom: 10px;
}

.twitter {
    width: 29px;
    height: 29px;
    background: url(/files/images/redesign/twitter-active.png);
}
.twitter:hover {
    background: url(/files/images/redesign/twitter-inactive.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.facebook {
    width: 25px;
    height: 25px;
    background: url(/files/images/redesign/facebook-active.png);
}
.facebook:hover {
    background: url(/files/images/redesign/facebook-inactive.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.flickr {
    width: 25px;
    height: 25px;
    background: url(/files/images/redesign/flickr-active.png);
}
.flickr:hover {
    background: url(/files/images/redesign/flickr-inactive.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.umsl-mobile {
    width: 105px;
    height: 27px;
    background: url(/files/images/redesign/umsl-mobile-active.png);
}
.umsl-mobile:hover {
    background: url(/files/images/redesign/umsl-mobile.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.twitter, .facebook, .flickr, .umsl-mobile {
    background-size: contain;
    background-repeat: no-repeat;
    float:left;
    margin-right: 8px;
}
.footer-nav {
    color: #ffffff;
    text-align: center;
}
.curators-message {
    color: rgb(242,242,242);
    font-size: 12px;
    text-align: center;
}
.curators-message a {
    text-decoration: underline;
    color: rgb(242,242,242);
}
.footer a:hover {
    text-decoration:none;
    color: rgb(217, 217, 217);
}
@media screen and (max-width: 580px) {
    .footer p {
        font-size: 13px;
    }
    .footer-nav a {
        font-size: 11px;
    }
    .curators-message {
        font-size: 11px;
    }
    .footer-logo {
        height: 35px;
    }
    .twitter, .facebook, .flickr {
        width: 23px;
        height: 23px;
    }
    .umsl-mobile {
        width: 60px;
    }
}

/********************************
 ********************************
 *SECONDARY TEMPLATES
 ********************************
 ********************************/

/********************************
 *SECONDARY SLIDESHOW
 *******************************/
.secondary-slideshow-wrapper {
    position: relative;
    width: 20000px;
    overflow; hidden;
    -webkit-transform: translateZ(0);
}
#secondary-slideshow-spacer {
    width: 100%;
}
.secondary-slideshow {
    background-color: #f9f9f9;
    border: 1px solid #eeeeee;
    padding: 30px;
    overflow: hidden;
}
.secondary-slide {
    position:relative;
    float: left;
    margin-right: 40px;
    width: 1067px;
}
.secondary-slide img {
    width: 100%;
}
.secondary-slideshow p {
    color: #fff;
}
.secondary-slideshow-caption {
    position:absolute;
    bottom: 10%;
    padding: 15px;
    background-color: rgb(55, 56, 54);
    background-color: rgba(55, 56, 54, .9);
    color: #fff;
}

.secondary-slideshow-caption h3{
    color: #fff;
    margin-top:20px;
}
.secondary-slideshow-caption a:visited{
    color:#fff;
}
.secondary-slideshow-caption a:hover{
    color:#fff;
}
.secondary-slideshow-caption .read-more-box {
  /*  bottom: -37px; */
}
.secondary-slideshow-thumbnails {
    margin-top: 10px;
}
.secondary-slideshow-thumbnails div {
    float:left;
    margin-right: 7px;
}
.secondary-slideshow-thumbnails:last-child div {
    margin-right: 0px;
}
.current-slide {
    border-bottom: 6px solid #981e32;
}
.secondary-slide-thumb {
    cursor: pointer;
}
#secondary-slideshow-left {
    position: absolute;
    left: 17px;
    top: 40%;
    cursor: pointer;
    z-index: 50;
}
#secondary-slideshow-right {
    position: absolute;
    right: 17px;
    top: 40%;
    cursor: pointer;
    z-index: 50;
}
.secondary-slideshow-arrow {
    display: none;
}
/********************************
 * WIDGETS AND RESPONSIVE
 * HELPER STYLES
 *******************************/
.responsive-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow:hidden;
}

.responsive-video-container iframe, .responsive-video-container object, .responsive-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




/********************************
 * IMAGE GALLERY
 *******************************/


.image-gallery{
    background:#f9f9f9;
    margin:0px auto;
    padding:20px;
    vertical-align:middle
}


.pic:hover .bottom-to-top {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -moz-touch-callout: none;
    -o-touch-callout: none;
    -ms-touch-callout: none;
    touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    color:#fff
}
.bottom-to-top {
    top: 50%;
    left: 0;
}

.pic:hover .bottom-to-top {
    top: 0;
    left: 0;
}

.pic-caption {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #444;
    padding: 20px 10px 10px 10px;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    color:#fff
}

.pic-image {   
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.pic-title{
  font-size:16px;
  color:#fff;
  text-align: center;

}

 a:hover, .pic .pic-image, .pic-caption, .pic:hover .pic-caption, .pic:hover img {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


.pic {
    width: 150px;
    height: 100px;
    position: relative;
    overflow: hidden;
    margin: 7px;
    background-color: #fff;
    border:1px solid #ddd;
    padding: 5px;
    display: inline-block;
    -webkit-animation: anima 2s;
    -moz-animation: anima 2s;
    -o-animation: anima 2s;
    -ms-animation: anima 2s;
    animation: anima 2s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.pic-wrapper {
    overflow:hidden;
    max-width: 100%;
    max-height: 100%;
}
.pic-caption >.glyphicon-search{
    font-size:20px
}

.image-gallery-large {
    position:fixed;
    top: 50%;
    left: 50%;
    height: auto;
    z-index: 2000;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(.1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(.1);
    -o-transform: translateX(-50%) translateY(-50%) scale(.1);
    transform: translateX(-50%) translateY(-50%) scale(.1);
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    opacity:0;
}

.image-gallery-grow {
    opacity:1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
}
.image-gallery-background-fade {
    position:fixed;
    top:0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: black;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    opacity: 0;
    z-index: 1999;
}
.image-gallery-background-appear {
    opacity: .7;
}
/********************************
 *FORMS
 *******************************/
.form-horizontal{
    color:#565656
}

.form-control{
    border:1px solid #e1e1e1;
    border-radius:0px;
}
.form-group{
 margin-bottom:10px
}
.form-horizontal .control-label{
    text-align:left;
    font-size:16px;
    padding-bottom:20px;
    color:#565656
}

.form-horizontal{
   background:#ffff;
    padding:40px 50px 40px 50px;
    text-align:left;
    border:10px solid #f9f9f9;
}
.form-title{
    border-bottom:1px solid #ccc;
    margin-bottom:40px
}
.form-title h3{
    color:#981e32
}

.form-horizontal input:focus{
    background:#fff;
}


select, option{
    width:100%
}
.styled-select select {
   background: transparent;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;-moz-appearance:none
   }


.styled-select {
   overflow: hidden;
   background: url() no-repeat 98% 50% #f9f9f9;
   border: 1px solid #ddd;-moz-appearance:none
   }

.selection-menu{
    width:100%
}

input[type=radio]{
    margin-right:5px
}

/********************************
 *HACKS TO MITIGATE BOOTSTRAP
 *FUNCTIONALITY THAT WE DON'T
 *WANT APPLIED
 *******************************/
.open > a {
    background-color: #fff !important;
    color: #981e32;
}
.nav>li>a:focus {
    background-color: inherit;
}
/********************************
 *MEDIA QUERIES
 *******************************/
@media screen and (max-width: 1999px){
.college{font-size:18px;font-weight:normal}

    
}

@media screen and (max-width: 1199px){
    /*SECONDARY SLIDESHOW*/
    .secondary-slide {
        width: 868px;
    }
    /*SECONDARY NAV */
    .navbar li, .dropdown-menu {
        width: 181px;
    }
    .dropdown-menu > li > a {
        white-space: normal;
    }
    .navbar {
        font-size: 15px;
    }
}



@media screen and (max-width: 991px){
.college{
    font-size:15px;
    float:left;
    padding-top:42px;
    margin-top:0px
    }

.umsl-logo{
    max-width:40%;
    margin-bottom:0px;
    }
.logo-bar input{
    width:320px
    }

.read-more-box{
    width: 120px;
    margin-bottom:0px;
    }
    
.take-a-tour{
    width:29%;
    margin-bottom:-12px;
    }
    
    
    /*SECONDARY SLIDESHOW*/
    .secondary-slide {
        width: 655px;
    }
    
    .secondary-slideshow-caption p  {
        font-size: 15px;
    }
    .secondary-slideshow-caption {
        padding: 0px 20px 20px 20px;
        bottom: 5%; 
    }
    
    .nav li a {
        padding: 10px 0px;
    }
    .navbar li, .dropdown-menu {
        width: 137px;
        font-size: 13px;
    }
    .dropdown-menu li a {
        padding-left: 10px;
    }
    
    /*Image gallery */
    .image-gallery-item {
        text-align: center;
    }
    .pic {
        width: auto;
        height: auto;
        margin: 7px auto;
    }
}
        

@media screen and (max-width: 767px) {
.hero-story, .hero-slideshow-wrapper, .hero-story-wrapper {
        height: auto;
    }
.hero-story h1 {
        font-size: 22px;
    }
.umsl-logo{
    max-width:21%;
    margin-bottom:0px;
    margin-top:0px;
    float:left
    }
 .college{
    font-size:15px;
    padding-top:0px;
    margin-top:0px;
    float:left;
    clear:both
    }

.mobile-menu{
    position: absolute;
    left: 90%;
}


    /*SECONDARY SLIDESHOW*/
    .secondary-slideshow-caption{

        width:100%;
    }
    .secondary-slideshow-thumbnails, .secondary-slideshow-caption p{
        display:none;
    }
    .secondary-slideshow-caption {
        bottom:0;
        padding:10px;
    }
    .secondary-slideshow-caption .read-more-box a{
        font-size:16px;
        width:100%;
        display:inline-block;
    }
    .secondary-slideshow-caption h3 {
    font-size: 16px;
    font-weight: normal;
    }
    .secondary-slide {
        height: auto;
    }
    
    .secondary-slideshow-arrow {
        display: block;
    }
    

.page-image-caption{
    width:85%;
    padding:10px;
    
}
.page-image-caption h3{
    font-size:15px !important;
}

.banner-container{
    margin-bottom:20px
}

.take-a-tour{
    display:none;
}

}




@media screen and (max-width: 580px) {
    h1 {
        font-size: 29px;
    }
    
    .footer p {
        font-size: 13px;
    }
    .footer-nav a {
        font-size: 11px;
    }
    .curators-message {
        font-size: 11px;
    }
    .footer-logo {
        height: 35px;
    }
    .twitter, .facebook, .flickr {
        width: 23px;
        height: 23px;
    }
    .umsl-mobile {
        width: 60px;
    }
    
    .secondary-slideshow {
        padding: 0px;
    }
    .secondary-slideshow-caption h3 {
        font-size: 16px;
        margin-top: 7px;
    }
    .secondary-slideshow-arrow img {
        height: 26px;
    }
    .mobile-menu {
        left: 84%;
    }
    .take-a-tour{
        display:none;
    }
 
}



@media screen and (max-width: 480px){
    .umsl-logo{
    max-width:35%;
    margin-bottom:0px;
    margin-top:0px;
    padding-bottom:0px;
    float:left
    }
    .college{
    float:left;
    font-size:15px;
    margin-top:0px
    }
}

 @media screen and (max-width: 320px){
    .college{
    float:left;
    font-size:13px;
    margin-top:0px
    }   
    .mobile-menu{
    width:10%
    }
    
    .logo-bar img {
    width: 70%;
    }
}



@media print {
 body{
    background:none;
    background-color:#fff;
    font-family: georgia,serif;
    font-size: 10px !important;
    line-height:18px !important;
    width:100%;
    margin:0px;
    padding:0px !important;
}
 
a {
  text-decoration : underline;
}
 a[href]:after {
    content: none !important;
  }

 .container{
    width:100%;
    padding:0px
}

.col-md-7 {
    width: 100%;
}

.logo-bar,.tactical-nav,#breadcrumbs,.banner-container img{
    display:none;
    margin-top:0px;
    padding:0px
}

h1, h2, h3, h4, p{
    font-size:14px;
    line-height:18px
 }
 
h1, h2, h3, h4, h5, h6{
    font-weight:bold;
}

table td, table tr{
width:100%;
padding: 0;
}

table img{
    width:100%
}

.secondary-slideshow,.glyphicon,#conversionBox,.page-image-caption,.read-more-box,.button, 
.footer-logo, .social-media, .campus-map,.footer-nav, .curators-message, .ul.navigation, #related-links, #primaryNavigation{
    display:none
}

.tab-content{
    padding:0px;
    margin:0px;
    border:0px !important;
}

.footer{
    margin:0px;
    padding-top:10px
}

}

/********************************
 *NEW CTA
 *******************************/

#ctaHoldertwo{
    position: fixed;
    z-index: 9999;
    left: 0px;  
    padding:0px;
}
.btn-expand {
  max-width: 16px;
  box-sizing: content-box;
  color: rgba(0, 0, 0, 0);
  transition: max-width .1s ease;
  border-radius:0px;
}
.btn-expand.btn-xs {
  max-width: 12px;
}
.btn-expand.btn-sm {
  max-width: 14px;
}
.btn-expand.btn-lg {
  max-width: 18px;
}
.btn-expand i {
  color: #333;
}
.btn-expand.btn-link i {
  color: #428bca;
}
.btn-expand.btn-primary i,
.btn-expand.btn-success i,
.btn-expand.btn-info i,
.btn-expand.btn-warning i,
.btn-expand.btn-danger i {
  color: #fff;
}
.btn-expand:hover,
.btn-expand:focus,
.btn-expand:active {
  max-width: 400px;
  transition-duration: .9s;
}

.btn-expand:hover img,
.btn-expand:focus img,
.btn-expand:active img{width:20px;height:20px;}
.bottomMenu
.btn-danger{
    background:#981e32 url(/files/images/apply-icon.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 9px 5px;
      float:left;
      border-color:#831a2b;
}
.bottomMenu {
    display: none;
    position: fixed;
    bottom:0px;
    height: 40px;
    padding:0px;
    z-index: 1;
}

.bottomMenu
.btn-warning{
    background:#EAAB00 url(/files/images/info.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 9px 6px;
      float:left;
}
.bottomMenu
.btn-primary{
    background:#4593E3 url(/files/images/location_pin.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 10px 6px;
    float:left;
    border-color:#2f86e0;
}
.btn-danger span, .btn-warning span, .btn-primary span{
    margin:0px 0px 0px 25px
    
}


/********************************
 *MAJORS AND DEGREES
 *******************************/

#degrees-offered .list-group li:last-child {
    border-bottom:0px;
    }
#degrees-offered{
    background: #fbfbfb;
    padding: 15px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    border: 1px solid #e1e8ed;
    }
 #degrees-offered li:before {
    content: '\25AA';
    color:#981e32;
  
}
.programListHeader {
    color: #981e32;
    /* border-bottom: 4px solid #981e32; */
    padding: 10px;
    font-weight: normal;
    font-size: 21px;
    border-bottom: 1px solid #e1e8ed;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 5px;
}

#featured{
  border-left:5px solid #981e32;
    padding:20px;
    font-weight:normal;
    font-size: 20px;
    color: #444;
    font-weight: normal;
    line-height: 30px;
}
#featured p{
      font-weight: normal;
    line-height: 30px;
      font-weight:normal;
    font-size: 20px;
    color: #444;
}
.career-list-header{
    color: #444;
    font-size: 21px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    margin-top: 30px;
    padding-bottom: 10px;
    padding-left: 5px;
}
.career-list{
    margin-left: 0px;
    padding-left: 18px;
    list-style-type:none;
}
.career-list li:before{
    content:'\25AA'
}
.umsl-red-text{
    color:#981e32;
}
.list-group{
    padding:0px;
    margin-left:0px;
}
.list-group li{
    padding: 10px;
    font-size: 15px;
   list-style-type:none;
}
#featured{
  border-left:5px solid #981e32;
    padding:20px;
    font-weight:normal;
    font-size: 20px;
    color: #444;
    font-weight: normal;
    line-height: 30px;
}
#featured p{
      font-weight: normal;
    line-height: 30px;
      font-weight:normal;
    font-size: 20px;
    color: #444;
}