/* input(8,1): run-time error CSS1019: Unexpected token, found '@import'
input(8,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic")' */
/* Copyright 2023 Ellucian Company L.P. and its affiliates. */
@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                 //////////  */
/* ----------------------------------------------------------- */
/* Color variables */
.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;
}

.vertical-align-bottom {
  vertical-align: bottom;
}

.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 {
  display: inline-block;
  padding: .325rem;
  cursor: move;
}

.drag-handle svg {
  fill: #ffffff;
}

.esg-icon__link .esg-icon__container {
  margin-right: .3125rem;
}

.no-side-padding,
.esg-col-xs-12.no-side-padding {
  padding-left: 0;
  padding-right: 0;
}

/* Copyright 2018-2019 Ellucian Company L.P. and its affiliates.    */
/* ----------------------------------------------------------- */
/* ////////////  ESG Icons                       ////////////  */
/* ----------------------------------------------------------- */
/* Color variables */
/* 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;
}

.esg-header-bar__icon .esg-icon {
  fill: #ffffff;
}

.esg-form__input[disabled] ~ .esg-form__icon > .esg-icon[id=pencil_textbox_edit_icon] {
  fill: inherit;
}

/* Modifiers to ESG label patterns */
.esg-label--white-space-normal {
  white-space: normal;
}

/* 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;
}

ul.esg-dropdown__menu.pager-menu {
  left: 0;
}

/* ----------------------------------------------------------- */
/* //////////  Sliding Panel Styles             //////////  */
/* ----------------------------------------------------------- */
/* Color variables */
.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               //////////  */
/* ----------------------------------------------------------- */
/* Color variables */
.dropdown_width {
  width: 18.125rem !important;
}

.top-margin {
  margin-top: 1.5rem;
}

.proxy-banner {
  background-color: #008852;
  color: #ffffff;
  padding: .875rem .875rem .875rem 3.750rem;
}

.proxy-banner #change-user-button {
  margin-left: 1em;
}

.remove-proxy-message {
  font-size: 20px;
}

.revoke-date-message {
  color: #2874bb;
  margin-left: 0.55rem;
}

.revoke-date-asterix-margin {
  margin-left: -4px;
}

.profile-photo {
  float: left;
  margin-top: -5px;
  margin-bottom: -15px;
}

.remove-proxy-button {
  float: left;
  margin-left: 5px;
  margin-bottom: 8px;
}

.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: 27%;
}

#active-proxies th:nth-child(4) {
  width: 15%;
}

#active-proxies th:nth-child(5) {
  width: 2%;
}

#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;
  }
  .esg-page-wrapper .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;
  }
  .top-value-info-icon {
    top: 117px;
    margin-right: 2px;
  }
}

@media all and (max-width: 767px) {
  .dropdown_width {
    width: 102% !important;
    margin-left: -0.28rem;
  }
  .effective-date-bottom-margin {
    margin-bottom: -40px;
  }
  .revoke-date {
    top: 73px;
  }
  .revoke-date-bottom-margin {
    margin-bottom: -20px;
  }
  .search-field-label {
    width: 104%;
    margin-left: -0.55rem;
  }
  .effective-date-label {
    margin-inline: auto;
  }
  .revoke-date-label {
    margin-top: 30px;
    margin-inline: auto;
  }
}

@media only screen and (width: 768px) {
  .top-iPad {
    top: 42px;
  }
}

