/* Minification failed. Returning unminified contents.
(8,1): run-time error CSS1019: Unexpected token, found '@import'
(8,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic")'
(6612,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(6613,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(6626,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(6627,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(6654,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(6655,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(6677,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(6678,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(6687,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(6688,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(6707,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(6708,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(8607,31): run-time error CSS1030: Expected identifier, found 'a'
(8607,32): run-time error CSS1031: Expected selector, found ')'
(8607,32): run-time error CSS1025: Expected comma or open brace, found ')'
(8630,33): run-time error CSS1030: Expected identifier, found 'a'
(8630,34): run-time error CSS1031: Expected selector, found ')'
(8630,34): run-time error CSS1025: Expected comma or open brace, found ')'
 */

@charset "UTF-8";
/* Compiled from Site.scss */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic");
html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

use {
  pointer-events: none;
}

/* Non-color variables will be placed here */
/* Copied from EDS for use in Self-Service .scss files */
/* Non-color variables will be placed here */
/* Color variables */
/* Copyright 2015-2016 Ellucian Company L.P. and its affiliates. */
/* ----------------------------------------------------------- */
/* //////////  Structural Elements                 //////////  */
/* ----------------------------------------------------------- */
.clear-group:after {
  content: "";
  display: table;
  clear: both;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.normal {
  font-weight: normal;
}

.block {
  display: block;
}

.doNotRead {
  speak: none;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.vertical-align-top {
  vertical-align: top;
}

.vertical-align-middle {
  vertical-align: middle;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.paragraph--break-word {
  word-wrap: break-word;
}

/* ----------------------------------------------------------- */
/* //////////   Accessibility Classes               //////////  */
/* ----------------------------------------------------------- */
.offscreen-wrapper:focus {
  overflow: hidden;
}

.offScreen {
  position: absolute;
  left: -1000em;
  text-indent: -1000em;
}

/* ----------------------------------------------------------- */
/* //////////   Utility Classes                    //////////  */
/* ----------------------------------------------------------- */
.overflow-hidden {
  overflow: hidden;
}

.hide-content, .esg-table--no-mobile .esg-table-body__row.hide-content {
  display: none;
}

.hidden {
  visibility: hidden;
}

/*------------- ToolTip Styles ----------------*/
#menu-tooltip {
  font-size: 0.875em;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
  line-height: 1.5;
  color: #ffffff;
  background: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
  background: -ms-radial-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
  background: linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 3;
  padding: .615em .879em .44em .879em;
}

/*------------Sticky Content Styles---------------*/
.stick-content {
  position: fixed;
  top: 0;
  z-index: 1000;
  padding-bottom: 1em;
  margin-top: 0;
  box-shadow: 0 1px 10px 1px #767676;
}

#main-content:focus {
  outline-width: 0;
}

.drag-handle {
  content: '....';
  width: 10px;
  display: inline-block;
  line-height: 5px;
  padding: 3px 4px;
  cursor: move;
  vertical-align: middle;
  margin-right: .7em;
  margin-bottom: 1em;
  font-size: 12px;
  font-family: sans-serif;
  letter-spacing: 2px;
  color: #cccccc;
  text-shadow: 1px 0 1px black;
}

.esg-icon__link .esg-icon__container {
  margin-right: .3125rem;
}

.drag-handle {
  content: '....';
  width: 10px;
  display: inline-block;
  line-height: 5px;
  padding: 3px 4px;
  cursor: move;
  vertical-align: middle;
  margin-right: .7em;
  margin-bottom: 1em;
  font-size: 12px;
  font-family: sans-serif;
  letter-spacing: 2px;
  color: #cccccc;
  text-shadow: 1px 0 1px black;
}

.drag-handle::after {
  content: '.. .. .. ..';
}

/* Copyright 2018 Ellucian Company L.P. and its affiliates.    */
/* ----------------------------------------------------------- */
/* ////////////  ESG Icons                       ////////////  */
/* ----------------------------------------------------------- */
/* Make display inline instead of inline-block to allow labels to wrap in constrained spaces instead of push to new line */
.esg-icon__label {
  margin-left: 0.25rem;
}

.esg-icon__link .esg-icon__container {
  margin-right: .3125rem;
}

/* Copyright 2018 Ellucian Company L.P. and its affiliates.    */
/* ----------------------------------------------------------- */
/* ////////////  ESG Tabs                        ////////////  */
/* ----------------------------------------------------------- */
/* Reverse the padding on esg-tab__content with a negative margin. */
/* Cannot remove padding on esg-tab__content because that would    */
/* impact all tab panels in a tab set and there are cases where    */
/* only one panel needs no padding/margin                          */
.esg-tab__panel--no-margin {
  margin: -1.25rem;
}

@media only screen and (min-width: 48rem) {
  .esg-tab__content--mobile-only {
    margin-top: inherit;
    padding: inherit;
    border: inherit;
    border-top: inherit;
    border-bottom: inherit;
    background-color: inherit;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
  }
}

.esg-tab__panel h1,
.esg-tab__panel h2,
.esg-tab__panel h3,
.esg-tab__panel h4,
.esg-tab__panel h5,
.esg-tab__panel h6 {
  line-height: 1.6rem;
}

/* Copyright 2018 Ellucian Company L.P. and its affiliates.    */
/* ----------------------------------------------------------- */
/* ////////////  ESG Pagination                  ////////////  */
/* ----------------------------------------------------------- */
.esg-pagination--no-margin {
  margin: 0;
}

/* ----------------------------------------------------------- */
/* //////////  Sliding Panel Styles             //////////  */
/* ----------------------------------------------------------- */
.panel-wrapper {
  width: 100%;
  height: auto;
  background: #ffffff;
  z-index: 900;
  position: absolute;
  display: none;
}

.panel-controller,
.multi-accordion-controller {
  margin: 0px;
}

.panel-controller a,
.multi-accordion-controller a {
  font-weight: bold;
  text-decoration: none;
}

.panel-back-link-container {
  background-color: #5353D1;
}

.panel-back-link-container.inner-back-link {
  background-color: #767676;
}

.panel-back-link-container span.arrow.arrow-left {
  float: left;
  position: absolute;
  top: 2.1em;
  left: 1.1em;
  border-color: #ffffff;
}

.panel-back-link-container p {
  color: #ffffff;
  padding-left: 12px;
  padding-bottom: 14px;
  line-height: 13px;
  font-size: 13px;
}

.panel-controller img.carrot-icon {
  position: relative;
  top: .063em;
  float: right;
  height: 1.0em;
  padding-right: 1.2em;
}

h2.panel-back-link .esg-icon {
  fill: #ffffff;
}

h2.panel-back-link {
  font-size: 1.538em;
  font-weight: bold;
  color: #ffffff;
  padding-left: 1rem;
  line-height: 1.5;
}

.panel-content {
  background-color: #ffffff;
  display: none;
}

@media all and (max-width: 480px) {
  h2.panel-back-link {
    padding: 12px 1.9em;
  }
  .panel-back-link-container span.arrow.arrow-left {
    top: 1.6em;
  }
  .panel-back-link-container p {
    display: none;
  }
}

.panel-table {
  width: 100%;
}

/* End Sliding Panel */
/* ----------------------------------------------------------- */
/* //////////   OLD Sliding Panel - Remove after FA fixed ///  */
/* ----------------------------------------------------------- */
/* Used in Documents page in FA -- needs to be replaced with KO binding panel */
.parent-panel {
  overflow: hidden;
  position: relative;
}

.overlay-panel {
  background-color: #ffffff;
  height: 100%;
  left: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: left 750ms cubic-bezier(0, 1, 0.75, 1);
  -moz-transition: left 750ms cubic-bezier(0, 1, 0.75, 1);
  -o-transition: left 750ms cubic-bezier(0, 1, 0.75, 1);
  transition: left 750ms cubic-bezier(0, 1, 0.75, 1);
  display: none;
}

.overlay-panel.slide {
  left: 0;
  -webkit-transition: left 750ms cubic-bezier(0, 1, 0.75, 1);
  -moz-transition: left 750ms cubic-bezier(0, 1, 0.75, 1);
  -o-transition: left 750ms cubic-bezier(0, 1, 0.75, 1);
  transition: left 750ms cubic-bezier(0, 1, 0.75, 1);
}

/* ----------------------------------------------------------- */
/* //////////  Buttonless Radio Elements               //////////  */
/* ----------------------------------------------------------- */
[type="radio"].buttonless {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* One radio button per line */
label.buttonless {
  display: block;
  cursor: pointer;
}

[type="radio"].buttonless + span {
  display: block;
}

/* the basic, unchecked style 
[type="radio"].buttonless + span:before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.25em;
  border-radius: 1em;
  border: 0.125em solid $color-base-95;
  box-shadow: 0 0 0 0.15em $color-base-10;
  margin-right: 0.75em;
  transition: 0.5s ease all;
}

 the checked style using the :checked pseudo class 
[type="radio"]:checked + span:before {
  background: green;
  box-shadow: 0 0 0 0.25em $color-base-10;
}

 never forget focus styling 
[type="radio"]:focus + span:after {
  content: '\0020\2190';
  font-size: 1.5em;
  line-height: 1;
  vertical-align: -0.125em;
}*/
/* ----------------------------------------------------------- */
/* //////////  Person Proxy Elements               //////////  */
/* ----------------------------------------------------------- */
.proxy-banner {
  background-color: #00af69;
  color: #ffffff;
  padding: .875rem .875rem .875rem 3.750rem;
}

.proxy-banner #change-user-button {
  margin-left: 1em;
}

.proxy-subject-container {
  background-color: #efefef;
  border: 2px solid #767676;
  border-radius: 1rem;
  padding: .5rem .5rem;
  margin: .5rem 0;
  display: block;
  cursor: pointer;
  width: inherit;
  text-align: left;
}

.reauthorization-required {
  margin-top: .9em;
}

.proxy-subject-container:hover,
.proxy-subject-container:focus,
.proxy-subject-container.focused,
.proxy-subject-container.unavailable {
  background-color: #d5d5d5;
  border: 2px solid #767676;
}

.proxy-subject-container.selected {
  background-color: #eaf7f2;
  border: 2px solid #00af69;
}

.proxy-subject-container.unavailable {
  cursor: default;
  color: #999999;
  border-color: #999999;
}

.proxy-subject-name {
  padding-left: 1.5em;
  margin-top: 2em;
  position: absolute;
  display: inline-block;
}

#proxy-selection-dialog legend {
  padding-left: .5em;
  padding-bottom: 1em;
}

.proxy-ribbon {
  position: relative;
  float: right;
  top: -4.6rem;
  left: -.3rem;
  width: 3.6rem;
  background-color: #51abff;
  color: #ffffff;
  padding: 0.385em 1.154em;
  margin-bottom: -10rem;
}

.proxy-ribbon-shadow {
  position: relative;
  float: right;
  z-index: 1;
  border-style: solid;
  top: -2.75rem;
  left: 3.3rem;
  border-color: transparent transparent transparent #2874bb;
  border-width: 0 0 0.769em 0.846em;
  margin-right: 3.6rem;
  margin-bottom: -.7rem;
}

@media all and (max-width: 769px) {
  .proxy-banner #change-user-button {
    display: block;
    margin-left: 0;
    margin-top: 1em;
  }
}

@media all and (max-width: 320px) {
  .proxy-subject > label > img {
    display: none;
  }
  .proxy-subject > label > div {
    display: initial;
  }
}

/* ------------------------------------------------------------- */
/* //////////  Person Proxy Styles                   //////////  */
/* ------------------------------------------------------------- */
.permissions span:after {
  content: ", ";
}

.permissions span:last-child:after {
  content: "";
}

#no-workflows-enabled-message,
#proxy-disclosure-field {
  line-height: 1;
}

#proxy-disclosure-field {
  margin: 1.3em 0;
}

#proxy-disclosure-reauth-field {
  margin-bottom: 1.3em;
}

button.proxy-subject-container {
  width: calc(100% - 1rem);
}

#active-proxies th:nth-child(1) {
  width: 20%;
}

#active-proxies th:nth-child(4) {
  width: 12%;
}

#active-proxies th:nth-child(5) {
  width: 10%;
}

#active-proxies td::before {
  color: #444444;
  margin-bottom: 1em;
}

.arrow .arrow-up {
  position: relative;
  top: .2em;
}

#add-a-proxy-detail .required {
  clear: none;
}

/* ----------------------------------------------------------- */
/* //////////   Media Queries                      //////////  */
/* ----------------------------------------------------------- */
@media all and (max-width: 479px) {
  .proxy-section-content {
    padding: 1em;
  }
  #active-proxies td.permissions {
    width: auto;
  }
}

@media (max-width: 769px) {
  #proxy-permissions-field .column-one {
    display: none;
  }
  .column-nine .column-two.empty {
    display: none;
  }
}

@media all and (max-width: 769px) {
  #active-proxies td {
    border-bottom: none;
  }
  #active-proxies td.person-photo {
    text-align: left;
    padding-left: 1em;
  }
}

/* Copyright 2015-2018 Ellucian Company L.P. and its affiliates. */
/* ----------------------------------------------------------- */
/* //////////  Main Content & Structural Elements  //////////  */
/* ----------------------------------------------------------- */
.esg-section--border {
  border: 0.0625rem solid #e2e2e2;
}

.esg-section--border-bottom {
  border-bottom: 0.0625rem solid #e2e2e2;
}

.esg-section--border-top {
  border-top: 0.0625rem solid #e2e2e2;
}

.esg-section--padding {
  padding: 1rem;
}

.esg-section--padding-left {
  padding-left: 1rem;
}

.esg-section--padding-right {
  padding-right: 1rem;
}

.esg-section--padding-bottom {
  padding-bottom: 1rem;
}

.esg-section--padding-top {
  padding-top: 1rem;
}

.esg-section--margin-top {
  margin-top: 1rem;
}

.esg-section--margin-bottom {
  margin-bottom: 1rem;
}

.esg-section--margin-left {
  margin-left: 1rem;
}

.esg-section--margin-right {
  margin-right: 1rem;
}

.validationMessage {
  color: #ff3030;
}

/* use the component class on defined components
    in order to give them structural definition
*/
.component {
  display: block;
  overflow: hidden;
}

/* ----------------------------------------------------------- */
/* ////////////  Menu & Submenu                  ////////////  */
/* ----------------------------------------------------------- */
.sidebar-nav-wrapper {
  position: fixed;
  left: -320px;
  top: 0;
  width: 320px;
  height: 100%;
  background-color: #444444;
  z-index: 999;
  /* sidebar must be under dialog overlay */
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (min-width: 768px) {
  .sidebar-nav-wrapper {
    left: 0;
    width: 60px;
  }
}

.sidebar-nav-wrapper--hidden {
  display: none;
}

@media only screen and (min-width: 48rem) {
  .sidebar-nav-wrapper--hidden {
    display: block;
  }
}

.active-nav .sidebar-nav-wrapper {
  width: 100%;
  left: 0;
}

@media all and (min-width: 481px) {
  .active-nav .sidebar-nav-wrapper {
    width: 320px;
  }
}

.active-nav, .active-nav body {
  overflow-x: hidden;
}

.primary-menu .menu-item .esg-icon,
.seconadry-menu .menu-item .esg-icon {
  margin-top: -.25rem;
  fill: #ffffff;
}

html:not(.active-nav) #nav-root .child-menu li,
html:not(.active-nav) #nav-root .child-menu span,
html:not(.active-nav) #nav-root .child-menu a {
  height: 0;
  display: none;
}

#toggle-nav-button {
  cursor: pointer;
  position: fixed;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding-top: 12px;
  left: 0;
  top: 0;
  background-color: #444444;
  background-image: url("Images/hamburger-menu.png");
  background-repeat: no-repeat;
  background-position: .625rem center;
  background-size: 32px;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  z-index: 1000;
  /* Nav button must be under dialog overlay */
}

@media (min-width: 768px) {
  #toggle-nav-button {
    width: 60px;
    height: 60px;
    padding-top: 12px;
    left: 0;
  }
}

#close-nav-button {
  margin: .5387em 0;
  height: 2em;
  color: #ffffff;
  background-image: url("Images/close.png");
  background-repeat: no-repeat;
  background-position: .625rem center;
  background-size: 24px;
}

.active-nav #main, .active-nav #proxy-selection {
  left: 100%;
}

.active-nav #drawer-nav {
  left: 0;
}

.active-nav #drawer-nav, .active-nav #main, .active-nav #topOfForm, .active-nav #proxy-selection {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#topOfForm, #main, #drawer-nav, #proxy-selection {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#drawer-nav {
  position: absolute;
  top: 0;
  min-height: 100%;
  width: 100%;
  z-index: 2000000000;
  background-color: #444444;
}

@media all and (min-width: 481px) {
  #toggle-nav-button {
    margin: 0;
  }
  html.active-nav:not(.no-auth) #topOfForm, html.active-nav:not(.no-auth) #main {
    left: 320px;
  }
  html.active-nav:not(.no-auth) #proxy-selection {
    left: 0;
  }
}

#topOfForm, #main, #proxy-selection {
  position: relative;
  left: 0;
}

@media all and (min-width: 768px) {
  html:not(.no-auth) #topOfForm, html:not(.no-auth) #main {
    left: 60px;
    margin-right: 60px;
  }
}

.menu-item {
  display: block;
  padding: 1.5em;
}

.primary-menu .menu-item, .secondary-menu .menu-item {
  padding-left: 4.688rem;
  min-width: 220px;
}

.tertiary-menu .menu-item {
  padding-left: 5.938rem;
}

.menu-item[data-menu-id="nav-home"] {
  background-image: url("Images/home-icon.png");
  background-repeat: no-repeat;
  background-position: .625rem center;
  background-size: 24px;
}

.menu-item[data-menu-id="nav-my-academics"] {
  background-image: url("Images/my-academics-icon.png");
  background-repeat: no-repeat;
  background-position: .625rem center;
  background-size: 24px;
}

.menu-item[data-menu-id="nav-my-work"] {
  background-image: url("Images/my-work-icon.png");
  background-repeat: no-repeat;
  background-position: .625rem center;
  background-size: 24px;
}

.menu-item[data-menu-id="nav-my-employment"] {
  background-image: url("Images/my-employment-icon.png");
  background-repeat: no-repeat;
  background-position: .625rem center;
  background-size: 24px;
}

.menu-item[data-menu-id="nav-financial-information"] {
  background-image: url("Images/my-financial-icon.png");
  background-repeat: no-repeat;
  background-position: .625rem center;
  background-size: 24px;
}

.menu-item[data-menu-id="nav-vendor-information"] {
  background-image: url("Images/vendor-icon.png");
  background-repeat: no-repeat;
  background-position: .625rem center;
  background-size: 24px;
}

.menu-item[data-menu-id="nav-sidebar-user-options"] {
  background-image: url("Images/my-user-options.png");
  background-repeat: no-repeat;
  background-position: .625rem center;
  background-size: 24px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-item[data-menu-id="nav-home"] {
    background-image: url("Images/home-icon@2x.png");
  }
  .menu-item[data-menu-id="nav-my-academics"] {
    background-image: url("Images/my-academics-icon@2x.png");
  }
  .menu-item[data-menu-id="nav-my-work"] {
    background-image: url("Images/my-work-icon@2x.png");
  }
  .menu-item[data-menu-id="nav-my-employment"] {
    background-image: url("Images/my-employment-icon@2x.png");
  }
  .menu-item[data-menu-id="nav-financial-information"] {
    background-image: url("Images/my-financial-icon@2x.png");
  }
  .menu-item[data-menu-id="nav-vendor-information"] {
    background-image: url("Images/vendor-icon@2x.png");
  }
  .menu-item[data-menu-id="nav-sidebar-user-options"] {
    background-image: url("Images/my-user-options@2x.png");
  }
}

.menu-wrapper .menu-header button[aria-expanded="true"][data-menu-level="0"] .menu-item {
  background-color: #5353D1;
}

.menu-wrapper > .menu-header {
  margin: 0;
  padding: 0;
  position: static;
  display: block;
}

.primary-menu > .menu-wrapper.current-page > .menu-header .menu-item {
  border-bottom: 4px solid #5353D1;
  background-color: #262626;
}

#drawer-nav a:link, #drawer-nav a:visited {
  text-decoration: none;
}

#drawer-nav a:hover, #drawer-nav a:active {
  text-decoration: underline;
}

.primary-menu {
  background-color: #444444;
  padding-top: 60px;
  margin: 0;
}

.primary-menu .menu-item, .primary-menu a:link, .primary-menu a:visited, .primary-menu a:hover {
  color: #ffffff;
}

.menu-wrapper > .menu-item:focus,
.menu-item-button:focus,
.secondary-menu > li > .menu-item:focus,
#toggle-nav-button:focus {
  outline: 0.125em solid #ffffff;
  outline-offset: -.125em;
}

.tertiary-menu > li > .menu-item:focus {
  outline: 0.125em solid #5353D1;
  outline-offset: -.125em;
}

.primary-menu .menu-header:hover,
.primary-menu .menu-item:hover,
.primary-menu .menu-item.selected,
.primary-menu button:focus + .menu-header .menu-item {
  background-color: #5353D1;
}

