/* C. T. Bauer College of Business at the University of Houston */
/*    Consciously Considered by the Office of Communications    */
/*                          Go Coogs!                           */
/*          Redesign 2016, Last updated July 24, 2020           */


/* --------------------------------------------------------------- 
   TABLE of CONTENTS
------------------------------------------------------------------

   01 :: Shared Styles
   02 :: Header
   03 :: Top-bar Navigation Menu
   04 :: Mobile Navigation 
   05 :: Left Navigation
   06 :: Horizontal Third-Level Nagivation Tabs
   07 :: Horizontal Alternative Navigation - red-subnav
   08 :: Subsite Styles
   09 :: Media Queries & Responsiveness
   10 :: Footer (previously /css/footer.css)
   11 :: Custom Mobile (previously /css/custommobile.css)

*/


/* ---------------------------------------------------------------
   01 :: Shared Styles 
   
   Includes:
   - Imports: Foundation, UH Web Fonts
   - Body text, Images, Buttons, Input ...
   - Tables, Main-content-hook for Lists, Lists ...
   - Anchor bookmarks to offset the sticky top nav menu 
   - Social Icons 
   - Nav-Bar Drop Down Secondary Menus
   - Google Custom Search style
   - Slider Script Styles
   - Default Slideshows
   - Classes
---------------------------------------------------------------- */

/* Import Foundation Framework */
@import url("/css/foundation.css");

/* Import the UH Web Fonts */
@import url("https://uh.edu/css/uh-fonts.css?version=3"); /* - Note this out because need to do something else for HTTPS */

/*@font-face {
    font-family: 'Milo';
    src: url('//ssl.uh.edu/css/webfonts/milo-regular-webfont.eot');
    src: url('//ssl.uh.edu/css/webfonts/milo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('//ssl.uh.edu/css/webfonts/milo-regular-webfont.woff') format('woff'),
         url('//ssl.uh.edu/css/webfonts/milo-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Milo';
    src: url('//ssl.uh.edu/css/webfonts/milo-italic-webfont.eot');
    src: url('//ssl.uh.edu/css/webfonts/milo-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('//ssl.uh.edu/css/webfonts/milo-italic-webfont.woff') format('woff'),
         url('//ssl.uh.edu/css/webfonts/milo-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Milo';
    src: url('//ssl.uh.edu/css/webfonts/milo-bold-webfont.eot');
    src: url('//ssl.uh.edu/css/webfonts/milo-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('//ssl.uh.edu/css/webfonts/milo-bold-webfont.woff') format('woff'),
         url('//ssl.uh.edu/css/webfonts/milo-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Milo';
    src: url('//ssl.uh.edu/css/webfonts/milo-bolditalic-webfont.eot');
    src: url('//ssl.uh.edu/css/webfonts/milo-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('//ssl.uh.edu/css/webfonts/milo-bolditalic-webfont.woff') format('woff'),
         url('//ssl.uh.edu/css/webfonts/milo-bolditalic-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Milo';
    src: url('//ssl.uh.edu/css/webfonts/milo-exlig-webfont.eot');
    src: url('//ssl.uh.edu/css/webfonts/milo-exlig-webfont.eot?#iefix') format('embedded-opentype'),
         url('//ssl.uh.edu/css/webfonts/milo-exlig-webfont.woff') format('woff'),
         url('//ssl.uh.edu/css/webfonts/milo-exlig-webfont.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Crimson';
    src: url('//ssl.uh.edu/css/webfonts/crimson-roman-webfont.eot');
    src: url('//ssl.uh.edu/css/webfonts/crimson-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('//ssl.uh.edu/css/webfonts/crimson-roman-webfont.woff') format('woff'),
         url('//ssl.uh.edu/css/webfonts/crimson-roman-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Crimson';
    src: url('//ssl.uh.edu/css/webfonts/crimson-italic-webfont.eot');
    src: url('//ssl.uh.edu/css/webfonts/crimson-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('//ssl.uh.edu/css/webfonts/crimson-italic-webfont.woff') format('woff'),
         url('//ssl.uh.edu/css/webfonts/crimson-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Crimson';
    src: url('//ssl.uh.edu/css/webfonts/crimson-semibold-webfont.eot');
    src: url('//ssl.uh.edu/css/webfonts/crimson-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('//ssl.uh.edu/css/webfonts/crimson-semibold-webfont.woff') format('woff'),
         url('//ssl.uh.edu/css/webfonts/crimson-semibold-webfont.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Crimson';
    src: url('//ssl.uh.edu/css/webfonts/crimson-semibolditalic-webfont.eot');
    src: url('//ssl.uh.edu/css/webfonts/crimson-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('//ssl.uh.edu/css/webfonts/crimson-semibolditalic-webfont.woff') format('woff'),
         url('//ssl.uh.edu/css/webfonts/crimson-semibolditalic-webfont.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Crimson';
    src: url('//ssl.uh.edu/css/webfonts/crimson-bold-webfont.eot');
    src: url('//ssl.uh.edu/css/webfonts/crimson-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('//ssl.uh.edu/css/webfonts/crimson-bold-webfont.woff') format('woff'),
         url('//ssl.uh.edu/css/webfonts/crimson-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Crimson';
    src: url('//ssl.uh.edu/css/webfonts/crimson-bolditalic-webfont.eot');
    src: url('//ssl.uh.edu/css/webfonts/crimson-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('//ssl.uh.edu/css/webfonts/crimson-bolditalic-webfont.woff') format('woff'),
         url('//ssl.uh.edu/css/webfonts/crimson-bolditalic-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'League Gothic';
    src: url('//ssl.uh.edu/css/webfonts/leaguegothic-regular-webfont.eot');
    src: url('//ssl.uh.edu/css/webfonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('//ssl.uh.edu/css/webfonts/leaguegothic-regular-webfont.woff') format('woff'),
         url('//ssl.uh.edu/css/webfonts/leaguegothic-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'League Gothic';
    src: url('//ssl.uh.edu/css/webfonts/leaguegothic-regular-webfont.eot');
    src: url('//ssl.uh.edu/css/webfonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('//ssl.uh.edu/css/webfonts/leaguegothic-regular-webfont.woff') format('woff'),
         url('//ssl.uh.edu/css/webfonts/leaguegothic-regular-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
*/
/* END Import the UH Web Fonts */

/* Alex Brush added on Sept. 3, 2021 */
@font-face {
  font-family: 'Alex Brush';
  src: url('../fonts/AlexBrush-Regular.woff2') format('woff2');
  font-style: normal;
}

