@import url(/css/foundation.min.css);
@import url(https://uh.edu/css/uh-fonts.css?version=3);
body {
    color: #444;
}

p {

    /*** ecity added ***/
    font-family: "SourceSansPro", sans-serif;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 10px;
}

h1 {
    font-size: 36px;
    /*** ecity added ***/
    font-family: 'League Gothic', sans-serif;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

h2 {
    font-size: 30px;
    /*** ecity added ***/
    font-family: 'League Gothic', sans-serif;
    letter-spacing: 1px;
     text-transform: uppercase;
}

h3 {
    font-size: 28px;
    /*** ecity added ***/
    font-family: 'League Gothic', sans-serif;
    letter-spacing: 1px;
     text-transform: uppercase;
}

h4 {
    font-size: 24px;
    color: #222;
    /*** ecity added ***/
    font-family: 'League Gothic', sans-serif;
    letter-spacing: 1px;
     text-transform: uppercase;
}

h5 {
    font-size: 24px;
    line-height: 24px;
    font-family: 'League Gothic', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h6 {
    font-size: 20px;
    font-family: 'League Gothic', sans-serif;
    letter-spacing: 1px;
     text-transform: uppercase;
}

h1.sectionhead {
    font-family: 'League Gothic', sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0;
    margin: 35px 0 30px -.03125em;
    padding: 0 0 0 10px;
    text-transform: uppercase
}

.sectionheadwithsub h1.sectionhead {
    font-family: 'League Gothic', sans-serif;
    font-size: 60px;
    font-weight: 400;
    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
}

h6.sectionhead {
    font-family: 'League Gothic', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: .95em;
    letter-spacing: 0;
    margin: 25px 0 0 -.03125em;
    padding: 0 0 0 10px;
    text-transform: uppercase
}

h1.subheader-top {
    line-height: 1.3;
    color: #6f6f6f;
    font-weight: 300;
    margin: 15px 0 20px -.03125em;
    padding: 0 0 0 10px
}

h6.sectionhead-seo {
    font-family: 'League Gothic', sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0;
    margin: 35px 0 30px -.03125em;
    padding: 0 0 0 10px;
    text-transform: uppercase
}

h1.subheader-seo {
    font-size: 24px;
    color: #6f6f6f;
    font-weight: 300;
    margin-bottom: 17px
}

h2.sectionhead-mobilenav {
    font-family: 'League Gothic', sans-serif;
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 15px
}

img.mobilenav-logo {
    display: block;
    margin: 0 auto;
    padding: 15px
}

img {
    border: 0
}

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: #555;
    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: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .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, .1) rgba(0, 0, 0, .1) rgba(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, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(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: #ccc \9
}

.btn:first-child {
    *margin-left: 0
}

.btn:hover {
    color: #333;
    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, .15), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(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: .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
}

.gray {
    background: #444;
    border: 1px solid #000
}

.gray:hover {
    color: white;
    background-color: #000
}

input,
textarea {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(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, .8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    outline: 0;
    outline: thin dotted \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
}

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
}

a.bookmark {
    display: block;
    height: 100px;
    margin-top: -100px;
    visibility: hidden
}

.main-content-hook ul,
.main-content-hook ol {
    margin: 0 0 8px 3px;
    padding: 0 0 0 12px
}

/*** Added on 201125, ecity inspired to match p style ***/
.main-content-hook ul li, ol li {
  font-family: "SourceSansPro", sans-serif;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.25px;
}

.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
}

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 #CCC;
    border-width: 1px 0;
    margin: 0;
    padding: 4px 25px
}

.rssFeed ul,
.rssFeed ol {
    margin: 0;
    padding: 0
}

ul#socialIcons {
    margin-top: 5px
}

ul#socialIcons li {
    list-style-type: none;
    float: left;
    display: inline;
    padding: 2px
}

ul#socialIcons li a img {
    opacity: .7;
    border: 0
}

ul#socialIcons li a:hover img {
    opacity: 1
}

#___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
}

#sliderjq,
#sliderjqOpen {
    padding: 4px 0;
    margin: 4px 0
}

#sliderjq h4 {
    cursor: pointer;
    color: #c00;
    margin: 0;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    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 #CCC;
    list-style: none;
    background: none;
    padding: 6px 0 6px 5px;
    margin: 0
}

ul.steps li ul li {
    border-bottom: none;
    padding: 0;
    background: none
}