.primary-menu > li > .menu-item,
.primary-menu > li > .menu-header > button > .menu-item {
  font-size: 120%;
  font-weight: bold;
  background-size: 32px;
  min-width: 320px;
  text-align: left;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.secondary-menu {
  background-color: #333333;
}

.secondary-menu, .tertiary-menu {
  margin-top: 0;
}

.secondary-menu .menu-item, .secondary-menu a, .secondary-menu a:link, .secondary-menu a:visited, .secondary-menu a:hover {
  color: #ffffff;
}

.secondary-menu .menu-header:hover,
.secondary-menu .menu-item:hover,
.secondary-menu .menu-item.selected,
.secondary-menu button:focus + .menu-header .menu-item {
  background-color: #262626;
}

.secondary-menu > .menu-wrapper.current-page > .menu-header .menu-item:before,
.secondary-menu > li > .menu-item.current-page:before {
  content: '●';
  position: absolute;
  color: #51abff;
  margin-left: -1em;
}

.secondary-menu > li > .menu-item,
.secondary-menu > li > .menu-header > button > .menu-item {
  font-size: 110%;
  font-weight: bold;
  min-width: 320px;
  text-align: left;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.tertiary-menu {
  background-color: #ffffff;
}

.tertiary-menu .menu-item, .tertiary-menu a, .tertiary-menu a:link, .tertiary-menu a:visited, .tertiary-menu a:hover {
  color: #000000;
}

.tertiary-menu .menu-header:hover,
.tertiary-menu .menu-item:hover,
.tertiary-menu .menu-item.selected,
.tertiary-menu button:focus + .menu-header .menu-item,
.tertiary-menu .current-page {
  background-color: #efefef;
}

#drawer-nav input {
  height: 0;
  margin: 0;
}

.nav-overlay {
  display: block;
  visibility: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  -moz-transition: background-color 300ms ease-in, visibility 300ms step-end;
  -o-transition: background-color 300ms ease-in, visibility 300ms step-end;
  -webkit-transition: background-color 300ms ease-in, visibility 300ms step-end;
  transition: background-color 300ms ease-in, visibility 300ms step-end;
  background-color: rgba(0, 0, 0, 0.15);
}

.active-nav .nav-overlay {
  -moz-transition: background-color ease-in 300ms, visibility step-start 300ms;
  -o-transition: background-color ease-in 300ms, visibility step-start 300ms;
  -webkit-transition: background-color ease-in 300ms, visibility step-start 300ms;
  transition: background-color ease-in 300ms, visibility step-start 300ms;
  background-color: rgba(0, 0, 0, 0.15);
  visibility: visible;
  z-index: 998;
  /* nav overlay must be under dialog overlay and sidebar */
}

.sidebar-nav-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f4f4f4;
}

.sidebar-nav-wrapper::-webkit-scrollbar {
  width: 8px;
  background-color: #f4f4f4;
}

.sidebar-nav-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #767676;
}

@media all and (min-width: 1200px) {
  .nav-overlay {
    display: none;
  }
  html.active-nav:not(.no-auth) #topOfForm, html.active-nav:not(.no-auth) #main {
    margin-right: 320px;
  }
}

/* Overrides for page header and subtitle */
@media only screen and (min-width: 48rem) {
  .esg-page-header {
    padding: .75rem 1rem;
  }
  .esg-page-header--many-inputs > .esg-page-header__title {
    width: 35%;
  }
  .esg-page-header--many-inputs > .esg-page-header__input {
    width: 65%;
  }
}

@media only screen and (min-width: 75rem) {
  .esg-page-header--many-inputs .esg-page-header__title {
    width: 60%;
  }
  .esg-page-header--many-inputs .esg-page-header__input {
    width: 40%;
  }
}

/* Remove negative margins for page headers using ESG grid */
.esg-page-header__input .esg-form__group {
  text-align: center;
}

@media only screen and (min-width: 48rem) {
  .esg-page-header__input {
    display: block;
    text-align: right;
  }
  .esg-page-header__input .esg-form__group {
    text-align: right;
  }
}

.esg-page-header__input .eds-button,
.esg-has-subtitle .esg-page-header__input .eds-button {
  margin-right: .25rem;
}

/* For back links that are actually buttons (perform same-page actions) */
button.esg-page-header__subtitle--backlink {
  color: #0074DB;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

button.esg-page-header__subtitle--backlink:hover, button.esg-page-header__subtitle--backlink:focus, button.esg-page-header__subtitle--backlink:active:hover, button.esg-page-header__subtitle--backlink:active:focus {
  transition: all 0.1s ease-in-out;
  cursor: pointer;
}

#skip-link:focus,
#sitemap-link:focus {
  left: calc(60px + .5rem);
  top: .5rem;
  text-indent: 0;
  z-index: 1001;
  background-color: #efefef;
  padding: .5rem;
  font-weight: 600;
}

/* ----------------------------------------------------------- */
/* //////////   Breadcrumb styling                 //////////  */
/* ----------------------------------------------------------- */
.esg-breadcrumb {
  padding-left: 1rem;
}

/* Adjust the horizontal alignment of breadcrumbd drop-down menus. Default styles don't quite line up, as EDS doesn't have dropdowns off the breadcrumbs */
#breadcrumb-root.esg-breadcrumb__list > li.esg-breadcrumb__list-item:first-child > ul.esg-dropdown__menu--popover {
  right: auto;
}

#breadcrumb-root.esg-breadcrumb__list > li.esg-breadcrumb__list-item:first-child > ul.esg-dropdown__menu--popover:before {
  right: 7.5625rem;
}

#breadcrumb-root.esg-breadcrumb__list > li.esg-breadcrumb__list-item:first-child > ul.esg-dropdown__menu--popover:after {
  right: 7.625rem;
}

/* ----------------------------------------------------------- */
/* //////////  Site Toolbar                        //////////  */
/* ----------------------------------------------------------- */
/* CDN Additions/Overrides */
.esg-header-bar__logo {
  display: table;
  padding: 0 0 0 1.25rem;
  line-height: 0;
}

@media only screen and (min-width: 48rem) {
  .esg-header-bar__logo {
    padding-top: 0;
  }
}

/* CDN Additions (does not account for img in logo) */
.esg-header-bar__logo-link {
  display: table-cell;
  vertical-align: middle;
}

.esg-header-bar__logo-image {
  padding: 15px 0;
  max-width: 250px;
  max-height: 50px;
  display: table-cell;
}

@media (min-width: 600px) {
  .esg-header-bar__logo-image {
    max-width: 300px;
  }
}

@media (min-width: 768px) {
  .esg-header-bar__logo-image {
    max-width: 420px;
    max-height: 60px;
  }
}

#siteToolbar .username {
  background: none;
  margin-left: 0;
  text-decoration: underline;
}

#siteToolbar > a,
#siteToolbar > button span {
  text-decoration: none;
}

#siteToolbar .esg-header-bar__menu-item > button {
  background-color: #4A4ACF;
}

#siteToolbar .esg-header-bar__menu-item:hover > button {
  background-color: #3636C9;
}

#siteToolbar .esg-header-bar__menu-item:hover #notificationHost {
  background-color: #8a6a00;
}

/* Second class needed to override Theme.css */
.esg-header-bar__menu-link.css-guest {
  background-color: #eff7ff;
  color: #51abff;
  border-color: #51abff;
}

.esg-header-bar__menu-link.css-guest:active,
.esg-header-bar__menu-link.css-guest:active:focus,
.esg-header-bar__menu-link.css-guest:active:hover,
.esg-header-bar__menu-link.css-guest:focus,
.esg-header-bar__menu-link.css-guest:hover {
  cursor: default;
  background-color: #eff7ff;
  color: #51abff;
}

.esg-header-bar__menu-link:focus,
.esg-dropdown-notifications:focus,
.esg-header-bar__logo-link:focus {
  outline: 0.125em solid #ffffff;
  outline-offset: -.125em;
}

#siteToolbar .help span {
  display: block;
  text-indent: -1000em;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 1.64em;
  background-position: top center;
}

@media (min-width: 600px) {
  #siteToolbar .help span {
    width: 50px;
  }
}

@media (min-width: 769px) {
  #siteToolbar .help span {
    width: 60px;
  }
}

@media (min-width: 1134px) {
  #siteToolbar .help span {
    display: inline-block;
    width: auto;
    max-width: 160px;
    text-indent: 0;
    background-position: top left;
    padding: 0 0 0 1.5em;
  }
}

/* Move hamburger menu "space" (margin & calc width) from header-bar to logo for toolbar mobile second row */
.esg-header-bar {
  margin: 0;
  width: 100%;
  position: static;
}

/* Override to allow for the buttons to wrap to a second row at mobile */
.esg-header-bar.esg-header-bar__with-toolbar {
  height: 6.25rem;
}

@media only screen and (min-width: 48rem) {
  .esg-header-bar.esg-header-bar__with-toolbar {
    height: 3.75rem;
  }
}

/* Only add extra margins when not logged in */
html:not(.no-auth) .esg-header-bar__logo {
  margin-left: 3.125rem;
}

/* Don't add extra  margins to logo when sidebar is visible */
@media (min-width: 768px) {
  html:not(.no-auth) .esg-header-bar__logo {
    margin-left: 0;
  }
}

/* Don't add margins to logo when not logged in */
.no-auto .esg-header-bar__logo {
  margin-left: 0;
}

/* Toolbar display -- flex for second row on mobile, inline block on desktop */
.esg-header-bar__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  top: 3.125rem;
}

@media only screen and (min-width: 48rem) {
  .esg-header-bar__menu {
    display: inline-block;
    top: 0;
    width: auto;
  }
}

/* Flex growth for menu items on mobile to equalize button space */
/* Override white-space: nowrap to prevent cropping of dropdown items */
.esg-header-bar__menu-item {
  position: static;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  white-space: normal;
}

@media only screen and (min-width: 48rem) {
  .esg-header-bar__menu-item {
    position: relative;
  }
}

.esg-header-bar__menu-item--mobile-full-width .esg-dropdown {
  position: static;
}

@media only screen and (min-width: 48rem) {
  .esg-header-bar__menu-item--mobile-full-width .esg-dropdown {
    position: relative;
  }
}

@media (min-width: 768px) {
  .esg-header-bar__menu-item,
  .esg-header-bar__menu-item.esg-header-bar__menu-item-no-notifications {
    width: auto;
  }
}

.esg-header-bar__menu-item:first-child {
  margin-left: 0;
}

.esg-header-bar__menu-item .esg-dropdown {
  width: 100%;
}

.esg-header-bar__menu-link {
  text-align: center;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.esg-dropdown-notifications, .esg-is-open > .esg-dropdown-notifications {
  width: 100%;
  display: block;
}

@media (min-width: 768px) {
  .esg-dropdown-notifications, .esg-is-open > .esg-dropdown-notifications {
    width: 3.75rem;
  }
}

.esg-notification-center__dropdown {
  width: 100%;
}

/* Position user options on the right */
.css-user-options {
  right: auto;
}

/* Adjust caret based on new right position */
.css-user-options:after, .css-user-options:before {
  left: 1rem;
}

/* Reset to ESG default values on desktop */
@media (min-width: 768px) {
  .css-user-options {
    right: 0;
  }
  .css-user-options:after, .css-user-options:before {
    left: auto;
  }
}

/* When no notifications, Help is furthest right item; needs no adjustments */
@media only screen and (min-width: 48rem) {
  .esg-header-bar__menu-item-no-notifications .css-help-region {
    left: auto;
  }
}

/* Center caret within 50-75% space when notifications are visible */
.css-help-region:after, .css-help-region:before {
  left: 62.5vw;
}

/* When no notifications, Help is furthest right item; caret needs no adjustments */
.esg-header-bar__menu-item-no-notifications .css-help-region:after,
.esg-header-bar__menu-item-no-notifications .css-help-region:before {
  left: auto;
}

/* ESG defaults on desktop, also add min-width on desktop, 
    otherwise dropdown will only be width of Help button (absolute dropdown in relative parent) */
@media (min-width: 768px) {
  .css-help-region {
    width: auto;
    min-width: 25rem;
    left: auto;
    margin-right: .5rem;
  }
  .css-help-region:after, .css-help-region:before {
    left: auto;
  }
}

/* ----------------------------------------------------------- */
/* //////////   Site Toolbar: Help                 //////////  */
/* ----------------------------------------------------------- */
.more-help-link {
  margin-left: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: block;
}

#help-body h2 {
  font-size: 1.1em;
  font-weight: bold;
  padding: .49em;
  margin: 0;
  color: #555555;
}

#help-body p, #help-body ul {
  font-size: .93em;
}

#help-body h3 {
  font-size: .93em;
  font-weight: bold;
  padding: 0 1em .77em;
}

#help-body .ui-accordian .ui-accordian-content,
#help-body .help-content .ui-accordian-content,
#help-body .ui-accordion .ui-accordion-content-active,
#help-body .ui-accordian .ui-accordian-content[style],
#help-body .help-content .ui-accordian-content[style],
#help-body .ui-accordion .ui-accordion-content-active[style] {
  border-bottom: 1px solid;
  border-color: #d5d5d5;
  background-color: #f4f4f4;
  padding: .77em;
  filter: none;
}

.help-content .ui-state-default .ui-icon {
  background-color: #ffffff;
  background-image: url("images/ui-icons_888888_256x240.png");
}

#help-body .ui-accordion-icons .ui-accordion-header a {
  padding-left: 2em;
}

#help-body .ui-accordion .ui-accordion-header .ui-icon {
  left: .5em;
}

.help-content .ui-accordion-content ul {
  list-style-type: disc;
  margin-left: .66em;
  padding-bottom: 0;
}

.help-content .ui-accordion-content li {
  padding: .25em 0;
}

#help-body .ui-accordion-content-active p {
  padding: 0;
}

#help-body h3.ui-accordion-header:first-child {
  border-top: 1px solid;
  border-color: #d5d5d5;
}

#help-body h3.ui-accordian-header,
#help-body .ui-accordion .ui-accordion-header {
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid;
  border-color: #d5d5d5;
  color: #555555;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  display: block;
  font-size: .93em;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: .25em .25em .25em 0;
  text-decoration: none;
}

/* ESG Override for notifications overlapping mobile menu when open */
.esg-notification-center__dropdown.esg-is-open {
  z-index: 997;
}