@media only screen and (min-width: 1025px) {
  .revoke-date-left-margin {
    margin-left: 50%;
  }
  .inline-effective-date-bottom {
    display: inline;
    margin-bottom: -22px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .revoke-date-left-margin {
    margin-left: 50%;
  }
  .inline-effective-date-bottom {
    display: inline;
    margin-bottom: -22px;
  }
  .top-value-info-icon {
    top: 2px;
    margin-right: 4px;
  }
  .inline-not-mobile {
    display: inline;
  }
  .esg-col-md-6 {
    width: 50%;
    float: left;
  }
}

/* Copyright 2015-2018 Ellucian Company L.P. and its affiliates. */
/* ----------------------------------------------------------- */
/* //////////  Main Content & Structural Elements  //////////  */
/* ----------------------------------------------------------- */
/* Color variables */
.esg-page-wrapper {
  padding: 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  width: auto;
}

@media all and (max-width: 769px) {
  .esg-page-wrapper {
    margin: 0;
  }
}

.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-top-large {
  margin-top: 2rem;
}

.esg-section--margin-bottom {
  margin-bottom: 1rem;
}

.esg-section--margin-left {
  margin-left: 1rem;
}

.esg-section--margin-left-big {
  margin-left: 1.5rem;
}

.esg-section--margin-right {
  margin-right: 1rem;
}

.esg-list--list-style-decimal {
  list-style: decimal;
}

.validationMessage {
  color: #e91a1a;
}

.warning-dark-message {
  color: #8a6a00;
}

.truncate-section {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100px;
  display: inline-block;
}

.esg-instruction--no-margin {
  margin: 0;
}

.full-width {
  width: 100%;
}

/* use the component class on defined components
    in order to give them structural definition
*/
.component {
  display: block;
  overflow: hidden;
}

/* Copyright 2015-2019 Ellucian Company L.P. and its affiliates. */
/* ----------------------------------------------------------- */
/* ////////////  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;
}

#drawer-nav .primary-menu .menu-item, #drawer-nav .primary-menu a:link, #drawer-nav .primary-menu a:visited, #drawer-nav .primary-menu a:hover {
  color: #ffffff;
}

#drawer-nav .primary-menu .menu-item .esg-icon {
  fill: #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-wrapper > .menu-header:hover,
.primary-menu > .menu-wrapper > .menu-item:hover {
  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;
}

#drawer-nav .secondary-menu .menu-item, #drawer-nav .secondary-menu a, #drawer-nav .secondary-menu a:link, #drawer-nav .secondary-menu a:visited, #drawer-nav .secondary-menu a:hover {
  color: #ffffff;
}

#drawer-nav .secondary-menu .menu-item .esg-icon {
  fill: #ffffff;
}

.secondary-menu .menu-header:hover,
.secondary-menu .menu-item:hover {
  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;
}

#drawer-nav .tertiary-menu .menu-item, #drawer-nav .tertiary-menu a, #drawer-nav .tertiary-menu a:link, #drawer-nav .tertiary-menu a:visited, #drawer-nav .tertiary-menu a:hover {
  color: #000000;
}

.tertiary-menu .menu-header:hover,
.tertiary-menu .menu-item:hover,
.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;
}

.esg-footer__text > a {
  color: #000000;
}

.esg-footer__text > a:hover {
  color: #000000;
}

.esg-footer__text > a:visited {
  color: #000000;
}

/* 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;
}

/* For back links that are actually buttons (perform same-page actions) */
a.esg-page-header__subtitle--backlink {
  color: #006CCC;
}

a.esg-page-header__subtitle--backlink:hover, a.esg-page-header__subtitle--backlink:focus, a.esg-page-header__subtitle--backlink:active:hover, a.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 color of the breadcrumb list items and links for accessibility reuquirements*/
.esg-breadcrumb__list-item {
  color: #00549E;
}

.esg-breadcrumb__link {
  color: #0057A3;
}

.esg-breadcrumb__link:focus, .esg-breadcrumb__link:hover {
  color: #004785;
}

/* Adjust the horizontal alignment of breadcrumb 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 {
  left: 1.25rem;
}

#breadcrumb-root.esg-breadcrumb__list > li.esg-breadcrumb__list-item:first-child > ul.esg-dropdown__menu--popover:after {
  left: 1.25rem;
}

/* ----------------------------------------------------------- */
/* //////////  Site Toolbar                        //////////  */
/* ----------------------------------------------------------- */
/* CDN Additions/Overrides */
.esg-header-bar__logo {
  display: table;
  padding: 0 0 0 1.25rem;
  line-height: 0;
}

.esg-header-bar__logo {
  height: 3.125rem;
}

@media only screen and (min-width: 48rem) {
  .esg-header-bar__logo {
    padding-top: 0;
    height: 3.75rem;
  }
}

/* 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 {
  max-width: calc(100vw - 3.125rem - 2.5rem);
  max-height: 50px;
  display: table-cell;
}

@media (min-width: 768px) {
  .esg-header-bar__logo-image {
    max-width: 450px;
    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: #2874bb;
  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: #2874bb;
}

.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 {
  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;
  cursor: pointer;
  position: relative;
  zoom: 1;
}

#help-body h3:first-child {
  border-top: 1px solid;
  border-color: #d5d5d5;
}

.help-content > div {
  border-bottom: 1px solid;
  border-color: #d5d5d5;
  background-color: #f4f4f4;
  padding: .77em;
  filter: none;
  color: #000000;
}

.help-content div ul {
  list-style-type: disc;
  margin-left: 1.25rem;
  padding-bottom: 0;
}

.help-content div li {
  padding: .25em 0;
  font-size: inherit;
}

.help-content h3 a {
  padding-left: 2em !important;
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em .7em;
}

.help-content a, .help-content a:link, .help-content a:visited {
  color: #555555;
  text-decoration: none;
  text-decoration-line: none;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.help-content > h3 > span {
  left: .5em;
  margin-top: -.62em;
  position: absolute;
  top: 52%;
}

/* 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 {
  float: left;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.column-one {
  width: 140px;
}

.column-two {
  width: 224px;
}

.column-three {
  width: 300px;
}

.column-four {
  width: 41%;
}

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-six {
  width: 620px;
}

.column-seven {
  width: 700px;
}

.column-eight {
  width: 940px;
}

@media screen and (min-width: 200px) and (max-width: 769px) {
  header {
    padding: 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-1--no-padding-left {
  padding-left: 0;
}

.esg-col-xxs-1--no-padding-right {
  padding-right: 0;
}

.esg-col-xxs-2--padding-top {
  padding-top: .5rem;
}

.esg-col-xxs-2--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xxs-2--no-padding-left {
  padding-left: 0;
}

.esg-col-xxs-2--no-padding-right {
  padding-right: 0;
}

.esg-col-xxs-3--padding-top {
  padding-top: .5rem;
}

.esg-col-xxs-3--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xxs-3--no-padding-left {
  padding-left: 0;
}

.esg-col-xxs-3--no-padding-right {
  padding-right: 0;
}

.esg-col-xxs-4--padding-top {
  padding-top: .5rem;
}

.esg-col-xxs-4--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xxs-4--no-padding-left {
  padding-left: 0;
}

.esg-col-xxs-4--no-padding-right {
  padding-right: 0;
}

.esg-col-xxs-5--padding-top {
  padding-top: .5rem;
}

.esg-col-xxs-5--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xxs-5--no-padding-left {
  padding-left: 0;
}

.esg-col-xxs-5--no-padding-right {
  padding-right: 0;
}

.esg-col-xxs-6--padding-top {
  padding-top: .5rem;
}

.esg-col-xxs-6--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xxs-6--no-padding-left {
  padding-left: 0;
}

.esg-col-xxs-6--no-padding-right {
  padding-right: 0;
}

.esg-col-xxs-7--padding-top {
  padding-top: .5rem;
}

.esg-col-xxs-7--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xxs-7--no-padding-left {
  padding-left: 0;
}

.esg-col-xxs-7--no-padding-right {
  padding-right: 0;
}

.esg-col-xxs-8--padding-top {
  padding-top: .5rem;
}

.esg-col-xxs-8--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xxs-8--no-padding-left {
  padding-left: 0;
}

.esg-col-xxs-8--no-padding-right {
  padding-right: 0;
}

.esg-col-xxs-9--padding-top {
  padding-top: .5rem;
}

.esg-col-xxs-9--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xxs-9--no-padding-left {
  padding-left: 0;
}

.esg-col-xxs-9--no-padding-right {
  padding-right: 0;
}

.esg-col-xxs-10--padding-top {
  padding-top: .5rem;
}

.esg-col-xxs-10--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xxs-10--no-padding-left {
  padding-left: 0;
}

.esg-col-xxs-10--no-padding-right {
  padding-right: 0;
}

.esg-col-xxs-11--padding-top {
  padding-top: .5rem;
}

.esg-col-xxs-11--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xxs-11--no-padding-left {
  padding-left: 0;
}

.esg-col-xxs-11--no-padding-right {
  padding-right: 0;
}

.esg-col-xxs-12--padding-top {
  padding-top: .5rem;
}

.esg-col-xxs-12--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xxs-12--no-padding-left {
  padding-left: 0;
}

.esg-col-xxs-12--no-padding-right {
  padding-right: 0;
}

.esg-col-xs-1--padding-top {
  padding-top: .5rem;
}

.esg-col-xs-1--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xs-1--no-padding-left {
  padding-left: 0;
}

.esg-col-xs-1--no-padding-right {
  padding-right: 0;
}

.esg-col-xs-2--padding-top {
  padding-top: .5rem;
}

.esg-col-xs-2--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xs-2--no-padding-left {
  padding-left: 0;
}

.esg-col-xs-2--no-padding-right {
  padding-right: 0;
}

.esg-col-xs-3--padding-top {
  padding-top: .5rem;
}

.esg-col-xs-3--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xs-3--no-padding-left {
  padding-left: 0;
}

.esg-col-xs-3--no-padding-right {
  padding-right: 0;
}

.esg-col-xs-4--padding-top {
  padding-top: .5rem;
}

.esg-col-xs-4--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xs-4--no-padding-left {
  padding-left: 0;
}

.esg-col-xs-4--no-padding-right {
  padding-right: 0;
}

.esg-col-xs-5--padding-top {
  padding-top: .5rem;
}

.esg-col-xs-5--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xs-5--no-padding-left {
  padding-left: 0;
}

.esg-col-xs-5--no-padding-right {
  padding-right: 0;
}

.esg-col-xs-6--padding-top {
  padding-top: .5rem;
}

.esg-col-xs-6--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xs-6--no-padding-left {
  padding-left: 0;
}

.esg-col-xs-6--no-padding-right {
  padding-right: 0;
}

.esg-col-xs-7--padding-top {
  padding-top: .5rem;
}

.esg-col-xs-7--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xs-7--no-padding-left {
  padding-left: 0;
}

.esg-col-xs-7--no-padding-right {
  padding-right: 0;
}

.esg-col-xs-8--padding-top {
  padding-top: .5rem;
}

.esg-col-xs-8--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xs-8--no-padding-left {
  padding-left: 0;
}

.esg-col-xs-8--no-padding-right {
  padding-right: 0;
}

.esg-col-xs-9--padding-top {
  padding-top: .5rem;
}

.esg-col-xs-9--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xs-9--no-padding-left {
  padding-left: 0;
}

.esg-col-xs-9--no-padding-right {
  padding-right: 0;
}

.esg-col-xs-10--padding-top {
  padding-top: .5rem;
}

.esg-col-xs-10--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xs-10--no-padding-left {
  padding-left: 0;
}

.esg-col-xs-10--no-padding-right {
  padding-right: 0;
}

.esg-col-xs-11--padding-top {
  padding-top: .5rem;
}

.esg-col-xs-11--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xs-11--no-padding-left {
  padding-left: 0;
}

.esg-col-xs-11--no-padding-right {
  padding-right: 0;
}

.esg-col-xs-12--padding-top {
  padding-top: .5rem;
}

.esg-col-xs-12--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xs-12--no-padding-left {
  padding-left: 0;
}

.esg-col-xs-12--no-padding-right {
  padding-right: 0;
}

.esg-col-sm-1--padding-top {
  padding-top: .5rem;
}

.esg-col-sm-1--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-sm-1--no-padding-left {
  padding-left: 0;
}

.esg-col-sm-1--no-padding-right {
  padding-right: 0;
}

.esg-col-sm-2--padding-top {
  padding-top: .5rem;
}

.esg-col-sm-2--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-sm-2--no-padding-left {
  padding-left: 0;
}

.esg-col-sm-2--no-padding-right {
  padding-right: 0;
}

.esg-col-sm-3--padding-top {
  padding-top: .5rem;
}

.esg-col-sm-3--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-sm-3--no-padding-left {
  padding-left: 0;
}

.esg-col-sm-3--no-padding-right {
  padding-right: 0;
}

.esg-col-sm-4--padding-top {
  padding-top: .5rem;
}

.esg-col-sm-4--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-sm-4--no-padding-left {
  padding-left: 0;
}

.esg-col-sm-4--no-padding-right {
  padding-right: 0;
}

.esg-col-sm-5--padding-top {
  padding-top: .5rem;
}

.esg-col-sm-5--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-sm-5--no-padding-left {
  padding-left: 0;
}

.esg-col-sm-5--no-padding-right {
  padding-right: 0;
}

.esg-col-sm-6--padding-top {
  padding-top: .5rem;
}

.esg-col-sm-6--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-sm-6--no-padding-left {
  padding-left: 0;
}

.esg-col-sm-6--no-padding-right {
  padding-right: 0;
}

.esg-col-sm-7--padding-top {
  padding-top: .5rem;
}

.esg-col-sm-7--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-sm-7--no-padding-left {
  padding-left: 0;
}

.esg-col-sm-7--no-padding-right {
  padding-right: 0;
}

.esg-col-sm-8--padding-top {
  padding-top: .5rem;
}

.esg-col-sm-8--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-sm-8--no-padding-left {
  padding-left: 0;
}

.esg-col-sm-8--no-padding-right {
  padding-right: 0;
}

.esg-col-sm-9--padding-top {
  padding-top: .5rem;
}

.esg-col-sm-9--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-sm-9--no-padding-left {
  padding-left: 0;
}

.esg-col-sm-9--no-padding-right {
  padding-right: 0;
}

.esg-col-sm-10--padding-top {
  padding-top: .5rem;
}

.esg-col-sm-10--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-sm-10--no-padding-left {
  padding-left: 0;
}

.esg-col-sm-10--no-padding-right {
  padding-right: 0;
}

.esg-col-sm-11--padding-top {
  padding-top: .5rem;
}

.esg-col-sm-11--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-sm-11--no-padding-left {
  padding-left: 0;
}

.esg-col-sm-11--no-padding-right {
  padding-right: 0;
}

.esg-col-sm-12--padding-top {
  padding-top: .5rem;
}

.esg-col-sm-12--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-sm-12--no-padding-left {
  padding-left: 0;
}

.esg-col-sm-12--no-padding-right {
  padding-right: 0;
}

.esg-col-md-1--padding-top {
  padding-top: .5rem;
}

.esg-col-md-1--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-md-1--no-padding-left {
  padding-left: 0;
}

.esg-col-md-1--no-padding-right {
  padding-right: 0;
}

.esg-col-md-2--padding-top {
  padding-top: .5rem;
}

.esg-col-md-2--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-md-2--no-padding-left {
  padding-left: 0;
}

.esg-col-md-2--no-padding-right {
  padding-right: 0;
}

.esg-col-md-3--padding-top {
  padding-top: .5rem;
}

.esg-col-md-3--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-md-3--no-padding-left {
  padding-left: 0;
}

.esg-col-md-3--no-padding-right {
  padding-right: 0;
}

.esg-col-md-4--padding-top {
  padding-top: .5rem;
}

.esg-col-md-4--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-md-4--no-padding-left {
  padding-left: 0;
}

.esg-col-md-4--no-padding-right {
  padding-right: 0;
}

.esg-col-md-5--padding-top {
  padding-top: .5rem;
}

.esg-col-md-5--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-md-5--no-padding-left {
  padding-left: 0;
}

.esg-col-md-5--no-padding-right {
  padding-right: 0;
}

.esg-col-md-6--padding-top {
  padding-top: .5rem;
}

.esg-col-md-6--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-md-6--no-padding-left {
  padding-left: 0;
}

.esg-col-md-6--no-padding-right {
  padding-right: 0;
}

.esg-col-md-7--padding-top {
  padding-top: .5rem;
}

.esg-col-md-7--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-md-7--no-padding-left {
  padding-left: 0;
}

.esg-col-md-7--no-padding-right {
  padding-right: 0;
}

.esg-col-md-8--padding-top {
  padding-top: .5rem;
}

.esg-col-md-8--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-md-8--no-padding-left {
  padding-left: 0;
}

.esg-col-md-8--no-padding-right {
  padding-right: 0;
}

.esg-col-md-9--padding-top {
  padding-top: .5rem;
}

.esg-col-md-9--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-md-9--no-padding-left {
  padding-left: 0;
}

.esg-col-md-9--no-padding-right {
  padding-right: 0;
}

.esg-col-md-10--padding-top {
  padding-top: .5rem;
}

.esg-col-md-10--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-md-10--no-padding-left {
  padding-left: 0;
}

.esg-col-md-10--no-padding-right {
  padding-right: 0;
}

.esg-col-md-11--padding-top {
  padding-top: .5rem;
}

.esg-col-md-11--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-md-11--no-padding-left {
  padding-left: 0;
}

.esg-col-md-11--no-padding-right {
  padding-right: 0;
}

.esg-col-md-12--padding-top {
  padding-top: .5rem;
}

.esg-col-md-12--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-md-12--no-padding-left {
  padding-left: 0;
}

.esg-col-md-12--no-padding-right {
  padding-right: 0;
}

.esg-col-lg-1--padding-top {
  padding-top: .5rem;
}

.esg-col-lg-1--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-lg-1--no-padding-left {
  padding-left: 0;
}

.esg-col-lg-1--no-padding-right {
  padding-right: 0;
}

.esg-col-lg-2--padding-top {
  padding-top: .5rem;
}

.esg-col-lg-2--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-lg-2--no-padding-left {
  padding-left: 0;
}

.esg-col-lg-2--no-padding-right {
  padding-right: 0;
}

.esg-col-lg-3--padding-top {
  padding-top: .5rem;
}

.esg-col-lg-3--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-lg-3--no-padding-left {
  padding-left: 0;
}

.esg-col-lg-3--no-padding-right {
  padding-right: 0;
}

.esg-col-lg-4--padding-top {
  padding-top: .5rem;
}

.esg-col-lg-4--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-lg-4--no-padding-left {
  padding-left: 0;
}

.esg-col-lg-4--no-padding-right {
  padding-right: 0;
}

.esg-col-lg-5--padding-top {
  padding-top: .5rem;
}

.esg-col-lg-5--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-lg-5--no-padding-left {
  padding-left: 0;
}

.esg-col-lg-5--no-padding-right {
  padding-right: 0;
}

.esg-col-lg-6--padding-top {
  padding-top: .5rem;
}

.esg-col-lg-6--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-lg-6--no-padding-left {
  padding-left: 0;
}

.esg-col-lg-6--no-padding-right {
  padding-right: 0;
}

.esg-col-lg-7--padding-top {
  padding-top: .5rem;
}

.esg-col-lg-7--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-lg-7--no-padding-left {
  padding-left: 0;
}

.esg-col-lg-7--no-padding-right {
  padding-right: 0;
}

.esg-col-lg-8--padding-top {
  padding-top: .5rem;
}

.esg-col-lg-8--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-lg-8--no-padding-left {
  padding-left: 0;
}

.esg-col-lg-8--no-padding-right {
  padding-right: 0;
}

.esg-col-lg-9--padding-top {
  padding-top: .5rem;
}

.esg-col-lg-9--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-lg-9--no-padding-left {
  padding-left: 0;
}

.esg-col-lg-9--no-padding-right {
  padding-right: 0;
}

.esg-col-lg-10--padding-top {
  padding-top: .5rem;
}

.esg-col-lg-10--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-lg-10--no-padding-left {
  padding-left: 0;
}

.esg-col-lg-10--no-padding-right {
  padding-right: 0;
}

.esg-col-lg-11--padding-top {
  padding-top: .5rem;
}

.esg-col-lg-11--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-lg-11--no-padding-left {
  padding-left: 0;
}

.esg-col-lg-11--no-padding-right {
  padding-right: 0;
}

.esg-col-lg-12--padding-top {
  padding-top: .5rem;
}

.esg-col-lg-12--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-lg-12--no-padding-left {
  padding-left: 0;
}

.esg-col-lg-12--no-padding-right {
  padding-right: 0;
}

.esg-col-xl-1--padding-top {
  padding-top: .5rem;
}

.esg-col-xl-1--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xl-1--no-padding-left {
  padding-left: 0;
}

.esg-col-xl-1--no-padding-right {
  padding-right: 0;
}

.esg-col-xl-2--padding-top {
  padding-top: .5rem;
}

.esg-col-xl-2--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xl-2--no-padding-left {
  padding-left: 0;
}

.esg-col-xl-2--no-padding-right {
  padding-right: 0;
}

.esg-col-xl-3--padding-top {
  padding-top: .5rem;
}

.esg-col-xl-3--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xl-3--no-padding-left {
  padding-left: 0;
}

.esg-col-xl-3--no-padding-right {
  padding-right: 0;
}

.esg-col-xl-4--padding-top {
  padding-top: .5rem;
}

.esg-col-xl-4--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xl-4--no-padding-left {
  padding-left: 0;
}

.esg-col-xl-4--no-padding-right {
  padding-right: 0;
}

.esg-col-xl-5--padding-top {
  padding-top: .5rem;
}

.esg-col-xl-5--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xl-5--no-padding-left {
  padding-left: 0;
}

.esg-col-xl-5--no-padding-right {
  padding-right: 0;
}

.esg-col-xl-6--padding-top {
  padding-top: .5rem;
}

.esg-col-xl-6--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xl-6--no-padding-left {
  padding-left: 0;
}

.esg-col-xl-6--no-padding-right {
  padding-right: 0;
}

.esg-col-xl-7--padding-top {
  padding-top: .5rem;
}

.esg-col-xl-7--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xl-7--no-padding-left {
  padding-left: 0;
}

.esg-col-xl-7--no-padding-right {
  padding-right: 0;
}

.esg-col-xl-8--padding-top {
  padding-top: .5rem;
}

.esg-col-xl-8--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xl-8--no-padding-left {
  padding-left: 0;
}

.esg-col-xl-8--no-padding-right {
  padding-right: 0;
}

.esg-col-xl-9--padding-top {
  padding-top: .5rem;
}

.esg-col-xl-9--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xl-9--no-padding-left {
  padding-left: 0;
}

.esg-col-xl-9--no-padding-right {
  padding-right: 0;
}

.esg-col-xl-10--padding-top {
  padding-top: .5rem;
}

.esg-col-xl-10--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xl-10--no-padding-left {
  padding-left: 0;
}

.esg-col-xl-10--no-padding-right {
  padding-right: 0;
}

.esg-col-xl-11--padding-top {
  padding-top: .5rem;
}

.esg-col-xl-11--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xl-11--no-padding-left {
  padding-left: 0;
}

.esg-col-xl-11--no-padding-right {
  padding-right: 0;
}

.esg-col-xl-12--padding-top {
  padding-top: .5rem;
}

.esg-col-xl-12--padding-bottom {
  padding-bottom: .5rem;
}

.esg-col-xl-12--no-padding-left {
  padding-left: 0;
}

.esg-col-xl-12--no-padding-right {
  padding-right: 0;
}

@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-1--no-padding-left {
    padding-left: 0;
  }
  .esg-col-sm-1--no-padding-right {
    padding-right: 0;
  }
  .esg-col-sm-2--padding-top {
    padding-top: 0;
  }
  .esg-col-sm-2--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-sm-2--no-padding-left {
    padding-left: 0;
  }
  .esg-col-sm-2--no-padding-right {
    padding-right: 0;
  }
  .esg-col-sm-3--padding-top {
    padding-top: 0;
  }
  .esg-col-sm-3--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-sm-3--no-padding-left {
    padding-left: 0;
  }
  .esg-col-sm-3--no-padding-right {
    padding-right: 0;
  }
  .esg-col-sm-4--padding-top {
    padding-top: 0;
  }
  .esg-col-sm-4--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-sm-4--no-padding-left {
    padding-left: 0;
  }
  .esg-col-sm-4--no-padding-right {
    padding-right: 0;
  }
  .esg-col-sm-5--padding-top {
    padding-top: 0;
  }
  .esg-col-sm-5--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-sm-5--no-padding-left {
    padding-left: 0;
  }
  .esg-col-sm-5--no-padding-right {
    padding-right: 0;
  }
  .esg-col-sm-6--padding-top {
    padding-top: 0;
  }
  .esg-col-sm-6--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-sm-6--no-padding-left {
    padding-left: 0;
  }
  .esg-col-sm-6--no-padding-right {
    padding-right: 0;
  }
  .esg-col-sm-7--padding-top {
    padding-top: 0;
  }
  .esg-col-sm-7--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-sm-7--no-padding-left {
    padding-left: 0;
  }
  .esg-col-sm-7--no-padding-right {
    padding-right: 0;
  }
  .esg-col-sm-8--padding-top {
    padding-top: 0;
  }
  .esg-col-sm-8--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-sm-8--no-padding-left {
    padding-left: 0;
  }
  .esg-col-sm-8--no-padding-right {
    padding-right: 0;
  }
  .esg-col-sm-9--padding-top {
    padding-top: 0;
  }
  .esg-col-sm-9--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-sm-9--no-padding-left {
    padding-left: 0;
  }
  .esg-col-sm-9--no-padding-right {
    padding-right: 0;
  }
  .esg-col-sm-10--padding-top {
    padding-top: 0;
  }
  .esg-col-sm-10--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-sm-10--no-padding-left {
    padding-left: 0;
  }
  .esg-col-sm-10--no-padding-right {
    padding-right: 0;
  }
  .esg-col-sm-11--padding-top {
    padding-top: 0;
  }
  .esg-col-sm-11--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-sm-11--no-padding-left {
    padding-left: 0;
  }
  .esg-col-sm-11--no-padding-right {
    padding-right: 0;
  }
  .esg-col-sm-12--padding-top {
    padding-top: 0;
  }
  .esg-col-sm-12--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-sm-12--no-padding-left {
    padding-left: 0;
  }
  .esg-col-sm-12--no-padding-right {
    padding-right: 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-1--padding-left {
    padding-left: 0;
  }
  .esg-col-md-1--padding-right {
    padding-right: 0;
  }
  .esg-col-md-2--padding-top {
    padding-top: 0;
  }
  .esg-col-md-2--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-md-2--padding-left {
    padding-left: 0;
  }
  .esg-col-md-2--padding-right {
    padding-right: 0;
  }
  .esg-col-md-3--padding-top {
    padding-top: 0;
  }
  .esg-col-md-3--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-md-3--padding-left {
    padding-left: 0;
  }
  .esg-col-md-3--padding-right {
    padding-right: 0;
  }
  .esg-col-md-4--padding-top {
    padding-top: 0;
  }
  .esg-col-md-4--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-md-4--padding-left {
    padding-left: 0;
  }
  .esg-col-md-4--padding-right {
    padding-right: 0;
  }
  .esg-col-md-5--padding-top {
    padding-top: 0;
  }
  .esg-col-md-5--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-md-5--padding-left {
    padding-left: 0;
  }
  .esg-col-md-5--padding-right {
    padding-right: 0;
  }
  .esg-col-md-6--padding-top {
    padding-top: 0;
  }
  .esg-col-md-6--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-md-6--padding-left {
    padding-left: 0;
  }
  .esg-col-md-6--padding-right {
    padding-right: 0;
  }
  .esg-col-md-7--padding-top {
    padding-top: 0;
  }
  .esg-col-md-7--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-md-7--padding-left {
    padding-left: 0;
  }
  .esg-col-md-7--padding-right {
    padding-right: 0;
  }
  .esg-col-md-8--padding-top {
    padding-top: 0;
  }
  .esg-col-md-8--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-md-8--padding-left {
    padding-left: 0;
  }
  .esg-col-md-8--padding-right {
    padding-right: 0;
  }
  .esg-col-md-9--padding-top {
    padding-top: 0;
  }
  .esg-col-md-9--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-md-9--padding-left {
    padding-left: 0;
  }
  .esg-col-md-9--padding-right {
    padding-right: 0;
  }
  .esg-col-md-10--padding-top {
    padding-top: 0;
  }
  .esg-col-md-10--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-md-10--padding-left {
    padding-left: 0;
  }
  .esg-col-md-10--padding-right {
    padding-right: 0;
  }
  .esg-col-md-11--padding-top {
    padding-top: 0;
  }
  .esg-col-md-11--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-md-11--padding-left {
    padding-left: 0;
  }
  .esg-col-md-11--padding-right {
    padding-right: 0;
  }
  .esg-col-md-12--padding-top {
    padding-top: 0;
  }
  .esg-col-md-12--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-md-12--padding-left {
    padding-left: 0;
  }
  .esg-col-md-12--padding-right {
    padding-right: 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-1--no-padding-left {
    padding-left: 0;
  }
  .esg-col-lg-1--no-padding-right {
    padding-right: 0;
  }
  .esg-col-lg-2--padding-top {
    padding-top: 0;
  }
  .esg-col-lg-2--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-lg-2--no-padding-left {
    padding-left: 0;
  }
  .esg-col-lg-2--no-padding-right {
    padding-right: 0;
  }
  .esg-col-lg-3--padding-top {
    padding-top: 0;
  }
  .esg-col-lg-3--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-lg-3--no-padding-left {
    padding-left: 0;
  }
  .esg-col-lg-3--no-padding-right {
    padding-right: 0;
  }
  .esg-col-lg-4--padding-top {
    padding-top: 0;
  }
  .esg-col-lg-4--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-lg-4--no-padding-left {
    padding-left: 0;
  }
  .esg-col-lg-4--no-padding-right {
    padding-right: 0;
  }
  .esg-col-lg-5--padding-top {
    padding-top: 0;
  }
  .esg-col-lg-5--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-lg-5--no-padding-left {
    padding-left: 0;
  }
  .esg-col-lg-5--no-padding-right {
    padding-right: 0;
  }
  .esg-col-lg-6--padding-top {
    padding-top: 0;
  }
  .esg-col-lg-6--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-lg-6--no-padding-left {
    padding-left: 0;
  }
  .esg-col-lg-6--no-padding-right {
    padding-right: 0;
  }
  .esg-col-lg-7--padding-top {
    padding-top: 0;
  }
  .esg-col-lg-7--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-lg-7--no-padding-left {
    padding-left: 0;
  }
  .esg-col-lg-7--no-padding-right {
    padding-right: 0;
  }
  .esg-col-lg-8--padding-top {
    padding-top: 0;
  }
  .esg-col-lg-8--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-lg-8--no-padding-left {
    padding-left: 0;
  }
  .esg-col-lg-8--no-padding-right {
    padding-right: 0;
  }
  .esg-col-lg-9--padding-top {
    padding-top: 0;
  }
  .esg-col-lg-9--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-lg-9--no-padding-left {
    padding-left: 0;
  }
  .esg-col-lg-9--no-padding-right {
    padding-right: 0;
  }
  .esg-col-lg-10--padding-top {
    padding-top: 0;
  }
  .esg-col-lg-10--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-lg-10--no-padding-left {
    padding-left: 0;
  }
  .esg-col-lg-10--no-padding-right {
    padding-right: 0;
  }
  .esg-col-lg-11--padding-top {
    padding-top: 0;
  }
  .esg-col-lg-11--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-lg-11--no-padding-left {
    padding-left: 0;
  }
  .esg-col-lg-11--no-padding-right {
    padding-right: 0;
  }
  .esg-col-lg-12--padding-top {
    padding-top: 0;
  }
  .esg-col-lg-12--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-lg-12--no-padding-left {
    padding-left: 0;
  }
  .esg-col-lg-12--no-padding-right {
    padding-right: 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-1--no-padding-left {
    padding-left: 0;
  }
  .esg-col-xl-1--no-padding-right {
    padding-right: 0;
  }
  .esg-col-xl-2--padding-top {
    padding-top: 0;
  }
  .esg-col-xl-2--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-xl-2--no-padding-left {
    padding-left: 0;
  }
  .esg-col-xl-2--no-padding-right {
    padding-right: 0;
  }
  .esg-col-xl-3--padding-top {
    padding-top: 0;
  }
  .esg-col-xl-3--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-xl-3--no-padding-left {
    padding-left: 0;
  }
  .esg-col-xl-3--no-padding-right {
    padding-right: 0;
  }
  .esg-col-xl-4--padding-top {
    padding-top: 0;
  }
  .esg-col-xl-4--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-xl-4--no-padding-left {
    padding-left: 0;
  }
  .esg-col-xl-4--no-padding-right {
    padding-right: 0;
  }
  .esg-col-xl-5--padding-top {
    padding-top: 0;
  }
  .esg-col-xl-5--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-xl-5--no-padding-left {
    padding-left: 0;
  }
  .esg-col-xl-5--no-padding-right {
    padding-right: 0;
  }
  .esg-col-xl-6--padding-top {
    padding-top: 0;
  }
  .esg-col-xl-6--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-xl-6--no-padding-left {
    padding-left: 0;
  }
  .esg-col-xl-6--no-padding-right {
    padding-right: 0;
  }
  .esg-col-xl-7--padding-top {
    padding-top: 0;
  }
  .esg-col-xl-7--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-xl-7--no-padding-left {
    padding-left: 0;
  }
  .esg-col-xl-7--no-padding-right {
    padding-right: 0;
  }
  .esg-col-xl-8--padding-top {
    padding-top: 0;
  }
  .esg-col-xl-8--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-xl-8--no-padding-left {
    padding-left: 0;
  }
  .esg-col-xl-8--no-padding-right {
    padding-right: 0;
  }
  .esg-col-xl-9--padding-top {
    padding-top: 0;
  }
  .esg-col-xl-9--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-xl-9--no-padding-left {
    padding-left: 0;
  }
  .esg-col-xl-9--no-padding-right {
    padding-right: 0;
  }
  .esg-col-xl-10--padding-top {
    padding-top: 0;
  }
  .esg-col-xl-10--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-xl-10--no-padding-left {
    padding-left: 0;
  }
  .esg-col-xl-10--no-padding-right {
    padding-right: 0;
  }
  .esg-col-xl-11--padding-top {
    padding-top: 0;
  }
  .esg-col-xl-11--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-xl-11--no-padding-left {
    padding-left: 0;
  }
  .esg-col-xl-11--no-padding-right {
    padding-right: 0;
  }
  .esg-col-xl-12--padding-top {
    padding-top: 0;
  }
  .esg-col-xl-12--padding-bottom {
    padding-bottom: 0;
  }
  .esg-col-xl-12--no-padding-left {
    padding-left: 0;
  }
  .esg-col-xl-12--no-padding-right {
    padding-right: 0;
  }
}

/* ----------------------------------------------------------- */
/* //////////   Inline Notifications               //////////  */
/* ----------------------------------------------------------- */
/* Color variables */
.error-message {
  background: #ffeeed url("images/icon-error.png") 10px center no-repeat;
  border: 1px solid #e91a1a;
  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 #e91a1a;
  color: #e91a1a;
  font-weight: bold;
}

.errorArea {
  background: #ffeeed url("images/icon-error.png") 10px center no-repeat;
  border: 1px solid #e91a1a;
  -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;
}

.esg-alert__message a {
  color: #006CCC;
}

/* ----------------------------------------------------------- */
/* //////////   Other Typographical Elements       //////////  */
/* ----------------------------------------------------------- */
/* Color variables */
/* Chevrons */
h2, .esg-h2 {
  font-size: 1.5rem;
}

h3, .esg-h3 {
  font-size: 1.25rem;
}

h4, .esg-h4 {
  font-size: 1rem;
}

.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;
}

