/************************
 GLOBAL BODY STYLE
 ***********************/
body {
    
}
.whiteBackground {
    position:relative;
    
}
#degreeWrapper {
    margin: auto !important;
    overflow:hidden;
}
.innerWrapper {
    margin: auto;
}

.relative {
    position:relative;
}

.bumpDown {
    margin-bottom:50px;
}

.padTop {
    padding-top:40px;
}

.emphasize {
    color:#981e32;
    font-weight:bold;
}

.redText {
    color:#981e32;
}
.whiteText {
    color:#FFFFFF;
}
/*OVERRIDE TO BIND SITE AT 910PX*/
.span12 {
    max-width:1200px !important;
    float:left !important;
}

.centered {
    text-align:center;
}
.floatLeft {
    float:left;
}

.yellowBackground {
    background-color:#FFBF00;
}


/************************
    Typography
************************/
h1 {
    line-height:36px;
}

.center {
    text-align:center;
    display:block;
}

.center1 {
    text-align:center;
    margin: auto;
    display:block;
}

.openSans {
}


/*****************
 UMSL AT A GLANCE
 ****************/
#atAGlanceWrapper {
    background: url(../../academics/degree-pages/IMAGES/Glance_Bg.png) repeat;
    color:#ffffff;
    margin:auto;
    padding-bottom: 30px;
}
.whiteHeader {
    color:#FFFFFF;
    text-align:center;
}

.yellowText {
    color:#FFBF00;
}

.atAGlanceCopy {
    padding: 5px 10px 10px 10px;
    line-height:35px;
    margin-bottom:20px;
    color:#fff;
}

.atAGlanceSubCopy {
    line-height:32px;
    padding: 5px 10px 20px 10px;
    color:#fff;
}

.centeredTriangle {
    position:absolute;
    left:50%;
    bottom:0px;
    margin-left:-25px;
    z-index:1000;
}

/*******************************
 ST LOUIS SOMETHING FOR EVERYONE
 *******************************/

.stLouis {
    background-color:#FFBF00;
    padding-right: 112px;
}

.stLouis h1 {
    font-size:40px;
    line-height:36px;
    margin-left:15px;
}
.stLouis p {
    font-size:16px;
    line-height:30px;
    margin-left:15px;
    margin-right:15px;
}
.smaller {
    font-size:90%;
}
.yellowTriangleLeft {
    position:absolute;
    right:0px;
    top:5%;
}

/*************************
 THE DANG SOCIAL MEDIA
 ************************/
.socialMedia {
    background-color: #333333;
    height:80px;
    width:100%;
}
.socialMedia img {
    float:right;
    margin:20px 10px 0px 0px;
}
/**********************
 THE TEMPLATE PART OF THE SITE
 ***********************/
/*** FACT CALLOUT ***/
.fact {
    font-weight:normal;
    color: #444444;
}
/*** WHY UMSL***/
.whyUMSL {
    font-family: 'arial', sans-serif;
}
.whyUMSL h2 {
    color:#981e32;
    font-size:30px;
    font-weight:bold;
}

.whyUMSL p {
    font-size: 15px;
    line-height: 25px;
}
/*CAREERS*/


.careerOpportunities h1 {
    color:#981E32;
    margin-bottom:15px;
    position:relative;
}

/*CAREER SLIDER*/
#careerSlider {
    background-color:#FFFFFF;
    width:95%;
    margin:auto;
    position:relative;
    min-height:154px;
}




#careerLeft {
    float:left;
    z-index:1000;
    position:relative;
    
}
#careerRight {
    float:right;
    z-index:1000;
    position:relative;
}
.careerNav { 
    position:absolute;
    top:50%;
    margin-top:-34px;
    
}

#careerHolder {
    height:154px;
    position:relative;
    left:0px;
    overflow:hidden;
    width:920px;
}

