﻿@import url(http://fonts.googleapis.com/css?family=Nunito:400,700,300);

/* Table of Contents
    I. Reset Styles
    II. Base Styles
    III. Header
    IV. Navigation
    V. Content Styles
    VI. Home Styles
    VII. Footer
    VIII. Misc
    IX. Degree Page Content Section    
*/

/* I. Reset Stylesheet */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
    margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
    border-spacing: 0;
}

strong {
    font-weight: bold;
    font-family: Arial, Verdana, sans-serif;
}

em {
    font-style: italic;
    font-family: Arial, Verdana, sans-serif;
}

/* II. Base Styles */

body {
    font-size: 1em;
    line-height: 1.25em; 
    font-family: Arial, Verdana, sans-serif;
    min-width: 1200px;
}

#site-wrapper {
    background: #f6f6f8 url(/images/header-ribbon-repeat.jpg) repeat-x 0px -13px;
}

.site-header {
    margin: 0px auto;
    width: 1000px;
    height: 180px;
}

.main-logo {
    margin: 20px 0px 30px 0px;
    width: 165px;
    height: 100px;
    display: block;
    background: transparent url(../images/design-sprite.png) no-repeat 0px -330px;
}

/* wrappers */

#full-site-wrap {
    width: 100%;
}

#middle-content-wrap {
    margin: 0px auto;
    width: 1000px;
}

#third-level-content-wrap {
    margin: 0px;
    padding: 0px 20px 20px;
    width: 710px;
    float: left;
    background-color: #CCC;
}

/* columns */ 

.col-1000 {
    margin: 55px auto 0px;
    width: 1000px;
}

.degree-white-shadow {  /* Adds white background to col-1000 */
    background: #FFF;
}

.degree-search {
    padding: 30px;
    background-color: #FFF;
    overflow: hidden;
}

#degree-listing-section {
    padding: 30px 0;
    margin: 0 auto;
    width: 940px;
}

.col-750 {
    padding: 30px;
    float: left;
    width: 750px;
    background-color: #FFF;
    overflow: hidden;
}

.col-500 {
    float: left;
    width: 500px;
    background-color: #333;
    overflow: hidden;
}

#left-column {
    margin: 0px 30px 30px 0px;
    float: left;
    width: 220px;
}

#right-column {
    float: right;
    width: 250px;
    background-color: #666;
}

/* III. Header */

header .container-fluid {
    height: auto;
    background: transparent;
}

#search-row {
    margin: 10px 0px 0px;
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
    width: 440px;
    position: relative;
    height: 65px;
}

#search-row a {
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
    font-size: 0.7em;
    top: 20px;
    left: 100px;
    position: absolute;
}

#search-row a:hover {
    color: #D6A800;
}

#search-row a span {
    margin-left: 30px;
    color: #D6A800;
}

#search-row a img {
    margin-right: 5px;
}

#search-row a#header-login-link {
    top: 20px;
    left: 0px;
}

#search-row input {
    margin: 10px 20px 10px 0px;
    padding: 12px 5px 12px 35px;
    width: 175px;
    border: none;
    background: #FFF url(../images/search-icon.png) no-repeat 10px 14px;
    float: right;
    border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    -webkit-border-radius: 0.4em;
    font-size: 0.8em;
    color: #333;
}

#request-apply-wrapper {
    margin: 17px auto 0px;
    width: 400px;
}

#request-info-button {
    margin-left: 20px;
    width: 174px;
    height: 40px;
    display: block;
    background: transparent url(../images/design-sprite.png) no-repeat -265px -384px
}

#request-info-button:hover {
    background: transparent url(../images/design-sprite.png) no-repeat -265px -510px
}

#apply-button {
    margin-right: 20px;
    width: 159px;
    height: 40px;
    display: block;
    background: transparent url(../images/design-sprite.png) no-repeat -272px -443px;
}

#apply-button:hover {
    background: transparent url(../images/design-sprite.png) no-repeat -272px -569px
}

/* IV. Navigation */

#main-nav {
    display: block;
    clear: both;
}

.nav-menu {
	display: table;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 15;
	width: 100%;
    background-color: #FFF;
}

/* a top level navigation item in the mega menu */
.nav-item {
   list-style: none;
   display: table-cell;
   padding: 0;
   margin: 0;
   text-align: center;
   border-right: 1px #CCC solid;
}

.nav-item:hover {
    background-color: #F1F1F1;   
}

