/* Minification failed. Returning unminified contents.
(1145,1): run-time error CSS1019: Unexpected token, found '-'
(1145,2): run-time error CSS1019: Unexpected token, found '-'
(1145,3): run-time error CSS1019: Unexpected token, found '-'
(1145,4): run-time error CSS1019: Unexpected token, found '-'
(1145,5): run-time error CSS1019: Unexpected token, found '-'
(1145,6): run-time error CSS1019: Unexpected token, found '-'
(1145,7): run-time error CSS1019: Unexpected token, found '-'
(1145,8): run-time error CSS1019: Unexpected token, found '-'
(1145,9): run-time error CSS1019: Unexpected token, found '-'
(1145,10): run-time error CSS1019: Unexpected token, found '-'
(1145,11): run-time error CSS1019: Unexpected token, found '-'
(1145,12): run-time error CSS1019: Unexpected token, found '-'
(1145,13): run-time error CSS1019: Unexpected token, found '-'
(1145,14): run-time error CSS1019: Unexpected token, found '-'
(1145,15): run-time error CSS1019: Unexpected token, found '-'
(1145,16): run-time error CSS1019: Unexpected token, found '-'
(1145,17): run-time error CSS1019: Unexpected token, found '-'
(1145,18): run-time error CSS1019: Unexpected token, found '-'
(1145,19): run-time error CSS1019: Unexpected token, found '-'
(1145,20): run-time error CSS1019: Unexpected token, found '-'
(1145,21): run-time error CSS1019: Unexpected token, found '-'
(1145,22): run-time error CSS1019: Unexpected token, found '-'
(1145,23): run-time error CSS1019: Unexpected token, found '-'
(1145,24): run-time error CSS1019: Unexpected token, found '-'
(1145,25): run-time error CSS1019: Unexpected token, found '-'
(1145,26): run-time error CSS1019: Unexpected token, found '-'
(1145,27): run-time error CSS1019: Unexpected token, found '-'
(1145,28): run-time error CSS1019: Unexpected token, found '-'
(1145,29): run-time error CSS1019: Unexpected token, found '-'
(1145,30): run-time error CSS1019: Unexpected token, found '-'
(1145,31): run-time error CSS1019: Unexpected token, found '-'
(1145,32): run-time error CSS1019: Unexpected token, found '-'
(1145,33): run-time error CSS1019: Unexpected token, found '-'
(1145,34): run-time error CSS1019: Unexpected token, found '-'
(1145,35): run-time error CSS1019: Unexpected token, found '-'
(1145,36): run-time error CSS1019: Unexpected token, found '-'
(1145,37): run-time error CSS1019: Unexpected token, found '-'
(1145,38): run-time error CSS1019: Unexpected token, found '-'
(1145,39): run-time error CSS1019: Unexpected token, found '-'
(1145,40): run-time error CSS1019: Unexpected token, found '-'
(1145,41): run-time error CSS1019: Unexpected token, found '-'
(1145,42): run-time error CSS1019: Unexpected token, found '-'
(1145,43): run-time error CSS1019: Unexpected token, found '-'
(1145,44): run-time error CSS1019: Unexpected token, found '-'
(1145,45): run-time error CSS1019: Unexpected token, found '-'
(1145,46): run-time error CSS1019: Unexpected token, found '-'
(1145,47): run-time error CSS1019: Unexpected token, found '-'
(1145,48): run-time error CSS1019: Unexpected token, found '-'
(1145,49): run-time error CSS1019: Unexpected token, found '-'
(1145,50): run-time error CSS1019: Unexpected token, found '-'
(1145,51): run-time error CSS1019: Unexpected token, found '-'
(1145,52): run-time error CSS1019: Unexpected token, found '-'
(1145,53): run-time error CSS1019: Unexpected token, found '-'
(1145,54): run-time error CSS1019: Unexpected token, found '-'
(1145,55): run-time error CSS1019: Unexpected token, found '-'
(1145,56): run-time error CSS1019: Unexpected token, found '-'
(1145,57): run-time error CSS1019: Unexpected token, found '-'
(1145,58): run-time error CSS1019: Unexpected token, found '-'
(1145,59): run-time error CSS1019: Unexpected token, found '-'
(1145,61): run-time error CSS1031: Expected selector, found '/'
(1145,61): run-time error CSS1025: Expected comma or open brace, found '/'
 */