.careerIcon {
    height: 154px !important;
}
.careerOption {
    margin:0px 10px 0px 10px;
    float:left;
}

.careerTable {
    width:100%;
}

.navCell {
    min-width: 60px;
    width:10%;
}

.careerHoldingCell {
    overflow:hidden;
    max-width:10px;
    
}

.careerNav:hover {
    opacity:.7;
}


/*****************
 DEGREE LIST AND DESCRIPTION
 ****************/

.programListWrapper {
    position:relative;
    z-index:5000;
}
.programList {
    padding-left:0px;
}

.programList li {
    list-style:none;
    font-family: 'arial', sans-serif;
    width:100%;
    margin-bottom:8px;
    margin-left:0px;
    padding-left:0px;
}

.programListHeader {
    color:#981e32;
}

.programDescription {
}

.bigText {
}

.transparentWhite {
    background-color: rgb(255,255,255);
    background-color: rgba(255, 255, 255, 0.6);
    padding-top:50px;
}

@media screen and (max-width: 800px) {
    .padded {
        padding: 20px;
    }
    .whyUMSL p, .fact p {
        padding-right:40px;
    }
}

/********************
 HEADING
 *******************/
.headerText {
    color:#981e32;
    font-size:45px;
    padding-bottom:18px;
}

.headerSubHead {
    font-size:25px;
    position:relative;
    top:-15px;
}

/*@media screen and (min-width: 767px) {
    .bumpUp {
        position:relative;
        top:-60px;
    }
}*/


/******************
 CONVERSION BOX
 *****************/
#conversionBox1 {
    background: url(../../academics/degree-pages/IMAGES/Menu_Bg.png);
    position:fixed;
    z-index:1001;
    top:15%;
    right:0px;
    width:150px;
    padding-left:20px;
    padding-bottom:20px;
    
    -moz-border-radius: 10px 0px 0px 10px;
    -webkit-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
}

#conversionBox1 a {
    text-decoration:none;
    }
.conversionButton {
    text-align:center;
    
    font-family: 'Open Sans Condensed', sans-serif;
    font-size:18px;
    color:#FFFFFF;
    height:40px;
    display:table;
    width:100%;
    margin-top:10px;
    
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
    
}

.conversionButton p {
  display: table-cell; 
  vertical-align: middle; 
  text-align: center;
  color: white;
  font-size: 14px;
}
#requestInfoButton {
    background-color:#2ACA76;
    margin-top:20px;
}

#requestInfoButton:hover {
    background-color:#197946;
}

#applyButton {
    background-color:#981e32;
}

#applyButton:hover {
    background-color:#A23446;
}
#shareButton {
    background-color:#4593E3;
}
#shareButton:hover {
    background-color:#0E83CD;
}
#shareButton1 {
    background-color:#C6223E;
}
#shareButton1:hover {
    background-color:#660000;
}


/************************
 UMSL HEADER STYLES
 **********************/
/*********************/
/* SEARCH */
/*********************/ 
    
#search {
    width:100%;
    height:40px;
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
    background-color:#FFF;
        font-size:12px;
        font-family: Arial,Helvetica,sans-serif;
    }
    
#search form {
    float:right;
    margin-top:10px;
}   
        
/*********************/
/* HEADER */
/*********************/ 

#header {
    width:100%;
    height:47px;
    margin-left:auto;
    margin-right:auto;
    }
    
#header img {
    float:left;
    border:0px;
    }   


#header ul {
    margin:0px;
    padding:0px;
    list-style:none;
    }

.heightHack {
    height:50px !important;
}
#header li {
    display:inline;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    float:right;
    margin-right:0px;
    margin-top:33px;
    border-right:solid 1px #666;
    padding-right:5px;
    padding-left:5px;
    line-height:10px;
    }
    
    
#header li a:link {
    text-decoration:none; 
    color:#333;
    font-size:11px;
}


#header li a:visited {  
    text-decoration:none; 
    color:#333;

    font-size:11px;
}