.nav-item a, .nav-item button {
	color: #333;
	text-decoration: none;
    border: none;
	line-height: 1.25em;
	font-family: "Nunito", Arial, Verdana, sans-serif;
	font-weight: 300;
	cursor: pointer;
    background: transparent;
}

.nav-item a .drop-down-arrow, .nav-item button .drop-down-arrow {
    margin: 0px 0px 0px 6px;
    width: 8px;
    height: 5px;
    display: inline-block;
    background: transparent url(/images/design-sprite.png) no-repeat 0px -466px;
}

/* first descendant link within a top level navigation item */
.nav-item > a, .nav-item > button {
   padding: 9px 0.8em 9px;
   position: relative;
   display: inline-block;
}

/* open state of first descendant link within a top level 
  navigation item */
.nav-item > a.open, .nav-item > button.open {
   border-bottom: none;
   z-index: 1;
}

/* sub-navigation panel */
/*nav .dropdown .dropdown-menu*/ .sub-nav {
    margin: -2px 0px 0px -1px;
    position: absolute;
    display: none;
    top: 3.75em;
    padding: 1em 1em;
    text-align: left;
    border-top: none;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    background-color: #F1F1F1;
    border-bottom-right-radius: 0.5em;
    -webkit-border-bottom-right-radius: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
    border-bottom-left-radius: 0.5em;
    -webkit-border-bottom-left-radius: 0.5em;
    -moz-border-radius-bottomleft: 0.5em;
}

/*.sub-nav a {
    cursor: pointer;
}*/

/* left adjust Degrees and Majors menu to full width */
.left-0 {
    right: 0px;
    left: 0px;
}

.width-215 { /* Size adjust for CAE sub menu */
    width: 215px;
}

.left-100 { /* Left adjust for Admission and Tuition menu */
    left: 100px;
}

/* adjust Student Support dropdown position and width */
.left-144 {
    right: 0px;
    left: 144px;
}

.right-0 { /* adjust about us menu in new header format */
    right: 0px;
    width: 209px;
}

.student-services-2col-menu { /* Div splitting student services menu into two columns */
    margin-right: 20px;
    float: left;
}

div.student-services-2col-menu p {
    margin: 1px 0px 10px 0px;
	padding-bottom: 10px;
	border-bottom: 1px #CCC solid;
	font-size: 0.8em;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #4F3674;
}

ul.sub-nav-group p {
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: 1px #CCC solid;
	font-size: 0.9em;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #4F3674;
}

ul.sub-nav-group {
	margin-bottom: 20px;
	font-size: 0.9em;
}

ul.sub-nav-group li {
	padding-bottom: 5px;
}

ul.sub-nav-group li a:hover {
    color: #437288;
}

.doe-message {
    margin: 20px 0px 0px;
    color: #333;
    text-align: center;
    font-size: 0.8em;
    font-style: italic;
}

/* sub-navigation panel open state */
/*nav li.open .dropdown-menu,*/ .sub-nav.open {
   display: block;
}

/* list of items within sub-navigation panel */
/*nav .dropdown .dropdown-menu*/.sub-nav ul.sub-nav-group {
   display: inline-block;
   vertical-align: top;
   margin: 0 1em 0px 0;
   padding: 0;
}

/* list item within sub-navigation panel */
/*nav .dropdown .dropdown-menu*/.sub-nav li {
   display: block;
   list-style-type: none;
   margin: 0;
   padding: 0;
   /*background: transparent;*/
}

.nav-item.request-info-button {
	width: 149px;
	border: none;
	background-color: #D6A800;
}

.nav-item.request-info-button:hover {
    width: 149px;
	border: none;
    background-color: #D6A800;  
}

.nav-item.request-info-button div { /* Start now menu position */
    background-color: #D6A800;
    border: none;
    right: 0px;
    width: 117px;
    text-align: center;
}

.nav-item.request-info-button a {
	padding: 8px 20px;
	font-size: 1.2em;
	color: #000;
	line-height: 1.1em;
	font-family: "Nunito", Arial, Verdana, sans-serif;
	font-weight: 300;
}

.nav-item.request-info-button ul.sub-nav-group li a {
    margin: 0px auto 10px;
	padding: 70px 0px 0px;
	font-size: 1em;
	color: #000;
	line-height: 1.25em;
	text-transform: none;
    display: block;
    width: 117px;
    font-family: "Nunito", Arial, Verdana, sans-serif;
	font-weight: 300;
}