/*
 * Override of bootstrap
 */

/* text */
.text-preserve-ws {
    white-space: pre-line;
}
.glyphicon.glow.text-success {
    text-shadow: 0px 0px .35em rgba(0, 128, 0, 0.6);
}

.close-hi-visibility {
    color: #e03a3e;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

    .close-hi-visibility:hover {
        color: #e03a3e;
        opacity: 1.0;
        filter: alpha(opacity=100);
    }

.opaque-on-hover {
    opacity: .4
}
.opaque-on-hover:hover,
.opaque-on-hover:focus {
    opacity: 1;
}


/* force a span to have not have any left margin and hence line up with its container. */
.offset0 {
    margin-left: 0;
}


/* lost styles with move to bootstrap3 (need to find replacement) */
.help-inline {
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
}


/* Buttons */
.btn-padded {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 90%;
    padding: .85em 1.5em;
    font-weight: 600;
}

.input-group-btn .btn-padded {
    min-width: inherit;
    font-size: 12px;
    padding: 8px 12px 7px;
}

.btn-wrap {
    white-space: normal;
}


/* text */
.center-to-left,
.center-to-right {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.text-center-to-left,
.text-center-to-right {
    text-align: center;
}

@media (min-width: 768px) {
    .center-to-left {
        text-align: left;
        float: left;
    }
    .center-to-right {
        float: right;
        text-align: right;
    }
    .text-center-to-left {
        text-align: left;
    }
    .text-center-to-right {
        text-align: right;
    }
}


/* pagination */
.pagination {
    margin: auto;
}

/* modals */
.modal-backdrop  {
    bottom: 0px;
    position: fixed;
} 
@media (max-width: 992px) {
    .modal-lg {
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
    }
}


/* navbar */
.navbar-muted {
    background-color: #F5F5F5;
}

.navbar.small {
    min-height: 35px;
}
    .navbar.small .navbar-nav > li > a,
    .navbar.small .navbar-nav > li.navbar-text {
        margin: 0px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .navbar.small .navbar-nav.breadcrumb > li.navbar-text {
        padding: 2px 4px;
    }

.navbar .divider-vertical {
    height: 50px;
    margin: 0 9px;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #f2f2f2;
}

.navbar-inverse .divider-vertical {
    border-right-color: #222222;
    border-left-color: #111111;
}

@media (max-width: 767px) {
    .navbar-collapse .nav > .divider-vertical {
        display: none;
    }
}


/* pills */
.nav-pills > li {
    vertical-align: middle;
}
.nav-pills.center-pills {
    display: inline-block;
}

.nav-pills > li.active-muted > a, .nav-pills > li.active-muted > a:hover, .nav-pills > li.active-muted > a:focus {
    background-color: #eeeeee;
    color: #333366;
}

.nav-pills-xs {
}
    .nav-pills-xs > li > a {
        padding: 2px 4px;
    }


/* breadcrumbs */
.breadcrumb-plain {
    background-color: none;
}

.navbar .breadcrumb {
    margin-bottom: 0px;
    margin-left: -15px;
}

.navbar .breadcrumb li a {
    line-height: normal;
}


/* panels */
.panel.panel-plain {
    border-bottom: none;
    box-shadow: none;
}
    .panel.panel-plain .panel-heading {
        border-bottom: 1px solid #cccccc;
    }
    .panel.panel-plain .panel-footer {
        background-color: transparent;
    }


/* forms */
.form-inline .form-group {
    display: inline-block;
    padding: .5em;
}

.input-group .input-group {
    width: 100%; /* for chrome,webkit */
}

.static-input-validation-error {
    border: 1px solid #E03A3E;
    background-color: #FEE;
}

.form-control-inline {
    min-width: 0;
    width: auto;
    display: inline;
}

.control-label[class*=col-] {
    padding-top: 7px;
}


/* lists */
.dl-horizontal dt{
    overflow:visible;
}
.dl-horizontal dd{
    overflow:visible;
}

ul.list-horizontal {
    display: block;
}
    ul.list-horizontal > li {
        display: inline-block;
    }
ul.list-simple {
    list-style-position: inside;
    padding: 0em;
}

/* tables */
.table-striped > tbody > tr:nth-child(2n+1) > td.mark, .table-striped > tbody > tr:nth-child(2n+1) > th.mark {
    padding: .2em;
    background-color: #fcf8e3;
}



/* tooltips and popovers */
.popover-longread {
    font-size: .85em;
    max-width: 450px;
}
.popover-longread .popover-content {
    overflow: hidden;
}


/* badges */
.badge-info,
.panel-default > .panel-heading .badge-info {
  color: #fff;
  background-color: #5bc0de;
}


/* Angular UI styling */
.tab-content {
    margin: 1em .5em;
}


/* Angular UI DatePicker */
[datepicker] .btn { border: none; }


/* ui-select */
.ui-select-match {
    min-width: 5em;
}
.ui-select-placeholder, .ui-select-match-text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 12px;
}
.ui-select-toggle > .btn.btn-link {
    margin-right: 10px;
    top: 6px;
    position: absolute;
    right: 10px;
}
.ui-select-bootstrap > .ui-select-choices {
    width: auto;
    max-width: 300px;
}
.ui-select-bootstrap > .ui-select-choices * {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-select-toggle[disabled] {
    background-color: #EEE;
    opacity: 1;
}
a:hover, a:focus {text-decoration: none;}
object[type="image/svg+xml"] {pointer-events: none;}
a {cursor: pointer;}
p {line-height: 1.8em}
h1 {font-weight: 400}
.navbar-toggle .icon-bar {background-color: #005699;}
#aaasHome .navbar-brand {height: auto;}
#aaasHome.navbar {margin-bottom: 0}
#aaasHome .navbar-text {padding: 0 15px}
#aaasHome .navbar-header .navbar-brand object {max-width: 185px;}
#aaasHome .navbar-form .form-control {width: auto;}
#aaas-nav {background-color: #e5e5e5; margin-bottom: 0;}
#aaas-nav a {background-color: transparent; color: #164e6c; font-weight: 700; text-decoration: none; text-shadow: none; text-transform: uppercase; padding: 15px 12px;}
#aaas-nav a:hover {background-color: #616161; color: #fff;}
#topCall {background: url(/Content/img/bg_grey_lightglow_squares.png) no-repeat scroll center top #646263; text-align: center; margin-bottom: 3em;}
.field-name-title-field h1 a {color: #fff; text-decoration: none;}
.field-name-title-field h1 a:hover {text-decoration: none;}
.group-program-header .field-name-body p {color: #fff; font-weight: 300;}
.group-program-header .field-name-field-parent-program a {border: 1px solid #99ccff; border-radius: 4px; color: #99cdff; display: block; text-transform: uppercase;}
.footer {background: url(/Content/img/bg_grey_medglow.png) repeat scroll center 0 #616161; color: #fff; font-size: 0.83em; font-weight: 300; border-top: 1px solid #e5e5e5; text-transform: uppercase; padding: 2em 1em;}
.footer .policy a {color: #99ccff;}
#block-aaas-helper-page-updated-date {margin-bottom: 10px}
.footer .published, .footer .policy, .footer .address {margin-bottom: 8px;}
.footer .copyright, .footer .phone {margin-bottom: 1em}
.footer .copyright, .footer .policy, .footer #block-aaas-helper-page-updated-date, .footer .address, .footer .phone {font-size: 99%}
.socialFooter {margin: .5em 0}
.socialFooter ul {list-style: none outside none; margin: 0; padding: 0;}
.socialFooter ul li {display: inline; padding: 0;}
.logoFooter object {width: 100%}

@media only screen and (max-width: 480px) {
	#topCall {margin-bottom: 2em}
	#topCall h1 {margin-bottom: 20px}
}

@media (max-width: 767px) {
	/* Janel is trying to decide between centering and left-aligning the logo at this screen size. If she settles on centering, uncomment the 3 lines below. Otherwise, it's left-aligned. */
	/*#aaasHome .navbar-header {text-align: center;} 
	#aaasHome .navbar-brand {float: none;}
	#aaasHome .navbar-brand object {padding: 15px 0}*/
	#aaasHome #aaas-signin-etc .navbar-nav > li {border-top: solid 1px #eee}
	#aaasHome .navbar-text {padding: 15px 15px 0 15px; margin-top: 0}
	.group-program-header .field-name-field-parent-program a {margin-bottom: 1em}
	/*#aaas-nav a.navbar-brand, #mission-nav a.navbar-brand {font-weight: 400; font-size: 15px}*/ /*only needed if you add the aaas-nav back in for this screen size -- currently hidden */
	.logoFooter object {width: 185px}
	.group-program-header .field-name-body p {margin-bottom: 2em; line-height: 2}
	.group-program-header .field-name-field-parent-program a {padding: .2em}
	.socialFooter {margin: 2em 0 1em;}
	#smGroup .address {margin-bottom: 1em}
	#smGroup .phone {margin-bottom: 1.5em}
}

@media (min-width: 768px) {
  	.container {max-width: 960px;} 
	#aaasHome .navbar-form {clear: right; margin-top: 2px}
	#aaasHome #aaas-signin-etc .navbar-nav > li {margin-top: 3px}
	#aaasHome #aaas-signin-etc .navbar-nav > li > a {padding-top: 10px; padding-bottom: 10px;}
	#aaasHome #aaas-signin-etc .navbar-nav > li.navbar-text {margin: 15px}
	#aaasHome .navbar-brand {margin-left: 0}
	#aaasHome .navbar-form .input-group-addon, #aaasHome .navbar-form .form-control {font-size: 10px; padding: 6px 2px 6px 6px}
	#aaasHome .navbar-nav {font-size: 12px}
	#aaasHome .navbar-brand {padding-top: 18px}
	#aaas-nav {font-size: 1em; vertical-align: middle;}
	#aaas-nav a {border-radius: 6px; line-height: .5}
	#aaas-nav ul.navbar-nav {margin-top: 8px;}
	#topCall {padding: 15px 0;} /*Janel really likes this grey bar to have padding; if you need to remove it, this is the line to edit */
	.group-program-header .field-name-body p {font-size: 1.4em; line-height: 1.79em; margin-bottom: 20px}
	.group-program-header .field-name-field-parent-program a {background: url(/Content/img/icon_arrow_lightblue.svg) no-repeat scroll 574px center transparent; height: 27px; margin: 0 auto 20px; padding: 10px 17px 0; width: 560px; box-sizing: content-box;}
	.footer {line-height: 1.24em; padding: 30px 0 20px; vertical-align: baseline;}
	.socialFooter {margin-bottom: .5em; margin-top: -.5em;}
	.socialFooter ul li a {margin-bottom: 1em; margin-right: 1.3em;}
	.logoFooter {text-align: right;}
	#smGroup {padding-left: 2em}
}

@media (min-width: 768px) and (max-width: 959px) {
	#aaas-nav {font-size: .98em;}
	#aaas-nav .navbar-nav {width: 100%}
	.logoFooter object {width: 90%}
}

@media (max-width: 959px) {
	#search-block-form {display: none;}
}

@media (min-width: 960px) {
	.container {width: 960px}
	#aaasHome #aaas-signin-etc, #aaasHome #aaas-signin-etc .navbar-form {padding-right: 15px}
	.form-search input.search-query {border: medium none; color: #154e6c; font-family: "open sans",sans-serif; font-size: 14px; font-weight: 600; text-transform: none;}
	#search-block-form {border-radius: 4px; background-color: #fff; margin-right: 15px; padding-right: 0}
	#search-block-form .btn {background-color: #fff; color: #164e6c; text-align: right;}
	::-webkit-input-placeholder {color: #164e6c;}
	:-moz-placeholder {color: #164e6c; opacity:  1;}
	::-moz-placeholder {color: #164e6c; opacity:  1;}
	:-ms-input-placeholder {color: #164e6c;}
	#edit-search-block-form--2 {width: 125px}
}

body {
    min-width: 320px;
}

.AppHeader {
    background-color: #005699;
    color: white;
    font-size: 125%;
    line-height: 1.25em;
    font-weight: 300;
    padding: .65em;
    position: relative;
}

.AppHeader .calendar {
    border-color: white;
    line-height: 1em;
    margin: .25em 0em;
}

.AppHeader .logos {
    margin-top: .5em;
    margin-bottom: .5em;
}

.AppHeader .names {
    margin-top: .5em;
    margin-bottom: .5em;
}

.AppHeader .names > * {
    margin: .25em;
}

.AppHeader .AppMessage {
    margin: 0em auto 1.5em auto;
    max-width: 960px;
    margin: auto;
}

.AppHeader .AppHeaderDeadline {
    padding: 18px 0em;
}

.AppHeaderTitle {
    font-size: 40px;
    color: #000000;
}

.AppHeaderTitle a {
    display: block;
    color: #333;
    text-decoration: none;
}

.AppHeaderSubtitle {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #dc442a;
}

.AppLanguage {
    background-color: white;
}

.AppBody {
    padding: .5em 1.5em .5em 1.5em;
    min-height: 400px;
    background-color: #ffffff;
}

.AppNavigation {
    padding: 0px;
    margin: 0px auto;
    background-color: #f8f8f8;
}

.AppNavColumn 
{
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.AppFooter 
{
    border-top: 1px solid #DFDFDF;
    padding-top: 2em;
    background-color: #f0f0f0;
}

@media (min-width:990px) {
    .AppFooter .nav > li {
        border-left: 1px solid #333333;
    }

    .AppFooter .nav > li:first-child {
        border-left: none;
    }
}

.AppMessage {
    padding: .5em 2em;
    margin: 0px;
    text-align: center;
}

.AppContent {
    padding: .85em;
}
.AppContent > .breadcrumb {
    margin-bottom: 5px;
}

.SiteHero {
    background-color: #E7F3FE;
    font-size: 120%;
    text-align: center;
    padding: 0.5em;
    line-height: 1.65em;
}

.SiteHero h1 {
    background-color: transparent;
    color: #305195;
    font-size: 150%;
    font-weight: 600;
    margin: .85em;
}

.SiteHero a {
    color: inherit;
}

.PageContent {
    padding: .85em 2em;
}
.PageContent.airy > .row {
    margin: 1em;
}

@media (max-width:990px) {
    .AppContent,
    .PageContent {
        padding: .25em;
    }
    .PageContent.airy > .row {
        margin: .5em 0em;
    }
}

.btn-breadcrumb {
    border: 1px solid #005699;
    color: #005699;
    background-color: #E7F3FE;
    padding: .35em .5em;
    font-weight: 600;
}

.btn-breadcrumb:hover, .btn-breadcrumb:active {
    background-color: #08C;
    color: #FFF;
}

.ButtonForm {
    width: 50%;
    margin: 0px auto; 
}

.hidden  {
    visibility: hidden;
}

.UnitTabInputRadioButtonList {
    display: table-cell;
    vertical-align:middle;
    padding: 0 0 1.5em 2em;
    border: 1px solid #FFFFFF;
    min-width: 11em;
}

.UnitTabInputRadioButtonList label {
    display: inline;
}

.textalign-right {
    text-align: right;
}

.radio-cell:hover {
    background-color: #e0e0e0;
}

div.DatePair input
{
    width: 100px;
}

ul.LoginIdentity {    
    list-style-type: none;
    margin-right: 35px;
}

ul.LoginIdentity li {
    text-align: right;
}

.dropdown-menu li a {
    text-align: left;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #e03a3e;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #e03a3e;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/*label.required,
.label.required,
.control-label.required {
    margin-right: .65em;
}*/

label.required:after,
.label.required:after,
.control-label.required:after {
    content: "*";
    color: #990000;
    width: .65em;
    margin-right: -.65em;
    padding-left: .15em;
    display: inline-block;
    box-sizing: border-box;
}
/*---------------------------------------------------------*/

p.AboutText {
    font-size:smaller;
    font-style:italic;
    color: Gray;    
}

p.EvaluationText {
    line-height: 140%;
}

.LoginButton {
    width: 9em;
}

.Copyright {
    text-align:center;
    font-size: small;
    color: #666666;
    line-height: normal;
}

.ClickableCell {
    cursor: pointer;
}

.SupportFilterButton {
    width: 18%;
}

.TravelSupportForm, .TravelSupportRequestor
{
    margin-top: 1em;
}

.ListNoStyle 
{
     list-style-type: none;
     margin: 0;
}

.TravelSupportRequestTableColumn1 
{
    width: 35%;
}

.TravelSupportRequestTableColumn2 
{
    width: 65%;
}

div.well table 
{
    margin-top: 0.75em;
}

.overflow-small
{
    height: 5em;
    overflow: auto;
}

.overflow-medium
{
    height: 10em;
    overflow: auto;
}

.controls > .ControlText {
    padding-top: 5px;
}


.RadioButton label, .RadioButton input 
{
    display: inline;   
}

.PlainList 
{
    list-style-type: none;
}

.ReportBorder {
    border-top: 2px solid #000000;
    margin-top: 10px; 
    padding-top: 20px;
}

.FieldDescription {
    text-align: left;
    color: Gray;
    font-size: 85%;
}

.FieldData {
    text-align: left;
}

.xxxDetailSection {
    margin: 0 0 0 0;
}

.Detail .row {
    margin: 10px 0 0 0;
}



/* DateTime and Calendar
-----------------------------------------------------------*/
.calendar {
    display: inline-block;
    padding: .25em .5em;
    border: 1px solid black;
    border-radius: 5px;
}
.calendar .date {
    font-size: 20pt;
    font-weight: bold;
    display: block;
}
.calendar .month {
    font-size: 14pt;
    display: block;
}
/*---------------------------------------------------------*/


input[type="number"] {
    max-width: 100%; /* for firefox, input can be overly large when width is set to auto */
}

.collapse-top-margin {
    margin-top: 0em;
}
p + .collapse-top-margin {
    margin-top: -1em;
}

.paragraph-spacing-above {
    margin-top: 1em;
}

p {
    margin: 1.25em 0em;
}


/* For Angular anti-FOUC
-----------------------------------------------------------*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}
/*---------------------------------------------------------*/


/* For Angular Bootstrap 
-----------------------------------------------------------*/
.nav, .pagination, .carousel, .panel-title a {
    cursor: pointer;
}
/*---------------------------------------------------------*/

/* For Timepicker 
-----------------------------------------------------------*/
#time .form-control {
    width: inherit;
}
/*---------------------------------------------------------*/

/* Generic UI elements 
-----------------------------------------------------------*/
/* For the loading element the affected area should be position: relative or the whole screen will be covered. */
.ajax-container {
    position: relative;
}
.ajax-container .ajax-data-loading {
    box-sizing: border-box;
    position:absolute;
    top:0px; right:0px; bottom:0px; left:0px;
    background-image: url(/Content/img/big-wait-indicator.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,.85);
    padding:14px;
    min-height: 60px;
    min-width: 60px;
    z-index: 1001;
}
.ajax-container .ajax-data-refreshing {
    box-sizing: border-box;
    position:fixed;
    bottom:0px; right:0px;
    background-image: url(/Content/img/big-wait-indicator.gif);
    background-position: center;
    background-repeat: no-repeat;
    padding:14px;
    min-height: 60px;
    min-width: 60px;
    z-index: 1001;
}
.spinner {
    background-image: url(/Content/img/big-wait-indicator-inverse.gif);
    background-position: center;
    background-repeat: no-repeat;
}
.spinner.inverse {
    background-image: url(/Content/img/big-wait-indicator-inverse.gif);
}

.form-control-file .fileinput-button.loading,
.form-control-url-file .fileinput-button.loading {
    background-image: url(/Content/img/ajax-loader-tile-256x256.gif);
    opacity: .5;
}

/*---------------------------------------------------------*/


/* Navigation elements 
-----------------------------------------------------------*/
#topCall { margin-bottom: 0px; }
#topCall, #topCall a { color: white; }
#topCall h1 { font-weight: 300; }
#topCall .nav-pills {
    margin-top: -10px;
    text-align: right;
}
    #topCall .nav-pills + * {
        clear: both;
    }
    #topCall .nav-pills > li {
        min-width: 2em;
        float: none;
        display: inline-block;
        text-align: center;
    }
    #topCall .nav > li > a:hover,
    #topCall .nav > li > a:focus,
    #topCall .nav > li.dropdown.open > a {
        color: #333333;
    }
    #topCall .nav > li.active > a:hover,
    #topCall .nav > li.active > a:focus {
        color: #ffffff;
    }
    #topCall .nav > li.dropdown > .dropdown-menu > li > a {
        color: #333333;
    }

#aaas-nav a.active {
    background-color: #616161;
    color: #ffffff;
}
#aaas-nav .navbar {
    border-radius: 0px !important;
    margin-bottom: 0px;
    border: none;
}
#aaas-nav .navbar-nav {
    margin-bottom: 8px;
}
    #aaas-nav .navbar-nav .divider {
        background-color: #cccccc;
    }
    #aaas-nav .navbar-nav .nav-divider {
        background-color: #cccccc;
    }
    #aaas-nav .navbar-nav > li.navbar-text {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #aaas-nav .navbar-nav > li > a {
        margin: 0px 2px;
    }
    #aaas-nav .navbar-nav > li > .dropdown-menu {
        margin-left: 1.5em;
    }
    #aaas-nav .navbar-nav > li > .dropdown-menu > li > a {
        margin: 2px 0px;
        border-radius: 0px;
    }
    #aaas-nav .navbar-nav > li > .nav-pills > li > a.active,
    #aaas-nav .navbar-nav > li > .nav-pills > li > a:hover {
        background-color: transparent;
        color: #164e6c;
        text-decoration: underline;
    }