/* ----------------------------------------------------------- */
/* //////////  Columns & Structural Scaffolding    //////////  */
/* ----------------------------------------------------------- */
.column-one,
.column-two,
.column-three,
.column-four,
.column-five,
.column-six,
.column-seven,
.column-eight,
.column-nine {
  float: left;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.column-one {
  width: 140px;
}

.column-nine .column-one {
  width: 11.11%;
}

.column-two {
  width: 224px;
}

.column-nine .column-two {
  width: 22.22%;
}

.column-three {
  width: 300px;
}

.column-nine .column-three {
  width: 33.33%;
}

.column-four {
  width: 41%;
}

.column-nine .column-four {
  width: 44.44%;
}

header .column-five {
  float: right;
  position: relative;
  z-index: 5;
  width: auto;
}

.column-five h2 {
  padding: .9em .6em .450em .6em;
  line-height: 1;
  font-size: 1.538em;
  font-weight: bold;
}

.column-five p {
  padding: 0 0 0 14px;
}

.column-nine .column-five {
  width: 55.55%;
}

.column-six {
  width: 620px;
}

.column-nine .column-six {
  width: 66.66%;
}

.column-seven {
  width: 700px;
}

.column-nine .column-seven {
  width: 77.77%;
}

.column-eight {
  width: 940px;
}

.column-nine .column-eight {
  width: 88.88%;
}

.column-nine {
  padding: 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  width: auto;
}

.column-nine-gray {
  margin: 0 19px 19px;
  padding: 8px;
  width: 924px;
}

@media screen and (min-width: 200px) and (max-width: 769px) {
  header {
    padding: 0;
  }
}

/*Below table size, the desktop column widths are set to 100%, which means they'll stack.
    Override this behavior by using sm and md (small and medium) column classes
*/
@media all and (max-width: 769px) {
  .column-nine .column-one,
  .column-nine .column-two,
  .column-nine .column-three,
  .column-nine .column-four,
  .column-nine .column-five,
  .column-nine .column-six,
  .column-nine .column-seven,
  .column-nine .column-eight {
    width: 100%;
  }
}

/*Use small column sizes for phones and tablets*/
@media all and (max-width: 769px) {
  .column-nine .column-one-sm {
    width: 11.11%;
  }
  .column-nine .column-two-sm {
    width: 22.22%;
  }
  .column-nine .column-three-sm {
    width: 33.33%;
  }
  .column-nine .column-four-sm {
    width: 44.44%;
  }
  .column-nine .column-five-sm {
    width: 55.55%;
  }
  .column-nine .column-six-sm {
    width: 66.66%;
  }
  .column-nine .column-seven-sm {
    width: 77.77%;
  }
  .column-nine .column-eight-sm {
    width: 88.88%;
  }
  .column-nine .column-nine-sm {
    width: 99.99%;
  }
}

/*Use medium column sizes for tablets*/
@media all and (min-width: 481px) and (max-width: 769px) {
  .column-nine .column-one-md {
    width: 11.11%;
  }
  .column-nine .column-two-md {
    width: 22.22%;
  }
  .column-nine .column-three-md {
    width: 33.33%;
  }
  .column-nine .column-four-md {
    width: 44.44%;
  }
  .column-nine .column-five-md {
    width: 55.55%;
  }
  .column-nine .column-six-md {
    width: 66.66%;
  }
  .column-nine .column-seven-md {
    width: 77.77%;
  }
  .column-nine .column-eight-md {
    width: 88.88%;
  }
  .column-nine .column-nine-md {
    width: 99.99%;
  }
}

@media all and (max-width: 769px) {
  .column-nine {
    margin: 0;
  }
}

/* This is the new 12-column ESG Bootstrap prototype grid (not yet included in CDN)
   The old 9-column grid can be found in _grid.scss
*/
.esg-col-xxs-1 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-xxs-2 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-xxs-3 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-xxs-4 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-xxs-5 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-xxs-6 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-xxs-7 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-xxs-8 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-xxs-9 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-xxs-10 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-xxs-11 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-xxs-12 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-xs-1 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-xs-2 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-xs-3 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-xs-4 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-xs-5 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-xs-6 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-xs-7 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-xs-8 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-xs-9 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-xs-10 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-xs-11 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-xs-12 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-sm-1 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-sm-2 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-sm-3 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-sm-4 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-sm-5 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-sm-6 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-sm-7 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-sm-8 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-sm-9 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-sm-10 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-sm-11 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-sm-12 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-md-1 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-md-2 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-md-3 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-md-4 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-md-5 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-md-6 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-md-7 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-md-8 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-md-9 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-md-10 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-md-11 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-md-12 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-lg-1 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-lg-2 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-lg-3 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-lg-4 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-lg-5 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-lg-6 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-lg-7 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-lg-8 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-lg-9 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-lg-10 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-lg-11 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-lg-12 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-xl-1 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-xl-2 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-xl-3 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-xl-4 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-xl-5 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-xl-6 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-xl-7 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-xl-8 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-xl-9 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-xl-10 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-xl-11 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

.esg-col-xl-12 {
  position: relative;
  min-height: .0625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  transition: all 0.3s ease-in-out;
}

/* Generate columns sizes: xxs, xs, sm, md, lg, xl */
.esg-col-xxs-1 {
  width: 8.33333%;
  float: left;
}

.esg-col-xxs-2 {
  width: 16.66667%;
  float: left;
}

.esg-col-xxs-3 {
  width: 25%;
  float: left;
}

.esg-col-xxs-4 {
  width: 33.33333%;
  float: left;
}

.esg-col-xxs-5 {
  width: 41.66667%;
  float: left;
}

.esg-col-xxs-6 {
  width: 50%;
  float: left;
}

.esg-col-xxs-7 {
  width: 58.33333%;
  float: left;
}

.esg-col-xxs-8 {
  width: 66.66667%;
  float: left;
}

.esg-col-xxs-9 {
  width: 75%;
  float: left;
}

.esg-col-xxs-10 {
  width: 83.33333%;
  float: left;
}

.esg-col-xxs-11 {
  width: 91.66667%;
  float: left;
}

.esg-col-xxs-12 {
  width: 100%;
  float: left;
}

@media only screen and (min-width: 26.25rem) {
  .esg-col-xs-1 {
    width: 8.33333%;
    float: left;
  }
  .esg-col-xs-2 {
    width: 16.66667%;
    float: left;
  }
  .esg-col-xs-3 {
    width: 25%;
    float: left;
  }
  .esg-col-xs-4 {
    width: 33.33333%;
    float: left;
  }
  .esg-col-xs-5 {
    width: 41.66667%;
    float: left;
  }
  .esg-col-xs-6 {
    width: 50%;
    float: left;
  }
  .esg-col-xs-7 {
    width: 58.33333%;
    float: left;
  }
  .esg-col-xs-8 {
    width: 66.66667%;
    float: left;
  }
  .esg-col-xs-9 {
    width: 75%;
    float: left;
  }
  .esg-col-xs-10 {
    width: 83.33333%;
    float: left;
  }
  .esg-col-xs-11 {
    width: 91.66667%;
    float: left;
  }
  .esg-col-xs-12 {
    width: 100%;
    float: left;
  }
}

@media only screen and (min-width: 48rem) {
  .esg-col-sm-1 {
    width: 8.33333%;
    float: left;
  }
  .esg-col-sm-2 {
    width: 16.66667%;
    float: left;
  }
  .esg-col-sm-3 {
    width: 25%;
    float: left;
  }
  .esg-col-sm-4 {
    width: 33.33333%;
    float: left;
  }
  .esg-col-sm-5 {
    width: 41.66667%;
    float: left;
  }
  .esg-col-sm-6 {
    width: 50%;
    float: left;
  }
  .esg-col-sm-7 {
    width: 58.33333%;
    float: left;
  }
  .esg-col-sm-8 {
    width: 66.66667%;
    float: left;
  }
  .esg-col-sm-9 {
    width: 75%;
    float: left;
  }
  .esg-col-sm-10 {
    width: 83.33333%;
    float: left;
  }
  .esg-col-sm-11 {
    width: 91.66667%;
    float: left;
  }
  .esg-col-sm-12 {
    width: 100%;
    float: left;
  }
}

@media only screen and (min-width: 62rem) {
  .esg-col-md-1 {
    width: 8.33333%;
    float: left;
  }
  .esg-col-md-2 {
    width: 16.66667%;
    float: left;
  }
  .esg-col-md-3 {
    width: 25%;
    float: left;
  }
  .esg-col-md-4 {
    width: 33.33333%;
    float: left;
  }
  .esg-col-md-5 {
    width: 41.66667%;
    float: left;
  }
  .esg-col-md-6 {
    width: 50%;
    float: left;
  }
  .esg-col-md-7 {
    width: 58.33333%;
    float: left;
  }
  .esg-col-md-8 {
    width: 66.66667%;
    float: left;
  }
  .esg-col-md-9 {
    width: 75%;
    float: left;
  }
  .esg-col-md-10 {
    width: 83.33333%;
    float: left;
  }
  .esg-col-md-11 {
    width: 91.66667%;
    float: left;
  }
  .esg-col-md-12 {
    width: 100%;
    float: left;
  }
}

@media only screen and (min-width: 75rem) {
  .esg-col-lg-1 {
    width: 8.33333%;
    float: left;
  }
  .esg-col-lg-2 {
    width: 16.66667%;
    float: left;
  }
  .esg-col-lg-3 {
    width: 25%;
    float: left;
  }
  .esg-col-lg-4 {
    width: 33.33333%;
    float: left;
  }
  .esg-col-lg-5 {
    width: 41.66667%;
    float: left;
  }
  .esg-col-lg-6 {
    width: 50%;
    float: left;
  }
  .esg-col-lg-7 {
    width: 58.33333%;
    float: left;
  }
  .esg-col-lg-8 {
    width: 66.66667%;
    float: left;
  }
  .esg-col-lg-9 {
    width: 75%;
    float: left;
  }
  .esg-col-lg-10 {
    width: 83.33333%;
    float: left;
  }
  .esg-col-lg-11 {
    width: 91.66667%;
    float: left;
  }
  .esg-col-lg-12 {
    width: 100%;
    float: left;
  }
}

@media only screen and (min-width: 90rem) {
  .esg-col-xl-1 {
    width: 8.33333%;
    float: left;
  }
  .esg-col-xl-2 {
    width: 16.66667%;
    float: left;
  }
  .esg-col-xl-3 {
    width: 25%;
    float: left;
  }
  .esg-col-xl-4 {
    width: 33.33333%;
    float: left;
  }
  .esg-col-xl-5 {
    width: 41.66667%;
    float: left;
  }
  .esg-col-xl-6 {
    width: 50%;
    float: left;
  }
  .esg-col-xl-7 {
    width: 58.33333%;
    float: left;
  }
  .esg-col-xl-8 {
    width: 66.66667%;
    float: left;
  }
  .esg-col-xl-9 {
    width: 75%;
    float: left;
  }
  .esg-col-xl-10 {
    width: 83.33333%;
    float: left;
  }
  .esg-col-xl-11 {
    width: 91.66667%;
    float: left;
  }
  .esg-col-xl-12 {
    width: 100%;
    float: left;
  }
}

/* Generate columns offsets: xxs, xs, sm, md, lg, xl */
.esg-col-xxs-offset-0 {
  margin-left: 0%;
}

.esg-col-xxs-offset-1 {
  margin-left: 8.33333%;
}

.esg-col-xxs-offset-2 {
  margin-left: 16.66667%;
}

.esg-col-xxs-offset-3 {
  margin-left: 25%;
}

.esg-col-xxs-offset-4 {
  margin-left: 33.33333%;
}

.esg-col-xxs-offset-5 {
  margin-left: 41.66667%;
}

.esg-col-xxs-offset-6 {
  margin-left: 50%;
}

.esg-col-xxs-offset-7 {
  margin-left: 58.33333%;
}

.esg-col-xxs-offset-8 {
  margin-left: 66.66667%;
}

.esg-col-xxs-offset-9 {
  margin-left: 75%;
}

.esg-col-xxs-offset-10 {
  margin-left: 83.33333%;
}

.esg-col-xxs-offset-11 {
  margin-left: 91.66667%;
}

.esg-col-xxs-offset-12 {
  margin-left: 100%;
}

@media only screen and (min-width: 26.25rem) {
  .esg-col-xs-offset-0 {
    margin-left: 0%;
  }
  .esg-col-xs-offset-1 {
    margin-left: 8.33333%;
  }
  .esg-col-xs-offset-2 {
    margin-left: 16.66667%;
  }
  .esg-col-xs-offset-3 {
    margin-left: 25%;
  }
  .esg-col-xs-offset-4 {
    margin-left: 33.33333%;
  }
  .esg-col-xs-offset-5 {
    margin-left: 41.66667%;
  }
  .esg-col-xs-offset-6 {
    margin-left: 50%;
  }
  .esg-col-xs-offset-7 {
    margin-left: 58.33333%;
  }
  .esg-col-xs-offset-8 {
    margin-left: 66.66667%;
  }
  .esg-col-xs-offset-9 {
    margin-left: 75%;
  }
  .esg-col-xs-offset-10 {
    margin-left: 83.33333%;
  }
  .esg-col-xs-offset-11 {
    margin-left: 91.66667%;
  }
  .esg-col-xs-offset-12 {
    margin-left: 100%;
  }
}

@media only screen and (min-width: 48rem) {
  .esg-col-sm-offset-0 {
    margin-left: 0%;
  }
  .esg-col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .esg-col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .esg-col-sm-offset-3 {
    margin-left: 25%;
  }
  .esg-col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .esg-col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .esg-col-sm-offset-6 {
    margin-left: 50%;
  }
  .esg-col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .esg-col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .esg-col-sm-offset-9 {
    margin-left: 75%;
  }
  .esg-col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .esg-col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .esg-col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media only screen and (min-width: 62rem) {
  .esg-col-md-offset-0 {
    margin-left: 0%;
  }
  .esg-col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .esg-col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .esg-col-md-offset-3 {
    margin-left: 25%;
  }
  .esg-col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .esg-col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .esg-col-md-offset-6 {
    margin-left: 50%;
  }
  .esg-col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .esg-col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .esg-col-md-offset-9 {
    margin-left: 75%;
  }
  .esg-col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .esg-col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .esg-col-md-offset-12 {
    margin-left: 100%;
  }
}

@media only screen and (min-width: 75rem) {
  .esg-col-lg-offset-0 {
    margin-left: 0%;
  }
  .esg-col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .esg-col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .esg-col-lg-offset-3 {
    margin-left: 25%;
  }
  .esg-col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .esg-col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .esg-col-lg-offset-6 {
    margin-left: 50%;
  }
  .esg-col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .esg-col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .esg-col-lg-offset-9 {
    margin-left: 75%;
  }
  .esg-col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .esg-col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .esg-col-lg-offset-12 {
    margin-left: 100%;
  }
}

@media only screen and (min-width: 90rem) {
  .esg-col-xl-offset-0 {
    margin-left: 0%;
  }
  .esg-col-xl-offset-1 {
    margin-left: 8.33333%;
  }
  .esg-col-xl-offset-2 {
    margin-left: 16.66667%;
  }
  .esg-col-xl-offset-3 {
    margin-left: 25%;
  }
  .esg-col-xl-offset-4 {
    margin-left: 33.33333%;
  }
  .esg-col-xl-offset-5 {
    margin-left: 41.66667%;
  }
  .esg-col-xl-offset-6 {
    margin-left: 50%;
  }
  .esg-col-xl-offset-7 {
    margin-left: 58.33333%;
  }
  .esg-col-xl-offset-8 {
    margin-left: 66.66667%;
  }
  .esg-col-xl-offset-9 {
    margin-left: 75%;
  }
  .esg-col-xl-offset-10 {
    margin-left: 83.33333%;
  }
  .esg-col-xl-offset-11 {
    margin-left: 91.66667%;
  }
  .esg-col-xl-offset-12 {
    margin-left: 100%;
  }
}

/* From ESG's _scaffolding.scss, needed for grid rows (not included in CDN)
    Added self-clearing for floats with before and after pseudo elements
*/
.esg-row {
  position: relative;
  display: block;
  margin-right: -.625rem;
  margin-left: -.625rem;
}

.esg-row::before, .esg-row::after {
  display: table;
  content: ' ';
  clear: both;
}

/* In nested columns, remove the left padding from the first column and the
     right pading from the last column to prevent unnecessary extra indentation */
[class*="esg-col-"] > [class*="esg-col-"]:first-child {
  padding-left: 0;
}

[class*="esg-col-"] > [class*="esg-col-"]:last-child {
  padding-right: 0;
}

.esg-row--eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.esg-row--eq-height::before, .esg-row--eq-height::after {
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.esg-row--eq-height.esg-row--eq-height-centered {
  align-items: center;
}

.esg-col--float-none {
  float: none;
}

.esg-row--margin-0 {
  margin: 0;
}

.esg-col-xxs-1--padding-top {
  padding-top: .5rem;
}

.esg-col-xxs-1--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xxs-2--padding-top {
  padding-top: .5rem;
}

.esg-col-xxs-2--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xxs-3--padding-top {
  padding-top: .5rem;
}

.esg-col-xxs-3--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xxs-4--padding-top {
  padding-top: .5rem;
}

.esg-col-xxs-4--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xxs-5--padding-top {
  padding-top: .5rem;
}

.esg-col-xxs-5--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xxs-6--padding-top {
  padding-top: .5rem;
}

.esg-col-xxs-6--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xxs-7--padding-top {
  padding-top: .5rem;
}

.esg-col-xxs-7--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xxs-8--padding-top {
  padding-top: .5rem;
}

.esg-col-xxs-8--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xxs-9--padding-top {
  padding-top: .5rem;
}

.esg-col-xxs-9--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xxs-10--padding-top {
  padding-top: .5rem;
}

.esg-col-xxs-10--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xxs-11--padding-top {
  padding-top: .5rem;
}

.esg-col-xxs-11--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xxs-12--padding-top {
  padding-top: .5rem;
}

.esg-col-xxs-12--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xs-1--padding-top {
  padding-top: .5rem;
}

.esg-col-xs-1--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xs-2--padding-top {
  padding-top: .5rem;
}

.esg-col-xs-2--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xs-3--padding-top {
  padding-top: .5rem;
}

.esg-col-xs-3--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xs-4--padding-top {
  padding-top: .5rem;
}

.esg-col-xs-4--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xs-5--padding-top {
  padding-top: .5rem;
}

.esg-col-xs-5--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xs-6--padding-top {
  padding-top: .5rem;
}

.esg-col-xs-6--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xs-7--padding-top {
  padding-top: .5rem;
}

.esg-col-xs-7--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xs-8--padding-top {
  padding-top: .5rem;
}

.esg-col-xs-8--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xs-9--padding-top {
  padding-top: .5rem;
}

.esg-col-xs-9--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xs-10--padding-top {
  padding-top: .5rem;
}

.esg-col-xs-10--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xs-11--padding-top {
  padding-top: .5rem;
}

.esg-col-xs-11--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xs-12--padding-top {
  padding-top: .5rem;
}

.esg-col-xs-12--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-sm-1--padding-top {
  padding-top: .5rem;
}

.esg-col-sm-1--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-sm-2--padding-top {
  padding-top: .5rem;
}

.esg-col-sm-2--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-sm-3--padding-top {
  padding-top: .5rem;
}

.esg-col-sm-3--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-sm-4--padding-top {
  padding-top: .5rem;
}

.esg-col-sm-4--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-sm-5--padding-top {
  padding-top: .5rem;
}

.esg-col-sm-5--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-sm-6--padding-top {
  padding-top: .5rem;
}

.esg-col-sm-6--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-sm-7--padding-top {
  padding-top: .5rem;
}

.esg-col-sm-7--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-sm-8--padding-top {
  padding-top: .5rem;
}

.esg-col-sm-8--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-sm-9--padding-top {
  padding-top: .5rem;
}

.esg-col-sm-9--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-sm-10--padding-top {
  padding-top: .5rem;
}

.esg-col-sm-10--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-sm-11--padding-top {
  padding-top: .5rem;
}

.esg-col-sm-11--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-sm-12--padding-top {
  padding-top: .5rem;
}

.esg-col-sm-12--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-md-1--padding-top {
  padding-top: .5rem;
}

.esg-col-md-1--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-md-2--padding-top {
  padding-top: .5rem;
}

.esg-col-md-2--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-md-3--padding-top {
  padding-top: .5rem;
}

.esg-col-md-3--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-md-4--padding-top {
  padding-top: .5rem;
}

.esg-col-md-4--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-md-5--padding-top {
  padding-top: .5rem;
}

.esg-col-md-5--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-md-6--padding-top {
  padding-top: .5rem;
}

.esg-col-md-6--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-md-7--padding-top {
  padding-top: .5rem;
}

.esg-col-md-7--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-md-8--padding-top {
  padding-top: .5rem;
}

.esg-col-md-8--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-md-9--padding-top {
  padding-top: .5rem;
}

.esg-col-md-9--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-md-10--padding-top {
  padding-top: .5rem;
}

.esg-col-md-10--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-md-11--padding-top {
  padding-top: .5rem;
}

.esg-col-md-11--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-md-12--padding-top {
  padding-top: .5rem;
}

.esg-col-md-12--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-lg-1--padding-top {
  padding-top: .5rem;
}

.esg-col-lg-1--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-lg-2--padding-top {
  padding-top: .5rem;
}

.esg-col-lg-2--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-lg-3--padding-top {
  padding-top: .5rem;
}

.esg-col-lg-3--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-lg-4--padding-top {
  padding-top: .5rem;
}

.esg-col-lg-4--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-lg-5--padding-top {
  padding-top: .5rem;
}

.esg-col-lg-5--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-lg-6--padding-top {
  padding-top: .5rem;
}

.esg-col-lg-6--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-lg-7--padding-top {
  padding-top: .5rem;
}

.esg-col-lg-7--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-lg-8--padding-top {
  padding-top: .5rem;
}

.esg-col-lg-8--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-lg-9--padding-top {
  padding-top: .5rem;
}

.esg-col-lg-9--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-lg-10--padding-top {
  padding-top: .5rem;
}

.esg-col-lg-10--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-lg-11--padding-top {
  padding-top: .5rem;
}

.esg-col-lg-11--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-lg-12--padding-top {
  padding-top: .5rem;
}

.esg-col-lg-12--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xl-1--padding-top {
  padding-top: .5rem;
}

.esg-col-xl-1--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xl-2--padding-top {
  padding-top: .5rem;
}

.esg-col-xl-2--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xl-3--padding-top {
  padding-top: .5rem;
}

.esg-col-xl-3--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xl-4--padding-top {
  padding-top: .5rem;
}

.esg-col-xl-4--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xl-5--padding-top {
  padding-top: .5rem;
}

.esg-col-xl-5--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xl-6--padding-top {
  padding-top: .5rem;
}

.esg-col-xl-6--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xl-7--padding-top {
  padding-top: .5rem;
}

.esg-col-xl-7--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xl-8--padding-top {
  padding-top: .5rem;
}

.esg-col-xl-8--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xl-9--padding-top {
  padding-top: .5rem;
}

.esg-col-xl-9--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xl-10--padding-top {
  padding-top: .5rem;
}

.esg-col-xl-10--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xl-11--padding-top {
  padding-top: .5rem;
}

.esg-col-xl-11--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xl-12--padding-top {
  padding-top: .5rem;
}

.esg-col-xl-12--padding-bottom {
  padding-bottom: .5rem;
}

@media only screen and (min-width: 48rem) {
  .esg-col-sm-1--padding-top {
    padding-top: 0;
  }
  .esg-col-sm-1--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-sm-2--padding-top {
    padding-top: 0;
  }
  .esg-col-sm-2--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-sm-3--padding-top {
    padding-top: 0;
  }
  .esg-col-sm-3--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-sm-4--padding-top {
    padding-top: 0;
  }
  .esg-col-sm-4--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-sm-5--padding-top {
    padding-top: 0;
  }
  .esg-col-sm-5--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-sm-6--padding-top {
    padding-top: 0;
  }
  .esg-col-sm-6--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-sm-7--padding-top {
    padding-top: 0;
  }
  .esg-col-sm-7--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-sm-8--padding-top {
    padding-top: 0;
  }
  .esg-col-sm-8--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-sm-9--padding-top {
    padding-top: 0;
  }
  .esg-col-sm-9--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-sm-10--padding-top {
    padding-top: 0;
  }
  .esg-col-sm-10--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-sm-11--padding-top {
    padding-top: 0;
  }
  .esg-col-sm-11--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-sm-12--padding-top {
    padding-top: 0;
  }
  .esg-col-sm-12--padding-bottom {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 62rem) {
  .esg-col-md-1--padding-top {
    padding-top: 0;
  }
  .esg-col-md-1--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-md-2--padding-top {
    padding-top: 0;
  }
  .esg-col-md-2--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-md-3--padding-top {
    padding-top: 0;
  }
  .esg-col-md-3--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-md-4--padding-top {
    padding-top: 0;
  }
  .esg-col-md-4--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-md-5--padding-top {
    padding-top: 0;
  }
  .esg-col-md-5--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-md-6--padding-top {
    padding-top: 0;
  }
  .esg-col-md-6--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-md-7--padding-top {
    padding-top: 0;
  }
  .esg-col-md-7--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-md-8--padding-top {
    padding-top: 0;
  }
  .esg-col-md-8--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-md-9--padding-top {
    padding-top: 0;
  }
  .esg-col-md-9--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-md-10--padding-top {
    padding-top: 0;
  }
  .esg-col-md-10--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-md-11--padding-top {
    padding-top: 0;
  }
  .esg-col-md-11--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-md-12--padding-top {
    padding-top: 0;
  }
  .esg-col-md-12--padding-bottom {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 75rem) {
  .esg-col-lg-1--padding-top {
    padding-top: 0;
  }
  .esg-col-lg-1--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-lg-2--padding-top {
    padding-top: 0;
  }
  .esg-col-lg-2--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-lg-3--padding-top {
    padding-top: 0;
  }
  .esg-col-lg-3--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-lg-4--padding-top {
    padding-top: 0;
  }
  .esg-col-lg-4--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-lg-5--padding-top {
    padding-top: 0;
  }
  .esg-col-lg-5--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-lg-6--padding-top {
    padding-top: 0;
  }
  .esg-col-lg-6--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-lg-7--padding-top {
    padding-top: 0;
  }
  .esg-col-lg-7--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-lg-8--padding-top {
    padding-top: 0;
  }
  .esg-col-lg-8--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-lg-9--padding-top {
    padding-top: 0;
  }
  .esg-col-lg-9--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-lg-10--padding-top {
    padding-top: 0;
  }
  .esg-col-lg-10--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-lg-11--padding-top {
    padding-top: 0;
  }
  .esg-col-lg-11--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-lg-12--padding-top {
    padding-top: 0;
  }
  .esg-col-lg-12--padding-bottom {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 90rem) {
  .esg-col-xl-1--padding-top {
    padding-top: 0;
  }
  .esg-col-xl-1--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-xl-2--padding-top {
    padding-top: 0;
  }
  .esg-col-xl-2--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-xl-3--padding-top {
    padding-top: 0;
  }
  .esg-col-xl-3--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-xl-4--padding-top {
    padding-top: 0;
  }
  .esg-col-xl-4--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-xl-5--padding-top {
    padding-top: 0;
  }
  .esg-col-xl-5--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-xl-6--padding-top {
    padding-top: 0;
  }
  .esg-col-xl-6--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-xl-7--padding-top {
    padding-top: 0;
  }
  .esg-col-xl-7--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-xl-8--padding-top {
    padding-top: 0;
  }
  .esg-col-xl-8--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-xl-9--padding-top {
    padding-top: 0;
  }
  .esg-col-xl-9--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-xl-10--padding-top {
    padding-top: 0;
  }
  .esg-col-xl-10--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-xl-11--padding-top {
    padding-top: 0;
  }
  .esg-col-xl-11--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-xl-12--padding-top {
    padding-top: 0;
  }
  .esg-col-xl-12--padding-bottom {
    padding-bottom: 0;
  }
}

/* ----------------------------------------------------------- */
/* //////////   Inline Notifications               //////////  */
/* ----------------------------------------------------------- */
.error-message {
  background: #ffeeed url("Images/icon-error.png") 10px center no-repeat;
  border: 1px solid #ff3030;
  color: #000000;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: .8em .8em .8em 2.8em;
  font-size: 1em;
  margin: .77em;
}

.error {
  background: #ffeeed url("Images/icon-error.png") 10px center no-repeat;
  padding-left: 34px;
  width: 91.3%;
  border: 1px solid #ff3030;
  color: #ff3030;
  font-weight: bold;
}

.errorArea {
  background: #ffeeed url("Images/icon-error.png") 10px center no-repeat;
  border: 1px solid #ff3030;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: auto;
  padding: .8em .8em .8em 2.8em;
}

.icon-only-error {
  background: transparent url("Images/icon-error.png") center center no-repeat;
  background-size: 16px;
  height: 16px;
  width: 16px;
}

.icon-only-success {
  background: transparent url("Images/icon-success.png") center center no-repeat;
  background-size: 16px;
  height: 16px;
  width: 16px;
}

.icon-only-in-progress {
  background: url("Images/icon-progress.png") center center no-repeat;
  background-size: 16px;
  height: 16px;
  width: 16px;
}

.icon-only-warning {
  background: transparent url("Images/icon-warning.png") center center no-repeat;
  background-size: 16px;
  height: 16px;
  width: 16px;
}

.icon-only-info {
  background: transparent url("Images/icon-info.png") center center no-repeat;
  background-size: 16px;
  height: 16px;
  width: 16px;
}

/* Error Messages - High Density Styles*/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-only-error {
    background: transparent url("Images/icon-error@2x.png") center center no-repeat;
    background-size: 16px;
    height: 16px;
    width: 16px;
  }
  .icon-only-success {
    background: transparent url("Images/icon-success@2x.png") center center no-repeat;
    background-size: 16px;
    height: 16px;
    width: 16px;
  }
  .icon-only-in-progress {
    background: url("Images/icon-progress@2x.png") center center no-repeat;
    background-size: 16px;
    height: 16px;
    width: 16px;
  }
  .icon-only-warning {
    background: transparent url("Images/icon-warning@2x.png") center center no-repeat;
    background-size: 16px;
    height: 16px;
    width: 16px;
  }
  .icon-only-info {
    background: transparent url("Images/icon-info@2x.png") center center no-repeat;
    background-size: 16px;
    height: 16px;
    width: 16px;
  }
}

/* Modifiers to ESG alert patterns */
.esg-alert__message--title {
  padding-bottom: .5em;
  font-weight: 800;
}

.esg-alert--small {
  margin-bottom: 1rem;
}

.esg-alert--small .esg-alert__message {
  padding: .75rem;
}

.esg-alert--small .esg-icon {
  height: 1.25rem;
}

.esg-alert--small .esg-alert__icon svg {
  width: 2.75rem;
}

.esg-alert__message::after {
  clear: both;
}

.esg-alert--extra-margin {
  margin-left: 1.5em;
  margin-right: 1.5em;
  width: inherit;
}

.esg-alert--no-margin {
  margin: 0;
}

/* ----------------------------------------------------------- */
/* //////////   Other Typographical Elements       //////////  */
/* ----------------------------------------------------------- */
/* Color variables */
/* Chevrons */
h2, .esg-h2 {
  font-size: 1.5rem;
}

h3, .esg-h3 {
  font-size: 1.25rem;
}

.esg-h1--no-margin,
.esg-h2--no-margin,
.esg-h3--no-margin,
.esg-h4--no-margin,
.esg-h5--no-margin,
.esg-h6--no-margin {
  margin: 0;
}

.esg-h1--no-margin-top,
.esg-h2--no-margin-top,
.esg-h3--no-margin-top,
.esg-h4--no-margin-top,
.esg-h5--no-margin-top,
.esg-h6--no-margin-top {
  margin-top: 0;
}

/* Remove the margin-top from any H2 immediately inside .column-nine */
.column-nine > h2:first-child {
  margin-top: 0;
}

/* ----------------------------------------------------------- */
/* //////////         Fonts, font colors           //////////  */
/* ----------------------------------------------------------- */
.overdue-amount {
  color: #ff3030;
}

.success {
  color: #00af69;
}

/* Copyright 2015-2017 Ellucian Company L.P. and its affiliates. */
/* ----------------------------------------------------------- */
/* //////////   Page Description & Search Field    //////////  */
/* ----------------------------------------------------------- */
/* ESG override for paragraph max-width */
#home-greeting p {
  max-width: none;
}

/* ----------------------------------------------------------- */
/* //////////   Back Links                         //////////  */
/* ----------------------------------------------------------- */
.backlink a,
.backlink a:hover,
.backlink a:visited,
.backlink a:link,
.backlink a:active,
.backlink button,
.backlink button:hover {
  display: block;
  text-decoration: none;
  padding: 0 0 0 1.563rem;
  color: #0074DB;
  width: auto;
  line-height: 1em;
}

.backlink a:before,
.backlink button:before {
  content: "";
  width: .47em;
  height: .47em;
  margin: .25em 0 0 -.867em;
  border: 2px solid #0074DB;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border-width: 2px 2px 0 0;
  position: absolute;
}

/* Search Results */
.search-reset {
  background-image: url("Images/close.png");
}

.search-header-border-left {
  border-left: 1px solid #d5d5d5;
}

/*for advanced search*/
.esg-row--css-advanced-search {
  border-bottom: 1px solid #d5d5d5;
  padding-top: 0.5rem;
}

.esg-form__group--css-advanced-search-add-more-button {
  padding-top: 0.5rem;
  text-align: center;
}

/* ----------------------------------------------------------- */
/* //////////   Admin Search Results               //////////  */
/* ----------------------------------------------------------- */
@media only screen and (min-width: 48rem) {
  #person-search-results.responsiveTable td:first-child:before {
    padding-top: 20px;
  }
}

#search-results-view-container .esg-table-actions {
  padding-top: 0;
}

/* ----------------------------------------------------------- */
/* //////////   Admin                              //////////  */
/* ----------------------------------------------------------- */
.theme-save-button {
  font-size: 1em;
  padding: 0.3em 1.5em;
}

.gradientPreview {
  width: 4.93em;
  height: 3.77em;
  border: 1px solid #000000;
  float: left;
  margin-left: .77em;
  margin-top: -2.16em;
}

.sp-replacer {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: .5rem !important;
  margin-right: .5rem !important;
}

/* About Page */
/* Resource File Editor */
.resource-file-path {
  word-wrap: break-word;
}

.resource-file-key__label {
  word-wrap: break-word;
}

/* Sitemap */
.parent-page + fieldset {
  /* parent-page is just a page */
  margin-top: 1rem;
}

.detail-page {
  /* A detail (sub) page to a parent page */
  display: block;
  margin-left: 1rem;
}

/* ----------------------------------------------------------- */
/* //////////   Pagination                         //////////  */
/* ----------------------------------------------------------- */
#paging {
  width: 22.31em;
  text-align: center;
  padding-top: .77em;
  line-height: 1.54em;
}

.search-paginationouter {
  float: left;
  margin: .077em 0 0 0;
}

.pagination-link:link {
  border: 1px transparent solid;
  font-size: .85em;
  padding: .46em;
}

.pagination-link:visited {
  border: 1px transparent solid;
  font-weight: bold;
}

.pagination-link:hover {
  border: 1px solid;
  border-color: #e2e2e2;
  background-color: #f4f4f4;
  color: #000000;
  font-weight: bold;
  height: 2.3em;
  width: 2.3em;
}

.pagination-current {
  font-size: .85em;
  font-weight: bold;
  text-decoration: none;
  padding: .46em;
}

/* ----------------------------------------------------------- */
/* //////////   UI Widgets                         //////////  */
/* ----------------------------------------------------------- */
.ui-widget {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: .875rem;
}

.ui-accordion .ui-accordion-header {
  margin-top: 0;
}

.ui-accordion .ui-accordion-content {
  margin: 0;
  top: 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: none;
}

/* ----------------------------------------------------------- */
/* ////////// jQuery UI Component Styling Overrides /////////  */
/* ----------------------------------------------------------- */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background-image: none;
}