a.start-now-apply {
    background: transparent url(../images/design-sprite.png) no-repeat -175px 10px; 
}

a.start-now-apply:hover {
    background: transparent url(../images/design-sprite.png) no-repeat -408px 10px; 
}

a.start-now-request-info {
    background: transparent url(../images/design-sprite.png) no-repeat -175px -115px; 
}

a.start-now-request-info:hover {
    background: transparent url(../images/design-sprite.png) no-repeat -408px -115px; 
}

a.start-now-credit-xfer {
    background: transparent url(../images/design-sprite.png) no-repeat -175px -240px; 
}

a.start-now-credit-xfer:hover {
    background: transparent url(../images/design-sprite.png) no-repeat -408px -240px; 
}


/* Third Level Nav */

#left-side-menu {
    font-size: 1em;
    border-top: 1px #939597 solid;
    background-color: #4F3674;
    font-family: "Nunito", Arial, Verdana, sans-serif;
	font-weight: 300;
}

#left-side-menu li.active {
    background-color: #3F2C5D; /* Third Level Nav Highlight Color */
}

#left-side-menu p {
    margin: 0px;
    padding: 10px;
    color: #EEE5BC;
    font-size: 1em;
}

#left-side-menu .page-menu ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    border-top: 1px #939597 solid;
    font-size: 0.9em;
}
    
    #left-side-menu .page-menu ul li {
        margin: 0px;
        padding-left: 10px;
        border-bottom: 1px #939597 solid;
    }
    
        #left-side-menu .page-menu ul li a {
            padding: 10px;
            color: #FFF;    
            text-decoration: none;
            display: block;
        }
        
li.page-menu-break {
    padding: 5px;
    background-color: #F6F5F8;
}


/* Location Page Navigation */

#locNavWrap, #tabs {
   margin: 0px 0px 30px 0px;
}

#locNavWrap ul, #tabs ul {
    margin: 0px;
    list-style-type: none;
    overflow: hidden;
}

    #locNavWrap ul li, #tabs ul li {
        margin-right: 3px;
        float: left;
    }
    
        #locNavWrap ul li a, #tabs ul li a {
            padding: 20px 40px;
            background-color: #4F3674;
            color: #FFF;
            display: block;
            text-decoration: none;   
        }
        
        #locNavWrap ul li a:hover, #tabs ul li a:hover, #tabs .activeTab a {
            background-color: #D6A800;
            color: #333;
            text-decoration: none; 
        }

/* V. Content Styles */

.col-1000 a, .col-750 a {
    color: #437288;
    text-decoration: underline;
}

.col-1000 a:hover, .col-750 a:hover {
    color: #727577;
    text-decoration: none;
}

p {
    margin: 0px 0px 15px 0px;
    font-size: 1em;
    line-height: 1.7em;
}

h1 {
    margin: 0px 0px 20px;
    font-size: 1.55em;
    line-height: 1.45em;
    color: #4F3674;
    font-family: "Nunito", Arial, Verdana, sans-serif;
	font-weight: 300;
}

#degree-heading h1 {
    margin-top: 20px;
    padding-left: 20px;
    font-family: "Nunito", Arial, Verdana, sans-serif;
	font-weight: 300;
}

#degree-heading img {
    width: 1000px;
    height: 209px;
    display: block;
}

h2 {
    margin: 0px 0px 20px;
    font-size: 1.25em;
    color: #666;
    line-height: 1.35em;
    font-family: "Nunito", Arial, Verdana, sans-serif;
	font-weight: 300;
}

h3 {
    margin: 0px 0px 20px;
    font-size: 1em;
    color: #437288;
    line-height: 1.4em;
    font-family: "Nunito", Arial, Verdana, sans-serif;
	font-weight: 300;
}

/* List Styles */

.col-1000 ul, .col-750 ul {
    margin: 0px 0px 20px 45px;
    list-style-type: disc;
    font-size: 1em;
    line-height: 1.7em;
}

.col-1000 .bulleted, .col-750 .bulleted {
    margin: 0px 0px 20px 45px;
    list-style-type: disc;
    font-size: 1em;
    line-height: 1.7em;
}

.col-1000 .numbered, .col-750 .numbered {
    margin: 0px 0px 20px 45px;
    list-style-type: decimal;
    font-size: 1em;
    line-height: 1.7em;
}

