/*
00. Normalize.css (minified)
01. Global Resets
02. Grid System
03. Theme (mobile first)
- 03a. Theme Globals
- 03b. Theme UI
- 03c. Theme Componnents
- 03d. 3rd Party Componenets (jquery, etc)
- 03e. Page Specific
04. Tablet
- 04a. Tablet Grid System
- 04b. Tablet Theme
05. Desktop
- 05a. Desktop Grid System
- 05b. Desktop Theme
*/

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:none;}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* =========================================
01. GLOBAL RESETS
============================================ */

abbr {

}

blockquote {
  background: #eee;
  margin: 0 0 1em;
  padding: 1em;
}

body {
  color: #333;
  font-family: 'Arimo', Verdana, Arial, Helvetica, Geneva, sans-serif;
  line-height: 1.4;
  margin: 0;
  position: relative;
}

a {
  font-weight: bold;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

button, 
input, 
optgroup, 
select, 
textarea {
  max-width: 100%;
}

dd {
  margin-left: 0;
  padding-left: 20px;
}

dd:before {
  border-top: 1px dashed #000;
  content: "";
  display: block;
  float: left;
  height: 10px;
  margin: 8px 5px 0 -15px;
  width: 10px;
}

fieldset {
  border: 5px double #eee;
  margin: 0;
  padding: 1em;
}

figure {
  margin: 1em 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1;
  margin: 0 0 .5em 0;
}

h1, .h1 {
  color: #e56a54;
  font-family: 'Roboto Slab', 'Times New Roman', Georgia, serif;
  font-size: 44px;
}

h2, .h2 {
  color: #1b365d;
  font-family: 'Roboto Slab', 'Times New Roman', Georgia, serif;
  font-size: 28px;
  font-weight: normal;
}

h3, .h3 {
  color: #1b365d;
  font-size: 20px;
}

h4, .h4 {
  color: #1b365d;
  font-family: 'Roboto Slab', 'Times New Roman', Georgia, serif;
  font-size: 16px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 16px;
}

.subheading {
  color: #5b7f95;
  font-size: 22px;
  font-weight: normal;
}

.dark-heading {
  color: #333333;
}

img {
  max-width: 100%;
}

legend {
  padding: 10px;
}

small {
  font-size: 10px;
}

p {
  margin: 0 0 1em 0;
}

/*p:last-child {
  margin: 0;
}*/

pre {
  background: #eee;
  border: 1px solid #ccc;
  margin: 10px;
  overflow: auto;
  max-width: 100%;
}
li.current {
	font-style: italic;
}

li.current a {
	color: black;
}

.column-names {
	font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  border: 1px solid #000;
  padding: 5px;
}

textarea {
  padding: 10px;
  width: 100%;
}

/* Jquery UI */

html .ui-icon { /* using bad selector to override jquery ui stylesheet */
  display: inline-block;
  line-height: 1em;
  font-size: 16px;
  margin: -4px 0 0 0;
  padding: 0;
}

.ui-icon-notice {
  color: #cc2c32;
}

.ui-icon-check {
  color: #93d278;
}

/* =========================================
02. GRID SYSTEM
============================================ */

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row {
  /* background: #aaa;  for testing */
  /* border: 1px solid #000;  for testing */
}

.row-inner {
  padding: 10px;
}

.row-inner:after,
.column-inner:after,
.block-inner:after {
  content: "";
  display: table;
  clear: both;
}

.row:last-child,
.column:last-child {
  padding-bottom: 0;
}

.column {
  /* background: #ccc;  for testing */
  /* border: 1px solid #000;  for testing */
  float: left;
  width: 100%;
}

.block {
  /*background: #eee;  for testing */
  padding: 10px;
}

/* =========================================
03. THEME
============================================ */

/* http://colorschemedesigner.com/csd-3.5/#3L21Tw0w0w0w0 */

/* =========================================
03a. THEME GLOBAL
============================================ */

/* overriding jquery ui css */
.ui-helper-reset {
  line-height: 1.4;
}

a {
  color: #1b365d;
}

a:hover,
a:focus {
  color: #cc2c30;
}

table {
  width: 100%;
}

/* icons */
.icon {
  background: url(../images/icons-social.png) no-repeat;
  display: inline-block;
  height: 50px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 50px;
}

.icon-fb {
  background-position: 0 0;
}

.icon-tw {
  background-position: -50px 0;
}

.icon-yt {
  background-position: -100px 0;
  width: 71px;
}

.phone {
  color: #000;
  text-decoration: none;
}

/* Buttons */

button,
input[type="submit"],
.btn,
.ui-button {
  background: #1b365d;
  border: 1px solid #1b365d;
  /*border-radius: 10px;*/
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: 7px 15px;
  text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.btn:hover,
.btn:focus,
.ui-button:hover,
.ui-button:focus {
  background: #fff;
  border-color: #1b365d;
  color: #1b365d;
  text-decoration: underline;
}

button:disabled,
input[type="submit"]:disabled,
.btn:disabled,
.ui-button:disabled,
button:disabled:hover,
button:disabled:focus,
input[type="submit"]:disabled:hover,
input[type="submit"]:disabled:focus,
.btn:disabled:hover,
.btn:disabled:focus,
.ui-button:disabled:hover,
.ui-button:disabled:focus {
  background: gray;
  border-color: gray;
  color: #fff;
  cursor: not-allowed;
  opacity: .5;
}

.btn-primary,
input[type="submit"].btn-primary {
  border-color: #e56a54;
  background: #fff;
  color: #e56a54;
}

.btn-primary:hover,
.btn-primary:focus,
input[type="submit"].btn-primary:hover,
input[type="submit"].btn-primary:focus {
  border-color: #e56a54;
  background: #e56a54;
  color: #fff;
}

.btn-secondary,
input[type="submit"].btn-secondary {
  border-color: #1b365d;
  background: #fff;
  color: #1b365d;
}

.btn-secondary:hover,
.btn-secondary:focus,
input[type="submit"].btn-secondary:hover,
input[type="submit"].btn-secondary:focus {
  border-color: #1b365d;
  background: #1b365d;
  color: #fff;
}

/*.btn-secondary,
input[type="submit"].btn-secondary {
  border-color: #e56a54;
  background: #e56a54;
  color: #fff;
}

.btn-secondary:hover,
.btn-secondary:focus,
input[type="submit"].btn-secondary:hover,
input[type="submit"].btn-secondary:focus {
  border-color: #e56a54;
  background: #fff;
  color: #e56a54;
}*/

.hidden {
  display: none;
}

.accessible-text {
	position: absolute;
	left: -9999em;
}

/* =========================================
03b. THEME UI
============================================ */

.skip-link {
  position: absolute;
  left: -9999em;
}

.skip-link:focus {
  display: block;
  left: auto;
  position: relative;
  text-align: center;
}

/* header */

.site-header {
  border-bottom: 2px solid #e56a54;
  text-align: center;
}

.hdr-applicant-info,
.hdr-applicant-account,
.hdr-applicant-logout {
  margin-bottom: .5em;
}

.hdr-applicant-account a,
.hdr-applicant-logout a {
  color: #000;
  text-decoration: none;
}

.hdr-applicant-account a:hover,
.hdr-applicant-account a:focus,
.hdr-applicant-logout a:hover,
.hdr-applicant-logout a:focus {
  text-decoration: underline;
}

.hdr-applicant-navigation .menu {
  text-align: left;
}

/* navigation */

nav .block {
  margin: 0;
}

.menu-toggle:before {
  content: "\e6c3";
  display: inline-block;
  font-family: 'jquery-ui',sans-serif;
  margin-right: 5px;
  vertical-align: top;
}

.menu {
  list-style: none;
  padding: 0;
}

.menu-level-1 {
  display: none;
  margin: 10px 0 0 0;
}

.open-menu {
  display: block;
}

.menu-item {
  position: relative;
}

.menu-link {
  color: #1B365D;
  display: block;
  padding: 10px;
  text-decoration: none;
}

.menu-link-active,
.menu-link:hover,
.menu-link:focus {
  color: #333;
}

/* site subheader */

/*.site-subheader {
	margin-bottom: 10px;
}*/

.site-admin {
  background: #e8ffe8;
}

/* Pre-session language list */
.language-list {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.language-list li {
  display: inline-block;
  margin: 0 10px 0 0;
}

/* System warning */
.system-warning {
  background-color: #fef5f1;
  border: 1px solid #ed541d;
  border-radius: 4px;
  clear: both;
  color: #8c2e0b;
  display: block;
  font-size: 14px;
  font-style: italic;
  margin: 10px 0;
  padding: 3px;
  text-align: center;
  width: 100%;
}

/* Session timeout warning */
.timeout-warning {
  background-color: #f6f6f6;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  clear: both;
  display: block;
  font-size: 14px;
  font-style: italic;
  margin: 5px 0;
  padding: 3px;
  text-align: center;
  width: 100%;
}

.session-endtime {
	font-weight: bold;
}

/* content */

.site-content {
  padding: 20px 0;
}

/* postscript */

.post {
  background: #06266F;
}

.post .block {
  background: #2A4480;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px;
}

/* Footer */

.site-footer {
  background: #757575;
  color: #fff;
  /*margin-top: 20px;*/
  text-align: center;
}

.site-footer a,
.ftr-menu .menu-link {
  color: #fff;
  padding: 2px 10px;
  text-decoration: underline;
}

.site-footer a:hover,
.site-footer a:focus,
.ftr-menu .menu-link:hover,
.ftr-menu .menu-link:focus {
  color: #fff;
  text-decoration: none;
}

.ftr-menu .menu {
  display: block;
}

.ftr-menu li {
  display: inline-block;
}

.site-footer p {
  margin-bottom: 0px;
}

.block.ftr-copyright, .block.ftr-contact, .block.ftr-menu {
  padding: 2px 5px;
}


/* =========================================
03c. THEME COMPONENTS
============================================ */

/* Callout */

.block-callout {
  background: #6C8CD5;
  border: 2px solid #06266F;
  padding: 20px;
}

.callout-image {
  text-align: center;
}

.callout-text {
  margin-bottom: 1em;
}

/* Feed */

.feed-item + .feed-item {
  margin-top: 1em;
}

.feed-title {
  margin: 0;
}

.feed-body {
  margin-bottom: 1em;
}

/* Form */

.page-content {
  color: #81642b;
}

.form-row {
  margin-bottom: 1em;
}

.field-label {
  margin-bottom: .5em;
}

.field-help {
  color: #66b;
  font-style: italic;
  margin-top: .5em;
}

.field-textarea .field-help {
  margin: 0 0 .5em;
}

.field-required {
  color: #df0000;
  text-decoration: none;
}


/* Messages / Feedback */

.msg,
.msg-info {
  background: #eed;
  border: 1px solid #000;
  color: #000;
  padding: 10px;
}

.msg + .msg {
  margin-top: 1em;
}

.msg-success {
  background: #f8fff0;
  border-color: #be7;
  color: #234600;
}

.msg-alert {
  background: #fffce5;
  border-color: #ed5;
  color: #840;
}

.msg-error {
  background: #fef5f1;
  border-color: #ed541d;
  color: #8c2e0b;
}


/* Workflow bar */

.workflow-bar {
  background: #e8e8d8;
}

.active-step {
  font-variant: small-caps;
}

.step-complete {
  font-weight: bold;
}

.step-incomplete {
  font-style: italic;
}

.movement-buttons {
  margin-top: 5px;
}

.movement-buttons a:hover {
  text-decoration: none;
}

.movement-previous {
  float: left;
  text-decoration: none;
}

.movement-next {
  float: right;
}


/* Milestones */

.scholarship-list .learn-or-apply {
  text-transform: uppercase;
}


/* Autocomplete */

.ui-autocomplete.ui-widget.ui-widget-content {
    border: 0;
    -webkit-box-shadow: 0 2px 8px 0px rgba(0,0,0,.3);
    box-shadow: 0 2px 8px 0px rgba(0,0,0,.3);
}
.ui-autocomplete .ui-menu-item {
    border: 0;
    padding: 0;
}
.ui-autocomplete .ui-menu-item:nth-of-type(even) {
    background: #f6f6f6;
}
.ui-autocomplete  .ui-menu-item-wrapper{
    padding: 3px 7px 4px;
}
.ui-autocomplete .ui-menu-item .ui-state-active {
	text-decoration: none;
	margin: 0;
	border: 0;
	background: #1b365d;
	color: #fff;
}
.ui-autocomplete .sub-line {
	margin: 0 0 0 10px;
	font-size: .9em;
	opacity: .9;
	display: block;
}
.ui-autocomplete .ui-menu-item-disabled-info {
    font-size: .95em;
}
.ui-autocomplete .ui-menu-item-disabled-info,
.ui-autocomplete .ui-menu-item-disabled-info:hover div,
.ui-autocomplete .ui-menu-item-disabled-info .ui-state-active {
    font-style: italic;
    color: #000;
    background: #fff;
    border: 0;
    cursor: default;
}

/* Misc */

.help {
  color: #81642b;
  font-size: 14px;
  font-style: italic;
  margin-bottom: .5em;
}

/* =========================================
03d. 3RD PARTY COMPONENTS
============================================ */

/* Jquery UI Global */

/* .ui-button is added in 03a. THEME GLOBAL */

/* Jquery UI Dialog */

.ui-dialog-titlebar {
  border: 1px solid #cb2c2f;
  background: #cb2c2f;
  background: -moz-linear-gradient(top,  #c94446 0%, #b20000 100%);
  background: -webkit-linear-gradient(top,  #c94446 0%,#b20000 100%);
  background: linear-gradient(to bottom,  #c94446 0%,#b20000 100%);
  color: #fff;
}

.ui-dialog-titlebar-close {
  background: #fff;
  border: 1px solid #cb2c2f;
  border-radius: 10px;
  color: #cb2c2f;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
}

.ui-dialog-titlebar-close:hover .ui-button-icon,
.ui-dialog-titlebar-close:focus .ui-button-icon {
  border-bottom: 1px solid #cb2c2f;
}

/* =========================================
03e. PAGE SPECIFIC
============================================ */

/* Index */

.form-renewal-account .field-email-new { display: none; }
.form-renewal-account .field-email .field-text label { display: block; }
.form-renewal-account .fields-password .rating { display: block; position: static; margin-left: 0;}
.form-renewal-account fieldset:not(:first-of-type) {margin-top: 0px;padding-top: 20px;border-top: 1px solid #e4e4e4;}


.row-login label {
  display: block;
  margin-bottom: .5em;
}

.row-login .label-text {
  width: 90px;
}

.page-index .page-title {
  text-align: center;
}

.page-title .index-welcome {
  max-width: 505px;
  margin: 0 auto 1em;
}

.col-centered {
  margin-left: auto;
  margin-right: auto;
}

.form-wrap {
  margin-bottom: 2em;
}

.form-wrap {
  padding: 20px 15px;
  border-radius: 15px;
  background: #f9f9f9;
  border: 1px solid #333333;
}

.form-picker {
  background: #bfced6;
  padding: 20px 15px;
}

.form-wrap fieldset {
  border: 0;
  padding: 0;
}

.form-wrap input[type=text],
.form-wrap input[type=password],
.form-wrap select {
  width: 100%;
}

.form-wrap button,
.form-wrap input[type=submit],
.form-wrap .btn {
  width: 100%;
}

.reset-link {
  text-align: center;
}

.form-picker ul,
.form-picker li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.form-picker li + li {
  margin-top: 1em;
}

.gtm-login {
  margin-bottom: 20px;
}

#rec-form-errors > div { display: none; }


/* Account Help Page */

.get-username-process li,
.reset-password-process li {
  margin: 0 0 5px;
}

.form-wrap li {
  display: block;
}

#form-picker ul {
	text-align: center;
}


/* Reset password styles */

.get-username-process,
.reset-password-process {
	list-style: outside none none;
	margin: 5px 0;
	padding: 0;
}
.get-username-process li,
.reset-password-process li {
	display: inline-block;
	margin: 0 10px 0 0;
}


/* One-time password entry styles */

.rating {
	position: absolute;
	margin: 5px 0 0 5px;
}
html .rating .ui-icon {
	float: left;
	left: 0;
	margin-left: 0;
}

.form-account-help form {
	padding-bottom: 15px;
}
body .form-account-help #display-username {
	margin: 0 -15px 15px;
	padding: 20px 35px;
	background: #f1f1f1;
}
body .form-account-help .instructions {
	font-style: italic;
	margin-bottom: 20px;
}
body .form-account-help input[type=password] {
	padding: 3px 5px;
	width: 60%;
}
body .rating .ui-icon,
body .form-account-help .rating .ui-icon {
	color: #ccc;
}
body .rating .ui-icon.pass,
body .form-account-help .rating .ui-icon.pass {
	color: #e56a54;
}
body .form-account-help input[type=submit] {
	width: 60%;
}
@media screen and (min-width: 960px) {
	body .form-account-help .field-widget {
		width: 50%;
	}
	body .form-account-help .submit-help,
	body .form-account-help input[type=submit] {
		width: 38%;
		margin-left: 31%;
	}
	body .form-account-help input[type=password] {
		width: 100%;
	}
}
@media screen and (max-width: 400px) {
	body .form-account-help input[type=submit],
	body .form-account-help input[type=password] {
		width: 100%;
	}
	.rating {
		position: static;
	}
	body .form-account-help #display-username {
		padding: 20px 15px;
	}
}


/* Dashboard and/or Scholarships Page */

.scholarship-list-container + .scholarship-list-container {
  margin-top: 2em;
}

.scholarship-list,
.scholarship-milestones {
  list-style: none;
  margin: 0;
  padding: 0;
}

.scholarship-list + .scholarship-list {
  margin-top: 1em;
}

.scholarship-list-item {
  border: 2px solid #757575;
  padding: 10px;
}

.scholarship-image {
  margin: 0 auto;
  max-width: 250px;
  min-height: 130px;
  text-align: center;
}

.scholarship-milestones {
  list-style: none;
  margin: 0;
  padding: 0;
}

.milestone-status {
  height: 25px;
  left: 0;
  position: absolute;
  text-indent: -9999em;
  top: 35px;
  white-space: nowrap;
  width: 100%;
}

.all-complete {
  display: none;
}

.scholarship-identity,
.scholarship-name,
.scholarship-opens,
.scholarship-due {
  padding-bottom: 5px;
}

.scholarship-name .scholarship {
  font-weight: bold;
}

.due-soon {
  color: #df0000;
}


.dashboard-scholarships {
	display: flex;
}
.dashboard-scholarships >div {
	display: block;
	padding: 0;
	margin: 0;
}
.scholarship-type-menu {
	width: 180px;
    color: #eee;
    padding: 25px 0;
    background: #1b365d;
}
.scholarship-container {
	width: calc(100% - 200px);
	padding-left: 20px;
}
.scholarship-container .program-splitter {
	margin: 25px auto 35px;
	height: 1px;
	border: 0;
	background: #ccc;
	width: 95%;
}

.scholarship-type-menu ul,
.scholarship-type-menu li,
.scholarship-type-menu a {
    display: block;
    padding: 0;
    margin: 0;
}
.scholarship-type-menu li:not(:last-of-type) {
    border-bottom: 1px solid #595959;
}
.scholarship-type-menu ul ul li:not(:last-of-type) {
    border-bottom: 1px solid #494949;
}
.scholarship-type-menu a {
    color: #eee;
    padding: 4px 8px 5px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.scholarship-type-menu .count {
    opacity: .55;
}
.scholarship-type-menu .top-level.active > a,
.scholarship-type-menu .top-level > a:focus {
	text-decoration: none;
	color: #152a49;
	background: #fff;
}
.scholarship-type-menu .type-menu-sub {
    font-size: .9em;
    display: none;
    background: #152a49;
}
.scholarship-type-menu .active > .type-menu-sub {
	display: block;
}
.scholarship-type-menu .type-menu-sub a {
    padding-left: 15px;
}
.scholarship-type-menu .top-level.active .type-menu-sub .active a {
	color: #fff;
	padding-left: 20px;
	color: #fff;
    background: #152a49;
}
.scholarship-type-menu a:focus,
.scholarship-type-menu a:hover {
    text-decoration: none;
    color: #152a49;
	background: #f9f9f9;
}
.scholarship-type-menu .type-menu-sub a:hover {
	color: #fff;
    background: #152a49;
}


/* Application page */

.anchor:hover,
.anchor:focus {
  color: #757575;
  text-decoration: none;
}

.form-submit {
  text-align: center;
}

.fixed-submit {
  background: #fff;
  bottom: 0;
  left: 0;
  padding: 10px;
  position: fixed;
  width: 100%;
  z-index: 100;
}

/* Documents page */

.document-requirements-list {
	list-style: none;
	margin: 0 0 20px 20px;
	padding: 0;
}
.program-document-requirements {
	list-style: none;
	margin: 0;
	padding: 0;
}
.type-name {
	display: inline-block;
	width: 250px;
}
.minimum-required,
.maximum-allowed {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 200px;
}
.backpack-list {
	border: 1px solid #333;
}
.backpack-list tbody tr:nth-child(odd) {
	background-color: #e8e8e8;
}
.backpack-list th,
.backpack-list td {
	padding: 4px;
	text-align: left;
	vertical-align: top;
}
.backpack-list .delete-column {
	text-align: center;
}
.s3-invalid {
	font-style: italic;
	text-decoration: line-through;
	background-color: khaki;
}
.locked-document {
	display: none;
}

.add-documents,
.documents-list {
  margin-bottom: 1em;
}


.document-type-id,
.document-file,
.document-description {
  display: block;
  margin-bottom: .5em;
}

.document-type-id .label-text,
.document-file .label-text,
.document-description .label-text {
  display: inline-block;
  width: 140px;
}

.assignment-list .program-name {
  min-width: 30%;
}

/* Recommenders */

.program-requirements-list {
	list-style: none;
	margin: 0 0 20px 20px;
	padding: 0;
}
.program-requirements {
	list-style: none;
	margin: 0;
	padding: 0;
}
.contributor-list {
	border: 1px solid #333;
	list-style: none;
}
.contributor-list tbody tr:nth-child(odd) {
	background-color: #e8e8e8;
}
.contributor-list th,
.contributor-list td {
	padding: 4px;
	text-align: left;
	vertical-align: top;
}
.contributor-list .ui-icon {
	margin-top: 4px;
}

.program-assignment,
.assignment-status-date {
	text-align: center;
}
.assignment-status {
	text-align: right;
}

.add-recommender,
.recommender-list {
  margin-bottom: 1em;
}

.contributor-add-email,
.contributor-add-first-name,
.contributor-add-last-name {
  display: block;
  margin-bottom: .5em;
}

.contributor-add-email .label-text,
.contributor-add-first-name .label-text,
.contributor-add-last-name .label-text {
  display: inline-block;
  width: 140px;
}

/* Recommendation workflow */

.recommendation-applicant {
  font-size: 18px;
  margin: 0 0 15px;
}

/* Account / Settings */

.form-field {
  margin-bottom: .5em;
}

.form-field-text label {
  display: inline-block;
  width: 140px;
}

.form-field-radio input {
  margin-right: 1em;
}

/* Review */
.review-anchor {
  text-align: right;
}

.highlight-value {
  background-color: lightgoldenrodyellow;
  border-color: red;
  border-style: double;
  border-width: 3px;
}

/* =========================================
04. TABLET
============================================ */
@media screen and (min-width: 768px) {


  /* =========================================
  04a. TABLET GRID SYSTEM
  ============================================ */

  /* 6 of 12 */
  .col-6 {
    width: 50%;
    padding-bottom: 0;
  }

  /* 3 of 12 */
  .col-3 {
    width: 50%;
  }

  .col-3:nth-child(3),
  .col-3:nth-child(4) {
    padding-bottom: 0;
  }

  /* =========================================
  04b. TABLET THEME
  ============================================ */

  /* Header */
  .site-header-branding,
  .site-header-info {
    width: 100%;
  }

  /* Content */
  .main-content,
  .sidebar1,
  .sidebar2 {
    width: 100%;
  }

  /* Footer */

  .footer2 {

  }

  /* Scholarships Page */

  .scholarship-list-item {
    overflow: hidden;
  }

  .scholarship-image {
    float: left;
    min-height: 170px;
    width: 25%;
  }

  .scholarship-image {
    max-width: 180px;
    padding: 10px 10px 10px 5px;
  }

  .scholarship-identity,
  .scholarship-milestones {
    float: left;
    padding: 5px;
    width: 75%;
  }

}

/* =========================================
05. Dekstop
============================================ */
@media screen and (min-width: 960px) {

  /* =========================================
  05a. DESKTOP GRID SYSTEM
  ============================================ */

  /* 12 of 12 */
  .col-12 {
    width: 100%;
  }

  /* 10 of 12 */
  .col-10 {
    width: 83.333%;
  }

  /* 9 of 12 */
  .col-9 {
    width: 75%;
  }

  /* 8 of 12 */
  .col-8 {
    width: 66.666%;
  }

  /* 7 of 12 */
  .col-7 {
    width: 58.333%;
  }

  /* 6 of 12 */
  .col-6 {
    width: 50%;
  }

  /* 5 of 12 */
  .col-5 {
    width: 41.666%;
  }

  /* 4 of 12 */
  .col-4 {
    width: 33.333%;
  }

  /* 3 of 12 */
  .col-3 {
    width: 25%;
  }

  /* 2 of 12 */
  .col-2 {
    width: 16.666%;
  }

  /* 1 of 12 */
  .col-1 {
    width: 8.333%;
  }

  /* =========================================
  05b. DESKTOP THEME
  ============================================ */

  /* global */

  .row-inner {
    margin: 0 auto;
    max-width: 1150px;
    padding: 0 10px;
  }

  /* form */

  .field-label,
  .field-widget {
    display: inline-block;
    vertical-align: top;
    width: 49%;
  }

  .form-row-stacked .field-label,
  .form-row-stacked .field-widget {
    display: block;
    width: 100%;
  }

  /* Header */

  .site-header .row-inner {
    position: relative;
  }

  .site-header-branding,
  .site-header-info {
    display: inline-block;
    float: none;
    vertical-align: middle;
  }

  .site-header-info {
    width: 74%;
  }

  .site-applicant-area {
    float: right;
    min-width: 680px;
    padding: 10px 0 0;
    text-align: right;
  }

  .hdr-applicant-info {
    float: left;
  }

  .hdr-applicant-account,
  .hdr-applicant-logout {
    float: right;
  }

  .hdr-applicant-account {
    margin-right: 3px;
  }

  .hdr-applicant-account:after {
    content: "|";
    display: inline-block;
    margin-left: 3px;
  }

  .hdr-applicant-name,
  .hdr-applicant-id {
    display: inline-block;
    margin-left: .5em;
  }

  .hdr-applicant-navigation {
    clear: both;
    float: right;
  }

  .site-header {
    text-align: left;
  }

  /* Menu */

  nav {
    position: relative;
    z-index: 10;
  }

  .menu-toggle {
    display: none;
  }

  .menu-level-1 {
    display: block;
    margin: 0;
  }

  .hdr-applicant-navigation .menu-link {
    border-bottom: 3px solid #fff;
  }

  .hdr-applicant-navigation .menu-link-active,
  .hdr-applicant-navigation .menu-link:hover,
  .hdr-applicant-navigation .menu-link:focus {
    text-decoration: none;
    border-bottom-color: #333;
  }

  .icons-applicant-menu:before {
    background: url(../images/icons-applicant-menu.png) no-repeat;
    content: "";
    display: block;
    height: 50px;
    margin: 0 auto;
    width: 50px;
  }

  .icon-profile:before {
    background-position: 0 0;
  }

  .menu-item-active .icon-profile:before {
    background-position: 0 -100px;
  }

  .icon-profile:hover:before {
    background-position: 0 -50px;
  }

  .icon-scholarships:before {
    background-position: -50px 0;
  }

  .menu-item-active .icon-scholarships:before {
    background-position: -50px -100px;
  }

  .icon-scholarships:hover:before {
    background-position: -50px -50px;
  }

  .icon-documents:before {
    background-position: -100px 0;
  }

  .menu-item-active .icon-documents:before {
    background-position: -100px -100px;
  }

  .icon-documents:hover:before {
    background-position: -100px -50px;
  }

  .icon-recommenders:before {
    background-position: -150px 0;
  }

  .menu-item-active .icon-recommenders:before {
    background-position: -150px -100px;
  }

  .icon-recommenders:hover:before {
    background-position: -150px -50px;
  }

  .icon-settings:before {
    background-position: -200px 0;
  }

  .menu-item-active .icon-settings:before {
    background-position: -200px -100px;
  }

  .icon-settings:hover:before {
    background-position: -200px -50px;
  }

  .icon-dashboard:before {
    background-position: -250px 0;
  }

  .menu-item-active .icon-dashboard:before {
    background-position: -250px -100px;
  }

  .icon-dashboard:hover:before {
    background-position: -250px -50px;
  }

  .sub-menu {
    position: absolute;
    transition: .2s .5s;
    visibility: hidden;
  }

  .menu-item:hover > .sub-menu,
  .menu-item.focus > .sub-menu {
    visibility: visible;
    transition-delay: 0s;
  }

  .sub-menu .menu-item {
    width: 150px;
  }

  .menu-item-level-1 {
    display: inline-block;
    margin-right: 1px;
    max-width: 150px;
    text-align: center;
    vertical-align: top;
  }

  .menu-level-2 {
    left: 0;
    top: 105%;
  }

  .menu-level-3 {
    left: 100%;
    top: 0;
  }

  /* Content */

  .main-content,
  .sidebar1 {
    position: relative;
  }

  /* Scholarschip */

  .scholarship-list-item {
  	margin-top: 1em;
    padding: 5px;
    position: relative;
  }

  .scholarship-image {
    max-width: 160px;
  }

  .scholarship-identity {
    width: auto;
  }

  .scholarship-list {
    padding-left: 40px;
  }

  .scholarship-milestones,
  .scholarship-milestones-item {
    line-height: 1;
    position: relative;
  }

  .scholarship-milestones {
    margin-top: 10px;
    min-height: 75px;
    min-width: 75%;
    padding: 0 0 0 30px;
    width: auto;
  }

  .scholarship-milestones-item {
    display: inline-block;
    font-size: 15px;
    height: 20px;
    padding-left: 20px;
  }

  .scholarship-milestones-item a,
  .scholarship-milestones-item .faux-atag {
    display: block;
  }

  .scholarship-milestones-item .ui-icon {
    display: none;
  }

  .milestone-status {
    background: gray;
  }

  .recommendations-milestone {
    z-index: 40;
  }

  .questions-milestone {
    z-index: 30;
  }

  .documents-milestone {
    z-index: 20;
  }

  .review-milestone {
    z-index: 10;
  }

  .all-complete {
    z-index: 1;
  }

  .all-complete .milestone-status {
    background: none;
  }

  .milestone-status:after,
  .milestone-status:before {
    content: " ";
    position: absolute;
    top: 0;
    right: -17px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 17px solid gray;
    z-index: 2;
    transition: border-color 0.2s ease;
  }

  .milestone-status:before {
    right: auto;
    left: 0;
    border-left: 17px solid #fff;
    z-index: 0;
  }

  .all-complete .milestone-status:before {
    z-index: 10;
  }

  .scholarship-milestones-item:first-child .milestone-status:before {
    border: none;
  }

  .scholarship-milestones-item:first-child .milestone-status:before,
  .all-complete .milestone-status:after {
    background: gray;
    border: 4px solid #fff;
    border-radius: 30px;
    content: '';
    display: block;
    left: -25px;
    height: 41px;
    position: absolute;
    top: -8px;
    width: 41px;
  }

  .scholarship-milestones-item:first-child .milestone-status:before,
  .all-complete .milestone-status-complete:after {
    background: #3fbb3f;
  }

  .all-complete .milestone-status:after {
    left: auto;
    right: -15px;
    top: -8px;
  }

  .milestone-status-complete {
    background: #3fbb3f;
  }

  .milestone-status-complete:after {
    border-left-color: #3fbb3f;
  }

  .account-search-form label,
  .account-editor-form label {
    display: inline-block;
    min-width: 100px;
  }

}

@media screen and (min-width: 1150px) {

  .scholarship-milestones-item {
    font-size: 16px;
    padding: 0 15px 0 35px;
  }

  .scholarship-milestones-item:first-child {
    padding-left: 0;
  }

  .all-complete .milestone-status:after {
    left: auto;
    right: 18px;
  }

}