.ui-accordion .ui-accordion-header {
  background: none;
  border: none;
}

.ui-widget-content {
  background: none;
  border: none;
  color: none;
}

.ui-state-default .ui-icon {
  background-color: #444444;
  background-image: url("images/ui-icons_ffffff_256x240.png");
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  height: 1em;
  width: 1em;
}

.ui-state-active .ui-icon {
  background-color: #ffffff;
  background-image: url("images/ui-icons_888888_256x240.png");
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  height: 1em;
  width: 1em;
}

.ui-accordion-icons .ui-accordion-header a {
  padding-left: 3em;
}

.ui-icon-triangle-1-e,
.ui-icon-carat-1-e {
  background-position: -34px -18px;
}

.ui-accordion .ui-accordion-header .ui-icon {
  left: 1em;
  margin-top: -.62em;
  position: absolute;
  top: 52%;
}

.ui-icon-triangle-1-s,
.ui-icon-carat-1-s {
  background-position: -66px -18px;
}

.accordion-header > span {
  padding-right: 5px;
}

.ui-autocomplete {
  box-shadow: 3px 2px 2px rgba(0, 0, 0, 0.3);
  margin: 0;
  padding: 0;
  max-height: 100px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}

.ui-autocomplete-loading {
  background: #ffffff url("images/ui-anim_basic_16x16.gif") right center no-repeat;
}

.ui-autocomplete li.ui-menu-item {
  border: 1px solid #999999;
  background: #ffffff;
  margin-bottom: -1px;
  cursor: pointer;
}

.ui-autocomplete li.ui-menu-item:last-child {
  margin-bottom: 0;
}

.ui-autocomplete li.ui-menu-item a:hover {
  background: #d5d5d5;
}

/*
 * jQuery UI Multi-Progress Bar 1.0
 * http://github.com/j-ulrich/jquery-ui-multiprogressbar
 *
 * Copyright (c) 2012 Jochen Ulrich <jochenulrich@t-online.de>
 * Licensed under the MIT license (MIT-LICENSE.txt).
 */
.ui-multiprogressbar .ui-progressbar-value {
  float: left;
}

/* Override for ESG box-sizing: border-box on all elements */
.ui-progressbar-value {
  box-sizing: content-box;
}

.ui-multiprogressbar .ui-multiprogressbar-valuetext {
  margin-top: 0.3em;
  text-align: center;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.ui-widget input {
  font-size: 1em;
}

/* ----------------------------------------------------------- */
/* //////////   ESG Form Elements                  //////////  */
/* ----------------------------------------------------------- */
/* ESG Override for labels to ensure they are at least 14px tall (for offscreen labels) */
input[type=checkbox] + label {
  min-height: .875rem;
}

/* Remove excess margin from checkboxes within list items */
.esg-list-group__item .esg-checkbox {
  margin-top: 0;
  margin-bottom: 0;
}

/* Bold a label that appears within a list header */
.esg-list-group__title input[type=checkbox] + label {
  font-weight: bold;
}

/* ESG Additions */
.esg-form__group--border {
  border: 1px solid #999999;
  border-radius: .5em;
}

.esg-form__group--border > legend,
.esg-form__group--border > .esg-form__group {
  margin-left: 1.385em;
  margin-right: 1.385em;
}

.esg-form__group--no-margin {
  margin: unset;
}

.esg-form__label--no-margin {
  margin: unset;
}

.esg-form__text {
  display: block;
  width: 100%;
  background-image: none;
  line-height: 1.42rem;
  text-align: left;
  height: auto;
  transition: all .1s ease-in-out;
  outline: none;
}

.esg-form__text--wrap {
  word-wrap: break-word;
}

.esg-form__input--inline {
  display: inline;
  width: auto;
  position: relative;
  top: .125rem;
  margin-right: .625rem;
}

.esg-form__input--dollar-amount {
  width: calc(100% - 1rem);
}

.esg-form__group--dollar-amount.esg-has-feedback .esg-form__input {
  display: inline-block;
}

.esg-dropdown__menu-item-icon__container {
  display: inline-block;
  float: right;
}

.esg-dropdown__menu-item-icon {
  padding: 0 .5rem .5rem 0;
}

/* Display button when focused on input (accessibility issue!) */
/* Need to inform Student/Planning */
.esg-form__icon--reset,
.esg-form__input:focus ~ .esg-form__icon--submit {
  display: block;
}

/* Override for ESG dropdown to add pointer effect on hover. */
.esg-dropdown__link:hover {
  cursor: pointer;
}

.esg-label--colon:after {
  content: ":\00a0";
}

.esg-form__group--no-bottom-margin {
  margin-bottom: 0;
}

select.esg-form__input + .esg-form__feedback-icon {
  display: none;
}

/* ----------------------------------------------------------- */
/* //////////   Form Elements & Buttons            //////////  */
/* ----------------------------------------------------------- */
.filter-button a {
  border-color: #999999;
}

.filter-button a:link {
  font-size: .846em;
  text-decoration: none;
  padding-top: .25em;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Webkit Browsers Fix */
  .filter-button a:link,
  .button {
    line-height: 1.4em;
  }
}

/* sortable list styles */
.sortable-list-item, .unsortable-list-item {
  border: 1px solid #d5d5d5;
  border-radius: .2em;
  background-color: #f4f4f4;
  margin-top: .6em;
  overflow: hidden;
  padding: 1em;
  margin-left: 1em;
  line-height: 1.5;
}

.sortable-list-item:hover {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  background-color: #f1ecdc;
}

.sortable-list-item:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  background-color: #f1ecdc;
}

.sortable-list-item .arrow {
  width: .462em;
  height: .462em;
}

/* unsortable-list-item list styles */
.unsortable-list-item:hover {
  cursor: not-allowed;
}

/* mask/unmask control for masked fields */
.view-toggle {
  transform: scale(0.75);
  margin-top: .75rem;
}

.view-toggle::after {
  content: url("Images/hide.png");
}

.view-toggle:focus::after, .view-toggle:hover::after {
  content: url("Images/show.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .view-toggle::after {
    content: url("Images/hide@2x.png");
  }
  .view-toggle:focus::after, .view-toggle:hover::after {
    content: url("Images/show@2x.png");
  }
}

/*  Modifiers to ESG button patterns */
/* Color variables */
/* Fix for eds-button-small specificity issues when used with a tags */
a.eds-button--small {
  height: 2.375rem;
  padding: .625rem 1.875rem .375rem;
  font-size: .875rem;
}

.eds-button--margin-top {
  margin-top: 1rem;
}

.eds-button--margin-bottom {
  margin-bottom: 1rem;
}

.eds-button.eds-button--no-text,
.eds-button.eds-button--icon {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.eds-button.eds-button--no-text > .esg-icon__container {
  margin-left: 0;
  padding-right: 0;
}

.eds-button.eds-button--primary .esg-icon {
  fill: #ffffff;
}

.eds-button.eds-button--secondary:active .esg-icon,
.eds-button.eds-button--secondary:focus .esg-icon,
.eds-button.eds-button--secondary:hover .esg-icon,
.eds-button.eds-button--secondary:disabled .esg-icon {
  fill: #ffffff;
}

.esg-button--padding-0 {
  padding: 0;
}

.esg-button--border-0 {
  border: 0 none;
}

/* For the last button group on a page, adjust the margins/padding a bit */
.column-nine > div.eds-button-group:last-child {
  margin-top: 1rem;
  margin-bottom: 0;
}

/* ----------------------------------------------------------- */
/* //////////   Overlays and Dialogs               //////////  */
/* ----------------------------------------------------------- */
.esg-modal-dialog {
  line-height: normal;
}

/* If the spinner is part of the modal, inherit positioning from parent  */
.esg-modal-dialog__body > .esg-spinner {
  margin-top: 3rem;
  position: inherit;
}

/* If the text follows a spinner, add some margin and center it */
.esg-spinner + .esg-modal-dialog__body_text {
  text-align: center;
  padding: 1.125rem 0;
  line-height: normal;
  font-size: 1.125rem;
}

/* Fix to allow long dialog content to scroll on mobile */
.esg-modal-dialog__body,
.esg-modal-wizard__body,
.esg-modal__body {
  position: relative;
  max-height: calc(100vh - 5.85em);
  overflow-y: auto;
  /* Reset to EDS default at 992px and above */
}

@media only screen and (min-width: 62rem) {
  .esg-modal-dialog__body,
  .esg-modal-wizard__body,
  .esg-modal__body {
    max-height: calc(80vh - 8.3em);
  }
}

/* Fix to padding values at mobile size */
.esg-modal-dialog__header,
.esg-modal-wizard__header,
.esg-modal__header {
  padding: .6rem 1rem;
}

/* Fix to ensure that long titles are not pushed to a new line below 'x' icon*/
.esg-modal-dialog__title,
.esg-modal-wizard__title,
.esg-modal__title {
  max-width: calc(100% - 4rem);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* Fix for single button within footer */
.esg-modal-dialog__action-section.esg-button-group--fluid .esg-button-group__item:only-child .esg-button {
  border-left: 0;
  border-bottom-left-radius: .375rem;
}

@media print {
  .esg-modal-dialog__action-section .esg-modal-dialog__button,
  .esg-modal-dialog__close,
  .esg-alert {
    display: none;
  }
  .esg-modal-dialog__body,
  .esg-modal-wizard__body,
  .esg-modal__body {
    overflow: visible;
  }
}

/* ----------------------------------------------------------- */
/* //////////   Login and change pw Screen Styles  //////////  */
/* ----------------------------------------------------------- */
.validation-summary-valid {
  display: none;
}

.validation-summary-errors {
  background-color: #ffeeed;
  padding: .77em;
}

.validation-summary-errors > ul {
  background: transparent url("Images/icon-error.png") top left no-repeat;
  display: block;
  padding-left: 1.85em;
  line-height: 1.39em;
}

.validation-summary-errors > ul > li {
  display: inline;
  list-style: none;
  padding-right: .39em;
}

#loginForm input[type="text"].input-validation-error,
#loginForm input[type="password"].input-validation-error {
  border: 0.18em solid #ff3030;
}

/* Login - Responsive Styles*/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .validation-summary-errors > ul,
  .error-message,
  .error {
    background-image: url("Images/icon-error@2x.png");
    background-size: 16px;
  }
}

#changepasswordform input[type="text"],
#changepasswordform input[type="password"] {
  width: 16.667em;
}

#changepasswordform input[type="text"].input-validation-error,
#changepasswordform input[type="password"].input-validation-error {
  border: 2px solid #ff3030;
}

/* ----------------------------------------------------------- */
/* //////////   Site Home Page Styles                /////////  */
/* ----------------------------------------------------------- */
/* Non-color variables will be placed here */
/* Copied from EDS for use in Self-Service .scss files */
/* Non-color variables will be placed here */
/* Add some padding between the notification-wrapper and the following element */
#notifications-wrapper + div {
  padding-top: 1rem;
}

.sitehome-expandednavlink {
  margin-bottom: .77em;
}

.sitehome-expandednavlink:hover a {
  background-color: #f4faff;
}

.sitehome-expandednavlink:hover h2, .sitehome-expandednavlink:hover h3 {
  text-decoration: underline;
}

.sitehome-expandednavlink a:link,
.sitehome-expandednavlink a:visited,
.sitehome-expandednavlink a:hover,
.sitehome-expandednavlink a:active {
  border: 0.0625rem solid #bdbdbd;
  text-decoration: none;
  padding: 1.5%;
  width: 100%;
  padding-bottom: 1.25rem;
}

.sitehome-expandednavlink h2, .sitehome-expandednavlink h3 {
  font-size: 1.25rem;
  margin-bottom: 0;
}

/* Responsive columns widths and margins */
@media all and (max-width: 769px) {
  .sitehome-expandednavlink {
    width: 100%;
  }
}

.advising_expandednavlink {
  background: url("Images/advising-home.png") no-repeat 5px 1px;
  padding-left: 4.62em;
}

.attendance_expandednavlink {
  background: url("Images/NonAcademicAttendance_Icon.png") no-repeat 5px 1px;
  padding-left: 4.62em;
}

.student-attendance_expandednavlink {
  background: url("Images/NonAcademicAttendance_Icon.png") no-repeat 5px 1px;
  padding-left: 4.62em;
}

.my-account_expandednavlink {
  background: url("Images/financial-profile-home.png") no-repeat 5px 1px;
  padding-left: 4.62em;
}

.academic-planning_expandednavlink {
  background: url("Images/academic-planning-home.png") no-repeat 5px 1px;
  padding-left: 4.62em;
}

.finance-admin_expandednavlink {
  background: url("Images/finance-admin-home.png") no-repeat 5px 1px;
  padding-left: 4.62em;
}

.colleague-finance_expandednavlink {
  background: url("Images/financial-management.png") no-repeat 5px 1px;
  padding-left: 4.62em;
}

.financial-aid_expandednavlink {
  background: url("Images/financial-aid-home.png") no-repeat 5px 1px;
  padding-left: 4.62em;
}

.financial-aid-admin_expandednavlink {
  background: url("Images/financial-aid-admin-home.png") no-repeat 5px 1px;
  padding-left: 4.62em;
}

.faculty_expandednavlink {
  background: url("Images/faculty-home.png") no-repeat 5px 1px;
  padding-left: 4.62em;
}

.employee_expandednavlink {
  background: url("Images/employee-home.png") no-repeat 5px 1px;
  padding-left: 4.62em;
}

.requisite-waiver-navlink {
  background: url("Images/requisites-icon.png") no-repeat 5px 1px;
  padding-left: 4.62em;
}

.student-petition-navlink {
  background: url("Images/petitions-icon.png") no-repeat 5px 1px;
  padding-left: 4.62em;
}

.vendor-finances_expandednavlink {
  background: url("Images/financial-profile-home.png") no-repeat 5px 1px;
  padding-left: 4.62em;
}

.taxInformation_expandednavlink, .studentTaxInformation_expandednavlink {
  background: url("Images/tax-icon.png") no-repeat 5px 1px;
  padding-left: 4.62em;
}

.bankingInformation_expandednavlink {
  background: url("Images/bank-information.png") no-repeat 5px 1px;
  padding-left: 4.62em;
}

.graduationHome_expandednavlink {
  background: url("Images/graduation-home.png") no-repeat 5px 1px;
  padding-left: 4.62em;
}

.enrollmentVerificationHome_expandednavlink {
  background: url("Images/enrollment-verification.png") no-repeat 5px 1px;
  padding-left: 4.62em;
}

.transcriptsHome_expandednavlink {
  background: url("Images/transcript-request.png") no-repeat 5px 1px;
  padding-left: 4.62em;
}

.timeSheet_expandednavlink {
  background: url("Images/timesheet-icon.png") no-repeat 5px 1px;
  padding-left: 4.62em;
}

.timeApproval_expandednavlink {
  background: url("Images/timesheet-icon.png") no-repeat 5px 1px;
  padding-left: 4.62em;
}

.courseCatalogExcludeDegreePlanHome_expandednavlink {
  background: url("Images/course-catalog.png") no-repeat 5px 1px;
  padding-left: 4.62em;
}

.gradesHome_expandednavlink {
  background: url("Images/grades-bubble-icon.png") no-repeat 5px 1px;
  padding-left: 4.62em;
}

.payStatements_expandednavlink {
  background: url("Images/pay-statements.png") no-repeat 5px 1px;
  padding-left: 4.62em;
}

.facultyContracts_expandednavlink {
  background: url("Images/faculty-contracts-home.png") no-repeat 5px 1px;
  padding-left: 4.62em;
}

.employeeProxy_expandednavlink {
  background: url("Images/employee-proxy.png") no-repeat 5px 1px;
  padding-left: 4.62em;
}