body { color: #444; } /* formerly included { border-top: 4px solid #c00; } */

p { line-height: 1.6; } /* Change this to 1.6 from 1.4 */

h1, h2, h3, h4, h5, h6 { line-height: 1.3; margin-bottom: 10px; margin-top: 10px; } /* line-height adjustment for headline wraps - MM*/
h1 { font-size: 34px; }
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 20px; color:#c00;}
h5 { font-size: 17px; }
h6 { font-size: 14px; }

h1.sectionhead { font-family: 'League Gothic', sans-serif; font-size: 60px; font-weight: normal; line-height: 1.1; letter-spacing: 0; margin: 35px 0 30px -.03125em; /* 35 | 30margin: 25px 0 12px -.03125em;*/ padding: 0 0 0 10px; text-transform: uppercase; } /* Based on h2.subheader style from Latest News blog */

/* SectionHeads with Subheaders - see /alumni/ + /centers/wce/ + /undergraduate/prospective-students/ + /undergraduate/prospective-students/uh-students/ */
.sectionheadwithsub h1.sectionhead { font-family: 'League Gothic', sans-serif; font-size: 60px; font-weight: normal; line-height: 1.1; letter-spacing: 0; margin: 35px 0 10px -.03125em; padding: 0 0 0 10px; text-transform: uppercase; }
.sectionheadwithsub h2.subheader { line-height: 1.3; color: #6f6f6f; font-weight: 300; margin-bottom: 30px; padding-left:10px; }


/* GPP Alternative SectionHead Tops */
h6.sectionhead { font-family: 'League Gothic', sans-serif; font-size: 30px; font-weight: normal; line-height: .95em; letter-spacing: 0; margin: 25px 0 0 -.03125em; padding: 0 0 0 10px; text-transform: uppercase; } /* Based on h2.subheader style from Latest News blog */
h1.subheader-top { line-height: 1.3; color: #6f6f6f; font-weight: 300; margin: 15px 0 20px -.03125em; padding: 0 0 0 10px; }

/* SEO-favored SectionHeads to be paired with page titles in H1 as seen on /SEI/ */
h6.sectionhead-seo { font-family: 'League Gothic', sans-serif; font-size: 60px; font-weight: normal; line-height: 1.1; letter-spacing: 0; margin: 35px 0 30px -.03125em; /* 35 | 30margin: 25px 0 12px -.03125em;*/ padding: 0 0 0 10px; text-transform: uppercase; }
h1.subheader-seo { font-size: 24px; color: #6f6f6f; font-weight: 300; margin-bottom: 17px; } 


/* MobileNav Sectionhead headings & logos */
h2.sectionhead-mobilenav { font-family: 'League Gothic', sans-serif; font-size: 45px; font-weight: normal; text-transform: uppercase; text-align: center; padding-bottom: 15px; }

img.mobilenav-logo { display: block; margin: 0 auto; padding: 15px; }


img { border: 0; }

/* Buttons */
button, input, select, textarea { margin: 0; font-size: 100%; vertical-align: middle; }
button, input { *overflow: visible; line-height: normal; }
input, textarea, select, .uneditable-input { display: inline-block; padding: 4px; font-size: 13px; color: #555555; border: 1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.btn { display: inline-block; padding: 3px 10px 3px; margin-bottom: 0; font-size: 13px; line-height: 18px; color: #333333; text-align: center; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); vertical-align: middle; background-color: #f5f5f5; background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); background-image: linear-gradient(top, #ffffff, #e6e6e6); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0); border-color: #e6e6e6 #e6e6e6 #bfbfbf; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); border: 1px solid #ccc; border-bottom-color: #bbb; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); cursor: pointer; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); *margin-left: .3em; }
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] { background-color: #e6e6e6; }
.btn:active, .btn.active { background-color: #cccccc \9; }
.btn:first-child { *margin-left: 0; }
.btn:hover { color: #333333; text-decoration: none; background-color: #e6e6e6; background-position: 0 -15px; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -ms-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; }
.btn:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
.btn.active, .btn:active { background-image: none; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); background-color: #e6e6e6; background-color: #d9d9d9 \9; outline: 0; }
.btn.disabled, .btn[disabled] { cursor: default; background-image: none; background-color: #e6e6e6; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; -moz-box-shadow: none;
 box-shadow: none; }
.btn-large { padding: 9px 14px; font-size: 15px; line-height: normal; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.btn-large [class^="icon-"] { margin-top: 1px; }
.btn-small { padding: 5px 9px; font-size: 11px; line-height: 16px; } 
.btn-small [class^="icon-"] { margin-top: -1px; }
.btn-mini { padding: 2px 6px; font-size: 11px; line-height: 14px; }

/* Button Styles */
.gray { background: #444; border: 1px solid #000; }
.gray:hover { color: white; background-color: #000; }

/* Input and Textarea */
input, textarea { -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; -moz-transition: border linear 0.2s, box-shadow linear 0.2s; -ms-transition: border linear 0.2s, box-shadow linear 0.2s; -o-transition: border linear 0.2s, box-shadow linear 0.2s; transition: border linear 0.2s, box-shadow linear 0.2s; }
input:focus, textarea:focus { border-color: rgba(82, 168, 236, 0.8); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); outline: 0; outline: thin dotted \9; /* IE6-9 */}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, select:focus { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

/* Tables */
table { background: #fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin: 0 0 18px; border: 1px solid #ddd; }
table tbody tr th { background: none repeat scroll 0 0 #E0E0E0;  padding: 4px; }
table tbody tr td { border-bottom: 1px dashed #ccc; }
#colorbox { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

/* To offset the sticky top nav menu for bookmark anchors. Add this class to <a name> tags */
a.bookmark { display: block; height: 100px; margin-top: -100px; visibility: hidden; }

/* Main-content-hook for Lists */
.main-content-hook ul, .main-content-hook ol { margin: 0 0 8px 3px; padding: 0 0 0 12px; } 
.main-content-hook ul li ul, .main-content-hook ul li ol, .main-content-hook ol li ul, .main-content-hook ol li ol { margin-left: 20px; margin-bottom: 0; } 
.main-content-hook .row .three ul, .main-content-hook .row .three ol, .main-content-hook .row .four ul, .main-content-hook .row .four ol, .main-content-hook ul.nav-bar, .main-content-hook ol.nav-bar, .main-content-hook ul.flyout, .main-content-hook ol.flyout, .main-content-hook ul.ytcg_ul, .main-content-hook ol.ytcg_ul { margin: 0; padding: 0; } 
.main-content-hook ul.ytcg_ul li, .main-content-hook ol.ytcg_ul li { margin-right: 5px; }
.main-content-hook .row .three ul li ul, .main-content-hook .row .three ul li ol, .main-content-hook .row .three ol li ul, .main-content-hook .row .three ol li ol, .main-content-hook .row .four ul li ul, .main-content-hook .row .four ul li ol, .main-content-hook .row .four ol li ul, .main-content-hook .row .four ol li ol { margin-left: 20px; margin-bottom: 0; } 

/* Lists */
ul.indent, ol.indent { list-style-position: outside; margin: 1em 0; -moz-padding-start: 40px; -webkit-padding-start: 40px; } 
ul.indent-in-panel, ol.indent-in-panel { list-style-position: outside; margin: 1em 0; -moz-padding-start: 40px; -webkit-padding-start: 40px; } 
ul.indent-in-panel li, ol.indent-in-panel li { margin-left: 20px; }
ul.square { list-style: none; }
ul.square li { background: url(/images/template/bullet1.gif) no-repeat 0 .5em; padding-left: 15px; }
ul.bulletArrow { list-style:none; }
ul.bulletArrow > li {background: url("/images/template/bullet_arrow.png") no-repeat scroll 0 4px transparent; border-bottom: 1px dashed #CCCCCC; border-width: 1px 0; margin: 0; padding: 4px 25px;}
.rssFeed ul, .rssFeed ol  { margin: 0; padding: 0; }

/* Social Media Icons - we use these in the footer and other places, too */
ul#socialIcons { margin-top:5px;}
ul#socialIcons li { list-style-type:none; float: left; display:inline; padding:2px;}
ul#socialIcons li a img { opacity: 0.7; border:0;}
ul#socialIcons li a:hover img { opacity: 1;}

/* google Custom Search mods */
#___gcse_0 table tbody tr td { border-bottom: none; } 
#___gcse_0 table { background: none; border: none; }
table.gsc-search-box { border: none; }
table td.gsc-search-button { display: none; } 
div.gcsc-branding { display: none; } 

/* Slider Script Styles - /js/slider.js - .steps from old accy.css ... #faqs AND #faqs-2 are deprecated */
#sliderjq, #sliderjqOpen { padding: 4px 0; margin:4px 0; }
#sliderjq h4 { cursor:pointer;color:#c00; margin: 0px; text-decoration:none; font-size:16px; font-weight:normal; padding:0 0 5px; }
#sliderjq h4.active	{ color: #d74646; text-decoration: none; background-color: #f2f2f2; }
#sliderjq h4:hover { text-decoration:underline; }
#sliderjq div { overflow:hidden; }
ul.steps li {border-bottom: 1px dashed #CCCCCC; list-style: none; background: none; padding: 6px 0 6px 5px; margin:0px;}
ul.steps li ul li {border-bottom: none; padding: 0px; background:none;}
ul.steps li ol li {border-bottom: none;padding:0px; list-style:lower-roman; margin:0px; background:none;}
#faqs, #faqsOpen {background: #efefef; padding: 4px 0; margin:4px 0; border: solid 1px #ccc; -moz-border-radius:5px; -webkit-border-radius:5px; } 
#faqs:hover, #faqsOpen:hover {background-color:#F8F4E4;}
#faqs h2 { cursor: pointer; color: #c00; margin: 0px 10px; text-decoration:none; }
#faqs h2.active	{ color: #d74646; text-decoration: none; }
#faqs ul li h4	{ font-size:14px; color:#c00;}
#faqs ul li h4.active	{color:#d74646;}
#faqs div	{ overflow:hidden; }
#faqs-2, #faqs-2Open {background: #efefef; padding: 4px 0; margin:4px 0; border: solid 1px #ccc; -moz-border-radius:5px; -webkit-border-radius: 5px; }
#faqs-2:hover, #faqs-2Open:hover { background-color: #F8F4E4; }
#faqs-2 h2 { cursor:pointer;color:#c00; margin: 0px 10px;text-decoration:none;}
#faqs-2 h2.active { color:#d74646; text-decoration:none; }
#faqs-2 ul li h4 { font-size:14px; color:#c00; }
#faqs-2 ul li h4.active	{ color: #d74646; }
#faqs-2 div	{ overflow:hidden; }

/* Default Slideshows */
div.orbit { margin-bottom: 0px; }
#featured a img, #featured-home a img { border: none; } /* IE Fix for Orbit */
#featured { background: url(/images/template/Bauer-College-of-Business-Logo.png) center center #f4f4f4 no-repeat; height: 287px; } /* Making the Orbit homepage slideshow load more gracefully */
#featured img { display: none; }
#featured.orbit { background: none; }
#featured.orbit img { display: block; margin: 0 auto; } 

.orbit-caption { display: none; font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif; }
.orbit-wrapper .orbit-caption { background: #000; background: rgba(0, 0, 0, 0.75); z-index: 30; color: #fff; text-align: center; padding: 7px 0; font-size: 13px; font-size: 1.6rem; position: absolute; right: 0; bottom: 0; width: 100%; line-height: 1.2; }
.orbit-caption a { color: #fff; }	

.orbit-wrapper { .slider-nav span { @include opacity(0); @include single-transition(opacity, 400ms); } &:hover .slider-nav span { @include opacity(1); } } /* Scss */ /* From rcc.css: This makes the navigation buttons hide until you hover */
.orbit-wrapper .slider-nav span { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -webkit-transition: opacity 400ms; -moz-transition: opacity 400ms; -o-transition: opacity 400ms; transition: opacity 400ms; }
.orbit-wrapper:hover .slider-nav span { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; } /* CSS */ /* From rcc.css: This makes the navigation buttons hide until you hover */

/* Classes */
.center { text-align:center; }
.clear { clear: both; }
.dropcap { float: left; height: 65px; padding-right: 5px; } /* Drop Caps. For lists that aren't lists. See: /departments/accy/graduate/admissions.php (deprecated) */
.intro { font-size: large; line-height: 140%; }
.intro-home { font-size: large; color: #888B8D; line-height: 140%; } 
.note { background:#FFF9D7; padding:5px 10px; margin-bottom:10px; border:#EEEEEE 1px solid; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; behavior:url(/js/border-radius.htc); clear:both; }
.note p { font-size:90%; margin-bottom:5px; }
.panel { padding: 15px; }
.red { color:#c00; }
.redbar { border-bottom: 4px solid #c00; padding-top: 5px; margin-bottom: 5px; }
.wp-caption { float:right; background:#F7F7F7; border:1px solid #CCC; padding:5px; text-align:center; margin:5px 10px 8px; color:#036; line-height: 12px; }
.wp-caption p { font-size:80%; margin-bottom:5px; }

.alignRight{ float:right; margin: 0 0 1em 1em; } /* Deprecated */
.alignLeft { float:left; margin:0 1em 1em 0; } /* Deprecated */
.green { color: #84a344; } /* Deprecated, previously used on /sei/ */

/* ---------------------------------------------------------------
   02 :: Header  
   
   Includes:
   - Bauer Logo - img#logo
   - Search
   - Top Header Links
   - Left, Right and Center
   - Deprecated Styles
---------------------------------------------------------------- */

/* C. T. Bauer College of Business logo - Img#logo */
img#logo { padding-top: 10px; } /* padding-top: 5px; */

/* Search */
input { outline: none; }
input[type=search] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; font-family: inherit; font-size: 100%; }
input::-webkit-search-decoration, input::-webkit-search-cancel-button {	display: none; } /* remove the search and cancel icon */
input[type=search] { background: #ededed url(/images/template/search-icon.png) no-repeat 9px center; border: solid 1px #ccc; padding: 0px 10px 0 32px; width: 88%; -webkit-border-radius: 10em; -moz-border-radius: 10em; border-radius: 10em; -webkit-transition: all .5s;	-moz-transition: all .5s; transition: all .5s; } /* search input field */
input[type=search]:focus { background: #ededed url(/images/template/search-icon.png) no-repeat 9px center; width: 88%; background-color: #fff; border-color: #6dcff6; -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5); -moz-box-shadow: 0 0 5px rgba(109,207,246,.5); box-shadow: 0 0 5px rgba(109,207,246,.5); }
input:-moz-placeholder { color: #999; } /* placeholder */
input::-webkit-input-placeholder { color: #999; }

/* Top Header links - under the search bar */
ul#topheaderlinks { line-height:16px; }
ul#topheaderlinks li { list-style-type:none;float: left;display:inline; margin: 0; border-right: 1px solid #ccc; padding:0 12px; } /*margin:10px 0;*/
ul#topheaderlinks li a {}
ul#topheaderlinks li a:hover { text-decoration:underline; }
ul#topheaderlinks li:last-child { border-right: 0px; padding-right: 0px;}
ul#topheaderlinks li:first-child { padding-left: 0px; }

/* Left, Right and Center */
.leftandcenter { float:left; overflow: hidden; padding-top: 3px;} 
.rightandcenter { float:right; overflow: hidden; margin-top: 25px; margin-bottom: 15px;} /*margin-top: 15px; margin-bottom: 15px;*/

/* Search form (Deprecated) */
#searchForm { position: relative;margin: 5px 0px 0 0px; }
#searchForm ul { background:none;position:relative;top:3px;text-align: right;width: 350px; }
#searchForm ul li { list-style-type:none;font-family: Arial, Helvetica, sans-serif;font-size:90%;background:none;float: right; }
#searchForm ul li a.last { border:none;padding-right: 0px; }
#searchForm ul li a { margin:0;padding:0 10px;font-weight: bold;color: #666;text-decoration: none;border-right: 1px solid #666; }
#searchForm ul li a:hover { color: #CCC; }
#searchForm form { margin: 0px 0px 5px; }

/*  Breadcrumbs (deprecated) */    
#breadcrumb { padding:10px 0; }
div#breadcrumbs { display: block; overflow: hidden; text-transform: uppercase; font-size: 11px; font-size: 1.1rem; padding-left: 10px; }
div#breadcrumbs a { margin: 0; }
div#breadcrumbs a:after { content: "/"; color: #aaa; padding: 0 10px; }
div#breadcrumbs a:first-child:before { content: ""; }
div#breadcrumbs a.current { cursor: default; color: #333; }
div#breadcrumbs a:hover { text-decoration: none; }
div#breadcrumbs { color: #999; }


/* ---------------------------------------------------------------
   03 :: Top-bar Navigation Menu with Three Levels
   
   Includes:
   - The New Navigation Menu - navigation bar three levels
   - Dropdown Padding and Third Level Backgrounds
   - Top-bar and Top-barback
---------------------------------------------------------------- */

/* The New Navigation Menu - navigation bar three levels */ 
.top-header { padding: 5px 0 5px 0; min-height: 120px; } /* Top-Header added Jan. 12, 2016 */ 
nav.top-bar { margin-bottom: 0; }
.top-bar.bauer-main-nav { height: 30px; background: #54585A; margin-top: 0px; margin-left: -15px; } /* background was 444 ... margin-left finally lines up the Home with the logo and the rest of the template! */  	
.top-bar.bauer-main-nav ul li a { font-size: 14px; font-weight:200; }
.top-bar.bauer-main-nav ul li { } /*background-color: #444;*/
.top-bar.bauer-main-nav ul { display: inline; height: 50px; line-height: 50px; list-style: none; margin-left: 0; } /* Main Navigation links style */ /* Left Side <ul> */ /* Right Side <ul>. Before redesign 2016, was: height: 30px; line-height: 30px; */
.top-bar.bauer-main-nav > li { border: 0px; border-right: none;	line-height: 30px; -webkit-box-shadow: 0px 0 0 rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0px 0 0 rgba(255, 255, 255, 0.2) inset; box-shadow: 0px 0 0 rgba(255, 255, 255, 0.2) inset; }
.top-bar.bauer-main-nav > li:last-child { border-right: solid 0px #333333; -webkit-box-shadow: 0px 0 0 rgba(255, 255, 255, 0.2) inset, 0px 0 0 rgba(255, 255, 255, 0.2); -moz-box-shadow: 0px 0 0 rgba(255, 255, 255, 0.2) inset, 0px 0 0 rgba(255, 255, 255, 0.2); box-shadow: 0px 0 0 rgba(255, 255, 255, 0.2) inset, 0px 0 0 rgba(255, 255, 255, 0.2); }
.top-bar.bauer-main-nav > li:hover { background: #1d1d1d; }
.top-bar.bauer-main-nav > li.has-dropdown > a:first-child:after { border: solid 6px; border-color: #E6E6E6 transparent transparent transparent; top: 12px; } /* line 66, /var/www/foundation_generator/shared/bundle/ruby/1.9.1/gems/zurb-foundation-3.0.3/css/foundation/navbar.scss */
.top-bar.bauer-main-nav ul > li a:not(.button) { color: white; display: block; font-size: 14px; font-weight: 200; height: 50px; line-height: 50px; padding: 0 18px; } /* padding was 0 22px but that broke the minimized viewport whereas 'Support Bauer' was dropping. Before redesign 2016, was: height: 30px; line-height: 30px; */
.top-bar.bauer-main-nav ul > li:hover, .top-bar ul > li.active { background: #1d1d1d; }
.top-bar.bauer-main-nav ul > li.has-dropdown { position: relative; } /* Dropdown Level 2+ */
.top-bar.bauer-main-nav ul > li.has-dropdown:hover > .dropdown { display: block; visibility: visible; }
.top-bar.bauer-main-nav ul > li.has-dropdown a { padding-right: 33.75px; }
.top-bar.bauer-main-nav ul > li.has-dropdown a:after { content: ""; display: block; width: 0; height: 0; border: solid 5px; border-color: white transparent transparent transparent; margin-right: 15px; margin-top: -2.5px; position: absolute; right: 0; top: 50%; }
.top-bar.bauer-main-nav ul > li.has-dropdown .dropdown { background: #fff; left: 0; margin: 0; padding: 0; position: absolute; visibility: hidden; z-index: 99; top: 50px; } /* Here, top variable is very important to how tall your top-bar is. */
.top-bar.bauer-main-nav ul > li.has-dropdown .dropdown li { background: #fff; line-height: 1; min-width: 100%; padding-bottom: 0; height: 40px; border-left: 4px solid #d9d9d9; border-top: 1px solid #d9d9d9; border-bottom: 1px solid #d9d9d9; border-right: 1px solid #d9d9d9; } /*border: 1px solid #d9d9d9;*/
.top-bar.bauer-main-nav ul > li.has-dropdown .dropdown li a { color: #333; font-weight: normal; height: 100%; line-height: 1; padding: 12px 17px 10px 15px; white-space: nowrap; }
.top-bar.bauer-main-nav ul > li.has-dropdown .dropdown li a:after { border: none; }
.top-bar.bauer-main-nav ul > li.has-dropdown .dropdown li a:hover { background: #eee; }
.top-bar.bauer-main-nav ul > li.has-dropdown .dropdown li label { color: #6f6f6f; font-size: 10px; font-weight: bold; margin: 0; padding-left: 15px; text-transform: uppercase; }
.top-bar.bauer-main-nav ul > li.has-dropdown .dropdown li.divider { border-top: solid 1px black; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; height: 10px; padding: 0; width: 100%; }
.top-bar.bauer-main-nav ul > li.has-dropdown .dropdown li:last-child { padding-bottom: 0; }
.top-bar.bauer-main-nav ul > li.has-dropdown .dropdown li.has-dropdown > a { padding-right: 30px; }
.top-bar.bauer-main-nav ul > li.has-dropdown .dropdown li.has-dropdown > a:after { border: none; content: "\00bb"; right: 5px; top: 11px; }
.top-bar.bauer-main-nav ul > li.has-dropdown .dropdown li.has-dropdown .dropdown { position: absolute; left: 100%; top: 0; }
.top-bar.bauer-main-nav ul > li.has-dropdown .dropdown li.has-dropdown:hover > .dropdown { display: block; }
.top-bar.bauer-main-nav ul.left { float: left; width: auto; margin-bottom: 0; }
.top-bar.bauer-main-nav ul.right { float: right; width: auto; margin-bottom: 0; }  /* Dropdown Right Side Alignment */
.top-bar.bauer-main-nav ul.right .has-dropdown .dropdown { left: auto; right: -1px; }
.top-bar.bauer-main-nav ul.right .has-dropdown .dropdown li.has-dropdown > .dropdown { right: 100%; left: auto; width: 100%; }

.lt-ie9 .top-bar.bauer-main-nav ul li a { color: white; display: block; font-weight: 200px; font-size: 13px; height: 30px; line-height: 30px; padding: 0 15px; } /* IE8 Fixes */

/* Dropdown Padding and Third Level Backgrounds */
ul.dropdown li a { padding: 12px 20px; }
.top-bar.bauer-main-nav li ul li a { background: #fff; } /* formerly: ul.dropdown li a, .top-bar.bauer-main-nav li ul li a { background: #fff; padding: 12px 20px; } */

/* Top-bar and Top-barback */
.top-bar ul li.name { background: #444; } 
.top-bar ul li.toggle-topbar:hover { background: #151515; }
.container.top-barback { margin-bottom: 0; background:#54585A; } /* background was #444 */
.top-barback.fixed { border-top: 4px solid #c00; } /* Was formerly attached to the body tag. This controls the red bar that appears at the top of the fixed main navigation menu. */
#shadowBtNav { background: url("/images/template/topshadow.png") no-repeat 50% 0 transparent; height: 8px; } /* Deprecated */
	

/* ---------------------------------------------------------------
   04 :: Mobile Navigation and Drop Down Secondary Menus
   
   Includes:
   - UL.nav-bar - Nav-Bar Drop Down Secondary Menus
   - .flyout - applies to navModal mobile navigation AND Nav-Bar Drop Down Secondary Menus 
   - navModal - concerns the Mobile Navigation Bar
   - Mobilnav and Mobilhome
---------------------------------------------------------------- */

ul.nav-bar { margin-bottom: 0; } /* 30px #444 */
.nav-bar { height:30px; background: #444; margin-top: 0px; }
.nav-bar > li { border: 0px; border-right: none; line-height: 30px; -webkit-box-shadow: 0px 0 0 rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0px 0 0 rgba(255, 255, 255, 0.2) inset; box-shadow: 0px 0 0 rgba(255, 255, 255, 0.2) inset; }
.nav-bar > li:last-child { border-right: solid 0px #333333; -webkit-box-shadow: 0px 0 0 rgba(255, 255, 255, 0.2) inset, 0px 0 0 rgba(255, 255, 255, 0.2); -moz-box-shadow: 0px 0 0 rgba(255, 255, 255, 0.2) inset, 0px 0 0 rgba(255, 255, 255, 0.2); box-shadow: 0px 0 0 rgba(255, 255, 255, 0.2) inset, 0px 0 0 rgba(255, 255, 255, 0.2); }
.nav-bar > li:hover { background: #1d1d1d; }
.nav-bar > li.has-flyout > a:first-child:after { border: solid 6px; border-color: #E6E6E6 transparent transparent transparent; top: 12px; }

.flyout { top: 30px; }
ul.flyout li a, .nav-bar li ul li a { background: #fff; padding: 12px 20px; } /* line 66, /var/www/foundation_generator/shared/bundle/ruby/1.9.1/gems/zurb-foundation-3.0.3/css/foundation/navbar.scss */

#navModal { padding-bottom: 10px; }
#navModal ul.nav-bar { margin-bottom: 0; margin-left: -20px; margin-right: -20px; }

ul.mobilnav { float: right; margin:0 15px 0 0; }
ul.mobilnav li:first-child { border-left: 1px solid #D8DDE1; }
ul.mobilnav li { display: inline; border-right: 1px solid #D8DDE1; line-height: 40px; color: White; float:left; }
ul.mobilnav li a { padding: 0 15px;  font-size: 12px; font-size: 1.2rem; font-weight: bold; color: #fff; float: left; }
ul.mobilnav li a:hover { background: #1d1d1d; color: #fff; }

ul.mobilhome li { text-align: center; }
ul.mobilhome li h1 { font-size: 11px; font-weight: bold; }


/* ---------------------------------------------------------------
   05 :: Left Navigation (vertical navigation)
   
   Includes:
   - Tabs
   - Regular Tab Design
   - Nice Vertical Tab Design
   - SubaccordionMenu 
---------------------------------------------------------------- */

/* Tabs */
dl.tabs dd { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; background-color: #f4f4f4; background-image: -moz-linear-gradient(center top , #FFFFFF 0px, #F2F2F2 100%); border-color: #e6e6e6; border-image: none; border-radius: 3px 3px 0 0; border-style: solid; border-width: 1px; font-weight: bold; margin-right: 1px; }
dl.tabs dd a { color: #c00; font-size: 14px; height: 35px; line-height: 36px; padding: 0px 23.8px; }
dl.tabs dd a:focus { font-weight: bold; color: #cc0000; }
dl.tabs dd.active { margin-top: 0px; border:0px; border-top:1px solid #e6e6e6;box-shadow: 0 -1px 1px #DDDDDD;}
dl.tabs dd.active a { cursor: default; background-color: #FFFFFF; background-image: -moz-linear-gradient(center top , #FFFFFF 0px, #E5E5E5 5%, #FFFFFF 55%); color: #000000;height: 39px; }
dl.tabs dd:first-child { margin-left: 0; }
ul.tabs-content.contained > li { padding: 10px 20px; margin-left: -3px; }
/*dl.tabs.mobile { width: auto; margin: 20px -20px 40px; height: auto; }
dl.tabs.mobile + ul.contained { margin-left: 1px; margin-right: 1px; border-width: 0 0 1px 0; } */

/* Regular Tab Design */
dl.tabs.vertical dt, dl.tabs.vertical dd, dl.nice.tabs.vertical dt, dl.nice.tabs.vertical dd { float: none; height: auto; }
dl.tabs.vertical dd a { padding: 10px 10px 10px 20px; border: solid 0 #ccc; border-width: 1px 1px 0; margin: 0; color: #555; background: #eee; font-size: 12px; font-size: 1.3rem; }
dl.tabs.vertical dd a.active { background: #999;color: #fff; }
dl.tabs.vertical dd a:hover { background: #ECDEC6; }
dl.tabs.vertical dd { border: none; box-shadow: none; background: none; }
dl.tabs.vertical dd.active { border: none; box-shadow: none; }
dl.tabs.vertical dd.active a { background: #0f0; border: 1px solid #fff; }
		
/* Nice Vertical Tab Design - Used throughout current Left Navigation Menus */
.nice.tabs.vertical { border-bottom:0; height: auto; border-top:0; }
.nice.tabs.vertical dd { margin-bottom: -1px; }
.nice.tabs.vertical dd a { padding: 10px 10px 10px 20px; background: #F4ECDD; color:#c00; border: 1px solid #fff; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; box-shadow:none; line-height: 18px; }
.nice.tabs.vertical dd dl { margin-top:-1px; }
.nice.tabs.vertical dd dl dd a { background:#F2F2F2; color:#686868; line-height: 18px; }
.nice.tabs.vertical dd dl dd:first-child > a {}
.nice.tabs.vertical dd a.triangle-bottomleft:hover, .nice.tabs.vertical dd a.triangle-bottomleft.active { background-image: url(/images/template/lefttriangle.png);background-repeat:no-repeat;background-position:bottom left; }
.nice.tabs.vertical dd a.triangle-bottomleft { background-image: url(/images/template/lefttriangle_na.png); background-repeat: no-repeat; background-position: bottom left; }
.nice.tabs.vertical dd a.active { background: #686868; color: #fff; }
.nice.tabs.vertical > dd:first-child > a { -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; }
.nice.tabs.vertical > dd:last-child > a { border-width: 1px 1px 1px; -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; }

/* SubAccordionMenu */		
dl#SubAccordionMenu dd a.triangle-bottomleft.activeselect, dl#SubAccordionMenu dd a.triangle-bottomleft.activeselect:hover { background-color: #ECDEC6; background-image: url(/images/template/lefttriangle.png); background-repeat: no-repeat; background-position: bottom left; }
dl#SubAccordionMenu dd a.triangle-bottomleft.active.activeselect, dl#SubAccordionMenu dd a.triangle-bottomleft.active.activeselect:hover { background-color:#686868; background-image: url(/images/template/lefttriangle.png); background-repeat: no-repeat; background-position: bottom left; }




























/* BEGIN New work on left navigation and more breathability in the template, Spring 2019 */

  
ul.accordion-menu, ul.accordion-menu ul, ul.accordion-menu ul ul { 
  list-style: none;
  list-style-type: none;
  }  
  
ul.accordion-menu { padding-left: 0; } /* This fixes the mobile nav issue */

.accordion-menu { border-bottom:0; height: auto; border-top:0; }
.accordion-menu li { } 
.accordion-menu li a { display: block; padding: 10px 10px 10px 20px; color:#c00; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; box-shadow:none; line-height: 18px; } 
.accordion-menu li ul { margin-top:-1px; } 
.accordion-menu li ul li a, .accordion-menu li ul li ul li a, .accordion-menu li ul li ul li ul li ul li a { background-color: #f9f9f9; }

.accordion-menu li ul li a { color:#c00; line-height: 18px; }
.accordion-menu li ul li:first-child > a {}
.accordion-menu li a.triangle-bottomleft:hover, .accordion-menu li a.triangle-bottomleft.active { background-image: url(/images/template/lefttriangle.png);background-repeat:no-repeat;background-position:bottom left; }
.accordion-menu li a.triangle-bottomleft { background-image: url(/images/template/lefttriangle_na.png); background-repeat: no-repeat; background-position: bottom left; }
.accordion-menu li a.active { background: #54585A; color: #fff; font-weight:700; } /* This is the active page style! */
.accordion-menu > li:first-child > a { -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; }
.accordion-menu > li:last-child > a { border-width: 1px 1px 1px; -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; }

.accordion-menu li, .accordion-menu li li, .accordion-menu li li li, .accordion-menu li li li li {
  width: 100%; }

.accordion-menu a {
  padding: 10px 10px 10px 20px;
  }

.accordion-menu .is-accordion-submenu a {
  padding: 10px 10px 10px 20px;
  }
    
 /* From new foundation.css line 3603 - this changes the text color for menu items active */ 
  .menu .is-active > a {
	background: #e6e6e6;
	color: #c00; } 
  .menu .active > a {
	background: #e6e6e6;
	color: #c00; }
  
  
/* The following is from the new foundation.css */

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  padding: 0.7rem 1rem; }

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem; }

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #cc0000 transparent transparent; /* This controls the toggle arrow color */
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }


.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto; }

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
		  }
		 /* border-color: #888b8d transparent transparent;   This was added and is key to changing the upside down arrow color */

.is-accordion-submenu-parent {
  position: relative; }

.has-submenu-toggle > a {
  margin-right: 40px; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer; }
  .submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #cc0000 transparent transparent; /* Changed color to cougar red */
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }  



/* The Grid - This was added March 27, 2019 and alters "The Grid" section of /css/foundation.css starting on line 223 __

__.row { width: 1010px; max-width: 100%; min-width: 768px; margin: 0 auto; }__ __ this was messing up mobile nav __ __ ___ Marked out on may 2, 2019 ___  __ original width: 1010px; __

__.row { width: 90%; min-width: 768px; margin: 0 auto; }__ __ __ Marked out on may 3, 2019 - I really like this one!! __ 


__ .leftnav19 { padding-right: 5%;} __

__ .column, .columns { float: left; min-height: 1px; padding: 0 7.5px; position: relative; } -from /css/foundation.css __

__.column, .columns { float: left; min-height: 1px; padding: 0 18px; position: relative; }  More Air! - but it makes things not work properly on mobile __

__.leftnav19 { float: left; min-height: 1px; padding: 0 33px 0 7.5px; position: relative; } __ Marked out on May 2, 2019 __


__ Also made some changes up above in section 01 for : h1.sectionhead  - gives more room around the title of the subsite. __

__ Also made a margin-left change up above in section 03 for : .top-bar.bauer-main-nav - but I reverted this back on May 7. __





__ END New work on left navigation and more breathability in the template, Spring 2019 */


.leftnav19 { padding-right: 3%;}

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 


















/* ---------------------------------------------------------------
   06 :: Horizontal Third-Level Nagivation Tabs
   
   Includes:
   - subpagetab 
---------------------------------------------------------------- */

dl.tabs.subpagetab { display: block; margin: 0 0 20px 0; padding: 0; height: 30px; border-bottom: solid 1px #ddd; }
dl.tabs.subpagetab dt { display: block; width: auto; height: 30px; padding: 0 9px 0 20px; line-height: 30px; float: left; color: #999; font-size: 11px; text-transform: uppercase; cursor: default; }
dl.tabs.subpagetab dt:first-child { padding: 0 9px 0 0; }
dl.tabs.subpagetab dd { display: block; width: auto; height: 30px; padding: 0; float: left; border:0px; margin-right: 2px; }
dl.tabs.subpagetab dd a { display: block; width: auto; height: 30px; padding: 0 9px; line-height: 30px; border: solid 1px #c6c6c6; margin: 0 -1px 0 0; color: #555; background: #eee; }
dl.tabs.subpagetab dd.active { box-shadow:none; }
dl.tabs.subpagetab dd.active a { background: #fff; height: 30px; border-bottom: none; }


/* ---------------------------------------------------------------
   07 :: Horizontal Alternative Navigation - red-subnav
   
   Includes:
   - Red Sub Nav Styles
   - Dropdown Background Color
   - For Mobile
   - Subnavdropdown
   - Firefox Fixes
   - IE8 Fixes
---------------------------------------------------------------- */

/* Red Sub Nav Styles - goes under 12-col slider on subsite; originally created for Leadership Site May 2016 by MM (See leadership.css for original if needed) */
.red-sub-nav-bar { background: #CC0000; height: 45px; line-height: 45px; margin: 0 0 30px; padding: 0; width: 100%; } /* Contain width to .row width */ /* First <ul> for branding, title, name, etc */ /* topbar global <ul> styles */
.contain-to-grid .red-sub-nav-bar { width: 1010px; margin: 0 auto; }
.red-sub-nav-bar > ul .name h1 { line-height: 45px; margin: 0; }
.red-sub-nav-bar > ul .name h1 a { font-weight: bold; padding: 0 22.5px; font-size: 17px !important; }
.red-sub-nav-bar > ul .name img { margin-top: -5px; vertical-align: middle; }
.red-sub-nav-bar ul { display: inline; height: 45px; line-height: 45px; list-style: none; } /* Main Navigation links style */ /* Left Side <ul> */ /* Right Side <ul> */
.red-sub-nav-bar ul > li { float: left; } /* Dividers between navigation */ /* Put a button in an <li> but give is a class */ /* Put a search bar or text input in the bar */ /* Hide the triangle for breakpoint menu */ /* li.has-dropdown */ 
.red-sub-nav-bar ul > li a:not(.button) { color: white; display: block; font-size: 13px; font-weight: bold; height: 45px; line-height: 45px; padding: 0 15px; }
.red-sub-nav-bar ul > li:hover, .red-sub-nav-bar ul > li.active { background: #990000; }
.red-sub-nav-bar ul > li:hover a, .red-sub-nav-bar ul > li.active a { color: #fff; }
.red-sub-nav-bar ul > li.divider { background: #990000; -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1); -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1); box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1); height: 100%; margin-right: 0px; width: 0px; } /* MM Edit from 1px to eliminate slight edge indent */
.red-sub-nav-bar ul > li.has-button a.button { margin: 0 11.25px; }
.red-sub-nav-bar ul > li.has-button:hover { background: #990000; }/* MM Edit Hover Color*/
.red-sub-nav-bar ul > li.has-button:hover a { color: #fff; } /* MM Edit Hover Link Color*/
.red-sub-nav-bar ul > li.search { padding: 0 15px; }
.red-sub-nav-bar ul > li.search form { display: inline-block; margin-bottom: 0; vertical-align: middle; width: 200px; }
.red-sub-nav-bar ul > li.search form input[type=text] { -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; border-top-right-radius: 0; -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; float: left; font-size: 13px; margin-top: -1px; height: 22.5px; }
.red-sub-nav-bar ul > li.search form input[type=text] + .button { border-left: none; -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; border-top-left-radius: 0; -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; float: left; font-size: 12px; margin-top: -1px; padding: 5px 12px 4px; }
.red-sub-nav-bar ul > li.search form input[type=search] { font-size: 16px; margin-bottom: 0; }
.red-sub-nav-bar ul > li.search:hover { background: #990000; } /* MM Edit Hover Color*/
.red-sub-nav-bar ul > li.toggle-topbar { display: none; }
.red-sub-nav-bar ul > li.has-dropdown { position: relative; } /* Dropdown Level 2+ */
.red-sub-nav-bar ul > li.has-dropdown:hover > .dropdown { display: block; visibility: visible; }
.red-sub-nav-bar ul > li.has-dropdown a { padding-right: 33.75px; }
.red-sub-nav-bar ul > li.has-dropdown a:after { content: ""; display: block; width: 0; height: 0; border: solid 5px; border-color: white transparent transparent transparent; margin-right: 15px; margin-top: -2.5px; position: absolute; right: 0; top: 50%; }
.red-sub-nav-bar ul > li.has-dropdown .dropdown { background: #990000; left: 0; margin: 0; padding: 0; position: absolute; visibility: hidden; z-index: 99; } /* MM Edit Hover Color*/ /*padding: 15px 0 0 0; - may need this when combined with a slideshow*/
.red-sub-nav-bar ul > li.has-dropdown .dropdown li { background: #990000; line-height: 1; min-width: 100%; padding-bottom: 5px; } /* MM Edit Hover Color*/
.red-sub-nav-bar ul > li.has-dropdown .dropdown li a { font-weight: normal; height: 100%; line-height: 1.5; padding: 5px 17px 5px 15px; white-space: nowrap; }
.red-sub-nav-bar ul > li.has-dropdown .dropdown li a:after { border: none; }
.red-sub-nav-bar ul > li.has-dropdown .dropdown li a:hover { background: #7f0e0e; } /* MM Edit Dropdown Hover Color*/
.red-sub-nav-bar ul > li.has-dropdown .dropdown li label { color: #fff; font-size: 10px; font-weight: bold; margin: 0; padding-left: 15px; text-transform: uppercase; }
.red-sub-nav-bar ul > li.has-dropdown .dropdown li.divider { border-top: solid 1px black; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; height: 10px; padding: 0; width: 100%; }
.red-sub-nav-bar ul > li.has-dropdown .dropdown li:last-child { padding-bottom: 10px; }
.red-sub-nav-bar ul > li.has-dropdown .dropdown li.has-dropdown > a { padding-right: 30px; }
.red-sub-nav-bar ul > li.has-dropdown .dropdown li.has-dropdown > a:after { border: none; content: "\00bb"; right: 5px; top: 6px; }
.red-sub-nav-bar ul > li.has-dropdown .dropdown li.has-dropdown .dropdown { position: absolute; left: 100%; top: 0; }
.red-sub-nav-bar ul > li.has-dropdown .dropdown li.has-dropdown:hover > .dropdown { display: block; }
.red-sub-nav-bar ul.left { float: left; width: auto; margin-bottom: 0; }
.red-sub-nav-bar ul.right { float: right; width: auto; margin-bottom: 0; } /* Dropdown Right Side Alignment */
.red-sub-nav-bar ul.right .has-dropdown .dropdown { left: auto; right: -1px; }
.red-sub-nav-bar ul.right .has-dropdown .dropdown li.has-dropdown > .dropdown { right: 100%; left: auto; width: 100%; }
.red-sub-nav-bar .js-generated { display: none; }

/* Dropdown Background Color  */
.red-sub-nav-bar li ul li a { background-color: #990000; } 

/* For Mobile - sub nav buttons */
.sub-nav-button { font-weight: normal; line-height: 1.5; }

/* Subnavdropdown - This style moves mobile style sub nav button flush with art above it */
.subnavdropdown { top: 0px; } 

/* Firefox Fixes */
@-moz-document url-prefix() { .red-sub-nav-bar ul li .button.small { padding-bottom: 6px; } .red-sub-nav-bar ul li.search form input[type=search] { font-size: 14px; height: 22px; padding: 3px; } }

/* IE8 Fixes */
.lt-ie9 .red-sub-nav-bar ul li a { color: white; display: block; font-weight: bold; font-size: 13px; height: 45px; line-height: 45px; padding: 0 15px; }
.lt-ie9 .red-sub-nav-bar ul li a.button { height: auto; line-height: 30px; margin-top: 7px; }
.lt-ie9 .red-sub-nav-bar ul li a:hover { color: #cccccc; }
.lt-ie9 .red-sub-nav-bar ul li a img { margin-top: -5px; vertical-align: middle; }
.lt-ie9 .red-sub-nav-bar ul li a.active { background: #151515; color: #d9d9d9; }
.lt-ie9 .red-sub-nav-bar ul li.has-dropdown { padding-right: 33.75px; }
.lt-ie9 .red-sub-nav-bar ul li.has-dropdown > ul li { padding-right: 0; }


/* ---------------------------------------------------------------
   08 :: Subsite Styles
   
   Includes:
   - Directory - see /search/
   - RSS + XML - see /news-center/ and /cvf/
   - Media Mentions - see /news-center/ and homepage include
   - Departmental Homepages with Tab design - See /sei/ and /service/
   - Headshot Lists - See /alumni/ and /admnistration/ and /real-estate/
   - Corporate Thumbnails - See /real-estate/
   - containerGallery - see /centers/wce/ and /cares/ and /undergraduate/
   - Side-nav - see /invest/excellence/
   - Rockwell Career Center - see /career-center/
   - Centered Social Icons, see /alumni/ navigation
   - LinkBox - see /degrees-programs/certificates/
---------------------------------------------------------------- */

/* Directory Styles - see /search/ */
/*#directorylist { white-space:nowrap; }*/
#directorylist ul { margin: 0 ;padding: 0; list-style-type: none; text-align: left; } /* formerly text-align: center, which was lame */ 
#directorylist ul li { display: inline; }
#directorylist ul li a {text-decoration: none;padding:.1em .4em;color: #fff;background-color: #666; white-space:nowrap; }
#directorylist ul li a:hover {color: #fff;background-color: #999;}

dl#DirectoryProfileInfo dt { float:left; font-weight:bold;clear:left; padding:2px; }
dl#DirectoryProfileInfo dd { padding:2px; }

.profileImage { 
  max-width: 170px;
}

/* RSS + XML Feeds - see /news-center/ and /cvf/ */

/* Around The Ticker RSS Feed */
#aroundticker .rssBody ul li { list-style: none; }
#aroundticker .rssBody ul li h4 { font-size: 14px; font-weight: normal; line-height: 1.3; margin-bottom: 0px; }	
#aroundticker .rssBody ul li div { color: #999; font-size: x-small; margin-bottom: 5px; }
#aroundticker .rssBody ul li p { font-size: 11px; line-height: 16px; }
		
/* Around The Ticker for the News Center RSS Feed */
#aroundticker-newscenter-new .rssBody { padding-top: 15px; }
#aroundticker-newscenter-new .rssBody ul li { list-style: none; }
#aroundticker-newscenter-new .rssBody ul li h4 { font-size: 20px; font-weight: normal; line-height: 1.3; margin-bottom: 0px; }	
#aroundticker-newscenter-new .rssBody ul li div { color: #999; font-size: x-small; margin-bottom: 5px; }
#aroundticker-newscenter-new .rssBody ul li p { font-size: 15px; line-height: 17.5px; }

/* Media Alerts for the News Center RSS Feed */
#result-alerts .rssBody ul li { list-style: none; }
#result-alerts .rssBody ul li h4 { font-size: 14px; font-weight: normal; line-height: 1.3; margin-bottom: 0px; }	
#result-alerts .rssBody ul li div { color: #999; font-size: x-small; margin-bottom: 5px; }
#result-alerts .rssBody ul li p { font-size: 11px; line-height: 16px; }

/* In the News aka Media Mentons for the News Center RSS Feed */
#InTheNews-newscenter .rssBody ul li { list-style: none; }
#InTheNews-newscenter .rssBody ul li h4 { font-size: 14px; font-weight: normal; line-height: 1.3; margin-bottom: 0px; }	
#InTheNews-newscenter .rssBody ul li div { color: #999; font-size: x-small; margin-bottom: 5px; }
#InTheNews-newscenter .rssBody ul li p { font-size: 11px; line-height: 16px; }

/* In The News XML Feed */
#InTheNews .rssBody ul { margin-left: 0px; }
#InTheNews .rssBody ul li { list-style: none; }
#InTheNews .rssBody ul li h4 { font-size: 14px; margin-bottom: 0px; }
#InTheNews .rssBody ul li div { color: #999; margin-bottom: 5px; }

/* Calendar Feed */
#news_EventsCalendar table tbody tr td { padding: 5px; }
#news_EventsCalendar table tbody tr td strong { text-align: center; float: left; }
	
/* Around The Ticker - Cougar Venture Fund (CVF) Tag RSS Feed */
#aroundticker-cvf .rssBody ul li { list-style: none; }
#aroundticker-cvf .rssBody ul li h4 { font-size: 14px; margin-bottom: 0px; }
#aroundticker-cvf .rssBody ul li div { color: #999; font-size: x-small; margin-bottom: 5px; }
#aroundticker-cvf .rssBody ul li p { font-size: 11px; line-height: 16px; }
	
/* Around The Ticker Manual Yet Instantaneous Approach */
#aroundticker-instant .rssBody ul li { list-style: none; }
#aroundticker-instant .rssBody ul li h4 { font-size: 18px; font-weight: normal; line-height: 1.3; margin-bottom: 0px; }	
#aroundticker-instant .rssBody ul li div { color: #999; font-size: x-small; margin-bottom: 5px; }
#aroundticker-instant .rssBody ul li p { font-size: 11px; line-height: 16px; }

/* Ticker News Homepage (Deprecated - except still on RCC) */
#TickerNewsHm .rssBody ul li { list-style:none; }
#TickerNewsHm .rssBody ul li h4 { font-size: 14px; margin-bottom: 0px; }
#TickerNewsHm .rssBody ul li div { color: #999; font-size: small; }
#TickerNewsHm .rssBody ul li p { }

/* Ticker News Sub Page (Deprecated - except still on RCC) */
#TickerNewsPage .rssBody ul li { list-style:none; }
#TickerNewsPage .rssBody ul li h4 { font-size: 18px; margin-bottom: 2px; font-weight: normal; }
#TickerNewsPage .rssBody ul li div { color: #999; font-style: italic; }
#TickerNewsPage .rssBody ul li p { }

/* Media Mentions - See /news-center/ and homepage include */

/* New Media Mention Styles 2014 */
.MediaMentions2014 ul.mm14 { margin: 0; padding: 0; list-style: none; } 
.MediaMentions2014 ul.mm14 li { } 
.MediaMentions2014 ul.mm14 li h4 { font-size: 14px; line-height: 1.3; margin-bottom: 0px; } 
.MediaMentions2014 ul.mm14 .mm-outlet { color: #999; font-size: x-small; margin-bottom: 5px; } 

/* New Media Mention Styles 2015 */
.MediaMentions2015 ul.mm15 { margin: 0; padding: 0; list-style:none; } 
.MediaMentions2015 ul.mm15 li { } 
.MediaMentions2015 ul.mm15 li h4 { font-size: 18px; line-height: 1.3; margin-bottom: 0px; } 
.MediaMentions2015 ul.mm15 li h4 a { color: #c8102e; } 
.MediaMentions2015 ul.mm15 .mm-outlet { color: #54585A; font-size: 12px; margin-bottom:5px; } 

/* New Media Mention Styles 2016 */
.MediaMentions2016 ul.mm16 { margin: 0; padding: 0; list-style:none; } 
.MediaMentions2016 ul.mm16 li { } 
.MediaMentions2016 ul.mm16 li h6 { line-height: 1.3; margin-bottom: 0px; } 
.MediaMentions2016 ul.mm16 li h6 a { color: #c8102e; } 
.MediaMentions2016 ul.mm16 .mm-outlet { color: #54585A; font-size: 12px; margin-bottom: 5px; } 

/* New Media Mentions Method with Facebook Like Buttons (deprecated, circa 2014) */
.fb-like { margin-bottom: 6px; } 	

/* Departmental Homepages with Tab design - See /sei/ and /service/ */
dl.tabs.bottomtab { border-top: 1px solid #E6E6E6; }
dl.tabs.bottomtab dd { margin-right: 0; background-image: -moz-linear-gradient(center top , #9c9c9c 0px, #d8d8d8 5%, #F4F4F4 35%); }
dl.tabs.bottomtab dd a { font-size: 16px; height: 60px; line-height: 60px; }
dl.tabs.bottomtab dd.active { margin-top: -1px; border: 0px; border-bottom: 1px solid #e6e6e6; box-shadow: none; } /*box-shadow: 0 -1px 1px #DDDDDD;*/
dl.tabs.bottomtab dd.active a { cursor: pointer; background-color: #FFFFFF; background-image: none; color: #000000; height: 65px; }
	
ul.tabs-content.bottomtabContent { display: block; margin: 10px 0 0; padding: 0; }
ul.tabs-content.bottomtabContent.contained > li { border: solid 0 #e6e6e6; border-width: 1px 1px 0 1px; padding: 20px; }
.button.success { color: #cc0000; }

/* Headshot Lists - See /alumni/ and /admnistration/ and /real-estate/ */
ul#listStudent li { background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position: 0 0; background-repeat: repeat; background-size: auto auto; float: left; height: 210px; overflow-x: hidden; overflow-y: hidden; width: 300px; }  /*height formerly 190px, adjusted for Dean's college board */
ul#listStudent { margin:10px 0; padding:0; list-style-type: none; width: 100%; }
ul#listStudent li { overflow: hidden; background: none; float: left; width: 300px; height: 210px; } /*height:190px;*/
ul#listStudent li:after { clear: both; visibility: hidden; display: block; content: '.'; height: 0; margin;0; }
ul#listStudent li h3 { background: none; font-size: 130%; }
ul#listStudent li h3 a { text-decoration: none; color: #c00; }
ul#listStudent li p { margin: 6px 10px 10px 30px; }
ul#listStudent li img { float: left; margin-top: -8px; }
ul#listStudent li a.storyLink { clear: both; width: 95.99%; display: block; text-align: right; padding: 0px 20px 10px 0; border-bottom: 1px solid #333; }

.alpha-shadow { float: left; background: url(/images/cssDropShadow2.jpg) no-repeat bottom right; margin: 10px 0 0 10px !important; margin: 10px 0 0 5px; padding-bottom: 7px; }
.alpha-shadow div { background: url(/images/cssDropShadow.png) no-repeat left top !important; background: url(/images/cssDropShadow.gif) no-repeat left top; padding: 0px 5px 0px 0px; }
.alpha-shadow img { background-color: #fff; border: 1px solid #a9a9a9; padding: 4px; }

/* Corporate Thumbnails - See /real-estate/ */
ul.corpThum { margin-left:15px; float:left; margin-top:20px; }
ul.corpThum li {list-style:none; width:94px; display:inline; background:none; padding:0px;}
ul.corpThum li a { float: left; margin-right: 15px; padding:1px;margin-bottom:20px; border:#999 1px solid; }
ul.corpThum li a:hover {padding:1px; border:#FEE496 1px solid;}

/* containerGallery - see /centers/wce/ and /cares/ and /undergraduate/ */
.containerGallery { float: left; width: 100%; margin-left: 12px; margin-bottom: 5px; padding-bottom: 5px; }
.galleryThumb { float: left; padding-right: 12px; padding-left: 0px; padding-bottom: 6px; }
.galleryThumbPic { display: block; border: 2px solid #DCDEDF; margin: 0 0px 0 0; }
.galleryThumbPic img { border: 2px solid #FFF; }
.galleryThumbPic:HOVER { border: 2px solid #A9ABAE; }
.galleryText { width: 150px; float: left; font-size: 90%; color: #666; font-family: Verdana, Arial, Helvetica, sans-serif; padding: 0px 0px 5px 0px; }
.introwce { font-size: 20px; line-height: 140%; margin-bottom: 0; margin-top: 0; width: 88%; }
.WceBrochureLink { background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: url("/images/centers/wce/WCE-Brochure-screenshot.jpg"); background-origin: padding-box; background-position: 0 0; background-repeat: no-repeat; background-size: auto auto; height: 155px; margin-top: 10px; padding-bottom: 0; padding-left: 130px; padding-right: 0; padding-top: 5px; width: 230px; }

/* Side-nav - see /invest/excellence/ */
ul.side-nav { display: block; list-style: none; margin: 0; padding: 5px 0; }
ul.side-nav li { display: block; list-style: none; margin: 0 0 7px 0; padding: 5px 10px 0 8px; }
ul.side-nav li.divider { border-top: 1px solid #e6e6e6; height: 0; margin:inherit; padding: 0; }

/* Rockwell Career Center - see /career-center/ */
.row.display { margin-bottom: 10px; }

.RCCnavlist li { border-left: 1px dashed #666; font-size: 18px; line-height: 12px; min-height: 48px; background: #fff; } /* RCCnavlist is deprecated */
.RCCnavlist li h5 { margin-top: 0; margin-bottom: 2px; }
.RCCnavlist li a { color: #666; text-decoration: none; } 
.RCCnavlist li a:hover { color: #c00; }
.RCCnavlist li a span { font-size: 11px; color: #999; font-style: italic; }

/* Centered Social Icons, see /alumni/ navigation */
#social-icons-nav-centered ul { margin: 0 auto; text-align: center; list-style-type: none; text-align: center; }
#social-icons-nav-centered ul li { display: inline; padding: 2px; }
#social-icons-nav-centered ul li a img { opacity: 0.7; border: 0; }
#social-icons-nav-centered ul li a:hover img { opacity: 1; }

/* LinkBox - see /degrees-programs/certificates/ */
.LinkBox { float: right; margin: 5px 10px 8px; } 


/* ---------------------------------------------------------------
   09 :: Media Queries & Responsiveness
   
   Includes:
   - The Grid
   - Media Queries
   - iPad Specific
   - Inline CSS styles from Redesigned homepage
---------------------------------------------------------------- */

/* The Grid */
.push-half { left: 4.166667%; }
.pull-half { right: 4.166667%; }
.push-one { left: 8.33333%; }
.pull-one { right: 8.33333%; }
.push-half, .push-one { left: auto; }
.pull-half, .pull-one { right: auto; }
  
/* Media Queries */    
@media only screen and (max-width: 767px) { 
	.orbit-wrapper .orbit-caption { padding: 7px; font-size: 13px; font-size: 1.6rem; position: absolute; left: 10px; bottom: 0; width: 80%; line-height: 1; } 
	.orbit-wrapper .orbit-caption .slide-sub { font-size: 10px; font-size: 1.25rem; } 
	.jumbo-tron .container { height: auto; } 
	}

/* iPad specific */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	.ipad-portrait { color: red; }
	.ipad-portrait-show { display: block !important; }
	.ipad-portrait-hide { display: none !important; } /* your css rules for ipad portrait */
	dl.mobile dd a { font-size: 10px; } /* For homepage tab headings */
	ul#homeLinks li a  { line-height: 16px; }  /* For homepage audience menu */
	}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
	.ipad-landscape { color: blue; }
	.ipad-landscape-show {  display: block !important; }
	.ipad-landscape-hide { display: none !important; } /* your css rules for ipad landscape */
	dl.mobile dd a { font-size: 10px; } /* For homepage tab headings */
	ul#homeLinks li a  { line-height: 16px; }  /* For homepage audience menu */
	}

/* Inline CSS styles from Redesigned homepage, cut and pasted here. But right now, when removed from the index.php, it doesn't quite work. Work on that. */
@media only screen and (max-width: 1280px) { 
	.jumbo-tron .container { height: auto; } 
	} 
@media only screen and (min-width: 2101px) { 
	.jumbo-tron .container { max-width: 2100px; margin: 0 auto; } 
	} 


/* ---------------------------------------------------------------
   10 :: Footer (previously /css/footer.css)
   
   Includes:
   - 2016 Redesign
   - Old and Deprecated
---------------------------------------------------------------- */

/* UH GLOBAL FOOTER (COMPLIANCE) */
/* ==========================================================================
   Global Footer
   ========================================================================== */

.uh-footer .global-footer {
    background-color: #54585A;
    color: white;
    font-size: 10px;  /* 14px .875rem*/
    padding: 1em 0;
    line-height: 1.5;
}

/* Added on Aug. 21 */
.uh-footer .global-footer p, .uh-footer .global-footer ul li {
    font-family: 'Milo', sans-serif; /* 18px 1.125rem */
    font-size: 14px;
    line-height: 1.5;
}

.uh-footer-slate .global-footer,
.uh-footer-brick .global-footer {
    background-color: #c8102e;
}

.uh-footer .global-footer a,
.uh-footer .global-footer a:visited {
    color: #fff9d9;
    text-decoration: none;
}

.uh-footer .global-footer a:hover,
.uh-footer .global-footer a:focus,
.uh-footer .global-footer a:visited:hover {
    color: white;
    text-decoration: none;
}

.uh-footer .global-footer .copyright {
    display: inline;
    margin: 0 .5em 0 0;
}

.uh-footer .global-footer .nav-required {
    display: inline;
}

.uh-footer .global-footer .nav-required li {
    display: inline-block;
    margin-right: .5em;
}

.uh-footer .global-footer .nav-item-highlighted a,
.uh-footer .global-footer .nav-item-highlighted a:visited {
    color: #F6BE00;
    text-decoration: none;
}

.uh-footer .global-footer .nav-item-highlighted a:hover,
.uh-footer .global-footer .nav-item-highlighted a:focus,
.uh-footer .global-footer .nav-item-highlighted a:visited:hover {
    color: white;
}



/* 2016 Redesign  */
#footerContainer2016 { width: 100%; background-color: #F5F5F5; margin-top: 40px; padding-top: 50px; }
#footerContainer2016 .bold { font-size: 14px; font-weight: bold; } 
#footerContainer2016 ul { margin: 0 0 25px 0; } 
#footerContainer2016 ul li { list-style: none; }
#footerContainer2016 ul li a{ color: #555555 !important; text-decoration: underline !important; font-weight: normal; font-size: 12px; }
#footer_copyright p { font-size: 12px; }
#footer_copyright p a { color: #555555; text-decoration: underline !important; }

/* old and deprecated */
#footerContainer { width: 100%; background-color: #F5F5F5; background-image: url("/images/template/footer-shadow.gif"); background-position: center top; background-repeat: no-repeat; margin-top: 40px; padding-top: 25px; }
#footerContainer .bold { font-size: 14px; font-weight: bold; } 
#footerContainer ul { margin: 0 0 17px 0; } 
#footerContainer ul li { list-style: none; }
#footerContainer ul li a { color: #555555 !important; text-decoration: underline !important; font-weight: normal; font-size: 12px; } 
.footer-grey p a, .footer-grey .options .rss a, .footer-nav a { color: #555555 !important; text-decoration: underline !important; }
div#siteInfo #footer ul li.rss a { background: url("/playground/images/icons/16px/rss.png") no-repeat scroll 11px 3px transparent; border: 0 none; padding-left: 32px; }


/* ---------------------------------------------------------------
   11 :: Custom Mobile (previously /css/custommobile.css)
   
   Includes:
   - 767 or Less
   - 768 or More 
   - Mobile Styles for Main Navigation Menu
---------------------------------------------------------------- */

/* 767 or Less */
@media only screen and (max-width: 767px) {
	.leftandcenter { float: none; text-align: center; display: block; }
	.rightandcenter form#topsearch,.rightandcenter { float: none; display: block; margin: 0 auto; padding: 10px 0; }
	.rightandcenter input[type=search] { float: none; display: block; margin: 0 auto; padding: 4px 10px 4px 32px; }
	.nav-bar > li.has-flyout > a:first-child:after { border: solid 10px; border-color: #fff transparent transparent transparent; } 

	ul.RCCnavlist  { margin-top: 10px;}
	.RCCnavlist li { min-height: 100%; margin-top: 15px; }
	.RCCnavlist li h5 { margin-top: 0; margin-bottom: 2px; font-size: 14px; }
	.RCCnavlist li a span { display: none; }
	
	.mobile-clear { clear: both; } 
	
	/* MobileNav Sectionhead headings & logos */
h2.sectionhead-mobilenav { font-family: 'League Gothic', sans-serif; font-size: 45px; font-weight: normal; text-transform: uppercase; text-align: center; padding-bottom: 15px; }

img.mobilenav-logo { display: block; margin: 0 auto; padding: 15px; }
	
	}
	
/* 768 or More */
@media only screen and (min-width: 768px) {
	}

/* Mobile Styles for Main Navigation Menu */
@media only screen and (max-device-width: 1280px) {
	.touch .nav-bar li.has-flyout > a { padding-right: 36px !important; } /* line 79, /var/www/foundation_generator/shared/bundle/ruby/1.9.1/gems/zurb-foundation-3.0.3/css/foundation/navbar.scss */
	} 

@media only screen and (max-width: 1279px) and (min-width: 768px) {
	.touch .nav-bar li a { font-size: 13px; font-size: 1.3rem; } /* line 83, /var/www/foundation_generator/shared/bundle/ruby/1.9.1/gems/zurb-foundation-3.0.3/css/foundation/navbar.scss */
	.touch .nav-bar li.has-flyout > a.flyout-toggle { padding: 20px !important; } /* line 84, /var/www/foundation_generator/shared/bundle/ruby/1.9.1/gems/zurb-foundation-3.0.3/css/foundation/navbar.scss */
	.touch .nav-bar li.has-flyout > a { padding-right: 36px !important; } /* line 85, /var/www/foundation_generator/shared/bundle/ruby/1.9.1/gems/zurb-foundation-3.0.3/css/foundation/navbar.scss */
	}

@media only screen and (max-width: 767px) {
	.nav-bar { height: auto; } /* line 89, /var/www/foundation_generator/shared/bundle/ruby/1.9.1/gems/zurb-foundation-3.0.3/css/foundation/navbar.scss */
	.nav-bar > li { float: none; display: block; border-right: none; line-height: 40px; border: 1px solid #D8DDE1; -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset; box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset; } /* line 91, /var/www/foundation_generator/shared/bundle/ruby/1.9.1/gems/zurb-foundation-3.0.3/css/foundation/navbar.scss */
	.nav-bar > li:last-child { border-right: 1px solid #D8DDE1; }
	ul.flyout li a, .nav-bar li ul li a { padding: 15px 20px; }
	.nav-bar > li > a.main { text-align: left; border-top: 1px solid #ddd; border-right: none; }
	.nav-bar > li:first-child > a.main { border-top: none; } /* line 93, /var/www/foundation_generator/shared/bundle/ruby/1.9.1/gems/zurb-foundation-3.0.3/css/foundation/navbar.scss */
	.nav-bar > li.has-flyout > a.flyout-toggle { position: absolute; right: 0; top: 0; padding: 22px; z-index: 2; display: block; } /* line 94, /var/www/foundation_generator/shared/bundle/ruby/1.9.1/gems/zurb-foundation-3.0.3/css/foundation/navbar.scss */
	.nav-bar > li.has-flyout.is-touch > a.flyout-toggle span { content: ""; width: 0; height: 0; display: block; } /* line 95, /var/www/foundation_generator/shared/bundle/ruby/1.9.1/gems/zurb-foundation-3.0.3/css/foundation/navbar.scss */
	.nav-bar > li.has-flyout > a.flyout-toggle:hover span { border-top-color: #141414; } /* line 96, /var/www/foundation_generator/shared/bundle/ruby/1.9.1/gems/zurb-foundation-3.0.3/css/foundation/navbar.scss */
	.nav-bar.vertical > li.has-flyout > .flyout { left: 0; }
	.flyout { position: relative; width: 100% !important; top: auto; margin-right: -2px; border-width: 1px 1px 0 1px; } /* line 100, /var/www/foundation_generator/shared/bundle/ruby/1.9.1/gems/zurb-foundation-3.0.3/css/foundation/navbar.scss */
	.flyout.right { float: none; right: auto; left: -1px; } /* line 102, /var/www/foundation_generator/shared/bundle/ruby/1.9.1/gems/zurb-foundation-3.0.3/css/foundation/navbar.scss */
	.flyout.small, .flyout.large { width: 100% !important; } /* line 103, /var/www/foundation_generator/shared/bundle/ruby/1.9.1/gems/zurb-foundation-3.0.3/css/foundation/navbar.scss */
	.flyout p:last-child { margin-bottom: 18px; } /* line 104, /var/www/foundation_generator/shared/bundle/ruby/1.9.1/gems/zurb-foundation-3.0.3/css/foundation/navbar.scss */

    .searchbox {height:100% !important;}
	}

.lpsearchboxheader{
    font-family: "League Gothic", sans-serif;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: 1px;
    color: #222222;
    text-transform: uppercase;
    padding: 10px 0 10px 0px;
    margin: 0;
}