.word-wrap {
  word-wrap: break-word;
}

/* Remove the margin-top from any H2 immediately inside .esg-page-wrapper */
.esg-page-wrapper > h2:first-child {
  margin-top: 0;
}

/* ----------------------------------------------------------- */
/* //////////         Fonts, font colors           //////////  */
/* ----------------------------------------------------------- */
.overdue-amount {
  color: #e91a1a;
}

.error-text {
  color: #d42828;
}

.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;
}

/* ----------------------------------------------------------- */
/* //////////   FA/AR Admin Pages                  //////////  */
/* ----------------------------------------------------------- */

.faar_admin_secondary_name {
    font-weight: lighter;
    font-size: smaller;
}

/* ----------------------------------------------------------- */
/* //////////   Admin                              //////////  */
/* ----------------------------------------------------------- */
/* Color variables */
.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;
}

/* ----------------------------------------------------------- */
/* ////////// jQuery UI Component Styling Overrides /////////  */
/* ----------------------------------------------------------- */
/* Color variables */
/* Non-color variables will be placed here */
.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;
}

.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                  //////////  */
/* ----------------------------------------------------------- */
/* Color variables */
/* 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;
}

.esg-form__icon--show {
  z-index: 25000000;
}

/* ----------------------------------------------------------- */
/* //////////   Form Elements & Buttons            //////////  */
/* ----------------------------------------------------------- */
/* Color variables */
.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;
  -moz-user-select: none;
}