ul.steps li ol li {
    border-bottom: none;
    padding: 0;
    list-style: lower-roman;
    margin: 0;
    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: 0 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: 0 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
}

div.orbit {
    margin-bottom: 0
}

#featured a img,
#featured-home a img {
    border: none
}

#featured {
    background: url(/images/template/Bauer-College-of-Business-Logo.png) center center #f4f4f4 no-repeat;
    height: 287px
}

#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, .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)
    }
}

.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
}

.center {
    text-align: center
}

.clear {
    clear: both
}

.dropcap {
    float: left;
    height: 65px;
    padding-right: 5px
}

.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: #EEE 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
    /*** ecity added **/
    background-color:#fff !important;
    border-left:0px;
    border-right:0px;
    border-bottom:0px;
    border-top: solid 4px #bf0032;

  -webkit-box-shadow: 0px 6px 30px -15px rgba(0,0,0,0.6);
-moz-box-shadow: 0px 6px 30px -15px rgba(0,0,0,0.6);
box-shadow: 0px 6px 30px -15px rgba(0,0,0,0.6);
}

.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
}

.alignLeft {
    float: left;
    margin: 0 1em 1em 0
}

.green {
    color: #84a344
}

img#logo {
    padding-top: 10px
}

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
}

input[type=search] {
    background: #ededed url(/images/template/search-icon.png) no-repeat 9px center;
    border: solid 1px #ccc;
    padding: 0 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
}

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
}

input::-webkit-input-placeholder {
    color: #999
}

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
}

ul#topheaderlinks li a:hover {
    text-decoration: underline
}

ul#topheaderlinks li:last-child {
    border-right: 0;
    padding-right: 0
}

ul#topheaderlinks li:first-child {
    padding-left: 0
}

.leftandcenter {
    float: left;
    overflow: hidden;
    padding-top: 3px
}

.rightandcenter {
    float: right;
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 15px
}

#searchForm {
    position: relative;
    margin: 5px 0 0 0
}

#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: 0
}

#searchForm ul li a {
    margin: 0;
    padding: 0 10px;
    font-weight: 700;
    color: #666;
    text-decoration: none;
    border-right: 1px solid #666
}

#searchForm ul li a:hover {
    color: #CCC
}

#searchForm form {
    margin: 0 0 5px
}

#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
}

.top-header {
    padding: 5px 0 5px 0;
    min-height: 120px
}

nav.top-bar {
    margin-bottom: 0
}

.top-bar.bauer-main-nav {
    height: 30px;
    background: #54585A;
    margin-top: 0;
    margin-left: -15px
}

.top-bar.bauer-main-nav ul li a {
    font-size: 14px;
    font-weight: 200
}

.top-bar.bauer-main-nav ul {
    display: inline;
    height: 50px;
    line-height: 50px;
    list-style: none;
    margin-left: 0
}

.top-bar.bauer-main-nav>li {
    border: 0;
    border-right: none;
    line-height: 30px;
    -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, .2) inset;
    -moz-box-shadow: 0 0 0 rgba(255, 255, 255, .2) inset;
    box-shadow: 0 0 0 rgba(255, 255, 255, .2) inset
}

.top-bar.bauer-main-nav>li:last-child {
    border-right: solid 0 #333;
    -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, .2) inset, 0 0 0 rgba(255, 255, 255, .2);
    -moz-box-shadow: 0 0 0 rgba(255, 255, 255, .2) inset, 0 0 0 rgba(255, 255, 255, .2);
    box-shadow: 0 0 0 rgba(255, 255, 255, .2) inset, 0 0 0 rgba(255, 255, 255, .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
}

.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
}

.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
}

.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
}

.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
}

.top-bar.bauer-main-nav ul>li.has-dropdown .dropdown li a {
    color: #333;
    font-weight: 400;
    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: 700;
    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, .1) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .1) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .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
}

.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
}

ul.dropdown li a {
    padding: 12px 20px
}

.top-bar.bauer-main-nav li ul li a {
    background: #fff
}

.top-bar ul li.name {
    background: #444
}

.top-bar ul li.toggle-topbar:hover {
    background: #151515
}

.container.top-barback {
    margin-bottom: 0;
    background: #54585A
}

.top-barback.fixed {
    border-top: 4px solid #c00
}

#shadowBtNav {
    background: url(/images/template/topshadow.png) no-repeat 50% 0 transparent;
    height: 8px
}