.col-1000 .noBullets, .col-750 .noBullets {
    margin: 0px 0px 20px 25px;
    list-style-type: none;
    font-size: 1em;
    line-height: 1.7em;
}

.col-1000 ul li, .col-750 ul li, .numbered li, .bulleted li, .noBullets li {
    margin-bottom: 10px;    
}

/* Quick Links */

.rightColumn {
    margin: 20px 0px 20px 20px;
    float: right;
    width: 180px;
}

.relatedLinks {
    margin-bottom: 20px;
}

.relatedLinks ul {
    list-style-type: none;
    border-top: 1px #CCC solid;
}

    .relatedLinks ul li {
        padding: 5px;
        font-size: 0.9em;
        border-bottom: 1px #CCC solid;
    }
    
/* VI. Home Styles */

/* Content Row Styles */

#content-row-full {
    width: 100%;
    background-color: #FFF;
    min-width: 1000px;
}

#content-row-full #list-group {
    margin: 0px auto;
    width: 900px;
    padding: 20px 0;
}

section.list-wrapper {
    padding: 20px;
}


section.list-wrapper.middle-list {  
    padding: 20px 30px 20px;
    width: 280px;
    border-right: 1px #CCC solid;
    border-left: 1px #CCC solid;
}

section.list-wrapper h2 {
    margin-bottom: 20px;
    font-size: 1.25em;
    color: #4F3674;
}

#list-group {
    overflow: hidden;
}

#list-group ul {
    list-style-type: none;
}

#level-of-study {
    margin: 0px 0px 0px 10px;
    font-size: 0.9em;
}

    #level-of-study li {
        margin-bottom: 20px;
        padding: 0px 0px 0px 20px;
        background: transparent url(../images/search-icon.png) no-repeat 0px 3px;
    }
    
        #level-of-study li a {
            color: #333;
            text-decoration: none;
        }

#list-group #degrees-by-interest {
    margin: 0px 0px 0px 10px;
    font-size: 0.9em;
    list-style-type: none;
}
    #degrees-by-interest li {
        margin-bottom: 20px;
        padding-left: 20px;
        background: transparent url(../images/search-icon.png) no-repeat 0px 3px;
    }
    
        #degrees-by-interest li a {
            color: #333;
            text-decoration: none;
        }

#news-and-events {
    margin: 0px 0px 0px 10px;
    color: #333;
    font-size: 0.9em;
}

#news-and-events a {
    color: #437288;
    text-decoration: underline;
}

#news-and-events a:hover {
    color: #727577;
    text-decoration: none;    
}
    
#level-of-study li a:hover, 
#degrees-by-interest a:hover, 
#news-and-events li a:hover {
    color: #727577;
}

/* VII. Footer */

#site-footer {
    background-color: #4F3674;
    clear: both;
    width: 100%;
    min-width: 1000px;
    font-family: "Nunito", Arial, Verdana, sans-serif;
	font-weight: 400;
}

#footer-list-wrap {
    margin: 0px auto;
    padding: 30px 0px;
    width: 900px;
}

.footer-list {
    margin: 0px 40px 0px 0px;
    width: 150px;
    font-size: 1em;
}
    
    .footer-list li, 
    .footer-list-wide li {
        margin-bottom: 15px;
    }

        .footer-list li a, 
        .footer-list-wide li a {
            color: #EEE5BC;
            text-decoration: none;
        }
        
        .footer-list li a:hover, 
        .footer-list-wide li a:hover {
            color: #FFF;
            text-decoration: none;
        }
        
.footer-list-wide {
    margin: 0px 30px 0px 0px;
    width: 570px;
    font-size: 0.9em;
}

    .footer-list-wide ul {
        margin: 0px 20px 0px 0px;
        padding-left: 20px;
        width: 200px;
        font-size: 0.9em;
    }
    
    .footer-list-wide ul.ql-sml {
        padding-left: 20px;
        width: 120px;
        font-size: 0.9em;
    }
        
#contact-us-info {
    font-size: 0.9em;
    color: #FFF;
    width: 200px;
}

#contact-us-info p {
    padding-left: 20px;
}

#contact-us-info a {
    color: #EEE5BC;
    text-decoration: none;
}

#contact-us-info a:hover {
    color: #FFF;
    text-decoration: none;
}

#site-footer h3 {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 10px 0px;
    color: #FFF;
    border-bottom: 1px #FFF solid;
    font-size: 1.2em;
}