#header li a:hover {
    text-decoration:underline; 
    color:#333;

    font-size:11px;
} 

#header li a:active {
    text-decoration:none; 
    color:#333;

    font-size:11px;
}   

/*********************/
/* TOP HORIZONTAL NAV */
/*********************/ 

#topnav {
    margin-left:auto;
    margin-right:auto;
        margin-top:10px;
    padding:0px;
    height:32px;
    width:100%;
    background:url(http://www.umsl.edu/files/images/nav_bkgd-y.gif) repeat-x;
    }
    
#topnav ul {
    margin:0px;
    padding:0px;
    list-style:none;
    }
    
#topnav li {
    display:inline;
    font-size:11px;
    padding-right:22px;
    padding-left:22px;
    line-height:27px;
    
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
    }
    
    
#topnav li a:link {
    text-decoration:none;
    color:#333;
}


#topnav li a:visited {  
    text-decoration:none; 
    color:#333;
}


#topnav li a:hover {
    text-decoration:underline; 
    color:#333;
} 

#topnav li a:active {
    text-decoration:none; 
    color:#333;
}       

@media screen and (max-width: 910px) {
    #topnav li{
        padding-right: 10px;
        padding-left:10px;
    }
}

@media screen and (max-width: 780px) {
    #topnav li{
        font-size:8px;
    }
}

@media screen and (max-width: 635px) {
    #topnav li {
        padding-right:5px;
        padding-left:5px;
    }
}

/*********************/
/* FOOTER */
/*********************/ 

#footer {
    background-color:#FFF;
    color:#000000;
    clear: both;
    margin-left:auto;
    margin-right:auto;
        margin-top:10px;
    height: 60px;
    text-align:center;
    width:100%;
    border-top:3px #981e32 solid;
    line-height:20px;
    }

#footer p {
    margin-bottom:0px;
    }   

.footertext {
    padding-top:15px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#000;
}

.footertext a:link  {
    text-decoration:underline;
    color:#000;
}


.footertext a:visited { 
    text-decoration:underline; 
    color:#000;
}


.footertext a:hover {
    text-decoration:underline; 
    color:#000;
} 

.footertext a:active {
    text-decoration:underline; 
    color:#000;
}

/**********************************
LANDING PAGE HEAD
*********************************/
.header-textbox {
    position:absolute;
    right:4%;
    top:4%;
    width:50%;
    height:90%;
    background-color: rgba(255, 255, 255, 0.8);
    padding:0px 15px 0px 15px;
    font-family: helvetica,arial,sans-serif;
   
}

.header-textbox h2 {
    font-size:28px;
    line-height:30px;
    font-weight:normal;
    position:relative;
    top:-15px;
}

.header-textbox p {
    font-size: 16px;
    line-height:30px;
    position:relative;
    top:-20px;
}

.conversionHolder {
    width:100%;
    height:20%;
    overflow:hidden;
    margin-top: -20px;
    margin-left: 20px;
}
.conversionHolder img {
    width:45%;
}

.iconKey {
    margin-top:15px;
    color: grey;
}

.iconKey img {
    margin: 0px 5px 0px 10px;
}

/*******************
 LANDING DEGREE LIST
 ******************/
.undergraduate {
    background: url(../../academics/landing-page/undergraduate_inactive.png) no-repeat center;
    width:29px;
    height:28px;
}
.graduate {
    background: url(../../academics/landing-page/graduate_inactive.png) no-repeat center;
    width:29px;
    height:28px;
}
.certificate {
    background: url(../../academics/landing-page/certificate_inactive.png) no-repeat center;
    width:29px;
    height:28px;
}
.online {
    background: url(../../academics/landing-page/online_inactive.png) no-repeat center;
    width:29px;
    height:28px;
}
.professional {
    background: url(../../academics/landing-page/pro_inactive.png) no-repeat center;
    width:29px;
    height:28px;
}
.degreeText {
    padding-top:4px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size:16px;
}
.overflow {
    overflow:visible;
}
.degreeOption {
    padding:10px;
    height:30px;
}
.degreeOption div {
    float:left;
}
.degreeOption:hover {
    color:#981E32;
    background: rgb(244, 244, 244);
    font-weight:bold;
}