ul.nav-bar {
    margin-bottom: 0
}

.nav-bar {
    height: 30px;
    background: #444;
    margin-top: 0
}

.nav-bar>li {
    border: 0;
    border-right: none;
    line-height: 30px;
    -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, .2) inset;
    -moz-box-shadow: 0 0 0 rgba(255, 255, 255, .2) inset;
    box-shadow: 0 0 0 rgba(255, 255, 255, .2) inset
}

.nav-bar>li:last-child {
    border-right: solid 0 #333;
    -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, .2) inset, 0 0 0 rgba(255, 255, 255, .2);
    -moz-box-shadow: 0 0 0 rgba(255, 255, 255, .2) inset, 0 0 0 rgba(255, 255, 255, .2);
    box-shadow: 0 0 0 rgba(255, 255, 255, .2) inset, 0 0 0 rgba(255, 255, 255, .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
}

#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: 700;
    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: 700
}

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 0, #F2F2F2 100%);
    border-color: #e6e6e6;
    border-image: none;
    border-radius: 3px 3px 0 0;
    border-style: solid;
    border-width: 1px;
    font-weight: 700;
    margin-right: 1px
}

dl.tabs dd a {
    color: #c00;
    font-size: 14px;
    height: 35px;
    line-height: 36px;
    padding: 0 23.8px
}

dl.tabs dd a:focus {
    font-weight: 700;
    color: #c00
}

dl.tabs dd.active {
    margin-top: 0;
    border: 0;
    border-top: 1px solid #e6e6e6;
    box-shadow: 0 -1px 1px #DDD
}

dl.tabs dd.active a {
    cursor: default;
    background-color: #FFF;
    background-image: -moz-linear-gradient(center top, #FFFFFF 0, #E5E5E5 5%, #FFFFFF 55%);
    color: #000;
    height: 39px
}

dl.tabs dd:first-child {
    margin-left: 0
}

ul.tabs-content.contained>li {
    padding: 10px 20px;
    margin-left: -3px
}

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.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 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
}

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
}

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
}

.accordion-menu {
    border-bottom: 0;
    height: auto;
    border-top: 0
}

.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 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
}

.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
}

.menu .is-active>a {
    background: #e6e6e6;
    color: #c00
}

.menu .active>a {
    background: #e6e6e6;
    color: #c00
}

.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: .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: -.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: .7rem 1rem
}

.accordion-menu .is-accordion-submenu a {
    padding: .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: #c00 transparent transparent;
    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%
}

.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: #c00 transparent transparent;
    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
}

.leftnav19 {
    padding-right: 3%
}

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: 0;
    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
}

.red-sub-nav-bar {
    background: #C00;
    height: 45px;
    line-height: 45px;
    margin: 0 0 30px;
    padding: 0;
    width: 100%
}

.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: 700;
    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
}

.red-sub-nav-bar ul>li {
    float: left
}

.red-sub-nav-bar ul>li a:not(.button) {
    color: white;
    display: block;
    font-size: 13px;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    padding: 0 15px
}

.red-sub-nav-bar ul>li:hover,
.red-sub-nav-bar ul>li.active {
    background: #900
}

.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: #900;
    -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, .1);
    -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, .1);
    box-shadow: 1px 0 0 rgba(255, 255, 255, .1);
    height: 100%;
    margin-right: 0;
    width: 0
}

.red-sub-nav-bar ul>li.has-button a.button {
    margin: 0 11.25px
}

.red-sub-nav-bar ul>li.has-button:hover {
    background: #900
}

.red-sub-nav-bar ul>li.has-button:hover a {
    color: #fff
}

.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: #900
}

.red-sub-nav-bar ul>li.toggle-topbar {
    display: none
}

.red-sub-nav-bar ul>li.has-dropdown {
    position: relative
}

.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: #900;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    z-index: 99
}

.red-sub-nav-bar ul>li.has-dropdown .dropdown li {
    background: #900;
    line-height: 1;
    min-width: 100%;
    padding-bottom: 5px
}

.red-sub-nav-bar ul>li.has-dropdown .dropdown li a {
    font-weight: 400;
    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
}

.red-sub-nav-bar ul>li.has-dropdown .dropdown li label {
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    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, .1) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .1) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .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
}

.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
}

.red-sub-nav-bar li ul li a {
    background-color: #900
}