#footer-list-social {
	width: 50px;
}

	div#footer-list-social ul {
		list-style-type: none;
	}
	
		div#footer-list-social ul li {
			margin-bottom: 10px;
		}
		
			div#footer-list-social ul li a {
				width: 50px;
				height: 25px;
				display: block;
			}
			
			div#footer-list-social ul li a:hover {
				-moz-opacity: 0.5;
				-webkit-opacity: 0.5;
				opacity: 0.5;
			}
			
			div#footer-list-social ul li #footer-live-chat {
				background: transparent url(../images/design-sprite.png) no-repeat 5px -113px;
			}
			
			div#footer-list-social ul li #footer-google-plus {
				background: transparent url(../images/design-sprite.png) no-repeat 5px -154px;
			}
			
			div#footer-list-social ul li #footer-linkedin {
				background: transparent url(../images/design-sprite.png) no-repeat 5px -194px;
			}
			
			div#footer-list-social ul li #footer-facebook {
				background: transparent url(../images/design-sprite.png) no-repeat 5px -233px;
			}
			
			div#footer-list-social ul li #footer-twitter {
				background: transparent url(../images/design-sprite.png) no-repeat 5px -270px;
			}
			
			div#footer-list-social ul li #footer-youtube {
				background: transparent url(../images/design-sprite.png) no-repeat -49px -113px;
			}
			
			div#footer-list-social ul li #footer-instagram {
				background: transparent url(../images/design-sprite.png) no-repeat -49px -153px;
			}


#bottom-links {
    margin: 20px 0px 30px;
    clear: both;
    padding-top: 30px;
    text-align: center;
    list-style-type: none;
    font-size: 0.8em;
    color: #FFF;
}

    #bottom-links li {
        padding: 0px 20px;
        display: inline;
    }
    
        #bottom-links li a {
            color: #FFF;
            text-decoration: none;
        }
        
        #bottom-links li a:hover {
            color: #FFF;
            text-decoration: underline;
        }

/* VIII. Misc */

.superscript {
    vertical-align: 0.2em;
    font-size: 0.8em;
}

hr.seperator {
    margin-bottom: 20px;
    border: 0;
    height: 1px;
    background: #333;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after { 
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.visuallyhidden { /*Used to hide text from sighted users but will be seen by screen readers*/
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

.hide-text { /* Kellum Method for Image Replacement */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#full-page-wrap {
    margin: 40px auto 0px;
    width: 1000px;
}

.shadow {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

.headerImage { /* Class for legacy header images so they come over properly */
    margin-bottom: 20px;
    max-width: 465px;
    height: 181px;
    display: block;
}

.header-image {
    margin-bottom: 30px;
    display: block;
}

ul.videoRow { /* Removes list style for FATV video thumbnails */
    list-style-type: none;
}
    
    ul.videoRow li {
    	margin-right: 10px;
    	display: inline-table;
    }
    
ul.news-share-nav { /* Twitter & Facebook Share Count Menu */
    list-style-type: none;
    float: right;
}

.photoCredit { /* image caption text */
    font-size: 0.7em;
}

.maintenance-alert { /* maintenance alert div found on Login page */
    margin-bottom: 30px;
    padding: 20px;
    width: 80%;
    background-color: #F1F1F1;
}

.field-off {
    margin: 0px;
    padding: 0px;
    height: 0px;
    visibility: hidden;
    display: none;
}

/* Campus Alert Styles */
   
#campus-alert-wrapper {
    width: 100%;
    overflow: hidden;
    background-color: #AB162B;
    color: #FFF;
}

#CampusAlert {
    margin: 0px auto;
    padding: 20px 0px 0px;
    width: 1000px;
    overflow: hidden;
}

p.alert-title {
    margin: 0px 30px 20px 0px;
    font-size: 2em;
    line-height: 1.15em;
    float: left;
    text-transform: uppercase;
    font-family: "Nunito", Arial, Verdana, sans-serif;
	font-weight: 400;
}

p.alert-title span {
    font-size: 1.4em;
    float: left;
    color: #D6A800;
}

#divStaffMessage, 
#divStudentMessage {
    margin: 0px 30px 20px 0px;
    float: left;
}

#divStaffMessage a, 
#divStudentMessage a {
    color: #FFF;
    font-weight: bold;   
}

/* Form Validation Error Text Styles */