.degreeOptionNoFollow {
    padding:10px;
    height:30px;
}

.degreeOptionNoFollow div {
    float:left;
}
.degree-link {
    color: rgb(51, 51, 51);
}
.degreeOption:hover .undergraduate {
    background: url(../../academics/landing-page/undergraduate.png) no-repeat center;
}
.degreeOption:hover .graduate {
    background: url(../../academics/landing-page/graduate.png) no-repeat center;
}
.degreeOption:hover .certificate {
    background: url(../../academics/landing-page/certificate.png) no-repeat center;
}
.degreeOption:hover .online {
    background: url(../../academics/landing-page/online.png) no-repeat center;
}
.degreeOption:hover .professional {
    background: url(../../academics/landing-page/pro.png) no-repeat center;
}

.greyCalloutOne {
    background-color: rgb(233, 233, 233);
    max-height:278px;
    overflow:hidden;
}

.greyCalloutOne p {
    padding:15px 20px 0px 0px;
    font-size:14px;
    font-weight:normal;
    line-height:25px;
    line-height: 30px;
    font-family:helvetica,arial,sans-serif;
}

.bigger {
    font-size:18px;
    line-height:25px;
    font-family:'Domine',georgia,serif;
}

.degreesAwarded {
    font-size: 20px;
    line-height:35px;
    padding: 22px 0px 22px 0px;
}

.smallpadding {
    padding: 10px 0px 10px 0px;
}

.tourBottom {
    width:200px;
    margin-left:50%;
    margin-bottom:25px;
    position:relative;
    left:-100px;
}

.campusLife {
    background: url(../../academics/degree-pages/IMAGES/Glance_Bg.png);
}

.campusLifeText {
    padding: 15px 10px 0px 10px;
}

.campusLifeText h3 {
    font-size: 28px;
    font-weight:normal;
}
.campusLifeText p {
    font-size: 16px;
    line-height:25px;
}

.yellowTriangle {
    position: absolute;
    bottom:0px;
    left:15%;
}

.linedTriangle {
    position:absolute;
    right:0px;
    top:25%;
}
.accredidation {
    padding:10px;
}
/************************
    MEDIA QUERY FIXES
************************/
@media screen and (max-width:1000px) {
    #conversionBox {
        top:67%;
        }
}
@media screen and  (max-width: 930px) {
    #degreeWrapper {
        padding: 0px 10px 0px 10px;
    }
}

@media screen and (max-width: 926px) {
    .header-textbox  p {
        font-size:15px !important;
        line-height:22px;
    }
    
    .header-textbox  h1 {
        font-size:35px;
        line-height:22px;
    }
    
    .header-textbox  h2 {
        font-size: 24px;
        line-height:40px;
    }
}
@media screen and (max-width: 869px) {
    .greyCalloutOne p {
        padding: 5px 5px 0px 0px;
        line-height:21px;
    }
    .bigger {
        font-size: 16px;
    }
    .campusLifeText p {
        font-size: 15px;
        line-height:20px;
    }
}

@media screen and (max-width: 767px) {
    .subhead {
        background-color: rgb(233, 233, 233);
    }
}
@media screen and (max-width: 700px) {
    .conversionButton {
        font-size:14px !important;
        height:30px !important;
        width:100%;
        margin-top:6px !important;
        
        -moz-border-radius: 5px 0px 0px 5px;
        -webkit-border-radius: 5px 0px 0px 5px;
        border-radius: 5px 0px 0px 5px;
        
    }
}
   /* Ads */
    .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%;
    }
    /* Ads */