.sub-nav-button {
    font-weight: 400;
    line-height: 1.5
}

.subnavdropdown {
    top: 0
}

@-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
    }
}

.lt-ie9 .red-sub-nav-bar ul li a {
    color: white;
    display: block;
    font-weight: 700;
    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: #ccc
}

.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
}

#directorylist ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left
}

#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: 700;
    clear: left;
    padding: 2px
}

dl#DirectoryProfileInfo dd {
    padding: 2px
}

#aroundticker .rssBody ul li {
    list-style: none
}

#aroundticker .rssBody ul li h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0
}

#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
}

#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: 400;
    line-height: 1.3;
    margin-bottom: 0
}

#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
}

#result-alerts .rssBody ul li {
    list-style: none
}

#result-alerts .rssBody ul li h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0
}

#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
}

#InTheNews-newscenter .rssBody ul li {
    list-style: none
}

#InTheNews-newscenter .rssBody ul li h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0
}

#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
}

#InTheNews .rssBody ul {
    margin-left: 0
}

#InTheNews .rssBody ul li {
    list-style: none
}

#InTheNews .rssBody ul li h4 {
    font-size: 14px;
    margin-bottom: 0
}

#InTheNews .rssBody ul li div {
    color: #999;
    margin-bottom: 5px
}

#news_EventsCalendar table tbody tr td {
    padding: 5px
}

#news_EventsCalendar table tbody tr td strong {
    text-align: center;
    float: left
}

#aroundticker-cvf .rssBody ul li {
    list-style: none
}

#aroundticker-cvf .rssBody ul li h4 {
    font-size: 14px;
    margin-bottom: 0
}

#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
}

#aroundticker-instant .rssBody ul li {
    list-style: none
}

#aroundticker-instant .rssBody ul li h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0
}

#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
}

#TickerNewsHm .rssBody ul li {
    list-style: none
}

#TickerNewsHm .rssBody ul li h4 {
    font-size: 14px;
    margin-bottom: 0
}

#TickerNewsHm .rssBody ul li div {
    color: #999;
    font-size: small
}

#TickerNewsPage .rssBody ul li {
    list-style: none
}

#TickerNewsPage .rssBody ul li h4 {
    font-size: 18px;
    margin-bottom: 2px;
    font-weight: 400
}

#TickerNewsPage .rssBody ul li div {
    color: #999;
    font-style: italic
}

.MediaMentions2014 ul.mm14 {
    margin: 0;
    padding: 0;
    list-style: none
}

.MediaMentions2014 ul.mm14 li h4 {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 0
}

.MediaMentions2014 ul.mm14 .mm-outlet {
    color: #999;
    font-size: x-small;
    margin-bottom: 5px
}

.MediaMentions2015 ul.mm15 {
    margin: 0;
    padding: 0;
    list-style: none
}

.MediaMentions2015 ul.mm15 li h4 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 0
}

.MediaMentions2015 ul.mm15 li h4 a {
    color: #c8102e
}

.MediaMentions2015 ul.mm15 .mm-outlet {
    color: #54585A;
    font-size: 12px;
    margin-bottom: 5px
}

.MediaMentions2016 ul.mm16 {
    margin: 0;
    padding: 0;
    list-style: none
}

.MediaMentions2016 ul.mm16 li h6 {
    line-height: 1.3;
    margin-bottom: 0
}

.MediaMentions2016 ul.mm16 li h6 a {
    color: #c8102e
}

.MediaMentions2016 ul.mm16 .mm-outlet {
    color: #54585A;
    font-size: 12px;
    margin-bottom: 5px
}

.fb-like {
    margin-bottom: 6px
}

dl.tabs.bottomtab {
    border-top: 1px solid #E6E6E6
}

dl.tabs.bottomtab dd {
    margin-right: 0;
    background-image: -moz-linear-gradient(center top, #9c9c9c 0, #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: 0;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: none
}

dl.tabs.bottomtab dd.active a {
    cursor: pointer;
    background-color: #FFF;
    background-image: none;
    color: #000;
    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: #c00
}

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
}

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
}

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: 0 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: 0 5px 0 0
}

.alpha-shadow img {
    background-color: #fff;
    border: 1px solid #a9a9a9;
    padding: 4px
}

ul.corpThum {
    margin-left: 15px;
    float: left;
    margin-top: 20px
}