.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;
}

.esg-button--sign-in:focus,
.esg-button--sign-in:hover {
  background-color: #ffffff;
}

/* For the last button group on a page, adjust the margins/padding a bit */
.esg-page-wrapper > 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;
}

.esg-form__group > .esg-modal-dialog__checkbox {
  position: relative;
  opacity: 100;
}

@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  //////////  */
/* ----------------------------------------------------------- */
/* Color variables */
.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;
}

.esg-sign-in__content {
  bottom: 0;
}

@media (orientation: landscape) and (max-width: 768px) {
  .esg-sign-in__content {
    margin-top: 2.25rem;
  }
}

.esg-sign-in__content a,
.esg-sign-in__content a:hover,
.esg-sign-in__content a:visited,
.esg-sign-in__content a:link,
.esg-sign-in__content a:active {
  color: #0074DB;
}

@media only screen and (max-width: 62rem) {
  .esg-sign-in__content {
    height: 100%;
    width: 100%;
    padding: 0rem;
    max-width: 100%;
  }
}

.esg-sign-in__title {
  color: #444444;
  padding-top: 1.5rem;
  padding-bottom: 1.0rem;
  margin-bottom: unset;
}

.esg-form--sign-in {
  background: #ffffff;
  border-radius: 0.429rem;
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.35);
}