div.validation-summary ul, label span  {
    color: #AB162B;
}

div.validation-summary ul li {
    margin-bottom: 0px;
}

/* Form Submit Button Styles */

#form-submit-button {
    padding: 10px 20px;
    display: block;
    float: left;
    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    color: #FFF;
    text-align: center;
    font-family: "Nunito", Arial, Verdana, sans-serif;
	font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #4F3674;
    font-size: 1em;
    cursor: pointer;
    border: none;
}

#form-submit-button:hover {
    background-color: #D6A800;
}


/* IX. Degree Page Content Section */

#full-content-wrap {
    margin: 40px auto 0px;
    width: 1000px;
    background-color: #CCC;
    overflow: hidden;
}

#full-content {
    padding: 20px;
    width: 960px;
}

p.intro {
    font-size: 1.2em;
}

.floatRight {
    margin: 15px 0px 15px 15px;
    float: right;
}

.floatLeft {
    margin: 15px 15px 15px 0px;
    float: left;
}

.degree-section {
    float:left;
    padding: 20px;
    width: 100%;
}

#degree-overview-content {
    width: 695px;
    float: left;
}

/* Degree Search Box and Table Styles */

#degree-search-wrapper {
	margin: 0px auto;
	width: 940px;
	border: 1px #CCC solid;
	background-color: #F1F1F1;
	overflow: hidden;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
}

#degree-search-top {
	padding: 15px;
	background-color: #4F3674;
	border: 1px #1f082f solid;
}

#degree-search-top h1 {
	margin: 0px;
	color: #FFF;
	font-size: 1.5em;
	font-family: "Nunito", Arial, Verdana, sans-serif;
	font-weight: 300;
}

#degree-search-top h2 {
    margin: 0px;
    font-size: 1.45em;
    color: #FFF;
    line-height: 1.35em;
    font-family: "Nunito", Arial, Verdana, sans-serif;
	font-weight: 300;
}

.degree-search-content {
	padding: 30px;
	width: 880px;
}

.degree-search-content h1 {
	margin-bottom: 0px;
	padding-left: 10px;
	width: 145px;
	line-height: 1.15em;
	color: #F3DD58;
	border-bottom: none; /* reset from main style.css CK */
	font-size: 1em; /* reset from main style.css CK */
	padding-bottom: 0; /* reset from main style.css CK */
}

.degree-search-bar {
	margin: 10px auto 30px;
	width: 650px;
	overflow: hidden;
}

#MainContent_GenericContent_txtSearchField { /* Degree Search field ID & styles */
    margin: 0px 30px 0px 0px;
    padding: 10px 10px 10px 35px;
    font-size: 1em;
    font-family: Arial, Verdana, sans-serif;
    width: 450px;
    border: 1px solid #D6A800;
    float: left;
    background: #FFF url(/images/search-icon.png) no-repeat 10px 12px;
}

#degree-search-button {
    padding: 10px 20px;
	display: block;
	float: left;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	color: #FFF;
	text-align: center;
	font-family: "Nunito", Arial, Verdana, sans-serif;
	font-weight: 400;
	text-decoration: none;
	background-color: #4F3674;
}

#degree-search-button:hover {
	background-color: #D6A800;
}

.search-param-wrapper {
	margin: 10px auto;
	padding: 0px;
	width: 750px;
	overflow: hidden;
}

.search-param-wrapper p {
    margin-bottom: 0px;
    font-size: 1.15em;
    color: #4F3674;
}

div.degreeSearchLeftChoices {
    width: 25%;
}

div.degreeSearchMiddleChoices {
    width: 30%;
}

div.degreeSearchRightChoices {
    width: 45%;   
}

div.degreeSearchLeftChoices, 
div.degreeSearchMiddleChoices, 
div.degreeSearchRightChoices {
	float: left;
}

div.degreeSearchLeftChoices span input, 
div.degreeSearchMiddleChoices span input, 
div.degreeSearchRightChoices span input {
	margin-right: 10px;
}

div.degreeSearchLeftChoices span label, 
div.degreeSearchMiddleChoices span label, 
div.degreeSearchRightChoices span label {
	color: #4a1e6a;
	font-size: 0.9em;
	font-family: Arial, Verdana, sans-serif;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

table#degree-list {
    width: 100%;
}