/* Site Home Page - Responsive Styles */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .advising_expandednavlink {
    background: url("Images/advising-home@2x.png") no-repeat 5px 1px;
    background-size: 45px;
  }
  .attendance_expandednavlink {
    background: url("Images/NonAcademicAttendance_Icon@2x.png") no-repeat 5px 1px;
    background-size: 45px;
  }
  .my-account_expandednavlink {
    background: url("Images/financial-profile-home@2x.png") no-repeat 5px 1px;
    background-size: 45px;
  }
  .academic-planning_expandednavlink {
    background: url("Images/academic-planning-home@2x.png") no-repeat 5px 1px;
    background-size: 45px;
  }
  .colleague-finance_expandednavlink {
    background: url("Images/financial-management@2x.png") no-repeat 5px 1px;
    background-size: 45px;
  }
  .finance-admin_expandednavlink {
    background: url("Images/finance-admin-home@2x.png") no-repeat 5px 1px;
    background-size: 45px;
  }
  .financial-aid_expandednavlink {
    background: url("Images/financial-aid-home@2x.png") no-repeat 5px 1px;
    background-size: 45px;
  }
  .financial-aid-admin_expandednavlink {
    background: url("Images/financial-aid-admin-home@2x.png") no-repeat 5px 1px;
    background-size: 45px;
  }
  .employee_expandednavlink {
    background: url("Images/employee-home@2x.png") no-repeat 5px 1px;
    background-size: 45px;
  }
  .vendor-finances_expandednavlink {
    background: url("Images/financial-profile-home@2x.png") no-repeat 5px 1px;
    background-size: 45px;
    padding-left: 4.62em;
  }
  .taxInformation_expandednavlink, .studentTaxInformation_expandednavlink {
    background: url("Images/tax-icon@2x.png") no-repeat 5px 1px;
    background-size: 45px;
    padding-left: 4.62em;
  }
  .bankingInformation_expandednavlink {
    background: url("Images/bank-information@2x.png") no-repeat 5px 1px;
    background-size: 45px;
    padding-left: 4.62em;
  }
  .graduationHome_expandednavlink {
    background: url("Images/graduation-home@2x.png") no-repeat 5px 1px;
    background-size: 45px;
    padding-left: 4.62em;
  }
  .enrollmentVerificationHome_expandednavlink {
    background: url("Images/enrollment-verification@2x.png") no-repeat 5px 1px;
    background-size: 45px;
    padding-left: 4.62em;
  }
  .transcriptsHome_expandednavlink {
    background: url("Images/transcript-request@2x.png") no-repeat 5px 1px;
    background-size: 45px;
    padding-left: 4.62em;
  }
  .timeSheet_expandednavlink {
    background: url("Images/timesheet-icon@2x.png") no-repeat 5px 1px;
    background-size: 45px;
    padding-left: 4.62em;
  }
  .timeApproval_expandednavlink {
    background: url("Images/timesheet-icon@2x.png") no-repeat 5px 1px;
    background-size: 45px;
    padding-left: 4.62em;
  }
  .gradesHome_expandednavlink {
    background: url("Images/grades-bubble-icon@2x.png") no-repeat 5px 1px;
    background-size: 45px;
    padding-left: 4.62em;
  }
  .courseCatalogExcludeDegreePlanHome_expandednavlink {
    background: url("Images/course-catalog@2x.png") no-repeat 5px 1px;
    background-size: 45px;
    padding-left: 4.62em;
  }
  .payStatements_expandednavlink {
    background: url("Images/pay-statements@2x.png") no-repeat 5px 1px;
    background-size: 45px;
    padding-left: 4.62em;
  }
  .facultyContracts_expandednavlink {
    background: url("Images/faculty-contracts-home@2x.png") no-repeat 5px 1px;
    background-size: 45px;
    padding-left: 4.62em;
  }
}

/* ----------------------------------------------------------- */
/* //////   Individiual Home Page Styles                /////  */
/* ----------------------------------------------------------- */
/* All Steps */
.home-step {
  background-color: #f4f4f4;
  border: 1px solid #bdbdbd;
  min-height: 12.714em;
  transition: height .5s;
  -moz-transition: height .5s;
  -webkit-transition: height .5s;
  -o-transition: height .5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1rem;
  width: 100%;
}

.home-step a:link,
.home-step a:visited,
.home-step a:hover,
.home-step a:active {
  text-decoration: none;
}

.home-step img,
.home-step .img {
  float: left;
  width: 6.923em;
}

.home-step p {
  font-size: 1em;
  color: #444444;
  line-height: 1.1em;
}

.home-step p u {
  font-weight: bold;
  display: block;
}

.home-step h3,
.home-step p {
  margin: 1rem 0 1rem 6.25rem;
}

.home-step h3 {
  font-size: 1.231em;
  line-height: 1;
  font-weight: bold;
  color: #555555;
}

.home-step a:hover {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  filter: none;
}

.home-step a br {
  display: block;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Webkit Browsers Fix */
  .home-step a br {
    line-height: 1.5em;
  }
}

.step-number {
  /*background: url("Images/step1.png") no-repeat scroll 0 0 transparent;*/
  background-color: #bdbdbd;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 2.385em;
  height: 2.385em;
  position: absolute;
  top: -1.077em;
}

.step-text {
  font-weight: bold;
  font-size: 1.55em;
  position: relative;
  left: .5em;
  top: .143em;
  color: #333333;
}

/* Home Page Throbber */
.home-throbber {
  width: 1.85em;
  height: 1.85em;
  margin: 0 auto .77em auto;
}

.home-throbber-text {
  text-align: center;
  font-size: 1.16em;
  font-weight: bold;
  color: #555555;
  margin-left: .77em;
}

/* Responsive Home page Welcome message and links */
@media (min-width: 600px) and (max-width: 768px) {
  .home-step {
    width: auto;
    float: none;
    height: auto;
    margin-right: 0;
    min-height: 8.571em;
  }
}

@media all and (max-width: 599px) {
  .home-step {
    width: auto;
    float: none;
    height: auto;
    margin-right: 0;
    min-height: 8.571em;
  }
}

@media all and (max-width: 480px) {
  .home-step a {
    min-height: 10.643em;
  }
}

/* ----------------------------------------------------------- */
/* //////////  ESG Table Overrides and Modifications ////////  */
/* ----------------------------------------------------------- */

.esg-table-body__td--section-table {
	white-space: normal !important;
}

.esg-table-caption {
  display: block;
}

.esg-table-footer {
  display: block;
}

@media only screen and (min-width: 48rem) {
  .esg-table-caption {
    display: table-caption;
  }
  .esg-table-footer {
    display: table-footer-group;
  }
}

.esg-table caption {
  border: 0.0625rem solid #d5d5d5;
  border-bottom: none;
  text-align: left;
  padding: .75rem .875rem;
  display: block;
}

@media only screen and (min-width: 48rem) {
  .esg-table caption {
    display: table-caption;
  }
}

.esg-table-actions__form-item--link {
  padding-top: .7rem;
}

.esg-table-actions__form-item .esg-lookup {
  margin-top: 0;
}

.esg-table-head__th--no-border-right {
  border-right: none;
}

.esg-table-head__th--no-border-right + th {
  border-left: none;
}

/* Treat an entire row like a link */
.esg-table-body__row--is-link:hover,
.esg-table-body__row--is-link:focus {
  cursor: pointer;
}

.esg-table-body__row--no-border {
  border: 0;
}

/* ESG override to remove hover state on table headers */
.esg-table-head__th:hover {
  cursor: inherit;
  transition: none;
  background: inherit;
}

/* ESG override to remove caret */
.esg-table-head__th:after {
  display: none;
}

/* Utility classes for fixing column widths */
@media only screen and (min-width: 48rem) {
  .esg-table-head__th--5 {
    width: 5%;
  }
  .esg-table-body__td--5 {
    width: 5%;
  }
  .esg-table-head__th--10 {
    width: 10%;
  }
  .esg-table-body__td--10 {
    width: 10%;
  }
  .esg-table-head__th--15 {
    width: 15%;
  }
  .esg-table-body__td--15 {
    width: 15%;
  }
  .esg-table-head__th--20 {
    width: 20%;
  }
  .esg-table-body__td--20 {
    width: 20%;
  }
  .esg-table-head__th--25 {
    width: 25%;
  }
  .esg-table-body__td--25 {
    width: 25%;
  }
  .esg-table-head__th--30 {
    width: 30%;
  }
  .esg-table-body__td--30 {
    width: 30%;
  }
  .esg-table-head__th--35 {
    width: 35%;
  }
  .esg-table-body__td--35 {
    width: 35%;
  }
  .esg-table-head__th--40 {
    width: 40%;
  }
  .esg-table-body__td--40 {
    width: 40%;
  }
  .esg-table-head__th--45 {
    width: 45%;
  }
  .esg-table-body__td--45 {
    width: 45%;
  }
}

.esg-table-footer__th {
  padding: .75rem .875rem;
}

/* Allow overriding ESG default mobile table styles (and use a normal table layout) */
.esg-table--no-mobile {
  display: table;
  table-layout: fixed;
}

.esg-table--no-mobile caption {
  display: table-caption;
}

.esg-table--no-mobile .esg-table-head__row {
  display: table-row;
}

.esg-table--no-mobile .esg-table-body__row {
  display: table-row;
}

.esg-table--no-mobile .esg-table-footer__row {
  display: table-row;
}

.esg-table--no-mobile .esg-table-head {
  display: table-header-group;
}

.esg-table--no-mobile .esg-table-body {
  display: table-header-group;
}

.esg-table--no-mobile .esg-table-body__td {
  display: table-cell;
  padding-top: .625rem;
  padding-bottom: .625rem;
}

.esg-table--no-mobile .esg-table-head__th,
.esg-table--no-mobile .esg-table-footer__th {
  display: table-cell;
}

.esg-table--sticky-head thead th,
.esg-table--sticky-head thead td,
.esg-table--sticky-head thead th:hover,
.esg-table--sticky-head thead td:hover {
  background-color: #efefef;
  position: sticky;
  top: -1px;
  z-index: 1;
  outline: 0.05rem solid #bdbdbd;
  outline-offset: -1px;
}

/* ----------------------------------------------------------- */
/* //////////  Responsive & Scrolling Table Styles //////////  */
/* ----------------------------------------------------------- */
/* Start Responsive Table */
.responsiveTable caption, caption:after {
  white-space: pre;
  content: attr(data-role);
}

.responsiveTable th.text-align-right {
  text-align: right;
}

.responsiveTable th.text-align-center,
.responsiveTable td.text-align-center {
  text-align: center;
}

.responsiveTable tfoot td {
  font-size: 1em;
}

.responsiveTable td .layout-table-cell {
  display: block;
  text-align: right;
  padding-right: 1rem;
}

@media only screen and (min-width: 48rem) {
  .responsiveTable td .layout-table-cell {
    padding-right: 0;
  }
}