ul.corpThum li {
    list-style: none;
    width: 94px;
    display: inline;
    background: none;
    padding: 0
}

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 {
    float: left;
    width: 100%;
    margin-left: 12px;
    margin-bottom: 5px;
    padding-bottom: 5px
}

.galleryThumb {
    float: left;
    padding-right: 12px;
    padding-left: 0;
    padding-bottom: 6px
}

.galleryThumbPic {
    display: block;
    border: 2px solid #DCDEDF;
    margin: 0 0 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: 0 0 5px 0
}

.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
}

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
}

.row.display {
    margin-bottom: 10px
}

.RCCnavlist li {
    border-left: 1px dashed #666;
    font-size: 18px;
    line-height: 12px;
    min-height: 48px;
    background: #fff
}

.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
}

#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: .7;
    border: 0
}

#social-icons-nav-centered ul li a:hover img {
    opacity: 1
}

.LinkBox {
    float: right;
    margin: 5px 10px 8px
}

.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
}


/* 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;
}

@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
    }
}

@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
    }
    dl.mobile dd a {
        font-size: 10px
    }
    ul#homeLinks li a {
        line-height: 16px
    }
}

@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
    }
    dl.mobile dd a {
        font-size: 10px
    }
    ul#homeLinks li a {
        line-height: 16px
    }
}

@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
    }
}

#footerContainer2016 {
    width: 100%;
    background-color: #F5F5F5;
    margin-top: 40px;
    padding-top: 50px
}

#footerContainer2016 .bold {
    font-size: 14px;
    font-weight: 700
}

#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: 400;
    font-size: 12px
}

#footer_copyright p {
    font-size: 12px
}

#footer_copyright p a {
    color: #555;
    text-decoration: underline !important
}

#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: 700
}

#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: 400;
    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
}

@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
    }
    h2.sectionhead-mobilenav {
        font-family: 'League Gothic', sans-serif;
        font-size: 45px;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center;
        padding-bottom: 15px
    }
    img.mobilenav-logo {
        display: block;
        margin: 0 auto;
        padding: 15px
    }
}

@media only screen and (max-device-width:1280px) {
    .touch .nav-bar li.has-flyout>a {
        padding-right: 36px !important
    }
}

@media only screen and (max-width:1279px) and (min-width:768px) {
    .touch .nav-bar li a {
        font-size: 13px;
        font-size: 1.3rem
    }
    .touch .nav-bar li.has-flyout>a.flyout-toggle {
        padding: 20px !important
    }
    .touch .nav-bar li.has-flyout>a {
        padding-right: 36px !important
    }
}

@media only screen and (max-width:767px) {
    .nav-bar {
        height: auto
    }
    .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, .2) inset;
        -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, .2) inset;
        box-shadow: 1px 0 0 rgba(255, 255, 255, .2) inset
    }
    .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
    }
    .nav-bar>li.has-flyout>a.flyout-toggle {
        position: absolute;
        right: 0;
        top: 0;
        padding: 22px;
        z-index: 2;
        display: block
    }
    .nav-bar>li.has-flyout.is-touch>a.flyout-toggle span {
        content: "";
        width: 0;
        height: 0;
        display: block
    }
    .nav-bar>li.has-flyout>a.flyout-toggle:hover span {
        border-top-color: #141414
    }
    .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
    }
    .flyout.right {
        float: none;
        right: auto;
        left: -1px
    }
    .flyout.small,
    .flyout.large {
        width: 100% !important
    }
    .flyout p:last-child {
        margin-bottom: 18px
    }
}

#aroundmbaticker .rssBody ul li {
    list-style: none
}

#aroundmbaticker .rssBody ul li h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0
}

#aroundmbaticker .rssBody ul li div {
    color: #999;
    font-size: x-small;
    margin-bottom: 5px
}

#aroundmbaticker .rssBody ul li p {
    font-size: 11px;
    line-height: 16px
}

#mbablog .rssBody ul li {
    list-style: none
}

#mbablog .rssBody ul li h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0
}

#mbablog .rssBody ul li div {
    color: #999;
    font-size: x-small;
    margin-bottom: 5px
}

#mbablog .rssBody ul li p {
    font-size: 11px;
    line-height: 16px
}

#eventsubpageCTA {
    background: #F7F7F7;
    float: right;
    margin: 0 10px;
    padding: 10px 15px;
    border: 1px #DDD solid
}

#feedback-btn {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: silver silver -moz-use-text-color;
    border-radius: 5px 5px 0 0;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    bottom: 0;
    position: fixed;
    right: 5px;
    z-index: 100
}

#feedback-btn a {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #c00;
    border-color: white white -moz-use-text-color;
    border-radius: 5px 5px 0 0;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    color: #FFF;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    opacity: .9;
    padding: 7px 12px 5px;
    text-decoration: none
}

#feedback-btn a:hover {
    padding: 7px 12px;
    text-decoration: none;
    background-color: #900;
    color: #fff
}

.button.mba1 {
    background-color: #c2ac77;
    color: #fff;
    border: 1px solid #b19d6e;
    padding-bottom: 0
}

.button.mba1:hover {
    background-color: #b19d6e
}

.button.mba1:focus {
    -webkit-box-shadow: 0 0 5px #e9e9e9, 0 1px 0 rgba(255, 255, 255, .5) inset;
    -moz-box-shadow: 0 0 5px #e9e9e9, 0 1px 0 rgba(255, 255, 255, .5) inset;
    box-shadow: 0 0 5px #e9e9e9, 0 1px 0 rgba(255, 255, 255, .5) inset
}

.button.mba2 {
    background-color: #888b8d;
    color: #fff;
    border: 1px solid #59617b
}

.button.mba2:hover {
    background-color: #54585a
}

.button.mba2:focus {
    -webkit-box-shadow: 0 0 5px #e9e9e9, 0 1px 0 rgba(255, 255, 255, .5) inset;
    -moz-box-shadow: 0 0 5px #e9e9e9, 0 1px 0 rgba(255, 255, 255, .5) inset;
    box-shadow: 0 0 5px #e9e9e9, 0 1px 0 rgba(255, 255, 255, .5) inset
}

.button.mba3 {
    background-color: #900;
    color: #fff;
    border: 1px solid #600
}

.button.mba3:hover {
    background-color: #600
}

.button.mba3:focus {
    -webkit-box-shadow: 0 0 5px #e9e9e9, 0 1px 0 rgba(255, 255, 255, .5) inset;
    -moz-box-shadow: 0 0 5px #e9e9e9, 0 1px 0 rgba(255, 255, 255, .5) inset;
    box-shadow: 0 0 5px #e9e9e9, 0 1px 0 rgba(255, 255, 255, .5) inset
}

#curriculum table tr td {
    border-color: #FFF;
    border-style: solid;
    border-width: 4px;
    padding-bottom: 8px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 8px;
    text-align: center
}

td.year {
    background-color: #C00;
    color: #FFF;
    text-align: center
}

td.term {
    background-color: #9D9D9D;
    color: #FFF;
    text-align: center
}

.session {
    background-color: #F4ECDD;
    text-align: center
}

ul.OurFacHm li {
    clear: left;
    margin: 4px 0;
    border-bottom: 1px solid #fff
}

ul.OurFacHm li img {
    float: left;
    border: 1px solid #fff;
    padding: 1px;
    margin: 2px 10px 2px 0
}

ul.OurFacHm li h3 a {
    font-size: 12px;
    float: left;
    width: 240px
}

ul.OurFacHm li p {
    font-size: 10px
}

#faqs,
#faqsOpen {
    background: #efefef;
    padding: 4px 12px;
    margin: 12px 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: 0 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 12px;
    margin: 12px 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: 0 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
}

#sliderjq,
#sliderjqOpen {
    padding: 4px 0;
    margin: 4px 0
}

#sliderjq h4 {
    cursor: pointer;
    color: #c00;
    margin: 0;
    text-decoration: none
}

#sliderjq h4.active {
    color: #d74646;
    text-decoration: none;
    background-color: #FFF9D7
}

#sliderjq h4:hover {
    text-decoration: underline
}

#sliderjq div {
    overflow: hidden
}

ul.SideEventLi li {
    font-size: 14px;
    font-weight: 700;
    padding: 2px 0 5px 0;
    line-height: 12px
}

ul.SideEventLi li span {
    color: #999;
    font-size: 12px;
    font-weight: 700;
    font-style: italic
}

.RecruiterBochureLink {
    background: url(/images/rcc/recruiter-guide_r2_c2.jpg) no-repeat;
    width: 173px;
    height: 52px;
    padding: 5px 0 0 57px;
    margin-top: 10px
}

.RecruiterBochureLink a {
    font-size: 14px;
    font-weight: 700
}

.RecruiterBochureLink a span {
    font-size: 11px;
    float: left;
    color: #666;
    font-weight: 400
}

.RecruiterBochureLink a:hover span {
    text-decoration: none
}

blockquote {
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    background-color: #FFF;
    width: 80%;
    margin: .75em 0;
    padding: .25em 40px;
    line-height: 1.75;
    position: relative;
    color: #666;
    float: left
}

blockquote cite {
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin-top: 5px;
    float: left
}

p.ambassadorprofile {
    line-height: 160%;
    font-size: 16px
}

p.ambassadorhed {
    line-height: 160%;
    font-size: 32px;
    color: #C00;
    margin-bottom: -12px
}

img.profile {
    margin: 0 0 18px 0
}

div.ambassadorlist {
    margin: 0;
    width: 100%;
    float: left
}

ul.ambassador {
    list-style-type: none
}

h3.ambassador {
    font: bold 16px/1.5 Helvetica, Verdana, sans-serif;
    color: #C00
}

li.ambassador img {
    float: left;
    margin: 0 15px 0 0
}

li.ambassador p {
    font: 200 14px/1.5 Helvetica, Verdana, sans-serif
}

li.ambassador {
    padding: 10px;
    overflow: auto;
    list-style-type: none
}

li.ambassador:hover {
    background: #ccc;
    cursor: pointer
}

.span-8 ul li,
.span-12 ul li,
.span-18 ul li,
.span-16 ul li {
    background-image: none;
    background-color: #eee
}

ul.GalFour {
    margin: 0;
    list-style: none
}

ul.GalFour li {
    float: left;
    margin-right: 10px;
    padding: 10px 0;
    width: 168px;
    background: #F0F0F0;
    margin-bottom: 10px;
    text-align: center;
    border: #E7E7E7 1px solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

ul.GalFour li h3 {
    text-align: left;
    padding-left: 5px;
    width: 85%;
    color: #fff;
    float: left;
    text-shadow: #000 .1em .1em;
    background: #9D9D9D;
    position: relative;
    bottom: 4px;
    right: 4px;
    -moz-box-shadow: rgba(0, 0, 0, .5) 2px 2px 2px;
    -webkit-box-shadow: rgba(0, 0, 0, .5) 2px 2px 2px
}

ul.GalFour li h4 {
    padding: 10px;
    line-height: 23px
}

ul.GalFour li:hover {
    background: #FEE496
}

ul.GalFour li.last {
    margin-right: 0
}

ul.GalFour li a img {
    border: #E7E7E7 1px solid
}

ul.GalFour li ul li {
    padding: 2px 0;
    margin: 0 5px;
    list-style: none;
    background: none;
    border: none;
    border-bottom: #ccc 1px solid;
    width: 85%
}

ul.GalFour li ul li a {
    text-decoration: none;
    color: #666
}

ul.GalFour li ul li a:hover {
    color: #EF1D1D
}

ul.GalFour li.noImage {
    background: none;
    border-color: #FFF
}

ul.GalFour li.noImage img {
    border-color: #FFF
}

.mbahr {
    color: #666;
    background-color: #666;
    height: 2px
}

ul.mbasmalllist li {
    font-size: 12px;
    list-style-position: outside;
    line-height: 1.4;
    margin-bottom: 3px
}

#featured-graduate a img {
    border: none
}

#featured-graduate {
    background: url(/images/template/Bauer-College-of-Business-Logo.png) center center #f4f4f4 no-repeat;
    height: 287px
}

#featured-graduate img {
    display: none
}

#featured-graduate.orbit {
    background: none
}

#featured-graduate.orbit img {
    display: block;
    margin: 0 auto
}

.orbit-wrapper {
    .slider-nav span {
        @include opacity(0);
        @include single-transition(opacity, 400ms)
    }
    &:hover .slider-nav span {
        @include opacity(1)
    }
}

.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
}


/*** ecity added ****/
h2.subheader{
	font-family: 'League Gothic', sans-serif;
	color:#222222;
	font-size: 28px;
	line-height: 30px;
	letter-spacing: 1px;
}
h4.subheader
{
	 font-family: "SourceSansPro", sans-serif;
	font-size: 21px;
	line-height: 27px;
	letter-spacing: 0.25px;
	text-transform: none;

}
.four.columns p
{
	 font-family: "SourceSansPro", sans-serif;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.25px;
}