table#degree-list th {
    padding: 10px;
    font-size: 1.25em;
    color: #4F3674;
    font-family: "Nunito", Arial, Verdana, sans-serif;
	font-weight: 400;
}

table#degree-list td {
    padding: 10px 10px 10px 16px;
}

.degree-list-td-name, .degree-list-header-text {
    text-align: left;
    vertical-align: top;
}

.degree-list-td-name {
    width: 725px;
}

.degreeListTable tr.altRow, .altRow  {
	background-color: #F5F5F5;
}

/* BEGIN DEGREE PAGE TABLE STYLES */

/* BEGIN TUITION TABLE STYLES */

.tuition-table {
    width: 500px;
}

aside .tuition-table {
    width: 100%;
}


/* BEGIN DEGREE PAGE FORM FIELD STYLES */

#frmDegreeSearch label.round {
	padding:0 0 0 10px;
	height:27px;
	margin:0 0 10px 0;
}
#frmDegreeSearch .round input {
	background: #FFFFFF;
	padding:5px;
	height:17px;
}
#frmDegreeSearch .round span {
	padding:0 10px 0 0;
	height:27px;
}

/* Accreditation statement */


#degree-accreditation {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px #CCC solid;
}

#degree-accreditation p {
    font-size: 1em;  
}

/* Degree Details Column */

.degree-details-column-wrapper {
    margin: 0px -17px 20px 35px;
    width: 247px;
    float: left;
}

#degree-details-column {
    padding: 15px;
    background-color: #F1F1F1;
}

#star-rating-wrap {
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 1px #CDCCCF solid;
    overflow: hidden;
}

#star-rating-wrap h3#star-rating-label {
    display: inline-block;
    margin: 0px 20px 10px 0px;
    vertical-align: middle;
}

#star-rating-wrap .rateit {
    margin: 0px 5px 10px 0px;
    display: block;
}

.star-rating-numberofratings {
    margin-bottom: 15px;
    font-size: 0.9em;
    font-style: italic;
    display: block;
}

a#star-rating-toggle-link {
    width: 27px;
    height: 27px;
    display: inline-block;
}

#star-rating-disclaimer p {
    color: #666;
    font-size: 0.9em;
}

#degree-details-column h3 {
    margin: 0px 0px 15px 0px;
}

#offered-bar {
    margin: 0px 0px 20px;
    list-style-type: none;
}

#offered-bar li {
    padding: 5px 5px 10px;
    border-bottom: 1px #CDCCCF solid;   
}

#offered-bar li a {
    color: #4F3674;
    font-size: 1.2em;
    text-decoration: none;
    font-family: "Nunito", Arial, Verdana, sans-serif;
	font-weight: 400;
}

#offered-bar li a:hover {
    text-decoration: underline;
}

#offered-bar li span {
    margin-top: 3px;
    padding: 3px;
    background-color: #437288;
    color: #FFF;
    font-size: 0.8em;
    float: right;
    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    line-height: 1.1em;
}

/* Degree Page Tabbed Navigation */

nav.degree-tab-nav {
    margin: 0px 0px 20px;
	width: 1000px;
	height: 40px;
}

    nav.degree-tab-nav ul {
    	margin-left: 4px;
    	list-style-type: none;
    }
    
        nav.degree-tab-nav ul li {
        	margin-right: 3px;
        	display: inline;
        	float: left;
        }
        
            nav.degree-tab-nav ul li a {
            	padding: 12px 0px;
            	display: block;
            	width: 246px;
            	color: #FFF;
            	text-align: center;
            	text-decoration: none;
            	background-color: #4F3674;
            	font-size: 1.1em;
            }
            
            nav.degree-tab-nav ul li a:hover, nav.degree-tab-nav ul li a.activeTab {
            	color: #FFF;
            	text-decoration: none;
            	color: #333;
            	background-color: #D6A800;
            }  

#nav-column {
    float: left;
}

/* Degree Page > Curriculum tab > Credit hours equation */

.credit-hours-curriculum-column {
    float: left;
    max-width:670px;
}

.degree-total-credit-hours-container {
    margin: 60px 0px 40px 40px;
    width: 250px;
    float: left;
}

p.breakdown-header {
    color: #4F3674;
    font-size: 1.1em;
    font-family: "Nunito", Arial, Verdana, sans-serif;
	font-weight: 700;
	text-align: center;    
}

.degree-credit-hours-wrapper {
    border: 1px #CCC solid;
}