@media (min-width: 768px) and (max-width: 959px) {
    #aaas-nav .navbar-nav { width: auto; }
}

#aaasHome.navbar {
    z-index: 1001;
}

.group-program-header .navbar {
    background-color: transparent;
    text-transform: uppercase;
}

    .group-program-header .navbar .navbar-nav > li > a {
        border-radius: 4px;
    }
    .group-program-header .navbar .navbar-nav > li > a,
    .group-program-header .navbar .navbar-header a {
        color: white;
        padding: 10px 15px;
    }
    .group-program-header .navbar .navbar-nav > li.active > a {
        background-color: #eeeeee;
        color: #505050;
    }

.breadcrumb {
    background-color: none;
}
/*---------------------------------------------------------*/


/* Generic UI elements 
-----------------------------------------------------------*/
[popover] {
    cursor: help;
}
/*---------------------------------------------------------*/

/* Navigation
-----------------------------------------------------------*/
[popover] {
    cursor: help;
}
/*---------------------------------------------------------*/


/* AAAS template overrides
-----------------------------------------------------------*/
body { font-family: "Benton Sans", "Helvetica", sans-serif; }
#topCall { background-image: none; background: #132936; }
#topCall a.logo { display: inline-block; }
#topCall {background: #015699; text-align: center; padding: 2em 0; }
#secondaryCall { background: #616161; color: #FFF; }
#secondaryCall p { font-family: "Benton Sans Cond", "Helvetica", sans-serif; font-size: 1.5em; margin: .5em 0; line-height: 1.8em; }
#secondaryCall strong { font-family: "Benton Sans Cond", "Helvetica", sans-serif; }
.socialFooter ul li a {display: inline-block;}
.logoFooter object {width: auto}
.logoFooter a {display: inline-block;}
.logo object {display: inline-block;}
.logo {display: inline-block; padding: 0 2em;}
.logo--aaas {border-right: 1px solid #FFF; padding-left: 0;}

@media (max-width: 768px) {
    #secondaryCall p { font-size: 1.2em; }
    #topCall a.logo * { max-width: 105px; max-height: 29px; }
}


/*---------------------------------------------------------*/


/* For azure search loading
-----------------------------------------------------------*/
input[type=text].processing {
    background-image: url(/Content/img/big-wait-indicator.gif);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 80%;
}
/*---------------------------------------------------------*/


/* MVC Modal
-----------------------------------------------------------*/
.container.modal-content {
    margin: 1.5em auto;
}
/*---------------------------------------------------------*/



/* Horizontal step listing
-----------------------------------------------------------*/
.list-steps {
    font-family: "Benton Sans Cond", "Helvetica", sans-serif;
    counter-reset: step;
    font-weight: bold;
    font-size: 150%;
    color: #99ccea;
    margin: 1.25em 0em 2em;
    padding: 0em;
    list-style: none;
    text-align: center;
}
.list-steps li {
    counter-increment: step;
    list-style: none;
    display: inline-block;
    margin: 5px;
    padding: 0px;
}
.list-steps li:before {
    display: inline-block;
    vertical-align: middle;
    content: counter(step);
    border-radius: 100%;
    background-color: #99ccea;
    color: white;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    margin: 0em .15em 0em .5em;
}
.list-steps li.active,
.list-steps li.complete {
    color: #015699;
}
.list-steps li.active:before {
    background-color: #015699;
}
.list-steps li.complete:before {
    font-family: 'Glyphicons Halflings';
    content: "\e013";
    font-weight: normal;
}
.list-steps li.complete:before {
    background-color: #015699;
}
/*.list-steps li.complete:after {
    background-color: transparent;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    line-height: 1;
    content: "\e013";
    color: #3c763d;
    height: 1em;
    border-radius: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0px;
}*/
.list-steps li.text-success {
    display: none;
}
.list-steps li.text-success.active {
    display: inline-block;
}
.list-steps li.text-success.active:before {
    /*background-color: transparent;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    line-height: 1;
    content: "\e089";
    color: #3c763d;
    font-size: 150%;
    height: 1em;
    border-radius: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0px;*/
    display: none;
}
@media (max-width: 768px) {
    .list-steps li {
        display: none;
    }
    .list-steps li.active {
        display: block;
    }
    .list-steps li:before {
        display: none;
    }
}
@media (min-width: 768px) {
    .list-steps {
        font-size: 150%;
    }
}
-----------------------------------------------------------*/