@media only screen and (max-width: 62rem) {
  .esg-form--sign-in {
    border-radius: 0rem;
    height: 100%;
  }
}

.esg-form__label--sign-in {
  margin-bottom: .375rem;
  color: #444444;
}

.esg-login-card {
  min-width: 12.5rem;
  max-width: 25rem;
  margin: auto;
  padding: 1.25rem;
}

@media only screen and (max-width: 62rem) {
  .esg-login-card {
    width: 100%;
    height: 100%;
    padding: 0rem;
    min-width: 0rem;
    max-width: 100%;
  }
}

.esg-login-card-form__input {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.esg-login-card-form__sign-in-button {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.esg-login-card-form___group {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  margin-left: 0.750rem;
  margin-right: 0.750rem;
  color: #000;
}

#loginForm input[type="text"].input-validation-error,
#loginForm input[type="password"].input-validation-error {
  border: 0.18em solid #e91a1a;
}

/* 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"],
#forgotPasswordForm input[type="text"],
#forgotUsernameForm input[type="text"] {
  width: 16.667em;
}

#changepasswordform input[type="text"].input-validation-error,
#changepasswordform input[type="password"].input-validation-error {
  border: 2px solid #e91a1a;
}

/* ----------------------------------------------------------- */
/* //////////   Site Home Page Styles                /////////  */
/* ----------------------------------------------------------- */
/* Color variables */
/* 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%;
  }
}

.totalCompensationStatements_expandednavlink {
  background: url("images/total-compensation-icon.png") no-repeat 5px 1px;
  padding-left: 4.62em;
}

.advising_expandednavlink {
  background: url("images/advising-home.png") no-repeat 5px 1px;
  padding-left: 4.62em;
}

.departmental-oversight_expandednavlink {
  background: url("images/Oversight-Icon.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;
}

.retention-alert_expandednavlink {
  background: url("images/retention-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;
}

.courseCatalog_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;
}

.benefits_expandednavlink {
  background: url("images/benefits-icon.png") no-repeat 5px 1px;
  padding-left: 4.62em;
}

.applicant-transfer-evaluation_expandednavlink {
  background: url("images/transcript-request.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;
  }
  .departmental-oversight_expandednavlink {
    background: url("images/Oversight-Icon@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;
  }
  .courseCatalog_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;
  }
  .applicant-transfer-evaluation_expandednavlink {
    background: url("images/transcript-request@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-caption {
  display: block;
}

.esg-table-footer {
  display: block;
}

.esg-table-cell--breakword {
  word-break: break-word;
}

@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-table-body__row--top-border-only {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 0.0625rem solid #e2e2e2;
}

/* ESG override to remove hover state on table headers */
.esg-table-head__th:hover {
  cursor: inherit;
  transition: none;
  background-color: transparent;
  border-bottom: .25rem solid #bdbdbd;
}

/* 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--layout-auto {
  table-layout: auto;
}

.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: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 1;
  outline: 0.05rem solid #bdbdbd;
  outline-offset: -1px;
}

.esg-table-head__th--date,
.esg-table-body__td--date {
  text-align: right;
}

.esg-table-actions--message {
  border-top: 1px solid #bdbdbd;
}

@media only screen and (min-width: 48rem) {
  .esg-table-actions--message {
    border-top: 0;
  }
}

.esg-table-body__td--section-table {
  display: table-cell;
  padding-left: 1rem;
  padding-top: 0.10rem;
  padding-bottom: 0.10rem;
  font-size: small;
}

.esg-table-head__th-small-font {
  font-size: small;
}

/* ----------------------------------------------------------- */
/* //////////  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;
    word-break: 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;
  overflow-x: auto;
}

.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*/
/*Draggable Columns*/
th.draggable-header,
th.draggable-header:hover {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: move;
}

.esg-table--sticky-head thead th.draggable-header:hover,
.esg-table--sticky-head thead th.draggable-header.active {
  border-bottom-color: #0074DB;
  outline: none;
}

th.draggable-columns__source-column--being-dragged {
  opacity: 0.0;
}

.draggable-header__in-motion {
  position: absolute;
  z-index: 1;
}

.draggable-column__destination {
  border-left-style: solid;
  border-left-width: .5rem;
  border-left-color: #bdbdbd;
  position: absolute;
  top: 0;
  opacity: 1;
}

.draggable-column__destination--right {
  right: 0;
}

.draggable-column__destination--left {
  left: 0;
}

.draggable-header__menu-wrapper {
  position: absolute;
  bottom: 0;
}

.draggable-header__menu-wrapper--right-aligned {
  right: 0;
}

.draggable-header__menu-wrapper--left-aligned {
  left: 0;
}

th.esg-table-head__th.not-shown,
td.esg-table-body__td.not-shown,
th.esg-table-footer__th.not-shown {
  display: none;
}

.draggable-header__context-menu.esg-is-active {
  display: block;
}

.draggable-header__context-menu {
  position: absolute;
  top: 0;
  width: 14rem;
  background-color: #ffffff;
  border-radius: 0 0 0.5rem 0.5rem;
  border: solid 1px #0074DB;
  text-align: left;
  display: none;
}

.draggable-header__context-menu--right-aligned {
  right: 0;
}

.draggable-header__context-menu--left-aligned {
  left: 0;
}

.draggable-header__move-to-input {
  width: 3rem;
}

.esg-table--sticky-head thead th.active-column-header,
.esg-table--sticky-head thead td.active-column-header,
.esg-table--sticky-head thead th.active-column-header:hover,
.esg-table--sticky-head thead td.active-column-header:hover {
  border-color: #0074DB;
  outline: none;
  border-width: 3px;
}

.esg-table-head__th--has-action::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 0.5625rem solid #0074DB;
  border-left: .5625rem solid transparent;
  content: ' ';
}