p.breakdown-intro {
    margin-bottom: 0px;
    padding: 15px;
    color: #4E4E4E;
    font-size: 0.9em;
    text-align: center;
}

.degree-credit-hours-wrapper p.credit-hours {
    margin-bottom: 0px;
    color: #4F3674;
    font-size: 1.3em;
    text-align: center;
    width: 30%;
    float: left;
    line-height: 1.3em;
}

.degree-credit-hours-wrapper p.left-justify {
    margin-bottom: 0px;
    text-align: left;
    color: #4E4E4E;
    font-size: 0.9em;
}

.row-wrap {
    padding: 15px;
    border-bottom: 1px #CCC solid;
}

.total-row {
    background-color: #e6e9eb;
}

.degree-total-credit-hours-container .photoCredit {
    margin-top: 15px;
    text-align: center;
}

/* Degree Page Video Thumbnails */

.degree-video-thumbnail {
    margin: 20px 0px 30px 30px;
    float: right;
}

.degree-video-thumbnail p {
    font-size: 0.8em;
    color: #000;
    text-align: center;   
}

/* Degree Page Awards Container */

.degree-award-container {
    margin: 5% auto;
    width: 60%;
}

/* Degree Page Share Nav */

aside .degree-share-nav {
    margin: 0px 0px 10px 23px;
    padding: 0px;
    list-style-type: none;
    overflow: hidden;
}

aside .degree-share-nav li {
    margin: 0px 20px 0px 0px;
    float: left;
    text-indent: -9999px;
}

.degree-share-nav li a {
    width: 43px;
    height: 43px;
    display: block;
}

.degree-share-nav li a.linkedin-degree-share {
    background: transparent url(/images/design-sprite.png) no-repeat -330px -6px;
}

.degree-share-nav li a.linkedin-degree-share:hover {
    background: transparent url(/images/design-sprite.png) no-repeat -330px -67px;
}

.degree-share-nav li a.twitter-degree-share {
    background: transparent url(/images/design-sprite.png) no-repeat -330px -129px;
}

.degree-share-nav li a.twitter-degree-share:hover {
    background: transparent url(/images/design-sprite.png) no-repeat -330px -190px;
}

.degree-share-nav li a.facebook-degree-share {
    background: transparent url(/images/design-sprite.png) no-repeat -330px -252px;
}

.degree-share-nav li a.facebook-degree-share:hover {
    background: transparent url(/images/design-sprite.png) no-repeat -330px -313px;
}

/* Expandable Toggler */

.toggleable, .thirdLevelNavToggler {
    background: #eee;
}

a.toggler {
    text-decoration: none;
    color: #333;
}

a.toggler:hover {
    cursor: pointer;
}

.toggler i {
    display: inline-block; 
    color: white;  
    background: #4F3674;  
    padding: 6px 14px;  
    font-weight: bold;  
    font-size: 17px;  
    font-family: verdana;
}
.toggler i.icon-caret-right {
    padding: 6px 17px;
    background-color: #D25D12;
}
.toggler i + span {
    margin: 0px 0px 0 4px;
}
.toggle-container {
    display: block; 
    border: 1px solid rgb(238, 238, 238); 
    padding: 12px; 
    margin: 0px; 
    background: rgb(255, 255, 255);
}

#left-side-menu .toggleable, #left-side-menu .thirdLevelNavToggler {
    background: none;
    border-bottom: 1px solid #666; 
}

#left-side-menu .toggle-container {
    display: block;
    border: none;
    padding: 0px;
    margin: 0px;
    background: none;
}

li.note_asterisk a .note_asterisk:after {
    content: " * ";/*"\2217";*/
}
li.note_dagger a .note_dagger:after {
    content: " \2020 ";
}

/* Toggler styles */
.icon-caret-right:before {
    content: " - " /*"\f0da"*/
}

.icon-caret-down:before {
    content: " + " /*"\f0d7";*/
}

#head-mainmenu-row {
    display: block;
}

.navbar {
    display: none;
}

/**
bootstrap UI overrides    
**/
.btn-default-lg, .btn-default {
    color: #fff;
    background-color: rgb(79, 54, 116);
}

.btn-default-lg:hover, .btn-default:hover {
    color: #fff;
    background-color: rgba(79, 54, 116, 0.6);
}

.btn-warning {
    color: #ffffff;
    background-color: #d6a800;
    border-color: #eea236;
}

.btn-warning:hover {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