@media only screen and (min-width: 48rem) {
  .responsiveTable td .layout-table-cell {
    text-align: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .responsiveTable tr {
    display: table;
    width: 100%;
  }
  .responsiveTable td {
    word-wrap: break-word;
    display: table-row;
  }
  /* Allow hiding of content on mobile */
  .responsiveTable.hide-content,
  .responsiveTable table.hide-content,
  .responsiveTable caption.hide-content,
  .responsiveTable thead.hide-content,
  .responsiveTable tbody.hide-content,
  .responsiveTable th.hide-content,
  .responsiveTable td.hide-content,
  .responsiveTable tr.hide-content {
    display: none;
  }
  .responsiveTable td:first-child:before {
    padding-top: .625rem;
  }
  .responsiveTable td:last-child .layout-table-cell {
    padding-bottom: .625rem;
  }
  .responsiveTable td:before {
    width: 45%;
    font-weight: 600;
    content: attr(data-role);
    text-align: left;
    display: table-cell;
    padding-left: 1rem;
  }
  .responsiveTable td.suppress-on-mobile {
    display: none;
  }
}

@media only screen and (min-width: 48rem) {
  .responsiveTable .esg-table-head__td--centered:before,
  .responsiveTable .esg-table-body__td--centered {
    text-align: center;
  }
}

/* End Responsive Table */
/* Start Scrolling Table */
/* 769px -- triggers immediately after mobile breakpoint for responsive table */
/* 1130px for largest SF table (Tuition) in Firefox, which breaks about about 100px sooner than Chrome */
@media (min-width: 769px) and (max-width: 1130px) {
  .scrolling-table-wrapper {
    position: relative;
  }
  .scrolling-table-wrapper:before {
    content: "";
    position: absolute;
    right: 0;
    width: .5em;
    height: 100%;
    background-image: -webkit-linear-gradient(left, transparent 40%, #999999);
    background-image: -moz-linear-gradient(left, transparent 40%, #999999);
    background-image: -ms-linear-gradient(left, transparent 40%, #999999);
    background-image: -o-linear-gradient(left, transparent 40%, #999999);
    background-image: linear-gradient(left, transparent 40%, #999999);
  }
  .scrolling-table {
    overflow-x: auto;
    display: block;
  }
}

.wide-scrolling-table-wrapper {
  position: relative;
}

.wide-scrolling-table-wrapper:before {
  content: "";
  position: absolute;
  right: 0;
  width: .5em;
  height: 100%;
  background-image: -webkit-linear-gradient(left, transparent 40%, #999999);
  background-image: -moz-linear-gradient(left, transparent 40%, #999999);
  background-image: -ms-linear-gradient(left, transparent 40%, #999999);
  background-image: -o-linear-gradient(left, transparent 40%, #999999);
  background-image: linear-gradient(left, transparent 40%, #999999);
}

.wide-scrolling-table {
  overflow-x: auto;
  display: block;
}

/* End Scrolling Table */
/*Start Table Sorting*/
.responsiveTable th img.sortable-column-img {
  padding: 0 0 0 0.938em;
  vertical-align: middle;
}

.responsiveTable th.sortable {
  background: url("Images/both.png") no-repeat 98% 50%;
}

.responsiveTable th.sortable-asc {
  background: url("Images/up.png") no-repeat 98% 50%;
}

.responsiveTable th.sortable-desc {
  background: url("Images/down.png") no-repeat 98% 50%;
}

/*End Table Sorting*/
/* User Profile/Context Card*/
/* Non-color variables will be placed here */
/* Copied from EDS for use in Self-Service .scss files */
/* Non-color variables will be placed here */
/* Color variables */
.user-profile-detail__chosen-name-label {
  font-weight: bold;
  font-style: italic;
}

.user-profile-detail__chosen-name {
  font-style: italic;
}

@media only screen and (min-width: 62rem) {
  .user-profile-detail__chosen-name-label {
    padding-left: 1.5rem;
  }
}

#user-profile-right {
  float: right;
}

.css-org-card--position-non-context {
  box-shadow: inset 0 -0.25rem 0 0 #e2e2e2;
  margin-bottom: 2rem;
  min-height: 8.7rem;
}

.css-org-card--position-non-context .css-org-card__badge {
  top: -2rem;
  left: -.75rem;
}

.esg-org-card--confirm-card:hover, .esg-org-card--confirm-card:focus, .esg-org-card--confirm-card:active, .esg-org-card--confirm-card:active:hover, .esg-org-card--confirm-card:active:focus {
  cursor: default;
  box-shadow: inset 0 -0.25rem 0 0 #e2e2e2;
  background-color: #ffffff;
  border: 0.0625rem solid #999999;
}

.esg-person-card__list::after {
  display: block;
  width: 2.25rem;
  margin: 1rem 0;
  border-bottom: 0.0625rem solid #0074DB;
  content: '';
}

.esg-person-card__list:last-child::after {
  display: block;
  width: 0;
  margin: 0;
  border-bottom: none;
  content: '';
}

.esg-person-card--not-popover {
  box-shadow: none;
  width: auto;
  max-width: none;
}

.esg-person-card--not-popover .esg-person-card__header {
  padding-top: 0;
  padding-left: 0;
}

.esg-person-card--not-popover .esg-person-card__body {
  padding-left: 0;
  padding-right: 0;
}

.esg-person-card--not-popover .esg-person-card__body .esg-person-card__list:first-child {
  margin-top: 0;
}

.css-org-card--in-context {
  border: 0.125rem solid #0074DB;
  box-shadow: none;
  z-index: auto;
  margin-bottom: 2rem;
  width: auto;
  max-width: none;
  min-height: 8.7rem;
}

@media only screen and (min-width: 62rem) {
  .css-org-card--in-context {
    margin-left: -.625rem;
    margin-right: -.625rem;
  }
}

.css-org-card--non-context {
  display: block;
  box-shadow: inset 0 -0.25rem 0 0 #e2e2e2;
  margin-bottom: 2rem;
  min-height: 8.7rem;
  text-align: left;
}

.css-org-card--non-context .css-org-card__badge {
  top: -2rem;
  left: -.75rem;
}

.css-org-card--non-context .esg-person-card__detail {
  max-width: none;
}

.css-org-card--flex-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  /* Bug fix for IE flexbox */
  height: 8.7rem;
}

.css-org-card--centered {
  text-align: center;
}

.css-org-card__button-wrapper {
  position: relative;
}

.css-org-card--action-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: .5rem .5rem 1rem 1rem;
}

.css-org-card__badge {
  position: relative;
  top: 2rem;
  left: .5rem;
  float: right;
}

/* Overrides */
/* For use within responsive tables */
.esg-avatar--vertical-align-middle {
  vertical-align: middle;
}

.esg-person-card__list-item--bold {
  font-weight: 600;
}

.esg-person-card__footer--with-options {
  border: 0 none;
  padding: 0 1.25rem 1.25rem 1.25rem;
}

.esg-person-card__footer--with-options .esg-button--primary,
.esg-person-card__footer--with-options .esg-button--primary:hover,
.esg-person-card__footer--with-options .esg-button--primary:focus,
.esg-person-card__footer--with-options .esg-button--primary:active,
.esg-person-card__footer--with-options .esg-button--primary:active:hover,
.esg-person-card__footer--with-options .esg-button--primary:active:focus {
  border-top: .0625rem solid;
}

.css-manager-list {
  padding-bottom: 3.25rem;
}

.esg-person-card .esg-person-card__header--centered {
  display: block;
  text-align: center;
}

/* Copyright 2018 Ellucian Company L.P. and its affiliates.    */
/* ----------------------------------------------------------- */
/* //////////  Page Loading Throbber Styles        //////////  */
/* ----------------------------------------------------------- */
/* Colleague Self-Service mods to ESG spinner */
.esg-spinner-container {
  padding-top: 2rem;
}

.esg-spinner-container--no-padding-top {
  padding-top: 0;
}

.esg-spinner-container .esg-spinner {
  position: inherit;
}

.esg-spinner-container__message {
  text-align: center;
  padding: 1.125rem 0;
  line-height: normal;
  font-size: 1.125rem;
}

.esg-spinner-container > .esg-spinner-wrapper {
  width: 100%;
  height: auto;
  position: inherit;
  background: inherit;
}

.esg-spinner__small .esg-spinner-wrapper {
  background-color: transparent;
}

.esg-spinner__small .esg-spinner {
  width: 2.5rem;
  height: 2.5rem;
}

/* ----------------------------------------------------------- */
/* //////////  Collapsible Group Styles            //////////  */
/* ----------------------------------------------------------- */
.collapsible-item {
  display: none;
  border: 1px solid #d5d5d5;
}

.collapsible-item ul {
  list-style-type: none;
  margin: .5em 0 .4em .4em;
}

.collapsible-item td {
  background-color: #ffffff;
}

.collapsible-item ul li {
  line-height: 1.75;
}

.collapsible-item td:first-child {
  padding-left: 4.45em;
}

.collapsible h4 {
  display: inline-block;
  text-transform: none;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
}

.group-header {
  background-color: #6c6c6c;
  color: #ffffff;
  cursor: pointer;
  padding: 1em 0;
}

.group-header:hover {
  background-color: #6c6c6c;
}

/* Copyright 2018 Ellucian Company L.P. and its affiliates.    */
/* ----------------------------------------------------------- */
/* ////////////  ESG Collapsible                 ////////////  */
/* ----------------------------------------------------------- */
collapsible-group .esg-collapsible-group__body {
  overflow-y: auto;
  max-height: none;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: .4s;
  -o-transition-duration: .4s;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

collapsible-group .esg-collapsible-group__body.esg-is-collapsed {
  max-height: 0;
  display: block;
  padding: 0;
}

.esg-collapsible-group__body--no-padding {
  padding: 0;
}

.esg-collapsible-group__title button {
  color: #005FB3;
}

.esg-collapsible-group__subheading {
  font-size: .875rem;
}

.esg-collapsible-group-subtitle__wrapper {
  display: table-cell;
  vertical-align: middle;
}

.esg-collapsible-group__subtitle,
.esg-collapsible-group__tertiary-content {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: .875rem;
  color: #444444;
}

.esg-collapsible-group__toggle.esg-has-subtitle {
  display: table;
}

.esg-collapsible-group__toggle.esg-has-subtitle .esg-collapsible-group__icon {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.esg-collapsible-group__toggle.esg-has-subtitle .esg-collapsible-group__icon .esg-icon {
  float: right;
}

/* -------------------------------------------------------------- */
/* STEP INDICATOR */
/* -------------------------------------------------------------- */
/* Modified from original. Uses :not pseduo class to ensure that
   other step indicators (SF branch) are not affected by the changes.
   Will need to be re-examined at a later date to standardize on a single
   version that can adapt to the use case. 
    
    Classes "equal-size" and "step-chevron" are only used in the new 
    version. Class "icon-circle" is used in both but modified in the new
    version as an identifier for all icon circles. */
.si-container {
  /* outer container */
  font-size: .813em;
  float: left;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #e2e2e2;
}

.step-indicator {
  /* step indicator <UL> */
  margin: 0;
  padding: 0;
}

.step-indicator > li {
  /* steps */
  float: left;
  height: 3.8em;
  padding: 1.2em .95em 0 2.65em;
  list-style-type: none;
  position: relative;
  color: #555555;
}

/* need to round the left top and bottom corners of the first step */
.step-indicator > li:first-child {
  padding-left: .95em;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.step-indicator > li:last-child {
  border-bottom-right-radius: 4px;
  border-right: 2px solid #ffffff;
  border-top-right-radius: 4px;
}

.step-indicator:not(.equal-size) > li:last-child div,
.step-indicator > li:last-child .step-chevron {
  display: none;
}

/* currnent step <LI> */
.step-indicator > li.current {
  background-color: #767676;
  position: relative;
  color: #ffffff;
}

/* done step <LI> */
.step-indicator > li.done {
  background-color: #e2e2e2;
  position: relative;
  color: #555555;
}

/* generic chevron */
.step-indicator:not(.equal-size) > li > div,
.step-indicator > li .step-chevron {
  position: absolute;
  z-index: 3;
  display: inline;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 2.65em;
  height: 2.65em;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  margin-left: -.43em;
  margin-top: -.6em;
}

/* current chevron */
.step-indicator:not(.equal-size) > li.current > div,
.step-indicator > li.current .step-chevron {
  background-color: #767676;
}

/* done chevron */
.step-indicator:not(.equal-size) > li.done > div,
.step-indicator > li.done .step-chevron {
  background-color: #e2e2e2;
}

/* generic icon container */
.step-indicator.equal-size > li > .icon-circle,
.step-indicator > li > span {
  width: 1.75em;
  height: 1.75em;
  margin-top: .1em;
  margin-right: .95em;
  float: left;
}

/* icon */
/*additional aria selector needed due to lack of universal "icon-circle" class on SI icons */
.step-indicator:not(.equal-size) > li > span > div[aria-hidden="true"] {
  position: absolute;
  display: inline;
  width: 1.75em;
  height: 1.75em;
  font-size: 1.75em;
  margin-top: -.45em;
}

/* --------------- Ellucian Icons ------------------*/
/* - Make sure the icons are referenced globally. - */
@font-face {
  font-family: 'ellucian';
  src: url("Images/ellucian-icons/ellucian.eot");
  src: url("Images/ellucian-icons/ellucian.eot?#iefix") format("embedded-opentype"), url("Images/ellucian-icons/ellucian.woff") format("woff"), url("Images/ellucian-icons/ellucian.ttf") format("truetype"), url("Images/ellucian-icons/ellucian.svg#success") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-circle,
.icon-circle-gray,
.icon-success,
.icon-play-circle,
.icon-circle-outline {
  font-family: 'ellucian';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: .7;
  -webkit-font-smoothing: antialiased;
}

.icon-success:before {
  content: "\e000";
  color: #00af69;
  vertical-align: middle;
  line-height: 1.6;
  position: absolute;
}

.icon-play-circle:before {
  content: "\e058";
  color: #51abff;
  vertical-align: middle;
  line-height: 1.6;
  position: absolute;
}

.icon-circle-outline:before {
  content: "\e057";
  color: #999999;
  vertical-align: middle;
  line-height: 1.6;
  position: absolute;
}

.icon-circle:after {
  content: "\e011";
  color: #ffffff;
  vertical-align: middle;
  line-height: 1.7;
}

.icon-circle-gray:after {
  content: "\e011";
  color: #efefef;
  vertical-align: middle;
  line-height: 1.7;
}

/* --------------- Responsive Steps ------------------*/
/* --------------- Desktop Form Factor ------------------*/
/* - You may need to change 1120px to another value depending on where exactly the steps break in the layout. Once you reach a breaking point, adjust your min-width to be just a bit larger than the point at which the layout breaks. - */
@media (min-width: 1176px) {
  /* Future */
  .step-indicator:not(.equal-size) .future .description {
    text-indent: 0;
    width: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  /* Current */
  .step-indicator:not(.equal-size) .current .description {
    width: 0;
    margin-right: 0;
    float: none;
    padding-left: 0;
    position: relative;
    z-index: 4;
    padding-right: 0;
  }
  /* Done */
  .step-indicator:not(.equal-size) .done .description {
    text-indent: 0;
    width: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    z-index: 4;
  }
}

/* --------------- Tablet Form Factor ------------------*/
/* - You may need to change 1175px to another value depending on where exactly the steps break in the layout. Once you reach a breaking point, adjust your max-width to be just a bit larger than the point at which the layout breaks. - */
@media all and (max-width: 1175px) {
  .step-indicator:not(.equal-size) > li > span {
    margin-right: .46em;
  }
  /* Future */
  .step-indicator:not(.equal-size) > li.future {
    padding: 1.25em .48em 0 1.03em;
  }
  .step-indicator:not(.equal-size) > li.future:last-child {
    padding-right: .48em;
  }
  .step-indicator:not(.equal-size) .future .description {
    display: none;
  }
  .step-indicator:not(.equal-size) > li.future > div {
    margin-left: -1.75em;
    right: 0;
  }
  /* Current */
  .step-indicator:not(.equal-size) > li.current:last-child {
    padding-right: .9em;
  }
  .step-indicator:not(.equal-size) > li.current:first-of-type {
    padding: 1.25em .48em 0 .95em;
    margin-left: 0;
  }
  .step-indicator:not(.equal-size) > li.current {
    padding: 1.25em .48em 0 2.45em;
    margin-right: 1.51em;
    margin-left: -.6em;
  }
  .step-indicator:not(.equal-size) .current .description {
    width: 0;
    margin-right: 0;
    float: none;
    padding-left: 0;
    position: relative;
    z-index: 4;
  }
  .step-indicator:not(.equal-size) > li.current > div {
    margin-left: -.7em;
  }
  /* Done */
  .step-indicator:not(.equal-size) > li.done {
    background-color: #d5d5d5;
    position: relative;
    color: #767676;
    padding: 1.25em 0 0 1.9em;
  }
  .step-indicator:not(.equal-size) > li.done:first-of-type {
    padding-left: .95em;
  }
  .step-indicator:not(.equal-size) .done .description {
    display: none;
  }
  .step-indicator:not(.equal-size) .done span,
  .step-indicator:not(.equal-size) .current span {
    position: relative;
    z-index: 4;
  }
  .step-indicator:not(.equal-size) > li.done > div {
    margin-left: -1.9em;
    background-color: #d5d5d5;
  }
}

/* --------------- Smartphone Form Factor ------------------*/
/* - You may need to change 485px to another value depending on where exactly the steps break in the layout. Once you reach a breaking point, adjust your max-width to be just a bit larger than the point at which the layout breaks. - */
@media all and (max-width: 485px) {
  .step-indicator:not(.equal-size) .current .description {
    display: none;
  }
  .step-indicator:not(.equal-size) > li.current {
    padding-right: 0;
    margin-left: -.57em;
  }
  .step-indicator:not(.equal-size) > li.current:first-of-type {
    padding: 1.25em .1em 0 .93em;
    margin-left: 0;
  }
  .step-indicator:not(.equal-size) > li.current:last-of-type {
    margin-right: -.57em;
  }
  .step-indicator:not(.equal-size) > li.current > div {
    margin-left: -1.2em;
  }
  .step-indicator:not(.equal-size) > li.current > span {
    margin-right: 0;
  }
}

/* ------------------- Equal Size Styles ------------------ */
.equal-size > li,
.equal-size > li:first-child {
  padding: 0;
}

.equal-size > li .step-chevron {
  position: relative;
  margin: 0;
  float: right;
  top: .095em;
  right: -1.125rem;
}

.equal-size > li:last-child {
  border-right: 0 none;
}

.equal-size .description-wrapper {
  padding-top: .473em;
  text-align: center;
}

.equal-size .description {
  padding-left: .6em;
  position: relative;
  top: -0.189em;
  font-size: .750rem;
}

.equal-size .icon-circle {
  font-size: 1.703em;
}

@media all and (max-width: 419px) {
  .equal-size li .icon-circle {
    position: relative;
    z-index: 4;
  }
  .equal-size li:not(:first-child):not(:last-child) .icon-circle {
    left: 1em;
  }
  .equal-size li:first-child .icon-circle {
    left: .75em;
  }
}

@media all and (min-width: 420px) and (max-width: 900px) {
  .equal-size li:not(:first-child):not(:last-child) .icon-circle {
    padding-left: 1em;
  }
}

/* Mobile-first will be min-width: 992px display: block */
@media all and (max-width: 993px) {
  .equal-size li .description {
    display: none;
  }
}

/* IE 9 Specific CSS */
/* current chevron */
.step-indicator:not(.equal-size) > li.current > div {
  overflow: hidden;
}

.step-indicator:not(.equal-size) > li.current > div > div {
  background-color: #999999;
  display: block;
  width: 3.8em;
  height: 3.8em;
  -ms-transform: rotate(-45deg);
  margin-top: -.75em;
  margin-left: -.75em;
}

.step-indicator.equal-size > li.current .step-chevron {
  background-color: #767676;
}

/* done chevron */
.step-indicator:not(.equal-size) > li.done > div {
  overflow: hidden;
}

.step-indicator:not(.equal-size) > li.done > div > div {
  background-color: #d5d5d5;
  display: block;
  width: 3.8em;
  height: 3.8em;
  -ms-transform: rotate(-45deg);
  margin-top: -.75em;
  margin-left: -.75em;
}

.step-indicator.equal-size > li.done .step-chevron {
  background-color: #e2e2e2;
}

/* Copyright 2012-2016 Ellucian Company L.P. and its affiliates. */
/* ------------------------------------------------------------- */
/* //////////  User Profile Styles                   //////////  */
/* ------------------------------------------------------------- */
/* Force button styling override so we don't get borders and stuff leftover from non-flat button styles in site.css */
.confirm {
  background-color: #efefef;
  border: 1px solid #d5d5d5;
  margin-top: 1em;
  padding-left: .769em;
}

.emergency-contact {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.phone {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 20px;
}

.emergency-contact {
  width: 100%;
}

@media only screen and (min-width: 48rem) {
  .emergency-contact {
    width: 49%;
  }
}

.emergency-contact .esg-card {
  padding-bottom: 1rem;
}

.emergency-contact .esg-card-widget__body {
  display: block;
}

.emergency-contact:nth-child(2n) {
  margin-left: 0;
  margin-top: 1em;
}

@media only screen and (min-width: 48rem) {
  .emergency-contact:nth-child(2n) {
    margin-left: 2%;
    margin-top: 0;
  }
}

/* High Density Styles */
@media only screen and (min-width: 48rem) {
  .edit-email-form input,
  .edit-phone-form input {
    margin-bottom: 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.edit-email-form input:not([type='checkbox']),
.edit-phone-form input:not([type='checkbox']) {
  min-width: 20em;
  padding: 1em;
}

.error-message {
  background-position: 96% center;
  margin: 0;
}

#hospital-preference {
  min-width: 20em;
}

@media only screen and (min-width: 26.25rem) {
  #hospital-preference {
    width: 100%;
  }
}

.contact-name {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.538em;
}

.relationship {
  font-size: 1.154em;
  text-transform: uppercase;
  font-weight: bold;
  min-height: 18px;
  display: block;
}

.truncate-section {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media only screen and (min-width: 26.25rem) {
  .truncate-section {
    text-overflow: initial;
    white-space: normal;
    overflow: visible;
  }
}

/* High Density Styles */
table.responsiveTable .profile-email-preferred,
table.responsiveTable .profile-address-preferred {
  text-align: center;
}

.user-profile-address-line:not(:last-child):after {
  content: ",";
}

.user-profile-email-table td {
  vertical-align: middle;
}

th.profile-email-header, th.profile-phone-header, th.profile-address-header {
  width: 45%;
}

td.profile-email-cell {
  word-wrap: break-word;
}

/* 
    These are overrides to ESG to accomodate legacy styles in 
    Colleague Self-Service.
*/
.esg-alert__message--link {
  padding: .5em 0 0 0;
  display: block;
}

.esg-alert__message-text {
  padding: 0;
}

.esg-alert .esg-icon__container.float-right .esg-icon {
  width: 1.1rem;
  height: 1.1rem;
}

.esg-icon__container.esg-notification-center__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -.5rem;
}

.filter-wrapper {
  border: 1px solid #bdbdbd;
}

.filter-wrapper h2 {
  padding-left: 1rem;
}

.filter-wrapper .esg-collapsible-group__toggle {
  padding: 1rem .5rem;
}

.filter-wrapper .esg-collapsible-group__title {
  margin: 0;
}

.filter-wrapper .esg-collapsible-group__body {
  padding: .5rem;
}

.esg-dropdown .esg-collapsible-group__title {
  margin: 0;
}

.esg-dropdown .esg-collapsible-group__toggle {
  padding: .5rem;
}

.esg-dropdown button.esg-collapsible-group__toggle .esg-col-xxs-11 {
  width: 89%;
}

.esg-dropdown__menu-item input[type=checkbox] + label:before {
  top: .125rem;
}

.esg-dropdown .esg-collapsible-group__body {
  padding: 0;
}

.badge__rounded--top-right-margins {
  margin-top: 0.5em;
  margin-right: 0.5em;
}

.esg-badge.esg-badge--course-catalog-filter-result {
  margin: 0.2rem;
}

/* Self-Service Overrides for bugs */
.css-tooltip.esg-tooltip--top .esg-tooltip__arrow {
  top: 2.875rem;
  /* 46px, was 2.9375rem or 47px */
}

.css-tooltip.esg-tooltip--left .esg-tooltip__arrow {
  right: -.313rem;
  /* -5px, was -0.4rem or 6.4px */
}

.css-tooltip.esg-tooltip--right .esg-tooltip__arrow {
  right: .25rem;
  /* 4px, was 0.4rem or 6.4px */
}

.css-tooltip.esg-tooltip--bottom .esg-tooltip__arrow {
  top: -.25rem;
  /* -4px, was 0 */
}

.esg-popover {
  white-space: normal;
  max-width: 17.25rem;
  /* Same as coachmarks */
  z-index: 50;
  background-color: #eff7ff;
  border-color: #2874bb;
}

.esg-popover__arrow {
  display: none;
}

.esg-popover__content {
  word-wrap: break-word;
}

@media (min-width: 481px) {
  .esg-popover__arrow {
    display: block;
  }
}

.esg-popover--top .esg-popover__arrow {
  border-top-color: #2874bb;
}

.esg-popover--top .esg-popover__arrow:after {
  border-top-color: #eff7ff;
}

.esg-popover--right .esg-popover__arrow {
  border-right-color: #2874bb;
}

.esg-popover--right .esg-popover__arrow:after {
  border-right-color: #eff7ff;
}

.esg-popover--bottom .esg-popover__arrow {
  border-bottom-color: #2874bb;
}

.esg-popover--bottom .esg-popover__arrow:after {
  border-bottom-color: #eff7ff;
}

.esg-popover--left .esg-popover__arrow {
  border-left-color: #2874bb;
}

.esg-popover--left .esg-popover__arrow:after {
  border-left-color: #eff7ff;
}

.esg-popover--hidden {
  position: absolute;
  left: -1000rem;
  visibility: hidden;
}

/* Fade out animation */
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
    visibility: visible;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@-moz-keyframes fadeout {
  0% {
    opacity: 1;
    visibility: visible;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@-o-keyframes fadeout {
  0% {
    opacity: 1;
    visibility: visible;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
    visibility: visible;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.fade-out {
  -webkit-animation: fadeout .2s linear;
  -moz-animation: fadeout .2s linear;
  -o-animation: fadeout .2s linear;
  animation: fadeout .2s linear;
  visibility: hidden;
}

/* Fade in animation */
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadein {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadein {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
  }
}

.fade-in {
  -webkit-animation: fadein .2s linear;
  -moz-animation: fadein .2s linear;
  -o-animation: fadein .2s linear;
  animation: fadein .2s linear;
}

@media print {
  /* Default to "standard" A4 size*/
  @page {
    size: A4 portrait;
    margin: 2rem;
    overflow: visible;
  }
  /* Try to avoid breaking after headers - this should keep headers on the same page 
        as the content with which they are associated.
    */
  h1, h2, h3, h4, h5 {
    page-break-after: avoid;
  }
  table {
    page-break-inside: auto !important;
  }
  #topOfForm, .nav-top-section, .sidebar-nav-wrapper, .nav-overlay, #breadcrumb {
    display: none;
  }
  html:not(.no-auth) #main {
    padding: 0;
    margin: 0;
    left: 0;
  }
  .group-grade, .group-term, .group-credits, .group td:nth-child(4), .group td:nth-child(5), .group td:nth-child(6) {
    display: table-cell;
  }
  #FooterNotes {
    padding-left: 1.5em;
  }
  table#faculty-roster-table {
    display: table !important;
    table-layout: fixed !important;
  }
  table#faculty-roster-table thead, table#faculty-roster-table tbody {
    display: table-header-group !important;
  }
  table#faculty-roster-table thead tr, table#faculty-roster-table tbody tr {
    display: table-row !important;
  }
  table#faculty-roster-table thead tr th, table#faculty-roster-table tbody tr th {
    font-weight: bold !important;
  }
  table#faculty-roster-table thead tr th, table#faculty-roster-table thead tr td, table#faculty-roster-table tbody tr th, table#faculty-roster-table tbody tr td {
    display: table-cell !important;
  }
}

/* ----------------------------------------------------------- */
/* //////////   Course Catalog Search           //////////  */
/* ----------------------------------------------------------- */
@media all and (max-width: 480px) {
  #keyword {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/* ----------------------------------------------------------- */
/* //////////  Course Catalog: Search Bar          //////////  */
/* ----------------------------------------------------------- */
.eds-button.filter-button {
  display: none;
  margin-right: 1.17em;
}

@media all and (max-width: 769px) {
  .eds-button.filter-button {
    display: inline-block;
  }
}

/* ----------------------------------------------------------- */
/* //////////   Course Catalog: Subject List       //////////  */
/* ----------------------------------------------------------- */
.course-catalog-back a,
.course-catalog-back a:hover {
  background-color: #767676;
  font-size: 1em;
  font-weight: bold;
  color: #ffffff;
  padding-left: 1.154em;
  background-image: none;
}

.course-catalog-back a:before {
  content: "";
  display: block;
  float: left;
  width: .462em;
  height: .462em;
  position: relative;
  border: 2px solid #ffffff;
  margin: 2px .769em 0 0;
  border-width: 2px 2px 0 0;
  transform: rotate(-135deg);
}

.course-catalog-back {
  display: none;
}

@media all and (max-width: 480px) {
  .course-catalog-back {
    background-color: #767676;
    float: none;
    margin: 0;
    padding: .625rem 0;
    display: block;
  }
}

@media all and (max-width: 480px) {
  #course-results {
    padding: 0;
  }
}

/* ----------------------------------------------------------- */
/* //////////   Course Catalog: Search Results     //////////  */
/* ----------------------------------------------------------- */
.expand-collapse-all {
  font-size: 0.9em;
  display: inline-block;
  padding-left: 14px;
  line-height: 16px;
  color: #333333;
  padding: 0.2em 1.5em;
  background-color: #ffffff;
  border-radius: .5em;
  -moz-border-radius: .5em;
  -webkit-border-radius: .5em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
  border-radius: 0;
  border: 1px solid #999999;
  -moz-box-shadow: inset 0 1px 0 rgba(237, 237, 237, 0.7);
  -webkit-box-shadow: inset 0 1px 0 rgba(237, 237, 237, 0.7);
  text-shadow: 0 0.1em 0 rgba(255, 255, 255, 0.3);
  cursor: pointer;
  float: right;
  margin-bottom: 10px;
}

.expand-collapse-all:hover {
  color: #333333;
  background-color: #efefef;
  border-radius: .6em;
  -moz-border-radius: .6em;
  -webkit-border-radius: .6em;
  border-top-left-radius: .6em;
  border-top-right-radius: .6em;
  border-bottom-left-radius: .6em;
  border-bottom-right-radius: .6em;
  border-radius: 0;
  border: 1px solid #999999;
  -moz-box-shadow: inset 0 1px 0 rgba(237, 237, 237, 0.7);
  -webkit-box-shadow: inset 0 1px 0 rgba(237, 237, 237, 0.7);
  text-shadow: 0 -0.1em 0 rgba(255, 255, 255, 0.3);
}

.expand-collapse-all:active {
  color: #333333;
  background-color: #efefef;
  border-radius: .6em;
  -moz-border-radius: .6em;
  -webkit-border-radius: .6em;
  border-top-left-radius: .6em;
  border-top-right-radius: .6em;
  border-bottom-left-radius: .6em;
  border-bottom-right-radius: .6em;
  border-radius: 0;
  border: 1px solid #767676;
  -moz-box-shadow: inset 0 1px 0 rgba(237, 237, 237, 0.7);
  -webkit-box-shadow: inset 0 1px 0 rgba(237, 237, 237, 0.7);
  text-shadow: 0 -0.1em 0 rgba(255, 255, 255, 0.7);
}

.requirement-search {
  display: inline-block;
  line-height: 1.3;
  padding-bottom: .5rem;
}

.requirement-search span {
  padding: 0;
}

.confirmation-details {
  padding: .77em;
  background-color: #ffffff;
}

.confirmation-details {
  line-height: 16px;
}

#course-results .ui-accordion h3.search-mainaccordion {
  background-color: #e2e2e2;
  border: 1px solid #bdbdbd;
  /*box-shadow: 0 1px 0 $color-base-95 inset; 	text-shadow: 1px 1px 0 $color-base-95;*/
  margin: 0 0 .923em 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: .692em 0;
  position: relative;
}

#course-results .ui-accordion h3.search-mainaccordion a {
  width: 50%;
}

#course-results .ui-accordion h3.search-mainaccordion:hover {
  background-color: #d5d5d5;
  /*box-shadow: 0 1px 0 $color-base-75 inset; 	text-shadow: 1px 1px 0 $color-base-80;*/
  color: #333333;
  border-color: #999999;
}

#course-results .ui-accordion h3.search-mainaccordion:hover .ui-icon {
  background-color: #444444;
  background-image: url("images/ui-icons_ffffff_256x240.png");
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  height: 1em;
  width: 1em;
  /*box-shadow: 1px 1px 0 $color-base-95;*/
}

#course-results .ui-accordion h3.search-mainaccordion:hover a {
  /*text-shadow: 1px 1px 0 $color-base-80;*/
  color: #333333;
}

#course-results .ui-accordion h3.ui-state-active {
  /*box-shadow: 0 1px 0 $color-base-65 inset; 	text-shadow: -1px -1px 0 $color-base-45;*/
  border-radius: 0;
  background-color: #767676;
  margin-bottom: 0;
  border-color: #767676;
}

#course-results .ui-accordion h3.ui-state-active a {
  color: #444444;
}

#course-results .ui-accordion h3.ui-state-active a:hover {
  color: #333333;
}

.search-mainaccordion {
  font-size: 1em;
  font-weight: bold;
}

.search-coursedataheader {
  font-weight: bold;
}

.search-coursedescription {
  border-bottom: 1px solid #e2e2e2;
  line-height: 1.2;
  padding-bottom: .625rem;
}

@media all and (max-width: 480px) {
  .search-sectionnamerow > td:first-child {
    display: block;
  }
}

search-seatscell {
  vertical-align: top;
}

.search-no-filters {
  font-weight: normal !important;
}

/* ----------------------------------------------------------- */
/* //////////   Course Catalog: Expand/Collapse Button   ////  */
/* ----------------------------------------------------------- */
#course-results input.expand {
  clear: both;
  float: right;
  margin-bottom: 10px;
}

/* ----------------------------------------------------------- */
/* //////////   Course Catalog: Form Elements & Buttons  ////  */
/* ----------------------------------------------------------- */
.ui-widget .search-coursedetails {
  font-size: 0.688em;
}

.ui-button-text-only .ui-button-text {
  padding: 0.4em 0;
}

input[type="button"].advising-review-button {
  margin-top: 9px;
  margin-bottom: 10px;
}

.ui-dialog .ui-dialog-buttonpane {
  padding: 0.1em 0 0.2em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane button {
  /*cursor: pointer;
        padding: 0 2em;
        font-size: 0.846em;*/
  margin: 0.5em 1em 0.5em 0;
}

@media all and (max-width: 480px) {
  .ui-dialog .ui-dialog-titlebar {
    background: none;
    border-radius: 0;
    color: #000000;
    margin: 0;
    text-shadow: none;
  }
}

input.schedule-detailsbutton,
input.schedule-adddrop-button {
  display: inline-block;
  margin-top: .625rem;
}

.search-coursedetails {
  color: #333333;
  padding: 0.5em 2em 0.3em;
  background-color: #d5d5d5;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-radius: 0;
  border: 1px solid #999999;
  -moz-box-shadow: inset 0 1px 0 rgba(237, 237, 237, 0.7);
  -webkit-box-shadow: inset 0 1px 0 rgba(237, 237, 237, 0.7);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.search-coursedetails:hover {
  color: #333333;
  background-color: #efefef;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-radius: 0;
  border: 1px solid #999999;
  -moz-box-shadow: inset 0 1px 0 rgba(237, 237, 237, 0.7);
  -webkit-box-shadow: inset 0 1px 0 rgba(237, 237, 237, 0.7);
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3);
}

.search-coursedetails:active {
  color: #333333;
  background-color: #efefef;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-radius: 0;
  border: 1px solid #767676;
  -moz-box-shadow: inset 0 1px 0 rgba(237, 237, 237, 0.7);
  -webkit-box-shadow: inset 0 1px 0 rgba(237, 237, 237, 0.7);
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.7);
}

/* ----------------------------------------------------------- */
/* //////////   Course Catalog: Expanded Course    //////////  */
/* ----------------------------------------------------------- */
.course-result {
  margin-bottom: 0.692em;
  border: 1px solid #767676;
}

.course-result-header {
  background-color: #767676;
  padding: 10px;
}

.course-result-header h3 {
  line-height: 1.5em;
  font-weight: bold;
  font-size: 1.1em;
  float: left;
  color: #ffffff;
}

.course-result-wrapper {
  padding: 0.385em;
}

.course-result .ui-accordion-content {
  padding: 1em;
  color: #444444;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  border-top: none;
}

@media all and (max-width: 480px) {
  .course-result-wrapper:not(.primary-contents) {
    padding: .5em;
  }
  .course-result .ui-accordion-content {
    padding: .5em;
  }
}

@media all and (max-width: 480px) {
  .search-coursedataheader {
    float: none;
    margin-top: .5em;
    display: block;
    font-weight: bold;
  }
}

@media all and (max-width: 480px) {
  .search-coursedataheader {
    float: none;
    margin-top: .5em;
    display: block;
    font-weight: bold;
  }
}

/* ----------------------------------------------------------- */
/* //////////   Course Catalog: Section Bar Display   ///////  */
/* ----------------------------------------------------------- */
.available-sections:not(.primary-contents) {
  box-sizing: border-box;
  padding-bottom: 0;
}

/* Override for site */
@media (min-width: 481px) {
  .available-sections:not(.primary-contents) {
    padding: 1.3em;
  }
}

.course-result .available-sections .ui-state-default {
  background-color: #f4f4f4;
  border: 1px solid #bdbdbd;
  margin: 10px 0 0;
  padding: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 1em;
}

.course-result .available-sections .ui-state-default:hover {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  border-radius: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #ffffff;
  border-color: #999999;
}

.course-result .available-sections .ui-state-default a,
.course-result .available-sections .ui-state-default a:hover,
#course-results .course-result .ui-accordion h3.ui-state-active a {
  padding-left: 2.308em;
}