.esg-table--sticky-head thead th,
.esg-table--sticky-head thead th.sortable,
.esg-table--sticky-head thead th.sortable-asc,
.esg-table--sticky-head thead th.sortable-desc {
  background-color: #efefef;
}

/*End Draggable Columns*/
/* 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;
}

.esg-person-card__name--breakword {
  word-break: break-word;
}

/*Profile card css*/
.card-wrapper .card-tooltip {
  background: #fff;
  bottom: 100%;
  color: #fff;
  display: none;
  left: -25px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}

.card-wrapper .card-tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}

.card-wrapper .card-tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #fff 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

.card-wrapper:hover .card-tooltip {
  display: block;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.lte8 .card-wrapper .card-tooltip {
  display: none;
}

.lte8 .card-wrapper:hover .card-tooltip {
  display: block;
}

.card-padding {
  padding: 0.8rem;
}

.card-header-padding {
  margin-left: 0.8rem;
}

.model-padding .card-header-padding {
  margin-left: 0px;
}

.card-title-padding {
  margin-top: 0.8rem;
}

.card-icon-label {
  color: black;
}

.no-border {
  border: none;
}

.no-padding-right {
  padding-right: 0;
}

.card-title-wrap {
  width: 90%;
  word-break: break-word;
  word-break: break-all;
}

.card-wrapper {
  position: relative;
  top: 0px;
}

#student-profile-card-programs li {
  word-break: break-all;
}

.student-profile-card-programs li {
  word-break: break-all;
}

/*Profile card css closed*/
.break-word {
  word-wrap: break-word;
}

.privacy-wrap {
  margin-right: 3rem;
}

@media all and (max-width: 767px) {
  .view-advisee-btn {
    margin-top: 0.5rem;
  }
}

/* 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;
}

.esg-spinner-container--x-small .esg-spinner-wrapper {
  background-color: transparent;
}

.esg-spinner-container--x-small .esg-spinner {
  width: 1.5rem;
  height: 1.5rem;
}

/* ----------------------------------------------------------- */
/* //////////  Collapsible Group Styles            //////////  */
/* ----------------------------------------------------------- */
/* Color variables */
.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                 ////////////  */
/* ----------------------------------------------------------- */
/* Color variables */
collapsible-group .esg-collapsible-group__body {
  overflow-y: hidden;
  -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. */
/* Color variables */
.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;
}

/* Color variables */
.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;
}

/* Color variables */
/* 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;
    table-layout: fixed;
  }
  table#faculty-roster-table thead {
    display: table-header-group;
  }
  table#faculty-roster-table thead tr {
    word-break: break-word;
    display: table-row;
  }
  table#faculty-roster-table thead tr th {
    font-weight: bold;
    display: table-cell;
  }
  table#faculty-roster-table thead tr th:nth-child(1) {
    width: 18rem;
  }
  table#faculty-roster-table thead tr th:last-child {
    width: 8rem;
  }
  table#faculty-roster-table thead tr #faculty-roster-pass-audit {
    width: 4rem;
  }
  table#faculty-roster-table thead tr #faculty-roster-repeat {
    width: 5.6rem;
  }
  table#faculty-roster-table tbody {
    display: table-header-group;
  }
  table#faculty-roster-table tbody tr {
    display: table-row;
  }
  table#faculty-roster-table tbody tr td {
    display: table-cell;
  }
}

/* ----------------------------------------------------------- */
/* //////////   Course Catalog Search           //////////  */
/* ----------------------------------------------------------- */
/* Color variables */
/* Copied from EDS for use in Self-Service .scss files */
/* Non-color variables will be placed here */
@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     //////////  */
/* ----------------------------------------------------------- */
/* Utility class for hiding the pointer cursor */
.no-pointer {
  cursor: default;
}

/* Table View of Sections - adds a carat to the bottom-right corner of table header column*/
.esg-table-head__th-tvos::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 0.5625rem solid #0074DB;
  border-left: 0.5625rem solid transparent;
  content: ' ';
}

.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;
}

.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  ////  */
/* ----------------------------------------------------------- */
input[type="button"].advising-review-button {
  margin-top: 9px;
  margin-bottom: 10px;
}

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;
}

@media all and (max-width: 480px) {
  .course-result-wrapper:not(.primary-contents) {
    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 Catalog: Expanded Section Bar  ///////  */
/* ----------------------------------------------------------- */
/* 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;
}

.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: #e91a1a;
}

.search-sectionseatsnone {
  vertical-align: middle;
  background-color: #ffeeed;
  border-right: 1px solid #d5d5d5;
  text-align: left;
  color: #e91a1a;
}

.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-sectioninstructormethods {
  vertical-align: top;
}

.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;
  }
}

@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-sectioninstructormethods {
    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;
  }
}

/* Mobile Filter hide/show styling*/
@media all and (max-width: 769px) {
  #course-catalog-show-filters-button {
    display: none;
  }
}

#course-catalog-hide-filters-button {
  float: right;
  margin-right: 0.325rem;
}

@media all and (max-width: 1177px) {
  #course-catalog-hide-filters-button {
    float: none;
  }
}

.results-pane-max {
  width: 100%;
}

/* ---------------------------------------------------------------- */
/* //////////  Course Catalog: Filters Applied: Remove Buttons  /// */
/* ---------------------------------------------------------------- */
.filter-remove-button {
  padding-right: .2rem;
}

.applied-filters {
  padding-bottom: .25rem;
}

/* ------------------------------------------------------------------ */
/* //////////   Course Catalog: Filter Results: Show All Buttons ///  */
/* ------------------------------------------------------------------ */
/* Parent Wrapper - used with esg-page-wrapper */
@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%;
  }
}

.time-of-day-course-search-filter {
  margin-right: -0.5rem;
  margin-top: 0.5rem;
}

/* ----------------------------------------------------------- */
/* //////////   Course Catalog: Advanced Search   ///////////  */
/* ----------------------------------------------------------- */
@media all and (max-width: 769px) {
  .advanced-search-form__group {
    width: 50%;
    float: left;
  }
}

@media only screen and (max-width: 26.25rem) {
  #end-meeting-date-wrapper {
    padding-left: 0;
  }
}

@media only screen and (max-width: 62rem) {
  #time-of-day-wrapper {
    margin-bottom: 1.25rem;
  }
}

/* ----------------------------------------------------------- */
/* //////////   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;
  }
}

/* ----------------------------------------------------------- */
/* //////////   Course Catalog: Section Table View     //////////  */
/* ----------------------------------------------------------- */
.section-table--add-section__button {
  vertical-align: middle;
  padding-top: .4rem;
  padding-bottom: .4rem;
}

.section-table--alert__message.esg-alert__message {
  word-break: unset;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  #section-results-table thead {
    display: none;
  }
}