#course-results .course-result .ui-accordion h3.ui-state-active {
  /*box-shadow: 0 1px 0 $color-base-65 inset; 	text-shadow: -1px -1px 0 $color-base-45;*/
  border-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0;
  font-size: 1em;
  background-color: #f4f4f4;
  border: 1px solid #999999;
}

.course-result .available-sections .ui-state-default .ui-icon {
  width: .385em;
  height: .385em;
  display: block;
  margin: -.385em 0 -.692em -.077em;
  border: 2px solid #444444;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  border-width: 2px 2px 0 0;
  padding: 0 !important;
  background-color: transparent;
  background-image: none;
}

.course-result .available-sections .ui-state-active .ui-icon {
  width: .385em;
  height: .385em;
  display: block;
  margin: -.385em 0 -.692em -.077em;
  border: 2px solid #444444;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  border-width: 2px 2px 0 0;
  padding: 0 !important;
  background-color: transparent;
  background-image: none;
}

/* ----------------------------------------------------------- */
/* //////////   Course Catalog: Expanded Section Bar  ///////  */
/* ----------------------------------------------------------- */
.course-result .ui-accordion-content .available-sections .ui-accordion-content {
  font-size: 11px;
  color: #444444;
  background: #f4f4f4;
}

/* The following three classes are for the lasy section loading UI */
.sections-not-loaded {
  margin: 10px 2px 10px 2px;
}

/* ----------------------------------------------------------- */
/* //////////   Course Catalog: Section Details Table  //////  */
/* ----------------------------------------------------------- */
.search-termtitle {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: .625rem;
}

.ui-accordion-content div.search-termtitle:nth-of-type(1) {
  border-top: none;
}

.search-sectiontable {
  margin-bottom: .625rem;
}

.search-sectiondetailslink {
  font-weight: bold;
}

.search-sectiondetails-fees-icon {
  margin-left: .5rem;
}

.icon-fees {
  height: 1.5rem;
  vertical-align: middle;
}

td.search-addsectioncell {
  text-align: right;
}

.search-meetingtimestext {
  font-size: 1em;
}

.search-sectionseatsopen {
  vertical-align: middle;
  background-color: #eaf7f2;
  border-right: 1px solid #d5d5d5;
  text-align: left;
  color: #00af69;
}

.search-sectionseatswaitlisted {
  vertical-align: middle;
  background-color: #ffeeed;
  border-right: 1px solid #d5d5d5;
  text-align: left;
  color: #ff3030;
}

.search-sectionseatsnone {
  vertical-align: middle;
  background-color: #ffeeed;
  border-right: 1px solid #d5d5d5;
  text-align: left;
  color: #ff3030;
}

.search-seatsavailabletext {
  font-size: 1em;
  font-weight: bold;
  text-align: left;
}

.search-sectiondaystime {
  vertical-align: middle;
}

.search-sectionlocations {
  vertical-align: middle;
}

.search-sectioninstructors {
  vertical-align: middle;
}

.search-nestedaccordionitem table .esg-table-head__th.search-sectiondetailsheader1 {
  width: 16%;
}

.search-nestedaccordionitem table .esg-table-head__th.search-sectiondetailsheader2 {
  width: 29%;
}

.search-nestedaccordionitem table .esg-table-head__th.search-sectiondetailsheader3 {
  width: 27%;
}

.search-nestedaccordionitem table .esg-table-head__th.search-sectiondetailsheader4 {
  width: 28%;
}

@media all and (max-width: 480px) {
  .esg-table-head__th.search-sectiondetailsheader3, .esg-table-head__th.search-sectiondetailsheader4, .esg-table-body__td.search-sectionlocations, .esg-table-body__td.search-sectioninstructors {
    display: none;
  }
}

/* ----------------------------------------------------------- */
/* //////////   Course Catalog: Filter Results     //////////  */
/* ----------------------------------------------------------- */
/* Mobile Filter Menu */
.small-screen #courses-search-results .esg-col-sm-3 {
  width: auto;
}

.column-two .section-wrapper {
  border-right: none;
}

@media all and (min-width: 768px) {
  .column-two .section-wrapper .filter-header {
    min-height: 1.462em;
  }
}

.column-two .section-wrapper .filters .ui-accordion-header {
  color: #000000;
  background: #f4f4f4;
  border-bottom: 1px solid #bdbdbd;
  border-top: 1px solid #bdbdbd;
  border-left: none;
  border-right: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 1px 0 0 0;
  margin: 0;
  filter: none;
  font-size: .875rem;
}

.column-two .section-wrapper .filters .ui-state-default .ui-icon {
  width: .385em;
  height: .385em;
  display: block;
  margin: -.385em 0 -.692em -.077em;
  border: 2px solid #767676;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  border-width: 2px 2px 0 0;
  padding: 0 !important;
  background-color: transparent;
  background-image: none;
}

.column-two .section-wrapper .filters .ui-state-active .ui-icon {
  width: .385em;
  height: .385em;
  display: block;
  margin: -.385em 0 -.692em -.077em;
  border: 2px solid #767676;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  border-width: 2px 2px 0 0;
  padding: 0 !important;
  background-color: transparent;
  background-image: none;
}

.filters .ui-state-hover a {
  background: #e2e2e2;
}

.filters .ui-accordion-content {
  padding: .417em;
}

.filters .ui-accordion-content span {
  padding: .25em;
}

.filters .ui-accordion-content {
  border: none;
}

.filters .ui-accordion-content select {
  margin: 0.3em 0;
}

.filters .ui-accordion-content input[type="button"] {
  padding: 0.1em 1.1em;
  font-size: .9em;
}

/* ---------------------------------------------------------------- */
/* //////////  Course Catalog: Filters Applied: Remove Buttons  /// */
/* ---------------------------------------------------------------- */
.filter-remove-button {
  padding-right: .2rem;
}

.applied-filters {
  padding-bottom: .25rem;
}

/* ------------------------------------------------------------------ */
/* //////////   Course Catalog: Filter Results: Show All Buttons ///  */
/* ------------------------------------------------------------------ */
.filters .ui-accordion-content a,
.filters .ui-corner-bottom a {
  background: url("Images/filter-expand-button.png") no-repeat scroll 0 1px transparent;
  display: block;
  margin: .333em 0 .167em .417em;
  padding: 0 0 0 1.417em;
  text-decoration: none;
  text-transform: none;
  box-shadow: none;
}

.filters .ui-accordion-content a:hover, .filters .ui-corner-bottom a:hover {
  color: #000000;
}

/* Parent Wrapper - used with column-nine */
@media all and (max-width: 769px) {
  #courses-search-results .esg-col-sm-3 {
    display: none;
  }
  #schedule-data .column-two {
    display: block;
    padding-top: 0;
  }
  #courses-search-results .column-seven,
  #advising-content-nav .column-seven,
  #faculty-content-nav .column-seven,
  #roster-content-nav .column-seven {
    width: 100%;
  }
}

/* ----------------------------------------------------------- */
/* //////////   Schedule: Section Details Dialog   //////////  */
/* ----------------------------------------------------------- */
#sectiondetails-description {
  max-height: 200px;
  overflow-y: auto;
}

.details-instructorname.layout-table-cell {
  white-space: nowrap;
  padding-right: .769em;
}

@media all and (max-width: 769px) {
  .search-coursedatarow.layout-table-row,
  .search-coursedatavalue.layout-table-cell {
    display: block;
  }
}

#new-filter-dropdown {
  display: none;
  position: absolute;
  z-index: 996;
  background-color: white;
  margin-top: 2.5em;
}

#new-filter-dropdown .filter-wrapper {
  height: 23.1em;
  overflow-y: scroll;
}

@media all and (min-width: 768px) {
  .esg-section--margin-top .esg-row .eds-button {
    float: right;
  }
}

.esg-lookup__input-group {
  z-index: 3;
}

.esg-is-active .esg-lookup__input-group {
  z-index: 4;
}

.esg-lookup__list-button {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.esg-lookup__list-button-result {
  display: block;
}

.esg-lookup__list-warning {
  display: block;
  margin-top: .188rem;
  color: #ff3030;
  font-family: "open_sansitalic", "Open Sans Italic", Helvetica Oblique, sans-serif;
}

.esg-modal-dialog .esg-lookup.esg-is-active .esg-lookup__container {
  position: relative;
}

.esg-modal-dialog .esg-lookup__results {
  max-height: calc(65vh - 8.3em - 60px);
}

/* Copyright 2017-2018 Ellucian Company L.P. and its affiliates. */
/* Color variables */
/* Copied from EDS for use in Self-Service .scss files */
/* Non-color variables will be placed here */
.budget-adjustment-container {
  overflow-x: hidden;
  overflow-y: auto;
  height: auto;
  max-height: 100%;
  text-align: left;
  border: 0.0625rem solid #d5d5d5;
  background-color: #ffffff;
}

.budget-adjustment-container--wrapper {
  position: relative;
}

.action-bar {
  border-top: solid 2px #bdbdbd;
  z-index: 2;
}

.clear-group > .budget-adjustment-element > .budget-adjustment-container--wrapper > .budget-adjustment-container.fixed {
  right: .75rem;
}

#gl-detail-container > .budget-adjustment-element > .budget-adjustment-container--wrapper > .budget-adjustment-container.fixed {
  right: .75rem;
}

@media only screen and (min-width: 48rem) {
  .budget-adjustment-container {
    width: 28rem;
    position: absolute;
    top: 0px;
    right: 0px;
    float: right;
    z-index: 2;
    max-height: none;
  }
  .budget-adjustment-container.fixed {
    position: fixed;
    max-height: 100%;
    top: 0px;
    right: 3.30rem;
    bottom: 0px;
    margin-top: 0px;
  }
  .budget-adjustment-container.fixed .budget-adjustment-panel__step-two {
    margin-bottom: 10rem;
  }
  .budget-adjustment-container.fixed .action-bar {
    position: fixed;
    bottom: 1px;
    padding-bottom: .75rem;
    width: 25.5rem;
    background-color: #ffffff;
  }
}

.budget-adjustment-scroller {
  background-color: #efefef;
  padding-left: .75rem;
  padding-right: .75rem;
  border: 0.0625rem solid #d5d5d5;
  border-bottom: 0.25rem solid #bdbdbd;
  border-top-color: #bdbdbd;
  z-index: 1;
}

.budget-adjustment-scroller h3 {
  display: inline-block;
}

.collapse-button__link,
.collapse-button__link:visited {
  text-decoration: none;
  color: #1A93FF;
}

#collapse-budget-adjustment-wrapper {
  padding-top: 0.625rem;
}

.budget-adjustment-element {
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 48rem) {
  .budget-adjustment-element {
    position: absolute;
    right: 0.75rem;
    top: 0;
  }
}

.budget-adjustment-progress {
  text-align: center;
  border-left: 0.0625rem solid #d5d5d5;
  border-right: 0.0625rem solid #d5d5d5;
}

.margin-bottom {
  margin-bottom: 2rem;
}

#expandBudgetAdjustment {
  z-index: 2;
}

.margin-top {
  margin-top: .625rem;
}

.margin-left-75 {
  margin-left: .75rem;
}

.margin-right-75 {
  margin-right: .75rem;
}

.balanced-color {
  color: #00af69;
}

.transaction-header-top-padding {
  padding-top: 1em;
}

.adjustment-line-label {
  margin-bottom: 0;
  padding: .5rem 0;
}

.budget-adjustment-remaining-balance-label {
  padding-bottom: 0;
  font-size: smaller;
}

.adjustment-container {
  margin-bottom: 1rem;
  padding-top: .5rem;
}

.approver-list-item {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 48rem) {
  .adjustment-container {
    width: 25.5rem;
  }
}

.adjustment-container--summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

@media only screen and (min-width: 26.25rem) {
  div.position-bottom-right[id^="to-amount"],
  div.position-bottom-right[id^="from-amount"] {
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
}

.total-amount-label {
  display: inline-block;
  text-align: left;
  font-weight: bold;
}

.summary-total-amount-label {
  display: inline-block;
  text-align: left;
  border-top: 1px solid #000000;
  padding-top: .6875rem;
  padding-bottom: .6875rem;
}

.budget-adjustment-transaction-details {
  margin: 2em 0;
}

#budget-adjustment-comments {
  resize: none;
}

.budget-adjustment-transaction-date,
.budget-adjustment-transaction-date-error,
.budget-adjustment-initiator,
.budget-adjustment-reason {
  display: block;
}

.budget-adjustment-transaction-date-error {
  padding-bottom: 1em;
}

.budget-adjustment-gl-account {
  width: 100%;
}

.budget-adjustment-from-to-amount {
  width: 100%;
}

.budget-adjustment-remaining-balance-container {
  text-align: right;
  margin-top: 0px;
}

.last-remaining-amount {
  padding-bottom: 2.5em;
}

.budget-adjustment-remaining-balance {
  font-size: smaller;
}

.total-amount-container {
  padding-top: .5rem;
  clear: both;
}

.total-amount-container:last-child {
  padding-bottom: .5rem;
}

.adjustments-total {
  display: inline-block;
  text-align: right;
}

.summary-adjustments-total {
  text-align: right;
  border-top: 1px solid #000000;
  display: block;
  padding-top: .6875rem;
  padding-bottom: .6875rem;
}

.balanced-transaction-indicator {
  clear: both;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}

.summary-balanced-transaction-indicator {
  padding-top: .75rem;
  padding-bottom: 2rem;
  text-align: center;
}

.adjustment-balanced-container {
  height: 1.5rem;
  vertical-align: top;
}

.adjustment-balanced-font {
  font-size: 0.85em;
}

.adjustment-total-line {
  border-bottom: 1px solid;
  color: black;
  width: 15%;
}

.adjustment-gl-description {
  position: relative;
  top: -1.35em;
  font-size: x-small;
  padding-left: 0.9rem;
  height: 0;
  text-align: left;
}

.add-another-account {
  padding-top: .5rem;
  padding-bottom: 1rem;
}

@media only screen and (min-width: 48rem) {
  .add-another-account {
    width: 25.5rem;
  }
}

.summary-no-padding-right {
  padding-right: 0;
}

.budget-adjustment-errors {
  list-style: decimal;
  padding-left: 3em;
}

.save-draft-dialog,
.cancel-budget-adjustment-dialog {
  text-align: left;
}

.esg-page-header .budget-adjustment-container [id*="-next-button"],
.esg-page-header .budget-adjustment-container [id*="-previous-button"],
.esg-page-header .budget-adjustment-container #add-to-account,
.esg-page-header .budget-adjustment-container #add-from-account {
  padding: .625rem 1.25rem .75rem;
}

.esg-page-header .budget-adjustment-container [class*="esg-col-"] {
  padding-left: .625rem;
  padding-right: .625rem;
}

.esg-page-header .budget-adjustment-container .total-amount-container {
  padding-top: .5rem;
  clear: both;
}

.esg-page-header .budget-adjustment-container .total-amount-label,
.esg-page-header .budget-adjustment-container #budget-adjustment-total-from-amount,
.esg-page-header .budget-adjustment-container #budget-adjustment-total-to-amount {
  padding: 0;
}

.esg-page-header .budget-adjustment-container .no-left-padding[class*="esg-col-"] {
  padding-left: 0em;
}

.esg-page-header .budget-adjustment-container .summary-balanced-transaction-indicator[class*="esg-col-"] {
  padding-top: .75rem;
  padding-bottom: 2rem;
}

.esg-page-header .adjustment-container[class*="esg-col-"] {
  padding-top: .5rem;
}

button.budget-adjustment-section-control.esg-collapsible-group__toggle {
  padding-top: .75rem;
  padding-bottom: .75rem;
  text-align: left;
  background-color: #e2e2e2;
}

.panel-padding {
  padding: 1rem;
}

.css-contract:not(:first-of-type) {
  margin-top: 1.25rem;
}

.css-contract:last-of-type {
  margin-bottom: -1rem;
}

.css-contract:last-of-type + hr {
  display: none;
}

.css-contract__table {
  margin-bottom: 1.5rem;
}

.css-contract__table .css-contract__pos-total-header {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .css-contract__table .css-contract__pos-total-header {
    text-align: left;
  }
}

.css-contract__pos-total {
  padding-left: 2.2rem;
  float: none;
}

@media only screen and (max-width: 768px) {
  .css-contract__pos-total {
    float: right;
  }
}

/***
Spectrum Colorpicker v1.8.0
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/

.sp-container {
    position:absolute;
    top:0;
    left:0;
    display:inline-block;
    *display: inline;
    *zoom: 1;
    /* https://github.com/bgrins/spectrum/issues/40 */
    z-index: 9999994;
    overflow: hidden;
}
.sp-container.sp-flat {
    position: relative;
}

/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position:relative;
  width: 100%;
  display:inline-block;
}
.sp-top-inner {
   position:absolute;
   top:0;
   left:0;
   bottom:0;
   right:0;
}
.sp-color {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:20%;
}
.sp-hue {
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:84%;
    height: 100%;
}

.sp-clear-enabled .sp-hue {
    top:33px;
    height: 77.5%;
}

.sp-fill {
    padding-top: 80%;
}
.sp-sat, .sp-val {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.sp-alpha-enabled .sp-top {
    margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
    display: block;
}
.sp-alpha-handle {
    position:absolute;
    top:-4px;
    bottom: -4px;
    width: 6px;
    left: 50%;
    cursor: pointer;
    border: 1px solid black;
    background: white;
    opacity: .8;
}
.sp-alpha {
    display: none;
    position: absolute;
    bottom: -14px;
    right: 0;
    left: 0;
    height: 8px;
}
.sp-alpha-inner {
    border: solid 1px #333;
}

.sp-clear {
    display: none;
}

.sp-clear.sp-clear-display {
    background-position: center;
}

.sp-clear-enabled .sp-clear {
    display: block;
    position:absolute;
    top:0px;
    right:0;
    bottom:0;
    left:84%;
    height: 28px;
}

/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button  {
    -webkit-user-select:none;
    -moz-user-select: -moz-none;
    -o-user-select:none;
    user-select: none;
}

.sp-container.sp-input-disabled .sp-input-container {
    display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
    display: none;
}
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
    display: none;
}
.sp-palette-only .sp-picker-container {
    display: none;
}
.sp-palette-disabled .sp-palette-container {
    display: none;
}

.sp-initial-disabled .sp-initial {
    display: none;
}