@media only screen and (max-width: 62rem) {
  #sectiondetails-table .esg-col-xs-3 {
    width: 25vw;
    float: left;
  }
  #sectiondetails-table .esg-col-xs-5 {
    width: 41.67vw;
    float: left;
  }
  #sectiondetails-table .esg-col-xs-7 {
    width: 58.33vw;
    float: left;
  }
  #sectiondetails-table .esg-col-xs-9 {
    width: 75vw;
    float: left;
  }
}

.remove-text-decoration, .remove-text-decoration:hover, .remove-text-decoration:visited, .remove-text-decoration:active {
  text-decoration: unset;
  color: unset;
}

.section-table-comments__word-wrap {
  white-space: pre-wrap;
  text-align: justify;
}

/* Color variables */
/* Non-color variables will be placed here */
.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: #e91a1a;
  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-2021 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: 0.75rem;
}

.approver-list-item:last-child {
  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;
}

.budget-adjustment-attachments-label-padding {
  padding-top: 1rem;
}

.budget-adjustment-attachments-component-padding {
  padding-top: 0.325rem;
  padding-bottom: 0.325rem;
}

.calender-Pillbox {
  display: block;
}

@media only screen and (min-width: 26.25rem) {
  .calender-Pillbox .esg-pillbox {
    height: 8rem;
    margin-right: 0;
    margin-left: 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 420px) {
  .calender-Pillbox .esg-pillbox {
    height: 8.375rem;
  }
}

.calender-Pillbox .visible-for-screenreader {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  overflow: hidden !important;
}

.calender-Pillbox .esg-pillbox__control {
  border: 2px solid #aaa !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  width: 30% !important;
}

.calender-Pillbox .esg-pillbox__title {
  font-size: 0.975rem;
  margin-bottom: 6px;
}

.calender-Pillbox .esg-pillbox__value {
  font-weight: bold;
  font-size: 1.325rem;
  text-decoration: none;
  pointer-events: none;
}

.calender-Pillbox .esg-pillbox__value:hover {
  color: #444;
}

.calender-Pillbox .esg-pillbox__cell {
  z-index: 0;
  cursor: default;
}

.calender-Pillbox .esg-pillbox__cell input {
  width: 4rem;
  display: block;
  margin-bottom: 10px;
  border-radius: 5px;
  text-align: center;
}

.calender-Pillbox input[type=number]::-webkit-inner-spin-button,
.calender-Pillbox input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.calender-Pillbox input[type=number] {
  -moz-appearance: textfield;
}

.calender-Pillbox .control-disabled {
  cursor: not-allowed !important;
  background: #ddd;
}

.calender-Pillbox .control-disabled .esg-pillbox__icon {
  pointer-events: none;
}

.calender-Pillbox .control-disabled:hover {
  background: #ddd !important;
}

/* ----------------------------------------------------------- */
/* ////////////  Floating Action Button component styles                  ////////////  */
/* ----------------------------------------------------------- */
.inactive-page-overlay__translucent-background {
  background-color: #000000;
  opacity: 0.25;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.clear-both {
  clear: both;
}

.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;
  }
}

.progress {
  background-color: #efefef;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  font-size: 0.7rem;
  line-height: 1.6;
  margin: 6px 0;
  position: relative;
  text-align: center;
  width: 100%;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
  height: 2em;
}

.progress > span {
  border-radius: 4px;
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: auto;
  color: white;
  height: 2em;
}

.progress.progress-stacked > span {
  border-radius: 0;
  display: inline-block;
  float: left;
}

.progress.progress-stacked > span:first-of-type {
  border-radius: 4px 0 0 4px;
}

.progress.progress-stacked > span:last-of-type {
  border-radius: 0 4px 4px 0;
}

.progress.progress-stacked.progress-single > span {
  border-radius: 4px 4px;
}

.progress-part-error {
  background-color: #e91a1a;
  color: #ffffff;
}

.progress-thin {
  max-height: 1.5em !important;
  border-radius: 0.75em !important;
}

.progress-thin * {
  max-height: 1.5em !important;
  border-radius: 0.75em !important;
}

/* Normal reCAPTCHA width is 304px */
.recaptcha--centered {
  width: 304px;
  margin-left: auto;
  margin-right: auto;
}

.gl-lookup .esg-lookup:not(.esg-is-active) > .esg-lookup__input-group {
  z-index: unset;
}

/* ------------------------------------------------------------------- */
/* ///////  Instant Enrollment Section Details Table  Header  ///////  */
/* ------------------------------------------------------------------- */
.search-selectsectionbuttonrow--padding-left {
  padding-left: 1.45em;
}

@media all and (max-width: 769px) {
  .search-selectsectionbuttonrow--padding-left {
    padding-left: 1.70em;
  }
}

.search-selectsectionbuttonrow {
  box-sizing: border-box;
  padding-top: 1em;
  padding-right: .5em;
  padding-bottom: 1em;
  padding-left: .5em;
  border-top: .125em solid #d5d5d5;
  border-right: .125em solid #d5d5d5;
  border-left: .125em solid #d5d5d5;
}

/* ----------------------------------------------------------- */
/* //////////  Instant Enrollment Pay For Classes  //////////  */
/* ----------------------------------------------------------- */
.esg-course-summary-cost--padding-bottom,
.esg-class-acknowledgement-receipt--padding-bottom,
.esg-class-acknowledgement-payment--padding-bottom {
  padding-bottom: 2rem;
}

.esg-course-summary-cost--padding-top,
.esg-class-acknowledgement-receipt--padding-top,
.esg-class-acknowledgement-payment--padding-top {
  padding-top: 1rem;
}

.esg-course-summary-cost--margin-bottom {
  margin-bottom: .625rem;
}

[class*="esg-col-"]:last-child > .esg-advanced-search--esg-col-xxs-12 {
  padding-left: 0;
  padding-right: .625rem;
}

.add-more-classes-button--eds-button {
  padding-left: 0;
  padding-right: 0;
}

/* ----------------------------------------------------------- */
/* ///////  Instant Enrollment Class Acknowledgement  ///////  */
/* ----------------------------------------------------------- */
.esg-acknowledgement-paragraph--margin-bottom {
  padding-bottom: 1rem;
}

.search-nestedaccordionitem table .esg-table-head__th.acknowledgement-sectiondetailsheader1 {
  width: 19%;
}

.search-nestedaccordionitem table .esg-table-head__th.acknowledgement-sectiondetailsheader2 {
  width: 17%;
}

.search-nestedaccordionitem table .esg-table-head__th.acknowledgement-sectiondetailsheader3 {
  width: 20%;
}

.search-nestedaccordionitem table .esg-table-head__th.acknowledgement-sectiondetailsheader4 {
  width: 14%;
}

.search-nestedaccordionitem table .esg-table-head__th.acknowledgement-sectiondetailsheader5 {
  width: 14%;
}

.search-nestedaccordionitem table .esg-table-head__th.acknowledgement-sectiondetailsheader6 {
  width: 28%;
}

.payment-entry-form-instant-enrollment span.errorArea {
  display: none;
}

.attachment-modal-dialog .esg-modal-dialog .esg-modal-dialog__header {
  text-align: left;
}

.attachment-modal-dialog .esg-modal-dialog .esg-modal-dialog__body .esg-row {
  text-align: left;
}

.attachment-modal-dialog .esg-modal-dialog .esg-modal-dialog__body .esg-row .eds-button {
  margin-top: 5px;
}

.attachment-modal-dialog .esg-modal-dialog .esg-modal-dialog__body .no-attachments-found {
  text-align: center;
}

.attachment-name {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.attachment-actions > button {
  top: -3px;
}

.esg-alert__message {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.attachment-delete-modal-dialog {
  text-align: left;
}

.person-name-search .esg-lookup:not(.esg-is-active) > .esg-lookup__input-group {
  z-index: unset;
}

/* Copyright 2022 Ellucian Company L.P. and its affiliates. */
.overflow-wrap {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.checkbox-padding {
  padding-left: 2.25rem;
}

.access-comments {
  left: 1.4rem;
}

@media (max-width: 47.9rem) {
  .profile-picture {
    display: none;
  }
}