/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
    background-image: -webkit-gradient(linear,  0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
    filter : progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.sp-val {
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
    filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}

.sp-hue {
    background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
    background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.sp-2 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.sp-3 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.sp-4 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.sp-5 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.sp-6 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}

.sp-hidden {
    display: none !important;
}

/* Clearfix hack */
.sp-cf:before, .sp-cf:after { content: ""; display: table; }
.sp-cf:after { clear: both; }
.sp-cf { *zoom: 1; }

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
    .sp-color { right: 40%; }
    .sp-hue { left: 63%; }
    .sp-fill { padding-top: 60%; }
}
.sp-dragger {
   border-radius: 5px;
   height: 5px;
   width: 5px;
   border: 1px solid #fff;
   background: #000;
   cursor: pointer;
   position:absolute;
   top:0;
   left: 0;
}
.sp-slider {
    position: absolute;
    top:0;
    cursor:pointer;
    height: 3px;
    left: -1px;
    right: -1px;
    border: 1px solid #000;
    background: white;
    opacity: .8;
}

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/

.sp-container {
    border-radius: 0;
    background-color: #ECECEC;
    border: solid 1px #f0c49B;
    padding: 0;
}
.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
    font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-top {
    margin-bottom: 3px;
}
.sp-color, .sp-hue, .sp-clear {
    border: solid 1px #666;
}

/* Input */
.sp-input-container {
    float:right;
    width: 100px;
    margin-bottom: 4px;
}
.sp-initial-disabled  .sp-input-container {
    width: 100%;
}
.sp-input {
   font-size: 12px !important;
   border: 1px inset;
   padding: 4px 5px;
   margin: 0;
   width: 100%;
   background:transparent;
   border-radius: 3px;
   color: #222;
}
.sp-input:focus  {
    border: 1px solid orange;
}
.sp-input.sp-validation-error {
    border: 1px solid red;
    background: #fdd;
}
.sp-picker-container , .sp-palette-container {
    float:left;
    position: relative;
    padding: 10px;
    padding-bottom: 300px;
    margin-bottom: -290px;
}
.sp-picker-container {
    width: 172px;
    border-left: solid 1px #fff;
}

/* Palettes */
.sp-palette-container {
    border-right: solid 1px #ccc;
}

.sp-palette-only .sp-palette-container {
    border: 0;
}

.sp-palette .sp-thumb-el {
    display: block;
    position:relative;
    float:left;
    width: 24px;
    height: 15px;
    margin: 3px;
    cursor: pointer;
    border:solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
    border-color: orange;
}
.sp-thumb-el {
    position:relative;
}

/* Initial */
.sp-initial {
    float: left;
    border: solid 1px #333;
}
.sp-initial span {
    width: 30px;
    height: 25px;
    border:none;
    display:block;
    float:left;
    margin:0;
}

.sp-initial .sp-clear-display {
    background-position: center;
}

/* Buttons */
.sp-palette-button-container,
.sp-button-container {
    float: right;
}

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
    margin:0;
    overflow:hidden;
    cursor:pointer;
    padding: 4px;
    display:inline-block;
    *zoom: 1;
    *display: inline;
    border: solid 1px #91765d;
    background: #eee;
    color: #333;
    vertical-align: middle;
}
.sp-replacer:hover, .sp-replacer.sp-active {
    border-color: #F0C49B;
    color: #111;
}
.sp-replacer.sp-disabled {
    cursor:default;
    border-color: silver;
    color: silver;
}
.sp-dd {
    padding: 2px 0;
    height: 16px;
    line-height: 16px;
    float:left;
    font-size:10px;
}
.sp-preview {
    position:relative;
    width:25px;
    height: 20px;
    border: solid 1px #222;
    margin-right: 5px;
    float:left;
    z-index: 0;
}

.sp-palette {
    *width: 220px;
    max-width: 220px;
}
.sp-palette .sp-thumb-el {
    width:16px;
    height: 16px;
    margin:2px 1px;
    border: solid 1px #d0d0d0;
}

.sp-container {
    padding-bottom:0;
}


/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}
.sp-container button:hover {
    background-color: #dddddd;
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}
.sp-cancel {
    font-size: 11px;
    color: #d93f3f !important;
    margin:0;
    padding:2px;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration:none;

}
.sp-cancel:hover {
    color: #d93f3f !important;
    text-decoration: underline;
}


.sp-palette span:hover, .sp-palette span.sp-thumb-active {
    border-color: #000;
}

.sp-preview, .sp-alpha, .sp-thumb-el {
    position:relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
    display:block;
    position:absolute;
    top:0;left:0;bottom:0;right:0;
}

.sp-palette .sp-thumb-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
    background-repeat:no-repeat;
    background-position: center;
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}

/* Copyright 2013-2016 Ellucian Company L.P. and its affiliates. */
/* Color variables */
/*[section] Navigation*/
/*[section-description] Control the style of the navigation controls */
.primary-menu .menu-header:hover,
.primary-menu .menu-item:hover,
.primary-menu .menu-item.selected,
.primary-menu button:focus + .menu-header .menu-item,
.menu-wrapper .menu-header button[aria-expanded="true"][data-menu-level="0"] .menu-item {
  /*[rule-id] Hover and Selected states of Primary Menu Background*/
  /*[rule-description] Hover and Selected states of Primary Menu Background*/
  background-color: rgb(132, 189, 0);
}

.primary-menu > .menu-wrapper.current-page > .menu-header .menu-item {
  /*[rule-id] Primary Menu Containing Current Page Background and Highlight*/
  /*[rule-description] Primary Menu Containing Current Page Background and Highlight*/
  border-bottom-color: rgb(132, 189, 0);
  background-color: #262626;
}

.primary-menu .menu-item, .primary-menu a:link, .primary-menu a:visited, .primary-menu a:hover, .primary-menu .menu-item .esg-icon {
  /*[rule-id] Default state of Primary Menu Text*/
  /*[rule-description] Default state of Primary Menu Text*/
  color: #ffffff;
  fill: #ffffff;
}

.secondary-menu {
  /*[rule-id] Default state of Secondary Menu Background*/
  /*[rule-description] Default state of Secondary Menu Background*/
  background-color: #333333;
}

.secondary-menu .menu-header:hover,
.secondary-menu .menu-item:hover,
.secondary-menu .menu-item.selected,
.secondary-menu button:focus + .menu-header .menu-item {
  /*[rule-id] Hover/Selected state of Secondary Menu Background*/
  /*[rule-description] Hover/Selected state of Secondary Menu Background*/
  background-color: #262626;
}

.secondary-menu > .menu-wrapper.current-page > .menu-header .menu-item:before, .secondary-menu > .menu-wrapper.current-page > .menu-header .menu-item:before {
  /*[rule-id] Active state of Secondary Menu Background*/
  /*[rule-description] Color of the Active state dot at the Secondary Menu level*/
  color: #e87722;
}

.secondary-menu .menu-item, .secondary-menu a, .secondary-menu a:link, .secondary-menu a:visited, .secondary-menu a:hover, .seconadry-menu .menu-item .esg-icon {
  /*[rule-id] Default state of Secondary Menu Text*/
  /*[rule-description] Default state of Secondary Menu Text*/
  color: #ffffff;
  fill: #ffffff;
}

.tertiary-menu {
  /*[rule-id] Default state of Tertiary Menu Background*/
  /*[rule-description] Default state of Tertiary Menu Background*/
  background-color: #333333;
}

.tertiary-menu .menu-header:hover,
.tertiary-menu .menu-item:hover,
.tertiary-menu .menu-item.selected,
.tertiary-menu button:focus + .menu-header .menu-item,
.tertiary-menu .current-page {
  /*[rule-id] Hover/Selected state of Tertiary Menu Background*/
  /*[rule-description] Hover/Selected/Active state of Tertiary Menu Background*/
  background-color: #262626;
}

.tertiary-menu .menu-item, .tertiary-menu a, .tertiary-menu a:link, .tertiary-menu a:visited, .tertiary-menu a:hover {
  /*[rule-id] Default state of Tertiary Menu Text*/
  /*[rule-description] Default state of Tertiary Menu Text*/
  color: #ffffff;
}

/*[section] Spinner*/
/*[section-description] Control the style of the loading spinner */
.esg-spinner {
  /*[rule-id] Spinner colors */
  /*[rule-description] Colors used to render the spinner */
  border-color: rgba(0, 133, 61, 0.4);
  border-top-color: rgb(0,133,61);
}

/* [section] Links */
/* [section-description] Control the style of links */
a,
a:active,
a:hover:not(.esg-alert--error a):not(.esg-alert__warning a):not(.esg-alert__info a):not(.esg-alert__success a),
.backlink a,
.backlink a:hover,
.backlink a:visited,
.backlink a:link,
.backlink a:active,
.header-dropdown a,
.header-dropdown a:active,
.header-dropdown a:hover,
.my-awards-toggle .accordion-toggle,
button.esg-page-header__subtitle--backlink,
button.esg-page-header__subtitle--backlink:hover,
button.esg-page-header__subtitle--backlink:focus,
button.esg-page-header__subtitle--backlink:active,
.backlink a:before,
.backlink button:before {
  /*[rule-id] Link color across Self-Service */
  /*[rule-description] Link color across Self-Service */
  color: #2f2f2f;
  border-color: #2f2f2f;
  fill: #0074DB;
}

a:visited:not(.esg-alert--error a):not(.esg-alert__warning a):not(.esg-alert__info a):not(.esg-alert__success a),
.header-dropdown a:visited {
  /*[rule-id] Visited link color across Self-service */
  /*[rule-description] Visited link color across Self-service */
  color: #2f2f2f;
}

/*[section] Primary Colors */
/*[section-description] Control the primary colors used throughout Self-Service */
.esg-header-bar__menu-link,
.esg-header-bar__menu-link:hover, .esg-header-bar__menu-link:focus, .esg-header-bar__menu-link:active, .esg-header-bar__menu-link:active:hover, .esg-header-bar__menu-link:active:focus,
.esg-header-bar__menu-item .esg-is-open > .esg-dropdown__link,
.esg-header-bar__menu-item .esg-is-open > .esg-dropdown__link:focus,
.esg-header-bar__menu-item .esg-is-open > .esg-dropdown__link:hover,
.esg-modal-wizard__close {
  /*[rule-id] esg-border-left-color-primary-30 */
  /*[rule-description] Primary color darker (-15%)*/
  border-left-color: #2f2f2f;
}

.esg-header-bar__menu-item .esg-is-open > .esg-dropdown__link,
.esg-header-bar__menu-item .esg-is-open > .esg-dropdown__link:focus,
.esg-header-bar__menu-item .esg-is-open > .esg-dropdown__link:hover {
  /*[rule-id] esg-border-color-primary-30 */
  /*[rule-description] Primary color darker (-15%)*/
  border-color: #2f2f2f;
}

.esg-datepicker__day.esg-is-active:hover,
.esg-header-bar__menu-link:hover, .esg-header-bar__menu-link:focus, .esg-header-bar__menu-link:active, .esg-header-bar__menu-link:active:hover, .esg-header-bar__menu-link:active:focus,
.esg-header-bar__menu > .esg-is-active,
.esg-header-bar__menu > .esg-is-open,
.esg-header-bar__menu > .esg-is-active:hover, .esg-header-bar__menu > .esg-is-active:focus, .esg-header-bar__menu > .esg-is-active:active, .esg-header-bar__menu > .esg-is-active:active:hover, .esg-header-bar__menu > .esg-is-active:active:focus,
.esg-header-bar__menu > .esg-is-open:hover,
.esg-header-bar__menu > .esg-is-open:focus,
.esg-header-bar__menu > .esg-is-open:active,
.esg-header-bar__menu > .esg-is-open:active:hover,
.esg-header-bar__menu > .esg-is-open:active:focus,
.esg-header-bar__link:focus,
.esg-header-bar__link:hover,
.esg-header-bar__menu-item .esg-is-open > .esg-dropdown__link,
.esg-header-bar__menu-item .esg-is-open > .esg-dropdown__link:focus,
.esg-header-bar__menu-item .esg-is-open > .esg-dropdown__link:hover,
.esg-modal-wizard__close:hover, .esg-modal-wizard__close:focus, .esg-modal-wizard__close:active, .esg-modal-wizard__close:active:hover, .esg-modal-wizard__close:active:focus {
  /*[rule-id] esg-background-color-primary-35 */
  /*[rule-description] Primary color darker (-10%)*/
  background-color: #242424;
}

.esg-list-group__item.esg-is-active:hover, .esg-list-group__item.esg-is-active:focus,
.esg-list-group__item.esg-is-active .esg-list-group__link:hover, .esg-list-group__item.esg-is-active .esg-list-group__link:focus {
  /*[rule-id] esg-color-primary-40 */
  /*[rule-description] Primary color darker (-5%)*/
  color: rgb(0, 112, 52);
}

.esg-header-bar__menu-link,
.esg-modal-wizard__close {
  /*[rule-id] esg-background-color-primary-40 */
  /*[rule-description] Primary color darker (-5%)*/
  background-color: #2f2f2f;
}

.esg-label--primary,
.esg-is-open .esg-dropdown__menu-item,
.esg-calendar-table__marker-line,
.esg-button--sign-in {
  /*[rule-id] esg-border-color-primary-45 */
  /*[rule-description] Primary color (base)*/
  border-color: #00843D;
}

.esg-spinner,
.esg-calendar-table__marker-cap {
  /*[rule-id] esg-border-top-color-primary-45 */
  /*[rule-description] Primary color (base)*/
  border-top-color: #00843D;
}

.esg-sidebar__menu-link.esg-is-active,
.esg-table-head__th::after,
.esg-table-head__th.esg-is-active {
  /*[rule-id] esg-border-bottom-color-primary-45 */
  /*[rule-description] Primary color (base)*/
  border-bottom-color: #00843D;
}

.esg-label--primary,
.esg-datepicker__day.esg-is-active,
.esg-sidebar__menu-link:hover,
.esg-sidebar__menu-link:hover, .esg-sidebar__menu-link:focus, .esg-sidebar__menu-link:active, .esg-sidebar__menu-link:active:hover, .esg-sidebar__menu-link:active:focus, .esg-sidebar__menu-link.esg-active:hover, .esg-sidebar__menu-link.esg-active:focus, .esg-sidebar__menu-link.esg-active:active,
.esg-sidebar__menu-toggle:hover, .esg-sidebar__menu-toggle:focus,
.esg-sidebar__submenu-item:hover, .esg-sidebar__submenu-item:focus, .esg-sidebar__submenu-item:active,
.esg-sidebar__submenu-item a:active:hover,
.esg-sidebar__submenu-item a:active:focus,
.esg-sidebar__submenu-link:hover,
.esg-sidebar__submenu-link:hover, .esg-sidebar__submenu-link:focus, .esg-sidebar__submenu-link:active, .esg-sidebar__submenu-link:active:hover, .esg-sidebar__submenu-link:active:focus, .esg-sidebar__submenu-link.esg-active:hover, .esg-sidebar__submenu-link.esg-active:focus, .esg-sidebar__submenu-link.esg-active:active,
.esg-header-bar,
.esg-header-bar__menu,
.esg-modal-wizard__header {
  /*[rule-id] esg-background-color-primary-45 */
  /*[rule-description] Primary color (base)*/
  background-color: #ffffff;
}

.esg-button--loading,
.esg-button--loading:hover, .esg-button--loading:focus, .esg-button--loading:active, .esg-button--loading:active:hover, .esg-button--loading:active:focus,
.esg-list-group__item.esg-is-active,
.esg-list-group__item.esg-is-active .esg-list-group-item-heading,
.esg-list-group__item.esg-is-active .esg-list-group-item-heading:hover, .esg-list-group__item.esg-is-active .esg-list-group-item-heading:focus, .esg-list-group__item.esg-is-active .esg-list-group-item-heading:active, .esg-list-group__item.esg-is-active .esg-list-group-item-heading:active:hover, .esg-list-group__item.esg-is-active .esg-list-group-item-heading:active:focus,
.esg-list-group__link:visited, .esg-list-group__link:visited:hover, .esg-list-group__link:visited:focus,
.esg-icon-list-group__link:visited,
.esg-icon-list-group__link:visited:hover,
.esg-icon-list-group__link:visited:focus,
.esg-list-group__item.esg-is-active .esg-list-group__link,
.esg-list-group__item-heading,
.esg-card--panel__heading .esg-card--panel__title,
.esg-action-bar,
.esg-action-bar__title,
.esg-is-active .esg-calendar-table__item,
.esg-modal-wizard__page-title,
.esg-form__checkbox--sign-in[type='checkbox']:checked + label::before {
  /*[rule-id] esg-color-primary-45 */
  /*[rule-description] Primary color (base)*/
  color: #00843D;
}

.esg-calendar-table__event {
  /*[rule-id] esg-border-color-primary-55 */
  /*[rule-description] Primary color lighter (+10%)*/
  border-color: rgb(111, 204, 114);
}

.esg-sign-in__page:before {
    background-image: url('Images/logo_signin.png');
}

.esg-sign-in__page:after {
  /*[rule-id] esg-background-color-primary-55 */
  /*[rule-description] Primary color lighter (+10%)*/
  background: #00843D;
}

.esg-dropdown__menu-item:active:hover, .esg-dropdown__menu-item:active:focus, .esg-dropdown__menu-item:active:active,
.esg-dropdown__menu-item.esg-is-active:hover,
.esg-dropdown__menu-item.esg-is-active:focus,
.esg-dropdown__menu-item.esg-is-active:active {
  /*[rule-id] esg-border-color-primary-85 */
  /*[rule-description] Primary color lighter (+40%)*/
  border-color: rgb(209, 255, 208);
}

.esg-dropdown__menu-item:active,
.esg-dropdown__menu-item.esg-is-active {
  /*[rule-id] esg-border-color-primary-95 */
  /*[rule-description] Primary color lighter (+50%)*/
  border-color: rgb(209, 255, 208);
}

.esg-list-group__item:active, .esg-list-group__item:active:hover, .esg-list-group__item:active:focus,
.esg-icon-list-group__item:active,
.esg-icon-list-group__item:active:hover,
.esg-icon-list-group__item:active:focus {
  /*[rule-id] esg-border-top-bottom-color-primary-95 */
  /*[rule-description] Primary color lighter (+50%)*/
  border-top-color: rgb(209, 255, 208);
  border-bottom-color: rgb(209, 255, 208);
}

.esg-sign-in__content,
.esg-sign-in__content a,
.esg-form__checkbox--sign-in[type='checkbox'] + label {
  /*[rule-id] esg-color-primary-95 */
  /*[rule-description] Primary color lighter (+50%)*/
  color: rgb(209, 255, 208);
}

.esg-pillbox__fill,
.esg-calendar-table__event {
  /*[rule-id] esg-background-color-primary-100 */
  /*[rule-description] Primary color lighter (+55%)*/
  background-color: rgb(231, 255, 231);
}

.esg-list-group__item:active, .esg-list-group__item:active:hover, .esg-list-group__item:active:focus,
.esg-icon-list-group__item:active,
.esg-icon-list-group__item:active:hover,
.esg-icon-list-group__item:active:focus,
.esg-dropdown__menu-item:active,
.esg-dropdown__menu-item.esg-is-active,
.esg-dropdown__menu-item:active:hover, .esg-dropdown__menu-item:active:focus, .esg-dropdown__menu-item:active:active,
.esg-dropdown__menu-item.esg-is-active:hover,
.esg-dropdown__menu-item.esg-is-active:focus,
.esg-dropdown__menu-item.esg-is-active:active,
.esg-is-open .esg-dropdown__menu-item:active, .esg-is-open .esg-dropdown__menu-item.esg-is-active,
.esg-is-open .esg-dropdown__menu-item.esg-is-active:hover, .esg-is-open .esg-dropdown__menu-item.esg-is-active:focus, .esg-is-open .esg-dropdown__menu-item:active:hover, .esg-is-open .esg-dropdown__menu-item:active:focus {
  /*[rule-id] esg-background-color-primary-105 */
  /*[rule-description] Primary color lighter (+60%)*/
  background-color: rgb(231, 255, 231);
}

.esg-header-bar__logo,
.esg-header-bar__menu-link {
  /*[rule-id] esg-color-primary-105 */
  /*[rule-description] Primary color lighter (+60%)*/
  color: rgb(231, 255, 231);
}

/*[section] Accent Colors */
/*[section-description] Control the accent colors used throughout Self-Service */
code {
  /*[rule-id] esg-color-accent-45 */
  /*[rule-description] Accent color (base)*/
  color: #e87722;
}

.esg-step-progress__item.esg-is-active,
.esg-is-active .esg-step-progress__link,
.esg-step-progress__item.esg-is-previous,
.esg-step-progress__item.esg-is-previous::before,
.esg-is-previous .esg-step-progress__link {
  /*[rule-id] esg-color-secondary */
  /*[rule-description] Secondary color */
  color: rgb(241, 129, 44);
}

.esg-step-progress__item.esg-is-active::before,
.esg-step-progress__item.esg-is-previous::before,
.css-org-card--in-context {
  /*[rule-id] esg-border-color-secondary */
  /*[rule-description] Secondary color */
  border-color: rgb(241, 129, 44);
}

.esg-step-progress__item.esg-is-active::before {
  /*[rule-id] esg-background-color-secondary */
  /*[rule-description] Secondary color */
  background-color: rgb(241, 129, 44);
}

.esg-tab__menu-item.esg-is-active,
.esg-person-card__list::after,
.esg-person-card__list:nth-last-child(n+4)::after,
.esg-person-card--not-popover {
  /*[rule-id] esg-border-bottom-color-secondary */
  /*[rule-description] Secondary color */
  border-bottom-color: rgb(240, 145, 72);
}

.esg-pillbox__value.esg-is-active::after {
  /*[rule-id] esg-background-color-accent-55 */
  /*[rule-description] Accent color lighter (+10%)*/
  background-color: rgb(240, 145, 72);
}

.esg-person-card__footer {
  /*[rule-id] esg-border-top-color-accent-65 */
  /*[rule-description] Accent color lighter (+20%)*/
  border-top-color: rgb(244, 171, 115);
}








